@charset "utf-8";
@font-face {
	font-family: "GenJyuuGothic";
	src: url('../font/GenJyuuGothic-P-Regular.eot') format("eot"), url('../font/GenJyuuGothic-P-Regular.woff') format("woff");
}
@font-face {
	font-family: "GrandHotel";
	src: url('../font/GrandHotel-Regular.eot') format("eot"), url('../font/GrandHotel-Regular.woff') format("woff");
}
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  layout.css
 style info :  レイアウトファイル
 admin info :  apricot-design		
 
//////////////////////////////////////////////////////////*/

/*
Base
------------------------------------------------------------
*/
body {
	font-family: "GenJyuuGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color: #231815;
	font-size: 15px;
	line-height: 2em;
	text-align: left;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
}
.win body {
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
}
a:hover {
	color: #aaa;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
.opacity:hover{
	-moz-opacity: .7;
	-ms-opacity: .7;
	-webkit-opacity: .7;
	opacity: .7;
}
img{
    vertical-align: top;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
/*
1:Base
------------------------------------------------------------
*/
#containerWrap {
    overflow: hidden;
}
#container {

}
#content {

}
.mainImg {
	background: url(../images/main.jpg) no-repeat center/cover;
    width: 100%;
    position: relative;
		height: 600px;
		z-index: -1;
}
#main {
	float: right;
	width: 720px;
}
#sub {
	float: left;
	width: 250px;
}
#breadcrumbList {
	margin-bottom: 15px;
	font-size: 100%;
}
.wp-pagenavi {
	text-align: center;
}
span.current {
    font-weight: bold;
    margin-right: 1%;
    border-bottom: 1px solid #000;
    font-size: 1.1em;
}
a.page.larger, a.previouspostslink, a.page.smaller, span.extend, span.extend, a.nextpostslink, a.first {
    margin-right: 1%;
}
ul.pagenation {
    margin: 5% 0;
    letter-spacing: -.5em;
}
ul.pagenation li {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    letter-spacing: normal;
}
ul.pagenation li:nth-child(2){
    width: 20%;
    text-align: center;
}
ul.pagenation li:last-child{
    text-align: right;
}
.secound {

}
.section {
	margin-bottom: 2em;
	clear: both;
	overflow: hidden;
}
.sectionC {
	margin-bottom: 2em;
	clear: both;
	overflow: hidden;
	text-align:center;
}
.leftCol {
	float:left;
	padding: 10px;
	width: 265px;
}
.rightCol {
	float:right;
	padding: 10px;
	width: 380px;
}
.leftBox {
	float: left;
}
.rightBox {
	float: right;
}
.ate {
	padding:15px;
	border: 1px dotted #1d1d1d;
}
.box {
	padding: 15px;
	background: #F7F7F7;
}
article {
	background-color: #fff;
	padding-bottom: 2em;
}

/*
2:h_tag
------------------------------------------------------------
*/
.mainTi {
	font-family: 'Playfair Display', serif;
	font-size: 3.7em;
	letter-spacing: normal;
	color: #43bdda;
	text-align: center;
	padding-bottom: 50px;
}

.mainTi  span {
	font-family: 'Dancing Script', cursive!important;
	font-size: .8em!important;
	font-weight: bold;
	color: #000;
	display:block;
	padding-bottom: 18px;
}
.ttlImg_01 {
	position: relative;
}
.ttlImg_01::before {
	position: absolute;
    content: '';
    width: 63px;
    height: 113px;
    left: 30%;
    top: 1%;
		background: url(../images/sanpo.svg) no-repeat;
}
.ttlImg_01::after {
	position: absolute;
	content: '';
    width: 58px;
    height: 51px;
		right: 31%;
    top: 37%;
		background: url(../images/asiato.svg) no-repeat;
}
.ttlImg_02 {
	position: relative;
}
.ttlImg_02::before {
	position: absolute;
    content: '';
    width: 68px;
    height: 107px;
		left: 30%;
    top: 3%;
		background: url(../images/dog.svg) no-repeat;
}
.ttlImg_02::after {
	position: absolute;
	content: '';
    width: 58px;
    height: 51px;
		right: 31%;
    top: 37%;
		background: url(../images/asiato.svg) no-repeat;
}
.ttlIcon {
	position: relative;
}
.ttlIcon::after {
	position: absolute;
    content: '';
    width: 46px;
    height: 46px;
    left: 0;
	right: 0;
	top: 93%;
	margin: auto;
	background: url(../images/insta_02.svg) no-repeat;
	display: none;
}

.icon_instagram{
	margin-bottom: 60px;
}

.icon_instagram a{
	display: block;
	width: 46px;
	margin: 0 auto;
}

.icon_instagram a:hover{
	opacity: .6;
}














.subTi {
	display: block;
	position: relative;
	text-align: center;
	white-space: nowrap;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 22px;
	padding-top: 50px;
}
.subTi:after,
.subTi:before {
	content: '';
    position: absolute;
    border-top: 2px dotted #43bdda;
    bottom: 15%;
    width: 43%;
    height: 1px;
}
.subTi:before {
	left: 0;
}
.subTi:after {
	right: 0;
}









.title {
	font-weight: bold;
	font-size: 116%;
}





/*
3:Common style
------------------------------------------------------------
*/
.btn {
	
}
.more {
	float: right;
	padding: 10px 15px;
	text-align: center;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.photoL {
	float: left;
}
.photoR {
	float: right;
}
.map {
	max-width: 1100px;
	width: 100%;
	height: 555px;
	margin-bottom: 79px;
}
.tel {
	font-family: 'GrandHotel', serif;
	font-size: 3em;
	color: #43bdda;
	float: left;
	letter-spacing:normal;
	margin-right: 12px;
}
.tel span {
	font-size: .7em;
}
.tel2 {
	font-size: 1.9em;
	margin: 5px 0 26px;
}
.tel2 span {
	font-family: 'Playfair Display', serif;
	font-size: .6em;
}
span.reservation {
	font-family: '源柔ゴシックP',"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	font-size: .3em;
	color: #000;
	vertical-align: top;
	margin-right: 14px;
	letter-spacing: .1em;
}
.holiday {
	font-size: .8em;
	letter-spacing: normal;
	line-height: 1.4;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.name {
	font-size: 123.1%;
	padding-bottom: 3px;
}
.disc {
	padding-bottom: 0px;
	font-size: 93%;
	line-height: 1.6em;
}
.hr {
	clear: both;
	height: 1px;
	margin: 1em 0;
	border-top: #999 1px dotted;
}
.bold {
	font-weight: bold;
}
.day {

}
.priceMini {
	font-size: 77%;
	text-align:right;
}
.clear {
    clear:both;
}
.imgTi {
	margin-bottom: 15px;
}
.imgTi0 {
	margin-bottom: 0px;
}
.imgTi5 {
	padding-bottom: 5px;
}
.imgTi10 {
	padding-bottom: 10px;
}
.imgTi15 {
	padding-bottom: 15px;
}
.imgTi20 {
	padding-bottom: 20px;
}

/*
4:Header
------------------------------------------------------------
*/
header {
	width: 100%;
}
#headerBox {
	max-width: 1050px;
	width: 90%;
	margin: 25px auto 60px auto;
	overflow: hidden;
	clear: both;
}
#headerLeft {
	width: 450px;
	float: left;
}
#headerRight {
	width: 500px;
	float: right;
}
#headerRight .tel{
	color: #43bdda!important;
}
h1{
	width: 200px;
	margin: 0 auto;
	display: block;
}
.logo {
	text-align: center;
	width: 100%;
	margin-bottom: 53px;
}
ul.hNavi {
	display: inline-block;
	margin-right: 0;
	vertical-align: top;
}
ul.hNavi li {
	width: 27px;
	height: 27px;
}
ul.hNavi li a {

}
#gnavi {
	font-family: 'Playfair Display', serif;
  font-size: 1.2em;
	letter-spacing: -.5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#gnavi a {
	position: relative;
	padding: 0 13px;
}
#gnavi a:before {
  left: 20%;
  right: 20%;
  top: 50%;
  content: '';
  border-left: 12px solid #43bdda;
  border-right: 12px solid #43bdda;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#gnavi a:hover,
#gnavi .current a {
  color: #000;
}
#gnavi li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 4%;

}
#gnavi a:hover:before,
#gnavi .current a:before {
  left: 0;
  right: 0;
  opacity: 1;
}
#gnavi li:last-child {
	margin-right: 0;
}
#gnavi li a {
	color: #000;
}
#gnavi li a:hover {
}

/*
5:Common table
------------------------------------------------------------
*/
.basicTable  {
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	border-top: 2px solid #43bdda;
	border-bottom: 2px solid #43bdda;
}
.basicTable th {
	border-bottom:2px dashed #a9aaaa;
	text-align: left;
	padding: 28px 0 28px 83px;
	font-size: 1.53em;
	position: relative;
	font-weight: 500;
}
.basicTable th.listnone::before {
	position: absolute;
	background: none;
	width: 0;
	height: 0;
	}
.basicTable th::before {
	position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    left: 8%;
    top: 40%;
	background: url(../images/list_style.svg) no-repeat;
}
.basicTable th span{
	font-size: 1em;
	font-weight: 500;
	padding-left: 25px;
	margin-left: 20px;
	position: relative;
}
.basicTable th span:before{
	position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/list_style.svg) no-repeat;
}
.basicTable td {
	font-size: 2em;
	border-bottom:2px dashed #a9aaaa;
	text-align: center;
	padding: 29px 0;
}
.basicTable span {
	font-size: .7em;
}







.basicTable2  {
	margin-bottom: 2em;
	width: 100%;
	border: 1px #E3E3E3 solid;
}
.basicTable2 th {
	padding: 3%;
	width: 34%;
    border-bottom: 3px #E3E3E3 solid;
    font-weight: bold;
    text-align: left;
}
.basicTable2 td {
	padding: 3%;
	width: 54%;
    border-bottom: 1px #E3E3E3 solid;
    text-align: left;
	vertical-align: top;
}
.basicTable3  {
	margin-bottom: 2em;
	width: 100%;
	border: 1px #E3E3E3 solid;
}
.basicTable3 th {
	padding: 3%;
	width: 19%;
    border-bottom: 3px #E3E3E3 solid;
    font-weight: bold;
    text-align: left;
}
.basicTable3 td {
	padding: 3%;
	width: 34%;
    border-bottom: 1px #E3E3E3 solid;
    text-align: left;
	vertical-align: top;
}



/*
6:top
------------------------------------------------------------
*/
.inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.bule_Bg {
	width: 100%;
	background: #f6fcfd;
	padding-top: 80px;
	margin-bottom: 83px;
}
.insta_gray {
	width: 27px;
	height: 27px;
	margin: 0 auto 37px auto;
}
.message_box {
    max-width: 1250px;
    margin: -100px auto 0;
    padding: 5% 75px;
    position: relative;
    background: url(../images/mountain.png) no-repeat 85% 100px ,url(../images/ani.gif)no-repeat bottom 20% right 0;
    color: #595757;
    z-index: 5;
    background-color: #fff;
    left: 0;
    right: 0;
    width: 90%;
    background-size: 55%,48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.message_box dt {
	position: relative;
	font-size: 1.6em;
	line-height: 1.7em;
	letter-spacing: .2em;
	padding-bottom: 32px;
	margin-bottom: 31px;
}


.message_box dt::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32%;
	height: 7px;
	opacity: .1;
	background: -webkit-repeating-linear-gradient(-45deg, #43bdda, #43bdda; 2px, #fff 2px, #fff 4px);
	background : repeating-linear-gradient(-45deg, #43bdda, #43bdda 2px, #fff 2px, #fff 4px);
}

.message_box h2 {
	font-family: 'Playfair Display', serif;
	line-height: 1.8em;
	letter-spacing: .1em;
	color: #43bdda;
	font-size: 2.7em;
}
.message_box dd {
	line-height: 2.5em;
	letter-spacing: .1em;
	font-size: 1.1em;
	
}
p.smalltxt {
	text-align: right;
	font-size: .9em;
}

.snsArea {
	background: #f2f2f2;
	margin-bottom: 60px;
	overflow: hidden;
	padding-top: 70px;
}
.note_box {
	font-size: 1em;
	letter-spacing: .1em;
	line-height: 2.2;
	text-align: center;
}
.note_box p {
	padding-bottom: 78px;
}
.surprised_mark{
    position: relative;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    padding-bottom: 20px;
    margin: 0 auto;
    width: 250px;
}
.surprised_mark::before {
	position: absolute;
    content: '';
    width: 20px;
    height: 19px;
    left: 0;
    top: 10%;
    margin: auto;
	background: url(../images/surprised.svg) no-repeat;
}
.insta_up {
	    letter-spacing: -.5em;
    text-align: center;
}
.insta_up li {
	overflow: hidden;
    display: inline-block;
    margin: 0 2% 2% 0;
    width: 23.5%;
}
.insta_up li:nth-child(4n) {
	margin-right: 0;
}
.insta_up li img{
	width: 100%;
}
.txtArea {
	color: #595757;
	text-align: center;
	font-size: 1.1em;
	letter-spacing: .1em;
	line-height: 2.4em;
	margin-bottom: 60px;
}
#instafeed {
    margin-bottom: 60px;
    padding-top: 65px;
}




/*
8:Footer
------------------------------------------------------------
*/
#footerWrap {
	width: 100%;
	background: #f6fcfd;
}
.fLogo {
	margin-bottom: 40px;
	width: 450px;
}
ul.fNavi {
	margin-bottom: 25px;
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	text-align: center;
}
ul.fNavi li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid  #fff;
	font-size: 93%;;
}
ul.fNavi li a:hover {
	color: #D3AD90;
}
.footerBox {
	max-width: 1100px;
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	padding: 69px 0 63px;
}
.footerBox img {
	float: left;
}
.footerLeft {
	width: 40%;
	float: left;
}
.footerRight {
	float: right;
	width: 40%;
	 padding-top: 117px;
}
ul.fList {
	font-family: 'Playfair Display', serif;
	border-left: #43bdda 1px solid;
	font-size: 1.1em;
}
ul.fList li {
	line-height: 2.6;
	margin-left: 20px;
}
ul.fList li a {
	color: #595757;
	text-decoration: none;
}
ul.fList li a:hover{
	color: #ccc;
}
ul.fList li ul li {
	padding-left: 15px;
	padding-bottom: 10px;
}
ul.fList li ul li a,
ul.fList li ul li a:visited,
ul.fList li ul li a:active {
	color: #fff;
}
ul.fList li ul li a:hover {
	color: #444;
}
.copy {
	text-align: left;
	font-size: .9em;
	font-family: 'Playfair Display', serif;
	color: #43bdda;
}



