@charset "utf-8";
/* CSS Document */

/* 基本設定： ページ全体 --------------------------------------------------------- */

img[src$=".svg"] { width: 100%; line-height: 0; font-size: 0; } /*svg崩れ IE対策*/

html { scroll-behavior: smooth; }

body { 
	width:100%;
	margin: 0;
	padding: 0;
	font-size: 1.05em;
	line-height: normal; 
	color:#272624;
	-webkit-text-size-adjust: 100%;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
	overflow-wrap: break-word;
    font-feature-settings: "palt";
}
body.fixed { width: 100%; height: 100%; position: fixed; }

p { margin-bottom: 1.5rem; text-align: justify; }

.br-sp { display: block; }
.br-pc { display: none; }
.br-tb { display: none; }

/* clearfix --------------------------------------------------------- */

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


/* 文字のサイズ --------------------------------------------------------- */

.f60 { font-size:60% !important;}
.f90 { font-size:90% !important;}
.f120 { font-size:120% !important;}
.f150 { font-size:150% !important;}
.f180 { font-size:180% !important;}
.f210 { font-size:210% !important;}
.f240 { font-size:240% !important;}
.f270 { font-size:270% !important;}
.f300 { font-size:300% !important;}


/* h --------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	width: 100%;
	display: block;
	letter-spacing: 0.05em;
	line-height: 1.5em;
	color: #272624;
	margin-bottom: 1.2rem;
}
h1,h2,h3,h4,h5,h6{
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
	font-weight: 500;
	font-style: normal;
}

/* h2 */
.subtitlesize {
	position: relative;
	font-size: 240%;
	line-height: 2.7rem;
	display: block;
}


/* h2 h3下線 --------------------------------------------------------- */

.underline {
	border-bottom: solid 3px #C9AA6A;
	position: relative;
	display: block;
}
.underline:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px rgba(3, 3, 3, 0.3);
	bottom: -3px;
	width: 50%;
}


/* Font Awesome --------------------------------------------------------- */

.left-space {
	padding-left: 12px;
	-webkit-padding-left: 12px;
	font-size: 0.75rem;
}

/* 文字の色 太さ --------------------------------------------------------- */

b { font-weight: 600;}

.redText { color: #fb2222; }
.skyblue { color: #DBE5EC; }
.ocher { color: #C9AA6A; }

.headline-en {
	padding: 0 5%;
	display: block;
	color: #49311E;
	overflow-wrap: break-word;
}
.headline-jp  {
	width: 100%;
    font-size: 100%;
    display: inline-block;
    letter-spacing: 0.3em;
    padding: 2.1% 5% 0;
	color: #49311E;
}


/* 背景の色 --------------------------------------------------------- */

.gray-blue { background: #202733; color: #cfcdc9; }
.bicolor {
    background: linear-gradient(180deg, transparent 0%, transparent 10%, #202733 30%, #202733 100%);
}



/* マージン --------------------------------------------------------- */

.mt3 { margin-top: 3% !important;}
.mt6 { margin-top: 6% !important;}
.mt9 { margin-top: 9% !important;}
.mt12 { margin-top: 12% !important;}
.mt15 { margin-top: 15% !important;}

.mb3 { margin-bottom: 3% !important;}
.mb6 { margin-bottom: 6% !important;}
.mb9 { margin-bottom: 9% !important;}


/* ネガティブマージン --------------------------------------------------------- */

.nmt-1 { margin-top: -0.1% !important;}
.nmt-2 { margin-top: -0.2% !important;}
.nmt-3 { margin-top: -0.3% !important;}

.nmt3 { margin-top: -3% !important;}
.nmt6 { margin-top: -6rem !important;}
.nmt9 { margin-top: -9% !important;}

.nmb3 { margin-bottom: -3% !important;}
.nmb6 { margin-bottom: -6% !important;}
.nmb9 { margin-bottom: -9% !important;}

/* パディング --------------------------------------------------------- */

.ptnone { padding-top: 0 !important; }


/* 行間 --------------------------------------------------------- */

.between {
	letter-spacing: 0.2em;
	line-height: 2.1em;
	text-align: justify;
}
.between-s {
    letter-spacing: 0.09em;
    line-height: 1.8em;
    text-align: justify;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
	font-weight: 400;
	font-style: normal;
}

/* 左揃え、中央揃え --------------------------------------------------------- */

.left-aligned { text-align: left; }
.central { text-align: center; }
.centering { margin: 0 auto; }


/* 画像サイズ --------------------------------------------------------- */

.imgsize3 { width: 30%; }
.imgsize6 { width: 60%; }
.imgsize7 { width: 70%; }
.imgsize9 { width: 90%; }

.imght-header {
	width: 100%;
	height: 390px;
	object-fit: cover;
}


/* dl dt dd 基本 --------------------------------------------------------- */

dt { font-weight: 600; text-align: justify; }
dd { font-weight: 400; text-align: justify; }


/* アニメーション --------------------------------------------------------- */

/* スクロールすると */
.js-anim {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	visibility:hidden;
}
.fadeInUp {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:2s;
	-ms-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}
@-webkit-keyframes fadeInUp {
	0% {  opacity: 0; -webkit-transform: translateY(40px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(40px); -ms-transform: translateY(40px); transform: translateY(40px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/* トップページ スライド文字 その場でふわっ jsなし*/
.fadeIn-welcome {
animation-name:fadeInAnime;
animation-duration:6s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* その場でふわっ jsなし*/
.fadeIn {
animation-name:fadeInAnime;
animation-duration:2.1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/* 下からふわっ jsなし*/
.fadeUp {
animation-name:fadeUpAnime;
animation-duration:2.1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 各ページのタイトルの太さ */
.thick { font-weight: 500; }




/* 詳細ボタンのデザイン --------------------------------------------------------- */

.detail-button {
	position: relative;
    font-size: 0.9em;
    line-height: 1;
    letter-spacing: 0.19em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 54px;
	background: #898989;
    color: #fff;
}

.detail-button::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 21px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
}

.detail-button:hover::before{
	right: 12px;
}
.button-max { max-width: 330px; }
.dgs-blue { background: #293140; }


/* メインコンテナー --------------------------------------------------------- */
#main-container { 
	scroll-snap-type: y mandatory; position: relative; width: 100%; 
	-webkit-transition: all .5s ease; transition: all .5s ease; z-index: 2; 
	display: flex; flex-direction: column; min-height: 100vh;
	background-color: #fffcfa;
    background-image: url(../img/common/subtle-white-feathers.png);
}


/* ヘッダ－ロゴ上のHMIロゴ --------------------------------------------------------- */
#header-HMI-logoBox {
    background-color: #49311E;
    margin: 0 calc(50% - 50vw) 0;
    width: 100%;
}
#header-HMI-logo-inner {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}
#header-HMI-logoBox a {
	margin: 0.3% 0;
	padding-left: 12px;
	font-size: 110%;
	color: #ffdf9f;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	transition: color .3s;
}
#header-HMI-logoBox a:hover { color: #0071be; }



/* ページトップへあがるボタン --------------------------------------------------------- */

.pagetop {
  height: 55px;
  width: 55px;
  position: fixed;
  right: 10px;
  bottom: 70px;
  background: #928c7e;
  border: none;/*線なし*/
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  opacity: 0.6;
}
.pagetop__arrow {
  display: block;
  height: 15px;
  width: 15px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: translateY(20%) rotate(-45deg);
}


/* 予約追従ボタン --------------------------------------------------------- */

.book-here {
  height: 55px;
  width: 55px;
  position: fixed;
  right: 10px;
  bottom: 15px;
  background: #b05505;
  border: none;/*線なし*/
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  opacity: 0.8;
}
.book-here-inner{
  display: block;
  font-size: 12px;
}
.book-here-inner a{
	font-size: 16px;
    font-weight: 600;
	color:#fff;
}



/* ヘッダー --------------------------------------------------------- */

/*headerGnavi*/
header {
	postion: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 33;
	background-color: #fffcfa;
    background-image: url(../img/common/subtle-white-feathers.png);
}

header nav#headerGnavi { width: 100%; display: none;}

.headerGnavi {
    position: relative;
    width: 100%;
	margin: 0 auto;
    height: 70px;
	display:flex;
	justify-content: space-between;
	color:#666;
}

.headerGnavi > li {
	flex: auto;
    height:100%;
    padding: 20px 0;
	text-align:center;
	font-weight:500;
}

.headerGnavi > li:hover {
	background-color: #ffffff;
    color: #cd7e2d;
}

.headerGnavi > li a {
	color:#272624;
	font-size: 0.9em;
	text-decoration:none;
	position: relative;
	display: inline-block;
	transition: .3s;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
	font-weight: 500;
	font-style: normal;
}
.headerGnavi > li a:hover { color: #C9AA6A; }
.headerGnavi > li a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #C9AA6A;
	transition: .3s;
	transform: translateX(-50%);
}

.headerGnavi .menu__second-level > li a::after{
	position: absolute;
	bottom: initial;
	left: initial;
	content: initial;
	width: initial;
	height: initial;
	background-color: initial;
	transition: initial;
	transform: initial;
}

.headerGnavi > li a:hover::after{
	width: 100%;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 3;
	line-height: 170%;
	font-size: 100%;
	font-weight:500;
}

.menu__second-level li {
	margin-bottom: 20px;
	text-align: left;
}

.menu__second-level li a:hover {

}

/*下線が動く*/
.headerGnavi .menu__second-level a {
	padding:0 0 5px 15px;
	line-height: 150%;
	color:#555;
	position: relative;
	display: inline-block;
	transition: .3s;
	font-weight:500 ;
}

.headerGnavi .menu__second-level a::before {
	content:"";
	position: absolute;
	left: 0px;
	top: 8px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #c3983a;
	border-right: 2px solid #c3983a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

.headerGnavi .menu__second-level a:hover::before{
	left: 3px;
}

/*グロナビの最後のメニューの下層部分の位置*/
li.menu__single:last-child ul.menu__second-level {
	right:0;
}
li.menu__single:last-child i{font-size:120%;}

/* floatクリア */
.headerGnavi:before,
.headerGnavi:after {
    content: " ";
    display: table;
}
.headerGnavi:after {
    clear: both;
}
.headerGnavi {
    *zoom: 1;
}

/* mega */

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 70px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
	margin-top: -1px;
    padding: 40px 2% 20px;
    /*-webkit-transition: all .2s ease;
    transition: all .2s ease;*/
	background-color:#fff;
}
li.menu__mega:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
	z-index:99;
}
li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}
li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 32%;
    border: none;
}
li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

/* single */

.menu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
    top: 70px;
    box-sizing: border-box;
    width: auto;
	min-width: 150px;
    padding: 30px 2% 10px;
	margin-left: -20px;
    /*-webkit-transition: all .2s ease;
    transition: all .2s ease;*/
	background-color:#fff;
}
li.menu__single:hover ul.menu__second-level {
    top: 70px;
    visibility: visible;
    opacity: 1;
}


/*---------------------------------
	ヘッダ（ハンバーガーメニュー）
---------------------------------*/
#hamburgermenu {
	position: relative;
	width: 70px;
	height: 70px;
	display: flex; 
	z-index: 1000;
	background: transparent;
	}

/* チェックボックスを非表示にする */
.drawer_hidden { display: none; }

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	position: absolute;
	top:35px;
	right: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;/* 重なり順を一番上にする */
	cursor: pointer;
	mix-blend-mode: difference;/* 背景色にあわせて文字色変更 */
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #49311E;/* 三本線の色 */
	transition: 0.5s;
	position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#hamburger:checked ~ .drawer_open span {
	background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#hamburger:checked ~ .drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
	background: #fff;/*　×の色*/
}

#hamburger:checked ~ .drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
	background: #fff;/*　×の色*/
}
.hgBox01{ padding: 5%;}
.hgBox01_inner{
	display: flex;flex-direction: row;
	justify-content: space-between;}
.hg_reserve,.hg_inquiry {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.hg_reserve {margin-top: 20px;} /*追加*/
.hg_inquiry {margin-top: 45px;} /*追加*/

.hg_reserve a,.hg_inquiry a {
	display: block;text-align: center; 
	padding: 0.5em; color: #fff;
	background: #7f5534;
	}
.hg_inquiry a {
	background: #C9AA6A;
	}
.hg_reserve a:hover,.hg_inquiry a:hover{
	opacity: 0.5;
	}
.hgBox02_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 5% 0 0;
}
.hgBox02_inner li.hgmenu {
	width: 90%;
	margin: 0 5% 0 ;
}
.pc-view { display: none; }


/*---------------------------------
	ハンバーガーメニュー（別ウインドウ）sp
---------------------------------*/
.hg-area {
	padding: 0 0 1.5rem;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
	font-weight: 500;
	font-style: normal;
}
.drawer_list {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 100%;
	left: 0%; /* メニューを画面の外に飛ばす */
	z-index: 99;
	transition: .5s;
	padding-top: 10px;
	overflow: hidden scroll;
	background-color: #fffcfa;
    background-image: url(../img/common/subtle-white-feathers.png);
}

/* メニュー黒ポチを消す */
.navigation {
	list-style: none;
}
.navigation a {
	color: #333;
	text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#hamburger:checked ~ .drawer_list {
	bottom: 0;/* メニューを画面に入れる */
}

p.hgmtitle {
	text-align: center; 
	width: 75%;
	margin: 5% 10% 0 9%;
}

p.hgmtitle img {
	width: 100%;
}

.accordion_menu {
	margin: 0 auto;
}
.toggle {
	display: none;
}
.menubox {
	position: relative;
	margin-top: 0.3em;
}

.menu_title,
.menu_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.menu_title {
	padding: 0.4em 1em 0.6em 2.5em;
	display: block;
	color: #333;
	font-size: 1.1em;
	border-bottom: solid 1px #C9AA6A;
}
.menu_title::after,
.menu_title::before {
	content: "";
	position: absolute;
	left: 1.25em;
	top: 0.9em;
	width: 2px;
	height: 0.6em;
	background-color: #49311E;
	transition: all 0.3s;
}
.menu_title::after {
	transform: rotate(90deg);
}
.menu_title02 {
	padding: 0.4em 1em 0.6em 2.5em;
	margin-bottom: 0;
	display: block;
	color: #333;
	font-size: 1.1em;
	border-bottom: 1px solid #C9AA6A;
	position: relative;
}
.menu_title02::before {
	content: "\f105";
	font-family: "Font Awesome 6 Free";
	font-weight: 600; 
	display: inline-block;
	position: absolute;
	left: 1.0em;
	top: 0.7em;
	width: 2px;
	height: 0.6em;
	color: #b05505;
}
.menu_title02 a:hover{ color:#C9AA6A;}

.menu_content {
	max-height: 0;
	overflow: hidden;
}
.menu_content p {
	margin: 0;
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.5;
}
.menu_content p.dwline {
	border-bottom: solid 1px #C9AA6A;
	margin: 0;
	padding: 0.8em 0.8em 0.6em 0.8em;
	font-size: 0.9em;
	line-height: 1.5;
}
.menu_content {
	display:none;
}
.menu_title{
	border-bottom: solid 1px #C9AA6A;
}
.toggle:checked + .menu_title + .menu_content {
	display: block;
	max-height: 500px;
	transition: all 1.5s;
}
.toggle:checked + .menu_title::before {
	transform: rotate(90deg) !important;
}

/*.menu_content {display:none;}*/

.menu_content p a{
	position: relative;
    padding-left: 15px;
    display: grid;
    margin-left: 18px;
}

.menu_content p a::before {
	content:"";
	position: absolute;
	left: auto;
	top: 7px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #b05505;
	border-right: 2px solid #b05505;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*---------
	ヘッダ（ハンバーガーメニュー）sp ここまで
-----------*/
/*↓ここからは当てはまる場所のCSSを書き換えてください。*/
.header-inner {
	max-width: 100%;
	display: flex;
	justify-content:space-between;
}

/*ロゴのマージン調整*/
#header-logo {
	margin: 10px 0 0 15px;
	width: 100%;
}
.header-HMI-logo a::before {
	display: inline-block;
	content:"";
	background-image:url(../img/logo/headerHMIlogo.svg);
	background-size: contain;
    background-repeat: no-repeat;
	width:15px;        
	height: 15px;
	margin-right: 6px;
	margin-bottom: -1px;
}

#header-logo img { max-width: 270px; }

.header-HMI-logo { padding: 2px 10px;}
.header-HMI-logo a { margin-left: 5px;}

/*------------------*/

/*★.header-innerを#header-logoにする（ハンバーガの中のロゴと区別する為）*/

.header-inner img {
	max-width: 300px;
}
		↓
#header-logo img {
	max-width: 150px;
}
.menu_content p.dwline {
	padding: 1.03em;
	background: #fff;
}

/*------------------*/


/* トップスライド ------------------------------------------------------- */

.slidewrapper {
	width: 100%;
    margin: 0;
	position: relative;
}
.slide-rogo {
	width: 80%;
	position: absolute;
    z-index: 2;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}
.slide-rogo img { width: 18%; }
.slide-rogo p {
    position: relative;
    top: 0;
    left: 0;
    margin: 1.8rem auto 0;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-size: 1.2rem;
	font-weight: 300;
    font-style: normal;
    letter-spacing: 0.66em;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
}


/* コンテンツ --------------------------------------------------------- */

.mw-otth {  /* max-width1200 */
	max-width: 1200px;
	width:90%;
    margin: 0 auto;
}
.mw-otfh {  /* max-width1500 */
	max-width: 1500px;
	width:100%;
    margin: 0 auto;
}
.mw-oteh { /* max-width1800 */
	max-width: 1800px;
	width: 90%;
    margin: 0 auto;
}

.news-title {
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0;
}
.newspaper {
	flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
	padding: 0 5%;
}
.flex-alignment { display: flex; }

/* ページ内リンク高さ調節 --------------------------------------------------------- */
.jump {
	padding-top: 81px;
	margin-top: -81px;
}

figcaption {
	padding: 1.2rem;
	color: #efeae8;
	background: #2c2c2c;
	position: relative;
	z-index: 2;
}


/* ABOUT US --------------------------------------------------------- */

#aboutus {
    text-align: right;
    -ms-writing-mode: tb-rl;
    display: flex;
    justify-content: flex-end;
}
.aboutus {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 100%;
	height: 100vh;
    position: absolute;
    top: -4.5rem;
    right: 12%;
    font-size: 510%;
    z-index: 2;
	color: #725136d1;
}

.hotelname {
	font-size: 100%;
    display: block;
	letter-spacing: 0.3em;
	position: relative;
    top: 0;
    right: 12%;
}
.hotelpicture {
    flex: 0 0 90%;
    max-width: 90%;
    margin: 0 auto;
	position: relative;
    top: 0;
    left: 0;
	z-index: -3;
    margin-right: 3rem;
}
.hotelpicture img { width: 100%; }
.first {
	font-size: 1.5rem;
    font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.13em;
    line-height: 1.5em;
}
.first-letter,
.first-letter2 {
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
	font-weight: 400;
	font-style: normal;
}
.first-letter2 {
	letter-spacing: 0.2em;
    line-height: 1.5em;
    text-align: justify;
}

.second {  /* 各ページトップ文言で使用 */
    letter-spacing: 0.09em;
    line-height: 1.8em;
    text-align: justify;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
	font-weight: 400;
	font-style: normal;
}



/* ホテルの魅力 --------------------------------------------------------- */

section {
	position: relative;
    margin: 0 auto;
    padding: 6rem 0 6rem;
    box-sizing: border-box;
}
.section-ptnone {
	position: relative;
    margin: -6rem auto 0;
    padding: 0 0 3rem 0;
    box-sizing: border-box;
}
.flex-container {
	width: 100%;
	height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
	padding: 0;
}

.flex-container-c {
	width: 100%;
	height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
	padding: 1.5rem 0 3rem;
}

.flex-container-reverse {
	width: 100%;
	height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: center;
	padding-bottom: 3rem;
	flex-direction: column-reverse;
}

.header-photo {
	width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    height: 420px;
    object-fit: cover;
}
.position-room { object-position: -150px 0px; }/* sp客室画像の位置調整 */
.position-resto { object-position: -240px -9px; }/* spレストラン画像の位置調整 */

.jp-txt {
	font-size: 100%;
    display: block;
	letter-spacing: 0.3em;
	color: #cfcdc9;
	/*color: #C9AA6A;*/
	padding-top: 1.2rem;
	text-align: left;
}

.box-fifty {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.2rem 3rem 0;
}
.box-fifty img { width: 100%; }
.inner-zero { padding: 0; }

.charm-title {
    position: relative;
    font-size: 200%;
    display: block;
    margin-bottom: -3%;
	word-break: break-all;
	color: #cfcdc9;
	text-align: left;
	line-height: 2.1rem;
}

.image-box {
    flex: 0 0 80%;
    max-width: 80%;
    margin: 0 auto;
	position: relative;
    top: 0;
    left: 0;
}
.letter-box {
	position: relative;
    top: 0;
    left: 0;
	flex: 0 0 81%;
    max-width: 81%;
	margin: 3rem auto;
	padding: 0;
}

.subject {
	font-size: 150%;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
    font-weight: 400;
    font-style: normal;
    color: #cfcdc9;
	/*color: #C9AA6A;*/
	letter-spacing: 0.16em;
	line-height: 1.5em;
}
.text {
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
    font-weight: 400;
    font-style: normal;
    color: #cfcdc9;
}

/* おすすめ宿泊プラン --------------------------------------------------------- */
/* 詳細を見るボタン（共通） */
.planBtn {
	background: #948973;
    color: #FFF;
    text-align: center;
}
.whiteText {
	padding: 0.3rem;
    text-align: center;
}



/* 新着情報アコーディオン --------------------------------------------------------- */
.brown {
	background: #3a2718;
	padding: 3rem 0;
	margin: 6rem 0 3rem;
}
.pure-white { color: #ffffff; } /* newsタイトルの色変更 */
.accordion {
	width:100%;
	margin: 0 auto 30px;
}
/*新着情報ベース*/
.toggle-news {
	display: none;
}
.Label-news {		/*新着情報タイトル*/
	display: block;
	border-bottom: solid 1.5px #726152;
}
.bl-none { border-bottom: none; }/* news一番下はラインなし */
.news_list_date_inner {
	display: flex;
	-webkit-box-align: center;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
}

.news-title-box {
	padding: 1.2rem 0;
	width: 100%;
}
.newsday {
	color: #fff;
	font-size: 0.9em;
	font-weight: 400;
	margin-right: 18px;
}
.newsitem {
	background: #ffffff;
	text-align: center;
	color: #7f5534;
	padding: 3px 18px;
	font-size: small;
	font-weight: 600;
}
.newstit {
	-webkit-box-flex: 1;
	flex: 1;
	font-weight: 500;
	color: #fff;
	padding: 15px 0 0 0;
	padding-left: 0;
	margin-bottom: 0;
	width: 84%;
}
.newstit span {
	color: #ff9700;
	margin-left: 12px;
}
.Label-news,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	
	width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.Label-news::before{		/*タイトル横の矢印*/
	content:"";
	width: 12px;
	height: 12px;
	border-top: 2px solid #C9AA6A;
	border-right: 2px solid #C9AA6A;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 9px );
	right: 20px;
	transform: rotate(135deg);
}
.content {	/*本文*/
	height: 0;
	padding:0 18px;
	overflow: hidden;
	background:#fff;
}

.toggle-news:checked + .Label-news + .content {	/*開閉時*/
	height: auto;
	padding: 18px;
	transition: all .3s;
}
.toggle-news:checked + .Label-news + .content p { 
	font-size: 0.95em;
}

.toggle-news:checked + .Label-news::before {
	transform: rotate(-45deg) !important;
}


/*新着情報 記事内部*/

.news-column {
	flex-direction: column;
    justify-content: center;
}

.news-photo { width: 100%; }

.news-photo img {
	vertical-align: middle;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.news-letter { 
	width: 100%;
	padding: 12% 0;
	font-size: 0.87em;
}


/* アクセス --------------------------------------------------------- */
.access-info {
	width: 90%;
	max-width: 1200px;
    margin: 2.4rem auto 1.5rem;
}
.map-container {
	width: 90%;
    margin: 0 auto 1.8rem;
	position: relative;
	height: 0;
	padding-top: 75%; 
}
.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 


/* ページ下バナー欄 --------------------------------------------------------- */

ul.berryShortBnr { 
	display:flex;
	flex-direction: row;
	justify-content:space-between;
	flex-wrap:wrap;
	width: 90%;
	height:auto;
	margin: 0 auto; 
}
ul.berryShortBnr li { 
	flex:0 0 48%;
	height:100%;
	margin: 0 0 3.6%; 
}
ul.berryShortBnr li img { width: 100%; }


/* 外部リンクバナー --------------------------------------------------------- */
.footerbnr-box {
	width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 1.5rem 0;
}
.footerbnr-box img {
	width: 99%;
	max-width: 220px;
}
.footerbnr-box li {
    margin: 3px;
}


/* アテンション --------------------------------------------------------- */
.attention-box {
    width: 90%;
	max-width: 1000px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 40px;
	border: 1px #86898e solid
}
.underLine { border-bottom: solid 1px black; }
.attention-box dt,
.attention-box dd { font-family: source-han-serif-japanese, 'Shippori Mincho', serif; }



/* フッター --------------------------------------------------------- */

footer article { margin: 0 auto 0;}
footer { background: #35271d; position:relative;}
#footerCont { background: #24180f; }
#footer-box { width: 100%; margin: 0 auto 0; padding: 0; }
#hmiLogo { width: 51%; margin: 0 auto 0.6rem; }
#footerLogo { width: 90%; margin: 0 auto 0.6rem; }
#hmiLogo img , #footerLogo img { width: 100%;}
address dl { color:#FFF; }
address dl dt { font-size: 130%; font-weight: 600; margin: 0 0 3%; color: #fff; }
address dl dd {
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
	font-weight: 300;
	font-style: normal;
}
address dl dd#footer-hotel-name { font-size: 87%; letter-spacing: 2px; margin-bottom: 0.6rem; text-align: center; }
address dl dd#add { font-size: 110%; margin-bottom: 0; text-align: center; }
address dl dd#tel { font-size: 160%; font-weight:400; letter-spacing: 2px; margin-top: 0; text-align: center; }
address dl dd#tel a{ color:#FFF;}
.tel-space { padding-right: 6px; -webkit-padding-right: 6px; font-size: 1.36rem; }
address dl dd#tel-reserve { display:flex; margin-top: 3%; font-size: 130%; letter-spacing: 2px;}
address dl dd#tel-reserve a{ color:#FFF;}
address dl dd#tel-reserve dt { background-color:#FFF; font-size: 90%; margin:0 5px 0 0; display:inline; color:#000; padding: 0 6px 2px;}
address dl dd#tel-reserve dd { display:block; margin-top: 2%; font-size: 125%;}
address dl dd#tel-reserve dd.time { font-size: 80%;  margin-top: 0%;}
address dl dd#mail { font-size: 100%; letter-spacing: 2px; margin-bottom: 0.2rem; }
address dl dd#mail a { color: white;}
address dl dd#mail a:hover { color: #C9AA6A;}
#sns-btn { width: 100%; float:left; display: flex; justify-content: center; margin-top: 20px;}
#sns-btn li { width: 24px; margin-right: 10px;}
#sns-btn li img { width: 100%;}
#sns-btn:after { clear:both;}


address { 
	display: flex;
	flex-direction: column;
	flex-direction: column-reverse;
}
address .leftCont { width:100%; margin: 0 auto; padding: 2.7rem 1.5rem; }
address .rightCont { width:100%; margin: 0;}
address .rightCont #footerImage {
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
	}
address .rightCont #footerImage img { width: 100%; }

summary {
	margin-top: 10px;
	padding: 5px;
    cursor: pointer;
	color:#FFF;
}

summary:hover { opacity: 0.6;}

/* Firefox用 */
details summary {
    list-style: none; /* デフォルト矢印削除 */
    cursor: pointer;
}
 
/* Chrome, Safari用 */
details summary::-webkit-details-marker {
    display: none; /* デフォルト矢印削除 */
}
 
/* 閉じている時はFont Awesomeのプラスアイコン使用 */
details summary::before {
	content: ' ▶';
    margin: 0 5px 0 5px;
    color:#FFF;
}
 
/* 開いている時はFont Awesomeのマイナスアイコン使用 */
details[open] summary::before {
	content: ' ▼';
}
#site-map { display: none; }
/*.pc-view { display: none; }*//* フッターナビ非表示 */

/* コピーライト */
#Copyright {
    color: #CCC;
    font-size: 69%;
    text-align: center;
    padding: 0.5% 2%;
}


/*====================================================================================
ここからタブレット
======================================================================================*/

@media (min-width: 768px) {

body { font-size:1.05em; letter-spacing: 0.05em; }

.br-sp { display: none; }
.br-pc { display: none; }
.br-tb { display: block; }

/* フッターナビ表示 */
.sp-view { display: none !important;} /* コピーライト改行 */
.sp-view-inline { display: none !important;}



/* h --------------------------------------------------------- */

h1,h2,h3 { width: 100%; display: block; margin: 0 auto; letter-spacing: 0.05em; line-height: 3em; }
.subtitlesize { line-height: 3.3rem; }
	
/* 画像サイズ --------------------------------------------------------- */
.imght-header { height: 420px; object-fit: cover; }

/* 文字の色 太さ --------------------------------------------------------- */
.headline-en { text-align: center; }
.headline-jp  {
	text-align: center;
	padding: 0 5%;
}

/* 背景の色 --------------------------------------------------------- */

.bicolor {
    background: linear-gradient(180deg, transparent 0%, transparent 20%, #202733 50%, #202733 100%);
}

/* ヘッダー --------------------------------------------------------- */

/*ロゴのマージン調整*/
.header-HMI-logo a::before{
              margin-bottom: 0;
}



/* ハンバーガーメニュー（別ウインドウ）------------------------------------------------------- */
/*---------------------------------
	ヘッダ（ハンバーガーメニュー）
---------------------------------*/	
	
#hamburgermenu { 
	display: flex; 
	z-index: 1000;
	background: transparent;
	}

/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	mix-blend-mode: difference;/* 背景色にあわせて文字色変更 */
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
	bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
	top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#hamburger:checked ~ .drawer_open span {
	background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#hamburger:checked ~ .drawer_open span::before {
	bottom: 0;
	transform: rotate(45deg);
	background: #888;/*　×の色*/
}

#hamburger:checked ~ .drawer_open span::after {
	top: 0;
	transform: rotate(-45deg);
	background: #888;/*　×の色*/
}
.hgBox01{ width:100%;}
.hgBox01_inner{
	display: flex;flex-direction: row;
	justify-content: space-between;}
.hg_reserve,.hg_inquiry {width: 49%; position: relative;}/*追加*/
.hg_reserve {margin-top: 0px;} /*追加*/
.hg_inquiry {margin-top: 0px;} /*追加*/
.hg_reserve a:hover,.hg_inquiry a:hover{
	opacity: 0.5;
	}
	
.hgBox02_inner  {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	}
.hgBox02_inner li.hgmenu {
	width: 49%;
	margin: 1% 0.2% 1%;
}
.pc-view { display: block; }


/*---------------------------------
	ハンバーガーメニュー（別ウインドウ）
---------------------------------*/
.hg-area { padding: 1.2rem 5% 0; }

/*---------------------------------
	ハンバーガーメニュー（別ウインドウ）
---------------------------------*/
/* メニュー黒ポチを消す */
.navigation {
	list-style: none;
}
.navigation a {
	color: #333;
	text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#hamburger:checked ~ .drawer_list {
	bottom: 0;/* メニューを画面に入れる */
}
p.hgmtitle {
	width: 50%;
	text-align: center; 
	margin: 0 auto 10px;
}
.accordion_menu {
	margin: 0 auto;
}
.toggle {
	display: none;
}
.menubox {
	position: relative;
	margin-top: 0.3em;
}
.menu_title,
.menu_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.menu_title::after {
	transform: rotate(90deg);
}
.menu_content {
	max-height: 0;
	overflow: hidden;
}
.menu_content p {
	margin: 0;
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.5;
}
.menu_content p:hover{
	background-color: #efe3c5;
}
.menu_content p.dwline {
	border-bottom: solid 1px #c09c3b;
	margin: 0;
	padding: 0.8em;
	font-size: 0.9em;
	line-height: 1.5;
}

/*----
	ヘッダ（ハンバーガーメニュー）ここまで
-----*/
/*↓ここからは当てはまる場所のCSSを書き換えてください。*/

/* ページ中身 */
.header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
}
.hgBox02_inner {
    width: 90%;
    margin: 0 auto;
}
.menu_content p.dwline { padding: 1.03em; }
.header-HMI-logo { max-width: 1200px; margin: 0 auto; padding: 2px 20px 0;}



/* トップスライド ------------------------------------------------------- */

.th-fit { height: auto; }
.slide-rogo img { width: 12%; }
.slide-rogo p {
    position: relative;
    top: 0;
    left: 0;
    margin: 1.8rem auto 0;
	-ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 300;
    font-style: normal;
    letter-spacing: 0.66em;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
}

/* コンテンツ --------------------------------------------------------- */

.mw-otth, /* max-width1200 */
.mw-otfh, /* max-width1500 */
.mw-oteh {  /* max-width1800 */
	width: 90%;
}

.box-fifty {
    flex: 0 0 50%;
    max-width: 50%;
	padding: 0;
	margin: 0;
}

/* ABOUT US --------------------------------------------------------- */
.about { padding: 3rem 0 1.5rem; }
#aboutus {
    padding: 1.8rem 0;
    margin-bottom: -9rem;
    position: relative;
    z-index: 3;
    text-align: left;
    display: block;
}
.aboutus {
    position: relative;
    top: 0;
    right: 0;
    font-size: 540%;
    color: #725136d1;
    writing-mode: horizontal-tb;
}
	
.hotelname {
	font-size: 100%;
    display: block;
	letter-spacing: 0.3em;
	position: relative;
    top: -1.2rem;
    right: 0;
}	
	
.hotelpicture {
    flex: 0 0 50%;
    max-width: 50%;
	margin-right: 0;
}
.hotelpicture img {
	height: 650px;
    object-fit: cover;
	}
.letter-box {
    flex: 0 0 50%;
    max-width: 50%;
	margin: 0;
	padding: 0 3rem 4.5rem 0;
}
.first-letter2 {
    line-height: 1.8em;
    font-size: 0.9rem;
}

/* ホテルの魅力 --------------------------------------------------------- */

.flex-container-c {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
	padding: 3rem 3rem 3rem 0;
}

.flex-container-reverse {
	width: 100%;
	height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    align-content: center;
	padding: 0 0 3rem 5%;
}

.section-ptnone {
    margin: 0;
    padding: 0;
}
.header-photo {
    padding: 0;
	height: 450px;
}
.position-resto { object-position: 0 0; }/* spレストラン画像の位置調整 */
.position-room { object-position: 0 0; }/* sp客室画像の位置調整 */

 .charm-title {
	 position: relative;
	 font-size: 200%;
	 display: block;
	 line-height: 2.7rem;
	 word-break: break-all;
	 text-align: center;
}
.jp-txt {
    padding-top: 0;
    margin-top: 0.6rem;
	text-align: center;
}

.subject { font-size: 150%; }
.text { font-size: 90%; }



/* 新着情報 記事内部 --------------------------------------------------------- */
.news-title {
    flex: 0 0 100%;
    max-width: 100%;
	padding: 0;
	margin: 0;
}
.news-title-box {
	padding: 1.5rem 0;
	width: 90%;
	display: flex;
    align-items: center;
}
.newstit { padding: 0 0 0 15px; }
.news-column {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news-photo { width: 27%; }

.news-photo img {
	vertical-align: middle;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.news-letter { 
	width: 70%;
	padding: 0;
	font-size: 0.9em;
}

.toggle-news:checked + .Label-news + .content {
    height: auto;
    overflow-y: auto;
}

/* アクセス --------------------------------------------------------- */
.access-info {
	display: flex;
    justify-content: center;
}
.map-container {
	width: 90%;
    margin: 2.1rem auto 0;
	position: relative;
	height: 0;
	padding-top: 60%; 
}
.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 



/* ページ下バナー欄 --------------------------------------------------------- */

ul.berryShortBnr { 
	display:flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
	height:auto;
}
ul.berryShortBnr li { 
	flex:0 0 24%;
	margin: 0 0.9% 0.9% 0;
}

/* 外部リンクバナー --------------------------------------------------------- */
.footerbnr-box {
	width: 90%;
	max-width: 664px;
	margin:0 auto;
	padding: 3% 0;
}


/* フッター --------------------------------------------------------- */

address { display: flex; flex-direction: row; align-items: flex-end; padding-top: 0; margin-top: 0; }
address dl dt { font-size: 120%; }
address dl dd#add { font-size: 90%; }
address dl dd#tel-reserve {  margin-top: 1%; }
address dl dd#tel-reserve dt { font-size: 90%; }
address dl dd#tel-reserve dd { display:inline-block; margin-top: 0%; font-size: 100%; }
address dl dd#tel-reserve dd.time { font-size: 90%; }

.submenu {
	display: initial;
	background: initial; 
	background-image: initial;
	background-size:  initial;
	background-position:  initial;
	font-size:  initial;
}

footer .list-inner { padding-left: 10px !important;}
address .leftCont { flex:0 0 50%; margin: 0; padding: 1.2rem; }
address .rightCont { flex:0 0 50%; margin: 0; }
address .rightCont #footerImage {
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width:100%;
}
address .rightCont #footerImage img { width: 100%; }


.sp-view .fa, .sp-view .fab, .sp-view .fal, .sp-view .far, .sp-view .fas { display:none !important; line-height: 0 !important;}

#site-map {
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
#footer-nabi {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	color: #fff;
	margin: 3rem 0 1.5rem;
}
#footer-nabi li { padding: 0.3rem 0.6rem; }
#footer-nabi li i { padding: 0 9px 0 0; }
#footer-nabi a {
	color: #fff;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
	font-weight: 400;
	font-style: normal;
}



}

/*====================================================================================
ここからPC
======================================================================================*/

@media (min-width: 1000px) {
	
.pc-view1000 { display: block; }
.br-pc { display: block; }

/* ヘッダー --------------------------------------------------------- */

/* 下線 --------------------------------------------------------- */

.underline {
	border-bottom: solid 3px #C9AA6A;
	position: relative;
	font-size: 300%;
	display: block;
	margin-bottom: 0.6%;
}


/* h --------------------------------------------------------- */

h1,h2,h3 { width: 100%; display: block; margin: 0 auto; letter-spacing: 0.05em; line-height: 3em; }
.subtitlesize { line-height: 4.5rem; font-size: 300%; }

/* 文字の色 太さ --------------------------------------------------------- */

.headline-jp { font-size: 150%; }
.jatxt { font-size: 180%; }


/* マージン --------------------------------------------------------- */

.mtr3 { margin-right: 3rem !important; }
.mtr6 { margin-right: 6rem !important; }

.mtl1-2 { margin-left: 1.2rem !important; }
.mtl3 { margin-left: 3rem !important; }
.mtl6 { margin-left: 6rem !important; }


/* パディング --------------------------------------------------------- */

.pr6 { padding-right: 6rem !important; }


/* 画像サイズ --------------------------------------------------------- */
.imght-header { height: 570px; object-fit: cover; }


/* 共通ヘッダー --------------------------------------------------------- */
#hamburgermenu { display: none;}
header nav#headerGnavi { display: block;}
.header-inner {
	justify-content: center;
	align-items: center;
}

/*---------------------------------
	ヘッダ（ハンバーガーメニュー）
---------------------------------*/

/*ロゴのマージン調整*/
#header-logo {
	margin: 0;
    width: 72%;
}

/* コンテンツ --------------------------------------------------------- */	

.box-thirty {
    flex: 0 0 30%;
    max-width: 30%;
	padding: 0;
	margin: 0;
}
.box-seventy {
    flex: 0 0 70%;
    max-width: 70%;
	margin: 0;
	padding-left: 3rem;
}

.box-forty {
    flex: 0 0 40%;
    max-width: 40%;
	padding: 0;
	margin: 0;
}
.box-sixty {
    flex: 0 0 60%;
    max-width: 60%;
	padding: 0;
	margin: 0;
}

.box-fifty {
    flex: 0 0 50%;
    max-width: 50%;
	padding: 0;
	margin: 0;
}



/* ABOUT US --------------------------------------------------------- */

.about { padding: 0 }
#aboutus {
	padding: 6rem 6rem 3rem;
	width: 100%;
	}
.aboutus {
	font-size: 690%;
	top: 2.1rem;
}
.hotelname { top: 1.2rem; }
.hotelpicture img {
	width: 100%;
    vertical-align: bottom;
    height: auto;
    object-fit: cover;
}
.letter-box { padding: 0 3rem 0 0; }

.first-letter, .first-letter2 {
    font-size: 1.11rem;
}
/* ホテルの魅力 --------------------------------------------------------- */

.section-ptnone { margin: 0 0 3rem 0; }
.flex-container { padding: 3rem 0; }

.flex-container-c {
    width: 96%;
	padding: 6rem 0 3rem;
}
.flex-container-reverse { padding: 0 0 3rem 6rem; }
.header-photo { 
	width: 93%;
	height: 660px;
	padding: 0;
    margin: 0 auto;
	}
.charm-title {
    position: relative;
    font-size: 300%;
    display: block;
    margin-bottom: 0;
    line-height: 3.3rem;
    word-break: break-all;
}
.jp-txt {
    margin-top: -0.3rem;
    font-size: 1.5rem;
}
.subject { font-size: 210%; padding-right: 3rem; }
.text { font-size: 100%; padding-right: 3rem; }


/* 新着情報アコーディオン --------------------------------------------------------- */

.light-brown { padding: 0.9rem 0; }  /* 背景色のパディング調整 */
.news-title {
    flex: 0 0 30%;
    max-width: 30%;
	margin: 0;
	padding: 0.6rem 5% 0 5%;
}
.newspaper {
    flex: 0 0 70%;
    max-width: 70%;
	padding: 0 5% 0 0;
	margin: 0;
}

/* トップページ アクセス --------------------------------------------------------- */
.map-area { padding: 3rem 0 6rem; }
.map-container { padding-top: 39%;  }
.alongside {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.alongside dt { width: 100%; }
.alongside dd { width: 100%; }


/* 外部リンクバナー --------------------------------------------------------- */
.footerbnr-box { padding: 3rem 0; }


/* フッター --------------------------------------------------------- */
address { display: flex; flex-direction: row; align-items: flex-end; padding-top: 0; margin-top: 0; }
address dl dd#add { font-size: 120%;}


}
@media (min-width: 1100px) {
/* ABOUT US --------------------------------------------------------- */
.aboutus {
    font-size: 780%;
	top: 1.5rem;
}
.hotelname {
    top: 1.5rem;
    font-size: 1.2rem;
}
.first {
	font-size: 2.1rem;
    line-height: 1.53em;
	}
.first-letter,
.first-letter2 { font-size: 1.2rem; }


}


@media (min-width: 1280px) {
/* トップスライド ------------------------------------------------------- */

.slidewrapper {
	width: 96%;
    margin: 0 auto;
}
.slide-rogo { top: 39%; }
.slide-rogo img { width: 6%; }


/* ABOUT US --------------------------------------------------------- */
.first-letter,
.first-letter2 {
	font-size: 1.39rem;
	margin-bottom: 2.7rem;
}


}

@media (min-width: 1300px) {
	
.pc-view1000 { display: block; }
.br-tb { display: block; }

/* 下線 --------------------------------------------------------- */

.underline { font-size: 450%; }

/* 画像サイズ --------------------------------------------------------- */

.imght-header { height: 660px; object-fit: cover; }

/* 共通ヘッダー --------------------------------------------------------- */	
.header-inner {padding: 0 0;}
.header-HMI-logo { padding: 2px 0 0;}


/* コンテンツ --------------------------------------------------------- */

.mw-otth, /* max-width1200 */
.mw-otfh, /* max-width1500 */
.mw-oteh {  /* max-width1800 */
	padding-left: 0;
}
.box-seventy { padding-left: 0; }

/* ABOUT US --------------------------------------------------------- */
.about { padding: 6rem 0 0; }
#aboutus {
	width: 100%;
	padding: 6rem 6rem 3rem;
    margin-bottom: -12rem;
}
.aboutus {
    position: relative;
	top: 0;
    font-size: 930%;
	color: #725136d1;
}
.hotelname {
    top: 0;
    font-size: 1.5rem;
}

.letter-box {
    padding: 3rem 6rem;
}
.first { font-size: 240%; }
.first-letter, .first-letter2 {
    font-size: 1.33rem;
    margin-bottom: 2.7rem;
}
.second { font-size: 1.26rem; }


/* ホテルの魅力 --------------------------------------------------------- */
.header-photo { height: 810px; }
 .charm-title {
    position: relative;
    font-size: 390%;
    display: block;
    margin-bottom: 0;
    line-height: 4.5rem;
    word-break: break-all;
}
.subject { font-size: 240%; padding-right: 3rem; }


/* トップページ アクセス --------------------------------------------------------- */
.map-container { padding-top: 30%;  }
.map-container {
	width: 100%;
	max-width: 1200px;
    margin: 2.1rem auto 0;
}
.alongside {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.alongside dt { width: 20%; }
.alongside dd { width: 80%; }


/* フッター --------------------------------------------------------- */

address { padding-top: 3rem; align-items: center; }
#hmiLogo { width: 54%; margin-bottom: 0.9rem; display: flex; justify-content: center; }
#footerCont { width: 100%; margin: 0 auto 0;}
#footer-box { max-width: 1200px; margin: 0 auto 0; padding-top: 0%;}
address dl dt { font-size: 140%;}
address dl dd#add { font-size: 120%;}

 }

@media (min-width: 1400px) {
/* ABOUT US --------------------------------------------------------- */
.first { font-size: 2.7rem; }
.first-letter { font-size: 1.5rem; }

}


@media (min-width: 1500px) {
/* 行間 --------------------------------------------------------- */
.between-s { font-size: 120%; }

/* ABOUT US --------------------------------------------------------- */
.letter-box { padding: 6rem; }
.first-letter,
.first-letter2 { font-size: 1.5rem; }


}
