@charset "UTF-8";
@import url(style2.css);
@import url("https://fonts.googleapis.com/css?family=Caveat:400,700");
/* テーマカラー */
/* ベンダプレフィックス */
.pc-none {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .sp-none {
    display: none !important;
  }
}

/* navi fix */
#headbar {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  z-index: 1000 !important;
  background-color: #0076D1;
  color: white;
  height: 75px;
  color: #FFF;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #headbar {
    display: none !important;
  }
}

.global-nav-fix a {
  color: #FFF;
}

.global-nav-fix ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.global-nav-fix li {
  position: relative;
}

.btn-reserve-fix a {
  display: block;
  background-color: #F8D300;
  padding: 15px 30px 10px 50px;
  height: 75px;
  color: #0076D1;
  font-weight: bold;
  line-height: 1.6em;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.btn-reserve-fix a:hover {
  background-color: #FFF;
}

.btn-reserve-fix a::before {
  position: absolute;
  content: "\f0e0";
  font-family: 'FontAwesome';
  left: 12%;
  top: 35%;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn-reserve-sp a {
  display: block;
  border-radius: 10px;
  background: #F8D300;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0076D1 !important;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

.global-nav-fix li::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.global-nav-fix li:hover::after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .l-header {
    background: #FFF;
    position: fixed;
    z-index: 100;
    height: 70px;
    width: 100%;
  }
}

.h-tel {
  line-height: 1.7em;
}

.logo-header img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1024px) {
  .logo-header img {
    max-width: 230px;
  }
}

#header-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 1000px;
  margin: 0 auto 35px;
  padding-top: 20px;
}

@media screen and (max-width: 1024px) {
  #header-inner {
    width: 100%;
    margin: 0;
    padding-left: 10px;
  }
}

.h-tel dd {
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #0076D1;
  position: relative;
  padding-left: 20px;
}

.h-tel dt {
  text-align: right;
}

.h-tel .txt-time {
  text-align: right;
  margin-top: 5px;
}

.h-tel dd::before {
  position: absolute;
  content: "\f095";
  font-family: 'FontAwesome';
  left: 0px;
  top: 10%;
  font-size: 20px;
}

.btn-reserve a {
  background: #F8D300;
  display: block;
  border-radius: 10px;
  padding: 12px 20px 10px;
  color: #0076D1;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  line-height: 1.3em;
  cursor: pointer;
}

.btn-reserve a:hover {
  background: #0076D1;
  color: #FFF;
}

.btn-reserve a:hover i {
  color: #0076D1;
}

.btn-reserve a span {
  font-size: 14px;
  font-size: 1.4rem;
}

.btn-reserve .res-icon {
  display: block;
  width: 45px;
  height: 45px;
  background: #FFF;
  border-radius: 45px;
  border: 1px solid #0076D1;
  margin-left: 10px;
  text-align: center;
  padding-top: 8px;
}

.btn-reserve .res-icon i:hover {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}

.global-nav {
  width: 100%;
  background: #0076D1;
}

.nav-primary {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.nav-primary a {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3em;
  display: block;
  height: 40px;
}

.nav-primary li {
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  border-right: 1px dotted #FFF;
  cursor: pointer;
}

.nav-primary li:first-child {
  border-left: 1px dotted #FFF;
}

.nav-primary li {
  position: relative;
}

.nav-primary li::after {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FFF;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-primary li:hover::after {
  width: 80%;
}

.nav-primary li#nav03 a,
.nav-primary li#nav04 a,
.nav-primary li#nav05 a,
.nav-primary li#nav06 a,
.nav-primary li#nav07 a {
  padding-top: 10px;
}

.nav-primary li span {
  position: absolute;
  top: -60px;
  left: 50%;
  margin-left: -25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.nav-primary li:hover span {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .l-content {
    padding-top: 70px;
  }
}

#top-pickup {
  color: #FFF;
  padding: 60px 0 0;
  background: url(images/wave_btm.png) left bottom repeat-x #0076D1;
  margin-bottom: 70px;
  margin-top: -1px;
}

@media screen and (max-width: 1024px) {
  #top-pickup {
    padding: 30px 0 0;
  }
}

#top-pickup h2 {
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 31px;
  font-size: 3.1rem;
  margin-bottom: 60px;
  line-height: 1.1em;
}

@media screen and (max-width: 1024px) {
  #top-pickup h2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

#top-pickup h2 span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold !important;
}

.txt-slide {
  position: absolute;
  z-index: 100;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -60px;
  color: #FFF;
  background: url(images/slide_txt.png) left top no-repeat;
  width: 458px;
  height: 120px;
  text-indent: -9000px;
}

@media screen and (max-width: 1024px) {
  .txt-slide {
    text-indent: inherit;
    background: none;
    text-align: center;
    margin-left: 0;
    top: 45%;
    left: 0;
    width: inherit;
    height: inherit;
    text-shadow: 1px 1px 1px #000;
    margin-top: 0;
  }
}

.bg-sea {
  background: url(images/bg_sea.png) center top no-repeat;
  padding-bottom: 140px;
}

@media screen and (max-width: 1024px) {
  .bg-sea {
    background: none;
    padding-bottom: 70px;
  }
}

.bg-sea02 {
  background: url(images/bg_sea02.png) center top no-repeat;
}

@media screen and (max-width: 1024px) {
  .bg-sea02 {
    background: none;
  }
}

.fb-wrap {
  width: 470px;
}

@media screen and (max-width: 1024px) {
  .fb-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}

.fb-wrap h2 {
  font-family: "Lato", sans-serif;
  font-size: 31px;
  font-size: 3.1rem;
  color: #0076D1;
  font-weight: 300;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .fb-wrap h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.fb-wrap h2 span {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .fb-wrap h2 span {
    padding-left: 10px;
  }
}

.fb-wrap #ppwj_acba1f45-4820-42ae-8458-00bdf42988eb_footer {
  display: none;
}

.today-sea {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  color: #0076D1;
  font-weight: 300;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .today-sea {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.today-sea span {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .today-sea span {
    padding-left: 10px;
  }
}

.c-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

.c-row--between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .c-row--between {
    display: block;
  }
}

.c-row {
  width: 1000px;
}

@media screen and (max-width: 1024px) {
  .c-row {
    width: 100%;
    padding: 0 10px;
  }
}

/*.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}*/
.section--info {
  width: 475px;
}

@media screen and (max-width: 1024px) {
  .section--info {
    width: 100%;
  }
}

.section--info__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.thumbnail {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.thumbnail:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.thumbnail span {
  display: block;
  overflow: hidden;
  width: 180px;
  height: 130px;
}

@media screen and (max-width: 1024px) {
  .thumbnail span {
    width: 100px;
    height: 80px;
  }
}


.list-info, .widget__posts {
  width: 100%;
  margin-bottom: 20px;
}

.list-info ul, .widget__posts ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  list-style: none;
}

.list-info li, .widget__posts li {
  margin-bottom: 15px;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.list-info a, .widget__posts a {
  text-decoration: none;
  color: #000000;
  transition: 0.8s;
}

.list-info__thumb {
  width: 180px;
  height: 130px;
  overflow: hidden;
  transition: 0.8s;
  margin-right: 20px;
  border-radius: 10px;
  -webkit-flex: 0 0 180px;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  width: 180px;
}

@media screen and (max-width: 1024px) {
  .list-info__thumb {
    width: 100px;
    height: 80px;
    overflow: hidden;
    margin-right: 20px;
    border-radius: 10px;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

/*
.list-info a:hover img {
    -webkit-transform: scale(1.1);
}
.thumbnail:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


*/
list-info a:hover .list-info__thumb a:hover, .widget__posts a:hover .list-info__thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.top-tit, .fb-bx h2 {
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  color: #0076D1;
  font-weight: 200;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.btn-base, .btn-list a {
  background: #0076D1;
  border-radius: 22px;
  padding: 15px 30px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
}

.btn-arrow, .btn-list a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: #FFF;
  padding-left: .3em;
}

.tit-top-news {
  position: relative;
}

.tit-top-news h2 {
  font-family: "Lato", sans-serif;
  font-size: 31px;
  font-size: 3.1rem;
  color: #0076D1;
  font-weight: 300;
  border-bottom: 1px dotted #CCC;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .tit-top-news h2 {
    font-size: 25px;
    font-size: 2.5rem;
    padding-bottom: 10px;
  }
}

.tit-top-news h2 span {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 20px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .tit-top-news h2 span {
    padding-left: 10px;
  }
}

.tit-top-news #btntop-news {
  position: absolute;
  right: 0;
  top: 10px;
}

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

.btn-more a {
  background: #0076D1;
  border-radius: 22px;
  padding: 15px 30px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .btn-more a {
    padding: 15px 25px;
  }
}

.btn-more a::after {
  content: "\f105";
  font-family: 'FontAwesome';
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  color: #FFF;
  padding-left: .3em;
}

.btn-more a:hover {
  background: #FFAA17;
}

@media screen and (max-width: 1024px) {
  .list-info__main p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 1024px) {
  .list-info ul li:nth-child(4),
  .list-info ul li:nth-child(5),
  .list-info ul li:nth-child(6),
  .list-info ul li:nth-child(7),
  .list-info ul li:nth-child(8),
  .list-info ul li:nth-child(9),
  .list-info ul li:nth-child(10) {
    display: none;
  }
}

.list-info__main dd {
  font-weight: bold;
}

.list-info__main dt {
  color: #636363;
}

.wave-warp {
  background: url(images/wave_mid.png) center top repeat-x;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .wave-warp {
    background: url(images/wave_mid02.png) center top repeat-x;
  }
}

.wave-mid {
  background: url(images/wave_btm.png) center 420px repeat-x;
}

@media screen and (max-width: 768px) {
  .wave-mid {
    background: url(images/wave_btm.png) center 190px repeat-x;
  }
}

#pageplugin {
  width: 500px;
}

@media screen and (max-width: 1024px) {
  #pageplugin {
    width: 100%;
    padding: 0 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.fb-bx{
	width:50%;
}

.fb-bx h2 {
  color: #FFF;
  border-bottom: none;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.fb-bx{
		width:100%;
	}
	
  .fb-bx h2 {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .weather-box {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .bnr-topside {
    padding: 0 10px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
}

.bnr-topside ul {
  list-style: none;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .bnr-topside ul {
    margin-top: 20px;
  }
}

.bnr-topside ul li {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .bnr-topside ul li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .bnr-topside img {
    width: 100%;
    height: auto;
  }
}

.fbnr {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .fbnr {
    width: 80%;
  }
}

.l-footer {
  background: url(images/bg_footer.png) center top repeat-x #0076D1;
  margin-top: 100px;
  padding: 40px 0 40px;
  color: #FFF;
}

@media screen and (max-width: 1024px) {
  .l-footer {
    padding: 20px 0;
    margin-top: 50px;
  }
}

.footer-inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .footer-inner {
    width: 100%;
  }
}

.footer-inner ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  line-height: 3.0em;
  border-bottom: 1px solid #70b2e5;
  padding-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .footer-inner ul {
    display: block;
  }
}

.footer-inner ul li {
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: center;
  line-height: 1.4;
  padding: 1em 0;
}

.footer-inner ul li:nth-child(1),
.footer-inner ul li:nth-child(2) {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.footer-inner ul li:nth-child(3),
.footer-inner ul li:nth-child(4) {
  -webkit-flex: 0 0 16%;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
}

.footer-inner ul li:nth-child(5) {
  -webkit-flex: 0 0 16%;
  -ms-flex: 0 0 16%;
  flex: 0 0 16%;
}

.footer-inner ul li:nth-child(6),
.footer-inner ul li:nth-child(7),
.footer-inner ul li:nth-child(9) {
  -webkit-flex: 0 0 12%;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
}

.footer-inner ul li:nth-child(10) {
  -webkit-flex: 0 0 18%;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
}

.fnav a {
  color: #FFF;
  position: relative;
}

.fnav a:hover {
  text-decoration: underline;
}

.fnav a::before {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  left: -10px;
  top: 0%;
  line-height: 1.0em;
}

.btn-fct a {
  background: #FFF;
  border-radius: 26px;
  padding: 15px 20px 15px 33px;
  font-weight: bold;
  text-align: center;
  color: #0076D1;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  display: block;
  opacity: .8;
  width: 200px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .btn-fct a {
    margin-left: auto;
    margin-right: auto;
  }
}

.btn-fct a:hover {
  background: #F8D300;
}

.btn-fct a::after {
  position: absolute;
  content: "\f0e0";
  font-family: 'FontAwesome';
  left: 16%;
  top: 24%;
  font-size: 16px;
  font-size: 1.6rem;
}

.fmail a {
  color: #FFF;
}

.footer-add {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .footer-add {
    display: block;
  }
}

.ficon {
  position: absolute;
  right: 0;
  bottom: -20px;
  display: block;
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .ficon {
    position: inherit;
    text-align: center;
    display: block;
    width: 100%;
  }
}

.fct {
  -webkit-flex: 0 0 52%;
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
}

@media screen and (max-width: 1024px) {
  .fct {
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .flogo {
    margin-top: 30px;
    padding: 0 10px;
    border-top: 1px dotted #7fbbe8;
    padding-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .flogo dt {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .flogo dt img {
    width: 100%;
    max-width: 250px;
  }
}

.flogo dd {
  padding-left: 60px;
}

@media screen and (max-width: 1024px) {
  .flogo dd {
    padding-left: 0px;
    margin-top: 10px;
    text-align: center;
  }
}

.flogo .holiday {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .flogo .holiday {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
}

.flogo .holiday span {
  display: block;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .flogo .holiday span {
    text-align: left;
  }
}

.fct dt {
  border-bottom: 1px dotted #7fbbe8;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .fct dt {
    line-height: 1.4em;
    padding-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.fct dd {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

@media screen and (max-width: 1024px) {
  .fct dd {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

.fct .ftel {
  font-family: "Lato", sans-serif;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 0.7em;
  padding-left: 5px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .fct .ftel {
    margin-bottom: 20px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.fct .ftel a {
  color: #FFF;
}

.fct .ftel span {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 10px;
}

.fct .ffax {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
}

.fct .ffax a {
  color: #FFF;
}

.fct .ffax span {
  font-size: 15px;
  font-size: 1.5rem;
}

.fct .fmail {
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .fct .fmail {
    margin-top: 20px;
  }
}

.ficon a {
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 20px;
}

.ficon a:hover {
  color: #F8D300;
}

.ficon {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.copyright {
  clear: both;
  padding: 14px 0;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  color: #FFFFFF;
  background-color: #2362c7;
}

@media screen and (max-width: 1024px) {
  .copyright {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* セカンド共通 */
#se-tit {
  background: url(images/se_tit.jpg) center top no-repeat;
  background-size: cover;
  height: 220px;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 1024px) {
  #se-tit {
    height: 130px;
  }
}

#se-tit .txt-en {
  font-family: "Caveat", cursive;
}

.title-section,
.title-news,
.title-page {
  font-size: 30px;
  font-size: 3rem;
}

.error404 .title-page{
  text-align: center;
  margin-top: 40px;
  font-family: "Lato", sans-serif;

}



@media screen and (max-width: 1024px) {
  .title-section,
  .title-news,
  .title-page {
    font-size: 20px;
    font-size: 2rem;
  }
}

.txt-en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .txt-en {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.breadcrumb {
  padding-bottom: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

.breadcrumb i {
  padding: 0 .5em;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* お問い合わせ */
.desired{
  margin-bottom: 10px!important;
}

.ct-nav {
  width: 1000px;
  margin: 100px auto 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .ct-nav {
    width: 100%;
    margin-top: 30px;
  }
}

.ct-nav ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ct-nav ul li {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  position: relative;
}

.ct-nav ul li a {
  display: block;
  text-align: center;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 30px 20px 20px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .ct-nav ul li a {
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}

.ct-nav ul li a:hover {
  background: #0076D1;
  color: #FFF;
}

.page-id-72 .ct-nav ul li#ct-activity a {
  background: #0076D1 !important;
  color: #FFF;
}

@media screen and (max-width: 1024px) {
  .page-id-72 .ct-nav ul li#ct-activity a {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .page-id-72 .ct-nav ul li#ct-contact a:hover {
    margin-right: 10px;
  }
}

.page-id-72 .ct-nav .icon-check {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}

.blue-sec {
  color: #FFF;
  background: url(images/wave_btm.png) left bottom repeat-x #0076D1;
  padding-bottom: 100px;
  padding-top: 30px;
}

.form-required {
  color: #F8D300;
}

.error-msg {
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 30px;
}

.mw_wp_form .error {
  padding-left: 10px;
  padding-top: 3px;
}

.mw_wp_form {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .mw_wp_form {
    width: 100%;
    padding: 0 10px;
  }
}

.mw_wp_form dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: flex-start;
  -ms-flex-flow: flex-start;
  flex-flow: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .mw_wp_form dl {
    display: block;
  }
}

.mw_wp_form dt {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: right;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .mw_wp_form dt {
    margin-right: 0;
    text-align: left;
  }
}

.page-id-75 .mw_wp_form dt,
.page-id-161 .mw_wp_form dt {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
}

.mw_wp_form .tel{
  width: 200px;
}

.mw_wp_form dd {
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.mw_wp_form input[type="text"], .mw_wp_form input[type="email"], .mw_wp_form input[type="tel"], .mw_wp_form textarea {
  max-width: 500px;
}

@media screen and (max-width: 1024px) {
  .mw_wp_form input[type="text"], .mw_wp_form input[type="email"], .mw_wp_form input[type="tel"], .mw_wp_form textarea {
    max-width: 100%;
  }
}

.mw_wp_form select {
  padding: 10px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
}

.zip-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.pref-wrap p {
  margin-bottom: 10px;
}

.entry-day {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .entry-day {
    height: 90px;
  }
}

.entry-day .year,
.entry-day .month,
.entry-day .day {
  width: 70px;
  margin: 0 5px;
}

.entry-day .pt8 {
  position: relative;
  top: inherit;
  left: inherit;
}

.page-id-72 .entry-day .pt3, 
.page-id-72 .entry-day .pt5, 
.page-id-72 .entry-day .pt7, 
.page-id-72 .entry-day .pt9{
  margin-top: 10px;
} 

@media screen and (max-width: 1024px) {
  .entry-day .pt9 {
    position: absolute;
    top: 50px;
    left: 140px;
  }
}

@media screen and (max-width: 1024px) {
  .entry-day .pt8 {
    position: absolute;
    top: 50px;
    left: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .car-txt {
    display: block;
  }
}


.otona,
.kodomo,
.gakunen {
  width: 70px;
  margin-bottom: 10px;
}

.form-send input {
  background: #F8D300;
  border-radius: 10px;
  padding: 25px;
  color: #0076D1;
  font-weight: bold;
  width: 400px;
  font-size: 17px;
  font-size: 1.7rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 40px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .form-send input {
    width: 80%;
  }
}

.form-send input:hover {
  background: #CCC;
}

.page-id-62 .mw_wp_form dl {
  margin-left: 200px;
}

.page-id-62 .blue-sec {
  margin-top: 50px;
}

.txt-thanks {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 50px;
}

.tel-entry {
    background: #FFF;
    border-radius: 10px;
    width: 650px;
    margin: 0 auto 20px;
    color: #0076D1;
    text-align: center;
    padding: 20px;
    color: #BF0000;
    font-size: 16px;
    background: #F8D300;
}


@media screen and (max-width: 1024px) {
.tel-entry {
  width: 95%;
}

  }

.tel-entry dd{
 font-family: "Lato", sans-serif;
font-size: 30px;
font-size: 3rem;
font-weight: bold;
color: #0076D1;
position: relative;
padding-left: 20px;
width: 230px;
margin: 0 auto;



}

.tel-entry dd::after{
position: absolute;
content: "\f095";
font-family: 'FontAwesome';
left: 0px;
top: 20%;
font-size: 20px;
}



/*　お問い合わせ */
.page-id-158 .ct-nav ul li#ct-contact a {
  background: #0076D1 !important;
  color: #FFF;
}

@media screen and (max-width: 1024px) {
  .page-id-158 .ct-nav ul li#ct-contact a {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .page-id-158 .ct-nav ul li#ct-activity a:hover {
    margin-left: 10px;
  }
}

.page-id-158 .ct-nav .icon-check {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -20px;
}

.today-txt {
  margin-left: .5em;
}

.ampm {
  margin-left: .5em;
}

/*　アクセス */
.blwave {
  color: #000 !important;
}

.blwave::before {
  content: url(images/lb_wave.png) !important;
}

.blwave::after {
  content: url(images/lb_wave.png) !important;
}

.route-sec {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .route-sec {
    display: block;
  }
}

.text-route {
  -webkit-flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .text-route {
    margin-right: 0px;
    margin-bottom: 100px;
    display: block;
  }
}

.text-route dt span{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
}

.route-end {
  margin-right: 0;
}

.route-end-cate {
  background: #0076D1;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 10px;
  padding: 20px;
}


@media screen and (max-width: 1024px) {
  .route-end-cate {
    display: none;
  }
}

.route-end-cate span{
  display: block;
  font-size: 14px;
  font-style: 1.4rem;
}

.train-att{
  display: none;
}

@media screen and (max-width: 1024px) {
.train-att{
  margin-bottom: 20px;
  display: block;
}
}

.text-route .two-spot {
  margin-top: 30px !important;
}

.text-route .two-road {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}

.text-route .one-spot {
  margin-top: 65px !important;
}

.text-route .one-road {
  margin-top: 55px !important;
  margin-bottom: 60px !important;
}

.text-route dt {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 1024px) {
  .text-route dt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.text-route ul {
  margin: 0 0 0px 20px;
  padding-top: 5px;
  list-style: none;
  border-left: 3px solid #CCC;
  height: 400px;
}

@media screen and (max-width: 1024px) {
  .text-route ul {
    height: auto !important;
  }
}

.text-route .road::before {
  margin-bottom: -3px;
  padding: 8px 8px 8px 0px;
  content: "\f1b9";
  font-family: 'FontAwesome';
}

.text-route li::before {
  display: inline-block;
  border-radius: 50%;
}

.text-route li {
  padding-left: 20px;
}

.text-route .end {
  display: none;
}

@media screen and (max-width: 1024px) {
  .text-route .end {
    display: inherit;
    background: #0076D1;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    padding: 20px;
    margin-left: -22px;
    margin-top: 10px;
  }
}

.text-route .spot {
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 10px;
  padding: 10px;
  margin-left: -23px;
  padding-left: 40px;
}

.text-route .road {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
}

.tr-title {
  font-weight: bold;
  display: block;
}

.tr-time::before {
  content: "\f238";
  font-family: 'FontAwesome';
  margin-right: .5em;
}

.tr-station {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.link-access {
  text-align: center;
  margin-top: 30px;
}

.link-access dt {
  font-size: 16px;
  font-size: 1.6rem;
}

.link-access dd {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .link-access img {
    width: 100%;
    max-width: 350px;
  }
}

.end-plane {
  background: #0076D1;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  font-size: 17px;
  font-size: 1.7rem;
  margin-left: -22px;
}

#plane-sec .spot {
  background: #f2f2f2;
  border: none;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  #plane-sec .spot {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#plane-sec .text-route .icon-rese::before{

}

#plane-sec dt {
  text-align: left;
  padding-left: 40px;
}

.icon-rese::before {
    margin-bottom: -3px;
padding: 8px 8px 8px 0px;
content: "\f1b9"!important;
font-family: 'FontAwesome'!important;

}

#train-sec ul {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 160px;
}

@media screen and (max-width: 1024px) {
  #train-sec ul {
    height: auto;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  #train-sec .end {
    margin-top: 20px;
  }
}

#plane-sec ul {
  height: 200px;
}

#plane-sec .text-route .road::before {
  content: "\f072";
}

#plane-box dt {
  background: none;
  font-weight: normal;
  margin-bottom: 0;
}

#plane-box dl {
  text-align: center;
  padding-top: 20px;
}

#plane-box dt {
  text-align: center;
}

.tel-plane {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
}

.tel-plane::before {
  content: "\f095";
  font-family: 'FontAwesome';
  font-size: 19px;
  font-size: 1.9rem;
  margin-right: .2em;
}

.tel-plane a:hover {
  color: #000;
}

#plane-box .link-access dd {
  margin-top: 0;
}

a[href^="tel:"] {
  cursor: default;
}

.map-upper {
  background: #0076D1;
  text-align: center;
  color: #FFF;
  border-radius: 10px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .map-upper {
    width: 80%;
  }
}

.map-upper dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .map-upper dt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.map-upper dd span {
  display: inline-block;
  padding-left: .5em;
}

@media screen and (max-width: 1024px) {
  .map-upper dd span {
    display: block;
    padding-left: 0;
  }
}

.icon-sq::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-color: #0076D1 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  z-index: 0;
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

/*　生き物図鑑 */
.item-list {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .item-list {
    margin-top: 10px;
  }
}

.item-list ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

@media screen and (max-width: 1024px) {
  .item-list ul {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.item-list ul li {
  -webkit-flex: 0 0 310px;
  -ms-flex: 0 0 310px;
  flex: 0 0 310px;
  width: 310px;
  margin-right: 35px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .item-list ul li {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    width: 48%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

.item-image img {
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  .item-image img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }
}

.item-list ul li:nth-child(3n),
.item-list ul li:nth-child(6n),
.item-list ul li:nth-child(9n) {
  margin-right: 0;
}

.item-list .btn-more {
  margin-top: 40px;
}

.tit-cate, .tit-cate-wh {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #0076D1;
  position: relative;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .tit-cate, .tit-cate-wh {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.tit-cate::after, .tit-cate-wh::after {
  display: block;
  content: "";
  height: 1px;
  width: 70px;
  position: absolute;
  bottom: -5px;
  background: #0076D1;
  left: 50%;
  margin-left: -35px;
}

.detail-bx {
  width: 250px;
  background: #FFF;
  text-align: center;
  position: relative;
  margin-top: -20px;
  border-top: 3px solid #0076D1;
  padding: 10px;
  margin-left: 25px;
}

@media screen and (max-width: 1024px) {
  .detail-bx {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

.detail-bx dd {
  margin-top: 20px;
  text-align: left;
}

.detail-bx .btn-more {
  margin-top: 30px;
}

.tit-detail {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0076D1;
  position: relative;
  line-height: 1.4em;
}

@media screen and (max-width: 1024px) {
  .tit-detail {
    position: inherit;
    line-height: 1.5em;
  }
}

.tit-detail::after {
  display: block;
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: -10px;
  background: #0076D1;
  left: 50%;
  margin-left: -25px;
}

.item-image {
  overflow: hidden;
  width: 300px;
  height: 200px;
}

@media screen and (max-width: 1024px) {
  .item-image {
    width: 100%;
    height: auto;
  }
}

.item-image img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.item-image img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.cl-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  background: #FFF;
}

@media screen and (max-width: 1024px) {
  .cl-wrap {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cl-wrap div {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .cl-wrap div {
    display: block;
    width: 100%;
  }
}

.tit-cl {
  text-align: center;
}

.tit-cl .txt-life {
  display: block;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .tit-cl .txt-life {
    font-size: 20px;
    font-size: 2rem;
  }
}

.tit-cl .txt-connec {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  top: 20px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tit-cl .txt-connec {
    font-size: 20px;
    font-size: 2rem;
  }
}

.tit-cl .btn-more {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .tit-cl .btn-more {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}

.tit-cl .btn-more a {
  padding: 20px 40px;
  border-radius: 28px;
}

.tit-cl .btn-more a:hover {
  background: #666 !important;
}

@media screen and (max-width: 1024px) {
  .tit-cl img {
    width: 50px;
  }
}

#land-sec .tit-cl {
  color: #5D3900;
}

#land-sec .tit-cl a {
  background-color: #5D3900;
}

#sea-sec .tit-cl {
  color: #0076D1;
}

#sky-sec .tit-cl {
  color: #6BACE8;
}

#sky-sec .tit-cl a {
  background-color: #6BACE8;
}

#sea-sec {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.pic-cl {
  width: 500px;
  height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .pic-cl {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .pic-cl img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.pic-cl img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

@media screen and (max-width: 1024px) {
  .pic-cl img:hover {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}

/*.col-land, 
.term-land .tit-detail{
  color: $color-land;
}

.col-land::after{
  background: $color-land;
}
*/
.item-detail {
  color: #FFF;
}

.item-detail h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
}

.item-detail h3 span {
  display: block;
}

.item-detail dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px dotted #d6d6d6;
}

.item-detail dt,
.item-detail dd {
  display: table-cell;
  text-align: left;
}

.item-detail dt {
  width: 24%;
}

@media only screen and (min-width: 1024px) {
  .item-detail {
    float: right;
    width: 465px;
  }
}

.tit-name {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .tit-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.colle-exp {
  margin-bottom: 10px;
}

.series-name {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  color: #FFF;
  margin-bottom: 40px;
  border-bottom: 1px dotted #0076D1;
  margin-top: 20px;
  background: #0076D1;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
}

.series-name::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-color: #0076D1 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
  z-index: 0;
}

.tit-series {
  text-align: center;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px dotted #FFF;
  margin-bottom: 30px;
  padding-bottom: 10px;
}


#land .tit-series, 
#sky .tit-series{
  display: none;
}


/*　輪つなぎ荘通信 */
.list-column {
  width: 1000px;
  margin: 40px auto 0;
}

@media screen and (max-width: 1024px) {
  .list-column {
    width: 100%;
    padding: 0 10px;
  }
}

.list-column a:hover {
  color: #000;
}

@media screen and (max-width: 1024px) {
  .list-column p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}

.list-column img {
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  .list-column img {
    max-width: 100%;
  }
}

.list-column ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 1024px) {
  .list-column ul {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.list-column ul li {
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 300px;
  margin-right: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .list-column ul li {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    width: 48%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

.list-column ul li:nth-child(3n),
.list-column ul li:nth-child(6n),
.list-column ul li:nth-child(9n) {
  margin-right: 0;
}

.list-column__thumb {
  overflow: hidden;
  width: 300px;
  height: 200px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .list-column__thumb {
    width: 100%;
    height: auto;
  }
}

.list-column__thumb img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;*/
}

@media screen and (max-width: 1024px) {
  .list-column__thumb img {
    width: 100%;
    height: auto;
  }
}

.list-column__thumb img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.t-year {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.list-column a:hover {
  background: #000;
}

.list-column dt {
  background: #FFF;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  border: 2px solid #0076D1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #0076D1;
  line-height: 1.0em;
  padding-top: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Lato", sans-serif;
  margin-top: -40px;
  position: relative;
}

.list-column dd {
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .list-column dd {
    line-height: 1.5em;
  }
}

.btn-list a {
  color: #0076D1;
  background: #F8D300;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  border-radius: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .btn-list a {
    width: 70%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn-list a:hover {
  background: #0076D1;
  color: #FFF;
}

.btn-list a:after {
  color: #0076D1;
}

.btn-list a:hover::after {
  color: #FFF;
}

/*　お知らせ */
.list-archive {
  margin-top: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #CCC;
  padding-bottom: 40px;
}

.list-archive .thumb {
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 300px;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .list-archive .thumb {
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    width: 40%;
    margin-right: 20px;
  }
}

.list-archive .thumb img {
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  .list-archive .thumb img {
    max-width: 100%;
  }
}

.post-date {
  color: #0076D1;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
}

.post-date .n-year {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 5px;
}

.post-date .n-month,
.post-date .n-day {
  font-size: 22px;
  font-size: 2.2rem;
}

.thumb {
  width: 300px;
  height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .thumb {
    width: inherit;
    height: auto;
    overflow: hidden;
  }
}

.thumb img {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.thumb img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.post-title {
  position: relative;
  display: inline-block;
}

.post-title {
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .post-title {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.post-title a {
  display: block;
  text-decoration: none;
}

.post-title::after {
  width: 100%;
  background: #E0F0FF;
  height: 7px;
  content: "";
  display: inline-block;
  position: relative;
  bottom: 29px;
  z-index: -1;
}

.title-post {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.post__share {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .post__share {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.post__share ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  padding-left: 20px;
}

@media screen and (max-width: 1024px) {
  .post__share ul {
    padding-left: 0;
  }
}

.post__share li {
  margin: 0 15px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  .post__share li {
    margin: 0 20px;
  }
}

.post__share li a {
  color: #0076D1;
}

.post__share li a:hover {
  color: #F8D300;
}

.post__share p {
  font-family: "Lato", sans-serif;
}

@media screen and (max-width: 1024px) {
  .post__share p {
    margin-bottom: 10px;
  }
}

/* リンク集 */
.link-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  color: #FFF;
}

@media screen and (max-width: 1024px) {
  .link-wrap {
    display: block;
  }
}

.link-wrap a {
  color: #FFF;
}

.link-wrap dt {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .link-wrap dt {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.link-wrap dt a {
  text-decoration: underline;
}

.link-wrap dt::before {
  position: absolute;
  content: "\f108";
  font-family: 'FontAwesome';
  left: 0px;
  top: -10%;
  font-size: 20px;
  color: #FFF;
}

.link-wrap dd {
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.category-news .l-main,
.archive .l-main {
  width: 1000px;
}

@media screen and (max-width: 1024px) {
  .category-news .l-main,
  .archive .l-main {
    width: 100%;
  }
}

/*動画でみるスノーケルセンター */
.wave-sec {
  background: url(images/wave_mid.png) center top repeat-x;
  padding-top: 70px;
  margin-top: 60px;
}

@media screen and (max-width: 1024px) {
  .wave-sec {
    padding-top: 30px;
    margin-top: 30px;
  }
}

.wave-sec-inner {
  background: url(images/wave_btm.png) center bottom repeat-x #0076D1;
  padding-bottom: 70px;
}

.tit-cate-wh {
  color: #FFF;
  margin-bottom: 40px;
  margin-top: 40px;
}

.tit-cate-wh-sq {
  background: #FFF;
  width: 40%;
  margin: 40px auto 0;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #0076D1;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tit-cate-wh-sq {
    width: 100%;
  }
}

.tit-cate-wh-sq::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

.tit-cate-wh::after {
  display: block;
  content: "";
  height: 1px;
  width: 70px;
  position: absolute;
  bottom: -5px;
  background: #FFF;
  left: 50%;
  margin-left: -35px;
}

#youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-wrap {
  width: 800px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 1024px) {
  .youtube-wrap {
    width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  #youtube-wrapper {
    width: 90%;
  }
}

#youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*　体験学習 */
.tit-cate-wave br{
  display: block;
}


.tit-cate-wave {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 20px;
}

.tit-cate-wave br{
  display: none;
}



@media screen and (max-width: 1024px) {
  .tit-cate-wave {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.tit-cate-wave::before {
  content: url(images/l_wave.png);
  display: inline-block;
  position: relative;
  width: 47px;
  margin-right: 1em;
  top: -5px;
}

.tit-cate-wave::after {
  content: url(images/l_wave.png);
  display: inline-block;
  position: relative;
  width: 47px;
  margin-left: 1em;
  top: -5px;
}

.item-carousel-wrap .slick-track {
  /*@include flexbox();
  @include justify-content(center);
  @include align-items(center);
  background: #f2f2f2;*/
}



.list-activity ul {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 1024px) {
  .list-activity ul {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.list-activity ul li {
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 300px;
  margin-right: 45px;
  margin-bottom: 50px;
}

.list-activity ul li:nth-child(3), 
.list-activity ul li:nth-child(6), 
.list-activity ul li:nth-child(9), 
.list-activity ul li:nth-child(12){
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .list-activity ul li {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    width: 48%;
    margin-right: 0px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .list-archive p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}

.txt-detail-bx {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .txt-detail-bx {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5em;
  }
}

.txt-detail-bx .btn-more {
  margin-top: 20px;
}

.av-info-exp {
  margin-top: 50px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 1024px) {
  .av-info-exp {
    border: none;
  }
}

.av-info-exp dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .av-info-exp dl {
    display: block;
  }
}

.av-info-exp dt {
  background: #EDF6FF;
  width: 280px;
  border-bottom: 1px dotted #CCC;
  padding: 15px 30px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .av-info-exp dt {
    width: 100%;
    border-bottom: none;
  }
}

.av-info-exp dd {
  border-bottom: 1px dotted #CCC;
  padding: 15px 30px;
  width: 720px;
}

@media screen and (max-width: 1024px) {
  .av-info-exp dd {
    width: 100%;
    border-bottom: none;
  }
}

.av-info-exp dl:last-child dt,
.av-info-exp dl:last-child dd {
  border-bottom: none;
}

/* スノーケルセンターの魅力 */
.about-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .about-box {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .about-pic img {
    width: 100%;
  }
}

.about-txt {
  background: url(images/cl_blue.png) center 30px no-repeat;
  height: 400px;
  padding-top: 20px;
}

@media screen and (max-width: 1024px) {
  .about-txt {
    height: auto;
    background: none;
  }
}

.wave-sec .about-txt {
  background: url(images/cl_white.png) center 30px no-repeat;
}

@media screen and (max-width: 1024px) {
  .wave-sec .about-txt {
    height: auto;
    background: none;
  }
}

.patt-bl {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.patt-bl div {
  color: #FFF;
}

.patt-bl .about-point {
  color: #FFF;
}

.patt-bl .about-point dd::after,
.patt-bl .about-point dd::before {
  background: #FFF;
}

.patt-bl .about-exp dt {
  color: #FFF;
  padding: 0;
}

.patt-bl .btn-more {
  margin-top: 30px;
}

.patt-bl .btn-more a {
  background: #F8D300;
  color: #0076D1;
  padding: 20px 40px;
  border-radius: 28px;
  font-size: 16px;
  font-size: 1.6rem;
}

.patt-bl .btn-more a::after {
  color: #0076D1;
}

.patt-bl .btn-more a:hover {
  background: #f2f2f2;
}

.about-box div {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .about-box div {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-point {
  color: #0076D1;
  font-weight: bold;
  font-family: "Caveat", cursive;
  text-align: center;
}

.about-point dt {
  font-size: 30px;
  font-size: 3rem;
  line-height: .5em;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .about-point dt {
    margin-top: 30px;
  }
}

.about-point dd {
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.0em;
  padding-right: 10px;
}

@media screen and (max-width: 1024px) {
  .about-point dd {
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.about-point dd::after {
  background: #0076D1;
  position: relative;
  display: inline-block;
  content: "";
  height: 35px;
  width: 2px;
  left: 25px;
  transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  top: 4px;
}

.about-point dd::before {
  background: #0076D1;
  position: relative;
  display: inline-block;
  content: "";
  height: 35px;
  width: 2px;
  right: 15px;
  transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  top: 4px;
}

.about-exp dt {
  color: #0076D1;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5em;
}

@media screen and (max-width: 1024px) {
  .about-exp dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.about-exp dd {
  padding: 0 20px;
  font-size: 17px;
  font-size: 1.7rem;
}

.f-bk {
  color: #323232;
}

.company-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .company-box {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .company-box img {
    width: 100%;
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pic-company {
  -webkit-flex: 1 1 45%;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  width: 45%;
}

@media screen and (max-width: 1024px) {
  .pic-company {
    text-align: center;
    width: 100%;
  }
}

.txt-company {
  -webkit-flex: 1 1 55%;
  -ms-flex: 1 1 55%;
  flex: 1 1 55%;
  width: 55%;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .txt-company {
    display: block;
    width: 100%;
  }
}

.txt-company dl {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .txt-company dl {
    display: block;
    width: 100%;
  }
}

.txt-company dt {
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  width: 20%;
}

@media screen and (max-width: 1024px) {
  .txt-company dt {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    font-weight: bold;
  }
}

.txt-company dd {
  -webkit-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .txt-company dd {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
  }
}

.map-kannai {
  margin: 50px 0 0;
}

.map-kannai img {
  width: 100%;
}

/*　山陰海岸国立公園 */
.park-sec {
  background: url(images/bg_park.png) center bottom no-repeat;
  background-size: cover;
  text-shadow: 0.5px 0.5px 0px #FFF;
  padding: 40px 0 440px;
  line-height: 2.5em;
}

@media screen and (max-width: 1024px) {
  .park-sec {
    background-size: contain;
    padding-bottom: 100px;
    line-height: inherit;
  }
}

#park-wave {
  margin-top: -20px;
}

.tit-wh {
  color: #FFF;
  background: url(images/bg_park02.png) center top no-repeat;
  padding: 10px 0 30px;
}

@media screen and (max-width: 1024px) {
  .tit-wh {
    background-size: 80%;
    background-position: center 90%;
  }
}

.tit-wh::after {
  background-color: #FFF;
  bottom: 15px;
}

.hl-box {
  background: #FFF;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .hl-box {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hl-box .btn-more {
  margin-top: 20px;
}

.hl-box div {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .hl-box div {
    width: 100%;
  }
}

.txt-hl-exp {
  padding: 0 50px;
}

@media screen and (max-width: 1024px) {
  .txt-hl-exp {
    padding: 0 10px;
  }
}

.txt-hl {
  /*padding: 0 50px;*/
}

@media screen and (max-width: 1024px) {
  .txt-hl {
    padding: 20px 20px 30px 20px;
  }
}

.txt-hl dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  padding: 0 50px;
}

@media screen and (max-width: 1024px) {
  .txt-hl dl {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1024px) {
  .txt-hl dl {
    margin-bottom: 10px;
  }
}

.txt-hl dd {
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  padding-top: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 1024px) {
  .txt-hl dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.pic-hl img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .pic-hl img {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    width: 100%;
  }
}

.patt-hl {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.patt-hl .pic-hl img {
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .patt-hl .pic-hl img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0px;
  }
}

#gmap-wrap {
  margin-bottom: 80px;
}

.gm-style-iw dt {
  font-weight: bold;
  margin-bottom: 5px;
}

#takenohama, 
#nekozaki, 
#hasakari, 
#doumon, 
#uhiryumon{
  padding-top: 100px;
  margin-top: -100px;
}




/* search */
.txt-search {
  text-align: center;
  width: 100%;
}

.list-column .btn-more {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.list-column .btn-more a:hover {
  background: #F8D300;
  color: #FFF;
}



.error404 .btn-more {
  margin-top: 60px;
}

/*プライバシー */
.privacy-wrap dt{
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15px;
}

.privacy-wrap dd{
  margin-left: 0;
}

.privacy-wrap dl{
  margin-bottom: 30px;

}

.privacy-wrap ul li{
  list-style: none;
}

.privacy-contact{
  margin-top: 15px;
}

.privacy-contact dt{
  margin-bottom: 5px;
  font-size: 14px;
}

.privacy-contact dl{
  margin-bottom: 0;

}


/* swiper */
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  top: -40px;
  height: 0;
}

@media screen and (max-width: 1024px) {
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    top: -25px;
  }
}

/*　Slick */
.slick-slider {
  min-width: 1000px;
}

@media screen and (max-width: 1024px) {
  .slick-slider {
    min-width: 100%;
  }
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

/* drawer */
.drawer-toggle.drawer-hamburger {
  display: none;
  background: #FFF;
}

@media screen and (max-width: 1024px) {
  .drawer-toggle.drawer-hamburger {
    display: inherit !important;
  }
}

.drawer-nav a {
  color: #FFF;
  display: block;
  padding: 15px 10px;
  border-bottom: 1px dotted #70b2e5;
}

.drawer-nav ul li {
  position: relative;
}

.drawer-nav ul li::after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  right: 5%;
  top: 27%;
  color: #FFF;
}

.drawer-nav ul li:last-child:after {
  display: none;
}

.drawer-nav ul li:last-child a {
  border-bottom: none;
}

/* slider */
.main-visual {
  max-height: 800px;
  overflow: hidden;
}

.main-visual img {
  width: 100%;
  height: auto;
}

.item-slide {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .item-slide {
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .item-slide img {
    width: 100%;
    height: auto;
    max-width: 500px;
  }
}

@media only screen and (min-width: 768px) {
  .item-slide .item-slider {
    margin: auto;
    text-align: center;
  }
  .item-slide .item-pager {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .item-slide {
    float: left;
    width: 500px;
    margin-bottom: 0;
  }
  .item-slide .item-pager {
    text-align: left;
  }
}

.item-slider {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}

.item-slide2 {
  margin: 0 auto 60px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .item-slide2 {
    margin: 0 auto 50px;
  }
}

.item-slide2 ul {
  margin: 0 auto;
}

.item-pager {
  margin-top: 20px;
  overflow: hidden;
}

.item-pager a {
  display: inline-block;
  margin: 0 6px 10px 0;
  opacity: .4;
  cursor: pointer;
}

.item-pager a:nth-child(5n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .item-pager img {
    width: 50px;
  }
}

.item-pager .active {
  opacity: 1;
}

.item-slider2 {
  position: relative;
}

.item-slider2 li {
  margin: 0 30px 30px 0;
}

@media screen and (max-width: 1024px) {
  .item-slider2 li {
    margin: 0 10px;
  }
}

.item-slider2 li img {
	max-width:1000px;
  width: 100%;
  height: auto;
}

.item-slider2 .slick-arrow {
  top: 52%;
}

.fbnr-slide .slick-arrow{
  height: 28px;
  width: 28px;
}

@media only screen and (min-width: 1024px) {
  .item-slider2 .slick-arrow {
    top: 42%;
  }
  .item-slider2 .slick-arrow::before {
    width: 70px;
    height: 70px;
    line-height: 65px;
    font-size: 28px;
    font-size: 2.8rem;
    background: #FFF;
    border: 1px solid #0076D1;
    color: #0076D1;
  }
}

.item-slider2 .slick-prev {
  left: 2%;
}

.item-slider2 .slick-prev::before {
  content: "\f104";
}

@media only screen and (min-width: 1024px) {
  .item-slider2 .slick-prev {
    left: 4%;
  }
}

.item-slider2 .slick-next {
  right: 2%;
}

.item-slider2 .slick-next::before {
  content: "\f105";
}

@media only screen and (min-width: 1024px) {
  .item-slider2 .slick-next {
    right: 4%;
  }
}

.item-carousel-wrap {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .item-carousel-wrap {
    display: block;
  }
}

.item-carousel {
  margin: auto;
}

.item-carousel li {
  margin: 0 4px;
  padding: 10px 0;
  cursor: pointer;
}

.item-carousel li img {
  opacity: .8;
  border: 1px solid transparent;
  width: 90px;
  height: 50px;
}

.item-carousel .slick-current img {
  opacity: 1;
  border-color: #FFFFFF;
}

.item-carousel .slick-arrow {
  top: 30%;
}

.item-carousel .slick-arrow::before {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 27px;
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  transition: 0.4s;
  background: #0076D1 !important;
}

.item-carousel .slick-arrow:hover::before {
  /*background: rgba(255, 255, 255, 0.4);*/
}

.item-carousel .slick-prev {
  left: -50px;
}

.item-carousel .slick-prev::before {
  content: "\f104";
}

.item-carousel .slick-next {
  right: -50px;
}

.item-carousel .slick-next::before {
  content: "\f105";
}

.slick-arrow {
  position: absolute;
  cursor: pointer;
  color: transparent;
  background: none;
  border: none;
  outline: none;
  z-index: 10;
}

.slick-arrow::before {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 27px;
  content: "\f095";
  font-family: 'FontAwesome';
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFFFFF;
  border-radius: 50%;
  transition: 0.4s;
  background: #0076D1;
  position: relative;
}

.slick-arrow:hover::before {
  /*background: #FFAA17;*/
}

/*　プレースフォルダー色変更 */
/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #000; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #000; 
  }

/* Firefox 18- */
:-moz-placeholder {
    color: #000; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #000; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #000; }

/* プログラム参加同意書 */
.button-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #ad2317;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-3::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
}

.button-3:hover {
    background-color: #9d1307;
}

.consent{
	color: #ffffff;
}

/* ----------------------------------

2025.05

---------------------------------- */
@media only screen and (min-width: 1025px) {
  .mark {
    width: 10%;
    position: absolute;
    right: 0;
  }
}

.mark img {
  width: 100px;
  display: block;
  margin: 30px auto 0;
}

@media only screen and (min-width: 1025px) {
  .mark img {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .fct {
    margin-right: 110px;
  }
}

@media only screen and (min-width: 1025px) {
  .ficon {
    width: 100px;
  }
}

.ficon a {
  margin-left: 0;
  margin: 0 10px;
}

@media only screen and (min-width: 1025px) {
  .ficon a {
    margin: 0;
  }
}

