@charset "UTF-8";
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Helvetica, Arial, "sans-serif";
  font-size: 0.875em;
  margin: 0 auto;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
img {
  vertical-align: middle;
}

a img:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

h2 {
  color: #4E2712;
  font-size: 1.7em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 175%;
  margin: 0 0 40px;
  text-align: left;
}

#news-box h2,
#news2-box h2 {
  width: 300px;
  margin: 0 auto 40px;
  text-align: center;
}

#area-box h2,
#hogomuzuttekero-list h2 {
  width: 330px;
  margin: 0 auto;
  text-align: center;
}

.sp {
  display: none;
}

span.anchor {
  display: block;
  top: -100px;
  position: relative;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgb5 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb35 {
  margin-bottom: 35px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb45 {
  margin-bottom: 45px;
}

.mgb50 {
  margin-bottom: 50px;
}

/* page
------------------------------------- */
#page1,
#page2,
#page3,
#page4 {
  min-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

/* kiji-image
------------------------------------- */
.size35 {
  text-align: center;
  width: 39px;
  height: 39px;
}

.size55 {
  width: 59px;
  height: 59px;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}

.size120 {
  text-align: center;
  width: 120px;
  height: 120px;
}

.size220 {
  text-align: center;
  width: 200px;
  height: 200px;
}

/* header
------------------------------------- */
#header {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}

#header .box {
  position: relative;
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
}

#header .box .logo {
  position: absolute;
  top: 5px;
  left: 0;
  width: 230px;
}

#header .box .copy {
  position: absolute;
  top: 15px;
  right: 220px;
  color: #42210B;
  font-size: 0.95em;
  line-height: 175%;
  letter-spacing: 0.05em;
}

#header .box .organization {
  background-color: #42210B;
  position: absolute;
  top: 10px;
  right: 0;
  color: #FFFFFF;
  font-size: 0.9em;
  line-height: 175%;
  letter-spacing: 0.05em;
  padding: 5px 20px;
}

#header .box .navi {
  position: absolute;
  top: 49px;
  right: 0;
  color: #4E2712;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 175%;
  text-align: right;
}

#header .box .navi a {
  display: inline-block;
  color: #42210B;
  text-decoration: none;
  margin: 0 20px 0 0;
}

#header .box .navi a:hover {
  color: #84B86B;
}

#header .box .navi a:last-child {
  margin: 0;
}

#topimage {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  width: 100%;
  height: 60vh;
  max-height: 620px;
  overflow: hidden;
}

@media only screen and (max-width: 519px) {
  #topimage {
    height: 50vh;
  }
}
@media only screen and (max-width: 480px) {
  #topimage {
    padding-top: 60px;
  }
}
#topimage .thumbnail {
  width: 100%;
  height: 60vh;
  max-height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 519px) {
  #topimage .thumbnail {
    height: 50vh;
  }
}
#topimage figcaption {
  position: absolute;
  bottom: 30px;
  right: 50px;
  width: 400px;
  color: #FFFFFF;
  font-size: 1.1em;
  line-height: 175%;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000000;
}

#topimage .inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 1000px;
  height: 95vh;
  max-height: 720px;
  margin: 0 auto;
  text-align: center;
}

#topimage .inner .copy {
  z-index: 11;
  position: absolute;
  top: 150px;
  left: 0;
  width: 400px;
}

#topimage .inner .chara {
  z-index: 11;
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 250px;
}

#nav-drawer {
  display: none;
  cursor: pointer;
  position: relative;
  float: right;
  width: 25px;
  margin: 25px 0 0 0;
}

#nav-drawer #nav-open {
  cursor: pointer;
}

#nav-drawer #nav-open span,
#nav-drawer #nav-open span:before,
#nav-drawer #nav-open span:after {
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #341601;
}

#nav-drawer #nav-open span:before {
  bottom: -9px;
}

#nav-drawer #nav-open span:after {
  bottom: -18px;
}

#nav-drawer .menu {
  display: none;
  font-size: 0.65em;
  margin: 1px 0 0;
}

#nav-drawer .nav-unshown {
  display: none;
}

#nav-drawer #nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#nav-drawer #nav-content {
  opacity: 1;
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 90%;
  max-width: 270px;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  background-color: rgba(66, 33, 11, 0.9);
  background-color: rgba(116, 174, 88, 0.9);
}

#nav-drawer #nav-content .search {
  margin: 20px 0 10px;
}

#nav-drawer #nav-content .search input[type=text] {
  width: 120px;
  height: 28px;
  border: 1px solid #BBBBBB;
  border-radius: 20px;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  line-height: 175%;
  padding: 0 10px 0 27px;
  margin: 0;
}

#nav-drawer #nav-content ul {
  display: block;
  width: 100%;
  margin: 10px 0 5px;
  border-bottom: 1px solid #EEEEEE;
}

#nav-drawer #nav-content ul li {
  display: block;
  text-align: left;
  border-top: 1px solid #EEEEEE;
}

#nav-drawer #nav-content ul li a {
  display: block;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 175%;
  padding: 20px 10px 20px 20px;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yamagatakouiki/p/images/yamagatakouiki_icon_arrow.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 8px auto;
  margin: 0 10px 0 0;
}

#nav-drawer #nav-content ul li a:hover {
  color: #F8D161;
  text-decoration: none;
}

#nav-drawer input[type=button] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 3px #CCCCCC;
          box-shadow: 2px 2px 3px #CCCCCC;
  border: 0;
  color: #4E2712;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 175%;
  padding: 10px 50px;
  margin: 20px 0 40px;
  cursor: pointer;
}

#nav-drawer input[type=button]:hover {
  opacity: 0.9;
  color: #F8D161;
}

#nav-drawer #nav-input:checked ~ #nav-close {
  display: block;
  opacity: 0.6;
}

#nav-drawer #nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

/* content
------------------------------------- */
#content {
  margin: 0 0 40px;
}

/* main
------------------------------------- */
#main_body {
  float: left;
}

.main.yellow {
  background-color: #FFF8EF;
}

.main.pink {
  background-color: #FBEBE7;
}

.main.green {
  background-color: #74AE58;
}

.main .box {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 70px;
  text-align: center;
}

.main .box .main-title {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/yamagatakouiki/p/images/yamagatakouiki_title_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.main .box .main-title2 {
  color: #FFFFFF;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 175%;
  margin: 0 auto 40px;
  text-align: center;
}

.main .box .main-title2 span {
  font-size: 0.8em;
  font-weight: normal;
}

.main .box .topics {
  background-color: #FFFFFF;
  padding: 30px;
}

.main .box .box-left {
  float: left;
  width: 68%;
}

.main .box .box-right {
  float: right;
  width: 30%;
}

.main .box ol {
  margin: 0 0 30px;
}

.main .box ol li {
  border-bottom: 1px dotted #AAAAAA;
  padding: 0 0 10px;
  margin: 0 0 10px;
  text-align: left;
}

.main .box ol li a {
  color: #583010;
}

.main .box ol li .photo {
  background-color: #FFFFFF;
  float: left;
  width: 80px;
  height: 80px;
}

.main .box ol li .photo .thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.main .box ol li .detail {
  float: left;
  width: 520px;
}

.main .box ol li .detail .date {
  color: #42210B;
  font-size: 0.8em;
  line-height: 175%;
  letter-spacing: 0.1em;
  margin: 5px 0 0 20px;
}

.main .box ol li .detail h3 {
  color: #42210B;
  font-size: 1.05em;
  line-height: 175%;
  letter-spacing: 0.05em;
  margin: 0 0 0 20px;
}

.main .box ol li .detail p {
  color: #42210B;
  font-size: 0.9em;
  line-height: 175%;
  letter-spacing: 0.1em;
  padding: 0;
  margin: 0 0 0 20px;
}

.main .box .map {
  width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}

.main .box .map2 {
  display: none;
  width: 460px;
  margin: 0 auto 35px;
  text-align: center;
}

.main .box .map3 {
  display: none;
  width: 300px;
  margin: 10px auto 25px;
  text-align: center;
}

.main .box ul {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

#area.main .box ul {
  margin: 0 50px 30px;
}

.main .box ul li {
  float: left;
  width: 31%;
  margin: 0 3% 30px 0;
  text-align: left;
}

.main .box ul li:nth-child(3n+0) {
  margin: 0 0 30px;
}

.main .box ul li a:hover {
  text-decoration: none;
}

#area-box.main .box ul li {
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 3px #777777;
          box-shadow: 2px 2px 3px #777777;
  text-align: left;
}

#hogomuzuttekero-list.main .box ul li {
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 3px #777777;
          box-shadow: 2px 2px 3px #777777;
  text-align: left;
}

#movies.main .box ul li {
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 3px #777777;
          box-shadow: 2px 2px 3px #777777;
  text-align: left;
}

.main .box ul li .photo {
  background-color: #775531;
  min-height: 290px;
  margin: 10px;
}

#news2-box.main .box ul li .photo {
  margin: 0 0 10px;
}

#hogomuzuttekero-list.main .box ul li .photo {
  z-index: 1;
  position: relative;
  min-height: 200px;
  background-color: initial;
  margin: 0 0 10px;
}

.main .box ul li .photo .thumbnail {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

#hogomuzuttekero-list.main .box ul li .photo .thumbnail {
  height: 200px;
}

#hogomuzuttekero-list.main .box ul li .photo figcaption {
  z-index: 10;
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #FFFFFF;
  font-size: 0.95em;
  line-height: 175%;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 2px #000000;
}

.main .box ul li h3 {
  color: #42210B;
  font-size: 1.05em;
  line-height: 175%;
  letter-spacing: 0.05em;
  margin: 0 5px;
}

#hogomuzuttekero-list.main .box ul li h3 {
  background-color: #629042;
  color: #FFFFFF;
  font-size: 1.1em;
  margin: 0;
  padding: 10px;
}

#hogomuzuttekero-list.main .box ul li h3.brown {
  background-color: #BA6830;
}

#hogomuzuttekero-list.main .box ul li h3.navy {
  background-color: #193E5B;
}

#hogomuzuttekero-list.main .box ul li h3.red {
  background-color: #CC0000;
}

#hogomuzuttekero-list.main .box ul li h3.cherry {
  background-color: #CA585D;
}

#movies.main .box ul li h3 {
  font-size: 1.1em;
  margin: 0;
  padding: 7px 10px;
  text-align: center;
}

.main .box ul li .date {
  color: #42210B;
  font-size: 0.8em;
  line-height: 175%;
  letter-spacing: 0.1em;
  margin: 0 5px;
}

.main .box ul li p {
  color: #42210B;
  font-size: 1em;
  font-weight: bold;
  line-height: 175%;
  letter-spacing: 0.05em;
  padding: 5px 15px 15px;
  text-align: center;
}

#hogomuzuttekero-list.main .box ul li p {
  font-size: 0.9em;
  font-weight: normal;
  padding: 0 10px;
  margin: 0 0 10px;
  text-align: left;
}

.main .box ul li .link a {
  display: block;
  position: relative;
  background-color: #6A441C;
  -webkit-box-shadow: 2px 2px 3px #CCCCCC;
          box-shadow: 2px 2px 3px #CCCCCC;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 175%;
  text-align: center;
  padding: 10px 0;
  margin: 0 50px 20px;
}

.main .box ul li .link a:hover {
  text-decoration: none;
  opacity: 0.9;
}

.main .box ul li .maps {
  margin: 0 10px 10px;
}

.main .box ul li .maps .soon {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  color: #555555;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  line-height: 175%;
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
}

.main .box .btn {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.main .box .btn a {
  display: block;
  position: relative;
  background-color: #42210B;
  -webkit-box-shadow: 2px 2px 3px #CCCCCC;
          box-shadow: 2px 2px 3px #CCCCCC;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  line-height: 175%;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}

.main .box .btn a:hover {
  text-decoration: none;
  opacity: 0.9;
}

#movie-box.main .box .btn a {
  background-color: #FFFFFF;
  border: 1px solid #42210B;
  -webkit-box-shadow: 2px 2px 3px #AAAAAA;
          box-shadow: 2px 2px 3px #AAAAAA;
  color: #42210B;
  font-weight: bold;
}

#hogomuzuttekero.main {
  padding: 80px 0 50px;
}

#hogomuzuttekero.main ul {
  margin: 0;
}

#movies.main {
  padding: 80px 0 50px;
}

#movies.main ul {
  margin: 0;
}

.main .box .inner {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px 50px;
}

.main .box .box-title {
  background-color: #629042;
  border-radius: 30px;
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 175%;
  padding: 5px 30px;
  margin: 0 0 15px;
  text-align: left;
}

.main .box .box-title.green {
  background-color: #629042;
}

.main .box .box-title.brown {
  background-color: #BA6830;
}

.main .box .box-title.navy {
  background-color: #193E5B;
}

.main .box .box-title.red {
  background-color: #CC0000;
}

.main .box .box-title.cherry {
  background-color: #CA585D;
}

.main .box input[type=button] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #422107;
  -webkit-box-shadow: 2px 2px 2px #DDDDDD;
          box-shadow: 2px 2px 2px #DDDDDD;
  font-size: 0.95em;
  line-height: 175%;
  letter-spacing: 0.05em;
  padding: 5px 10px;
  margin: 10px 0 0;
  text-align: center;
  cursor: pointer;
}

.main .box input:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.main .box p {
  font-size: 1.1em;
  line-height: 175%;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 0 30px 30px;
}

.main .box p.text-center {
  margin: 0 auto;
  text-align: center;
}

.main .box p em {
  font-weight: bold;
  font-style: normal;
}

.main .box p .big {
  font-size: 1.3em;
}

.brown {
  color: #BA6830;
}

.green {
  color: #629042;
}

.red {
  color: #CC0000;
}

.navy {
  color: #193E5B;
}

.cherry {
  color: #CA585D;
}

/*
	list  [list]
------------------------------------- */
.list {
  margin: 0 0 30px;
  padding: 0;
}

.list.parts4 {
  float: left;
  width: 47%;
  border-left: 2px solid #CC3E3F;
  margin: 0;
  padding: 10px 0 10px 20px;
}

.list.parts10 {
  float: right;
  width: 45%;
  border-left: 2px solid #0659A4;
  margin: 0;
  padding: 10px 0 10px 20px;
}

.list .kiji_image {
  float: left;
  width: 59px;
  height: 59px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-box-shadow: 1px 1px 1px #DDDDDD;
          box-shadow: 1px 1px 1px #DDDDDD;
  margin: 0 15px 0 0;
}

.list .kiji_image img {
  max-width: 55px;
  max-height: 55px;
}

.list.parts10 .kiji_image {
  width: 200px;
  height: 200px;
}

.list.parts10 .kiji_image img {
  max-width: 196px;
  max-height: 196px;
}

.list.parts13 .kiji_image {
  width: 120px;
  height: 120px;
}

.list.parts13 .kiji_image img {
  max-width: 116px;
  max-height: 116px;
}

.list .kiji_body {
  float: left;
}

.list.parts10 .kiji_body {
  float: left;
  width: 230px;
}

.list.parts13 .kiji_body {
  float: left;
  width: 600px;
}

.list .kiji_contents {
  clear: both;
  border-bottom: 1px dotted #BBBBBB;
  padding: 0 0 15px;
  margin: 0 0 15px;
  text-align: left;
}

.list .kiji_date {
  color: #777777;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  line-height: 175%;
}

.list h3 {
  color: #CC3E3F;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 175%;
}

.list h3 a,
.list h3 a:link,
.list h3 a:active,
.list h3 a:visited {
  color: #CC3E3F;
  text-decoration: none;
}

.list h3 a:hover {
  color: #CC3E3F;
  text-decoration: underline;
}

.list.parts10 h3 {
  margin: 0 0 5px;
}

.list.parts13 h3 {
  font-size: 1.1em;
  line-height: 175%;
  margin: 0 0 5px;
}

.list.parts10 h3 a,
.list.parts10 h3 a:link,
.list.parts10 h3 a:active,
.list.parts10 h3 a:visited,
.list.parts13 h3 a,
.list.parts13 h3 a:link,
.list.parts13 h3 a:active,
.list.parts13 h3 a:visited {
  color: #0659A4;
}

.list p {
  color: #999999;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  line-height: 175%;
}

.list p a {
  color: #999999;
  text-decoration: none;
}

.list p a:hover {
  color: #C1272D;
  text-decoration: underline;
}

.list.parts4 .links,
.list.parts10 .links {
  display: none;
}

.list .links {
  color: #777777;
  font-size: 0.9em;
  line-height: 175%;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 10px 0 0;
  text-align: right;
}

.list .links a,
.list .links a:link,
.list .links a:active,
.list .links a:visited {
  color: #777777;
  text-decoration: none;
}

.list .links a:hover {
  color: #C1272D;
  text-decoration: underline;
}

/*
	parts8 album  [main-report]
------------------------------------- */
.album {
  margin: 0 0 30px;
}

.album h2 {
  margin: 0;
}

.album .kiji_contents {
  clear: both;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 0;
}

.parts13.album .kiji_contents {
  padding: 0 0 30px;
}

.album .album_3_01,
.album .album_3_02 {
  background-color: #FFFCDC;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px #DDDDDD;
          box-shadow: 2px 2px 2px #DDDDDD;
  float: left;
  width: 32%;
  margin: 0 1.5% 0 0;
  padding: 0;
}

.album .album_3_03 {
  background-color: #FFFCDC;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px #DDDDDD;
          box-shadow: 2px 2px 2px #DDDDDD;
  float: left;
  width: 32%;
  margin: 0;
}

.album table {
  background-color: #FFFFFF;
  width: 270px;
  height: 200px;
  text-align: center;
  margin: 20px auto 15px;
}

.album table img {
  max-width: 260px;
  max-height: 190px;
  vertical-align: middle;
}

.album table img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}

.album h3 {
  color: #C30D22;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 175%;
  text-align: left;
  margin: 0 20px 5px;
  padding: 0;
}

.album h3 a,
.album h3 a:link,
.album h3 a:active,
.album h3 a:visited {
  color: #C30D22;
  text-decoration: none;
}

.album h3 a:hover {
  color: #C30D22;
  text-decoration: underline;
}

.album .kiji_date {
  color: #009943;
  font-size: 0.9em;
  line-height: 175%;
  text-align: left;
  margin: 0 20px 20px;
}

.album .kiji_member {
  display: none;
}

.album .links {
  color: #EC681C;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 175%;
  margin: 0;
  padding: 30px 10px 0;
  text-align: right;
}

.album .links a,
.album .links a:link,
.album .links a:active,
.album .links a:visited {
  color: #EC681C;
  text-decoration: none;
}

.album .links a:hover {
  color: #EC681C;
  text-decoration: underline;
}

/* footer
------------------------------------- */
#footer {
  width: 100%;
  padding: 0 0 30px;
  text-align: left;
}

#footer .banner {
  width: 1000px;
  margin: 0 auto 30px;
  text-align: center;
}

#footer .banner ul {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer .banner ul li {
  float: left;
  width: 23%;
  margin: 0 3% 20px 0;
  text-align: left;
}

#footer .banner ul li:nth-child(4n+0) {
  margin: 0 0 20px;
}

#footer .banner ul li a:hover {
  text-decoration: none;
}

#footer .inner {
  position: relative;
  width: 1000px;
  color: #4E2712;
  font-size: 0.95em;
  line-height: 175%;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto;
}

#footer .inner a {
  color: #4E2712;
}

#footer .inner .organization {
  padding: 0 0 15px;
  margin: 0 0 25px;
  text-align: left;
  border-bottom: 1px solid #42210B;
}

#footer .inner .organization .logo {
  float: left;
  width: 500px;
}

#footer .inner .organization .logo img {
  float: left;
  width: 200px;
  margin: 0 25px 0 0;
}

#footer .inner .organization .logo .copy {
  color: #4E2712;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 175%;
  padding: 35px 0 0;
}

#footer .inner .organization .btn {
  float: right;
  width: 200px;
  margin: 15px 0 0;
}

#footer .inner .organization .btn a {
  display: block;
  background-color: #B30018;
  color: #FFFFFF;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  line-height: 175%;
  text-align: center;
  padding: 7px 0;
}

#footer .inner .organization .btn a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  text-decoration: none;
}

#footer .inner .adrs {
  color: #42210B;
  font-size: 1.05em;
  line-height: 200%;
  letter-spacing: 0.05em;
  margin: 0 10px 25px;
  text-align: left;
}

#footer .inner .adrs em {
  font-size: 1.15em;
  font-style: normal;
  font-weight: bold;
}

#footer .inner .copyright {
  color: #74AE58;
  font-size: 0.75em;
  line-height: 175%;
  letter-spacing: 0.1em;
  margin: 0 10px;
  text-align: left;
}

#footer .inner .pagetop {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 60px;
}

/* parts7  [contact]
------------------------------------- */
.parts7 {
  background-color: #FBEBE7;
  padding: 150px 0 50px;
  margin: 0 auto;
  text-align: center;
}

.parts7 h2 {
  background-color: #FFFFFF;
  border-radius: 20px 20px 0 0;
  width: 850px;
  font-size: 1.5em;
  line-height: 175%;
  padding: 30px 50px 0;
  margin: 0 auto;
  text-align: center;
}

.parts7 .contact_contents {
  clear: both;
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
  width: 850px;
  font-size: 1.1em;
  line-height: 175%;
  text-align: left;
  padding: 25px 50px 40px;
  margin: 0 auto;
  text-align: center;
}

.parts7 .contact_text {
  font-size: 1em;
  line-height: 175%;
  letter-spacing: 0.05em;
  margin: 0 20px 30px;
  text-align: left;
}

.parts7 .contact_text img {
  margin: 0 0 20px;
}

.parts7 .contact_text p {
  margin: 0 30px;
}

.parts7 .contact_text p em {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 175%;
}

.parts7 .contact_text p em.red {
  color: #C30D22;
}

.parts7 .contact_text p em.blue {
  color: #0A308F;
}

.parts7 .contact_text p em.green {
  color: #009139;
}

.parts7 .contact_form li {
  width: 100%;
  display: inline-table;
  margin: 0;
  padding: 13px 20px 13px;
  border-top: 1px dotted #CCCCCC;
}

.parts7 .contact_index,
.parts7 .contact_body,
.parts7 .contact_submit {
  float: left;
}

.parts7 .contact_index {
  color: #000000;
  font-weight: bold;
  line-height: 175%;
  text-align: left;
  width: 250px;
  min-height: 1px;
}

.parts7 .contact_body {
  text-align: left;
}

.parts7 .contact_body input[type=text],
.parts7 .contact_body textarea {
  border: 1px solid #B7B8B8;
  padding: 5px;
  width: 500px !important;
}

.parts7 .contact_body select {
  border: 1px solid #B7B8B8;
  padding: 2px;
}

.parts7 .contact_body option {
  line-height: 150%;
  padding: 0px 5px;
}

.parts7 .contact_body_comment {
  color: #777777;
  font-size: 0.9em;
  line-height: 175%;
}

.parts7 .contact_body_needs {
  display: inline;
  color: #CC0000;
  font-size: 0.85em;
  margin: 0 0 0 10px;
}

.parts7 .contact_submit {
  width: 600px;
  text-align: left;
  padding: 20px 0;
}

.parts7 .contact_submit input[type=submit] {
  -webkit-appearance: none;
  background-color: #C1272D;
  -webkit-box-shadow: 2px 2px 2px #DDDDDD;
          box-shadow: 2px 2px 2px #DDDDDD;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  width: 350px;
  height: 50px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.parts7 .contact_submit input[type=button] {
  -webkit-appearance: none;
  background-color: #AAAAAA;
  border: 1px solid #DDDDDD;
  -webkit-box-shadow: 2px 2px 2px #DDDDDD;
          box-shadow: 2px 2px 2px #DDDDDD;
  border-radius: 30px;
  width: 150px;
  height: 50px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}

.parts7 .contact_submit input:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.parts7 .contact_ssl {
  width: 610px;
  font-size: 11px;
  line-height: 175%;
  margin: 0 0 50px 20px;
  text-align: left;
}

.parts7 .contact_ssl a {
  color: #003254;
}

.parts7 .contact_ssl img {
  display: none;
}

/* kiji
------------------------------------- */
#kiji {
  background-color: #FBEBE7;
  padding: 150px 0 50px;
  margin: 0 auto;
  text-align: center;
}

#kiji h2 {
  background-color: #FFFFFF;
  border-radius: 20px 20px 0 0;
  width: 850px;
  font-size: 1.5em;
  line-height: 175%;
  padding: 30px 50px 0;
  margin: 0 auto;
  text-align: center;
}

#kiji .kiji_contents {
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
  width: 850px;
  font-size: 1.1em;
  line-height: 175%;
  text-align: left;
  padding: 25px 50px 40px;
  margin: 0 auto;
}

#kiji .kiji_image {
  margin: 0 0 25px;
  max-width: 100% !important;
  text-align: center;
}

#kiji .kiji_image img {
  max-width: 680px !important;
}

#kiji strong {
  font-weight: bold;
}

#kiji p {
  margin: 0 0 25px;
  text-align: left;
}

#kiji p a,
#kiji p a:link,
#kiji p a:active,
#kiji p a:visited {
  color: #0044CC;
  text-decoration: underline;
}

#kiji p a:hover {
  color: #B00E36;
  text-decoration: underline;
}

#kiji .gmap {
  margin: 30px 0;
}
@media screen and (max-width: 519px) {
  #kiji .gmap {
    margin: 20px 0;
  }
}
#kiji .gmap #map {
  margin-top: 5px;
  aspect-ratio: 1.8;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 519px) {
  #kiji .gmap #map {
    aspect-ratio: 1.1;
  }
}

#kiji .kiji_date {
  color: #777777;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  text-align: right;
  margin: 0;
}

#kiji.member_d .kiji_date {
  display: none;
}

#kiji .kiji_category {
  color: #3A7136;
  letter-spacing: 0.05em;
  padding: 0 0 0 10px;
}

#kiji .kiji_category a,
#kiji .kiji_category a:link,
#kiji .kiji_category a:active,
#kiji .kiji_category a:visited {
  color: #3A7136;
  text-decoration: none;
}

#kiji .kiji_category a:hover {
  color: #3A7136;
  text-decoration: underline;
}

/* kiji_comment
------------------------------------- */
#kiji_comment {
  display: none;
}

/* kiji footer
------------------------------------- */
#kiji_footer {
  display: none;
}

/* member list
------------------------------------- */
#member {
  display: none;
}

/* default link
------------------------------------- */
a:link {
  color: #0000FF;
  text-decoration: none;
}

a:visited {
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  color: #8F0CFC;
  text-decoration: underline;
}

a:active {
  color: #0000FF;
  text-decoration: none;
}

/* clearfix
------------------------------------- */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

/* Reset
------------------------------------- */
h1 {
  display: none;
}

* {
  margin: 0px;
  padding: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* Fonts
------------------------------------- */
select, input, button, textarea, button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

.p-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.p-sns__wrapper {
  width: 32%;
}
@media screen and (max-width: 959px) {
  .p-sns__wrapper {
    width: 33%;
  }
}
@media screen and (max-width: 519px) {
  .p-sns__wrapper {
    margin-top: 30px;
    width: 100%;
  }
  .p-sns__wrapper:first-of-type {
    margin-top: 0;
  }
}

.p-sns__wrapper--insta {
  width: 30%;
}
@media screen and (max-width: 519px) {
  .p-sns__wrapper--insta {
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  .p-sns__wrapper--movie {
    width: 100%;
  }
}

.p-sns__x {
  height: 100%;
  max-height: 350px;
}
@media screen and (max-width: 519px) {
  .p-sns__x {
    height: 50vh;
    height: 50dvh;
  }
}
.p-sns__x .twitter-timeline {
  height: 100%;
}
.p-sns__x .twitter-timeline iframe {
  height: 100% !important;
}
.p-sns__x .twitter-timeline iframe .css-1dbjc4n.r-38sf4c.r-qklmqi.r-1cbz2o1 {
  display: none;
}

.p-sns__movie .main-title2 {
  margin-bottom: 30px !important;
  font-size: 18px !important;
  letter-spacing: 0 !important;
}
@media screen and (max-width: 959px) {
  .p-sns__movie .main-title2 {
    margin-bottom: 20px !important;
  }
}

.swiper-wrapper {
  height: auto !important;
}
.swiper-wrapper .thumbnail {
  aspect-ratio: 326/183;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-btn {
  display: block;
  margin: 40px auto 0;
  padding: 15px 20px;
  width: 400px;
  max-width: 100%;
  color: #42210B;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 175%;
  background-color: #FFFFFF;
  border-radius: 30px;
  border: 1px solid #42210B;
  -webkit-box-shadow: 2px 2px 3px #AAAAAA;
          box-shadow: 2px 2px 3px #AAAAAA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  .c-btn {
    margin-top: 20px;
    padding: 10px;
    width: 300px;
  }
}
.c-btn:hover {
  text-decoration: none;
  opacity: 0.9;
}
.c-btn:visited {
  color: #42210B;
}

.map-re_pc {
  padding-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .map-re_pc {
    display: none;
  }
}
.map-re_pc img {
  width: 100%;
}

.map-re_sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .map-re_sp {
    display: block;
  }
}
.map-re_sp img {
  width: 100%;
}

.c-city-sns {
  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;
  margin: 30px auto;
  list-style: none;
}
@media screen and (max-width: 519px) {
  .c-city-sns {
    padding: 0 10px;
  }
}
.c-city-sns li {
  margin: 0 35px 0 0;
  width: 40px;
}
@media screen and (max-width: 519px) {
  .c-city-sns li {
    margin: 0 6vw 0 0;
    width: calc(16.666% - 5vw);
  }
}
.c-city-sns li:last-child {
  margin-right: 0;
}
.c-city-sns li a {
  background-color: transparent;
}
.c-city-sns li a img {
  width: 100%;
  height: auto;
}

.main .box .city-info {
  color: white;
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .main .box .city-info {
    font-size: 1.3em;
  }
}

#area-box.main .box ul li {
  position: relative;
}
#area-box.main .box ul li p {
  margin-bottom: 60px;
}
@media screen and (max-width: 519px) {
  #area-box.main .box ul li p {
    margin-bottom: 70px;
  }
}
#area-box.main .box ul li .link {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 70%;
}
@media screen and (max-width: 519px) {
  #area-box.main .box ul li .link {
    width: 80%;
  }
}
#area-box.main .box ul li .link a {
  display: block;
  margin: 0;
}

/* **************************************************
　　タブ（お知らせ、イベント、パンフレット、動画、インスタグラム）
**************************************************
*/
.p-tab {
  width: 100%;
  background-color: #fff9f0;
}

.p-tab__inner {
  margin: 0 auto;
  padding: 30px 0 50px;
  width: 100%;
  max-width: calc(100% - 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .p-tab__inner {
    padding: 30px 15px 40px;
    max-width: none;
  }
}
@media screen and (max-width: 519px) {
  .p-tab__inner {
    padding: 25px 10px 40px;
  }
}

.p-tab__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-tab__tab {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin: 0 1px 0 0;
  padding: 10px 5px;
  width: calc(20% - 0.8px);
  color: white;
  text-align: center;
  background-color: #42210b;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 519px) {
  .p-tab__tab {
    padding: 8px 2px;
    margin: 1px 1px 0 0;
    width: calc(33.333% - 0.6666666667px);
    font-size: 13px;
  }
  .p-tab__tab:nth-child(1) {
    width: calc(50% - 0.5px);
  }
  .p-tab__tab:nth-child(2) {
    margin-right: 0;
    width: calc(50% - 0.5px);
  }
}
.p-tab__tab:last-child {
  margin-right: 0;
}
.p-tab__tab:hover {
  background-color: #c91806;
}
.p-tab__tab small {
  display: block;
  width: 100%;
  font-size: 0.6em;
}
@media screen and (max-width: 800px) {
  .p-tab__tab small {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .p-tab__tab small {
    display: none;
  }
}

.p-tab__tab--active {
  background-color: #c91806;
}

.p-tab__subs {
  display: grid;
  grid-template-rows: 0fr;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #6e4934;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media screen and (max-width: 519px) {
  .p-tab__subs {
    font-size: 0.85em;
  }
}

.p-tab__subs--open {
  grid-template-rows: 1fr;
}

.p-tab__subs-wrap {
  overflow: hidden;
}

.p-tab__sub {
  display: block;
  padding: 0.7rem 0.5rem;
  color: white !important;
  border-bottom: solid 1px white;
}
@media screen and (max-width: 519px) {
  .p-tab__sub {
    padding: 0.6rem 0.1rem;
  }
}
.p-tab__sub:hover {
  opacity: 0.8;
  text-decoration: none;
}

.p-tab__container {
  margin-top: 5px;
}

.p-tab__content {
  width: 100%;
}
.p-tab__content img {
  max-width: 100%;
  height: auto;
}

.p-tab__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-tab__post {
  margin: 5px 5px 0 0;
  width: calc(25% - 3.75px);
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .p-tab__post {
    width: calc(50% - 2.5px);
  }
}
.p-tab__post:nth-child(1), .p-tab__post:nth-child(2) {
  margin-top: 0;
}
.p-tab__post:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 519px) {
  .p-tab__post:nth-child(3) {
    margin-top: 5px;
  }
}
.p-tab__post:nth-child(4) {
  margin-top: 0;
}
@media screen and (max-width: 519px) {
  .p-tab__post:nth-child(4) {
    margin-top: 5px;
  }
}
.p-tab__post:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 519px) {
  .p-tab__post:nth-child(4n) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 519px) {
  .p-tab__post:nth-child(2n) {
    margin-right: 0;
  }
}
.p-tab__post img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.p-tab__post img:hover {
  opacity: 1;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.p-tab__post--more {
  display: none;
}

.p-tab__more {
  margin: 30px auto 0;
  padding: 10px;
  width: 200px;
  max-width: 100%;
  color: white;
  background-color: #6A441C;
  border-radius: 30px;
  cursor: pointer;
}
.p-tab__more:hover {
  opacity: 0.8;
}

.p-tab__pamphlets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-tab__pamphlet {
  margin: 10px 10px 0 0;
  width: calc(20% - 8px);
}
@media screen and (max-width: 519px) {
  .p-tab__pamphlet {
    width: calc(50% - 5px);
  }
}
.p-tab__pamphlet:nth-child(1), .p-tab__pamphlet:nth-child(2), .p-tab__pamphlet:nth-child(3), .p-tab__pamphlet:nth-child(4), .p-tab__pamphlet:nth-child(5) {
  margin-top: 0;
}
@media screen and (max-width: 519px) {
  .p-tab__pamphlet:nth-child(3), .p-tab__pamphlet:nth-child(4), .p-tab__pamphlet:nth-child(5) {
    margin-top: 10px;
  }
}
.p-tab__pamphlet:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 519px) {
  .p-tab__pamphlet:nth-child(5n) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 519px) {
  .p-tab__pamphlet:nth-child(2n) {
    margin-right: 0;
  }
}
.p-tab__pamphlet img {
  aspect-ratio: 1/1.414;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-tab__movies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-tab__movie {
  margin: 10px 10px 0 0;
  width: calc(50% - 5px);
}
@media screen and (max-width: 519px) {
  .p-tab__movie {
    margin: 10px 0 0;
    width: 100%;
  }
}
.p-tab__movie:nth-child(1) {
  margin-top: 0;
}
.p-tab__movie:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 519px) {
  .p-tab__movie:nth-child(2) {
    margin-top: 10px;
  }
}
.p-tab__movie:nth-child(2n) {
  margin-right: 0;
}
.p-tab__movie iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}

/* **************************************************
　　マップ
**************************************************
*/
.p-map {
  display: grid;
  grid-template-rows: 0fr;
  width: 100%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.p-map--open {
  grid-template-rows: 1fr;
}

.p-map__container {
  overflow: hidden;
}

.p-map__maps {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .p-map__maps {
    padding-bottom: 70px;
  }
}

.p-map__copy {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 28%;
}
@media screen and (max-width: 519px) {
  .p-map__copy {
    width: 42%;
  }
}

/* **************************************************
　　記事のマップ
**************************************************
*/
.kiji_contents iframe {
  aspect-ratio: 1.7;
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 519px) {
  .kiji_contents iframe {
    aspect-ratio: 1.3;
  }
}

/* **************************************************
　　翻訳
**************************************************
*/
.c-trans {
  display: inline-block;
  width: 120px;
  vertical-align: top;
}
@media screen and (max-width: 519px) {
  .c-trans {
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.c-trans--drawer {
  display: block;
  margin: 20px auto 0;
  width: 80%;
}

.c-trans__head {
  padding: 1px 15px;
  color: white;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  background: rgb(249, 206, 81);
  background: linear-gradient(94deg, rgb(249, 206, 81) 0%, rgb(116, 174, 88) 100%);
  cursor: pointer;
}

.c-trans__head--drawer {
  padding: 7px 15px;
  border: solid 1px white;
}

.c-trans__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-trans__wrapper--open {
  grid-template-rows: 1fr;
}

.c-trans__wrap {
  overflow: hidden;
  background-color: #fff;
  border: solid 1px gray;
  border-top: none;
}

.c-trans__wrap a {
  display: block !important;
  margin: 0 !important;
  padding: 5px 15px;
  color: #42210B;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

/* **************************************************
　　検索フォーム
**************************************************
*/
.c-search {
  margin: 0 auto;
  padding: 20px 10px 30px;
  width: 100%;
  max-width: 520px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}
.c-search__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 519px) {
  .c-search__wrap {
    margin-left: 22px;
  }
}

.c-search__radio {
  display: none;
}

.c-search__radio + span {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding: 0 0 0 20px;
  width: 170px;
  text-align: left;
  cursor: pointer;
}
@media screen and (max-width: 519px) {
  .c-search__radio + span {
    margin-right: 0;
    margin-bottom: 5px;
    width: 85vw;
  }
}

.c-search__radio + span::before {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
}

.c-search__radio + span::after {
  background: rgb(116, 174, 88);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  left: 2.6px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 7px;
  height: 7px;
}

.c-search__radio:checked + span::after {
  opacity: 1;
}

.c-search__input {
  padding: 0.4em 0.8em;
  font-size: 1em;
  width: 130px;
  height: 34px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-search__input:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.c-search__submit {
  margin: 20px auto 0;
  padding: 5px;
  width: 100px;
  color: white;
  background-color: #42210b;
  border: none;
  cursor: pointer;
}
.c-search__submit:hover {
  opacity: 0.8;
}

/* **************************************************
　　個人情報保護
**************************************************
*/
.parts6 {
  background-color: #FBEBE7;
  padding: 150px 0 50px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .parts6 {
    padding: 110px 0 50px;
  }
}
@media screen and (max-width: 519px) {
  .parts6 {
    padding: 80px 0 50px;
  }
}

.parts6 h2 {
  background-color: #FFFFFF;
  border-radius: 20px 20px 0 0;
  width: 850px;
  font-size: 1.5em;
  line-height: 175%;
  padding: 30px 50px 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .parts6 h2 {
    width: auto;
    padding: 25px 20px 0;
    margin: 0 20px;
  }
}
@media screen and (max-width: 519px) {
  .parts6 h2 {
    width: auto;
    font-size: 1.3em;
    padding: 25px 10px 0;
    margin: 0 10px;
  }
}

.privacy-content {
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
  width: 850px;
  font-size: 1.1em;
  line-height: 175%;
  text-align: left;
  padding: 25px 50px 40px;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (max-width: 959px) {
  .privacy-content {
    width: auto;
    padding: 25px 20px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 519px) {
  .privacy-content {
    width: auto;
    font-size: 1em;
    line-height: 175%;
    padding: 25px 10px;
    margin: 0 10px;
  }
}

/* **************************************************
　　記事フッターの最新記事
**************************************************
*/
.c-latest {
  width: 100%;
}

.c-latest__head {
  margin-top: 50px;
  color: #341601;
  font-size: 1.3em;
  text-align: center;
}

.c-latest__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  padding-bottom: 30px;
}

.c-latest__card {
  width: calc(50% - 10px);
}
@media screen and (max-width: 519px) {
  .c-latest__card {
    width: 100%;
  }
}
.c-latest__card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px lightgray;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.c-latest__card a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-latest__image {
  width: 110px;
}
.c-latest__image img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-latest__body {
  padding: 10px 13px;
  width: calc(100% - 110px);
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-line-pack: center;
      align-content: center;
}
.c-latest__body h4 {
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
}
.c-latest__body p {
  margin: 5px 0 0 !important;
  color: #464646;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: none;
}

/* **************************************************
　　アーカイブページ（tukiyama標準のlistページ）
**************************************************
*/
.parts5.list,
.parts16.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 3rem;
  position: relative;
  margin: 0 auto 0;
  padding-top: 120px;
  padding-bottom: 50px;
  padding: 120px 0 50px;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1240px) {
  .parts5.list,
  .parts16.list {
    padding: 120px 20px 50px;
  }
}
@media screen and (max-width: 959px) {
  .parts5.list,
  .parts16.list {
    gap: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .parts5.list,
  .parts16.list {
    gap: 2rem 20px;
    padding: 90px 20px 50px;
  }
}
.parts5.list::before,
.parts16.list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  left: calc(-1 * (50vw - 600px + 8px));
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #FFF8EF;
}
@media screen and (max-width: 1240px) {
  .parts5.list::before,
  .parts16.list::before {
    left: 0;
  }
}
.parts5.list h2,
.parts16.list h2 {
  margin: 0;
  width: 100%;
}
.parts5.list .kiji_contents,
.parts16.list .kiji_contents {
  width: calc(33.333% - 2rem);
  margin: 0;
  padding: 0;
  border: none;
}
@media screen and (max-width: 959px) {
  .parts5.list .kiji_contents,
  .parts16.list .kiji_contents {
    width: calc(33.333% - 1.3333333333rem);
  }
}
@media screen and (max-width: 519px) {
  .parts5.list .kiji_contents,
  .parts16.list .kiji_contents {
    width: calc(50% - 10px);
  }
}
.parts5.list .kiji_contents .kiji_image,
.parts16.list .kiji_contents .kiji_image {
  float: none;
  margin: 0;
  width: 100%;
  height: auto;
  border: none;
}
.parts5.list .kiji_contents .kiji_image img,
.parts16.list .kiji_contents .kiji_image img {
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.parts5.list .kiji_contents .kiji_body,
.parts16.list .kiji_contents .kiji_body {
  font-size: 13px;
  text-align: justify;
}
@media screen and (max-width: 519px) {
  .parts5.list .kiji_contents .kiji_body,
  .parts16.list .kiji_contents .kiji_body {
    font-size: 12px;
  }
}
.parts5.list .kiji_contents .kiji_body .kiji_date,
.parts16.list .kiji_contents .kiji_body .kiji_date {
  display: block;
  margin-top: 10px;
  font-size: 1em;
}
@media screen and (max-width: 519px) {
  .parts5.list .kiji_contents .kiji_body .kiji_date,
  .parts16.list .kiji_contents .kiji_body .kiji_date {
    letter-spacing: 0;
  }
}
.parts5.list .kiji_contents .kiji_body h3,
.parts16.list .kiji_contents .kiji_body h3 {
  margin-top: 3px;
  font-size: 1.1em;
}
@media screen and (max-width: 519px) {
  .parts5.list .kiji_contents .kiji_body h3,
  .parts16.list .kiji_contents .kiji_body h3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.parts5.list .kiji_contents .kiji_body p,
.parts16.list .kiji_contents .kiji_body p {
  display: block;
  margin-top: 5px;
  font-size: 1em;
  color: #777;
}
@media screen and (max-width: 519px) {
  .parts5.list .kiji_contents .kiji_body p,
  .parts16.list .kiji_contents .kiji_body p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.parts5.list .links,
.parts16.list .links {
  width: 100%;
}/*# sourceMappingURL=style.css.map */