@charset "utf-8";
/*
=======================================
  Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html{
  -webkit-text-size-adjust: 100%;
}

body{
	line-height: 1.5;
	font-size: 15px;
	color:#000;
}


img{
  border: 0;
  max-width: 100%;
  height: auto;
}

ul,ol{
  list-style-type: none;
}

table {
  border-collapse: collapse; 
  border-spacing: 0;
  width:100%;
}

img, input, select, textarea { 
  vertical-align: middle;
}

a{
	color:#000;
	text-decoration:none;
}

p{
	line-height:2;
}
::selection {
    background: #e2e2e2;
    color: #000;
}

//Firefox
::-moz-selection {
    background: #e2e2e2;
    color: #000;
}



/*
=========================================
  Base Layout
=========================================
*/

#contents{
	margin-top: 97px;
}


  
@media screen and (max-width: 1200px) {
#contents{
	margin-top: 60px;
}

}


/*container*/
.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


/*
=========================================
  Modules（Block）
=========================================
*/

/*header
--------------------*/
h1{
	top: 15px;
	left: 20px;
	position: absolute;
}
h1 img{
	width: 300px;
}
h2{
	font-family: 'Alatsi', sans-serif;
	font-size: 400%;
	text-align:center;
	letter-spacing:0.7rem;
	font-weight: 400;
	display:block;
}

h3{
	font-family: 'Alatsi', sans-serif;
	font-size: 130%;
	letter-spacing:1px;
	text-align:center;
	margin-bottom:3rem;
}
h4{
	font-family: 'Alatsi', sans-serif;
	font-size: 180%;
}


@media screen and (max-width:1350px) {
h1 img{
	width: 230px;
}
}
@media screen and (max-width: 900px) {
h1.logo{
	top: 6px  !important;
	left: 10px; !important;
}
h2{
	font-size: 250%;
	letter-spacing:0.5rem;
}
h3{
	font-size: 120%;
	margin-bottom:1.5rem;
}
h4{
	font-size: 115%;
}
h5{
	font-size: 110%;
}
}




/*
=========================================
  header
=========================================
*/
  
  
  #top-head {
	  top: -95px;
	  position:absolute;
	  right:0;
	  width: 100%;
	  margin: 100px auto 0;
	  padding: 0;
	  line-height: 1;
	  color:#fff;
	 }
  #top-head {
	  text-decoration: none;
  }
  
#global-nav{
	  top: 0;
	  float:right;
	  right:0;
	  height:80px;
} 

#global-nav ul {
	  list-style: none;
	  overflow:hidden;
}
  #global-nav ul li {
	  float: left;
	  padding: 35px 10px;
	  font-size: 120%;
	  letter-spacing: 0.1rem;
	  font-family: 'M PLUS Rounded 1c', sans-serif;
}
  #global-nav ul li.tel,
  #global-nav ul li.mail{
	  padding: 10px;
}
  #global-nav ul li.toiawase{
  	display:none;
}
@media screen and (max-width: 1350px) {
  #global-nav ul li.tel,
  #global-nav ul li.mail{
  	display:none;
}
  #global-nav ul li.toiawase{
  	display:block;
}
}
 
  #top_page  #top-head #global-nav ul li.inquiry a,
  #top-head #global-nav ul li.inquiry a{
	  background:#5fac6a;
	  color:#fff;
	  padding:40px 35px;
	  display:block;
	 }



  
	 

/*
=========================================
  global nav
=========================================
*/

/* top page */



  #top_page #global-nav ul li span {
	  padding: 5px;
	  font-size: 65%;
	  display:block;
	 }


  
  

  /* Fixed */
  #top-head.fixed {
  	background: #fff;
  	z-index:10;
  	margin-top: 0;
  	top: 0;
  	position: fixed;
  	height: 85px;
  	transition: top 0.65s ease-in;
  	-webkit-transition: top 0.65s ease-in;
  	-moz-transition: top 0.65s ease-in;
  	opacity: 0.9;
  }
  @media screen and (max-width: 1200px) {
  #top-head .logo img {
  	filter:brightness(1) invert(0);
  }
  #top-head.fixed {
  	/* position:absolute; */
  }
  }
  
  






   
  /* Toggle Button */
  #nav-toggle {
	  display: none;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 36px;
	  height: 30px;
	  cursor: pointer;
	  z-index: 101;
	  background: #0062bd;
	  padding:15px 12px;
	 }
  #nav-toggle div {
	  position: relative;

  }
  .open #nav-toggle span {
	  background: #fff;
  }

  #nav-toggle span {
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #fff;
	  left: 0;
	  -webkit-transition: .35s ease-in-out;
	  -moz-transition: .35s ease-in-out;
	  transition: .35s ease-in-out;
	 }
  #nav-toggle span:nth-child(1) {
	  top: 0;
  }
  #nav-toggle span:nth-child(2) {
	  top: 12px;
  }
  #nav-toggle span:nth-child(3) {
	  top: 24px;
  }
  


  @media screen and (max-width: 1350px) {

  #global-nav ul li {
	  margin-top:0;
	  margin-right:0;
	  padding:10px;
	  background: #0062bd;
	 }
	  
	  #top-head{
	  	width:100%;
	  	padding-top:0;
		z-index:25;
	  }
	  .inner {
		  width: 94%;
		  padding: 0;
	  }
	  #top-head {
		  top: 0;
		  position: fixed;
		  margin-top: 0;
		  background:none;
	  }
  @media screen and (max-width: 480px) {

#top-head {
  	position:absolute;
  }
  }
	  /* Fixed reset */
	  #top-head.fixed {
		  padding-top: 0;
		  background: transparent;
	  }
	  #mobile-head {
		  width: 100%;
		  height: 60px;
		  /*z-index: 999;*/
		  /* position: relative; */
		  background: #fff;
		 }
	  #top-head.fixed .logo,
	  #top-head .logo {
		  position: absolute;
		  left: 20px;
		  top: 10px;
		  font-size: large;
		 }
  #top-head.fixed .logo {
	  text-align:center;
	  padding-top:0;
  }
  #top-head.fixed .logo span{
	  margin-left:0;
	  margin-top:5px;
  }
	  
	  #global-nav {
		  position: absolute;
		  /* 開いてないときは画面外に配置 */
		  top: -557px;
		  background: #0062bd;
		  width: 100%;
		  text-align: center;
		  /* padding: 10px 0; */
		  -webkit-transition: .5s ease-in-out;
		  -moz-transition: .5s ease-in-out;
		  transition: .5s ease-in-out;
		  /* height:400px; */
		 }
	  #global-nav ul {
		  list-style: none;
		  position: static;
		  right: 0;
		  bottom: 0;
	  }
	  #global-nav ul li {
		  float: none;
		  position: static;
	  }
#top-head.fixed ul li {
    margin-top: 0;
}

  #top_page  #top-head #global-nav ul li.inquiry a,
  #top-head #global-nav ul li.inquiry a,
	  #top-head #global-nav ul li a,
	  #top_page #top-head.fixed #global-nav ul li a{
		  width: 100%;
		  display: block;
		  color: #fff;
		  padding: 15px 0;
		  background:none;
		 }
		#global-nav .btn a{
			margin-top:0;
		}
	  #nav-toggle {
		  display: block;
	  }
	  /* #nav-toggle 切り替えアニメーション */
	  .open #nav-toggle span:nth-child(1) {
		  top: 11px;
		  -webkit-transform: rotate(315deg);
		  -moz-transform: rotate(315deg);
		  transform: rotate(315deg);
	  }
	  .open #nav-toggle span:nth-child(2) {
		  width: 0;
		  left: 50%;
	  }
	  .open #nav-toggle span:nth-child(3) {
		  top: 11px;
		  -webkit-transform: rotate(-315deg);
		  -moz-transform: rotate(-315deg);
		  transform: rotate(-315deg);
	  }
	  /* #global-nav スライドアニメーション */
	  .open #global-nav {
		  /* #global-nav top + #mobile-head height */
		  -moz-transform: translateY(556px);
		  -webkit-transform: translateY(556px);
		  transform: translateY(556px);
	  }
	  
  
 
}
  

	 

/*
=========================================
  contents
=========================================
*/	

.inner:after {
	  content: "";
	  clear: both;
	  display: block;
}
  
.top_logo{
	margin:0 auto 1rem auto;
	display:block;
	width:135px;
}
 

.inner{
    width:90%;
    margin:0 auto;
    max-width: 1200px;
}


/*---------------------------------------
  inquiry
---------------------------------------*/
#inquiry{
	background:#f8f6f2;
	overflow:hidden;
	padding:3rem 0;
}

#inquiry dl{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#inquiry dt{
	font-size:120%;
	font-weight:bold;
	padding-bottom:10px;
}
#inquiry .reservation{
	width:45%;
	float:left;
}

#inquiry .cancel{
	width:45%;
	float:right;
}


/*---------------------------------------
  footer
---------------------------------------*/
#footer{
	padding:5rem 0;
	overflow:hidden;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer .f_logo{
	background:#bfaf61;
	padding:1rem 0 2.5rem 5%;
	width:95%;
	display:block;
}
#footer .f_logo img{
	width:127px;
}
#footer .left{
	width:40%;
	float:left;
}
#footer .left strong{
	line-height:4;
}
#footer .left p{
	line-height:1.5;
	padding-bottom:15px;
}
#footer .right{
	width:50%;
	padding-left:5%;
	float:right;
	border-left:1px solid #959595;
	min-height:380px;
	font-size:120%;
	position:relative;
}
#footer .right a{
	display:block;
	font-size:200%;
}
#footer .right span{
	position:absolute;
	bottom:0;
}





/*
=========================================
  ページ上部へ
=========================================
*/

 #pageTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
}

#pageTop i {
      padding-top: 12px;
      font-size:1.5em;
}

#pageTop a {
      display: block;
      z-index: 999;
      padding: 8px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #3e3e3e;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
}

#pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
}

  .sp{
	  display:none;
  }
@media screen and (max-width: 900px) {
  .pc{
	  display:none;
  }
  .sp{
	  display:block;
  }

}



