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

/* reset */
html, body, ul, h1, h2, h3, h4, h5, p, ul, li, div {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-family: inherit;
}
body {
  line-height: 1;
  color: #000;
}
ol,
ul {
  list-style: none;
}
img {
  border: none;
  -webkit-backface-visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* tag */
html { font-size: 6.25%; }
body {
  color: #000;
  font-family: 'Crimson Text', serif;
  line-height: 2;
  text-align: center;
  font-size: 16rem;
  background: url(../images/bg_check.jpg) repeat;
}
a { text-decoration: none; }
a:hover { opacity: 0.5; }

/* loder */
#loader,
#loader:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 9999;
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  font-size: 0;
  text-indent: -9999em;
  border-top: 3px solid rgba(0, 0, 0, .1);
  border-right: 3px solid rgba(0, 0, 0, .1);
  border-bottom: 3px solid rgba(0, 0, 0, .1);
  border-left: 3px solid rgba(0, 0, 0, 0);
  -webkit-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);
  }
}
#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(0, 0, 0, .2);
}
#wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.feed-prev-btn .bx-prev {
  width: 100%;
  display: block;
}
.feed-next-btn .bx-next {
  width: 100%;
  display: block;
}
.navi-btn {
  margin: 79px 8px 0 9px;
  width: 23px;
  height: 23px;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
}

/* header */
header {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 70px;
}
header h1 {
  position: absolute;
  z-index: 3;
  top: 30%;
  left: 5%;	
}
header h1 img{
  width: 217px;
}
#lang {
  position: absolute;
  right: 10%;
  top: 30%;
  width: 220px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 14px -1px #000;
          box-shadow: 0px 0px 14px -1px #000;
}
#lang ul li {
  font-size: 13px;
  display: inline-block;
  padding: 0 5px 0 15px;
}
#lang ul li + li {
  background: url(../images/bg_lang.png) no-repeat;
  background-position: center left;
}
#lang ul li a { color: #fff; }
.r_btn{}
.button{
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 9999;
  padding: 40px 0px;
  font-size: 20rem;
  font-weight: normal;
  line-height: 3.5;
  letter-spacing: .1em;
  text-decoration: none;
  color: #fff;
  background: rgba(198, 32, 2, .9);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-box-shadow: 0px 0px 5px -1px #000;
  box-shadow: 0px 0px 5px -1px #000;
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button:hover {
  background: rgba(0, 0, 0, 1);
  opacity: 1;
}

/* mv */
#mv {
  position: relative;
  height: 700px;
  overflow: hidden;
  z-index: 1;
}
#slider {
  width: 100%;
  height: 700px;
  z-index: 1;
}

/* content */
.inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 0 0;
}
#intro {
  background: url(../images/bg_intro_washi.jpg) no-repeat;
  background-position: center top;
  -webkit-box-shadow: 0px 1px 20px -1px #908266;
          box-shadow: 0px 1px 20px -1px #908266;
}
#intro .inner_wrap {
  padding-bottom: 300px;
  background: url(../images/bg_intro_shadow.png) no-repeat;
  background-position: center bottom;
}
#intro h2 img { width: 298px; }
#intro h2 span { font-size: 54rem; }
#intro p { padding: 0 20px 30px; }
#map .inner { padding: 70px 20px 0; }
#map h3 {
  background: url(../images/bg_kamon.png) no-repeat top center;
  background-size: 48px 32px;
  font-size: 54rem;
  padding-top: 10px;
}
#map img { max-width: 1000px; }
#map p {
  text-align: left;
  padding: 30px 30px;
}
#map a:hover { opacity: 1; }
#sightseeing {
  background: url(../images/bg_sakura.png) no-repeat;
  background-position: center top;
}
#sightseeing h3 {
  background: url(../images/bg_kamon.png) no-repeat;
  background-position: center top;
  background-size: 48px 32px;
  font-size: 54rem;
  padding-top: 10px;
  margin-top: 70px;
}
#sightseeing p.text { padding: 60px 20px; }
#sightseeing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sightseeing ul li {
  width: 50%;
  padding-bottom: 40px;
}
#sightseeing ul li img{
  width: 500px;
}
#sightseeing ul li p {
  text-align: left;
  padding: 10px 30px 30px;
}
#sightseeing h4 {
  font-size: 44rem;
  line-height: 1.2em;
  padding: 15px 20px;
}
#sightseeing h4 span {
  font-size: 24rem;
  line-height: 1em;
}
#detail #detail_inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 70px 0 0 0;
}

/* 山本変更 2018.02.03 */
#detail #detail_inner > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#detail #detail_inner > ul > li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  /*左から右へ水平に*/
  -webkit-box-direction: reverse;
  /* box-orientプロパティで水平に設定されているボックスの場合は右から左へ表示される */
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#detail #detail_inner ul li .slide_img,
#detail #detail_inner ul li .text { width: 50%; }
#detail h5 {
  font-size: 30px;
  color: #9a5f18;
  line-height: 1.2em;
  padding: 20px 50px;
}
#detail #detail_inner ul li .text {
  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;
}
#detail #detail_inner ul li .text p {
	padding: 20px 50px 50px;
    text-align: left;
}

/* footer */
#f_img {
  position: relative;
  height: 610px;
  overflow: hidden;
  margin-top: 70px;
}
#f_img img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
}
footer {
  color: #fff;
  background: url(../images/bg_washi_black.jpg) repeat;
  background-size: 1000px auto;
}
footer .inner_wrap {
  padding-bottom: 150px;
  background: url(../images/bg_footer_shadow.png) no-repeat center bottom;
}
footer .inner_wrap .inner > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 40px;  
}
footer .inner_wrap .inner > ul > li {
  width: 50%;
  text-align: left;
}
footer .inner_wrap .inner  dl{
  position: relative;
  text-align: left;
  padding: 0 20px;
}
footer .inner_wrap .inner dl dt {
  position: absolute;
  left: 8%;
  padding: 0.2em 0;
  border-bottom: 1px solid #413f3d;
}
footer .inner_wrap .inner dl dd {
  padding: 0.2em 0 0.2em 18em;
  border-bottom: 1px solid #413f3d;	
}
footer .inner_wrap .inner #sns{
  padding: 40px 0;
}
footer .inner_wrap .inner #sns ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
footer .inner_wrap .inner #sns ul li{
  padding: 0 5px;
}
footer .inner_wrap .inner #sns .fb-like {
  line-height: 1;
  padding-top: 0;
  display: block;
}
footer .inner_wrap .inner #sns .TA_cdsratingsonlynarrow{
  line-height:0;
}
footer h6 img{ 
  width: 217px;
}
footer .inner_wrap .inner > ul > li:first-child img {
  width: 300px;
  display: block;
  margin: 20px auto 0;
}
footer address {
  font-style: normal;
  padding: 20px;
}
footer .inner_wrap .inner > ul > li:nth-child(2) > ul {
	padding: 20px;	
}

/* ---------- ~999px ---------- */
@media screen and (max-width: 999px) {
  html { font-size: 6.25%; }
  body { font-size: 14rem; }
  #mv { height: 269px; }
  #slider {
    width: 100%;
    height: 269px;
  }
  header h1 img{
    width: 180px;
  }
  .button{
	padding: 20px 0px;
	font-size: 16rem;
	line-height: 2.7;
	top: 70px;
  }
  .button:hover {
	background: rgba(198, 32, 2, .9);
  }
  #lang { display: none;}
  .inner { padding: 35px 0 0 0; }
  #intro { background-size: 1500px auto; }
  #intro .inner_wrap {
    background-size: 1500px auto;
    padding-bottom: 150px;
  }
  #intro h2 img { width: 250px; }
  #intro h2 span { font-size: 40rem; }
  #intro p { padding: 0 20px 15px; }
  #map h3 {
    background-size: 40px 27px;
    font-size: 40rem;
    padding-top: 10px;
  }
  #map img {
    max-width: 100%;
    height: auto;
  }
  #map p { padding: 15px 20px; }
  #sightseeing { background-size: 1000px auto; }
  #sightseeing h3 {
    background-size: 40px 27px;
    font-size: 40rem;
    margin-top: 130px;
  }
  #sightseeing p.text {
    padding: 30px 20px;
    text-align: left;
  }
  #sightseeing ul li { padding-bottom: 20px; }
  #sightseeing ul li img {
    max-width: 100%;
    height: auto;
  }
  #sightseeing ul li p {
    text-align: left;
    padding: 10px 20px 20px;
  }
  #sightseeing h4 {
    font-size: 40rem;
    line-height: 1em;
  }
  #sightseeing h4 span {
    font-size: 20rem;
  }
  #f_img {
    height: 234px;
    background: #000;
  }
  #f_img img {
    width: 768px;
    margin-left: -384px;
  }
  footer .inner_wrap {
    padding-bottom: 150px;
    background-size: 1500px auto;
  }
  .br-sp { display:none; }	
}

/* CSSでレスポンシブ対応 */
/* ---------- ~850px ---------- */
@media screen and (max-width: 850px) {
  .reservation {
    position: relative;
    width: 100%;
    padding: calc(315 / 450 * 100%) 0 0;
  }
  .reservation iframe {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


/* ---------- ~800px ---------- */
@media screen and (max-width: 800px) {  
  #detail #detail_inner > ul > li { display: block; }
  #detail #detail_inner ul li .text { width: 100%; }
  #detail #detail_inner ul li .slide_img {
    width: 100%;
    margin: 0 auto;
  }
  #detail h5 { padding: 40px 50px;}
  #detail #detail_inner ul li .text p {
    padding: 0 50px 50px;
    text-align: left;
  }
  #f_img { margin-top: 35px; }	 
}

/* ---------- ~600px ---------- */
@media screen and (max-width: 600px) {
  .button{
	padding: 10px 0px;
	font-size: 16rem;
	line-height: 2.3;
	top: 70px;
  }
  #intro h2 img { width: 150px; }
  #intro p { text-align: left!important; }
  #intro { background-size: cover; }
  #intro .inner_wrap {
    background-size: 750px auto;
    padding-bottom: 100px;
  }
  #sightseeing { background-size: 800px auto; }
  #sightseeing h3 { margin-top: 100px; }
  #sightseeing ul { display: block; }
  #sightseeing ul li { width: 100%; }
  footer .inner_wrap {
    background-size: 750px auto;
    padding-bottom: 75px;
  }
  footer .inner_wrap .inner > ul {
    display: block;
    margin-bottom: 20px;
  }
  footer .inner_wrap .inner > ul > li { width: 100%; }  
  footer .inner_wrap .inner dl dt {
    left: 3%;
    padding: 0.2em 0;
	border: none;
  }
  footer .inner_wrap .inner dl dd {
	 padding: 0.2em 0 0.2em 10em;
	 border: none;
	}
}

/*--reservation--*/
#reservation {
    min-height:450px;
	/*text-align:center;*/
}

.reserve{
	background-color: transparent;
}
.reservation-info {
    /*margin-top: 3em;*/
}
.book-reservation {
    /*margin-top: 4em;*/
}
h3.tittle.reserve {
 color: #990000;

}
.reservation-info h4 {
    font-size: 3em;
    color: #990000;
    line-height: 1.6em;
}
.reservation-info h5 {
    font-size: 2em;
    color: #990000;
    line-height: 1.8em;
}
.reservation-info h5 span.glyphicon {
    font-size: 0.6em;
    vertical-align: middle;
}
.book-reservation label {
       font-size: 1.5em;
    color: #990000;
    margin-bottom: 0.2em;
    text-align: left;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.book-reservation label i{
     font-size: 0.9em;
    margin-right: 10px;
	color: #990000;

}
.book-reservation input[type="text"],.book-reservation input[type="date"],.book-reservation input[type="time"] {
    width: 100%;
    color:#990000;
    outline: none;
    font-size: 1em;
    padding:0.3em 0.3em;
   	border: 1px solid #990000;
    -webkit-appearance: none;
    margin-bottom: 1.5em;
	line-height: 1.8em;
	border-radius: 0.5;
	font-family: 'Merriweather Sans', sans-serif;
	background:none;
}
.book-reservation select.form-control {
       outline: none;
    font-size: 1em;
    padding: 0.3em 0.3em !important;
    /*height: 66px;*/
    background: none;
    color:#990000;
    border: 1px solid #990000;
}
.make {
    margin: 1em auto 0;
    text-align: center;
	width: 120px;
	float: right;
}
.make input[type=submit] {
       color: #FFFFFF;
    padding: 1em 2em;
    font-size: 1.2em;
    cursor: pointer;
    border: 2px solid #990000;
    outline: none;
    background:#990000;
    font-family: 'Merriweather Sans', sans-serif;
}
.make input[type=submit]:hover {
    background: none;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.arrows-reserve{
	    position:relative;
		color:#990000;
		font-size:2em;
}
.arrows-reserve:before{
    content: '';
    position: absolute;
    bottom: 43%;
    left: 35.5%;
    background: #fff;
    width: 11%;
    height: 3px;
}
.arrows-reserve:after{
     content: '';
    position: absolute;
  bottom: 43%;
    right: 35.5%;
    background: #fff;
        width: 11%;
    height: 3px;
}
/*--//reservation--*/

.reservation_a{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	/*--//margin: 500px 0 0 -425px;--*/
}

.reservation_a iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* iframe要素内でサイズ指定している場合は必要なし */
.reservation iframe {
  width: 425px;
  height: 1200px;
}

