@charset "UTF-8";
/*-breakpoint----------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500&display=swap");
/*-color----------------*/
/*-base----------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow-y: auto;
}

html.fix,
html.fix body {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Noto Sans JP', "Helvetica Neue", Arial, 'ＭＳ Ｐゴシック', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 2.2rem;
  letter-spacing: .05rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-wrap: break-word;
  /*min-height: 100%;*/
  min-height: 100vh;
  /*min-height: -webkit-fill-available;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  flex-direction: column;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  body .print_pages {
    size: A4 landscape;
    page-break-before: always;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

/*-------------------------------------------------------*/
/*body---------------------------------------------------*/
body {
  width: 100%;
  margin: 0 auto;
}

/*-------------------------------------------------------*/
/*トップ戻るボタン*/
#totop {
  position: fixed;
  bottom: 35px;
  right: 20px;
  font-size: 77%;
  z-index: 3000;
}

@media print, screen and (min-width: 768px) {
  #totop {
    bottom: 50px;
  }
}

#totop a {
  background: #316c61;
  text-decoration: none;
  color: #fff;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#totop a:hover {
  text-decoration: none;
  background: #316c61;
}

/*-----------------------------------------------------------*/
/*common-----------------------------------------------------*/
p {
  color: #333333;
  line-height: 1.6;
}

a {
  color: #BC4850;
}

a:hover {
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.pc{
  display: none;
}
@media print, screen and (min-width: 1028px) {
  .pc {
    display: inline-block;
  }
}

.tablet{
  display: inline-block;
}
@media print, screen and (min-width: 1027px) {
  .tablet {
    display: none;
  }
}
/*@media screen and (min-width:768px) and (max-width:1027px) {*/

.pcnone {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .pcnone {
    display: none;
  }
}

.spnone {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .spnone {
    display: inline-block;
  }
}

.flex_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.note {
  font-size: 0.8em;
}

.link {
  text-decoration: underline;
  color: #BC4850;
  font-weight: 600;
}

.link::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/pr/hadanoculture/images/link.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 0.5rem;
}

.pdf {
  text-decoration: underline;
  color: #BC4850;
  font-weight: 600;
}

.pdf::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url(/pr/hadanoculture/images/pdf_red.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
}

.link_button,
.pdf_button,
.map {
  background-color: #BC4850;
  text-align: left;
  font-weight: bold;
  display: block;
  max-width: 350px;
  position: relative;
}

.link_button a,
.pdf_button a,
.map a {
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 1rem 0.5rem 1rem 4rem;
}

.link_button::before,
.pdf_button::before,
.map::before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 9px;
  left: 15px;
}

.link_button::before {
  width: 19px;
  height: 19px;
  top: 13px;
  left: 15px;
  background-image: url(/pr/hadanoculture/images/link_white.png);
}

.pdf_button::before {
  width: 19px;
  height: 25px;
  top: 9px;
  left: 15px;
  background-image: url(/pr/hadanoculture/images/pdf_white.png);
}

.map::before {
  width: 19px;
  height: 25px;
  top: 9px;
  left: 15px;
  background-image: url(/pr/hadanoculture/images/place.png);
}

.pdf_button_harf {
  max-width: 420px;
}

.button,
.button_short {
  background-color: #F8E2AF;
  color: #5E411D;
}

.button:hover,
.button_short:hover {
  background-color: #ECC74E;
}

.button a,
.button_short a {
  color: #5E411D;
  text-align: center;
}

.button a:hover,
.button_short a:hover {
  color: initial;
}

.button.trainbus,
.button.car,
.button.airplane {
  max-width: 420px;
}

.button.trainbus a,
.button.car a,
.button.airplane a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 1rem 1rem 1rem 8rem !important;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .button.trainbus a,
  .button.car a,
  .button.airplane a {
    text-align: center;
    padding: 1rem 8rem !important;
  }
}

.button.trainbus a::before,
.button.car a::before,
.button.airplane a::before {
  content: '';
  display: inline-block;
  height: 25px;
  background-size: contain;
  vertical-align: middle;
  top: 7px;
  margin: 0 1rem 0 0.5rem;
  position: absolute;
}

.trainbus a::before {
  width: 52px;
  background-image: url(/pr/hadanoculture/images/bustrain.png);
  left: 15px;
}

.car a::before {
  width: 34px;
  background-image: url(/pr/hadanoculture/images/car.png);
  left: 22px;
}

.airplane a::before {
  width: 34px;
  background-image: url(/pr/hadanoculture/images/airplane.png);
  left: 22px;
}

.bold {
  font-weight: 700;
}

.fs_b {
  font-size: 2rem;
  margin: 2.5rem 0;
}

.bold {
  font-weight: 700;
}

.grey {
  color: #888888;
}

.red {
  color: #BC4850;
}

.green {
  color: #8CAC10;
}

.underline {
  text-decoration: underline;
}

.m0 {
  margin: 0;
}
.mb2{
 margin-bottom: 2rem;
}
.mb3{
 margin-bottom: 3rem;
}
.mb4{
 margin-bottom: 4rem;
}
.mb5{
 margin-bottom: 5rem;
}
.sptc {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .sptc {
    text-align: initial;
  }
}

.pa1 {
  padding: 1rem;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 2s;
  transition: all 2s;
  position: relative;
}

.mincho {
  font-family: 'Noto Serif JP', serif;
}

.end {
  color: #BC4850;
  margin-left: 1rem;
  font-weight: 600;
  font-size: 2rem;
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1rem;
}

.end_ib {
  color: #BC4850;
  font-weight: 600;
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1rem;
}

/*-------------------------------------------------------*/
/*header------------------------------------------------*/
header {
  width: 100%;
  margin: 0 auto;
}

.header_top {
  height: 65px;
  background-color: #006250;
  position: relative;
  /*max-width: 1280px;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .header_top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header_top h1 {
  margin: 0 0 0 1rem;
  text-align: left;
  font-size: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .header_top h1 {
    margin: 0;
    font-size: 2rem;
    text-align: center;
  }
}

.header_top h1 a {
  color: #fff;
  text-decoration: none;
}

header nav {
  display: inline;
}

@media print, screen and (min-width: 768px) {
  header nav {
    display: none;
  }
}

header nav {
  height: 65px;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  max-width: 1280px;
  z-index: 9999;
}

header nav .drawer {
  position: relative;
  height: 65px;
  padding: 0 12px;
}

header nav .drawer .navbar_toggle {
  z-index: 9999;
  position: absolute;
  top: 17px;
  right: 10px;
  background-color: #8CAC10;
  border-radius: 50%;
  padding: 11px 10px;
}

header nav .drawer .navbar_toggle .navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

header nav .drawer .navbar_toggle .navbar_toggle_icon:nth-child(1) {
  top: 0;
}

header nav .drawer .navbar_toggle .navbar_toggle_icon:nth-child(2) {
  margin: 3px 0;
}

header nav .drawer .navbar_toggle .navbar_toggle_icon:nth-child(3) {
  top: 0;
}

header nav .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header nav .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

header nav .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header nav .menu.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  z-index: 99999;
}

header nav .menu {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 1000;
  height: 100Vh;
  /*height: calc(var(--vh, 1vh) * 100);*/
}

@media print, screen and (min-width: 768px) {
  header nav .menu {
    display: none;
  }
}

header nav .menu.open ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*height: calc(100% - 70px);*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  /*height: calc(100vh - 70px);
    height: calc(var(--vh, 1vh) * 100 - 70px);
    */
  height: calc(75% - 70px);
  z-index: 9999;
}

header nav .menu.open ul li {
  border-bottom: 1px solid #CCC;
  display: table;
  height: calc(100% / 6);
}

header nav .menu.open ul li::last-child {
  border-bottom: none;
}

header nav .menu.open ul li a {
  display: table-cell;
  vertical-align: middle;
  margin-right: 1.5rem;
  font-size: 2.2rem;
  text-align: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #5E411D;
}

/*---------------------------------------------*/
/*2colums----------------------------------*/

.col2 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
.col2 {
  max-width: 1280px;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
}

/*---------------------------------------------*/
/*swiper---------------------------------------*/
.swiper-container {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto 1rem;
}

@media print, screen and (min-width: 768px) {
.swiper-container {
  /*width: calc(100% - 300px); 202407*/
  width: 76%;
  margin: 0 10px 0 0;
}
}

.swiper-container,
.swiper-slide {
   /*height: 100vh;*/
   max-height: 793px;
}
.swiper-wrapper{
 background-color: #f0f0f0;
}
.swiper-slide{
 display: flex;
 justify-content: center;
}
.swiper-slide img {
   /*object-fit: contain; IE: not support */
   width: auto;
   max-height: 100%;
   max-width: 100%;
   align-items: center;
}
.swiper-container.exterior {
  max-width: 920px;
margin: 0 auto;
}

.swiper-container.facilities {
  max-width: 460px;
}

@media print, screen and (min-width: 768px) {
  .swiper-container.facilities {
    margin: 2rem;
  }
}

.facilitieslist .article_wrapper .facilities_wrapper .facilities_wrap .swiper-container.facilities {
  margin: 0;
}

.main .swiper-pagination-bullet,
.pickup .swiper-pagination-bullet,
.exterior .swiper-pagination-bullet,
.facilities .swiper-pagination-bullet {
  background-color: #999;
  opacity: 1;
}

.main .swiper-pagination-bullet-active,
.pickup .swiper-pagination-bullet-active,
.exterior .swiper-pagination-bullet-active,
.facilities .swiper-pagination-bullet-active {
  background-color: #444;
}

.pickup.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  bottom: 60px;
}

.pickup p {
  padding: 0 1rem;
}

/*---------------------------------------------*/
/*SNS---------------------------------------*/
.snsparts{
 width: 100%;
 /*max-width: 300px;*/
 max-width: 100%;
 margin: 0 auto 1.5rem;
}
@media print, screen and (min-width: 768px) {
.snsparts{
 margin: 0 auto;
 max-width: 23%;
}
}
.fb, .x{
width: 100%;
margin-bottom: 1rem;
text-align: center;
}
.fb{
    position: relative;
    overflow: hidden;
}
@media print, screen and (min-width: 768px) {
.fb{
    aspect-ratio: 1 / 2.3;
}
}
@media print, screen and (min-width: 768px) {
.fb iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
}
.YT {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.YT iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------*/
/*slider下nav---------------*/
#navi {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #navi {
    display: block;
  }
}

#navi {
  width: 100%;
}

#navi.fixed {
  position: fixed;
  top: 0;
  z-index: 9000;
  width: 100%;
}

#navi ul.navcontents {
  /*max-width: 1280px;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto; /*202407*/
  padding: 0;
  background-color: #fff;
  max-height: 52px;
}

#navi ul.navcontents li {
  list-style: none;
  width: calc(100% / 7 - 2px);
  text-align: center;
  background-image: url(/pr/hadanoculture/images/navback.png);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#navi ul.navcontents li a {
  text-decoration: none;
  color: #5E411D;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 1.5rem;
  display: block;
  width: 100%;
}

#navi ul.navcontents.page {
  margin: 0 auto 0;
}

.pagetitle {
  max-width: 1280px;
  margin: 0 auto 3rem;
  height: 70px;
  background-color: #8CAC10;
  line-height: 1.4;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .pagetitle {
    height: 145px;
  }
}

.pagetitle .pagetitle_cover {
  height: 70px;
  background-image: url(/pr/hadanoculture/images/titleback.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 768px) {
  .pagetitle .pagetitle_cover {
    height: 145px;
  }
}

.pagetitle h1 {
  margin: 0;
  padding: 0 0 0 2rem;
  color: #fff;
}

/*--------------------------------------------------------*/
section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 2.5rem;
  padding: 0 0.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media print, screen and (min-width: 768px) {
  section {
    margin: 0 auto 5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #important {
    margin: 0 auto;
  }
}

/*holiday表示--------*/
#holiday_info{
background-color: #fff9ea;
}
.holiday{
max-width: 800px;
width: 100%;
margin: 0 auto;
text-align: center;
}
.holiday_message{
color: #BC4850;
font-weight: 600;
font-size: 2.5rem;
}
/*holiday表示ここまで--------*/

section .whatsnew_wrapper,
section .pickup_wrapper,
section .info_wrapper,
section .important_wrapper{
  max-width: 920px;
  margin: 0 auto;
}

section .whatsnew_wrapper h2,
section .pickup_wrapper h2,
section .info_wrapper h2 {
  font-size: 2rem;
  background-color: #F8E2AF;
  color: #5E411D;
  padding: 1rem;
}

section .important_wrapper h2 {
  font-size: 2rem;
  background-color: #BC4850;
  color: #fff;
  padding: 1rem;
}

.whatsnew_wrapper .whatsnew_list,
.important_wrapper .important_list{
  padding: 2rem;
}

.whatsnew_wrapper ul {
  padding: 0;
  margin: 0 0 2rem;
}

.important_wrapper ul {
  padding: 0;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .whatsnew_wrapper ul {
    padding: 2rem 0 4rem;
  }
  .important_wrapper ul {
  padding: 2rem 0;
  }
}

.whatsnew_wrapper ul li,
.important_wrapper ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}

.whatsnew_wrapper ul li:last-child,
.important_wrapper ul li:last-child{
  border-bottom: none;
}

@media print, screen and (min-width: 768px) {
  .whatsnew_wrapper ul li,
  .important_wrapper ul li{
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    border-bottom: none;
  }
}

.whatsnew_wrapper ul li .day,
.important_wrapper ul li .day{
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .whatsnew_wrapper ul li .day,
.important_wrapper ul li .day{
    width: 16%;
  }
}

.whatsnew_wrapper ul li .category,
.important_wrapper ul li .category{
  width: auto;
  margin-right: 1rem;
}

@media print, screen and (min-width: 768px) {
  .whatsnew_wrapper ul li .category,
  .important_wrapper ul li .category{
    width: 18%;
    margin-right: 0;
  }
}

.whatsnew_wrapper ul li .text,
.important_wrapper ul li .text{
  width: auto;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .whatsnew_wrapper ul li .text,
.important_wrapper ul li .text{
    width: 65%;
    margin-top: 0.5rem;
  }
}

.whatsnew_wrapper ul li .text a {
  text-decoration: none;
  color: #333;
}

.whatsnew_wrapper .newslink{
text-align: center;
}

.pickup_wrapper .pickup {
  width: 100%;
 text-align: center;
}

.pickup_wrapper .pickup .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.pickup_wrapper .pickup .swiper-wrapper .swiper-slide img {
  height: 100%;
  max-width: 350px;
}

.pickup_wrapper .pickup .swiper-wrapper .swiper-slide p {
  font-size: 1.2rem;
  line-height: 1.4;
}

.info_wrapper .info_contents {
  padding: 2rem;
}

.info_wrapper .info_contents .name {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.info_wrapper .info_contents .address {
  line-height: 1.5;
  margin-bottom: 2rem;
}

/*-------------------------------------------schedulepage-----------------*/
.navigation_sc {
  max-width: 920px;
  margin: 0 auto 1rem;
}

.navigation_sc .navigation_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .navigation_sc .navigation_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.navigation_sc .navigation_wrapper .button,
.navigation_sc .navigation_wrapper .button_short {
  margin: 0 0 2rem;
}

@media print, screen and (min-width: 768px) {
  .navigation_sc .navigation_wrapper .button,
  .navigation_sc .navigation_wrapper .button_short {
    text-align: center;
  }
}

.navigation_sc .navigation_wrapper .button a,
.navigation_sc .navigation_wrapper .button_short a {
  text-decoration: none;
  font-weight: 700;
  padding: 1rem 1rem 1rem 5rem;
  display: block;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .navigation_sc .navigation_wrapper .button a,
  .navigation_sc .navigation_wrapper .button_short a {
    padding: 1rem 5rem;
  }
}

.navigation_sc .navigation_wrapper .button.iconnone,
.navigation_sc .navigation_wrapper .button_short.iconnone,
.navigation_sc .navigation_wrapper_single .button.iconnone{
  text-align: center;
  margin: 0 0 2rem;
  min-width: 300px;
}

.navigation_sc .navigation_wrapper .button.iconnone a,
.navigation_sc .navigation_wrapper .button_short.iconnone a,
.navigation_sc .navigation_wrapper_single .button.iconnone a{
  text-decoration: none;
  font-weight: 700;
  padding: 1rem;
  display: block;
  font-size: 1.8rem;
}

.navigation_sc .navigation_wrapper .button {
  width: 440px;
}

.navigation_sc .navigation_wrapper .button_short {
  width: 400px;
}

.navigation_sc.menu .navigation_wrapper .button_short {
    width: 270px;
    min-width: 270px;
}

@media screen and (min-width: 900px) {
  .navigation_sc .navigation_wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.navigation_sc .navigation_wrapper_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* ---- grid ---- */
.grid {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #FBF4E2;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: calc(100% / 2);
}

@media print, screen and (min-width: 768px) {
  .grid-sizer,
  .grid-item {
    width: calc(100% / 3);
  }
}

.grid-item {
  float: left;
}

.grid-item figure {
  padding: 5%;
  margin: 0;
}

.grid-item figure .text {
  background-color: #fff;
  padding: 1.5rem 1rem 1rem;
}

.grid-item figure .text .area {
  padding: 0.5rem 1rem;
  font-weight: 700;
  display: inline;
  color: #fff;
}

.grid-item figure .text .day {
  font-weight: 700;
}

.grid-item figure .text .p_title a {
  text-decoration: none;
  color: #333;
}

.grid-item figure .text .bh {
  background-color: #EC8974;
}

.grid-item figure .text .sh {
  background-color: #996699;
}

.grid-item figure .text .fo {
  background-color: #5B89A5;
}

.grid-item figure .text .sq {
  background-color: #91AD53;
}

.grid-item figure .grid-item img {
  display: block;
  max-width: 100%;
}

.eventslist {
  max-width: 960px;
  margin: 0 auto;
}

.eventslist h2 {
  background-color: #B6CA67;
  padding: 1.5rem;/*2rem;*/
  margin: 0;
  line-height: 1.5;
}

.eventslist .list_wrapper {
  padding: 2rem;
}

.eventslist .list_wrapper li {
  list-style: none;
  margin-bottom: 1rem;
}

.eventslist .list_wrapper li a {
  color: #333333;
}

/*--------------------------------------------------------------*/
/*------------facilities----------------------------------------*/
.explanation {
  max-width: 920px;
}

.explanation .explanation_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .explanation .explanation_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-bottom: 4rem;
  }
}

.explanation .explanation_wrapper .wrapper_l {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .explanation .explanation_wrapper .wrapper_l {
    width: 60%;
  }
}

.explanation .explanation_wrapper .wrapper_l ul {
  padding: 0;
}

.explanation .explanation_wrapper .wrapper_l ul li {
  list-style: none;
  margin-bottom: 1rem;
}

.explanation .explanation_wrapper .wrapper_r {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .explanation .explanation_wrapper .wrapper_r {
    width: 35%;
  }
}

.explanation article.facilitieslist {
  margin-bottom: 3rem;
}

.explanation .facilitieslist h2 {
  color: #5E411D;
}

.explanation .facilitieslist .article_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FBF4E2;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media print, screen and (min-width: 768px) {
  .explanation .facilitieslist .article_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.explanation .facilitieslist .article_wrapper .facilities {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .explanation .facilitieslist .article_wrapper .facilities {
    width: 50%;
  }
}

.explanation .facilitieslist .article_wrapper .facilitiestext {
  width: 100%;
  padding: 1rem;
}

@media print, screen and (min-width: 768px) {
  .explanation .facilitieslist .article_wrapper .facilitiestext {
    width: 50%;
  }
}

.explanation .facilitieslist .article_wrapper .facilitiestext .lead {
  margin-bottom: 3.5rem;
  font-size: 1.8rem;
}

.explanation .facilitieslist .article_wrapper .facilitiestext .doc {
  margin: 1rem 0;
}

.explanation .facilitieslist .article_wrapper .facilities_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .explanation .facilitieslist .article_wrapper .facilities_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.explanation .facilitieslist .article_wrapper .facilities_wrapper .facilities_wrap {
  width: 100%;
  padding: 2rem;
}

@media print, screen and (min-width: 768px) {
  .explanation .facilitieslist .article_wrapper .facilities_wrapper .facilities_wrap {
    width: 50%;
  }
}

.explanation .facilitieslist .article_wrapper .facilities_wrapper .facilities_wrap .facilities {
  width: 100%;
  padding: 0;
}

.explanation .facilitieslist .article_wrapper .facilities_wrapper .facilities_wrap .facilitiescolumntext {
  padding: 0 1rem;
}

.explanation .facilitieslist .article_wrapper .facilities_wrapper .facilities_wrap .facilitiescolumntext .area {
  margin: 0 0 1rem;
  font-size: 2rem;
  font-weight: 700;
}

.explanation .facilitieslist .doc_other {
  padding: 2rem;
  background-color: #FBF4E2;
}

.explanation .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 5rem;
}

.explanation .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-------------------------------------------------*/
/*-------access--------------------------*/
.access_wrapper .access_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: 920px;
  margin: 0 auto 5rem;
}

@media print, screen and (min-width: 768px) {
  .access_wrapper .access_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.access_wrapper .access_top .wrapper_l,
.access_wrapper .access_top .wrapper_r {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .access_wrapper .access_top .wrapper_l,
  .access_wrapper .access_top .wrapper_r {
    width: calc(100% / 2 - 10px);
  }
}

.access_wrapper .access_top .wrapper_l h2 {
  font-size: 2rem;
}

.access_wrapper .root1,
.access_wrapper .root2 {
  max-width: 920px;
  margin: 0 auto 5rem;
}

.access_wrapper .root1 h2,
.access_wrapper .root2 h2 {
  color: #5E411D;
}

.access_wrapper .root1 h2#fortrainbus::before,
.access_wrapper .root1 h2#forcar::before,
.access_wrapper .root1 h2#forairplane::before,
.access_wrapper .root2 h2#fortrainbus::before,
.access_wrapper .root2 h2#forcar::before,
.access_wrapper .root2 h2#forairplane::before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin: 0 1rem 0 0.5rem;
}

.access_wrapper .root1 h2#fortrainbus::before,
.access_wrapper .root2 h2#fortrainbus::before {
  width: 63px;
  height: 30px;
  background-image: url(/pr/hadanoculture/images/bustrain.png);
}

.access_wrapper .root1 h2#forcar::before,
.access_wrapper .root2 h2#forcar::before {
  width: 41px;
  height: 30px;
  background-image: url(/pr/hadanoculture/images/car.png);
}

.access_wrapper .root1 h2#forairplane::before,
.access_wrapper .root2 h2#forairplane::before {
  width: 41px;
  height: 30px;
  background-image: url(/pr/hadanoculture/images/airplane.png);
}

.access_wrapper .root1 .article_wrapper,
.access_wrapper .root2 .article_wrapper {
  background-color: #FBF4E2;
  margin: 0 auto;
  padding: 2rem;
}

.access_wrapper .root1 .article_wrapper .lead,
.access_wrapper .root2 .article_wrapper .lead {
  margin: 0 0 4rem;
}

.access_wrapper .root1 .article_wrapper h3,
.access_wrapper .root2 .article_wrapper h3 {
  margin: 4rem 0;
}

.access_wrapper .root1 .article_wrapper .root1_wraptop,
.access_wrapper .root1 .article_wrapper .root1_wrapmid,
.access_wrapper .root1 .article_wrapper .root1_wrapbottom,
.access_wrapper .root2 .article_wrapper .root1_wraptop,
.access_wrapper .root2 .article_wrapper .root1_wrapmid,
.access_wrapper .root2 .article_wrapper .root1_wrapbottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .access_wrapper .root1 .article_wrapper .root1_wraptop,
  .access_wrapper .root1 .article_wrapper .root1_wrapmid,
  .access_wrapper .root1 .article_wrapper .root1_wrapbottom,
  .access_wrapper .root2 .article_wrapper .root1_wraptop,
  .access_wrapper .root2 .article_wrapper .root1_wrapmid,
  .access_wrapper .root2 .article_wrapper .root1_wrapbottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.access_wrapper .root1 .article_wrapper .root1_wraptop .root1_l,
.access_wrapper .root1 .article_wrapper .root1_wrapmid .root1_l,
.access_wrapper .root1 .article_wrapper .root1_wrapbottom .root1_l,
.access_wrapper .root2 .article_wrapper .root1_wraptop .root1_l,
.access_wrapper .root2 .article_wrapper .root1_wrapmid .root1_l,
.access_wrapper .root2 .article_wrapper .root1_wrapbottom .root1_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.access_wrapper .root1 .article_wrapper .root1_wraptop .root1_l .train,
.access_wrapper .root1 .article_wrapper .root1_wrapmid .root1_l .train,
.access_wrapper .root1 .article_wrapper .root1_wrapbottom .root1_l .train,
.access_wrapper .root2 .article_wrapper .root1_wraptop .root1_l .train,
.access_wrapper .root2 .article_wrapper .root1_wrapmid .root1_l .train,
.access_wrapper .root2 .article_wrapper .root1_wrapbottom .root1_l .train {
  width: 40px;
  margin-bottom: 1rem;
}

.access_wrapper .root1 .article_wrapper .root1_wraptop .root1_l .border,
.access_wrapper .root1 .article_wrapper .root1_wrapmid .root1_l .border,
.access_wrapper .root1 .article_wrapper .root1_wrapbottom .root1_l .border,
.access_wrapper .root2 .article_wrapper .root1_wraptop .root1_l .border,
.access_wrapper .root2 .article_wrapper .root1_wrapmid .root1_l .border,
.access_wrapper .root2 .article_wrapper .root1_wrapbottom .root1_l .border {
  width: 3px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}

.access_wrapper .root1 .article_wrapper .root1_wraptop .root1_l .border2,
.access_wrapper .root1 .article_wrapper .root1_wrapmid .root1_l .border2,
.access_wrapper .root1 .article_wrapper .root1_wrapbottom .root1_l .border2,
.access_wrapper .root2 .article_wrapper .root1_wraptop .root1_l .border2,
.access_wrapper .root2 .article_wrapper .root1_wrapmid .root1_l .border2,
.access_wrapper .root2 .article_wrapper .root1_wrapbottom .root1_l .border2 {
  width: 3px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

.access_wrapper .root1 .article_wrapper .root1_wraptop .root1_l .bus,
.access_wrapper .root1 .article_wrapper .root1_wrapmid .root1_l .bus,
.access_wrapper .root1 .article_wrapper .root1_wrapbottom .root1_l .bus,
.access_wrapper .root2 .article_wrapper .root1_wraptop .root1_l .bus,
.access_wrapper .root2 .article_wrapper .root1_wrapmid .root1_l .bus,
.access_wrapper .root2 .article_wrapper .root1_wrapbottom .root1_l .bus {
  width: 40px;
}

.access_wrapper .root1 .article_wrapper .root1_wraptop .root1_l .taxi,
.access_wrapper .root1 .article_wrapper .root1_wrapmid .root1_l .taxi,
.access_wrapper .root1 .article_wrapper .root1_wrapbottom .root1_l .taxi,
.access_wrapper .root2 .article_wrapper .root1_wraptop .root1_l .taxi,
.access_wrapper .root2 .article_wrapper .root1_wrapmid .root1_l .taxi,
.access_wrapper .root2 .article_wrapper .root1_wrapbottom .root1_l .taxi {
  width: 40px;
}

.access_wrapper .root1 .article_wrapper .root1_wraptop .root1_r,
.access_wrapper .root1 .article_wrapper .root1_wrapmid .root1_r,
.access_wrapper .root1 .article_wrapper .root1_wrapbottom .root1_r,
.access_wrapper .root2 .article_wrapper .root1_wraptop .root1_r,
.access_wrapper .root2 .article_wrapper .root1_wrapmid .root1_r,
.access_wrapper .root2 .article_wrapper .root1_wrapbottom .root1_r {
  margin-left: 1rem;
}

.access_wrapper .root1 .article_wrapper .root1_wraptop .root1_r p,
.access_wrapper .root1 .article_wrapper .root1_wrapmid .root1_r p,
.access_wrapper .root1 .article_wrapper .root1_wrapbottom .root1_r p,
.access_wrapper .root2 .article_wrapper .root1_wraptop .root1_r p,
.access_wrapper .root2 .article_wrapper .root1_wrapmid .root1_r p,
.access_wrapper .root2 .article_wrapper .root1_wrapbottom .root1_r p {
  margin: 0;
  line-height: 1.6;
}

/*-------------------------------------------------*/
/*-------ticket--------------------------*/
.ticket_wrapper .net a,
.ticket_wrapper .tel a,
.ticket_wrapper .window a,
.ticket_wrapper .attention a {
  position: relative;
}

.ticket_wrapper .net a::before,
.ticket_wrapper .tel a::before,
.ticket_wrapper .window a::before,
.ticket_wrapper .attention a::before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  /*margin: 0 1rem 0 0.5rem;*/
  position: absolute;
  top: 7px;
  left: 5px;
}

.ticket_wrapper .net a::before {
  background-image: url(/pr/hadanoculture/images/net.png);
}

.ticket_wrapper .tel a::before {
  background-image: url(/pr/hadanoculture/images/tel.png);
}

.ticket_wrapper .window a::before {
  background-image: url(/pr/hadanoculture/images/ticketwindow.png);
}

.ticket_wrapper .attention a::before {
  background-image: url(/pr/hadanoculture/images/ex.png);
}

.ticket_wrapper .way {
  max-width: 920px;
  margin: 0 auto 5rem;
}

.ticket_wrapper .way h2 {
  color: #5E411D;
}

.ticket_wrapper .way .article_wrapper {
  background-color: #FBF4E2;
  margin: 0 auto;
  padding: 2rem;
}

.ticket_wrapper h2.net::before,
.ticket_wrapper h2.tel::before,
.ticket_wrapper h2.window::before,
.ticket_wrapper h2.attention::before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin: 0 1rem 0 0.5rem;
}

.ticket_wrapper h2.net::before {
  background-image: url(/pr/hadanoculture/images/net.png);
}

.ticket_wrapper h2.tel::before {
  background-image: url(/pr/hadanoculture/images/tel.png);
}

.ticket_wrapper h2.window::before {
  background-image: url(/pr/hadanoculture/images/ticketwindow.png);
}

.ticket_wrapper h2.attention::before {
  background-image: url(/pr/hadanoculture/images/ex.png);
}

.ticket_wrapper ol {
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: none;
  counter-reset: ol_li;
}

.ticket_wrapper ol li {
  margin: 2rem 0;
}

.ticket_wrapper ol li::before {
  margin-right: .25em;
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  color: #8CAC10;
  font-weight: 700;
  font-size: 2.5rem;
}

.ticket_wrapper ol .receipt {
  background-color: #fff;
  padding: 1rem 2rem;
}

.ticket_wrapper ol .receipt span.border {
  border: 1px solid #333;
  padding: 0.2rem 0.5rem;
  font-weight: 700;
}

.ticket_wrapper ol .receipt .pl {
  padding-left: 1.6rem;
}

/*-------------------------------------------------*/
/*-------rental--------------------------*/
.rental_wrapper .customor a,
.rental_wrapper .process a,
.rental_wrapper .approval a,
.rental_wrapper .attention a {
  position: relative;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .rental_wrapper .customor a,
  .rental_wrapper .process a,
  .rental_wrapper .approval a,
  .rental_wrapper .attention a {
    text-align: center;
  }
}

.rental_wrapper .customor a::before,
.rental_wrapper .process a::before,
.rental_wrapper .approval a::before,
.rental_wrapper .attention a::before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  /*margin: 0 1rem 0 0.5rem;*/
  position: absolute;
  top: 7px;
  left: 5px;
}

.rental_wrapper .customor a::before {
  background-image: url(/pr/hadanoculture/images/customor.png);
}

.rental_wrapper .process a::before {
  background-image: url(/pr/hadanoculture/images/info.png);
}

.rental_wrapper .approval a::before {
  background-image: url(/pr/hadanoculture/images/check.png);
}

.rental_wrapper .attention a::before {
  background-image: url(/pr/hadanoculture/images/ex.png);
}

.rental_wrapper .way {
  max-width: 920px;
  margin: 0 auto 5rem;
}

.rental_wrapper .way h2 {
  color: #5E411D;
  line-height: 1.6;
  margin: 1rem 0;
}

.rental_wrapper .way h2.customor::before,
.rental_wrapper .way h2.process::before,
.rental_wrapper .way h2.approval::before,
.rental_wrapper .way h2.attention::before {
  content: '';
  display: inline-block;
  width: 41px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin: 0 1rem 0 0.5rem;
}

.rental_wrapper .way h2.customor::before {
  background-image: url(/pr/hadanoculture/images/customor.png);
}

.rental_wrapper .way h2.process::before {
  background-image: url(/pr/hadanoculture/images/info.png);
}

.rental_wrapper .way h2.approval::before {
  background-image: url(/pr/hadanoculture/images/check.png);
}

.rental_wrapper .way h2.attention::before {
  background-image: url(/pr/hadanoculture/images/ex.png);
}

.rental_wrapper .way .article_wrapper {
  background-color: #FBF4E2;
  margin: 0 auto;
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  .rental_wrapper .way .article_wrapper {
  padding: 2rem;
}
}
.rental_wrapper .way .article_wrapper .ekana_wrap {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
}
.rental_wrapper .way .article_wrapper .ekana_wrap p {
  margin: 0;
}

.rental_wrapper .way .article_wrapper .ekana_wrap img {
  min-width: 150px;
  max-width: 350px;
}

@media print, screen and (min-width: 768px) {
  .rental_wrapper .way .article_wrapper .ekana_wrap img {
    min-width: initial;
  }
}

.rental_wrapper .way .article_wrapper .ekana_wrap ol {
  margin: 0;
  padding: 0 0 0 1rem;
  list-style: none;
  counter-reset: ol_li;
}
@media print, screen and (min-width: 768px) {
.rental_wrapper .way .article_wrapper .ekana_wrap ol {
  padding: 0 0 0 2rem;
}
}

.rental_wrapper .way .article_wrapper .ekana_wrap ol li {
  margin: 2rem 0;
}

.rental_wrapper .way .article_wrapper .ekana_wrap ol li::before {
  margin-right: .25em;
  counter-increment: ol_li;
  content: counter(ol_li) ".";
  color: #8CAC10;
  font-weight: 700;
  font-size: 2.5rem;
}

.rental_wrapper .way .article_wrapper h3 {
  background-color: #B6CA67;
  padding: 1rem 2rem;
  margin: 0;
}

.rental_wrapper .way .article_wrapper .wrappertop {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rental_wrapper .way .article_wrapper .wrappertop .borderline {
  background-image: url(/pr/hadanoculture/images/dotborder.png);
  width: 3px;
  background-size: cover;
  margin-left: 2rem;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r {
  padding: 2rem;
  width: 100%;
  /*table--------------------------------------------*/
  /*------------------------------------------------*/
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r h4 {
  font-size: 2rem;
  margin: 0;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper {
  margin-bottom: 4rem;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table {
  border-collapse: collapse;
  margin: 2rem auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  position: relative;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table tr {
  background-color: #F1F1F1;
  padding: .35em;
  border-bottom: 2px solid #fff;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table th,
.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table td {
  padding: 1rem;
  border-right: 2px solid #fff;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table thead tr {
  background-color: #E7E7E7;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table thead th {
  font-size: 1.8rem;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table tbody th {
  color: #fff;
  font-size: 1.8rem;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table tbody th.top {
  background-color: #F4C3B5;
  color: #333333;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table tbody th.bottom {
  background-color: #D7D0C9;
  color: #333333;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper .txt {
  text-align: left;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper .price {
  text-align: left;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper .non {
  background: #fff;
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper .border {
  border: 1px solid #333;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table {
    border: 0;
    width: 100%;
  }
  .rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table th {
    display: block;
    border-right: none;
  }
  .rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table tr {
    display: block;
    margin-bottom: .625em;
  }
  .rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table td {
    border-bottom: 1px solid #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 6em;
    border-right: none;
  }
  .rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #333;
  }
  .rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table td:last-child {
    border-bottom: 0;
  }
  .rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .table_wrapper table tbody th {
    color: #fff;
  }
}

.rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .docments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media print, screen and (min-width: 768px) {
  .rental_wrapper .way .article_wrapper .wrappertop .wrapper_r .docments {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*-------------------------------------------------*/
/*-------blog--------------------------*/
.event_wrapper {
  padding: 0 1rem;
  max-width: 920px;
  margin: 0 auto;
}

.event_wrapper h1 {
  font-size: 3rem;
  line-height: 1.5;
  margin: 0 0 2rem;
}
.event_wrapper .entryday{
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.event_wrapper .item1 {
  margin-bottom: 0;
  background-color: #FBF4E2;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .event_wrapper .item1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.event_wrapper .item1 h2 {
  margin: 3rem 0 1rem;
}

.event_wrapper .item1 h2:first-child {
  margin: 1rem 0;
}

.event_wrapper .item1 p {
  margin: 0 0 1rem 0;
  line-height: 1.4;
  padding: 0 1rem;
}

.event_wrapper .item1 figure {
  margin: 0 2rem 2rem 1rem;
}

@media print, screen and (min-width: 768px) {
  .event_wrapper .item1 figure {
    margin: 0 2rem 0 1rem;
  }
}

.event_wrapper .item1 figure img {
  width: 100%;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  .event_wrapper .item1 figure img {
    width: auto;
    max-width: 320px;
  }
}

.event_wrapper .item1 figure figcaption {
  font-size: 1.4rem;
}

.event_wrapper .item1,
.event_wrapper .item2,
.event_wrapper .ticket {
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .event_wrapper .item1,
  .event_wrapper .item2,
  .event_wrapper .ticket {
    margin-bottom: 4rem;
  }
}

.event_wrapper .item1 h2,
.event_wrapper .item2 h2 {
  font-size: 2.2rem;
}

.event_wrapper .item1 h2::before,
.event_wrapper .item2 h2::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 30px;
  background-image: url(/pr/hadanoculture/images/line_green.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
}

.event_wrapper .item1 h3,
.event_wrapper .item2 h3 {
  background-color: #B6CA67;
  color: #333;
  padding: 1rem;
  font-size: 2rem;
  margin: 0 0 1rem;
}

.event_wrapper .item1 .item_wrapper,
.event_wrapper .item2 .item_wrapper {
  padding: 2rem;
}

.event_wrapper .item1 .item_wrapper p,
.event_wrapper .item2 .item_wrapper p {
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.event_wrapper .item2 p {
  padding: 0 1rem;
}

.event_wrapper .article_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .event_wrapper .article_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.event_wrapper .article_wrapper .col_l,
.event_wrapper .article_wrapper .col_r {
  width: 100%;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .event_wrapper .article_wrapper .col_l,
  .event_wrapper .article_wrapper .col_r {
    width: 50%;
  }
}

.event_wrapper .article_wrapper .col_l figure {
  margin: 0 2rem 1rem 0;
}

.event_wrapper .article_wrapper .col_l figure figcaption {
  font-size: 1.4rem;
}

.event_wrapper .article_wrapper .col_l a.pdf {
  color: #BC4850;
  text-decoration: underline;
}

.event_wrapper .article_wrapper .col_l a.pdf::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url(/pr/hadanoculture/images/pdf_red.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 1rem;
}

.event_wrapper .article_wrapper .col_r .area,
.event_wrapper .article_wrapper .col_r .dTicket {
  font-size: 2.2rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  margin: 0 0 1rem;
}

.event_wrapper .article_wrapper .col_r .area.bh {
  background-color: #EC8974;
}
.event_wrapper .article_wrapper .col_r .area.sh {
  background-color: #996699;
}
.event_wrapper .article_wrapper .col_r .area.fo {
  background-color: #5B89A5;
}
.event_wrapper .article_wrapper .col_r .area.sq {
  background-color: #91AD53;
}
.event_wrapper .article_wrapper .col_r .dTicket{
background-color: #d62500;
}
.event_wrapper .article_wrapper .col_r .bg_y{
background-color: #fff400;
}

.event_wrapper .article_wrapper .col_r .day,
.event_wrapper .article_wrapper .col_r .time,
.event_wrapper .article_wrapper .col_r .seat,
.event_wrapper .article_wrapper .col_r .price,
.event_wrapper .article_wrapper .col_r .dpTicket{
  font-size: 2.2rem;
  font-weight: 700;
}

.event_wrapper .article_wrapper .col_r .seat,
.event_wrapper .article_wrapper .col_r .dpTicket{
line-height: 1.3;
}

.event_wrapper .article_wrapper .col_r .day {
  margin: 0 0 1rem;
}

.event_wrapper .article_wrapper .col_r .time {
  margin: 1rem 0;
}

.event_wrapper .article_wrapper .col_r .seat,
.event_wrapper .article_wrapper .col_r .price {
  margin: 0;
}

.event_wrapper .article_wrapper .col_r .desc {
  font-size: 2rem;
  line-height: 1.5;
}

/*イベント割------------------------------------*/
.Dticket_info{
margin-bottom: 4rem;
}
.Dticket_info h3{
background-color: #d62500;
    padding: 1rem;
    color: #fff;
}
.Dticket_info .Dticket_info_wrap{
padding: 0 0 0 1rem;
}

.Dticket_info .Dticket_info_wrap .anno_wrap{
background-color: #FBF4E2;
    padding: 1.5rem 2rem 0.5rem;
}

.Dticket_info .Dticket_info_wrap .anno_wrap .annotation{
background-color: #d62500;
    color: #fff;
    display: inline;
    padding: 0.5rem 1rem;
    font-weight: 600;
}
.Dticket_info .Dticket_info_wrap .anno_wrap .annotation_text{
margin: 0.5rem 0;
}

.Dticket_info .Dticket_info_wrap .aTicket,.Dticket_info .Dticket_info_wrap .dpTicket{
font-weight: 600;
margin: 0.5rem 0;
}
.Dticket_info .Dticket_info_wrap .dpTicket span.bg_y{
background-color: #fff400;
    margin-right: 1rem;
}

.Dticket_info .Dticket_info_wrap .aTicket span.mr{
margin-right: 4.8rem;
}
@media print, screen and (min-width: 768px) {
.Dticket_info .Dticket_info_wrap .aTicket span.mr {
    margin-right: 5.3rem;
  }
}
/*イベント割END------------------------------------*/
.event_wrapper .ticket h3 {
  background-color: #B6CA67;
  color: #333;
  padding: 1rem;
  font-size: 2rem;
}
.event_wrapper .ticket .button.pguide {
  max-width: 440px;
}

.event_wrapper .ticket .button.pguide a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 1rem 5.5rem;
}

.event_wrapper .ticket .button.pguide a::before {
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-image: url(/pr/hadanoculture/images/link_brown.png);
  top: 7px;
  left: 15px;
}

/*-------------------------------------------------*/
/*-------cat information item--------------------------*/
.cat .item2,
.information .item2 {
  padding: .5rem;
}
@media print, screen and (min-width: 768px) {
.cat .item2,
.information .item2 {
  padding: 2rem;
}
}
.cat .item2 img,
.information .item2 img {
  margin: 1.5rem auto !important;
}

@media print, screen and (min-width: 768px) {
  .cat .item2 img,
  .information .item2 img {
    width: initial;
  }
}

/*-------------------------------------------------*/
/*---------restaurant------------------------------*/
.restaurant_main {
  max-width: 1080px;
  margin: 0 auto;
}

.menu {
  margin: 0 auto 3rem;
}

.menu h2 {
  color: #5e411d;
  text-align: center;
}

.menu .article_wrapper {
  background-color: #fbf4e2;
  padding: 2rem;
}

.menu .article_wrapper h3 {
  margin: 2rem 0 1rem;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper h3 {
    font-size: 2.3rem;
  }
}

.menu .article_wrapper span.small {
  font-size: 0.8em;
}

.menu .article_wrapper .info {
  border-top: 1px solid #333;
}

.menu .article_wrapper .flex_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.menu .article_wrapper .flex_row img {
  width: 100%;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row img {
    width: calc(100% / 2 - 10px);
    padding-right: 10px;
  }
}

.menu .article_wrapper .flex_row p {
  margin: 0;
}

.menu .article_wrapper .flex_row .text p {
  margin: 0;
}

.menu .article_wrapper .flex_row .text .price {
  text-align: left;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row .text .price {
    text-align: right;
  }
}

.menu .article_wrapper .flex_row .text .price span {
  margin-left: 1rem;
}

.menu .article_wrapper .flex_row .text_ib p {
  display: inline-block;
  margin-right: 1rem;
}

.menu .article_wrapper .flex_row .text_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row .text_inline {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.menu .article_wrapper .flex_row .text_inline p {
  line-height: 1.2;
}

.menu .article_wrapper .flex_row .text_inline p:first-child {
  width: 60%;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row .text_inline p:first-child {
    width: initial;
  }
}

.menu .article_wrapper .flex_row .menutext p {
  margin-bottom: 3rem;
}

.menu .article_wrapper .flex_row .menutext p:last-child {
  margin-bottom: 1rem;
}

.menu .article_wrapper .ai_end {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .ai_end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.menu .article_wrapper .ai_end .text {
  margin-bottom: 1rem;
}

.menu .article_wrapper .fs_images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .fs_images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.menu .article_wrapper .fs_images img {
  width: 100%;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .fs_images img {
    width: calc(100% / 3 - 10px);
  }
}

.menu .article_wrapper .flex_row_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row_half {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto 1rem;
  }
}

.menu .article_wrapper .flex_row_half img {
  margin-bottom: 1rem;
}

.menu .article_wrapper .flex_row_half .food_wrapper {
  width: 100%;
  margin-bottom: 3rem;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row_half .food_wrapper {
    width: calc(100% / 2 - 25px);
  }
}

.menu .article_wrapper .flex_row_half .food_wrapper .img {
  position: relative;
}

.menu .article_wrapper .flex_row_half .food_wrapper .img img {
  margin-bottom: .5rem;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row_half .food_wrapper .img img {
    margin-bottom: 1rem;
  }
}

.menu .article_wrapper .flex_row_half .food_wrapper .img .cap {
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}

.menu .article_wrapper .flex_row_half .food_wrapper .text p, .menu .article_wrapper .flex_row_half .food_wrapper .text_inline p {
  margin: 0 0 0.5rem;
  line-height: 1.2;
}

.menu .article_wrapper .flex_row_half .food_wrapper .text .price, .menu .article_wrapper .flex_row_half .food_wrapper .text_inline .price {
  text-align: left;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row_half .food_wrapper .text .price, .menu .article_wrapper .flex_row_half .food_wrapper .text_inline .price {
    text-align: right;
  }
}

.menu .article_wrapper .flex_row_half .food_wrapper .text .note, .menu .article_wrapper .flex_row_half .food_wrapper .text_inline .note {
  line-height: 1.2;
}

.menu .article_wrapper .flex_row_half .food_wrapper .text_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row_half .food_wrapper .text_inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.menu .article_wrapper .flex_row_half .food_wrapper .text_inline p {
  line-height: 1.2;
}

.menu .article_wrapper .flex_row_half .food_wrapper .text_inline p:first-child {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .menu .article_wrapper .flex_row_half .food_wrapper .text_inline p:first-child {
    width: initial;
    width: 70%;
  }
}

/*-------------------------------------------------*/
/*-------links--------------------------*/

#links{
    background-color: #F8E2AF;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.links_wrapper{
   max-width: 1280px;
  margin: 0 auto;
}
.links_wrapper ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
}
.links_wrapper ul li{
    list-style: none;
    width: calc(100% / 2);
    /*width: 100%;*/
    padding: 0.5rem 1rem;
    max-width: 250px;
}

@media print, screen and (min-width: 768px) {
.links_wrapper ul{
    flex-wrap: wrap;
}
.links_wrapper ul li{
    width: calc(100% / 5);
}
}

/*-------------------------------------------------*/
/*-------footer--------------------------*/
footer {
  background-color: #8CAC10;
    flex-shrink: 0;
}

footer .footer_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

footer .footer_wrapper .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  max-width: 270px;
  margin: 0 auto;
}

footer .footer_wrapper .sns ul li {
  list-style: none;
  margin-bottom: 1rem;
}

footer .footer_wrapper .sns ul li img {
  max-width: 40px;
}

footer .footer_wrapper .footercontents {
  text-align: center;
}

footer .footer_wrapper .footercontents p {
  color: #fff;
  font-size: 1.2rem;
  padding-bottom: 2rem;
  margin: 0;
}

@media print {
  nav {
    display: none;
  }
  .sns {
    display: none;
  }
  #navi {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  footer .sns ul li:nth-child(3) {
    display: none;
  }
}


/*aform用---------------------------------------*/
.aform {
  border-bottom: none !important;
  }

.submit {
  border: none; }

.formTable tr {
  display: block; }

.formTable th {
  border-right: none !important;
  border-bottom: none !important; }

.formTable tr td,
.formTable tr th {
  border-bottom: none !important;
  width: 95%; }

.formTable tr td {
  border-right: none !important;
  border-bottom: none !important;
  display: block;
  text-align: left; }

.formTable li{
list-style: none;
}

.aform-hdln {
  border-bottom: none !important; }

div.aform-content table.formTable tr td input,
div.aform-content table.formTable tr td textarea {
  width: 97% !important; }

div.aform-content .aform-note{
background: #f6f6f6 !important;
}
div.aform-content .aform-note a{
color: #d5837d;
}
.aform-input-example{
margin-top: 0;
}


@media screen and (min-width: 769px) {
  .aform {
    margin-top: 10px !important;
    width: 90% !important;
max-width: 890px;}
  .formTable tr {
    width: auto; }
  .formTable th {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
  .formTable tr td,
  .formTable tr th {
    border-bottom: dotted 1px #cccccc;
    width: auto; }
  .formTable tr td {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: table-cell;
    text-align: right; }
  .aform-hdln {
    border-bottom: dotted 1px #cccccc; }
  div.aform-content table.formTable tr td input,
  div.aform-content table.formTable tr td textarea {
    width: 534px; } }
/*aform用---------------------------------------*/


/*-------------------------------------------------*/
/*-------催し物案内チラシ表示部分-----------*/

.flyer_wrapper{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
.flyer_wrapper{
    flex-direction: row;
    align-items: center;
    max-width: 700px;
}
}

.flyer{
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}
.flyer img{
margin: 0 auto 1rem;
}
.flyer figure figcaption{
text-align: center;
}
.flyer_archive{
    margin: 0 auto;
    text-align: center;
}
.flyer_archive a{
    text-align: center;
}

/*-------------------------------------------------*/
/*-------バックナンバー-----------*/

.flyer_listwrapper{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
.flyer_listwrapper{
    flex-direction: row;
}
}

.flyer_list{
    width: 100%;
    margin: 0 auto;
  padding: 1rem;
    flex-direction: column;
}
@media print, screen and (min-width: 768px) {
.flyer_list{
    width: calc(100% / 3);
    flex-direction: row;
}
}

.flyer_list h2 {
    background-color: #B6CA67;
    padding: 2rem;
    margin: 0;
}

.flyer_list .list_wrapper li {
    list-style: none;
    margin-bottom: 1rem;
}

.flyer_list .list_wrapper li a {
    color: #333333;
}

/*publication------------------------------*/
 /* modal scroll禁止 */
	body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
 /* モーダルCSS */
    .modalArea {
        display: none;
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        padding: 0;
    }
    .modalBg {
        width: 100%;
        height: 100%;
        background-color: rgba(30, 30, 30, 0.9);
    }
    .modalWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 90%;
        background-color: #fff;
        height: 95%;
    }
    .modalWrapper h2 {
        font-size: 1.5rem;
        text-align: center;
        padding: 1rem;
        margin: 0 45px 0 0;
        height: calc(1rem + 35px);
        background-color: initial;
    }
    .closeModal {
        position: absolute;
        top: 1rem;
        right: 1rem;
        cursor: pointer;
        border: 1px solid #111;
        padding: 0.5rem;
        font-weight: 600;
        width: 35px;
        height: 35px;
    }
    .modalContents {
        position: absolute;
        top: calc(50% + 1.5rem);
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 90%;
        padding: 1rem;
        background-color: #fff;
        height: calc(90% - 1rem);
        overflow-y: auto;
 -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
    }
    .modalContents ul {
        margin: 0 auto;
        padding: 0;
        max-width: 450px;
    }
    .modalContents ul li.bnlist {
        list-style: none;
        margin-bottom: 2rem;
        background-color: #fff6e5;
    }
    .modalContents ul li.bnlist p {
        margin: 0 0 1rem;
        background-color: #F8E2AF;
        font-size: 1.5rem;
        font-weight: 600;
        color: #5E411D;
    }
    .modalContents ul li.bnlist img{
	max-width: 85%;
	padding-bottom: 1rem;
	}
 /* button_backnumber */
    .button_bn {
        padding: .8rem;
        background-color: #5E411D;
        border: none;
        cursor: pointer;
        min-width: 300px;
        font-weight: 700;
        font-size: 1.5rem;
    }
	.button_bn:hover {
    background-color: #ECC74E;
	}
.button_bn a{
        color: #fff;
    text-decoration: none;
}

/* harmonia webpage----------------------------*/
.harmonia {
    margin: 4rem 0 0;
}
@media print, screen and (min-width: 768px) {
.harmonia {
    margin: 7rem 0 0;
}
}
ul.harmonia_wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    padding: 0;
    max-width: 1200px;
    margin: 0;
}

ul.harmonia_wrapper:after{
    content: '';
    display: block;
    width: calc(100% / 2);
    height: 0;
}
@media print, screen and (min-width: 768px) {
ul.harmonia_wrapper:after{
    width: calc(100% / 4);
}
}

ul.harmonia_wrapper li{
    width: calc(100% / 2);
    margin-bottom: 2rem;
    list-style: none;
    padding: 0 1.2rem;
}
@media print, screen and (min-width: 768px) {
ul.harmonia_wrapper li{
    width: calc(100% / 4);
    margin-bottom: 3rem;
    padding: 0 1.5rem;
}
}
ul.harmonia_wrapper li p{
    font-size: 1.5rem;
    text-align: center;
    margin: 0 0 0.5rem;
    font-weight: 600;
    background-color: #F8E2AF;
    color: #5E411D;
}
/*-----------------------------使用方法追加202505--*/

.wrapper_process{
      padding: .8rem;
    width: 100%;
}
@media print, screen and (min-width: 768px) {
  .wrapper_process{
      padding: 2rem;
}
}
.wrapper_process h4{
      font-size: 2rem;
    margin: 0 0 1.2rem;
}
.wrapper_process .dat_wrapper{
padding: 0 0 0 2.5rem;
}
.wrapper_process .dat_flex{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: baseline;
}
@media print, screen and (min-width: 768px) {
  .wrapper_process .dat_flex{
  flex-direction: row;
}
}
.wrapper_process .dat_flex_l{
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .wrapper_process .dat_flex_l{
  margin-right: 3rem;
  width: 85px;
}
}
.wrapper_process .dat_flex_l .border{
  border: 1px solid #333;
  padding: .3rem;
  margin: 0;
}
.wrapper_process .dat_flex_r{
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .wrapper_process .dat_flex_r{
  width: calc(100% - 85px - 3rem);
}
}
.wrapper_process .oltitile{
  background-color: #FBF4E2;
  padding: .2rem 1rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.wrapper_process .pl1{
padding-left: 1rem;
margin: 0 0 1rem 0;
}
.wrapper_process .materials{
  border: 1px solid #333;
    padding: .5rem 1rem;
}