@charset "UTF-8";
/*-------------
 	General
-------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}

html {
  font: normal 16px sans-serif;
  color: #000;
  scroll-padding-top: 100px;
}

body {
  overflow-x: hidden;
  margin: 0;
}

ul, nav {
  list-style: none;
}

img {
  flex-shrink: 0;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  opacity: 0.9;
}

li {
  margin: 0;
  padding: 0;
}

.pc {
  display: flex;
}

strong {
  font-weight: bold;
  color: #c00;
}

section {
  margin: 60px auto 30px;
}

p {
  line-height: 1.8;
  font-size: 0.9rem;
}

h2 {
  position: relative;
  font-size: 1.4rem;
  margin: 0px auto 30px;
  text-align: center;
  padding: 10px 20px;
  color: #01427c;
}

h3 {
  border-bottom: 1px dotted #1a1eb9;
  color: #444;
  font-size: 1.4em;
  margin-bottom: 20px;
  padding-bottom: 1%;
}

h4 {
  font-size: 1.2rem;
  margin: 15px 0 15px;
}
h4 span {
  font-size: 1rem;
  display: inline-block;
  padding-left: 10px;
}

h4:before {
  content: "";
  border-left: 8px solid #01427c;
  margin-right: 0.5rem;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}

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

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/* つづきを読む */
.text_wrapper {
  position: relative;
  margin-bottom: 90px;
}

.text {
  height: 90px;
  overflow: hidden;
}

.show_more,
.show_more2 {
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  cursor: pointer;
  transition: bottom 0.2s;
  font-weight: bold;
}
.show_more span,
.show_more2 span {
  background-color: #005bac;
  color: #fff;
  border-radius: 20px;
  padding: 10px 60px;
}

.active {
  background: none;
  bottom: -30px;
}

table {
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 0.8rem;
}
table th {
  padding: 5px;
  width: 40%;
  background-color: #eee;
}
table td {
  padding: 10px;
}
table th, table td {
  border: 1px solid #aaa;
}

.anchor {
  padding-top: 100px;
  margin-top: 100px;
}

/*-------------
 	Header
-------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #222;
  background-color: #fff;
  padding: 0 100px;
}
header h1 {
  width: 160px;
  padding: 10px 0;
}
header h1 a {
  display: flex;
  align-items: flex-start;
}
header h1 img {
  width: 100%;
}
header nav {
  display: flex;
}
header li {
  margin: 0 15px;
}
header li:first-child {
  margin-left: 0;
}
header li:last-child {
  margin-right: 0;
}

#nav-drawer {
  position: fixed;
  top: 3.6%;
  right: 6%;
}

.nav-unshown {
  display: none;
}

#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #111;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 90%;
  max-width: 220px;
  height: 100%;
  background: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

#nav-content a {
  color: #000;
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

.main_img {
  width: 100%;
  position: relative;
}
.main_img #top_slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main_img #top_slider img {
  width: 100%;
}
.main_img #top_slider .slick-slide img {
  height: 65vw;
  max–height: 400px;
  min–height: 350px;
}
.main_img #top_slider .slick-dots {
  bottom: 4%;
  left: 2%;
  text-align: left;
  width: auto;
}
.main_img #top_slider .slick-dots li {
  outline: unset;
}
.main_img #top_slider .slick-dots li button:before {
  font-size: 15px;
  width: 40px;
  height: 40px;
  color: #000;
}
.main_img #top_slider .slick-dotted.slick-slider {
  margin: 0;
}

.sublogo {
  position: absolute;
  bottom: 5%;
  right: 3%;
  width: 150px;
}
.sublogo img {
  width: 100%;
}

#schedule {
  max-width: 1000px;
  padding: 0 20px;
  margin: 10px auto 30px;
}
#schedule .c_link {
  margin: auto 0;
  text-align: center;
  border-radius: 10px;
  background-color: #006;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 7px;
  margin: 10px auto;
  display: block;
  position: relative;
  font-size: 0.8rem;
}
#schedule .c_link:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}

#intro {
  padding: 0px 0 45px;
  background-image: url(../images/intro_bg.jpg);
  background-repeat: no-repeat;
  background-position: 95% 100%;
  background-size: 47%;
  margin: 0;
}
#intro p {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
}

#intro_lure {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
}
#intro_lure h3 {
  width: 100%;
  padding: 0;
  margin: 15px 0 0px;
}
#intro_lure h3 + p {
  text-align: right;
}
#intro_lure img {
  width: 100%;
}
#intro_lure #tai, #intro_lure #sawara, #intro_lure #ika, #intro_lure #magochi {
  margin-bottom: 50px;
  border-bottom: 2px #b7b9cb dotted;
}
#intro_lure h3:before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: sub;
  margin-right: 10px;
}
#intro_lure h3.tai:before {
  background-image: url("../images/icon_tai.svg");
}
#intro_lure h3.sawara:before {
  background-image: url("../images/icon_fish.svg");
}
#intro_lure h3.ika:before {
  background-image: url("../images/icon_ika.svg");
}
#intro_lure h3.magochi:before {
  background-image: url("../images/icon_magochi.svg");
}
#intro_lure h3.tako:before {
  background-image: url("../images/icon_tako.svg");
}
#intro_lure p {
  line-height: 1.8;
  margin-bottom: 20px;
}
#intro_lure h5 {
  width: 100%;
  color: #1e2071;
  font-size: 1.2em;
  margin-bottom: 0px;
  padding-bottom: 1%;
}
#intro_lure ul {
  border: 1px solid #aaa;
  background-color: #f2f2f2;
  padding: 20px;
  list-style: inside;
}
#intro_lure .photolist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#intro_lure .photolist img {
  width: 50%;
}

#menu {
  margin: 60px auto 60px;
  background-color: #eeeffa;
  padding: 30px 0;
}
#menu .sns, #menu .tel, #menu .attention, #menu .time {
  max-width: 1000px;
  padding: 0 20px;
}
#menu .sns {
  margin: 0 auto 60px;
}
#menu .sns h3 {
  margin-bottom: 20px;
}
#menu .sns .sns_att {
  width: 90%;
  margin: 0px auto 20px;
  padding: 20px;
  font-size: 0.9rem;
}
#menu .sns ul {
  display: flex;
  max-width: 1000px;
  justify-content: space-around;
  margin: 0 auto;
  flex-wrap: wrap;
}
#menu .sns ul li {
  width: 300px;
  margin: 5px 0 10px;
}
#menu .sns ul li a {
  width: 100%;
  display: block;
  padding: 15px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 24px center;
}
#menu .sns ul li span {
  display: block;
  text-align: center;
  margin: 2px 0;
  font-size: 0.8rem;
}
#menu .sns ul .line a {
  background-color: #06c755;
  border: 2px solid #06c755;
  background-image: url(../images/sns/line.png);
  color: #fff;
  background-size: 28px;
}
#menu .sns ul .instagram a {
  background-color: #fff;
  border: 2px solid #f8480b;
  background-image: url(../images/sns/instagram.png);
  background-size: 25px;
  color: #222;
}
#menu .sns ul .sms a {
  background-color: #fff;
  border: 2px solid #33a004;
  background-image: url(../images/sns/sms.png);
  background-size: 25px;
  color: #222;
}
#menu .tel {
  margin: 0 auto;
}
#menu .tel span {
  font-size: 2.6rem;
  color: #4b4b4b;
  font-weight: bold;
  text-align: right;
  display: block;
}
#menu .tel span img {
  padding-right: 1%;
  display: inline-block;
  width: 40px;
}
#menu .attention, #menu .time {
  margin: 30px auto 0px;
}
#menu .attention a, #menu .time a {
  color: #00c;
  text-decoration: underline;
}
#menu .map_btn {
  width: 50%;
  display: block;
  padding: 15px 0;
  margin: 50px auto 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 24px center;
  background-color: #005bac;
  background-image: url(../images/map.svg);
  background-size: 30px;
  color: #fff;
  font-size: 1.4rem;
}

#access {
  max-width: 1000px;
  margin: 60px auto 60px;
  padding: 0px 20px;
}
#access .truck_bg {
  padding: 0px 0 100px;
  background-image: url(../images/truck.jpg);
  background-repeat: no-repeat;
  background-position: 95% 100%;
  background-size: 50%;
  margin: 0;
}
#access p {
  padding: 10px 0;
}
#access .access_map {
  width: 100%;
}
#access .access_map img {
  width: 100%;
}
#access h4 {
  margin-top: 40px;
}

#media {
  margin: 60px auto 60px;
  background-color: #eeeffa;
  padding: 30px 20px;
}
#media .media_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#media img {
  width: 100%;
}
#media .turivision {
  background-color: #0f218b;
  display: block;
  width: 200px;
  text-align: center;
  margin: 10px auto;
  padding: 20px;
}
#media .turivision img {
  width: 100%;
}
#media .media_detail {
  margin-bottom: 50px;
}
#media .t_link {
  margin: auto 0;
  text-align: center;
  border-radius: 10px;
  background-color: #006;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 7px;
  margin: 10px auto;
  display: block;
  position: relative;
  font-size: 1rem;
  width: 200px;
}
#media .t_link:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
}
#media .show_more {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(238, 239, 250) 70%);
}

#choka {
  margin: 100px 0;
}
#choka #choka_title {
  position: relative;
  font-size: 3rem;
  margin: 10px auto;
  text-align: center;
  padding: 10px 20px;
}
#choka .hr_img {
  text-align: center;
  margin: 0 auto 50px;
  width: 160px;
}
#choka section {
  max-width: 1000px;
  padding: 0 20px;
}
#choka .title {
  margin: 20px 0 50px;
  border-left: 10px solid #121589;
  padding-left: 20px;
}
#choka .more_btn {
  text-align: center;
  width: 100%;
  margin: 80px 0 0;
  font-size: 1.2rem;
}
#choka .more_btn a {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 50%;
  padding: 20px;
  color: #fff;
  background-color: #005bac;
  border-radius: 20px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: none;
  text-decoration: none;
  color: #fff;
  width: 80px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}
#page-top a img {
  width: 100%;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/*-------------
 	Footer
-------------*/
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #006;
  padding: 60px 0;
}
footer ul {
  display: flex;
  margin-bottom: 25px;
  font-size: 32px;
  font-size: 0.9rem;
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: center;
}
footer ul li {
  margin: 5px 8px 0;
}
footer ul li:first-child {
  margin-left: 0;
}
footer ul li:last-child {
  margin-right: 0;
}
footer p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (min-width: 1180px) {
  #nav-open {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .pc {
    display: none;
  }
  header {
    flex-direction: column;
  }
  header h1 {
    width: 110px;
  }
  header nav li:first-child {
    margin: 0px 15px;
  }
  header nav li:last-child {
    margin: 0px 15px;
  }
  #nav-content {
    padding-top: 30px;
    background-color: #005bac;
  }
  #nav-content a {
    display: block;
    padding: 20px 0px;
    font-size: 1em;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
}
@media (max-width: 900px) {
  #menu .map_btn {
    width: 90%;
  }
  #choka .more_btn a {
    width: 90%;
  }
}
@media (max-width: 700px) {
  #intro p {
    font-size: 0.9rem;
  }
  #choka #choka_title {
    font-size: 1.4rem;
  }
  #choka .hr_img {
    width: 130px;
  }
  #choka .title {
    font-size: 1.2rem;
  }
  #choka .choka_detail {
    font-size: 0.9rem;
  }
}
@media (max-width: 600px) {
  #menu h3 {
    font-size: 1.2rem;
  }
  #menu .sns .sns_att {
    width: 100%;
  }
  #menu .tel span {
    font-size: 1.6rem;
  }
  #menu .tel span img {
    padding-right: 2%;
    width: 28px;
  }
}
@media (min-width: 1180px) {
  .sublogo {
    width: 200px;
  }
  #intro_lure img {
    width: 728px;
    text-align: center;
    margin: 0 auto;
  }
  #media img {
    width: 728px;
    text-align: center;
    margin: 0 auto;
  }
  #media p {
    text-align: center;
  }
  #access .truck_bg {
    background-image: none;
  }
}
@media (min-width: 480px) {
  #intro {
    background-image: none;
  }
}