@charset "UTF-8";
/*****************************************
BASIC
*****************************************/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  color: #333;
  background-color: #EFEBDC;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover {
  color: #6BCDF3;
}

.more {
  background: #4393B4;
  color: #fff;
  width: 220px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
  cursor: pointer;
  margin: 20px auto 30px;
  border-radius: 20px;
  box-sizing: border-box;
}

.more:hover {
  opacity: 0.7;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: none;
}

/*****************************************
TEMPLATE LAYOUT
*****************************************/
#header {
  position: relative;
  width: 100%;
  height: 70px;
}

/*----------------------------------------
トップページ余白
-----------------------------------------*/
.contents {
  padding: 30px 10px 50px 10px;
}

.toptitle h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  background-color: #4093BB;
  text-align: center;
}

.contents h2 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 0 15px 0;
  text-align: center;
}

.contents h2:nth-of-type(n+2) {
  margin: 50px 0 0 0;
}

.contents h2 span {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
}

.henkou {
  color: #f00;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

/*****************************************
HEADER CUSTOMIZE
*****************************************/
#header .logo {
  position: absolute;
  top: 10px;
  left: 10px;
}

#header .logo img {
  width: 100px;
  height: auto;
}

#header .topic-nav {
  display: none;
}

#header .sns {
  position: absolute;
  top: 13px;
  right: 68px;
  list-style: none;
}

.sns img {
  width: 100px;
}

/*****************************************
PAGETOP CUSTOMIZE
*****************************************/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

#page-top a {
  background: #1891CA;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 5px;
  opacity: 0.6;
  font-size: 14px;
  padding: 6px 0 0 0;
  box-sizing: border-box;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 1;
}

/*****************************************
footer
*****************************************/
#footer {
  width: 100%;
  margin: 0 auto;
  background: #DFDBCD;
}

#footer-navigation {
  padding: 0 0 30px 0;
}

#footer .topic-nav {
  list-style: none;
  text-align: center;
}

#footer .topic-nav:after {
  content: "";
  display: table;
  clear: both;
}

#footer .topic-nav li {
  width: 100%;
  margin: 0 0 2px 0;
  box-sizing: border-box;
}

#footer .topic-nav li a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #4393B4;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 0.5px;
  transition: all 0.4s ease-out;
}

#footer .topic-nav li:nth-child(odd) {
  padding: 0 1px 0 0;
}

#footer .topic-nav li:nth-child(even) {
  padding: 0 0 0 1px;
}

#footer .topic-nav li a:hover {
  opacity: 0.7;
}

#footer-navigation .footer-menu {
  list-style: none;
}

#footer-navigation .footer-menu li {
  border-bottom: solid 1px #4393B4;
}

#footer-navigation .footer-menu li:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 1.4rem;
  color: #fff;
  width: 20px;
  height: 20px;
  background-color: #4393B4;
  border-radius: 60px;
  text-align: center;
  float: left;
  margin: 15px 8px 0 8px;
}

#footer-navigation .footer-menu li a {
  display: block;
  color: #4393B4;
  padding: 15px 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
}

#footer-navigation .footer-menu li a:hover {
  color: #3AD2D2;
}

#footer .copyright {
  padding: 30px 0 30px 0;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

#footer .logo {
  text-align: center;
}

#footer .logo img {
  width: 260px;
}

/*****************************************
ナビゲーション
*****************************************/
#nav {
  display: none;
}

.global_menu {
  display: block;
  height: 69px;
  border-bottom: solid 1px #ccc;
}

.global_menu i {
  font-size: 22px;
}

.global_menu a:hover {
  color: #3AD2D2;
}

.list_open {
  position: absolute;
  top: 13px;
  right: 10px;
  cursor: pointer;
  color: #4393B4;
  display: block;
  width: 42px;
  height: 42px;
  padding: 9px 0 0 0;
  box-sizing: border-box;
  border: solid 1px #4393B4;
  text-align: center;
  border-radius: 60px;
  background-color: #fff;
}

#category_list {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 70px;
  left: 0px;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EFEBDC;
}

#category_list ul li {
  font-size: 1.4rem;
  padding: 15px 0;
  border-bottom: solid 1px #ccc;
  position: relative;
}

#category_list ul li:last-child {
  border: none;
}

#category_list ul li a {
  text-decoration: none;
  color: #333;
  padding: 0 10px;
  display: block;
}

#category_list ul li i {
  position: absolute;
  right: 3%;
  top: 25%;
  font-size: 22px;
  color: #666;
}

.list_close {
  cursor: pointer;
  background: #4393B4;
  text-align: center;
  color: #FFF;
  line-height: 45px;
}

/*****************************************
メイン画像
*****************************************/
#toparea {
  position: relative;
}

#toparea .volunteer {
  box-shadow: 1px 1px 2px #CCC;
  width: 95%;
  margin: -10px auto 0;
  max-width: 500px;
}

#toparea .volunteer a span {
  display: block;
  padding: 10px 0;
  background: #6fa9be;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 20px;
  text-align: center;
}

#toparea .volunteer a:hover span {
  opacity: 0.8;
}

#toparea img {
  width: 100%;
}

#toparea .logo {
  position: absolute;
  top: 30px;
  left: 30%;
}

#toparea .logo img {
  width: 150px;
}

#toparea .text-box .text h1 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

#toparea .text-box {
  padding: 20px 15px 20px 15px;
}

#toparea .text-box .text .pr {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 15px 0;
  text-align: center;
}

#toparea .text-box .text .description {
  font-size: 1.6rem;
  font-weight: bold;
}

#galleryarea {
  display: none;
}

/*top-area-info*/
.top-info-area {
  padding-bottom: 15px;
}

.top-info-area__link {
  border-radius: 15px;
  box-sizing: border-box;
  color: #FF0;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin: 10px auto;
  padding: 15px;
  text-align: center;
  transition: 0.2s;
  width: 250px;
}

@media (max-width: 250px) {
  .top-info-area__link {
    width: 95%;
  }
}
.top-info-area__link:hover {
  color: #FF0;
}

.top-info-area__link.-l {
  background: #f30000;
}

.top-info-area__link.-l:hover {
  background: #da0000;
}

.top-info-area__link.-r {
  background: #1552ff;
}

.top-info-area__link.-r:hover {
  background: #003ae0;
}

.top-info-area__click {
  border: 1px solid #FF0;
  display: block;
  font-weight: bold;
  margin-top: 15px;
  padding: 8px;
}

/*--------------------------------------------------------------
下層ページ トップ画像
--------------------------------------------------------------*/
#pagearea img {
  width: 100%;
}

#pagearea {
  position: relative;
}

#pagearea .volunteer {
  box-shadow: 1px 1px 2px #CCC;
  width: 95%;
  margin: -30px auto 0;
  max-width: 500px;
}

#pagearea .volunteer a span {
  display: block;
  padding: 16px 0;
  background: #6fa9be;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
}

#pagearea .volunteer a:hover span {
  opacity: 0.8;
}

#pagearea .text-box {
  padding: 25px 16px 20px 16px;
}

#pagearea .text-box h1 {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 50px;
  left: 13%;
  padding: 10px 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 320px) {
  #pagearea .text-box h1 {
    top: 40px;
    left: 5%;
  }
}
@media screen and (min-width: 480px) {
  #pagearea .text-box h1 {
    font-size: 2rem;
    top: 80px;
    left: 20%;
  }
}
#pagearea .text-box p {
  font-size: 1.4rem;
  line-height: 2.2;
}

#pagearea .text-box .name {
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

#pagearea .text-box .name span {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 0 10px;
}

/*--------------------------------------------------------------
2015開催概要ページ トップ画像
--------------------------------------------------------------*/
#pagearea .text-box02 {
  padding: 25px 16px 20px 16px;
}

#pagearea .text-box02 h1 {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 40px;
  left: 13%;
  padding: 10px 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 320px) {
  #pagearea .text-box02 h1 {
    top: 40px;
    left: 5%;
  }
}
@media screen and (min-width: 480px) {
  #pagearea .text-box02 h1 {
    font-size: 2rem;
    top: 80px;
    left: 20%;
  }
}
#pagearea .text-box02 p {
  font-size: 1.4rem;
  line-height: 2.2;
}

/*--------------------------------------------------------------
2017開催概要ページ トップ画像
--------------------------------------------------------------*/
#pagearea .text-box03 {
  padding: 25px 16px 20px 16px;
}

#pagearea .text-box03 h1 {
  font-size: 1.6rem;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.65);
  position: absolute;
  top: 30px;
  left: 20%;
  padding: 10px 10px;
  letter-spacing: 0;
}

@media screen and (max-width: 320px) {
  #pagearea .text-box03 h1 {
    top: 20px;
    left: 15%;
  }
}
@media screen and (min-width: 480px) {
  #pagearea .text-box03 h1 {
    font-size: 2rem;
    top: 60px;
    left: 25%;
  }
}
#pagearea .text-box03 p {
  font-size: 1.4rem;
  line-height: 2.2;
}

#pagearea .text-box03 .name {
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  padding: 10px 0 0 0;
}

#pagearea .text-box03 .name span {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
}

/***************************************************************
トップページ：お知らせ
***************************************************************/
#news h2 {
  font-size: 2.4rem;
  font-weight: bold;
}

#news {
  margin: 30px 10px 30px 10px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 15px 10px;
  box-sizing: border-box;
}

#news .inner {
  width: 100%;
  height: 260px;
  overflow-y: auto;
}

#news .inner ul {
  list-style-type: none;
  padding: 10px 10px 10px 10px;
}

#news .inner ul li {
  border-top: dotted 1px #c5c5c5;
  padding: 5px 0;
}

#news .inner ul li:first-child {
  border-top: none;
}

#news .inner .data {
  font-size: 1.4rem;
}

#news .inner .text {
  padding: 5px 0 0 0;
}

#news .inner .text h3 {
  font-size: 1.3rem;
}

#news .inner .text p {
  font-size: 1.3rem;
}

#news .morebtn a {
  display: block;
  color: #fff;
  background-color: #4393B4;
  width: 220px;
  padding: 10px 0;
  font-size: 1.6rem;
  font-weight: bold;
  box-sizing: border-box;
  margin: 20px auto 0;
  text-align: center;
  border-radius: 20px;
}

#news .morebtn a:hover {
  opacity: 0.7;
}

#news .morebtn a:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
  margin: 0 8px 0 0;
  font-size: 16px;
}

/***************************************************************
トッピック
***************************************************************/
#topic ul {
  list-style: none;
}

#topic ul:after {
  content: "";
  display: block;
  clear: both;
}

#topic ul li {
  margin: 0 0 10px 0;
}

#topic ul li a {
  transition: all 0.4s ease-out;
}

#topic ul li a:hover {
  opacity: 0.7;
}

#topic ul li img {
  width: 100%;
}

/***************************************************************
トップページ　ギャラリー
***************************************************************/
#top-gallery h2 {
  font-size: 2rem;
}

#top-gallery ul {
  list-style: none;
}

#top-gallery ul:after {
  content: "";
  display: block;
  clear: both;
}

#top-gallery ul li {
  float: left;
  width: 50%;
  margin: 0 0 10px 0;
  box-sizing: border-box;
}

#top-gallery ul li:nth-child(odd) {
  padding: 0 4px 0 0;
}

#top-gallery ul li:nth-child(even) {
  padding: 0 0 0 4px;
}

#top-gallery ul li img {
  width: 100%;
}

#top-gallery .morebtn a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #4393B4;
  width: 220px;
  padding: 10px 0;
  margin: 20px auto 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s ease-out;
}

#top-gallery .morebtn a:hover {
  opacity: 0.7;
}

/***************************************************************
Facebook
***************************************************************/
.sns-box {
  padding: 0 10px 0 10px;
  margin: 0 auto 50px;
}

/***************************************************************
開催概要
***************************************************************/
#summary .photo {
  margin: 30px auto 0;
}

#summary .photo02 {
  margin: 30px auto 0;
}

#summary img {
  width: 100%;
}

/*--------------------------------------------------------------
重要なお知らせ
--------------------------------------------------------------*/
.information-corona {
  margin-bottom: 30px;
  padding: 0 2%;
}

.information-corona__inner {
  background: #fff;
  border: 3px solid #bf0000;
  line-height: 2;
  padding: 10px;
}

.information-corona p:not(:first-child) {
  margin-top: 20px;
}

.information-corona strong {
  font-weight: bold;
}

.information-corona__signature {
  text-align: right;
}

.information-corona__signature span {
  display: inline-block;
}

@media (max-width: 480px) {
  .information-corona__signature {
    text-align: left;
  }
}
/*--------------------------------------------------------------
概要　テーブル
--------------------------------------------------------------*/
.summary-box table {
  width: 100%;
  border-collapse: collapse;
}

.summary-box table th {
  padding: 5px 0;
  text-align: left;
  width: 30%;
  vertical-align: top;
  font-size: 1.8rem;
  font-weight: bold;
}

.summary-box table td {
  padding: 5px 0;
  text-align: left;
  width: 70%;
  font-size: 1.8rem;
}

.summary-box td li {
  margin: 0 0 0 1em;
}

/*--------------------------------------------------------------
概要　1列レイアウト
--------------------------------------------------------------*/
.summary-box table .list {
  list-style: none;
}

.summary-box table .list li {
  margin: 0 0 5px 0;
}

.summary-box .text {
  padding: 10px 0 0 5px;
}

/*--------------------------------------------------------------
2018ひがふなフェスタ通信Vo8
--------------------------------------------------------------*/
.contents #summary .festa_8 {
  margin-top: 50px;
}

.contents #summary .festa_8 span {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.contents #summary .festa_8 span:nth-of-type(n+2) {
  display: block;
  margin-top: 20px;
}

.contents #summary .festa_8 p img {
  display: inline-block;
  width: 100%;
}

.contents #summary .festa_8 .double {
  display: table;
  width: 100%;
  margin-top: 0;
  box-sizing: border-box;
}

.contents #summary .festa_8 .double p {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  margin: 0;
}

.contents #summary .festa_8 .double p img {
  display: inline-block;
  width: 100%;
}

.festa_8__note {
  color: #F00;
  font-size: 1.2rem;
  text-align: right;
}

.double-2__title {
  margin-top: 20px;
  text-align: center;
}

.double-2__img {
  margin-top: -10px;
}

/*--------------------------------------------------------------
ギャラリー
--------------------------------------------------------------*/
.gallery-box {
  list-style: none;
}

.gallery-box li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}

.gallery-box li:nth-child(2n+1) {
  clear: both;
}

.gallery-box li:nth-child(odd) {
  padding: 0 3px 0 0;
}

.gallery-box li:nth-child(even) {
  padding: 0 0 0 3px;
}

.gallery-box li p {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 0 0 0;
  text-align: center;
  letter-spacing: 0;
}

/*--------------------------------------------------------------
フォトギャラリー
--------------------------------------------------------------*/
#summary .photogallery ul {
  list-style: none;
}

#summary .photogallery ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}

#summary .photogallery ul li:nth-child(odd) {
  padding: 0 4px 0 0;
}

#summary .photogallery ul li:nth-child(even) {
  padding: 0 0 0 4px;
}

#summary .photogallery ul li img {
  width: 100%;
}

#summary .photogallery ul li a:hover {
  opacity: 0.7;
}

/***************************************************************
ひがふなフェスタとは
***************************************************************/
#about h2 {
  font-size: 1.8rem;
}

#about {
  padding: 0 0 30px 0;
}

#about h3 {
  font-size: 1.4rem;
  padding: 10px 0 0 0;
}

.about-box {
  padding: 12px 12px;
  background-color: #fff;
  border-radius: 10px;
}

.about-box p {
  font-size: 1.4rem;
  line-height: 2.2;
}

.about-box .text {
  line-height: 1.6;
}

.about-box .text span {
  font-size: 1.2rem;
}

#about .text1 p.text {
  font-size: 1.7rem;
  line-height: 1.7;
}

#about .text1 p.text span {
  font-size: 1.2rem;
  line-height: 2;
  display: inline-block;
}

#about .text2 p.text {
  font-size: 1.7rem;
  line-height: 1.7;
}

#about .text2 p.text span {
  font-size: 1.2rem;
  line-height: 2;
  display: inline-block;
}

.about-box .description {
  list-style-type: upper-alpha;
  margin: 10px 0 0 30px;
  font-size: 1.4rem;
}

.about-box .description li {
  margin: 0 0 5px 0;
}

.about-box .contactbtn a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #4393B4;
  border-radius: 20px;
  text-align: center;
  width: 80%;
  height: 44px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  box-sizing: border-box;
  transition: all 0.4s ease-out;
}

.about-box .contactbtn a:hover {
  opacity: 0.7;
}

/*fz-a,fz-a*/
.fz-a,
.fz-a > * {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.fz-b,
.fz-b > * {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

/***************************************************************
ひがふなフェスタ2016&2017フォトギャラリー
***************************************************************/
#gallery ul {
  list-style: none;
}

#gallery ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}

#gallery ul li:nth-child(odd) {
  padding: 0 4px 0 0;
}

#gallery ul li:nth-child(even) {
  padding: 0 0 0 4px;
}

#gallery ul li img {
  width: 100%;
}

#gallery ul li a:hover {
  opacity: 0.7;
}

/***************************************************************
ひがふなSHOW展街
***************************************************************/
#shoppingstreet ul li a {
  display: block;
  color: #333;
}

#shoppingstreet ul li a:hover {
  opacity: 0.7;
}

#shoppingstreet ul li a:hover {
  opacity: 0.7;
}

/***************************************************************
協賛企業
***************************************************************/
.sponsor-box {
  margin: 20px 0 0 0;
}

.sponsor-box,
.sponsor-box02,
.sponsor-box03 {
  display: flex;
  flex-wrap: wrap;
}

.sponsor-box,
.sponsor-box02 {
  margin-bottom: 30px;
}

.sponsor-box03 {
  align-items: flex-end;
}

.sponsor-box__item,
.sponsor-box02__item {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 10px;
}

.sponsor-box__item {
  width: 50%;
}

.sponsor-box__item:nth-child(odd) {
  padding-right: 3px;
}

.sponsor-box__item:nth-child(even) {
  padding-left: 3px;
}

.sponsor-box02__item {
  width: 50%;
}

.sponsor-box02__item:nth-child(odd) {
  padding-right: 3px;
}

.sponsor-box02__item:nth-child(even) {
  padding-left: 3px;
}

.sponsor-box02__item.-last {
  margin-top: 30px;
  width: 100%;
}

.sponsor-box__inner,
.sponsor-box02__inner {
  background-color: #fff;
  border: solid 3px #2E75B6;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  padding: 5px;
  width: 100%;
}

.sponsor-box02__inner {
  font-size: 14px;
  font-size: 1.4rem;
}

.-last .sponsor-box02__inner {
  width: 50%;
}

.sponsor-box__row {
  display: flex;
  justify-content: space-around;
}

.shoplogo img {
  max-height: 70px;
}

.shoplogo02 img {
  max-height: 50px;
}

.shoplogo03 img {
  max-height: 40px;
}

.sponsor-box02__fz-s {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}

.sponsor-box02__title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
}

#sponsorship ul li a {
  display: block;
  color: #333;
}

#sponsorship ul li a:hover {
  opacity: 0.7;
}

#sponsorship .gallery-box li .logo-text03 a {
  display: inline;
}

#sponsorship ul li a:hover {
  opacity: 0.7;
}

/***************************************************************
お問い合わせ
***************************************************************/
#reservation h2 {
  font-size: 1.8rem;
}

#reservation {
  padding: 0 0 30px 0;
}

#reservation .contact-box {
  padding: 30px 0 0 0;
}

#reservation .contact-box iframe {
  width: 100%;
  height: 680px;
}

/* form-select */
.form-select__txt {
  margin-bottom: 30px;
}

.form-select__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.form-select__item {
  background: #fff8f0;
  border: 2px solid #666;
  box-sizing: border-box;
  list-style: none;
  margin: 0 5% 15px 0;
  padding: 50px 10px;
  text-align: center;
  width: 47.5%;
  height: 100%;
}

.form-select__item.-end {
  position: relative;
}

.form-select__item.-end::before, .form-select__item.-end::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.form-select__item.-end::before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  width: 100%;
}

.form-select__item.-end::after {
  content: "終了しました";
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  z-index: 3;
}

.form-select__item.-disabled {
  position: relative;
}

.form-select__item.-c_end {
  background: #eee;
}

.form-select__item.-disabled::before, .form-select__item.-disabled::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.form-select__item.-disabled::before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  width: 100%;
}

.form-select__item.-disabled::after {
  content: "準備中";
  font-size: 18px;
  font-weight: bold;
  z-index: 3;
}

.form-select__item:nth-child(2n) {
  margin-right: 0;
}

.form-select__item:nth-child(5) {
  margin-bottom: 0;
}

.form-select__item:last-child {
  margin: 0;
}

.form-select__item a {
  background-color: #3650d9;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 10px;
  position: relative;
  text-align: center;
}

.form-select__item a::after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.form-select__ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.-c_end .form-select__ttl {
  margin-bottom: 0;
}

@media (max-width: 400px) {
  .form-select__list {
    display: block;
    text-align: center;
  }
  .form-select__item {
    display: inline-block;
    margin-right: 0;
    width: 95%;
  }
}
/*--------------------------------------------------------------
TEL&FAX
--------------------------------------------------------------*/
.tel-box {
  padding: 12px 12px;
  background-color: #fff;
  border-radius: 10px;
}

.tel-box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 10px 0;
}

.tel-box p {
  font-size: 1.6rem;
}

.tel-box .tel {
  padding: 0 0 5px 0;
}

.tel-box .tel a {
  font-size: 2.2rem;
  color: #333;
}

.tel-box .tel span {
  font-size: 2rem;
}

/***************************************************************
ひがふな丼
***************************************************************/
#higafunadon h2 {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 0 15px 0;
}

#higafunadon h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  margin: 0 0 10px 0;
}

#higafunadon h3:nth-of-type(n+2) {
  margin-top: 20px;
}

#higafunadon .title {
  margin: 15px 0 15px 5px;
}

#higafunadon .donbox {
  padding: 20px 0 20px 0;
  border-bottom: solid 1px #ED7D31;
}

#higafunadon ul {
  list-style: none;
}

#higafunadon .list01 li {
  float: left;
  width: 33.3333%;
  padding: 0 5px;
  box-sizing: border-box;
}

#higafunadon .list02 {
  margin: 15px 0 0 0;
}

#higafunadon .list02 li {
  float: left;
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
}

#higafunadon .list03 li:nth-child(odd) {
  width: 70%;
  margin: 0 auto 10px;
}

#higafunadon .list03 img {
  width: 100%;
}

/*don-place*/
.don-place {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.don-place.-place02 {
  flex-direction: column-reverse;
}

.don-place__text {
  box-sizing: border-box;
  padding: 10px;
}

.don-place__name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.don-place__time {
  margin-top: 5px;
}

.don-place__time dd {
  padding: 3px 0 0 1em;
}

.don-place__tel {
  color: #333;
}

.don-place__detail {
  margin-top: 10px;
}

.don-place__note {
  color: #F00;
  font-weight: bold;
  margin-top: 20px;
  text-align: right;
}

#higafunadon .description {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

#higafunadon .text {
  margin: 10px 0 0 0;
}

#higafunadon .name {
  font-size: 1.5rem;
  font-weight: bold;
}

#higafunadon .box {
  margin: 15px 0 0 0;
}

#higafunadon .box-r {
  padding: 20px 0 0 0;
}

#higafunadon .photo {
  margin: 15px 0 0 0;
}

#higafunadon .donbox img {
  width: 100%;
}

#higafunadon .photo02 {
  width: 60%;
}

/***************************************************************
各種企画
***************************************************************/
.dib {
  display: inline-block;
  font-weight: inherit;
}

/*第2回ミーティング*/
.meating02 {
  background: #FFF;
}

/*summary*/
.summary {
  margin-bottom: 1em;
}

.summary__title {
  font-size: 16px;
}

.summary__th {
  padding: 5px;
  white-space: nowrap;
}

/*meating02-gallery*/
.meating02-gallery__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.meating02-gallery__item {
  width: 25%;
}

/*meating02-speech*/
.meating02-speech {
  background: #f7f7f7;
  margin-top: 30px;
  padding: 15px;
}

.meating02-speech__col01 {
  line-height: 2;
}

.meating02-speech__img {
  box-sizing: border-box;
  padding: 10px;
}

.meating02-speech__list {
  margin-top: 10px;
}

.meating02-speech__item {
  list-style: none;
  text-align: right;
}

/*ひがふな通信*/
.festa-book {
  display: none;
}

.festa-book__pdf {
  background: #e60101;
  border-radius: 15px;
  color: #FFF;
  display: block;
  margin: 20px 0 0 auto;
  max-width: 300px;
  padding: 15px 0;
  text-align: center;
}

/*ミーティング*/
.meating {
  margin: 50px 0;
  padding: 0 5%;
}

.meating__detail {
  line-height: 2;
  margin-bottom: 30px;
}

.meating__table {
  margin-bottom: 30px;
}

.meating__detail th {
  padding-right: 5px;
  text-align: left;
  white-space: nowrap;
}

.meating__gaiyou {
  padding: 5px;
}

.meating__greeting {
  margin-bottom: 20px;
}

.meating__greeting dt {
  font-weight: bold;
}

.meating__signature {
  text-align: right;
}

/*higafuna-don*/
.higafuna-don {
  background: #FFF;
  padding: 2% 2% 5%;
}

/*higafuna-don-col01~03*/
.higafuna-don-col01,
.higafuna-don-col02,
.higafuna-don-col03 {
  box-sizing: border-box;
}

/*higafuna-don-col01*/
.higafuna-don-col01__text {
  color: #b30285;
  font-size: 40px;
  font-size: 4rem;
  font-size: 6vw;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0;
  text-align: center;
}

.higafuna-don-col01__img {
  margin: 0 auto 30px;
  max-width: 400px;
}

.higafuna-don-col01__table {
  margin-bottom: 30px;
}

/*higafuna-don-col02*/
.higafuna-don-col02 {
  display: none;
}

/*higafuna-don-col03*/
.higafuna-don-col03__program {
  margin-bottom: 30px;
}

.higafuna-don-col03__program-title {
  background: #4393B4;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 0;
  text-align: center;
}

.higafuna-don-col03__program-img {
  margin-bottom: 10px;
}

.higafuna-don-col03__gallery img {
  display: inline-block;
  width: 50%;
}

/*contact-area*/
.contact-area {
  margin-top: 30px;
  text-align: center;
}

.contact-area__btn {
  background: #F00;
  border-radius: 15px;
  color: #FFF;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0;
}

.contact-area__btn:hover {
  background: #bf0000;
  color: #FFF;
}

.contact-area.-song,
.contact-area.-cro {
  margin-right: auto;
  margin-left: auto;
  max-width: 400px;
}

.contact-area__btn.-pc {
  display: none;
}

/*event-box*/
.event-box.-cro {
  background: #FFF;
  padding: 30px 0;
}

.event-box__inner {
  padding: 0 3%;
}

.event-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.event-box.-song {
  margin-bottom: 50px;
}

.event-box__text,
.event-box__img {
  box-sizing: border-box;
}

.event-box__text {
  font-size: 16px;
}

.youtube-link {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.event-box__img {
  margin-bottom: 20px;
  text-align: center;
}

/*********************************************************
support
*********************************************************/
.support__txt {
  line-height: 1.7;
  padding-bottom: 5px;
}

.support__signature {
  line-height: 2;
  margin-top: 15px;
  text-align: right;
}

.support__video {
  margin: 30px 0;
}

.support__video video {
  display: block;
  width: 100%;
}

/*********************************************************
support-pdf
*********************************************************/
.support-pdf__ttl {
  font-size: 16px;
  font-weight: bold;
}

.support-pdf__box {
  display: flex;
  margin: 15px 0;
}

.support-pdf__item:first-child {
  margin-right: 15px;
}

.support-pdf__txt {
  font-weight: bold;
  line-height: 1.5;
}

/*********************************************************
event-bgw
*********************************************************/
.event-bgw {
  background: #fff;
}

/*********************************************************
collabo
*********************************************************/
.collabo {
  background: #fff;
}

.sp-block {
  display: block;
}

.collabo__txt {
  line-height: 1.5;
  margin-bottom: 30px;
}

.collabo__img {
  margin-bottom: 5%;
}

.collabo__btn {
  text-align: center;
}

.collabo__btn a {
  background: #f00;
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  max-width: 300px;
  padding: 15px 0;
  text-decoration: none;
  width: 90%;
}

.collabo__btn a:hover {
  background: #d00;
}

/*********************************************************
about-wrapper
*********************************************************/
.about-wrapper {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

/*********************************************************
about-inner
*********************************************************/
.about-inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 5% 1%;
}

/*********************************************************
about-inner h2
*********************************************************/
.about-inner h2 {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 0 15px 0;
  text-align: center;
}

/*********************************************************
about-bgw
*********************************************************/
.about-bgw {
  background: #fff;
}

/*********************************************************
about-top-table
*********************************************************/
.summary-box .about-top-table {
  margin-bottom: 10%;
}

.summary-box .about-top-table tr,
.summary-box .about-top-table th,
.summary-box .about-top-table td {
  display: block;
  width: 100%;
}

.summary-box .about-top-table th {
  font-size: 24px;
  text-align: center;
}

#summary .summary-box .about-top-table__logo {
  font-weight: bold;
  text-align: center;
}

#summary .summary-box .about-top-table__logo img {
  display: inline-block;
  margin-top: 3%;
  width: 96%;
}

/*********************************************************
about-list
*********************************************************/
.about-list.-bg_white {
  background: #fff;
}

.about-list__ttl strong {
  color: #cc0000;
  font-weight: bold;
}

.about-list__content {
  margin-bottom: 30px;
}

.about-list__content:last-child {
  margin-bottom: 0;
}

.about-list__note {
  font-size: 1.2rem;
  margin-top: 1em;
}

.about-list__txt strong {
  color: #f00;
  font-weight: bold;
}

.about-list__txt:not(:last-child) {
  margin-bottom: 15px;
}

.about-list__img02 {
  margin-top: 3%;
  text-align: center;
}

#summary .about-list__img02 img {
  width: 790px;
}

/*********************************************************
about-df
*********************************************************/
.about-df.-ch,
.about-df.-txt,
.about-df.-pdf {
  display: flex;
}

.about-df.-ch {
  display: flex;
  align-items: center;
}

.about-df.-txt {
  margin-bottom: 15px;
  padding: 0 2%;
}

.about-df.-txt:last-child {
  margin-bottom: 0;
}

.about-df__content {
  line-height: 1.5;
}

.-ch .about-df__content:first-child {
  margin-right: 15px;
  margin-left: 3.5em;
  text-indent: -3.5em;
}

.-ch .about-df__content:first-child a {
  word-break: break-all;
}

.about-df__content:last-child {
  text-align: center;
}

.-txt .about-df__content:last-child {
  text-align: left;
}

.-ch .about-df__content:last-child {
  width: 130px;
}

.-delivery .about-df__content:first-child,
.-photo .about-df__content:first-child,
.-ticket .about-df__content:first-child,
.-scratch .about-df__content:first-child {
  margin: 30px 0 15px 0;
}

.about-df__content.-cs {
  background: #eee;
  padding: 50px;
  text-align: center;
}

.about-df.-pdf .about-df__content:first-child {
  margin-right: 5%;
}

.-txt .about-df__content:first-child {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 10px;
}

.about-df__note {
  color: #f00;
  margin-bottom: 10px;
}

.about-df__p {
  margin-bottom: 10px;
}

.about-df__p:last-child {
  margin-bottom: 0;
}

/*********************************************************
about-ol
*********************************************************/
.about-ol__item {
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}

.about-ol__item:not(:first-child) {
  margin-top: 5px;
}

/*********************************************************
icon-home
*********************************************************/
.icon-home {
  color: orange;
  font-size: 140%;
}

/*********************************************************
recruiting-youtube
*********************************************************/
.recruiting-youtube {
  background: #EFEBDC;
  padding: 0 2%;
}

.recruiting-youtube__inner {
  padding: 5% 0;
}

.recruiting-youtube__ttl,
.recruiting-photo__ttl {
  background: #032ed5;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px;
  text-align: center;
}

.recruiting-youtube__dl {
  margin-bottom: 30px;
}

.recruiting-youtube__dl:last-child {
  margin-bottom: 0;
}

.recruiting-youtube__contact {
  margin-top: 10px;
}

.recruiting-youtube__dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/*********************************************************
recruiting-details
*********************************************************/
.recruiting-details {
  margin: 0 0 30px 1em;
}

.recruiting-details__item {
  list-style: none;
  margin: 0 0 0.5em 1em;
  text-indent: -1em;
}

.recruiting-details__item:last-child {
  margin-bottom: 0;
}

.recruiting-details__item p {
  font-size: 1.4rem;
  text-indent: 0;
}

/*********************************************************
recruiting-corona
*********************************************************/
.recruiting-corona {
  padding: 0 2%;
}

.recruiting-corona__inner {
  padding: 5% 0;
}

.recruiting-corona__ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.recruiting-corona__item {
  list-style: none;
  margin: 0 0 0.5em 1em;
  text-indent: -1em;
}

.recruiting-corona__item:last-child {
  margin-bottom: 0;
}

.recruiting-corona__item p {
  font-size: 1.4rem;
  text-indent: 0;
}

/*********************************************************
recruiting-photo
*********************************************************/
.recruiting-photo {
  margin-bottom: 50px;
}

.recruiting-photo__about {
  margin-bottom: 20px;
}

.recruiting-photo-details__item {
  list-style: none;
  margin: 0 0 0.5em 1em;
  text-indent: -1em;
}

.recruiting-photo-details__item:last-child {
  margin-bottom: 0;
}

.recruiting-photo-details__item p {
  font-size: 1.4rem;
  text-indent: 0;
}

.recruiting-photo__note {
  margin-top: 10px;
}

/*********************************************************
howto-youtube
*********************************************************/
.howto-youtube {
  padding: 5% 2%;
}

.howto-youtube__inner {
  padding: 15px;
}

.howto-youtube__ttl {
  font-size: 18px;
  margin-bottom: 5px;
}

.howto-youtube__list {
  margin-bottom: 30px;
}

.howto-youtube__list:last-child {
  margin-bottom: 0;
}

.howto-youtube__item {
  list-style: none;
  margin: 0 0 0.5em 1em;
  text-indent: -1em;
}

.howto-youtube__item:last-child {
  margin-bottom: 0;
}

.howto-youtube__item p {
  font-size: 1.4rem;
}

.howto-youtube__item * {
  text-indent: 0;
}

/*********************************************************
showtengai
*********************************************************/
.showtengai__box {
  margin-top: 3%;
}

.showtengai__txt {
  font-size: 14px;
  margin-bottom: 1em;
}

.showtengai-note__item {
  font-size: 14px;
  list-style: none;
  margin: 0 0 1em 1em;
  text-indent: -1em;
}

.showtengai-note__item strong {
  color: #f00;
  font-weight: bold;
}

.showtengai-note__item:last-child {
  margin-bottom: 0;
}

/*********************************************************
showtengai-campaign
*********************************************************/
.showtengai-campaign img {
  display: block;
}

.showtengai-campaign img:last-child {
  margin-top: 3%;
}

/*********************************************************
channel-link
*********************************************************/
.channel-link {
  display: block;
  margin: 5%;
  text-align: center;
}

/*********************************************************
festa-ch
*********************************************************/
.festa-ch {
  background: #FFF241;
  padding: 15px;
}

#summary .festa-ch img {
  width: auto;
}

.festa-ch__ttl {
  margin-bottom: 15px;
  text-align: center;
}

.festa-ch__img {
  margin-bottom: 5%;
}

.festa-ch__img:last-child {
  margin-bottom: 0;
}

/*********************************************************
youtube-live
*********************************************************/
.youtube-live {
  padding: 5% 2%;
}

.youtube-live__content {
  margin-top: 10%;
}

.youtube-live__content:nth-child(2) {
  margin-top: 5%;
}

.youtube-live__iframe {
  padding-bottom: 55%;
  position: relative;
}

.youtube-live__iframe iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.youtube-live__ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.youtube-live__ttl span {
  color: #cc0000;
  font-size: 120%;
  font-weight: bold;
  margin-top: 15px;
}

.youtube-live__date {
  color: #275edf;
  font-weight: bold;
  margin-bottom: 10px;
}

/*********************************************************
winning-num
*********************************************************/
.winning-num h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2%;
  text-align: center;
}

.winning-num li {
  list-style: none;
  text-indent: -1em;
}

.winning-num__list {
  margin-top: 3%;
}

.winning-num__ttl {
  margin-bottom: 0.2em;
}

.winning-num__content {
  margin: 0 0 1em 1em;
}

.winning-num__flow,
.winning-num__item {
  margin-left: 1em;
}

.winning-num__flow .winning-num__note {
  margin-left: 1em;
}

.winning-num__note {
  font-size: 95%;
  margin: 0.3em 0 0 2em;
}

/*********************************************************
photo-exhibition
*********************************************************/
.photo-exhibition__email {
  color: #f00;
  font-weight: bold;
}

.photo-exhibition__list li {
  list-style: none;
  margin: 5px 0 0 1em;
  text-indent: -1em;
}

.photo-exhibition__list li:first-child {
  margin-top: 0;
}

/*********************************************************
winning-number
*********************************************************/
.wn-link {
  margin-top: 1em;
  text-align: center;
}

.wn-link a {
  font-size: 18px;
  font-weight: bold;
}

.winning-number__img {
  text-align: center;
}

.winning-number__img a:hover {
  opacity: 0.8;
}

.winning-number__img p {
  font-weight: bold;
}

.winning-number__content {
  margin-top: 3%;
}

.winning-number__txt {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 5px;
  text-align: left;
}

.winning-number__list li,
.winning-number__note li,
.winning-number__cancel li {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0.5em;
}

.winning-number__list,
.winning-number__note {
  list-style: none;
}

.winning-number__list li,
.winning-number__note li {
  margin-left: 1em;
  text-indent: -1em;
}

.winning-number__note {
  margin: 1em 0 1.5em;
}

.winning-number__cancel li {
  margin-left: 1em;
}