@charset "UTF-8";
/* 共通処理 */
body{
    overflow-x: hidden;
    font-family: "Zen Kaku Gothic New", "游ゴシック", "YuGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
    line-height: 2.5;
    color: #333;
    font-weight: 500;
    min-width: 370px;
}
ul{
	list-style: none;
    margin: 0;
    padding: 0;
}

/* ヘッダー */
.header{
    position: relative;
    background-color: #ffffff;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    z-index: 10;
    top: 0;
    left: 0;
}
.header-contents{
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
/* .navlist{
    display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
    max-width: 1024px;
    white-space: nowrap;
}
.navitem{
	text-align: center;
}
.navitem > a{
    display: block;
    padding: 10px 13px;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;
	font-size: 15px;
    color: #000000;
}
.pcmenu {
    margin: auto 0;
}
.navitem > a:hover{
    border-bottom: 2px solid #000000;
}
.nav a{
    color: #000000;
} */
@media screen and (max-width: 768px){
    .header-contents{
        display: block;
        text-align: center;
        padding: 0;
    }
    .title_name{
        margin: 0 auto;
    }
    .title_name a {
        display: inline;
    }
    .pcmenu{
        display: none;
    }
}

/* .spmenu{
    display: none;
}
.spmenu.active{
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #00274b;
    width: 100%;
}
li.nav-items__item {
    border-bottom: 1px solid #262626;
}
li.nav-items__item a{
    color: #ffffff;
    padding: 22px 25px;
}
@media screen and (min-width: 768px){
    .spmenu.active{
        display: none;
    }
} */
  
/* ハンバーガーメニュー */
/* .hamburger {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
}
.hamburger {
    display: none;
}
@media screen and (max-width: 768px) {
    .hamburger {
      display: block;
    }
}
.hamburger span {
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: relative;
    transition: ease .4s;
    display: block;
}
  
.hamburger span:nth-child(1) {
    top: 0;
}
  
.hamburger span:nth-child(2) {
    margin: 8px 0;
}
  
.hamburger span:nth-child(3) {
    top: 0;
} */
  
  
/* ハンバーガーメニュークリック後のスタイル */
/* .hamburger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
    color: #ffffff;
}
  
.hamburger.active span:nth-child(2) {
    opacity: 0;
    color: #ffffff;
}
  
.hamburger.active span:nth-child(3) {
    top: -9px;
    transform: rotate(-45deg);
    color: #ffffff;
} */

/* トップページ */
/* .top-container{
    position: relative;
    z-index: 1;
}
.sp-top{
    display: none;
}
.top-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.top-container span{
    font-size: 30px;
    color: red;
}
.top-container p{
    background-color: #ffffffa8;
    padding: 0 18px;
    font-size: 26px;
    margin: 0;
    font-weight: bold;
}
.text01 {
    position: absolute;
    top: 67%;
    left: 0;
}
.text02 {
    position: absolute;
    top: 78%;
    left: 0;
}
.text03 {
    position: absolute;
    top: 89%;
    left: 0;
}
.logo1 {
    position: absolute;
    bottom: 30px;
    right: 20px;
    transition: all .5s;
}   
.logo1 img {
    width: 80px;
}
.logo2 {
    position: absolute;
    bottom: 30px;
    right: 120px;
    transition: all .5s;
}   
.logo2 img {
    width: 80px;
}
.logo1:hover , .logo2:hover {
    opacity: 0.7;
  } */

.userinfo{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.logoutbutton{
    position: absolute;
    top: -62px;
    right: 2%;
    z-index: 10;
}
.logoutbutton a{
    text-decoration: none;
    border: 1px solid;
    padding: 13px;
    border-radius: 10px;
    transition: 0.3s;
}
.logoutbutton a:hover{
    color: #ffffff;
    background-color: #9facd9;
}
/* @media screen and (max-width: 896px){
    .top-image{
        display: none;
    }
    .sp-top{
        width: 100%;
        display: block;
    }
    .text01 , .text02 , .text03{
        position: unset;
        font-size: 20px !important;
        border-bottom: 1px dotted;
        margin: 6px !important;
    }
    .top-container span{
        font-size: 22px;
    }
    .top-container p{
        display: none;
    }
    .logo1 {
        bottom: 10px;
        right: 10px;
    } 
    .logo1 img {
        width: 50px;
    }
    .logo2 {
        bottom: 10px;
        right: 70px;
    } 
    .logo2 img {
        width: 50px;
    }
}
.vk_outer-width-full {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.temp .wp-block-columns {
    margin: 0;
}
@media screen and (max-width: 768px){
    .column-reverse {
        flex-direction: column-reverse;
    }
} */
/* ログイン画面 */
#wpmem_login legend, #wpmem_reg legend {
    margin-bottom: 45px !important;
}
#wpmem_login {
    margin: 0 auto;
}
#wpmem_restricted_msg {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}
#wpmem_login_form .div_text{
	margin: 0 0 40px 0 !important;
}
#wpmem_login .form, #wpmem_reg .form {
    margin: 0 auto;
}
.wpmem_msg {
    width: 100% !important;
    margin: 0 auto;
    padding: 20px 10px !important;
}
#rememberme{
	display: none;
}
#wpmem_login_form .button_div label{
	display: none;
}
#wpmem_login .button_div {
    padding: 6px 0;
    text-align: center !important;
}
#wpmem_login .button_div .buttons{
    padding: 10px 20px;
    
}
/* 固定ページ */
.pagetop {
    width: 100%; /* 横幅を画面幅に合わせる */
    object-fit: cover;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; スクロール時に背景を固定 */
    position: relative;
    z-index: 1;
    height: 180px;
}
.pagetop:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 黒みがかった背景色 */
    z-index: -1;
}
.page-title{
    font-size: 38px;
    padding: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.page-sec{
    background-color: #eeeeee;
    padding: 40px;
}
.page-sec section{
    background-color: #ffffff;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 10px 5px 5px #bcbcbcde;
}
.page-sec .side{
    max-width: 250px;
    width: 80%;
    padding: 16px;
    background-color: #ffffff;
    margin: 50px 0;
}
.side .detail_cart{
    width: 100%;
    height: auto;
}
.side table{
    width: 100% !important;
}
@media screen and (max-width: 768px){
    .page-sec section {
        width: 100%;
        padding: 30px;
        margin: 0;
    }
    .page-sec{
        display: block;
    }
    .page-sec .side {
        max-width: 100%;
        width: 100%;
        padding: 30px;
        margin: 50px 0;
    }
    .sidebar{
        width: 375px;
        margin: 0 auto;
    }
}


/* 問い合わせフォームCSS */
.contact-input input{
    width: 100%;
    height: 36px;
    font-size: 18px;
}
.con-message,textarea{
    width: 100% !important;
    font-size: 18px; 
}
.con-submit input{
    background-color: rgb(235, 235, 235);
    transition: 0.2s;
    border: 1px solid;
    padding: 5px 0;
    cursor: pointer;
    width: 100%;
    height: 60px;
    font-size: 18px;
}
.con-submit input:hover{
    background-color: white;
}
.wpcf7 form.sent .wpcf7-response-output {
    max-width: 700px;
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#cf7-area {
    width:100%;
    margin: 0 auto;
    font-family: "遊ゴシック","ヒラギノ角ゴ","メイリオ","MS Pゴシック",sans-serif;
}
.cf7-item {
    /* display: flex; */
    /* align-items: flex-start;
    justify-content: space-between; */
    margin: 0 0 1.75em;
}
.cf7-q {
    width: 30%;
    margin: 0 0 0 10px;
}
.cf7-a {
    width: 100%;
}

/* 各項目共通 */
#cf7-area label{
    font-weight:bold;
}
#cf7-area input[type="text"],#cf7-area input[type="email"],#cf7-area input[type="tel"],#cf7-area textarea {
    background: #F0F8FF;
    width: 90%;
    margin-left:10px;
    font-size: 18px;
    height: 30px;
    border: 1px solid;
}
#cf7-area input[type="text"]:focus,#cf7-area input[type="email"]:focus,#cf7-area input[type="tel"]:focus,#cf7-area textarea:focus {
    background: #FFE4E1;
    border: 1px solid #FF1493;
    outline: 0;
}
#cf7-area input[type="checkbox"], #cf7-area input[type="radio"]{
    appearance: auto;
}
#cf7-area .wpcf7-list-item {
    display: block;
    flex-basis: 33%;
}
.cf7-accept-check{
    text-align: center;
    margin: 50px auto;
}
.cf7-submit{
    margin: 18px 0;
}
.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#cf7-area input[type="submit"]{
    width: 120px;
    background-color: #191970;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.2em;
    padding: 14px 10px;
    border: 1px solid;
}
#cf7-area input[type="submit"]:hover{
    background-color:#ffffff;
    border: 1px solid #191970;
    color:#191970;
}

#cf7-area input[type="button"]{
    width: 200px;
    background-color: #949494;
    color: #ffffff;
    border-radius: 5px;
    font-size: 1.2em;
    padding: 14px 10px;
    border: 1px solid;
}
#cf7-area input[type="button"]:hover{
    background-color:#ffffff;
    border: 1px solid #191970;
    color:#191970;
}

.cf7-btn{
    width: 40%;
    margin: 0 auto;
    text-align: center;
}
    
/*　必須ラベル　*/
.cf7-req{
    font-size:.8em;
    padding: 4px 6px;
    background: #eb2a2a;
    color: #ffffff;
    margin-left: 10px;
    display:inline-block;
}
@media screen and (max-width:768px){
    .cf7-item {
        display: block;
    }
    #cf7-area label{
        display: block;
        margin-bottom: 10px;
    }
    .cf7-q {
        width: 100%;
        margin: 0;
    }
    .cf7-a {
        width: 100%;
    }
    #cf7-area input[type="text"], #cf7-area input[type="email"], #cf7-area input[type="tel"], #cf7-area textarea{
        margin-left: 0;
    }
    #cf7-area .wpcf7-list-item {
        flex-basis: 100%;
    }
}

#wpmem_login {
    max-width: 650px !important;
}
.nodisplay{
    display: none;
}