@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
.container:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #3c3c3c;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	habakiri リセット
----------------------------------------*/
#commentarea {
  display: none;
}

.page-header {
  display: none;
}

.breadcrumbs {
  display: none;
}

.container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}

.sub-page-contents {
  padding: 0 !important;
}

#contents {
  margin-top: 94px !important;
}

@media screen and (max-width: 767px) {
  #contents {
    margin-top: 72px !important;
  }
}

/*----------------------------------------
	body
----------------------------------------*/
html {
  transition: .2s;
}

html.active {
  position: fixed;
  transform: translate(-220px, 0);
}

html.fixed {
  position: fixed;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3c3c3c;
}

a {
  color: #3c3c3c;
  outline: none;
  text-decoration: none;
  transition: .2s;
}

a * {
  -webkit-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.5s ease, false, false, false, false, false, false, false, false, false);
}

a:hover {
  color: #3c3c3c;
}

a:active {
  color: #3c3c3c;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}

.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
  margin: 0 auto;
  width: 100%;
  text-align: left;
  position: relative;
}

/*----------------------------------------
	common-style
----------------------------------------*/
.common-style {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.common-style a {
  color: #3c3c3c;
}

.common-style a:hover {
  color: #3c3c3c;
  text-decoration: none;
}

.common-style p {
  margin: 0;
}

/*----------------------------------------
	only
----------------------------------------*/
.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

/*----------------------------------------
	wrapper
----------------------------------------*/
.wrapper-1100 {
  width: 1100px;
  margin: 0 auto;
}

.wrapper-1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrapper-600 {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrapper-1100 {
    width: 100%;
  }
  .wrapper-1000 {
    width: 100%;
  }
  .wrapper-600 {
    width: 100%;
  }
}

/*----------------------------------------
	heading
----------------------------------------*/
.heading-h2 {
  font-size: 26px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic;
  letter-spacing: 0.1em;
  margin: 0 0 0.5em;
}

.heading-h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #F6F6F6;
  padding: 6px 15px;
  margin: 0 0 0.5em;
}

.heading-h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 0 0.5em;
}

@media screen and (max-width: 767px) {
  .heading-h2 {
    font-size: 20px;
  }
  .heading-h3 {
    font-size: 16px;
  }
  .heading-h4 {
    font-size: 14px;
  }
}

/*----------------------------------------
	list
----------------------------------------*/
.list-default {
  margin: 0 0 0 20px;
}

.list-default__item {
  font-size: 16px;
  line-height: 1.8;
  padding: 0 0 0 20px;
  position: relative;
}

.list-default__item:before {
  content: "";
  position: absolute;
  background: #EDEDED;
  top: 9px;
  left: 0;
  width: 9px;
  height: 9px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.list-number {
  margin: 0 0 0 40px;
}

.list-number__item {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .list-default {
    margin: 0;
  }
  .list-default__item {
    font-size: 14px;
    padding: 0 0 0 15px;
  }
  .list-number {
    margin: 0;
    margin: 0 0 0 20px;
  }
  .list-number__item {
    font-size: 14px;
  }
}

/*----------------------------------------
	table
----------------------------------------*/
.table-default {
  width: 100%;
}

.table-default caption {
  font-size: 16px;
  font-weight: 600;
  color: #3c3c3c;
  margin: 0 0 0.5em;
}

.table-default tr {
  border-bottom: 1px solid #EDEDED;
}

.table-default tr:first-child {
  border-top: 1px solid #EDEDED;
}

.table-default tr th, .table-default tr td {
  font-size: 16px;
  line-height: 1.8;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table-default tr th {
  width: 88px;
  background: #F6F6F6;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .table-default tr th, .table-default tr td {
    font-size: 14px;
    padding: 10px 15px;
  }
  .table-default tr th {
    width: 72px;
  }
}

/*----------------------------------------
	main-visual
----------------------------------------*/
.main-visual {
  height: 670px;
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.main-visual__reservation {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.main-visual__reservation a {
  display: inline-block;
  width: 240px;
  height: 44px;
  line-height: 44px;
  background: #3c3c3c;
  border: 2px solid #3c3c3c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.main-visual__reservation a span {
  color: #fff;
}

.main-visual__reservation a .in1 {
  font-size: 16px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  margin-right: 10px;
  letter-spacing: 0.1em;
}

.main-visual__reservation a .in2 {
  font-size: 12px;
  font-family: "Yu Gothic", YuGothic;
}

.main-visual__reservation a:hover {
  background: #fff;
  text-decoration: none;
}

.main-visual__reservation a:hover span {
  font-weight: bold;
  color: #3c3c3c;
}

.main-visual__logo {
  width: 247px;
}

.main-visual__logo img {
  width: 100%;
  height: auto;
}

.main-visual__scroll {
  position: absolute;
  width: 57px;
  left: 0;
  right: 0;
  bottom: 45px;
  margin: auto;
  animation: scroll 3s  ease  infinite;
}

.main-visual__scroll a {
  display: block;
  width: 100%;
  height: 35px;
  color: #000;
  font-size: 14px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  position: relative;
}

.main-visual__scroll a:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.main-visual__scroll a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.7;
}

.main-visual__scroll a:focus {
  color: #000;
  text-decoration: none;
}

.main-visual--yakuin {
  background: url(../images/top/main-visual-yakuin.jpg) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-visual--yakuin__logo {
  width: 200px;
}

.main-visual--yakuin__scroll a {
  color: #FFF;
}

.main-visual--yakuin__scroll a:before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.main-visual--yakuin__scroll a:hover {
  color: #fff;
}

.main-visual--yakuin__scroll a:focus {
  color: #fff;
}

@keyframes scroll {
  0% {
    bottom: 45px;
  }
  10% {
    bottom: 35px;
  }
  20% {
    bottom: 45px;
  }
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin: 73px 0 0;
  }
  .main-visual__logo {
    width: 150px;
    margin: 0 0 50px;
  }
  .main-visual--yakuin {
    background: url(../images/top/main-visual-yakuin.jpg) no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .main-visual--yakuin__logo {
    width: 180px;
  }
}

/*----------------------------------------
	page-title
----------------------------------------*/
.page-title {
  height: 80px;
  background: url(../images/_common/title-bg.jpg) center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

.page-title__txt {
  font-size: 60px;
  color: #707070;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  padding: 24px 0 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-title {
    height: 40px;
  }
  .page-title__txt {
    font-size: 35px;
    padding: 15px 0 0;
  }
}

/*----------------------------------------
	button
----------------------------------------*/
.btn01 {
  text-align: center;
}

.btn01 a {
  display: inline-block;
  width: 500px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 18px;
  font-family: "Yu Gothic", YuGothic;
  font-weight: bold;
  color: #3c3c3c;
  border: 1px dotted #3C3C3C;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn01 a:hover {
  color: #fff;
  background: #3c3c3c;
  text-decoration: none;
}

.btn01--type1 a:hover {
  text-decoration: none;
}

.btn01--type1 a:hover span {
  color: #FFF;
}

.btn01--type1 a span {
  padding: 0 20px;
  background: url(../images/_common/icon01.png) no-repeat right center;
  -webkit-background-size: 9px 9px;
  -o-background-size: 9px 9px;
  background-size: 9px 9px;
}

@media screen and (max-width: 767px) {
  .btn01 a {
    width: 250px;
    height: auto;
    line-height: 35px;
    font-size: 14px;
  }
}

/*----------------------------------------
	post-event
----------------------------------------*/
.post-event {
  margin: 0 -10px 20px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-event__item {
  width: 320px;
  margin: 0 10px 20px;
}

.post-event__item a {
  display: block;
}

.post-event__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.post-event__head {
  position: relative;
}

.post-event__head__new {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #E7DA9E;
  font-family: "Bodoni 72 Oldstyle", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  -webkit-border-radius: 23px;
  border-radius: 23px;
  z-index: 2;
}

.post-event__head__thumb img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.post-event__head__cat {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #FFF;
  background: #3C3C3C;
  padding: 0 20px;
  margin: 0;
}

.post-event__body {
  background: #fff;
  padding: 20px 25px;
}

.post-event__body__heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 15px;
}

.post-event__body__txt {
  line-height: 1.8;
  margin: 0 0 20px;
}

.post-event__body__time {
  font-size: 13px;
  font-family: arial, sans-serif;
}

.post-event--type1 {
  margin: 0 -20px 35px;
}

.post-event--type1__item {
  width: 480px;
  margin: 0 20px 40px;
}

.post-event--type1__body {
  background: #F6F6F6;
}

@media screen and (max-width: 767px) {
  .post-event {
    margin: 0 0 10px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .post-event__item {
    width: 49%;
    margin: 0 0 20px;
  }
  .post-event__head__new {
    width: 34px;
    height: 34px;
    line-height: 34px;
    top: 5px;
    right: 5px;
    font-size: 12px;
  }
  .post-event__head__thumb {
    position: relative;
  }
  .post-event__head__thumb:before {
    content: "";
    display: block;
    padding-top: calc(300 / 300 * 100%);
  }
  .post-event__head__thumb img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .post-event__head__cat {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
  }
  .post-event__body {
    padding: 10px;
  }
  .post-event__body__heading {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 5px;
  }
  .post-event__body__txt {
    display: none;
  }
  .post-event__body__time {
    font-size: 10px;
  }
  .post-event--type1 {
    margin: 0 0 10px;
  }
  .post-event--type1__item {
    width: 49%;
    margin: 0 0 20px;
  }
  .post-event--type1__body {
    background: #F6F6F6;
  }
}

/*----------------------------------------
	post-benefits
----------------------------------------*/
.post-benefits {
  margin: 0 -25px 40px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-benefits__item {
  width: 300px;
  margin: 0 25px 25px;
  position: relative;
}

.post-benefits__item:before {
  position: absolute;
  font-size: 40px;
  left: 5px;
  top: -40px;
  line-height: 1.2;
  font-family: "Bodoni 72 Oldstyle", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  z-index: 2;
}

.post-benefits__item a {
  display: block;
}

.post-benefits__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.post-benefits__thumb {
  margin: 0 0 20px;
}

.post-benefits__thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-benefits__heading {
  font-size: 16px;
  font-weight: bold;
  color: #3c3c3c;
  line-height: 1.5;
  margin: 0 0 15px;
}

.post-benefits__txt {
  line-height: 1.8;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 767px) {
  .post-benefits {
    margin: 0 0 20px;
  }
  .post-benefits__item {
    width: 100%;
    margin: 0 0 38px;
  }
  .post-benefits__item:before {
    position: relative;
    margin-bottom: 10px;
    display: block;
    top: 0;
  }
  .post-benefits__item:nth-child(2) {
    margin-top: 0;
  }
  .post-benefits__item:last-child {
    margin-bottom: 0;
  }
  .post-benefits__thumb {
    margin: 0 0 5px;
    position: relative;
  }
  .post-benefits__thumb:before {
    content: "";
    display: block;
    /*padding-top: calc(100 / 280 * 100%);*/
  }
  .post-benefits__thumb img {
    /*height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
  }
  .post-benefits__heading {
    font-size: 20px;
    margin: 0 0 5px;
  }
  .post-benefits__txt {
    line-height: 1.6;
    padding: 0;
  }
}

/*----------------------------------------
	post-benefits02
----------------------------------------*/
.post-benefits02 {
  margin: 0 -25px 40px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-benefits02__item {
  width: 300px;
  margin: 0 25px;
  position: relative;
}

.post-benefits02__item:before {
  position: absolute;
  font-size: 40px;
  left: 5px;
  top: -7px;
  line-height: 1.2;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  z-index: 2;
}

.post-benefits02__item:nth-child(1):before {
  content: "1";
}

.post-benefits02__item:nth-child(2) {
  margin-top: 50px;
}

.post-benefits02__item:nth-child(2):before {
  content: "2";
}

.post-benefits02__item:nth-child(3):before {
  content: "3";
}

.post-benefits02__item a {
  display: block;
}

.post-benefits02__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.post-benefits02__heading {
  font-size: 18px;
  font-family: "Yu Gothic", YuGothic;
  font-weight: bold;
  color: #3c3c3c;
  padding: 0 0 0 40px;
  margin: 0 0 5px;
}

.post-benefits02__thumb {
  position: relative;
}

.post-benefits02__thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-benefits02__body p {
  position: relative;
  font-family: "Yu Gothic", YuGothic;
  line-height: 1.8;
  background: #fff;
  padding: 15px 0 20px 20px;
  margin: -20px 0 0 40px;
}

@media screen and (max-width: 767px) {
  .post-benefits02 {
    margin: 0 0 20px;
  }
  .post-benefits02__item {
    width: 100%;
    margin: 0 0 25px;
  }
  .post-benefits02__item:nth-child(2) {
    margin: 0 0 25px;
  }
  .post-benefits02__heading {
    font-size: 16px;
  }
  .post-benefits02__thumb {
    margin: 0 0 10px;
    position: relative;
  }
  .post-benefits02__thumb:before {
    content: "";
    display: block;
    padding-top: calc(100 / 280 * 100%);
  }
  .post-benefits02__thumb img {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .post-benefits02__body p {
    padding: 0;
    margin: 0;
  }
}

/*----------------------------------------
	pager-index
----------------------------------------*/
.pager-index {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.pager-index li {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #F6F6F6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pager-index li a,
.pager-index li span,
.pager-index li .current {
  width: 100%;
  height: 100%;
  color: #3C3C3C;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.pager-index li a {
  background: #F6F6F6;
}

.pager-index li a:hover {
  text-decoration: none;
  color: #fff;
  background: #3c3c3c;
}

.pager-index li .current {
  background: #fff;
}

.pager-index .prev,
.pager-index .next {
  position: relative;
}

.pager-index .prev:before,
.pager-index .next:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #3c3c3c;
  border-left: 1px solid #3c3c3c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pager-index .prev:hover:before,
.pager-index .next:hover:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.pager-index .prev:before {
  left: 5px;
  transform: rotate(-45deg);
}

.pager-index .next:before {
  right: 5px;
  transform: rotate(135deg);
}

/*----------------------------------------
	pager-detail
----------------------------------------*/
.pager-detail__list {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.pager-detail__item a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #707070;
  background: #F6F6F6;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.pager-detail__item a:hover {
  color: #F6F6F6;
  background: #707070;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pager-detail__list {
    padding: 0 20px;
  }
}

/*----------------------------------------
	category-label
----------------------------------------*/
.category-label__list {
  margin: 0 0 20px;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.category-label__item a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0 10px 10px;
}

.category-label__item a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .category-label__item a {
    font-size: 14px;
  }
}

/*----------------------------------------
	g-header
----------------------------------------*/
.g-header .global-nav .menu {
  margin: 0 -20px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.g-header .global-nav .menu .menu-item a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic;
  padding: 0;
  margin: 0 15px;
}

.g-header .global-nav .menu .menu-item a:hover {
  opacity: 0.7;
}

.g-header .global-nav .menu .menu-item:last-child {
  margin-left: auto;
}

.g-header .global-nav .menu .menu-item:last-child a {
  height: 44px;
  color: #fff;
  padding: 0 30px;
  background: #3C3C3C;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.g-header .global-nav .menu .menu-item:last-child a span {
  color: #fff;
}

.g-header .global-nav .menu .menu-item:last-child a .in1 {
  font-size: 16px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding-right: 28px;
}

.g-header .global-nav .menu .menu-item:last-child a .in2 {
  font-size: 12px;
  font-weight: normal;
}

.g-header .global-nav .menu .menu-item--logo a {
  display: block;
  width: 100px;
}

.g-header .global-nav .menu .menu-item--logo a img {
  width: 100%;
  height: auto;
}

.g-header .global-nav .menu .current a {
  position: relative;
}

.g-header .global-nav .menu .current a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #3c3c3c;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
}

.g-header--top.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: #FFF;
  z-index: 3;
}

.g-header--underlayer {
  position: fixed;
  width: 100%;
  top: 0;
  background: #FFF;
  padding: 25px 0;
  z-index: 3;
}

@media screen and (max-width: 992px) {
  .responsive-nav {
    display: block !important;
  }
  #responsive-btn {
    right: -40px !important;
  }
}

@media screen and (max-width: 767px) {
  .responsive-nav {
    display: none !important;
  }
  #responsive-btn {
    right: 15px !important;
    background: #F6F6F6 !important;
    border: none !important;
    padding: 8px 0 10px !important;
  }
  #responsive-btn:after {
    content: "MENU";
    position: absolute;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #3c3c3c;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(0.7);
  }
  .login-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 70px;
    margin: auto;
  }
  .login-btn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background: #3C3C3C;
  }
  .login-btn a span {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: bold;
    transform: scale(0.9);
  }
  .login-btn a:hover {
    color: #fff;
    text-decoration: none;
  }
  .head-area {
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .g-header__body {
    position: relative;
    padding: 0 15px;
    margin: 15px 0;
  }
  .g-header__logo {
    margin: 0;
  }
  .g-header__logo a {
    display: block;
    width: 80px;
  }
  .g-header__logo a img {
    width: 100%;
    height: auto;
  }
  .g-header--top {
    position: fixed;
    width: 100%;
    top: 0;
    background: #FFF;
    z-index: 3;
  }
  .g-header--underlayer {
    padding: 0;
  }
  .global-nav .menu .menu-item a span {
    color: #ccc;
  }
}

/*----------------------------------------
	y-header
----------------------------------------*/
.y-header .ybase-nav__list {
  padding: 17px 0;
  margin: 0 -20px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.y-header .ybase-nav__list__item a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #3C3C3C;
  padding: 0;
  margin: 0 20px;
}

.y-header .ybase-nav__list__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.y-header .ybase-nav__list__item:last-child {
  margin-left: auto;
}

.y-header .ybase-nav__list__item:last-child a {
  height: 24px;
  color: #fff;
  padding: 0 10px;
  background: #3C3C3C;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.y-header .ybase-nav__list__item:last-child a span {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  line-height: 1;
  color: #fff;
}

.y-header .ybase-nav__list__item:last-child a .in1 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  padding: 0 10px 0 0;
}

.y-header .ybase-nav__list__item:last-child a .in2 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 30px;
  border-left: 1px solid #fff;
  background: url(../images/_common/icon02.png) no-repeat left 10px center;
  -webkit-background-size: 9px 13px;
  -o-background-size: 9px 13px;
}

.y-header .ybase-nav__list .current a {
  border-bottom: 3px solid #3c3c3c;
}

.y-header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background: #FFF;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .y-header {
    position: fixed;
    width: 100%;
    top: 0;
    background: #FFF;
    z-index: 3;
  }
  .y-header .ybase-nav {
    position: fixed;
    width: 220px;
    height: 100%;
    right: -220px;
    top: 0;
    bottom: 0;
    background: #333 !important;
    z-index: 2;
    transition: .2s;
  }
  .y-header .ybase-nav__list {
    padding: 0;
    margin: 0;
    display: block;
  }
  .y-header .ybase-nav__list__item {
    float: none;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #2f2f2f;
  }
  .y-header .ybase-nav__list__item a {
    font-size: 12px;
    color: #ccc;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
  }
  .y-header .ybase-nav__list__item a:hover {
    opacity: 0.7;
  }
  .y-header .ybase-nav__list__item:last-child a {
    height: auto;
    padding: 10px 20px;
    border-bottom: none;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #333;
  }
  .y-header .ybase-nav__list__item:last-child a span {
    display: inline-block;
    color: #ccc;
  }
  .y-header .ybase-nav__list__item:last-child a .in1 {
    padding: 0;
    margin: 0 0 5px;
  }
  .y-header .ybase-nav__list__item:last-child a .in2 {
    padding: 0;
    border-left: none;
    background: none;
  }
  .y-header .ybase-nav__list .current a {
    border-bottom: none;
  }
  .y-header__body {
    position: relative;
    padding: 0 15px;
    margin: 15px 0;
  }
  .y-header__logo {
    margin: 0;
  }
  .y-header__logo a {
    display: block;
    width: 80px;
  }
  .y-header__logo a img {
    width: 100%;
    height: auto;
  }
  #responsive-btn-orignal {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all .1s;
    border-width: 1px;
    border-style: solid;
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-family: 'genericons';
    right: 15px;
    background: #F6F6F6;
    border: none;
    padding: 8px 0 10px;
  }
  #responsive-btn-orignal:before {
    content: '\f419';
  }
  #responsive-btn-orignal:after {
    content: "MENU";
    position: absolute;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #3c3c3c;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  #responsive-btn-orignal.active:before {
    content: '\f406';
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
.g-footer {
  margin: 0 0 50px;
}

.g-footer .return-top {
  margin: 0 20px 20px;
}

.g-footer .return-top a {
  display: block;
  width: 59px;
  font-size: 12px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #8A8A8A;
  white-space: nowrap;
  padding: 30px 0 0;
  margin-left: auto;
  position: relative;
}

.g-footer .return-top a:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 1px solid #8A8A8A;
  border-left: 1px solid #8A8A8A;
  transform: rotate(45deg);
}

.g-footer .return-top a:hover {
  opacity: 0.7;
}

.g-footer__body {
  height: 200px;
  background: #3C3C3C;
  margin: 0 0 25px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.g-footer__body__main {
  margin: 0 0 35px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.g-footer__body__logo01 {
  width: 148px;
  margin: 0 50px 0 0;
}

.g-footer__body__logo01 img {
  width: 100%;
  height: auto;
}

.g-footer__body__logo02 {
  width: 150px;
  margin: 0;
}

.g-footer__body__logo02 img {
  width: 100%;
  height: auto;
}

.g-footer__body__list {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.g-footer__body__item a {
  color: #fff;
  margin: 0 14px;
  font-family: "Yu Gothic", YuGothic;
  text-decoration: underline;
}

.g-footer__body__item a:hover {
  color: #FFF;
  opacity: 0.7;
}

.g-footer__foot__nav {
  margin: 0 0 25px;
}

.g-footer__foot__list {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.g-footer__foot__item a {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic;
  margin: 0 6px;
  text-decoration: underline;
}

.g-footer__foot__item a:hover {
  opacity: 0.7;
}

.g-footer__foot__copyright {
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

@media screen and (max-width: 767px) {
  .g-footer {
    margin: 0 0 25px;
  }
  .g-footer .return-top {
    display: none;
  }
  .g-footer__body {
    height: auto;
    padding: 20px 5px 15px;
    margin: 0 0 20px;
  }
  .g-footer__body__main {
    margin: 0 0 20px;
  }
  .g-footer__body__logo01 {
    width: 74px;
    margin: 0 50px 0 0;
  }
  .g-footer__body__logo02 {
    width: 75px;
    margin: 0;
  }
  .g-footer__body__nav {
    width: 100%;
  }
  .g-footer__body__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-footer__body__item {
    text-align: center;
  }
  .g-footer__body__item a {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    margin: 0 8px;
  }
  .g-footer__foot__nav {
    margin: 0 0 30px;
  }
  .g-footer__foot__item {
    width: 50%;
    text-align: center;
  }
  .g-footer__foot__item a {
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
  }
  .g-footer__foot__copyright small {
    font-size: 11px;
  }
}

/*----------------------------------------
	sidebar
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
.top-page {
  display: block;
  padding: 80px 0 0;
}

.top-page .block01 {
  margin: 0 0 80px;
}

.top-page .block01__heading {
  text-align: center;
  margin: 0 0 20px;
}

.top-page .block01__heading span {
  display: block;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.8;
}

.top-page .block01__heading .in1 {
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}

.top-page .block01__heading .in2 {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.top-page .block01__txt {
  font-size: 16px;
  line-height: 2.6;
  text-align: center;
}

.top-page .block02 {
  padding: 70px 0 50px;
  margin: 0 0 90px;
  background: #F6F6F6;
}

.top-page .block02__heading {
  font-size: 42px;
  font-family: "Bodoni 72 Oldstyle", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  margin: 0 0 45px;
}

.top-page .block03 {
  margin: 0 0 90px;
}

.top-page .block03__heading {
  text-align: center;
  margin: 0 0 40px;
}

.top-page .block03__heading span {
  display: block;
}

.top-page .block03__heading .in1 {
  font-size: 42px;
  font-family: "Bodoni 72 Oldstyle", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  margin: 0 0 15px;
}

.top-page .block03__heading .in2 {
  font-size: 26px;
  font-weight: normal;
  font-family: "Yu Gothic", YuGothic;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.top-page .block04 {
  margin: 0 0 115px;
}

.top-page .block04__head {
  text-align: center;
}

.top-page .block04__head__heading {
  font-size: 26px;
  font-weight: normal;
  font-family: "Yu Gothic", YuGothic;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 0 18px;
}

.top-page .block04__head__txt {
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 0 0 10px;
}

.top-page .block04__head__arrow {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 0 30px;
  border-bottom: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(45deg);
}

.top-page .block04__head__arrow:hover {
  opacity: 0.7;
}

.top-page .block04__body {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.top-page .block04__body__inner {
  width: 420px;
}

.top-page .block04__body__heading {
  text-align: center;
  margin: 0 0 30px;
}

.top-page .block04__body__heading img {
  height: auto;
}

.top-page .block04__body__txt {
  color: #fff;
  line-height: 1.8;
  font-family: "Yu Gothic", YuGothic;
}

.top-page .block04__body--type1 {
  background-image: url(../images/top/bg01.jpg);
}

.top-page .block04__body--type1__heading img {
  width: 160px;
}

.top-page .block04__body--type1__inner {
  margin-left: auto;
}

.top-page .block04__body--type2 {
  margin: 0 0 20px;
  background-image: url(../images/top/bg02.jpg);
}

.top-page .block04__body--type2__heading img {
  width: 148px;
}

.top-page .block05 {
  margin: 0 0 220px;
}

.top-page .block05__body {
  height: 300px;
  margin: 0 0 30px;
  background: url(../images/top/bg03.jpg) no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.top-page .block05__body__inner {
  width: 420px;
  margin-left: auto;
}

.top-page .block05__body__heading {
  width: 225px;
  margin: 0 auto 20px;
}

.top-page .block05__body__heading img {
  width: 100%;
  height: auto;
}

.top-page .block05__body__lead-txt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  font-family: "Yu Gothic", YuGothic;
  text-align: center;
  margin: 0 0 1.2em;
}

.top-page .block05__body__txt {
  color: #fff;
  line-height: 1.8;
  font-family: "Yu Gothic", YuGothic;
}

/*----------------------------------------
	yakuin-base
----------------------------------------*/
.yakuin-base {
  padding: 80px 0 100px;
  font-family: "Yu Gothic", YuGothic;
}

.yakuin-base .block01 {
  margin: 0 0 100px;
}

.yakuin-base .block01__heading {
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  margin: 0 0 25px;
}

.yakuin-base .block01__heading span {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.yakuin-base .block01__txt {
  font-size: 16px;
  text-align: center;
  line-height: 2.5;
}

.yakuin-base .block02 {
  padding: 0 0 60px;
  margin: 0 0 50px;
  overflow: hidden;
}

.yakuin-base .block02__heading {
  font-size: 42px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  margin: 0 0 40px;
}

.yakuin-base .block02__thumb {
  width: 680px;
  margin: 0 auto;
}

.yakuin-base .block02__thumb img {
  width: 100%;
  height: auto;
}

.yakuin-base .block02__body {
  background: #000;
  position: relative;
}

.yakuin-base .block02__item {
  position: relative;
  background: #000;
}

.yakuin-base .block02__item a:hover {
  opacity: 0.8;
}

.yakuin-base .block02__item__thumb {
  opacity: 0.5;
}

.yakuin-base .block02__item__thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.yakuin-base .block02__item__cat {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  background: #3c3c3c;
  padding: 10px 15px;
}

.yakuin-base .block02__item__info {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
}

.yakuin-base .block02__item__info .date {
  display: inline-block;
  background: #fff;
  padding: 10px 15px;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.yakuin-base .block02__item__info .title {
  font-size: 14px;
  background: #fff;
  padding: 10px 15px;
  margin: 0;
}

.yakuin-base .block02 .active .block02__item__thumb {
  opacity: 1;
}

.yakuin-base .block02 .active .block02__item__cat {
  display: block;
}

.yakuin-base .block02 .active .block02__item__info {
  display: block;
}

.yakuin-base .block02__more-btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -30px;
  margin: auto;
  text-align: right;
}

.yakuin-base .block02__more-btn a {
  font-weight: bold;
  color: #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  position: relative;
}

.yakuin-base .block02__more-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #aaaaaa;
}

.yakuin-base .block02__more-btn a:hover {
  color: #3c3c3c;
  opacity: 0.8;
  text-decoration: none;
}

.yakuin-base .block03__heading {
  text-align: center;
  font-weight: normal;
  margin: 0 0 15px;
}

.yakuin-base .block03__heading span {
  display: block;
}

.yakuin-base .block03__heading .in1 {
  font-size: 42px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  margin: 0 0 20px;
}

.yakuin-base .block03__heading .in2 {
  font-size: 26px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

.yakuin-base .block04 {
  margin: 0 0 100px;
}

.yakuin-base .block04__heading {
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 30px;
}

.yakuin-base .block04__lead-txt {
  font-size: 16px;
  text-align: center;
  line-height: 2.5;
  margin: 0 0 50px;
}

.yakuin-base .block04__body {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.yakuin-base .block04__main {
  width: 300px;
  margin: 0 35px;
}

.yakuin-base .block04__thumb img {
  width: 100%;
  height: auto;
}

.yakuin-base .block04__txt {
  position: relative;
  top: -40px;
  right: 40px;
  line-height: 1.8;
  width: 300px;
  background: #FFF;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.yakuin-base .block05 {
  margin: 0 auto 100px;
}

.yakuin-base .block05__heading {
  font-size: 38px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  margin: 0 0 30px;
}

.yakuin-base .block05 .tab-head {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.yakuin-base .block05 .tab-head__item a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #C4C4C4;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  padding: 0 0 5px;
  margin: 0 35px 10px;
  text-decoration: none;
}

.yakuin-base .block05 .tab-head__item a:hover {
  color: #3C3C3C;
  text-decoration: none;
}

.yakuin-base .block05 .tab-head__item .current {
  color: #3C3C3C;
  position: relative;
}

.yakuin-base .block05 .tab-head__item .current:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 3px;
  background: #3C3C3C;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.yakuin-base .block05 .tab-body__list__item {
  padding: 50px 0 0;
}

.yakuin-base .block05 .tab-body__list__head {
  position: relative;
}

.yakuin-base .block05 .tab-body__list__cat {
  position: absolute;
  top: -25px;
  height: 50px;
  font-size: 18px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  line-height: 50px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  background: #FFF;
  padding: 0 10px 0 0;
}

.yakuin-base .block05 .tab-body__list__thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.yakuin-base .block05 .tab-body__list__menu-list {
  padding: 20px;
}

.yakuin-base .block05 .tab-body__list__menu-item {
  margin: 0 0 20px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.yakuin-base .block05 .tab-body__list__menu-item .name {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.yakuin-base .block05 .tab-body__list__menu-item .price {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  padding: 0 0 0 15px;
}

.yakuin-base .block06 {
  margin: 0 auto 100px;
}

.yakuin-base .block06__heading {
  font-size: 38px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  margin: 0 0 65px;
}

.yakuin-base .block06__item {
  display: flex;
  padding: 0 0 0 60px;
}

.yakuin-base .block06__thumb {
  width: 330px;
}

.yakuin-base .block06__thumb img {
  width: 100%;
  height: auto;
}

.yakuin-base .block06__main {
  position: relative;
  top: -40px;
  left: -40px;
  width: 710px;
}

.yakuin-base .block06__txt {
  line-height: 1.8;
  background: #FFF;
  padding: 15px 20px;
}

.yakuin-base .block06__txt span {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px;
}

.yakuin-base .block06__item--reverse {
  padding: 0 60px 0 0;
  margin: 0 0 100px;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.yakuin-base .block06__item--reverse__main {
  top: auto;
  left: auto;
  right: -40px;
  bottom: -40px;
}

.yakuin-base .block07 {
  margin: 0 0 140px;
}

.yakuin-base .block07__heading {
  font-weight: normal;
  text-align: center;
  margin: 0 0 70px;
}

.yakuin-base .block07__heading span {
  display: block;
}

.yakuin-base .block07__heading .in1 {
  font-size: 42px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  margin: 0 0 20px;
}

.yakuin-base .block07__heading .in2 {
  font-size: 26px;
}

.yakuin-base .block07__list {
  margin: 0 0 120px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.yakuin-base .block07__item {
  width: 33.3333%;
  position: relative;
}

.yakuin-base .block07__thumb {
  width: 200px;
  margin: 0 auto 20px;
}

.yakuin-base .block07__thumb img {
  width: 100%;
  height: auto;
}

.yakuin-base .block07__txt {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.yakuin-base .block07__footer__btn {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.yakuin-base .block07__footer__btn a {
  width: 360px;
  height: 44px;
  background: #3C3C3C;
  margin: 0 0 15px;
  border: 2px solid #3C3C3C;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.yakuin-base .block07__footer__btn a span {
  color: #fff;
}

.yakuin-base .block07__footer__btn a .in1 {
  font-size: 18px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.yakuin-base .block07__footer__btn a .in2 {
  font-size: 12px;
}

.yakuin-base .block07__footer__btn a:hover {
  background: #fff;
  text-decoration: none;
}

.yakuin-base .block07__footer__btn a:hover span {
  font-weight: bold;
  color: #3C3C3C;
}

.yakuin-base .block07__footer__txt {
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

.yakuin-base .block08__heading {
  font-size: 42px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  margin: 0 0 60px;
}

.yakuin-base .block08__body {
  margin: 0 0 20px;
}

.yakuin-base .block08__map {
  width: 100%;
  height: 300px;
}

.yakuin-base .block08__footer {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.yakuin-base .block08__footer__main {
  width: 490px;
}

.yakuin-base .block08__footer__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

.yakuin-base .block08__footer__txt {
  margin: 0 0 20px;
}

.yakuin-base .block08__footer__txt a {
  color: #3c3c3c;
}

/*----------------------------------------
	about
----------------------------------------*/
.about {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 50px 0 200px;
}

.about .block01 {
  margin: 0 auto 50px;
}

.about .block01__heading {
  font-size: 28px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  margin: 0 0 50px;
}

.about .block01__lead-txt {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
  margin: 0 0 50px;
}

.about .block01__txt {
  font-size: 16px;
  line-height: 2;
  margin: 0 auto 50px;
}

.about .block01__thumb img {
  width: 100%;
  height: auto;
}

.about .block02 .heading-h2 {
  margin: 0 auto 20px;
}

.about .block02__body {
  padding: 0 200px 0 30px;
  margin: 0 auto 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
}

.about .block02__body--reverse {
  padding: 0 30px 0 200px;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about .block02__thumb {
  width: 300px;
}

.about .block02__thumb img {
  width: 100%;
  height: auto;
}

.about .block02__main {
  padding: 0 0 0 30px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about .block02__main--reverse {
  padding: 0 30px 0 0;
}

.about .block02__txt {
  font-size: 16px;
  line-height: 2;
}

.about .block02__link {
  padding: 0 0 0 15px;
  position: relative;
}

.about .block02__link:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #3c3c3c;
  border-left: 1px solid #3c3c3c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(135deg);
}

.about .block02__link a {
  color: #3c3c3c;
  padding: 0 0 2px;
  border-bottom: 1px solid #3c3c3c;
}

.about .block02__link a:hover {
  color: #0A6282;
  text-decoration: none;
}

.about .block02__blank a {
  position: relative;
}

.about .block02__blank a:after {
  content: "";
  position: absolute;
  background: url(../images/_common/icon01.png) no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
}

.about .block03__section01 {
  margin: 0 0 50px;
}

.about .block03__section02 {
  margin: 0 0 50px;
}

.about .block03 .table-default {
  margin: 0 0 38px;
}

.about .block03__enclose {
  padding: 20px 25px;
  border: 5px solid #F5F5F5;
}

.about .block03__enclose__txt {
  font-size: 16px;
  line-height: 1.8;
}

.about .block03__enclose__txt strong {
  position: relative;
  top: -5px;
  border-bottom: 7px solid #FFF774;
}

.about .block03__enclose__txt strong span {
  position: relative;
  top: 5px;
}

/*----------------------------------------
	event-index
----------------------------------------*/
.event-index {
  padding: 50px 0 200px;
}

.event-index .block01__heading {
  font-size: 28px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic;
  text-align: center;
  margin: 0 0 50px;
}

/*----------------------------------------
	event-detail
----------------------------------------*/
.event-detail {
  padding: 0 0 200px;
  margin: 94px 0 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.event-detail .article {
  margin: 0 auto 70px;
}

.event-detail .article__header {
  margin: 0 0 25px;
}

.event-detail .article__header__main {
  height: 400px;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.event-detail .article__header__body {
  position: relative;
  height: 100%;
}

.event-detail .article__header__title {
  width: 380px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #EDEDED;
  border-bottom: none;
  padding: 20px 30px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.event-detail .article__header__title span {
  display: block;
}

.event-detail .article__header__title .in1 {
  font-size: 11px;
  color: #707070;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  margin: 0 0 5px;
  letter-spacing: 0.1em;
}

.event-detail .article__header__title .in2 {
  font-size: 28px;
  font-weight: 600;
}

.event-detail .article__header__info-inner {
  width: 380px;
  background: #F6F6F6;
  border: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.event-detail .article__header__info-inner .cat {
  padding: 10px 30px;
  margin: 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.event-detail .article__header__info-inner .date {
  width: 140px;
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid #EDEDED;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

.event-detail .article__body {
  margin: 0 auto 50px;
}

.event-detail .article__body p {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 20px;
}

.event-detail .article__body img {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.event-detail .block01 {
  background: #F6F6F6;
  padding: 60px 0 70px;
}

.event-detail .block01__heading {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 0 40px;
}

/*----------------------------------------
	contact
----------------------------------------*/
.contact {
  padding: 50px 0 200px;
}

.contact .block01__heading {
  font-size: 28px;
  font-weight: bold;
  font-family: "Yu Gothic", YuGothic;
  text-align: center;
  margin: 0 0 50px;
}

.contact .block01__body dl {
  font-family: "Yu Gothic", YuGothic;
  margin: 0 0 18px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contact .block01__body dl dt {
  padding: 20px 0;
}

.contact .block01__body dl dt .in1 {
  display: inline-block;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background: #3C3C3C;
  margin: 0 10px 0 0;
}

.contact .block01__body dl dt .in2 {
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

.contact .block01__body dl dd {
  width: 380px;
  font-size: 16px;
  padding: 10px 0;
}

.contact .block01__body dl dd input,
.contact .block01__body dl dd textarea {
  width: 100%;
  font-size: 16px;
  border: none;
  padding: 15px;
  background: #F1F1F1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact .block01__body dl dd input {
  height: 50px;
}

.contact .block01__body dl dd textarea {
  height: 200px;
}

.contact .block01__body .submit-btn {
  text-align: center;
  margin: 50px 0 0;
}

.contact .block01__body .submit-btn input {
  width: 300px;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  color: #3C3C3C;
  cursor: pointer;
  background: #F6F6F6;
  border: 2px solid #DCDCDC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: .2s;
}

.contact .block01__body .submit-btn input:hover {
  background: #DCDCDC;
}

@media screen and (max-width: 767px) {
  /*----------------------------------------
	index
----------------------------------------*/
  .top-page {
    padding: 0;
  }
  .top-page .block01 {
    padding: 0 10px;
    margin: 0 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-page .block01__heading {
    text-align: center;
    margin: 0 0 20px;
  }
  .top-page .block01__heading span {
    font-size: 19px;
  }
  .top-page .block01__txt {
    font-size: 14px;
    line-height: 2.4;
  }
  .top-page .block02 {
    padding: 25px 5px 28px;
    margin: 0 0 30px;
  }
  .top-page .block02__heading {
    font-size: 33px;
    margin: 0 0 20px;
  }
  .top-page .block03 {
    padding: 0 20px;
    margin: 0 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-page .block03__heading {
    text-align: center;
    margin: 0 0 30px;
  }
  .top-page .block03__heading span {
    display: block;
  }
  .top-page .block03__heading .in1 {
    font-size: 33px;
    margin: 0 0 5px;
  }
  .top-page .block03__heading .in2 {
    font-size: 19px;
  }
  .top-page .block04 {
    margin: 0 0 60px;
  }
  .top-page .block04__head__heading {
    font-size: 20px;
    margin: 0 0 15px;
  }
  .top-page .block04__head__txt {
    font-size: 13px;
    margin: 0 0 50px;
  }
  .top-page .block04__head__arrow {
    display: none;
  }
  .top-page .block04__body {
    height: 205px;
  }
  .top-page .block04__body__inner {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-page .block04__body__heading {
    margin: 0 0 15px;
  }
  .top-page .block04__body__txt {
    font-size: 12px;
    line-height: 1.8;
  }
  .top-page .block04__body--type2 {
    margin: 0 0 23px;
  }
  .top-page .block04__foot {
    padding: 0 15px;
  }
  .top-page .block05 {
    margin: 0 0 50px;
  }
  .top-page .block05__sp-thumb {
    margin: 0 0 10px;
  }
  .top-page .block05__sp-thumb img {
    width: 100%;
    height: auto;
  }
  .top-page .block05__body {
    height: auto;
    background: none;
    margin: 0 0 15px;
  }
  .top-page .block05__body__inner {
    width: 100%;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top-page .block05__body__heading {
    display: none;
  }
  .top-page .block05__body__lead-txt {
    font-size: 16px;
    color: #3C3C3C;
    margin: 0 0 5px;
  }
  .top-page .block05__body__txt {
    font-size: 12px;
    color: #3C3C3C;
  }
  .top-page .block05__foot {
    padding: 0 15px;
  }
  /*----------------------------------------
	yakuin-base
----------------------------------------*/
  .yakuin-base {
    padding: 0 0 50px;
    margin: -72px 0 0;
  }
  .yakuin-base .block01 {
    padding: 92px 20px 0;
    margin: 0;
  }
  .yakuin-base .block01__heading {
    font-size: 22px;
    margin: 0 0 15px;
  }
  .yakuin-base .block01__txt {
    font-size: 14px;
  }
  .yakuin-base .block02 {
    padding: 92px 0 60px;
    margin: 0;
  }
  .yakuin-base .block02__heading {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .yakuin-base .block02__thumb {
    width: 100%;
  }
  .yakuin-base .block02__item__thumb {
    opacity: 1;
  }
  .yakuin-base .block02__item__cat {
    display: block;
  }
  .yakuin-base .block02__item__info {
    display: block;
  }
  .yakuin-base .block02__item__info .date {
    background: rgba(255, 255, 255, 0.8);
  }
  .yakuin-base .block02__item__info .title {
    background: rgba(255, 255, 255, 0.8);
  }
  .yakuin-base .block02__more-btn {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yakuin-base .block03 {
    padding: 92px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yakuin-base .block03__heading .in1 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .yakuin-base .block03__heading .in2 {
    font-size: 14px;
  }
  .yakuin-base .block04 {
    padding: 0 20px;
    margin: 0;
  }
  .yakuin-base .block04__heading {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .yakuin-base .block04__lead-txt {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 25px;
  }
  .yakuin-base .block04__body {
    display: block;
  }
  .yakuin-base .block04__main {
    width: 100%;
    margin: 0 0 30px;
  }
  .yakuin-base .block04__thumb {
    margin: 0 0 10px;
  }
  .yakuin-base .block04__txt {
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
  }
  .yakuin-base .block05 {
    padding: 92px 20px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yakuin-base .block05__heading {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .yakuin-base .block05 .tab-head__item a {
    font-size: 14px;
    margin: 0 5px 10px;
  }
  .yakuin-base .block05 .tab-body__list__item {
    padding: 25px 0 0;
  }
  .yakuin-base .block05 .tab-body__list__menu-list {
    padding: 15px 0;
  }
  .yakuin-base .block05 .tab-body__list__menu-item {
    margin: 0 0 15px;
  }
  .yakuin-base .block06 {
    padding: 92px 20px 0;
    margin: 0 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yakuin-base .block06__heading {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .yakuin-base .block06__item {
    display: block;
    padding: 0;
    margin: 0 0 20px;
  }
  .yakuin-base .block06__thumb {
    width: 100%;
  }
  .yakuin-base .block06__main {
    position: static;
    width: 100%;
  }
  .yakuin-base .block06__txt {
    line-height: 1.8;
    padding: 15px 0;
  }
  .yakuin-base .block06__txt span {
    font-size: 16px;
  }
  .yakuin-base .block06__item--reverse {
    padding: 0;
    margin: 0 0 20px;
  }
  .yakuin-base .block07 {
    margin: 0 0 20px;
  }
  .yakuin-base .block07__heading {
    margin: 0 0 35px;
  }
  .yakuin-base .block07__heading .in1 {
    font-size: 22px;
    margin: 0 0 10px;
  }
  .yakuin-base .block07__heading .in2 {
    font-size: 16px;
  }
  .yakuin-base .block07__list {
    margin: 0 0 60px;
    display: block;
  }
  .yakuin-base .block07__item {
    width: 100%;
    margin: 0 0 25px;
  }
  .yakuin-base .block07__thumb {
    width: 200px;
    margin: 0 auto 10px;
  }
  .yakuin-base .block07__txt {
    position: static;
  }
  .yakuin-base .block07__footer__btn a {
    width: 280px;
    height: auto;
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  .yakuin-base .block07__footer__btn a span {
    display: block;
  }
  .yakuin-base .block07__footer__txt {
    font-size: 12px;
  }
  .yakuin-base .block08 {
    padding: 92px 0 0;
  }
  .yakuin-base .block08__heading {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .yakuin-base .block08__footer {
    display: block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .yakuin-base .block08__footer__main {
    width: 100%;
    margin: 0 0 25px;
  }
  .yakuin-base .block08__footer__heading {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .yakuin-base .block08__footer__txt {
    margin: 0 0 10px;
  }
  /*----------------------------------------
	about
----------------------------------------*/
  .about {
    padding: 25px 0 100px;
  }
  .about .block01 {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about .block01__heading {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .about .block01__lead-txt {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .about .block01__txt {
    font-size: 14px;
    margin: 0 0 30px;
  }
  .about .block02 {
    padding: 0 20px;
  }
  .about .block02__body {
    display: block;
    padding: 0;
    margin: 0 0 30px;
  }
  .about .block02__body--reverse {
    padding: 0;
  }
  .about .block02__thumb {
    width: 100%;
    margin: 0 0 10px;
  }
  .about .block02__main {
    padding: 0;
  }
  .about .block02__main--reverse {
    padding: 0;
  }
  .about .block02__txt {
    font-size: 14px;
  }
  .about .block03 {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .about .block03__section01 {
    margin: 0 0 25px;
  }
  .about .block03__section02 {
    margin: 0 0 25px;
  }
  .about .block03 .table-default {
    margin: 0 0 20px;
  }
  .about .block03__enclose {
    padding: 15px;
  }
  .about .block03__enclose__txt {
    font-size: 14px;
  }
  /*----------------------------------------
	event-index
----------------------------------------*/
  .event-index {
    padding: 25px 0 100px;
  }
  .event-index .block01 {
    padding: 0 5px;
  }
  .event-index .block01__heading {
    font-size: 20px;
    margin: 0 0 30px;
  }
  /*----------------------------------------
	event-detail
----------------------------------------*/
  .event-detail {
    padding: 0 0 100px;
    margin: 72px 0 0;
  }
  .event-detail .article {
    margin: 0 auto 35px;
  }
  .event-detail .article__header {
    margin: 0 0 20px;
  }
  .event-detail .article__header__main {
    height: 200px;
  }
  .event-detail .article__header__title {
    width: 280px;
    padding: 15px;
    left: 20px;
  }
  .event-detail .article__header__title span {
    display: block;
  }
  .event-detail .article__header__title .in2 {
    font-size: 20px;
  }
  .event-detail .article__header__info {
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event-detail .article__header__info-inner {
    width: 280px;
  }
  .event-detail .article__header__info-inner .cat {
    padding: 10px 15px;
  }
  .event-detail .article__header__info-inner .date {
    width: 100px;
  }
  .event-detail .article__body {
    padding: 0 20px;
    margin: 0 auto 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .event-detail .article__body p {
    font-size: 14px;
    line-height: 1.8;
  }
  .event-detail .block01 {
    padding: 30px 5px 35px;
  }
  .event-detail .block01__heading {
    font-size: 20px;
    margin: 0 0 25px;
  }
  /*----------------------------------------
	contact
----------------------------------------*/
  .contact {
    padding: 25px 0 100px;
  }
  .contact .block01 {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contact .block01__heading {
    font-size: 20px;
    margin: 0 0 30px;
  }
  .contact .block01__body dl {
    display: block;
    margin: 0 0 20px;
  }
  .contact .block01__body dl dt {
    padding: 0;
  }
  .contact .block01__body dl dd {
    width: 100%;
    font-size: 14px;
  }
  .contact .block01__body dl dd input,
  .contact .block01__body dl dd textarea {
    font-size: 14px;
  }
  .contact .block01__body .submit-btn {
    margin: 25px 0 0;
  }
  .contact .block01__body .submit-btn input {
    width: 280px;
    height: 60px;
    font-size: 18px;
  }
}

/*----------------------------------------
  plantable
----------------------------------------*/
.plantable {
}
.plantable-h {
  font-size: 16px;
  font-weight: bold;
}
.plantable-table {
  margin-bottom: 35px;
}
.plantable-table table {
  margin-bottom: 15px;
}
.plantable-table th {
  font-size: 12px;
}
.plantable-table th,td {
  padding-top: 4px!important;
  padding-bottom: 4px!important;
}
.plantable-table thead th {
  background-color: #eee;
}
.plantable-table .col_1 {
  width: 23%;
}
.plantable-table .col_2 {
  width: 10%;
}
.plantable-table .col_3 {
  width: 15%;
}
.plantable-table .col_4 {
  width: 27%;
}
.plantable-table .col_5 {
  width: 27%;
}


/* バナーPC版：画面左下固定 */
.fixed-banner {
    position: fixed;
    bottom: 16px;
    left: 16px;
    max-width: 480px;   /* 小さく */
    z-index: 9999;
    width: auto;
    text-align: center;
}

/* バナーコンテナ */
.banner-container {
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 14px;   /* padding縮小 */
    border-radius: 6px;
    max-width: 100%;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
}

/* 画像 */
.banner-image {
    max-width: 180px;   /* 縮小 */
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-right: 14px;
    flex-shrink: 0;
}

/* テキスト部分 */
.banner-text {
    flex: 1;
}

.banner-title {
    font-size: 16px;   /* 18 → 16 */
    margin-bottom: 4px;
    color: #fff;
}

.banner-text-txt {
    font-size: 13px;   /* 15 → 13 */
    line-height: 1.4;
    text-align: left;
    margin-bottom: 8px;
    color: #fff;
}

/* ボタン */
.btn {
    display: inline-block;
    padding: 6px 16px;  /* 小さめ */
    font-size: 14px;   /* 16 → 14 */
    font-weight: bold;
    color: #fff;
    background-color: #907928;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.btn:hover {
    background-color: #999999;
}

/* スマホ対応 */
@media (max-width: 768px) {
    .fixed-banner {
        position: static;
        width: 100%;
        max-width: 100%;
        margin: 12px 0 24px;
        text-align: center;
    }

    .banner-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 8px;
        background-color: rgba(0,0,0,0.6);
        border-radius: 0;
    }

    .banner-image {
        width: 90%;
        max-width: 200px; /* 微縮小 */
        margin: 0 auto 8px;
    }

    .banner-title {
        font-size: 15px;
    }

    .banner-text-txt {
        font-size: 13px;
    }

    .btn {
        display: block;
        width: 80%;
        max-width: 220px;
        margin: 0 auto 8px;
        text-align: center;
        padding: 6px 0;
        font-size: 14px;
    }
}
