@font-face {
  font-family: Harenosora;
  src: url('../font/Harenosora.eot') format("eot");
  src: url('../font/Harenosora.otf') format("opentype");
  /* src: url('../font/SourceHanSerif-Medium.otf') format("opentype"); */
}

p, dd, dl {
  font-size: 1.2em;
}

.misakih2,.misakip{
  font-family: Harenosora;

}

.misakih2{
  font-size: 1.9rem;
  /* display: none; */
}

#index_img .misakip{
  font-size: 1rem;
  line-height: 2.0;
  text-align: center;
  width: 100%;
  /* display: none; */
  position: static;
  margin-bottom: 30px;
}

#index_event h2 {
  font-size: 1.0rem;
}

#index_img .misakih2{
  width: 100%;
}

.misaki_small{
  font-size: 1.5rem;
}

#index_img img {
  width: 100%;
  height: auto;
  margin-top: 125px;
}

/* 480以上の画面サイズにCSSを適応  */

@media screen and (min-width: 780px){
  .misakih2{
    font-size: 3.2rem;
    /* display: none; */
  }

  #index_img .misakip{
    /* background: #000; */
    position: absolute;
    font-size: 1.1rem;
    line-height: 2.5;
    text-align: left;
    width: 33%;
    /* display: none; */
  }

  #index_img .misakih2{
    width: 55%;
  }

  .misaki_small{
    font-size: 2.2rem;
  }
}


#index_event2 {
  margin: 100px auto 0 auto;
  max-width: 750px;
}


#index_boat img {
  max-width: 600px;
}


/* 見出し */

#livecamera>div h2, #index_berth #index_gb div h2, #index_boat div h2 {
  text-align: center;
  font-size: 1.9rem;
}

@media screen and (min-width: 780px){
  #livecamera>div h2, #index_berth #index_gb div h2, #index_boat div h2 {
    text-align: center;
    font-size: 2.7rem;
  }
}

#livecamera>div h2 {
  background: url(../img/index/camera.png) no-repeat 20% 70%;
  background-size: 150px;
}

@media screen and (min-width: 780px) {
  #livecamera>div h2 {
    background: url(../img/index/camera.png) no-repeat 20% 70%;
    background-size: 200px 74px;
  }
}


#livecamera>div h2+p, #index_berth #index_gb div h2+p, #index_boat div h2+p {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.7;
  margin-top: 15px;
}


#index_event2 h1, #page #lefthandpath section#event h1, #index_event2>h2, #page #lefthandpath section#event>h2 {
  text-align: center;
  color: #00a0e6;
  font-size: 1.9rem;
  font-weight: bold;
}

@media screen and (min-width: 780px) {
  #index_event2 h1, #page #lefthandpath section#event h1, #index_event2>h2, #page #lefthandpath section#event>h2 {
    text-align: center;
    color: #00a0e6;
    font-size: 2.7rem;
    font-weight: bold;
  }
}


.facilities {
  text-align: center;
  font-size: 1.5rem;
  text-decoration: none;
  color: #fff;
  background: #0000007a;
  height: 160px;
  position: relative;
}

/* .facilities:before {
content: "";
background: #0000005e;
width: 100%;
height: 160px;
position: absolute;
top: 0;
left: 0;
} */

.facilities p{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* bottom: 0; */
  left: 0;
  right: 0;
  margin: auto;
}

.bbq{
  background-image:url("../img/index/facilities-08.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}

.fishing{
  background-image: url("../img/index/facilities-01.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}

.cafe{
  background-image: url("../img/index/facilities-06.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}

.deck{
  background-image: url("../img/index/facilities-07.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}

.sakana{
  background-image: url("../img/index/facilities-05.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}

.yasai{
  background-image: url("../img/index/facilities-04.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}

.cycling{
  background-image: url("../img/index/facilities-02.jpg");
  -webkit-background-size: cover;
  background-size: cover;
}




/* 一覧ページ */
#lefthandpath .list figure {
  overflow: hidden;
  max-height: 190px;
}

#page p{
  line-height: 1.7;
  font-size:1.0rem
}

#page #righttodie section {
  margin: 60px 0;
}


header nav ul li span {
  letter-spacing: 0em;
}


@media screen and (min-width: 767px) and (max-device-width: 769px) {

  header h1, header p:first-child {
    width: 35%;
    float: left;
  }

  header nav {
    padding-top: 15px;
    width: 65%;
    float: right;
    text-align: right;
  }

}



#page #lefthandpath section .rentalboat p.caption {
  font-size: 1.0em;
  margin-top: 5px;
}


.rentalboat .inq_btn {
  display: block;
  width: 100%;
  margin:10px 0;
  max-width: 470px;
  background-color: #f30;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 5px 0 #900;
  -webkit-box-shadow: 0 5px 0 #900;
  -moz-box-shadow: 0 5px 0 #900;
}


#page .rentalboat #feature h2,#page .rentalboat #feature2 h2,#page .rentalboat #feature3 h2 {
  /* font-family: "Hiragino Mincho Pro","HiraMinProN-W3","HGMinchoB","MS PMincho",serif; */
  color: #05215c;
  padding: 20px 0 20px 40px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1;
  font-size: 1.8rem;
  line-height: 1.4;
}

#page .rentalboat #feature h2:before, #page .rentalboat #feature2 h2:before, #page .rentalboat #feature3 h2:before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 20px;
}



#page .rentalboat p{
  line-height: 1.8;
      font-size: 1.1rem;
      margin-bottom: 30px;
    }

#feature h2, #feature2 h2,#feature3 h2 {
  border-bottom: 1px solid #00a0e6;
}

#feature h3, #feature2 h3, #feature3 h3{
  border: 2px solid #000;
  text-align: center;
  padding: 10px;
  font-size: 1.4rem
}

#feature h2:before, #feature h2:after,#feature2 h2:before, #feature2 h2:after, #feature3 h2:before, #feature3 h2:after{
  background-color: #00a0e6;
}

#feature h2:after, #feature2 h2:after, #feature3 h2:after {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  top: 100%;
  left: 20px;
}



article.feature {
  margin-top: 80px;
}

#howto{
  margin-top:90px;
}

#howto h2 {
    margin-bottom: 30px;
    font-size: 2rem;
}

#howto ol {
  padding-left: 20px;
}

#howto h3{
  font-size: 1.3rem;
}

label{
  padding-left: 0;
}

label:before{
  display:none;
}


input[type=radio], input[type=checkbox] {
    opacity: 100;
    width: 10px;
    height: 10px;
    margin-left: 0;
    padding-left: 0;
}

input[type=submit], input[type=button] {
    -webkit-appearance: none;
    border: 0px;
    cursor: pointer;
    background: #03A9F4;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 15.6px;
    color: #fff;
  }


.rentalmidashi {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

.rentalmidashi:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}

span.wpcf7-list-item{
  margin:0;
}


/* チェックボックス用 */
/* .checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #009a9a;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
} */