@charset "UTF-8";

/* 印刷時にURLが印刷されてしまうを防ぐ */
@media print {
 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }
}


/* -------------------------------------------------------
  initialize
   ------------------------------------------------------- */

body, header, footer, nav, section, div, dl, dt, dd, ol, ul, li, p, figure, blockquote, h1, h2, h3, h4, h5, h6, img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, address {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
}

dl, ol, ul {
  list-style: none;
}

a {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  line-height: 100%;
  text-decoration: none;
  outline: none;
}

a:focus {
  overflow: hidden;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background-color: transparent;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* -------------------------------------------------------
  common
   ------------------------------------------------------- */

body {
  position: relative;
  color: #444;
  font-size: 1.6rem;
  line-height: 1.875;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
@media print, screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6, address {
  line-height: 1.4;
}

a {
  color: #444;
}

a img {
	transition: opacity .2s;
}
a:hover img {
	opacity: 0.8;
}

img {
  border: none;
  vertical-align: bottom;
  height: auto;
}
.section img,
.footer img,
.header img {
  width: 100%;
}

/* -------------------------------------------------------
  
   ------------------------------------------------------- */

.chev-1 {
  position: relative;
  display: block;
}
.chev-1::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  width: .6296296296296296em;
  height: 1em;
  background: url(../img/chevron-1.svg) center center no-repeat;
  background-size: contain;
}
.chev-1.-down::after {
  transform: translateY(-50%) rotate(90deg);
}
.chev-1.-up::after {
  transform: translateY(-50%) rotate(-90deg);
}
.chev-1.-black::after {
  background-image: url(../img/chevron-2.svg);
}

.hl-wrapper-1 {
  position: relative;
  padding-bottom: 1.6rem;
  text-align: center;
}
.hl-wrapper-1::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transform-origin: center center;
  width: 140px;
  height: 2px;
  background-color: #006F70;
}
.hl-wrapper-1 .content {
  position: relative;
  font-size: 2.9rem;
  font-weight: bold;
}
@media print, screen and (max-width: 750px) {
  .hl-wrapper-1 {
    padding-bottom: 1.2rem;
  }
  .hl-wrapper-1::after {
    width: 106px;
  }
  .hl-wrapper-1 .content {
    font-size: 2rem;
  }
}

.hl-wrapper-2 {
  position: relative;
  font-size: 2.4rem;
  padding-left: .6em;
}
.hl-wrapper-2::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .25em;
  height: 1.25em;
  background-color: #006F70;
}
.hl-wrapper-2 .content {
  position: relative;
  font-weight: bold;
}
@media print, screen and (max-width: 750px) {
  .hl-wrapper-2 {
    font-size: 1.6rem;
  }
}

.view-more-1 {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}
.view-more-1 a {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 2.4rem 4rem;
  background-color: #006F70;
  border-radius: 5rem;
  transition: opacity .2s;
}
.view-more-1 a:hover {
  opacity: .8;
}
@media print, screen and (max-width: 750px) {
  .view-more-1 {
    max-width: initial;
  }
  .view-more-1 a {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    padding: 1.6rem 3rem;
  }
}

/* -------------------------------------------------------
  header
   ------------------------------------------------------- */

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.header-link-list {
  flex-basis: 35rem;
  display: flex;
  justify-content: space-between;
}
.header-link-list .link-1 {
  flex-basis: 15rem;
  margin-right: 1rem;
}
.header-link-list .link-2 {
  flex-basis: 18.7rem;
}
.header-link-list a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1.4rem 1.6rem;
  border-radius: 0 0 8px 8px;
  transition: opacity .2s;
}
.header-link-list a:hover {
  opacity: .8;
}
.header-link-list .link-1 a {
  background-color: #F2971B;
}
.header-link-list .link-2 a {
  background-color: #DB0000;
}
.header-link-list .icon {
  display: inline-block;
  position: relative;
}
.header-link-list .link-1 .icon {
  padding-right: 2rem;
}
.header-link-list .link-2 .icon {
  padding-left: 2.6rem;
}
.header-link-list .icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-link-list .link-1 .icon::before {
  right: 0;
  width: 1.4rem;
  height: 1.05rem;
  background-image: url(../img/ico-blank-1.svg);
}
.header-link-list .link-2 .icon::before {
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../img/ico-mail-1.svg);
}
.header-font-size {
  flex-basis: 18.6rem;
  display: flex;
  margin-top: 1rem;
}
.header-font-size dt {
  font-size: 1.4rem;
  line-height: 1;
  padding-top: .6rem;
}
.header-font-size dd {
  font-size: 1.3rem;
  line-height: 1;
  margin-left: .6rem;
}
.header-font-size dd span {
  display: block;
  padding: .4em;
  border: solid 1px #E2E2E2;
  cursor: pointer;
}
.header-font-size dd span:hover,
.header-font-size dd .-selected {
  font-weight: bold;
  background-color: #E2E2E2;
}
@media print, screen and (min-width: 751px) {
  .header-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
  .header-logo-wrapper {
    flex-basis: 168px;
    margin-right: 20px;
  }
  .header-logo {
    margin-top: 17.5px;
  }
  .header-menu-wrapper.-pc {
    display: flex;
    flex-direction: row-reverse;
    flex-basis: calc(100% - 188px);
  }
  .header-menu-wrapper.-sp {
    display: none;
  }
  .hamburger {
    display: none;
  }
  .first-section {
    padding-top: 140px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1000px) {
  .header-link-list {
    flex-basis: 30rem;
  }
  .header-link-list .link-1 {
    flex-basis: 13rem;
  }
  .header-link-list .link-2 {
    flex-basis: 16rem;
  }
  .header-link-list a {
    font-size: 1.2rem;
  }
}
@media print, screen and (max-width: 750px) {
  .header {
    height: 50px;
    box-shadow: 0 0 6px #ccc;
  }
  .header-logo-wrapper {
    padding-top: 12px;
  }
  .header-logo {
    width: 103px;
    margin: 0 auto;
  }
  .header-menu-wrapper.-pc {
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
    z-index: 11;
    width: 20px;
    height: 13px;
    right: 14px;
    top: 18px;
    cursor: pointer;
    transition: all .2s;
  }
  .hamburger p {
    position: relative;
    margin-top: 6px;
  }
  .hamburger-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #006F70;
  }
  .hamburger-icon::before,
  .hamburger-icon::after {
    position: absolute;
    display: block;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    transition: all 0.3s;
    background-color: #006F70;
  }
  .hamburger-icon::before {
    top: -6px;
  }
  .hamburger-icon::after {
    top: 6px;
  }
  .hamburger.-opened .hamburger-icon {
    background-color: transparent;
  }
  .hamburger.-opened .hamburger-icon::before {
    transform: rotate(36deg);
    top: 0;
  }
  .hamburger.-opened .hamburger-icon::after {
    transform: rotate(-36deg);
    top: 0;
  }
  .first-section {
    padding-top: 50px;
  }
}
@media print, screen and (min-width: 751px) {
  body.-opened {
    top: 0 !important;
  }
  .gnav-wrapper {
    position: fixed;
    z-index: 10;
    top: 80px;
    left: 0;
    width: 100%;
    height: 60px !important;
    background-color: #006F70;
  }
  .gnav-wrapper .gnav {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gnav-wrapper .gnav a {
    display: block;
    font-size: 1.9rem;
    font-weight: bold;
    color: #fff;
    transition: opacity .2s;
  }
  .gnav-wrapper .gnav a:hover {
    opacity: .8;
  }
  .gnav-wrapper .gnav .chev-1::after {
    display: none;
  }
  .gnav-wrapper .gnav-sub-list {
    display: none;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1000px) {
  .gnav-wrapper .gnav a {
    font-size: 1.5rem;
  }
}
@media print, screen and (max-width: 750px) {
  body.-opened {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .gnav-wrapper {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 100vw;
    width: calc(100% - 12px);
    margin-left: 12px;
    height: 100vh;
    background-color: #006F70;
    overflow-y: auto;
    transition: left .2s;
  }
  .gnav-wrapper.-opened {
    left: 0;
  }
  .gnav-wrapper .gnav {
    padding-top: calc(50px + 2rem);
  }
  .gnav-wrapper .gnav > li {
    border-bottom: solid 1px #fff;
  }
  .gnav-wrapper .gnav a {
    display: block;
    font-size: 2rem;
    line-height: 1;
    padding: 1em 2em;
    font-weight: bold;
    color: #fff;
  }
  .gnav-wrapper .gnav-sub-list a {
    padding: .4em 3em 1em;
  }
  .header-link-list {
    display: block;
    margin-top: 60px;
  }
  .header-link-list .link-1 {
    width: 23.5rem;
    margin: 0 auto 20px;
  }
  .header-link-list .link-2 {
    width: 23.5rem;
    margin: 0 auto;
  }
  .header-link-list a {
    font-size: 1.7rem;
    padding: 1.4rem 1.6rem;
    border-radius: 8px;
  }
  .header-link-list .link-1 .icon {
    padding-right: 2.6rem;
  }
  .header-link-list .link-2 .icon {
    padding-left: 3.2rem;
  }
  .header-link-list .link-1 .icon::before {
    width: 2rem;
    height: 1.259259259259259rem;
  }
  .header-link-list .link-2 .icon::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .header-font-size {
    margin: 60px 0 32px;
    color: #fff;
    justify-content: center;
  }
  .header-font-size dt {
    font-size: 1.5rem;
    padding-top: .7rem;
  }
  .header-font-size dd {
    font-size: 1.4rem;
    margin-left: .7rem;
  }
  .header-font-size dd span:hover,
  .header-font-size dd .-selected {
    color: #444;
  }
}

@media print {
	.header {
		display:none;
	}
  	.hamburger{
		display:none;
	}
	
}

/* -------------------------------------------------------
  front-mainv
   ------------------------------------------------------- */

.front-mainv-inner {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
}
.mainv-slider-wrapper {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: visible;
}
.mainv-slider {
	position: relative;
	display: none;
}
.mainv-slider a img {
	transition: none;
}
.mainv-slider.slick-initialized {
	display: block;
}
.mainv-slider .slick-list {
	overflow: visible;
}
.mainv-slider .slick-slide span {
	display: block;
	height: 725px;
}
.mainv-slider .slick-slide span img {
	width: 100%;
	max-width: initial;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1280px) {
	.mainv-slider .slick-list {
		overflow: hidden;
	}
  .mainv-slider .slick-slide span {
    height: auto;
  }
}
@media screen and (max-width: 750px) {
	.front-mainv-inner {
		padding-bottom: 30px;
	}
}
.mainv-slider .slick-dots {
	position: absolute;
	bottom: -36px;
	left: 0;
	width: 100%;
	text-align: center;
}
.mainv-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
}
.mainv-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.mainv-slider .slick-dots li button::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
  border-radius: 12px;
  border: solid 2px #929292;
	transition: background-color .2s;
}
.mainv-slider .slick-dots li button:hover::before,
.mainv-slider .slick-dots li.slick-active button::before {
	background-color: #929292;
}
@media screen and (max-width: 750px) {
	.mainv-slider .slick-dots {
		bottom: -26px;
	}
	.mainv-slider .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 6px;
	}
	.mainv-slider .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	.mainv-slider .slick-dots li button::before {
		width: 10px;
		height: 10px;
	}
}

/* -------------------------------------------------------
  front-web-flyer
   ------------------------------------------------------- */

.front-web-flyer-inner {
  padding-bottom: 80px;
}
.front-web-flyer-inner .box-1 {
  position: relative;
}
.front-web-flyer-inner .box-1::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 190px;
  background-color: #FFD6B5;
}
.front-web-flyer__head {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front-web-flyer__head .image {
  flex-basis: 57%;
}
.front-web-flyer__head .title {
  flex-basis: 41%;
}
.front-web-flyer-inner .box-2 {
  margin-top: 24px;
}
.front-web-flyer__body {
  padding: 0 20px;
}
.area-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
}
.area-link-wrapper li {
  flex-basis: 19%;
  margin-top: 16px;
}
.area-link-wrapper li:not(:nth-child(5n)) {
  margin-right: 1.25%;
}
.area-link-wrapper li > a {
  display: block;
  border: solid 10px #FFE5C2;
  background-color: #F2971B;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  padding: 2em 1em;
  text-align: center;
  transition: opacity .2s;
}
.area-link-wrapper li > a:hover {
  opacity: .8;
}
.area-link-wrapper li > a .chev-1::after {
  right: -.6em;
}
@media print, screen and (min-width: 751px) and (max-width: 1000px) {
  .area-link-wrapper li > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .front-web-flyer-inner {
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .front-web-flyer-inner .box-1::before {
    height: 28vw;
  }
  .front-web-flyer__head {
    padding: 0 15px;
    display: block;
  }
  .front-web-flyer__head .image {
    position: absolute;
    z-index: 1;
    width: 32vw;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .front-web-flyer__head .title {
    position: relative;
    text-align: right;
  }
  .front-web-flyer__head .title img {
    width: 66vw;
  }
  .front-web-flyer-inner .box-2 {
    margin-top: 0;
  }
  .front-web-flyer__body {
    padding: 0 15px;
  }
  .area-link-wrapper li {
    flex-basis: 48%;
  }
  .area-link-wrapper li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .area-link-wrapper li:nth-child(odd) {
    margin-right: 4%;
  }
  .area-link-wrapper li > a {
    font-size: 1.6rem;
    padding: 1.6em 1em;
  }
}

/* -------------------------------------------------------
  front-news
   ------------------------------------------------------- */

.front-news-content {
  padding: 50px 0 124px;
  background-color: #F3E9DB;
}
.front-news-content__main {
  padding: 0 20px;
}
.news-list-wrapper {
  width: 100%;
  max-width: 1153px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.news-list-wrapper > li {
  margin-top: 86px;
  flex-basis: 30%;
  margin-right: 5%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px #ccc;
}
.news-list-wrapper > li:nth-child(3n) {
  margin-right: 0;
}
.news-list-wrapper > li:nth-child(-n+3) {
  margin-top: 71px;
}
.news-list-wrapper > li > a {
  position: relative;
  display: block;
  max-height: 470px;
  height: 40vw;
}
.news-list-wrapper .thumbnail {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-list-wrapper .thumbnail img {
  /* height: 100%;
  object-fit: cover;
  object-position: center top; */
  max-width: initial !important;
  height: auto !important;
}
.news-list-wrapper .news-list-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, .95);
}
.news-list-tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.news-list-tag li {
  background-color: #006F70;
  color: #fff;
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: bold;
  padding: .6em 1em .4em;
  margin: 0 1.1em .4em 0;
  border-radius: 3px;
  white-space: nowrap;
}
.news-list-tag .green-1 {
  background-color: #006F70;
}
.news-list-tag .news_liondor {
  background-color: #006F70;
}
.news-list-tag .red-1 {
  background-color: #E90000;
}
.news-list-tag .yellow-1 {
  background-color: #F2971B;
}
.news-list-tag .maker {
  background-color: #F2971B;
}
.news-list-tag .blue-1 {
  background-color: #4666CE;
}
.news-list-tag .present {
  background-color: #4666CE;
}
.news-list-tag .gray-1 {
  background-color: #5E5E5E;
}
.news-list-tag .notice {
  background-color: #5E5E5E;
}
.news-list-tag .orange-1 {
  background-color: #F25D1B;
}
.news-list-tag .chirashi {
  background-color: #F25D1B;
}
.news-list-tag .music {
  background-color: #5ac5ee;
}
.news-list-tag .hobby {
  background-color: #aa6b0d;
}
.news-list-tag .art {
  background-color: #f93d3d;
}
.news-list-tag .ikebana {
  background-color: #d394fc;
}
.news-list-tag .clothing {
  background-color: #09ab44;
}
.news-list-tag .calligraphy {
  background-color: #f9c73d;
}
.news-list-tag .cooking {
  background-color: #f98e3d;
}
.news-list-tag .handicraft {
  background-color: #f98e3d;
}
.news-list-tag .children {
  background-color: #1dd592;
}
.news-list-tag .piano {
  background-color: #44c8ba;
}
.news-list-tag .language {
  background-color: #c2c349;
}
.news-list-tag .dance {
  background-color: #d377d6;
}
.news-list-tag .culture_others {
  background-color: #8e8b84;
}
.news-list-tag .culture_recommendation {
  background-color: #F25D1B;
}
.news-list-tag .new_arrival {
  background-color: #FF0000;
}


.news-list-tag .round-1 {
  border-radius: 20px;
}
.news-list-wrapper .date {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: .6em;
}
.news-list-wrapper .title {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: bold;
}
.front-news-content__bottom {
  margin-top: 60px;
}
@media screen and (max-width: 750px) {
  .front-news-content {
    padding: 34px 0 40px;
  }
  .front-news-content__main {
    padding: 0 40px;
  }
  .news-list-wrapper {
    margin-top: 40px;
    display: block;
  }
  .news-list-wrapper > li {
    margin-top: 30px;
    margin-right: 0;
  }
  .news-list-wrapper > li:nth-child(-n+3) {
    margin-top: 30px;
  }
  .news-list-wrapper > li > a {
    max-height: initial;
    height: 110vw;
  }
  .front-news-content__bottom {
    margin-top: 40px;
    padding: 0 40px;
  }
}

/* -------------------------------------------------------
  front-lynx
   ------------------------------------------------------- */

.front-lynx-inner {
  padding: 60px;
}
.front-lynx-inner p {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .front-lynx-inner {
    padding: 30px 15px;
  }
}

/* -------------------------------------------------------
  footer-banner-slider
   ------------------------------------------------------- */

.footer-banner-slider-inner {
  padding: 100px 0;
  background-color: #F3E9DB;
}
.footer-banner-slider-inner a img {
	transition: none;
}
.banner-slider span {
  display: block;
  margin: 0 25px;
}
@media screen and (max-width: 750px) {
  .footer-banner-slider-inner {
    padding: 50px 0;
  }
  .banner-slider span {
    margin: 0 20px;
  }
}

/* -------------------------------------------------------
  footer-banner-list
   ------------------------------------------------------- */

.footer-banner-list-inner {
  padding: 100px 20px;
}
.footer-banner-list-inner ul {
  width: 100%;
  max-width: 1035px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer-banner-list-inner li {
  flex-basis: 23.47826086956522%;
}
@media screen and (max-width: 750px) {
  .footer-banner-list-inner {
    padding: 10px 15px 30px;
  }
  .footer-banner-list-inner ul {
    width: 100%;
    max-width: 246px;
    display: block;
  }
  .footer-banner-list-inner li {
    margin-top: 20px;
  }
}

/* -------------------------------------------------------
  footer
   ------------------------------------------------------- */

.footer {
  position: relative;
}
.to-top {
  position: absolute;
  z-index: 8;
  top: -58px;
  right: 20px;
  width: 70px;
  height: 58px;
  background-color: #006F70;
  border-radius: 3px 3px 0 0;
  transition: opacity .2s;
}
.to-top:hover {
  opacity: .8;
}
.to-top .chev-1 {
  width: 100%;
  height: 100%;
  font-size: 2.7rem;
}
.to-top .chev-1::after {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.to-top .chev-1 span {
  display: none;
}
.footer-inner {
  position: relative;
  padding: 90px 20px 30px;
  background-color: #006F70;
  color: #fff;
}
.footer-inner a {
  color: #fff;
}
.footer-navi {
  max-width: 1140px;
  margin: 0 auto;
}
.footer-navi > ul {
  display: flex;
  justify-content: space-between;
}
.footer-navi > ul > li:not(:last-of-type) {
  margin-right: 20px;
}
.footer-navi h2 {
  width: 157px;
}
.footer-navi-list > li:not(:last-of-type) {
  margin-bottom: 18px;
}
.site-link-1 {
  display: block;
  position: relative;
}
.site-link-1::before {
  content: "";
  display: block;
  position: absolute;
  top: .6em;
  left: 0;
  width: 23px;
  height: 2px;
}
.site-link-1.-orange::before {
  background-color: #F2971B;
}
.site-link-1.-green::before {
  background-color: #006F70;
}
.site-link-1 span,
.site-link-1 a {
  display: block;
  padding-left: 38px;
  line-height: 1.5;
}
.site-link-1 a:hover {
  text-decoration: underline;
}
.footer-copyright {
  font-size: 1.4rem;
  margin-top: 90px;
}
.footer-copyright ul {
  display: flex;
  justify-content: center;
}
.footer-copyright li {
  margin: 0 .25em;
}
@media screen and (max-width: 750px) {
  .to-top {
    top: -41px;
    right: 15px;
    width: 49px;
    height: 41px;
  }
  .to-top .chev-1 {
    font-size: 1.9rem;
  }
  .footer-inner {
    padding: 60px 0 56px;
  }
  .footer-navi > ul {
    display: block;
    margin: 0 auto;
  }
  .footer-navi > ul > li {
    margin-bottom: 60px;
  }
  .footer-navi > ul > li:not(:last-of-type) {
    margin-right: 0;
  }
  .footer-navi h2 {
    margin: 0 auto;
  }
  .footer-navi-list {
    margin-left: 16vw;
  }
  .site-link-1::before {
    width: 20px;
  }
  .site-link-1 span,
  .site-link-1 a {
    padding-left: 32px;
  }
  .footer-copyright {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .footer-copyright ul {
    display: block;
    text-align: center;
  }
  .footer-copyright li {
    margin: 0;
    line-height: 1.5;
  }
}

/* -------------------------------------------------------
  cookie-banner
   ------------------------------------------------------- */

.cookie-banner {
  position: fixed;
  z-index: 20;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, .9);
}
.cookie-banner__inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 20px;
}
.cookie-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}
.cookie-banner__notice {
  margin-right: 1em;
}
.cookie-banner__notice br {
  display: none;
}
.cookie-banner__notice a {
  color: #fff;
}
.cookie-banner__notice a:hover {
  text-decoration: underline;
}
.cookie-banner__approval span {
  display: block;
  cursor: pointer;
  font-weight: bold;
  padding: .6em 3em;
  background-color: #006F70;
  border-radius: 6em;
  transition: opacity .2s;
}
.cookie-banner__approval span:hover {
  opacity: .8;
}
@media screen and (max-width: 750px) {
  .cookie-banner__inner {
    padding: 15px;
  }
  .cookie-banner__content {
    font-size: 1.3rem;
  }
  .cookie-banner__notice {
    margin-right: 1em;
  }
  .cookie-banner__notice br {
    display: inline;
  }
  .cookie-banner__approval span {
    padding: .6em 2.6em;
  }
}

/* -------------------------------------------------------
  sub-header
   ------------------------------------------------------- */

.sub-header-inner {
  padding-bottom: 60px;
}
.header-normal {
  position: relative;
}
.header-normal__image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 500px;
}
.header-normal__image img {
  object-fit: cover;
  height: 100%;
}
.header-normal__content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  height: 100%;
}
.header-normal__content h2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 40px;
  min-width: 440px;
  background-color: rgba(25, 35, 29, .67);
}
.header-normal__content h2 span {
  display: block;
  color: #fff;
  white-space: nowrap;
}
.header-normal__content .jp {
  font-size: 3rem;
  font-weight: bold;
}
.header-normal__content .en {
  font-size: 1.8rem;
  margin-top: .2em;
}
.breadcrumb-list {
  margin-top: 24px;
}
.breadcrumb-list ul {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.breadcrumb-list li:not(:first-of-type)::before {
  content: "＞";
  padding: 0 .4em;
}
.breadcrumb-list li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .sub-header-inner {
    padding-bottom: 20px;
  }
  .header-normal__image {
    height: 160px;
  }
  .header-normal__content {
    left: 0;
    transform: none;
    max-width: initial;
  }
  .header-normal__content h2 {
    padding: 16px 30px 16px 16px;
    min-width: initial;
  }
  .header-normal__content .jp {
    font-size: 2rem;
  }
  .header-normal__content .en {
    font-size: 1.2rem;
  }
  .breadcrumb-list {
    margin-top: 10px;
  }
  .breadcrumb-list ul {
    padding: 0 15px;
    font-size: 1.2rem;
  }
}

.header-simple__content {
  border-bottom: solid 1px #006F70;
  text-align: center;
}
.header-simple__content h2 {
  padding: 60px 20px;
}
.header-simple__content h2 span {
  display: block;
  color: #006F70;
}
.header-simple__content .jp {
  font-size: 3rem;
  font-weight: bold;
}
.header-simple__content .en {
  font-size: 1.8rem;
  margin-top: .2em;
}
@media screen and (max-width: 750px) {
  .header-simple__content h2 {
    padding: 26px 15px 20px;
  }
  .header-simple__content .jp {
    font-size: 2rem;
  }
  .header-simple__content .en {
    font-size: 1.2rem;
  }
}

/* -------------------------------------------------------
  archive-shop__area-link
   ------------------------------------------------------- */

.archive-shop__area-link-inner {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .archive-shop__area-link-inner {
    padding: 0 15px;
    margin-top: -20px;
  }
}

/* -------------------------------------------------------
  archive-shop__area-list
   ------------------------------------------------------- */

.archive-shop__area-list {
  margin-top: -140px;
  padding-top: 140px;
}
.archive-shop__area-list.-end {
  margin-bottom: 180px;
}
.archive-shop__area-list-inner {
  max-width: 1320px;
  padding: 80px 20px 0;
  margin: 0 auto;
}
.archive-shop__area-list-inner .area-list-wrapper {
  margin-top: 68px;
}
.area-list-wrapper li:not(:first-of-type) {
  margin-top: 20px;
}
.area-list-wrapper li > a {
  display: block;
  background-color: #EBEEEB;
  padding: 30px;
  transition: opacity .2s;
}
.area-list-wrapper li > a:hover {
  opacity: .8;
}
.area-list-wrapper li .inner {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.area-list-wrapper li .neme {
  flex-basis: 16%;
  margin-right: 4%;
}
.area-list-wrapper li .address {
  flex-basis: 50%;
  margin-right: 4%;
}
.area-list-wrapper li .time {
  flex-basis: 22%;
  margin-right: 4%;
}
@media screen and (max-width: 750px) {
  .archive-shop__area-list {
    margin-top: -50px;
    padding-top: 50px;
  }
  .archive-shop__area-list.-end {
    margin-bottom: 90px;
  }
  .archive-shop__area-list-inner {
    padding: 40px 15px 0;
  }
  .archive-shop__area-list-inner .area-list-wrapper {
    margin-top: 30px;
  }
  .area-list-wrapper li:not(:first-of-type) {
    margin-top: 15px;
  }
  .area-list-wrapper li > a {
    padding: 15px;
  }
  .area-list-wrapper li .inner {
    display: block;
    font-size: 1.4rem;
  }
  .area-list-wrapper li .neme {
    display: block;
    margin-right: 1em;
  }
  .area-list-wrapper li .address {
    display: block;
    margin-right: 1em;
    margin-top: .4em;
  }
  .area-list-wrapper li .time {
    display: block;
    margin-right: 1em;
    margin-top: .4em;
  }
}

/* -------------------------------------------------------
  single-shop__web-flyer
   ------------------------------------------------------- */

.single-shop__web-flyer-inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto 70px;
}
.single-shop__web-flyer-inner .hl-wrapper-2 {
  margin-top: 50px;
}
.web-flyer-wrapper {
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.web-flyer-wrapper li {
  flex-basis: 30%;
  margin-top: 40px;
}
.web-flyer-wrapper li:not(:nth-child(3n)) {
  margin-right: 5%;
}
.web-flyer-wrapper li p {
  text-align: center;
  margin-top: .6em;
}
.flyer-iframe-wrapper {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .single-shop__web-flyer-inner {
    padding: 0;
    margin-bottom: 30px;
  }
  .single-shop__web-flyer-inner .hl-wrapper-2 {
    margin: 30px 15px 10px;
  }
  .web-flyer-wrapper {
    display: block;
  }
  .web-flyer-wrapper li {
    margin-top: 20px;
  }
  .web-flyer-wrapper li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .web-flyer-wrapper li figure {
    width: 60vw;
    margin: 0 auto;
  }
  .flyer-iframe-wrapper {
    margin-top: 0;
    overflow-x: scroll;
  }
  .flyer-iframe-wrapper iframe {
    max-width: initial !important;
  }
}

/* -------------------------------------------------------
  single-shop__web-flyer
   ------------------------------------------------------- */

.single-shop__shop-notice {
  background-color: #F3E9DB;
}
.single-shop__shop-notice-inner {
  max-width: 1320px;
  padding: 70px 20px 80px;
  margin: 0 auto 80px;
}
.single-shop__shop-notice-inner .hl-wrapper-2 {
  margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
  .single-shop__shop-notice-inner {
    padding: 30px 15px 40px;
    margin: 0 auto 40px;
  }
  .single-shop__shop-notice-inner .hl-wrapper-2 {
    margin-bottom: 30px;
  }
}

/* -------------------------------------------------------
  single-shop__shop-information
   ------------------------------------------------------- */

.shop-information-head {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.shop-information-wrapper {
  max-width: 1320px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.shop-information__image {
  flex-basis: 36%;
  margin-right: 4%;
}
.shop-information__image .image figure {
  border: solid 16px #e9e9e9;
}
.shop-information__image .line .text {
  text-align: center;
  margin: 20px 0;
  line-height: 1.625;
}
.shop-information__image .line .text h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #f00;
  margin-bottom: .4em;
}
.shop-information__image .line .qr {
  position: relative;
  width: 182px;
  height: 218px;
  margin: 0 auto;
}
.shop-information__image .line .qr::before {
  content: "";
  position: relative;
  display: block;
  z-index: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/shop/shop-line-bg-1.png) center center no-repeat;
  background-size: contain;
}
.shop-information__image .line .qr figure {
  position: absolute;
  padding: 4px;
  left: 0;
  bottom: 0;
  width: 100%;
}
.shop-information__data {
  flex-basis: 60%;
}
.information-data-list li {
  display: flex;
  border-top: solid 1px #E9E9E9;
  padding: .5em 0;
}
.information-data-list li:first-child {
  border-top: solid 2px #006F70;
  padding-top: .8em;
}
.information-data-list .title {
  flex-basis: 8em;
  margin-right: 2em;
}
.information-data-list .content {
  flex-basis: calc(100% - 10em);
}
.information-data-list .icon-wrapper img {
  width: 37px;
  padding-right: 5px;
}
.shop-map-wrapper {
  width: 100%;
}
.shop-map-wrapper .googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 708px;
  position: relative;
}
.shop-map-wrapper .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media print, screen and (max-width: 1280px) {
  .shop-map-wrapper .googlemap {
    padding-bottom: 60vw;
  }
}
@media screen and (max-width: 750px) {
  .shop-information-head {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .shop-information-wrapper {
    padding: 0 15px;
    display: block;
    margin-bottom: 30px;
  }
  .shop-information__image {
    margin-right: 0;
  }
  .shop-information__image .image {
    width: 60vw;
    margin: 0 auto;
  }
  .shop-information__image .image figure {
    border: solid 8px #e9e9e9;
  }
  .shop-information__image .line .text h4 {
    font-size: 1.6rem;
  }
  .shop-information__image .line .qr {
    width: 140px;
    height: 168px;
  }
  .shop-information__data {
    margin-top: 30px;
  }
}

/* -------------------------------------------------------
  single-shop__area-link
   ------------------------------------------------------- */

.single-shop__area-link-inner {
  padding: 100px 20px;
}
@media screen and (max-width: 750px) {
  .single-shop__area-link-inner {
    padding: 30px 15px 50px;
  }
}

/* -------------------------------------------------------
  archive-news__select
   ------------------------------------------------------- */

.archive-news__select-inner {
  padding: 0 20px;
}
.news-select-form {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news-select-form li {
  position: relative;
  flex-basis: 47%;
}
.news-select-form select {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.2em;
  border-radius: 10px;
  background-color: #FAFAFA;
  color: #444444;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.news-select-form li::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center center;
  width: .6296296296296296em;
  height: 1em;
  background: url(../img/chevron-2.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .archive-news__select-inner {
    padding: 0 15px;
  }
  .news-select-form {
    display: block;
  }
  .news-select-form li:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .news-select-form select {
    font-size: 1.4rem;
  }
}

/* -------------------------------------------------------
  archive-news__list
   ------------------------------------------------------- */

.archive-news__list-inner {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .archive-news__list-inner {
    padding: 0 40px;
  }
}

/* -------------------------------------------------------
  archive-news__pager
   ------------------------------------------------------- */

.archive-news__pager-inner {
  text-align: center;
  margin: 100px 0 120px;
}
.page-nav-1 {
  font-size: 0;
}
.page-nav-1 a,
.page-nav-1 span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 2.2rem;
  line-height: 1.1;
  color: #006F70;
  background-color: #FAFAFA;
  border: solid 2px #F0F3F5;
  border-radius: 10px;
  padding: .4em 0;
  margin: 0 .4em;
  min-width: 2em;
  text-align: center;
}
.page-nav-1 .page-numbers:hover,
.page-nav-1 .page-numbers.current {
  color: #fff;
  background-color: #006F70;
  border-color: #006F70;
}
.page-nav-1 .dots.page-numbers {
  color: #006F70 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  margin: 0;
}
.page-nav-1 .prev,
.page-nav-1 .next {
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .archive-news__pager-inner {
    margin: 50px 0;
  }
  .page-nav-1 a,
  .page-nav-1 span {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------------------
  single-news__head
   ------------------------------------------------------- */

.single-news__head-inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto 80px;
}
.post-title-1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 4px #AED2D2;
}
.post-title-1::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  left: 0;
  bottom: -4px;
  width: 33px;
  height: 4px;
  background-color: #006F70;
}
.post-title-1 .content {
  font-size: 2.5rem;
  margin-right: .4em;
  flex-grow: 1;
  padding-bottom: 16px;
}
.post-title-1 .list-tag-wrapper {
  padding-bottom: 10px;
}
.post-title-1 .list-tag-wrapper .news-list-tag {
  margin-bottom: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.post-date-1 {
  font-size: 1.8rem;
  margin-top: .8em;
}
@media screen and (max-width: 750px) {
  .single-news__head-inner {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .post-title-1 {
    display: block;
    padding-bottom: 6px;
    border-width: 2px;
  }
  .post-title-1::after {
    bottom: -2px;
    width: 24px;
    height: 2px;
  }
  .post-title-1 .content {
    margin-right: 0;
    font-size: 1.8rem;
    padding-bottom: 0;
  }
  .post-title-1 .list-tag-wrapper {
    padding-bottom: 0;
  }
  .post-title-1 .list-tag-wrapper .news-list-tag {
    margin-bottom: 0;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .post-date-1 {
    font-size: 1.4rem;
  }
}

/* -------------------------------------------------------
  single-news__content
   ------------------------------------------------------- */

.single-news__content-inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.single-news__content-inner .entry-content {
  padding-bottom: 100px;
  border-bottom: solid 4px #AED2D2;
}
.single-news__content-bottom {
  margin: 100px 0 120px;
}
@media screen and (max-width: 750px) {
  .single-news__content-inner {
    padding: 0 15px;
  }
  .single-news__content-inner .entry-content {
    padding-bottom: 50px;
    border-width: 2px;
  }
  .single-news__content-bottom {
    margin: 50px;
  }
}

/* -------------------------------------------------------
  maincontent
   ------------------------------------------------------- */

.maincontent-wrapper {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.maincontent-container {
  flex-basis: 935px;
  margin-right: 50px;
}
.maincontent-sidebar {
  flex-basis: 335px;
}
@media screen and (max-width: 750px) {
  .maincontent-wrapper {
    padding: 0 15px;
    display: block;
  }
  .maincontent-container {
    margin-right: 0;
  }
}

/* -------------------------------------------------------
  archive-event
   ------------------------------------------------------- */

.event-maincontent-wrapper {
  margin-bottom: 70px;
}
.archive-event-inner__head {
  height: 74px;
}
.event-list {
  display: flex;
  justify-content: space-between;
}
.event-list:not(:last-of-type) {
  margin-bottom: 96px;
}
.event-list__contnet {
  flex-basis: 58.8%;
}
.event-list__contnet__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.event-list__contnet__head .date {
  margin-right: 2em;
  font-size: 1.5rem;
}
.news-list-tag.-event {
  margin-bottom: 0;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.news-list-tag.-event li {
  padding: .6em .8em;
  border-radius: 20px;
}
.event-list__contnet .title {
  font-size: 2.4rem;
  color: #006F70;
  font-weight: bold;
  margin-top: .1em;
}
.event-list__contnet .text {
  line-height: 1.625;
  margin-top: .6em;
}
.event-list__contnet .button {
  margin-top: 40px;
  text-align: right;
}
.event-list__contnet .button a {
  display: inline-block;
  background-color: #006F70;
  font-weight: bold;
  color: #fff;
  border-radius: 3em;
  padding: .8em 1.2em;
  vertical-align: bottom;
  transition: opacity .2s;
}
.event-list__contnet .button a:hover {
  opacity: .8;
}
.event-list__image {
  flex-basis: 34.6%;
}
.archive-event__pager-inner {
  text-align: center;
  margin: 100px 0;
}
@media screen and (max-width: 750px) {
  .event-maincontent-wrapper {
    margin-bottom: 0;
  }
  .archive-event-inner__head {
    height: auto;
    margin-bottom: 30px;
  }
  .event-list {
    display: block;
  }
  .event-list:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .event-list__contnet__head .date {
    font-size: 1.3rem;
  }
  .event-list__contnet .title {
    font-size: 1.8rem;
  }
  .event-list__contnet .button {
    margin-top: 10px;
    text-align: center;
  }
  .event-list__contnet .button a {
    width: 200px;
  }
  .event-list__image {
    margin: 20px auto 0;
    width: 70vw;
  }
  .archive-event__pager-inner {
    margin: 50px 0;
  }
}

/* -------------------------------------------------------
  sidebar-event
   ------------------------------------------------------- */

.sidebar-event {
  height: 100%;
}
.sidebar-event-inner {
  height: 100%;
}
.sidebar-event-inner__head {
  height: 74px;
}
.event-sidebar {
  max-width: 320px;
  min-height: calc(100% - 74px);
  border: solid 10px #AED2D2;
  background-color: #006F70;
}
.event-sidebar ul {
  margin-left: 26px;
  padding-top: 10px;
}
.event-sidebar li {
 margin: 26px 0;
 padding-right: 1em;
}
.event-sidebar a {
  color: #fff;
}
@media screen and (max-width: 750px) {
  .sidebar-event {
    height: auto;
    margin-bottom: 50px;
  }
  .sidebar-event-inner {
    height: auto;
  }
  .sidebar-event-inner__head {
    height: auto;
    margin-bottom: 20px;
  }
  .event-sidebar {
    max-width: initial;
    height: auto;
    border-width: 5px;
  }
  .event-sidebar ul {
    margin-left: 16px;
    padding: 6px 0;
  }
  .event-sidebar li {
    margin: 16px 0;
  }
}

/* -------------------------------------------------------
  single-event
   ------------------------------------------------------- */

.single-event__content-inner {
  margin-top: 50px;
}
.single-event__content-bottom {
  margin: 100px 0;
}
@media screen and (max-width: 750px) {
  .single-event__content-inner {
    margin-top: 20px;
    min-height: initial;
  }
  .single-event__content-bottom {
    margin: 50px 0;
  }
}

/* -------------------------------------------------------
  archive-special
   ------------------------------------------------------- */

.archive-special-inner {
  padding: 0 20px;
}
.archive-special-inner .catch {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.special-list-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.special-list-wrapper > li {
  margin-top: 80px;
  flex-basis: 47%;
  margin-right: 6%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 4px #ccc;
}
.special-list-wrapper > li:nth-child(even) {
  margin-right: 0;
}
.special-list-wrapper > li:nth-child(-n+2) {
  margin-top: 50px;
}
.special-list-wrapper > li > a {
  position: relative;
  display: block;
  max-height: 450px;
  height: 34vw;
}
.special-list-wrapper .thumbnail {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.special-list-wrapper .thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: center top;
	max-width: initial !important;
}
.special-list-content {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, .95);
}
.special-list-content .number {
  margin-right: 20px;
}
.numbering {
  background-color: #006F70;
  padding: 14px 8px 10px;
}
.numbering span {
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.numbering .vol {
  font-size: 1.2rem;
  margin-bottom: .2em;
}
.numbering .num {
  font-size: 3.2rem;
}
.special-list-content .title {
  font-size: 2.8rem;
  font-weight: bold;
}
.archive-special__pager-inner {
  text-align: center;
  margin: 100px 0 120px;
}
@media screen and (min-width: 751px) {
  .archive-special-inner .catch br {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .archive-special-inner {
    padding: 0 15px;
  }
  .archive-special-inner .catch {
    font-size: 1.8rem;
  }
  .special-list-wrapper {
    margin-top: 40px;
    display: block;
  }
  .special-list-wrapper > li {
    margin-top: 30px;
    margin-right: 0;
  }
  .special-list-wrapper > li:nth-child(-n+2) {
    margin-top: 30px;
  }
  .special-list-wrapper > li > a {
    max-height: initial;
    height: 70vw;
  }
  .special-list-content {
    padding: 20px;
  }
  .special-list-content .number {
    margin-right: 16px;
  }
  .numbering {
    padding: 10px 6px 6px;
  }
  .numbering .vol {
    font-size: 1.1rem;
  }
  .numbering .num {
    font-size: 2.2rem;
  }
  .special-list-content .title {
    font-size: 1.8rem;
  }
  .archive-special__pager-inner {
    margin: 50px 0;
  }
}

/* -------------------------------------------------------
  single-special
   ------------------------------------------------------- */

.single-special-inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.single-special__head {
  margin-bottom: 50px;
}
.numbering-wrapper {
  text-align: center;
}
.numbering-wrapper .numbering {
  display: inline-block;
}
.single-special-inner .hl-wrapper-1 {
  margin-top: 30px;
}
.special-article .text {
  font-size: 1.8rem;
  line-height: 2;
}
.special-article__top .image {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.special-article__top .text {
  margin: 60px auto 0;
  max-width: 1130px;
}
.special-article__main {
  margin-top: 40px;
}
.special-article__main .content {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.special-article__main .content .image {
  flex-basis: 47%;
}
.special-article__main .content:nth-child(even) .image {
  order: 1;
}
.special-article__main .content .text {
  flex-basis: 50%;
}
.special-article__main .content .text h3 {
  font-size: 2.8rem;
  color: #006F70;
  margin-bottom: 1em;
  font-weight: bold;
}
.special-article__foot {
  margin-top: 100px;
}
.single-special__bottom {
  margin: 100px 0 120px;
}
@media screen and (max-width: 750px) {
  .single-special-inner {
    padding: 0 15px;
  }
  .single-special__head {
    margin-bottom: 30px;
  }
  .single-special-inner .hl-wrapper-1 {
    margin-top: 20px;
  }
  .special-article .text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .special-article__top .text {
    margin-top: 20px;
  }
  .special-article__main {
    margin-top: 0;
  }
  .special-article__main .content {
    display: block;
    margin-top: 40px;
  }
  .special-article__main .content .text {
    margin-top: 20px;
  }
  .special-article__main .content .text h3 {
    font-size: 1.8rem;
    margin-bottom: .6em;
  }
  .special-article__foot {
    margin-top: 40px;
  }
  .single-special__bottom {
    margin: 50px 0;
  }
}

/* -------------------------------------------------------
  page-contact
   ------------------------------------------------------- */

.page-contact-inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
.contact-progress ul {
  display: flex;
}
.contact-progress li {
  position: relative;
  flex-grow: 1;
  background-color: #AED2D2;
  color: #3B4043;
  font-size: 2rem;
  font-weight: bold;
  height: 80px;
  overflow: hidden;
}
.contact-progress li span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.contact-progress li::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #AED2D2;
  border: solid 3px #AED2D2;
  top: 50%;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg) skew(15deg, 15deg);
  left: -30px;
}
.contact-progress .step-3 li:nth-child(3),
.contact-progress .step-2 li:nth-child(2),
.contact-progress .step-1 li:nth-child(1) {
  background-color: #006F70;
  color: #fff;
}
.contact-progress .step-1 li:nth-child(1)::before {
  background-color: #006F70;
  border-color: #006F70;
}
.contact-progress .step-1 li:nth-child(2)::before {
  background-color: #006F70;
  border-color: #fff;
}
.contact-progress .step-1 li:nth-child(3)::before {
  border-color: #fff;
}
.contact-progress .step-2 li:nth-child(2)::before {
  border-color: #fff;
}
.contact-progress .step-2 li:nth-child(3)::before {
  background-color: #006F70;
  border-color: #fff;
}
.contact-progress .step-3 li:nth-child(2)::before {
  border-color: #fff;
}
.contact-progress .step-3 li:nth-child(3)::before {
  border-color: #fff;
}
.page-contact-head {
  margin-top: 100px;
}
.page-contact-head .inner {
  min-height: 90px;
  padding-bottom: 60px;
  border-bottom: solid 2px #98A6B5;
}
.page-contact-head .inner ul {
  padding-top: 40px;
  margin-left: 16px;
}
.page-contact-head .inner li {
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
  padding-top: .3em;
  padding-bottom: .3em;
}
.required-text {
  background-color: #F00;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  padding: .1em .3em;
  white-space: nowrap;
}
.page-contact-head .required-text {
  font-size: 1.6rem;
}
.page-contact-body {
  margin-top: 20px;
}
.form-wrapper {
}
.form-row {
  display: flex;
  padding: 40px 0;
  border-bottom: solid 1px #CDD6DD;
}
.form-row.row-1 {
  padding-bottom: 20px;
}
.form-col.col-1 {
  flex-basis: 27%;
  margin-right: 3%;
}
.form-col.col-1 .title {
  color: #707F89;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.form-col.col-2 {
  flex-basis: 70%;
}
.form-col.col-2 .container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.form-col.col-2 .container .radio {
  flex-basis: 32%;
  line-height: 1;
  margin: 0 1% 20px 0;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label::before {
  content: '';
  background: transparent;
  border-radius: 100%;
  border: solid 1px #CDD6DD;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: relative;
  top: -1rem;
  margin-right: 1rem; 
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label::before {
  background-color: #006F70;
  box-shadow: inset 0 0 0 4px #fff;
}
.radio input[type="radio"]:focus + .radio-label::before {
  outline: none;
  border-color: #006F70;
}
.radio input[type="radio"]:disabled + .radio-label::before {
  box-shadow: inset 0 0 0 4px #fff;
  border-color: darken(#fff, 25%);
  background: darken(#fff, 25%);
}
.radio input[type="radio"] + .radio-label:empty::before {
  margin-right: 0;
}
.form-input-1 {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
  border: solid 1px #CDD6DD;
  width: 100%;
  padding: .8em;
}
.form-part-1 {
  display: flex;
}
.form-part-1 dl {
  flex-basis: 40%;
  margin-right: 5%;
  display: flex;
  align-items: center;
}
.form-part-1 dl {
  display: flex;
  align-items: center;
}
.form-part-1 dt {
  flex-basis: 3em;
}
.form-part-1 dd {
  flex-basis: calc(100% - 3em);
}
.form-part-2 ul {
  display: flex;
  align-items: center;
  max-width: 320px;
}
.form-part-2 li:nth-child(1) {
  flex-basis: 110px;
}
.form-part-2 li:nth-child(2) {
  flex-basis: 50px;
  text-align: center;
}
.form-part-2 li:nth-child(3) {
  flex-basis: 160px;
}
.form-part-3 {
  max-width: 574px;
}
.form-part-3 li:nth-child(2) {
  margin: 20px 0;
}
.form-part-4 {
  position: relative;
  display: inline-block;
}
.form-part-4::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  right: 1.2em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center center;
  width: .6296296296296296em;
  height: 1em;
  background: url(../img/chevron-2.svg) center center no-repeat;
  background-size: contain;
}
.form-select-1 {
  display: block;
  box-sizing: border-box;
  border: solid 1px #CDD6DD;
  padding: .8em;
  width: 340px;
  font-size: 1.6rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-part-6 {
  width: 90%;
}
.form-textarea-1 {
  box-sizing: border-box;
  border: solid 1px #CDD6DD;
  padding: .8em;
  width: 100%;
  max-width: 740px;
  min-height: 140px;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.form-row.form-botom {
  display: flex;
  justify-content: center;
  padding: 100px 0 120px;
  border-bottom: none;
}
.submit-wrapper {
  position: relative;
  margin: 0 25px;
  flex-basis: 500px;
}
.form-submit-1 {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  padding: 2.4rem 4rem;
  border: solid 1px #006F70 !important;
  background-color: #006F70 !important;
  border-radius: 5rem !important;
  transition: opacity .2s;
}
.submit-wrapper.-back .form-submit-1 {
  color: #006F70;
  background-color: #AED2D2 !important;
}
.form-submit-1:hover {
  opacity: .8;
}
.submit-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  width: 1.7rem;
  height: 2.7rem;
  background: url(../img/chevron-1.svg) center center no-repeat;
  background-size: contain;
}
.submit-wrapper.-back::after {
  right: auto;
  left: 4rem;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);;
  background-image: url(../img/chevron-3.svg);
}
@media print, screen and (min-width: 751px) and (max-width: 1080px) {
  .form-col.col-2 .container .radio {
    flex-basis: 50%;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 750px) {
  .page-contact-inner {
    padding: 0 15px;
  }
  .contact-progress li {
    font-size: 1.4rem;
    height: 60px;
  }
  .contact-progress li::before {
    width: 40px;
    height: 40px;
    border-width: 2px;
    left: -24px;
  }
  .page-contact-head {
    margin-top: 50px;
  }
  .page-contact-head .inner {
    min-height: 40px;
    padding-bottom: 20px;
  }
  .page-contact-head .inner ul {
    padding-top: 20px;
    margin-left: 10px;
  }
  .page-contact-head .inner li {
    font-size: 1.4rem;
  }
  .required-text {
    font-size: 1.4rem;
  }
  .page-contact-head .required-text {
    font-size: 1.3rem;
  }
  .page-contact-body {
    margin-top: 10px;
  }
  .form-row {
    display: block;
    padding: 20px 0;
  }
  .form-row.row-1 {
    padding-bottom: 0;
  }
  .form-col.col-1 {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form-col.col-1 .title {
    font-size: 1.6rem;
  }
  .form-col.col-2 .container {
    display: block;
    margin-top: 0;
  }
  .form-col.col-2 .container .radio {
    margin: 0 0 16px 0;
  }
  
  .radio input[type="radio"] + .radio-label::before {
    width: 2rem;
    height: 2rem;
    top: -.4rem;
  }
  .form-part-1 {
    justify-content: space-between;
  }
  .form-part-1 dl {
    flex-basis: 46%;
    margin-right: 0;
  }
  .form-part-2 ul {
    max-width: initial;
    width: 100%;
  }
  .form-part-2 li:nth-child(1) {
    flex-basis: 35%;
  }
  .form-part-2 li:nth-child(3) {
    flex-basis: calc(65% - 50px);
  }
  .form-part-3 {
    max-width: initial;
  }
  .form-part-3 li:nth-child(2) {
    margin: 10px 0;
  }
  .form-part-4 {
    display: block;
  }
  .form-select-1 {
    width: 100%;
    font-size: 1.4rem;
  }
  .form-part-6 {
    width: 100%;
  }
  .form-textarea-1 {
    max-width: initial;
  }
  .form-row.form-botom {
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .submit-wrapper {
    margin: 0 0 20px;
    flex-basis: 100%;
  }
  .submit-wrapper::after {
    right: 3rem;
    width: 1rem;
    height: 1.8rem;
  }
  .form-submit-1 {
    font-size: 1.6rem;
    padding: 1.6rem 3rem;
  }

  .form-textarea-1,
  .form-input-1 {
    font-size: 2rem;
    width: 140%;
    transform: scale(.7) translate(-21%, -21%);
  }
  .mwform-tel-field .form-input-1,
  .mwform-zip-field .form-input-1 {
    font-size: 1.6rem;
    transform: none;
    width: auto;
  }
  .form-row {
    overflow: hidden;
  }
}

.form-confirm .form-row.row-1 {
  padding-bottom: 40px;
}
.confirm-text {
  font-size: 1.8rem;
}
@media print, screen and (max-width: 750px) {
  .form-confirm .form-row.row-1 {
    padding-bottom: 20px;
  }
  .confirm-text {
    font-size: 1.4rem;
  }
}

.thanks-wrapper__main {
  padding: 60px 0 100px;
  text-align: center;
  border-bottom: solid 1px #CDD6DD;
}
.thanks-wrapper__main p {
  display: inline-block;
  text-align: left;
}
.thanks-wrapper__bottom {
  margin: 100px 0 120px;
}
@media print, screen and (max-width: 750px) {
  .thanks-wrapper__main {
    padding: 30px 0 50px;
  }
  .thanks-wrapper__bottom {
    margin: 50px;
  }
}

/* -------------------------------------------------------
  culture-guide
   ------------------------------------------------------- */

.culture-guide {
  max-width: 1320px;
  padding: 0 20px 100px;
  margin: 0 auto;
}
.culture-guide-banner {
  display: flex;
}
.culture-guide-banner .box-1 {
  flex-basis: 900px;
  margin-right: 40px;
}
.culture-guide-banner .box-2 {
  flex-basis: 340px;
}
.culture-guide-banner__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.culture-guide-banner__content li {
  flex-basis: 100%;
}
.culture-guide-banner__content li:first-of-type {
  margin-bottom: 10%;
}
.culture-guide-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #006F70;
  border: solid 10px #CAE8E8;
  padding: 3.5rem .6rem;
}
.culture-guide-link.-link-2 {
  background-color: #F2971B;
  border-color: #FFE5C2;
}
.culture-guide-link span {
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
}
.culture-guide-link .icon {
  flex-basis: 2.48em;
  margin-right: .5em;
}
@media print, screen and (min-width: 851px) and (max-width: 1080px) {
  .culture-guide-link {
    padding: 2rem .6rem;
  }
  .culture-guide-link span {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 850px) {
  .culture-guide-link {
    padding: 1.4rem 0;
  }
  .culture-guide-link span {
    font-size: 1.5rem;
  }
}
@media print, screen and (max-width: 750px) {
  .culture-guide {
    padding: 0 15px 50px;
  }
  .culture-guide-banner {
    display: block;
  }
  .culture-guide-banner .box-1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .culture-guide-banner__content li {
    flex-basis: 48%;
  }
  .culture-guide-banner__content li:first-of-type {
    margin-bottom: 0;
  }
  .culture-guide-link {
    border-radius: 5px;
    padding: 1.6rem 0;
    border-width: 5px;
  }
  .culture-guide-link span {
    font-size: 1.4rem;
  }
}

/* -------------------------------------------------------
  culture-topics
   ------------------------------------------------------- */

.culture-topics-inner {
  background-color: #F3E9DB;
  padding: 50px 20px 90px;
}
.culture-topics-inner .hl-wrapper-1 {
  margin-bottom: 50px;
}
.topics-list-wrapper {
  background-color: #fff;
  max-width: 1140px;
  padding: 30px 60px;
  margin: 0 auto;
  border-radius: 10px;
}
.topics-list > li {
  margin: 20px 0;
}
.topics-list-content {
  display: flex;
  align-items: flex-start;
  line-height: 2;
}
.topics-list-content .date {
  flex-basis: 125px;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
}
.topics-list-content .icon {
  white-space: nowrap;
  flex-basis: 115px;
  font-size: 1.5rem;
  line-height: 1;
  padding: 10px 0 8px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.topics-list-content .icon.-blue {
  background-color: #4EACFF;
}
.topics-list-content .icon.-yellow {
  background-color: #FFA74E;
}
.topics-list-content .icon.-red {
  background-color: #FF7272;
}
.topics-list-content .title {
  font-size: 1.8rem;
  flex-basis: calc(100% - 270px);
  margin-left: 30px;
}
a.topics-list-content:hover .title {
  text-decoration: underline;
}
@media print, screen and (max-width: 750px) {
  .culture-topics-inner {
    padding: 34px 15px 40px;
  }
  .culture-topics-inner .hl-wrapper-1 {
    margin-bottom: 30px;
  }
  .topics-list-wrapper {
    padding: 4px 15px;
  }
  .topics-list > li {
    margin: 26px 0;
  }
  .topics-list-content {
    flex-wrap: wrap;
    line-height: 1.6;
  }
  .topics-list-content .date {
    flex-basis: 7em;
    font-size: 1.4rem;
  }
  .topics-list-content .icon {
    flex-basis: 8em;
    font-size: 1.2rem;
    padding: 8px 0 6px;
  }
  .topics-list-content .title {
    font-size: 1.4rem;
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

/* -------------------------------------------------------
  culture-banner
   ------------------------------------------------------- */

.culture-banner-inner {
    max-width: 1320px;
    padding: 0 20px;
    margin: 0 auto;
}
.culture-banner__head {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.culture-banner__guidance {
  display: flex;
}
.culture-banner__guidance .culture-guide-link {
  border-radius: 5px;
  border-width: 5px;
  padding: 1.6rem 2.8rem;
}
.culture-banner__guidance .culture-guide-link span {
  font-size: 1.7rem;
}
@media print, screen and (min-width: 751px) {
  .culture-banner__guidance li:first-of-type {
    margin-right: 18px;
  }
  .culture-banner__guidance .culture-guide-link .text br {
    display: none;
  }
}
@media print, screen and (max-width: 750px) {
  .culture-banner-inner {
      padding: 0 15px;
  }
  .culture-banner__head {
    margin-bottom: 30px;
  }
  .culture-banner__guidance {
    flex-basis: 100%;
    justify-content: space-between;
  }
  .culture-banner__guidance li {
    flex-basis: 48.4%;
  }
  .culture-banner__guidance .culture-guide-link {
    padding: 2rem 0;
  }
  .culture-banner__guidance .culture-guide-link span {
    font-size: 1.4rem;
  }
}

.culture-banner__content {
  margin-top: 20px;
}
.culture-banner__list {
  display: flex;
  flex-wrap: wrap;
}
.culture-banner__list li {
  flex-basis: 23.8%;
  height: 22.7vw;
  max-height: 304px;
  margin-right: 1.6%;
  margin-top: 20px;
}
.culture-banner__list li:nth-child(4n) {
  margin-right: 0;
}
.culture-banner__list .inner {
  display: block;
  width: 100%;
  height: 100%;
}
.culture-banner__list .inner img {
  height: 100%;
  object-fit: cover;
}
@media print, screen and (max-width: 900px) {
  .culture-banner__content {
    margin-top: 15px;
  }
  .culture-banner__list li {
    flex-basis: 48%;
    height: 44vw;
    max-height: initial;
    margin-right: 4%;
    margin-top: 15px;
  }
  .culture-banner__list li:nth-child(even) {
    margin-right: 0;
  }
}

/* -------------------------------------------------------
  culture-recommend
   ------------------------------------------------------- */

.culture-recommend-inner {
  max-width: 1320px;
  padding: 70px 20px 100px;
  margin: 0 auto;
}
.culture-list {
  display: flex;
  flex-wrap: wrap;
}
.culture-list__block {
  flex-basis: 50%;
  padding: 0 20px;
  margin-top: 40px;
}
.culture-list__inner {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  max-height: 500px;
  height: 32vw;
  box-shadow: 0 0 4px #ccc;
}
.culture-list__inner .thumbnail {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.culture-list__inner .thumbnail img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
	max-width: initial !important;
}
.culture-list__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, .85);
}
.culture-list-title {
  display: flex;
  align-items: flex-start;
}
.culture-list-title .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 1em;
  line-height: 1.2;
}
.week-list {
  display: flex;
}
.week-list li {
  margin-right: .6em;
}
.week-list .day {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  border: solid 1px #AFAFAF;
  background-color: #fff;
  border-radius: 3em;
  padding: .5em;
}
.week-list .day.-active {
  background-color: #006F70;
  color: #fff;
}
.culture-list__content .summary {
  line-height: 1.4375;
  margin: .6em 0;
}
.culture-list__content .name {
  font-size: 1.8rem;
  font-weight: bold;
}
@media print, screen and (max-width: 900px) {
  .culture-list {
    display: block;
  }
  .culture-list__block {
    padding: 0;
    margin-top: 30px;
  }
  .culture-list__inner {
    max-height: initial;
    height: 66vw;
  }
}
@media print, screen and (max-width: 750px) {
  .culture-recommend-inner {
    padding: 34px 15px 40px;
  }
  .culture-list__inner {
    height: 100vw;
  }
  .culture-list__content {
    padding: 20px;
  }
  .culture-list-title {
    display: block;
  }
  .culture-list-title .title {
    font-size: 1.8rem;
    margin-right: 0;
    margin-bottom: .6em;
  }
  .week-list .day {
    font-size: 1.2rem;
  }
  .culture-list__content .name {
    font-size: 1.6rem;
  }
}

/* -------------------------------------------------------
  culture-course
   ------------------------------------------------------- */

.culture-course-inner {
  background-color: #F3E9DB;
  padding: 80px 20px 100px;
}
.culture-course-list {
  max-width: 1280px;
  margin: 20px auto 0;
}
.culture-course-list ul {
  display: flex;
  flex-wrap: wrap;
}
.culture-course-list li {
  margin-top: 50px;
  flex-basis: 25%;
  padding: 0 10px;
}
.culture-course-list li a {
  display: block;
  max-width: 180px;
  margin: 0 auto;
  text-align: center
}
.culture-course-list li a .text {
  display: inline-block;
  margin-top: 1em;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
}
@media print, screen and (max-width: 750px) {
  .culture-course-inner {
    padding: 34px 0 40px;
  }
  .culture-course-list {
    margin-top: 0;
  }
  .culture-course-list li {
    margin-top: 40px;
    flex-basis: 33.33%;
    padding: 0 16px;
  }
  .culture-course-list li a {
    max-width: initial;
  }
  .culture-course-list li a .text {
    font-size: 1.5rem;
  }
}

/* -------------------------------------------------------
  culture-data
   ------------------------------------------------------- */

.culture-data-inner {
  max-width: 1320px;
  padding: 120px 20px 140px;
  margin: 0 auto;
}
.culture-data-content .notice-text {
  font-size: 1.8rem;
  margin: 40px 0;
  text-align: center;
}
.culture-data-table {
  padding-left: 36px;
  display: flex;
}
.culture-data-table__map {
  flex-basis: 650px;
  margin-right: 38px;
}
.culture-data-table__map .googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 650px;
  position: relative;
}
.culture-data-table__map .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.culture-data-table__data {
  flex-basis: 556px;
}
.culture-data-table__data li {
  border-bottom: solid 2px #006F70;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.culture-data-table__data li:last-of-type {
  border-bottom: none;
}
.culture-data-table__data h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #006F70;
  margin-bottom: 40px;
}
.culture-data-table__data .banner {
  margin-top: 40px;
}
.culture-data-bottom {
  padding-left: 36px;
  margin-top: 70px;
}
.culture-recruit {
	padding:20px;
	background:#FDEFDB;
	color: #593835;;
}
.culture-recruit h2{
	margin-bottom:10px;
	padding:0 10px 10px;
	font-size: 2rem;
	font-weight: bold;
	border-bottom:3px dotted #593835;
}
.culture-recruit p {
	padding:0 10px;
}

@media print, screen and (min-width: 751px) {
  .culture-data-content .notice-text br {
    display: none;
  }
  .culture-data-bottom {
    text-align: center;
  }
  .culture-data-bottom img {
    max-height: 230px;
    width: auto;
  }
}
@media print, screen and (max-width: 1280px) {
  .culture-data-inner {
    padding: 34px 15px 50px;
  }
  .culture-data-content .notice-text {
    font-size: 1.6rem;
    margin: 30px 0 20px;
    line-height: 1.4;
  }
  .culture-data-table {
    padding-left: 0;
    display: block;
  }
  .culture-data-table__map {
    margin-right: 0;
  }
  .culture-data-table__map .googlemap {
    padding-bottom: 60vw;
  }
  .culture-data-table__data {
    margin-top: 20px;
  }
  .culture-data-table__data li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .culture-data-table__data h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .culture-data-table__data .banner {
    margin-top: 30px;
  }
  .culture-data-bottom {
    padding-left: 0;
    margin-top: 20px;
  }
}

/* -------------------------------------------------------
  archive-culture
   ------------------------------------------------------- */

.archive-culture .culture-recommend-inner {
  padding: 0 20px;
}
.archive-culture__pager-inner {
  text-align: center;
  margin: 100px 0 120px;
}
@media print, screen and (max-width: 1280px) {
  .archive-culture .culture-recommend-inner {
    padding: 0 15px;
  }
  .archive-culture__pager-inner {
    text-align: center;
    margin: 50px 0;
  }
}




/* -------------------------------------------------------
  single-culture__head
   ------------------------------------------------------- */

.single-culture__head-inner {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto 50px;
  text-align: center;
}
.single-culture__head-inner .image {
  max-width: 640px;
  margin: 60px auto 30px;
}
.single-culture__head-inner .week-list-wrapper {
  display: inline-block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .single-culture__head-inner {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .single-culture__head-inner .image {
    margin: 30px auto 20px;
  }
}

/* -------------------------------------------------------
  single-culture__content
   ------------------------------------------------------- */

.single-culture__content-inner {
  max-width: 1168px;
  padding: 0 20px;
  margin: 0 auto;
}
.single-culture-belongs {
  font-size: 1.8rem;
}
.single-culture-name {
  font-size: 2.2rem;
  font-weight: bold;
}
.single-culture-message {
  margin-top: 40px;
}
.single-culture-message p {
  font-weight: 1.8rem;
  margin-top: 20px;
}
.single-culture__content-inner .title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #006F70;
}
.single-culture-summary {
  margin-top: 40px;
}
.culture-summary-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
}
.culture-summary-table th,
.culture-summary-table td {
  padding: .8em .8em .8em 0;
  text-align: left;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 1.4;
}
.culture-summary-table th:last-of-type,
.culture-summary-table td:last-of-type {
  padding-right: 0;
}
.culture-summary-table th {
  border-bottom: solid 2px #006F70;
  white-space: nowrap;
}
.culture-summary-table td {
  border-bottom: solid 1px #CDD6DD;
}
.single-culture__content-bottom {
  margin: 100px 0 120px;
}
@media screen and (max-width: 750px) {
  .single-culture__content-inner {
    padding: 0 15px;
  }
  .single-culture-belongs {
    font-size: 1.5rem;
  }
  .single-culture-name {
    font-size: 1.6rem;
  }
  .single-culture-message {
    margin-top: 20px;
  }
  .single-culture-message p {
    font-weight: 1.4rem;
    margin-top: 10px;
  }
  .single-culture__content-inner .title {
    font-size: 1.6rem;
  }
  .single-culture-summary {
    margin-top: 20px;
  }
  .culture-summary-table {
    margin-top: 20px;
  }
  .culture-summary-table th,
  .culture-summary-table td {
    padding-right: 1em;
    font-size: 1.2rem;
  }
  .single-culture__content-bottom {
    margin: 50px;
  }
}

/* -------------------------------------------------------
  company-profile
   ------------------------------------------------------- */

.company-profile-inner {
  max-width: 1240px;
  margin: 40px auto 0;
  padding: 0 20px 120px;
}
.company-profile-content {
  border-top: solid 2px #98A6B5;
  font-size: 1.8rem;
  line-height: 1.6;
}
.company-profile-content > li {
  border-bottom: solid 1px #CDD6DD;
  padding: 40px 0;
  margin: 0 50px;
  display: flex;
}
.company-profile-content .left {
  flex-basis: 260px;
}
.company-profile-content .right {
  flex-basis: 840px;
}
.company-profile-content h3 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  padding-right: 2em;
}
.company-profile-content li:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .company-profile-inner {
    margin-top: 20px;
    padding: 0 15px 50px;
  }
  .company-profile-content {
    font-size: 1.4rem;
  }
  .company-profile-content > li {
    padding: 20px 0;
    margin: 0 15px;
    display: block;
  }
  .company-profile-content .left {
    margin-bottom: 10px;
  }
  .company-profile-content h3 {
    font-size: 1.4rem;
    padding-right: 0;
  }
}

/* -------------------------------------------------------
  privacy-policy
   ------------------------------------------------------- */

.privacy-policy-inner {
  max-width: 1240px;
  padding: 0 20px 120px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2;
}
.privacy-policy__box-1 {
  text-align: right;
}
.privacy-policy__box-1 p {
  margin-bottom: .5em;
}
.privacy-policy__box-2 {
  margin-top: 80px;
}
.privacy-policy__box-2 p {
  margin-bottom: 2em;
}
.privacy-policy__box-3 {
  margin-top: 80px;
}
.privacy-policy__box-3 .inner {
  border: solid 10px #F0F3F5;
  padding: 2.4em 4.4em 4.4em 3.4em;
}
.privacy-policy__box-3 dl {
  margin-left: 1em;
}
.privacy-policy__box-3 dt {
  margin-top: 2em;
  font-weight: bold;
}
.privacy-policy__box-3 dd {
  margin-left: 1.56em;
}
.privacy-policy__box-3 dd dl {
  margin-left: 0;
}
.privacy-policy__box-3 li {
  text-indent: -1.56em;
  padding-left: 1.56em;
}
.privacy-policy__box-4 {
  margin-top: 140px;
}
.privacy-policy__box-4 .inner {
  border: solid 10px #006F70;
  text-align: center;
  padding: 3.6em 1em;
}
.privacy-policy__box-4 p {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: bold;
}
.privacy-policy__box-4 .text-1 {
  margin-bottom: 1em;
}
.privacy-policy__box-4 .text-2 span {
  display: inline-block;
  margin: 0 .2em;
}
.privacy-policy__box-4 .text-2 span:nth-child(2) a {
  font-size: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .privacy-policy-inner {
    padding: 0 15px 50px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .privacy-policy__box-2 {
    margin-top: 30px;
  }
  .privacy-policy__box-2 p {
    margin-bottom: 2em;
  }
  .privacy-policy__box-3 {
    margin-top: 40px;
    font-size: 1.3rem;
  }
  .privacy-policy__box-3 .inner {
    border-width: 5px;
    padding: .6em 1em 1.6em 0;
  }
  .privacy-policy__box-3 dt {
    margin-top: 1em;
  }
  .privacy-policy__box-4 {
    margin-top: 50px;
  }
  .privacy-policy__box-4 .inner {
    border-width: 5px;
    padding: 1.6em 1em 1em;
  }
  .privacy-policy__box-4 p {
    font-size: 1.4rem;
  }
  .privacy-policy__box-4 .text-2 span {
    display: block;
    margin: 0 0 .6em;
  }
  .privacy-policy__box-4 .text-2 span:nth-child(2) a {
    font-size: 2.4rem;
  }
}

/* -------------------------------------------------------
  site-map
   ------------------------------------------------------- */

.site-map-inner {
  max-width: 1100px;
  padding: 0 20px 120px;
  margin: 0 auto;
}
.site-map-list {
  display: inline-block;
}
.site-map-list ul:not(:first-of-type) {
  margin-top: 3em;
}
.site-map-list li {
  margin-top: 1em;
}
.site-map-list li li {
  margin-left: 4em;
}
@media screen and (max-width: 750px) {
  .site-map-inner {
    padding: 0 12px 50px;
  }
  .site-map-list ul:not(:first-of-type) {
    margin-top: 2em;
  }
  .site-map-list li li {
    margin-left: 2em;
  }
}
