﻿@charset 'UTF-8';
.section-mv {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.mv_list {
	width: 100%;
	margin: 0 auto;
}

.mv_list li {
	width: 1100px;
	float: left;
}

.mv_list li img {
	width: 100%;
	height: auto;
}

.mv_list li a {
	outline: none;
}

.mv_list li a img {
	transition : all ease-in-out .2s;
}

.mv_list li a:hover img {
	opacity : .5;
}

.section-txt {
	font-size: 1.3rem;
	text-align: center;
	line-height: 1.8;
}

#section-news {
	padding: 50px 0;
	background-color: #faf2f6;
}

.news_list {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.news_list li {
	width: 240px;
	margin-right: 18px;
	margin-left: 17px;
	float: left;
}

.news_list li+li {
	
}

.news_list li img {
	width: 100%;
	height: auto;
}

.news_list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	outline: none;
}

.news_list li .news_image {
	margin-bottom: 10px;
}

.news_list li .news_ttl {
	font-size: 1.6rem;
	line-height: 1.4;
	padding-bottom: 5px;
}

.news_list li .news_date {
	font-size: 1.2rem;
	line-height: 1.4;
}

.news_list li a:after {
	content: 'もっと読む >>';
	font-size: 1.4rem;
	line-height: 1.4;
	color: #119458;
	text-decoration: underline;
	position: absolute;
	right: 0;
	bottom: 0;
}

.news_list .slick-arrow {
	position: absolute;
	width: 16px;
	height: auto;
	top: 77px;
	cursor: pointer;
}

.news_list .slick-arrow img {
	width: 100%;
	height: auto;
}

.news_list .prev-arrow {
	left: -16px;
}

.news_list .next-arrow {
	right: -16px;
}

#section-summary {
	margin-top: 130px;
}

.summary_movie {
	width: 700px;
	margin: 0 auto 35px;
}

.summary-txt {
	padding-bottom: 40px;
}

.tel_info {
	padding-top: 40px;
	font-size: 1.8rem;
	text-align: center;
}

.tel_info-ttl {
	font-weight: bold;
    padding-bottom: 15px;
}

.tel_info-num {
	font-family: Futura;
    font-size: 6.0rem;
    line-height: 0.9;
    padding-bottom: 5px;
	pointer-events: none;
}

.tel_info-time {
	font-family: Futura;
	font-weight: bold;
}

.tel_info-time span {
	font-size: 2.4rem;
	font-weight: normal;
}

#section-machine {
	padding: 70px 0 140px;
	background-color: #faf2f6;
}

#section-machine .section-inner {
	width: 965px;
	position: relative;
}

.machine-txt {
	padding-bottom: 20px;
}

.machine-logo {
	display: block;
	width: 168px;
	height: 168px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	color: #d13d82;
	font-size: 2.0rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.5;
	position: absolute;
	top: 0;
}

.machine-logo p {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#machine-logo-01 {
	left: 0;
}

#machine-logo-02 {
	right: 0;
}

.machine-list {
	
}

.machine-list > li {
	padding-top: 70px;
}

.machine-list-ttl {
	padding-bottom: 30px;
	text-align: center;
	color: #119458;
	font-size: 3.0rem;
	font-weight: normal;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.5;
}

.machine-list-block {
	width: 100%;
	display: table;
}

.machine-list-block > div {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.machine-list-left {
	width: 540px;
	padding-right: 20px;
}

.machine-list-left img {
	width: 100%;
	height: auto;
}

.machine-label {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.machine-label li {
	width: 135px;
	height: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background-color: #f9a0cd;
	font-size: 1.4rem;
	font-weight: bold;
}

.machine-label li + li{
	margin-left: 10px;
}

.machine-label li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.machine-label li:nth-child(n+4) {
	margin-top: 30px;
}

.machine-label li span {
	font-size: 1.3rem;
}

.machine-list-subttl {
	padding-bottom: 20px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.5;
}

.machine-list-txt {
	font-size: 1.6rem;
	line-height: 1.8;
}

.section-guide {
	
}

.guide-list {
	
}

.guide-list > div + div {
	margin-top: 45px;
}

.guide_img {
	text-align: center;
}

.guide-ttl {
	padding-bottom: 20px;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	color: #119458;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.5;
}

.guide-time-block {
	width: 960px;
	margin: 0 auto;
	display: table;
}

.guide-time-block > div {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.guide-time-left {
	width: 480px;
	padding-right: 30px;
}

.guide-time-left img {
	width: 100%;
	height: auto;
}

.guide-time-right .guide-time-right-block + .guide-time-right-block {
	padding-top: 30px;
}

.guide-time-subttl {
	padding-bottom: 5px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}

.guide-time-txt {
	font-size: 1.6rem;
	line-height: 1.8;
}

.guide-tbl {
	width: 100%;
}

.guide-tbl th {
	width: 120px;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: right;
}

.guide-tbl td {
	width: 165px;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: right;
	padding-left: 30px;
}

.guide-tbl td+td {
	width: auto;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
}

.guide-facility-block {
	width: 960px;
	margin: 0 auto;
	display: table;
}

.guide-facility-block > div {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.guide-facility-left {
	width: 480px;
	padding-right: 30px;
}

.guide-facility-left img {
	width: 100%;
	height: auto;
}

.guide-facility-pc {
	display: block;	
}

.guide-facility-sp {
	display: none;	
}
	
.guide-facility-img {
	overflow: hidden;
}

.guide-facility-img li {
	width: 127px;
	float: left;
}

.guide-facility-img li+li {
	margin-left: 34px;
}

.guide-facility-txt {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: -.1rem;
}

.guide-fee {
	padding-bottom: 40px;	
}

.guide-fee-tbl-pc {
	display: table;
}

.guide-fee-tbl-sp {
	display: none;
}
	
.guide-fee-tbl {
	width: 100%;
	box-sizing: border-box;
}

.guide-fee-tbl tr {
}

.guide-fee-tbl thead th {
	padding: 5px 0;
	background-color: #f9a0cd;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*
.guide-fee-tbl th+th {
	border-left: 1px solid #5e3720;
}
*/

.guide-fee-tbl thead .col1 {
	width: 165px;
}

.guide-fee-tbl thead .col2 {
	width: 435px;
}

.guide-fee-tbl thead .col3 {
	width: 165px;
}

.guide-fee-tbl thead .col4 {
	width: 165px;
}

.guide-fee-tbl thead .col5 {
	
}

.guide-fee-tbl tbody {
	border-top: 1px solid #5e3720;
	border-bottom: 1px solid #5e3720;
}

.guide-fee-tbl tbody tr.bg {
	background-color: #faf2f6;
}

.guide-fee-tbl tbody td {
	line-height: 1.5;
	text-align: center;
}

.guide-fee-tbl tfoot td {
	padding: 5px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	color: #c50725;
}

.guide-fee-tbl thead th {
	border-left: 1px solid #5e3720;
	border-top: 1px solid #5e3720;
	border-bottom: 1px solid #5e3720;
}

.guide-fee-tbl tbody td {
	border-left: 1px solid #5e3720;
	border-top: 1px solid #efebe8;
}

.guide-fee-tbl tfoot td {
	border-left: 1px solid #5e3720;
	border-right: 1px solid #5e3720;
	border-bottom: 1px solid #5e3720;
}

.guide-fee-tbl tbody td.col3_1 {
	border-top: 1px solid #5e3720;
}

.guide-fee-tbl thead tr th:last-child,
.guide-fee-tbl tbody tr td:last-child {
	border-right: 1px solid #5e3720;
}

.guide-fee-tbl tbody td span {
	font-size: 1.4rem;
	font-weight: normal;
}

.guide-fee-tbl tbody .col2,
.guide-fee-tbl tbody .col3,
.guide-fee-tbl tbody .col3_1,
.guide-fee-tbl tbody .col4,
.guide-fee-tbl tbody .col5 {
	border-left: 1px solid #5e3720;
}

.guide-fee-tbl tbody .col1 {
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.5;
}

.guide-fee-tbl tbody .col2 {
	padding: 15px 15px;
	vertical-align: middle;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.8;
}

.guide-fee-tbl tbody .col3,
.guide-fee-tbl tbody .col4 {
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.guide-fee-tbl tbody .col3_1 {
	padding: 5px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
}

.guide-fee-tbl tbody .col5 {
	padding: 15px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #c50725;
}

.guide-fee-txt {
	font-size: 1.2rem;
	padding-top: 10px;
}

#section-access {
	padding: 70px 0 35px;
	background-color: #faf2f6;
}

.access-txt {
	padding-bottom: 60px;
}

.access-block {
	width: 935px;
	margin: 0 auto;
	display: table;
}

.access-block > div {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}

.access-right {
	width: 558px;
}

.access-right-img img {
	width: 100%;
	height: auto;
}

.btn_map {
	padding-top: 10px;
	text-align: right;
}

.btn_map a {
	font-size: 1.4rem;
	color: #119458;
	text-decoration: underline;
}

.access-left-ttl {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1.5;
}

.access-left-txt {
	font-size: 1.6rem;
	line-height: 1.8;
}

.access-left-txt+.access-left-txt {
	padding-top: 25px;
}

@media screen and (max-width: 767px) {
	
	.section-mv {
		width: 100%;
		overflow: hidden;
		padding-bottom: 20px;
	}
	
	.mv_list {
		width: 100%;
		margin: 0 auto;
	}
	
	.mv_list li {
		width: 1100px;
		float: left;
	}
	
	.mv_list li img {
		width: 100%;
		height: auto;
	}
	
	.mv_list li a img {
		transition : all ease-in-out .2s;
	}
	
	.mv_list li a:hover img {
		opacity : .5;
	}
	
	.section-txt {
		font-size: 1.3rem;
		text-align: center;
		line-height: 1.8;
	}
	
	#section-news {
		padding: 25px 0;
		margin-top: 80px;
		background-color: #faf2f6;
	}
	
	.news_list {
		width: 100%;
		padding: 0 24px;
		box-sizing: border-box;
	}
	
	.news_list li {
		width: auto;
		margin-right: 0;
		margin-left: 0;
		float: left;
	}
	
	.news_list li+li {
		
	}
	
	.news_list li img {
		width: 100%;
		height: auto;
	}
	
	.news_list li a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	
	.news_list li .news_image {
		margin-bottom: 7px;
	}
	
	.news_list li .news_ttl {
		font-size: 1.5rem;
		line-height: 1.4;
		padding-bottom: 5px;
	}
	
	.news_list li .news_date {
		font-size: 1.2rem;
		line-height: 1.4;
	}
	
	.news_list li a:after {
		content: 'もっと読む >>';
		font-size: 1.3rem;
		line-height: 1.4;
		color: #119458;
		text-decoration: underline;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	.news_list .slick-arrow {
		position: absolute;
		width: 15px;
		height: auto;
		top: 50%;
		margin-top: -12.5px;
	}
	
	.news_list .slick-arrow img {
		width: 100%;
		height: auto;
	}
	
	.news_list .prev-arrow {
		left: 0;
	}
	
	.news_list .next-arrow {
		right: 0;
	}
	
	.news_list .slick-dots {
		padding-top: 15px;
		text-align: center;
	}
	
	.news_list .slick-dots li {
		display: inline-block;
		width: 10px;
		height: 10px;
		float: none;
	}
	
	.news_list .slick-dots li+li {
		margin-left: 15px;
	}

	.news_list .slick-dots li button {
		display: block;
		width: 10px;
		height: 10px;
		background-color: #c9c9c9;
		border-radius: 5px;
		cursor: pointer;
		text-indent: -9999px;
		padding: 0;
		margin: 0;
	}
	
	.news_list .slick-dots li.slick-active button {
		background-color: #313131;
	}
	
	#section-summary {
		margin-top: 60px;
	}
	
	.summary_movie {
		width: 100%;
		margin: 0 auto 20px;
	    position:relative;
	    padding-top:56.25%;
	}
	.summary_movie iframe{
	  position:absolute;
	  top:0;
	  right:0;
	  width:100%;
	  height:100%;
	}
	
	
	.summary-txt {
		padding-bottom: 30px;
	}
	
	.tel_info {
		padding-top: 30px;
		font-size: 1.3rem;
		text-align: center;
	}
	
	.tel_info-ttl {
		font-weight: bold;
	    padding-bottom: 10px;
	}
	
	.tel_info-num {
		font-family: Futura;
	    font-size: 4.5rem;
	    line-height: 0.9;
	    padding-bottom: 5px;
		pointer-events: inherit;
	}
	
	.tel_info-time {
		font-family: Futura;
		font-weight: bold;
	}
	
	.tel_info-time span {
		font-size: 1.8rem;
		font-weight: normal;
		display: inline-block;
		padding-left: 5px;
	}
	
	#section-machine {
		margin-top: 50px;
		padding: 25px 0 40px;
		background-color: #faf2f6;
	}
	
	#section-machine .section-inner {
		width: 100%;
		position: relative;
	}
	
	.machine-txt {
		padding-bottom: 0;
	}
	
	.machine-logo-block {
		text-align: center;
		padding-bottom: 30px;
	}
	
	.machine-logo {
		display: inline-block;
		width: 140px;
		height: 140px;
		background-color: #fff;
		border-radius: 50%;
		text-align: center;
		color: #d13d82;
		font-size: 1.7rem;
		font-weight: bold;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		line-height: 1.5;
		position: relative;
		top: 0;
	}
	
	.machine-logo p {
		width: 100%;
		height: auto;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	}
	
	#machine-logo-01 {
		left: 0;
	}
	
	#machine-logo-02 {
		right: 0;
		margin-left: 20px;
	}
	
	.machine-list {
		
	}
	
	.machine-list > li {
		padding-top: 40px;
	}
	
	.machine-list-ttl {
		padding-bottom: 20px;
		text-align: center;
		color: #119458;
		font-size: 2.25rem;
		font-weight: normal;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		line-height: 1.5;
	}
	
	.machine-list-block {
		width: 100%;
		display: block;
	}
	
	.machine-list-block > div {
		display: block;
		text-align: left;
		vertical-align: top;
	}
	
	.machine-list-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 15px;
	}
	
	.machine-list-left img {
		width: 100%;
		height: auto;
	}
	
	.machine-label {
		width: 100%;
		overflow: hidden;
		margin-bottom: 35px;
	}
	
	.machine-label li {
		width: 32%;
		height: 30px;
		float: left;
		line-height: 30px;
		text-align: center;
		color: #fff;
		background-color: #f9a0cd;
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	.machine-label li + li{
		margin-left: 2%;
	}
	
	.machine-label li:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	
	.machine-label li:nth-child(n+4) {
		margin-top: 15px;
	}
	
	.machine-label li span {
		font-size: 1.0rem;
	}
	
	.machine-list-subttl {
		padding-bottom: 15px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		line-height: 1.5;
	}
	
	.machine-list-txt {
		font-size: 1.3rem;
		line-height: 1.8;
		padding: 0 12px;
	}
	
	.section-guide {
		
	}
	
	.guide-list {
		
	}
	
	.guide-list > div + div {
		margin-top: 45px;
	}
	
	.guide_img {
		text-align: center;
	}
	
	.guide-ttl {
		padding-bottom: 15px;
		text-align: center;
		font-size: 2.25rem;
		font-weight: bold;
		color: #119458;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		line-height: 1.5;
	}
	
	.guide-time-block {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	
	.guide-time-block > div {
		display: block;
		text-align: left;
		vertical-align: top;
	}
	
	.guide-time-left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	
	.guide-time-left img {
		width: 100%;
		height: auto;
	}
	
	.guide-time-right {
		padding: 0 12px;
	}
	
	.guide-time-right .guide-time-right-block + .guide-time-right-block {
		padding-top: 15px;
	}
	
	.guide-time-subttl {
		padding-bottom: 5px;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.5;
	}
	
	.guide-time-txt {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	
	.guide-tbl {
		width: 100%;
	}
	
	.guide-tbl th {
		width: 90px;
		font-size: 1.2rem;
		line-height: 1.8;
		text-align: right;
	}
	
	.guide-tbl td {
		width: 105px;
		font-size: 1.2rem;
		line-height: 1.8;
		text-align: right;
		padding-left: 10px;
		box-sizing: content-box;
	}
	
	.guide-tbl td+td {
		width: auto;
		font-size: 1.1rem;
		line-height: 1.8;
		text-align: left;
	}
	
	.guide-facility-block {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	
	.guide-facility-block > div {
		display: block;
		text-align: left;
		vertical-align: top;
	}
	
	.guide-facility-left {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	
	.guide-facility-left img {
		display: inline-block;
		width: auto;
		height: auto;
	}
	
	.guide-facility-pc {
		display: none;	
	}
	
	.guide-facility-sp {
		display: block;
		padding: 0 24px;
	}

	.guide-facility-img {
		overflow: hidden;
	}
	
	.guide-facility-img li {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.guide-facility-img li+li {
		margin-left: 0;
	}
	
	.guide-facility-sp .slick-arrow {
		position: absolute;
		width: 15px;
		height: auto;
		top: 50%;
		margin-top: -12.5px;
	}
	
	.guide-facility-sp .slick-arrow img {
		width: 100%;
		height: auto;
	}
	
	.guide-facility-sp .prev-arrow {
		left: 0;
	}
	
	.guide-facility-sp .next-arrow {
		right: 0;
	}
	
	.guide-facility-right {
		padding-top: 10px;
	}
	
	.guide-facility-txt {
		font-size: 1.3rem;
		line-height: 1.8;
		letter-spacing: -.1rem;
	}
	
	.guide-fee {
		padding-bottom: 30px;	
	}
	
	.guide-fee-tbl-pc {
		display: none;
	}

	.guide-fee-tbl-sp {
		display: table;
	}
	
	.guide-fee-tbl-sp+.guide-fee-tbl-sp {
		margin-top: 25px;
	}
	
	.guide-fee-tbl {
		width: 100%;
		box-sizing: border-box;
	}
	
	.guide-fee-tbl tr {
	}
	
	.guide-fee-tbl tbody th {
		width: 140px;
		box-sizing: content-box;
		padding: 10px 0;
		background-color: #f9a0cd;
		font-size: 1.3rem;
		font-weight: bold;
		color: #fff;
		line-height: 1.5;
		text-align: center;
		vertical-align: middle;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}
	
	/*
	.guide-fee-tbl th+th {
		border-left: 1px solid #5e3720;
	}
	*/
	
	.guide-fee-tbl tbody {
		border-top: 1px solid #5e3720;
		border-bottom: 1px solid #5e3720;
	}
	
	.guide-fee-tbl tbody td {
		padding: 10px;
		font-size: 1.3rem;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
	}
	
	.guide-fee-tbl tfoot td {
		padding: 10px;
		vertical-align: middle;
		text-align: center;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.5;
		color: #c50725;
	}
	
	.guide-fee-tbl tbody th {
		border-left: 1px solid #5e3720;
		border-top: 1px solid #5e3720;
		border-bottom: 1px solid #5e3720;
	}
	
	.guide-fee-tbl tbody td {
		border-left: 1px solid #5e3720;
		border-top: 1px solid #5e3720;
		border-bottom: 1px solid #5e3720;
	}
	
	.guide-fee-tbl tfoot td {
		border-left: 1px solid #5e3720;
		border-right: 1px solid #5e3720;
		border-bottom: 1px solid #5e3720;
	}
	
	.guide-fee-tbl tbody tr td:last-child {
		border-right: 1px solid #5e3720;
		border-left: 1px solid #5e3720;
	}
	
	.guide-fee-tbl tbody td span {
		font-size: 1.3rem;
		font-weight: normal;
	}
	
	.guide-fee-tbl tbody td span.attend {
		font-size: 1.0rem;
		font-weight: normal;
		color: #000;
	}

	.guide-fee-tbl tbody .col1 {
		padding: 10px;
	    vertical-align: middle;
	    text-align: left;
	    font-size: 1.3rem;
	    font-weight: bold;
	    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	    line-height: 1.5;
	}
	
	.guide-fee-tbl tbody .col3,
	.guide-fee-tbl tbody .col4,
	.guide-fee-tbl tbody .col5 {
		padding: 10px;
		vertical-align: middle;
		text-align: left;
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.5;
		color: #c50725;
	}
	
	.guide-fee-tbl tbody .col3_1 {
		padding: 10px;
		vertical-align: middle;
		text-align: left;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.5;
	}
	
	.guide-fee-tbl tbody .col3_1 span {
		font-size: 1.3rem;
		color: #c50725;
		font-weight: bold;
	}

	.guide-fee-txt {
		font-size: 1.1rem;
		padding-top: 8px;
	}
	
	#section-access {
		padding: 35px 0 25px;
		margin-top: 60px;
		background-color: #faf2f6;
	}
	
	.access-txt {
		padding-bottom: 20px;
	}
	
	.access-block {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	
	.access-block > div {
		display: block;
		text-align: left;
		vertical-align: top;
	}
	
	.access-right {
		padding-top: 25px;
		width: 100%;
	}
	
	.access-right-map iframe {
		width: 100%;
		height: auto;
	}
	
	.btn_map {
		padding-top: 10px;
		text-align: center;
	}
	
	.btn_map a {
		font-size: 1.3rem;
		color: #119458;
		text-decoration: underline;
	}
	
	.access-left-ttl {
		padding-bottom: 10px;
		font-size: 1.5rem;
		font-weight: bold;
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
		line-height: 1.5;
	}
	
	.access-left-txt {
		font-size: 1.3rem;
		line-height: 1.8;
	}
	
	.access-left-txt+.access-left-txt {
		padding-top: 20px;
	}
}