@charset "UTF-8";
/* base */
* {
  word-break: break-all; }

body {
  min-width: 1200px;
  background: #FFF;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  color: #333333; }

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

a {
  text-decoration: none;
  font-weight: bold;
  color: #211E1E;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

button {
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

a:hover {
  text-decoration: underline; }

body div.sbox-cen,
.seotext {
  text-align: center;
  font-size: 1.0rem;
  line-height: 1.8;
  font-weight: normal;
  color: #EBEDEF;
  background: #443E3F; }

#wrap {
  overflow: hidden;
  position: relative;
  background: #EBEDEF;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: normal;
  color: #211E1E; }

.tel {
  font-family: 'Frank Ruhl Libre', serif;
  line-height: 0.8;
  font-weight: 300; }

.tel span {
  display: inline-block; }

.tel a {
  font-weight: normal;
  text-decoration: none;
  color: inherit; }

.nopost {
  text-align: center; }
  .index-recruit .nopost {
    color: #fff; }

/* header
------------------------------*/
#header {
  background: none; }

#header .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px; }

#header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#header .text {
  max-width: 400px;
  margin-left: 30px;
  font-size: 1.0rem;
  line-height: 1.4;
  color: #333333;
  font-weight: normal; }

#header .tel {
  color: #333333;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  /*margin-right:10px;*/ }

#header .note {
  color: #000000;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.75; }

/*#header .info {*/
/*max-width: 340px;*/
/*text-align: right;*/
/*font-size: 1.2rem;*/
/*}*/
/*#header .info li{*/
/*display: inline-block;*/
/*}*/
/* nav
------------------------------*/
.gnav {
  position: relative;
  height: 120px; }

.gnav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 120px;
  background: #EBEDEF;
  padding: 0 0 0 +30px; }

@media screen and (min-width: 1201px) {
  .gnav .nav.fixed {
    position: fixed;
    -webkit-box-shadow: 0px 0px 14px -5px #333;
    box-shadow: 0px 0px 14px -5px #333; } }

.gnav .nav .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px; }

.gnav .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px; }

.gnav .nav li {
  margin-left: 40px; }

.gnav .nav li a {
  padding-top: 15px;
  color: #211E1E;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.1em; }

.gnav .nav-list li.on a,
.gnav .nav-list a:hover {
  background: url("../image/icon_nav.png") center top 42px no-repeat; }

.gnav .nav .h-banner {
  margin-left: 40px; }
  .gnav .nav .h-banner.on {
    opacity: 0.8; }

.gnav .nav .h-banner a {
  color: #F9FAFB;
  text-align: center;
  background: #CA021C;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  width: 120px;
  letter-spacing: 0.1em; }

.gnav .nav .h-banner a:hover {
  opacity: 0.8; }

.gnav .nav .h-banner a span {
  padding-top: 50px;
  display: inline-block;
  background: url("../image/icon01.png") top center no-repeat; }

.gnav .nav span {
  display: block;
  cursor: pointer; }

.accordion {
  /*position: relative;*/ }

.gnav .nav ul .accordion .category {
  display: none;
  position: absolute;
  z-index: 100;
  top: calc(100%);
  left: 0;
  text-align: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  height: auto;
  padding: 10px 0px; }

.accordion .category li {
  position: relative;
  display: inline-block; }

.gnav .nav ul .accordion .category a,
.gnav .nav ul .accordion .category span {
  display: block;
  border-radius: 16px;
  color: #006837;
  margin: 0 5px;
  padding: 2px 0 1px;
  width: 120px;
  text-align: center;
  line-height: 2;
  font-size: 1.4rem;
  font-weight: bold;
  background: #fff;
  height: auto;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif; }

.gnav .nav ul .accordion .category a:hover,
.gnav .nav ul .accordion .category span:hover {
  /*background: rgba(255, 255, 255, .8);*/
  /*background: rgba(255, 255, 255, .8);*/
  text-decoration: none;
  opacity: 0.8; }

.gnav .nav ul .accordion .category li.on > a:hover,
.gnav .nav ul .accordion .category li.on > a,
.gnav .nav ul .accordion .category li.on > span {
  text-decoration: none;
  opacity: 1;
  color: #389ED6;
  /* background: none; */ }

.gnav .nav ul .accordion .category .secondary {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: calc(100% + 1px); }

.gnav .nav ul .accordion .category .secondary li.on > a,
.gnav .nav ul .accordion .category .secondary li.on > span {
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: #999; }

/* main
------------------------------*/
.mainimg {
  text-align: center;
  background: #CA021C;
  padding: 33px 0 31px; }

.mainimg h2 {
  font-size: 3.8rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #EBEDEF;
  font-weight: bold; }

/* content
------------------------------*/
.main {
  width: 100%;
  padding: 30px 0 120px; }

.map,
.video {
  position: relative;
  width: 100%;
  height: 350px;
  border: 1px solid #C6C6C6;
  margin-top: 58px; }

.map iframe,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video {
  height: auto;
  padding-top: 56.25%; }

.big {
  font-size: 1.6rem; }

.small {
  font-size: 1.2rem; }

.bold {
  font-weight: bold; }

.button {
  text-align: center;
  margin-top: 13px; }

.button.-back {
  margin-top: 45px; }

.button.-back a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #EBEDEF;
  background: #443E3F;
  width: 200px;
  margin: 0 auto 0 0;
  letter-spacing: 0.05em;
  padding: 11px 0 9px; }

.button a:hover {
  opacity: 0.8; }

.richtext {
  overflow: hidden; }

#wrap .richtext p + p {
  margin-top: 0; }

/* section
------------------------------*/
.section {
  max-width: 1000px;
  margin: 0 auto 78px; }
  .section:last-child {
    margin-bottom: 0; }

.break {
  max-width: 100%;
  margin-bottom: 0; }

.section table {
  width: 100%; }

.section table th,
.section table td {
  border: 2px solid #E1CFD3;
  vertical-align: top;
  letter-spacing: 0.05em;
  background: #fff;
  padding: 21px 30px 20px 27px; }

.section table.mailform-table th,
.section table.mailform-table td {
  padding: 21px 30px 34px 27px; }

.section table th {
  width: 334px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  color: #7A001A;
  /* letter-spacing: 0.05em; */
  background: #E9DBDF; }

.section table.mailform-table th {
  width: 344px;
  color: #211E1E;
  font-weight: normal;
  letter-spacing: 0; }

.section table.mailform-table td {
  padding: 28px 30px 27px 27px; }

.bread {
  text-align: left;
  font-size: 0;
  line-height: 1.2;
  color: #211E1E;
  max-width: 1000px;
  margin: 0 auto 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bread li {
  margin-right: 5px;
  font-size: 1.2rem; }

.bread li + li::before {
  content: '/';
  display: inline-block;
  margin-right: 5px; }

.bread li a {
  font-weight: normal;
  color: #211E1E;
  text-decoration: underline; }

.bread li a:hover {
  text-decoration: none; }

.headding {
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  background: url("../image/icon04.png") center bottom no-repeat;
  margin-bottom: 40px;
  padding: 11px 0 20px; }

.subtitle {
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
  font-weight: bold;
  background: #DEDFE0 url("../image/icon08.png") left 15px top 19px no-repeat;
  color: #211E1E;
  margin-bottom: 30px;
  padding: 10px 0 8px 35px; }

.text p + p {
  margin-top: 30px; }

/* flex
-------------------------------------------- */
.imgleft,
.imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.imgleft .image,
.imgright .image {
  width: 20%;
  text-align: center; }

.imgleft .image div + div,
.imgright .image div + div {
  margin-top: 10px; }

.imgleft .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin-right: 30px; }

.imgright {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.imgright .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 30px; }

.square {
  width: 100%; }

.square + .square {
  margin-top: 10px; }

.square a,
.square span {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  background: #fff;
  padding-top: calc(100% - 4px);
  border: 2px solid #E1CFD3;
  outline: none; }

.square img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .square img.noimage {
    padding: 3px; }

/* pickup
-------------------------------------------- */
.pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%; }

.pickup .article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 23.5%;
  margin-right: 2%; }

.pickup .article:nth-child(4n) {
  margin-right: 0; }

.pickup.slick {
  display: block; }

.pickup.slick .article {
  margin-left: 15px;
  margin-right: 15px; }

.pickup.slick .article:nth-child(4n) {
  margin-right: 15px; }

/* pagebute
------------------------------*/
.page {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.page li {
  margin: 0 5px; }

.page .link_page,
.page .current_page {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  /*border: 1px solid #8B6D69;*/
  color: #211E1E;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }

.page .link_page:hover, .page .current_page {
  background: #CA021C;
  color: #fff; }

.page .link_before,
.page .link_next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px; }

/* slick
------------------------------*/
.slick {
  width: 100%;
  padding: 0 35px;
  margin: 0 auto; }

.slick .slick-prev,
.slick .slick-next {
  z-index: 100;
  top: 105px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.slick .slick-prev {
  left: 0;
  background: url("../image/slick_left_off.jpg") center no-repeat; }

.slick .slick-prev::before {
  content: url("../image/slick_left_on.jpg");
  display: none; }

.slick .slick-prev:hover {
  background-image: url("../image/slick_left_on.jpg"); }

.slick .slick-next {
  right: 0;
  background: url("../image/slick_right_off.jpg") center no-repeat; }

.slick .slick-next::before {
  content: url("../image/slick_right_on.jpg");
  display: none; }

.slick .slick-next:hover {
  background-image: url("../image/slick_right_on.jpg"); }

/* datepicker
------------------------------*/
.ui-datepicker th {
  width: auto; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  cursor: pointer; }

#ui-datepicker-div {
  font-size: 1.4rem; }

/* footer
------------------------------*/
.footer {
  background: #EBEDEF; }

.f-contact {
  background: url("../image/f_bg.jpg") top center no-repeat;
  padding: 63px 0 135px;
  text-align: center; }

.f-contact .title {
  font-family: 'Yesteryear', cursive;
  color: #fff;
  font-size: 12rem;
  -webkit-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  transform: rotate(-13deg); }

.f-contact .button {
  margin-top: 0; }

.f-contact .button a {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #CA021C;
  color: #EBEDEF;
  font-weight: bold;
  font-size: 2rem;
  border: 3px solid #EBEDEF;
  padding: 20px 0 17px;
  width: 460px;
  margin: 0 auto; }

.f-contact .button a span {
  padding: 5px 0 5px 50px;
  background: url("../image/icon05.png") left center no-repeat; }

.f-contact .button a:hover {
  opacity: 0.8; }

.f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 42px 0; }

.footer .nav {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px; }

.footer .nav ul li {
  margin-right: 40px;
  height: 100%; }

.footer .nav ul a {
  display: block;
  height: 100%;
  padding-top: 13px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
  color: #211E1E;
  letter-spacing: 0.1em; }
  .footer .nav ul a:hover {
    text-decoration: none;
    opacity: .8; }

.f-bottom {
  background: #443E3F; }

.f-info {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 25px; }

.f-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.f-info ul li:last-child {
  margin-left: 40px; }

.f-info ul li a {
  font-weight: normal;
  color: #EBEDEF;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding-left: 10px;
  background: url("../image/icon06.png") left center no-repeat; }

.f-info ul li a span {
  padding-right: 12px;
  background: url("../image/icon07.png") right center no-repeat; }

.copyright {
  max-width: 600px;
  display: block;
  font-size: 1rem;
  line-height: 2;
  color: #777171;
  letter-spacing: 0.05em; }

/* pagetop
------------------------------*/
/*.pagetop {*/
/*    position: fixed;*/
/*    z-index: 100;*/
/*    bottom: 80px;*/
/*    right: 20px;*/
/*    opacity: 0;*/
/*    -webkit-transition: opacity .5s;*/
/*    -o-transition: opacity .5s;*/
/*    transition: opacity .5s;*/
/*}*/
/*.pagetop.on {*/
/*    opacity: 1;*/
/*}*/
/*.pagetop.stop {*/
/*    position: absolute;*/
/*}*/
.rightbar {
  position: fixed;
  z-index: 100;
  top: 20%;
  right: 0; }

.rightbar a {
  display: block;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.rightbar.on a {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.modalbox {
  display: none; }

#calendar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 680px;
  background: #FFF;
  border: 3px solid #E8E8E8;
  padding: 27px 37px 37px; }

#calendar .box {
  overflow: hidden; }

#calendar table {
  float: left;
  width: 47%;
  font-size: 1.6rem;
  table-layout: fixed; }

#calendar table:nth-of-type(2) {
  float: right; }

#calendar table caption {
  margin-bottom: 10px;
  font-size: 1.4rem; }

#calendar th,
#calendar td {
  width: auto;
  border: 1px solid #A5A5A5;
  padding: 9px 0 5px;
  text-align: center;
  vertical-align: middle; }

#calendar th {
  background: #F0F0F0;
  font-weight: normal; }

#calendar .holiday {
  background: #606060;
  color: #FFF; }

#calendar .note {
  margin-top: 10px;
  text-align: right;
  font-size: 1.4rem; }

#calendar .note::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #606060;
  border: 1px solid #A5A5A5;
  margin-right: 10px;
  vertical-align: -5px; }

.pattern {
  position: fixed;
  top: 425px;
  left: -5px; }

.pattern li {
  width: 100px;
  margin-bottom: 10px; }

.pattern li a {
  display: inline-block;
  background: #CCC;
  padding: 5px 10px 3px 15px;
  font-weight: normal;
  color: #FFF;
  -webkit-transition: background .3s, -webkit-transform .3s;
  transition: background .3s, -webkit-transform .3s;
  -o-transition: background .3s, transform .3s;
  transition: background .3s, transform .3s;
  transition: background .3s, transform .3s, -webkit-transform .3s; }

.pattern li a:hover,
.pattern li.on a {
  background: #999;
  text-decoration: none;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); }

.wink a:hover {
  -webkit-animation-name: wink;
  animation-name: wink;
  -webkit-animation-duration: .6s;
  animation-duration: .6s; }

.wink img {
  opacity: 1 !important; }

@-webkit-keyframes wink {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@keyframes wink {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

/* news */
.news-box {
  border-top: 1px solid #E1CFD3;
  margin-bottom: 40px; }

.news-box .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #E1CFD3;
  padding: 33px 0 30px; }

.news-box .date {
  margin-right: 25px;
  font-size: 1.4rem;
  color: #CA021C;
  font-weight: bold;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.news-box h4 {
  line-height: 1.625; }

/* anchor-for-call */
a.anchor-for-call,
a.anchor-for-call:hover {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit; }

/* openbox */
.openbox__trigger, .openbox__sub-trigger, .openbox__trigger--hover {
  cursor: pointer; }

.openbox__target {
  overflow: hidden;
  height: 0;
  -webkit-transition: height .4s;
  -o-transition: height .4s;
  transition: height .4s;
  cursor: auto; }

/* openbox */
.hash-link {
  padding-top: 140px;
  margin-top: -140px; }

/* img-left/img-right */
.img-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .img-left__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 40px;
    text-align: center; }
    .img-left__image.-small {
      width: calc(340 / 960 * 100%);
      max-width: 340px; }
    .img-left__image.-medium {
      width: calc(440 / 960 * 100%);
      max-width: 440px; }
    .img-left__image.-large {
      width: calc(640 / 960 * 100%);
      max-width: 640px; }
  .img-left__title {
    margin-bottom: 20px; }
  .img-left__text {
    width: 100%; }

.img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .img-right__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 40px;
    text-align: center; }
    .img-right__image.-small {
      width: calc(340 / 960 * 100%);
      max-width: 340px; }
    .img-right__image.-medium {
      width: calc(440 / 960 * 100%);
      max-width: 440px; }
    .img-right__image.-large {
      width: calc(640 / 960 * 100%);
      max-width: 640px; }
  .img-right__title {
    margin-bottom: 20px; }
  .img-right__text {
    width: 100%; }

/* img-top/img-bottom */
.img-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .img-top__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
    text-align: center; }
    .img-top__image:last-child {
      margin-bottom: 0; }
    .img-top__image.-small {
      width: 50%; }
    .img-top__image.-medium {
      width: 75%; }
    .img-top__image.-large {
      width: 100%; }
  .img-top__title {
    margin-bottom: 20px; }
  .img-top__text {
    width: 100%; }

.img-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .img-bottom__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
    text-align: center; }
    .img-bottom__image:last-child {
      margin-bottom: 0; }
    .img-bottom__image.-small {
      width: 50%; }
    .img-bottom__image.-medium {
      width: 75%; }
    .img-bottom__image.-large {
      width: 100%; }
  .img-bottom__title {
    margin-bottom: 20px; }
  .img-bottom__text {
    width: 100%; }

/* img-list */
.img-list__item {
  margin-bottom: 20px; }
  .img-list__item:last-child {
    margin-bottom: 0; }

/* standard */
.section.-only-heading {
  margin-bottom: 0; }

.standard-container__pager {
  margin-top: 50px; }

.standard-entries__item:not(:last-child) {
  margin-bottom: 50px; }

.standard-entry__title {
  margin-bottom: 30px; }

.standard-entry__subtitle {
  margin-bottom: 20px; }

.standard-entry__text:not(:last-child) {
  margin-bottom: 30px; }

.standard-entry__table:not(:last-child) {
  margin-bottom: 20px; }

.standard-entry__note {
  font-size: 1.2rem; }

.contact-text {
  margin-bottom: 32px; }

/* privacy */
#privacy .headding {
  margin-top: 17px; }

.privacy {
  font-size: 1.4rem;
  line-height: 2.143; }
  .privacy__text {
    margin-bottom: 1em; }
  .privacy__list-item {
    padding-left: .5em;
    margin: 0 0 1em 1.5em;
    list-style: decimal outside; }
    .privacy__list-item:last-child {
      margin-bottom: 0; }
  .privacy__sub-list-item {
    position: relative;
    padding-left: 1em; }
    .privacy__sub-list-item::before {
      content: '・';
      position: absolute;
      top: 0;
      left: 0; }

/* thanks */
.thanks-text {
  text-align: left; }

/*-------- mailform --------*/
.mailform__hide {
  display: none; }

.mailform__req {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #CA021C; }

.mailform__note {
  margin-top: 2px;
  font-size: 1.2rem;
  line-height: 1.4; }

.mailform__button {
  margin-top: 37px;
  text-align: center; }

.mailform-data__item {
  margin-bottom: 30px; }
  .mailform-data__item:last-child {
    margin-bottom: 0; }
  .mailform-data__item.-example {
    margin-bottom: 10px; }
  .mailform-data__item.-text {
    margin-bottom: 7px; }
  .mailform-data__item.-bottom {
    margin-top: -10px; }
  .mailform-data__item .txt {
    padding-left: 5px; }

.mailform-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, .mailform-column {
      display: block; } }

/* form parts */
.form-parts {
  font-size: inherit;
  line-height: 1.2;
  color: inherit;
  letter-spacing: 0; }
  .form-parts.-left {
    margin-right: 10px; }
  .form-parts.-right {
    margin-left: 10px; }
  .form-parts__link {
    text-decoration: underline; }
    .form-parts__link:hover {
      text-decoration: none; }

.form-example {
  font-size: inherit;
  line-height: 1.2;
  color: #211E1E; }

/* input text */
.form-input {
  width: 100%;
  max-width: 100%;
  height: 40px;
  background: #F0F0F0;
  border: none;
  padding: 5px; }
  .form-input.-zipcode {
    max-width: 200px; }
  .form-input.-short {
    max-width: 150px; }
  .form-input.-medium {
    max-width: 400px; }

/* input radio */
.form-radio {
  margin-right: 20px; }
  .form-radio__input {
    display: none; }
    .form-radio__input ~ .form-radio__label {
      display: block;
      padding-left: 25px;
      position: relative;
      cursor: pointer; }
    .form-radio__input ~ .form-radio__label::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 14px;
      height: 14px;
      background: #FFF;
      border: 1px solid #CCC;
      border-radius: 50%;
      margin-top: -8px; }
    .form-radio__input ~ .form-radio__label::after {
      content: '';
      display: none;
      position: absolute;
      top: 50%;
      left: 3px;
      width: 8px;
      height: 8px;
      background: #333;
      border-radius: 50%;
      margin-top: -5px; }
    .form-radio__input:checked ~ .form-radio__label::after {
      display: block; }

/* input checkbox */
.form-check {
  margin-right: 20px; }
  .form-check__input {
    display: none; }
    .form-check__input ~ .form-check__label {
      display: block;
      padding-left: 25px;
      position: relative;
      cursor: pointer; }
    .form-check__input ~ .form-check__label::before {
      content: '';
      position: absolute;
      top: calc(50% - 8px);
      left: 0;
      width: 16px;
      height: 16px;
      background: #FFF;
      border: 1px solid #CCC; }
    .form-check__input ~ .form-check__label::after {
      content: '';
      display: none;
      position: absolute;
      top: calc(50% - 10px);
      left: 4px;
      width: 10px;
      height: 14px;
      border-right: 3px solid #333;
      border-bottom: 3px solid #333;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .form-check__input:checked ~ .form-check__label::before {
      opacity: 0; }
    .form-check__input:checked ~ .form-check__label::after {
      display: block; }

/* select */
.form-select {
  width: 100%;
  max-width: 400px;
  height: 40px;
  background: url("../image/icon_select.png") right center no-repeat;
  background-color: #F0F0F0;
  background-size: 40px;
  border: none;
  padding: 5px;
  margin: 0;
  outline: none;
  vertical-align: bottom;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer; }
  .form-select::-ms-expand {
    display: none; }

/* textarea */
.form-textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  background: #F0F0F0;
  border: none;
  padding: 5px; }

/* placeholder */
:-ms-input-placeholder {
  color: #999; }

::-webkit-input-placeholder {
  color: #999; }

::-ms-input-placeholder {
  color: #999; }

::placeholder {
  color: #999; }

/* send button */
.form-submit {
  border: none;
  outline: none;
  background: #CA021C;
  width: 100%;
  max-width: 460px;
  margin: auto;
  padding: 30px 10px 20px;
  color: #EBEDEF;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 2.0rem;
  font-weight: bold; }
  .form-submit:hover {
    opacity: .8; }
