@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
  font-size: 100%;
}
body {
  font-family: "Lato", "Noto Sans JP", "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  color: #333;
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
main {
  width: 70%;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
.for-pc {
  display: block;
}
.for-sp {
  display: none;
}
iframe {
  width: 100%;
}

/* リンクの位置調整 */
.link-anchor {
  position: relative;
  top: -20px;
  display: block;
}

/* IE用object-fit */	
.ofi {
  object-fit: contain;
  font-family: 'object-fit: contain;'
}


/* ヘッダー
------------------------------- */
.header-wrap {
  position: relative;
	width: 30%;
	padding: 0 2%;
}
.header-area {
  position: -webkit-sticky;/*Safari*/
	position: sticky;
  top: 20px;
	padding: 0 0 20px;
}
.header-menubox {
  position: relative;
  margin: 0;
}
.logobox {
  position: relative;
  width: 200px;
  margin: 0 auto 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e9c468;
  z-index: 1;
}
.logoimg {
  width: 100%;
}
.linebk_left {
  position: absolute;
  top: 0;
  left: -30px;
  width: 50%;
  opacity: 0.5;
}
.linebk_right {
  position: absolute;
  top: 150px;
  right: -30px;
  width: 50%;
  opacity: 0.5;
}
.navbox {
  width: 100%;
}
.main-nav {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.main-nav li {
  position: relative;
  padding: 0.4em 1em 0.4em 2.3em;
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}
ul.main-nav li:after,
ul.main-nav li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}
ul.main-nav li:before{
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(157,57,47,0.6);
}
ul.main-nav li:after{
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(9,68,94,1.0);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.main-nav li a {
  position: relative;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  transition: 0.3s;
  color: #2f3554;
}
ul.main-nav li  a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition-duration: .3s;
}
ul.main-nav li a:hover::after{
  width: 100%;
}
.snsbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 0 30px;
}
.snsbox-btn {
  width: auto;
  height: 24px;
  margin: 0 20px 0 0;
  padding: 0;
}
.snsbox-btn:last-child {
  margin: 0;
}
.snsbox-btn:hover {
  opacity: 0.6;
}
.stampbox {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}
.stampimg {
  width: 100%;
}
.copyright {
  font-size: 1em;
  text-align: center;
}


/* ファーストビュー
------------------------------- */
/* メインイメージ */
.topimage_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.top_image {
  margin: 0;
  padding: 0;
}
.top_image img {
  height: 100vh;
  object-fit: cover;
}
.wave {
  position: relative;
  height: 100vh;
}
canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.topimage_txtbox {
  position: absolute;
  top: 10px;
  right: 60px;
  padding: 2em 0.5em 1em;
  margin: 2em 0;
  color: #fff;
  background-color: rgba(157,57,47,0.8);
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  border-radius: 8% 92% 8% 92% / 91% 5% 95% 9%;
}
.topimage_txtbox p {
  font-size: 1.375em;
  line-height: 2.4;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 700;
}
/* スクロール */
.scrolldown {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:#0d6092;
  animation:
  circlemove 1.6s ease-in-out infinite,
  cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
    0%{bottom:45px;}
   100%{bottom:-5px;}
}
@keyframes cirlemovehide{
    0%{opacity:0}
   50%{opacity:1;}
  80%{opacity:0.9;}
100%{opacity:0;}
}
/* 線の描写 */
.scrolldown:after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background:#0d6092;
}

/* 多摩サキ紹介エリア */
.about_area {
  position: relative;
  margin: 0;
  padding: 60px 0 30px;
  background-color: #0A445F;
}
.about_area::after {
  position: absolute;
  left: 0;
  bottom: -35px;
  content: "";
  background-image: url(../images/about_bottom.png);
  display: block;
  width: 100%;
  height: 35px;
  z-index: 1;
}
.about_footarea {
  position: relative;
  margin: 0;
  padding: 60px 0;
  background-color: #0A445F;
}
.about_footarea::before {
  position: absolute;
  top: -35px;
  left: 0;
  content: "";
  background-image: url(../images/about_top.png);
  display: block;
  width: 100%;
  height: 35px;
  z-index: 1;
}
.about_footarea::after {
  position: absolute;
  left: 0;
  bottom: -35px;
  content: "";
  background-image: url(../images/about_bottom.png);
  display: block;
  width: 100%;
  height: 35px;
  z-index: 1;
}
.about_ttlbox {
  width: 100%;
  margin: 0 0 2em;
  padding: 0;
  text-align: center;
  color: #fff;
}
.about_heading {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.about_orange {
  color: #ed624b;
}
.about_beige {
  color: #ccbb9b;
}
.about_subheading {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.about_txt {
  font-size: 1.375em;
  margin: 0 0 20px;
}
.line_qr {
  width: 180px;
  margin: 0 auto;
}
.about_box {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
}
.about_box p {
  margin: 0;
}

/* コンテンツ紹介エリア
------------------------------- */
/* コンテンツベース */
.container {
  margin: 0;
  padding: 60px 8% 140px;
  background-image: url(../images/bg_red02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #a13a31;
}
.content_area {
  margin: 80px 0 0;
  padding: 60px 0 20px;
  background-color: #fff;
  border-radius: 18px;
}
/* 見出しパーツ */
.ttl_box {
  display: flex;
  width: 100%;
  margin: 0 0 2em;
  padding: 2em 2.5em 1em;
  background-color: #0A445F;
}
.ttl_box img {
  width: 60px;
  margin: 0 1em 0 0;
}
.ttl_heading {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}
.ttl_subheading {
  font-size: 1.125em;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

/* クーポン紹介エリア */
.coupon_explanation {
  display: flex;
  padding: 20px 4em 30px;
}
.coupon_explanation img {
  width: 46px;
  margin: 0 1em 0 0;
}
.coupon-wrap {
  padding: 0 2.5em;
}
.method-title {
  height: 58px;
  text-align: center;
  background-image: url(../images/bg_method.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 2em;
}
.method-title h3 {
  padding: 5px 0 0;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
}
.method-title h3::after {
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  background-color: #E2D1BD;
  position: relative;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.method-content {
  display: flex;
  justify-content: center;
  text-align: center;
}
.method-item {
  background-color: #F1EBE1;
  max-width: calc((100% / 4) - 20px);
  margin: 0 10px 20px;
  padding: 20px 10px;
  box-sizing: border-box;
}
.method-item h4 {
  font-family: "Avenir";
  font-size: 1.375em;
}
.method-number {
  font-family: "Avenir";
  font-weight: bold;
  color: #c1ae8a;
  margin: 0 0 0 5px;
  padding: 5px 0 0;
}
.method-item-icon {
  display: flex;
  justify-content: center;
}
.method_img {
  width: 130px;
  margin: 0 0 20px;
}
.method-item p {
  font-size: 0.875em;
  line-height: 1.4;
  text-align: left;  
}
.couponshop-wrap {
  margin: 3em 0 0;
  text-align: center;
}
.couponshop_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0 10px;
}
.couponshop_box {
  max-width: calc((100% / 4) - 20px);
  width: 100%;
  margin: 0 10px 60px;
  padding: 0px;
}
.couponshop_image {
  width: 95%;
  margin: 0 0 10px;
  padding: 6px;
  border-radius: 5px;
  object-fit: contain;
  background-color: #fff;
  box-shadow: 0 3px 16px -4px rgba(10, 68, 95, 0.8);
}
.couponshop_box h4 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  margin: 0 auto 10px;
  padding: 0 0 6px;
  border-bottom: 5px double #b34e40;
}
.couponshop_box h4 span {
  color: #A13A31;
  font-size: 0.875em;
}
.couponshop_box p {
  width: 90%;
  margin: 0 auto 20px;
  padding: 0;
  font-size: 0.875em;
  text-align: left;
}
.couponbtn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 25px;
  border: solid 1px #0a445f;
  outline: none;
  transition: all 0.2s ease;
}
.couponbtn:hover {
  border-color:transparent;	
}
.couponbtn span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 25px;
  color: #0a445f;
  transition: all 0.3s ease;
}
.pushdown:before {
  content:"";
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #0a445f;
}
.pushdown:hover span {
  background-color: #0a445f;
  color: #fff;
  transform: translateY(4px);
}
.coupon-tab {
  margin: 1em 0 0;
  padding: 1em 2em;
  text-align: left;
}
.tab-table {
  display: block;
  width: 100%;
  /*margin: 0 0 15px;
  padding: 0 0 25px;
  border-spacing: 0;
  border-bottom: 1px solid #A13A31;*/
}
.tab-table dt {
  width: 200px;
  text-align: center;
  background-color: #A13A31;
  color: #fff;
  border-radius: 38px;
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 20px;
  padding: 10px 0;
}
.tab-table dd {
  padding: 0;
  line-height: 1.3;
}
.tab-table dd ul, ol {
  padding: 0.5em 0.5em 0.5em 2em;
}
.tab-table dd ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.detail-txt {
  margin-top: 15px;
  color: #A13A31;
  font-weight: 700;
  line-height: 1.5;
}
.nocoupon_box {
  margin: 0 auto;
  padding: 40px 0;
  color: #aaa;
  text-align: center;
}

/* お知らせエリア */
.news_box {
  width: 100%;
  margin: 0 auto 30px;
  padding: 30px 2%;
  background-color: #F1EBE1;
}
.newsboard-box {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.newsboard-box ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.newsboard-box ul li {
  display: inline-block;
  line-height: 1.5;
  margin: 0 6% 0 0;
  padding: 0;
  vertical-align: top;
  list-style-type: none!important;
}
.newsboard-box ul li:last-child {
  margin: 0;
}
.news_introbox {
  width: 300px;
}
.newsintro_image {
  width: 100%;
}
.newsintro_image img {
  width: 300px;
  height: 186px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  object-fit: cover;
}
.news_title {
  font-size: 1em;
  color: #0a445f;
  text-align: left;
  margin: 0 0 0.5em;
}
.news_txtbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_left {
  width: 50%;
  margin: 0;
}
.news_date {
  font-size: 0.875em;
  text-align: left;
}
.news_right {
  width: 50%;
  text-align: right;
}
.news_txt a {
  font-size: 0.875em;
  color: #0a445f;
}
.news_txt a:hover {
  opacity: 0.8;
}


/* クルーズ紹介エリア */
.cruise_explanation {
  display: flex;
  padding: 20px 4em 30px;
}
.cruise_explanation img {
  width: 200px;
  margin: 0 1em 0 0;
}
.cruise-wrap {
  padding: 0 2.5em;
}
.gaiyou_tbl {
  width: 100%;
  margin: -2em 0 0;
  padding: 0 4%;
  border-spacing: 0 2em;
}
.gaiyou_tbl th {
  position: relative;
  text-align: center;
  width: 20%;
  padding: 6px;
  background-color: #A13A31;
  color: #fff;
  border-radius: 18px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
}
.gaiyou_tbl th:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #A13A31;
  position: absolute;
  top: calc(50% - 1px);
  right: -15px;
}
.gaiyou_tbl td {
  text-align: left;
  padding: 0.5em 0 0.5em 2em;
  width: 80%;
}
.cruiseform-wrap {
  margin: 3em 0 0;
  padding: 0 2.5em;
}

/* 六郷渡場フェス紹介エリア */
.festival_explanation {
  display: flex;
  padding: 20px 4em 30px;
}
.festival_explanation img {
  width: 300px;
  margin: 0 1em 0 0;
}
.festival-wrap {
  padding: 0 2.5em;
}
.festivalsub-wrap {
  margin: 3em 0 0;
  padding: 0 2.5em;
}
.preparation {
  width: 60%;
  border: 3px solid #a13a31;
  margin: 2em auto;
  padding: 2em 0.5em;
  border-radius: 0.5em;
  text-align: center;
}
.preparation p {
  color: #a13a31;
}

/* 前回開催時の様子 */
.past-wrap {
  padding: 0 2.5em;
}
.past_box {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 2%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.past_box_innner {
  max-width: calc((100% / 4) - 20px);
  margin: 0 10px 10px;
  padding: 0;
}
.pastbox_img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.btn_box {
  margin: 0 auto 20px;
  text-align: center;
}
.past_btn_box {
  margin: 0 auto 60px;
  text-align: center;
}
.btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 25px;
  border: 1px solid #0a445f;
  outline: none;
  transition: all 0.2s ease;
}
.btn:hover {
  border-color: transparent;	
}
.btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 10px 30px;
  background: #fff;
  border-radius: 25px;
  color: #0a445f;
  transition: all 0.3s ease;
}
.pushdown:before {
  content:"";
  position: absolute;
  z-index: -1;
  top:4px;
  left:0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #0a445f;
}
.pushdown:hover span {
  background-color: #0a445f;
  color: #fff;
  transform: translateY(4px);
}
.btn_end {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 25px;
  background-color: #ccc;
}
.btn_end span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 10px 30px;
  background: #ccc;
  border-radius: 25px;
}

/* 商店街紹介 */
.shoping_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 20px 20px 0;
}
.shoping_box {
  max-width: calc((100% / 3) - 22px);
  width: 100%;
  margin: 0 11px 40px;
  padding: 0 0 16px;
  border-radius: 5px;
}
.shoping_image {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
.shoping_box h3 {
  color: #0a445f;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.2;
  width: 90%;
  margin: 0 auto 10px;
  text-align: center;
}
.shoping_box p {
  margin: 0 auto 20px;
  font-size: 0.875em;
  text-align: left;
}


/* 主催・後援紹介エリア
------------------------------- */
.special_area {
  margin: 0;
  padding: 100px 0 40px;
  background-color: #DDCCAD;
}
.special-wrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 2% 20px;
}
.special-logo {
  width: 100%;
  margin: 0 auto 20px;
}
.special-logo img {
  width: 152px;
}
.special-logo p {
  font-size: 0.875em;
  color: #8B272B;
  margin-top: 0;
}
.special-txt {
  font-size: 0.875em;
}
.special-txt p {
  margin: 0 0 10px;
}
.special-txt p:last-child {
  margin: 0;
}


/* フッター
------------------------------- */


@media only screen and (max-width: 1020px) and (min-width: 768px) {

  /* 共通部分
  ------------------------------- */
  html {
    font-size: 100%;
  }
  body {
    font-family: "Lato", "Noto Sans JP", "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    color: #333;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
  }
  img {
    width: 100%;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  iframe {
    width: 100%;
  }

  /* リンクの位置調整 */
  .link-anchor {
    position: relative;
    top: -20px;
    display: block;
  }

  /* IE用object-fit */	
  .ofi {
    object-fit: contain;
    font-family: 'object-fit: contain;'
  }


  /* ヘッダー
  ------------------------------- */
  .header-wrap {
    position: relative;
    width: 100%;
    padding: 30px 0 0;
  }
  .header-area {
    position: -webkit-sticky;/*Safari*/
    position: sticky;
    top: 20px;
    padding: 0 0 20px;
  }
  .header-menubox {
    position: relative;
    margin: 0;
  }
  .logobox {
    position: relative;
    width: 40%;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e9c468;
    z-index: 1;
  }
  .logoimg {
    width: 100%;
  }
  .linebk_left {
    position: absolute;
    top: 20px;
    left: 0;
    width: 30%;
    opacity: 0.5;
  }
  .linebk_right {
    position: absolute;
    top: 180px;
    right: 0;
    width: 30%;
    opacity: 0.5;
  }
  .navbox {
    width: 100%;
  }
  .main-nav {
    margin: 0 0 30px;
    padding: 0 0 0 30%;
    list-style: none;
  }
  .main-nav li {
    position: relative;
    padding: 0.5em 1em 0.5em 2.3em;
    margin: 0 0 5px;
    font-size: 1em;
    font-weight: bold;
  }
  ul.main-nav li:after,
  ul.main-nav li:before{
    content: "";
    position: absolute;
    border-radius: 50%;
  }
  ul.main-nav li:before{
    top: 1.1em;
    left: 0.7em;
    width: 14px;
    height: 14px;
    background: rgba(157,57,47,0.6);
  }
  ul.main-nav li:after{
    left: 0.2em;
    width: 17px;
    height: 17px;
    background: rgba(9,68,94,1.0);
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  ul.main-nav li a {
    position: relative;
    width: 100%;
    font-size: 1.125em;
    font-weight: 400;
    transition: 0.3s;
    color: #2f3554;
  }
  ul.main-nav li  a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition-duration: .3s;
  }
  ul.main-nav li a:hover::after{
    width: 100%;
  }
  .snsbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 0 30px;
  }
  .snsbox-btn {
    width: auto;
    height: 24px;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .snsbox-btn:last-child {
    margin: 0;
  }
  .snsbox-btn:hover {
    opacity: 0.6;
  }
  .stampbox {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
  }
  .stampimg {
    width: 100%;
  }


  /* ファーストビュー
  ------------------------------- */
  /* メインイメージ */
  .topimage_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .top_image {
    margin: 0;
    padding: 0;
    padding: 0;
  }
  .top_image img {
    height: auto;
    object-fit: contain;
  }
  .wave {
    position: relative;
    height: auto;
  }
  canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .topimage_txtbox {
    position: absolute;
    top: 10px;
    right: 60px;
    padding: 2em 0.5em 1em;
    margin: 2em 0;
    color: #fff;
    background-color: rgba(157,57,47,0.8);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border-radius: 8% 92% 8% 92% / 91% 5% 95% 9%;
  }
  .topimage_txtbox p {
    font-size: 1em;
    line-height: 2.4;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 700;
  }
  /* スクロール */
  .scrolldown {
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#0d6092;
    animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
  }
  @keyframes circlemove{
      0%{bottom:45px;}
    100%{bottom:-5px;}
  }
  @keyframes cirlemovehide{
      0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
  }
  /* 線の描写 */
  .scrolldown:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 50px;
    background:#0d6092;
  }

  /* 多摩サキ紹介エリア */
  .about_area {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 60px 0 30px;
    background-color: #0A445F;
  }
  .about_area::after {
    position: absolute;
    left: 0;
    bottom: -35px;
    content: "";
    background-image: url(../images/about_bottom.png);
    display: block;
    width: 100%;
    height: 35px;
    z-index: 1;
  }
  .about_footarea {
    position: relative;
    margin: 0;
    padding: 60px 0 30px;
    background-color: #0A445F;
  }
  .about_footarea::before {
    position: absolute;
    top: -35px;
    left: 0;
    content: "";
    background-image: url(../images/about_top.png);
    display: block;
    width: 100%;
    height: 35px;
    z-index: 1;
  }
  .about_footarea::after {
    position: absolute;
    left: 0;
    bottom: -35px;
    content: "";
    background-image: url(../images/about_bottom.png);
    display: block;
    width: 100%;
    height: 35px;
    z-index: 1;
  }
  .about_ttlbox {
    width: 100%;
    margin: 0 0 2em;
    padding: 0;
    text-align: center;
    color: #fff;
  }
  .about_heading {
    font-size: 3em;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
  }
  .about_orange {
    color: #ed624b;
  }
  .about_beige {
    color: #ccbb9b;
  }
  .about_subheading {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }
  .about_txt {
    font-size: 1.125em;
    margin: 0 0 20px;
  }
  .line_bnr {
    width: 116px;
    margin: 0 auto;
  }
  .about_box_sp {
    margin: 0;
    padding: 0 14% 0 4%;
    color: #fff;
    font-size: 0.875em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .about_box_sp p {
    margin: 0;
  }

  /* コンテンツ紹介エリア
  ------------------------------- */
  /* コンテンツベース */
  .container {
    margin: 0;
    padding: 30px 6% 140px;
    background-image: url(../images/bg_red02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #a13a31;
  }
  .content_area {
    margin: 80px 0 0;
    padding: 60px 0 20px;
    background-color: #fff;
    border-radius: 18px;
  }
  /* 見出しパーツ */
  .ttl_box {
    display: flex;
    width: 100%;
    margin: 0 0 2em;
    padding: 2em 2.5em 1em;
    background-color: #0A445F;
  }
  .ttl_box img {
    width: 60px;
    margin: 0 1em 0 0;
  }
  .ttl_heading {
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #fff;
  }
  .ttl_subheading {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    color: #fff;
  }

  /* クーポン紹介エリア */
  .coupon_explanation {
    display: flex;
    padding: 20px 2em 30px;
  }
  .coupon_explanation img {
    width: 46px;
    margin: 0 1em 0 0;
  }
  .coupon-wrap {
    padding: 0 1.5em;
  }
  .method-title {
    height: 58px;
    text-align: center;
    background-image: url(../images/bg_method.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 2em;
  }
  .method-title h3 {
    padding: 8px 0 0;
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .method-title h3::after {
    content: "";
    display: block;
    width: 120%;
    height: 1px;
    background-color: #E2D1BD;
    position: relative;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .method-content {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .method-item {
    background-color: #F1EBE1;
    max-width: calc((100% / 4) - 10px);
    margin: 0 5px 20px;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .method-item h4 {
    font-family: "Avenir";
    font-size: 1.375em;
  }
  .method-number {
    font-family: "Avenir";
    font-weight: bold;
    color: #c1ae8a;
    margin: 0 0 0 5px;
    padding: 5px 0 0;
  }
  .method-item-icon {
    display: flex;
    justify-content: center;
  }
  .method_img {
    width: 130px;
    margin: 0 0 20px;
  }
  .method-item p {
    font-size: 0.875em;
    line-height: 1.4;
    text-align: left;  
  }
  .couponshop-wrap {
    margin: 3em 0 0;
    text-align: center;
  }
  .couponshop_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0 10px;
  }
  .couponshop_box {
    max-width: calc((100% / 3) - 20px);
    width: 100%;
    margin: 0 10px 40px;
    padding: 0px;
  }
  .couponshop_image {
    width: 95%;
    margin: 0 0 10px;
    padding: 6px;
    border-radius: 5px;
    object-fit: contain;
    background-color: #fff;
    box-shadow: 0 3px 16px -4px rgba(10, 68, 95, 0.8);
  }
  .couponshop_box h4 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 0 6px;
    border-bottom: 5px double #b34e40;
  }
  .couponshop_box h4 span {
    color: #A13A31;
    font-size: 0.875em;
  }
  .couponshop_box p {
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 0.875em;
    text-align: left;
  }
  .couponbtn {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 25px;
    border: solid 1px #0a445f;
    outline: none;
    transition: all 0.2s ease;
  }
  .couponbtn:hover {
    border-color:transparent;	
  }
  .couponbtn span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 25px;
    color: #0a445f;
    transition: all 0.3s ease;
  }
  .pushdown:before {
    content:"";
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #0a445f;
  }
  .pushdown:hover span {
    background-color: #0a445f;
    color: #fff;
    transform: translateY(4px);
  }
  .coupon-tab {
    margin: 1em 0 0;
    padding: 1em 2em;
    text-align: left;
  }
  .tab-table {
    display: block;
    width: 100%;
    /*margin: 0 0 15px;
    padding: 0 0 25px;
    border-spacing: 0;
    border-bottom: 1px solid #A13A31;*/
  }
  .tab-table dt {
    width: 200px;
    text-align: center;
    background-color: #A13A31;
    color: #fff;
    border-radius: 38px;
    font-size: 1em;
    line-height: 1.6;
    margin: 0 0 10px;
    padding: 10px 0;
  }
  .tab-table dd {
    padding: 0;
    line-height: 1.3;
  }
  .tab-table dd ul, ol {
    padding: 0.5em 0.5em 0.5em 2em;
  }
  .tab-table dd ul li, ol li {
    line-height: 1.5;
    padding: 0.5em 0;
  }  
  .detail-txt {
    margin-top: 15px;
    color: #A13A31;
    font-weight: 700;
    line-height: 1.5;
  }

  /* お知らせエリア */
  .news_box {
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 2%;
  }
  .newsboard-box {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .newsboard-box ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .newsboard-box ul li {
    display: inline-block;
    line-height: 1.5;
    margin: 0 4% 0 0;
    padding: 0;
    vertical-align: top;
    list-style-type: none!important;
  }
  .newsboard-box ul li:last-child {
    margin: 0;
  }
  .news_introbox {
    width: 220px;
  }
  .newsintro_image {
    width: 100%;
  }
  .newsintro_image img {
    width: 220px;
    height: 136px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    object-fit: cover;
  }
  .news_title {
    font-size: 1.125em;
    color: #0a445f;
  }
  .news_txtbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_left {
    width: 100%;
    margin: 0;
  }
  .news_date {
    font-size: 0.875em;
    text-align: left;
  }
  .news_right {
    width: 100%;
    text-align: left;
  }
  .news_txt a {
    font-size: 0.875em;
    color: #0a445f;
  }
  .news_txt a:hover {
    opacity: 0.8;
  }
  

  /* クルーズ紹介エリア */
  .cruise_explanation {
    display: flex;
    padding: 20px 2em 30px;
  }
  .cruise_explanation img {
    width: 200px;
    margin: 0 1em 0 0;
  }
  .cruise-wrap {
    padding: 0 1.5em;
  }
  .gaiyou_tbl {
    width: 100%;
    margin: -2em 0 0;
    padding: 0;
    border-spacing: 0 2em;
  }
  .gaiyou_tbl th {
    position: relative;
    text-align: center;
    width: 25%;
    padding: 6px;
    background-color: #A13A31;
    color: #fff;
    border-radius: 18px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
  }
  .gaiyou_tbl th:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #A13A31;
    position: absolute;
    top: calc(50% - 1px);
    right: -15px;
  }
  .gaiyou_tbl td {
    text-align: left;
    padding: 0.5em 0 0.5em 2em;
    width: 75%;
  }
  .cruiseform-wrap {
    margin: 3em 0 0;
    padding: 0 2.5em;
  }

  /* 六郷渡場フェス紹介エリア */
  .festival_explanation {
    display: flex;
    padding: 20px 2em 30px;
  }
  .festival_explanation img {
    width: 200px;
    margin: 0 1em 0 0;
  }
  .festival-wrap {
    padding: 0 1.5em;
  }
  .festivalsub-wrap {
    margin: 3em 0 0;
    padding: 0 1.5em;
  }
  .preparation {
    width: 60%;
    border: 3px solid #a13a31;
    margin: 2em auto;
    padding: 2em 0.5em;
    border-radius: 0.5em;
    text-align: center;
  }
  .preparation p {
    color: #a13a31;
  }

  /* 前回開催時の様子 */
  .past-wrap {
    padding: 0 1.5em;
  }
  .past_box {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 2%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .past_box_innner {
    max-width: calc((100% / 4) - 20px);
    margin: 0 10px 10px;
    padding: 0;
  }
  .pastbox_img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .btn_box {
    margin: 0 auto 20px;
    text-align: center;
  }
  .past_btn_box {
    margin: 0 auto 60px;
    text-align: center;
  }
  .btn {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 25px;
    border: 1px solid #0a445f;
    outline: none;
    transition: all 0.2s ease;
  }
  .btn:hover {
    border-color: transparent;	
  }
  .btn span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 30px;
    background: #fff;
    border-radius: 25px;
    color: #0a445f;
    transition: all 0.3s ease;
  }
  .pushdown:before {
    content:"";
    position: absolute;
    z-index: -1;
    top:4px;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #0a445f;
  }
  .pushdown:hover span {
    background-color: #0a445f;
    color: #fff;
    transform: translateY(4px);
  }

  /* 商店街紹介 */
  .shoping_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 20px 20px 0;
  }
  .shoping_box {
    max-width: calc((100% / 3) - 22px);
    width: 100%;
    margin: 0 11px 40px;
    padding: 0 0 16px;
    border-radius: 5px;
  }
  .shoping_image {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  }
  .shoping_box h3 {
    color: #0a445f;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .shoping_box p {
    margin: 0 auto 20px;
    font-size: 0.875em;
    text-align: left;
  }

  /* 主催・後援紹介エリア
  ------------------------------- */
  .special_area {
    margin: 0;
    padding: 80px 0 0;
    background-color: #DDCCAD;
  }
  .special-wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 2% 20px;
  }
  .special-logo {
    width: 100%;
    margin: 0 auto 20px;
  }
  .special-logo img {
    width: 152px;
  }
  .special-logo p {
    font-size: 0.875em;
    color: #8B272B;
    margin-top: 0;
  }
  .special-txt {
    font-size: 0.875em;
  }
  .special-txt p {
    margin: 0 0 10px;
  }
  .special-txt p:last-child {
    margin: 0;
  }


  /* フッター
  ------------------------------- */
  .footer-wrap {
    width: 100%;
    background-color: #DDCCAD;
    margin: 0;
    padding: 10px 0 20px;
  }
  .footer-area {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  /* ページトップ */
  #page-top a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    text-transform: uppercase; 
    text-decoration: none;
    transition: all 0.3s;
  }
  #page-top a:hover{
    opacity: 0.8;
  }
  #page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
  }
  #page-top.UpMove{
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  #page-top.DownMove{
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
    from {
      opacity: 1;
    transform: translateY(0);
    }
    to {
      opacity: 1;
    transform: translateY(100px);
    }
  }
}


@media only screen and (max-width: 767px) {

  /* 共通部分
  ------------------------------- */
  html {
    font-size: 100%;
  }
  body {
    font-family: "Lato", "Noto Sans JP", "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.7;
    color: #333;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }
  main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
  }
  img {
    width: 100%;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  iframe {
    width: 100%;
  }

  /* リンクの位置調整 */
  .link-anchor {
    position: relative;
    top: -20px;
    display: block;
  }

  /* IE用object-fit */	
  .ofi {
    object-fit: contain;
    font-family: 'object-fit: contain;'
  }


  /* ヘッダー
  ------------------------------- */
  .header-wrap {
    position: relative;
    width: 100%;
    padding: 30px 0 0;
  }
  .header-area {
    position: -webkit-sticky;/*Safari*/
    position: sticky;
    top: 20px;
    padding: 0 0 20px;
  }
  .header-menubox {
    position: relative;
    margin: 0;
  }
  .logobox {
    position: relative;
    width: 50%;
    margin: 0 auto 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e9c468;
    z-index: 1;
  }
  .logoimg {
    width: 100%;
  }
  .linebk_left {
    position: absolute;
    top: 20px;
    left: 0;
    width: 30%;
    opacity: 0.5;
  }
  .linebk_right {
    position: absolute;
    top: 180px;
    right: 0;
    width: 30%;
    opacity: 0.5;
  }
  .navbox {
    width: 100%;
  }
  .main-nav {
    margin: 0 0 30px;
    padding: 0 0.5em;
    list-style: none;
  }
  .main-nav li {
    position: relative;
    padding: 0.5em 1em 0.5em 2.3em;
    margin: 0 0 5px;
    font-size: 0.875em;
    font-weight: bold;
  }
  ul.main-nav li:after,
  ul.main-nav li:before{
    content: "";
    position: absolute;
    border-radius: 50%;
  }
  ul.main-nav li:before{
    top: 1.1em;
    left: 0.7em;
    width: 14px;
    height: 14px;
    background: rgba(157,57,47,0.6);
  }
  ul.main-nav li:after{
    left: 0.2em;
    width: 17px;
    height: 17px;
    background: rgba(9,68,94,1.0);
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  ul.main-nav li a {
    position: relative;
    width: 100%;
    font-size: 1.125em;
    font-weight: 400;
    transition: 0.3s;
    color: #2f3554;
  }
  ul.main-nav li  a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition-duration: .3s;
  }
  ul.main-nav li a:hover::after{
    width: 100%;
  }
  .snsbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 0 30px;
  }
  .snsbox-btn {
    width: auto;
    height: 24px;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .snsbox-btn:last-child {
    margin: 0;
  }
  .snsbox-btn:hover {
    opacity: 0.6;
  }
  .stampbox {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
  }
  .stampimg {
    width: 100%;
  }


  /* ファーストビュー
  ------------------------------- */
  /* メインイメージ */
  .topimage_box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 300px 0 0;
    text-align: center;
  }
  .top_image {
    margin: 0;
    padding: 0;
    padding: 0 0 25px;
  }
  .top_image img {
    height: auto;
    object-fit: contain;
  }
  .wave {
    position: relative;
    height: auto;
  }
  canvas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .topimage_txtbox {
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
    padding: 2em 1.5em;
    width: 90%;
    color: #fff;
    background-color: rgba(157,57,47,1.0);
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    border-radius: 8% 92% 8% 92% / 91% 5% 95% 9%;
  }
  .topimage_txtbox p {
    font-size: 1em;
    line-height: 2.4;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-weight: 400;
  }
  /* スクロール */
  .scrolldown {
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:#0d6092;
    animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
  }
  @keyframes circlemove{
      0%{bottom:45px;}
    100%{bottom:-5px;}
  }
  @keyframes cirlemovehide{
      0%{opacity:0}
    50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
  }
  /* 線の描写 */
  .scrolldown:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 50px;
    background:#0d6092;
  }

  /* 多摩サキ紹介エリア */
  .about_area {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 20px;
    background-color: #0A445F;
  }
  .about_area::after {
    position: absolute;
    left: 0;
    bottom: -35px;
    content: "";
    background-image: url(../images/about_bottom_sp.png);
    display: block;
    width: 100%;
    height: 35px;
    z-index: 1;
  }
  .about_footarea {
    position: relative;
    margin: 0;
    padding: 30px 0;
    background-color: #0A445F;
  }
  .about_footarea::before {
    position: absolute;
    top: -18px;
    left: 0;
    content: "";
    background-image: url(../images/about_top_sp.png);
    display: block;
    width: 100%;
    height: 18px;
    z-index: 1;
  }
  .about_footarea::after {
    position: absolute;
    left: 0;
    bottom: -33px;
    content: "";
    background-image: url(../images/about_bottom_sp.png);
    display: block;
    width: 100%;
    height: 34px;
    z-index: 1;
  }
  .about_ttlbox {
    width: 100%;
    margin: 0 0 1em;
    padding: 0;
    text-align: center;
    color: #fff;
  }
  .about_heading {
    font-size: 1.625em;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .about_orange {
    color: #ed624b;
  }
  .about_beige {
    color: #ccbb9b;
  }
  .about_subheading {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }
  .about_txt {
    font-size: 0.875em;
    margin: 0 0 20px;
  }
  .line_bnr {
    width: 116px;
    margin: 0 auto;
  }
  .about_box_sp {
    margin: 0;
    padding: 0 28% 0 4%;
    color: #fff;
    font-size: 0.875em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .about_box_sp p {
    margin: 0;
  }


  /* コンテンツ紹介エリア
  ------------------------------- */
  /* コンテンツベース */
  .container {
    margin: 0;
    padding: 30px 6% 140px;
    background-image: url(../images/bg_red02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #a13a31;
  }
  .content_area {
    margin: 40px 0 0;
    padding: 30px 0 20px;
    background-color: #fff;
    border-radius: 18px;
  }
  /* 見出しパーツ */
  .ttl_box {
    display: flex;
    width: 100%;
    margin: 0 0 2em;
    padding: 1em;
    background-color: #0A445F;
  }
  .ttl_box img {
    width: 40px;
    height: 67px;
    margin: 0 1em 0 0;
  }
  .ttl_heading {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #fff;
  }
  .ttl_subheading {
    font-size: 0.875em;
    font-weight: 700;
    margin: 0;
    color: #fff;
  }

  /* クーポン紹介エリア */
  .coupon_explanation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 1em 30px;
  }
  .coupon_explanation img {
    width: 46px;
    margin: 0 auto 20px;
  }
  .coupon-wrap {
    padding: 0 1em;
  }
  .method-title {
    height: 58px;
    text-align: center;
    background-image: url(../images/bg_method.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 2em;
  }
  .method-title h3 {
    padding: 8px 0 0;
    display: inline-block;
    font-size: 1.5em;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .method-title h3::after {
    content: "";
    display: block;
    width: 120%;
    height: 1px;
    background-color: #E2D1BD;
    position: relative;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .method-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
  }
  .method-item {
    background-color: #F1EBE1;
    max-width: calc((100% / 2) - 10px);
    margin: 0 5px 20px;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .method-item h4 {
    font-family: "Avenir";
    font-size: 1.375em;
  }
  .method-number {
    font-family: "Avenir";
    font-weight: bold;
    color: #c1ae8a;
    margin: 0 0 0 5px;
    padding: 5px 0 0;
  }
  .method-item-icon {
    display: flex;
    justify-content: center;
  }
  .method_img {
    width: 130px;
    margin: 0 0 20px;
  }
  .method-item p {
    font-size: 0.875em;
    line-height: 1.4;
    text-align: left;  
  }
  .couponshop-wrap {
    margin: 3em 0 0;
    text-align: center;
  }
  .couponshop_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0 10px;
  }
  .couponshop_box {
    max-width: calc((100% / 2) - 10px);
    width: 100%;
    margin: 0 5px 40px;
    padding: 0px;
  }
  .couponshop_image {
    width: 100%;
    margin: 0 0 10px;
    padding: 4px;
    border-radius: 5px;
    object-fit: contain;
    background-color: #fff;
    box-shadow: 0 3px 10px -4px rgba(10, 68, 95, 0.8);
  }
  .couponshop_box h4 {
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.2;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 0 6px;
    border-bottom: 5px double #b34e40;
  }
  .couponshop_box h4 span {
    color: #A13A31;
    font-size: 0.875em;
  }
  .couponshop_box p {
    width: 90%;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 0.75em;
    text-align: left;
  }
  .couponbtn {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 25px;
    border: solid 1px #0a445f;
    outline: none;
    transition: all 0.2s ease;
  }
  .couponbtn:hover {
    border-color:transparent;	
  }
  .couponbtn span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 20px;
    background: #fff;
    border-radius: 25px;
    font-size: 0.875em;
    color: #0a445f;
    transition: all 0.3s ease;
  }
  .pushdown:before {
    content:"";
    position: absolute;
    z-index: -1;
    top: 4px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #0a445f;
  }
  .pushdown:hover span {
    background-color: #0a445f;
    color: #fff;
    transform: translateY(4px);
  }
  .coupon-tab {
    margin: 1em 0 0;
    padding: 1em;
    text-align: left;
  }
  .tab-table {
    display: block;
    width: 100%;
    /*margin: 0 0 15px;
    padding: 0 0 25px;
    border-spacing: 0;
    border-bottom: 1px solid #A13A31;*/
  }
  .tab-table dt {
    width: 100px;
    text-align: center;
    background-color: #A13A31;
    color: #fff;
    border-radius: 38px;
    font-size: 1em;
    line-height: 1.6;
    margin: 0 0 10px;
    padding: 10px 0;
  }
  .tab-table dd {
    padding: 0;
    font-size: 0.875em;
    line-height: 1.3;
  }
  .tab-table dd ul, ol {
    padding: 0.5em 0.5em 0.5em 2em;
  }
  .tab-table dd ul li, ol li {
    line-height: 1.5;
    padding: 0.5em 0;
  }
  .detail-txt {
    margin: 1em 0 0;
    color: #A13A31;
    font-weight: 400;
    line-height: 1.5;
    font-size: 0.875em;
  }

  /* お知らせエリア */
  .news_box {
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 4%;
  }
  .newsboard-box {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .newsboard-box ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .newsboard-box ul li {
    display: inline-block;
    line-height: 1.5;
    margin: 0 0 60px;
    padding: 0;
    vertical-align: top;
    list-style-type: none!important;
  }
  .newsboard-box ul li:last-child {
    margin: 0;
  }
  .news_introbox {
    width: 100%;
  }
  .newsintro_image {
    width: 100%;
  }
  .newsintro_image img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    object-fit: cover;
  }
  .news_title {
    font-size: 1em;
    color: #0a445f;
  }
  .news_txtbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_left {
    width: 50%;
    margin: 0;
  }
  .news_date {
    font-size: 0.875em;
    text-align: left;
  }
  .news_right {
    width: 50%;
    text-align: right;
  }
  .news_txt a {
    font-size: 0.875em;
    color: #0a445f;
  }
  .news_txt a:hover {
    opacity: 0.8;
  }

  /* クルーズ紹介エリア */
  .cruise_explanation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 1em 30px;
  }
  .cruise_explanation img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .cruise-wrap {
    padding: 0 1em;
  }
  .gaiyou_tbl {
    width: 100%;
    margin: -2em 0 0;
    padding: 0;
    border-spacing: 0 2em;
  }
  .gaiyou_tbl th {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0.5em;
    background-color: #A13A31;
    color: #fff;
    border-radius: 18px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
  }
  .gaiyou_tbl th:after {
    display: none;
  }
  .gaiyou_tbl td {
    display: block;
    text-align: left;
    padding: 1em;
    width: 100%;
  }
  .cruiseform-wrap {
    margin: 2em 0 0;
    padding: 0 1em;
  }

  /* 六郷渡場フェス紹介エリア */
  .festival_explanation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 1em 30px;
  }
  .festival_explanation img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .festival-wrap {
    padding: 0 1em;
  }
  .festivalsub-wrap {
    margin: 3em 0 0;
    padding: 0 1em;
  }
  .preparation {
    width: 80%;
    border: 3px solid #a13a31;
    margin: 2em auto;
    padding: 2em 0.5em;
    border-radius: 0.5em;
    text-align: center;
  }
  .preparation p {
    color: #a13a31;
  }
  
  /* 前回開催時の様子 */
  .past-wrap {
    padding: 0 1em;
  }
  .past_box {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 2%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .past_box_innner {
    max-width: calc((100% / 2) - 10px);
    margin: 0 5px 10px;
    padding: 0;
  }
  .pastbox_img {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .btn_box {
    margin: 0 auto 20px;
    text-align: center;
  }
  .past_btn_box {
    margin: 0 auto 60px;
    text-align: center;
  }
  .btn {
    position: relative;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: transparent;
    border-radius: 25px;
    border: 1px solid #0a445f;
    outline: none;
    transition: all 0.2s ease;
  }
  .btn:hover {
    border-color: transparent;	
  }
  .btn span {
    position: relative;
    z-index: 2;
    display: block;
    padding: 10px 30px;
    background: #fff;
    border-radius: 25px;
    color: #0a445f;
    transition: all 0.3s ease;
  }
  .pushdown:before {
    content:"";
    position: absolute;
    z-index: -1;
    top:4px;
    left:0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #0a445f;
  }
  .pushdown:hover span {
    background-color: #0a445f;
    color: #fff;
    transform: translateY(4px);
  }

  /* 商店街紹介 */
  .shoping_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 20px 20px 0;
  }
  .shoping_box {
    max-width: calc((100% / 1) - 10px);
    width: 100%;
    margin: 0 5px 40px;
    padding: 0 0 16px;
    border-radius: 5px;
  }
  .shoping_image {
    width: 100%;
    height: auto;
    margin: 0 0 10px;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  }
  .shoping_box h3 {
    color: #0a445f;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .shoping_box p {
    margin: 0 auto 20px;
    font-size: 0.875em;
    text-align: left;
  }


  /* 主催・後援紹介エリア
  ------------------------------- */
  .special_area {
    margin: 0;
    padding: 40px 0 0;
    background-color: #DDCCAD;
  }
  .special-wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 2% 20px;
  }
  .special-logo {
    width: 100%;
    margin: 0 auto 20px;
  }
  .special-logo img {
    width: 152px;
  }
  .special-logo p {
    font-size: 0.875em;
    color: #8B272B;
    margin-top: 0;
  }
  .special-txt {
    font-size: 0.75em;
  }
  .special-txt p {
    margin: 0 0 10px;
  }
  .special-txt p:last-child {
    margin: 0;
  }


  /* フッター
  ------------------------------- */
  .footer-wrap {
    width: 100%;
    background-color: #DDCCAD;
    margin: 0;
    padding: 10px 0 20px;
  }
  .footer-area {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  /* ページトップ */
  #page-top a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    text-transform: uppercase; 
    text-decoration: none;
    transition: all 0.3s;
  }
  #page-top a:hover{
    opacity: 0.8;
  }
  #page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
  }
  #page-top.UpMove{
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  #page-top.DownMove{
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
    from {
      opacity: 1;
    transform: translateY(0);
    }
    to {
      opacity: 1;
    transform: translateY(100px);
    }
  }
}