/*
Theme Name: Yuimaru
Author: kabuyuimaru
Description: WEB集客に強い、治療院・美容室向けのテンプレートです。PC、スマホ、タブレットに対応したレスポンシブデザイン。
Tags: 整骨院、整体院
Version: 3.0
*/

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


/* ================================================================================================
//
//  color-template.php - ホームページ全体の色合い指定//
//
// ============================================================================================== */

:root {
    --color0:#FFF3E0;/*light*/
    --color1:#FFB74D;/*main*/
    --color2:#FF9800;/*dark*/
    --colorG:#E0E0E0;/*グレー*/
    --colorB:#212121;/*ブラック*/
}


/* ================================================================================================
//
//  body - ホームページ全体の指定//
//
// ============================================================================================== */
body{
    margin: 0;
   /* font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;*/
  font-family: 'Noto Serif JP', serif!important;
    font-size:16px !important;
    line-height: 1.7 !important;
    color:#786B4C!important;
    text-align: left;
    background-color: #fff;
    letter-spacing:0px;
  font-size: 17px !important;
}

@media only screen and (max-width:500px) {
body{    padding-bottom: 80px;
  font-size: 15px !important;
}
}



/* ================================================================================================
//
//  見出し - h2,h3,h4//
//
// ============================================================================================== */

.toph2 {
    position: relative;
    width: 100%;
    margin: 50px 0;
    padding: 20px 0;/*ボーダーとテキストに空間をあける為のpadding*/
    text-align: center;
    font-weight: bold;
}

.toph2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background: #fff; /*この部分は後にlinear-gradientへ*/
}

.toph2::before {
    background-image: -webkit-linear-gradient(left, transparent, #212121 25%, #212121 75%, transparent);
    background-image: linear-gradient(to right, transparent, #212121 25%, #212121 75%, transparent);
    background-position: center;
    background-repeat: no-repeat;
}

.top_h2{
    color:#786B4C!important;
    font-size: 56px;  
}

@media only screen and (max-width: 500px) {
  .top_h2 {
    color: #cbb9a3;
    font-size: 36px !important;
}
}

@media only screen and (max-width:500px) {
    h2{
        font-size: 1.2rem !important;
    }
    h3{
        font-size: 1.1rem !important;
    }
}

h4{
    font-size: 1.06rem !important;
    display: -webkit-inline-box;
}

@media only screen and (max-width:991px) {
    .dis-none-tab{
display: none;
    }
}

@media only screen and (min-width:992px) {
    .dis-none-pc{
display: none !important;
    }
}

b,strong{
    font-weight: 600 !important;
}


img.alignright { display: block; margin: 0 0 0 auto!important;}
img.alignleft { display: block; margin: 0 auto 0 0!important;}
img.aligncenter { display: block; margin: 0 auto!important;}

.nav-bg{
background:#fff;
}

.container a{
    color: var(--colorB);
}
header a:hover{
    color: var(--color1);
    text-decoration: underline;
}
.container a:hover{
    color: var(--color1);
    text-decoration: underline;
}

.container .nav-link:hover {
    text-decoration: none;
}

@media only screen and (max-width:992px) {
.mt-65 {
    margin-top:10px;
}}


li{
    list-style: none;
}

ul{
    padding: 0;
    margin:0;
}

.menu a:hover{
    text-decoration: none;
}

p{
    line-height: 1.75;
}

#lp p{
padding-left: 1rem!important;
padding-right: 1rem!important;
}


#subpage p{
padding-left: 1rem!important;
padding-right: 1rem!important;
}

@media only screen and (max-width:500px) {
    #lp p{
padding-left: 0.5rem!important;
padding-right: 0.5rem!important;
}


#subpage p{
padding-left: 0.5rem!important;
padding-right: 0.5rem!important;
}
}

#subpage tr,td{
    border:solid 1px var(--color0);
}

#subpage .time tr,td{
    border:solid 1px var(--color1);
}

.marker_yellow {
    background-color: #ffd740;
}

.blog-list-link a{
    color: var(--colorB);
}

.nav-btn{
    font-size: 20px;
    text-align: center;
        border-right: solid var(--color0) 1px;
}

@media only screen and (max-width:1024px) {
 .nav-btn {
    font-size: 16px;
    text-align: center;
    border-right: solid var(--color0) 1px;
}
}

.nav li:first-child{
    border-left: solid var(--color0) 1px;
}

.nav-btn a{
    color: var(--colorB);
}

element.style {
    background: #1976d2;
    border: none;
}

.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0.9;
}

.sp-menu-fixed{
        position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
    opacity: 0.97;
}

.clear{
    clear: both;
}

.container .btn-color{
    background:  var(--color2) !important;
    border-color:  var(--color0) !important;
}


.head-map-a{
    color:  var(--color1);
}

.back-btn{
    background-color:var(--color1) !important:
}



/*HOMEメインイメージ*/
.main_img_bg{
    background-position: center top;
}

.blog-cat{
    position: absolute;
    margin-top: 0px;
    z-index: 2;
    background: var(--color1);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 2px 4px;
}

/*メニュー*/
.menu li img {
    width: 100%;
    max-width:190px;
    border-radius: 3px;
    margin-right: 16px;
    float: left;
}

@media only screen and (max-width:500px) {
 .menu li img {
    width: 100%;
    border-radius: 3px;
    margin-right: 0;
    float: none;
}
}

@media only screen and (max-width:992px) {
.menu li img {
    width: 100%;
    max-width: 310px;
    border-radius: 3px;
    margin-right: 16px;
    float: left;
	margin-bottom:8px;
    }
}

.list_item {
    float: left;
    padding:0px;
    width: 48%;
    margin-bottom: 2em;
    border: solid 1px var(--colorG);
	margin-right:8px;
    margin-left: 8px;
    min-height: 118px;
    border-radius: 3px;
    background:#fff;
}

@media only screen and (max-width:500px) {

.list_item {
    float: left;
    padding: 8px;
    width: 47%;
    margin-bottom:1em;
    border: solid 1px var(--colorG);
    margin-left: 8px;
	min-height:190px;
    border-radius: 3px;
}

}


@media only screen and (min-width:501px) and (max-width:1024px) {
    .list_item {
        float: left;
        padding:16px;
        width: 47%;
        margin-bottom: 1em;
        border: solid 1px var(--colorG);
        margin-left: 8px;
        min-height:280px;
        border-radius: 3px;
    }
}

.menulistTit {
    display: block;
    font-size:20px;
    color:#7f7f7f;
    font-weight: 600;
    letter-spacing: -1px;
	padding: 16px 0px;
}
.menulistSt {
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    font-feature-settings: "palt";
    line-height:1.2;
    color:#757575;
}

@media only screen and (max-width:500px) {
.menulistTit {
    display: block;
    font-size:16px;
    color: var(--color1);
    font-weight: 600;
    letter-spacing: -1px;
    padding: 4px 0px;
	min-height:80px;
}

}

.me-btn{
    text-align: right;
        margin-top: 16px;
	    margin-right: 14px;
}

@media (max-width: 763px) {
.me-btn {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
}

.kuwashiku {
    font-size: 12px;
    text-align: right;
background:#cbb9a3;
	border-radius: 4px;
    padding:.375rem .75rem;
    color: #fff;
    margin-bottom: 8px;
}

/*選ばれる理由*/

.reason-box {
    background: #fff;
    border-radius: 3px;
    padding: 16px 32px;
margin-bottom: 32px;
}
@media (max-width: 763px) {
 .reason-box {
    background: #fff;
    border-radius: 3px;
    padding: 16px 8px;
    margin-bottom: 16px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
}

.inner .reason-box p{
    margin:16px 0 0px;
    padding: 0 32px 0 0px;
}

@media (max-width: 763px) {
.inner .reason-box p {
    margin: 8px 0 0px;
    padding: 0 0px 0 0px;
}
}

.reason-number-tt {
    font-size: 75px;
    float: left;
    padding: 0px 0 0px;
    font-weight: 500;
    color: var(--color2);
    margin-bottom: 16px;
    line-height: 0.5;
    text-align: center;
}
.reason-tt {
padding: 24px 34px 0px 0px;
    font-size: 30px;
    font-weight: 400;
    color:#786B4C;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
}

@media (max-width: 763px) {
.reason-tt {
padding: 16px 0px 0px 8px;
    font-size: 22px;
    letter-spacing: 0;
}
.reason-tt p{
    line-height: 1.2;
}

}

@media only screen and (min-width:501px) and (max-width:1024px) {
 .reason-tt {
    padding: 0px 34px 0px 24px;
}
}

.reason {
    font-size: 14px;
    display: block;
    margin-bottom:20px;
    text-align: center;
}

@media (max-width: 763px) {
 .reason {
    font-size: 12px;
    letter-spacing: 0;
    display: block;
    margin-bottom:12px;
    text-align: center;
}
}

.reason-number{
font-size: 56px;
    padding: 4px 10px 4px;
    letter-spacing: -2px;
    font-family: 'Trebuchet MS',sans-serif;
    background: var(--color0);
    border-radius: 50%;
    color: var(--color1);
}

@media (max-width: 763px) {
.reason-number {
    font-size: 48px;
    letter-spacing: -2px;
    font-family: 'Trebuchet MS',sans-serif;
}
}

.bg-white{
    background: #fff
}

/*チェックボックス*/
.CheckBox {
margin: 2em 0;
    background: #ffffff;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px  var(--color1);
}

@media (max-width:736px) {
    .CheckBox {
        margin: 0em 0 24px;
        width:100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 3px;
    }
}

.CheckBox .CheckBox-title {
font-size: 24px;
    background: var(--color1);
    color: #fff;
    padding: 4px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 16px 0px;
    line-height: 1.7;
}

@media (max-width:736px) {
    .CheckBox .CheckBox-title {
        font-size: 16px;
    }
}

#main .CheckBox p {
    padding: 15px 20px;
    margin: 0;
}

@media (max-width: 763px) {
    #main .CheckBox p {
        padding: 8px 16px 0;
        margin: 0px 0;
    }
}

.Checklist {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
}

@media (max-width: 763px) {
    .Checklist {
        padding: 16px 0;
        width: 95%;
    }
}

.Checklist li {
    list-style: none;
    padding: 3px 0px 3px 32px;
    line-height: 1.7;
    background-position-y: 2px;
    border-bottom: dotted 2px #fcd69e;
    font-size: 22px;
}

@media (max-width: 763px) {
    .Checklist li {
        padding: 8px 0 8px 25px;
        font-size: 14px;
        line-height: 1.7;
    }

}

.Checklist li:before {
    margin-left: -25px;
    position: absolute;
    font-family: FontAwesome;
    content: '\f14a';
    color: #ff9800;
}



.check_left {
float: left;
    width: 55%;
    margin-top: 5px;
    padding: 0 8px 0 16px;
}

.check_right {
    float: right;
    width: 40%;
    padding: 16px;
}

.check_left li {
    list-style: none;
    padding: 8px 0px 8px 72px;
    line-height: 2.4;
    font-size: 19px;
    font-weight: 400;
    text-indent: 0px;
}

.check_left li p{
	display: inline;
}

.check-color{
    color: var(--color2);
}

@media (max-width: 763px) {
.check_left {
float: none;
    width: 100%;
    margin-top: 5px;
    padding: 0 8px;
}

.check_right {
    float: none;
    width: 95%;
    padding: 16px 0 16px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    text-align: center;
}


.check_right img{
    width: 100%;
}

.check_left li {
    list-style: none;
    padding: 3px 0px 3px 0px;
    line-height: 3;
    background-size: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 16px;
    text-indent: unset;
}

}

.check-only {
float:none;
    width:85%;
    margin-top: 5px;
    padding:16px 8px 16px 42px;
    margin-left:auto;
    margin-right:auto;
    border: solid 16px #eee;
}

.check-only li {
list-style: none;
    padding: 4px 14px 4px 0px;
    line-height: 2.4;
    font-size: 20px;
    font-weight: 400;
    text-indent: 0px;
    border-bottom: dotted 2px #e0e0e0;
}

.check-color{
    color: var(--color1);
}

@media (max-width: 763px) {
.check-only {
    float: none;
    width: 100%;
    margin-top: 5px;
    padding: 16px 8px 16px 16px;
    margin-left: auto;
    margin-right: auto;
    border: solid 6px var(--color0);
}

.check-only li {
list-style: none;
    padding: 10px 0px 10px 0px;
    line-height: 3;
    background-size: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0px;
    text-indent: 0px;
}

}

/*店内の雰囲気*/
.tennai_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
margin-top: 56px;
    margin-bottom: 56px;
}

@media (max-width: 763px) {
.tennai_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 32px;
}

}

/*Google map レスポンシブ*/
.gmap {
position: relative;
padding-bottom: 60%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.movie {
    padding: 1em 1.2em;
    font-size: .9em;
    color: var(--colorB);
    margin: 1em auto 2em;
    border-radius: 3px;
    max-width: 600px;
    font-weight: 400;
}
.movie iframe {
max-width: 100%;
}


/*TOPブログサムネイル*/
.blog-list-left{
     float: left;
    width: 100%;
}

.blog-list-right{
    float: left;
    width:100%;
    padding: 0 8px;
}


@media only screen and (max-width: 500px) {
.blog-list-left{
     float: left;
    width: 40%;
}

.blog-list-right{
    float: left;
    width: 60%;
    padding: 0 8px;
}


.blog-list-right p{
    font-size: 14px;
    color: #757575;
}

.blog-title{
    font-size: 14px !important;
    line-height: 1.5;
}

.blog-p {
    font-size: 14px;
}

	.old-list a{
		font-size:14px;
		letter-spacing:-1px;
	}
	
}

.date{
    font-size: 13px;
    color: #757575;
}


/*予約ボタン*/

#contact .btn{
  font-size: 1.6rem;
  font-weight:500;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
    width: 100%;
    max-width:560px;
    box-shadow: 0 0 10px rgba(0 0 0 / .2);
}

#contact .btn:hover{
    opacity: 0.8;
}
@media only screen and (max-width: 500px) {

#contact .btn{
    font-size: 16px;
    padding: 1.7rem 1rem;
}
}


#contact .fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
      font-size: 48px;
}

#contact .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

@media only screen and (max-width: 500px) {

#contact .fa-position-left {
    font-size: 32px;
    left: 8px;
}

}


#contact .red,#header .red{
    background: #cc0000;
    color: #fff;
	border: solid 2px #900;
}

#contact .red span,#header .red span{
    color: #FFEB3B;
    padding: 0 24px;
}

#contact .blue,#header .blue{
    background: #266fbc;
    color: #fff;
}
#contact .blue span,#header .blue span{
    color: #FFEB3B;
    padding: 0 24px;
}
#contact .light-blue,#header .light-blue{
    background: #72c9f3;
    color: #fff;
}
#contact .light-blue span,#header .light-blue span{
    color: #FFEB3B;
    padding: 0 24px;
}
#contact .green,#header .green{
    background: #07b53b;
    color: #fff;
}
#contact .green span,#header .green span{
    color: #FFEB3B;
    padding: 0 24px;
}

#contact .deep-green,#header .deep-green{
    background: #019245;
    color: #fff;
}
#contact .deep-green span,#header .deep-green span{
    color: #FFEB3B;
    padding: 0 24px;
}

#contact .yellow,#header .yellow{
    background: #eaaa00;
    color: #212121;
}
#contact .yellowue span,#header .yellow span{
    color: #212121;
    padding: 0 24px;
}

#contact .pink,#header .pink{
    background: #ec407a;
    color: #fff;
}
#contact .pink span,#header .pink span{
    color: #FFEB3B;
    padding: 0 24px;
}

#contact .deep-pink,#header .deep-pink{
    background: #98014e;
    color: #fff;
}
#contact .deep-pink span,#header .deep-pink span{
    color: #FFEB3B;
    padding: 0 24px;
}

#contact .orange,#header .orange{
    background: #eb6100;
    color: #fff;
}
#contact .orange span,#header .orange span{
    color: #FFEB3B;
    padding: 0 24px;
}

#contact .white,#header .white{
    background: #F5F5F5;
    color: #212121;
}



#contact .grad-red,#header .grad-red{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8a8b+0,fd6b6c+30,ea4445+100 */
background: #cc0000  !important; /* Old browsers */
background: -moz-linear-gradient(top,  #f88 0%,#f55 30%,#cc0000 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f88 0%,#f55 30%,#cc0000 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f88 0%,#f55 30%,#cc0000 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a8b', endColorstr='#ea4445',GradientType=0 ); /* IE6-9 */
color:#fff;
}

#contact .grad-red span,#header .grad-red span{
    background: unset !important;
    color: #FFEB3B;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
    box-shadow: none;
}

#contact .grad-blue,#header .grad-blue{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#64b5f6+0,2196f3+30,1976d2+100 */
background: #64b5f6; /* Old browsers */
background: -moz-linear-gradient(top,  #84b4e6 0%,#2f80d5 30%,#266fbc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #84b4e6 0%,#2f80d5 30%,#266fbc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #84b4e6 0%,#2f80d5 30%,#266fbc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b5f6', endColorstr='#1976d2',GradientType=0 ); /* IE6-9 */
color:#fff;
}

#contact .grad-blue span,#header .grad-blue span{
    background: unset !important;
    color: #FFEB3B;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
}

#contact .grad-light-blue,#header .grad-light-blue{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bff2fa+0,b0ecf7+30,6dd9ef+100 */
background: #72c9f3; /* Old browsers */
background: -moz-linear-gradient(top,  #d0edfb 0%,#91d5f6 30%,#72c9f3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #d0edfb 0%,#91d5f6 30%,#72c9f3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #d0edfb 0%,#91d5f6 30%,#72c9f3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff2fa', endColorstr='#6dd9ef',GradientType=0 ); /* IE6-9 */
color:#1c505a;
}

#contact .grad-light-blue span,#header .grad-light-blue span{
    background: unset !important;
    color:#1c505a;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
}

#contact .grad-yellow,#header .grad-yellow{
    color: #212121;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff899+0,fff45e+30,fff100+100 */
background: #fff899; /* Old browsers */
background: -moz-linear-gradient(top,  #fff0c8 0%,#ffbd0d 30%,#eaaa00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff0c8 0%,#ffbd0d 30%,#eaaa00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff0c8 0%,#ffbd0d 30%,#eaaa00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff899', endColorstr='#fff100',GradientType=0 ); /* IE6-9 */
}


#contact .grad-green,#header .grad-green{
    color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#14e458+0,00cd43+30,00be3e+100 */
background: #07b53b; /* Old browsers */
background: -moz-linear-gradient(top,  #0bdc49 0%, #00cd43 30%, #07b53b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0bdc49 0%,#00cd43 30%,#07b53b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0bdc49 0%,#00cd43 30%,#07b53b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14e458', endColorstr='#00be3e',GradientType=0 ); /* IE6-9 */
}

#contact .grad-green span,#header .grad-green span{
    background: unset !important;
    color: #FFEB3B;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
}

#contact .grad-deep-green,#header .grad-deep-green{
color: #fff;
    background: #14e458;
    background: -moz-linear-gradient(top, #14e458 0%, #00cd43 30%, #00be3e 100%);
    background: -webkit-linear-gradient(top, #14e458 0%,#00cd43 30%,#00be3e 100%);
    background: linear-gradient(to bottom, #14e458 0%,#00cd43 30%,#00be3e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14e458', endColorstr='#00be3e',GradientType=0 );
    background: #1b7e40;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #1b7e40), to(#20b958));
    background: -webkit-linear-gradient(bottom, #1b7e40 50%, #20b958 100%);
    background: linear-gradient(0deg, #1b7e40 50%, #20b958 100%);
}

#contact .grad-deep-green span,#header .grad-deep-green span {
    background: unset !important;
    color: #FFEB3B;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
}

#contact .grad-pink,#header .grad-pink{
    color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe95a8+0,ff758d+31,f5586b+100 */
background: #fe95a8; /* Old browsers */
background: -moz-linear-gradient(top,  #fe95a8 0%, #ff758d 31%, #f5586b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fe95a8 0%,#ff758d 31%,#f5586b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fe95a8 0%,#ff758d 31%,#f5586b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe95a8', endColorstr='#f5586b',GradientType=0 ); /* IE6-9 */
}

#contact .grad-pink span,#header .grad-pink span{
    background: unset !important;
    color: #FFEB3B;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
}

#contact .grad-deep-pink,#header .grad-deep-pink{
    color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e12a5d+0,c52955+30,a61f45+100 */
background: #e12a5d; /* Old browsers */
background: -moz-linear-gradient(top,  #e12a5d 0%, #c52955 30%, #a61f45 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e12a5d 0%,#c52955 30%,#a61f45 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e12a5d 0%,#c52955 30%,#a61f45 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12a5d', endColorstr='#a61f45',GradientType=0 ); /* IE6-9 */
}

#contact .grad-deep-pink span,#header .grad-deep-pink span {
    background: unset !important;
    color: #FFEB3B;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
}


#contact .grad-orange,#header .grad-orange{
    color: #fff;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffa000+0,ff8f00+30,ff6f00+100 */
background: #ffa000; /* Old browsers */
background: -moz-linear-gradient(top,  #ffa000 0%, #ff8f00 30%, #ff6f00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffa000 0%,#ff8f00 30%,#ff6f00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffa000 0%,#ff8f00 30%,#ff6f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa000', endColorstr='#ff6f00',GradientType=0 ); /* IE6-9 */
}

#contact .grad-orange span,#header .grad-orange span{
    background: unset !important;
    color: #FFEB3B;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
}

#contact .grad-gold,#header .grad-gold{
background: linear-gradient(135deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    color: #5a3201;
}

#contact .grad-gold span,#header .grad-gold span{
    background: unset !important;
    color: #5a3201;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
}

#contact .grad-white,#header .grad-white{
background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
    color: #212121;
}

#contact .grad-white span,#header .grad-white span {
    background: unset !important;
    color:#212121;
    padding: 0 24px;
    border-radius: 3px;
    font-weight: 700;
}

/*背景矢印*/
.arrow::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px  var(--color0);
    top: 33%;
    left: -3px;
    margin-top: 0px;
}

.arrow:nth-child(1)::before {
display: none;
}

@media only screen and (max-width: 500px) {
.arrow::before{
    top: 22%;
    display: none;
}
.arrow:nth-child(2n+1)::before {
display: none;
}
}

/*LINE*/
.linebg{
 background: #FFFDE7;
}

.tokuten{
   font-size: 20px;
    margin-bottom:16px;
}

.tokuten span{
background: var(--color2);
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 24px;
    color: #fff;
}

@media only screen and (max-width: 500px) {

 .tokuten {
    font-size: 14px;
    margin-bottom: 16px;
}

.tokuten span {
    padding: 2px 8px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 14px;
}
}

.line-tt {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background:#fa4141;
      font-size: 24px;
    font-weight: 600;
}

.line-tt:before,
.line-tt:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #bf1a2f;
}

.line-tt:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.line-tt:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.line-tt span {
  position: relative;
  display: block;
font-size:18px;
    font-weight:600;
}

@media only screen and (max-width: 500px) {
.line-tt {
    line-height:20px;
    position: relative;
    height: 60px;
    margin: 1em 30px 1em;
    padding: 10px 0rem 0;
    text-align: center;
    color: #fff;
    background: #fa4141;
    font-size: 15px !important;
}


.line-tt:before, .line-tt:after {
    position: absolute;
    top: 0;
    display: block;
    height: 40px;
    content: '';
    border: 30px solid #bf1a2f;
}

.line-tt:before {
    left: -40px;
    border-left-width: 15px;
    border-left-color: transparent;
}

.line-tt:after {
    right: -40px;
    border-right-width: 15px;
    border-right-color: transparent;
}


.line-tt span {
font-size: 15px;
}

}

/*予約部分*/

.Mi1 {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
        margin-bottom: 0;
}

.Mi2 {
    margin-bottom: 10px;
    font-size: 1.1rem;
    text-align: center;
}

@media only screen and (max-width: 500px) {
.Mi1 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
}
.Mi2 {
    margin-bottom: 10px;
    font-size:14px;
    text-align: center;
}

}

.time{
width: 100%;
    border: solid 1px var(--color1);
    text-align: center;
    font-weight: 300;
    color:var(--color1);
    line-height:2.5;
}

.time tr{
border-bottom: solid 1px var(--color1);
font-weight: 300;
}

.time th{
     border-right: solid 1px var(--color1);
     font-weight: 300;
}

.time td{
     border-right: solid 1px var(--color1);
     font-weight: 300;
}

.other-li{
    margin-bottom:8px;
}

.other-tt{
    background: var(--color2);
    padding: 2px 16px;
    border-radius: 5px;
    color: #fff;
    margin-right: 8px;
}

/*フッター部分*/

.footer{
    color:#757575;
}

.footer a{
    color:#757575;
}

.footer ul{
    line-height:2.4;
}

.footer-title{
font-weight: 500;
    font-size: 20px;
    color: var(--colorB);
    border-bottom: solid 2px var(--colorG);
}
.f-tt {
background: #CBEEEA;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 8px;
    color:#4C7D82;
}

.cp{
    background: var(--color2);
    color:#fff;
}

/*ヘッダー*/
.head-h1 {
    font-size: 14px;
    font-weight: 400;
	padding-top:8px;
}
@media only screen and (max-width: 500px) {
.head-h1 {
    font-size: 10.5px;
    font-weight: 400;
    padding-top: 8px;
	}
}

.head-parking {
    background: #ffffff;
    padding: 0 8px;
    color: var(--color1);
    border: solid 1px var(--color1);
    border-radius: 4px;
    font-size: 14px;
    margin-right: 8px;
    margin-left: 8px;
    font-weight: 500;
    display: inline-block;
}

#header .btn{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding:12px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
    width: 100%;
}



/*ナビメニュー*/

.nav-link{
position: relative;
}
.navmenu ul li a::before,
.navmenu ul li a::after {
  border-bottom: solid 2px var(--color1);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
.navmenu ul li a::before {
  left: 49%;
}
.navmenu ul li a::after {
  right: 49%;
}
.navmenu ul li a:hover::before,
.navmenu ul li a:hover::after {
  width: 50%;
}

/*見出し h2*/
.border-solid{
  border-bottom: 3px solid var(--color1);
  padding-bottom: 10px;
}

.border-dot {
  border-bottom: 3px dotted var(--color1);
  padding-bottom: 10px;
}

.border-dashed{
      border-bottom: 3px dashed var(--color1);
      padding-bottom: 10px;
}

.border-double{
  border-bottom: 6px double var(--color1);
  padding-bottom: 10px;
}

.border-under-two {
  position: relative;
  padding: 1rem 0;
  border-bottom: 3px solid  var(--color0);
}

.border-under-two:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background:  var(--color1);
}

.border-under-strip{
      position: relative;
  padding: 1.5rem 0;
}

.border-under-strip:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, var(--color1), var(--color1) 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg,  var(--color1), var(--color1) 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.border-left-single {
  padding: 1rem 1rem;
  border-left: 6px solid var(--color1);
}

.border-left-double {
  padding: 1rem 1rem;
  border-left: 6px double  var(--color1);
}

.border-kakomi {
  padding: 1rem 1rem;
  border: 3px solid  var(--color1);
}

.border-kakomi-dot {
  padding: 1rem 1rem;
  border: 3px dotted  var(--color1);
}

.border-kakomi-hasen {
  padding: 1rem 1rem;
  border: 3px dashed var(--color1);
}

.border-kakomi-double {
   position: relative;
  padding: 1rem 1rem;
  border: 4px solid  var(--color1);
}

.border-kakomi-double:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 2px solid  var(--color1);
}

.tb-border {
  padding: 1rem 1rem;
  border-top: 3px solid  var(--color1);
  border-bottom: 3px solid  var(--color1);
}

.tb-double {
padding: 1rem 1rem;
  border-top: 6px double  var(--color1);
  border-bottom: 6px double  var(--color1);
}

.bg-fill{
  padding: 1rem 1rem;
  background:#cbb9a3;
  color:#fff;
border-radius: 3px;
}

.bg-left{
    border-left: 5px solid #e6dbc9;
    background: #faf9f5;
}

.bg-top{
   padding: 1rem 1rem;
  border-top: 3px solid  var(--color1);
  background:var(--color0);
  color: var(--color2);
}

.bg-under{
  padding: 1rem 1rem;
  border-bottom: 3px solid  var(--color1);
  background:var(--color0);
  color: var(--color2);
}

.null{
    border: none;
    background: none;
}

.null:before{
    display: none;
}

.ribon1 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background:#fa4141;
      font-size: 24px;
    font-weight: 600;
}

.ribon1:before,
.ribon1:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #fa4141;
}

.ribon1:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.ribon1:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.ribon1 span {
  position: relative;
  display: block;
font-size:18px;
    font-weight:600;
}

@media only screen and (max-width:500px) {

    .ribon1 {
    line-height: 20px;
    position: relative;
    height: 60px;
    margin: 1em 45px 1em;
    padding: 18px 0rem 0;
    text-align: center;
    color: #fff;
    background: #fa4141;
    font-size: 16px !important;
}

.ribon1:before {
  left: -44px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.ribon1:after {
  right: -44px;
  border-right-width: 15px;
  border-right-color: transparent;
}

}

.ribon2 {
  position: relative;
  margin: 1rem -35px;
  padding: 1rem 2rem;
    background: var(--color1);
    color: #fff;
    text-align:center;
}

.ribon2:before,
.ribon2:after {
  position: absolute;
  content: '';
}

.ribon2:before {
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid  var(--color2);
  border-left: 10px solid transparent;
}

.ribon2:after {
  right: 0;
  bottom: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid  var(--color2);
  border-right: 10px solid transparent;
}

@media only screen and (max-width:500px) {
.ribon2 {
  position: relative;
  margin: 1rem -10px;
  padding: 1rem 1rem;
  text-align:center;
}

}

@media only screen and (min-width:501px) and (max-width:1024px) {
 .ribon2 {
  position: relative;
  margin: 1rem -25px;
  padding: 1rem 1rem;
  text-align:center;
}
}

.img-sentenceBoxL{
float: left;
width: 40%;
}

.img-sentenceBoxR{
float:left;
width: 60%;
}

.img-sentenceBoxL2{
float: left;
width: 60%;
}

.img-sentenceBoxR2{
float:left;
width: 40%;
}

@media only screen and (max-width:500px) {
.img-sentenceBoxL,.img-sentenceBoxR,.img-sentenceBoxL2,.img-sentenceBoxR2{
float: none;
width: 100%;
}

}


.list-box {
    position: relative;
    border: solid 3px var(--color1);
    border-radius: 3px;
}

#subpage .list-box p{
padding:0 !important;
margin-bottom: 0 !important;
}

.list-box ul{
    margin:0;
}

.list-box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: var(--color1);
    font-weight: bold;
}

.li-numb ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
    padding-left: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width:500px) {
    .li-numb ol {
    padding-left:0px;
    margin-bottom: 0;
}
}

.li-numb ol li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
    list-style: none;
}

.li-numb ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background:  var(--color1);
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*チャット風会話文----------------------------------------------------*/
.kaiwa {
    margin-bottom: 25px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 763px) {
    .kaiwa {
        width: 95%;
    }
}

/* 左画像 */
.kaiwa-img-left {
    margin: 0;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: -70px;
}

/* 右画像 */
.kaiwa-img-right {
    margin: 0;
    float: right;
    width: 60px;
    height: 60px;
    margin-left: -70px;
}

.kaiwa figure img {
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin: 0;
}

@media (max-width: 763px) {
    .kaiwa figure img {
        width: 80%;
        height: 80%;
    }
}

/* 画像の下のテキスト */
.kaiwa-img-description {
    padding: 5px 0 0;
    font-size: 10px;
    text-align: center;
    position: relative;
    bottom: 15px;
}

/* 左からの吹き出しテキスト */
.kaiwa-text-right {
    position: relative;
    margin-left: 80px;
    padding: 10px;
    border-radius: 10px;
    background:#eee;
    margin-right: 12%;
    float: left;
}

@media (max-width: 763px) {
    .kaiwa-text-right {
        position: relative;
        margin-left: 65px;
        padding: 10px;
        border-radius: 10px;
        margin-right: 5%;
        float: left;
    }
}

/* 右からの吹き出しテキスト */
.kaiwa-text-left {
    position: relative;
    margin-right: 80px;
    padding: 10px;
    border-radius: 10px;
    background-color: var(--color0);
    margin-left: 12%;
    float: right;
}

@media (max-width: 763px) {
    .kaiwa-text-left {
        position: relative;
        margin-right: 75px;
        padding: 10px;
        border-radius: 10px;
        margin-left: 5%;
        float: right;
    }
}

#mian p.kaiwa-text {
    margin: 0 0 20px;
}

#mian p.kaiwa-text:last-child {
    margin-bottom: 0;
}

/* 左の三角形を作る */
.kaiwa-text-right:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    top: 15px;
    left: -20px;
}

.kaiwa-text-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #eee;
    top: 15px;
    left: -19px;
}

/* 右の三角形を作る */
.kaiwa-text-left:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    top: 15px;
    right: -20px;
}

.kaiwa-text-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid var(--color0);
    top: 15px;
    right: -19px;
}

/* 回り込み解除 */
.kaiwa:after,
.kaiwa:before {
    clear: both;
    content: "";
    display: block;
}


/*Q and A*/
.qanda {
    width: 98%;
    margin: 10px;
    padding: 0px 10px;
    background: #fff;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    border-bottom: solid 1px var(--colorG);
}

.qanda:last-child {
    border-bottom:none;
}


.qanda dt span {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 18px;
}

dd p {
    font-size: 16px;
    text-align: left;
    line-height: 1.75em;
}

.qanda dt {
    position: relative;
    display: table;
    width: 91%;
    min-height: 76px;
    padding:20px 10px 10px 60px;
    font-weight: 600;
    margin: 0;
}

.qanda dt:before {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    width: 55px;
    height: 55px;
    content: "Q";
    text-align: center;
    color:#fff;
    border: 4px solid #eeeeee;
    border-radius: 33px;
    background: var(--color2);
    font-size: 40px;
    font-size: 32px;
    line-height: 48px;
        font-weight: 500;
}

.qanda dd {
    position: relative;
    display: table;
    min-height: 76px;
    padding: 10px 10px 0px 60px;
    margin-left: 0;
}

.qanda dd:before {
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 55px;
    height: 55px;
    content: "A";
    text-align: center;
    color: var(--color2);
    border: 4px solid #eeeeee;
    border-radius: 33px;
    font-size: 40px;
    font-size: 32px;
    line-height: 56px;
    background-color: var(--color0);
        font-weight: 500;
}

@media (max-width: 763px) {
    .qanda {
    width: 100%;
    margin: 10px;
    padding: 0px 8px;
    background: #fff;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    }

    .qanda dt {
    position: relative;
    display: table;
    width: 100%;
    padding: 12px 10px 10px 48px;
    font-weight: 600;
    margin: 8px 0;
    font-size: 16px;
    min-height: auto;
    }

    .qanda dt:before {
        position: absolute;
        top: 9px;
        left: 0;
        display: block;
        width: 35px;
        height: 35px;
        content: "Q";
        text-align: center;
        border: 3px solid #eeeeee;
        border-radius: 33px;
        font-size: 18px;
        line-height: 28px;
    }

    .qanda dt span {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        font-size: 16px;
    }

    .qanda dd {
    position: relative;
    display: table;
    min-height: 76px;
    padding: 6px 10px 0px 32px;
    }

    .qanda dd:before {
        position: absolute;
        top: 5px;
        left: 0px;
        display: block;
        width: 35px;
        height: 35px;
        content: "A";
        text-align: center;
        border: 4px solid #eeeeee;
        border-radius: 33px;
        font-size: 40px;
        font-size: 24px;
        line-height: 28px;
    }

    .qanda dd p {
        padding: 0;
        margin: 0px 0 16px 0;
    }
}

.step_list p{
line-height: 1.5;
}

.step_numb {
    position: absolute;
    background: var(--color1);
    color: #ffffff;
    border: solid 3px var(--color0);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    top: -5px;
    line-height: 2.2;
}

/*ボックス*/

.box p{
    margin:0;
    padding:0;
}

.box-solid{
padding: 0.5em 1em;
margin-bottom: 2em;
    border: solid 3px var(--color1);
}
.box-round{
padding: 0.5em 1em;
    margin: 2em 0;
    /* font-weight: bold; */
    color: #786B4C;
    background: #fffdf8;
    border: solid 1px #786B4C;
    border-radius: 10px;
}
.box-fill{
padding: 0.5em 1em;
    margin: 2em 0;
    color: var(--color2);
    background: var(--color0);
}
.box-double{
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px  var(--color1);
}
.box-dashed{
    padding: 0.5em 1em;
    margin: 2em 0;
    background:var(--color0);
    border: dashed 2px var(--color1);/*点線*/
}
.box-fusen{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: var(--colorB);
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}

.box-fukidashi{
    position: relative;
    padding: 0.8em 0.7em;
    margin: 1em 0;
    background: var(--color0);
    color: var(--color1);
    font-weight: bold;
    font-size: 20px;
    border-radius: 3px;
}
.box-fukidashi:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid var(--color0);
    width: 0;
    height: 0;
}

.box-fukidashi p{
    line-height:1.3 !important;
}

.box-title1 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px var(--color2);
    border-radius: 8px;
}
.box-title1 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: var(--color2);
    font-weight: bold;
}

.box-title2 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px var(--color2);
}
.box-title2 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: var(--color2);
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}

.box-title3 {
    position: relative;
    margin: 2em 0;
    padding: 25px 10px 7px;
    border: solid 2px var(--color2);
}
.box-title3 .box-title{
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background:var(--color2);
    color: #ffffff;
    font-weight: bold;
}

.box-title4 {
    margin: 2em 0;
    background:var(--color0);
}
.box-title4 .box-title {
    font-size: 1.2em;
    background: var(--color2);
    padding:0px 4px 4px 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.box-title4 p {
    padding: 15px 20px;
    margin: 0;
}

.box-title5 {
    margin: 2em 0;
    background: #dcefff;
}
.box-title5 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box-title5 p {
    padding: 15px 20px;
    margin: 0;
}

.tyui {
    margin-bottom: 1.5em;
    padding: 1em;
    background: #ffebeb;
    color:#dc3545;
    margin-left: auto;
    margin-right: auto;
    border: solid 2px #dc3545;
}

.tyui li{
    list-style: disc;
    list-style-position: inside;
    padding-left: 16px;
    line-height: 1.7;
}

#subpage .tyui p{
padding:0 !important;
}


@media only screen and (max-width:500px) {
.tyui li{
    padding-left: 8px;

}
}

.tyui_title {
    margin-bottom: 5px;
    color:#dc3545;
    font-size:17px;
    font-weight: bold;
}

.tyui_title:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px 0 0;
    border-radius: 50%;
    background: #ff8376;
    color: #fff;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

#main .tyui p {
    margin: 0 0 0em;
    line-height: 1.75;
    padding: 0px 16px;
}

.attention{
    background:#dc3545;
    width:25px;
    height: 25px;
    text-align: center;
    padding: 8px;
    border-radius: 50%;
    margin-right: 8px;
    color: #fff;
}

.main-lp-img img{
width: 100%;
}

/*TOPへ戻るボタン*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    border-radius:50% !important;
    background:var(--color1) !important;
    border-color:var(--color1) !important;
}

@media (max-width: 763px) {
	.back-to-top {
		bottom:90px;
		right: 10px;
	}
}


.glyphicon-chevron-up::before {
    content: "\f106";
    font-family:'Font Awesome 5 Free';
    font-weight:900;
}

/* 必須マーク */
.must{
    color: #fff;
    margin-right: 10px;
    padding: 6px 10px;
    background: #F92931;
    border-radius: 20px;
}

/* 任意マーク */
.free {
    color: #fff;
    margin-right: 10px;
    padding: 6px 10px;
    background: #424242;
    border-radius: 20px;
}

/* 項目名を太字にする */
form p {
    font-weight: 600;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
width: 100%;
    height: 80px;
    background: #27c038;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: solid 3px #3da949;
    border-radius: 3px;
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
}

.form-w{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.blog-list-left img{
border: none;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

/*スマホ固定バナー*/
.sp_banner{
    position: fixed;
    bottom: 0;
    z-index: 999;
    left:0;
}

.text-center{
     margin-left: auto;
    margin-right: auto;
}

.price-tt{
    background: var(--color2);
    padding: 8px 16px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.price-price{
    border:solid 1px var(--color1);
    padding: 8px;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}

.n-p{
    font-size: 20px;
    padding: 0 8px;
}

@media only screen and (max-width:500px) {
    .n-p{
display: block;
}
}

.f-p{
    font-size:28px;
    padding: 0 8px;
    font-weight: 600;
    color: #F44336;
        display: block;
}

.pn_btn a{
background: var(--color2);
    padding: 2px 6px;
    border-radius: 5px;
    color: #fff;
}

.col-text{
     display: block;
    font-size: 14px;
    margin-top: 8px;
}

.nav-con{
    line-height: 1;
    font-size: 11px;
    display: inline-block;
    font-weight: 500;
}


@media only screen and (min-width:501px) and (max-width:1024px) {
    .nav-con{
    line-height: 1;
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
}
}

/* PC,SP表示切り替え　
========================================================================== */

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


@media only screen and (max-width: 680px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}



.sns__container {
    display: flex;
}

.sns__container a {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.5rem 0;
}

.sns__container a:hover {
    opacity: 0.6;
}

.sns__twitter {
    background: #55acee;
}

.sns__facebook {
    background: #3b5998;
}

.sns__pocket {
    background: #ef3f56;
}

.sns__line {
    background: #1dcd00;
}

.sns__hatena {
    background: #00a5de;
}


.grecaptcha-badge { visibility: hidden; }


/* ================================================================================================
//
//  TOPPAGE - SLIDE
//
// ============================================================================================== */
.swiper-container {
    width: 100%;
    max-width: 1140px;
    margin: auto;
    overflow: hidden;
}

.swiper-container .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}


/* ================================================================================================
//
//  SINGLE PAGE - 執筆者項目
//
// ============================================================================================== */
.profile-wrapper {
border: solid 3px var(--color0);
    border-radius: 3px;
    max-width: 850px;
    font-size: 14px;
}

.profile-tt{
     background:var(--color0);
    font-size: 18px;
    font-weight: bold;
}

.profile-wrapper .text-wrap {
    width: calc( 100% - 200px );
    padding-right: 4rem;
}

.profile-wrapper .text-wrap .profile-name {

}

.profile-wrapper .text-wrap .text-area {
    margin-top: 2rem;
}

#subpage .profile-wrapper .text-wrap .text-area {
    padding: 0!important;
}

.profile-wrapper .img-wrap {
    width: 200px;
}

.profile-wrapper .img-wrap .img {
    position: relative;
    padding-top: 100%;
}

.profile-wrapper .img-wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.profile-wrapper .img-wrap .profile_btn {

}

.profile-wrapper .img-wrap .profile_btn span{

}

.profile-name{
    font-size: 20px;
}

.profile-img{
    max-width: 200px;
}


/* ================================================================================================
//
//  Yoast - パンくずリスト//
//
// ============================================================================================== */

#breadcrumbs{
    color: var(--color1);
}

@media (max-width: 500px) {
#breadcrumbs{
    color: var(--color1);
    font-size: 12px;
}
}

.fa-home{
    color: var(--color1) !important;
}



/* ================================================================================================
//
//  TOPページ - メインイメージスライダーのスタイリング//
//
// ============================================================================================== */

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #e0e0e0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #e0e0e0;
}
.swiper-pagination-bullet-active{
    background: #212121;
}



/* ================================================================================================
//
//  share - シェアボタン single.php
//
// ============================================================================================== */

.sns__container {
    display: flex;
}

.sns__container a {
    text-decoration: none;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    max-width: 180px;
}

.sns__container a:hover {
    opacity: 0.6;
}

.sns__twitter {
    background: #55acee;
}

.sns__facebook {
    background: #3b5998;
}

.sns__pocket {
    background: #ef3f56;
}

.sns__line {
    background: #1dcd00;
}
/* =====ここから「このWPへの追記」==================================================*/
/*h1を非表示にする場合は使用
h1 {
	display: none;
}

@media (max-width: 500px) {
	.main_img_bg img {
		margin-top: 5px;
	}
}
*/

/*---「LINE特典：リボンの色&文字色の変更」※1262、1304も変更---------------------*/
.line-tt {
    color: #fff;
    background: #bf1a2f;
}

@media only screen and (max-width: 500px) {
	.line-tt {
		color: #fff;
		background: #bf1a2f;
	}
}

/*---「ページ内スクロールの調整」-------------------*/
#offer {
	padding-top: 30px;
    margin-top: -30px;
}


/*-----「お客様の声」-----*/
.voice_title {
	border-left: solid 5px #f68e33;
	font-size: 1.2em;
	font-weight: bold;
}

.voice_cc {
	background-color: #fff1d3;
	color: #f57c12;
	font-weight: bold;
}

/*---------------その他対応メニュー------------------*/
#taiou .btnn {
	font-size: 1.6rem;
	display:block;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    padding: 2rem 4rem;
    cursor: pointer;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
    width: 100%;
    max-width: 800px;
	margin-top:-16px;
	background:#1976d2;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

	@media only screen and (max-width: 500px){
#taiou .btnn {
    font-size: 20px;
    padding: 1.7rem 1rem;
	margin-top:-8px;
	}}

#taiou .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}
/*========== ここから「よくある質問」  ==========*/

/*----Q＆Aアイコン修正----*/

.qanda dd:before {
	line-height: 44px;
}

@media (max-width: 763px){
	.qanda dd:before {
		line-height: 24px;
	}
}

/*========== ここから「料金表」  ==========*/
.tableBasic01 table {
    border-collapse: collapse;
    font-size: 95%;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
}

.tableBasic01 table {
    border-style: solid;
    border-color: #f3f3f3;
    border-size: 1px;
    width: 100%;
}

.tableBasic01 td {
    padding: 10px;
    line-height: 2em;
}

.tableBasic01 tr {
    padding: 10px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px dotted #e1e1e1;
}

.tableBasic01 {
    padding: 8px;
	max-width: 800px;
	margin: 0 auto;
}


.tableBasic01 table th {
    background: #f4f4f4;
    text-align: center;
    padding: 16px 5px;
    border-right: 1px dotted #fff;
    border: 1px solid #ddd;
}

.tableBasic01 table td {
    background: #fff;
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ddd;
    text-align: left;
}

.taC {
    text-align: center !important;
}

.w25per {
    width: 25% !important;
}

.w50per {
    width: 50% !important;
}

@media only screen and (max-width: 991px){
.dis-none-tab {
    display: none;
}
}

/*========== ここから「お客様の声」  ==========*/
.voice_title {
    border-left: solid 5px  var(--color2);
    font-size: 1.2em;
    font-weight: bold;
}
.voice_cc {
    background-color: var(--color0);
    color: var(--color2);
    letter-spacing: -1px;
}

.voice_list p{
	margin-bottom:0 !important;
	font-size:15px;
}
/*==========　アコーディオン（症状メニュー） ==========*/
/*
<div class="cp_box">
<input id="cp01" type="checkbox" autocomplete="off"><label for="cp01"></label>
<div class="cp_container"> 
★隠すコンテンツ★
</div>
</div>
*/

.cp_box {
    position: relative;
    margin-bottom: 2em;
}

.cp_box input {
    display: none;
}

.cp_box label {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    width: 100%;
	height: 100px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box label::after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 16rem;
    font-family: FontAwesome;
	content: "施術の流れを見る";
    transform: translate(-50%, 0px);
    letter-spacing: 0.05em;
    color: rgb(255, 255, 255);
    background-color:#80b0b4;
    border-radius: 20px;
}

.cp_box input:checked + label::after {
    font-family: FontAwesome;
    content:"閉じる";
}

.cp_box input:checked~.cp_container {
    height: auto;
    padding-bottom: 80px;
    transition: all 0.5s;
}

.cp_box input:checked+label {
    background: inherit;
}

.cp_box .cp_container {
    overflow: hidden;
	height: 350px;
    transition: all 0.5s;
}


@media (max-width: 480px){
.cp_box .cp_container {
    overflow: hidden;
    height: 500px;
    transition: all 0.5s;
}
}

/*「施術の流れ」余白調整（STEPコンテンツ）*/
.step_list {
	margin-bottom: 25px;
}

/*「メールフォーム」サイズ調整（プルダウン）*/
select {
    min-height: 35px;
}

.parallax-bg {
  background-image: url(/wp-content/uploads/dairiseki_bg-1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* パララックスの核心 */
  background-attachment: fixed;

  /* 高さは必須 */
  min-height: 600px;
}

.under_bar {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

.under_bar:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background:#4ec4b6;
}
@media (max-width: 763px){
.under_bar:before {
  bottom: 0px;
}	
}

/* ================================================================================================
//
// Topスライド
//
// ============================================================================================== */
.img-rep {
    width: 100%;
    height: 320px;
    background-image: url(/wp-content/uploads/slide.png);
    background-repeat: repeat-x;
    background-size: 1920px 240px;
    animation-name: warning;
	animation-duration: 50s; 
    animation-timing-function: linear;
    animation-iteration-count: infinite;
        animation-direction: reverse;
}

@keyframes warning {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position:1920px 0;
  }
}

@media only screen and (max-width: 500px) {
.img-rep {
    height: 225px;

}
}	

.sp_banner .row{ margin: 0; }
.sp_banner [class*="col-"]{ padding: 0; }

/* 初期状態でナビゲーションを隠す */
.navbar-hidden {
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

/* スクロール後に表示するスタイル */
.navbar-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.icon{
	width:20%;
}

.navbar-nav li{
    border-bottom: dotted 2px #ccc;	
}

/* バナー本体 */
.news-banner {
display: block;
    height: 56px;
    width: 100%;
    background-color: #62abae;
    overflow: hidden;
    font-size: 1.8rem;
}

/* バナー内コンテンツ */
.news-banner__content {
  display: inline-block;
  color:#feff99;
  line-height: 30px;
  padding-left: 100%;
  white-space: nowrap;
  animation: animate-banner 10s linear infinite;
}

/* バナー内の要素をすべて選択 */
.news-banner__content > * {
  display: inline-block;
}

/* 横にスクロールさせるアニメーション */
@keyframes animate-banner {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ===== 紙吹雪Canvas ===== */
.confetti-canvas{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
}

/* ===== クラッカー ===== */
.cracker{
  position: fixed;
  top: 42%;
  width: 120px;
  height: 120px;
  opacity: 0;
  z-index: 10000;
  pointer-events: none;
  transform: translateY(-50%) scale(.9);
}

.cracker::before{
  content:"";
  position:absolute;
  inset:0;
  background: conic-gradient(
    #ff5a5f, #ffd166, #06d6a0, #118ab2, #8338ec, #ff5a5f
  );
  clip-path: polygon(10% 65%, 85% 40%, 85% 60%);
  border-radius: 12px;
}

.cracker--left{ left:-160px; }
.cracker--right{
  right:-160px;
  transform: translateY(-50%) scale(.9) scaleX(-1);
}

.cracker.is-on{
  opacity:1;
  animation: crackerIn .35s ease-out forwards;
}
.cracker--right.is-on{
  animation: crackerInRight .35s ease-out forwards;
}

.cracker.pop{
  animation: crackerPop .25s ease-out;
}

@keyframes crackerIn{ to{ left:16px; } }
@keyframes crackerInRight{ to{ right:16px; } }
@keyframes crackerPop{
  0%{ transform:translateY(-50%) scale(.95); }
  50%{ transform:translateY(-50%) scale(1.05); }
  100%{ transform:translateY(-50%) scale(.98); }
}

.offer-gentei-tt {
    background: #022F5D;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    padding: 16px;
    max-width: 829px;
    border-radius: 20px 20px 0 0;
    font-size: 46px;
background: linear-gradient(to right,  #e2c3ae 0%,#f9efe6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
}

@media (max-width:736px) {
	.offer-gentei-tt {
        background:#E1C5B8;
        color: #fff;
        font-weight: 600;
        line-height: 1;
        padding: 16px;
        max-width: 829px;
        border-radius: 20px 20px 0 0;
        font-size: 27px;
        letter-spacing: 0;
}
}

.offer-gentei-tt-numb {
    font-size: 72px;
	color:#fff8be;
}

@media (max-width:736px) {
.offer-gentei-tt-numb {
    font-size: 42px;
}
	}
.hikaku table{
  width: 100%;
  border-collapse: collapse;
}

.hikaku table tr{
  border-bottom: solid 2px white;
}

.hikaku table tr:last-child{
  border-bottom: none;
}

.hikaku table th{
position: relative;
    text-align: left;
    width: 22%;
    background-color:#F8F5F1;
    text-align: center;
    padding: 24px 0;
    border-right: 2px solid #fff;
    border-bottom:4px solid #fff;
    line-height: 1.2;
}


.hikaku table td{
  text-align: left;
  width: 39%;
  text-align: center;
  background-color:#F5F5F5;
  padding:32px 10px;
	line-height:1.6;
	border:solid 4px #fff;
}

.hikaku table td:nth-child(2){
  border-right: 2px solid #fff;
}

.hikaku table td:nth-child(3){
  font-weight:bold;
  background-color:#FDFAF4;
  
}

.hikaku .non{
  background:#fff
}

.hikaku .col1{
    background-color: #eeeeee;
}

.hikaku .col2{
    background-color:#d28a8c;
  color:#fff;
}

.hikaku table thead tr th:after{
  border-left:none;
  border-top:none;
  border-bottom:;
}
@media (max-width:736px) {
.hikaku {
    width: 95%;
    margin: 16px auto 16px;
	}
}

#subpage .hikaku tr, td {
	border:none;
}

/* =========================
   Chat UI (Mobile First)
   ========================= */

.qa-board{
  background:#f6fcfc;
  border-radius:16px;
	padding:42px;
    max-width: 800px;
    margin: auto;	
}

/* 1トーク */
.qa-item{ margin-bottom:18px; }

/* 行 */
.qa-row{
  display:flex;
  align-items:flex-start;
}

/* Qは左 */
.qa-row.q{
  justify-content:flex-start;
}

/* Aは右 */
.qa-row.a{
  justify-content:flex-end;
  margin-top:14px;
}

/* アイコン */
.qa-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  flex:0 0 42px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.qa-icon.q{
  background:#fff;
  color:#80b0b4;
  font-weight:bold;
  font-size:20px;
}

.qa-icon.a img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Aアイコンを強調 */
.qa-icon.a{
  width:56px;
  height:56px;
  flex:0 0 56px;
  margin-left:6px;
}


/* 吹き出し共通 */
.qa-bubble{
  position:relative;
  background:#fff;
  border-radius:16px;
  padding:12px 14px;
  font-size:15px;
  line-height:1.75;
  max-width:560px;
  box-shadow:0 6px 14px rgba(0,0,0,.06);
}
@media (max-width:736px) {
.qa-bubble{
  font-size:13px;
}
}

/* Q吹き出し */
.qa-bubble.q{
  margin-left:10px;
  font-weight:600;
}

.qa-bubble.q:before{
  content:"";
  position:absolute;
  left:-7px;
  top:14px;
  border-width:7px 7px 7px 0;
  border-style:solid;
  border-color:transparent #fff transparent transparent;
}

/* A吹き出し */
.qa-bubble.a{
  margin-right:10px;
}

.qa-bubble.a:before{
  content:"";
  position:absolute;
  right:-7px;
  top:14px;
  border-width:7px 0 7px 7px;
  border-style:solid;
  border-color:transparent transparent transparent #fff;
}

/* 区切り線 */
.qa-divider{
  border-top:2px dotted #cbeeea;
  margin:42px 0 42px;
}

@media (max-width:736px) {
.qa-board {
    background: #f6fcfc;
    border-radius: 16px;
    padding: 16px;
    max-width: 800px;
    margin: auto;
}	
}
 .posture-card{
    border: 1px solid #eee;
    border-radius: .25rem;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
    overflow: hidden;
    height: 100%;
  }
  .posture-card__head{
    background: #80b0b4; /* 黄帯 */
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: .75rem .5rem;
    font-size: 1.05rem;
    letter-spacing: .02em;
  }
  .posture-card__body{
    padding: 1rem 1.25rem 1.25rem;
  }
  .posture-card__img{
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: .5rem auto 1rem;
  }
  .checklistList{
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  .checkItem{
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: .6rem;
    line-height: 1.5;
  }
  .checkItem:before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
	  border: 1px solid #786B4C;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .85rem;
    line-height: 1;
  }
  .posture-note{
    font-size: .9rem;
    margin-top: .25rem;
  }

  /* スマホで縦積み時の余白 */
  @media (max-width: 575.98px){
    .posture-card__head{ font-size: 1rem; }
  }

/* ポップアップの基本スタイル */
        .popup {
            position: fixed;
            left: -300px; /* 初期位置（画面外） */
            bottom: 90px; /* 画面下からの距離 */
            width: 250px;
            padding: 8px;
                background: rgb(231 3 0 / 90%);
            color: white;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            border-radius: 5px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
            transition: left 0.5s ease-in-out;
z-index: 999;
    letter-spacing: 0;
        }

#randomNumber{
font-size: 20px;
color: #FFEB3B;
}

        /* スライドイン状態 */
        .popup.show {
            left: 20px; /* 画面左から20pxにスライドイン */
        }

        /* ✕ボタンのスタイル */
        .popup .close-btn {
            position: absolute;
            top: 2px;
            right: 0px;
            font-size: 14px;
            cursor: pointer;
            color: white;
            background: none;
            border: none;
            font-weight: bold;
        }

        .popup .close-btn:hover {
            color: yellow;
        }

.youtube-wrap {
    /* ページの最大幅に合わせて中央寄せする場合 */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* oEmbedで自動生成されたiframeに対して幅を適用 */
.youtube-wrap iframe {
    width: 100% !important; /* 親要素の800pxに合わせる */
    height: 450px !important; /* 縦横比16:9に合わせて高さを指定 */
}

/* ポップアップの基本スタイル */
        .popup {
            position: fixed;
            left: -300px; /* 初期位置（画面外） */
            bottom: 90px; /* 画面下からの距離 */
            width: 280px;
            padding: 8px;
                background:#d32f2f;
            color: white;
            font-size: 15px;
            font-weight: bold;
            text-align: center;
            border-radius: 5px;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
            transition: left 0.5s ease-in-out;
z-index: 999;
    letter-spacing: 0;
        }

#randomNumber{
font-size: 20px;
color: #FFEB3B;
}

        /* スライドイン状態 */
        .popup.show {
            left: 8px; /* 画面左から20pxにスライドイン */
        }

        /* ✕ボタンのスタイル */
        .popup .close-btn {
            position: absolute;
            top: 2px;
            right: 0px;
            font-size: 14px;
            cursor: pointer;
            color: white;
            background: none;
            border: none;
            font-weight: bold;
        }

        .popup .close-btn:hover {
            color: yellow;
        }

.notice-box{
  border: 4px solid #ff8a7a;
  background: #ffeceb;
  color: #ff6f61;
  font-weight: bold;
  text-align: center;
  padding: 18px 20px;
  border-radius: 4px;
  line-height: 1.8;
  font-size: 16px;
}

.popup-btn-img{
  cursor: pointer;
  max-width: 100%;
  height: auto;
}

.modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.modal.is-open{
  display: block;
}

.modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.7);
}

.modal__content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(92vw, 1000px);
  max-height: 90vh;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.modal__content img{
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

.modal__close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.6);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

/* 全体の背景(薄い水色) */
.anzin{
  background:#bed5d7;
  padding: 26px 14px 34px;
}

/* タイトル（上の帯は背景で再現） */
.anzin__title{
  margin: 0 auto 18px;
  max-width: 1100px;
  text-align: center;
  font-weight: 800;
  letter-spacing: .03em;
  color: #fff;
  font-size: clamp(20px, 2.4vw, 34px);
  padding: 12px 10px;
  border-radius: 10px;
}

/* 中央の白い枠 */
.anzin__box{
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: clamp(18px, 3vw, 34px);
}

/* 3列 × 2行 */
.anzin__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 3vw, 42px);
  justify-items: center;
  align-items: center;
}

/* 円 */
.anzin__circle{
  width: min(220px, 22vw);
  aspect-ratio: 1 / 1;         /* 真円にする */
  border-radius: 50%;
  background:#80B0B4;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: 1.15;
  font-size: clamp(16px, 1.8vw, 28px);
  padding: 14px;
  box-shadow: 0 10px 18px rgba(0,0,0,.08);
}

.anzin__circle span{
  display: inline-block;
}

/* PC：3列 */
.anzin__grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 3vw, 42px);
  justify-items: center;
  align-items: center;
}

/* タブレット〜スマホ：2列固定 */
@media (max-width: 900px){
  .anzin__grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .anzin__circle{
    width: min(240px, 42vw);
  }
}

/* 小さめスマホでも2列を維持 */
@media (max-width: 480px){
  .anzin__grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .anzin__circle{
    width: min(200px, 36vw);
    font-size: clamp(14px, 4vw, 20px);
  }
}

/* 全体 */
.cause-list{
  max-width: 980px; /* 画像に近い横幅感 */
}

/* 見出しの帯 */
.cause-head{
  background: #fbf8dc;           /* 薄い黄色 */
  border: 1px solid #f0e8b8;
  padding: 10px 14px;
  border-radius: 2px;
  font-weight: 700;
  color: #d80000;                 /* 赤文字 */
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 本文ブロック */
.cause-body{
  padding: 14px 0 0;
}

/* イラストの見え方 */
.cause-illust{
  max-width: 160px;               /* 左画像のサイズ感 */
}

/* 本文 */
.cause-text{
  color: #222;
  line-height: 1.9;
  font-size: 15px;
}

/* スマホ時：画像を少し小さめ & 中央寄せにしたい場合 */
@media (max-width: 767.98px){
  .cause-illust{
    max-width: 140px;
    display: block;
    margin: 0 auto;
  }
}

.video-wrap {
  width: 100%;
  max-width: 960px;   /* PCで大きすぎない上限 */
  margin: 0px auto;
}

.video-wrap video {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;   /* 比率固定で崩れ防止 */
  border-radius: 12px;   /* 少し丸めると高級感出る */
  background: #000;
}
@media (max-width: 767.98px){
.video-wrap video {
    aspect-ratio: 3 / 4;
}
	}

.kotei-right{
	width:50%;
    float:left;
}

.kotei-left{
	width:50%;
    float:left;
    text-align: right;	
}

/* 全体 */
.price-list{
  background:#fff;
  border-radius:14px;
  overflow:hidden;
}

/* 見出し */
.price-head{
  border-bottom:1px solid #f3e6ee;
  font-weight:700;
  color:#d45a8a; /* ほんのりピンク */
}

/* 行 */
.price-row{
  border-bottom:1px solid #f4f4f4;
  transition:.2s ease;
}
.price-row:last-child{ border-bottom:none; }
.price-row:hover{
  background:#fffafc;
}

/* 3カラム比率 */
.col-title{ width:45%; font-weight:600; color:#333; }
.col-price{ width:25%; color:#6b6b6b; font-weight:600; }
.col-cta  { width:30%; }

/* 税表記を小さく */
.tax{
  font-size:.85em;
  color:#9a9a9a;
  margin-left:.15em;
}

/* ボタン：サロンっぽい丸・淡い影・微グラデ */
.btn-salon{
  display:inline-block;
  padding:.55rem 1.05rem;
  border-radius:999px;
  background:linear-gradient(135deg,#38c172,#2fbf9b);
  color:#fff !important;
  font-weight:700;
  font-size:.9rem;
  box-shadow:0 10px 18px rgba(47,191,155,.18);
  border:none;
  letter-spacing:.02em;
}
.btn-salon:hover{
  filter:brightness(1.03);
  transform:translateY(-1px);
  box-shadow:0 14px 26px rgba(47,191,155,.22);
  text-decoration:none;
}

/* スマホ：縦に詰めて見やすく */
@media (max-width:576px){
  .col-title{ width:52%; }
  .col-price{ width:22%; font-size:.95rem; }
  .col-cta{ width:26%; }
  .btn-salon{ padding:.5rem .9rem; font-size:.85rem; }
}
/* 既存（PC用そのまま） */
.col-title{ width:45%; font-weight:600; color:#333; }
.col-price{ width:25%; color:#6b6b6b; font-weight:600; }
.col-cta  { width:30%; }

/* ▼スマホ最適化：3列のままバランス調整 */
@media (max-width: 576px){

  .price-head{
    font-size: 14px;
    padding: 10px 12px;
  }

  .price-row{
    padding: 12px 10px !important;
  }

  /* 列バランスをスマホ用に変更 */
  .price-row .col-title{
    width: 48%;
    font-size: 12px;
  }

  .price-row .col-price{
    width: 27%;
    font-size: 14px;
    line-height: 1.2;
  }

  .price-row .col-cta{
    width: 25%;
    text-align: right !important;
  }

  /* ボタンを小さく・横長・上品に */
  .btn-salon{
    padding: .35rem .65rem;
    font-size: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(47,191,155,.18);
    letter-spacing: .02em;
  }

  /* 税表記をさらに控えめに */
  .tax{
    display:block;
    font-size: 11px;
    margin-top: 2px;
  }
}
/* スマホの「詳しくはこちら」ボタンを強制的に小さく横長にする */
@media (max-width: 576px){

  .price-row .btn-salon{
    writing-mode: horizontal-tb !important;   /* 縦書き強制解除 */
    height: auto !important;
    min-height: unset !important;
    line-height: 1.3 !important;

    padding: 6px 10px !important;
    font-size: 12px !important;
    border-radius: 8px !important;

    display: inline-block !important;
    white-space: nowrap !important;

    box-shadow: 0 3px 8px rgba(47,191,155,.18) !important;
  }

  /* 列の幅をスマホ用に再配分 */
  .price-row .col-title{
    width: 30% !important;
    font-size: 12px;
  }

  .price-row .col-price{
    width: 30% !important;
    font-size: 14px;
    line-height: 1.2;
  }

  .price-row .col-cta{
    width: 30% !important;
    text-align: right !important;
  }
}

.img-rep {
    width: 100%;
height:240px;
	background-size: cover;
    background-image: url(/wp-content/uploads/slide.png);
    background-repeat: repeat-x;
    animation-name: warning;
	animation-duration:80s; 
    animation-timing-function: linear;
    animation-iteration-count: infinite;
        animation-direction: reverse;
}

@keyframes warning {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position:1920px 0;
  }
}

@media only screen and (max-width: 500px) {
.img-rep {
	height:180px;
}
}


.hydrafacial-head {
    position: relative;
	max-width: 1140px;
	margin: auto;
}
.hydrafacial video {
position: absolute;
    width: 65%;
    bottom: 49%;
    left: 3%;
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 80%);
}

.shimi-head {
    position: relative;
	max-width: 1140px;
	margin: auto;
}
.shimi video {
    position: absolute;
    width: 50%;
    bottom:29%;
    left: 3%;
    aspect-ratio: 16 / 9;
    border-radius: 4px;
    box-shadow: 0px 0px 18px -10px rgb(0 0 0 / 80%);
}
@media (max-width:736px) {
.shimi video {
    position: absolute;
    width: 58%;
    bottom:25%;
    left: 3%;
    aspect-ratio: 16 / 9;
    border-radius: 7px;
    box-shadow: 0px 0px 18px -6px rgb(59 59 59);
}}
