@charset "UTF-8";
body {
  font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'Yu Gothic UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-weight: 400;
}
a {
  opacity: 1;
  transition: opacity .3s;
  text-decoration: none;
}
a img {
  filter: opacity(1);
  transition: filter .3s;
}
a:hover {
  opacity: .7;
  transition: opacity .3s;
}
a:hover img {
  filter: opacity(0.7);
  transition: filter .3s;
}
@media(min-width: 1281px) {
	.main {
	  padding-top: 150px;
	  
	}
}

.main {
 	margin: 0 auto;
 	letter-spacing: 2px;
	padding-bottom: 100px;
}
.header-1 {
  font-size: 32px;
  color: #00504B;
  text-align: center;
  margin-top: 100px;
  font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'Yu Gothic UI', sans-serif;
}

@media screen and (min-width:1282px){
	
	.massage-menu-header1{
		margin-top: 100px;
	}

.header_banner_pc_wrap{
	position: fixed;
	width: 200px;
	height: 100px;
	top: 50%;
	right: 0;
	z-index: 3;
}

.header_banner_sp_wrap{
	display: none
}
	
}

@media screen and (min-width:768px) and (max-width:1281px){
	.header_banner_pc_wrap{
	position: fixed;
	width: 200px;
	height: 100px;
	top: 20%;
	right: 0;
	z-index: 3;
}
	.header_banner_sp_wrap{
		display: none;
	}
}

@media screen and (max-width:767px){
	.header_banner_sp_wrap{
		position: fixed;
		width: 70px;
		height: 70px;
		top: 12%;
		right: 0;
		z-index: 3;
	}
	
	.header_banner_pc_wrap{
		display: none;
	}
}

@media (max-width: 767px) {
	.main {
		padding-bottom: 80px;
	}
  .header-1 {
		font-size: 20px;
		margin-top: 100px;
	  }
}
.link_button {
  width: 200px;
  height: 47px;
  border: solid 2px #00504B;
  position: relative;
  border-radius: 40px;
  margin-right: 40px;
  text-align: center;
  line-height: 47px;
}
.link_button::after {
  content: url("../img/home/window.webp");
  vertical-align: middle;
  line-height: 2rem;
  display: inline-block;
  margin-rleft: 1rem;
}
.link_button:hover {
  border: solid 2px #D3D67A;
}
@media (max-width: 767px) {
  .detail_link_button__Wrap {
    width: 175px;
    margin-left: auto;
  }
}
.detail_link_button {
  width: 175px;
  display: inline-block;
  height: 35px;
  line-height: 32px;
  margin-top: 30px;
}
.detail_link_button::after {
  display: none;
}
.br-pc {
  display: block;
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
.br-md {
  display: none;
}
@media (min-width: 1281px) {
  .br-md {
    display: block;
  }
}
.br-md02 {
  display: block;
}
@media (min-width: 1281px) {
  .br-md02 {
    display: none;
  }
}
.copywriter {
  color: #000;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .copywriter {
    font-size: 12px;
    padding: 10px 0 55px;
  }
}




/*FV*/


.fv_img_wrap{
	margin-top: 150px;
	height: 600px;
    background: url("../img/common/fv_pc.jpg") top left no-repeat;
    background-size: contain;
	position: relative;
}
.fv_textbox{
  width: 57vw;
  max-width: 840px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	right: 58%;
	transform: translate(100%, -50%);
}
.fv_title{
	font-size: 36px;
	padding-bottom: 20px;
}
.fv_text1{
	font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.fv_text2{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.fv_price{
	padding: 40px 0;
    font-size: 22px;
    font-weight: 600;
    color: #00504B;
    display: inline-block;
}
.fv_price_text{
	margin-bottom: 10px;
    border-bottom: 2px solid #00504B;
}
.fv-sp{
	display: none;
}

/* @media (max-width: 1281px) {
	.fv_img_wrap{
		margin-top: 50px;
		height: 640px;
		background: url("../img/common/fv_tab.jpg") top left no-repeat;
		background-size: contain;
		position: relative;
	}
	.fv_textbox{
		width: 820px;
    	font-weight: 600;
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(100%, -50%);
	}

	.fv-sp{
		display: none;
	}
} */

@media (max-width: 1281px) {
	.fv_img_wrap{
		margin-top: 40px;
		height: 800px;
		background: url("../img/common/fv_sp.png") top center no-repeat;
		background-size: cover;
		
		
	}
	.fv_textbox{
		width: inherit;
		position: absolute;
		top: 16%;
		right: 0%;
		transform: translate(0%, 0%);
		margin-left: 20px;
		padding: 16px;
		background-color: rgba(255,255,255,0.8);
	}
	.fv_title{
		font-size: 24px;
		padding-bottom: 10px;
	}
	.fv_text1{
		font-size: 16px;
		margin-bottom: 16px;
	}
	.fv_text2{
		font-size: 18px;
	}
	.fv_price{
		padding: 15px 0;
    	font-size: 18px;
	}
	.fv_price_text{
		padding-bottom: 4px;
	}
	.fv-sp{
		display: block;
	}
}










/*header*/






.header-2_wrap {
  height: 90px;
  line-height: 90px;
  background-color: #C7CB5A;
  border: 3px solid #3D686E;
}
.header-2_wrap .header-2_common {
  font-size: 42px;
  text-align: center;
}
@media (max-width: 767px) {
  .header-2_wrap .header-2_common {
    font-size: 18px;
  }
}
.menu_lead_txt__Wrap {
  margin: 100px auto 105px;
  text-align: center;
}
@media (max-width: 767px) {
  .menu_lead_txt__Wrap {
    margin: 43px auto;
  }
}
.menu_lead_txt__Wrap .menu_lead_txt__01 {
  font-size: 32px;
  color: #3D686E;
  font-weight: bold;
  display: flex;
  justify-content: center;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media (max-width: 767px) {
  .menu_lead_txt__Wrap .menu_lead_txt__01 {
    font-size: 16px;
  }
}
.menu_lead_txt__Wrap .menu_lead_txt__02 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .menu_lead_txt__Wrap .menu_lead_txt__02 {
    font-size: 16px;
    line-height: 2.8rem;
  }
}
.menu_lead_txt__Wrap_menu {
  margin: 53px auto 57px;
}
#header {
  /*margin-top: 20px;*/
  /*　ハンバーガーボタン　*/
  /* ナビ開いてる時のボタン */
  /* このクラスを、jQueryで付与・削除する */
}
/*@media (min-width: 1281px) {
  #header {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #header {
    margin-top: 15px;
  }
}*/
#header .header_content {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 999;
}
@media (min-width: 1281px) {
  #header .header_content {
    height: auto;
  }
}
@media (max-width: 767px) {
  #header .header_content {
    height: 65px;
  }
}
#header .position_wrap {
  position: unset !important;
  left: 10%;
  display: flex;
	align-items: center;
  width: 1175px !important;
  margin: 0 auto;
}

.map-pin_img_txt a{
	display: flex;
	align-items: center;
	gap: 3px;
	height: 50px;
	color: #00504b;
	font-weight: 600;
}

.map-pin_img_txt a img{
	width: 15px;
}

@media screen and (min-width:1281px){
	.map-pin_img_txt{
		display: none;
	}
}

#header .position_wrap .shop_link .shop_txt {
  display: none;
}
@media (min-width: 1281px) {
  #header .position_wrap .shop_link .shop_txt {
    width: 420px;
    color: #333333;
    font-weight: bold;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 16px;
    display: block;
  }
}
#header .position_wrap .shop_link .honkan_flex_wrap {
  display: flex;
  align-items: center;
  margin: 10px;
}
@media (min-width: 1281px) {
  #header .position_wrap .shop_link .honkan_flex_wrap {
    margin: 0;
  }
}
#header .position_wrap .shop_link .honkan_flex_wrap .logo_img{
  width: 200px;
  margin-right: 10px;
}
@media (min-width: 1281px) {
  #header .position_wrap .shop_link .honkan_flex_wrap .logo_img {
    width: 310px;/*元は220px*/
  }
}
@media (max-width: 767px) {
  #header .position_wrap .shop_link .honkan_flex_wrap .logo_img {
    width: 140px;
  }
}
@media (min-width: 1281px) {
#header .position_wrap .shop_link .honkan_flex_wrap .logo_txt {
  font-size: 36px;
  padding-left: 20px;
}
}
@media (max-width: 767px) {
  #header .position_wrap .shop_link .honkan_flex_wrap .logo_txt {
    font-size: 18px;

  }
}
.logo_txt{
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 24px;
}

#header .position_wrap .access_wrap {
  display: none;
  font-size: 12px;
  color: #141414;
}
	.access_subtxt {
		height: 26px;
		margin-top: 0;
		margin-bottom: 14px;
		font-size: 16px;
		font-weight: 800;
		background: linear-gradient(transparent 0%, #ffffff 0%);
	}
	.access_subtxt:nth-child(odd) {
	   width: 170px;
	   margin-right: 30px;
	}
	.access_wrap_subbox {
		color: #00504B;
	}

@media (min-width: 1281px) {
  #header .position_wrap .access_wrap {
    display: block;
    margin-top: 10px;
  }
	#header .position_wrap .access_wrap .business_txt {
	  margin-top: 0;
	  margin-left: 17px;
	}
	.access_wrap_subbox {
	  display: flex;
	  flex-wrap: wrap;
	  margin-top: 20px;
	}
	.access_subtxt {
		height: 26px;
		display: inline-block;
		margin-top: 0;
		margin-bottom: 14px;
		font-size: 16px;
		font-weight: 800;
		background: linear-gradient(transparent 50%, #f9fbd3 50%);
	}
	.access_subtxt:nth-child(odd) {
	   width: 170px;
	   margin-right: 30px;
	}
	.access_wrap_subbox {
		color: #333333;
	}

	
}
@media (min-width: 1281px) {
	.access_txt{
		color: #333333;
	}
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
	.access_wrap_subbox {
  		display: flex;
 		flex-wrap: wrap;
		flex-direction: column;
  		margin-top: 60px;
	}
	.access_subtxt:nth-child(even) {
	   width: 260px;
	   margin-right: 30px;
	}
	.access_txt{
		font-size: 15px;
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.access_wrap_subbox {
  		display: flex;
 		flex-wrap: wrap;
  		margin: 20px 0;
	}
	.access_subtxt:nth-child(even) {
	   width: 260px;
	   margin-right: 30px;
	}	
	.access_txt{
		padding-top: 0;
	}	
}


#header .position_wrap .reserve_wrap_honkan {
  display: none;
}
@media (min-width: 1281px) {
  #header .position_wrap .reserve_wrap_honkan {
    display: flex;
    flex-direction: column;
    line-height: 50px;
	color: #00504B;
  }
  .reserve_item {
    display: block;
    width: 280px;
    border: #00504B 1px solid;
    background: #f9fbd3;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .epark{
    font-size: 16px;
  }
  .reserve_text {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  i{
    padding-right: 10px;
  }
}
#header .position_wrap .reserve_wrap_honkan .reserve_txt_honkan {
  text-align: center;
  background-color: #00504B;
  color: #fff;
  font-weight: bold;
}
#header .position_wrap .reserve_wrap_honkan .contents_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#header .position_wrap .reserve_wrap_honkan .contents_wrap .tel_link {
  font-size: 18px;
  font-weight: bold;
  color: #3D686E;
}
#header .position_wrap .reserve_wrap_honkan .contents_wrap .tel_link::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 20px;
  /*画像の幅*/
  height: 20px;
  /*画像の高さ*/
  background-image: url("https://koyamaseitai.com/img/Icon awesome-phone-alt.png");
  margin-right: 9px;
  background-size: contain;
  vertical-align: middle;
}
#header .position_wrap .reserve_wrap_honkan .contents_wrap .reserve_link {
  font-size: 20px;
  font-weight: bold;
  color: #3D686E;
  margin-left: 46px;
}
#header .position_wrap .reserve_wrap_honkan .contents_wrap .reserve_link::before {
  content: '';
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 21px;
  /*画像の幅*/
  height: 26px;
  /*画像の高さ*/
  background-image: url("https://koyamaseitai.com/img/web_icon.png");
  margin-right: 9px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
  line-height: 15px;
  background-repeat: no-repeat;
}
@media (min-width: 1281px) {
  #header .position_wrap .reserve_txt_school__link {
    width: 237px;
    display: block;
    margin: 0 auto;
  }
}
#header .position_wrap .reserve_wrap_school {
  display: none;
}
@media (min-width: 1281px) {
  #header .position_wrap .reserve_wrap_school {
    max-width: 237px;
    height: 55px;
    line-height: 55px;
    background-color: #3D686E;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
    display: block;
  }
}
#header .menu-trigger, #header .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#header .menu-trigger {
  position: absolute;
  width: 47px;
  height: 35px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 999;
  top: 12px;
  right: 2%;
}
@media (min-width: 1281px) {
  #header .menu-trigger {
    top: 20px;
  }
}
@media (max-width: 767px) {
  #header .menu-trigger {
    width: 36px;
    height: 23px;
    top: 15px;
  }
}
#header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #141414;
  border-radius: 4px;
}
#header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#header .menu-trigger span:nth-of-type(2) {
  top: 15px;
}
@media (max-width: 767px) {
  #header .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
}
#header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
#header .menu-trigger::after {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #141414;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}
@media (max-width: 767px) {
  #header .menu-trigger::after {
    bottom: -22px;
    font-size: 12px;
  }
}
#header .menu-trigger.active::after {
  content: 'CLOSE';
  bottom: -25px;
  color: #fff;
}
@media (max-width: 767px) {
  #header .menu-trigger.active::after {
    bottom: -20px;
  }
}
#header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(13px) rotate(-45deg);
  background-color: #fff;
}
@media (max-width: 767px) {
  #header .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
}
#header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#header .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-19px) rotate(45deg);
  background-color: #fff;
}
@media (max-width: 767px) {
  #header .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}
#header .globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
  height: 100vh;
}
#header .globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}
#header .globalMenuSp .menu {
  /*padding-top: 80px;*/
  height: 100%;
  overflow-x: scroll;
}
#header nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
#header nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
#header nav.globalMenuSp ul li a {
  display: block;
  color: #C7CB5A;
  padding: 1em 0;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}
#header .globalMenuSp.active {
  opacity: 100;
}
#header .menu {
  color: #fff;
}
#header .menu .shop_wrap {
  background: #00504B;
}
#header .menu .menu_w {
  max-width: 1072px;
  width: 100%;
  margin: 0 auto;
  padding: 58px 16px;
  display: flex;
}
@media (min-width: 1281px) {
  #header .menu .menu_w {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  #header .menu .menu_w {
    padding: 26px 16px;
    display: block;
  }
}
#header .menu .shop_content {
  padding-bottom: 20px;
  width: 45%;
  display: block;
}
@media (min-width: 1281px) {
  #header .menu .shop_content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #header .menu .shop_content {
    width: 100%;
    padding-bottom: 0;
  }
}
#header .menu .shop_content:last-child {
  width: 65%;
}
@media (min-width: 1281px) {
  #header .menu .shop_content:last-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #header .menu .shop_content:last-child {
    width: 100%;
  }
	.reserve_web_txt_sp{
		font-size: 13px;
		font-weight: bold;
	}
}
#header .menu .nuv_wrap .link_list {
  font-size: 21px;
  font-weight: bold;
  padding-top: 65px;
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  #header .menu .nuv_wrap .link_list {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
#header .menu .nuv_wrap .link_list .link_item {
  margin-bottom: 20px;
}
#header .menu .sns_icon_flex__wrap {
  max-width: 150px;
  display: flex;
  justify-content: space-between;
	gap: 7px;
}
.sns_icon_flex__wrap a{
	width: 50px;
}
#header .menu .shop_detail {
  font-size: 12px;
  display: block;
  align-items: center;
  width: 100%;
}
@media (min-width: 1281px) {
  #header .menu .shop_detail {
    width: 440px;
  }
}
@media (max-width: 767px) {
  #header .menu .shop_detail {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
#header .menu .shop_detail .bk_txt {
  color: #fff;
  margin-bottom: 13px;
  font-size: 11px;
  font-weight: bold;
}
@media (min-width: 1281px) {
  #header .menu .shop_detail .bk_txt {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #header .menu .shop_detail .bk_txt {
    font-size: 10px;
  }
}
#header .menu .shop_detail .bk_txt .br-sp {
  display: none;
}
@media (max-width: 767px) {
  #header .menu .shop_detail .bk_txt .br-sp {
    display: block;
  }
}
#header .menu .shop_detail .logo {
  /*width: 50px;*/
	width: 50%;	
  margin-right: 15px;
}
@media (min-width: 1281px) {
  #header .menu .shop_detail .logo {
    width: 60px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  #header .menu .shop_detail .logo {
    width: 250px;/*元は300px*/
    margin-right: 7px;
  }
}
#header .menu .shop_detail .bk_flex__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #header .menu .shop_detail .bk_flex__wrap {
    margin-bottom: 0;
  }
}
#header .menu .shop_detail .bk_flex__wrap .headerNavLink_txt {
  font-size: 14px;
  letter-spacing: 0.5em;
}
@media (max-width: 767px) {
  #header .menu .shop_detail .bk_flex__wrap .headerNavLink_txt {
    font-size: 16px;
  }
}
#header .menu .shop_detail .bk_flex__wrap .headerNavLink_txt .heading-1 {
  font-size: 26px;
  font-weight: 600;
}
  #header .menu .shop_detail .bk_flex__wrap .headerNavLink_txt .heading-2 {
    font-size: 14px;
	 margin: 0;
	 margin-left: 4px;
  }
@media (max-width: 767px) {
  #header .menu .shop_detail .bk_flex__wrap .headerNavLink_txt .heading-1 {
    font-size: 28px;
  }
}
#header .menu .btn_content {
  background-color: #fff;
/*  height: 100vh;*/
  padding: 0 16px;
}
@media (min-width: 1281px) {
  #header .menu .btn_content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content {
    padding: 0;
  }
}
#header .menu .btn_content .btn_flex_weap {
  max-width: 1072px;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap {
    padding-top: 0;
    display: block;
  }
}
#header .menu .btn_content .btn_flex_weap div:first-child {
  display: flex;
  width: 45%;
	gap:20px;
}
@media (min-width: 1281px) {
	
  #header .menu .btn_content .btn_flex_weap div:first-child {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap div:first-child {
    display: block;
    width: 100%;
  }
}
#header .menu .btn_content .btn_flex_weap .recruit_btn {
  width: 140px !important;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .recruit_btn {
    width: 175px !important;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .recruit_btn {
    width: 100% !important;
    margin-right: 0;
  }
}
#header .menu .btn_content .btn_flex_weap .recruit_btn a {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #1C3F0E;
  display: inline-block;
  border-radius: 24px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .recruit_btn a {
    width: 175px;
    height: 58px;
    line-height: 58px;
    border-radius: 29px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .recruit_btn a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    font-size: 15px;
  }
}
#header .menu .btn_content .btn_flex_weap .school_btn {
  width: 140px;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .school_btn {
    width: 175px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .school_btn {
    width: 100%;
  }
}
#header .menu .btn_content .btn_flex_weap .school_btn a {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #309E92;
  display: inline-block;
  border-radius: 22px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .school_btn a {
    width: 175px;
    height: 58px;
    line-height: 58px;
    border-radius: 29px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .school_btn a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    font-size: 15px;
  }
}
#header .menu .btn_content .btn_flex_weap .shopsite_btn {
  width: 140px;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .shopsite_btn {
    width: 175px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .shopsite_btn {
    width: 100%;
  }
}
#header .menu .btn_content .btn_flex_weap .shopsite_btn a {
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0191b1;
  display: inline-block;
  border-radius: 22px;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .shopsite_btn a {
    width: 175px;
    height: 58px;
    line-height: 58px;
    border-radius: 29px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .shopsite_btn a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    font-size: 15px;
  }
}
#header .menu .btn_content .btn_flex_weap .bk_btn {
  width: 65%;
	margin-left: 40px;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .bk_btn {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .bk_btn {
    width: 100%;
    margin-bottom: 25px;
	  margin-left: 0;
    background-color: #388738;
    padding: 10px;
    text-align: center;
    color: #fff;
  }
}
#header .menu .btn_content .btn_flex_weap .bk_btn p {
  color: #141414;
  font-size: 15px;
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .bk_btn p {
    color: #fff;
    font-size: 10px;
  }
}
#header .menu .btn_content .btn_flex_weap .bk_btn a {
  width: 300px;
  display: block;
  height: 45px;
  line-height: 45px;
  background-color: #388738;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 1281px) {
  #header .menu .btn_content .btn_flex_weap .bk_btn a {
    width: 365px;
    height: 53px;
    line-height: 53px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .btn_flex_weap .bk_btn a {
    width: 100%;
    height: auto;
    line-height: unset;
  }
}
@media (max-width: 767px) {
  #header .menu .btn_content .wrap_sp_flex {
    display: flex;
    align-items: center;
    max-width: 345px;
    justify-content: space-between;
    margin: 0 auto;
    color: #000;
    font-size: 14px;
  }
}
#header .menu .btn_content .contact_link {
  font-size: 15px;
  color: #000;
  max-width: 1072px;
  margin: 40px auto 0;
  display: block;
}
@media (max-width: 767px) {
  #header .menu .btn_content .contact_link {
    margin: 0 25px 0 0;
  }
}
#header .menu .btn_content .contact_link::before {
  content: url("../img/icon/mail.png");
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
#header .menu .btn_content .link_flex_wrap {
  color: #000;
  max-width: 1072px;
  margin: 10px auto 0;
  font-size: 15px;
}
@media (max-width: 767px) {
  #header .menu .btn_content .link_flex_wrap {
    font-size: 13px;
  }
}
#header .menu .btn_content .link_flex_wrap .br-sp {
  direction: none;
}
@media (max-width: 767px) {
  #header .menu .btn_content .link_flex_wrap .br-sp {
    display: block;
  }
}
#header .menu .btn_content .link_flex_wrap .link_content {
  display: flex;
}
@media (max-width: 767px) {
  #header .menu .btn_content .link_flex_wrap .link_content {
    display: block;
    line-height: 2;
    text-align: center;
    max-width: 345px;
    margin: 0 auto;
  }
}
#header .menu .btn_content .link_flex_wrap .link_content a {
  margin-right: 30px;
}
@media (max-width: 767px) {
  #header .menu .btn_content .link_flex_wrap .link_content a:nth-child(3) {
    margin-right: 0;
  }
}
#header .menu .btn_content .link_flex_wrap .link_content a:last-child {
  margin-right: 0;
}
#header .menu .reserve_wrap {
  display: none;
}
@media (min-width: 1281px) {
  #header .menu .reserve_wrap {
    width: 630px;
    border: solid 1px #00504B;
    display: flex;
    height: 43px;
    line-height: 43px;
    margin-left: -16%;
  }
}
#header .menu .reserve_wrap .reserve_txt {
  width: 226px;
  text-align: center;
  background-color: #00504B;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
#header .menu .reserve_wrap .contents_wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#header .menu .reserve_wrap .contents_wrap .tel_link {
  font-size: 16px;
  font-weight: bold;
  color: #00504B;
}
@media (min-width: 1281px) {
  #header .menu .reserve_wrap .contents_wrap .tel_link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
	
	#header .menu .reserve_wrap .reserve_txt {
  	text-align: left;
	}
	#header .menu .reserve_wrap .contents_wrap {
	  flex-direction: column;
		width: 100%;
	}
	
  #header .menu .reserve_wrap .contents_wrap .tel_link {
    font-size: 20px;
	padding-left: 20px;
  }
}
#header .menu .reserve_wrap .contents_wrap .tel_link::before {
  content: "";
  background-image: url("../img/Icon-phone-alt.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 9px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  #header .menu .reserve_wrap .contents_wrap .tel_link::before {
    width: 15px;
    height: 15px;
  }
}
#header .menu .reserve_wrap .contents_wrap .reserve_link {
  font-size: 20px;
  font-weight: bold;
  color: #00504B;
  margin-left: 46px;
}
@media (max-width: 767px) {
  #header .menu .reserve_wrap .contents_wrap .reserve_link {
    font-size: 12px;
  }
}
#header .menu .reserve_wrap .contents_wrap .reserve_link::before {
  content: "";
  background-image: url("../img/web_icon_bk.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 9px;
  width: 21px;
  height: 21px;
  display: inline-block;
}
@media (max-width: 767px) {
  #header .menu .reserve_wrap .contents_wrap .reserve_link::before {
    width: 16px;
    height: 16px;
  }
}
#header .menu .reserve_inner {
  max-width: 528px;
  height: 53px;
  line-height: 53px;
  border: solid 1px #fff;
  margin-left: 0;
  display: flex;
}
@media (max-width: 767px) {
#header .menu .reserve_inner {
  max-width: inherit;
  border: solid 1px #fff;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
	
  #header .menu .reserve_inner {
    line-height: 50px;
  }
}
#header .menu .reserve_inner .reserve_txt {
  width: 140px;
  background-color: #fff;
  color: #3D686E;
  font-size: 16px;
}
@media (min-width: 1281px) {
  #header .menu .reserve_inner .reserve_txt {
    width: 165px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #header .menu .reserve_inner .reserve_txt {
    width: 100%;
    font-size: 18px;
    line-height: 40px;
    padding-left: 20px;
	background-color: #fff;
	color: #3D686E;
  }
#header .menu .reserve_inner .contents_wrap .tel_link {
  border: solid 1px #fff;
}
}
#header .menu .reserve_inner .contents_wrap .tel_link {
  color: #fff;
}
#header .menu .reserve_inner .contents_wrap .tel_link::before {
  background-image: url("../img/icon/Icon awesome-phone-alt.png");
}
#header .menu .reserve_inner .contents_wrap .reserve_link {
  font-size: 15px;
  color: #fff;
  margin-left: 20px;
}
@media (min-width: 1281px) {
  #header .menu .reserve_inner .contents_wrap .reserve_link {
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  #header .menu .reserve_inner .contents_wrap .reserve_link {
    font-size: 20px;
	border: solid 1px #fff;
    padding-left: 20px;
	margin-left: 0;
  }
}
#header .menu .reserve_inner .contents_wrap .reserve_link::before {
  background-image: url("../img/icon/Icon awesome-web-alt.png");
}
#header .header_img_wrap {
  padding-top: 70px;
}
@media (min-width: 1281px) {
  #header .header_img_wrap {
    padding-top: 105px;
  }
}
@media (max-width: 767px) {
  #header .header_img_wrap {
    display: none;
  }
}
#header .header_img_wrap__SP {
  display: none;
}
@media (max-width: 767px) {
  #header .header_img_wrap__SP {
    position: relative;
    background-image: url("https://karadakobo.nagoya/wp-content/uploads/2023/02/main_img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40rem;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #header .header_img_wrap__SP .header_img_txt_wrap {
    width: 768px;
  }
}
@media (max-width: 767px) {
  #header .header_img_wrap__SP .header_img_txt_wrap .header-2 {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 767px) {
  #header .header_img_wrap__SP .header_img_txt_wrap .header-2 .header-2_color {
    font-size: 32px;
    color: #3D686E;
    background-color: #FFFFFF;
  }
}
#header .header_flex_wrap {
  display: none;
}
@media (max-width: 767px) {
  #header .header_flex_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    background-color: #3D686E;
  }
}
#header .header_flex_wrap .header_txt {
  margin-top: 0;
  color: #FBFBFB;
  font-family: YuMincho, "Yu Mincho", serif;
}


@media (min-width: 1281px) {
  .hamburger_wrap {
    display: none;
  }
}
.header_pc {
  display: none;
}
@media (min-width: 1281px) {
	  .header_pc {
		display: block;
		background: #00504B;
		position: relative;
		
	  }
	  .header_pc_ul {
		display: flex;
		gap: 50px;
		padding: 10px;
		justify-content: center;

	  }
	  .header_pc_li {
		color: #ffffff;
		font-weight: 600;
		
	  }
	
	.child_menu { 
	  width: 100%;
	  height: 100vh;
	  position: absolute;
	  top: 100%; 
	  left: 0;
	  padding: 20px 0 200px;
	  color: #fff; 
	  background: #00504B; 
	  visibility: hidden; 
	  opacity: 0;
      transition:all 0.3s;
	  overflow-y: scroll;

	}
	.child_menu::-webkit-scrollbar{
  		display: none;
	}

	.header_pc_li:hover .child_menu { 
	  visibility: visible; 
      opacity: 1;
	}

	.header_pc_li a:hover {
	  color: #fff;
	}
	.header_pc_menu{
		width: 1170px;
		margin: 0 auto;
	}
	.header_pc_menu_flex{
		display: flex;
		flex-wrap: wrap;
		gap:40px;
		padding: 20px 0 0;
	}
	.header_pc_menu_li{
		padding-bottom: 50px;
		font-size: 18px;
	}
	.header_pc_menu_item img{
		width: 210px;
		padding-bottom: 8px;
	}
	.header_pc_menu_item a{
		font-size: 15px;
	}
}



/*--------header 症状別 #condition------*/
.header-condition.condition-otherflex{
	padding-top: 40px;
}
.header-condition .condition-othertext{
	color: #fff;
}


/*アコーディオン*/

.toggle_title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 0!important;
	cursor: pointer;
}
.toggle_btn {
    position: absolute;
    top: 13px;
    left: 180px;
    transform: translateY(-50%);
    background: #fff;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #3d686e;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
	transition:  0.5s;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
	transition:  0.5s;
}
.toggle_off {
	display: none;
}

.seitai_menu{
	font-size: 15px;
    padding-left: 10px;
	    list-style: none;
}
.seitai_menu_ul{
    padding: 10px 30px 20px;
    list-style: circle!important;
}


@media screen and (max-width: 1280px) and (min-width: 768px) {
	.toggle_btn {
    position: absolute;
    top: 18px;
    left: 230px;
	}
}





/*-----------------
youtube_bk　#youtube_bk
-------------------*/


#youtube_bk {
  width: 760px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #youtube_bk {
    width: 100%;
  }
}
#youtube_bk .youtube {
  width: 760px;
  margin: 120px auto;
  position: relative;
  padding-top: 56.25%;
}
@media (max-width: 767px) {
  #youtube_bk .youtube {
    width: 100%;
    margin: 60px auto;
  }
}
#youtube_bk .thumbBox {
  display: block;
  width: 100%;
  padding: 50px 0 0;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}
#youtube_bk .thumbBox button {
  width: 75%;
  height: 0;
  border: 0px solid #f1efe4;
  background-color: transparent;
  background-size: 105%;
  background-position: center;
  padding-top: 43%;
}
@media (max-width: 767px) {
  #youtube_bk .thumbBox button {
    width: 80%;
    padding-top: 47%;
  }
}
#youtube_bk .mv_thumb {
  position: relative;
  transition-duration: 0.5s;
  cursor: pointer;
}
#youtube_bk .mv_thumb:hover {
  opacity: 0.8;
}
#youtube_bk .mv_thumb::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 3%;
  right: 3%;
  background-image: url(../img/icon/icon_youtube.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.5s;
}
#youtube_bk .mv_thumb:hover::before {
  width: 50px;
  height: 50px;
}




/*-----------------
about　#about
-------------------*/


#about {
  margin: 0 16px;
  padding-top: 50px;
}
#about .about_flex_wrap {
  justify-content: space-between;
  max-width: 1072px;
  margin: 70px auto 0;
  display: block;
}
.about_txt_wrap{
  width: 100%;
}
@media (min-width: 1281px) {
  #about .about_flex_wrap {
    display: flex;
  }
  .about_txt_wrap{
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  #about .about_flex_wrap {
    margin: 40px auto 0;
  }
}
#about .about_flex_wrap .header-2 {
  font-size: 20px;
  color: #00504B;
  margin-bottom: 30px;
  /* text-align: center; */
  text-align: left;
}
@media (min-width: 1281px) {
  #about .about_flex_wrap .header-2 {
    
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #about .about_flex_wrap .header-2 {
    font-size: 16px;
  }
}
#about .about_flex_wrap .about_txt {
  line-height: 3rem;
  /* max-width: 576px; */
  margin: 0 auto;
}
@media (min-width: 1281px) {
  #about .about_flex_wrap .about_txt {
    margin: 0;
  }
}
#about .about_flex_wrap .about_txt .about_span {
  color: #00504B;
  font-weight: bold;
}
#about .about_flex_wrap .about_img {
  max-width: 100%;
  margin: 32px auto;
}
@media (min-width: 1281px) {
  #about .about_flex_wrap .about_img {
    margin: 0;
  }
}
.about-link{
  padding: 12px 0;
}





/*-----------------
index-condition　#index-condition
-------------------*/

#index-condition{
	margin-top: -80px;
    padding: 200px 0 40px;
	/*background-color: #f9fbd3;*/
}
.index-condition-text{
	padding-top: 20px;
	text-align: center;
}

.condition-othertitle{
	font-size: 32px;
    text-align: center;
    color: #00504B;;
	
}

@media (max-width: 767px) {
	#index-condition {
		padding: 120px 0 0;
	}
  .index-condition-text{
    font-size: 12px;
  }
	

	.condition-othertitle{
		font-size: 20px;
	}
}









/*-----------------
osusume　#osusume
-------------------*/
#osusume{
  	padding-top: 120px;
	  margin-top: -120px;
}

#osusume .osusume_pc {
  display: block;
}
@media (max-width: 767px) {
	#osusume{
		margin-top: -100px;
    padding-top: 50px;
	}
  #osusume .osusume_pc {
    display: none;
  }
}
#osusume .osusume_sp {
  display: none;
}
@media (max-width: 767px) {
  #osusume .osusume_sp {
    display: block;
  }
}
#osusume .osusume_sp .accordion {
  padding: 0 16px;
}
#osusume .osusume_sp .accordion .toggle {
  display: none;
}
#osusume .osusume_sp .accordion .option {
  position: relative;
  margin-bottom: 1em;
}
#osusume .osusume_sp .title, #osusume .osusume_sp .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
#osusume .osusume_sp .title::after, #osusume .osusume_sp .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.8em;
  width: 2px;
  height: 0.75em;
  background-color: #00504B;
  transition: all 0.3s;
}
#osusume .osusume_sp .title::after {
  transform: rotate(90deg);
}
#osusume .osusume_sp .content {
  max-height: 0;
  overflow: hidden;
}
#osusume .osusume_sp .toggle:checked + .title + .content {
  max-height: inherit;
  transition: all 1.5s;
}
#osusume .osusume_sp .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
#osusume .osusume_txt {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  #osusume .osusume_txt {
    font-size: 12px;
  }
}
#osusume .osusume_title_flex__wrap {
  max-width: 1072px;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  #osusume .osusume_title_flex__wrap {
    margin: 25px auto 0;
    padding: 20px 15px 0;
    border-top: solid 1px #00504B;
  }
}
#osusume .osusume_title_flex__wrap .header-2 {
  font-size: 24px;
  color: #00504B;
}
@media (max-width: 767px) {
  #osusume .osusume_title_flex__wrap .header-2 {
    font-size: 18px;
  }
}
#osusume .osusume_title_flex__wrap .dot_line {
  border-bottom: 2px dashed #00504B;
  width: 70%;
}
@media (min-width: 1281px) {
  #osusume .osusume_title_flex__wrap .dot_line {
    width: 78%;
  }
}
@media (max-width: 767px) {
  #osusume .osusume_title_flex__wrap .dot_line {
    display: none;
  }
}
#osusume .osusume_title_flex__wrap .dot_line__option {
  width: 150px;
}
@media (min-width: 1281px) {
  #osusume .osusume_title_flex__wrap .dot_line__option {
    width: 342px;
  }
}
#osusume .osusume_title_flex__wrap .osusume_title_txt {
  	padding-top: 16px;
	font-size: 16px;
	margin-top: 0;
}
#osusume .osusume_title_flex__wrap .osusume_title_txt:last-child {
  	padding-top: 8px;
}
@media (max-width: 767px) {
  #osusume .osusume_title_flex__wrap .osusume_title_txt {
    font-size: 14px;
  }
}
#osusume .osusume_title_flex__wrap__other {
  margin: 10px auto;
  border-top: none;
}
#osusume .small_txt {
  max-width: 1072px;
  margin: 8px auto 0;
  font-size: 14px;
  color: #707070;
  text-align: center;
}
@media (min-width: 1281px) {
  #osusume .small_txt {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #osusume .small_txt {
    text-align: left;
    font-size: 10px;
    margin: 0;
    padding: 0 15px;
  }
}
#osusume .card_flex_wrap {
  display: flex;
  justify-content: space-around;
  margin: 36px auto 0;
  max-width: 1072px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap {
    margin: 30px auto 0;
    justify-content: center;
  }
}
#osusume .card_flex_wrap::after {
  content: "";
  display: block;
  width: 64%;
}
#osusume .card_flex_wrap .card {
  max-width: 320px;
  padding: 20px;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 40px;
  height: 450px;
}
@media (min-width: 1281px) {
  #osusume .card_flex_wrap .card {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card {
    padding: 10px;
    margin-bottom: 18px;
    height: 360px;
  }
}
#osusume .card_flex_wrap .card .card-img {
  margin: 0 auto;
  width: 280px;
}
#osusume .card_flex_wrap .card .card-title {
  font-size: 18px;
  color: #00504B;
  text-align: center;
  margin: 17px auto 27px;
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card .card-title {
    font-size: 18px;
    margin: 9px auto 12px;
  }
}
#osusume .card_flex_wrap .card .card-text {
  line-height: 3rem;
  color: #707070;
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card .card-text {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}
#osusume .card_flex_wrap .card .time_txt_wrap .time_txt_01 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card .time_txt_wrap .time_txt_01 {
    margin-bottom: 20px;
  }
}
#osusume .card_flex_wrap .card .time_txt_02 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#osusume .card_flex_wrap .card .detail-link {
  width: 175px;
  margin: 0 auto;
}
#osusume .card_flex_wrap .card_option {
  max-width: 242px;
  height: 320px;
  padding: 15px;
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card_option {
    max-width: 320px;
    height: 360px;
    padding: 10px;
  }
}
#osusume .card_flex_wrap .card_option .card-img_option {
  width: 212px;
  height: 120px;
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card_option .card-img_option {
    width: 280px;
    height: auto;
  }
}
#osusume .card_flex_wrap .card_option .card-title_option {
  font-size: 15px;
  margin: 17px auto;
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card_option .card-title_option {
    font-size: 18px;
    margin: 9px auto 12px;
  }
}
#osusume .card_flex_wrap .card_option .card-text_option {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card_option .card-text_option {
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}
#osusume .card_flex_wrap .card_set {
  max-width: 360px;
  height: 460px;
  padding: 20px;
}
@media (min-width: 1281px) {
  #osusume .card_flex_wrap .card_set {
    max-width: 500px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card_set {
    max-width: 343px;
    height: 422px;
    padding: 20px;
  }
}
#osusume .card_flex_wrap .card_set .card-img_set {
  width: 420px;
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card_set .card-img_set {
    width: 100%;
    height: 180px;
  }
}
#osusume .card_flex_wrap .card_set .card-title_set {
  font-size: 17px;
  margin: 25px auto 17px;
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card_set .card-title_set {
    font-size: 16px;
    margin: 17px auto;
  }
}
@media (max-width: 767px) {
  #osusume .card_flex_wrap .card_set .card-text_set {
    font-size: 15px;
  }
}
@media (min-width: 1281px) {
  #osusume .card_flex_wrap .card_other {
    margin-top: 50px;
  }
}






#karada_img .karada_image_img_wrap {
  margin: 35px auto 0;
  padding: 0 16px;
}

  #karada_img .karada_image_img_wrap {
    padding: 0;
  }

@media (max-width: 767px) {
  #karada_img .karada_image_img_wrap {
    display: none;
  }
}
#karada_img .karada_image_img_wrap__SP {
  display: none;
}
@media (max-width: 767px) {
  #karada_img .karada_image_img_wrap__SP {
    display: block;
  }
}
#karada_img .karada_img {
  margin: 130px auto 0;
}
@media (max-width: 767px) {
  #karada_img .karada_img {
    margin: 80px auto 0;
  }
}



/*-----------------
step #step
-------------------*/
#top_step{
    background-color: #f9fbd3;
}
.step_wrap{
    max-width: 1072px;
    align-items: center;
    padding: 0 20px 40px;
    margin: 70px auto 120px;
}
.step_container{
    margin: 70px auto 0;
}
.step_item{
    display: flex;
    column-gap: 60px;
    margin-bottom: 60px;
}
.step_leftbox{
    width: calc(40% - 60px);
}
.step_rightbox{
    padding-top: 20px;
    width: 60%;
}
.number_wrap{
    width: 36px;
    height: 36px;
    background: #00504B;
}
.number_wrap_p{
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
}
.step_titlebox{
    display: flex;
    gap: 16px;
    padding-bottom: 20px;
}
.step_title{
    font-size: 20px;
    line-height: 36px;
}
@media (max-width: 767px) {
  .step_wrap{
    padding: 0 20px 20px;
    margin: 40px auto;
  }
  .step_container{
      margin: 40px auto 0;
  }
  .step_item{
      flex-direction: column;
      margin-bottom: 40px;
  }
  .step_leftbox{
      width: 100%;
  }
  .step_rightbox{
      padding-top: 20px;
      width: 100%;
  }
}


/*-----------------
kodawari #kodawari
-------------------*/
.title_small{
  font-size: 24px;
}
.header-new{
    font-size: 32px;
    color: #00504B;
    text-align: center;
    font-family: '游ゴシック', YuGothic, 'Yu Gothic', 'Yu Gothic UI', sans-serif;
    padding-bottom: 80px;
}

.kodawari{
  margin-top: 80px;
  padding: 80px 0;
  background-color: #F9FBD3;
}
.kodawari_wrap{
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (min-width:767px){
.kodawari_item_grid{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 40px;
}
}
.kodawari_item{
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, .16);
  margin-bottom: 40px;
}
.kodawari_titlebox{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.kodawari_title{
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  color: #00504B;
}
.b-yellow{
  background: linear-gradient(transparent 50%, #f9fbd3 50%);
}
.kodawari_txt{
  padding-top: 20px;
}

@media (max-width: 767px) {
  .title_small{
    font-size: 16px;
  }
  .header-new{
    font-size: 20px;
    padding-bottom: 40px;
  }

  .kodawari{
  padding: 40px 0;
}
.kodawari_item{
  padding: 20px;
  margin-bottom: 20px;
}
.kodawari_title{
  font-size: 18px;
  line-height: 1.8em;
}
.kodawari_icon{
  width: 60px;
  margin-left: 16px;
}
p + p {
  margin-top: 0;
}
}


/*-----------------
reason　#reason
-------------------*/
.reason{
  padding: 80px 0;
  background-color: #FCFCF3;
}
.reason_wrap{
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
}
.reason_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
  column-gap: 30px;
}
.reason_item{
  width: 320px;
  background-color: #fff;

  padding: 24px 20px;
  box-shadow: 0 3px 6px 0px rgba(0, 0, 0, .16);
  border-radius: 10px;
}
.reason_titlebox{
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  height: 60px;
}
.reason_title{
  font-size: 20px;
  font-weight: 800;
  color: #00504B;
  width: calc(100% - 50px);
  letter-spacing: 0.02rem;
}
.reason_txt{
  padding-top: 20px;
}
.reason_img img{
  aspect-ratio: 149 / 90;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767px) {
  .reason{
  padding: 40px 0;
  }
  .reason_wrap{
      padding: 0 20px;
      margin: 0 auto;
  }
  .reason_flex{
      display: flex;
      flex-direction: column;
      row-gap: 30px;
  }
  .reason_item{
      width: 100%;
      padding: 24px 20px;
  }
  .reason_titlebox{
      display: flex;
      gap: 10px;
      height: 55px;
  }
  .reason_title{
      font-size: 18px;
      width: calc(100% - 56px)
  }
}


/*-----------------
access　#access
-------------------*/
#access .access_wrap {
  padding: 0 0 100px;
  margin: 120px auto 0;
  background-color: #f9fbd3;
}
.page-access .access_wrap{
  	background-color: #ffffff!important;
}
#access .access_wrap .map_wrap .hd02 {
  font-size: 32px;
  color: #00504B;
  text-align: center;
  margin-bottom: 80px;
}
.header-1_access {
  	margin: 0;
	padding-top: 60px
}
.access_flex_wrap{
	display: flex;
	max-width: 1072px;
	align-items: center;
    justify-content: space-between;
	padding: 0 20px;
    margin: 70px auto 0;
}
.access_txt_wrap{
	min-width: 300px;
    margin-right: 40px;
}
.g-map{
	width: 100%;
	max-width: 500px;
}
.access_head{
	width: 107px;
    vertical-align: baseline;
    text-align: left;
    padding-bottom: 25px;
}
.access_data{
	line-height: 3rem;
    padding-bottom: 25px;
}
.access_txt{
	max-width: 490px;
    margin: 0 auto;
    font-size: 15px;
}
.strong_data {
  font-weight: normal;
  display: block;
}
.access_map{
	color: #00504B;
    border-bottom: 1px solid #00504B;
    display: inline-block;
	font-weight: 500;
}


/*----道案内----*/
.map_wrap {
  max-width: 1072px;
  margin: 100px auto 50px;
}
.map_flex_wrap {
  display: flex;
  justify-content: space-around;
}
.map_content:first-child {
  max-width: 500px;
  width: 60%;
}
.map_content:last-child {
  width: 30%;
}
.map_flex_wrap p {
  margin-top: 20px;
}


@media (max-width: 767px) {

  #access .access_wrap .map_wrap .hd02 {
    	font-size: 16px;
    	margin-bottom: 30px;
  }
	#access .access_wrap {
	 	margin: 100px auto 0;
		padding: 0 0 80px;
	}
	.access_flex_wrap{
		display: flex;
		flex-direction: column;
		margin: 40px auto 0;
	}
	.access_txt_wrap{
		min-width: inherit;
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.header-1_access {
		padding-top: 40px
	}
	
	
/*----道案内----*/
	#access .access_wrap .map_wrap {
    	margin: 60px auto 50px;
		padding: 0 20px;
 	}
	.map_flex_wrap {
	  flex-direction: column;
	}
	.map_content:first-child {
		width: 100%;
    	margin: 0 auto 50px;
	}
	.map_content:last-child {
		width: 100%;
  	}

}



/*-----------------
introduction　#introduction
-------------------*/



#introduction {
  margin: 0 16px;
}
#introduction .introduction_flex_wrap {
  display: flex;
  /*align-items: end;*/
  justify-content: space-between;
  max-width: 1072px;
  margin: 60px auto 100px;
}

.introduction_img {
  margin: 0 auto;
}

.introduction_link_button__Wrap {
  margin: 0 auto;
}
.introduction_link_button {
  width: 300px;
  margin: 40px auto;
  display: inline-block;
}
.introduction_txt_wrap {
  padding-left: 40px;
  margin: 0 auto;
}
.introduction_txt_01 {
  line-height: 2.8rem;
}
.introduction_span {
  color: #00504B;
  font-weight: bold;
}
.introduction_txt_wrap .header-2 {
  font-size: 18px;
  color: #00504B;
  margin: 45px 0 25px;
}
.introduction_txt_flex__Wrap {
  display: flex;
}
.introduction_txt_02 {
  width: 95px;
  margin-right: 15px;
}
.introduction_txt_03 {
  margin-top: 0;
  margin-bottom: 10px;
}
.introduction_img_wrap{
	width: 300px;
}



@media (max-width: 767px) {

  	#introduction .introduction_flex_wrap {
		flex-direction: column;
    	margin: 40px auto 60px;
  	}
	.introduction_img {
		margin: 0;
	  }
	.introduction_link_button {
	  width: 100%;
	  margin: 40px auto;
	}
	.introduction_link_button {
    	margin: 43px 0 0;
 	 }
	.introduction_txt_wrap {
		width: 100%;
		padding-left: 0px;
		margin-top: 40px;
	}
  	.introduction_txt_03 {
    	width: 100%;
  	}
	.introduction_img_wrap{
		width: 100%;
	}
}






/*-----------------
footer　#footer
-------------------*/


#footer .footer_wrap {
  background-color: #fff;
  padding: 40px 0 20px;
  margin: 0 auto ;
  color:  #333333;
  position: relative;
  text-align: left;
}
#footer .footer_wrap .footer_content {
  max-width: 1124px;
  margin: 0 auto;
  display: flex;
  padding: 0 16px;
	justify-content: space-between;
}
@media (min-width: 1281px) {
  #footer .footer_wrap .footer_content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #footer .footer_wrap .footer_content {
    display: block;
  }
}



#footer .footer_wrap .footer_content .position_footer_wrap {
  margin-right: 35px;
}
@inlcude mq(lg) {
  #footer .footer_wrap .footer_content .position_footer_wrap {
    margin-right: 0;
  }
}
#footer .footer_wrap .footer_content .position_footer_wrap .shop_txt {
  font-size: 12px;
  font-weight: bold;
}
#footer .footer_wrap .footer_content .position_footer_wrap .bk_flex__wrap {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#footer .footer_wrap .footer_content .position_footer_wrap .bk_flex__wrap .logo {
  width: 250px;
  margin-right: 10px;
}
#footer .footer_wrap .footer_content .position_footer_wrap .bk_flex__wrap .headerNavLink_txt {
  letter-spacing: 7px;
  font-size: 15px;
}
#footer .footer_wrap .footer_content .position_footer_wrap .bk_flex__wrap .headerNavLink_txt .heading-1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
}
#footer .footer_wrap .footer_content .position_footer_wrap .mw_wrap .access_wrap {
  font-size: 14px;
  margin: 26px 0 60px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#footer .footer_wrap .footer_content .list_wrap ul {
  list-style: none;
  font-weight: bold;
}

.jobmedley{
	bottom: 0;
}




@media (max-width: 767px) {
	
	#footer .footer_wrap .footer_content .position_footer_wrap .mw_wrap .access_wrap {	
	  margin: 26px 0 0;
	}
  #footer .footer_wrap .footer_content .list_wrap ul {
    margin: 40px 0;
  }
}
#footer .footer_wrap .footer_content .list_wrap ul li {
  margin-bottom: 15px;
}
#footer .sns_icon_flex__wrap {
    display: flex;
    gap: 10px;
	order: 1;
}
#footer .sns_icon_flex__wrap>a {
    width: 38px;
}
@media (max-width: 1281px) {
	#footer .sns_icon_flex__wrap {
		margin-bottom: 30px;
	}

}

.footer_subli{
	font-size: 14px;
	padding-bottom: 10px;
}
  #footer .footer_wrap .footer_content .reserve_wrap {
    display: block;
    font-weight: bold;
  }
@media (min-width: 1281px) {

}
#footer .footer_wrap .footer_content .reserve_wrap .reserve_content {
  width: 305px;
  border: solid 1px #fff;
}
#footer .footer_wrap .footer_content .reserve_wrap .reserve_content .reserve_txt {
  height: 31px;
  line-height: 31px;
  background-color: #fff;
  color: #00504B;
  text-align: center;
}
#footer .footer_wrap .footer_content .reserve_wrap .reserve_content .contents_wrap {
  padding: 15px 0 20px;
}
#footer .footer_wrap .footer_content .reserve_wrap .reserve_content .contents_wrap .tel_link {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
#footer .footer_wrap .footer_content .reserve_wrap .reserve_content .contents_wrap .tel_link::before {
  content: url(../img/icon/tel_menu_icon.png);
  vertical-align: middle;
  margin-right: 10px;
}
#footer .footer_wrap .footer_content .reserve_wrap .reserve_content .contents_wrap .reserve_link {
  display: flex;
  width: 160px;
  margin: 17px auto 0;
}
#footer .footer_wrap .footer_content .reserve_wrap .reserve_content .contents_wrap .reserve_link::before {
  content: url(../img/icon/reserve_menu_icon.png);
  vertical-align: middle;
  margin-right: 7px;
  display: inline-block;
}
#footer .footer_wrap .footer_content .reserve_wrap .business_txt {
  margin-top: 18px;
  text-align: center;
  padding-left: 17px;
}
#footer .footer_wrap .footer_content .reserve_wrap .business_txt span {
  font-size: 12px;
}
#footer .footer_flex_wrap {
  max-width: 1124px;
  margin: 15px auto 0;
  display: block;
  padding: 0 16px;
}
@media (min-width: 1281px) {
  #footer .footer_flex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 20px auto 0;
  }
}
#footer .footer_flex_wrap .footer_logo_wrap {
  display: flex;
  align-items: center;
  margin-top: -10px;
}
#footer .footer_flex_wrap .footer_logo_wrap .logo-partner {
  width: 74px;
  margin-right: 10px;
}
#footer .footer_flex_wrap .footer_logo_wrap .logo {
  width: 55px;
  margin-right: 10px;
}
#footer .footer_flex_wrap .footer_logo_wrap .logo_img {
  width: 111px;
  margin-left: 45px;
}
@media (max-width: 767px) {
	#footer .footer_flex_wrap {
    	margin: 30px auto 0;
	}
	
	
	
  #footer .footer_flex_wrap .footer_logo_wrap .logo_img {
    margin-left: 18px;
  }
}
#footer .footer_flex_wrap .footer_link_wrap {
  margin-top: 20px;
}
#footer .footer_flex_wrap .footer_link_wrap .wrap_flex {
  font-size: 14px;
  font-weight: bold;
}
#footer .footer_flex_wrap .footer_link_wrap .wrap_flex .contact_link::before {
  content: url(../img/icon/mail.png);
  vertical-align: middle;
  margin-right: 10px;
}
#footer .footer_flex_wrap .footer_link_wrap .footer_list {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #footer .footer_flex_wrap .footer_link_wrap .footer_list {
    display: block;
    font-size: 13px;
    line-height: 2;
  }
}
#footer .footer_flex_wrap .footer_link_wrap .footer_list li {
  margin-right: 25px;
  width: fit-content;
}
@media (max-width: 767px) {
  #footer .footer_flex_wrap .footer_link_wrap .footer_list li {
    margin-right: 28px;
    margin-bottom: 8px;
  }
}
#footer .footer_flex_wrap .footer_link_wrap .footer_list li .br-sp {
  display: none;
}
@media (max-width: 767px) {
  #footer .footer_flex_wrap .footer_link_wrap .footer_list li .br-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  #footer .footer_flex_wrap .footer_link_wrap .footer_list li:nth-of-type(3) {
    margin-right: 0;
  }
}
#footer .footer_flex_wrap .footer_link_wrap .footer_list li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #footer .footer_flex_wrap .footer_link_wrap .footer_list .footer_sp_link {
    margin-right: 8px;
  }
}
#footer .top_back_img {
  display: block;
  position: absolute;
  bottom: 35px;
  right: 55px;
}
@media (max-width: 767px) {
  #footer .top_back_img {
    display: none;
  }
}
#footer_sp_bk {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
#footer_sp_bk .link-button_flex_wrap__bk {
  display: none;
}
.telcourse_text_sp{
	display: none;
}
@media (max-width: 767px) {
  #footer_sp_bk .link-button_flex_wrap__bk {
    display: flex;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
.telcourse_text_sp {
    font-size: 13px;
    display: block;
    padding: 4px;
    background: #fff;
    color: #00504B;
    text-align: center;
	border: 1px solid #00504B;
	font-weight: 600;
}
}
#footer_sp_bk .link-button_flex_wrap__bk .tel-link_button {
  height: 45px;
  line-height: 45px;
  background-color: #D3D67A;
  width: 100%;
}
#footer_sp_bk .link-button_flex_wrap__bk .tel-link_button .tel-link_txt {
  letter-spacing: 2px;
}
#footer_sp_bk .link-button_flex_wrap__bk .tel-link_button .tel-link_txt::before {
  content: url("../img/home/tell.webp");
  vertical-align: middle;
  line-height: 2rem;
  display: inline-block;
  margin-right: 6px;
}
#footer_sp_bk .link-button_flex_wrap__bk .web-link_button {
  height: 45px;
  line-height: 45px;
  background-color: #00504B;
  width: 100%;
}
#footer_sp_bk .link-button_flex_wrap__bk .web-link_button .web-link_txt {
  letter-spacing: 2px;
}

.footer_linkli{
    padding: 6px;
    border-radius: 10px;
    margin-bottom: 10px;
	color: #fff;
}
.footer_linkli.recruit{
    background: #1c3f0e;
}
.footer_linkli.scoll{
    background: #309e92;
}
.footer_linkli.shopsite{
    background: #0191b1;
}
.footer_linkli>a{
    display: block;
	text-align: center;
}
@media (max-width: 767px) {
	.link_flex_wrap{
		margin-bottom: 40px;
	}
	.footer_linkli{
		padding: 10px;
		margin-bottom: 16px;
		width: 240px;
	}
}



.modal-content {
  width: 100%;
  margin: 1.5em auto 0;
  padding: 10px 20px;
  background: #fff;
  z-index: 2;
  color: #000;
  line-height: 2.5;
  text-align: center;
  position: absolute;
  display: block;
  justify-content: center;
  align-items: center;
  top: 6.5%;
}
@media (min-width: 1281px) {
  .modal-content {
    top: 65px;
  }
}
.modal-content.hidden {
  opacity: 0;
  visibility: hidden;
}
p.modal-content {
  font-size: 14px;
}
.madal_h3 {
  text-align: center;
  font-size: 30px;
  color: #00504B;
}
a.modal_link {
  border: solid 2px #00504B;
  width: 80px;
  background-color: #00504B;
  text-align: center;
  color: #fff;
  padding: 15px 60px;
  margin-left: 10px;
}
a.close-btn {
  color: #000;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_span {
  font-size: 16px;
}
.modal_txt_1 {
  font-size: 20px;
  font-weight: bold;
}
.close-btn:hover {
  cursor: pointer;
  color: #f00;
}
.modal_span {
  font-weight: bold;
}
@media (max-width: 767px) {
  .br_sp {
    /*display: block;*/
	  display: none;
  }
  .modal_txt, .modal_span {
    font-size: 14px;
  }
  .madal_h3 {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .br_sp {
    display: none;
  }
}

.momikaeshi-link{
  display: block;
  color: #00504B !important;
  font-weight: bold;
  margin: 20px 0 5px;
}

.main_menu_txt span{
	display: inline-block;
}

.single-inyou{
	text-decoration: underline!important;
}

@media (max-width:768px){
	.jobmedley{
		margin-top: 10px;
	}
}







/*# sourceMappingURL=common.css.map */