@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.3rem;
  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: 200px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  margin: 20px 0 0 0;
  border-radius: 20px;
}

.more:hover {
  opacity: 0.7;
}

.sp {
  display: none;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

/*****************************************
TEMPLATE LAYOUT
*****************************************/
#header {
  position: relative;
  margin: 0 auto;
  height: 130px;
}

#top-contents {
  clear: both;
  margin: 0 auto;
  max-width: 980px;
}

.contents {
  clear: both;
  margin: 0 auto;
  max-width: 980px;
}

/*----------------------------------------
トップページ余白
-----------------------------------------*/
.contents {
  padding: 50px 0 50px 0;
}

.toptitle h1 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  background-color: #4093BB;
  text-align: center;
}

.contents h2 {
  font-size: 3rem;
  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 .sp {
  display: none;
}

.contents h2 span {
  display: block;
  font-weight: bold;
}

.henkou {
  color: #f00;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

/*****************************************
HEADER CUSTOMIZE
*****************************************/
#header .logo {
  position: absolute;
  top: 15px;
  left: 10px;
}

#header .logo img {
  width: 200px;
}

@media screen and (max-width: 1190px) {
  #header .logo {
    position: absolute;
    top: 6px;
    left: 10px;
  }
  #header .logo img {
    width: 100px;
  }
}
#header .sns {
  position: absolute;
  top: 10px;
  right: 15px;
  list-style: none;
}

.sns img {
  width: 100px;
}

#header .topic-nav {
  list-style: none;
  position: absolute;
  top: 65px;
  right: 15px;
  display: flex;
}

#header .topic-nav li:not(:last-child) {
  margin-right: 8px;
}

#header .topic-nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #4393B4;
  border-radius: 20px;
  text-align: center;
  padding: 4px 8px;
  box-sizing: border-box;
  transition: all 0.4s ease-out;
}

#header .topic-nav li a:hover {
  opacity: 0.7;
}

/*****************************************
PAGETOP CUSTOMIZE
*****************************************/
#page-top {
  position: absolute;
  top: -30px;
  left: 47%;
}

#page-top a {
  background-color: #EFEBDC;
  text-decoration: none;
  color: #4393B4;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  font-size: 14px;
  border-radius: 60px;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  margin: 0 auto;
}

#page-top a:hover {
  text-decoration: none;
}

/*****************************************
footer
*****************************************/
#footer {
  width: 100%;
  margin: 0 auto;
  background: #DFDBCD;
  position: relative;
}

#footer .inner-block {
  margin: 0 auto;
  position: relative;
}

#footer-navigation {
  padding: 60px 0px 30px 0;
}

#footer .topic-nav {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
}

#footer .topic-nav li:first-child {
  margin-right: 15px;
}

#footer .topic-nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  background-color: #4393B4;
  border-radius: 20px;
  text-align: center;
  padding: 4px 8px;
  box-sizing: border-box;
  transition: all 0.4s ease-out;
}

#footer .topic-nav li a:hover {
  opacity: 0.7;
}

#footer-navigation .footer-menu {
  text-align: center;
  padding: 30px 0 0 0;
}

#footer-navigation .footer-menu li {
  display: inline-block;
  letter-spacing: normal;
}

#footer-navigation .footer-menu li a {
  color: #4393B4;
  padding: 0 5px;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.4s ease-out;
}

#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: 200px;
}

/*****************************************
NAV CUSTOMIZE
*****************************************/
.hamburger {
  display: none;
}

#nav {
  position: absolute;
  top: 15px;
  right: 130px;
}

#nav ul {
  text-align: center;
  list-style: none;
}

#nav li {
  display: inline-block;
}

#nav a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4393B4;
  display: block;
  padding: 0 5px;
  transition: all 0.4s ease-out;
}

#nav a:hover {
  color: #3AD2D2;
}

/***************************************************************
メイン画像
***************************************************************/
/*--------------------------------------------------------------
トップページ　メイン画像
--------------------------------------------------------------*/
#toparea {
  position: relative;
  text-align: center;
}

#toparea .volunteer {
  position: absolute;
  top: 4%;
  right: 1%;
  width: 35%;
}

#toparea .volunteer a span {
  display: block;
  padding: 20px 0;
  background: #6fa9be;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
}

#toparea .inner {
  padding: 30px 25px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 65%;
  position: absolute;
  top: 20%;
  left: 18%;
  box-sizing: border-box;
}

/*top-area-info*/
.top-info-area {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 520px;
}

.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;
  padding: 15px;
  text-align: center;
  transition: 0.2s;
  width: 250px;
}

.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;
}

/*--------------------------------------------------------------
2列レイアウト
--------------------------------------------------------------*/
#toparea .text-box {
  width: 100%;
  display: table;
}

#toparea .text-box .logo {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

#toparea .text-box .text {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  background-color: #fff;
  padding: 30px 20px;
}

#toparea .text-box .text h1 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

#toparea .text-box .text .pr {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 20px 0;
  text-align: center;
}

#toparea .text-box .text .description {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 1190px) {
  #toparea .inner {
    padding: 25px 15px;
    top: 15%;
  }
  #toparea .text-box .text h1 {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  #toparea .text-box .text .pr {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
  #toparea .text-box .text .description {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}
/*--------------------------------------------------------------
ギャラリー トップ画像
--------------------------------------------------------------*/
#galleryarea {
  position: relative;
}

#galleryarea .inner {
  padding: 30px 25px;
  background-color: rgba(255, 255, 255, 0.6);
  width: 65%;
  position: absolute;
  top: 20%;
  left: 18%;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
2列レイアウト
--------------------------------------------------------------*/
#galleryarea .text-box {
  width: 100%;
  display: table;
}

#galleryarea .text-box .logo {
  display: table-cell;
  width: 35%;
  vertical-align: middle;
}

#galleryarea .text-box .text {
  display: table-cell;
  width: 70%;
  vertical-align: top;
  padding: 30px 20px;
}

#galleryarea .text-box .text .topic-nav {
  list-style: none;
}

#galleryarea .text-box .text .topic-nav:after {
  content: "";
  display: block;
  clear: both;
}

#galleryarea .text-box .text .topic-nav li {
  float: left;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}

#galleryarea .text-box .text .topic-nav li a {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #4393B4;
  border-radius: 30px;
  text-align: center;
  height: 65px;
  padding: 15px 0 0 0;
  box-sizing: border-box;
  transition: all 0.4s ease-out;
}

#galleryarea .text-box .text .topic-nav li:nth-of-type(2) a {
  padding: 25px 0 0 0;
}

#galleryarea .text-box .text .topic-nav li a:hover {
  background-color: #65B7DA;
}

@media screen and (max-width: 1190px) {
  #galleryarea .inner {
    top: 15%;
    padding: 25px 10px;
  }
  #galleryarea .text-box .text {
    padding: 25px 5px;
  }
  #galleryarea .text-box .text .topic-nav li {
    padding: 0 5px;
  }
  #galleryarea .text-box .text .topic-nav li a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
#galleryarea img {
  min-width: 100%;
}

/*--------------------------------------------------------------
下層ページ トップ画像
--------------------------------------------------------------*/
#pagearea {
  position: relative;
  text-align: center;
}

#pagearea .volunteer {
  position: absolute;
  top: 4%;
  right: 1%;
  width: 35%;
}

#pagearea .volunteer a span {
  display: block;
  padding: 20px 0;
  background: #6fa9be;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
}

#pagearea .volunteer a:hover span {
  opacity: 0.8;
}

#pagearea .text-box {
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 65%;
  position: absolute;
  top: 10%;
  left: 18%;
  box-sizing: border-box;
}

#pagearea .text-box h1 {
  font-size: 3.8rem;
  font-weight: bold;
  padding: 0 0 15px 0;
  text-align: center;
}

#pagearea .text-box p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}

#pagearea .text-box .name {
  text-align: right;
  line-height: 1.6;
}

#pagearea .text-box .name span {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 1300px) {
  #pagearea .text-box {
    padding: 15px 15px;
    top: 7%;
  }
  #pagearea .text-box h1 {
    font-size: 2.6rem;
    padding: 0 0 10px 0;
    text-align: center;
  }
  #pagearea .text-box p {
    font-size: 1.6rem;
  }
  #pagearea .text-box .name span {
    font-size: 2.8rem;
  }
}
/*--------------------------------------------------------------
2015開催概要ページ トップ画像
--------------------------------------------------------------*/
#pagearea .text-box02 {
  padding: 25px 25px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 65%;
  position: absolute;
  top: 25%;
  left: 18%;
  box-sizing: border-box;
}

#pagearea .text-box02 h1 {
  font-size: 3.4rem;
  font-weight: bold;
  padding: 0 0 15px 0;
  text-align: center;
}

#pagearea .text-box02 p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 1300px) {
  #pagearea .text-box02 {
    padding: 15px 15px;
    top: 20%;
  }
  #pagearea .text-box02 h1 {
    font-size: 2.8rem;
    padding: 0 0 10px 0;
    text-align: center;
  }
  #pagearea .text-box02 p {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------------------------
2017開催概要ページ トップ画像
--------------------------------------------------------------*/
#pagearea .text-box03 {
  background-color: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  padding: 20px 20px;
  position: absolute;
  top: 55%;
  left: 18%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 65%;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #pagearea .text-box03 {
    top: 70%;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  #pagearea .text-box03 {
    top: 70%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  #pagearea .text-box03 {
    top: 65%;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
  #pagearea .text-box03 {
    top: 60%;
  }
}
#pagearea .text-box03 h1 {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 0 0 15px 0;
  text-align: center;
}

#pagearea .text-box03 p {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 1300px) {
  #pagearea .text-box03 {
    padding: 10px 10px;
  }
  #pagearea .text-box03 h1 {
    font-size: 2rem;
    padding: 0 0 10px 0;
    text-align: center;
  }
  #pagearea .text-box03 p {
    font-size: 1.4rem;
  }
}
#pagearea .text-box03 .name {
  text-align: right;
  line-height: 1.6;
}

#pagearea .text-box03 .name span {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 1024px) {
  #pagearea .text-box03 {
    padding: 10px 10px;
  }
  #pagearea .text-box03 h1 {
    font-size: 1.7rem;
    padding: 0 0 10px 0;
    text-align: center;
  }
  #pagearea .text-box03 p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #pagearea .text-box03 .name {
    text-align: right;
    line-height: 1.6;
  }
  #pagearea .text-box03 .name span {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 2.6rem;
    font-weight: bold;
    margin: 0 0 0 10px;
  }
}
/***************************************************************
トップページ：お知らせ
***************************************************************/
#news h2 {
  font-size: 2.6rem;
  font-weight: bold;
}

#news {
  margin: 50px auto 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 15px 15px;
  box-sizing: border-box;
}

#news .inner {
  width: 100%;
  height: 250px;
  overflow-y: auto;
}

#news .inner ul {
  list-style-type: none;
  padding: 10px 10px 10px 10px;
}

#news .inner ul li:after {
  content: "";
  display: block;
  clear: both;
}

#news .inner ul li {
  border-top: dotted 1px #c5c5c5;
  padding: 5px 0;
}

#news .inner ul li:first-child {
  border-top: none;
}

#news .inner .data {
  float: left;
  width: 120px;
  font-size: 1.3rem;
}

#news .inner .text {
  float: none;
  width: auto;
  margin-left: 120px;
}

#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: 180px;
  padding: 5px 0;
  font-size: 1.4rem;
  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 {
  float: left;
  width: 50%;
  height: 300px;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 20px;
  box-sizing: border-box;
}

#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 br {
  display: none;
}

#top-gallery ul {
  list-style: none;
}

#top-gallery ul:after {
  content: "";
  display: block;
  clear: both;
}

#top-gallery ul li {
  float: left;
  width: 20%;
  padding: 0 10px;
  box-sizing: border-box;
}

#top-gallery ul li img {
  width: 100%;
}

#top-gallery .morebtn a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #4393B4;
  width: 180px;
  padding: 5px 0;
  margin: 50px auto 0;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s ease-out;
}

#top-gallery .morebtn a:hover {
  opacity: 0.7;
}

/***************************************************************
Facebook
***************************************************************/
.sns-box {
  display: table;
  margin: 0 auto 80px;
}

.sns-box .photo {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  padding: 0 20px 0 0;
}

.sns-box .fb {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

/***************************************************************
開催概要
***************************************************************/
#summary .photo {
  width: 80%;
  margin: 30px auto 0;
}

#summary .photo02 {
  width: 55%;
  margin: 30px auto 0;
}

#summary img {
  width: 100%;
}

/*--------------------------------------------------------------
重要なお知らせ
--------------------------------------------------------------*/
.information-corona__inner {
  background: #fff;
  border: 3px solid #bf0000;
  box-sizing: border-box;
  line-height: 2;
  margin: 0 auto 30px;
  max-width: 980px;
  padding: 15px;
}

.information-corona p:not(:first-child) {
  margin-top: 20px;
}

.information-corona strong {
  font-weight: bold;
}

.information-corona__signature {
  text-align: right;
}

@media (max-width: 980px) {
  .information-corona {
    padding: 0 2%;
  }
}
/*--------------------------------------------------------------
概要　テーブル
--------------------------------------------------------------*/
.summary-box table {
  width: 100%;
  border-collapse: collapse;
}

.summary-box table th {
  padding: 5px 10px;
  text-align: left;
  width: 15%;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: bold;
}

.summary-box table td {
  padding: 5px 10px;
  text-align: left;
  width: 75%;
  font-size: 1.5rem;
}

.summary-box td li {
  margin: 0 0 0 1em;
}

/*--------------------------------------------------------------
概要　2列レイアウト
--------------------------------------------------------------*/
.summary-box table .list {
  list-style: none;
}

.summary-box table .list:after {
  content: "";
  display: block;
  clear: both;
}

.summary-box table .list li {
  float: left;
  width: 50%;
  margin: 0 0 5px 0;
}

.summary-box .text {
  padding: 10px 0 0 170px;
}

/*--------------------------------------------------------------
2018ひがふなフェスタ通信Vo8
--------------------------------------------------------------*/
.contents #summary .festa_8 {
  margin-top: 50px;
}

.contents #summary .festa_8 span {
  display: block;
  font-weight: bold;
  font-size: 2rem;
  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;
  text-align: right;
}

.double-2 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.double-2__inner {
  box-sizing: border-box;
  padding: 15px;
  width: 50%;
}

.double-2__title {
  text-align: center;
}

/*--------------------------------------------------------------
ギャラリー
--------------------------------------------------------------*/
.gallery-box {
  list-style: none;
}

.gallery-box:after {
  content: "";
  display: block;
  clear: both;
}

.gallery-box li {
  float: left;
  width: 25%;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}

.gallery-box li:nth-child(4n+1) {
  clear: both;
}

.gallery-box li p {
  font-size: 1.25rem;
  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: 20%;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 0 0 15px 0;
}

#summary .photogallery ul li:nth-child(5n+1) {
  clear: both;
}

#summary .photogallery ul li img {
  width: 100%;
}

#summary .photogallery ul li a:hover {
  opacity: 0.7;
}

/***************************************************************
ひがふなフェスタとは
***************************************************************/
#about {
  padding: 0 0 50px 0;
}

#about h3 {
  font-size: 1.5rem;
  padding: 10px 0 0 0;
}

.about-box {
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.about-box p {
  font-size: 1.5rem;
  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: 1rem;
  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 .text2 h3 {
  font-size: 1.7rem;
}

.about-box .description {
  list-style-type: upper-alpha;
  margin: 10px 0 0 30px;
  font-size: 1.5rem;
}

.about-box .description li {
  margin: 0 0 5px 0;
}

.about-box .contactbtn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.about-box .contactbtn a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #4393B4;
  border-radius: 20px;
  text-align: center;
  width: 190px;
  height: 30px;
  padding: 5px 0 0 0;
  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: 20%;
  padding: 0 5px;
  box-sizing: border-box;
  margin: 0 0 15px 0;
}

#gallery ul li:nth-child(5n+1) {
  clear: both;
}

#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;
}

/***************************************************************
協賛企業
***************************************************************/
.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 {
  padding-right: 5px;
  padding-left: 5px;
  width: 25%;
}

.sponsor-box__item:nth-child(4n) {
  padding-right: 0;
}

.sponsor-box__item:nth-child(4n+1) {
  padding-left: 0;
}

.sponsor-box02__item {
  padding-right: 3px;
  padding-left: 3px;
  width: 16.66%;
}

.sponsor-box02__item:nth-child(6n+1) {
  padding-left: 0;
}

.sponsor-box02__item:nth-child(6n) {
  padding-right: 0;
}

.sponsor-box02__item.-last {
  margin-left: auto;
}

.sponsor-box__inner,
.sponsor-box02__inner {
  background-color: #fff;
  border: solid 3px #2E75B6;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 90px;
  overflow: hidden;
  padding: 5px;
  width: 100%;
}

.sponsor-box02__inner {
  font-size: 14px;
  font-size: 1.4rem;
}

.sponsor-box__row {
  display: flex;
  justify-content: space-around;
}

.shoplogo img {
  max-height: 70px;
}

.shoplogo02 img {
  max-height: 55px;
}

.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 .logo-box {
  height: 92px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 3px #2E75B6;
  display: table;
  text-align: center;
}

#sponsorship .logo-box .p1 {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#sponsorship .logo-box .p2 {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

#sponsorship .logo-box img {
  width: 90%;
}

#sponsorship .gallery-box02 {
  list-style: none;
  margin: 20px 0 0 0;
}

#sponsorship .gallery-box02 li {
  float: left;
  width: 16.6666%;
  padding: 0 3px;
  box-sizing: border-box;
  margin: 0 0 10px 0;
}

#sponsorship .gallery-box02 li:nth-child(6n+1) {
  clear: both;
}

#sponsorship .gallery-box02 li .logo-text,
#sponsorship .gallery-box02 li .logo-text02 {
  height: 80px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  border: solid 3px #2E75B6;
  background-color: #fff;
  text-align: center;
}

#sponsorship .gallery-box02 li .logo-text {
  padding: 30px 0 0 0;
}

#sponsorship .gallery-box02 li .logo-text02 {
  padding: 18px 0 0 0;
}

#sponsorship .gallery-box02 li .logo-text02 span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0;
}

#sponsorship .gallery-box .shoplogo {
  height: 92px;
  padding: 10px 0 0 0;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 3px #2E75B6;
  text-align: center;
}

#sponsorship .gallery-box .shoplogo img {
  width: 90%;
}

#sponsorship .gallery-box02 .shoplogo {
  height: 80px;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 3px #2E75B6;
  text-align: center;
}

#sponsorship .gallery-box02 .shoplogo img {
  width: 90%;
}

#sponsorship .gallery-box02 .shoplogo02 {
  height: 80px;
  padding: 15px 0 0 0;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 3px #2E75B6;
  text-align: center;
}

#sponsorship .gallery-box02 .shoplogo02 img {
  width: 90%;
}

/***************************************************************
お問い合わせ
***************************************************************/
#reservation {
  padding: 0 0 50px 0;
}

#reservation p {
  font-size: 1.5rem;
}

#reservation .contact-box {
  padding: 50px 0 0 0;
}

#reservation .contact-box iframe {
  width: 100%;
  height: 550px;
}

/* form-select */
.form-select__txt {
  margin-bottom: 30px;
}

.form-select__list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.form-select__item {
  background: #fff8f0;
  border: 2px solid #666;
  box-sizing: border-box;
  list-style: none;
  padding: 50px 10px;
  text-align: center;
  width: 48%;
}

.form-select__item:first-child {
  margin-right: 4%;
}

.form-select__item.-disabled,
.form-select__item.-end {
  position: relative;
}

.form-select__item.-c_end {
  background: #eee;
}

.form-select__item.-disabled::before, .form-select__item.-disabled::after,
.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.-disabled::before,
.form-select__item.-end::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.-end::after {
  content: "終了しました";
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  z-index: 3;
}

.form-select__item:last-child {
  margin: 0;
}

.form-select__item a {
  background-color: #3650d9;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 25px 10px 15px;
  position: relative;
  text-align: center;
}

.form-select__item a:hover {
  background: #3a4aa1;
}

.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;
}

/*--------------------------------------------------------------
TEL&FAX
--------------------------------------------------------------*/
.tel-box {
  padding: 20px 20px;
  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.8rem;
  color: #333;
}

.tel-box .tel span {
  font-size: 2.6rem;
}

.tel-box .tel br {
  display: none;
}

/***************************************************************
ひがふな丼
***************************************************************/
#higafunadon h2 {
  font-size: 2rem;
  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 10px;
}

#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 10px;
  box-sizing: border-box;
}

#higafunadon .list02 {
  margin: 15px 0 0 0;
}

#higafunadon .list02 li {
  float: left;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

#higafunadon .list03 li {
  float: left;
  box-sizing: border-box;
}

#higafunadon .list03 li:nth-child(odd) {
  width: 55%;
  padding: 0 10px 0 0;
}

#higafunadon .list03 li:nth-child(even) {
  width: 45%;
}

#higafunadon .list03 img {
  width: 100%;
}

/*don-place*/
.don-place {
  display: flex;
  margin-top: 20px;
}

.don-place__img {
  width: 35%;
}

.don-place__text {
  box-sizing: border-box;
  padding: 30px;
  width: 65%;
}

.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 {
  text-align: right;
  margin: 10px 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;
}

/*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;
  float: right;
  padding: 0 0 10px 20px;
  width: 30%;
}

.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;
}

.meating .event-title .dib:nth-child(2) {
  padding: 0 10px;
}

.meating__container {
  margin: 0 auto;
  max-width: 1500px;
}

@media (max-width: 1500px) {
  .meating__container {
    padding: 3%;
  }
}
.meating__detail,
.meating__schedule {
  float: left;
  width: 50%;
}

@media (max-width: 980px) {
  .meating__detail,
  .meating__schedule {
    float: none;
    width: 100%;
  }
}
.meating__detail {
  line-height: 2;
  margin-bottom: 20px;
}

.meating__table {
  margin-bottom: 20px;
}

.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 {
  margin-top: 20px;
  text-align: right;
}

/*higafuna-don*/
.higafuna-don {
  background: #FFF;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 2%;
}

/*higafuna-don-col01~03*/
.higafuna-don-col01,
.higafuna-don-col02,
.higafuna-don-col03 {
  box-sizing: border-box;
}

.higafuna-don-col01 {
  width: 30%;
}

.higafuna-don-col02 {
  width: 40%;
}

.higafuna-don-col03 {
  width: 30%;
}

/*higafuna-don-col01*/
.higafuna-don-col01__text {
  color: #b30285;
  font-size: 30px;
  font-size: 2.5rem;
  font-size: 1.9vw;
  font-weight: bold;
  line-height: 1.3;
  margin: 30px 0;
}

.higafuna-don-col01__img {
  display: none;
}

.higafuna-don-col01__table {
  margin-left: auto;
  width: 90%;
}

/*higafuna-don-col02*/
.higafuna-don-col02 {
  padding: 0 2%;
}

.higafuna-don-col02__inner {
  background-image: url(image.php?id=302);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}

/*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: 33.3%;
}

@media (max-width: 980px) {
  .higafuna-don-col03__program-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/*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-left: auto;
  max-width: 300px;
}

.contact-area__btn.-sp {
  display: none;
}

/*event-box*/
.event-box.-cro {
  background: #FFF;
  padding: 30px 0;
}

.event-box__inner {
  margin: 0 auto;
  max-width: 980px;
}

.event-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.event-box__body {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.event-box__text,
.event-box__img {
  box-sizing: border-box;
}

.event-box__text {
  font-size: 16px;
  padding-right: 3%;
  width: 80%;
}

.youtube-link {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}

.event-box__img {
  font-size: 16px;
  width: 20%;
}

/*********************************************************
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: 18px;
  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;
}

.collabo__txt {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.collabo__box {
  display: flex;
  align-items: center;
}

.collabo__img {
  margin-right: 3%;
}

.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;
  padding: 15px 0;
  text-decoration: none;
  width: 300px;
}

.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: 3% 0;
}

/*********************************************************
about-inner h2
*********************************************************/
.about-inner h2 {
  font-size: 3rem;
  font-weight: bold;
  padding: 0 0 15px 0;
  text-align: center;
}

/*********************************************************
about-bgw
*********************************************************/
.about-bgw {
  background: #fff;
}

/*********************************************************
about-top-table
*********************************************************/
#summary .about-top-table__logo {
  font-weight: bold;
}

#summary .about-top-table__logo img {
  display: block;
  margin-top: 3%;
  text-align: center;
  width: 500px;
}

/*********************************************************
about-list
*********************************************************/
.about-list.-bg_white {
  background: #fff;
}

.about-list__ttl strong {
  color: #cc0000;
  font-size: 120%;
  font-weight: bold;
}

.about-list__content {
  margin-bottom: 15px;
}

.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 {
  display: flex;
  align-items: center;
}

.about-df.-delivery, .about-df.-photo, .about-df.-ticket, .about-df.-scratch {
  justify-content: space-between;
}

.about-df.-txt {
  align-items: normal;
  margin-bottom: 15px;
  padding: 0 2%;
}

.about-df.-txt:last-child {
  margin-bottom: 0;
}

.about-df__content {
  line-height: 1.5;
}

.-ticket .about-df__content {
  width: 50%;
}

.about-df__content:first-child {
  margin-right: 30px;
}

.-ch .about-df__content:first-child a {
  word-break: break-all;
}

.-ch .about-df__content:last-child img {
  max-width: 100px;
}

.-delivery .about-df__content:last-child img,
.-photo .about-df__content:last-child img,
.-scratch .about-df__content:last-child img {
  max-width: 400px;
}

.-photo .about-df__content:last-child a:hover {
  opacity: 0.8;
}

.about-df__content.-cs {
  background: #eee;
  padding: 50px;
  text-align: center;
}

.-txt .about-df__content:first-child {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 15px;
}

.about-df__p {
  margin-bottom: 10px;
}

.about-df__p:last-child {
  margin-bottom: 0;
}

.about-df__note {
  color: #f00;
  margin-bottom: 10px;
}

.about-df__note: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;
}

.recruiting-youtube__inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 3% 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__dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.recruiting-youtube__contact {
  margin-top: 10px;
}

@media (max-width: 980px) {
  .recruiting-youtube {
    padding: 0 2%;
  }
}
/*********************************************************
recruiting-details
*********************************************************/
.recruiting-details {
  margin: 0 0 30px 1em;
}

.recruiting-details:last-child {
  margin-bottom: 0;
}

.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__inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 3% 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;
}

@media (max-width: 980px) {
  .recruiting-corona {
    padding: 0 2%;
  }
}
/*********************************************************
howto-youtube
*********************************************************/
.howto-youtube {
  padding: 3% 0;
}

.howto-youtube__inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 980px;
  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;
}

@media (max-width: 980px) {
  .howto-youtube {
    padding: 0 2%;
  }
}
/*********************************************************
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-top: 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__content {
  display: flex;
  justify-content: space-between;
}

.festa-ch__img {
  width: 47.5%;
}

/*********************************************************
youtube-live
*********************************************************/
.youtube-live {
  padding: 5% 2%;
}

.youtube-live__inner {
  margin: 0 auto;
  max-width: 980px;
}

.youtube-live__content {
  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: 36px;
  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-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

/*********************************************************
winning-num
*********************************************************/
.winning-num h2 {
  font-size: 24px;
  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;
}