/* =================================================================
		#共通
================================================================= */
:root {  
  --original-background: #f0f8ff;
  --original-blue: #00bfff;
  --original-orange: #ff7f50;
  --original-menu-background: rgba(122, 163, 218, 0.9); 
  /* --original-menu-background: rgba(255, 127, 90, 0.9); */
  /* --original-menu-background: rgba(100, 100, 100, 0.9); */
}

.home {
  background-color: var(--original-background);
}

.home-access {
  background-color: var(--original-background);
  /* background-color: var(--original-blue); */
  max-width: 1000px;
  margin: 0 auto 40px;
  background-color: #f0f8ff;
}

.site-footer {
  /* background-color: #075fac; */
  background-color: #000000;
}

.target {
  background-color: var(--original-background);
  /* background-image: url(/assets/images/sample01.jpeg); */
  /* background-repeat: repeat-x; */
  /* background-size: contain; */
}

.access {
  background-color: var(--original-background);
}

/* =================================================================
		#お知らせ
================================================================= */
.home-infomation {
  /* background-color: #d3d3d3; */
  /* background-color: #000000; */
  /* background-color: #00ced1; */
  /* background-color: #ffffff; */
  background-color: var(--original-background);
}

/* =================================================================
		#釣果情報
================================================================= */
.fishing-information {
  /* background-color: #d3d3d3; */
  background-color: #000000;
  background-color: #f0f8ff;
}

/* =================================================================
		#バナーメニュー
================================================================= */
.bannerManuSection {
  /* background-color: #000000; */
  max-width: 1000px;
  margin: 0 auto 40px;
  /* background-color: #ffffff; */
  background-color: #f0f8ff;
}

.bannerMenuSection {
  max-width: 1000px;
  margin: 0 auto 40px;
  background-color: #f0f8ff;
}

/* =================================================================
		#ヘッダー共通？？？
================================================================= */


/* =================================================================
		#共通フォント
================================================================= */
.topMainTitle {
  font-size: 2.4rem;
  /* color: #000000; */
  color: #ffffff;

  font-family: 'Roboto', sans-serif;
  font-style: italic;
  /* font-weight: bold; */
}

.topMainTitle2 {
  font-size: 3.6rem;
  /* color: #000000; */
  color: #ffffff;

  font-family: 'Roboto', sans-serif;
  font-style: italic;
  /* font-weight: bold; */
}

.bannerTitle {
  color: #ffffff;
  font-weight: bold;
  font-size: 2.0rem;
  text-align:center;
}

.bannerSubTitle {  
  font-size: 1.2rem;
  /* text-align:center; */
}

.cardTitle {
  font-weight: bold;
  /* font-size: 1.6rem; */
  font-size: 2.0rem;
  padding-top: 16pt;
  padding-bottom: 16pt;
  text-align:center;
  /* border-bottom: solid 3px black; */
  text-decoration:underline;
  text-decoration-color: var(--original-orange);
}

.title {
  color: #000000;
  /* font-size: 3.0rem; */
  /* font-family: 'Roboto', sans-serif; */

  font-weight: bold;
  font-size: 2.0rem;
}

.subTitle {
  font-size: 1.3rem;
  /* color: #fff; */
  /* padding-top: 16pt; */
  padding-bottom: 16pt;
  color: #000000;
}

.accessSubTitle {
  font-size: 1.3rem;
  padding-bottom: 16pt;
  color: #000000;
}

.contactMainTitle {
  font-weight: bold;
  font-size: 2.4rem;
  padding-top: 16pt;
  /* padding-bottom: 16pt; */
  text-align:center;
  color: #ffffff;
}

.contactTitle {
  font-weight: bold;
  font-size: 1.4rem;
  padding-top: 16pt;
  /* padding-bottom: 16pt; */
  text-align:center;
}

.contactSubTitle {
  /* font-weight: bold; */
  font-size: 1.2rem;
  padding-top: 16pt;
  /* padding-bottom: 16pt; */
  /* text-align:center; */
}

.bannerSection {
  max-width: 1000px;
  margin: 0 auto 40px;
  background-color: #08b309;
}

a.radius-btn {    
  color: var(--original-orange) !important;
  border: 2px solid var(--original-orange);
  background-color: #ffffff;
}

.btn-more-wrap {
  text-align: center;
}

/*--------------------------------------
  アクセス・集合場所
--------------------------------------*/
.home-access-root {
  padding: 16pt;
}

.home-access-root dt {
  font-size: 1.4rem;
  font-weight: bold;  
}

.home-access-root dd {
  font-size: 1.2rem;    
}

/*--------------------------------------
  料金表
--------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
}

table {
  border-collapse: collapse;
  /* margin: 0 auto; */
  padding: 0;
  width: 650px;
  margin: 16px
}
table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}
table tr:nth-child(even){
  background-color: #eee;
}
table th,
table td {
  padding: .35em 1em;
}
table thead th {
    font-size: .85em;    
    padding: 1em;
}
table thead tr{
  background-color: var(--original-orange);
  color:#fff;
}
table tbody th {
  text-align: left;  
  font-size: 1.2rem;
}
.txt{
   text-align: left;
   /* font-size: .75em; */
   font-size: 1.2rem;
}
.price{
  text-align: right;
  color: var(--original-orange);
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
    width:90%
  }
  table th{
    /* background-color: #fd6767;     */
    background-color: var(--original-orange);
    display: block;
    border-right: none;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: .625em;
    border: 1px solid var(--original-orange);
  }
  table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: 1.5em 1em 1.5em 4em;
    border-right: none;
  }
  
  table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #000;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody th {
    color: #fff;
    padding: 1em
}
  table tr:nth-child(even){
  background-color: #fff;
}
}

/*--------------------------------------
  よくある質問
--------------------------------------*/
.Qa-Box {
  width: 80%;
  margin: 0 auto;
}

.Qa-Box .Qa {
  padding: 20px 0;
  border-bottom: 1px solid #c8c8c8;
}

.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  margin: 15px 0;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa:last-of-type {
  border-bottom: none;
}

.Qa-Box .Qa dt::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #6699b7;
  width: 2em;
  height: 2em;
}

.Qa-Box .Qa dd::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #d65556;
  width: 2em;
  height: 2em;
}

@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 95%;
  }
}

/*--------------------------------------
  ご利用について
--------------------------------------*/
.box-design15 {
  margin: 16px 16px 16px 16px;
  /* margin: 20px auto; */
}
.box-design15-ttl {
  background-color: var(--original-orange);
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.box-design15-txt {
  padding: 10px 20px;
  border: 2px solid var(--original-orange)
}

/*--------------------------------------
  カード型_02
--------------------------------------*/
.l-wrapper_02 {
  margin: 1rem auto;
  /* width: 380px; */
  width: 92%;
  margin-top: 32px;
  margin-bottom: 32px;
}
.card-radius_02{
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
}

.card_02 {
  background-color: #fff;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
}

.card__title_02 {
  padding: 1rem 1.5rem 0;
  font-size: 1.6rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px black;
}

.card__thumbnail_02 {
  margin: 0;
  order: 0;
  padding-bottom: 16pt;
}

.card__image_02 {
  width: 100%;
}

.card__body_02 {
  /* padding: 0 1.5rem; */
  padding: 16pt;
}

.card__text_02 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
}

.card__text2_02 {
  font-size: .8rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/*--------------------------------------
  リスト装飾
--------------------------------------*/
.card__body_02 ul {
  /* border: solid 2px #ffb03f; */
  padding: 0 0.5em;
  position: relative;
}

.card__body_02 ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.card__body_02 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: var(--original-orange); /*アイコン色*/
}

.card__body_02 ul li:last-of-type {
  border-bottom: none;
}


/*--------------------------------------
  ハンバーガーメニュー
--------------------------------------*/
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: rgba(122, 163, 218, 0.9);
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: var(--original-menu-background);
  transition: all 0.5s;/*アニメーション設定*/
}

.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}

/*--------------------------------------
  ご予約・お問い合わせ
--------------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn--contact {
  display: block;

  padding: 1.5rem 0;

  color: #fff;
  background: #d20010;
  -webkit-box-shadow: 0 5px 0 #b9000e;
  box-shadow: 0 5px 0 #b9000e;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--contact :hover {
  color: #fff;
}

a.btn--tel {
  display: block;

  margin-top: 15px;
  padding: 1rem 0;

  color: #fff;
  background: #ff7f50;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #ff7f50;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/* ここから */

