@charset "UTF-8";

html {
	width: 100%;
	font-size: 62.5%;
}
body {
	color: #333333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Meiryo, "Noto Sans Japanese", sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	text-decoration: none;
	transition: all .6s ease 0s;
}
a:hover {
	opacity: .7;
}
strong, em {
	font-style: normal;
	font-weight: 300
}
ul, li {
	list-style: none;
}
#wrapper {
	position: relative;
	width: 100%
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif !important;
	transform: rotate(.03deg);
}
.times {
	font-family: Times, "Times New Roman", serif !important;
}
.baloo {
	font-family: 'Baloo Paaji', cursive;
}
.maru {
	font-family: "ヒラギノ丸ゴ ProN W4", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
.tx-red {
	color: #E6001F;
}
.tx-pink {
	color: #ff5992;
}
.bold {
	font-weight: bold;
}
.cfx:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden
}
.cfx {
	display: inline-block
}
* html .cfx {
	height: 1%
}
.cfx {
	display: block
}
img {
	max-width: 100%;
}
@media screen and (min-width: 769px) {
	.smt {
		display: none !important;
	}
	.inr {
		max-width: 1200px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important
	}
	body {
		color: #444444;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.inr {
		margin: 0 5%;
	}
}

.__ac_box .__ac_box_cont {
	display: none;
}
.__ac_box .__ac_box_btn {
	cursor: pointer;
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}
.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	width: 90%;
	max-width: 1100px;
	height: 80%;
	overflow: scroll;
	background: #fff;
	padding: 3%;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.js-modal-close_btn {
	box-sizing: border-box;
	display: block;
	background: #444;
	height: 50px;
	width: 50px;
	line-height: 38px;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 4.5rem;
	border-radius: 100%;
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 50%);
}
@media screen and (max-width: 768px) {
	.modal__content {
		width: 90%;
		height: 80%;
	}
}
/* ======================================================
	Header
====================================================== */
#related {
	width: 100%;
	padding-top: 10px;
	border-bottom: 5px solid #00C2CB;
}
#related .inr {
	max-width: 1200px;
	margin: 0 auto;
}
#related .flexo {
	display: flex;
}
#related .flexo li {
	width: 180px;
	margin-right: 10px;
}
#related .flexo li span,
#related .flexo li a {
	display: block;
	border-radius: 5px 5px 0 0;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00C2CB;
	border-bottom: none;
	font-size: 1.4rem;
}
#related .flexo li span {
	background-color: #00C2CB;
	color: #fff;
}
#related .flexo li a {
	color: #00C2CB;
}
#related .flexo li a:hover {
	background-color: #00C2CB;
	color: #fff;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
.site_header {
	background-color: #fff;
	line-height: 1;
}
.site_header_toggle {
	display: none;
}
.site_header_inr {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1400px;
	position: relative;
}
.site_header_logo {
	width: 415px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.site_header_menu_btnarea {
	display: flex;
}
.site_header_menu_btnarea a {
	display: block;
	width: 80px;
	height: 80px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
}
.site_header_menu_btnarea .site_header_menu_btnarea_login {
	background-image: url(../img/common/h_btn_login.png);
}
.site_header_menu_btnarea .site_header_menu_btnarea_signup {
	background-image: url(../img/common/h_btn_signup.png);
}
.site_header_menu_btnarea .site_header_menu_btnarea_contact {
	width: 107px;
	background-image: url(../img/common/h_btn_contact.png);
}
@media screen and (min-width: 1140px) {
	.site_header_menu_nav li a {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 1139px) {
	.site_header_menu_nav li a {
		font-size: 1.4rem;
	}
	.site_header_logo {
		width: 27%;
		left: 10px;
	}
}
@media screen and (min-width: 769px) {
	.site_header_inr {
		height: 80px;
	}
	.site_header_logo img {
		width: 100%;
	}
	.site_header_menu {
		width: calc(100% - 420px);
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.site_header_menu_nav ul {
		display: flex;
		align-items: center;
		margin-right: 25px;
	}
	.site_header_menu_nav li {
		margin-right: 25px;
	}
	.site_header_menu_nav li a {
		display: block;
		padding: 10px 0;
		font-weight: bold;
		position: relative;
	}
	.site_header_menu_nav li a:hover {
		opacity: 1;
	}
	.site_header_menu_nav li a::after {
		content: "";
		display: block;
		height: 2px;
		background: #3FA8F4;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
	}
	.site_header_menu_nav li a:hover::after {
		transform: scale(1, 1);
	}
}
@media screen and (max-width: 768px) {
	#related .flexo {
		margin-left: 10px;
	}
	#related .flexo li {
		width: auto;
	}
	#related .flexo li span,
	#related .flexo li a {
		box-sizing: border-box;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		line-height: 1.2;
		padding: 5px 10px;
		font-size: 1.2rem;
	}
	.site_header {
		box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
	}
	.site_header_inr {
		height: 55px;
		padding: 0 15px;
		flex-direction: row-reverse;
		justify-content: flex-start;
		z-index: 9999;
	}
	.site_header_logo {
		width: 210px;
	}
	.site_header_toggle {
		display: block;
		width: 25px;
		height: 0;
		padding-top: 25px;
		margin-left: 15px;
		white-space: nowrap;
		overflow: hidden;
		text-indent: 100%;
		background: url(../img/common/icn_site_header_toggle_menu.png) 0 0 no-repeat;
		background-size: contain;
	}
	.fixed .site_header_toggle {
		background-image: url(../img/common/icn_site_header_toggle_close.png);
	}
	.site_header_menu {
		box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%) inset;
		width: 100vw;
		height: 0;
		position: fixed;
		right: 0;
		top: 45px;
		opacity: 0;
		background-color: #fff;
		transition: all .2s ease-out;
		font-size: 1.6rem;
		z-index: 9998;
		overflow: hidden;
	}
	.fixed .site_header_menu {
		top: 55px;
		height: auto;
		opacity: 1;
	}
	.fixed #related + .site_header .site_header_menu {
		top: 109px;
	}
	.site_header {
		position: relative;
	}
	.site_header_menu_nav {
		padding: 20px 0;
	}
	.site_header_menu_nav li a {
		display: block;
		padding: 20px 40px;
		font-weight: bold;
		color: #666666;
	}
	.site_header_menu_btnarea a {
		width: 50%;
		height: 80px;
	}
	.site_header_menu_btnarea .site_header_menu_btnarea_login {
		background-color: #21d8d8;
	}
	.site_header_menu_btnarea .site_header_menu_btnarea_signup {
		background-color: #3fa8f4;
	}
	.site_header_menu_btnarea .site_header_menu_btnarea_contact {
		width: 100%;
		background-color: #4abdc0;
	}
}
/* ======================================================
	Footer
====================================================== */
.site_footer {
	background: url(../img/common/bg_01.png) 0 0 repeat;
}
.site_footer_inr {
	display: flex;
	align-items: center;
	max-width: 1200px;
	height: 100px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: center;
}
.f_logo {
	width: 230px;
	flex-shrink: 0;
}
.f_logo img {
	width: 100%;
}
.site_footer_copyright {
	color: #fff;
	padding: 10px;
	background-color: #21d8d8;
	font-size: 1.2rem;
	text-align: center;
}
.site_footer_menu {
	width: calc(100% - 230px);
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin-top: 10px;
}
.site_footer_menu li {
	margin-left: 5%;
}
#pageTop {
	width: 82px;
	position: fixed;
	z-index: 100;
	right: 5%;
	bottom: 10%;
}
#pageTop img {
	width: 100%;
}

.phone_area {
	flex-shrink: 0;
	margin-left: 3%;
}

.phone_area span {
	display: block;
    border: 1px solid;
    padding: 0.25em 1em;
    border-radius: 1.5em;
    font-size: 0.9em;
    line-height: 1.4em;
}

.phone_area strong {
	display: block;
    font-size: 2em;
    line-height: 1.4em;
    font-weight: bold;
}

@media screen and (min-width: 769px) {}
@media screen and (max-width: 768px) {
	.site_footer_inr {
		flex-wrap: wrap;
		height: auto;
		padding: 25px 5%;
		flex-direction: column-reverse;
	}
	.site_footer_menu {
		width: 100%;
		font-size: 1.2rem;
		justify-content: space-between;
		margin: 0 0 15px;
	}
	.site_footer_menu li {
		margin-left: 0;
	}
	.f_logo {
		width: 100%;
		/*text-align: left;*/
		text-align: center;
	}
	.f_logo img {
		width: 60%;
		min-width: 230px;
	}
	.phone_area {
		margin-left: 0%;
		order: -1;
		margin-top: 15px;
	}
	#pageTop {
		width: 50px;
	}

	#site_bnr_reservation {
		width: 100%;
	}
	#site_bnr_reservation a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 40px;
		box-sizing: border-box;
		background-color: #ffdd79;
		color: #52514d;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
		font-size: 1.6rem;
		position: relative;
	}
	#site_bnr_reservation a span {
		display: inline-block;
		line-height: 25px;
		height: 25px;
		padding-left: 35px;
		background: url(../img/common/icn_01.png) 0 0 no-repeat;
		background-size: auto 100%;
	}
}


/* ======================================================
	下層
====================================================== */
/* ===========================
パンくず
=========================== */
#breadcrumb-wrap {
	background-color: #DEF2FF;
}
#breadcrumb {
	box-sizing: border-box;
	display: block;
	max-width: 1400px;
	margin: 0 auto 50px;
	padding: 1.0em 50px;
	;
	font-size: 1.2rem;
	color: #1A1A1A;
}
#breadcrumb li {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#breadcrumb li:not(:last-child)::after {
	display: inline-block;
	content: '>';
}
#breadcrumb li a {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	#breadcrumb {
		margin-bottom: 20px;
		padding: 1.0em 3%;
	}
}
/* ===========================
btn
=========================== */
.btn_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 30px 0 50px;
}
.btn_style_01 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 35px;
	height: 65px;
	border: none;
	background-color: #3fa8f4;
	border-radius: 5px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}
.btn_style_01.red {
	background-color: #ea596a;
}
.btn_style_01.cyaan {
	background-color: #21D8D8;
}
.btn_style_02 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 35px;
	height: 65px;
	background-color: #fff;
	border: 1px solid #3fa8f4;
	border-radius: 5px;
	color: #3fa8f4;
	font-size: 2rem;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}
.btn_style_02 span {
	display: inline-block;
	position: relative;
}
.btn_style_02 span::after {
	content: "";
	display: block;
	width: 38px;
	height: 38px;
	background: url(../img/common/icn_fav.png) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: 105%;
	top: 50%;
	margin-top: -19px;
}
.btn_style_02:hover span::after,
.btn_style_02.on span::after {
	background-image: url(../img/common/icn_fav_on.png);
}
.btn_style_03 {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 35px;
	height: 65px;
	background-color: #fff;
	border: 1px solid #3fa8f4;
	border-radius: 5px;
	color: #3fa8f4;
	font-size: 2rem;
	font-weight: bold;
	overflow: hidden;
}
.btn_style_03:hover {
	opacity: 1;
	background-color: #EBF9FF;
}
.btn_area > * {
	width: 90%;
	min-width: 150px;
	max-width: 360px;
}
@media screen and (min-width: 769px) {
	.btn_area > * + * {
		margin-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	.btn_area > * + * {
		margin-top: 20px;
	}
}
/* ===========================
.site_support
=========================== */
.site_support {
	background: #fff;
}
.site_support ul {
	display: flex;
	justify-content: center;
	padding: 30px 0 50px;
}
.site_support ul li {
	max-width: 377px;
	width: 30%;
	margin: 0 15px;
}
.site_support ul li img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.site_support ul {
		flex-wrap: wrap;
		padding: 30px 5%;
	}
	.site_support ul li {
		max-width: 377px;
		width: 100%;
		margin: 0 0 15px;
	}
}

/* ===========================
page
=========================== */

.page_ttl {
	text-align: center;
}
.page_ttl_01 {
	color: #21D8D8;
	text-align: center;
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}
.page_ttl_01::before {
	content: "";
	display: block;
	width: 173px;
	border-bottom: 1px solid #B2B2B2;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -86px;
}
.page_ttl_01 > img {
	display: block;
	max-width: 35px;
	max-height: 35px;
	margin: 0 auto 20px;
}
.page_ttl_01 span span {
	color: #333333;
}
.page_ttl_style_01 {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.page_ttl_style_01 > span {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	padding: 0 30px;
	background: url(../img/common/ttl_bg_01.png) 100% 50% no-repeat;
	background-size: auto 70px;
	position: relative;
}
.page_ttl_style_01 > span::before {
	content: "";
	display: block;
	width: 35px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	position: absolute;
	left: -10px;
	top: 0;
}
.page_ttl_style_01 > span > span {
	color: #21D8D8;
}
.page_ttl_style_01.icn_area > span::before {
	background-image: url(../img/common/icn_area.png);
}
.page_ttl_style_01.icn_torisetsu > span::before {
	background-image: url(../img/common/icn_torisetsu.png);
	background-size: 20px auto;
}
.page_ttl_style_01.icn_popular > span::before {
	background-image: url(../img/common/icn_popular.png);
}
.page_ttl_style_01.icn_facility > span::before {
	background-image: url(../img/common/icn_facility.png);
	width: 45px;
	left: -20px;
}
.page_ttl_style_01.icn_new > span::before {
	background-image: url(../img/common/icn_new.png);
}
.page_ttl_style_01.icn_memo > span::before {
	background-image: url(../img/common/icn_memo.png);
}
.page_ttl_style_01.icn_episode > span::before {
	background-image: url(../img/common/icn_episode.png);
	width: 45px;
	left: -20px;
}
.page_ttl_style_02 {
	max-width: 1400px;
	max-height: 188px;
	height: calc((375/2798)*100vw);
	margin: 0 auto;
	background: url(../img/common/ttl_bg_02-pc.png) 0 0 no-repeat;
	background-size: 100% auto;
	position: relative;
}
.page_ttl_style_02 img {
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page_ttl_style_02 span {
	font-weight: bold;
	color: #fff;
	font-size: 4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page_ttl_style_03 {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fffef5;
	padding: 30px 100px;
	font-weight: bold;
	color: #3fa8f4;
	font-size: 3rem;
	margin-bottom: 30px;
	position: relative;
}
.page_ttl_style_03::before {
	content: "";
	display: block;
	width: 100%;
	height: 153px;
	background: url(../img/common/ttl_bg_03-pc.png) 50% 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -20px;
	left: 0;
}
.page_ttl_style_03_inr {
	position: relative;
}
.page_ttl_style_04 {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fffef5;
	padding: 30px 100px;
	font-weight: bold;
	color: #3fa8f4;
	font-size: 4.5rem;
	line-height: 1.2;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.page_ttl_style_04::before {
	content: "";
	display: block;
	width: 100%;
	height: 192px;
	background: url(../img/common/ttl_bg_04-pc.png) 50% 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -20px;
	left: 0;
}
.page_ttl_style_04_inr {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.page_ttl_style_04_inr span {
	font-size: 2.5rem;
	color: #4A4F54;
}
.page_ttl_style_05 {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	color: #21D8D8;
	margin-bottom: 20px;
	font-weight: bold;
}
.page_ttl_style_05_en {
	font-size: 4rem;
	margin-right: 50px;
}
.page_ttl_style_05_ja {
	font-size: 2.2rem;
}
.page_ttl_style_05_ja span {
	color: #333333;
}
.page_ttl_style_06 {
	color: #4A4F54;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.6rem;
}
.page_sec {
	margin-bottom: 40px;
}
.page_sec_inr {
	max-width: 575px;
	margin: 0 auto;
	padding: 0 20px;
}
.page_txt_block_01:not(:last-child) {
	margin-bottom: 80px;
}
.page_txt_block_01 p {
	line-height: 2;
}
.page_txt_block_01 p:not(:last-child) {
	margin-bottom: 2em;
}
.page_table_style_01 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.page_table_style_01 dt {
	box-sizing: border-box;
	display: block;
	padding: 20px;
	width: 160px;
	border-top: 1px solid #E5E5E5;
	font-weight: bold;
}
.page_table_style_01 dd {
	box-sizing: border-box;
	display: block;
	width: calc(100% - 160px);
	padding: 20px;
	border-top: 1px solid #E5E5E5;
}
.page_table_style_01 dt:nth-last-child(2),
.page_table_style_01 dd:last-child {
	border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 768px) {
	.page_ttl {
		padding: 20px 20px 10px;
		margin-bottom: 20px;
	}
	.page_ttl_style_01 {
		font-size: 1.8rem;
	}
	.page_ttl_style_01 > span {}
	.page_ttl_style_01 > span::before {}
	.page_ttl_style_02 {
		height: 24vw;
		background-image: url(../img/common/ttl_bg_02-smt.png);
	}
	.page_ttl_style_02 span {
		font-size: 2rem;
	}
	.page_ttl_style_03 {
		padding: 5% 8%;
		font-size: 2rem;
		margin-bottom: 6vw;
	}
	.page_ttl_style_03::before {
		height: 50vw;
		background: url(../img/common/ttl_bg_03-smt.png) 50% 0 no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 0;
	}
	.page_ttl_style_04 {
		padding: 5%;
		font-size: 3rem;
		margin-bottom: 6vw;
	}
	.page_ttl_style_04::before {
		height: 130px;
		background: url(../img/common/ttl_bg_03-smt.png) 50% 0 no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 0;
	}
	.page_ttl_style_04_inr span {
		font-size: 1.5rem;
	}
	.page_ttl_style_05 {
		display: block;
		padding: 0 5%;
	}
	.page_ttl_style_05_en {
		display: block;
		font-size: 3rem;
		margin-right: 0;
	}
	.page_ttl_style_05_ja {
		font-size: 1.8rem;
	}
	.page_sec:not(:last-child) {
		margin-bottom: 40px;
	}
	.page_txt_block_01:not(:last-child) {
		margin-bottom: 40px;
	}
	.page_txt_block_01 p:not(:last-child) {
		margin-bottom: 2em;
	}
	.page_table_style_01 dt {
		width: 100%;
		padding: 10px;
	}
	.page_table_style_01 dd {
		width: 100%;
		padding: 10px 0;
		border: none;
	}
	.page_table_style_01 dt:nth-last-child(2),
	.page_table_style_01 dd:last-child {
		border-bottom: none;
	}
}

/* ===========================
pagination
=========================== */
.pagination {
	padding: 30px 0;
}
.pagination_txt {
	text-align: center;
	margin-bottom: 20px;
}
.pagination_txt span {
	font-weight: bold;
	color: #3FA8F4;
}
.pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pagination.pagination2 ul {
	justify-content: space-between;
}
.pagination ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 2.1rem;
	border-radius: 5px;
	margin: 0 5px;
	box-sizing: border-box;
	text-align: center;
	color: #999999;
	border: 1px solid #CBCBCB;
	background-color: #fff;
}
.pagination ul li a.on,
.pagination ul li a:hover {
	color: #fff;
	font-weight: bold;
	border: 1px solid #3FA8F4;
	background-color: #3FA8F4;
}
.pagination_txt {
	font-size: 1.6rem;
}

/* ===========================
hoikuen_recommend
=========================== */
.hoikuen_recommend_list {
	margin-bottom: 50px;
}
.hoikuen_recommend_txt {
	padding: 15px 20px;
}
.hoikuen_recommend_txt_access {
	font-size: 1.8rem;
	padding-left: 20px;
	background: url(../img/common/icn_search_area.png) 0 0 no-repeat;
	background-size: auto 18px;
	margin-bottom: 10px;
	line-height: 1;
}
.hoikuen_recommend_txt_01 {
	font-size: 1.4rem;
	margin-bottom: 10px;
	line-height: 18px;
	height: 35px;
	overflow: hidden;
	position: relative;
}
.hoikuen_recommend_txt_01::after {
	content: "・・・";
	display: inline-block;
	background-color: #fff;
	padding: 0 2px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.hoikuen_recommend_txt_name {
	font-size: 1.4rem;
	color: #88959E;
	line-height: 1;
}
@media screen and (min-width: 769px) {
	.hoikuen_recommend_list {
		display: flex;
		justify-content: center;
	}
	.hoikuen_recommend_list > a {
		display: block;
		width: 280px;
		margin: 0 10px 10px;
		border-radius: 5px;
		box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 15%);
		background-color: #fff;
		overflow: hidden;
	}
	.hoikuen_recommend_img {
		height: 202px;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.hoikuen_recommend_img img {
		min-width: 100%;
		max-width: none;
		min-height: 100%;
		transition: 1s;
	}
	.hoikuen_recommend_list a:hover .hoikuen_recommend_img img {
		transform: scale(1.2);
	}
}
@media screen and (max-width: 768px) {
	.hoikuen_recommend_block {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #E5E5E5;
	}
	.hoikuen_recommend_img {
		width: calc((231/712)*100%);
	}
	.hoikuen_recommend_img img {
		width: 100%;
		height: auto;
	}
	.hoikuen_recommend_txt {
		padding: 0;
		width: calc((465/712)*100%);
	}
}
/* ===========================
torisetsu
=========================== */
.torisetsu {
	background-color: #FFFEF5;
	padding: 10px 0 50px;
}
@media screen and (min-width: 769px) {
	.torisetsu ul {
		display: flex;
		justify-content: space-between;
	}
	.torisetsu ul li {
		width: 32%;
	}
}
@media screen and (max-width: 768px) {
	.torisetsu ul li:not(:last-child) {
		margin-bottom: 20px;
	}
}
