@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;
}
a{
    display: block;
    text-decoration: none;
}

/* ヘッダー */
/* .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;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    align-items: 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;
}
@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;
    }
} */
/* 固定ページ */
/* .pagetop {
    width: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    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%;
}
.pagehistory{
    background-image: url('../img/1.png');
}
.pagehealth{
    background-image: url('../img/2.png');
}
.pageproduct{
    background-image: url('../img/3.png');
}
.pagenews{
    background-image: url('../img/5.png');
}
.pagecontact{
    background-image: url('../img/6.png');
} */
.page-sec{
    display: flex;
    justify-content: center;
    background-color: #eeeeee;
}
.page-sec section{
    max-width: 900px;
    width: 80%;
    padding: 60px;
    background-color: #ffffff;
    margin: 50px;
    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;
    }
}

/* 投稿ページ */
/* .news-header{
    position: relative;
}
.news-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: none;
  }
.news-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 36px;
    color: #ffffff;
}
.single-title {
    max-width: 1140px;
    margin: 40px auto 20px auto;
    padding-left: 30px;
    padding-right: 30px;
}
.single-date{
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
.single-contents{
    max-width: 1140px;
    margin: 40px auto;
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (max-width: 768px){
    .single-title{
        font-size: 22px !important;
    }
} */
/* 問い合わせフォーム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;
}

.wpcf7-response-output{
    display: none !important;
}
/*送信前はメッセージを非表示*/
.form-message {
	display: none;
}
/*送信後にメッセージを表示*/
.active {
    display: block;
}
.active2 {
    display: block;
    margin: 30px 0 0 30px;
}




/* 本番用 */
.active{
    /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
    font-family: "Yu Mincho", "MS 明朝", sans-serif;
    font-size: 14px;
    width: 792px;
    border:1px solid #000000;
    margin: 10px 3px;
    line-height: 1;
    padding: 12px 0;
    position: relative;
    height: 440px;
}

.active p{
    margin: 0;
}
hr{
    height: 4px;
    background-color: #949494;
    width: 90%;
}
.hr-top{
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.hr-bottom{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.title{
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
}
.title span{
    font-weight: bold;
}
.info{
    position: relative;
    width: 190px;
    margin-left: 70%;
}
.info p {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}
.info #info_id {
    position: absolute;
    top: 0;
    right: 10px;
}
.info #info_date {
    position: absolute;
    top: 25px;
    right: 10px;
}
.name{
    text-align: center;
    width: 40%;
    position: absolute;
    top: 80px;
    margin-left: 10px;
}
.name span{
    text-decoration: underline;
}
.price{
    text-align: center;
    font-weight: bold;
    margin: 50px 0 25px;
    font-size: 24px;
}
.active .message{
    text-align: center;
    line-height: 1.5;
}

.receipt{
    position: relative;
    margin-top: 24px;

}
.receipt_price{
    position: absolute;
    border: 1px solid;
    padding: 4px;
    text-align: center;
    top: 46px;
    left: 82px;
}
.receipt_price div{
    float:left;
    margin-left: 8px;
    line-height: 1.5;
}
.receipt_price > div:last-child {
    margin-right: 8px; /* 最後の要素に右マージンを入れる */
  }
.receipt_access{
    position: absolute;
    line-height: 1.5;
    right: 50px;
}
.receipt img{
    position: absolute;
    top: 40px;
    right: -15px;
    width: 60px;
}
.receipt_access .number{
    margin-top: 18px;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/
/*　フォーム全体　*/
#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: 60%;
}

/* 各項目共通 */
#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;
}
.cf7-accept-check{
    text-align: center;
    margin: 50px auto;
}
.cf7-submit{
    margin: 40px 0;
}
#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;
    }
}
.infomessage{
    margin-bottom : 30px;
}
.event-title1{
    margin: 0;
}
.event-title1 label{
    font-weight: bold;
    font-family: "遊ゴシック", "ヒラギノ角ゴ", "メイリオ", "MS Pゴシック", sans-serif;
}
.event-title2{
    margin : 0 0 0 10px;
}