@charset "UTF-8";
/* CSS Document */
html {
	font-size: 14pt;
}

body {
	-webkit-print-color-adjust: exact;
	width: 100%;
	font-family: リュウミン R-KL;
	color: #333;
}
/**********************************
Header
**********************************/
header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 999;
	border-top: solid 4px #0f9bb4;
}

.header_wrap {
	width: auto;
	max-width: 720px;
	margin: 0 auto;
	padding: 10px 8px;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-moz-align-items: center;
	-o-align-items: cente;
	-webkit-align-items: center;
	-ms-align-items: center;
}

.header_wrap .logo {
	width: 76px;
}

.header_wrap .logo img {
	width: 100%;
	height: auto;
}

.header_wrap .lang_nav {
	width: 84px;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
}

.header_wrap .lang_nav li {
	width: 49%;
}

.header_wrap .lang_nav li a {
	display: block;
	width: 100%;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.header_wrap .lang_nav li a:hover {
	color: #333;
}

.header_wrap .lang_nav li:nth-of-type(1) a {
	border-right: solid 2px #fff;
}

/**********************************
Container
**********************************/
.contents_wrap {
	width: 100%;
	overflow:  hidden;
}

/* MENU 1 */
.column.menu1 {
	width: 100%;
	height: 818px;
	background-color: #000;
	position: relative;
	z-index: -4;
}

.column.menu1 .inner {
	width: auto;
	max-width: 414px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -172px;
	z-index: 1;
}

.column.menu1 .inner .copy {
	width: 42%;
	margin: 0 auto;
	padding-top: 180px;
}

.column.menu1 .inner .logo {
	width: 42%;
	margin: 0 auto;
	margin-top: 60px;
}

.column.menu1 .inner .scroll {
	width: 48px;
	margin-left: -24px;
	position: absolute;
	bottom: 40px;
	left: 50%;
}

.column.menu1 .inner img {
	width: 100%;
	height: auto;
}

.main_visual {
	width: 180%;
	height: 818px;
}

.main_visual ul {
	width: 100%;
	height: 818px;
}

.main_visual ul li {
	width: 100%;
	height: 818px;
}

.main_visual ul li img {
	width: 100%;
	height: auto;
	margin-top: -5%;
	opacity: 0.5;
}

/* MENU 2 */
.column.menu2 {
	width: 100%;
}

.column.menu2 .inner {
	width: auto;
	position: relative;
	background-color: #fff;
	padding: 140px 0 140px;
	z-index: 1;
}

.column.menu2 .inner p {
	width: auto;
	max-width: 414px;
	text-align: center;
	margin: 32px auto 0;
	line-height: 2em;
}

.column.menu2 .link_btn a {
	display: block;
	width: 7rem;
	margin:1rem auto;
	padding: 1rem 2rem;
	text-decoration: none;
	background: #0f9bb4;
	border-radius:10px;
	color:#FFF;
	font-size: 1.125rem;
	position: relative;
	z-index: 4;
	bottom: 70px;
}

.column.menu2 .link_btn a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.column.menu2 .inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 28%;
  margin: -7.9% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(6.5deg);
  -ms-transform: rotate(6.5deg);
  transform: rotate(6.5deg);
  z-index: -1;
}

.column.menu2 .inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 14%;
	border-top: solid 70px #0f9bb4;
  margin: -7.9% -10% 0;
  background-color: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-6.5deg);
  -ms-transform: rotate(-6.5deg);
  transform: rotate(-6.5deg);	
}

/* MENU 3 */
.column.menu3 {
	width: 100%;
	position: relative;
	background-color: #f0f0f0;
	padding: 58px 0 98px;
}

.column.menu3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 20px;
	border-bottom: solid 100px #f0f0f0;
  margin: -13% -10% 0;
  background: #f0f0f0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(6.5deg);
  -ms-transform: rotate(6.5deg);
  transform: rotate(6.5deg);
	z-index: 2;
}

.column.menu3 .inner {
	width: auto;
	max-width: 414px;
	margin: 18px auto 0;
}

.column.menu3 .inner .insta_gallery {
	width: 100%;
	height: 680px;
	margin-top: 8px;
}

.column.menu3 .inner .insta_account {
	width: 176px;
	margin: 12px auto 0;
}

.column.menu3 .inner .insta_account img {
	width: 100%;
	height: auto;
}

/* MENU 4 */
.column.menu4 {
	width: 100%;
	margin-top: 70px;
	padding: 13% 0 260px;
	position: relative;
	background-color: #fff;
}

.column.menu4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 8.9%;
	border-top: solid 70px #0f9bb4;
  margin: -21% -10% 0;
  background-color: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-6.5deg);
  -ms-transform: rotate(-6.5deg);
  transform: rotate(-6.5deg);
  z-index: 3;
}

.column.menu4 .inner .heading1 {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.column.menu4 .inner .two_column {
	width: 80%;
	margin: 32px auto 0;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}

.column.menu4 .inner .two_column .two_column_inner {
	width: 49%;
	margin-top: 56px;
}

.column.menu4 .inner .two_column .two_column_inner h3 {
	width: 100%;
	margin-bottom: 1rem;
	text-align: center;
}


.column.menu4 .inner .two_column .two_column_inner img {
	width: 100%;
	height: auto;
}

.column.menu4 .inner .two_column .two_column_inner p {
	font-size: 1.125rem;
	line-height: 1.7em;
	margin-top: 18px;
}

.column.menu4 .inner .thumb_wrap {
width: 82%;
margin: 32px auto 0;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
.column.menu4 .inner .thumb_wrap a {
width:11%;
margin:0.5%;

}
.column.menu4 .inner .thumb_wrap a img {
width:100%;
}



.column.menu4 .inner .icon_wrap {
	width: 84%;
	margin: 32px auto 0;
	padding: 32px 4%;
	border: solid 2px #f0f0f0;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}

.column.menu4 .inner .icon_wrap li {
	width: 13%;
	text-align: center;
	font-size: 1.125rem;
}

.column.menu4 .inner .icon_wrap li img {
	width: 72%;
	margin-bottom: 10px;
}

/* MENU 5 */
.column.menu5 {
	width: 100%;
	padding: 140px 0 180px;
	background-color: #f0f0f0;
	position: relative;
}

.column.menu5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 13%;
  margin: -12.2% -10% 0;
  background: #f0f0f0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(6.5deg);
  -ms-transform: rotate(6.5deg);
  transform: rotate(6.5deg);
  z-index: 2;
}

.column.menu5 .inner .heading2 {
	width: auto;
	margin-top: 48px;
	text-align: center;
}

.column.menu5 .inner .heading3 {
	width: 90%;
	margin: 32px auto 0;
}

.facility_table {
	width: 90%;
	margin: 24px auto;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.facility_table table {
	width: 48%;
	margin: 0 1%;
	line-height: 1.7em;
}

.facility_table th {
	width: 25%;
	padding: 12px 1%;
	text-align: left;
	border-right: solid 1px #333;
}

.facility_table td {
	padding: 12px 3%;
}

/* MENU 6 */
.column.menu6 {
	width: 100%;
	position: relative;
	padding-top: 150px;
	padding-bottom: 150px;
}

.column.menu6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 10%;
	border-top: solid 70px #0f9bb4;
  margin: -12.5% -10% 0;
  background-color: #fff;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-6.5deg);
  -ms-transform: rotate(-6.5deg);
  transform: rotate(-6.5deg);
  z-index: 1;
}

.column.menu6 .inner .ilst_map {
z-index: 9999;
text-align: center;
position:relative;
margin:2rem auto;
}
.column.menu6 .inner .ilst_map img {
width:80%;
}


.column.menu6 .inner .heading1 {
	width: auto;
	margin: 0 auto;
	text-align: center;
}

.column.menu6 .inner .gmap iframe {
	display: block;
	width: 80%;
	height: 480px;
	margin: 56px auto 0;
}

.column.menu6 .inner .address {
	width: auto;
	text-align: center;
	margin-top: 45px;
}

.column.menu6 .inner .address p {
	margin-top: 8px;
	line-height: 1.5em;
}

/* MENU 7 */
.column.menu7 {
	width: 100%;
	position: relative;
	padding-top: 300px;
	padding-bottom: 240px;
}

.column.menu7:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 20%;
  margin: 0 -10% -7%;
  background-color: #fff;
	border-bottom: solid 68px #0f9bb4;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  z-index: 2;
}

.column.menu7 .inner .heading1 {
	width: 84%;
	margin: 0 auto;
}

.column.menu7 .inner p {
	width: auto;
	text-align: center;
	margin-top: 48px;
}

.column.menu7 .inner .reserve_banner_wrap {
	width: 60%;
	min-width: 720px;
	margin: 32px auto 0;
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content:center;
}

.column.menu7 .inner .reserve_banner_wrap li {
	width: 40%;
	margin: 52px 3.5% 0;
}

.column.menu7 .inner .reserve_banner_wrap li img {
	width: 100%;
}

/* MENU 8 */
.column.menu8 {
	width: 100%;
	height: 818px;
	background-image: url(../images/bg_photo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10% center;
	position: relative;
}

.column.menu8 .inner {
	background-color: rgba(255,255,255,0.6);
	height: 500px;
	padding-top: 318px;
}

.column.menu8 .inner p {
	width: 100%;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.5em;
}

.column.menu8 .inner .contact_btn {
	width: 400px;
	margin: 32px auto 0;
}

.column.menu8 .inner .contact_btn img {
	width: 100%;
}

/* about */
.column.about {
	width: 100%;
}

.column.about .inner {
	width: auto;
	background-color: #fff;
	padding: 140px 0 140px;
}

.column.about .inner h2 {
text-align: center;
}

.column.about .inner p {
	width: auto;
	max-width: 90%;
	text-align:justify;
	margin: 32px auto 0;
	line-height: 2em;
}

.column.about .inner img {
	width: 100%;
	max-width: 90%;
	margin: 32px auto 0;
	display: block;
}

.column.about .inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: solid 70px #0f9bb4;
}




/**********************************
Footer
**********************************/
.footer_wrap {
	background-color: #fff;
	width: 100%;
	padding: 98px 0 48px;
}
.footer_wrap .footer_logo {
	width: 75px;
	margin: 0 auto;
}

.footer_wrap .footer_logo img {
	width: 100%;
	height: auto;
}

.footer_wrap .footer_link {
	width: auto;
	text-align: center;
	margin-top: 24px;
	line-height: 2.0;
	font-size: 0.75rem;
}

.footer_wrap .footer_link a {
	text-decoration: none;
}

.copyright {
	width: auto;
	text-align: center;
	font-size: 0.75rem;
	margin-top: 48px;
}
/*
.yadoru_link {
	width: auto;
	margin-top: 160px;
	padding: 32px 18px;
	text-align: right;
}

.yadoru_link a img {
	width: 148px;
	height: auto;
}
*/




/**********************************
Adjust style
**********************************/
/*Heading*/
.heading1 {
	font-size: 1.75rem;
	color: #0f9bb4;
	letter-spacing: 0.1em;
	font-family: リュウミン M-KL;
	width: 100%;
	text-align: center;
}

.heading2 {
	font-size: 1.375rem;
	color: #0f9bb4;
	letter-spacing: 0.1em;
	font-family: リュウミン M-KL;
}

.heading3 {
	font-size: 1.125rem;
	color: #0f9bb4;
	letter-spacing: 0.1em;
	font-family: リュウミン M-KL;
}

.heading4 {
	font-size: 1.0rem;
	color: #0f9bb4;
	letter-spacing: 0.1em;
	font-family: リュウミン M-KL;
	margin-top: 1rem
}

.sp_only {
	display: none;
}