@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

body {
  line-height: 1
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

ol, ul {
  list-style: none
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif
}

button, input, select, textarea {
  font: 99% arial, helvetica, clean, sans-serif
}

table {
  font-size: inherit;
  font: 100%
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%
}

* {
  color: #111;
  font-family: "Noto Serif JP", serif
}

.clear {
  clear: both
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

* html .clearfix {
  height: 1px
}

body {
  background: #fff;
  font-family: 'Noto Serif JP', serif
}

body, html {
  overflow-x: hidden
}

#wapper {
  width: 100%;
  overflow: hidden
}

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

.br-sp {
  display: none
}

@media screen and (max-width:769px) {
  .br-sp {
    display: block
  }
}

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

.cont_subtitle {
  font-size: 25px;
  color: #4777a9;
  line-height: 1.6em
}

.cont_title {
  padding: 100px 0 30px
}

@media screen and (max-width:769px) {
  .cont_title img {
    width: 100%
  }
}

.cont_message {
  color: #4777a9;
  font-size: 18px;
  line-height: 1.9em
}

@media screen and (max-width:769px) {
  .cont_message {
    font-size: 15px
  }
}

.cont_text {
  color: #4d4d4d;
  font-size: 14px
}

@media screen and (max-width:769px) {
  .cont_text {
    font-size: 15px
  }
}

.no-padding {
  padding: 0
}

.cont_title_en_small {
  color: #4777a9;
  font-size: 29px;
  padding: 0 10px 0 0
}

.cont_title_jp_small {
  color: #4777a9;
  font-size: 19px
}

.cont_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%
}

@media screen and (max-width:769px) {
  .cont_inn {
    display: block
  }
}

.tags {
  background: #4777a9;
  height: 17px;
  padding: 3px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

@media screen and (max-width:769px) {
  .tags {
    height: 13px;
    width: 60px;
    font-size: 10px
  }
}

.tags span {
  color: #fff
}

.topimage {
  height: 750px;
  background-size: cover;
  background-position: center center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #7da4fa;
  background-image: url(../../images/topimage@2x.jpeg);
  position: relative
}

@media screen and (max-width:769px) {
  .topimage {
    height: 630px
  }
}

.topimage_text {
  width: 604.5px;
  margin: 0 auto
}

.topimage_text img {
  width: 100%
}

@media screen and (max-width:769px) {
  .topimage_text {
    width: 80%
  }
}

.topimage_scroll_icon {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.topimage_scroll_icon .topimage_scroll_icon_radius {
  width: 18px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.topimage_scroll_icon .topimage_scroll_icon_dot {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  height: 5px;
  background: #fff;
  border-radius: 5px;
  -webkit-animation: mouseScroll .7s cubic-bezier(.7, 0, .3, 1) infinite alternate;
  animation: mouseScroll .7s cubic-bezier(.7, 0, .3, 1) infinite alternate
}

@-webkit-keyframes mouseScroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
  }
}

@keyframes mouseScroll {
  0% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(8px);
    transform: translateX(-50%) translateY(8px)
  }
}

.topimage_scroll_icon .topimage_scroll_icon_arrow {
  width: 72%;
  -webkit-animation: scroll 1.4s cubic-bezier(.7, 0, .3, 1) infinite;
  animation: scroll 1.4s cubic-bezier(.7, 0, .3, 1) infinite
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  25% {
    opacity: 1
  }
  75% {
    -webkit-transform: translateY(.5em);
    transform: translateY(.5em);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
  25% {
    opacity: 1
  }
  75% {
    -webkit-transform: translateY(.5em);
    transform: translateY(.5em);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0
  }
}

.topimage_scroll_icon .topimage_scroll_icon_arrow img {
  width: 100%;
  vertical-align: bottom
}

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

@media screen and (max-width:769px) {
  .topimage_sub {
    display: block
  }
}

.topimage_sub_01 {
  width: 55%;
  background: url(../../images/topimage_sub.png);
  background-size: cover;
  background-position: center center
}

.topimage_sub_01 img {
  width: 100%
}

@media screen and (max-width:769px) {
  .topimage_sub_01 {
    width: 100%;
    background: url(../../images/topimage_sub.jpeg);
    background-size: cover;
    background-position: center center;
    height: 343px
  }
}

.topimage_sub_02 {
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center;
  width: 45%;
  position: relative
}

@media screen and (max-width:769px) {
  .topimage_sub_02 {
    width: 100%
  }
}

.topimage_sub_title {
  padding: 13px 0 15px;
  color: #4777a9;
  font-size: 17px;
  line-height: 2em
}

.topimage_sub_message {
    width: 60%;
    margin: 0 auto;
    font-size: 13px;
    color: #666;
    line-height: 1.8em;
    padding: 0 0 10px;
    /* min-height: 100px; */
    margin-bottom: 25px;
}

.topimage_sub_message:nth-child(2) {
  margin-bottom: 20px;
}

.topimage_sub_message img {
    width: 100%;
}

.topimage_sub_date {
  width: 50%;
  bottom: -20px;
  position: absolute;
  left: 25%
}

.topimage_sub_date img {
  width: 100%
}

.btn_reserve_fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width:769px) {
  .btn_reserve_fixed {
    display: none;
  }
}

.btn_reserve_fixed_sp {
  display: none;
}

@media screen and (max-width:769px) {
  .btn_reserve_fixed_sp {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    z-index: 10;
  }
}

.header_logo_sp {
  display: none;
}

@media screen and (max-width:769px) {
  .header_logo_sp {
    position: absolute;
    top: 9px;
    left: 10px;
    display: block;
  }
}

.sns {
  height: 90px;
  background: #eaeff5;
  padding: 60px 0
}

@media screen and (max-width:769px) {
  .sns {
    height: auto
  }
}

.sns h2 {
  font-size: 40px;
  color: #4777a9;
  padding: 0 0 20px
}

@media screen and (max-width:769px) {
  .sns h2 {
    font-size: 12px
  }
}

@media screen and (max-width:769px) {
  .sns_text h2 img {
    width: 50px
  }
}

.sns_text_sub {
  font-size: 14px;
  color: #666
}

.sns_icon {
  padding: 0 0 0 70px;
  color: #4777a9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:769px) {
  .sns_icon {
    padding: 20px 0 0
  }
}

.sns_icon a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sns_icon a p {
  font-size: 17px;
  letter-spacing: .04em;
  color: #4777a9
}

.sns_icon a img {
  width: 32px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.cont_about {
  padding: 0 0 0
}

@media screen and (max-width:769px) {
  .cont_about {
    padding: 0
  }
}

.cont_about_text .cont_text {
  padding: 50px 30px 0 0;
  line-height: 2em
}

@media screen and (max-width:769px) {
  .cont_about_text .cont_text {
    padding: 20px 0
  }
}

@media screen and (max-width:769px) {
  .cont_about_text h2 img {
    width: 235px
  }
}

@media screen and (max-width:769px) {
  .cont_about_pict img {
    width: 100%
  }
}

.cont_about_photo {
  background: url(../../images/pict_about.jpeg);
  height: 400px;
  margin: 100px 0 0;
  position: relative;
  background-size: cover;
  background-position: center center
}

@media screen and (max-width:769px) {
  .cont_about_photo {
    height: 230px
  }
}

.cont_about_photo p {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 180px
}

@media screen and (max-width:769px) {
  .cont_about_photo p {
    left: 10%
  }
}

.cont_renderingimages {
  padding-bottom: 100px;
}

@media screen and (max-width:769px) {
  .cont_renderingimages {
    padding: 0
  }
}

@media screen and (max-width:769px) {
  .cont_renderingimages .cont_renderingimages_text h2 img {
    width: 151px
  }
}

.cont_renderingimages .cont_renderingimages_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:769px) {
  .cont_renderingimages .cont_renderingimages_text {
    display: block
  }
}

.cont_renderingimages .cont_renderingimages_text .cont_message {
  padding: 100px 0 30px 70px
}

@media screen and (max-width:769px) {
  .cont_renderingimages .cont_renderingimages_text .cont_message {
    padding: 0
  }
}

.cont_large_images_slider {
  position: relative;
  margin: 60px 0 150px;
}

.cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item {
  max-width: 839px;
  width: 69%;
  margin: 0 60px;
}

@media screen and (max-width:1200px) {
  .cont_large_images_slider {
    position: relative;
    margin: 40px 0 50px;
  }

  .cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item {
    margin: 0 5%
  }
}

.cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item .cont_large_images_slider_item_image img {
  width: 100%;
  vertical-align: bottom
}

.cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item .cont_large_images_slider_item_main {
  width: 100%;
  max-width: 70%;
  margin-top: 30px
}

@media screen and (max-width:1200px) {
  .cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item .cont_large_images_slider_item_main {
    max-width: 424px
  }
}

@media screen and (max-width:769px) {
  .cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item .cont_large_images_slider_item_main {
    margin-top: 25px
  }
}

.cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item .cont_large_images_slider_item_main .slide_item_main_title p {
  font-size: 18px;
  line-height: 1.38;
  letter-spacing: .1em;
  color: #4777a9
}

@media screen and (max-width:769px) {
  .cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item .cont_large_images_slider_item_main .slide_item_main_title p {
    font-size: 15px
  }
}

.cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item .cont_large_images_slider_item_main .slide_item_main_txt {
  margin-top: 30px
}

@media screen and (max-width:769px) {
  .cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item .cont_large_images_slider_item_main .slide_item_main_txt {
    margin-top: 15px
  }
}

.cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item .cont_large_images_slider_item_main .slide_item_main_txt p {
  font-size: 13px;
  color: #666;
  line-height: 1.76;
  letter-spacing: .04em
}

@media screen and (max-width:769px) {
  .cont_large_images_slider .cont_large_images_slider_wrapper .cont_large_images_slider_item .cont_large_images_slider_item_main .slide_item_main_txt p {
    font-size: 11px
  }
}

.cont_large_images_slider .swiper-arrow-next, .cont_large_images_slider .swiper-arrow-prev {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  width: 18px;
  top: 255px;
}

@media screen and (max-width:1200px) {
  .cont_large_images_slider .swiper-arrow-next, .cont_large_images_slider .swiper-arrow-prev {
    width: 1.5%;
    top: calc(220 / 1200 * 100vw)
  }
}

@media screen and (max-width:769px) {
  .cont_large_images_slider .swiper-arrow-next, .cont_large_images_slider .swiper-arrow-prev {
    width: 8px;
    top: calc(70 / 375 * 100vw)
  }
}

.cont_large_images_slider .swiper-arrow-next img, .cont_large_images_slider .swiper-arrow-prev img {
  width: 100%;
  vertical-align: bottom
}

.cont_large_images_slider .swiper-arrow-prev {
  left: calc(((100% - 839px)/ 2) - 70px)
}

@media screen and (max-width:1200px) {
  .cont_large_images_slider .swiper-arrow-prev {
    left: 9%
  }
}

.cont_large_images_slider .swiper-arrow-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: calc(((100% - 839px)/ 2) - 70px)
}

@media screen and (max-width:1200px) {
  .cont_large_images_slider .swiper-arrow-next {
    right: 9%
  }
}

.cont_access .cont_inn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media screen and (max-width:769px) {
  .cont_access_text h2 img {
    width: 161px
  }
}

.cont_access_map {
  padding: 30px 0 0
}

.cont_access_map img {
  width: 100%
}

.cont_activity {
  padding: 100px 0 0
}

@media screen and (max-width:769px) {
  .cont_activity {
    padding: 0
  }
}

.cont_activity_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:769px) {
  .cont_activity_text {
    display: block
  }
}

@media screen and (max-width:769px) {
  .cont_activity_text h2 img {
    width: 154px
  }
}

.cont_activity_text .cont_message {
  padding: 100px 0 30px 70px
}

@media screen and (max-width:769px) {
  .cont_activity_text .cont_message {
    padding: 0 0 30px
  }
}

.cont_activity_slider .cont_activity_slider_control .slider_control_num {
  display: none!important
}

.cont_activity_slider {
  width: 100%;
  padding: 0 calc(100% - ((100% - 1000px)/ 2) - 300px) 0 calc((100% - 1000px)/ 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:1200px) {
  .cont_activity_slider {
    padding: 0 calc(100% - ((100% - (1000 / 1200 * 100vw))/ 2) - 300px) 0 calc((100% - (1000 / 1200 * 100vw))/ 2)
  }
}

@media screen and (max-width:769px) {
  .cont_activity_slider {
    padding: 0 20px
  }
}

.cont_activity_slider .cont_activity_slider_wrapper .cont_activity_slider_item {
  max-width: 300px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 50px
}

@media screen and (max-width:769px) {
  .cont_activity_slider .cont_activity_slider_wrapper .cont_activity_slider_item {
    width: 100%;
    margin-right: 20px
  }
}

.cont_activity_slider .cont_activity_slider_wrapper .cont_activity_slider_item:last-of-type {
  margin-right: 1px
}

@media screen and (max-width:769px) {
  .cont_activity_slider .cont_activity_slider_wrapper .cont_activity_slider_item:last-of-type {
    margin-right: 35px
  }
}

.cont_activity_slider .cont_activity_slider_wrapper .cont_activity_slider_item .cont_activity_slider_item_image img {
  width: 100%;
  vertical-align: bottom
}

.cont_activity_slider .cont_activity_slider_wrapper .cont_activity_slider_item .cont_activity_slider_item_image_txt {
  margin-top: 15px
}

@media screen and (max-width:769px) {
  .cont_activity_slider .cont_activity_slider_wrapper .cont_activity_slider_item .cont_activity_slider_item_image_txt {
    margin-top: 15px
  }
}

.cont_activity_slider .cont_activity_slider_wrapper .cont_activity_slider_item .cont_activity_slider_item_image_txt p {
  font-size: 14px;
  line-height: 1.38;
  letter-spacing: .1em;
  color: #4777a9
}

@media screen and (max-width:769px) {
  .cont_activity_slider .cont_activity_slider_wrapper .cont_activity_slider_item .cont_activity_slider_item_image_txt p {
    font-size: 11px
  }
}

.cont_activity_slider .cont_activity_slider_control {
  max-width: 1000px;
  width: 100%;
  margin: 35px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:769px) {
  .cont_activity_slider .cont_activity_slider_control {
    margin: 20px auto 0
  }
}

.cont_activity_slider .cont_activity_slider_control .slider_control_next_button, .cont_activity_slider .cont_activity_slider_control .slider_control_prev_button {
  width: 30px;
  cursor: pointer
}

@media screen and (max-width:769px) {
  .cont_activity_slider .cont_activity_slider_control .slider_control_next_button, .cont_activity_slider .cont_activity_slider_control .slider_control_prev_button {
    width: 25px
  }
}

.cont_activity_slider .cont_activity_slider_control .slider_control_next_button img, .cont_activity_slider .cont_activity_slider_control .slider_control_prev_button img {
  width: 100%;
  vertical-align: bottom
}

.cont_activity_slider .cont_activity_slider_control .slider_control_prev_button {
  margin-right: 15px
}

@media screen and (max-width:769px) {
  .cont_activity_slider .cont_activity_slider_control .slider_control_prev_button {
    margin-right: 10px
  }
}

.cont_activity_slider .cont_activity_slider_control .slider_control_next_button {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 15px
}

@media screen and (max-width:769px) {
  .cont_activity_slider .cont_activity_slider_control .slider_control_next_button {
    margin-left: 10px
  }
}

.cont_activity_slider .cont_activity_slider_control .slider_control_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4777a9;
  font-size: 17px;
  letter-spacing: .14em
}

@media screen and (max-width:769px) {
  .cont_activity_slider .cont_activity_slider_control .slider_control_num {
    font-size: 15px
  }
}

.cont_activity_slider .cont_activity_slider_control .slider_control_num * {
  color: currentColor
}

.cont_offseason {
  padding: 200px 0 0
}

.offseason_headline {
  background: url(../../images/pict_offseason.jpeg);
  background-size: cover;
  margin: 0 auto 50px auto;
  padding-bottom: 40px;
  max-width: 1200px;
}

@media screen and (max-width:769px) {
  .offseason_headline {
    margin-top: 100px;
  }
}

.cont_message_offseason {
    color: #fff;
}


@media screen and (max-width:769px) {
  .cont_offseason {
    padding: 0
  }
}

.cont_offseason_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:769px) {
  .cont_offseason_text {
    display: block
  }
}

@media screen and (max-width:769px) {
  .cont_offseason_text h2 img {
    width: 161px
  }
}

.cont_offseason p {
  padding: 100px 0 30px 70px;
  line-height: 1.6em
}

@media screen and (max-width:769px) {
  .cont_offseason p {
    padding: 0
  }
}

.cont_offseason_graph_text p {
  padding: 0 0 20px;
  line-height: 2em;
  font-size: 17px;
  color: #666
}

@media screen and (max-width:769px) {
  .cont_offseason_graph_text p {
    font-size: 15px
  }
}

.cont_offseason_graph_text p.cont_subtitle {
  font-size: 25px;
  color: #4777a9
}

@media screen and (max-width:769px) {
  .cont_offseason_graph_text p.cont_subtitle {
    font-size: 22px;
    padding: 20px 0;
    line-height: 1.6em
  }
}

.cont_offseason_graph {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:769px) {
  .cont_offseason_graph {
    display: block
  }
}

.cont_offseason_graph_text {
  width: 40%
}

@media screen and (max-width:769px) {
  .cont_offseason_graph_text {
    width: 100%
  }
}

.cont_offseason_graph_graph {
  width: 55%
}

@media screen and (max-width:769px) {
  .cont_offseason_graph_graph {
    width: 100%
  }
}

.cont_offseason_graph_graph img {
  width: 100%
}

.cont_offseason_photo {
  background: url(../../images/pict_offseason.jpeg);
  background-size: cover;
  background-position: center center;
  height: 350px;
  margin: 50px 0
}

.cont_diving_title {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cont_diving_title h2 {
  padding: 0 30px 0 0
}

@media screen and (max-width:769px) {
  .cont_diving_title h2 img {
    width: 124px
  }
}

.cont_diving_image {
  margin: 30px 0 0
}

.cont_diving_image_01 {
  width: 100%;
  background: url(../../images/pict_diving_01.jpeg);
  background-size: cover;
  background-position: center;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.cont_diving_image_01 p {
  color: #fff;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 30px;
  line-height: 2em;
  font-size: 20px
}

@media screen and (max-width:769px) {
  .cont_diving_image_01 p {
    font-size: 20px
  }
}

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

.cont_diving_image_02_01 {
  width: 33%;
  background: url(../../images/pict_diving_02.jpeg);
  background-size: cover;
  background-position: center center;
  height: 150px
}

.cont_diving_image_02_02 {
  width: 33%;
  background: url(../../images/pict_diving_03.jpeg);
  background-size: cover;
  background-position: center center;
  height: 150px;
  width: 33%
}

.cont_diving_image_02_03 {
  width: 34%;
  background: url(../../images/pict_diving_04.jpeg);
  background-size: cover;
  background-position: center center;
  height: 150px
}

.cont_diving_text p {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2em;
  padding: 30px 0 0;
  font-size: 15px;
  color: #4777a9
}

.cont_surfing_title {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cont_surfing_title h2 {
  padding: 0 30px 0 0
}

@media screen and (max-width:769px) {
  .cont_surfing h2 img {
    width: 122px
  }
}

.cont_surfing_image {
  margin: 30px 0 0;
  width: 100%;
  background: url(../../images/pict_surfing.jpeg);
  background-size: cover;
  background-position: center center;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.cont_surfing_text p {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2em;
  padding: 30px 0 0;
  font-size: 15px;
  color: #4777a9
}

.cont_whaleWatching_title {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:769px) {
  .cont_whaleWatching_title {
    display: block
  }
}

.cont_whaleWatching_title h2 {
  padding: 0 30px 0 0
}

@media screen and (max-width:769px) {
  .cont_whaleWatching_title h2 {
    padding: 0 0 10px
  }
}

@media screen and (max-width:769px) {
  .cont_whaleWatching_title h2 img {
    width: 267px
  }
}

.cont_whaleWatching_image {
  margin: 30px 0 0;
  width: 100%;
  background: url(../../images/pict_whoel.jpeg);
  background-size: cover;
  background-position: center center;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.cont_whaleWatching_text p {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2em;
  padding: 30px 0 0;
  font-size: 15px;
  color: #4777a9
}

.cont_golf_title {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cont_golf_title h2 {
  padding: 0 30px 0 0
}

@media screen and (max-width:769px) {
  .cont_golf_title h2 img {
    width: 84px
  }
}

.cont_golf_image {
  margin: 30px 0 0;
  width: 100%;
  background: url(../../images/pict_golf.jpeg);
  background-size: cover;
  background-position: center center;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.cont_golf_text p {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 2em;
  padding: 30px 0 0;
  font-size: 15px;
  color: #4777a9
}

.cont_price_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 200px 0 0;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto
}

@media screen and (max-width:769px) {
  .cont_price_inn {
    display: block;
    padding: 100px 0 0
  }
}

.cont_price_text h2 {
  padding: 0
}

.cont_price_text {
  width: 300px
}

@media screen and (max-width:769px) {
  .cont_price_text h2 img {
    width: 83px
  }
}

@media screen and (max-width:769px) {
  .cont_price_table {
    width: 100%;
    overflow-x: scroll;
  }
}

.cont_price_table .dltable {
  width: 100%;
  min-width: 500px
}

/* @media screen and (max-width:769px) {
  .cont_price_table .dltable {
    min-width: 300px
  }
} */

.dltable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-align: center;
  font-size: 15px;
  line-height: 1.4em;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.dltable dl dd:last-child {
  border-bottom: none
}

.dltable dt {
  padding: 10px 0;
  color: #333
}

.dltable dd {
  padding: 13px 0;
  color: #666
}

.row1 {
  width: 20%
}

.row2 {
  text-align: left;
  width: 40%
}

.row3, .row4 {
  width: 20%
}

dl.nb {
  border: 0
}

dl.border {
  border-top: 2px solid #4777a9
}

dl.border dd {
  color: #4777a9;
  font-weight: 700
}

dl.border dd.row3, dl.border dd.row4 {
  color: #666;
  font-weight: 100
}

.cont_gallery {
  padding: 100px 0 100px 0;
}

@media screen and (max-width:769px) {
  .cont_gallery {
    padding: 0 0 100px 0;
  }
}

.cont_gallery_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:769px) {
  .cont_gallery_text {
    display: block
  }
}

.cont_gallery_text p {
  padding: 100px 0 30px 70px
}

@media screen and (max-width:769px) {
  .cont_gallery_text p {
    padding: 0 0 30px
  }
}

@media screen and (max-width:769px) {
  .cont_gallery_text h2 img {
    width: 201px
  }
}

.cont_gallery_slide {
  margin: 0 auto;
  width: 80%
}

.cont_gallery_slide img {
  width: 100%;
  height: 500px
}

.cont_news {
  text-align: center;
  padding: 0 0 200px
}

@media screen and (max-width:769px) {
  .cont_news {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 50px
  }
}

@media screen and (max-width:769px) {
  .cont_news h2 img {
    width: 94px
  }
}

@media screen and (max-width:769px) {
  .cont_news_pict {
    width: 100%
  }
  .cont_news_pict img {
    width: 100%
  }
}

.cont_message-bottom {
  text-align: center;
  background: url(../../images/pict_message@2x.png);
  background-size: cover;
  background-position: center center
}

@media screen and (max-width:769px) {
  .cont_message-bottom h2 img {
    width: 123px
  }
}

.cont_message-bottom_text p {
  color: #fff;
  font-size: 20px;
  line-height: 2em
}

.cont_message-bottom_text p.logo {
  padding: 50px 0
}

.cont_contact {
  background: #001648;
  text-align: center;
  padding: 100px
}

@media screen and (max-width:769px) {
  .cont_contact {
    padding: 40px
  }
}

.cont_contact_inn {
  background: #fff;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 100px;
  text-align: left
}

@media screen and (max-width:769px) {
  .cont_contact_inn {
    display: block;
    width: auto;
    padding: 40px
  }
}

.cont_contact_text {
  width: 400px
}

@media screen and (max-width:769px) {
  .cont_contact_text {
    width: auto
  }
}

.cont_contact_text p {
  padding: 40px 0 0;
  font-size: 14px;
  line-height: 2em;
  color: #001648
}

@media screen and (max-width:769px) {
  .cont_contact_text h2 img {
    width: 134px
  }
}

.cont_contact_form {
  width: 95%;
  padding: 0 0 0 5%
}

@media screen and (max-width:769px) {
  .cont_contact_form {
    padding: 30px 0 0;
    width: 100%
  }
}

.cont_contact_form dl dt {
  font-weight: 700;
  color: #001648;
  padding: 0 0 5px 0
}

.cont_contact_form dl dt span {
  color: #fff;
  background: #ff918e;
  font-size: 10px;
  padding: 1px 5px 1px;
  margin: 0 8px;
  border-radius: 2px
}

.cont_contact_form dl dd {
  padding: 0 0 10px 0
}

.cont_contact_form dl dd input, .cont_contact_form dl dd textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 30px;
  width: 100%;
  background: #fff;
  font-size: 15px;
  margin: 3px 0 10px;
  padding: 0 10px;
  color: #666
}

.cont_contact_form dl dd textarea {
  height: 100px;
  padding: 10px
}

::-webkit-input-placeholder {
  color: #a8a8a8
}

::-moz-placeholder {
  color: #a8a8a8
}

:-ms-input-placeholder {
  color: #a8a8a8
}

::-ms-input-placeholder {
  color: #a8a8a8
}

::placeholder {
  color: #a8a8a8
}

.form_btn {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: block;
  background: #9c7b00;
  color: #fff;
  font-size: 15px;
  border: 0;
  font-weight: 700;
  font-family: "Noto Serif JP", serif
}

footer {
  background: #1d1d1d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0
}

.footer_inn {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:769px) {
  .footer_inn {
    display: block
  }
}

.footer_company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media screen and (max-width:769px) {
  .footer_company {
    display: block
  }
}

.footer_company_logo {
  padding: 0 20px 0 0
}

@media screen and (max-width:769px) {
  .footer_company_logo {
    padding: 0 0 20px
  }
}

.footer_company_address p {
  color: #fff;
  font-family: Noto;
  line-height: 2em;
  font-size: 13px
}

.footer_copyright {
  color: #626262;
  font-size: 10px;
  padding: 30px 0 0
}

@media screen and (max-width:769px) {
  .footer_copyright {
    padding: 10px 0 30px
  }
}

.footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_menu li {
  color: #fff;
  padding: 15px 0 0 50px;
  font-size: 15px;
}

@media screen and (max-width:769px) {
  .footer_menu li {
    padding: 10px 0 0 0;
    font-size: 10px;
  }
}

.footer_menu .link_top {
  background: url(../../images/icon_btt@2x.png);
  background-repeat: no-repeat;
  padding-left: 23px;
  padding-right: 0;
  margin-left: 50px;
}

@media screen and (max-width:769px) {
  .footer_menu .link_top {
    background-size: 7px;
    margin-left: 4px;
    padding-left: 14px;
  }
}

.footer_link {
	list-style: none;
	color: #fff;
	border-bottom: none;
	float: left;
  text-decoration: none;
}

.footer_sns {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 40px 0 50px
}

.footer_sns .sns_item {
  padding: 0 0 0 20px
}

.insta_list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 50px 0 130px;
}

@media screen and (max-width:769px) {
  .insta_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 40px 0 50px;
  }
}

.insta_list li {
  width: 30%;
  margin: 0 25px 25px 0;
}

.insta_list a {
  display: block;
}

.insta_list img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width:769px) {
  .insta_list li {
    width: 100%;
    margin: 0 0 10px;
  }
  .insta_list img{
    width: 100%;
  }
}
