@charset "utf-8";
/* smartphone */
@media all and (max-width: 968px) {

body {
	font-size: 15px;
	}
/*----------------------------------- 
  pagetop
------------------------------------*/
#pageTop a {
	margin: 60px auto;
}



/*----------------------------------- 
  全体レイアウト
------------------------------------*/


/*----------------------------------- 
  header
------------------------------------*/
header {
	width: 100%;
	height: 48px;
	padding: 12px 0 0 0;
	background: rgba(255,255,255,0.9);
	transition: 0.5s;
}
/*after scroll*/
.is-animation {
	height: 40px;
}

header .head-inner {
	width: 90%;
	margin:0 auto;
	overflow: hidden;
}

header .head-inner h1.logo {
	margin: 0;
	padding: 0;
	width: 148px;
	height: auto;
	float: none;
	transition: 0.5s;
}
/*after scroll*/
header.is-animation .head-inner h1.logo {
	width: 138px;
	height: auto;
}


.drawer-hamburger {
	transition: 0.5s;
}   
.menutext {
	width: 2rem;
    top: 42px;
    left: 12px;
    position: absolute;
    color: #222;
    line-height: 0;
}
.menutext img {
	max-width: 100%;
	height: auto;
}

/*after scroll*/
header.is-animation .drawer-hamburger {
	width: 1.8rem;
	padding: 10px 0.75rem 25px;
}
header.is-animation .menutext {
	width: 1.8rem;
	top: 36px;	
    left: 12px;
    line-height: 0;
}
header.is-animation .menutext img {
	max-width: 100%;
	height: auto;
}
header.is-animation .drawer-hamburger-icon:before {
	top: -8px;
}
header.is-animation .drawer-hamburger-icon:after {
	top: 8px;
}

.drawer-open header.is-animation .drawer-hamburger-icon:before {
	top: 0!important;
	-webkit-transform: rotate(30deg)!important;
    transform: rotate(30deg)!important;
}
.drawer-open header.is-animation .drawer-hamburger-icon:after {
	top: 0!important;
	-webkit-transform: rotate(-30deg)!important;
    transform: rotate(-30deg)!important;
}


/*----------------------------------- 
  navi drawer
------------------------------------*/
.head {
    height: 0;
}
.drawer-hamburger {
    display: block;
}
.drawer-nav {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
}
.drawer--left .drawer-nav {
    left: 0;
}
.drawer-nav .drawer-menu li {
    display: inline-block;
}
.fixed {
    position: fixed;
    top: 0;
}
    
.drawer-nav .sns {
	display: flex;
	justify-content: center;
	width: 50%;
	margin: 0 auto;
}
.drawer-nav .sns li {
	margin: 0;
}
.drawer-nav .sns li a {
	width: 27px;
	height: 27px;
	font-size: 100%;
	padding: 14px;
}
.drawer-nav .sns li img {
	max-width: 100%;
	height: auto;
}
.drawer-nav .information {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	margin: 0 auto 20px;
	text-align: center;
}
.drawer-nav .information p {
	font-size: 16px;
	margin: 0;
}
.drawer-nav .information address,
.drawer-nav .information .information-text,
.drawer-nav .information .produce {
	font-size: 13px;
	margin-bottom: 8px;
}
.drawer-nav .information .produce a {
	text-decoration: underline!important;
}

/*----------------------------------- 
  footer
------------------------------------*/
footer {
	padding-bottom: 40px;
}
footer .footer-inner {
	float: none;
	display: flex;
	margin: 20px 5% 0;
}
footer .footer-inner .flogo {
	display: none;
}
footer .footer-inner .ftext h1 {
	font-size: 16px;
}
footer .footer-inner .ftext .tel-link {
	font-size: 16px;
}
footer .footer-inner .ftext address,
footer .footer-inner .ftext .information {
	font-size: 14px;
}
footer .footer-inner .ftext .address-text {
	padding: 0px;
}
footer .footer-inner .ftext .slash {
	padding: 0px;
	display: none;
}
footer .footer-inner .ftext .produce {
	font-size: 12px;
}

footer .fcopy {
	float: none;
	text-align: left;
	margin: 10px 5%;		
}

footer .fcopy .produce {
	font-size: 13px;
}

footer .fcopy .copyright {
	font-size: 12px;
}

/*フッター固定バナー*/
#footerFloatingMenu {
    display: block;
    width: 100%;
    height: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
    background-color: #E6E2D9;
}
#footerFloatingMenu a {
	text-decoration: none!important;
}
#footerFloatingMenu .ico-arrow-up img {
	width: 15px;
	height: auto;
	margin: 0 0 0 10px;
	transform: rotateX(180deg);
}



/*----------------------------------- 
  mainvisual slide
------------------------------------*/
.mainvisual {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.mainvisual .logo {
	position: absolute;
	width: 200px;
	height: 128px;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	z-index: 5;
}


/*----------------------------------- 
  top contents
------------------------------------*/
.home-introduction {
	width: 90%;
	margin: 60px auto;
}
.home-introduction h2 {
	font-size: 24px;
	line-height: 2.2em;
	margin-bottom: 20px;
}
.home-introduction .catch {
	width: 308px;
	height: auto;
	margin: 15px auto;
}
.home-introduction h3 {
	font-size: 20px;
	line-height: 2.2em;
}
.home-introduction p {
	font-size: 20px;
	line-height: 2.2em;
}

.brandaward .title {
	font-size: 20px;
	line-height: 2.0em;
	padding-bottom: 8px;
} 
.brandaward p {
	font-size: 16px;
	line-height: 1.8;
}

.home-contents {
	width: 90%;
	margin: 80px auto;
}
.home-contents:last-child {
	margin: 80px auto 0 auto;
}

.homeBox02,
.homeBox04 {
	flex-direction: row;
}

.home-contents .text,
.home-contents .image {
	width: 100%;
}

.homeBox01 .image,
.homeBox03 .image {
margin-left: 0;
}

.homeBox02 .image,
.homeBox04 .image {
margin-right: 0;
}


.home-contents h2 {
	font-size: 24px;
	line-height: 2.2em;
	margin-bottom: 10px;
}
.home-contents h3.leadText {
	font-size: 20px;
	line-height: 2.2em;
	margin-bottom: 18px;
	font-weight: normal;
}

.item-left-01,
.item-right-01 {
	order:2!important;
}

.item-right-02,
.item-left-02 {
	order:1!important;
}


.homeBox01 .catch01 {
	width: 330px;
	height: auto;
	margin: 0 0 20px 0;
}

.homeBox02 .catch02 {
	width: 150px;
	height: auto;
	margin: 0 0 20px 0;
}

.homeBox03 .catch03 {
	width: 206px;
	height: auto;
	margin: 0 0 20px 0;
}

.homeBox04 .catch04 {
	width: 217px;
	height: auto;
	margin: 0 0 20px 0;
}

.homeBox01 .text,
.homeBox02 .text,
.homeBox03 .text,
.homeBox04 .text {
	margin: 40px 0 0 0;	
}

.pc_mt20_sp_mt30 {
	margin-top:30px;
}


/*----------------------------------- 
   home news area
------------------------------------*/

h2.newsHomeTitle {
	font-size: 21px;
	line-height: 2.0em;	
}
h2.newsHomeTitle:before, h2.newsHomeTitle:after {
  top: -30px;
  width: 100%;
}


.newsHomeBox .recently-news,
.newsBox .recently-news {
	margin: 30px auto;
	width: 100%;
	column-gap: 0;
}
.newsHomeBox .recently-news .newsPost,
.newsBox .recently-news .newsPost {
	width: 100%;
	height: auto;
	text-align: left;
	margin-bottom: 30px;		
}
.newsHomeBox .recently-news .newsPost a,
.newsBox .recently-news .newsPost a {
	text-decoration: none!important;
	letter-spacing: normal;
}
.newsHomeBox .recently-news .newsPost a img,
.newsBox .recently-news .newsPost a img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.newsHomeBox .recently-news .newsPost a .title,
.newsBox .recently-news .newsPost a .title {
	width: 90%;
	margin: 0 auto 15px auto;
}
.newsHomeBox .recently-news .newsPost a .date,
.newsBox .recently-news .newsPost a .date {
	width: 90%;
	margin: 0 auto 15px auto;
	font-size: 15px;
}

.notfoundTitle {
	font-size: 26px;
	line-height: 2.0em;	
}
.noPostMessage {
	font-size: 22px;
	line-height: 2.40m;	
}


/*----------------------------------- 
   read more link
------------------------------------*/
.readmore-content{
    height: 75px;
}
.readmore{
    font-size: 15px;
    letter-spacing:  -0.03em;
}

/*----------------------------------- 
  online reserve オンライン予約
------------------------------------*/
.onlineReserveBox {
	width: 80%;
	border: 1px solid #fff;
	border-radius: 10px;
	text-align: center;
	padding: 8px 0 0 0;
	display: block;
	background-color: #fff;
	margin: 0 auto 10px;
}

/*----------------------------------- 
  toCallReserveBox 宿泊予約・お問い合わせ
------------------------------------*/
.toCallReserveBox {
	width: 80%;
	border: 1px solid #fff;
	border-radius: 10px;
	text-align: center;
	padding: 8px 0 0 0;
	display: block;
	background-color: #fff;
	margin: 0 auto 10px;
}
.toCallReserveBox a {
	text-decoration: none!important;
}

/*----------------------------------- 
  to call box お電話で
------------------------------------*/
.toCallBox .number a {
	text-decoration: none!important;
}

/*----------------------------------- 
  to Reserve box ご予約はこちら
------------------------------------*/
.toReserveBox a {
	text-decoration: none!important;
}

/*----------------------------------- 
  下層
------------------------------------*/
.pageMainVisual {
	width: 90%;
	margin: 90px auto 30px auto;
	padding-top: 0;
}

/*----------------------------------- 
  Menu
------------------------------------*/
h2.menu {
	font-size: 24px;
	line-height: 2.0em;
}
h2.menu img {
	width: 86px;
	height: auto;
	margin: 0 auto 5px auto;
	display: block;
}
.menu-contents {
	width: 90%;
	margin: 30px auto;
}

.menu-contents h3 {
	font-size: 24px;
	margin:0 auto 20px auto;
}
.menu-contents .price {
	font-size: 22px;
}
.menuInformation {
	width: 100%;
}

/*----------------------------------- 
  Access
------------------------------------*/
h2.access {
	font-size: 24px;
	line-height: 2.0em;
}
h2.access img {
	width: 86px;
	height: auto;
	margin: 0 auto 5px auto;
	display: block;
}

.access-contents {
	width: 90%;
	margin: 20px auto;
	text-align: left;
	padding: 10px 5% 20px 5%;
	border-bottom: 1px solid #B9B8B8;
}

.access-contents h3 {
	font-size: 20px;
	margin: 20px 0px;
}
.access-contents h4 {
	font-size: 18px;
	margin: 15px 0;
}
.access-contents p {
	margin: 0 0 20px 0;
}

.tokyo,
.sendai,
.nagoya,
.hakata-osaka,
.kanazawa {
	width: 100%;
}

.tokyo dl dd img,
.sendai dl dd img,
.nagoya dl dd img,
.hakata-osaka dl dd img,
.kanazawa dl dd img {
	margin: 26px 5px 0 0;
}

.tokyo dl dd .first,
.sendai dl dd .first,
.nagoya dl dd .first,
.hakata-osaka dl dd .first,
.kanazawa dl dd .first {
	margin: 0 0 38px 0;
}
.tokyo dl dd .second,
.sendai dl dd .second,
.nagoya dl dd .second,
.hakata-osaka dl dd .second,
.kanazawa dl dd .second {
	margin: 0 0 12px 0;
}


.access-gmap .map {
	padding-top: 75%!important;
}


/*----------------------------------- 
  Hotel
------------------------------------*/
h2.hotel {
	font-size: 24px;
	line-height: 2.0em;
}
h2.hotel img {
	width: 87px;
	height: auto;
	margin: 0 auto 5px auto;
	display: block;
}

.hotel-introduction {
	width: 90%;
	margin: 60px auto;
}

.hotel-introduction p {
	font-size: 20px;
}

.hotel-contents {
	width: 90%;
	margin: 80px auto;
}
.hotel-contents:last-child {
	margin: 80px auto 0 auto;
}

.hotelBox01,
.hotelBox03 {
	flex-direction: row;
}

.hotel-contents .text,
.hotel-contents .image {
	width: 100%;
}


.hotelBox02 .image,
.hotelBox04 .image {
margin-left: 0;
}

.hotelBox01 .image,
.hotelBox03 .image {
margin-right: 0;
}

.hotel-contents h2 {
	font-size: 24px;
	margin-bottom: 15px;
	text-align: center;
}
.hotel-contents h3.leadText {
	font-size: 20px;
	margin-bottom: 22px;
	font-weight: normal;
}


.hotel-contents figure figcaption {
	font-size: 15px;
	letter-spacing: normal;
}


.hotelBox01 .text,
.hotelBox02 .text,
.hotelBox03 .text,
.hotelBox04 .text {
	margin: 40px 0 0 0;		
}


/*----------------------------------- 
  Reservation
------------------------------------*/

.reservation h2 {
	margin: 90px auto 15px auto;
	font-size: 24px;
	line-height: 2.0em;
}
.reservation-contents {
	width: 90%;
	border-top: 1px solid #909090;
	margin: 25px auto;
}
.reservation-contents .infoAccessTitle {
	font-size: 20px;
	margin: 20px 0 10px 0;
}


/*----------------------------------- 
  News (article)
------------------------------------*/
.newsBox {
	width: 100%;
	margin: 90px auto 30px auto;
	padding-top: 0;
}

h2.newsMainTitle {
	font-size: 21px;
	line-height: 2.0em;
	margin: 30px auto;
}

.news-back-button a {
	font-size: 18px;
	padding: 15px 78px 10px;
}

.postBox {
	width: 90%;
	margin: 15px auto;
}
.postBox .postContentsBox {
	width: 100%;
	margin: 10px auto;
}
.postBox .postTitle {
	font-size: 21px;
	line-height: 1.8em;
}


/*----------------------------------- 
  category / tag
------------------------------------*/
.categoryList {
	margin: 10px 5% 20px;
	border-bottom: 1px solid #B9B8B8;
	border-top: 1px solid #B9B8B8;
	padding: 15px 0;
}
.categoryList li {
	margin: 0 12px;
	font-size: 18px;
	line-height: 2.0em;
}

.tagListBox {
	width: 90%;
	margin: 15px auto;
	padding: 15px 0 0 0;
}
.tagListBox h3 {
	font-size: 16px;
	line-height: 2.0em;
	margin: 0 0 5px 0;
}

.tagList li {
	font-size: 16px;
	line-height: 2.0em;
	margin: 0 30px 0 0;
}

/*----------------------------------- 
  Pagenation
------------------------------------*/
.pagenation {
	width: 90%;
	margin: 0 auto;
}


.page-numbers {
	margin: 20px auto;
}
.page-numbers li a {
	font-size: 18px;
	padding: 8px 15px;
	margin: 0 2px;
	text-decoration: none!important;
}
.page-numbers li .current {
	border: 1px solid #707070;
	border-radius: 50px;
	font-size: 18px;
	padding: 8px 15px;
	margin: 0 2px;
}
.page-numbers li .dots {
	font-size: 18px;
	padding: 8px 15px;
	margin: 0;
}

.prev,
.next {
	width: 50px;
	height: auto;
	margin-top: 8px!important;
}

}/*End mobile*/
