@charset "UTF-8";
/*
Theme Name:STORY Child
Version:1.15
Template:story_tcd041
*/

:root {
	--main-color: #EB6E00;
	--sub-color: #4A863E;
	--text-color: #666;
	--white-color: #FFFFFF;
}

br._sp {
	display: none;
}

@media screen and (max-width:600px) {
	br._sp {
		display: block;
	}
}


/* h2下説明文 */
.content01-text_explanation {
	margin-bottom: 30px !important;
}

@media screen and (max-width:767px) {
	.content01-text_explanation {
		margin-bottom: 23px !important;
	}
}


/* topページカスタムバナー */
.bannerCustom {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2.5em;
}

.bannerCustom-img {
	transition: ease .2s;
	position: relative;
}

.bannerCustom-img:hover {
	opacity: .8;
}

.bannerCustom-img img {
	width: 100%;
}

.bannerCustom-img h3 {
	width: 100%;
	font-size: clamp(16px, 1.67vw, 22px);
	color: var(--white-color);
	background-color: rgba(74, 134, 62, .6);
	position: absolute;
	bottom: 0;
	margin: 0;
	padding-block: .6em .5em;
}

.bannerCustom-img h3>span {
	display: block;
	font-size: .8em;
	margin-bottom: .3em;
}

@media screen and (max-width:600px) {
	.bannerCustom {
		grid-template-columns: 1fr 1fr;
		gap: 1em;
	}

	.bannerCustom-img h3 {
		font-size: 3.74vw;
		padding-block: .5em .4em;
	}
}


/* 校舎紹介 */
.manabaseMap a {
	display: block;
	cursor: pointer;
}

.manabaseMap img {
	width: 100%;
}


/* 校舎一覧 */
.schoolhouse_list {
	max-width: 750px;
	margin: 0 auto;
}

.schoolhouse_list-map {
	position: relative;
	border: 0;
	overflow: hidden;
	margin-bottom: 3em;
}

.schoolhouse_list-map iframe {
	width: 100%;
	height: 366px;
	margin: -46px 0 -6px;
}

.schoolhouse_list-prefectures:not(:last-of-type) {
	margin-bottom: 2.8em;
}

.schoolhouse_list-prefectures h3 {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	background-color: var(--sub-color);
	padding: .5em;
	margin-bottom: 1.3em;
}

.schoolhouse_list-prefectures h4 {
	font-size: 18px;
	border-left: 6px solid rgb(74, 134, 62, .6);
	padding: .4em;
	margin-bottom: 12px;
}

.schoolhouse_list-prefectures address,
.schoolhouse_list-prefectures p,
.schoolhouse_list-prefectures a {
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
}

.instagramButton {
	color: var(--text-color);
	font-size: 15px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 1em;
	width: min(100%, 280px);
	background-color: transparent;
	border: 1px solid var(--sub-color);
	margin: 1.2em auto 0 0;
	padding-block: .5em;
	cursor: pointer;
	transition: ease .2s;
	position: relative;
	cursor: pointer;
}

.instagramButton::after {
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1.5px solid var(--sub-color);
	border-right: 1.5px solid var(--sub-color);
	transform: rotate(45deg);
	position: absolute;
	right: 1.2em;
}

.instagramButton:hover {
	opacity: .8;
}

.instagramButton>img {
	width: 29px;
}

@media screen and (max-width:767px) {
	.schoolhouse_list-map {
		margin-bottom: 35px;
	}

	.schoolhouse_list-map iframe {
		height: 275px;
	}

	.schoolhouse_list-prefectures:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.schoolhouse_list-prefectures h3 {
		margin-bottom: 18px;
	}

	.schoolhouse_list-prefectures address,
	.schoolhouse_list-prefectures p,
	.schoolhouse_list-prefectures a {
		font-size: 14px;
	}

	.instagramButton {
		padding-block: .4em;
	}
}

.map__manabase_image {
	width: 100%;
	margin-bottom: 2.8em;

	&>img {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.map__manabase_image {
		margin-bottom: 30px;
	}
}

/* ====================   商品一覧 ===================== */

.top_c_logo img {
  width: clamp(
    300px,
    calc((100vw - 378px) / 390 * 200 + 300px),
    500px
  );
  margin: 0 auto;
  display: block;
}


.top_c_logo{
  width: clamp(
    300px,
    calc((100vw - 378px) / 390 * 200 + 300px),
    500px
  );
  margin: 0 auto;
  display: block;
} img {
  width: clamp(
    300px,
    calc((100vw - 378px) / 390 * 200 + 300px),
    500px
  );
  margin: 0 auto;
  display: block;
}



.main_catch{
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 15px;
	font-weight: 600;
    text-align: center;
    color: #4A863E;
}

.mt30px{
	margin-top: 35px;
}

.top_li ul {
  display: inline-block;   /* 幅を中身に合わせる */
  text-align: left;        /* liの文字は左揃え */
}

.top_li {
  text-align: center;      /* ul自体を中央へ */
}


.top_li li {
    margin-bottom: 15px;
}

.pc_on {
  display: none;
}

@media (min-width: 768px) {
  .pc_on {
    display: block;
  }
}	
	
@media (min-width: 768px) {
  .sp_on {
    display: none;
  }
}

/* Google Mapを囲う要素 */
	

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

	.pc_flex_right{
		margin-top:20px;
	}

@media (min-width: 768px) {
  .pc_flex{
    display: flex;
    gap: 24px;              /* 任意：左右の隙間 */
    align-items: stretch;   /* 任意 */
  }

  .pc_flex_left{
    width: 47%;
  }

  .pc_flex_right{
    width: 47%;
    margin-top: 25px;
  }

  /* map/iframeを確実に表示させる */
  .map-wrap,
  .map{
    width: 100%;
  }

  .map iframe{
    width: 100%;
    height: 200px;          /* 任意：好きな高さに */
    display: block;
  }
}

img.h_logo {
    width: 150px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}

@media (min-width: 768px) {
	img.h_logo {
		width: 180px;
	margin-top: 0px;
}
}



.global-nav > ul > li > a {
    line-height: 100px;
    padding: 0 20px;
}

img.s_logo {
    width: 200px;
    margin-top: 5px;
}


.text_in{
	text-indent: -1em;
  padding-left: 1em;
}
/* .main > .inner:first-of-type > .column-layout04.clearfix {
    display: none;
}

.main > .inner:last-of-type {
    display: none;
}

.column-layout02 {
    background: transparent;
}

.column-layout02-inner {
    padding-top: 0;
}

.column-layout04 {
    margin-bottom: 4em;
}

@media (max-width: 767px) {
    .column-layout04 {
        margin-bottom: 30px;
    }
}

.footer.footer__type1 {
    margin-top: 0;
} */