@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:600px){
html {
	font-size: 16px;
}

body {
	width: 100%;
	overflow-x: hidden;
	font-family: リュウミン R-KL;
	color: #333;
	background-color: #fff;
	position: relative;
}
h2 {
position: relative;
z-index: 10;
}

video {/* index タイムラプス用 */
width:99%;
margin: auto;
display: block;
padding: 1rem 0;
position:relative;
z-index: 2;
}

/**********************************
hover
**********************************/
a {
	color: #333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}

a:hover {
	color: #0f9bb4;
}


a img {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all  0.4s ease;
}

a img:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

/**********************************
Header
**********************************/
header {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 999;
	border-top: solid 4px #0f9bb4;
}

.header_wrap {
	width: auto;
	margin: 0 auto;
	padding: 10px 8px 0 13px;
	position: fixed;
}

.header_wrap .logo {
	width: 76px;
	filter: drop-shadow(0px 0px 4px rgba(15,155,180,1.0));
}

.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;
	margin-right: 60px;
}

.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: 590px;
	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: 2;
}

.column.menu1 .inner .copy {
	margin: 0 auto;
	padding-top: 20vh;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	text-orientation: upright;
	line-height: 2.5;
	color: #FFF;
	font-size: 0.9rem;
}


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

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

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

.main_visual {
	width: 280%;
	height: 590px;
}

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

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

.main_visual ul li img {
	width: 100%;
	height: 590px;
	margin-left: -30%;
	opacity: 0.5;
	object-fit:cover;
	object-position:center top;
}


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

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

.column.menu2 .inner p {
	width: auto;
	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: 10%;
	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);
  z-index: 1;
	
}

/* 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 40px #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: 0 auto;
}

.column.menu3 .inner .heading1 {
	margin-bottom: 1rem;
}

.column.menu3 .inner .insta_gallery {
	width: 100%;
	height: auto;
	margin-top: 1rem;
}

.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: 52px;
	padding: 80px 0;
	position: relative;
	background-color: #fff;
}

.column.menu4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 4%;
	border-top: solid 70px #0f9bb4;
  margin: -31% -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.menu4 .inner .heading1 {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.column.menu4 .inner .two_column {
	width: 90%;
	margin: 32px auto 0;
}

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

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

.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: 90%;
margin: 32px auto 0;
display: flex;
flex-wrap: wrap;
justify-content:center;
}
.column.menu4 .inner .thumb_wrap a {
width:24%;
margin:0.5%;
}
.column.menu4 .inner .thumb_wrap a img {
width:100%;
}
.column.menu4 .inner .icon_wrap {
	width: 82%;
	margin: 32px auto 0;
	padding: 14px 4% 32px;
	border: solid 2px #f0f0f0;
	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 .icon_wrap li {
	width: 33%;
	text-align: center;
	font-size: 1.125rem;
	margin-top: 18px;
}

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

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

.column.menu5:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 6%;
  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: 0px;
	text-align: center;
	position: relative;
	z-index: 3
}

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

.facility_table {
	width: 90%;
	margin: 24px auto;
}

.facility_table table {
	width: 100%;
	line-height: 1.7em;
}

.facility_table th {
	display: block;
	width: auto;
	padding: 8px 1%;
	text-align: center;
	background-color: #fff;
}

.facility_table td {
	display: block;
	width: auto;
	padding: 12px 2.5%;
}

.facility_table .blank_cell {
	display: none;
}

/* MENU 6 */
.column.menu6 {
	width: 100%;
	position: relative;
	padding: 200px 0 100px;
}

.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: 20;
text-align: center;
position:relative;
margin:2rem auto;
}
.column.menu6 .inner .ilst_map img {
width:100%;
}

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

.column.menu6 .inner .gmap iframe {
	display: block;
	width: 90%;
	height: 360px;
	margin: 38px 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: auto;
	padding: 0 12px;
	position: relative;
	padding-top: 50px;
	padding-bottom: 120px;
}

.column.menu7:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 10%;
  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: 32px;
	line-height: 1.5em;
}

.column.menu7 .inner .reserve_banner_wrap {
	width: 90%;
	margin: 3rem auto 1rem;
	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-around;
	-moz-justify-content: space-around;
	-o-justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content:center;
}

.column.menu7 .inner .reserve_banner_wrap li {
	width: 70%;
	margin: 25px 0;
}

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

.column.menu7 .inner .reserve_link_wrap {
font-size: 0.70rem;
}


.column.menu7 .inner .heading3 {
	width: 80%;
	margin: 4rem auto 0;
	text-align: center;
}

.column.menu7 .inner p.notes {
	width: 90%;
	margin: 2rem auto;
	line-height: 1.6;
	text-align: center;
	font-size: 0.9rem;
	position: relative;
	z-index: 1000;
}

.column.menu7 .inner ol {
	width: 80%;
	margin: 32px auto 0;
	font-size: 0.85rem;
}
.column.menu7 .inner ol li {
	margin-bottom:1rem;
	line-height: 1.6;
	text-indent: -1rem;
}

.column.menu7 .inner2 {
	width: 98%;
	margin: auto;
	position: relative;
	z-index: 10;
	padding-top: 3rem;
}


.column.menu7 .inner2 img {
	width: 100%;
	text-align: center;
}

.column.menu7 .inner2 p {
	width: 100%;
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.8em;
	padding-top: 1rem;
}

.column.menu7 .inner2 .contact_btn {
	width: 80%;
	margin: 32px auto 0;
}

.column.menu7 .inner2 .contact_btn a {
display: block;
	width: 100%;
	margin:1rem auto;
	padding: 1rem 0;
	text-decoration: none;
	background: #0f9bb4;
	border-radius:10px;
	color:#FFF;
	font-size: 1.5rem;
	text-align: center;
}

.column.menu7 .inner2 .contact_btn a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.column.menu7 .inner .members {
text-align: center;
padding-top: 3rem;
padding-bottom: 3rem;
font-size: 0.8rem;
line-height: 1.5;
}

.column.menu7 .inner .members h3 {
font-size:1rem;
}

.column.menu7 .inner .members a {
font-weight: bold;
}


/* MENU 8 */

.column.foot_shimabara {
	width: 100%;
	height: 300px;
	background-image: url(../images/skyshimabara/bg_photo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10% center;
	position: relative;
}

.column.foot_skykyoto {
	width: 100%;
	height: 300px;
	background-image: url(../images/skykyoto/bg_photo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 10% center;
	position: relative;
}



/* about & contact */
.column.faq,
.column.about,
.column.contact,
.column.about_shimabara{
	width: 100%;
}

.column.faq .inner,
.column.contact .inner,
.column.about_shimabara .inner{
	width: auto;
	background-color: #fff;
	padding: 140px 0 4rem;
}


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

.column.about .inner h2,
.column.contact .inner h2,
.column.about_shimabara .inner h2{
text-align: center;
z-index: 10;
}

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

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

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

.column.faq dl{
	width: 90%;
	margin: 2rem auto;
}

.column.faq dt {
font-size: 1.15rem;
margin: 3rem 0 1.5rem;
font-weight: bold;
text-indent: -2.4rem;
padding-left: 2.4rem;
line-height: 1.618;
}
.column.faq dt:first-letter{
color: #0f9bb4;
font-size: 1.618rem;
}

.column.faq dd {
padding-left: 2.4rem;
text-align: justify;
line-height: 1.618;
}


.column.about .inner p.notes,
.column.about .inner p.cpnotes{
width: 90%;
margin: 2rem auto;
line-height: 1.6;
text-align:justify;
font-size: 0.9rem;
}

.column.about .inner h3{
padding-top: 80px;
}

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

.column.about .inner ol {
	width: 80%;
	margin: 32px auto 0;
	font-size: 0.85rem;
}
.column.about .inner ol li {
	margin-bottom:1rem;
	line-height: 1.6;
	text-indent: -1rem;
}

.column.contact .inner p {
width:90%;
text-align: center;
margin: 3rem auto 3rem;
line-height: 1.6;
}

.column.contact .inner h2:nth-last-child(2){
padding-top: 40px;
padding-bottom: 20px;
}

.column.contact .inner p span{
font-size: 0.6rem;
display: inline-block;
padding-top: 1rem;
}
.column.contact .inner p strong {
font-size: 0.76rem;
font-weight: bold;
margin-top:-1rem;
display: block;
color:orangered;
font-family:"UD新ゴ R",UD Shin Go Regular;
}
.column.contact .inner .policy {
width:80%;
margin:auto;
}
.column.contact .inner .policy p {
width:100%;
text-align: justify;
margin: 1.5rem 0;
font-size:0.9rem;
}
.column.contact .inner .policy ul {
margin-bottom: 1.5rem;
}
.column.contact .inner .policy ul li {
margin:0 1rem 1rem;
text-indent: -1rem;
font-size: 0.9rem;
line-height: 1.5;
}


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

.footer_wrap .inq {
width:100%;
text-align: center;
margin: 0 0 3rem;
line-height: 1.6;
font-size: 0.9rem;
}

.footer_wrap .inq span{
font-size: 0.5rem;
display: inline-block;
padding-top: 1rem;
}

.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;
	line-height: 1.5em;
}

/**********************************
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
}

.pc_only {
	display: none;
}
.btn_booking {
width:300px;
border:1px solid #000;
text-align: center;
margin: 2rem auto;
padding: 1rem 0;
}

.btn_booking a.sky {
display: block;
background-color: #FFF;
text-decoration: none;
text-align: center;
padding: 1.0rem 0;
color: #000;
}

.fixbtn_booking {
position: fixed;
bottom:20px;
right: 20px;
width:auto;
border: 1px solid #000;
z-index: 10000;
}

.fixbtn_booking a.sky {
display: block;
border: solid thin #CCC;
width:150px;
background-color: #FFF;
text-decoration: none;
text-align: center;
padding: 1.0rem 0;
}



/* index_head */
.column.index_head {
	width: 100%;
	height: 100vh;
	background-color: #000;
	position: relative;
	z-index: -4;
}

.index_main_visual {
	width: 100%;
	height: 100vh;
}

.index_main_visual ul {
	width: 100%;
	height: 100vh;
}

.index_main_visual ul li {
	width: 100%;
	height: 100vh;
}

.index_main_visual ul li img {
	height: 100vh;
	opacity: 0.4;
	object-fit:cover;
}
.column.index_head .inner {
	width: auto;
	max-width: 414px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -172px;
	z-index: 2;
}

.column.index_head .inner .copy {
	margin: 0 auto;
	padding-top: 25vh;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	text-orientation: upright;
	line-height: 2.2;
	color: #FFF;
	font-size: 1rem;
}


.column.index_head .inner .logo {
	width: 40.57971%;
	margin: 0 auto;
	margin-top: 20px;
}

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

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


/* index_video */
.column.index_video {
	width: 100%;
}
.column.index_video .inner {
	width: auto;
	position: relative;
	background-color: #fff;
	padding: 140px 10px 0px;
	z-index: 1;
}

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


.column.index_video .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.index_video .inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 10%;
  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);
  z-index: 1;
	
}



/* INDEX MENU  */
.column.index_menu {
	width: 100%;
	position: relative;
}

.column.index_menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 820px;
  margin: -7.9% -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: -1;
}

.column.index_menu .inner {
	width: 100%;
	margin: 4rem auto 6rem;
}

.column.index_menu .inner p {
	text-align:center;
	line-height: 1.618;
	padding: 4rem 0;
	width:90%;
	margin: auto;
}

.column.index_menu .inner .box {
width:100%;
}

.column.index_menu .inner .box a{
display: block;
width:100%;
text-align: center;
text-decoration: none;
padding-bottom: 3rem
}

.column.index_menu .inner .box h2{
line-height: 1.6;
font-size: 1.6rem;
color: #0f9bb4;
}
.column.index_menu .inner .box h2 span {
font-size: 1.2rem;
}

.column.index_menu .inner .box img{
width:99%;
}

.column.origin {
	width: 100%;
	margin-top: 52px;
	padding: 160px 0 50px;
	position: relative;
	background-color: #fff;
}

.column.origin:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 7.8%;
	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);
  z-index: 1;
}

.column.origin .inner .insta_gallery {
	width: 90%;
	margin: 3rem auto 1rem;
}

.column.origin .inner .insta_account {
	width: 100%;
	margin: 12px auto 100px;
	text-align: center;
	font-size: 1.0rem;
	font-family: "UD新ゴ M","UD Shin Go Medium";
}

.column.origin p{
text-align: center;
padding: 3rem 0 0;
line-height: 1.618;
width:90%;
margin: auto;
}

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

.column.guide .inner {
	width: auto;
	background-color: #fff;
	padding: 10px 0 4rem;
}
/*
.column.guide .inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: solid 100px #0f9bb4;
}*/

.column.guide .inner h2 {
text-align: center;
z-index:10;
}

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

.column.guide .inner h3 {
text-align: center;
z-index:10;
margin-top: 5rem
}

.column.guide .inner h4 {
text-align: center;
z-index:10;
margin-top: 1rem;
}

.column.guide .inner img {
	width: 80%;
	margin: 1rem auto 0;
	display: block;
	border-radius: 50%;
}

.column.guide .inner .contact_btn {
	width: 90%;
	margin: 4rem auto 0;
	padding-bottom: 0.5rem;
}

.column.guide .inner .contact_btn a {
	display: block;
	width: 100%;
	margin:1rem auto;
	padding: 2rem 0;
	text-align: center;
	text-decoration: none;
	background: #0f9bb4;
	border-radius:10px;
	color:#FFF;
	font-size: 1.4rem;
}

.column.guide .inner .contact_btn a:hover {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}



}