@charset "utf-8"
  /*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

    @font-face{
    font-family:"ArchitectsDaughter-Regular";
    src: url("../font/ArchitectsDaughter-Regular.woff") format("woff"),
         url("../font/ArchitectsDaughter-Regular.ttf") format("truetype");
}
html/*, body*/{
    width:100%;
    height:100%;
}
body{
    font-family: "ArchitectsDaughter-Regular", "Sawarabi Mincho";
    background-color: white;
    color:#3D4264;
    
/*
    display: grid;
    place-items: center;
*/
    display: flex;
    justify-content: center;
    align-items: center;
    width:100vw;
    height:100%;
    
    margin:0;
}
/*
body:before{
    top:0;
    left:90%;
    width:10%;
    height:100%;
    content:'';
    position: absolute;
    background:#3D4264;
    z-index: -1;
}
body:after{
    top:0;
    right:90%;
    width:10%;
    height:100%;
    content:'';
    position: absolute;
    background:#3D4264;
    z-index: -1;
*/

/*
body:before{
top:0;
left:0;
width:100%;
height:5%;
content:'';
position: absolute;
background:#3D4264;
z-index: -1;
}
body:after{
bottom:0;
right:0;
width:100%;
height:5%;
content:'';
position: absolute;
background:#3D4264;
z-index: -1;

}
*/
/*ウェルカム動画*/
#welcome {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

 #welcome video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

.wrapper{
/*
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
*/
/*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
*/
    background:white;
/*    padding:5% 2%;*/
    
/*    margin-top:12vh;*/
/*    height:100%;*/
    
    
/*    width:1000px;*/
    margin:auto;
}
header{
    display: flex;
    justify-content: center;
    align-content: center;
/*    width:900px;*/
/*    margin:auto auto 0 auto;*/
/*    padding:15% 0 0 0;*/
    width:100%;
}
.header-text-sp{
/*    display: none;*/
    white-space:inherit;
    width:5em;
}
header li{
/*    margin:0 10px;*/margin:0 0.3em;
}
.header-icon-top{
    width:80px;
    height:70px;
    background-image: url(../img/icon-top.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-icon-top:hover{
    background-image: url(../img/icon-top-hover.png);
}.header-icon-about{
    width:70px;
    height:70px;
    background-image: url(../img/icon-niiya.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-icon-about:hover{
    background-image: url(../img/icon-niiya-hover.png);
}
.header-icon-room{
    width:70px;
    height:70px;
    background-image: url(../img/Icon-room.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-icon-room:hover{
    background-image: url(../img/icon-room-hover.png);
}
.header-icon-rsv{
    width:70px;
    height:70px;
    background-image: url(../img/icon-rsv.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-icon-rsv:hover{
    background-image: url(../img/icon-rsv-hover.png);
}
.header-icon-access{
    width:70px;
    height:70px;
    background-image: url(../img/icon-access.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-icon-access:hover{
    background-image: url(../img/icon-access-hover.png);
}
.header-icon-around{
    width:70px;
    height:70px;
    background-image: url(../img/icon-nb.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-icon-around:hover{
    background-image: url(../img/icon-nb-hover.png);
}
.header-icon-photo{
    width:70px;
    height:70px;
    background-image: url(../img/icon-photo.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-icon-photo:hover{
    background-image: url(../img/icon-photo-hover.png);
}
.header-icon-insta{
    width:70px;
    height:70px;
    background-image: url(../img/icon-instagram%20.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.header-icon-insta:hover{
    background-image: url(../img/icon-instagram-hover.png);
}
.header-icon-station{
    width:70px;
    height:70px;
    background-image:url(../img/icon-sta.png);
    background-size:contain;
    background-repeat: no-repeat;
}
.header-icon-station:hover{
    background-image: url(../img/icon-sta-hover.png);
}

header ul{
    margin:0;
    padding:0;
}
.header-menu{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width:auto;
}


.header-menu span {
  opacity: 0;
  transition: 0.3s;
  background: #3D4264;
  position: absolute;
/*  color: #3D4264;*/
  color: #fff;
  padding: 5px;
  width: 160px;
  bottom: calc(100% + 5px);
  left:-42px;
  box-sizing: border-box;
/*  text-align: left;*/
  text-align: center;
  word-wrap: break-word;
  border-radius: 5px;
  visibility: hidden;
  pointer-events: none;
}
.header-menu a {
  position: relative;
}
/*
.header-menu a:before {
    opacity: 0;
*/
    /*  transition: 0.5s;*/
/*
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-top: 14px solid #3D4264;
    bottom: 12px;
*/
    /*  left:calc(50% - 7px);*/
/*
    bottom: calc(50% - 7px);
    right: calc(0% - 20px);
*/
    /*  margin-top: -3px;*/
/*
    visibility: hidden;
    pointer-events: none;
}
*/
.header-menu a:hover:before {
  opacity: 1;
  visibility: visible;
}
.header-menu a:hover span {
  opacity: 1;
  visibility: visible;
}


.header-menu-top{
    margin:0 20px;
}
.header-menu-middle{
    display: flex;
    flex-flow: row nowrap;
}
.header-menu-bottom{
    display: flex;
    flex-flow: row nowrap;
    margin:0 20px;
}
.header-menu-ex{
    display: flex;
    margin:0 20px 0 0;
}
main{
    width:1000px;
    
    height:700px;
    
    background-image:url(../img/bg1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    font-size:90%;
    font-weight: bold;
    margin:0 auto auto auto;
}
a{
    text-decoration: none;
    color:#3D4264;
}
.main-box-pen{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width:1000px;
    height:698px;
    margin:auto;
/*    padding:40px 0;*/
    background-image: url(../img/pen.png);
    background-repeat: no-repeat;
    background-size: 170px;
    background-position: bottom left 3%;
}
.main-left{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
/*    margin:auto;*/
    width:490px;
    
    height:600px;
}
.title-box{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin:0 auto 3em auto;
}
.title-box h1{
    font-size:90%;
    text-align: center;
}
.title-box img{
    width:250px;
    margin:auto;
}
.top-news{
    color:brown;
    margin:2em auto;
    padding:1em;
    border:double;
}
.top-news:hover{
    color:white;
    background-color:brown;
}
.main-menu-box{
    margin:0 auto;
}
.main-menu-box li{
    font-size: 100%;
    padding:1em 0;
}
.main-menu-box li:hover{
    background-image: url(../img/text-bg-naby.png);
    background-repeat: no-repeat;
    background-size:contain;
    background-position: 0% 70%;
}
.copyrights{
    margin: 1em auto 3em auto;
}
.main-right{
    display: block;
    width:490px;
/*    margin:20px auto 20px 0;*/
}
/*スライド用*/
.swiper-container{
    background-image: url(../img/frame-pola.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position:top;
    width:380px;
    height:400px;
}
.swiper-wrapper{
}
.swiper-slide{
    display: flex;
    justify-content: center;
    padding-top:1em;
}
/*
.bg-slider{
    width:280px;
    height:280px;
    background-color:black;
    margin: auto;
    position: absolute;
    top:23%;
    left:42em;
}
*/

/*
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    0% {
        transform: scale(1.15);
    }
}
*/
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}
.slide-img img {
    display: block;
/*    width: 280px;*/
}
/*スライド用ここまで*/
.right-menu{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin:30px auto;
}
.right-menu a{
    margin:0 5px;
}

/*ニイヤについて*/
.now-icon-about{
    width:70px;
    height:70px;
    background-image: url(../img/icon-niiya-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.main-box{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width:1000px;
/*    height:698px;*/
    height:100%;
    margin:auto;
}
.about-title-box{
    background-image: url(../img/title-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width:180px;
/*    height:50px;*/
    padding:5%;
    margin-bottom:20px;
}
.about-title-box h1{
    font-size:100%;
    text-align: center;
}
.about-photo-main{
/*    width:100%;*/
    margin:auto;
}
.about-photo-main img{
    height:310px;
}
.about-text-box{
    text-align: center;
    line-height: 1.2em;
    font-family: "Sawarabi Mincho";
}
.about-photo-box{
    height:100%;
    padding:1em;
}
/*
.about-photo-top{
    display: flex;
    justify-content: center;
    padding:1em;
}
*/
.about-photo-top img{
    width:100%;
}
.about-photo-bottom{
    display: flex;
    justify-content: center;
}
.about-photo-bottom img{
/*    width:470px;*/
    height:310px;
}
.greenzone{
    background-color:darkolivegreen;
    color:white;
    font-weight: 100;
    line-height: 2em;
    padding:2em;
    border:double 5px;
}
.greenzone a{
    color:white;
}
.greenzone:hover{
    text-decoration: underline;
    opacity: 0.9;
}
.about-text-right{
    text-align: center;
    font-size:1.3em;
    line-height: 3.5em;
    animation: fadeIn 2s ease 0s 1 normal;
    margin:3em auto;
}
@keyframes fadeIn { 

  0% {opacity: 0} 

  100% {opacity: 1}

}
/*お部屋*/
.now-icon-room{
    width:70px;
    height:70px;
    background-image: url(../img/icon-room-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.room-text-box{
    text-align: left;
    line-height: 1.2em;
    font-family: "Sawarabi Mincho";
    margin-top:20px;
}
.room-stamp-box img{
    width:120px;
    margin:20px;
}
.stamp-top, .stamp-bottom{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.stamp-top:hover{
    opacity: 0.8;
}
.stamp-bottom:hover{
    opacity: 0.8;
}
.room-photo{
    display: flex;
    justify-content: center;
}
.room-photo:hover{
    opacity: 0.8;
}
.room-photo img{
    width:470px;
}
.bathroom-link{
    text-align: center;
    font-size: 1.2em;
    color:white;
    background-color:darkgrey;
    margin:1em 3em;
    padding:1em;
    border:double 5px white;
}
.bathroom-link:hover{
    opacity: 0.9;
}

.matsu-text-box{
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-around;
    align-items: center;
    background-image: url(../img/room-matsu-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:90%;
    height:250px;
    margin:10px auto 0 auto;
}
.sakura-text-box{
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-around;
    align-items:center;
    background-image: url(../img/room-sakura-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:90%;
    height:250px;
    margin:10px auto 0 auto;
}
.hinoki-text-box{
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-around;
    align-items:center;
    background-image: url(../img/room-hinoki-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:90%;
    height:250px;
    margin:10px auto 0 auto;
}
.ume-text-box{
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-around;
    align-items:center;
    background-image: url(../img/room-ume-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:88%;
    height:250px;
    margin:10px auto 0 auto;
}

.toilet-text-box, .bathroom-text-box{
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-around;
    align-items:center;
    background-color:darkgrey;
    width:88%;
    height:250px;
    margin:10px auto 0 auto;
    border:double 5px white;
}
.toilet-text-box p, .bathroom-text-box p{
    font-size:1.5em;
    color:white;
    font-family: "Sawarabi Mincho";
    text-align: center;
    line-height: 1.5em;
}
.text-box-left{
    width:30%;
}
.text-box-left img{
    width:100%;
}
.text-box-right{
    font-family: "Sawarabi Mincho";
    line-height: 1.2em;
}
.page-left{
    width:40px;
    margin-left:2em;
}
.page-right{
    width:40px;
    margin-right:2em;
}
.page-box{
/*    width:1000px;*/width:100%;
    
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    /*    position: absolute;*/position:sticky;
    /*    top:710px;*/bottom:11vh;
    z-index: 5;
}
/*ご予約*/
.now-icon-rsv{
    width:70px;
    height:70px;
    background-image: url(../img/icon-rsv-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.rsv-box{
    /*    background-image: url(../img/rsv-bg.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    /*    height:180px;*/
    margin:0em 0 2em 0;
    width:100%;
    height:100%;
}
.rsv-box a:hover{
    opacity: 0.8;
}
.booking, .expedia, .airbnb, .rakuten, .jalan{
    display: block;
    width:40%;
    margin:0 auto;
    text-align: center;
    font-size:18px;
}
.booking p, .expedia p, .airbnb p, .rakuten p, .jalan p{
    padding:3% 0;
    border-radius: 3px;
}
.booking p{
    font-family:cursive;
    color:white;
    background-color: darkblue;
    border:solid 3px darkblue;
}
.booking span{
    color:dodgerblue;
}
.expedia p{
    font-family:sans-serif;
/*    color:#00335F;*/
    color:#FFCB00;
    background-color:#00335F;
    border:solid 2px #00335F;
}
.airbnb p{
    font-family:cursive;
/*    color:#FF385C;*/
    color:white;
    background-color:#FF385C;
    border:solid 2px #FF385C;
}
.rakuten p{
    font-family:cursive;
/*    color:#00B900;*/
    color:white;
    background-color:#00B900;;
    border:solid 2px #00B900;
}
.jalan p{
    font-family: sans-serif;
    color:white;
    background-color: #FF6600;
    border:solid 2px #FF6600;
}
.rsv-text{
    font-family: "Sawarabi Mincho";
    text-align:center;
    line-height: 1.2em;
    padding:1em 0 0 0;
}
.goto-alert{
    color:brown;
}
.goto-sp{
    display: none;
}
.goto-box{
    width:90%;
    margin:1em auto;
    background:brown;
    border:double white;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}
.goto-cont{
    text-align: center;
    color:white;
    width:90%;
/*    border:dashed 3px white;*/
    margin:1em auto 1em auto;
    padding:1em;
    line-height: 1.2em;
}
.goto-alert, .rsv-text-left{
    color:white;
    font-weight: 100;
}
.rsv-text-left{
    font-family: "Sawarabi Mincho";
    text-align:left;
    font-size:90%;
    line-height: 1.2em;
}
.goto-link-text{
    text-align: center;
    color:brown;
    background-color:#D2C59E;
    padding:1em;
    border:dashed 2px;
    margin:0 4em;
}
/*アクセス*/
.now-icon-access{
    width:70px;
    height:70px;
    background-image: url(../img/icon-access-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.access-photo{
    width:400px;
}
.access-text-box{
    text-align: left;
    line-height: 1.2em;
    font-family: "Sawarabi Mincho";
}
.gmap{
    margin:0 3%;
}
/*周辺施設*/
.around-img-box{
    display: flex;
    justify-content:space-around;
    align-items: flex-start;
}
.around-img-cont{
    width:210px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin:2% 5% 2% 5%;
}
.around-img-cont2{
    width:210px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin:0 5%;
}
.nb-i{
    text-align: center;
    margin:3%;
}
.nb-i a:hover{
    color:brown;
}
.around-img{
    width:200px;
    margin:auto;
}
.around-img2{
    width:160px;
    margin:auto;
}
.text-center{
    text-align:center;
    line-height: 1.2em;
    color:white;
    background-color:#3D4264;
    padding:2% 2% 0 2%;
    font-weight: 100;
    font-family:"Sawarabi Mincho";
    margin-bottom:0;
}
.text90{
    text-align: center;
    font-size:90%;
    font-family:"Sawarabi Mincho";
}
.text-nb-access{
    text-align: center;
    margin-top:3%;
}
.text-nb-access a:hover{
    color:brown;
}
.nb-menu-title{
    width:50px;
    display: block;
    margin:auto;
}
.nb-menu-box{
    display: flex;
    flex-flow: column nowrap;
    justify-content:space-around;
    align-items:flex-start;
}
.nb-menu-cont{
    display:flex;
    flex-flow: row nowrap;
    justify-content:space-between;
/*    width:100%;*/
    margin:1% auto;
}
.nb-menu-cont a:hover{
    opacity: 0.8;
}
.nb-menu-box img{
    width:210px;
}
.now-icon-around{
    width:70px;
    height:70px;
    background-image: url(../img/icon-nb-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.around-photo1{
    width:460px;
}
.around-photo1:hover{
    opacity: 0.8;
}
.around-photo2{
    width:220px;
    height:275px;
}
.around-photo2:hover{
    opacity: 0.8;
}
.around-box{
    display: flex;
    justify-content: flex-start;
    margin:5px 10px 5px 15px;
    width:470px;
}
.around-title-box{
    background-image: url(../img/title-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size:100%;
    width:180px;
    padding:5%;
/*    margin-bottom:20px;*/
}
.around-title-box h1{
    text-align: center;
}
.around-text-box{
    font-family:"Sawarabi Mincho";
    margin-left:20px;
    margin-top:10px;
    font-size:90%;
    z-index: 1;
}
.around-text-box p{
    line-height: 1.2em;
}
.fa-globe, .fa-map-marker-alt{
    font-size:2em;
}
.around-img-box .fa-globe, .fa-map-marker-alt{
    font-size:1.2em;
}
.around-text-box a{
    margin-right:15px;
}
.around-text-box .fa-globe, .fa-map-marker-alt{
    font-size:1.5em;
}
.around-right{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
/*    margin:auto;*/
    width:490px;
    height:600px;
}
.muse-title{
    text-align: center;
    font-size:1.5em;
    margin:0 6px 0 0;
}
.fa-camera{
    font-size:0px;
}
/*フォト*/
.now-icon-photo{
    width:70px;
    height:70px;
    background-image: url(../img/icon-photo-hover.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.photo-text{
    background-image: url(../img/photo-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    line-height: 1.2em;
    width:420px;
    padding:10% 0 50% 0;
}
figure{
    margin:0;
}
.photo1{
    display: flex;
    justify-content: center;
}
.photo1 img{
    width:420px;
}
.photo2{
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    margin:12px 0;
}
.photo2 img{
    width:230px;
}
/*pc非表示*/
.header-sp{
    display: none;
}
#nav-wrapper{
    display: none;
}
.footer-sp{
    display: none;
}
@media screen and (min-width:1400px){
    body:before{
        top:0;
        left:90%;
        width:10%;
        height:100%;
        content:'';
        position: absolute;
        background:#3D4264;
        z-index: -1;
    }
    body:after{
        top:0;
        right:90%;
        width:10%;
        height:100%;
        content:'';
        position: absolute;
        background:#3D4264;
        z-index: -1; 
}