@charset "UTF-8";
body {
  letter-spacing: 0.12em;
}
a {
  color: #000;
  text-decoration: none;
  opacity: 1;
  transition: opacity .3s;
}
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;
}
ul {
  list-style: none;
}
/*共通*/
.br-pc {
  display: block;
}
@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}
.br-md {
  display: block;
}
@media (min-width: 1281px) {
  .br-md {
    display: none;
  }
}
.br-sp {
  display: none;
}
@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
.symbol_span_pc {
  display: block;
}
@media (max-width: 767px) {
  .symbol_span_pc {
    display: none;
  }
}
.symbol_span_sp {
  display: none;
}
@media (max-width: 767px) {
  .symbol_span_sp {
    display: block;
  }
}



.bg{
	background: #f0f2c8;
}



/*-------------
common
---------------*/


.header-2_wrap {
}
.header-2_wrap .header-2_common {
  	font-size: 32px;			
  	text-align: center;
	color: #00504B;
}
@media (max-width: 767px) {
	.header-2_wrap {
	}
	.header-2_wrap .header-2_common {
		font-size: 20px;
	}

}
.menu_lead_txt__Wrap {
  margin: 100px auto 60px;
  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: #00504B;
  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;
  height: 80px;
  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: 140px;
  }
}
#header .position_wrap {
  position: unset !important;
  left: 10%;
  display: flex;
  width: 1175px !important;
  margin: 0 auto;
}
#header .position_wrap .shop_link .shop_txt {
  display: none;
}
@media (min-width: 1281px) {
  #header .position_wrap .shop_link .shop_txt {
    width: 420px;
    color: #141414;
    font-weight: bold;
    display: block;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }
}
#header .position_wrap .shop_link .honkan_flex_wrap {
  display: flex;
  align-items: center;
  margin: 17px;
}
@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: 250px;
  margin-right: 10px;
}
@media (min-width: 1281px) {
  #header .position_wrap .shop_link .honkan_flex_wrap .logo_img {
    width: 350px;
  }
}
@media (max-width: 767px) {
  #header .position_wrap .shop_link .honkan_flex_wrap .logo_img {
    width: 180px;
  }
}
@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;

  }
	
	#header .position_wrap a h1{
		width: 53%;
	}
}
.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: 15px;
		font-weight: 800;
		background: linear-gradient(transparent 0%, #ffffff 0%);
	}
	.access_subtxt:nth-child(odd) {
	   width: 130px;
	   margin-right: 30px;
	}
	.access_wrap_subbox {
		color: #00504B;
	}

@media (min-width: 1281px) {
  #header .position_wrap .access_wrap {
    display: block;
    margin-top: 10px;
    margin-left: 20px;
  }
	#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: 7px;
		font-size: 16px;
		font-weight: 800;
		background: linear-gradient(transparent 50%, #f0f2c8 50%);
	}
	.access_subtxt:nth-child(odd) {
	   width: 130px;
	   margin-right: 30px;
	}
	.access_wrap_subbox {
		color: #141414;
	}

	
}


@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: 240px;
	   margin-right: 30px;
	}
	.access_txt{
		font-size: 15px;
		padding-bottom: 10px;
	}
	
	.forAccess_page{
		text-decoration: underline!important;
	}
}

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


#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: 49px;
	color: #00504B;
  }
  .reserve_item {
    display: block;
    width: 280px;
    border: #00504B 1px solid;
    background: #f0f2c8;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .epark{
    font-size: 16px;
	  display: block;
  }
  .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: #00504B;
}
#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: #00504B;
  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: #00504B;
    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: 11px;
  }
}
#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: 0;
  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;
  /*font-family: YuMincho, "Yu Mincho", serif;*/
}
#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%;
  }
}
#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;
}
#header .menu .sns_icon_flex__wrap .sns_icon {
  width: 30px;
  margin-right: 15px;
}
#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;
  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: 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;
}
@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-start;
}
@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;
  flex-wrap: wrap;
  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%;
}
@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;
    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 #13622B;
    display: flex;
    height: 43px;
    line-height: 43px;
    margin-left: -16%;
  }
}
#header .menu .reserve_wrap .reserve_txt {
  width: 226px;
  text-align: center;
  background-color: #13622B;
  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: #13622B;
}
@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: #13622B;
  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: #00504B;
  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: #00504B;
  }
#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");
}










/*-------------
FV
---------------*/
@media screen and (min-width:769px){
	.header_banner_pc_wrap{
		position: fixed;
		width: 200px;
		height: 100px;
		top: 30%;
		right: 0;
		z-index: 3;
	}
	
	.header_banner_sp_wrap{
		display: none;
	}
}

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

.fv_img_wrap{
	margin-top: 176px;
	height: 600px;
    background: url("../img/common/main_pc.jpg") top left no-repeat;
    background-size: contain;
	position: relative;
}
.fv_textbox{
	position: absolute;
    top: 50%;
    right: 47%;
    transform: translate(100%, -50%);
}
.fv_title{
	font-size: 42px;
    font-weight: 600;
}
.fv_text{
	font-size: 24px;
    padding-top: 40px;
	font-weight: 600;
	color: #00504B;
}
.tb{
	display: none;
}

@media (max-width: 1281px) {
	.fv_img_wrap{
		margin-top: 84px;
		height: 640px;
		background: url("../img/common/main_tab.jpg") top left no-repeat;
		background-size: contain;
		position: relative;
	}
	.fv_textbox{
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(100%, -50%);
	}
	.fv_title{
		font-size: 36px;
	}
	.fv_text{
		font-size: 20px;
    	padding-top: 20px;
	}
	.tb{
		display: block;
	}
}

@media (max-width: 767px) {
	.fv_img_wrap{
		margin-top: 100px;
		height: 640px;
		background: url("../img/common/main_img.jpg") top center no-repeat;
		background-size: cover;
		
		
	}
	.fv_textbox{
		position: absolute;
		top: 60%;
		right: 0%;
		transform: translate(0%, 0%);
		margin-left: 20px;
		padding: 8px;
		background-color: rgba(255,255,255,0.8);
	}
	.fv_title{
		font-size: 24px;
	}
	.fv_text{
		font-size: 18px;
		padding-top: 10px;
	}
}



#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: #00504B;
  }
}
#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;
		gap:50px;*/
		display: grid;
		grid-template-columns: repeat(2,1fr);
		row-gap: 50px;
		column-gap: 30px;
		padding: 20px 0 0;
	}
	.header_pc_menu_li{
		padding-bottom: 50px;
		font-size: 18px;
	}
	
	.header_pc_menu_item{
		width: 96%;
	}
	
	.header_pc_menu_item img{
		width: 240px;
		padding-bottom: 8px;
	}
	.header_pc_menu_item a{
		font-size: 16px;
		display: flex;
		gap: 15px;
	}
}


/*アコーディオン*/

.toggle_title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 0!important;
	cursor: pointer;
}
.toggle_btn {
    position: absolute;
    top: 13px;
    left: 188px;
    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: #00504B;
	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;
}
.toggle_off {
	display: none;
}

.seitai_menu{
	font-size: 15px;
    padding-left: 10px;
}
.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: 16px;
    left: 160px;
	}
}









#approach .approach_txt_wrap {
  font-size: 26px;
  text-align: left;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media (max-width: 1024px) {
  #approach .approach_txt_wrap {
    font-size: 20px;
  }
}
#approach .approach_txt_wrap .approach_txt_span_01 {
  font-size: 32px;
  text-emphasis: circle #C7CB5A;
  -webkit-text-emphasis: circle #C7CB5A;
}
@media (max-width: 1024px) {
  #approach .approach_txt_wrap .approach_txt_span_01 {
    font-size: 26px;
  }
}
#approach .approach_txt_wrap .approach_txt_span_02 {
  font-size: 32px;
}
@media (max-width: 1024px) {
  #approach .approach_txt_wrap .approach_txt_span_02 {
    font-size: 20px;
  }
}
.job-banner {
  text-align: center;
  padding-top: 80px;
}
.job-banner-text {
  padding-bottom: 20px;
  font-weight: 600;
}
.job-banner a {
  display: inline-block;
}
.job-banner a img {
  width: 930px;
}
.approach-flex {
  display: flex;
  max-width: 1170px;
  padding: 0 40px;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 105px;
  gap: 50px;
}
.seitaicom-banner{
	margin-right: 40px;
}
.seitaicom-banner a img {
  width: 120px;
}
@media (max-width: 1024px) {
  .approach-flex {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .approach-flex {
    flex-direction: column;
    margin-top: 80px;
  }
  .approach_txt_wrap {
    order: 1;
  }
  .seitaicom-banner {
    text-align: center;
	  margin-right: 10px;
  }
  .seitaicom-banner a {
    display: inline-block;
  }
  .seitaicom-banner a img {
    width: 170px;
  }
}


/*-----------------
feature　#feature
-------------------*/
.osusume{
	padding: 10px;
	border: solid 2px #00504b;
	max-width: 1130px;
	margin: 115px auto 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.osusume_txt{
	font-size: 20px;
	color: #00504b;
	text-align: center;
}

.osusume_txt span{
	font-size: 15px;
	
}

.osusume_img img{
	width: 80%;
	margin: 0 auto;
}

@media screen and (max-width:440px){
	.osusume{
		margin: 60px 20px;
	}
}


.feature_wrap {
	max-width: 1130px;
	margin: 115px auto 75px;
}
.feature-flex{
	display: flex;
	max-width: 1000px;
	gap: 30px;
	margin: 0 auto;
}
.feature-imgbox{
	width: 40%;
}
.feature-textwrap{
	width: 60%;
    /*padding-left: 60px;*/
}
.feature_wrap .header-2{
	font-size: 32px;
	padding-bottom: 60px;
    color: #00504B;
	text-align: center;
}

.honkan_line_banner_sp{
	display: none;
}

.point_banner{
	/*margin-top: 10%;*/
	max-width: 1000px;
	margin: 90px auto 0;
}

.honkan_line_banner_pc{
	/*display: flex;
	justify-content: center;
	margin-top: 7%;*/
	max-width: 1000px;
	margin: 60px auto 0;
}

.honkan_line_banner_pc img{
	width: 100%;
}

.menu-subtxt_forcus_wrap{
	padding: 3%;
	margin-top: 100px;
}

.menu-subtxt_focus_title{
	text-align: center;
	font-size: 30px;
	color: #00504b;
	font-weight: 700;
}

.menu-subtxt_focus_txt{
	text-align: center;
	padding-top: 16px;
	font-size: 18px;
}

@media (max-width: 767px){
	.honkan_line_banner_pc{
		display: none;
	}
	
	.honkan_line_banner_sp{
	display: flex;
	justify-content: center;
	margin-top: 10%;
}

.honkan_line_banner_sp img{
	width: 100%;
}
}

.feature-textbox1{
	padding: 20px 0 30px;
}

.feature-textbox2{
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:769px){
	.feature-textbox2{
		padding: 20px 0 30px;
	}
}
.feature_txt_01{
	font-size: 22px;
    font-weight: 700;
    font-family: YuMincho,"Yu Mincho",serif;	
}
.feature_txt_02{
    font-size: 16px;
    padding-bottom: 10px;
}
.feature_link_button__Wrap{
    width: 454px;
    margin: 16px 0;	
}
.feature_link_button{
	color: #00504B!important;
	border-bottom: #00504B 1px solid;
	font-weight: 600;
}

@media (max-width: 767px) {
	.feature_wrap {
		margin: 75px auto 75px;
		padding: 0 20px;
	}
	.feature-flex{
		display: flex;
		flex-direction: column;
	}
	.feature-imgbox{
	    width: 100%;
   		order: 2;
	}
	.feature-img1{
		padding-bottom: 0;
	}
	.feature-textwrap{
		width: 100%;
		padding: 0;
		order: 1;
		padding-bottom: 60px;
	}
	.feature_wrap .header-2{
		font-size: 28px;
	}
	.feature_txt_01{
		font-size: 20px;
	}
	.feature_txt_02{
		font-size: 16px;
		padding-bottom: 16px;
	}
	.feature_link_button__Wrap{
		width: 100%;
		margin: 16px 0;	
	}
	/*.feature_link_button{
		width: 100%;
		height: 54px;
		line-height: 54px;
	}*/
}




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

#index-condition{
	margin-top: -80px;
	padding-top: 180px;
}
.index-condition-text{
	padding-top: 20px;
	text-align: center;
}

@media (max-width: 767px) {
  #index-condition {
    margin-top: -60px;
	padding-top: 120px;
  }
}




/*-----------------
point　#point 極意
-------------------*/

#point {
  padding-top: 200px;
  margin-top: -200px;
}
#point .point_flex_wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto 150px;
    padding: 0 20px;
    gap: 20px;
    box-sizing: content-box;
}
#point .point_flex_wrap .card_wrap {
    margin: 80px auto 0;
}
#point .point_flex_wrap .card {
	width: 340px;
    height: 440px;
    background: #F7F7F7;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin: 0 auto;
	position: relative;
}
#point .point_flex_wrap .card-img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#point .point_flex_wrap .card-content .card-title {
    font-size: 20px;
	color: #FFF;
    text-align: center;
    background-color: #00504B;
    height: 40px;
    line-height: 40px;
}
#point .point_flex_wrap .card-content .card-text {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 15px;
}
.number_wrap{
	width: 60px;
    height: 60px;
    background: #00504B;
    border-radius: 50%;
    left: -10px;
    top: -30px;
    position: absolute;
}
.number_wrap_p{
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
@media (max-width: 540px) {
	#point .point_flex_wrap {
		margin: 0 auto 100px;
	}
	#point .point_flex_wrap .card {
		width: 100%;
		height: 440px;
	}
	#point .point_flex_wrap .card_wrap {
		margin: 40px auto 0;
	}
}



/*-----------------
reason　#reason 選ばれる理由
-------------------*/
#reason {
    margin-top: -200px;
    padding-top: 200px;
	margin-bottom: 110px
}
.reason-bg{
	padding: 40px 0;
}

.reason-containar{
	margin: 40px auto 0;
	max-width: 1000px;
}
#reason .reason_flex_wrap {
	display: flex;
    padding: 40px 0;
    gap: 40px;
    align-items: center;

	margin: 0 auto;
}
.reason_img_wrap{
	min-width: 360px;
}

#reason .reason_flex_wrap .reason_txt_wrap .header-3 {
	font-size: 24px;
    color: #00504B;
    margin-bottom: 20px;
}

#reason .reason_flex_wrap .reason_txt_wrap .header-3::before {
  content: url("../img/common/Icon awesome-check-circle.png");
  vertical-align: middle;
  line-height: 2rem;
  display: inline-block;
  margin-right: 10px;
}

#reason .reason_flex_wrap .reason_txt_wrap .header-3 .reason_span_01 {
  text-emphasis: circle #f0f2c8;
  -webkit-text-emphasis: circle #f0f2c8;
}

#reason .reason_flex_wrap .reason_txt_wrap .reason_txt {
  font-size: 15px;
}

#reason .reason_flex_wrap .reason_txt_wrap .reason_txt .reason_span_02 {
  font-weight: bold;
  color: #00504B;
}
#reason .reason_flex_wrap .reason_txt_wrap .popular_wrap {
	background-color: #00504B;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0;
    color: #fff;
    padding: 10px;
}
#reason .clear_01 {
  margin: 40px;
}
#reason .clear_02 {
  display: inline-block;
}



@media (max-width: 767px) {
	.reason-containar {
		margin: 0 auto;
		max-width: 1000px;
		padding: 0 20px;
	}
	#reason{
		margin-bottom: 60px
	}
	#reason .reason_flex_wrap {
		flex-direction: column;
		gap:20px;
	}
	.reason_img_wrap {
		min-width: initial;
	}
	#reason .reason_flex_wrap .reason_txt_wrap .header-3 {
	  font-size: 16px;
	}
	#reason .reason_flex_wrap .reason_txt_wrap .header-3 .reason_span_01 {
	  font-size: 22px;
	}
	#reason .reason_flex_wrap .reason_txt_wrap .reason_txt .reason_span_02 {
	  font-size: 18px;
	}
	#reason .clear_02 {
	  margin-left: 40px;
	}
	#reason .reason_flex_wrap .reason_txt_wrap .popular_wrap {
	  width: 100%;
	  margin-top: 20px;
	  padding: 10px;
	}
	#reason .clear_01 {
	  margin: 0;
	}
}










/*-----------------
menu　#menu 症状に合った整体メニュー
-------------------*/
.menu{
	margin-bottom: 150px
}

#menu .header-3_Menu01 {
	width: 660px;
	text-align: center;
	font-size: 26px;
	color: #00504B;
	background-color: #fff;
	margin: -65px auto 0;
}
#menu .menu_wrap {
	max-width: 1000px;
	border: 3px solid #00504B;
	padding: 35px;
	margin: 90px auto 0;
}
#menu .menu_wrap .menu_flex_wrap {
	display: flex;
	align-items: end;
	max-width: 1000px;
	margin: 20px auto 0;
	justify-content: space-between;
	gap: 40px;
}
#menu .menu_img_wrap {
	/*min-width: 270px;*/
	margin: 0 auto;
}
#menu .menu_txt {
	margin-bottom: 65px;
}
#menu .menu_link_button {
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #00504B;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	/*font-family: YuMincho, "Yu Mincho", serif;*/
	font-family: "Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Noto Sans JP","Hiragino Sans","Meiryo","MS PGothic",sans-serif !important;
	transition: 0.5s
}
#menu .menu_link_button:hover {
	color: #00504B;
	background-color: #f0f2c8;
	opacity: 1;
}
#menu .link_button_flex__Wrap {
	display: flex;
	width: 420px;
	justify-content: space-between;
}




@media (max-width: 767px) {
	.menu{
		margin-bottom: 100px
	}
	#menu .header-3_Menu01 {
	  font-size: 20px;
	  width: 100%;
	  margin: -40px auto 0;
	}
	#menu .menu_wrap .menu_flex_wrap {
	  flex-direction: column
	}
	#menu .menu_txt_wrap {
	  width: 100%;
	}
	#menu .menu_txt {
	  margin-bottom: 45px;
	}
	#menu .menu_link_button {
	  margin-bottom: 20px;
	}
	#menu .link_button_flex__Wrap {
	  display: block;
	  width: 200px;
	}
	#menu .menu_wrap {
	  margin: 50px 20px 0;
	  padding: 20px;
	}
}









/*-----------------
menu　#menu 整体メニューと料金
-------------------*/


#menu .sec {
  margin-top: -100px;
  padding-top: 100px;
}
#menu .sec .menu_txt {
  color: #707070;
  text-align: center;
  margin: 20px auto 50px;
}
@media (min-width: 1281px) {
  #menu .sec .menu_txt {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  #menu .sec .menu_txt {
    font-size: 12px;
    margin: 14px auto 34px;
  }
}
#menu .sec .menu_wrap_pc {
  /*max-width: 1130px;*/
  padding-bottom: 50px;
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_pc {
    padding-bottom: 10px;
    margin: 0 auto;
  }
}
#menu .sec .menu_wrap_shop .header-3 {
  font-size: 28px;
  padding: 15px 0;
  text-align: center;
  margin: 50px auto 30px;
  color: #00504B;
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_shop .header-3 {
    margin: 54px auto 20px;
  }
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .header-3 {
    font-size: 18px;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px rgba(61,104,110,0.7);
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap {
    display: block;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap {
  width: 60%;
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap {
    width: 565px;
  }
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap {
    width: 100%;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_osusume_flex_wrap {
  display: flex;
  align-items: center;
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_osusume_flex_wrap .osusume_txt_01 {
  width: 66px;
  background-color: #F38200;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 0;
  height: 23px;
  line-height: 23px;
  margin-left: 18px;
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_osusume_flex_wrap .osusume_txt_01 {
    width: 49px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    margin-top: 15px;
    letter-spacing: 0;
    margin-left: 0;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_osusume_flex_wrap .osusume_txt_02 {
  width: 82px;
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_osusume_flex_wrap .osusume_txt_02 {
    width: 60px;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_txt_01 {
  font-size: 15px;
  color: #333333;
  margin: 30px 0;
  font-weight: 500;
  padding: 0 16px;
}
.menu_txt_wrap a:hover{
	opacity: 1;
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_txt_01:hover {
  color: #00504B;
	opacity: 1;
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_txt_01 {
    font-size: 18px;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_txt_01 {
    margin: 27px auto 14px;
    padding: 0 0 0 16px;
    font-size: 14px;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_txt_other {
  margin: -15px auto 13px;
  padding: 0 16px;
  font-size: 10px;
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .menu_txt_wrap .menu_txt_other {
    margin: -13px auto 30px;
    padding: 0;
    font-size: 16px;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .price_txt {
  	margin-right: 50px;
  	font-size: 18px;
  	padding: 0 16px;
	font-weight: 600;
	text-align: left;
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .price_txt {
    margin-bottom: 26px;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .option_flex_wrap {
  display: block;
  align-items: center;
  flex-wrap: wrap;
  width: 650px;
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .option_flex_wrap {
    display: flex;
  }
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .option_flex_wrap {
    width: 100%;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .option_flex_wrap .menu_txt_01 {
  font-size: 16px;
  color: #76BC69;
  margin: 30px 0 0;
  width: 160px;
  font-weight: 500;
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .option_flex_wrap .menu_txt_01 {
    font-size: 18px;
  }
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .option_flex_wrap .menu_txt_02 {
    margin-top: 30px;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .staff_link_button__Wrap {
  width: 156px;
  margin-left: auto;
  margin-right: 40px;
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .staff_link_button__Wrap {
    margin-right: 0;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .staff_link_button {
  width: 156px;
  display: inline-block;
  height: 35px;
  line-height: 33px;
  margin-top: 30px;
  margin-right: 40px;
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .staff_link_button::after {
  display: none;
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .br-md {
  display: none;
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .br-md {
    display: block;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap .br-sp {
  display: none;
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .menu_flex_wrap .br-sp {
    display: block;
  }
}
#menu .sec .menu_wrap_shop .menu_flex_wrap_02 {
  border-bottom: none;
}
#menu .sec .menu_wrap_shop .small_txt {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_shop .small_txt {
    padding: 0;
  }
}
#menu .sec .menu_wrap_shop .small_txt small {
  font-size: 14px;
}
@media (min-width: 1281px) {
  #menu .sec .menu_wrap_shop .small_txt small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #menu .sec .menu_wrap_shop .small_txt small {
    font-size: 10px;
  }
}
.color-change {
    color: #00504B;
    display: inline-block;
    width: 66px;
}

/*--------------------メニュー250204ここから---------------------*/

@media screen and (max-width:767px){
	.menu_top_pc{
		display: none;
	}
	
	.menu_top_wrap{
		max-width: 375px;
		margin: 0 20px;
	}
	
	.menu_top_item_kaihuku_wrap{
		display: flex;
		flex-direction: column;
		margin-top: 30px;
	}
	
	.menu_top_item_box{
		/*border-right: solid 1px #141414;
		border-bottom: solid 1px #141414;*/
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		/*padding-right: 10px;*/
	}
	
	.menu_top_item_box_kaihuku{
		width: 100%;
	}
	
	.menu_top_title{
		font-size: 16px;
		color: #000000;
		display: inline-block;
		border-bottom: solid 2px #00504b;
		font-weight: 600;
		font-family: YuMincho, "Yu Mincho", serif;
		width: 100%;
	}
	
	.menu_top_title span{
		font-size: 22px;
		color: #00504b;
	}
	
	.menu_top_item_title{
		font-size: 15px;
	}
	
	.menu_top_item_title_sub{
		display: block;
		/*height: 90px;*/
	}
	
	.menu_top_item_title_name,.menu_top_item_title_price{
		font-size: 18px;
		color: #00504b;
		font-weight: 600;
	}
	
	.menu_top_item_title_price{
		margin-top: 10px;
	}
	
	.menu_top_item_title_price span{
		font-weight: normal;
		color: #000000;
	}
	
	.menu_top_item_list{
		/*height: 150px;*/
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	.menu_top_item_list_ul li{
		list-style: disc;
		list-style-position: inside;
		font-size: 15px;
	}
	
	.menu_top_item_list_slong_kaihuku{
		margin-top: 25px;
	}
	
	.menu_top_item_link{
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 100px;
	}
	
	.menu_top_item_link a{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		font-weight: 600;
	}
	
	.menu_biyou_top_wrap{
		/*margin: 60px 0;*/
	}
	
	.menu_biyou_top_title{
		font-size: 14px;
	}
	
	.menu_top_item_biyou_wrap{
		/*display: grid;
		grid-template-columns: repeat(2,1fr);
		column-gap: 20px;
		row-gap: 50px;*/
		margin-top: 40px;
	}
	
	.menu_top_item_box_biyou{
		padding-right: 1px;
	}
	
	.menu_top_item_biyou_men_wrap{
		margin-top: 40px;
		/*display: flex;
		flex-direction: row;
		justify-content: space-between;*/
	}
	
	.menu_biyou_men_top_title{
		font-size: 14px;
	}
	
	.menu_top_item_title_name_biyou_men{
		/*margin-top: 91px;*/
	}
	
	/*.menu_top_item_list_biyou_men_1{
		margin-top: 100px;
	}*/
	
	.menu_top_item_box_biyou_men{
		width: 100%;
	}
	
	.menu_top_item_title_biyou_men{
		/*height: 250px;*/
	}
	
	.menu_top_item_link_last{
		margin-bottom: 0;
	}
	
}

@media screen and (min-width:768px) and (max-width:1280px){
	.menu_top_sp{
		display: none;
	}
	
	.menu_top_wrap{
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.menu_top_item_kaihuku_wrap{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 40px;
		gap: 10px;
	}
	
	.menu_top_item_box{
		border-right: solid 1px #141414;
		border-bottom: solid 1px #141414;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		padding-right: 10px;
	}
	
	.menu_top_item_box_kaihuku{
		width: 35%;
	}
	
	.menu_top_title{
		font-size: 16px;
		color: #000000;
		display: inline-block;
		border-bottom: solid 2px #00504b;
		font-weight: 600;
		font-family: YuMincho, "Yu Mincho", serif;
	}
	
	.menu_top_title span{
		font-size: 24px;
		color: #00504b;
	}
	
	.menu_top_item_title{
		font-size: 15px;
	}
	
	.menu_top_item_title_sub{
		display: block;
		height: 90px;
	}
	
	.menu_top_item_title_name,.menu_top_item_title_price{
		font-size: 18px;
		color: #00504b;
		font-weight: 600;
	}
	
	.menu_top_item_title_price{
		/*white-space: nowrap;*/
	}
	
	.menu_top_item_title_price span{
		font-weight: normal;
		color: #000000;
	}
	
	.menu_top_item_list{
		height: 150px;
		margin-top: 60px;
		margin-bottom: 80px;
	}
	
	.menu_top_item_list_ul li{
		list-style: disc;
		list-style-position: inside;
		font-size: 15px;
	}
	
	.menu_top_item_list_ul li::marker{
		margin-right: 10px;
	}
	
	.menu_top_item_list_slong_kaihuku{
		margin-top: 25px;
	}
	
	.menu_top_item_link{
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.menu_top_item_link a{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		font-weight: 600;
	}
	
	.menu_biyou_top_wrap{
		margin: 60px 0;
	}
	
	.menu_top_item_biyou_wrap{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		column-gap: 20px;
		row-gap: 50px;
		margin-top: 40px;
	}
	
	.menu_top_item_box_biyou{
		padding-right: 1px;
	}
	
	.menu_top_item_title_biyou_w_s{
		height: 90px;
	}
	
	.menu_top_item_biyou_men_wrap{
		margin-top: 40px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 10px;
	}
	
	.menu_top_item_title_name_biyou_men{
		margin-top: 91px;
	}
	
	.menu_top_item_list_biyou_men_1{
		margin-top: 0px;
	}
	
	.menu_top_item_box_biyou_men{
		width: 31%;
	}
	
	.menu_top_item_title_biyou_men{
		height: 250px;
	}
	
}

@media screen and (min-width:1281px){
	
	.menu_top_sp{
		display: none;
	}
	
	.menu_top_wrap{
		max-width: 1000px;
		margin: 0 auto;
	}
	
	.menu_top_item_kaihuku_wrap{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 40px;
	}
	
	.menu_top_item_box{
		border-right: solid 1px #141414;
		border-bottom: solid 1px #141414;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
		padding-right: 10px;
	}
	
	.menu_top_item_box_kaihuku{
		width: 31%;
	}
	
	.menu_top_title{
		font-size: 16px;
		color: #000000;
		display: inline-block;
		border-bottom: solid 2px #00504b;
		font-weight: 600;
		font-family: YuMincho, "Yu Mincho", serif;
	}
	
	.menu_top_title span{
		font-size: 24px;
		color: #00504b;
	}
	
	.menu_top_item_title{
		font-size: 16px;
	}
	
	.menu_top_item_title_sub{
		display: block;
		height: 50px;
	}
	
	.menu_top_item_title_name,.menu_top_item_title_price{
		font-size: 20px;
		color: #00504b;
		font-weight: 600;
	}
	
	.menu_top_item_title_price span{
		font-weight: normal;
		color: #000000;
	}
	
	.menu_top_item_list{
		height: 150px;
		margin-top: 60px;
		margin-bottom: 80px;
	}
	
	.menu_top_item_list_ul li{
		list-style: disc;
		list-style-position: inside;
	}
	
	.menu_top_item_link{
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 50px;
	}
	
	.menu_top_item_link a{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		font-weight: 600;
	}
	
	.menu_biyou_top_wrap{
		margin: 60px 0;
	}
	
	.menu_top_item_biyou_wrap{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		column-gap: 20px;
		row-gap: 50px;
		margin-top: 40px;
	}
	
	.menu_top_item_box_biyou{
		padding-right: 1px;
	}
	
	.menu_top_item_biyou_men_wrap{
		margin-top: 40px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	
	.menu_top_item_title_name_biyou_men{
		margin-top: 50px;
	}
	
	.menu_top_item_list_biyou_men_1{
		margin-top: 0px;
	}
	
	.menu_top_item_box_biyou_men{
		width: 31%;
	}
	
	.menu_top_item_title_biyou_men{
		height: 200px;
	}
}


/*--------------------メニュー250204ここまで---------------------*/


/*---------支払方法--------*/
#menu .pay_head_txt {
  font-size: 32px;
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 767px) {
  #menu .pay_head_txt {
    font-size: 18px;
    margin-top: 35px;
  }
}
#menu .pay_flex_wrap {
  max-width: 1000px;
  margin: 85px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
@media (min-width: 1281px) {
  #menu .pay_flex_wrap {
    border-bottom: solid 1px rgba(61,104,110,0.7);
    flex-wrap: nowrap;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #menu .pay_flex_wrap {
    margin: 34px auto 0;
  }
}
#menu .pay_flex_wrap .pay_wrap {
  width: 537px;
}
#menu .pay_wrap_other {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1281px) {
  #menu .pay_wrap_other {
    margin: 27px auto 0;
    padding: 0;
    border-bottom: solid 1px rgba(61,104,110,0.7);
  }
}
@media (max-width: 767px) {
  #menu .pay_wrap_other {
    margin: 0 16px;
    padding: 0;
    border-bottom: solid 1px rgba(61,104,110,0.7);
  }
}
@media (max-width: 767px) {
  #menu .pay_wrap_line {
    border-bottom: solid 1px #C7CB5A;
    margin-bottom: 26px;
  }
}
#menu .pay_txt {
  font-weight: bold;
  color: #00504B;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #menu .pay_txt {
    font-size: 12px;
    margin-bottom: 13px;
  }
}
#menu .pay_img {
  margin-bottom: 24px;
  max-width: 400px;
}
@media (max-width: 767px) {
  #menu .pay_img {
    margin-bottom: 9px;
    max-width: 100%;
  }
}
#menu .pay_img_pc {
  display: block;
  max-width: 660px;
}
@media (max-width: 767px) {
  #menu .pay_img_pc {
    display: none;
  }
}
#menu .pay_img_sp {
  display: none;
}
@media (max-width: 767px) {
  #menu .pay_img_sp {
    display: block;
    max-width: 100%;
  }
}
#menu .pay_wrap_pc {
  display: block;
}
@media (max-width: 767px) {
  #menu .pay_wrap_pc {
    display: none;
  }
}
#menu .pay_wrap_sp {
  display: none;
}
@media (max-width: 767px) {
  #menu .pay_wrap_sp {
    display: block;
    margin: 34px 16px;
    border-bottom: solid 1px #C7CB5A;
  }
}





/*-----------------
profile　#profile 小山壮太プロフィール
-------------------*/
#profile{
	margin-bottom: 110px;
}
.profile-bg{
	padding: 40px 0;
}
.profile_flex_wrap{
	display: flex;
}
.profile_wrap{
	max-width: 1000px;
    margin: 0 auto;
	padding: 40px 20px;
    box-sizing: content-box;
	color: #00504B;
}
.profile_flex_wrap{
	display: flex;
    gap: 40px;
}
.profile_img_wrap{
	min-width: 300px;
}
.profile_txt{
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: 500;
}
.profile_txt_wrap {
    font-weight: 400;
	color: #333333;
}
.career_txt_flex__Wrap{
	display: flex;
}
p.career_txt_01 {
    width: 100px;
}
.career_txt_02{
	margin-top: 0;
    margin-bottom: 9px;
}
.career_button_wrap {
  width: 100px;
  height: 32px;
  line-height: 32px;
  background-color: #00504B;
      margin: 30px 0 20px;
}
.career_button_wrap .career_txt {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.profile_txt + .profile_txt{
	margin-top: 0;
}


@media (max-width: 767px) {
	#profile{
	margin-bottom: 60px;
	}
  	#profile .profile_wrap {
    	padding: 40px 20px 0;
  	}
	.profile_flex_wrap{
		display: flex;
		flex-direction: column;
		gap:20px;
	}
	.profile_img_wrap{
		min-width: inherit;
		margin: 0 auto;
	}
}




/*-----------------
kutikomi　#kutikomi エキテンレビュー
-------------------*/

#kutikomi {
  margin-top: -100px;
  padding-top: 100px;
}
#kutikomi .kutikomi_wrap {
  max-width: 1205px;
  margin: 95px auto 150px;
  border: 3px solid #00504B;
}
@media (max-width: 767px) {
  #kutikomi .kutikomi_wrap {
    padding: 0 15px;
    margin: 40px 30px;
  }
}
#kutikomi .kutikomi_wrap .header-3 {
  width: 755px;
  background-color: #ffffff;
  color: #00504B;
  font-size: 32px;
  margin: -2% auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  #kutikomi .kutikomi_wrap .header-3 {
    width: 290px;
    font-size: 18px;
    margin: -5% auto 0;
  }
}
#kutikomi .kutikomi_wrap .star_img {
  margin: 40px auto 0;
}
#kutikomi .kutikomi_wrap .kutikomi_txt {
  font-size: 24px;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  #kutikomi .kutikomi_wrap .kutikomi_txt {
    font-size: 18px;
    margin-top: 35px;
  }
}
#kutikomi .kutikomi_wrap .kutikomi_flex_wrap {
  display: block;
  margin: 75px auto 0;
  max-width: 1110px;
}
@media (min-width: 1281px) {
  #kutikomi .kutikomi_wrap .kutikomi_flex_wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #kutikomi .kutikomi_wrap .kutikomi_flex_wrap {
    margin: 40px auto 0;
  }
}
#kutikomi .kutikomi_wrap .kutikomi_flex_wrap .kutikomi_img {
  margin: 0 auto 15px;
}
@media (min-width: 1281px) {
  #kutikomi .kutikomi_wrap .kutikomi_flex_wrap .kutikomi_img {
    margin-bottom: 30px;
  }
}
#kutikomi .kutikomi_wrap .kutikomi_flex_wrap .kutikomi_img_sp {
  margin: 0 auto 15px;
}
@media (min-width: 1281px) {
  #kutikomi .kutikomi_wrap .kutikomi_flex_wrap .kutikomi_img_sp {
    margin-bottom: 0;
  }
}
#kutikomi .kutikomi_wrap .kutikomi_link_button__Wrap {
  width: 645px;
  margin: 86px auto 80px;
}
@media (max-width: 767px) {
  #kutikomi .kutikomi_wrap .kutikomi_link_button__Wrap {
    width: 278px;
    margin: 40px auto;
  }
}
#kutikomi .kutikomi_wrap .kutikomi_link_button__Wrap .kutikomi_link_button {
  width: 645px;
  height: 55px;
  line-height: 55px;
  background-color: #00504B;
  font-size: 18px;
  color: #FCFCFC;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  #kutikomi .kutikomi_wrap .kutikomi_link_button__Wrap .kutikomi_link_button {
    width: 278px;
    height: 78px;
    line-height: normal;
    font-size: 16px;
    padding-top: 16px;
  }
}
#kutikomi .kutikomi_wrap .kutikomi_link_button__Wrap .kutikomi_link_button:hover {
  color: #00504B;
  background-color: #C7CB5A;
}



/*-----------------
youtube 　#youtube  
-------------------*/
#youtube .header-2_youtube__Wrap {
  background-color: #C7CB5A;
  height: 80px;
  line-height: 80px;
}
#youtube .header-2_youtube__Wrap .header-2 {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  #youtube .header-2_youtube__Wrap .header-2 {
    font-size: 18px;
  }
}
#youtube .youtube_wrap {
  background-color: #00504B;
  padding: 80px 0;
}
@media (max-width: 767px) {
  #youtube .youtube_wrap {
    padding: 40px 30px;
  }
}
#youtube .youtube_wrap .youtube_txt {
  color: #FBFBFB;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

	.menu-kogao-section{
		max-width: 1123px;
		margin: 80px auto 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 40px 0!important;
	}

.menu-kogao-section_movie{
	width: 70%;
	aspect-ratio: 16/9;
	margin-bottom: 40px;
}

@media (max-width: 767px){
	.menu-kogao-section_movie{
	width: 90%;
	aspect-ratio: 16/9;
		margin-bottom: 20px;
}
	.menu-kogao-section_txt{
		margin-bottom: 0!important;
		font-size: 14px!important;
	}
	
	.menu-kogao-section{
		padding: 24px 10px!important;
	}
}

@media (max-width: 767px) {
  #youtube .youtube_wrap .youtube_txt {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
}
#youtube .youtube_wrap .youtube_flex_wrap {
  display: block;
  max-width: 1132px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (min-width: 1281px) {
  #youtube .youtube_wrap .youtube_flex_wrap {
    display: flex;
  }
}
#youtube .youtube_wrap .youtube_flex_wrap .youtube_movie_wrap {
  width: 347px;
  margin: 0 auto 40px;
}
@media (min-width: 1281px) {
  #youtube .youtube_wrap .youtube_flex_wrap .youtube_movie_wrap {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #youtube .youtube_wrap .youtube_flex_wrap .youtube_movie_wrap {
    width: 320px;
  }
}
#youtube .youtube_wrap .youtube_flex_wrap .youtube_title_txt {
  font-size: 20px;
  color: #FBFBFB;
  margin-top: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  #youtube .youtube_wrap .youtube_flex_wrap .youtube_title_txt {
    margin-top: 10px;
    font-size: 16px;
  }
}
#youtube .youtube_wrap .youtube_link_button__Wrap {
  width: 425px;
  margin: 40px auto;
}
@media (max-width: 767px) {
  #youtube .youtube_wrap .youtube_link_button__Wrap {
    width: 315px;
  }
}
#youtube .youtube_wrap .youtube_link_button__Wrap .youtube_link_button {
  width: 425px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #00504B;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  border: solid 3px #ffffff;
  font-weight: bold;
}
#youtube .youtube_wrap .youtube_link_button__Wrap .youtube_link_button::before {
  content: url("../img/common/Icon ionic-logo-youtube.png");
  vertical-align: middle;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 5px;
  height: 42px;
}
@media (max-width: 767px) {
  #youtube .youtube_wrap .youtube_link_button__Wrap .youtube_link_button {
    width: 315px;
  }
}
#youtube .youtube_wrap .youtube_link_button__Wrap .youtube_link_button:hover {
  border: solid 3px #C4302B;
}





/*-----------------
access 　#access
-------------------*/
#access {
  padding-top: 200px;
  margin: -200px 0 100px;
 	
}
#access .header-2 {
  font-size: 32px;
  color: #00504B;
  text-align: center;
}
@media (max-width: 767px) {
  #access .header-2 {
    font-size: 18px;
    margin-top: 40px;
  }
}
#access .access_flex_wrap {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  max-width: 1132px;
  margin: 80px auto 0;
}
@media (min-width: 1281px) {
  #access .access_flex_wrap {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #access .access_flex_wrap {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  #access .access_flex_wrap .access_txt_wrap {
    padding: 0 16px;
  }
}
#access .access_flex_wrap table {
  margin: 0 auto;
  line-height: 2rem;
}
@media (min-width: 1281px) {
  #access .access_flex_wrap table {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #access .access_flex_wrap tr {
    display: flex;
    flex-wrap: wrap;
  }
}
#access .access_flex_wrap .access_head {
  width: 107px;
  vertical-align: baseline;
  text-align: left;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  #access .access_flex_wrap .access_head {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
#access .access_flex_wrap .access_data {
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  #access .access_flex_wrap .access_data {
    display: block;
  }
}
#access .access_flex_wrap .access_txt {
  max-width: 490px;
  margin: 13px 0;
}

.forAccess_page{
		text-decoration: underline!important;
	}
@media (max-width: 767px) {
  #access .access_flex_wrap .access_txt {
    margin: 0 auto 20px;
  }
}
#access .access_flex_wrap .access_img_wrap {
  margin-bottom: 30px;
}
#access .g-map {
  max-width: 1132px;
  margin: 30px 30px 0;
  padding: 0 16px;
}
@media (min-width: 1281px) {
  #access .g-map {
    padding: 0;
    margin: 80px auto 0;
  }
}
@media (max-width: 767px) {
  #access .g-map {
    padding: 0;
    margin: 28px 30px 0;
  }
}






/*-----------------
reserve 　予約ボタン
-------------------*/

.reserve_wrap_footer {
    background-color: #00504B;
    text-align: center;
	font-family: "Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",
}
.reserve_title_footer {
    color: #fff;
    font-weight: 700;
    padding: 20px 20px 40px;
}
.reserve_footer_text {
    font-size: 26px;
    padding: 10px 0 6px;
}
.reserve_footer_subtext {
    margin: 0;
    padding-bottom: 20px;
}
.reserve_flex_footer {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.reserve_flex_footer .reserve_item {
    font-size: 32px;
    color: #00504B;
    font-weight: 600;
    width: 48.5%;
    padding: 15px 0;
    border: #00504B 1px solid;
    background: #f0f2c8;;
}

@media (max-width: 767px) {
	.reserve_flex_footer {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.reserve_flex_footer .reserve_item {
		font-size: 24px;
		width: 100%;
		padding: 14px 0;
		height: 100px;
		/*line-height: 70px;*/
	}
	
	.epark{
		font-size: 12px;
		display: block;
	}
	
	.reserve_footer_text {
		font-size: 20px;
		padding: 10px 0 6px;
	}
	.reserve_footer_subtext {
		font-size: 15px;
	}
	.reserve_title_footer {
    padding: 10px 0 0;
	}
}



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

#footer .footer_wrap {
    background-color: #fff;
    padding: 40px 0 20px;
    margin: 0 auto;
    color: #333;
    position: relative;
    text-align: left;
    font-family: YuMincho, "Yu Mincho", serif;
}


#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;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #footer .footer_wrap .footer_content {
    display: block;
  }
}
#footer .footer_wrap .footer_content .position_footer_wrap {
  margin-right: 35px;
}
@media (min-width: 1281px) {
  #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: 6px;
}
#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;
}
@media (max-width: 767px) {
  #footer .footer_wrap .footer_content .position_footer_wrap .bk_flex__wrap .headerNavLink_txt .heading-1 {
    font-size: 24px;
  }
}
#footer .footer_wrap .footer_content .position_footer_wrap .mw_wrap .access_wrap {
  font-size: 14px;
  margin-top: 26px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
#footer .footer_wrap .footer_content .list_wrap ul {
  list-style: none;
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer .footer_wrap .footer_content .list_wrap ul {
    margin: 30px 0 50px;
  }
}
#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;
	}
}

@media (max-width: 767px) {
  #footer .footer_wrap .footer_content .list_wrap .sns_icon_flex__wrap {
    justify-content: flex-end;
  }
}
#footer .footer_wrap .footer_content .reserve_wrap {
  display: block;
  font-weight: bold;
}
.footer_subli {
    font-size: 14px;
    padding-bottom: 10px;
}
.link_flex_wrap{
	color: #fff;
    padding-top: 10px;
}
.footer_linkli{
    padding: 6px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.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;
	}
}
#footer .footer_flex_wrap {
  max-width: 1124px;
  margin: 15px auto 0;
  display: block;
  padding: 0 16px;
    align-items: flex-end;
  overflow: hidden;
}
@media (min-width: 1281px) {
  #footer .footer_flex_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 8px auto 0;
  }
}
#footer .footer_flex_wrap .footer_logo_wrap {
  display: flex;
  align-items: center;
  margin-top: -10px;
align-items: flex-end;
}
#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 .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;
  display: flex;
  justify-content: space-between;
  max-width: 645px;
}
@media (min-width: 1281px) {
  #footer .footer_flex_wrap .footer_link_wrap .wrap_flex {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #footer .footer_flex_wrap .footer_link_wrap .wrap_flex {
    max-width: 340px;
  }
}
#footer .footer_flex_wrap .footer_link_wrap .wrap_flex .contact_link::before {
  content: url(https://koyamaseitai.com/bk//img/icon/mail.png);
  vertical-align: middle;
  margin-right: 10px;
}
#footer .footer_flex_wrap .footer_link_wrap .wrap_flex .link_flex_wrap {
  width: 175px;
  display: flex;
  justify-content: space-between;
}
#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;
    text-align: center;
  }
}
#footer .footer_flex_wrap .footer_link_wrap .footer_list a {
  margin-right: 25px;
}
@media (max-width: 767px) {
  #footer .footer_flex_wrap .footer_link_wrap .footer_list a {
    margin-right: 0;
    margin-bottom: 8px;
    text-align: left;
    display: block;
  }
}
#footer .footer_flex_wrap .footer_link_wrap .footer_list a .br-sp {
  display: none;
}
@media (max-width: 767px) {
  #footer .footer_flex_wrap .footer_link_wrap .footer_list a .br-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  #footer .footer_flex_wrap .footer_link_wrap .footer_list a:nth-of-type(3) {
    margin-right: 0;
  }
}
#footer .footer_flex_wrap .footer_link_wrap .footer_list a: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;
  width: 50px;
}
@media (max-width: 767px) {
  #footer .top_back_img {
    display: none;
  }
}
#footer_sp {
  position: fixed;
  bottom: 0px;
  width: 100%;
}
#footer_sp .link-button_flex_wrap {
  display: none;
}
@media (max-width: 767px) {
  #footer_sp .link-button_flex_wrap {
    display: flex;
    color: #C7CB5A;
    font-weight: bold;
    text-align: center;
  }
	.telcourse_text_sp{
		font-size: 13px;
		display: block;
		padding: 4px;
		background-color: white;
		color: #00504b;
		text-align: center;
		border: 1px solid #00504b;
		font-weight: 600;
	}
}

@media (min-width: 768px){
	.telcourse_text_sp{
		display: none;
	}
}
#footer_sp .link-button_flex_wrap .tel-link_button {
  height: 50px;
  line-height: 50px;
  background-color: #00504B;
  width: 100%;
  border-right: solid 2px #C7CB5A;
}
#footer_sp .link-button_flex_wrap .tel-link_button .tel-link_txt {
  letter-spacing: 2px;
}
#footer_sp .link-button_flex_wrap .tel-link_button .tel-link_txt::before {
  content: url("../img/common/Icon-phone.png");
  vertical-align: middle;
  line-height: 2rem;
  display: inline-block;
  margin-right: 6px;
}
#footer_sp .link-button_flex_wrap .web-link_button {
  height: 50px;
  line-height: 50px;
  background-color: #00504B;
  width: 100%;
}
#footer_sp .link-button_flex_wrap .web-link_button .web-link_txt {
  letter-spacing: 2px;
}
#footer .sns_icon_flex__wrap {
    display: flex;
    gap: 10px;
    order: 1;
}





.copywriter {
  color: #000;
  text-align: center;
  font-size: 16px;
  margin-top: 33px;
}
@media (max-width: 767px) {
  .copywriter {
    font-size: 12px;
    padding: 10px 0 55px;
  }
}
p.career_txt_01 {
  width: 100px;
}
.career_txt_01_mgn {
  margin-right: 15px;
  width: 85px;
}
@media (min-width: 1281px) {
  .career_txt_01_mgn {
    margin-right: 15px;
    width: 110px;
  }
}
.br_sp {
  display: block;
}
@media (min-width: 1281px) {
  .br_sp {
    display: none;
  }
}
.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: 7.5%;
}
@media (min-width: 1281px) {
  .modal-content {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .modal-content {
    top: 4.5%;
  }
}
.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;
  }
  .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;
}
/*# sourceMappingURL=common.css.map */
