@charset "UTF-8";

/**
 *
 * カラムレイアウト、共通コンテンツ
 *
**/

body {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
  font-family:
    游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E,
    "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho",
    "MS 明朝", メイリオ, Meiryo, serif;
  animation: fadeIn 1.5s ease 0s 1 normal;
  position: relative;
}
#wrapper {
  overflow: hidden;
}

#hero {
  width: calc(100% - 155px);
  margin: 0 auto;
  padding: 0;
  background-attachment: fixed;
  background-size: 100% auto;
  position: relative;
}
#hero .firstview-inner {
  padding-top: 93px;
}

#hero .firstview-inner .slide_sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  #hero .firstview-inner .slide_sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #hero .firstview-inner .slide_pc {
    display: none;
  }
  #hero .firstview-inner {
    padding-top: 70px;
  }
}

#event_date {
  padding: 30px 0 40px !important;
  background: #071a50;
  color: #fff;
  background-image: url(https://oshiromatsuri.jp/images/bg_1.png);
  background-repeat: repeat;
  background-size: 25%;
}
#event_date p.close_anno {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
}
#event_date > div {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  max-width: 690px;
  margin: 0 auto;
  text-indent: -80px;
  padding-left: 80px;
}
#event_date div p small {
  font-size: 18px;
  letter-spacing: 0;
}
#event_date div .date span {
  color: #071a50;
  background: #fff;
  padding: 2px 12px;
  margin-right: 10px;
  border-radius: 22px;
  font-size: 17px;
  vertical-align: text-bottom;
}

#event_date div .place span {
  color: #071a50;
  background: #fff;
  padding: 2px 12px;
  margin-right: 10px;
  border-radius: 22px;
  font-size: 17px;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 768px) {
  #event_date p.close_anno {
    font-size: 21px;
    letter-spacing: 0;
  }
  #event_date > div {
    font-size: 22px;
    text-indent: 0;
    padding-left: 0;
    letter-spacing: 0;
    max-width: 570px;
  }
  #event_date > div p {
    line-height: 1;
  }
  #event_date > div .date {
    margin-bottom: 12px;
  }
  #event_date div .date span,
  #event_date div .place span {
    display: block;
    max-width: 75px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
    padding: 4px 12px 2px;
  }
}
@media only screen and (max-width: 620px) {
  #event_date p.close_anno {
    font-size: 19px;
    padding: 0 20px;
    line-height: 1.3;
  }
  #event_date > div {
    padding: 0 20px;
    font-size: 18px;
  }
}
/************************************************************************
 * 日付
************************************************************************/
#news .date_area {
  background-image:
    url(/images/bg2023_1.png), url(/images/bg2023_2.png),
    url(/images/bg2023_1.png);
  background-position:
    5% 52%,
    114% 84%,
    -17% 100%;
  background-size: 41%, 45%, 36%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
#news .date_area .date_img {
  max-width: 650px;
  width: 75vw;
  margin: -210px auto 0;
}
#news .date_area .date_img img.date_anim {
  animation: dateAnim 1.8s ease-out 0s 1 normal forwards;
}

@keyframes dateAnim {
  0% {
    animation-timing-function: ease-out;
    transform: scale(1);
    transform-origin: center center;
  }

  10% {
    animation-timing-function: ease-in;
    transform: scale(0.91);
  }

  17% {
    animation-timing-function: ease-out;
    transform: scale(0.98);
  }

  33% {
    animation-timing-function: ease-in;
    transform: scale(0.87);
  }

  45% {
    animation-timing-function: ease-out;
    transform: scale(1);
  }
}

.bg_2025 {
  background-color: #fff;
}
.bg_2 {
  background-image:
    url(/images/bg2023_1.png), url(/images/bg2023_2.png),
    url(/images/bg_2023.png);
  background-position:
    -10% 5%,
    115% 95%,
    50% 50%;
  background-repeat: no-repeat, no-repeat, repeat;
}
.bg_inner {
  background-image: url(/images/bg_cloud_2026.svg);
  background-position-x: 0%;
  background-position-y: 35%;
  background-size: 130%;
  background-repeat: repeat;
  animation: cloud 50s linear infinite;
}
@keyframes cloud {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 2000px;
  }
}

#slb_viewer_wrap .fg-caption-title .fg-caption-title {
  font-size: 15px;
  padding: 5px 0;
}
section {
  padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  main section {
    padding-left: 0;
    padding-right: 0;
  }
}
/************************************************************************
 * トップ About
************************************************************************/
.top_line {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}
.top_linelogo {
  max-width: 740px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
.top_map {
  margin: 0 auto;
  background-image:
    url(/images/bg_cloud1_2026.png), url(/images/bg_cloud2_2026.png);
  background-position:
    84% 72%,
    14% 36%;
  background-size: 24%, 21%;
  background-repeat: no-repeat, no-repeat;
  padding: 0 15px;
}
.top_map img {
  max-width: 530px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .top_map {
    background-position:
      95% 72%,
      1% 36%;
    background-size: 30%, 28%;
  }
}
#news .about {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto 100px;
  padding: 60px 50px 80px;
  border-radius: 10px;
  background-image:
    url(/images/bg2026_1.png), url(/images/bg2026_2.png),
    url(/images/bg2026_1.png);
  background-position:
    0% 10%,
    100% 58%,
    0% 100%;
  background-size: 43%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
#news .about .intro h2 {
  color: #004471;
}
#news .about .about_content {
  font-size: 115%;
  letter-spacing: 1px;
  line-height: 35px;
}
#news .about .about_content .block_01 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 120px;
}
#news .about .about_content .block_01 .txt {
  height: 60%;
  background: #fff;
  padding: 30px;
  margin-bottom: 2%;
  margin-left: -15%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 5px;
  z-index: 21;
  border: 1px solid #285794;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
#news .about .about_content .block_01 .img {
  width: 75%;
  z-index: 20;
}
#news .about .about_content .block_01 .img img {
  border-radius: 5px;
}
#news .about .about_content .block_02 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 60px;
}
#news .about .about_content .block_02 .txt {
  height: 78%;
  background: #fff;
  padding: 30px;
  margin-bottom: 0;
  margin-right: -30%;
  border-radius: 5px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 21;
  border: 1px solid #285794;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
#news .about .about_content .block_02 .img {
  width: 80%;
  z-index: 20;
}
#news .about .about_content .block_02 .img img {
  border-radius: 5px;
}
@media only screen and (max-width: 915px) {
  #news .about .about_content {
    font-size: 105%;
    line-height: 26px;
    padding: 0 15px;
  }
  #news .about .about_content .block_01 .txt {
    height: 55%;
    padding: 20px;
    margin-left: -17%;
  }
  #news .about .about_content .block_02 .txt {
    height: 55%;
    margin-right: -26%;
    margin-bottom: 0;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #news .about {
    width: 100%;
    padding: 60px 0 50px;
    margin: 0 auto 10px;
    background-position:
      0% 11%,
      100% 54%,
      0% 100%;
    background-size: 66%, 78%, 65%;
  }
  #news .about .about_content .block_01 {
    flex-direction: column-reverse;
    align-items: end;
    margin-bottom: 40px;
  }
  #news .about .about_content .block_01 .img {
    padding-right: 10%;
    width: 100%;
  }
  #news .about .about_content .block_01 .txt {
    margin-top: -50px;
    writing-mode: horizontal-tb;
    height: auto;
    width: 90%;
  }
  #news .about .about_content .block_02 {
    flex-direction: column-reverse;
    align-items: end;
  }
  #news .about .about_content .block_02 .img {
    padding-right: 10%;
    width: 100%;
  }
  #news .about .about_content .block_02 .txt {
    margin-top: -50px;
    writing-mode: horizontal-tb;
    height: auto;
    width: 90%;
    margin-right: 0px;
  }
}
.slick01 {
}
.slick-slide img {
  width: 100%;
  /*height: 30vw;
  max-height: 400px;
  min-height: 350px;*/
}

/************************************************************************
************************************************************************/
.sp-disp {
  display: none !important;
}

@media only screen and (max-width: 479px) {
  .pc-disp {
    display: none !important;
  }
  .sp-disp {
    display: block !important;
  }
}

#wpadminbar {
  display: none !important;
}

/**
 * タブレット端末用
**/

@media only screen and (max-width: 999px) {
}

/**
 * タブレット ipad端末用
**/

@media only screen and (max-width: 768px) {
}

/**
 * スマートフォン端末用 iPhone 縦
**/

@media only screen and (max-width: 479px) {
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10 {
    width: 100%;
    position: relative;
    float: unset;
  }
}

/**
 * スマートフォン端末用 iPhone 5/SE/4以下縦
**/

@media screen and (max-width: 320px) {
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

.container .col-12 {
  overflow: hidden;
}

.container .col-12 > .col-11,
.container .col-12 > .col-10,
.container .col-12 > .col-9,
.container .col-12 > .col-8,
.container .col-12 > .col-7,
.container .col-12 > .col-6,
.container .col-12 > .col-5,
.container .col-12 > .col-4,
.container .col-12 > .col-3,
.container .col-12 > .col-2,
.container .col-12 > .col-1 {
  float: left;
  overflow: hidden;
}

.container .col-12 .image a img {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.container .col-12 .image a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/**
 * header
**/

header {
  width: 100%;
  top: 0;
  left: 0;
  padding-right: 20px;
  padding-left: 20px;
  position: fixed;
  z-index: 99;
  background-color: #fffffff2;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

#navBar .gNav-container {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 70px;
  padding: 16px 3% 5px 0;
  position: relative;
  overflow: hidden;
}
#logo {
  width: 170px;
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 100;
  background: #fff;
  padding: 20px;
}
#logo a img:hover {
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  #logo {
    width: 115px;
    max-width: unset;
    top: 0;
    left: 10px;
    padding: 13px;
  }
}
.logo {
  max-width: 150px;
  position: absolute;
  top: 15px;
  left: 7%;
}
@media only screen and (max-width: 768px) {
  .logo {
    max-width: 100px;
    top: 11px;
    left: 2%;
  }
}
#logo_sm {
  display: none;
  max-width: 250px;
  position: absolute;
  top: 36px;
  left: 1%;
}
@media only screen and (max-width: 1024px) {
  #logo_sm {
    max-width: 260px;
  }
}
@media only screen and (max-width: 940px) {
  #logo_sm {
    max-width: 200px;
  }
}
@media only screen and (max-width: 805px) {
  #logo_sm {
    max-width: 173px;
  }
}
@media only screen and (max-width: 768px) {
  #logo_sm {
    display: none;
    top: 23px;
  }
}

#navBar .gNav-container ul {
  max-width: 100%;
  height: 72px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: right;
  align-items: center;
}
#navBar .gNav-container ul > li.logo {
  max-width: 100px;
  margin-right: 5%;
  width: 10%;
  transition: 0.5s;
}

#navBar .gNav-container ul > li {
  padding-bottom: 4px;
}

#navBar .gNav-container ul > li a {
  border-right: 1px solid #ccc;
  color: #15274a;
  padding: 0 15px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  display: block;
  text-decoration: none;
}

#navBar .gNav-container ul > li:first-child a {
  border-left: none;
}
#navBar .gNav-container ul > li:last-child a {
  border-right: none;
}
#navBar .gNav-container ul > li a span {
  font-size: 9px;
  font-weight: 100;
  color: #b99723;
}

#navBar .gNav-container ul > li a:hover,
#footer ul li a:hover {
  color: #071a50;
}
#navBar .gNav-container ul > li.insta {
  padding-bottom: 0;
}
#navBar .gNav-container ul > li.insta a img {
  width: 55%;
}

@media only screen and (max-width: 1024px) {
  #navBar .gNav-container ul > li a {
    font-size: 15px;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 870px) {
  #navBar .gNav-container ul > li a {
    padding: 3px 5px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #navBar .gNav-container ul {
    display: none;
  }
  #navBar .gNav-container .logo_kamon {
    display: block;
    max-width: 70px;
  }
}
@media only screen and (min-width: 769px) {
  #navBar .gNav-container .logo_kamon {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10 {
    width: 100%;
    position: relative;
    float: unset;
  }
  header {
    padding-left: 10px;
  }
}

/**
 *
 * パンくず
 *
**/

#breadcrumbs {
  width: 100%;
  margin: 79px auto 0;
  padding: 15px 5px 15px 40px;
  background: #f2f2f2;
}

#breadcrumbs ul {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}

#breadcrumbs ul li {
  font-size: 11.5px;
  padding-right: 13px;
  margin-right: 12px;
  letter-spacing: 1px;
  float: left;
  position: relative;
}

#breadcrumbs ul li a::after {
  content: "";
  margin-top: -5px;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #breadcrumbs {
    width: 100%;
    padding: 10px 10px 5px 40px;
  }
  #breadcrumbs ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  #breadcrumbs ul li {
    display: inline;
    padding-right: 10px;
    margin-right: 10px;
    flex: 0 0 40%;
    float: none;
  }
  #breadcrumbs ul li a::after {
    margin-top: -4px;
    width: 7px;
    height: 7px;
  }
}

@media screen and (max-width: 479px) {
  #breadcrumbs {
    width: 100%;
    margin-top: 60px;
    padding: 10px;
  }
  #breadcrumbs ul {
    overflow: hidden;
  }
}

/**
 *
 * セクションタイトル、共通コンテンツ
 *
**/

.container {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 130px 20px 80px;
  /*background-color: #fff;*/
  /* box-shadow: 0 4px 20px rgb(0 0 0 / 5%);*/
  border-radius: 10px;
  color: #15274a;
}
.container article {
  max-width: 800px;
  margin: 0 auto;
  padding: 3% 3% 6%;
  border-radius: 20px;
    background: #ffffffb3;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.container .entry-content .entry-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.container .entry-content .entry-block .txt {
  width: 47%;
  font-size: 16px;
  line-height: 2.5;
  text-indent: 10px;
}
.container .entry-content .entry-block .img {
  width: 34%;
}
.container .entry-content .entry-block .img img {
  width: 100%;
  border-radius: 4px;
}
.container .entry-content .entry-map .img_map {
  max-width: 406px;
  margin: 0 auto;
}
.container .entry-content .entry-map.img_map img {
  width: 100%;
  border-radius: 4px;
}

@media screen and (max-width: 1100px) {
  .container .entry-content .entry-block {
    justify-content: space-between;
    margin-bottom: -15px;
  }
  .container .entry-content .entry-block .txt {
    width: 58%;
  }
  .container .entry-content .entry-block .img {
    width: 30%;
  }
}
@media screen and (max-width: 860px) {
  .container .entry-content .entry-block {
    margin-bottom: 0px;
  }
  .container .entry-content .entry-block .txt {
    width: 61%;
    line-height: 2;
  }
}
@media screen and (max-width: 740px) {
  .container .entry-content .entry-block {
    flex-flow: column;
  }
  .container .entry-content .entry-block .txt {
    width: 98%;
    order: 1;
    line-height: 1.8;
    margin-bottom: 25px;
  }
  .container .entry-content .entry-block .img {
    order: 2;
    margin-bottom: 25px;
    width: 65%;
  }
}
.entry-image {
  margin-bottom: 20px;
}
.entry-image img {
  border-radius: 10px;
}
.en {
  color: #fff;
  background: #23b923;
  padding: 2px 10px;
  border-radius: 100px;
}
.intro {
  margin: 0 auto 30px;
  text-align: center;
}

.intro .cat {
  display: inline-block;
  border-radius: 22px;
  background: #071a50;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-right: 10px;
}

.intro .cat a {
  color: #fff;
}
.intro time {
  color: #b99723;
}
.intro .tit {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 8px;
  color: #004471;
}

.intro .tit span {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 8px;
  letter-spacing: 3px;
}

.intro .subtitle {
  color: #c10000;
  font-size: 15px;
  font-weight: bold;
}

.intro .subtitle span {
  background: #c10000;
  color: #fff;
  padding: 0px 5px;
  margin-right: 10px;
}

.intro-border {
  margin: 0 auto 20px;
  text-align: left;
}

.intro-border .en {
  margin-bottom: 0;
  color: #071a50;
  display: block;
}

.intro-border .tit {
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}

.intro-border .tit::before {
  width: 60%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #071a50;
}

.intro p.title-sub {
  margin: 8px 0 0;
  font-size: 14px;
  text-align: center;
}

.entry-content {
  font-size: 16px;
}

.top_search {
  text-align: center;
}

.top_search .search-form {
  width: 94%;
  max-width: 500px;
  margin: 20px auto 80px;
}

.ytube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 15px;
}
.ytube iframe {
  width: 100%;
  height: 100%;
}

#close {
  background: #f5f3f0;
}
#close div {
  text-align: center;
}
#close div p {
  font-size: 18px;
  font-weight: 600;
  line-height: 2;
}

.top_news {
  max-width: 720px;
  margin: 0 auto;
}

.top_news li {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 15px;
}

.top_news li .top_news_day {
  display: inline-block;
  width: 15%;
  vertical-align: top;
  color: #071a50;
}

.top_news li .top_news_tit {
  display: inline-block;
  width: 84%;
  line-height: 1.5;
}

.top_news li .top_news_tit a {
  font-weight: 600;
}

@media only screen and (max-width: 700px) {
  .top_news {
    padding: 0 10px;
  }
  .top_news li .top_news_tit {
    width: 100%;
  }
  .top_news li .top_news_day {
    display: block;
    width: 100%;
  }
}

.discription {
  padding: 30px;
  position: relative;
}

.discription::before,
.discription::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  display: inline-block;
}

.discription::before {
  border-left: solid 2px #071a50;
  border-top: solid 2px #071a50;
  top: 0;
  left: 0;
}

.discription::after {
  border-right: solid 2px #071a50;
  border-bottom: solid 2px #071a50;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 100px 20px 50px;
  }
  .intro {
    margin: 0 auto 30px;
  }
  .intro-border {
    margin: 0 auto 15px;
  }
  .discription {
    margin: 0 auto 30px;
    width: 90%;
  }
}

@media only screen and (max-width: 479px) {
  .intro .en {
    margin-bottom: 0;
    font-size: 10px;
    letter-spacing: 2px;
  }
  .intro .tit {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .intro .subtitle {
    font-size: 12px;
  }

  .intro p.title-sub,
  .wpcf7-form .btn_wrap label,
  .wpcf7-form .btn_wrap p {
    font-size: 13px;
  }
  .discription {
    width: 95%;
    padding: 25px;
  }
}

/** lede **/

.ledeBox {
  overflow: hidden;
}

.lede {
  margin: 0 auto;
  width: 50%;
  float: left;
}

.sub .lede {
  margin-top: 60px;
}

.lede h3 {
  margin-top: 20px;
  background: #071a50;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.sub .lede p {
  font-size: 18px;
}

.lede p span {
  padding-right: 10px;
  color: #b72a29;
}

.lede p.main-txt {
  font-size: 20px;
  font-weight: 700;
}

.lede-image {
  margin: 0 auto;
  width: 50%;
  float: right;
}

@media only screen and (max-width: 1024px) {
  .lede {
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .lede p.main-txt {
    font-size: 15px;
  }
  .lede p,
  .sub .lede p {
    font-size: 12px;
  }
}

.btn_performance a {
  display: block;
  width: 130px;
  height: 125px;
  background: #c2ef00c7;
  border-radius: 100px;
  position: fixed;
  bottom: 23%;
  right: 2%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -1px;
  padding: 20px 8px 10px 8px;
  text-decoration: none;
  z-index: 999;
}
.btn_performance img {
  margin-top: -55px;
  margin-bottom: 8px;
}

.btn_shop a {
  display: block;
  width: 130px;
  height: 125px;
  background: #47cbdec7;
  border-radius: 100px;
  position: fixed;
  bottom: 11%;
  right: 2%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -1px;
  padding: 30px 8px 10px 8px;
  text-decoration: none;
  z-index: 998;
}
/*.btn_shop img {
  margin-top: -55px;
  margin-bottom: 8px;
}*/

/**
 * ボタン
**/

.btn {
  width: 80%;
  margin: 50px auto 0;
  max-width: 300px;
  position: relative;
  display: block;
}

.btnBox {
  width: 80%;
  max-width: 640px;
  margin: 50px auto 0;
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}

.btnBox .btn {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.btnBox .btn a {
  float: left;
  position: relative;
}

.btn a,
.btn input {
  margin: 0 auto;
  line-height: 45px;
  height: 50px;
  width: 100%;
  font-weight: 700;
  background: #3330;
  border-radius: 4px;
  border: 1px solid#cbcbe1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}

.btn-more a,
.btn-more input {
  padding-right: 10px;
  text-decoration: none;
  color: #fff;
  background: #1d578a;
}

.btn a:hover,
.btn input:hover {
  background: #d1aa43;
}

.btn-more > a::after {
  content: "";
  margin-top: -4px;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.btn-top a i {
  font-size: 42px;
  color: #afb0db;
  transition: 0.3s;
}
.btn-top a i:hover {
  color: #071a50;
}
@media only screen and (max-width: 768px) {
  .btn {
    margin: 25px auto 0;
  }
  .btnBox {
    margin: 25px auto 0;
  }
  .btn a {
    line-height: 46px;
    height: 50px;
  }
}

@media only screen and (max-width: 479px) {
  .btn {
    margin: 20px auto 0;
  }
  .btnBox {
    width: 100%;
    margin: 0 auto;
  }
  .btnBox .btn {
    margin: 0 1%;
  }
  .btn-top {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .btn a {
    font-size: 13px;
  }
}

/**
 * グリッド
**/

.grid {
  margin-top: -20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.grid .ImgTxtBox {
  max-width: 300px;
  margin: 20px 1% 20px;
  flex-basis: 31%;
  border: 1px solid #285794;
  background: linear-gradient(
    to bottom,
    #fff5f5 0%,
    #ffffff 26%,
    #ffffff 85%,
    #e3faff 100%
  );
  padding: 10px;
}

@media only screen and (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(263px, min-content));
  }
}

@media only screen and (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(279px, min-content));
  }
  .grid .ImgTxtBox {
    flex-basis: 48%;
  }
}

@media only screen and (max-width: 479px) {
}

/**
 * ボックス
**/

.ImgTxtBox {
  position: relative;
  /*background: rgba(255, 255, 255, 0.95);*/
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.ImgTxtBox .image {
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  max-height: 200px;
}

.ImgTxtBox .image img {
  height: 200px;
  border-radius: 6px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.ImgTxtBox .image a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ImgTxtBox .desc {
  padding: 8px 10px 10px 10px;
  position: relative;
}

.ImgTxtBox .cat {
  line-height: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
}

.cat span {
  color: #fff;
  padding: 8px 10px;
}

.cat-event {
  background: #ffcb00;
}

.ImgTxtBox .meta {
  font-size: 12px;
  color: #e89400;
  display: inline-block;
}

.ImgTxtBox .desc h3 {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 12px;
}
.ImgTxtBox .desc h3 a {
  color: #4a4a4a;
}
.ImgTxtBox .desc h3 span {
  font-size: 12px;
  background: #bf9348;
  color: #fff;
  padding: 0 5px;
  border-radius: 10px;
  font-weight: normal;
  vertical-align: middle;
  letter-spacing: 0px;
}

@media only screen and (max-width: 479px) {
  .ImgTxtBox .desc h3 {
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
}

.ImgTxtBox .desc .subtitle {
  font-size: 11px;
  color: #c40000;
  line-height: 17px;
  font-weight: bold;
  padding: 5px 0;
}

.ImgTxtBox .desc .subtitle span {
  color: #fff;
  margin-right: 5px;
  background: #c40000;
  padding: 0 5px;
  display: inline-block;
}

.ImgTxtBox .tags {
  margin-top: 5px;
}

.ImgTxtBox .tags a,
.ImgTxtCard .desc dl dd .tags a {
  padding: 0 8px;
  font-size: 10px;
  color: #fff;
  background: #b7b7b7;
  margin: 5px 2px 0 0;
  display: inline-block;
  height: 23px;
  line-height: 22px;
  border: none;
}

.entry-content .tags a {
  padding: 3px 8px;
  font-size: 15px;
  color: #fff;
  background: #b7b7b7;
  margin: 5px 2px 0 0;
  display: inline-block;
  border: none;
}

.ImgTxtCard .desc dl dd .tags a {
  margin: 0 2px 0 0;
}

.ImgTxtBox .tags a:hover,
.entry-content .tags a:hover,
.ImgTxtCard .desc dl dd .tags a:hover {
  background: #071a50;
}

@media only screen and (max-width: 479px) {
  #news .date_area .date_img {
    margin: -180px auto 0;
  }
  .ImgTxtBox,
  .ImgTxtBox .image {
    border-radius: 0;
    overflow: visible;
  }
  .ImgTxtBox .desc {
    padding: 0 12px 12px;
  }
  .ImgTxtBox .cat {
    font-size: 10px;
  }
  .cat span {
    padding: 5px 8px;
  }

  /* grid */
  .grid {
    flex-direction: column;
    margin-top: 0;
  }
  .grid .ImgTxtBox {
    max-width: none;
    margin: 5px 0;
  }
  .grid .ImgTxtBox .image {
    width: 35%;
    margin: 0;
    padding: 0;
    float: left;
  }
  .ImgTxtBox .image img {
    max-height: 90px;
    min-height: 90px;
  }
  #pickup .ImgTxtBox .image img,
  #recommend .ImgTxtBox .image img {
    max-height: 120px;
    min-height: 120px;
  }
  #pickup .ImgTxtBox .desc p,
  #recommend .ImgTxtBox .desc p {
    font-size: 14px;
  }
  .grid .ImgTxtBox .desc {
    max-width: 65%;
    margin: 0;
    float: left;
    background: unset;
    padding-bottom: 0;
  }
  .grid .ImgTxtBox .desc p {
    width: 80%;
    margin: 0;
    font-size: 15px;
  }
  .grid .ImgTxtBox .desc .subtitle {
    display: none;
  }
}

/* テーブル */

.dataBox table {
  margin: 0 auto;
  width: 100%;
  max-width: 970px;
  font-size: 15px;
  border-top: 5px solid #f8f8f8;
}

.dataBox table tr {
  border-bottom: 5px solid #f8f8f8;
}

.dataBox table tr.table-top th,
.dataBox table tr.table-top td {
  font-size: 15px;
  font-weight: 700;
  color: #39b9cb;
  background: #eee;
}

.dataBox table th {
  padding: 10px 15px;
  width: 14%;
  min-width: 140px;
  font-weight: 700;
  text-align: center;
  background: #071a50;
  color: #fff;
  vertical-align: middle;
}

.dataBox table td {
  padding: 10px 15px;
  border-left: 5px solid #f8f8f8;
  background: #fff;
  vertical-align: middle;
  box-sizing: border-box;
}

.dataBox table.row2 td em {
  font-weight: 700;
  margin-right: 5px;
}

.tablenote {
  margin: 15px auto 0;
  width: 100%;
  max-width: 970px;
  font-size: 14px;
  line-height: 2;
  color: #666;
  text-align: left;
}

@media only screen and (max-width: 479px) {
  .dataBox table {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 14px;
  }
  .dataBox table th,
  .dataBox table td {
    width: 100%;
    padding: 5px 15px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
  }
  .dataBox table td {
    padding: 15px;
    background: #fff;
    border: none;
  }
}

/* アコーディオン */

.listAccordion {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px dashed #071a50;
}

.listAccordion h3 {
  font-size: 18px;
  position: absolute;
  top: -45px;
}

.listAccordion .panel {
  width: 100%;
  overflow: hidden;
}

.listAccordion .panel1-inner {
  width: 100%;
  overflow: hidden;
}

.listAccordion label {
  padding: 15px 5px 15px 65px;
  font-size: 15px;
  font-weight: 700;
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
}

.listAccordion input[type="checkbox"].on-off {
  display: none;
}

.listAccordion .listTips {
  margin: 0;
  padding: 0;
  border-top: 1px dashed #071a50;
  background: #fff5f6;
  position: relative;
}

.listAccordion input[type="checkbox"].on-off + .listTips {
  height: 0;
  overflow: hidden;
  position: relative;
}

.listAccordion input[type="checkbox"].on-off:checked + .listTips {
  width: 100%;
  height: auto;
  padding: 15px 5px 15px 65px;
  position: absolute;
  left: 0;
}

.listAccordion label .iconq,
.listAccordion input[type="checkbox"].on-off:checked + .listTips .icona {
  display: block;
  position: absolute;
  left: 20px;
  top: 13px;
  width: 30px;
  height: 30px;
  line-height: 1.2;
  padding-top: 6px;
  text-align: center;
  box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.15);
  background: #071a50;
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  box-sizing: border-box;
}

.listAccordion input[type="checkbox"].on-off:checked + .listTips .icona {
  background: #ea5352;
}

@media only screen and (max-width: 479px) {
  .listAccordion label {
    padding: 14px 15px 16px 50px;
    font-size: 14px;
  }
  .listAccordion label:hover {
    background: #f0f0f0;
  }
  .listAccordion input[type="checkbox"].on-off {
    display: none;
  }
  .listAccordion input[type="checkbox"].on-off + .listTips {
    height: 0;
    overflow: hidden;
  }
  .listAccordion input[type="checkbox"].on-off:checked + .listTips {
    padding: 16px 15px 18px 50px;
    font-size: 13px;
  }
  .listAccordion label .iconq,
  .listAccordion input[type="checkbox"].on-off:checked + .listTips .icona {
    left: 15px;
    top: 13px;
    width: 26px;
    height: 26px;
    padding-top: 5px;
    font-size: 14px;
  }
}

/* タブ */

.tab .menu {
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tab .menu li {
  width: 16.6666666%;
  text-align: center;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  position: relative;
}

.tab .menu li:last-child {
  border-right: none;
}

.tab .menu li a {
  width: 100%;
  display: inline-block;
  padding: 15px 5px;
  color: #071a50;
  background: #fff;
}

.tab .menu li a:hover,
.tab .menu li a.active {
  padding: 15px 5px;
  color: #fff;
  background: #071a50;
}

.tab .menu li a.active::after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #071a50;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}

@media only screen and (max-width: 568px) {
  .tab .menu {
    padding-bottom: 15px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .tab .menu li {
    width: auto;
    display: inline-block;
  }
  .tab .menu li a,
  .tab .menu li a:hover,
  .tab .menu li a.active {
    padding: 12px 8px;
  }
}

/* タブ（削除） */

label.panel1-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  background-color: #ecf0f1;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

#panels section header label.panel1-label {
  padding: 12px 24px;
}

#panels section {
  display: inline;
  padding: 0;
}

#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
  overflow-y: hidden;
}

#panel1-1-ctrl:checked ~ #panels #panel1-1 main,
#panel1-2-ctrl:checked ~ #panels #panel1-2 main,
#panel1-3-ctrl:checked ~ #panels #panel1-3 main,
#panel1-4-ctrl:checked ~ #panels #panel1-4 main,
#panel1-5-ctrl:checked ~ #panels #panel1-5 main,
#panel1-6-ctrl:checked ~ #panels #panel1-6 main {
  margin: 0;
  padding: 0;
  max-height: initial;
  opacity: 1;
}

#panel1-1-ctrl:checked ~ #tabs-list #li-for-panel1-1 label.panel1-label,
#panel1-2-ctrl:checked ~ #tabs-list #li-for-panel1-2 label.panel1-label,
#panel1-3-ctrl:checked ~ #tabs-list #li-for-panel1-3 label.panel1-label,
#panel1-4-ctrl:checked ~ #tabs-list #li-for-panel1-4 label.panel1-label,
#panel1-5-ctrl:checked ~ #tabs-list #li-for-panel1-5 label.panel1-label,
#panel1-6-ctrl:checked ~ #tabs-list #li-for-panel1-6 label.panel1-label {
  color: #fff;
  background: #071a50;
}

#panel1-1-ctrl:checked ~ #tabs-list #li-for-panel1-1 label.panel1-label::after,
#panel1-2-ctrl:checked ~ #tabs-list #li-for-panel1-2 label.panel1-label::after,
#panel1-3-ctrl:checked ~ #tabs-list #li-for-panel1-3 label.panel1-label::after,
#panel1-4-ctrl:checked ~ #tabs-list #li-for-panel1-4 label.panel1-label::after,
#panel1-5-ctrl:checked ~ #tabs-list #li-for-panel1-5 label.panel1-label::after,
#panel1-6-ctrl:checked ~ #tabs-list #li-for-panel1-6 label.panel1-label::after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 8px solid transparent;
  border-top-color: transparent;
  border-top-color: transparent;
  border-top-color: #071a50;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  z-index: 1;
}

.area_theater {
}

ul#tabs-list {
  display: flex;
  list-style: none;
  text-align: center;
  letter-spacing: 0;
  margin: 0 0 20px;
  padding: 0;
}

ul#tabs-list li {
  text-align: center;
  width: 25%;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  position: relative;
}

ul#tabs-list li:last-child {
  border-right: none;
}

ul#tabs-list li label.panel1-label {
  position: relative;
  padding: 15px 5px;
  color: #071a50;
  background: #fff;
}

ul#tabs-list li label.panel1-label:hover {
  color: #fff;
  background: #071a50;
}

.panel1-radios {
  display: none;
}

@media only screen and (max-width: 568px) {
  ul#tabs-list {
    padding-bottom: 15px;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  ul#tabs-list li,
  ul#tabs-list li label.panel1-label {
    width: auto;
    display: inline-block;
  }
  ul#tabs-list li label.panel1-label {
    padding: 12px 8px;
  }
}

/**
 * navigation fotter
**/

/**
 * #about #archive
**/
#about,
#archive {
}

/**
 * contact form フォーム
**/

.wpcf7-form p,
.wpcf7 ul li {
  display: none;
}

.wpcf7-form .note {
  display: block;
}

.wpcf7-form .btn_wrap {
  margin-top: 15px;
  text-align: center;
}

.wpcf7-form .btn_wrap > .btn {
  margin: 20px auto 0;
}

.wpcf7-form .btn_wrap label,
.wpcf7-form .btn_wrap p {
  display: block !important;
}

#contact table {
  width: 100%;
  font-size: 15px;
  display: block;
}

#contact tr th {
  padding: 18px 20px;
  width: 26%;
  min-width: 260px;
  font-weight: 700;
  text-align: right;
  vertical-align: middle;
}

#contact tr th span {
  margin-left: 8px;
  padding: 1px 6px 0;
  color: #fff !important;
  font-size: 12px;
  background: #071a50;
  display: inline-block;
}

#contact tr td {
  padding: 15px;
  vertical-align: middle;
  box-sizing: border-box;
}

#contact tr td input {
  margin: 0;
  padding: 0 10px;
  width: 80%;
  max-width: 360px;
  line-height: 46px;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#contact tr td .checkbox input {
  width: auto;
  margin-right: 5px;
}

#contact tr td textarea {
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 200px;
  border: 1px solid #cdcdcd;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  #contact tr th,
  #contact tr td {
    width: 100%;
    padding: 10px 15px 0;
    text-align: left;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
  }
  #contact tr td input {
    width: 100%;
    max-width: unset;
  }
  #contact tr td textarea {
    width: 500px;
  }
}

@media only screen and (max-width: 479px) {
  #contact tr td textarea {
    width: 100%;
  }
}

.screen-reader-response,
.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  padding: 10px;
  color: #ea5352;
  font-weight: 700;
}

.wpcf7-mail-sent-ok {
  margin-top: 15px;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  background: #ea5352;
  text-align: center;
  display: block;
}

/**
 * 個人情報保護方針・利用規約
**/

#maintext {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 35px 65px 65px;
  text-align: left;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}

#maintext .tit {
  margin: 30px 0 10px 0;
  font-size: 16px;
  color: #071a50;
  font-weight: 700;
}

#maintext .desc {
  font-size: 14px;
  overflow: hidden;
}

@media only screen and (max-width: 479px) {
  #maintext {
    padding: 5px 15px 30px;
  }
  #maintext .desc {
    font-size: 13px;
  }
}

/**
 * search-form
**/

.search-form {
  position: relative;
}

.search-form .search-field {
  margin: 0;
  padding: 13px 10px;
  width: 80%;
  font-size: 15px;
  background: #fff;
  border: 3px solid #cdcdcd;
  line-height: 1;
  height: 50px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

.search-form .search-submit {
  width: 20%;
  float: right;
  padding: 13px 5px;
  font-size: 15px;
  color: #fff;
  background: #cdcdcd;
  border: 3px solid #cdcdcd;
  line-height: 1;
  height: 50px;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

/**
 * ページ送り
**/

.pagination {
  width: 100%;
  clear: both;
  padding: 20px 0 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  grid-column: span 4;
}

.pagination-box {
  display: inline-block;
}

.pagination span,
.pagination a {
  width: 35px;
  line-height: 35px;
  height: 35px;
  display: block;
  float: left;
  margin: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  background: #b7b7b7;
}

.pagination a:hover {
  color: #fff;
  background: #333;
}

.pagination .current {
  color: #fff;
  background: #071a50;
}

.pagination .page-of {
  background: none;
  color: #071a50;
  margin-right: 10px;
}

@media only screen and (max-width: 479px) {
  .pagination span.page-of {
    margin: 0 auto;
    float: unset;
  }
}

@media only screen and (max-width: 320px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }
  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}

/**
 * footer
**/

#footer {
  padding: 60px 15px 35px;
  text-align: center;
  background-image: url(https://oshiromatsuri.jp/images/samurai_2025.png);
  background-size: 14%;
  background-position: 7% bottom;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
@media only screen and (max-width: 640px) {
  #footer {
    background-size: 23%;
  }
}
#footer ul {
  overflow: hidden;
}

#footer ul li {
  position: relative;
  display: inline-block;
}

#footer ul li:first-child a {
  border-left: none;
}

#footer ul li a {
  color: #333;
  padding: 0 15px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
#footer ul li a i {
  font-size: 26px;
}
#footer .footer-logo {
  max-width: 270px;
  margin: 0 auto 25px;
}
#footer .footer-logo img {
  width: 100%;
}

#footer ul:nth-child(1) {
  margin-bottom: 25px;
}
#footer ul:nth-child(2) {
  margin-bottom: 15px;
}
#footer ul:first-child li a {
}

#copy {
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #004471;
  height: 65px;
  line-height: 65px;
}

@media only screen and (max-width: 768px) {
  #footer ul li a {
    padding: 0 10px;
  }
  #footer ul li a {
    border-left: none;
  }
  #copy {
    height: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 479px) {
  #copy {
    line-height: 1.6;
    padding: 15px 0;
    font-size: 10px;
  }
  #footer ul li a {
    padding: 14px 15px;
  }
}

#sideBar-r {
  position: fixed;
  right: 0;
  top: 0;
  width: 78px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#sideBar-l {
  position: fixed;
  left: 0;
  top: 0;
  width: 78px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#sideBar-l img {
  width: 22px;
  max-width: 40%;
}

/**
 * ハンバーガー
**/

#nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 78px;
  height: 78px;
}
@media only screen and (min-width: 769px) {
  #nav-drawer {
    display: none;
  }
}
/*チェックボックス等は非表示に*/

.nav-unshown {
  display: none;
}

/*アイコンのスペース*/

#nav-open {
  display: inline-block;
  width: 32px;
  height: 22px;
  vertical-align: middle;
  position: absolute;
  top: 41%;
  right: 50%;
  margin-right: -15px;
  margin-top: -11px;
  cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/

#nav-open span,
#nav-open span:before,
#nav-open span:after {
  position: absolute;
  height: 2px;
  width: 32px;
  border-radius: 4px;
  background: #0080d0;
  display: block;
  content: "";
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/

#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*中身*/

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 235px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #fff;
  /*背景色*/
  transition: 0.3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  /*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/

#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

#nav-content ul {
  overflow: hidden;
}

#nav-content ul:first-child {
  padding-top: 0;
}

#nav-content ul li {
  margin: 0;
}
#nav-content ul li.insta {
}
#nav-content ul li.insta a {
  max-width: 80px;
  border-bottom: none;
  padding: 14px 20px 2px;
}
#nav-content ul li a {
  padding: 4px 20px 8px;
  line-height: 1.5;
  background: #fff;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  border-left: 5px solid #005fcd;
  text-decoration: none;
}

#nav-content ul li a span {
  font-size: 10px;
  color: #888;
}

#nav-content ul li a:hover {
  border-left: 10px solid #005fcd;
}

.enBox,
.cnBox {
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 10px;
  background: #0092b9;
  position: fixed;
  right: 17px;
  top: 88px;
  text-align: center;
  border-radius: 50%;
  letter-spacing: 0;
}

.cnBox {
  background: #ba9700;
  top: 140px;
  font-size: 12px;
}

.enBox a,
.cnBox a {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .enBox,
  .cnBox {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 18px;
    right: 115px;
    font-size: 9px;
    z-index: 2;
  }
  .cnBox {
    right: 70px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 568px) {
  .enBox,
  .cnBox {
    top: 10px;
  }
}

/**
 * SNS
**/

.sns-link {
  justify-content: center;
  align-items: center;
}

.sns-link li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  height: 40px;
  line-height: 44px;
  border-radius: 50px;
  width: 40px;
  margin-top: 10px;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li a:visited {
  color: #fff;
}
/*
.tweet a {
  background-color: #55acee;
}

.facebook a {
  background-color: #315096;
}

.instagram a {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.line a {
  background-color: #06c755;
}
*/
.line img {
  max-width: 20px;
  display: inline-block;
  line-height: 0;
  vertical-align: sub;
}

.googleplus a {
  background-color: #dd4b39;
}

footer .fa {
  font-size: 30px !important;
}

@media only screen and (max-width: 768px) {
  #nav-drawer {
    width: 80px;
    height: 96px;
  }
  #sideBar-l {
    font-size: 16px;
  }
  /** footer **/
  #sideBar-l,
  #sideBar-r {
    width: 60px;
  }
}

@media only screen and (max-width: 479px) {
  #nav-drawer {
    height: 90px;
  }
  /** footer **/
  #sideBar-l {
    display: none;
  }
  #sideBar-r {
    width: 100%;
    height: 60px;
    background: #fff;
  }
  .sns-link {
    display: none;
    position: absolute;
    right: 60px;
    top: 10px;
  }
  .sns-link ul {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sns-link ul li {
    margin-right: 10px;
  }
  .sns-link li a {
    height: 30px;
    line-height: 34px;
    width: 30px;
    margin-top: 5px;
  }
}

/**
 * シェア
**/

.share ul {
  overflow: hidden;
}

.share li {
  float: left;
  width: 33.33333%;
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.share li a {
  font-size: 14px;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  border: none !important;
}

.share li a:hover {
  opacity: 0.8;
}

.share li span {
  margin-left: 2px;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1000ms;
}

.fade-r {
  transform: translate(45px, 0);
}

.fade-l {
  transform: translate(-45px, 0);
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}
