@charset "UTF-8";

/*PC用表示*/
html.body{ width:100%;
	min-width:1440px;
}
/*スムーススクロール*/
html {
    scroll-behavior: smooth;
}
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a:hover{
	cursor: pointer;
	
}
/*------------------------------------------------------------
	メアドスパム対策
------------------------------------------------------------*/
.no-spam {
    display: none;
}
/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf {
	zoom: 1;
}
/*------------------------------------------------------------
	画像の切り替え
------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 620px){
.pc { display: none !important; }
.sp { display: block !important; }
}

/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    sans-serif,
	Meiryo;
	color:#333333;
	font-size:16px;
	line-height:1.8em;
}


.bold{
	font-weight: bold;
}
.fsize_large{
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.fsize_small{
	font-size: 0.85em;
	line-height: 1.4em;
}
.s18{
	font-size: 18px;
	line-height: 1.8em;
}
.s12{
	font-size: 12px;
}

.s16{
	font-size: 16px;
	line-height: 1.4em;
}
.underline{
	text-decoration: underline;
}
/*------------------------------------------------------------
	フォントカラー
------------------------------------------------------------*/
.Fcoloer_green{
	color: #23ac38;
}
.Fcoloer_orange{
	color: #eb6100;/*オレンジ*/
}
.Fcoloer_blue{
	color: #0068b3;/*ブルー*/
}
.Fcoloer_red{
	color: red;
}

/*------------------------------------------------------------
	背景
------------------------------------------------------------*/
.bg_pealorange{
	background-color: #f9dcc5;
}
.bg_pealgreen{
	background-color: #f2f6da;
}
.bg_orange{
	background-color: #ea5413;
}
.bg_green{
	background-color: #23ac38;
}
/*------------------------------------------------------------
	基本フォントリンク
------------------------------------------------------------*/
.boldred{
	font-weight: bold;
	color: red;
}
.redatention{
	font-size: 0.7em;
	font-weight: bold;
	color: red;
}
.atention{
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.4em;
	padding-top: 10px;
}
a:link { 
	color: #b5945f;/*テーマカラー茶*/; 
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #bb1b21;/*エンジ*/
}
a:hover {
	color: #bb1b21;/*エンジ*/
}
a:active {
	color: #bb1b21;/*エンジ*/
	}


/*----------配置----------*/

.left{
	float: left;
}
.right{
	float: right;
}
.tcenter{
 text-align: center	
}
.tright{
	text-align: right;
}
.blockcenter{
	margin: 0 auto;
}

/*----------インデント----------*/
.indent1{
	padding-left: 1em;
}
.indent2{
	padding-left: 2em;
}
.indentbox{
	padding-left: 1em;
	text-indent: -1em;
}

/*------------段落---------------*/
.wspace3em{
	padding-top: 5em;
	padding-bottom: 3em;
}
.wspace2em{
	padding-top: 2em;
	padding-bottom: 2em;
}
.wspace_pt5em{
	padding-top: 5em;
}
.wspace_pb5em{
	padding-bottom: 5em;
}
.wspace_mt3em{
	margin-top: 3em;
}

.wspace_mt1em{
	margin-top: 1em;
}

.wspace_pt8em{
	padding-top: 8em;
}

.wspace_mb2em{
	margin-bottom: 2em;
}
.wspace_mb1em{
	margin-bottom: 1em;
}
.wspace_mb5em{
	margin-bottom: 5em;
}

.wspace_mt2em{
	padding-top: 2em;
}
.wspace_pt3em{
	padding-top: 3em;
}
.wspace_pt6em{
	padding-top: 6em;
}



/*------------------------------------------------------------
	レスポンシブ対応ドロップダウンメニュー
------------------------------------------------------------*/

#menu {
	width: 100%;
	height: 150px;
	background-color: #ffffff;
}
#navArea{
	width: 1050px;
	height: 150px;
}
#menu-inner{
	width: 1050px;
	height: 150px;
	margin: 0 auto;
}
#menu-btn {
  display: none;
}

#menu-content {
	width: 1050px;
	height: 150px;
	display: flex;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.gnavi_en{
	font-size: 12px!important;
	font-weight:400!important;
}
#menu-content > li {
	width: calc(1050px / 8);
	height: 150px;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
 	transition: all 0.2s;
		border-right: dotted 2px #b5945f;/*茶*/

}

#menu-content > li a{
	display: block;
	width: calc(1050px / 8);
	height: 150px;
	cursor: pointer;
 	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	color: #b5945f;/*茶*/
	padding-top: 20px;
	box-sizing: border-box;
}
#menu-content > li:first-child{
	border-left: dotted 2px #b5945f;/*茶*/
	box-sizing: border-box;
}
#menu-content > li:hover{
	opacity: 0.8;
}
/*ボタン背景*/
.gnavihome{
	background:url("../imgs/menu_home2.jpg") no-repeat;
	background-position: center;
}
.gnaviroom{
	background: url("../imgs/menu_rooms2.jpg") no-repeat;
	background-position: center;
}
.gnaviservice{
	background: url("../imgs/menu_service2.jpg") no-repeat;
	background-position: center;
}
.gnavitea{
	background: url("../imgs/menu_tea2.jpg") no-repeat;
	background-position: center;

}
.gnavisights{
	background: url("../imgs/menu_sightseening2.jpg") no-repeat;
	background-position: center;

}
.gnaviaccess{
	background: url("../imgs/menu_access2.jpg") no-repeat;
	background-position: center;
}

.gnaviquestion{
	background:url("../imgs/menu_qa2.jpg") no-repeat;
	background-position: center;
}
.gnavicontact{
	background:url("../imgs/menu_contact.jpg") no-repeat;
	background-position: center;
}

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



#navArea{
	width: 100%;
	height: 0px;
}
#menu {
	width: 0%;
	height: 0px;
	background-color: #b5945f;
}
  nav {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 65%;
    background: #eeeeee;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 20px;/*20*/
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
  }
  nav .inner ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
     transition-duration: 0.2s;
  }
	
	
	
  .toggle_btn {
    display: block;
    position: fixed;
    top: 40px;
    right: 15px;
	 width: 40px;
	 height: 40px;
	 background-color: #bb1b21;
	 border-radius: 4px;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .toggle_btn span:nth-child(1) {
    top: 10px;
	left: 10px
  }
  .toggle_btn span:nth-child(2) {
    top: 19px;
	left: 10px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 10px;
	left: 10px;
  }
  .open .toggle_btn span {
    background-color:#ffffff;/*テーマカラーブルー*/
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(45deg);
  }
  #mask {
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
	
/*ここから*/
	

#menu {

}
#navArea{

}
#menu-inner{
	width: 100%;
	height: auto;

}
#menu-btn {
}

#menu-content {
	width: 100%;
	height: auto;
	display: inline;
	font-weight: bold;
	font-size: 35px!important;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.gnavi_en{
	font-size: 12px!important;
	font-weight:400!important;
}
#menu-content > li {
	width: 100%;
	height:auto;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
 	transition: all 0.2s;
	border-top: dotted 2px #b5945f;/*茶*/
	border-right: dotted 0px #b5945f;/*茶*/
}

#menu-content > li a{
	display: block;
	width: 100%;
	height:auto;
	cursor: pointer;
 	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	color: #b5945f;/*茶*/
	padding-top: 20px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
#menu-content > li:first-child{
	box-sizing: border-box;
	border-top: dotted 0px #b5945f;/*茶*/
	border-left: dotted 0px #b5945f;/*茶*/
}

#menu-content > li:hover{
	opacity: 0.8;
}

/*ボタン背景*/
.gnavihome,
.gnaviroom,
.gnaviservice,
.gnavitea,
.gnavisights,
.gnaviaccess,
.gnaviquestion,
.gnavicontact{
	background:none;
	background-position: center;
}
	
}
