@charset "utf-8";
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

a:hover {
    text-decoration: none;
}

.jumbotron_xs {
	background-image: url('../img/relaxation03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 234px;
}

.jumbotron_sm {
	background-image: url('../img/relaxation03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 314px;
}

.jumbotron_md {
	background-image: url('../img/relaxation03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 442px;
}

.jumbotron_lg {
	background-image: url('../img/relaxation03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 526px;
}

.jumbotron_xl {
	background-image: url('../img/relaxation03.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 638px;
}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}
.map iframe {
	width: 100%;
	height: 450px;
}

/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.footer-logo {
	width: 100%;
}
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上 デスクトップ, 992px 未満）
============================================== */
@media screen and (min-width: 576px) and (max-width: 991.98px) {
 #commitment  {
     height: 460px;
 } 

} /* END */

/* 小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {
 #commitment .message {
    position: absolute;
     left: 0;
 } 

} /* END */


/*追加１======================================== */
/* lg~（991.98px 以上 1200px 未満） */
@media screen and (min-width: 991.98px) and (max-width:1200px ) {
    #commitment  {
        height: 415px;
    }    
}

/* 追加２
============================================== */
body {
    font-family: 'Kosugi Maru', sans-serif;
}

.na {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.title {
    color: #365E36;
    position: relative;
	text-align: center;
}

.title::before {
	background-color: #365E36;
	border-radius: 0.5rem;
	bottom: -1.2rem;
	content: "";
	height: 0.2rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3rem;
}

.title_2 {
    position: relative;
    display: inline-block;
    margin: 2rem 0;
    font-size: 1.3rem;
  }
  .title_2:before {
    content: '・・・';
   	font-size: 2rem;
    letter-spacing: -0.6em;
    color: #D2DFD2;
    position: absolute;
    /*background: #D2DFD2;*/
    top: 130%;
    left: 40%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
  }

.col-md-3.col-lg-3 {
	padding-right: 5px;
	padding-left:5px;
}

.display-4-2 {
	font-size: 2.0rem;
	font-weight: 300;
	line-height: 1.2;
}

.rounded-circle-course {
    border-radius: 18%!important;
    padding: 22px;
}

.rounded-circle-kado18 {
    border-radius: 18%!important;
    
}

.border-time {
    border: 1.5px solid #dee2e6!important;
}

.card {
	border: 1px solid rgba(197,196,188,.5);
}

.card-header {
    border-bottom: 1px solid rgba(197,196,188,.5);
	background-color: rgba(243,242,236,.41);
}

.h-98 {
    height: 98%!important;
}

.balloon2 {
  position: relative;
  display: inline-block;
  /*margin-top: 1.2em;*/
  margin-bottom: 0.4rem;
  padding: 6px 48px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #365E36;
  border-radius: 9999px;
}

.balloon2:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -4px;
  border: 8px solid transparent;
  border-top: 8px solid #365E36;
}

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

.bg_l-green {
    background-color: #D2DFD2;
}

.bg_green {
    background-color:#365E36;
}

.bg_l-white {
    background-color: #F3F2EC;
}

.bg_y-green {
    background-color: #CAD640;
}

.bg_yellow {
    background-color: #F8EB7D;
}

.heading_green {
    border-left: 6px solid #365E36;
    padding: 0 0 0 10px;
}

.font_weight_500 {
    font-weight: 500;
}

.font_weight_600 {
    font-weight: 600;
}

.font_weight_700 {
    font-weight: 700;
}

.font_serif {
    font-family: 'Noto Serif JP', serif;
}

.font_swrb_m {
    font-family: 'Sawarabi Mincho', serif;
}

.font_zas {
    font-family: 'Zen Antique Soft', serif;
}

.font_spm {
    font-family: 'Shippori Mincho', serif;
}

.text_line_icon {
    position: absolute;
    top: 0.11rem;
    left: 11.6rem;
    color: #06c755;
    font-size: 2rem;
}

.position_l3 {
    position: absolute;
    left: 3rem;
}

.badge_green_1_shop {
    display: inline-block;
    padding: 0.408rem;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10rem;
    border: 1px solid transparent;
    border-color: #365E36;
    color: #365E36;
    width: 15rem;
  }

.badge_green_1_shop a:hover {
    color: #CAD640;
}

.text_line_icon:hover {
    color: #CAD640;
}

.badge_green_1_map {
    display: inline-block;
    padding: 0.507rem;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10rem;
    border: 1px solid transparent;
    border-color: #365E36;
    color: #365E36;
    width: 15rem;
    margin-bottom: 0.5rem;
}

.badge_green_1_map:hover {
    border: 1px solid transparent;
    border-color: #365E36;
    color: #CAD640;
}

.reserve a:hover {
    color:  #365E36;
}

.btn_yellow {
    color: #365E36;
    background-color: #F8EB7D;
    border-color: #F8EB7D;
}

.btn_yellow:hover {
    color: #fff;
    background-color: #686464;
    border-color: #686464;
}

.btn_yellow:hover {
    color: #fff;
    background-color: #686464;
    border-color: #686464;
}

.btn-orange02 {
    color: #343a40;
    background-color: navajowhite;
    background-image: none;
    border-color: #f08100;
}

.btn-orange02:hover {
    color: #343a40;
    background-color: #4b4936;
    background-image: none;
    border-color: #4b4936;
    color: white;
}

.btn_green {
    color: white;
    background-color: #365E36;
    background-image: none;
    border-color: #365E36;
    width: 60%;
}

.btn_green:hover {
    background-color: #575656;
    background-image: none;
    border-color: #575656;
    color: white;
}

.btn_green:active {
    background-color: #575656;
    background-image: none;
    border-color: #575656;
    color: white;
}

.btn_green_2 {
    color: #365E36;
    background-color: #D2DFD2;
    background-image: none;
    border: 1.38px solid #365e3600;
}

.btn_green_2:hover {
    background-color: #575656;
    background-image: none;
    border-color: #575656;
    color: white;
}

.btn_green_3 {
    color: white;
    background-color: transparent;
    background-image: none;
    border-color: #365E36;
}

.btn_green_3:hover {
    background-color: #686464;
    background-image: none;
    border-color: #686464;
    color: white;
}

.lg_btn {
    border: 1px solid #365E36;
    border-radius: 0.25rem;
	display: block;
	padding: 0.5rem;
	box-sizing: border-box;
}

.lg_btn:hover {
    border: 1px solid #686464;
	background-color: #686464;
	color: #fff;
}

.lg_btn_bg_green {
    border: 1px solid #365E36;
    background-color: #365E36;
    border-radius: 0.25rem;
	display: block;
	padding: 0.5rem;
	box-sizing: border-box;
}

.lg_btn_bg_green:hover {
    border: 1px solid #686464;
	background-color: #686464;
	color: #fff;
}

.text_d-gray {
    color: #575656;
}

.text-taupe {
    color: #4b4936;
}

.text_green {
    color:#365E36;
}

.text_yellow {
    color: #F8EB7D;
}

.text_y-green {
    color:  #CAD640;
}

.text_l-green {
    color:  #D2DFD2;
}

.text_l-white {
    color:  #F3F2EC;
}

.text_g-black {
    color: #020202;
}

a {
    color: #fff;
}

.kadomaru-025 {
    border-radius: 0.25rem;
}

.under-line-orange {
     background: linear-gradient(transparent 40%, #ffb100 200%);
}

@media(min-width: 414px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(202, 214, 64,1);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}

.course_name {
    font-size: 1.4rem;
    font-weight: bold;
}

.course_name-2 {
    font-size: 0.98rem;
    margin-top: 0;
    margin-bottom: 0;
}

.kadomaru-50 {
    border-radius: 50rem;
}

.kadomaru-025 {
    border-radius: 0.25rem;;
}

.reserve_icon {
    height: 2rem;
    background-color: #365E36;
    border-radius: 11%;
    padding: 0.167rem 0.155rem;
}

.reserve_icon:hover {
    background-color: #CAD640;
}

.reserve_icon_e {
    height: 2rem;
    background-color: #365E36;
    border-radius: 11%;
    padding: 0.189rem 0.28rem
}

.reserve_icon_e:hover {
    background-color: #CAD640;
}

.icon_bg {
    height: 40px;
    background-color: #365E36;    
    border-radius: 11%;
    padding: 0.5rem 0.375rem;
}

.icon_bg:hover {
    background-color: #CAD640;
}

.icon_bg_line {
    height: 40px;
    background-color: #365E36;    
    border-radius: 11%;
    padding: 0.015rem 0.182rem 0.9rem 0.131rem;
    font-size: 2.5rem;
}
.course_badge {
    color: #b85e0f;
    background-color: #dde67b00;
    border :2px solid #b85e0f;
    font-weight: bold;
    font-size: 0.8rem!important;
}

.font_tel {
    font-size: 1.8rem;
}

/* グローバルメニュー折り返し防止 */
@media screen and (min-width: 768px) and (max-width: 991px){
  .container {
      max-width: 767px;
  }
}

@media screen and (max-width:575px){
    /*.mt_map_btn{
        margin-top: 0;
    }
    .mt_map_btn{
        margin-top: 1.5rem;
    }*/
    .course_img_text {
        left: 50%;
        margin-top: 1.4rem;
        /*background-color: #d1deaab1;*/
        text-align: center;
        transform: translate(-50%,-50%);
        margin-top: 1.4rem;
        margin-right: 0rem;
        margin-bottom: -1rem;
        margin-left: 0rem;
        padding-left: 1rem;
    }
    .img_kiwami {
        width: 55%;
    }
}

@media screen and (min-width:576px){
    .mt_map_btn{
        margin-top: 1.5rem;
    }
    .course_img_text {
    position: absolute;
    left: 90%;
    margin-top: 10%;
    /*background-color: #d1deaab1;*/
    text-align: center;
    transform: translate(-50%,-50%);
    white-space: nowrap;
    }
}

.small_week {
    color: #365E36;
    font-size: 0.7rem;
    font-weight: 600;
}

.small_3 {
    font-size: 58%;
    font-weight: 500;
}

.small_4 {
    font-size: 80%;
}

.small_5 {
    font-size: 72%;
    font-weight: 500;
}

.small_6 {
    font-size: 40%;
    font-weight: 500;
}

.small_7 {
    font-size: 68%;
    font-weight: 500;
}

.app_img_bg {
	background-color: #d6e1b6;
    clip-path: inset(1% round 1.25%);
}

.app_samples {
    clip-path: circle(50.0% at 50% 50%);
    position: relative;
}

/*
.app_samples_2 {
    position: relative;
}

.app_samples_2::before {
	content: "reserve!";
	display: inline-block;
	font-family: 'Vibur', cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 158%;
	color: #CAD640;
	transform: rotate(-13deg);
	letter-spacing: 0px;
	position: absolute;
	right: 15px;
	top: 170px;
	z-index:-1;
}

.app_samples_3 {
    position: relative;
}

.app_samples_3::before {
	content: "special!";
	display: inline-block;
	font-family: 'Vibur', cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 158%;
	color: #CAD640;
	transform: rotate(-13deg);
	letter-spacing: 0px;
	position: absolute;
	right: 16px;
	top: 170px;
	z-index:-1;
}

.app_samples_4 {
    position: relative;
}

.app_samples_4::before {
	content: "points!";
	display: inline-block;
	font-family: 'Vibur', cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 158%;
	color: #CAD640;
	transform: rotate(-13deg);
	letter-spacing: 0px;
	position: absolute;
	right: 16px;
	top: 170px;
	z-index:-1;
}
*/

.course_img {
    position: relative;
}

.img_clip_path {
    clip-path: polygon(100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%, 30% 0);
}

.text_05rem {
    font-size: 0.5rem;
}

.text_06rem {
    font-size: 0.6rem;
}

.text_07rem {
    font-size: 0.7rem;
}

.text_075rem {
    font-size: 0.75rem;
}

.text_08rem {
    font-size: 0.8rem;
}

.text_085rem {
    font-size: 0.85rem;
}

.text_09rem {
    font-size: 0.9rem;
}

.text_095rem {
    font-size: 0.95rem;
}

.text_1rem {
    font-size: 1rem;
}

.text_1_1rem {
    font-size: 1.1rem;
}

.text_1_2rem {
    font-size: 1.2rem;
}

.text_1_3rem {
    font-size: 1.3rem;
}

.text_1_4rem {
    font-size: 1.4rem;
}

.text_1_7rem {
    font-size: 1.7rem;
}

.letter_spacing_0_08em {
    letter-spacing: 0.08em;
}

.course_img_text_2 {
    margin-bottom: 0.4rem;
}

.pt_07 {
    padding-top: 0.7rem;
}

.pt_042 {
    padding-top: 0.42rem;
}

.pt_07_2 {
    padding-top: 0.7rem;
    padding-left: 0.9rem!important;
    padding-right: 0.9rem!important;
    margin-left: 0.5remmt-sm-5rem
}

.pr_10pc {
    padding-right: 10%
    /*right: 10%;*/
}

.pr_2_38rem {
    padding-right: 2.38rem!important;
}

.pr_4_24rem {
    padding-right: 4.24rem!important;
}

.pb_x {
    padding-bottom: 10rem;
}

.mt_065 {
    margin-top: 0.65rem;
}

@media (min-width: 576px) and (max-width: 767px) {
.mt-sm-5rem {
    margin-top: 5rem!important;
    }
}

@media (min-width: 1200px){
    .mt-xl-5rem {
        margin-top: 5rem!important;
        }
    }

.care {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.25rem;
}

.img_bodycare {
    background-image: url(../img/sample_shouldercare.jpg);
}

.img_footcare {
    background-image: url(../img/sample_footcare.jpg);
}

.img_headneckcare {
    background-image: url(../img/sample_neckcare.jpg);
}

.img_handcare {
    background-image: url(../img/sample_handcare.jpg);
}

.height_20 {
    height: 20rem;
}

.course_ttl {
    background-color: #f8ec7d71!important;
    height: 4.4rem;
}

.marker{
    background:linear-gradient(transparent 60%, #f8ec7d71 60%);
    margin: auto;
}

.brand_name {
    color: #365E36;
    padding: 0.2rem 0.6rem 0.5rem 0.3rem;
    display: inline-block;
    line-height: 1;
    background: #CAD640;
    vertical-align: middle;
    border-radius: 25px 3px 3px 25px;/*左側の角を丸く*/
    white-space: nowrap;
  }
  
  .brand_name:before {
    content: '●';
    color: #F3F2EC;
    margin-right: 6px;
    margin-left: 1.5px;    
    text-align: center;
    vertical-align: text-top;
    line-height: 1.1;
  }

  .brand_name_sankaku::before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-left: 10px solid #365E36;
	padding: 0;
	margin: 0 0 0 -4px;
	top: 0px;
    left: 5px;
	position: relative;
}

  .foot_menu {
    /*color: #364e96;/*文字色*/
    padding: 0.5rem 0;  
    border-bottom: solid 3px #CAD640;
    width: 50%;
  }

  .line_link {
    width: 8rem;
    padding-top: 0.65rem;
  }
  
  ul {
    list-style: none;
  }
  
  ul li {
    position: relative;
    padding-left: 1.2rem;
    padding-bottom: 0.15rem;
  }
  
  .check ul li::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 1px;
    left: 0;
    color: #CAD640;
  }

  .table .t_border_1 {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #365E36;
  }

  .table .t_border_1_ygreen {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #CAD640;
  }

  .table .t_border_2 {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #365E36;
  }

  .table .t_border_2_ygreen {
    padding: 0.75rem;
    vertical-align: top;
    border-bottom: 1px solid #CAD640;
  }

.text_relaxation {    
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #fff;*/
    background-clip: border-box;
    color: #365E36;
    /*border-radius: 0.25rem;*/
    
    font-size: 0.6rem;
    font-weight: bolder;
    text-align: center;
}

.text_position_xs {
    top: 7.5rem;
}

.text_position_sm {
    font-size: 0.8rem;
    top: 10rem;
}

.text_position_md {
    font-size: 1rem;
    top: 14.5rem;
}

.text_position_lg {
    font-size: 1.2rem;
    top: 17.5rem;
}

.text_position_xl {
    font-size: 1.6rem;
    top: 20rem;
}

.img_g-menu-body {
    background-image: url(../img/g-menu-body.jpg);
}

.gm_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.25rem;
    height: 15rem;
}

.gm_border_tp {
    border-top: 1px solid #D2DFD2;
}

.gm_border_btm {
    border-bottom: 1px solid #D2DFD2;
}

.img-fluid_2 {
    max-width: 100%;
    max-height: auto;
}

.border_0 {
    border-style: none;
}

.w_x {
    width: 100%;
}

.w_y {
    width: 22%;
}

.w_z {
    width: 62%;
}

.t_w {
    width: 900px;
}

.pl_z {
    padding-left: 3.1rem!important;
  }

.px_0000 {
    padding-right: 5rem;
    padding-left: 5rem;
}

@media screen and (min-width:768px){
    .px_gm {
        padding-right: 30px;
        padding-left: 30px;
    }
    .p_menu2 {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
}

@media screen and (min-width:992px){
    .px_gm {
        padding-right: 100px;
        padding-left: 100px;
    }
    .p_menu2 {
        padding-left: 9rem!important;
        padding-right: 9rem!important;
    }
 }

.pr_3_5rem {
    padding-right: 3.5rem;
}
.pr_4_5rem {
    padding-right: 4.5rem;
}

.pr_5rem {
    padding-right: 5rem;
}

.pr_5_5rem {
    padding-right: 5.5rem;
}

.pl_07rem {
    padding-left: 0.7rem;
}

.pl_3_4rem {
    padding-left: 3.4rem;
}

.pl_5_8rem {
    padding-left: 5.8rem;
}


.pr_000 {
    padding-left: 1rem;
}

.mb_03rem {
    margin-bottom: 0.3rem;
}

.w_m {
    width: 10%;
}

.w_p {
    width: 40%;
}

.box_o {
    border: 1px solid #365E36;
    border-radius: 0.2rem;
    padding: 0 0.4rem;
    line-height: 0.74rem;
}

.pl_075rem {
    padding-left: 0.75rem;
}

@media (min-width: 768px){
    .col-md-2_2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 20.666667%;
        max-width: 20.666667%;
    }
}

.gm_circle_1  {
    background-color: #8fc31f46;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    padding-top: 2rem;
}

.gm_circle_2  {
    background-color: #8fc31f46;
    border-radius: 50%;
    width: 10rem;
    height: 10rem;
    padding-top: 1.495rem;
    margin: 0 -1.5rem;
}

.price {
    border: 1.34px solid;
    padding: 0.05rem 0;
    margin: 0 auto;
    font-size: 0.81rem;
    width:50%;
}

.encho {
    padding: 0.6rem 0;
    margin: 0 auto;
    font-size: 0.85rem;
    width:50%;
}

.rm_ttl {
    background-color: #365E36;
    color: #ffffff;
    font-size: 1.2rem;
    border-radius: 0.25rem;
    text-align: center;
}

.return_btn {
    background-color: #d2dfd23a;
    border: 1px solid #365E36;
    color: #365E36;
    font-size: 1rem;
    text-align: center;
    padding: 0.25rem;
    margin: 3rem;
    border-radius: 0.25rem;
    transition : 0.5s
}

.return_btn:hover {
    background-color: #686464;
    border: 1px solid #686464;
    color: #ffffff
}

.rg_ranking_1 {
    background-color: #f1e3a4;
    padding:0.2rem 0.8rem;
    border-radius: 1rem;
}

.rg_ranking_2 {
    background-color: #cee1e7;
    padding:0.2rem 0.8rem;
    border-radius: 1rem;
}

.rg_ranking_3 {
    background-color: #f5cfc3;
    padding:0.2rem 0.8rem;
    border-radius: 1rem;
}

.n_circle {
display: inline-block;
width: 1.5rem;
height: 1.5rem;
border-radius: 50%;
border: 2px solid #D2DFD2;
text-align:center;
line-height: 1.1rem;
margin-left: 0.2rem;
padding-top: 0.14rem;
}

.icon_plus {
    position: absolute;
    top: 3.25rem;
    left: 1rem;    
}

.icon_plus_2 {
    position: absolute;
    top: 6.1rem;
    left: 1rem;    
}

.icon_plus_z1 {
    position: absolute;
    top: 0.5rem;
    left: 1rem;    
}

.icon_plus_z2 {
    position: absolute;
    top: 0.52rem;
    left: 1rem;    
}

.border-right_c1 {
    position: relative;
}

.border-right_c1::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14rem;
    background-color: #dee2e6;
    position: absolute;
    top: -0.28rem;
    left: 22.75rem;
}

@media screen and (max-width: 768px){
	.none {
	        display:none;
	}
}

@media screen and (min-width: 992px){
	.border-right_c1 {
        top: 1rem;
        left: 6.2rem;
	}
}

@media screen and (min-width: 1200px){
	.border-right_c1 {
        top: 2.1rem;
        left: 11.75rem;
	}
}

.border-right_c3c5 {
    position: relative;
}

.border-right_c3c5::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14rem;
    background-color: #dee2e6;
    position: absolute;
    top: 0.92rem;
    left: 22.75rem;
}
@media screen and (min-width: 992px){
	.border-right_c3c5 {
        top: 0rem;
        left: 6.2rem;
	}
}

@media screen and (min-width: 1200px){
	.border-right_c3c5 {
        top: 0.9rem;
        left: 11.75rem;
	}
}

/*=======テスト=======*/

.style_1 {
	position: relative;
}

.style_2 {
	/*position: absolute;*/
	left: 0px;
	top: 0x;
}

.box_1 {
	position: relative;
	margin-top: 25px;
	background-color: #ffffff;
	border-radius: 10px;
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(to bottom, #292c2e 25px, #ffffff 25px);
}

.box_1 .img_box {
    background: #D2DFD2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20rem;
    border-radius: 0 0 0 0px;
    margin: -1px;
    padding: 0.5rem;
}

.box_1 .detail_box {
    padding: 0.6rem;
}

.box_1 .options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.img_box img {
    max-width: 20rem;
    border-radius: 1.8rem;
}

/*=============変更テスト==============*/

.card_2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 0.5rem;
}

.card_2_header {
    /*border-bottom: 1px solid rgba(197,196,188,.5);*/
    border-radius: 0.5rem;
    background-color: #ffffff;
}

/*.card_2_header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}*/

.card_2_footer {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border-radius: 0.5rem;
    /*border-top: 1px solid rgba(0,0,0,.125);*/
}

/*.card_2_footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}*/

.card_3 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(210, 223, 210, 0.5);
    border-radius: 0.25rem;
}

.card_3_header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card_3_header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(243,242,236,.41);
    border-bottom: 1px solid rgba(210, 223, 210, 0.5);
    font-size: 0.9rem;
}

.shop_name {
    position: relative;
}

.shop_name img {
    border-radius: 1.25rem;
    filter: brightness(63%);
    /*transition : 0.5s;*/
}

/*.shop_name img:hover {
    filter: none;
    transition : 0.5s;
}*/

.shop_name .shop_name_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    color: #fff;
    font-size: 1.5rem;
    white-space: nowrap;
    /*color: #365E36;
    background-color: #ffffffcc;
    padding: 0.2rem 0.4rem;*/
}

.img_container{
    margin: auto;
    position: relative;
    overflow: hidden;
  }
  img:nth-child(2){
    /*cursor: pointer;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: 0.8s;
  }
  .img_container:hover img:nth-child(2){
    opacity: 0;
  }

.shop_name .shop_line_icon {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 3.2rem;
    white-space: nowrap;    
    transition : 0.5s;
}

.shop_name .shop_line_icon:hover {
    color: #06c755;
}

.badge_green_border {
    display: inline-block;
    padding: 0.4rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10rem;
    border: 1px solid transparent;
    border-color: #365e3600;
    color: #365E36;
    background-color: #D2DFD2;
    width: 11rem;
    /*-webkit-box-shadow: 0 3px 0 #365e365b;
    box-shadow: 0 3px 0 #365e365b;*/
    transition : 0.4s;
  }

  .badge_green_border:hover {
    border: 1px solid transparent;
    /*border-color: #365e3600;*/
    color: #fff;
    background-color: #365E36;
    /*-webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
    -webkit-box-shadow: 0 2px 0 #365E36;
    box-shadow: 0 2px 0 #365E36;*/
  }

.web_badge {
    color: #6c757d;
    transition : 0.5s;
}

.web_badge a:hover {
    color: #CAD640;
    transition : 0.5s;
}

.web_badge:hover {
    color: #CAD640;
}

.gentei {
    position: relative;
    padding-bottom: 0.2rem;
    border-bottom: 1.8px solid #212529;
    background-color: white;
    font-size: 0.7rem;
    color: #212529;
}

.gentei:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 10px;
    width: 5px;
    border-right: 1.8px solid #212529;
    background-color: white;
    content: "";
}

.frame {
    border: 1px solid #D2DFD2;
    padding: 1.2rem 0 1.8rem 0;
    border-radius: 0.25rem;
    width: 100%;
    height: 100%;
}

.navbar-toggler-custom {
    border-color: rgb( 0, 0, 0, 0.5)!important;
}
.navbar-toggler-icon-custom {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}

.bg_white {
    background-color: white;
}

.header-logo {
  height: 70px;
}


/************ スライダー **************/

#slider {
  opacity: 0;
  transition: opacity 1s linear;
}
#slider.slick-initialized {
  opacity: 1;
}

.slider-container{
	width: 100%;
  max-width:1000px;
	margin:0 auto;
  padding-top:10px;
}
.slick-slide{
	padding:2px;
  margin: 0 auto;
}

#slider img{
  width:100%
}

#thumbs{
  width:90%;
  margin: 10px auto;
}

#thumbs img{
  width:100%;
  opacity: .3;
  transition: opacity .3s linear;
}

#thumbs .slick-current img{
	opacity: 1;
}
.slick-prev,.slick-next{z-index:2;}

.slick-prev::before,
.slick-next::before{
  font-size:40px;
  color: #000;
}

@media screen and (max-width:768px) { 
  .slick-prev {
    display: none!important;
  }
  .slick-next {
    display: none!important;
  }
}

.slick-next {
  right: 30px;
}
.slick-prev {
  left: 10px;
}

/************ カスタマイズ **************/


body {
  padding-top: 142px;
}

@media screen and (max-width:768px) {
  body {
    padding-top: 102px;
  }
}

@media screen and (min-width:768px) { 
  .card-md-img-200px {
    width: 200px!important;
  }
}

/* お知らせ用バナー切替 */

.pc_img { display: block !important; }
.sp_img { display: none !important; }
 
@media only screen and (max-width: 750px) {
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }
}

/* FAQ */

.accordion-faq {
    /*max-width: 500px;*/
    margin-bottom: 7px;
    background-color: #F3F2EC;
    border-radius: 5px;
}
  
.accordion-faq summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
    font-size: larger;
    color: #365E36;
}
  
.accordion-faq summary::-webkit-details-marker {
    display: none;
}
  
.accordion-faq summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #365E36;
    border-right: 3px solid #365E36;
    content: '';
    transition: transform .3s;
}
  
.accordion-faq[open] summary::after {
    transform: rotate(225deg);
}
  
.accordion-faq p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
  
.accordion-faq[open] p {
    transform: none;
    opacity: 1;
}

.accordion-faq a {
    color: #365E36;
    font-weight: bold;
    text-underline-offset: 38%;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.accordion-faq a:hover {
    color: #686464;
    text-decoration: underline;
    transition: all .3s ease-in-out;
}

/* 長久手店閉店用
============================================== */
.nagakute_close {
    background-color: rgba(243,242,236,.41);
    padding: 1rem;
}

.close_inf{
    padding: 0.5rem;
    background-color: #ffffff;
}

.close_inf_tel {
    color: #365E36;
    transition: 0.4s;
}

.close_inf_tel:hover {
    color: #F8EB7D;
}/* END */

  /* MASA21店20240418-お知らせ用
============================================== */
@media screen and (min-width: 491px){
    .masa0418_inf_br {
     display: none;
    }
}

.masa0418_inf_bg {
    background-color: rgba(243,242,236,.41);
    padding: 2rem;
}

.masa0418_inf {
    /*background-color:*/
    padding: 1rem;
}