@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{
	color: #000;
	line-height: 1.8;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:1px;
}

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

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

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

a{
	color: #000000;
	transition: 0.5s;
}
a:hover{
	color: #cccccc;
}

a:hover img{
	opacity: 0.7;
}

h3{ border-bottom:solid 1px #000;
margin-bottom:20px;
padding-bottom:5px;
/*display: inline-block;
text-align:center;*/
}

hr{height: 1px;
  border: none;
  border-top: 1px #000000 solid;}
  
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* ボタン共通 */
.Button {
	overflow: hidden;
	width: 300px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	text-align:center
}
.Button a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #000000;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
.Button a:hover {
	background: #cccccc;        /* マウスオーバーカラー */  
}
.ButtonL {
	overflow: hidden;
	width: 300px;
	height: 50px;
	padding: 0;
	text-align:center
}
.ButtonL a {
	display: block;
	position: relative;
	z-index: 100;
	text-align:center;
	background: #000000;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-decoration:none;
}
.ButtonL a:hover {
	background: #cccccc;        /* マウスオーバーカラー */  
}
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sample5-1::before{
    left: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fonts{
	font-size:10px;}
.fontl{
	font-size:24px;}
.cap{
	font-size:12px; line-height:1.8;}	
.maplogo{
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
	}	
.tel { font-size:24px;
color:#fff; }
.tel a:link { text-decoration:none;
	color:#fff; }
.tel a:visited { text-decoration:none;
	color:#fff;}

/*Icon Fonts*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?94mb4t');
  src:  url('fonts/icomoon.eot?94mb4t#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?94mb4t') format('truetype'),
    url('fonts/icomoon.woff?94mb4t') format('woff'),
    url('fonts/icomoon.svg?94mb4t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}



/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
.container{
	max-width: 940px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
.container:after{
	content:"";
	display: block;
	clear:both;
}

.containers{
	max-width: 550px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}

#main_img{
	width: 100%;
	margin: 0 auto;
}

.abouttxt{
		text-align:center;
	line-height:2;
	padding: 0 20px 40px;}

#headcover{
	width: 100%;
	margin-bottom:40px;
}

	
.roomt01{
font-size:24px;
border-bottom:solid 1px #fff;
	text-align:center;
}
.roomt02{
font-size:14px;
	text-align:center;
}

.full{
	margin-left: -10px;
	margin-right: -10px;
}

@media screen and (min-width:640px){
	.full{
		margin-left: 0;
		margin-right: 0;
	}
}



/* navigation
---------------------------------*/
.inner{
	width: 940px;
	margin: 0 auto;
}
header{
	padding: 32px 0;
}
header .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h1{
	width: 160px;
	margin-right: auto;
}
header nav {
	margin-right: -16px;
	line-height:1.2;
}
header nav ul{
	display: flex;
	align-items: center;
	
}
header nav ul li{
	display: flex;
	color: #000;
	text-align: center;
	justify-content: center;  左右の中央に子要素（フレックスアイテム）を配置する 
align-items: center;  上下の中央に子要素（フレックスアイテム）を配置する 
}
header nav ul li a{
	color: #000;
	text-decoration: none;
	padding: 16px ;
}

#nav_toggle{
	display: none;
}


/*スマホ・タブレット用の設定*/
@media screen and (max-width:960px){
	header{
		padding: 16px 0;
		position: relative;
	}
	h1{
		width: 120px;
	}
	.inner{
		width: 90%;
	}
	
	.change_btn{
		width: 90%;
		margin: 32px auto;
	}
	
	/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:72px;
		width: 100%;
		background-color:rgba(255,255,255,0.9);
		left: 0;
		z-index:100;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		/*border-bottom: 1px solid #000;*/
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li{
		text-align:center;
	}
	header nav ul li a{
		display: block;
		text-align:center;
	}
	
		
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
}

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

/*TOP
--------------------*/
.info{
	border:solid #000 1px;
	padding:20px;
	width:30%;
	margin:0 auto;
	}
@media screen and (max-width:960px){
	.info{
	/*border:solid #000 1px;
	padding:20px;
		margin:0 auto;*/
	width:80%;

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

th,td {
    border: solid 1px #b3b3b3;
	padding:10px;
}
 
th {
    text-align: center;
	background-color:#f2f2f2;
}
 
td {
    text-align:  center;
}

@media screen and (min-width: 640px){
	.lstyle{
		float: left;
		width: 48.9361%;
		margin-bottom:30px;
		/*padding-bottom:40px;*/
	}
	
	.rstyle{
		float: right;
		width: 48.9361%;
		margin-bottom:30px;
		/*padding-bottom:40px;*/
		/*padding: 20px;*/
	}
	.rstyleMap{
		float: right;
		width: 42.553191%;
		margin-bottom:30px;
		/*padding-bottom:40px;*/
		/*padding: 20px;*/
	}
	
}

/*RESERVATION
--------------------*/
.reservecontact {
	background: #f2f2f2;
	display: table;
	margin: auto;
	padding:10px;
}

/*CALENDER
--------------------*/

.cal_wrapper {
max-width: 940px; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}




/*footer
--------------------*/
#footer{
	padding: 20px 10px;
	border-top:solid 1px #000;
}


.sns{
	margin-bottom: 15px;
	text-align:center;
}
.sns li{
	display: inline-block;
	vertical-align: middle;
	text-align:center;
}
.sns a{
	display: block;
	padding: 5px;
	color: #000;
	font-size: 24px;
	text-decoration: none;
}
.sns a:hover{
	opacity: 0.7;
}

.copyright{
		text-align: center;
	}
.footer-info{
		margin-bottom: 20px;
	}
.footer-tel{
		margin-bottom: 20px;
		color:#FFF;
		background:#000;
		padding:10px 20px;
		line-height:1.3;
		text-align:center;
	}

a.mailad:link {
color: white;
}
a.mailad:visited {
color: white;
}
a.mailad:active {
color: white;
}
a.mailad:hover {
color: white;
}

	
@media screen and (min-width: 640px){
	.footer-info{
		float: left;
		/*width: 65.9574%;*/
		margin-bottom: 20px;
	}
	
.footer-tel{
		float: right;
		margin-bottom: 20px;
		color:#FFF;
		background:#000;
		padding:10px 40px;
		line-height:1.3;
	}

.br-sp {display: none; }
	
	.sns{
		clear: both;
		text-align: center;
	}
	
}



/*
=========================================
	Utilities
=========================================
*/

/* マージン
---------------------------------*/
.mb0{ margin-bottom: 0 !important;}
.mb5{ margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px !important;}
.mb15{ margin-bottom: 15px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb25{ margin-bottom: 25px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb35{ margin-bottom: 35px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb45{ margin-bottom: 45px !important;}
.mb50{ margin-bottom: 50px !important;}
.mt30{ margin-top: 30px !important;}

/* 左右行揃え
---------------------------------*/
.ta-l{ text-align: left; }
.ta-r{ text-align: right; }
.ta-c{ text-align: center; }


/* フロート／フロート解除
---------------------------------*/
.fl{ float:left; }
.fr{ float:right; }
.fl-img{ float: left; margin-right: 10px; margin-bottom: 10px;}
.fr-img{ float: right; margin-left: 10px; margin-bottom: 10px;}
.clear{ clear:both; }

/* clearfix */
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both; 
}
.clearfix{
	zoom:1;
}
