@charset "UTF-8";
/* reset */
h1, h2, h3, h4, h5, h6, p, a, address, em, font, img, dl, dt, dd, ol, ul, li, table, tr, th, td, figure, figcaption, inner, html, body, article, section, div, span {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    position: relative;
    line-height: 1;
    color: #161b39;
    height: 100vh;
}
ol, ul {
    list-style: none;
}
/* tag */
html {
    font-size: 6.25%;
}
body {
    width: 100%;
    height: 100%;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 'Merriweather', serif;
    font-size: 18rem;
    line-height: 2;
    letter-spacing: .08em;
    text-align: center;
    vertical-align: baseline;
    background: url(../images/bg_kinari.jpg) repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li {
    list-style: none;
}
img {
    border: none;
    -webkit-backface-visibility: hidden;
}
a {
    text-decoration: none;
}
a img {
    display: block;
}
a, button {
    outline: none;
}
address {
    font-style: normal;
    padding: 0 20px;
}
article {
    width: 100%;
}
section {
    text-align: left;
    margin: 0;
    padding: 0;
}
h1 { margin-left: 18px;}
h2, h3, h5, h6 {
    line-height: 1.5;
    padding: 0 30px;
}
h2 {
    font-size: 38rem;
}
h3 {
    font-size: 32rem;
}

p {
    text-align: left;
    padding: 40px 30px;
}
i {
    display: inline-block;
    width: 1em;
    margin-right: .5em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
/* common */
#wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.inner {
    margin: 0 auto;
    text-align: center;
}
.btn_h {
    background: #fdcb0a;
    padding: 20px 15px;
    color: #1d233a;
}
.btn {
    display: inline-block;
    text-align: center;
    outline: none;
}
.btn:hover {
    opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.icon_point {
    display: block;
    width: 199px;
    height: 82px;
    margin: 0 auto 15px;
}

/* lazyload */
.lazyload, .lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}

/* fade */
.inview-fade {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 0;
}
.inviewed-fade {
  -webkit-transform: translate3d(0,0,0) scale(1.0);
  transform: translate3d(0,0,0) scale(1.0);
  opacity: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}

/*header*/
#mv {
    position: relative;
    background-image: url(../images/bg_mv.jpg);
    background-repeat: no-repeat;
    background-position: left 15%;
    height: 1100px;
    overflow: hidden;
}
#mv img {
    position: absolute;
}
#mv .logo_b {
    width: 388px;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -194px;
}
#mv .mv_time {
    width: 475px;
    z-index: 2;
    right: 5%;
    bottom: 18%;
}
#mv .mv_kyotost {
    width: 591px;
    z-index: 1;
    left: 60%;
    top: 0%;
    max-width: 100%;
    height: auto;
}
#mv .mv_room {
    width: 1139px;
    z-index: 1;
    left: 0%;
    top: 0%;
}
#mv_s { display: none;}
.h_logo {
    width: 66px;
    margin: 10px 0 0 0;
}
#gnav_wrap {
    width: 95px;
    background-image: url(../images/bg_nav.gif);
    background-repeat: repeat-y;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100vh;
}
#gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    padding-top: 40px;
}
#gnav ul li {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 16rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
#gnav ul li:nth-child(-n+5) a {
    color: #fff;
}

/* common */
.icon_kamon{
    width: 64px;
    display: block;
    margin: 0 auto;
}
h2 span.bg{
    color: #171f3e;
    background: #c9a43a;
    font-size: 35rem;
    padding: .2em .5em;
    font-weight: bold;
}
.en{
    font-size: 20rem;
    color: #fff;
    display:inline-block; 
    font-family: "Andale Mono", AndaleMono, monospace;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    padding: .5em 0;
}


/* intro */
#intro{
    background-image: url(../images/bg_washi_kon.jpg);
    background-repeat: repeat;
    color: #fff;
}
#intro .inner{
    max-width: 1500px;
    margin-left: 95px;    
}
#intro .inner > ul > li{ width: 50%;}
#intro .loop { height: auto; }
#intro .loop img{ max-width: 100%;}
#intro .loop div{ height: auto;}
#intro .inner > ul > li:last-child{ float: left; }
#intro .inner > ul > li:first-child{
    padding: 100px 0 60px ;
    float: right;
}
#intro .map{
    width: 603px;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
}
#intro h2 span.en{ display: block;}


/* point pc */
#point{ padding: 90px 0 0 95px;}
#point h2{ padding: 0;}
#point h2 img{ width: 545px;}
#point .inner { max-width: 1260px;}
#point .inner > ul { padding-top: 40px;}
#point .inner > ul > li > ul{
    position: relative;
    height: 600px;
    margin-bottom: 60px;    
}
#point .detail{
    background-image: url(../images/bg_washi_kon.jpg);
    background-repeat: repeat;
    color: #fff;
    width: 42%;
    top:6%;
    position: absolute;
    z-index: 2;
    padding: 20px;
}
#point .img{
    width: 71%;
    position: absolute;
    z-index: 1;
}
#point .img div{
    position: relative;
	overflow: hidden;
	height: 600px;    
}
#point .img div img{
    position: absolute;
	left:50%;
	margin-left: -450px;
	top:0;
	z-index: 1; 
}
#point h3{
    font-weight: bold;
    color: #f1c74f;
    font-size: 26rem;
}
#point .detail div{
    display: table;
    margin: 0 auto;
}
#point .detail div span{
    display: table-cell;
    vertical-align: middle;
}
#point span.num{
    font-size: 64rem;
    padding-left: 1rem;    
}
#point .inner > ul > li:nth-child(odd) .detail{ left:0;}
#point .inner > ul > li:nth-child(odd) .img{
    right: 0;
    top:0;
}
#point .inner > ul > li:nth-child(even) .detail{ right:0;}
#point .inner > ul > li:nth-child(even) .img{
    left: 0;
    top:0;
}

/* room pc */
#room{
    padding: 90px 0 90px 95px;
    background-image: url(../images/bg_washi_kon.jpg);
    background-repeat: repeat;
    color: #fff;    
}
#room h3{
    font-size: 45rem;
    color: #c9a43a;
    font-weight: bold;
}
#room h3 span{ display: block;}
#room h3 span.sub{ font-size: 25rem;}
#room p{
    max-width: 1000px;
    margin: 0 auto;
}
#room .thumb-item-nav {
    max-width: 800px;
    margin: 30px auto;
}
#room .thumb-item-nav li img{
    width: 150px;
    max-width: 100%;
    height: auto;
}
#room .thumb-item li img{
    width: 1000px;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#room .inner > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
#room .inner > ul > li:first-child{
    width: 20%;
    padding: 1em;
}
#room .inner > ul > li:last-child{
    width: 80%;
    padding: 1em;
}

/* fac pc */
#fac{ padding: 50px 0 50px 95px; }
#fac span.en{
    color: #c9a53c;
    display: block;
}
#fac h3{
    font-size: 45rem;
    color: #181f3e;
    font-weight: bold;
}
#fac ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 50px;
}
#fac ul li{
    margin: 0 0.6%;
    width: 18.8%;
}
#fac ul li img{
    max-width: 100%;
    height: auto;
}
#fac ul li p{
    text-align: center;
    padding:10px;
}

/* ss pc */
#ss{ padding-left: 95px; }
#ss h4 span.en{
    color: #c9a53c;
    display: block;
}
#ss h4 .title{ width: 534px;}
#ss .map_illust{
    width: 1000px;
    max-width: 100%;
    height: auto;
}
#ss #map{
    padding: 50px 0;
    background-image: url(../images/bg_ss.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
}
#ss #spot #tabs {
    max-width: 1360px;
    margin: 0 auto;
}
#ss #spot #tabs > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;    
    padding-bottom: 50px;
}
#ss #spot #tabs > ul > li {
    width: 16%;
    font-size: 22rem;
    font-weight: bold;
    display: table;
}
#ss #spot #tabs > ul > li a{ color: #c9a43a;}
#ss #spot #tabs > ul > li span.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #c9a43a transparent transparent transparent;
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
    margin-left: .3em;
}
#ss #spot{
    background-image: url(../images/bg_washi_kon.jpg);
    background-repeat: repeat;
    color: #fff; 
    padding: 20px 0 50px; 
}
#ss #spot .panel > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
}
#ss #spot h5 span.en{
    font-size: 20rem;
    display: block;
}
#ss #spot h5{
    font-size: 42rem;
    color: #c9a43a;
    font-weight: bold;
    line-height: 1.2;
}
#ss #spot .panel > ul > li:first-child{ width: 55%;}
#ss #spot .panel > ul > li:last-child {
    width: 45%;
    padding: 0 3%;
}
#ss #spot .panel > ul > li:first-child img{
    width: 753px;
    max-width: 100%;
    height: auto;
}
#ss #spot .panel > ul > li:last-child ul{
    text-align: left;
    padding: 0 30px;
    font-size: 16rem;
}
#ss #spot a{ color: #fff;}

/* qa PC */
#qa{ padding: 50px 0 50px 95px;}
#qa span.en{
    color: #c9a53c;
    display: block;
}
#qa h6{
    font-size: 40rem;
    color: #181f3e;
    font-weight: bold;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp_qa span{
    font-size: 22rem;
    padding-right: .5em;
}
.cp_qa .cp_actab {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1px;
    text-align: left;
    padding: 0 1em;
}
.cp_qa .cp_actab input {
    position: absolute;
    opacity: 0;
}
.cp_qa .cp_actab label {
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 1em;
    cursor: pointer;
    border-bottom: 1px solid #b2a68a;
}
.cp_qa .cp_actab label:hover {
color: #c9a43a;
}
.cp_qa .cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.5s ease;
transition: max-height 0.5s ease;
background: rgba(255, 255, 255, 0.2);
    font-weight: bold;
}
.cp_qa .cp_actab .cp_actab-content p {
margin: 1em;
}
.cp_qa .cp_actab input:checked ~ label {
color: #c9a43a;
}
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
max-height: 40em;
}
.cp_qa .cp_actab label::after {
line-height: 1.6;
position: absolute;
top: 50%;
right: 0;
display: block;
width: 3em;
margin-top: -12.5px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
content: '\25BC';
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
-webkit-transform: rotateX(180deg);
transform: rotateX(180deg);
}

/* map PC*/
#googlemap{
	width:100%;
	height: 600px;
	position:relative;
	margin: 0 0;
    padding-left: 95px;
}

/* footer PC */
footer{ padding: 0 0 0 95px; }
footer .logo_b{
    width: 325px;
    margin: 0 auto;
}
footer #fnav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
    flex-wrap: wrap;
	-ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    padding: 60px 0;
}
footer #fnav ul li{
    padding: 0 2em;
    margin-bottom: 10px;
    line-height: 100%;
    font-size: 16rem;
}
footer #fnav ul li + li{ border-left:1px solid #161b39;}
footer #fnav ul li a{ color: #161b39;}
footer #add{
    background-image: url(../images/bg_footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 20px;
}
footer .map{
    width: 500px;
    max-width: 100%;
    height: auto;
    padding: 0 20px;
}
footer #add{ padding-top: 240px;}
footer #add > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;    
}
footer #add > ul > li{ width: 50%;}
footer .btn_h {
    padding: 10px 20px;
    font-weight: bold;
}
footer #add > ul > li:nth-child(1){
    max-width: 360px;
    margin: 0 auto;
}
footer #add > ul > li > ul > li:nth-child(2){ font-size: 18rem;}
footer #add > ul > li > ul > li:nth-child(2) span{ display: block;}
footer #add > ul > li > ul > li:nth-child(2){
    line-height: 1.5;
    margin:30px 0;
}
footer #add > ul > li > ul > li:nth-child(2) i{ color: #fdcb0a;}
footer #add > ul > li > ul > li:nth-child(2) a{
    color: #fdcb0a;
    font-size: 40rem;
}
footer #add > ul > li > ul > li:nth-child(2) span.t_y{
    color: #fdcb0a;
    font-size: 15rem;
    font-weight: bold;
    padding: 0 10px;
}
footer address{ text-align: left;}
footer small{
    color: #fff;
    display: block;
    padding: 30px 0;
}

/*loader */
#loader_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    overflow: hidden;
    z-index: 9998;
}
#loader_wrap span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: 18px;
    font-family: Arial, sans-serif;
    font-size: 10rem;
    text-align: center;
    line-height: 1;
    color: rgba(101, 83,42, 0.5);
}
#loader, #loader:after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    z-index: 9999;
}
#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    text-indent: -9999em;
    font-size: 0;
    border-top: 3px solid rgba(101, 83, 42, .1);
    border-right: 3px solid rgba(101, 83, 42, .1);
    border-bottom: 3px solid rgba(101, 83, 42, .1);
    border-left: 3px solid rgba(101, 83, 42, .3);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

/* ---------- 999px~ ---------- */
@media screen and (min-width: 999px) {
.drawer { display: none;}
}
/* ---------- ~1280px ---------- */
@media screen and (max-width: 1280px) {

.icon_kamon{ width: 42px;}
h2 { font-size: 26rem;}
.en{ font-size: 16rem;}
h2 span.bg{ font-size: 24rem;}
p { padding: 30px;}
#intro .inner > ul > li:first-child{ padding: 30px 0;}
#point h3{ font-size: 22rem;} 
#point span.num{ font-size: 50rem;}
#point h2 img{ width: 400px;}
#point .inner > ul { padding-top: 20px;}
#room h3{ font-size: 30rem;}
#room h3 span.sub{ font-size: 22rem;}
#fac h3{ font-size: 30rem; }
#ss h4 .title{ width: 400px;}
#ss #spot #tabs > ul > li { font-size: 20rem;}
#ss #spot h5{ font-size: 32rem;} 
#qa h6{ font-size: 28rem;}       
    
}

/* ---------- ~1024px ---------- */
@media screen and (max-width: 1024px) {
#mv .mv_kyotost { display: none;}
#mv .mv_time {
    right: 0%;
    bottom: 12%;
}
}

/* ---------- ~999px ---------- */
@media screen and (max-width: 999px) {
html { font-size: 6.25%;}
body { font-size: 14rem;}
.h_logo {
    width: 50px;
    margin: 10px 0 0 0;
}    
#gnav_wrap {
    width: 100%;
    background-image: url(../images/bg_nav.gif);
    background-repeat: repeat;
    position: fixed;
    z-index: 100;
    top: 0;
    height: 70px;
}
#gnav { display: none;}
#mv { display: none;}
#res_area {
    position: absolute;
    top: 15px;
    right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#res_area li { margin-left: 5px;}
#res_area .btn_h {
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: bold;
}
#res_area .btn_t {
    padding: 5px 10px;
    border-radius: 2px;
    font-weight: bold;
    background: rgba(73,174,162,0.3);
    color: #fff;
}
#mv_s {
    display: block;
    position: relative;
}
#mv_s div {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
#mv_s div img {
    position: absolute;
    left: 50%;
    margin-left: -800px;
    bottom: 0;
    display: block;
    z-index: 1;
}
#mv_s .time {
    width: 250px;
    z-index: 4;
    bottom: 10%;
    right: 2%;
    position: absolute;
}
#mv_s .machi {
    z-index: 3;
    position: absolute;
    bottom: -1px;
    left: 0;
    max-width: 100%;
}
#mv_s .owner {
    z-index: 2;
    width: 240px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#mv_s .logo_b {
    position: absolute;
    width: 300px;
    z-index: 2;
    top: 55px;
    left: 50%;
    margin-left: -150px;
}
.en{ font-size: 16rem;}   

/* intro 999*/
#intro .inner{ margin-left: 0; }
#intro .inner > ul > li{ width: 100%;}
#intro .inner > ul > li:first-child{
    float: none; 
    padding: 40px 0;
}
#intro .inner > ul > li:last-child{ float: none;}

/* point 999*/
#point{ padding: 45px 0 0 0;}      
#point h2 img{ width: 380px;}
#point .inner > ul > li > ul{
    position: static;
    height: auto;
    margin-bottom: 0;    
}
#point .detail{
    width: 100%;
    position: static;
    padding: 20px 0;
}
#point .img{
    width: 100%;
    position: static;
}
#point .img div{
    position: static;
	overflow: auto;
	height: auto;    
}
#point .img div img{
    position: static;
	left:0;
	margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}
#point h3{ font-size: 22rem;}
#point span.num{
    font-size: 46rem;
    padding-left: 1rem;    
}
    
/* room 999 */
#room{ padding: 45px 0;}
#room .thumb-item-nav { margin: 10px auto 30px;}
#room .inner > ul {
    display: block;    
    border-bottom: 1px dotted #57659d;
    margin-bottom: 20px;
    padding: 0 20px;    
}
#room .inner > ul > li:first-child{
    width: 100%;
    font-weight: bold;
    padding: .5em;
}
#room .inner > ul > li:last-child{
    width: 100%;
    padding: .5em;
}
    
/* fac 999 */
#fac{ padding: 25px 0; }
#fac ul{ padding-top: 25px;}
#fac ul li{
    width: 32.13%;
    padding-bottom: 10px;
}
    
/* ss 999 */
#ss{ padding-left: 0; }
#ss h4 .title{ width: 450px;}
#ss #map{ padding: 25px 0;}
#ss #spot #tabs > ul{ padding-bottom: 25px;}
#ss #spot #tabs > ul > li span.triangle{ border-width: 6px 3px 0 3px;}
#ss #spot #tabs > ul > li {
    font-size: 16rem;
    width: 33%;
    }    
#ss #spot{ padding: 20px 0 25px;}
#ss #spot .panel > ul { display: block;}
#ss #spot .panel > ul > li:first-child{
    width: 100%;
    margin-bottom: 20px;
    }
#ss #spot .panel > ul > li:last-child {
    width: 100%;
    padding: 0%;
}
#ss #spot .panel > ul > li:last-child ul{ font-size: 14rem;}
   
/* qa 999 */
#qa{ padding: 25px 0; }
.cp_qa span{ font-size:18rem;}    

/* map 999 */
#googlemap{
    height: 300px;
    padding-left: 0;
    }
    
/* footer 999 */
footer{ padding: 0;}
footer .logo_b{ width: 270px;}
footer #fnav ul{ padding: 30px 0;}
footer #fnav ul li{ padding: 0 .5em;}
footer #add{
    background-size: 1500px auto;
    padding-bottom: 10px;
    }
footer #add{ padding-top: 150px;}
footer #add > ul > li:nth-child(1){ margin: 0 auto 20px;}    
footer #add > ul{ display: block;}
footer #add > ul > li{ width: 100%;}
footer .btn_h {
    padding: 10px 20px;
    font-weight: bold;
}
footer #add > ul > li > ul > li:nth-child(2){ font-size: 16rem; margin:20px 0;}
footer #add > ul > li > ul > li:nth-child(2) a{ font-size: 30rem;}
footer small{ padding: 15px 0;}    
}
/* ---------- ~600px ---------- */
@media screen and (max-width: 600px) {
#mv_s .owner { display: none;}
#mv_s .time { width: 220px;}
#mv_s .logo_b {
    width: 250px;
    margin-left: -125px;
}
#mv_s div img {
    position: absolute;
    left: 50%;
    margin-left: -900px;
    top: 50%;
    margin-top: -500px;
    display: block;
    z-index: 1;
}
#point h2 img{ width: 300px;}    
#room{ padding: 45px 0 20px;}
#ss h4 .title{ width: 300px;}
footer .logo_b{ width: 220px;}    
}
