@charset "UTF-8";



/*====================
　　    common
=====================*/

#site-content {
  padding: 100px 16px 20px 16px;
  font-size: 12px;
  text-align: center;
  
}

html {
	font-size: 62.5%; /*1rem=10px*/
  box-sizing: border-box;
}

img {
  width:100%;
  height:auto;
}

/* spのみ*/
.pc { display: none !important; }
.sp { display: block !important; }
.tb { display: none !important;}


/* pcのみ*/
@media screen and (min-width:1020px) {
.pc { display: block !important; }
.sp { display: none !important;}
.tb { display: none !important;}
}

/*tbのみ*/
/*
@media screen and (min-width:751px) and (max-width:1024px) {
.pc { display: none !important; }
.sp { display: none !important;}
.tb { display: block !important;}
}
*/

/*注釈*/
.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.center {
 text-align: center; 
}

.comment_wrap {
  margin-top: 5px;
}

.comment {
  font-size: 1.1rem;
  line-height: 1.4;
  font-family: "Noto Sans JP",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: left;

}

@media screen and (min-width:751px) {
.comment {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}
}

.mt8 {
  margin-top: 5px;
}




/* パンくずリスト */
.breadcrumbs {
  font-size: 1.2rem;
  width: 1024px;
  max-width: 100%;
  margin: 16px auto 0 auto;
}

@media screen and (min-width:751px) { 
.breadcrumbs {
  font-size: 1.3rem;
  margin: 10px auto 0;
}
}

.breadcrumbs ol  {
  display: flex;
  align-items: center;
  padding-left: 16px;
  
}
.breadcrumbs ol li {
  display: inline-block;
  list-style: none;
}
.breadcrumbs li {
  color: #595757;
}
.breadcrumbs li a {
  color: #595757;
}
.breadcrumbs li a:hover {
  color: #2b5caa;
}
.breadcrumbs li::after {
  position: relative;
}
  .breadcrumbs li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-style: solid;
    border-color: #595757;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
/*    vertical-align: middle;*/
    margin: 0 10px;
  }

.breadcrumbs li:first-child::before {
  display: none;
}

.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs_fst {
  width: 1240px;
  margin: 20px auto 0;
}
.breadcrumbs_fst ol li {
  display: inline-block;
  list-style: none;
}
.breadcrumbs_fst li {
  color: #231F20;
}
.breadcrumbs_fst li a {
  color: #231F20;
}
.breadcrumbs_fst li a:hover {
  color: #fbaa1b;
}

@media screen and (max-width:768px) {
 .breadcrumbs {
  padding:0 20px;
 }
 .breadcrumbs ol {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
   padding-bottom: 10px;
 }

}

/*カルーセルのdotsカスタマイズ*/

#home_feature .slick-dots {
  padding: 10px!important;
  bottom: -35px;  
}

@media screen and (min-width:751px) {
#home_feature .slick-dots {
  bottom: -45px;  
}
}


.slick-dots li button:before{
  color: #595757!important;
}

.slick-dots li.slick-active button:before {
  color: #2b5caa!important;
}


/*230511 さくら追記*/

.lower_mv {
  position: relative;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

.lower_mv {
  margin-top: 8px;
}

.lower_mv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.lower_mv_ttl h1 {
  font-size: 2rem;
  color: #fff;
}

@media screen and (min-width:751px) {
  .lower_mv_ttl h1 {
    font-size: 2.8rem;
    color: #fff;
}
}

.lower_mv_ttl p {
  font-size: 1.1rem;
  letter-spacing: 4px;
  font-family: 'Times New Roman','A-OTF A1明朝 Std Bold',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media screen and (min-width:751px) {
.lower_mv_ttl p {
    font-size: 1.6rem;
}
}

.lower_ttl_wrap h2 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 1.4px;
  margin-top: 48px;
}

@media screen and (min-width:751px) {
  .lower_ttl_wrap h2 {
  font-size: 3rem;
  margin-top: 40px;
}
}


/*タイトル下の横線*/
.ttl_bar, .ttl_bar_02{
  position: relative;
  width: 80px;
  max-width: 100%;
  margin: 5px auto 0;
}

@media screen and (min-width:751px) {
  .ttl_bar, .ttl_bar_02 {
  margin: 15px auto 48px auto;
}
}

.ttl_bar:before {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  border-bottom: 3px solid #CDCCCC;
}

.ttl_bar:after {
  content: "";
  position: absolute;
  left: 0;
  width: 50%;
  border-bottom: 3px solid #2b5caa;
}

@media screen and (min-width:1025px) {
.ttl_bar2 {
    position: relative;
    width: 100%;
  max-width: 100%;
}

.ttl_bar:before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    border-bottom: 3px solid #CDCCCC;
}

.ttl_bar:after {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    border-bottom: 3px solid #2b5caa;
}
}

.ttl_bar_02:before {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    border-bottom: 3px solid #CDCCCC;
}

.ttl_bar_02:after {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    border-bottom: 3px solid #A3BCE2;
}




/*---------------
  ヘッダーモーダルウィンドウ
----------------*/


.modal-open_shop_01 {
  margin-left: auto;
  cursor: pointer;
}

@media screen and (min-width:1020px) {
 .modal-open_shop_01 {
  margin-left:0;
}
 
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_shop_01 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 30%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
  
}

/*モーダル本体の擬似要素の指定*/
.modal-container_shop_01:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_shop_01.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_shop_01 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 95%;
}

.modal-open_shop_02 {
  margin-left: auto;
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_shop_02 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 30%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
  
}

/*モーダル本体の擬似要素の指定*/
.modal-container_shop_02:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_shop_02.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_shop_02 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 95%;
}


.modal-open_shop_03 {
  margin-left: auto;
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_shop_03 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 30%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
  
}

/*モーダル本体の擬似要素の指定*/
.modal-container_shop_03:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_shop_03.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_shop_03 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 95%;
}

.modal-open_shop_04 {
  margin-left: auto;
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_shop_04 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 30%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
  
}

/*モーダル本体の擬似要素の指定*/
.modal-container_shop_04:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_shop_04.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_shop_04 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 95%;
}

.modal-open_shop_05 {
  margin-left: auto;
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container_shop_05 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 30%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
  
}

/*モーダル本体の擬似要素の指定*/
.modal-container_shop_05:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container_shop_05.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body_shop_05 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 95%;
}

.modal_margin {
  padding: 20px 0;
}

.modal-open {
  margin-left: auto;
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 30%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
  
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 95%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close, .cp_modal-close{
	position: absolute;
	display: flex;
  align-items: center;
  justify-content: center;
  top: -11px;
  right: -13px;
  width: 30px;
  height: 30px;
  font-size: 30px;
	color: #fff;
  background-color: #595757;
  border-radius: 50px;
  border: solid 1px #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #EFEFEF;
	text-align: left;
	padding: 40px 16px 0 16px;
  border-radius: 10px;
  height: 160vw;
overflow-y: hidden;
}

@media screen and (min-width:751px) {
.modal-content{
  height: 600px;
  }
}

.modal-item {
  
}

.modal_title {
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width:751px) {
.modal_title {
  font-size: 2rem;
  }
}


/*---------------
  モーダルウィンドウ
----------------*/

.cp_modal-open {
  cursor: pointer;
}

.cp_modal_wrap {
  margin-top: 32px;
  height: 400px;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.cp_modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 60%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
  box-sizing: border-box;
  z-index: 9999;
}
/*モーダル本体の擬似要素の指定*/
.cp_modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.cp_modal-container.active{
	opacity: 1;
	visibility: visible;
}

.cp_modal-open {
  margin-left: auto;
}

.fz20 {
  font-size: 2rem;
}

.cp_madal_img img {
  margin-top: 24px;
}

.cp_modal_txt_wrap {
  margin: 16px 0;
}

.cp_modal_txt_wrap p {
  font-family: "Noto Sans CJK JP",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
}

.cp_modal_ttl {
  font-size: 1.2rem;
  letter-spacing: 1px;
}


.cp_modal_studio_btn {
  background-color: #fff;
  border: solid 1px #5381C2;
  margin-top: 8px;
}

.cp_modal_studio_btn p {
  color: #5381C2;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  padding: 8px 20px;
}

.cp_modal_studio_btn img {
  width: 24px;
  height: 24px;
  margin-left: auto;
}


/*
.detail_studio_wrap {
  display: flex;
}
*/

.detail_studio_name {
  width: 100%;
  color: #5381C2;
  letter-spacing: 0;
  background-color: #fff;
  font-size: 1.4rem;
  border-bottom: solid 0.5px #A3BCE2;
/*
  border-right: solid 0.5px #A3BCE2;
  border-left: solid 0.5px #A3BCE2;
*/
}

/*
.detail_studio_name:nth-child(1) {
  border-right: solid 0.5px #A3BCE2;
  
}
*/

.detail_studio_name p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  padding: 15px 8px;
  height: 100%; /* 上下中央揃えのために高さを100%に指定 */
}

.detail_studio_name img {
  margin-left: auto;
  width: 18px;
  height: 18px;
}

/*====================================================================
アコーディオン
====================================================================*/

.ac_menu_wrap {
  margin-top: 32px;
  height: 90%;
  overflow-y:auto;　
}

@media screen and (min-width: 751px) {
  .ac_menu_wrap {
  height: 80%;
}
}

#ac-menu .label {
  cursor:pointer;
  color: #5381C2;
  font-size: 1.5rem;
  padding-left: 20px;
  position: relative;
  transition: .5s;
  height: 56px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-top: solid 1px #5381C2;
/*  border-bottom: solid 1px #5381C2;*/
/*  margin-bottom: 10px;*/
}

/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#ac-menu .label::before,
#ac-menu .label::after {
  content: '';
  width: 14px;
  height: 1px;
  background: #5381C2;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#ac-menu .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/*
アコーディオンメニューが開いている場合
*/


#ac-menu .label.open {
  /* ラベルの背景色を変更 */
    /* background-color: #A3BCE2; */
  margin-bottom: 0;

}
#ac-menu .label.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#ac-menu .label.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#ac-menu .detail {
/*  padding: 10px 0 10px 20px;*/
  display: none;
  margin-bottom: 16px;
  border-top: solid 1px #5381C2;
/*
  background-color: #fff;
  font-size: 1.5rem;
  border: solid 1px #A3BCE2;
  padding: 10px 8px;
*/
}

#ac-menu .detail dl {
  display: flex;
  flex-wrap: wrap;
}
#ac-menu .detail dt {
  width: 20%;
  font-weight: bold;
  margin-bottom: 40px;
}
#ac-menu .detail dd {
  width: 80%;
  margin-bottom: 40px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  #ac-menu .label {
    padding-left: 20px;
  }
  #ac-menu .detail {
    font-size: 1.4rem;
  }
  #ac-menu .detail dl {
    flex-direction: column;
  }
  #ac-menu .detail dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #ac-menu .detail dd {
    width: 100%;
    padding-left: 10px;
  }
  

.detail_studio_name img {
  width: 16px;
  height: 16px;
} 
}

/*====================================================================
header　ハンバーガーメニュー　アコーディオン
====================================================================*/

/*
.detail_studio_wrap {
  display: flex;
}
*/

.header_hb_studio_area {
  width: 100%;
  color: #5381C2;
  letter-spacing: 0;
  background-color: #fff;
  font-size: 1.4rem;
  border-bottom: solid 0.5px #A3BCE2;
/*
  border-right: solid 0.5px #A3BCE2;
  border-left: solid 0.5px #A3BCE2;
*/
}



.header_hb_studio_area p {
  display: flex;
  align-items: center;
  line-height: 1.5;
}



.header_hb_ac_menu_wrap {
  margin-top: 32px;
  height: 90%;
  overflow-y:scroll;　
}

@media screen and (min-width: 751px) {
  .header_hb_ac_menu_wrap {
  height: 80%;
}
}

#header_hb_ac-menu .header_hb_label {
  cursor:pointer;
  color: #fff;
  font-size: 1.8rem;
  padding-left: 20px;
  position: relative;
  transition: .5s;
  height: 62px;
  display: flex;
  align-items: center;
  background-color: #2b5caa;

}

/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
#header_hb_ac-menu .header_hb_label::before,
#header_hb_ac-menu .header_hb_label::after {
  content: '';
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 9%;
  transform: translateY(-50%);
}
#header_hb_ac-menu .header_hb_label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/*
アコーディオンメニューが開いている場合
*/


#header_hb_ac-menu .header_hb_label.open {
  /* ラベルの背景色を変更 */
     background-color: #A3BCE2; 
  margin-bottom: 0;

}
#header_hb_ac-menu .header_hb_label.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
#header_hb_ac-menu .header_hb_label.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
#header_hb_ac-menu .header_hb_detail {
/*  padding: 10px 0 10px 20px;*/
  display: none;
  border-top: solid 1px #5381C2;
/*
  background-color: #fff;
  font-size: 1.5rem;
  border: solid 1px #A3BCE2;
  padding: 10px 8px;
*/
}

#header_hb_ac-menu .header_hb_detail dl {
  display: flex;
  flex-wrap: wrap;
}
#header_hb_ac-menu .header_hb_detail dt {
  width: 20%;
  font-weight: bold;
  margin-bottom: 40px;
}
#header_hb_ac-menu .header_hb_detail dd {
  width: 80%;
  margin-bottom: 40px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  #header_hb_ac-menu .header_hb_label {
    padding-left: 20px;
  }
  #header_hb_ac-menu .header_hb_detail {
    font-size: 1.4rem;
  }
  #header_hb_ac-menu .header_hb_detail dl {
    flex-direction: column;
  }
  #header_hb_ac-menu .header_hb_detail dt {
    width: 100%;
    margin-bottom: 10px;
  }
  #header_hb_ac-menu .header_hb_detail dd {
    width: 100%;
    padding-left: 10px;
  }
  

.header_hb_detail_studio_name img {
  width: 16px;
  height: 16px;
}

  
}
  

.gothic {
  font-family: "Noto Sans JP",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
}


body {
  font-family: 'Times New Roman','A-OTF A1明朝 Std Bold',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  line-height: 1.8;
  letter-spacing: 1.5px;
  color: #4c4948;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  background-color: #EFEFEF;
}



img {
  width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

ul,
ol,
li {
  list-style: none;
}

.page_title {
  text-align: center;
  letter-spacing:2.5px;
  font-size: 2rem;
  font-family: 'Times New Roman', Times, 'serif',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding-top: 80px;
}

@media screen and (min-width:751px) { 
.page_title {
    font-size: 3.2rem;
    padding-top: 80px;
  }
}

.title {
  text-align: center;
  letter-spacing:2.5px;
  font-size: 5.4vw;
  font-family: 'Times New Roman', Times, 'serif',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*
.title:after {
    content: "";
    background: url(../img/bar_80.svg) top center no-repeat;
    height: 5px;
    width: 80px;
    max-width: 100%;
    margin: 5px auto;
    display: flex;
}
*/

.pt80 {
  padding-top: 80px;
}

.pt20 {
  padding-top: 20px;
}

.title {
  font-size: 5.4vw;
}


@media screen and (min-width: 751px) {
.title {
    font-size: 32px;
  }
}

/*
h2 {
  text-align: center;
  padding-top: 20px;
  font-size: 2rem;
  font-weight: 300;
}

@media screen and (min-width:751px) {
  h2 {
    font-size: 3rem;
  }
}
*/

/*

.title:after{
  content: "";
  background: url(../img/bar_80.svg) top center no-repeat;
  height: 5px;
  width: 80px;
  max-width: 100%;
  margin: 5px auto;
  display: flex;
}

@media screen and (min-width:751px) {
.title:after{
  width: 144px;
  background: url(../img/bar.svg) top center no-repeat;
}
}
*/

#page_program {
  padding-top: 80px;
}

.page_title {
  padding-top: 80px;
}

@media screen and (min-width:751px) {
.page_title {
  padding-top: 110px;
}
}

/*ノーマルボタン（白塗りに青字）*/
.normal_btn {
  border: solid 1px #2b5caa;
  color: #2b5caa;
  width: 216px;
  margin: 35px auto 0 auto;
  background-color: #fff;
}

@media screen and (min-width:751px) and (max-width:1024px){
.normal_btn {
  margin: 58px auto 0 auto;;
}
}

.normal_btn:hover {
  background-color: #A3BCE2;
  color: #fff;
}

.normal_btn:hover svg path {
  stroke: #fff;
}

.normal_btn:hover svg path,
.normal_btn:hover svg rect {
  stroke: #fff;
}

.next_arrow svg {
  margin-left: 8px;
}

.normal_btn p {
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  font-size: 1.5rem;
  display: flex;

}





/*お近くのスタジオを探すボタン*/
.studio_reserch {
  width: auto;
    margin: 3%;
  text-align: center;
  font-family:'Times New Roman',Times,"A-OTF A1明朝 Std Bold", 'serif',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.studio_btn {
  background-color: #7595cd;
  color: #fff;
  margin: 0 auto;
}

.studio_btn p {
  display: flex;
  border: solid 1px #fff;
  align-items: center;
  padding: 10px 45px;
  margin: 5px;
  font-size: 1.5rem;
  color: #fff;
}

.studio_reserch img{
  width: 14px;
  margin-left: 18px;
}



/*体験レッスン150円*/

.trial_lesson {
  background-color: #fff;
  padding: 30px 0 10px 0;
  margin: 50px auto 75px auto;
}

@media screen and (min-width:751px) {
.trial_lesson {
  background-color: #fff;
  padding: 10px 100px;
  margin: 100px auto 120px auto;
  }
}

.price_title {
  font-family:'Times New Roman',Times,"A-OTF A1明朝 Std Bold", 'serif',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 1.7rem;
  text-align: center;
  padding:0px 20px 0px 20px;
}

@media screen and (min-width:751px) {
.price_title {
  font-size: 2.2rem;
  padding:10px 20px 10px 20px;
  }
}


.price_text {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 20px;
  text-align: left;
}

@media screen and (min-width:751px) {
.price_text {
  font-size: 1.6rem;
  display: block;
  text-align: center;
  margin: 0 auto;
  }
}

.trial_lesson_price {
  width: 100%;
  max-width: 100%;
  display: flex;
  font-family:'Times New Roman',Times,"A-OTF A1明朝 Std Bold", 'serif',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  align-items: center;
  text-align: center;
  justify-content: center;
/*  padding: 35px 0 0 0;*/
}

/*
@media screen and (min-width:751px) {
.trial_lesson_price {
  padding: 55px 0 0 0;
  }
}
*/


.times {
  color: #fff;
  background-color: #2b5caa;
  border-radius: 50%;
  text-align: center;
  display: flex;
  width: 32px;
  height: 32px;
  font-size: 1.7rem;
  align-items: baseline;
  justify-content: center;
}

@media screen and (min-width:751px) {
.times {
  width: 40px;
  height: 40px;
  font-size: 2.3rem;
  }
}

.times span {
  font-size: 1.2rem;
}

@media screen and (min-width:751px) {
.times span {
  font-size: 1.5rem;
  display: flex;
  align-items: flex-end;
  }
}

.price {
  font-size: 4rem;
  padding-left: 10px;
  letter-spacing: 1.5px;
}

@media screen and (min-width:751px) {
.price {
  font-size: 6rem;
  }
}

.price span{
  font-size: 1.7rem;
  padding-left: 5px;
}

@media screen and (min-width:751px) {
.price span{
  font-size: 2rem;
  }
}

.trial_commnet {
/*  margin-bottom: 55px;*/
  margin-bottom: 23px;
  text-align: center;
}

/*home以外に使用する「今すぐ体験レッスンを予約する」のボタン*/


.base_taiken_reserve_btn {
  width: 300px;
  background-color: #7595cd;
  color: #fff;
  margin: 20px auto 15px auto;
  padding: 1px;
  cursor:pointer;
  font-family:'Times New Roman',Times,"A-OTF A1明朝 Std Bold", 'serif',YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.base_taiken_reserve_btn:hover {
  background-color: #5381C2;
}


@media screen and (min-width:751px) {
.base_taiken_reserve_btn {
  width: 350px;
  }
}

.base_taiken_reserve_btn p {
  display: flex;
  border: solid 1px #fff;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 3px;
  font-size: 1.5rem;
}

@media screen and (min-width:751px) {
.base_taiken_reserve_btn p {
  font-size: 1.6rem;
  }
}


/*
===============================================================================
■ footer
===============================================================================*/


footer{
  font-family: "Noto Sans CJK JP",YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.2rem;
  padding: 40px 0;
  background: #7595cd;
  color: #fff;
  text-align: center;
}

.footer_wrap {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}

.footer_logo {
  width: 185px;
  margin: 0 40px 20px 40px;
}

@media screen and (min-width:751px) {		
  .footer_logo {
    margin: 0 auto;
  }
}

.footer_menu ul {
  margin: 0 40px;
  display: grid;
  text-align: left;
  line-height: 2.5;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
  font-size: 1.4rem;
}

@media screen and (min-width:751px) {	
  .footer_menu ul {
    display: flex;
    justify-content: center;
    padding-bottom: 0px;
  }
  
  .footer_menu ul li {
  padding: 10px;
  }
}



.footer_nav {
/*  text-align: center;*/
  margin-bottom: 10px;
  width: 100%;
}

.footer_nav ul {
	padding: 10px 0 0 0;	
  display: inline-block;
  overflow: hidden;
}

.footer_nav ul li {
  display: inline-block;
}

.footer_nav ul li:before {
  content: "";
  display: inline-block;
  height: 1em;
  border-left: 1px solid #fff;
  vertical-align: middle;
}

.footer_nav ul li:first-child:before,  .footer_nav ul li:nth-child(7):before {
  border-left: none;
}

.footer_nav a {
  position: relative;
  display: inline-block;
  line-height: 2.5em;
  box-sizing: border-box;
  padding: 0 1em;
}

/*-----▼sp用-----*/
.footer_nav ul li:nth-child(6):before {
  border-left: none;
}

.footer_nav ul li:nth-child(7):before {
  border-left: 1px solid #191816;
}

#copyright {
  text-align: center;
}


.return_top {
  background-color: #2b5caa;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  padding: 10px 0;
  line-height: 1;
}

.return_top img {
  width: 16px;
  padding-bottom: 5px;
}


/* 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPH1タグ調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
main img {
  padding: 0;
}
.brandname {
  margin: auto;
  margin-top: 70px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #2c5caa;
  width: 90%;
}
@media screen and (min-width:751px) {
  .brandname {
    margin-top: clamp(70px, 7.8vw, 80px);
    max-width: 1024px;
    width: 95%;
  }
}
main {
  background: white;
}
/* 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
logo調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
.header_logo img {
  max-width: 141px;
  width: 100%;
}
/* 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
header調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
@media screen and (max-width:750px) {
  .header_btn {
    width: 120px;
  }
  .header_btn {
    margin-right: 70px;
  }
}
/* 
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPスタジオ一覧調整
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/
.studio_wrap {
  padding-top: 40px;
}
@media screen and (min-width:751px) {
  .studio_wrap {
    padding: 72px 0 0;
  }
}
/*タイトル*/
.studio_h2_ttl p {
  font-size: 3.2vw;
  color: #2b5caa;
  text-align: center;
  letter-spacing: 3.5px;
}
@media screen and (min-width:751px) {
  .studio_h2_ttl p {
    font-size: 2rem;
  }
}
.studio_h2_ttl h2 {
  line-height: 1.5;
}
/*アンカーの位置調整*/
@media screen and (max-width: 750px) {
  .anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media screen and (min-width: 751px) {
  .anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
  }
}
.ttl_bar {
  margin-bottom: 40px;
}
.studio_contents {
  margin: 0 4.25vw;
  margin-bottom: 48px;
}
@media screen and (min-width: 751px) {
  .studio_contents {
    width: 650px;
    max-width: 100%;
    margin: 0 auto 48px auto;
  }
}
.mt10 {
  margin-top: 10px;
}
.mt16 {
  margin-top: 16px;
}
/*=====================
          MENU
======================*/
.studio_menu_list {
  display: flex;
  justify-content: center;
  margin: 47px 4.25vw 0
}
.studio_menu_list ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
@media screen and (min-width:751px) {
  .studio_menu_list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
  }
}
.studio_menu_list ul li a {
  font-family: "FOT-筑紫ゴシック Pro", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 600;
  background-color: #fff;
  color: #2b5caa;
  border: solid 1px #2b5caa;
  padding: 10px 13px;
  display: grid;
  justify-content: center;
  text-align: center;
  height: 58px;
  align-items: center;
  font-size: clamp(10px, 3vw, 13px);
}
@media screen and (min-width:751px) {
  .studio_menu_list ul li a {
    height: 70px;
  }
}
.studio_menu_list ul li a:nth-child(4) {
  margin-right: 0;
}
.studio_menu_list ul li a svg {
  margin: auto;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}
@media screen and (min-width:751px) {
  .studio_menu_list ul li a svg {
    margin: auto;
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
}
/*=====================
      都道府県ボタン
======================*/
.prefectures_ttl {
  position: relative;
}
.prefectures_ttl a {
  display: block;
  font-size: 1.8rem;
  color: #2b5caa;
  padding-left: 20px;
  background-color: #fff;
  /*  height: 56px;*/
  padding: 10px 0px 10px 20px;
  width: 100%;
  border-top: solid 1px #2b5caa;
}
.prefectures_ttl a svg {
  width: 24px;
  position: absolute;
  right: 20px;
}


.lower_ttl_wrap h2 {
  font-size: initial;
  text-align: initial;
  letter-spacing: initial;
  margin-top: 0;
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .lava_tag {
    right: 2%;
  }
  .lower_ttl_wrap h2 {
    font-size: clamp(13px, 3.75vw, 18px);
  }
}

.lower_ttl_wrap h1 {
    font-size: 3.5rem;
    margin-top: 40px;
    text-align: center;
}
@media (max-width:750px) {
.lower_ttl_wrap h1,.studio_ttl p {
    font-size: 2.5rem;
	width: 95%;
    margin: auto;
    }}
.lower_mv_ttl {
    width: 95%;
}
