@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese');

html{
	font-size: 62.5%;/*16px ×　62.5%=10px*/
	-webkit-overflow-scrolling: touch;
}
body{
	overflow-x: hidden;
	overflow: scroll;
	color:#1A2D51;
	font-family: "Robot","Noto Sans JP",sans-serif;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
	font-feature-setting: "palt";
	letter-spacing: 0.05em; 
	-webkit-font-smoothing: anticaliased;
	-moz-osx-font-smoothing: grayscale;
}
img{
	max-width: 100%;
	height: auto;
}
a{
	color: #1A2D51;
	text-decoration: none;
}
.private{
	display: none;
}
.text-center{
	text-align: center;
}
.text-left{
	text-align: left;
}
.sp-on{
	display: none;
}
.midcreen{
	display: inline;
}
.midscreen-on{
	display: none;
}
.pc-hid{
	display: none;
}
.sp-hid{
	display: block;
}

.highlight{
	background:linear-gradient(transparent 60%, rgba(225,216,0,0.3) 0%);
}

.highlight2{
	background:linear-gradient(transparent 60%, rgba(225,216,0,0.3) 0%);
}
.inner{
	position: center;
	max-width: 1200px;
	margin: 0rem auto;
}

.pdf-top{
	margin-top: 5rem;
	margin-bottom: 4rem;
	font-weight: 450;
	text-decoration: underline;
}
.pdf2{
	display: block;
	margin-top: 1.3rem;
}
.pdf-file{
	text-decoration: underline;
	margin-top: 3rem;
	margin-bottom: 1rem;
}
/*------------------
*
* 受付開始しました！！！
*
*-------------------*/
.comment{
	text-align: center;
	margin: 3.5rem 10rem 0 10rem;
	color: #ea3a25;
	font-weight: bold;
	font-size: 2rem;
}

/*------------------
*
* header
*
*-------------------*/
.header{
	max-width: 100%;
	display: flex;
	position: fixed;
    align-items: center;
    width: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 100;
	padding: 2rem 0;	
}
.header-logo-key{
	position: absolute;
}
.header-logo{
	position: relative;
	top: 2.5rem;
	left: 5rem;
}

.contents-ja{
	font-size: 1.5rem;
	font-weight: 600;
}
.contents-ja {
  position: relative;
  padding-top: 7px;
  display: inline-block;
  text-decoration: none;
}

.contents-ja::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1A2D51;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.contents-ja:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.header>nav>ul{
	display: flex;
	text-align: center;
}
.header>nav{
	margin: 0 0 0 auto;
}

.header>nav>ul>li{
	margin-right: 32px;
}
.header>nav>ul>li:last-of-type{
	margin-right: 5rem;
}
.header-sns{
	margin: 1rem 5rem auto 0;
}
.header-sns img{
  transform: scale(1);
  transition: .3s ease-in-out;
}
.header-sns:hover img {
  transform: scale(1.2);
}
/*-----------------------
*固定ボタン
------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn-book,
a.btn-book,
button.btn-book {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
	position: fixed;
    z-index: 100;
    bottom: 5rem;
    right: 5rem;
}

a.btn-c {
  font-size: 2rem;

  position: relative;

  padding: 1.5rem 4rem 1.5rem 6rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.btn-c span {
	font-size: 1.3rem;
    line-height: 1.3;
    position: absolute;
    top: -17px;
    left: -25px;
    width: 75px;
    height: 75px;
    padding-top: 19px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff;
}

a.btn-c span em {
  font-style: normal;
  color: #d20010;
}

a.btn-c small{
  font-weight: bold;
	font-size: 15px;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #000;
  background: #fff21a;
  -webkit-box-shadow: 0 2px 0 #e6d900;
  box-shadow: 0 2px 0 #e6d900;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

/*=============================================================*/
.btn-cta{
	position: fixed;
    z-index: 100;
    bottom: 5rem;
    right: 5rem;
}
a.btn_22 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 3rem;
	font-weight: bold;
	border: 2px solid #40bbe8;
	background: #40bbe8;
	color: #fff;
	border-radius: 5px;
	transition: 0.5s;
	animation: move_d 2s infinite;
	box-shadow: 0 5px 0 rgb(6, 134, 178, 1);
	position: relative;
}
a.btn_22:hover {
	color: #308cae;
	background: #fff;
	border: 2px solid #308cae;
}
.btn_22 span{
	font-size: 13px;
	display: block;
	font-weight: 400;
}




/*-----------------------
*フッター
------------------------*/
.footer{
	border-top: solid 5px #E86D40; 
	background-color: #1A2D51;
	color: #ffffff;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 5px;
	justify-content: center;
}
.footer-innner{
	padding: 50px 82px 60px 0;
}
.contact-logoarea{
	margin: auto 0;
	display: inline-block;
	width: 319px;
}
.contact-logo{
	margin: 0 35px;
    padding-left: 36px;
}
.contact-text{
	text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714;
}
.contact-text small{
	display: block;
	margin: 10px 0 0 0;
}
.contact-text small a{
	color: white;
	text-decoration: underline;
}
.contact-infoarea{
	margin: auto 0;
	display: inline-block;
}
.contact-infoarea>div:first-child{
	margin: 0px 0 36px 0;
}
.contact-info p a{
color: white;
    margin-right: 49px;
}

.footer-contents{
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: center;
	margin: 5rem 0 5rem 10rem;
}
small{
	font-size: 1.2rem;
}
/*------------------
*タイトル
--------------------*/	
.title{
	color: #E86D40;
	font-family: "futura", Gadget, "sans-serif";
	font-size: 11rem;
	font-weight: 400;
	padding-right: 10rem;
}
.title>span{
    color: #FFFFFF;
    margin: -6.8rem 0 0;
    display: block;
    font-size: 2rem;
    background: #E86D40;
}
.title::before{
	content: "";
	margin: 4rem;
}
.title span::before{
	content: "";
	margin: 4rem;
}
.plan-ttl{
	text-align: left;
}
.plan-ttl>p{
	display: inline-block;
	text-align: right;
	color: #E86D40;
    font-family: "futura", Gadget, "sans-serif";
    font-size: 7rem;
    font-weight: 400;
    margin: 0 10rem;
}
.plan-ttl>p>span{
	display: block;
	font-size: 2.5rem;
	margin:-4.3rem 0rem 0;
}
.base-ttl{
	text-align: left;
}
.base-ttl>p{
	display: inline-block;
	text-align: right;
	color: #E86D40;
    font-family: "futura", Gadget, "sans-serif";
    font-size: 8rem;
    font-weight: 400;
    margin: 0 10rem;
}
.base-ttl>p>span{
	display: block;
	font-size: 2.5rem;
	margin:-4.3rem 0rem 0;
}
.base-ttl2{
	text-align: right;
}
.base-ttl2>p{
	display: inline-block;
	text-align: right;
	color: #E86D40;
    font-family: "futura", Gadget, "sans-serif";
    font-size: 7rem;
    font-weight: 400;
    margin: 0 10rem;
}
.base-ttl2>p>span{
	display: block;
	font-size: 2.5rem;
	margin:-4.3rem 0rem 0;
}
.outfit-ttl{
	text-align: left;
}
.outfit-ttl>p{
	display: inline-block;
	text-align: right;
	color: #E86D40;
    font-family: "futura", Gadget, "sans-serif";
    font-size: 7rem;
    font-weight: 400;
}
.outfit-ttl>p>span{
	display: block;
	font-size: 2.5rem;
	margin:-4.3rem 0rem 0;
}


/*------------------
* fade in
*-------------------*/
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 2.5s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*-------------
*ボタン
--------------*/
.btn {
	display: block;
    font-weight: 400;
    text-align: center;
    border: 2px solid #1A2D51;
    border-radius: 0.7rem;
    background: #fff;
    -webkit-box-shadow: 4px 4px 0 #1a2d51;
    box-shadow: 4px 4px 0 #1a2d51;
    margin: 3rem auto;
    padding: 5px 30px;
}
a.btn-border:hover {
 	-webkit-box-shadow: -4px -4px 0 #1A2D51;
 	box-shadow: -4px -4px 0 #1A2D51;
	transition: all 0.3s ease 0s;
}
.btn-reserve{
	display: block;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	border: 2px solid #ffffff;
	border-radius: 0.7rem;
	background: #E86D40;
	-webkit-box-shadow: 4px 4px 0 #E86D40;
	box-shadow: 4px 4px 0 #E86D40;
	margin: 3rem auto;
	justify-content: center;
	padding: 5px 10px;
}
a.btn-reserve-border:hover {
 	-webkit-box-shadow: -4px -4px 0 #E86D40;
 	box-shadow: -4px -4px 0 #E86D40;
	transition: all 0.3s ease 0s;
}

.SNS-btn{
	margin: 3rem 10%;
	text-align: center;
}
/*--------------------
ヘッダー　ハンバーガーメニュー
----------------------*/
			/*--------------------
			ipad
			----------------------*/
		@media screen and (max-width:1180px){
			body{
				font-size: 1.8rem;
			}
		.pc-hid{
			display: block;
		}
		.sp-hid{
			display: none;
		}
		.midscreen{
			display: none;
		}
		.midscreen-on{
			display: block;
		}
			.pdf-top{
			margin-top: 3rem;
			margin-bottom: 3rem;
			font-weight: 450;
			text-decoration: underline;
		}
		/*------------------
		*
		* header
		*
		*-------------------*/

		/*　ハンバーガーボタン　*/
		.hamburger {
		  display : block;
		  position: fixed;
			overflow-y: auto;
		  z-index : 3;
		  right : 13px;
		  top   : 12px;
		  width : 42px;
		  height: 42px;
		  cursor: pointer;
		  text-align: center;
		}
		.hamburger span {
		  display : block;
		  position: absolute;
		  width   : 30px;
		  height  : 2px ;
		  left    : 6px;
		  background : #E86D40;
		  -webkit-transition: 0.3s ease-in-out;
		  -moz-transition   : 0.3s ease-in-out;
		  transition        : 0.3s ease-in-out;
		}
		.hamburger span:nth-child(1) {
		  top: 10px;
		}
		.hamburger span:nth-child(2) {
		  top: 20px;
		}
		.hamburger span:nth-child(3) {
		  top: 30px;
		}

		/* ナビ開いてる時のボタン */
		.hamburger.active span:nth-child(1) {
		  top : 16px;
		  left: 6px;
		  background :#E86D40;
		  -webkit-transform: rotate(-45deg);
		  -moz-transform   : rotate(-45deg);
		  transform        : rotate(-45deg);
		}

		.hamburger.active span:nth-child(2),
		.hamburger.active span:nth-child(3) {
		  top: 16px;
		  background :#E86D40;
		  -webkit-transform: rotate(45deg);
		  -moz-transform   : rotate(45deg);
		  transform        : rotate(45deg);
		}

		nav.globalMenuSp {
		  position: fixed;
		  overflow-y: auto;
		  z-index : 2;
		  top  : 0;
		  left : 0;
		  color: #fff;
		  background: rgba(255,255,255,0.9);
		  text-align: center;
		  width: 100%;
		 height: 80%;
		  opacity: 0;
		pointer-events: none;
		  transition: opacity .6s ease, visibility .6s ease;
		}

		nav.globalMenuSp ul {
		  margin: 0 auto;
		  padding: 0;
		  width: 100%;
		}

		nav.globalMenuSp ul li {
		  list-style-type: none;
		  padding: 0;
		  width: 100%;
		  transition: .4s all;
		}
		nav.globalMenuSp ul li:last-child {
		  padding-bottom: 0;
		}
		nav.globalMenuSp ul li:hover{
		  background :#ddd;
		}

		nav.globalMenuSp ul li a {
		  display: block;
		  color: #fff;
		  padding: 9px 0;
		  text-decoration :none;
		}

		/* このクラスを、jQueryで付与・削除する */
		nav.globalMenuSp.active {
		  opacity: 100;
		pointer-events: auto;

		}

		.header{
			max-width: 100%;
			display: flex;
			position: fixed;
			align-items: center;
			width: 100%;
			background-color: rgba(255,255,255,0.8);
			z-index: 100;
			padding: 2.95rem 0;
		}
		.header-logo-key{
			position: absolute;
		}
		.header-logo{
			position: relative;
			top: 2rem;
			left: 2rem;
		}
		.header-logo>a>img{
			width: 50%;
		}
		.contents-ja{
			color: #1A2D51;
			font-size: 1.5rem;
			font-weight: 600;
		}

		.header>nav>ul{
			display: block;
		}
		.header>nav{
			margin: 0 0 0 auto;
		}

		.header>nav>ul>li:first-of-type{
			margin-top: 3rem;
		}
		.header>nav>ul>li:last-of-type{
			margin-bottom: 5rem;
		}
		.header-sns{
			margin: 1rem 5rem auto 0;
		}
			
			
			
		.base-ttl>p{
			display: inline-block;
			text-align: right;
			color: #E86D40;
			font-family: "futura", Gadget, "sans-serif";
			font-size: 8rem;
			font-weight: 400;
			margin: 0 3rem;
		}
			
		.base-ttl2>p{
			display: inline-block;
			text-align: right;
			color: #E86D40;
			font-family: "futura", Gadget, "sans-serif";
			font-size: 7rem;
			font-weight: 400;
			margin: 0 3rem;
		}
}


/*--------------------
SP
----------------------*/
@media screen and (max-width:750px){
		.pc-on{
			display: none;
		}
		.sp-on{
		display: inline;
		}
		body{
		color:#1A2D51;
		font-size: 16px;
		line-height: 1.7;
		letter-spacing: 0.05em; 
		}
		.inner{
			max-width: 300px;
		}
		.contents-center{
			margin-top: 2rem;
		}
		.header-kayak{
			padding: 20px 0;
		}
/*------------------
*
* 受付開始しました！！！
*
*-------------------*/
		.comment{
			margin: 3rem 0rem;
			color: #ea3a25;
			font-weight: bold;
			font-size: 1.4rem;
			}
		
/*-----------------------
*固定ボタン
------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn-book,
a.btn-book,
button.btn-book {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
	position: fixed;
    z-index: 100;
    bottom: 2rem;
    right: 2rem;
}
a.btn-c {
  font-size: 2rem;

  position: relative;

  padding: 1.5rem 4rem 1.5rem 6rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #e8d240;
  box-shadow: 0 5px 0 #e8d240;
}

a.btn-c span {
	font-size: 1.3rem;
    line-height: 1.3;
    position: absolute;
    top: -17px;
    left: -25px;
    width: 75px;
    height: 75px;
    padding-top: 19px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    background: #fff;
}

a.btn-c span em {
  font-style: normal;
  color: #d20010;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #000;
  background: #fff21a;
  -webkit-box-shadow: 0 2px 0 #e8d240;
  box-shadow: 0 2px 0 #e8d240;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
		/*------------------
		*タイトル
		--------------------*/	
		.title{
			color: #E86D40;
			font-family: "futura", Gadget, "sans-serif";
			font-size: 6rem;
			font-weight: 400;
			padding: 0;
		}
		.title>span{
			color: #FFFFFF;
			margin: -3rem 0 0 0;
			display: block;
			font-size: 1.6rem;
			background: #E86D40;
		}
		.title::before{
			content: "";
			margin: 10px;
		}
		.title>span::before{
			content: "";
			margin: 10px;
		}

		.plan-ttl{
			text-align: left;
		}
		.plan-ttl>p{
			display: inline-block;
			text-align: right;
			color: #E86D40;
			font-family: "futura", Gadget, "sans-serif";
			font-size: 4rem;
			font-weight: 400;
			margin: 0 2.5rem;
		}
		.plan-ttl>p>span{
			display: block;
			font-size: 1.6rem;
			margin:-2.1rem 0rem 0;
		}
		.base-ttl{
			text-align: left;
		}
		.base-ttl>p{
			display: inline-block;
			text-align: right;
			color: #E86D40;
			font-family: "futura", Gadget, "sans-serif";
			font-size: 3rem;
			font-weight: 400;
			margin: 0 0rem;
		}
		.base-ttl>p>span{
			display: block;
			font-size: 1.5rem;
			margin:-1.6rem 0rem 0;
		}
		.base-ttl2{
			text-align: left;
		}
		.base-ttl2>p{
			display: inline-block;
			text-align: right;
			color: #E86D40;
			font-family: "futura", Gadget, "sans-serif";
			font-size: 3rem;
			font-weight: 400;
			margin: 0 0rem;
		}
		.base-ttl2>p>span{
			display: block;
			font-size: 1.5rem;
			margin:-1.6rem 0rem 0;
		}
	
	
	
	
	
	
			/*予約ボタン*/
	
		.btn-cta{
			position: fixed;
			z-index: 100;
			bottom: 10px;
			right: 10px;
		}
		a.btn_22 {
			display: block;
			text-align: center;
			vertical-align: middle;
			text-decoration: none;
			margin: auto;
			padding: 1rem 3rem;
			font-weight: bold;
			border: 2px solid #40bbe8;
			background: #40bbe8;
			color: #fff;
			border-radius: 5px;
			transition: 0.5s;
			animation: move_d 2s infinite;
			box-shadow: 0 5px 0 rgb(6, 134, 178, 1);
			position: relative;
		}
		a.btn_22:hover {
			color: #308cae;
			background: #fff;
			border: 2px solid #308cae;
		}
		.btn_22 span{
			font-size: 13px;
			display: block;
			font-weight: 400;
		}
		/*-----------------------
		*フッター
		------------------------*/
	.plan-footer{
	margin-top: 600px;
}
		.footer-innner{
			padding: 30px 0px 100px 0;
		}
		.footer{
			border-top: solid 5px #E86D40; 
			background-color: #1A2D51;
			color: #ffffff;
			text-align: center;
			padding-top: 1rem;
			padding-bottom: 5px;
			justify-content: center;
		}
		.footer-contents{
			display: block;
			list-style: none;
			align-items: center;
			justify-content: center;
			margin: 3rem 2.5rem;
		}
	.contact-logo{
		padding-left: 0;
	}
		.footer-contents>li>img{
			width: 30%;
		}
		.footer-contents>li{
			width: 100%;
		}
		.footer-contents>li>p{
			font-size: 1rem;
			line-height: 1.5;
		}
		.footer-id{
			margin-top: 5rem;
			list-style: none;
			display: block;
		}
		.footer-id>li:first-of-type{
			margin-bottom: 4rem;
			font-size: 1.1rem;
		}
		small{
			font-size: 1rem;
		}
}