@charset "utf-8";
/* CSS Document */
html, body {
  background-color:#E4F8FC ;
  color: #613529;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 18px;
  margin: 0;
}
body, div, p, h1, h2, h3, h4, ul, figure {
  margin: 0;
  padding: 0;
}
img {
	width: 100%;
}
li {
  list-style: none;
  line-height: 1.8;
}
a {
  color: #ffffff;
  text-decoration: none;
}

body {
  background-color: #E4F8FC;
}

/* ========== ヘッダー ========== */
header {
  width: 100%;
  background: rgba(150, 161, 140, 0.6);
  z-index: 500;
  top: 0;
  position: fixed;
}
@media screen and (max-width: 1000px) {
  header {
    position: fixed;
  }
}
.header-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
@media screen and (min-width: 1000px) {
  .header-inner {
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
  }
}
.header-logo {
  line-height: 1;
}
.phone-t {
  color: #ffffff;
}
.phone {
  font-size: 33px;
}
@media screen and (max-width: 1000px) {
  .phone {
    font-size: 23px;
  }
}
.reserve_button {
  background-color: #613529;
  width: 250px;
  height: 30px;
  padding: 15px 5px;
  border-radius: 80px;
  font-size: 18px;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
@media screen and (min-width: 1000px) {
  .reserve_button {
    width: 370px;
    height: 50px;
    padding: 20px;
    color: #fffff;
    font-size: 30px;
  }
}
.reserve_button:hover {
  background-color: #81B837;
}
.header-logo:hover {
  opacity: 0.5;
}
.menu-btn {
  padding: 10px 10px;
  border: 1px solid #868181;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background: url(../images/hamburger.png) no-repeat center center;
  background-size: contain;
  position: absolute; /*追従にしたいときはfixedに変更*/
  top: 130px;
}
@media screen and (min-width: 1000px) {
  .menu-btn {
    display: none;
  }
}
.header-container {
  border-bottom: dashed 1px;
  color: #ffffff;
}
/* ========== ヘッダー おわり========== */
/* ========== ナビゲーション ========== */
/* ========== ナビゲーション ========== */
nav {
  color: #613529 !important;
  line-height: 1rem;
  font-family: 'Sriracha', cursive, 'Patrick Hand', cursive, 'Nunito', sans-serif, " YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  font-size: 32px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 160px;
}
.navbar {
  background: #ffffff;
  display: none;
  list-style-type: none;
  border-radius: 10px;
  padding: 0;
}
.navbar a {
  display: block;
  padding: 0.6rem 0;
  color: #613529;
  text-decoration: none;
  border-radius: 10px;
}
.navbar a:hover {
  background: #F2F2ED;
  opacity: 0.9;
}
.navi_ja {
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  line-height: 0.4rem;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  .navbar {
    display: flex !important;
  }
  .navbar li {
    flex: 1 1 auto;
    text-align: center;
    line-height: 1.8;
  }
  .nav_dot {
    border-right: dashed 1px;
    color: #613529;
    text-align: center;
  }
  .navbar a.nav-current {
    background: #ffffff;
  }
}
.phone {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.home-keyvisual {
  /*background: url(../images/keyvisual.jpg) no-repeat center center;*/
  z-index: -250;
  height: 100%;
}
.title {
  font-family: "M PLUS Rounded 1c" !important;
  text-align: center;
  color: #613529;
  font-size: 30px;
  padding-top: 80px;
  padding: 20px;
  margin-top: 50px;
}

.title_introduction {
  text-align: center;
  color: #613529;
  font-size: 22px;
  padding-top: 10px;
  padding: 20px;
}
.title_introduction span {
  color: #ff0000
}
.marker {
  background: linear-gradient(transparent 75%, #fff799 75%);
  font-weight: bold;
}
.attempt {
  margin-top: 50px;
}

.title{
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  color: #613529;
  font-size: 30px;
  padding-top: 50px;
}

.tent_box{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

@media screen and (min-width: 1000px) {
  .tent_box{
  display: flex;
  align-items: center;
  flex-direction: row;
	flex: 1 1 auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
  
  .tent_box:nth-child(even) {
  flex-direction: row-reverse;
}
  
  .tent_visual{
    width: 50%;
  }
  .tent_text{
    width: 50%;
  }
  
}


@media screen and (max-width: 600px) {
.tent_visual{
    width: 100%;
  }
  .tent_text{
    width: 100%;
}
}


.area_name_02{
  margin-top: 20px;
  text-align: center;
  font-size: 34px;
  font-family:'Sriracha', cursive,'Patrick Hand', cursive, 'Nunito', sans-serif," YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  color: #613529;
  opacity: 0.6;
  margin-top: -40px;
  margin-bottom: 80px;
}

.area_name{
  margin-top: 20px;
  text-align: center;
  font-size: 34px;
  font-family:'Sriracha', cursive,'Patrick Hand', cursive, 'Nunito', sans-serif," YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  color: #613529;
  opacity: 0.6;
}

.area_name_j{
  text-align: center;
  font-size: 20px;
  font-family: "M PLUS Rounded 1c";
  color: #613529;
  line-height: 1.5em;
  margin-bottom: 50px;
}

.detail{
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (min-width: 1000px) {
  .detail_b_s{
  display: flex;
  flex-flow: row;
  align-items: center;
  }
}


.detail_title{
  border-radius: 5px;
  background-color: #E0C4AF;
  color:#613529;
  width: 100px;
  text-align: center;
}

.detail_title_02{
  border-radius: 5px;
  background-color: #E0C4AF;
  color:#613529;
  width: 100px;
  text-align: center;
}


dt{
  float: left;
  margin-left: 20%;
  margin-right: 2%;
}

@media screen and (max-width: 600px) {
 dt{
  float: left;
  margin-left: 10%;
  margin-right: 2%;
  }
}

dl div{
  margin-bottom: 80px;
}

.detail_big_small{
  width: 100%;
}

.detail_03{
  margin-left: 20%;
  padding-top: 5px;
}

.tent_rent{
  color:#613529;
  font-size: 30px;
  text-align: center;
}


/*==================================================
共有施設のためのcss
===================================*/

.shared_detail{
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.shared_p{
  width: 80%;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}



.miike_yu{
  border-top:  dashed 1px;
  border-bottom: dashed 1px;
  color: #613529;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-top: 50px;
  /*background-color: #f8c89c;*/
  background: #f8c89c;
  animation-name: box-size;
  animation-duration: 6s;
  animation-iteration-count: infinite;
   /*background-image: url("../images/water.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode:soft-light;
}

@keyframes box-size {
    0% {
       background:rgba(233,163,79,0.6);
       /*background-image: url("../images/water.jpg");*/
         /*background: #e9a34f;*/
    }
      
    30% {
         background:rgba(253,187,170,0.6);
          /*background-image: url("../images/water.jpg");*/
    }
    50% {
        background:rgba(236,185,97,0.6);
         /*background-image: url("../images/water.jpg");*/
    }
    100% {
        background:rgba(248,200,156,0.6);
        /*background-image: url("../images/water.jpg");*/
    }
}

.onsen_p{
  width: 60%;
  font-size: 18px;
  text-align: center;
  background-color: #FFFFCC;
  border-radius: 10px;
  border:  dashed 1px;
  color: #613529;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.shared_box{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
}

@media screen and (min-width: 1000px) {
  .shared_box{
  display: flex;
  align-items: center;
  flex-direction: row;
	flex: 1 1 auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
  
  .shared_box:nth-child(even) {
  flex-direction: row-reverse;
}
  .tent_visual{
    width: 50%;
  }
  .tent_text{
    width: 50%;
  }
}

.reserve_button_1 {
  background-color: #613529;
  padding: 15px 5px;
   width: 370px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 80px;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
@media screen and (min-width: 1000px) {
  .reserve_button_1 {
    width: 370px;
    height: 80px;
    color: #fffff;
    font-size: 24px;
  }
}
.reserve_button_1:hover {
  background-color: #81B837;
}



.reserve_button_2 {
  background-color: #613529;
  padding: 15px 10px;
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 80px;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
@media screen and (min-width: 1000px) {
  .reserve_button_2 {
    width: 220px;
    height: 50px;
    color: #fffff;
    font-size: 16px;
  }
}
.reserve_button_2:hover {
  background-color: #81B837;
}
.reserve_button_3 {
  background-color: #613529;
  padding: 15px 5px;
   width: 280px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 80px;
  letter-spacing: .1em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}
@media screen and (min-width: 1000px) {
  .reserve_button_3 {
    width: 220px;
    height: 90px;
    color: #fffff;
    font-size: 18px;
  }
}
.reserve_button_3:hover {
  background-color: #81B837;
}

footer{
  background-color:#613529;
  color: #ffffff;
  margin-top: 80px;
  padding: 50px;
  font-family: "M PLUS Rounded 1c"; 
}
footer{
  background-color:#613529;
  color: #ffffff;
  margin-top: 80px;
  padding: 50px;
  font-family: "M PLUS Rounded 1c"; 
}

.footer-nav{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
  color: #ffffff;
}
.footer-nav li {
	display: inline;
	padding: 0 1rem 0 0;
  list-style: none;
  color: #ffffff;
}

.footer-nav a:hover {
	opacity: 0.5;
}
.footer-info-t{
  padding-top: 100px;
  color: #ffffff;
}
.footer-info{
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.footer-sns{
  display: flex;
  flex: 1 1 auto;
  width: 400px;
  height: auto;
  padding-top: 30px;
}

.footer-copyright{
  padding-top: 40px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
