@charset "UTF-8";
/*
Theme Name: mgb Child
Version: 1.6
Template: mgb
*/

body {
	font-size: 1.1em;
	/*font-family: "Lato", sans-serif;*/
	font-family: "Lato", sans-serif, "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #313632;
	letter-spacing: -.3px;
}
.entry-content h4 {
	margin-top: 2em;
}
ol,ul,li {
	list-style: none;
}
table,
table tr,
table th,
table td {
	border: none;
}
table.table-base {
	border-spacing : 5px;
	border-collapse: separate;
}
table.table-base th {
	background: #9fd6dd;
}
table.table-base td {
	background: #eefaff;
}
table.table-base th.no-wrap,
table.table-base td.no-wrap {
	white-space: nowrap;
}
@media (max-width: 768px) {
	.table-scroll {
		overflow-x: scroll;
	}
	.table-scroll .comment {
		padding: 10px 20px;
		margin: 0;
		font-size: .8em;
		color: #777;
		border: none;
	}
}
@media (min-width: 769px) {
	.table-scroll .comment {
		display: none;
	}
	table.table-base {
		border-spacing : 10px;
	}
}
.title-font {
	font-family: "Bebas Neue", sans-serif;
}
.w100 {
	padding: 50px 0;
	margin-top: 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.w100.no-padding {
	padding: 0;
}
.container {
	padding-left: 0;
	padding-right: 0;
}

.bgstyle01 {
	background: #f7ffff;
}
.bgstyle02 {
	background: #9fd6dd;
}
.bgstyle03 {
	background: #a5d6de;
}
.bgstyle04 {
	background: #ef7148;
}
.bgstyle05 {
	background: #fff;
}
.bgstyle06 {
	background: #eefaff;
}
.bgstyle07 {
	background: #fffaf2;
}

.scroll_table {
	overflow-x: auto;
	display: block;
}

.button-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.more-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	background-color: #e86f3c;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	text-decoration: none;
	width: 90%;
	max-width: 400px;
	box-sizing: border-box;
	transition: background-color 0.3s ease;
}

.more-button:hover {
	color: #ffffff;
	background-color: #d65d2e;
}

.more-button .button-text {
	flex: 1;
	text-align: center;
}

.more-button .button-icon {
	background-color: #ffffff;
	color: #e86f3c;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 16px;
	font-size: 16px;
	font-weight: bold;
	transition: transform 0.3s ease;
	padding: 0 5px;
}

.more-button:hover .button-icon {
	transform: translateX(4px);
}
.button-wrapper.inversion {
	justify-content: flex-start;
	margin-top: 20px;
}
.button-wrapper.inversion .more-button {
	max-width: 240px;
	padding: 10px 10px 8px;
	background-color: transparent;
	color: #e86f3c;
	border: 1px solid #e86f3c;
}
.button-wrapper.inversion .more-button:hover {
	color: #ffffff;
	background-color: #e86f3c;
	border: 1px solid #e86f3c;
}
.button-wrapper.inversion .more-button .button-icon {
	background-color: transparent;
	border: 1px solid #e86f3c;
	margin-bottom: 3px;
}
.button-wrapper.inversion .more-button:hover .button-icon {
	background-color: #ffffff;
}

.foot-margin-b {
	margin-bottom: 50px !important;
}
@media (min-width: 769px) {
	.foot-margin-b {
		margin-bottom: 80px !important;
	}
}
@media (max-width: 768px) {
	.w100.no-padding-sp {
		padding: 0;
	}
	.more-button .button-icon {
		width: 25px;
		height: 25px;
	}
}
.pagination {
	font-size: .7em;
}
/***** ヘッダー
*************************************************************************************/
header.site-header>.container {
	padding-top: 3px;
	padding-right: 0;
	width: 100%;
	max-width: 100%;
}
.global-nav__toggle {
	padding: 0 .5em;
}
.global-nav__toggle .ys-icon, .global-nav__toggle svg {
	width: 35px;
	height: 45px;
}
.global-nav__toggle:after {
	margin-top: -4px;
	margin-right: -15px;
	content: "MENU";
	font-size: .6em;
}
.global-nav__toggle.is-open:after {
	content: "CLOSE";
}



.head-contact {
}
.head-contact a {
	color: #fff;
	background: #ef7148;
	transition: transform .5s ease;
	text-decoration: none;
	border-radius: 5px;
}
.head-contact a:hover {
	background: #efad98;
}

.page-head-img {
	position: relative;
	background: #000;
}
.page-head-img img {
	width: 100%;
	opacity: 0.7;
	vertical-align: top;
}
.page-head-img.aboutmgb img {
	opacity: 1;
}
.page-head-img h2.head-title {
	position: absolute;
	padding: 0;
	margin: 0;
	color: #fff;
	top: 25%;
	left: 150px;
	font-weight: 400;
	font-style: normal;
	font-size: 5em;
}
.page-head-img .head-reed {
	position: absolute;
	padding: 0;
	margin: 0;
	color: #fff;
	top: 60%;
	left: 150px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.site-header button {
		margin-right: 5px;
	}
	.page-head-img {
		height: 150px;
	}
	.page-head-img.aboutmgb {
		height: auto;
	}
	.page-head-img img {
		height: 100%;
		object-fit: cover;
	}
	.page-head-img h2.head-title {
		top: 15%;
		left: 20px;
		font-size: 2.3em;
	}
	.page-head-img .head-reed {
		top: 52%;
		left: 20px;
		font-weight: 400;
		font-size: .8em;
		line-height: 1.5em;
		padding-right: 20px;
	}
}




/***** トップページ
*************************************************************************************/
.slider-bg-w100 {
	padding: 10px 0 30px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background: #a5d6de;
}
.slider-bg-inner {
	background: #fff;
}
.slider-bg-inner h3.top-ttl {
	padding: 15px 0 0;
	margin: 20px 0 0;
}
.slider-wrapper {
	display: flex;
	overflow: hidden;
	padding: 0 0 30px;
}
.slider-wrapper.pickup {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.slider {
	animation: scroll-left 30s infinite linear .5s both;
	display: flex;
	padding: 0;
	margin: 20px 0 0;
}
.slider li {
	width: calc(100vw / 3);
	padding: 0 0 0 5px;
}
.slider-wrapper.pickup .slider li {
	width: calc(100vw / 3);
	padding: 0;
	margin-right: 5px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.slider li img {
	display: block;
	width: 100%;
}
@keyframes scroll-left {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}
@media (min-width: 768px) {
	.slider-bg-w100 {
		padding: 80px 0 100px;
	}
	.slider-bg-inner {
		padding: 5px 0 60px;
	}
	.slider-wrapper.pickup .slider li {
		width: calc(100vw / 5);
		margin-right: 10px;
	}
}

.header-media p {
	display: none;
}
h3.top-ttl {
	padding: 0 0 30px;
	margin: 1em 0 0;
	font-size: 2.3em;
	font-weight: 500;
}
h3.top-ttl span {
	display: block;
	font-size: 1rem;
}
.section-about h3.top-ttl {
	color: #fff;
}
.section-about h3.top-ttl span {
	color: #fff;
}
.top-select {
}
.top-select h4 {
	position: relative;
	margin: 0 0 3em;
	color: #7abcc5;
	text-align: center;
}
.top-select h4:before {
	content: '';
	position: absolute;
	bottom: -25px;
	width: 60px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #7abcc5;
}
.top-select h4 i {
	width: 34px;
	padding: 6px 0;
	margin: 0 10px 0 0;
	color: #fff ;
	background: #7abcc5;
}

.top-select h4 img {
	margin: 0 5px -7px 0;
}
.top-select h4 span {
}
.top-select ul {
	padding: 0;
	margin: 0;
}
.top-select ul li {
	margin: 0 0 15px;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.5em;
}
.top-select ul li a {
	display: block;
	padding: 10px 0;
	color: #313632;
	text-decoration: none;
	background: #9fd6dd;
	border-radius: 7px;
	box-shadow: 5px 5px #7abcc5;
	transition: 0.5s;
}
.top-select ul li a:hover {
	background: rgba(159,214,221,0.5);
	box-shadow: 5px 5px rgba(122,188,197,0.5);
}
.top-select ul li p {
	padding: 0;
	margin: 0;
}
.top-select ul li p .sub {
	display: block;
	font-size: .8rem;
}
.top-select ul li span.arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto 5px;
	color: #7abcc5;
	background: #fff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
}
.top-select ul li span.arrow img {
	width: 60%;
	margin: 0 auto;
}
.top-select .top-select-category,
.top-select .top-select-area {
	padding: 40px 15px 40px 10px;
	background: #eefaff;
}
.top-select .top-select-category {
}
.top-select .top-select-area {
	margin: 0;
}
.top-select .top-select-area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top-select .top-select-area ul li {
	width: 31%;
}
.top-select .top-select-area ul li p {
	font-size: .9em;
}

ul.top-service {
	padding: 0;
	margin: 0;
}
ul.top-service li {
	padding: 0 0 15px;
}
ul.top-service li a {
	display: block;
	color: #313632;
	text-decoration: none;
}
ul.top-service li a > img {
	border-radius: 5px 5px 0 0;
	vertical-align: bottom;
}
ul.top-service li dl {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
	background: #a5d6de;
}
ul.top-service li dl dt {
	padding: 0;
	margin: 0;
	font-size: .8em;
}
ul.top-service li dl dt span {
	display: block;
	font-size: .9em;
}
ul.top-service li dl dd {
	padding: 5px 0 0;
	margin: 0;
}
ul.top-service li dl dd span.arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7abcc5;
	background: #fff;
	border-radius: 50%;
	width: 36px;
	height: 36px;
}
ul.top-service li dl dd span.arrow img {
	width: 60%;
	margin: 0 auto;
}
ul.top-service li ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
ul.top-service li ul li {
	width: 48%;
}
.section-about {
	display: flex;
}
.section-about .section-about-txt {
	margin: 0 0 40px;
}
.section-about .section-about-img img {
	vertical-align: bottom;
}
.section-about .more-btn a {
	width: 60%;
	padding: 15px 50px;
	margin: 20px auto 0;
	background: #fff;
	color: #ef7148;
	text-decoration: none;
	border-radius: 5px;
}
.section-about .more-btn a span.arrow {
	padding: 7px 7px;
	margin: 0 0 0 40px;
	background: #ef7148;
	border-radius: 50%;
}
.section-about .more-btn a span.arrow img {
	width: 20px;
	margin-bottom: 5px;
}
dl.top-news {
	padding: 0 15px 40px;
}
dl.top-news dt {
	padding: 0;
	margin: 0;
	font-size: .9em;
	font-weight: normal;
}
dl.top-news .border-bottom {
	margin: 0 0 20px;
	border-bottom: 1px solid #313632;
}

dl.top-news dd {
	padding: 0 0 0 15px;
	margin: 0 0 5px;
}
dl.top-news dd a {
	color: #313632;
	text-decoration: none;
}
.top-news-more-btn {
	margin: 0 0 80px;
	text-align: center;
}
.top-news-more-btn a {
	width: 60%;
	padding: 15px 50px;
	margin: 20px auto 0;
	background: #ef7148;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
.top-news-more-btn a span.arrow {
	padding: 7px 7px;
	margin: 0 0 0 40px;
	color: #ef7148;
	background: #fff;
	border-radius: 50%;
}
.top-news-more-btn a span.arrow img {
	width: 20px;
	margin-bottom: 5px;
}
.w100.top-faq {
	padding: 30px 0;
}
.top-faq {
	background: url(img/top/bg-faq.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.top-faq .top-faq-inner {
	background: #9ad6dd;
}
.top-faq .top-faq-inner .more-btn a {
	width: 60%;
	padding: 15px 50px;
	margin: 20px auto 0;
	background: #fff;
	color: #7abcc5;
	text-decoration: none;
	border-radius: 5px;
}
.top-faq .top-faq-inner .more-btn a span.arrow {
	padding: 7px 7px;
	margin: 0 0 0 40px;
	color: #fff;
	background: #7abcc5;
	border-radius: 50%;
}
.top-faq .top-faq-inner .more-btn a span.arrow img {
	width: 20px;
	margin-bottom: 5px;
}
ul.contact-block {
	margin: 30px 0 0;
	padding: 0 0 20px;
}
ul.contact-block li {
	padding: 15px;
	margin: 0 0 20px;
	background: #fff;
	text-align: center;
}
ul.contact-block li p {
	margin: 0;
}
ul.contact-block li p.tel {
	font-size: 1.8em;
	font-weight: bold;
}
ul.contact-block li span.caution {
	font-size: .8em;
}
ul.contact-block li .more-btn {
	margin: 35px 0 20px;
}
ul.contact-block li .more-btn a {
	width: 60%;
	padding: 20px 15px;
	margin: 20px auto 0;
	background: #ef7148;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
ul.contact-block li .more-btn a span.arrow {
	padding: 7px 7px;
	margin: 0 0 0 20px;
	color: #ef7148;
	background: #fff;
	border-radius: 50%;
}
ul.contact-block li .more-btn a span.arrow img {
	width: 20px;
	margin-bottom: 5px;
}


@media (max-width: 768px) {
	h3.top-ttl span {
		letter-spacing: -1px;
		font-size: .9rem;
	}
	.top-select ul li {
	}
	.top-select .top-select-category {
		margin: 40px 0 0;
	}
	.top-select .top-select-category ul {
		display: flex;
		justify-content: space-between; 
	}
	.top-select .top-select-category ul li {
		width: 31%;
	}
	.top-select .top-select-area ul li p {
		font-size: .9em;
	}
	.top-select ul li span.arrow {
		width: 30px;
		height: 30px;
	}
	ul.top-service {
		padding: 0 15px;
		margin-bottom: 80px;
	}
	ul.top-service li.top-service-two ul {
		margin-bottom: -4%;
	}
	ul.top-service li dl {
		padding: 10px 10px;
	}
	ul.top-service li dl dd {
		padding: 10px 0 0;
	}
	ul.top-service li dl dd span.arrow {
		width: 30px;
		height: 30px;
	}
	.section-about {
		flex-direction: column-reverse;
	}
	.section-about h3.top-ttl {
		margin: .5em 0 0;
		text-align: center;
	}
	.section-about .more-btn {
		text-align: center;
	}
	.top-faq .top-faq-inner {
		width: 90%;
		padding: 1px 0 30px;
		margin: 0 auto;
		text-align: center;
		background: rgba(122,188,197,.8);
	}
	ul.contact-block li span.sp-icon img {
		width: 23px;
		margin: 0 3px -5px 0;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.section-about .section-about-txt {
		padding-left: 20px;
	}
}
@media (min-width: 768px) {
	h3.top-ttl {
		padding: 0 0 50px;
		font-size: 3.8em;
	}
	h3.top-ttl span {
		font-size: 1.3rem;
		font-weight: bold;
		padding-top: 1em;
	}
	.top-select {
		display: flex;
		justify-content: space-between; 
	}
	.top-select h4 {
		font-size: 1em;
		margin: 0 0 5em;
	}
	.top-select ul li {
		margin: 0 0 30px;
	}
	.top-select ul li a {
		padding: 15px 0;
		box-shadow: 7px 7px #7abcc5;
	}
	.top-select ul li a:hover {
		box-shadow: 7px 7px rgba(122,188,197,0.5);
	}
	.top-select ul li span.arrow {
		margin: 15px auto 5px;
	}
	.top-select .top-select-category,
	.top-select .top-select-area {
		padding: 50px 40px;
	}
	.top-select .top-select-category {
		width: 26%;
	}
	.top-select .top-select-category ul li p {
	}
	.top-select .top-select-area {
		width: 72%;
	}
	ul.top-service {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	ul.top-service li {
		width: 49%;
		padding: 0;
	}
	ul.top-service li a > img {
		filter: grayscale(100%);
		transition: transform 1s ease;
	}
	ul.top-service li a:hover > img {
		filter: grayscale(0%);
	}
	ul.top-service li ul li {
		width: 48%;
		padding: 0 0 4%;
	}
	.section-about {
		width: 100%;
	}
	.section-about .section-about-txt {
		width: 40%;
	}
	.section-about .section-about-img {
		width: 60%;
	}
	dl.top-news {
		width: 75%;
		margin: 0 auto;
	}
	dl.top-news .border-bottom {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 40px;
	}
	dl.top-news dt {
		width: 18%;
		padding: 0 0 0 1%;
		margin: 0;
	}
	dl.top-news dd {
		width: 80%;
		padding: 0 1% 0 0;
	}
	.top-news-more-btn {
		text-align: right;
	}
	.w100.top-faq {
		padding: 100px 0 200px;
	}
	.top-faq .top-faq-inner {
		width: 50%;
		padding: 1px 0 80px 90px;
		margin: 0 0 0 auto;
	}
	ul.contact-block {
		display: flex;
		justify-content: space-between;
		margin: 50px 0 0;
		padding: 0 0 20px;
	}
	ul.contact-block li {
		width: 49%;
		padding: 25px 0;
	}
	ul.contact-block li span.pc-icon {
		display: block;
		padding: 20px 0 10px;
	}
	ul.contact-block li .more-btn {
		margin: 45px 0 0;
	}
	ul.contact-block li .more-btn a {
		padding: 30px 80px;
	}
}


/***** 投稿ページ
*************************************************************************************/

/*===== 一覧 =====*/
.archive__page-title {
	text-align: center;
}
.archive__item {
	border-bottom: 1px solid #6f716c;
}
.archive__item.is-simple .archive__date {
	padding: 3px 10px;
	margin: 0 0 5px;
	background: #9fd6dd;
}
@media (min-width: 768px) {
	.has-background .archive__container {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.archive__item.is-simple .archive__title {
		margin-top: 5px;
	}
}

/*===== 詳細 =====*/
body.post-template-default .content__main {
	margin-top: 20px;
	background: #fff;
}
.singular-date__item {
	padding: 8px 10px 5px;
	background: #9fd6dd;
}
.singular-header__meta {
	font-size: 1em;
	color: #313632;
}
.singular-header__title {
	font-size: 1.1em;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
@media (min-width: 768px) {
	body.post-template-default .content__main {
		max-width: 1000px;
		padding: 70px;
		margin-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.singular-header__title {
		font-size: 1.3em;
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
}


/***** 固定ページ
*************************************************************************************/
h1.static-pages {
	display: none;
}
.entry-content {
	margin-top: 0;
	margin-bottom: 0;
}
.has-background .content__main {
	padding-bottom: 0;
	margin-bottom: 0;
}
.has-background .site-content {
	margin-bottom: 0;
}
.static-pages-container {
	position: relative;
	max-width: calc(var(--ystd-container-width) + var(--ystd-container-gutter) * 2);
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 30px;
	padding-right: var(--ystd-container-gutter);
	padding-left: var(--ystd-container-gutter);
}
/*===== レンタルクラブ＆シューズ =====*/
ul.rental-menu {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.rental-menu li {
	padding: 10px 5px;
}
ul.rental-menu li a {
	padding: 5px 20px;
	display: block;
	color: #313632;
	border: 1px solid #a4a4a4;
	border-radius: 30px;
	text-decoration: none;
}
ul.rental-menu li a:hover {
	color: #fff;
	border: 1px solid #313632;
	background: #313632;
}
ul.rental-price {
	padding: 0 5%;
	margin: 30px 0 0;
}
ul.rental-price li {
	margin: 0 0 20px;
	color: #29aae3;
	background: #fff;
	text-align: center;
}
ul.rental-price li img {
	width: 100%;
}
ul.rental-price li p {
	padding: 10px 0;
	margin: 15px 0 0;
	color: #313632;
	background: #9fd6dd;
	font-size: 1.8em;
}
ul.rental-price li p span {
	margin-left: 5px;
	font-size: .6em;
}
ul.rental-club {
	padding: 0 5%;
	margin: 30px 0 0;
}
ul.rental-club li {
	margin: 0 0 30px;
}
ul.rental-club li .club-img {
	position: relative;
}
ul.rental-club li .club-img p {
	position: absolute;
	padding: 0 10px;
	margin: 0;
	top: 5px;
	left: 5px;
	background: #fff;
	color: #29aae3;
	font-weight: bold;
}
ul.rental-club li .club-img p .number {
	margin: 0 0 0 7px;
	font-size: 1.8em;
}
ul.rental-club li .club-img p .lady {
	display: block;
	padding: 0 5px;
	margin: 0 0 10px;
	color: #fff;
	background: #f774da;
}
ul.rental-club li .club-img p .lefty {
	display: block;
	padding: 0 5px;
	margin: 0 0 10px;
	color: #fff;
	background: #29aae3;
}
ul.rental-club li table {
	border: none;
}
ul.rental-club li table {
}
ul.rental-club li table thead,
ul.rental-club li table tr {
	border: none;
}
ul.rental-club li table thead th {
	font-size: 1.2em;
	font-weight: bold;
}
ul.rental-club li table thead th span {
	font-size: .7em;
}
ul.rental-club li table th,
ul.rental-club li table td {
	border: none;
}
ul.rental-club li table tbody th,
ul.rental-club li table tbody td {
	padding: .2em .5em;
	font-size: .8em;
}
ul.rental-club li table th {
	border-bottom: 5px solid #fffaf2;
	background: #9fd6dd;
}
ul.rental-club li table td {
	border-left: 5px solid #fffaf2;
	border-bottom: 5px solid #fffaf2;
	background: #fff;
}
ul.rental-shoes {
	padding: 0;
	margin: 30px 0 0;
}
ul.rental-shoes li {
	text-align: center;
	background: #9fd6dd;
	font-size: .9em;
}
ul.rental-shoes li img {
	vertical-align: bottom;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
ul.rental-shoes li p {
	padding: 15px 0 5px;
	margin: 0;
	font-size: 1.3em;
}
ul.rental-shoes li .attention {
	padding: 5px 0 20px;
	font-size: .7em;
}
ul.rental-shoes li ul {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 5px 0 10px;
}
ul.rental-shoes li ul li {
	padding: 3px 25px;
	margin: 0 5px;
	background: #eefaff;
}
ul.rental-starter {
	padding: 0 5% 20px;
	margin: 30px 0;
}
ul.rental-starter li {
}
ul.rental-starter li .starter-ttl {
	font-weight: bold;
}
ul.rental-starter li span {
	padding: 5px 15px;
	color: #fff;
	background: #29aae3;
}
ul.rental-starter li .starter-set {
	margin: 10px 0 0;
	font-size: .8em;
}
ul.rental-info {
	padding: 0 5%;
	margin: 30px 0 0;
}
ul.rental-info li {
	padding: 15px;
	margin: 0 0 30px;
	background: #fff;
}
ul.rental-info li .info-ttl {
	padding: 5px 0;
	margin: 0 0 15px;
	background: #9fd6dd;
	text-align: center;
	font-weight: 700;
}
ul.rental-info li .info-comment {
	padding: 5px 0 10px;
	margin: 0;
	font-weight: bold;
}
@media (max-width: 768px) {
	ul.rental-menu li {
		font-size: .7em;
	}
}
@media (min-width: 769px) {
	/*ul.rental-menu {
		justify-content: space-evenly;
	}*/
	ul.rental-price {
		padding: 0;
		margin: 50px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.rental-price li {
		width: 30%;
	}
	ul.rental-price li img {
		display: block;
		width: 65%;
		margin: 20px auto 10px;
	}
	ul.rental-club {
		padding: 0;
		margin: 50px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
/*横4個並び
	ul.rental-club li {
		width: 23%;
		margin: 0 0 50px;
	}
	ul.rental-club li:nth-child(4n) {
		margin: 0 0 50px 0;
	}
横4個並び*/
/*横2個並び*/
	ul.rental-club li {
		width: 48%;
		margin: 0 0 50px;
	}
	ul.rental-club li:nth-child(2n) {
		margin: 0 0 50px 0;
	}
	ul.rental-club li table tbody th,
	ul.rental-club li table tbody td {
		font-size: 1.2em;
	}
/*横2個並び*/

	ul.rental-club li table thead th {
		padding: .5em;
	}
	ul.rental-club li table th {
		white-space: nowrap;
	}
	ul.rental-shoes {
		padding: 0;
		margin: 50px 0 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	ul.rental-shoes li {
		width: 47%;
		font-size: 1.3em;
	}
	ul.rental-shoes li p {
		padding: 50px 0 35px;
		margin: 0;
		font-size: 1.3em;
		font-weight: bold;
	}
	ul.rental-shoes li .attention {
		padding: 30px 0 0;
		font-size: .7em;
		font-weight: normal;
	}
	ul.rental-shoes li ul {
		margin: 20px 0 10px;
		justify-content: space-between;
	}
	ul.rental-shoes li ul li {
		width: 31%;
		padding: 0;
		margin: 0;
	}
	ul.rental-starter {
		padding: 0 0 80px;
		margin: 50px 0 0;
		display: flex;
		justify-content: space-between;
	}
	ul.rental-starter li:first-child {
		margin: 0 50px 0 0;
	}
	ul.rental-starter li.starter-img {
		width: 40%;
	}
	ul.rental-starter li .starter-ttl {
		padding: 0 0 10px;
		margin: 0;
	}
	ul.rental-starter li .starter-comment {
		padding: 0 0 80px;
		margin: 0;
	}
	ul.rental-starter li span {
		padding: 8px 20px;
	}
	ul.rental-starter li .starter-set {
		margin: 20px 0 0;
		font-size: .9em;
	}
	ul.rental-info {
		padding: 0;
		margin: 30px 0 0;
		display: flex;
		justify-content: space-between;
	}
	ul.rental-info li {
		width: 23.5%;
	}
	ul.rental-info li img {
		display: block;
		width: 75%;
		margin: 0 auto;
	}
}

/*===== VISA =====*/
.bg-visa {
	background: linear-gradient(180deg, #9fd6dd 0%, #9fd6dd 40%, #ffffff 40%, #ffffff 100%);
	padding-bottom: 50px !important;
}
.bg-visa .leason-ttl {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
}
.bg-visa .leason-ttl span {
	color: #29aae3;
	font-size: 2em;
}
.bg-visa ul.leason3 {
}
.bg-visa ul.leason3 li {
	margin: 0 0 20px;
}
.bg-visa ul.leason3 li img {
	width: 80px;
	padding: 20px;
	border: 1px solid #29aae3;
	border-radius: 50%;
	background: #fff;
}
.bg-visa ul.leason3 li p {
	margin: 0 0 0 20px;
	font-weight: bold;
}

ul.visa-list {
	padding: 0 5%;
	margin: 30px 0 0;
}
ul.visa-list li {
	margin: 0 0 30px;
	background: #fff;
	border-radius: 5px 5px 0 0 ;
	font-size: .9em;
}
ul.visa-list li img {
	border-radius: 5px 5px 0 0 ;
}
ul.visa-list li .visa-sub-ttl {
	padding: 10px 15px 0;
	color: #29aae3;
	font-size: 1.2em;
	font-weight: bold;
}
ul.visa-list li .visa-ttl {
	padding: 10px 15px 0;
	font-size: 1.1em;
	font-weight: bold;
}
ul.visa-list li .visa-comment {
	padding: 10px 15px 15px;
}
@media (max-width: 768px) {
	.visa-margin {
		margin: 0 5%;
	}
	.bg-visa ul.leason3 li {
		display: flex;
		align-items: center;
	}
}
@media (min-width: 769px) {
	.bg-visa {
		padding-bottom: 80px !important;
	}
	.visa-margin {
		padding: 30px 0 50px;
	}
	.bg-visa ul.leason3 {
		padding: 0;
		margin: 30px 0 0;
		display: flex;
		justify-content: center;
	}
	.bg-visa ul.leason3 li {
		margin: 0 60px;
		text-align: center;
	}
	.bg-visa ul.leason3 li img {
		width: 120px;
		padding: 25px;
	}
	.bg-visa ul.leason3 li p {
		margin: 15px 0 0;
	}
	ul.visa-list {
		padding: 0;
		margin: 30px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.visa-list li {
		width: 31%;
	}
	ul.visa-list li .visa-sub-ttl {
		font-size: 1.3em;
	}
	ul.visa-list li .visa-ttl {
		font-size: 1.2em;
	}
}

/*===== 送迎サービス =====*/
.bg-shuttle {
	background: linear-gradient(0deg, rgba(159,214,221,.5) 0%, rgba(159,214,221,.5) 50%, rgba(255,255,255,.5) 50%, rgba(255,255,255,.5) 100%), url(img/shuttle/bg-shuttle.jpg);
}
.bg-shuttle .bgstyle01 {
	background: rgba(247,255,255,.5);
}
ul.shuttle-scene {
	padding: 0;
	margin: 30px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.shuttle-scene li {
	padding: 2%;
	margin: 0 0 20px;
	width: 48%;
	background: #fff;
	border-radius: 8px;
	text-align: center;
}
ul.shuttle-scene li img {
	width: 40%;
}
ul.shuttle-scene li p {
	margin: 0;
	text-align: left;
}
ul.shuttle-car {
	padding: 0 5%;
	margin: 30px 0 0;
}
ul.shuttle-car li {
	padding: 0 0 15px;
	margin: 0 0 30px;
	background: #fff;
}
ul.shuttle-car li .shuttle-car-model {
	padding: 5px 0;
	margin: 10px 40px;
	background: #9fd6dd;
	text-align: center;
	font-weight: bold;
}
ul.shuttle-car li .shuttle-car-people {
	margin: 15px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #29aae3;
	text-align: center;
}
ul.shuttle-car li .shuttle-car-people img {
	vertical-align: text-bottom;
}
ul.shuttle-car li .shuttle-car-people span {
	font-size: .7em;
}
ul.shuttle-car li .shuttle-car-price {
	width: 90%;
	margin: 15px auto 0;
	background: #f7ffff ;
	border: none;
}
ul.shuttle-car li .shuttle-car-price tr,
ul.shuttle-car li .shuttle-car-price th,
ul.shuttle-car li .shuttle-car-price td {
	border: none;
	padding: .5em;
}
ul.shuttle-car li .shuttle-car-price th {
	background: transparent;
	font-size: .85em;
	font-weight: 700;
}
ul.shuttle-car li .shuttle-car-price td {
	text-align: right;
	font-size: 1.5em;
	font-weight: 700;
}
ul.shuttle-car li .shuttle-car-price td span {
	font-size: .6em;
	padding-left: 3px;
	font-weight: normal;
}

@media (max-width: 768px) {
	ul.shuttle-scene li p {
		font-size: .9em;
	}
}
@media (min-width: 769px) {
	ul.shuttle-scene {
		justify-content: space-evenly;
	}
	ul.shuttle-scene li {
		padding: 3%;
		width: 30%;
	}
	ul.shuttle-car {
		padding: 0;
		margin: 30px 0 0;
		display: flex;
		justify-content: space-between;
	}
	ul.shuttle-car li {
		width: 31%;
		padding: 0 0 20px;
	}
	ul.shuttle-car li .shuttle-car-price th {
		font-size: 1em;
	}
	ul.shuttle-car li .shuttle-car-price td {
		font-size: 1.6em;
	}
	ul.shuttle-car li .shuttle-car-price td span {
		font-size: .7em;
	}
}

/*===== MGBについて =====*/
.bg-aboutus {
	background: url(img/aboutus/bg-about01.png) bottom left, linear-gradient(180deg, rgba(238,250,255,1) 0%, rgba(238,250,255,1) 55%, rgba(159,214,221,1) 55%, rgba(159,214,221,1) 100%);
	background-repeat: no-repeat;
	margin-bottom: 100px;
}
.bg-aboutus ul {
	padding: 0;
	margin: 0;
}
.bg-aboutus ul li.img {
	margin: 20px 0 0;
}
.bg-aboutus .mgb-support {
	display: flex;
	margin: 15px 0 0;
}
.bg-aboutus .mgb-support .img {
	width: 35%;
}
.bg-aboutus .mgb-support .txt {
	width: 60%;
	margin: 10px 0 0 5%;
}
ul.aboutus-02 {
	padding: 0;
}
ul.aboutus-02 li {
	margin: 0 0 20px;
}
ul.aboutus-02 li.text {
	background: url(img/aboutus/bg-about04.png);
	background-repeat: no-repeat;
	background-position: center 140px;
	background-size: contain;
}
ul.aboutus-02 li h4 {
	margin-bottom: 1em;
}
.bg-aboutus02 {
	padding: 20px !important;
	background: url(img/aboutus/bg-about02.jpg);
	background-size: cover;
	background-position: center;
}
.bg-aboutus02 .static-pages-container {
	background: url(img/aboutus/bg-about03.png) bottom right, linear-gradient(0deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.9) 100%);
	background-repeat: no-repeat;
}
@media (max-width: 768px) {
	.bg-aboutus ul li.text,
	.bg-aboutus ul02 li.text,
	ul.aboutus-02 li.text,
	.bg-aboutus02 p.text {
		font-size: .8em;
	}
	ul.aboutus-02 li h4 {
		font-size: 1.5em;
	}
}
@media (min-width: 769px) {
	.bg-aboutus {
		background: url(img/aboutus/bg-about01.png) bottom right, linear-gradient(117deg, rgba(238,250,255,1) 0%, rgba(238,250,255,1) 65%, rgba(159,214,221,1) 65%, rgba(159,214,221,1) 100%);
		background-repeat: no-repeat;
		margin-bottom: 150px;
	}
	.bg-aboutus ul {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.bg-aboutus ul li {
	}
	.bg-aboutus ul li.img {
		width: 42%;
		margin: -100px 0 0;
	}
	.bg-aboutus ul li.text {
		width: 52%;
		margin: 50px 0 0;
	}
	.bg-aboutus .mgb-support .txt {
		margin: 33px 0 0 5%;
	}
	ul.aboutus-02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.aboutus-02 li.img01 {
		width: 40%;
	}
	ul.aboutus-02 li.text {
		width: 55%;
	}
	ul.aboutus-02 li.text div {
		margin: 30px 0 0;
	}
	.bg-aboutus02 {
		padding: 70px !important;
	}
	.bg-aboutus02 .static-pages-container {
		padding-left: 70px;
		padding-right: 70px;
	}
}

/*===== レッスン =====*/
h4.instructor {
	color: #29aae3;
	display: flex;
	justify-content: center;
	align-items: center;
}
h4.instructor::before,
h4.instructor::after {
	width: 3px;
	height: 40px;
	background-color: #29aae3;
	content: '';
}

h4.instructor::before {
	transform: rotate(-35deg);
	margin-right: 15px;
}

h4.instructor::after {
	transform: rotate(35deg);
	margin-left: 15px;
}
.bg-instructor {
	background: #9fd6dd;
	margin-bottom: 50px;
}
.bg-instructor ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.bg-instructor ul li {
	width: 48%;
	margin-bottom: 20px;
}
.bg-instructor ul li img {
	width: 100%;
	max-width: 100%;
	vertical-align: bottom;
}
.bg-instructor ul li .text-box {
	padding: 0 5px 5px;
	background: #eefaff;
	text-align: center;
}
.bg-instructor ul li .text-box .name-en {
	padding: 7px 0 0;
	margin: 0;
	color: #9fd6dd;
	font-size: .8em;
}
.bg-instructor ul li .text-box .name-en span {
	padding-bottom: 5px;
	display: block;
}
.bg-instructor ul li .text-box .name-en span img {
	width: 30px;
}
.bg-instructor ul li .text-box .name-jp {
	margin: 0;
	font-weight: bold;
}
.bg-instructor ul li .text-box .name-jp span {
	padding-left: 5px;
	font-size: .8em;
}
.bg-instructor ul li .text-box .lang {
	margin-top: 5px;
	font-size: .8em;
}
.bg-lessonplan {
	background: linear-gradient(0deg, rgba(159,214,221,.5) 0%, rgba(159,214,221,.5) 20%, rgba(255,255,255,.5) 20%, rgba(255,255,255,.5) 100%), url(img/lesson/bg-lessonplan.png);
	margin-top: 50px;
}
.bg-lessonplan .static-pages-container {
	padding-top: var(--ystd-container-gutter);
	padding-bottom: 5px;
}
.bg-lessonplan .lesson-text .objective {
	width: 95%;
	padding: 10px 0;
	margin: 15px auto 0;
	background: #29aae3;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: .9em;
}
.bg-lessonplan .lesson-text .plan {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: 30px 0 15px;
}
.bg-lessonplan .lesson-text .plan img {
	padding-right: 10px;
}
.bg-lessonplan .lesson-text .plan span {
	padding-left: 7px;
	font-size: 4.5em;
	font-weight: 900;
	line-height: .85;
	font-family: "Bebas Neue", sans-serif;
}
.bg-lessonplan .lesson-text .about-lesson {
	background: #eefaff;
}
.bg-lessonplan .lesson-text .about-lesson .ttl {
	padding: 10px 0 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.bg-lessonplan .lesson-text .about-lesson .text {
	margin: 10px 10px 0;
	font-size: .9em;
}
.bg-lessonplan .lesson-text .about-lesson dl {
	padding: 0 10px 10px;
}
.bg-lessonplan .lesson-text .about-lesson dl dt {
	float: left;
	clear: both;
	width: 30%;
	padding: 5px 0;
	background: #9fd6dd;
	text-align: center;
	font-weight: bold;
}
.bg-lessonplan .lesson-text .about-lesson dl dd {
	padding: 13px 0 5px 33%;
}
@media (min-width: 769px) {
	.bg-instructor {
		background: linear-gradient(180deg, #fffaf2 0%, #fffaf2 50%, #9fd6dd 50%, #9fd6dd 100%);
		margin-bottom: 50px;
	}
	.bg-instructor ul {
		padding: 0;
	}
	.bg-instructor ul li {
		width: 24%;
		margin-bottom: 20px;
	}
	.bg-lessonplan {
		background: url(img/lesson/bg-lessonplan.png), linear-gradient(0deg, rgba(159,214,221,.5) 0%, rgba(159,214,221,.5) 50%, rgba(255,255,255,.5) 50%, rgba(255,255,255,.5) 100%);
		margin-top: 80px;
	}
	.bg-lessonplan .static-pages-container {
		display: flex;
		justify-content: space-between;
	}
	.bg-lessonplan .static-pages-container.row-reverse {
		flex-direction: row-reverse;
	}
	.bg-lessonplan .lesson-img {
		width: 50%;
	}
	.bg-lessonplan .lesson-text {
		width: 50%;
		padding: 0 0 0 2%;
	}
	.bg-lessonplan .static-pages-container.row-reverse .lesson-text {
		padding: 0 2% 0 0;
	}
	.bg-lessonplan .lesson-text .objective {
		width: 70%;
		margin: 30px 0 0 auto;
		font-size: 1em;
	}
	.bg-lessonplan .static-pages-container.row-reverse .lesson-text .objective {
		margin: 30px auto 0 0;
	}
	.bg-lessonplan .lesson-text .plan {
		justify-content: flex-end;
	}
	.bg-lessonplan .static-pages-container.row-reverse .lesson-text .plan {
		justify-content: flex-start;
	}
	.bg-lessonplan .lesson-text .about-lesson .ttl{
		padding: 20px 20px 0;
		text-align: left;
	}
	.bg-lessonplan .lesson-text .about-lesson .text {
		margin: 10px 20px 0;
	}
	.bg-lessonplan .lesson-text .about-lesson dl {
		padding: 0 20px 20px;
	}
}
/*===== ご利用ガイド =====*/
.guide-flow {
	display: flex;
	justify-content: center;
	align-items: center;
}

.guide-flow .flow {
	padding: 0;
	margin: 0 auto;
}

.guide-flow .flow > li {
	list-style-type: none;
	padding: 20px;
	background: #fff;
}

.guide-flow .flow > li:not(:last-child) {
	margin-bottom: 40px;
	position: relative;
}

.guide-flow .flow > li:not(:last-child)::after {
	content: '';
	position: absolute;
	border: 20px solid transparent;
	width: 0;
	height: 0;
	bottom: -53px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-top-color: #29aae3;
}

.guide-flow .flow > li dl dt {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

.guide-flow .flow > li .ttl {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #29aae3;
}
.guide-flow .flow > li .attention {
	color: #ef7148;
 }
.guide-flow .flow > li dl dd {
	margin: 0;
}
.bg-payment {
	padding-bottom: 30px !important;
	margin-top: 50px;
	background: url(img/guide/bg-payment.png);
	background-size: cover;
	background-position: center center;
}
.accepted-cards {
	width: 90%;
	padding: 20px 20px;
	margin: 0 auto;
	background: rgba(165,214,222,.4);
}
.accepted-cards ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.accepted-cards ul li {
	text-align: center;
}
.payment-flow {
	padding: 20px 0;
	margin: 0 0 50px;
	background: #eefaff;
}
.payment-flow-ttl {
	margin: 20px 0 0;
	text-align: center;
	color: #fff;
}
.payment-flow-ttl span {
	padding: 5px 20px;
	background: #29aae3;
}
.payment-flow ul {
	padding: 0 5%;
	margin: 30px 0 0;
}
.payment-flow ul li {
	padding: 15px;
	margin: 0 0 30px;
	background: #fff;
}
.payment-flow ul li i {
	color: #29aae3;
	font-size: 4em;
}
.payment-flow ul li p {
	color: #29aae3;
}
.payment-flow ul li span {
	color: #ef7148;
}
.bg-cancel-fee {
	padding: 20px 15px;
	margin: 0 0 60px;
}
.bg-cancel-fee .cancel-fee-ttl {
	margin: 20px 0 40px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
.bg-cancel-fee table.cancel-fee {
	border: none;
}
.bg-cancel-fee table.cancel-fee tr,
.bg-cancel-fee table.cancel-fee th,
.bg-cancel-fee table.cancel-fee td {
	border: none;
	text-align: center;
}
.bg-cancel-fee table.cancel-fee th {
	background: #9fd6dd;
	font-weight: bold;
	font-size: 1.2em;
}
.bg-cancel-fee table.cancel-fee td {
	margin: 0 0 15px;
	background: #fff;
}
.bg-cancel-fee table.cancel-fee td span {
	color: #ef7148;
	font-size: 1.8em;
}
.bg-cancel-fee table.cancel-fee td span span {
	font-size: .5em;
}
@media (max-width: 768px) {
	.accepted-cards ul li {
		width: 48%;
	}
	.payment-flow ul li .icon,
	.payment-flow ul li p {
		text-align: center;
	}
	.payment-flow ul li .icon {
		margin-top: 20px;
	}
	.bg-cancel-fee table.cancel-fee th,
	.bg-cancel-fee table.cancel-fee td {
		display: block;
	}
	.bg-cancel-fee table.cancel-fee td {
	}
}
@media (min-width: 769px) {
	.guide-flow .flow > li {
		padding: 20px 20px 0;
	}
	.guide-flow .flow > li:not(:last-child) {
		margin-bottom: 50px;
	}
	.guide-flow .flow > li:not(:last-child)::after {
		bottom: -55px;
	}
	.guide-flow .flow > li dl {
		display: flex;
		justify-content: space-between;
	}
	.guide-flow .flow > li dl dt {
		width: 50%;
		padding-left: 3%;
	}
	.guide-flow .flow > li dl dd {
		width: 50%;
		padding: 0 2% 0 5%;
	}
	.guide-flow .flow > li .ttl {
		margin: 0 0 20px;
		font-size: 1.3em;
	}
	.accepted-cards {
		width: 60%;
		padding: 20px 80px;
	}
	.accepted-cards ul {
		padding: 20px 0;
		margin: 0 auto;
	}
	.payment-flow ul li {
		display: flex;
		align-items: center;
		padding: 30px 30px 30px 50px;
	}
	.payment-flow ul li .icon {
		padding-right: 50px;
		width: 160px;
	}
	.payment-flow ul li .icon img {
		width: 100%;
	}
	.payment-flow ul li p {
		margin: 0 0 10px;
		font-size: 1.1em;
		font-weight: bold;
	}
	.payment-flow ul li .text {
		flex: 1;
	}
	.bg-cancel-fee {
		padding: 20px 60px;
		margin: 0 0 90px;
	}
	.bg-cancel-fee table.cancel-fee th,
	.bg-cancel-fee table.cancel-fee td {
		border-bottom: 15px solid #eefaff;
	}
	.bg-cancel-fee table.cancel-fee th {
		border-right: 30px solid #eefaff;
	}
	.bg-cancel-fee table.cancel-fee td {
		border-left: 30px solid #eefaff;
	}
}

/*===== よくある質問 =====*/
.faq {
	padding: 0;
	margin: 0 auto;
}

.faq-item {
	margin: 0 0 20px;
}
.faq-item button:hover {
	box-shadow: none;
}
.faq-question {
	width: 100%;
	text-align: left;
	padding: 16px;
	color: #ef7148;
	border: none;
	outline: none;
	cursor: pointer;
	background: #fff;
	font-weight: bold;
	font-size: .9em;
	display: flex;
	align-items: center;
}
.faq-question:before {
	content: "Q";
	padding-right: 10px;
	font-size: 1.4em;
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	background: #fff;
	padding: 0 16px;
	font-size: .9em;
}
.faq-answer.open {
	padding: 0 16px 16px;
	max-height: 300px;
}
.faq-answer.open p {
	padding: 20px 0 0;
	border-top: 1px solid #ccc;
}
.faq-answer.open p span:before {
	content: "A";
	padding-right: 10px;
	font-size: 1.4em;
}

.faq-answer.open p span {
	display: block;
	margin: 0 0 15px;
	font-size: 1.1em;
	font-weight: bold;
}
.faq-question .arrow {
	margin-left: auto;
}
.faq-question .arrow span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	width: .7em;
	height: .7em;
	border: 0.2em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	color: #313632;
	transition: transform 0.2s ease;
}

.faq-question.active .arrow  span {
	transform: rotate(-45deg);
}
@media (min-width: 769px) {
	.faq {
		width: 100%;
		max-width: 850px;
	}
	.faq-question {
		font-size: 1.2em;
	}
	.faq-question span {
		padding-right: 10px;
	}
	.faq-answer {
		font-size: 1em;
	}
}

/*===== ゴルフツアー =====*/
h3.golftour-ttl {
	font-size: 1.5em;
}
.tour-date {
	font-size: 1.1em;
}
.tour-date span {
	font-size: 2em;
}
.player-list {
	padding: 10px;
	background: #eefaff;
}
.player-list .logo {
	width: 40%;
	margin: 0 auto;
}
.player-list .player {
}
.player-list .player .ttl {
	padding: 5px 0;
	text-align: center;
	background: #9fd6dd;
}
.player-list .player ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}
.player-list .player ul li {
	width: 33%;
	text-align: center;
}
.player-list .player .attention {
	font-size: .8em;
	text-align: right;
}
ul.tour-img {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-top: 10px;
}
ul.tour-img li {
	width: 49%;
}
.tour-overview .icon {
	text-align: right;
	font-size: .9em;
}
.tour-overview table.table-base th,
.tour-course table.table-base th {
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}
.tour-course table.table-base {
}
.tour-course table.table-base th {
}
.tour-course table.table-base td.no-wrap {
	text-align: center;
}
.tour-price table.table-base th,
.tour-price table.table-base td {
	text-align: center;
	font-weight: 700;
}
.tour-price table.table-base td {
	background: #fff;
}
.tour-price table.table-base td span.f-style01 {
	font-weight: 500;
	font-size: .8em;
}
.tour-price table.table-base td span.f-style02 {
	font-size:1.5em;
}
.extended-stay {
	padding: 15px;
	margin-top: 15px;
	background: #fff;
	font-size: .8em;
}
.extended-stay span {
	background: #9fd6dd;
	padding: 8px 10px;
	font-size: 1.3em;
	font-weight:bold;
}
.extended-stay ul {
	padding: 0 0 0 10px;
	margin: 10px 0 0 10px;
}
.extended-stay ul li {
	list-style: disc outside;
}
.tour-price table.table-base i,
.tour-schedule table.table-base i {
	font-size: 1.5em;
}
.tour-schedule table.table-base th {
	text-align: center;
}
@media (max-width: 768px) {
	.tour-overview table,
	.tour-course table.table-base,
	.tour-price table.table-base,
	.tour-schedule table.table-base {
		width: 100%;
		white-space: nowrap;
		font-size: .9em;
	}
}

@media (min-width: 769px) {
	h3.golftour-ttl {
		font-size: 3em;
	}
	h3.golftour-ttl02 {
		font-size: 2.5em;
	}
	.tour-date {
		font-size: 1.8em;
	}
	.tour-date span {
		font-size: 2em;
	}
	.tour-player {
		width: 80%;
		margin: 0 auto;
	}
	.player-list {
		display: flex;
	}
	.player-list .logo {
		width: 30%;
		margin: 35px 0 0 30px;
	}
	.player-list .player {
		font-size: 1.2em;
	}
	.player-list .player .ttl {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.player-list .player .attention {
		padding-right: 70px;
	}
	ul.tour-img {
		margin-top: 20px;
	}
	.tour-overview,
	.tour-course,
	.tour-price {
		width: 85%;
		margin: 0 auto;
	}
	.tour-overview table.table-base th,
	.tour-overview table.table-base td {
		padding: 20px;
	}
	.tour-price table.table-base td span.f-style02 {
		font-size: 2em;
	}
}

/*===== オプショナルツアー =====*/
ul.optional-main-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 30px 0 0;
}
ul.optional-main-img li {
	width: 49%;
	margin-bottom: 10px;
}
ul.optional-main-img li:first-child {
	width: 100%;
}
ul.optional-main-img li img {
	width: 100%;
	max-width: 100%;
}
.course-map {
	max-width: 1000px; 
	margin: 30px auto;
}
ul.optional-main-img-sub {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0;
	margin: 30px 0 0;
}
ul.optional-main-img-sub li {
	width: 48%;
	margin-bottom: 10px;
}
ul.optional-main-img-sub li img {
	width: 100%;
	max-width: 100%;
}
@media (min-width: 769px) {
	ul.optional-main-img {
		margin: 80px 0 0;
	}
	.course-map {
		margin: 80px auto 50px;
	}
	ul.optional-main-img-sub li {
		width: 32%;
		margin-bottom: 10px;
	}
}

/*===== 宿泊 =====*/
ul.room-list {
	padding: 0;
	margin: 0;
}
ul.room-list> li {
	margin: 0 0 30px;
	background: #fff;
}
ul.room-list li .image ul.thumb {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	margin: 0;
}
ul.room-list li .image ul.thumb li {
}
ul.room-list li .text {
	padding: 0 10px;
	margin: 0;
}
ul.room-list li .text .room-type {
	margin: 10px 0 0;
	color: #29aae3;
}
ul.room-list li .text .room-name {
	margin: 0;
	font-size: 1.3em;
	font-weight: 700;
}
ul.room-list li .text .room-comment {
	margin: 0;
}
ul.room-list li .text .room-comment span {
	display: block;
	padding: 15px 0 0;
}
ul.room-list li .text .room-comment span img {
	margin-right: 5px;
}
ul.room-list li .text ul.additional-icon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 5px 0 0;
}
ul.room-list li .text ul.additional-icon li {
	width: 49%;
	padding: 2px 0;
	margin: 0 0 8px;
	background: #fffaf2;
	border: 1px solid #313632;
	border-radius: 5px;
	font-size: .9em;
	text-align: center;
}
ul.room-list li .text .btn-area {
	padding: 0 0 20px;
}
ul.room-list li .text .btn-area p {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	ul.room-list li .image ul.thumb li {
		width: 24%;
	}
	ul.room-list li .text .btn-area {
		text-align: center;
	}
}
@media (min-width: 769px) {
	ul.room-list > li {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 0;
		margin: 0 0 50px;
		box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.1);
	}
	ul.room-list li .image {
		width: 52%;
	}
	ul.room-list li .image ul.thumb {
		padding: 0;
		margin: 30px 0 0;
	}
	ul.room-list li .image ul.thumb li {
		margin: 0 20px 20px 0;
	}
	ul.room-list li .image ul.thumb li:last-child {
		margin: 0 0 20px 0;
	}
	ul.room-list li .text {
		width: 45%;
		padding: 20px 0 0 50px;
		margin: 0;
	}
	ul.room-list li .text .room-type {
		padding: 0 0 30px;
		font-size: 1.3em;
	}
	ul.room-list li .text .room-name {
		padding: 0 0 20px;
		font-size: 1.7em;
	}
	ul.room-list li .text .room-comment span {
		padding: 15px 0;
	}
	ul.room-list li .text ul.additional-icon {
		padding: 0;
		margin: 10px 0 0;
	}
	ul.room-list li .text ul.additional-icon li {
		width: 32%;
		padding: 2px 10px;
		margin: 0 0 10px;
		font-size: .8em;
	}
	ul.room-list li .text .btn-area {
		margin: 30px 0 0;
	}
	ul.room-list li .text .btn-area p {
		margin-bottom: 10px;
	}
}


/*===== 会社案内 =====*/
table.company {
	border-collapse: separate;
	border-spacing: 8px;
	border: none;
}
table.company tr,
table.company th,
table.company td {
	border: none;
}
table.company th {
	background: #9fd6dd;
	text-align: center;
	white-space: nowrap;
}
table.company td {
	background:#fff;
}
table.company td ul {
	padding: 0;
	margin: 0;
}
table.company td ul li {
	margin: 0 0 10px;
	display: flex;
	line-height: 1.5em;
}
table.company td ul li:before {
	content: "･";
	padding: 0 5px 0 0;
}
@media (max-width: 768px) {
	table.company td {
		font-size: .8em;
	}
}
/*===== プライバシーポリシー =====*/
.privacy {
	padding: 5px 5% 10px;
}
.privacy p {
	font-size: .9em;
}
.privacy ul {
	padding: 0 5%;
	margin: 0;
	font-size: .9em;
}
.privacy ul li {
	list-style: parenthesized-decimal;
	margin: 0 0 5px;
}

/*===== Form =====*/
table.request-form {
}
table.request-form th,
table.request-form td {
}
table.request-form th {
	background: #9fd6dd;
}
table.request-form td {
	margin-bottom: 10px;
	background: #f7ffff;
}
table.request-form th .required {
	padding: 3px 5px;
	margin: 0;
	color: #fff;
	background: #ef7148;
	border-radius: 3px;
	white-space: nowrap;
}
table.request-form .wpcf7-form-control-wrap {
	display: inline;
}
table.request-form select {
	display: inline;
}
table.request-form select.w20per {
	width: 20%;
}
table.request-form select.w25per {
	width: 25%;
}
@media (max-width: 768px) {
	table.request-form th,
	table.request-form td {
		display: block;
	}
}
@media (min-width: 769px) {
	table.request-form th,
	table.request-form td {
		padding: 15px;
	}
	table.request-form th {
		border-right: 10px solid #fffaf2;
		border-bottom: 10px solid #fffaf2;
	}
	table.request-form th.ver-top {
		vertical-align: top;
	}
	table.request-form td {
		border-bottom: 10px solid #fffaf2;
	}
	table.request-form select.w20per {
		width: 10%;
	}
	table.request-form select.w25per {
		width: 15%;
	}
}

/*===== 404error =====*/
body.error404,
body.page-id-1178 {
	background: url(img/404/bg-404.jpg) no-repeat;
	background-size: auto;
	background-position: center top;
}
body.error404 .content__main,
body.page-id-1178  .content__main {
	background-color: transparent;
	text-align: center;
}
body.error404 .area404 h2.ttl,
body.page-id-1178 .area404 h2.ttl {
	margin: 30px 0;
	font-size: 4em !important;
}
body.error404 .area404 h2.ttl span,
body.page-id-1178 .area404 h2.ttl span {
	display: block;
	font-size: .4em;
}
body.error404 .area404 .reed,
body.page-id-1178 .area404 .reed {
	font-size: 1.2em;
}
body.error404 .breadcrumbs,
body.page-id-1178 .breadcrumbs {
	display: none;
}
@media (max-width: 768px) {
}
@media (min-width: 769px) {
	body.error404 .area404 h2.ttl,
	body.page-id-1178 .area404 h2.ttl {
		margin: 50px 0;
		font-size: 6.5em !important;
	}
	body.error404 .area404 .reed,
	body.page-id-1178 .area404 .reed {
		font-size: 1.4em;
	}
}

/***** ゴルフ場投稿
*************************************************************************************/
.course-content h2.course-ttl {
	text-align: center;
}
.course-content h2.course-ttl span {
	display: block;
	font-size: .6em;
	padding: 10px 0 0;
}
.course-content .bgstyle02 {
	padding: 5%;
}
ul.course-catch {
	padding: 15px;
	margin: 0;
	background: #eefaff;
}
ul.course-catch li {
	font-size: .8em;
}
ul.course-catch li img {
	width: 100%;
}
ul.course-catch li p {
	font-size: 1.2em;
	font-weight: bold;
}

.course-content h3.course-ttl {
	text-align: center;
}
.course-content h3.course-ttl i {
	margin: 0 0 15px;
	font-size: 2em;
}
.course-content .t-center {
}
table.fee-list {
	margin: 0 auto;
}
table.fee-list i.fa-slash {
	font-size: 1.2em;
}
table.fee-list th,
table.fee-list td {
	white-space: nowrap;
	text-align: center;
	border-left: 2px solid #9fd6dd;
}
table.fee-list th {
	background: #9fd6dd;
	border-right: 2px solid #9fd6dd;
}
table.fee-list th img {
	margin: 0 5px -10px 0;
}
table.fee-list th:nth-of-type(1) {
	border-right: 2px solid #79b1b8;
}
table.fee-list tr:nth-of-type(1),
table.fee-list tr:nth-of-type(5) {
	border-bottom: 2px solid #9fd6dd;
}
table.fee-list td:nth-of-type(even) {
	background: #fff;
}
table.fee-list td:nth-of-type(odd) {
	background: #eefaff;
}
table.fee-list td:nth-of-type(5) {
	border-right: 2px solid #9fd6dd;
}
table.fee-list thead td {
	background: transparent !important;
	border: none !important;
}
table.fee-list td.person {
	background: #9fd6dd;
}
.course-content .attention {
	padding-left: 10%;
	color: #999;
	font-size: .8em;
}
.price-attention {
	padding: 15px;
	margin: 30px 5% 0;
	background: #fff;
	font-size: .8em;
}
.price-attention p.ttl {
	font-size: 1.3em;
	color: #ef7148;
}
.price-attention p.ttl i {
	margin-right: 5px;
}
table.course-info {
	width: 90%;
	margin: 30px auto 0;
}
table.course-info th,
table.course-info td {
	border-bottom: 5px solid #fffaf2;
}
table.course-info th {
	white-space: nowrap;
	background: #9fd6dd;
	text-align: center;
}
table.course-info td {
	background: #fff;
	border-left: 10px solid #fffaf2;
}

body.post-type-archive-my-golfcourse,
body.tax-course_cat {
	background: #fff;
}
.content__wrap {
	padding: 0 5%;
}

ul.course-archive {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
ul.course-archive li {
	width: 48%;
	padding-bottom: 20px;
	margin: 0 0 20px;
	background: #fffaf2;
}
ul.course-archive li a figure {
	position: relative;
}
ul.course-archive li a figure p {
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px;
	margin: 0;
	font-size: .7em;
	background: #9fd6dd;
	color: #313632;
}
ul.course-archive li h2.archive__title {
	padding: 0 10px;
	font-size: .8em;
	text-align: center;
	font-weight: 900;
}
ul.course-archive li h2.archive__title a {
	color: #313632;
	text-decoration: none;
}

ul.course-archive li dl.course-archive-price {
	padding: 0 10px;
}
ul.course-archive li dl.course-archive-price dt {
	font-weight: normal;
}
ul.course-archive li dl.course-archive-price dt span {
	padding: 3px 5px;
}
ul.course-archive li dl.course-archive-price dt span.weekday {
	color: #fff;
	background: #9fd6dd;
	border: 1px solid #9fd6dd;
}
ul.course-archive li dl.course-archive-price dt span.holiday {
	color: #9fd6dd;
	background: #fff;
	border: 1px solid #9fd6dd;
}
ul.course-archive li dl.course-archive-price dd {
	font-size: .9em;
}
ul.course-archive li .button-wrapper {
	margin: 20px 0 0;
}
ul.course-archive li .button-wrapper .more-button {
	width: 85%;
	padding: 10px 24px;
}

@media (max-width: 768px) {
	.course-content .t-center {
		font-size: .8em;
	}
	table.fee-list {
		margin: 0 5%;
	}
	table.course-info th,
	table.course-info td {
		padding: .5em;
		font-size: .8em;
	}
	ul.course-archive li a figure p {
		padding: 2px;
		font-size: .6em;
	}
	ul.course-archive li dl.course-archive-price dt span {
		font-size: .8em;
	}
	ul.course-archive li .button-wrapper .more-button {
		padding: 10px 15px;
	}
}
@media (min-width: 769px) {
	.course-content .bgstyle02 {
		padding: 4% 5%;
		margin: 70px 0 0;
	}
	ul.course-catch {
		padding: 50px;
		margin: 0;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	ul.course-catch li {
		font-size: .8em;
		width: 50%;
		flex-basis: 55%; 
	}
	ul.course-catch li:first-child {
		flex-basis: 45%; 
	}
	ul.course-catch li img {
		width: 100%;
		padding: 50px 0 0 40px;
	}
	ul.course-catch li p {
		margin-top: 0;
		font-size: 1.2em;
	}
	.content__wrap {
		padding: 0;
	}
	ul.course-archive {
		justify-content: flex-start;
	}
	ul.course-archive li {
		width: 32%;
		padding-bottom: 20px;
		margin: 0 2% 30px 0;
	}
	ul.course-archive li:nth-child(3n) {
		margin: 0 0 30px 0;
	}
	ul.course-archive li img {
		width: 100%;
		max-width: 100%;
	}
	ul.course-archive li h2.archive__title {
		font-size: 1.1em;
	}
	ul.course-archive li dl.course-archive-price {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		margin: 30px 0 15px;
	}
	ul.course-archive li dl.course-archive-price dt {
		padding: 0 25px 0 0;
		margin: 0 0 30px;
		text-align: right;
		width: 45%;
	}
	ul.course-archive li dl.course-archive-price dt span {
		padding: 10px 15px;
	}
	ul.course-archive li dl.course-archive-price dd {
		padding: 0;
		margin: 0 0 10px;
		font-size: 1.1em;
		width: 55%;
	}
}
/*===== コース一覧 =====*/
.course-area-block {
	padding: 0;
	margin: 50px 5% 30px;
}
h2.course-list-ttl {
	margin-top: 0;
	font-size: 1.3em;
}
h2.course-list-ttl span {
	display: block;
	color: transparent;
	-webkit-text-stroke: .1px #ef7148;
	font-size: 2em;
}
.course-area-block .text {
	padding: 15px;
	background: #fffaf2;
}
.course-area-block .text p {
	font-size: .9em;
}
.course-area-block .map {
	background: #eefaff;
}
.pagination a {
	background: #9fd6dd;
}
.ys-icon {
	padding: 8px;
}
.pagination__item {
	padding: 5px 15px;
}
@media (min-width: 769px) {
	.course-area-block {
		display: flex;
		margin: 50px 0 30px;
	}
	.course-area-block li {
		width: 50%;
	}
	h2.course-list-ttl {
		margin-top: 0;
		font-size: 1.5em;
	}
	h2.course-list-ttl span {
		-webkit-text-stroke: .1px #ef7148;
		font-size: 2.5em;
		line-height: 1;
	}
	.course-area-block li.text {
		padding: 50px;
		background-image: url(https://flj-sub.com/mgb/wp-content/themes/mgb-child/img/course-list/my/bg-band.png);
		background-repeat: repeat-y;
		background-position: left top;
	}
	.course-area-block li.map {
		display: grid;
		place-content: center;
	}
}

/***** フッター
*************************************************************************************/

.footer-main {
	padding-bottom: 0;
}
.footer-widget .container .foot-sns {
	display: flex;
	flex-direction: row-reverse;
}
.footer-widget .container .foot-sns li {
	padding: 0 0 0 10px;
}
.footer-widget .container .foot-sns li img {
	width: 45px;
}
.footer-widget__container .footer-widget__column {
	font-size: .9em;
}
.footer-widget__container .footer-widget__column .foot-ttl01 {
}
.footer-widget__container .footer-widget__column .foot-ttl01 span {
	padding: 8px 15px;
	background: #9fd6dd;
}
.footer-widget__container .footer-widget__column .foot-info {
	margin: 0;
}
.footer-widget__container .footer-widget__column .foot-info dt {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.footer-widget__container .footer-widget__column .foot-info dt img {
	width: 100px;
}
.footer-widget__container .footer-widget__column .foot-info dd {
	padding: 0;
	margin: 0;
}
.footer-widget__container .footer-widget__column .foot-info dd span {
	display: block;
	font-weight: bold;
}

.footer-widget__container .footer-widget__column #custom_html-3 .custom-html-widget,
.footer-widget__container .footer-widget__column #custom_html-4 .custom-html-widget {
	display: flex;
}
.footer-widget__container .footer-widget__column .foot-menu {
	width: 100%;
	padding: 0 7% 0 3%;
	margin: 0;
}
.footer-widget__container .footer-widget__column .foot-menu p {
	border-bottom: 1px solid #000;
}
.footer-widget__container .footer-widget__column .foot-menu li {
	padding: 0 0 10px;
	font-size: .8em;
}
.footer-widget__container .footer-widget__column .foot-menu li a:hover {
	text-decoration: underline;
}
.footer-main .site-info .container {
	padding: 20px 0;
	margin: 0;
	max-width: 100%;
	background: #9fd6dd;
	text-align: center;
}
.footer-main .site-info {
	margin-top: .5em;
}
.footer-poweredby {
	display: none;
}

.floating {
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	z-index: 999;
	cursor: pointer;
}

/* 表示時に追加されるクラス */
.floating.visible {
	opacity: 1;
	visibility: visible;
}
.floating .close-btn {
	position: absolute;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	top: -50px;
	right: 0px;
	font-size: 50px;
	color: #999;
}
@media (max-width: 768px) {
	.footer-widget .container .foot-sns {
		padding: 0 3% 0 0;
		margin: 0;
	}
	.floating {
		bottom: 20px;
		right: 20px;
		width: 50px;
		height: 50px;
	}
	.floating .close-btn {
		top: -40px;
		font-size: 40px;
	}
}

/***** その他
*************************************************************************************/
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.t-center {text-align:center;}
.f-color-white{color:#fff;}
.f-color-black{color:#313632;}
.f-color-orange{color:#ef7148;}
.f-color-blue{color:#9fd6dd;}


/***** レスポンシブ
*************************************************************************************/
@media (max-width: 768px) {
	.sp-none {
		display: none;
	}
	.mob-w80 {
		width: 80%;
		margin: 0 auto;
	}
	.w100 {
		padding: 30px 0 0;
	}
	.more-button .button-text {
		font-size: .9em;
	}
	.site-branding {
		z-index: 9999;
	}
	.site-branding .site-title a img {
		max-width: 80%;
	}

	nav.global-nav__container ul li.has-submenu > a {
		padding-right: 40px; /* ▼のためのスペースを確保 */
		position: relative;
	}
	/* ▼マーク（右寄せ） */
	nav.global-nav__container ul li.has-submenu:after {
		content: ">";
		position: absolute;
		right: 5px;
		top: 1px;
		transform: rotate(90deg);
		transition: transform 0.3s ease;
		pointer-events: none;
		font-size: 1.5em;
	}
	/* ▼ 回転（開いた状態） */
		nav.global-nav__container ul li.has-submenu.open:after {
		transform: rotate(-90deg);
	}
	/* アコーディオン本体 */
	nav.global-nav__container ul .sub-menu {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}
	nav.global-nav__container ul li.open > .sub-menu {
		max-height: 1000px;
	}
	.site-header__content {
		justify-content: space-between;
	}
	.site-header__content .head-contact {
		margin: 15px 65px 0 0;
	}
	.site-header__content .head-contact a {
		padding: 15px 15px;
		font-size: .7em;
	}
	.sp-menu-line {
		padding: 30px 0 0;
		text-align: center;
	}


	.footer-main {
		padding-top: 0;
	}
	.footer-widget__container {
		display: flex;
		flex-direction: column;
	}
	.footer-widget__container>:first-child {
		margin-top: 2em;
		order: 3;
	}
	.footer-widget__container .footer-widget__column #custom_html-2 .custom-html-widget {
		padding-left: 3%;
		font-size: .8em;
	}
}
@media (min-width: 600px) {
	.footer-widget__container>* {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 769px) {
	.pc-none {
		display: none;
	}
	h4 {
		font-size: 1.8em;
	}
	.pc-mainimg img {
		width: 100%;
		max-width: 100%;
		vertical-align: top;
	}
	.header-type--row1 .site-branding {
		padding: 0 0 .5em;
	}
	.head-contact {
		margin: 0 0 0 20px;
	}
	.head-contact a {
		padding: 20px 70px;
		margin: 0 10px 0 0;
	}
	.global-nav__container {
		margin-top: -8px;
	}
	.global-nav__menu #menu-item-46,
	.global-nav__menu #menu-item-47,
	.global-nav__menu #menu-item-48,
	.global-nav__menu #menu-item-50 {
		padding-right: 20px;
	}
	.global-nav__menu #menu-item-46:after,
	.global-nav__menu #menu-item-47:after,
	.global-nav__menu #menu-item-48:after,
	.global-nav__menu #menu-item-50:after {
		content: "＞";
		position: absolute;
		top: 37%;
		right: 0;
		font-size: .8rem;
		font-weight: 900;
		transform: rotate(90deg);
		transition: transform .5s ease;
	}
	.global-nav__menu #menu-item-46:hover:after,
	.global-nav__menu #menu-item-47:hover:after,
	.global-nav__menu #menu-item-48:hover:after,
	.global-nav__menu #menu-item-50:hover:after {
		transform: rotate(-90deg);
	}
	.global-nav__menu>.menu-item>a {
		padding: 1em 0 .5em;
	}
	.global-nav__menu .menu-item-has-children .sub-menu {
		padding: .5em 0;
		margin-top: 0;
		box-shadow: 0px 2px 5px 0px #ccc;
		border-radius: 8px;
	}
	.global-nav__menu .sub-menu a {
		padding: 8px;
	}
	.global-nav__menu .sub-menu a:hover {
		background: #96d2ba;
		border-radius: 3px;
	}
	.global-nav__menu .sub-menu a:before {
		content: none;
	}
	.global-nav__menu .sub-menu li {
		padding: .5em 1em;
	}
	.sp-menu-line {
		display: none;
	}
	.footer-widget .container .foot-sns li {
		padding: 0 0 0 20px;
	}
	.footer-widget__container>:first-child {
		padding-right: 2em;
		margin-left: 1.5%;
	}
	.footer-main .site-info {
		margin-top: 1em;
	}
	.t-center-pc {
		text-align: center;
	}
}
@media (min-width: 1025px) {
	.has-sidebar .content__main {
		width: auto;
	}
	.content__main {
		max-width: none;
	}
}

