



  /* frontpage */
  h1.head_h1{
    color: #fff;
    font-size: 4.8rem;
  }
  .en_title{
    display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	text-align: center;
  color: #fff;

  }
  .en_title::before,
.en_title::after {
	content: '';
	width: 70px;
	height: 0.5px;
	background-color: #fff;
}

.en_title::before {
	margin-right: 20px;
}
.en_title::after {
	margin-left: 20px;
}
  .hero-section {

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(/img/common/top_big.jpg) center center no-repeat;
        background-size: cover;
        width: 100%;
        height: 50%;
        position: relative;
       
      
}
.hero-section_greeting{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/img/common/top_big.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative; 
}
.hero-section_fac{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/img/common/head_3.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative; 
}
.hero-section_plan{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/img/common/head_1.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative; 
}
.hero-section_greeting{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/img/common/head_2.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative; 
}
.hero-section_room{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/img/common/head_room.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative; 
}
.hero-section_cooking{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/img/common/head_wisky.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative; 
}
.hero-image {
  width: 100%;
  padding-top: 52.5%;/*he is my hero*/
}
.head_logo{
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 650px){
  .head_logo{
    width: 125px;
    padding-left:10px;
  }
    
}
.hero-logo {
  position: absolute;
  top:50%;
  left: 50%;
  width:5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.hero-logo_other{
  position: absolute;
  top: 50%;
  left: 50%;

height: 20vh;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.shadow{
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.8));

}
.img_one{
  height: 100%;
width: 55%;
margin: 0 auto;
}
section.no1{
  background-image: url(/img/common/bk_y.png);
  background-repeat: repeat;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
section.no2{
  background-image: url(/img/common/bk_g.png);
  background-repeat: repeat;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}
h2.hero_h2{
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  text-align: center;
  font-size:2.8rem;
  line-height: 4.8rem;
}
.logo-top{
  width: 25%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ashirai_img100{
  width: 100px;
  height: 100px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
p.tate{
  writing-mode: vertical-rl;
  height: 500px;
  line-height: 4.8rem;
  margin-top: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  border-left: 0.5px solid black;
  border-right: 0.5px solid black;
}
.ashirai1{
  position: absolute;
  right: 5rem;
  top:10rem;
}
.ashirai2{
  position: absolute;
  right: 5rem;
  top:50%;
}
.ashirai3{
  position: absolute;
  right: 5rem;
  bottom:5rem;
}
.ashirai4{
  position: absolute;
 left: 5rem;
  top:10rem;
}
.ashirai5{
  position: absolute;
 left: 5rem;
  top:50%;
}
.ashirai6{
  position: absolute;
 left: 5rem;
  bottom:5rem;
}
.ashirai1-1{
  position: absolute;
  right: 20rem;
  top:10rem;
}
.ashirai2-1{
  position: absolute;
  right:22rem;
  top:50%;
}
.ashirai3-1{
  position: absolute;
  right: 20rem;
  bottom:5rem;
}
.ashirai4-1{
  position: absolute;
 left: 20rem;
  top:10rem;
}
.ashirai5-1{
  position: absolute;
 left: 20rem;
  top:50%;
}
.ashirai6-1{
  position: absolute;
 left: 20rem;
  bottom:5rem;
}

/* frontpage */
/* プランページ */
h3.plan{
  font-size:2.4rem;
}
.ashirai_ttl {
  max-width: 100px;

  margin-bottom: 3rem;
}
table {
  width: 80%;
  margin: 20px auto;
}
th{
background: #E9E2D0;
    border: solid 1px #ccc;
    color: #333;
    padding: 10px;
}
th,td{
  padding: 1rem 3rem;
  vertical-align: middle;
  border:1px solid #ccc;
  font-size: 1.4rem;
  background-color: #fff;
}
.plan_table td:first-child {
  background: #E9E2D0;
}
@media screen and (max-width: 640px) {
  .plan_table {
    width: 80%;
  }
  .plan_table .thead {
    display: none;
  }
  .plan_table tr {
    width: 100%;
  }
  .plan_table td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .plan_table td:first-child {
    background: #E9E2D0;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .plan_table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

.option_table{
  width: 80%;
  margin: 0 auto;
}
.option_table th {
  background: #E9E2D0;
  border: solid 1px #ccc;
  color: #333;
  padding: 10px;
  width: 50%;
}
.option_table td {
　border: solid 1px #ccc;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
.cooking_table{
  width: 80%;
  margin: 0 auto;
}
.cooking_table th {
  background: #E9E2D0;
  border: solid 1px #ccc;
  color: #333;
  padding: 10px;
  width: 30%;
}
.cooking_table td {
　border: solid 1px #ccc;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
 
@media screen and (max-width: 640px) {
  .cooking_table{
    width: 100%;
   
  }
  .cooking_table td,.cooking_table th{
    font-size: 14px !important;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .option_table {
    width: 80%;
  }
  .option_table th,
  .option_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
    
  }
  .img_one{
    width: 100%;
  }
  .one_img img, .two_img img {
    width: 100% !important;
}
}
article.flexbox{
  margin-bottom: 30px;
}
ul.discription{
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
ul.discription li{
  margin-top: 5px;
text-align: left;
  list-style: none;
  font-size: 0.9rem;
}

a.yoyaku {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 80%;
  margin: auto;
  padding: 0.5rem 4rem;
  border: 0.5px solid #765800;
  color: #765800 !important; 
  transition: 0.5s;
}
a.btn_01{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
a.yoyaku:hover {
	color: #fff !important;
	background: #765800;
    }
/* プランページ */
/* 施設ページ */
.fa_img {
  position: relative;
  height: 650px;
}

.one_img, .two_img {
  position: absolute;
}

.one_img img, .two_img img {
  width: 90%;
}

.one_img {
  left: 0;
  top: 0;
}

.two_img {
  right: 0;
  bottom: 1rem;
}
.brown {
  color: #402000;
}
h4.room{
  font-size: 1.4rem;
}
#footer{
  background-color: #221100;
  color: #fefefe;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.booking_tel{
  border:1px solid #fff;
  padding: 10px 10px;
  margin: -10px;
}
.booking_tel:hover{
  background-color: #fff;
  color: #402000 !important;
  cursor: pointer;
}
.booking_tel a:hover{
  color: #402000 !important;
  cursor: pointer;
}


.yoyakubtn {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  text-align: center;
  font-size: 3rem;
  width: 48%;
  box-sizing: border-box;
  display: block;
  justify-content: center;
  align-items: center;
  font-family: serif;

}
.yoyakubtn:hover{
background-color: #fff;
color: #440200 !important;
}
a.yoyakubtn:link,a.yoyakubtn:visited{
  color: #fff !important;
 cursor: pointer;
}
a.yoyakubtn:hover{
  color: #440200 !important;
 cursor: pointer;
}
.tel_s{
  font-size: 1rem;
}
.img50{
  width: 300px !important;
}
.font-serif{
  font-family: serif;
}
.fadeIn{
	opacity: 0;
}
.fadeUp{
	opacity: 0;
}
.change-time{
  animation-duration: 4.5s;
}
section.news{
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 2rem;
}
.entry-content{
  
  padding-bottom: 30px;
}
.entry-header{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;

  ;
}
.entry-date{
  font-size: 1rem;
  margin-right: 3rem;
}
h2.entyr_title{
  font: 1.8rem !important;
}
.entry-content a{
  text-decoration: none;
  border:1px solid #402000;
  padding: 5px 20px;
  font-size: 1rem;
}
.entry-content a:hover{
  background-color: #402000;
  color: #fff;
}
.single-top{
  padding-top: 200px;
}
@media screen and (max-width: 650px){
  .single-top{
    padding-top: 80px;
  }
    
}
article header{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: flex-start;
  
}.delay-time{
  animation-delay: 0.5s;/*この数字を指定したい遅延時間に変更*/
}
h2.entry-title{
  font-size: 2rem;
padding-bottom: 24px;}

@media screen and (max-width: 650px){
  p{
    font-size: 1.2rem !important;
  }
    
}
.text_left{
  text-align: left !important;
}
.check_box{
  margin: 8px;
  padding: 16px;
  border: solid 1px #000;
  font-size: 14px;
}
.notice-container {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.notice-title {
  font-size: 1.8em;
  color: #2c3e50;
  margin-bottom: 20px;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}
.notice-content {
  font-size: 1.1em;
  margin-bottom: 20px;
}
.notice-content h3 {
  font-size: 1.3em;
  color: #02416c;
  margin-top: 20px;
}
.notice-content p {
  margin-bottom: 10px;
}
.important {
  color: #8d0000;
  font-weight: bold;
}