@charset "UTF-8";
@font-face {
  src: url(../font/SeaweedScript-Regular.ttf);
  font-family: seaweed-script-pro;
}

@font-face {
  src: url(../font/SourceHanSansJP-Regular.otf);
  font-family: source-han-sans-cjk-ja;
}

@font-face {
  src: url(../font/Petersburg-Regular.woff);
  font-family: 'petersburg-web';
}

@font-face {
  src: url(../font/Raleway-VariableFont_wght.ttf);
  font-family: Raleway;
}

@font-face {
  src: url(../font/MonsieurLaDoulaise-Regular.ttf);
  font-family: Monsieur La Doulaise;
}

@font-face {
  src: url(../font/Notera_PersonalUseOnly.ttf);
  font-family: Notera;
}

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

Base Layout

---------------------------------------------------------- */
.section_cmn {
  padding: 0px 0 70px;
  text-align: center;
}

@media print, screen and (min-width: 741px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 760px) {
  .section_cmn {
    padding: 0 0 10%;
  }
  .section_inner {
    padding: 0 5%;
  }
  .flexbox {
    display: flex;
    flex-wrap: wrap;
  }
  .pc {
    display: none !important;
  }
}

ul.slick-dots li {
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
  background: rgba(152, 128, 74, 0.25);
}

ul.slick-dots li.slick-active {
  background: #ADA6A2;
}

ul.slick-dots li button {
  width: 8px;
  height: 8px;
}

/*  tetliタグ
---------------------------------------------------------- */
[id^="ttr"] [data-ttr~=container] {
  z-index: 1000000 !important;
}

/*  btn
---------------------------------------------------------- */
a:hover .more {
  background-color: #333333;
  color: #fff;
}

.btn_more {
  position: relative;
  width: 225px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
}

.btn_more a {
  display: block;
  position: relative;
  border-radius: 4px;
  background: #FFF;
  background: #333333;
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
}

.btn_more a:after {
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.btn_more a:hover {
  background-color: #333333;
  color: #fff;
}

.btn_more .svg-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.btn {
  display: inline-block;
  min-width: 216px;
  height: 42px;
  margin-right: auto;
  margin-left: auto;
}

.btn a {
  display: block;
  position: relative;
  padding: 0px 25px;
  background: #EA7400;
  color: #FFF;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  transition: all .4s;
}

@media screen and (max-width: 760px) {
  .btn {
    width: 80%;
  }
}

/*  wrapInner
---------------------------------------------------------- */
#wrapInner {
  width: 100%;
}

#container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 35px;
}

.Sat .date,
.top .section_calendar_news-box .date {
  color: #002B89;
}

.section_day.Sat h3.tit {
  color: #002B89;
}

.Sun .date,
.top .section_calendar_news-box.section_calendar_news-box_pink .date {
  color: #e8364d;
}

.section_day.Sun h3.tit {
  color: #e8364d;
}

/*  header
---------------------------------------------------------- */
.header {
  z-index: 9000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  background: #FFF;
  transition: 0.5s;
}

.header a {
  text-decoration: none;
}

.header a .sub {
  font-weight: 400;
}

.header .inner {
  margin: 0 auto;
}

.header .logo_box {
  position: relative;
  top: -6px;
  padding: 9px 0;
  float: left;
  font-size: 12px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 12px 3px;
  background: #002B89;
  color: #fff;
  font-size: 11px;
}

.header-link {
  display: flex;
  align-items: center;
}

.header-link ul {
  display: flex;
  margin-right: 10px;
}

.header-link ul li:not(:first-child) {
  margin-left: 12px;
}

.header-tel {
  display: flex;
  align-items: center;
  margin: 0 0 0 25px;
  font-family: source-han-serif-japanese, serif;
  font-size: 18px;
}

.header-tel span {
  font-size: 15px;
}

.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-family: source-han-serif-japanese, serif;
  font-size: 13px;
}

.header-menu .gnav {
  padding: 15px 0 25px;
  color: #002B89;
}

.header-menu .gnav ul {
  display: flex;
  align-items: center;
}

.header-menu .gnav ul li:not(:first-child) {
  margin-left: 20px;
}

.header-menu .gnav ul .btn a {
  padding: 0 20px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  line-height: 36px;
  transition: 0.2s ease-in-out;
}

.header-menu .gnav ul .btn a:hover {
  border-color: #EA7400;
  background: #fff;
  color: #EA7400;
  opacity: 1;
}

.header-menu .gnav ul .btn .svg-icon {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 10px;
  transform: translateY(-50%);
}

.header h1 {
  height: 158px;
}

.header h1 a {
  display: block;
  height: 100%;
  padding: 8px 0 8px 160px;
  overflow: hidden;
  background: url(../img/cmn/flogo.png) 0 0 no-repeat;
  background-size: 150px auto;
  font-size: 15px;
  font-weight: 700;
  text-indent: 115%;
  white-space: nowrap;
}

@media screen and (min-width: 741px) {
  .header .logo_box {
    width: 158px;
  }
  .header h1 {
    width: 158px;
    height: 32px;
  }
  .header h1 a {
    padding: 8px 0;
    background: url(../img/cmn/hlogo.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
}

.header .gnav li.cv {
  width: 214px;
  height: 65px;
  margin-top: -18px;
  margin-left: 12px;
}

.header .gnav li.cv a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 17px 0;
  background: #EA7400;
  color: #FFF;
}

.header .gnav li.cv .sub {
  font-weight: 500;
}

.header .gnav li.cv span.en {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: .8;
}

@media (min-width: 741px) and (max-width: 1160px) {
  .header .gnav li a {
    padding: 1px 6px 0;
  }
}

@media screen and (max-width: 760px) {
  img {
    width: 100%;
  }
  .header {
    display: none;
    position: inherit;
    min-width: 100%;
    height: 81px;
    margin: 0 auto 13px;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
  }
  .header h1 a {
    padding: 0;
    background-image: url(../img/cmn/hlogo_sp.png);
    background-position: left;
    background-size: 120px auto;
  }
  .header .inner {
    width: 92%;
    margin: 0 auto;
  }
  .header-top {
    display: none;
  }
  .header .logo_box {
    z-index: 1;
    position: absolute;
    top: 88px;
    left: 32px;
    padding: 14px 0;
    font-size: 10px;
  }
  .header h1 {
    width: 100%;
    height: 42px;
    margin-top: 0px;
  }
  .header h1 a {
    padding: 8px 0 8px 130px;
    background-size: 120px auto;
    font-size: 12px;
  }
  .header-menu .gnav {
    display: none;
  }
}

/*  h2
*---------------------------------------------------------- */
main {
  padding: 0 0 30px;
}

.wrapper {
  padding: 115px 0 0;
}

@media (max-width: 760px) {
  .wrapper {
    padding: 81px 0 0;
  }
}

.article_h2 {
  margin-top: 55px;
  padding: 0 0 30px;
  text-align: center;
}

.article_h2 h2 {
  font-family: "petersburg-web", serif;
  font-size: 35px;
  font-weight: 100;
  letter-spacing: .05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.article_h2 .lead {
  margin-top: 15px;
  font-family: "petersburg-web", serif;
  font-size: 14px;
}

@media screen and (max-width: 760px) {
  main {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 13%;
  }
  .article_h2 {
    margin-top: 0;
    padding: 5% 0;
    text-align: center;
  }
  .article_h2 h2 {
    font-size: 27px;
  }
}

.anc_box {
  margin-top: -94px;
  padding-top: 94px;
}

@media screen and (max-width: 760px) {
  .anc_box {
    margin-top: -76px;
    padding-top: 76px;
  }
}

.article_h3 {
  padding: 3% 0 4%;
  text-align: center;
}

.article_h3 h3 {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 100;
}

.article_h3 h3::after {
  display: block;
  width: 20%;
  height: 1px;
  margin: 2px auto 10px;
  background-color: #EA7400;
  content: "";
}

@media screen and (max-width: 760px) {
  .article_h3 h3::after {
    margin: 12px auto 10px;
  }
}

/*  section_info
---------------------------------------------------------- */
.section_info {
  text-align: center;
}

.section_info .txt {
  font-family: "petersburg-web", serif;
  line-height: 1.8;
}

/*  section_cv
---------------------------------------------------------- */
.section_cv {
  width: 100%;
  padding: 62px 0;
  background: #f2dad6;
}

.section_cv .inner {
  width: 1050px;
  margin: 0 auto;
  padding: 50px 64px 62px;
  background: #FFF;
}

.section_cv .inner h4 {
  margin-bottom: 5px;
  text-align: center;
}

.section_cv .inner h4 span.icon_contact {
  display: inline-block;
  width: 30px;
  height: 20px;
  margin-right: 10px;
  background: url(../img/cmn/contact.svg) top center no-repeat;
  background-size: 30px auto;
  vertical-align: middle;
}

.section_cv .inner h4 span.en {
  display: inline-block;
  padding-top: 16px;
  font-size: 42px;
  vertical-align: middle;
}

.section_cv .inner .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.section_cv .inner .cv_box {
  display: inline-block;
  width: 560px;
  margin-right: 20px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}

.section_cv .inner .cv_box .catch {
  height: 52px;
  margin-bottom: 14px;
  padding: 10px 0;
  background: #f5e3e0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.section_cv .inner .cv_box .catch span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.section_cv .inner .cv_box .catch em {
  display: inline-block;
  padding: 5px 10px;
  background: #544544;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  vertical-align: middle;
}

.section_cv .inner .cv_box .box {
  display: inline-block;
  width: 48%;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: top;
}

.section_cv .inner .cv_box .box.tel {
  margin-right: 3%;
}

.section_cv .inner .cv_box .box .tit {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}

.section_cv .inner .cv_box .box .tel a {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-size: 32px;
  font-weight: 700;
}

.section_cv .inner .cv_box .box .tel a small {
  font-size: 24px;
}

.section_cv .inner .cv_box .box .btn {
  width: 100%;
  height: 63px;
}

.section_cv .inner .cv_box .box .btn a {
  font-size: 16px;
  font-weight: 700;
  line-height: 63px;
}

.section_cv .inner .ph_box {
  display: inline-block;
  width: 334px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 760px) {
  .section_cv {
    padding: 10% 5%;
  }
  .section_cv .inner {
    width: 100%;
    padding: 8% 5%;
  }
  .section_cv .inner h4 {
    margin-bottom: 0px;
    text-align: center;
  }
  .section_cv .inner h4 span.icon_contact {
    width: 25px;
    height: 18px;
    margin-right: 8px;
    background-size: 25px auto;
  }
  .section_cv .inner h4 span.en {
    padding-top: 16px;
    font-size: 32px;
  }
  .section_cv .inner .lead {
    margin-bottom: 5%;
    font-size: 14px;
  }
  .section_cv .inner .cv_box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5%;
    font-size: 12px;
  }
  .section_cv .inner .cv_box .catch {
    height: 41px;
    margin-bottom: 4%;
    padding: 8px 0;
    font-size: 13px;
  }
  .section_cv .inner .cv_box .catch span {
    margin-right: 6px;
  }
  .section_cv .inner .cv_box .catch em {
    padding: 3px 5px;
    font-size: 12px;
    font-style: normal;
  }
  .section_cv .inner .cv_box .box {
    display: block;
    width: 100%;
    margin-bottom: 4%;
  }
  .section_cv .inner .cv_box .box.tel {
    margin-right: 0;
  }
  .section_cv .inner .cv_box .box .tit {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .section_cv .inner .cv_box .box .tel a {
    font-size: 26px;
  }
  .section_cv .inner .cv_box .box .tel a small {
    font-size: 18px;
  }
  .section_cv .inner .cv_box .txt {
    text-align: center;
  }
  .section_cv .inner .cv_box .box .btn {
    width: 100%;
    height: 50px;
  }
  .section_cv .inner .cv_box .box .btn a {
    font-size: 15px;
    line-height: 50px;
  }
  .section_cv .inner .ph_box {
    width: 100%;
  }
  .section_cv .inner .ph_box .ph {
    margin-bottom: 4%;
  }
}

.btn a {
  font-family: source-han-serif-japanese, serif;
}

/*-------------------------------------------
section_btn
-------------------------------------------*/
.section_btn {
  width: 840px;
  margin: 0 auto;
}

.section_btn li {
  display: inline-block;
  width: 410px;
  height: 75px;
  margin-right: 10px;
  vertical-align: top;
}

.section_btn li:last-child {
  margin-right: 0;
}

.section_btn .btn a {
  display: block;
  position: relative;
  padding: 16px;
  background: #EA7400;
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  font-size: 11px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
}

.section_btn .btn a span {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}

.section_btn .btn a:after {
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.section_btn .btn:nth-child(2) a {
  box-sizing: border-box;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background: #fff;
  color: #333333;
}

.section_btn .btn:nth-child(2) a:after {
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}

.section_btn .btn.cv01 a {
  border-radius: 4px;
  background: #EA7400;
  color: #fff;
}

.section_btn .btn.cv02 a {
  border: none;
  border-radius: 4px;
  background: #002B89;
  color: #fff;
}

.section_btn .btn.btn_contact a {
  background: #002B89;
}

.main_plan .btn:nth-child(2) a:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 760px) {
  .section_btn {
    width: 100%;
  }
  .section_btn li {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
  .section_btn li:last-child {
    margin-right: auto;
  }
}

/*  footer
---------------------------------------------------------- */
a.btn__orange {
  border: 1px solid #EA7400;
  background: #EA7400;
  color: #fff;
}

.svg-icon {
  width: 12px;
  height: 11px;
}

.relative {
  position: relative;
}

.btn__blue {
  border: 1px solid #002B89;
  background: #002B89;
  color: #fff;
}

.footer_cv {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 43, 137, 0.3);
  background: #fff;
  font-family: "petersburg-web", serif;
  text-align: center;
}

.footer_cv .flogo {
  width: 216px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 760px) {
  .footer_cv .flogo {
    width: 60%;
  }
}

.footer_cv .flogo__img {
  width: 100%;
}

.footer_cv .des {
  margin-bottom: 25px;
  color: #002B89;
  font-family: source-han-serif-japanese, serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.footer_cv .btn {
  width: 262px;
  max-width: 100%;
  height: 63px;
}

.footer_cv .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px 10px 15px;
  border: 1px solid #EA7400;
  border-radius: 10px;
  background: #EA7400;
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  font-size: 16px;
  line-height: 28px;
}

@media screen and (max-width: 760px) {
  .footer_cv .btn a {
    border-radius: 7px;
  }
}

.footer_cv .btn .svg-icon {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 7px;
  height: 12px;
  margin-top: -8px;
}

.footer_cv h4 {
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.0;
}

.footer_cv dl {
  display: inline-flex;
  flex-direction: column-reverse;
  margin: 0 7px;
}

.footer_cv dt {
  margin-top: 8px;
  color: #002B89;
  font-family: source-han-serif-japanese, serif;
  font-size: 13px;
  font-weight: 500;
}

.footer_cv .btn.sub a {
  border: 1px solid #002B89;
  background: #002B89;
  color: #fff;
}

.footer_cv .btn.sub a:hover {
  background-color: #fff;
  color: #002B89;
  opacity: 1;
}

.footer_cv a.btn__orange:hover {
  border-color: #ea7400;
  background: #fff !important;
  color: #ea7400;
  opacity: 1;
}

.footer_cv .info_box {
  margin-top: 30px;
  color: #002B89;
  font-weight: 500;
}

.footer_cv .info_box .tel_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 12px;
}

.footer_cv .info_box .tel_box .catch {
  margin: 4px 0 0;
}

.footer_cv .info_box .tel_box p {
  display: inline-block;
  vertical-align: middle;
}

.footer_cv .info_box .tel {
  margin-left: 10px;
  font-family: source-han-serif-japanese, serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.0;
}

.footer_cv .info_box .tel a {
  display: flex;
  align-items: center;
}

.footer_cv .info_box .tel small {
  margin: 0 5px 0 0;
  font-size: .8em;
  text-transform: uppercase;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) {
  .footer_cv .info_box .tel_box .catch {
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 760px) {
  footer.footer {
    margin-bottom: 0;
  }
}

.footer {
  font-weight: 500;
  text-align: center;
}

.footer .sitemap_link {
  display: inline-block;
  margin: 45px auto 0;
}

.footer .sitemap_link ul {
  padding-right: 30px;
  float: left;
  text-align: left;
}

.footer .sitemap_link ul:last-child {
  padding-right: 0;
}

.footer .sitemap_link ul li {
  margin-bottom: 7px;
  font-size: 12px;
}

.footer .sitemap_link ul li a {
  color: #002B89;
}

.footer .sitemap_link ul .sub a::before {
  margin-left: 15px;
  content: "> ";
}

.footer .flogo {
  width: 180px;
  margin: 80px auto 0;
  text-align: center;
}

.footer .flogo img {
  width: 100%;
}

.footer .copy {
  margin-top: 30px;
  padding-bottom: 15px;
  color: #002B89;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer_cv {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer_cv .inner {
    padding-right: 4.5%;
    padding-left: 4.5%;
  }
  .footer_cv dl {
    width: 100%;
    margin: 0 0 12px;
  }
  .footer_cv .btn {
    width: 100%;
    height: 67px;
  }
  .footer_cv .info_box {
    margin-top: 10px;
  }
  .footer_cv .info_box .tel_box {
    flex-direction: column;
  }
  .footer_cv .info_box .tel_box p {
    display: block;
  }
  .footer_cv .info_box .tel {
    margin-top: 7px;
    margin-left: 0;
  }
}

@media screen and (max-width: 760px) {
  .footer .flogo {
    margin: 20px auto;
  }
  .footer .sitemap_link.pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer .sitemap_link {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    grid-column-gap: 0;
    display: block;
    width: 100%;
    padding: 0 5%;
    column-gap: 0;
    column-count: 3;
  }
  .footer .sitemap_link:after {
    display: none;
  }
  .footer .sitemap_link ul {
    width: auto;
    margin-bottom: 30px;
    padding: 0;
    float: none;
    break-inside: avoid;
    page-break-inside: avoid;
    page-break-inside: avoid;
  }
  .footer .copy {
    margin-top: 0;
  }
  .footer_cv .inner {
    padding-right: 5%;
    padding-left: 5%;
  }
  .footer_cv dl {
    margin-bottom: 15px;
  }
}

.bnr_area {
  display: flex;
  justify-content: space-between;
  width: 850px;
  margin: 0 auto 30px;
}

.bnr_area .bnr {
  width: 49%;
}

.bnr_area img {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .bnr_area {
    display: block;
    width: auto;
    margin-bottom: 10%;
    padding: 0 4%;
  }
  .bnr_area .bnr {
    width: 100%;
  }
  .bnr_area .tel {
    width: 100%;
    height: auto;
    margin: 5% auto 6%;
  }
  .bnr_area .tel a {
    width: 100%;
    margin: 0 auto;
    padding: 22px 12px;
    border-radius: 6px;
    line-height: 1.2;
  }
  .bnr_area .tel span {
    display: block;
    padding-bottom: 6px;
    font-size: 6vw;
    letter-spacing: 2px;
    line-height: 1.0;
  }
}

/************************************************

  h_nav

************************************************/
.h_nav {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 9px 0;
  border-top: 7px solid #002B89;
  border-bottom: 1px solid #F1F1F1;
  background: #fff;
}

.h_nav ul {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0 8px;
}

.h_nav li {
  height: 55px;
  float: left;
  background: #fff;
}

.h_nav li:first-child {
  border-right: none;
}

.h_nav li.contact {
  width: 58%;
  margin-right: 2.5vw;
}

@media (min-width: 320px) and (max-width: 375px) {
  .h_nav li.contact .btn {
    min-width: 175px;
  }
}

@media (min-width: 320px) and (max-width: 350px) {
  .h_nav li.contact {
    margin-right: 0;
  }
}

.h_nav li.contact a {
  padding-right: 15px;
  padding-left: 15px;
}

.h_nav li.contact .svg-icon {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
}

.h_nav li.access {
  width: 55px;
}

@media (min-width: 320px) and (max-width: 375px) {
  .h_nav li.access {
    width: 50px;
    margin-right: 1.5vw;
  }
}

@media (min-width: 320px) and (max-width: 360px) {
  .h_nav li.access {
    margin-right: 0;
  }
}

.h_nav li.tel {
  width: 55px;
}

@media (min-width: 320px) and (max-width: 375px) {
  .h_nav li.tel {
    width: 40px;
  }
}

.h_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  font-size: 10px;
  text-align: center;
}

.h_nav li.contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  padding: 9px 0;
  border-radius: 4px;
  background: #ea7400;
  color: #FFF;
  font-family: source-han-serif-japanese, serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.1;
}

.h_nav li.contact .btn {
  width: 100%;
  min-width: 0;
  min-width: initial;
  height: auto;
}

.drawer-header .sr-only {
  top: 13px;
  color: #002B89;
  font-family: "petersburg-web", serif;
  font-size: 11px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .drawer-header .sr-only {
    top: 13px;
    font-size: 10px;
  }
}

.h_nav li.contact a span {
  display: block;
  width: 100%;
  color: #FFF;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  line-height: 1.1;
}

.h_nav li .txt {
  display: block;
  width: 100%;
  color: #002B89;
  font-family: source-han-serif-japanese, serif;
  font-size: 10px;
  letter-spacing: 1px;
}

.h_nav li .ph {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  margin: 0 auto 6px;
  font-size: 26px;
  line-height: 0;
  opacity: .8;
}

.h_nav li .ph::before {
  position: absolute;
  top: 14px;
  left: 0;
  color: #002B89;
  font-size: 24px;
}

/*---------------------------------------------------
カテゴリーアイコン
---------------------------------------------------*/
ul.icons {
  text-align: inherit;
}

ul.icons li {
  display: inline-block;
  width: auto;
  min-width: 100px;
  margin-right: 3px;
  padding: 3px 10px 4px;
  background: #ccc;
  color: #fff;
  font-size: 11px;
  line-height: 1.1em;
  text-align: center;
}

/*  Pan
*---------------------------------------------------------- */
.pan .inner {
  z-index: 2;
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 0;
  font-size: 11px;
}

.pan .inner a {
  color: #000;
  text-decoration: underline;
}

.pan a:hover {
  color: #EC0000;
}

/*  Main
---------------------------------------------------------- */
/*  Table
---------------------------------------------------------- */
.tbl01 {
  width: 100%;
  background-size: cover;
  font-size: 100%;
  text-align: left;
}

.tbl01 th {
  width: 23%;
  padding: 20px;
  border-bottom: 1px solid #FFF;
  background: #ebebf3;
  font-weight: normal;
}

.tbl01 td {
  padding: 20px;
  border-bottom: 1px solid #FFF;
  background: rgba(248, 248, 248, 0.8);
  line-height: 2.0;
  word-break: break-all;
}

.tbl02 {
  width: 100%;
}

.tbl02 th {
  height: 40px;
  padding: 10px 15px;
  border-bottom: 1px dotted #ccc;
  background: #faf0d0;
  font-weight: normal;
  text-align: center;
}

.tbl02 td {
  padding: 10px 15px;
  border-bottom: 1px dotted #ccc;
  background: #fff;
  word-break: break-all;
}

.tbl02 th.un,
.tbl02 td.un {
  border-bottom: none;
}

/*  tabulous
*---------------------------------------------------------- */
/*  tabslet
*---------------------------------------------------------- */
.tabs {
  text-align: center;
  opacity: 1.0;
}

.tabs ul,
.tabs div {
  opacity: 1.0;
}

ul.horizontal {
  margin-bottom: 40px;
  padding: 10px 0 0;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  font-family: source-han-serif-japanese, serif;
  text-align: center;
  opacity: 1.0;
}

ul.horizontal li {
  display: inline-block;
  margin: 0 7px 10px;
  background: #f5f5f5;
  opacity: 1.0;
}

ul.horizontal li a {
  display: block;
  padding: 7px 15px;
  text-align: center;
}

ul.horizontal li a:hover,
ul.horizontal li.active a {
  border-radius: 0;
  background: #002B89;
  color: #FFF;
}

@media screen and (max-width: 760px) {
  ul.horizontal {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5% 5%;
    margin-bottom: 5%;
    padding: 0;
    border: none;
  }
  ul.horizontal li {
    box-sizing: border-box;
    display: block;
    width: 40%;
    margin: 0 5% 15px;
    float: left;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    opacity: 1.0;
  }
  ul.horizontal li:nth-child(2n) {
    border-right: none;
  }
  ul.horizontal li a {
    padding: 12px 5px;
    font-size: 14px;
  }
}

@media screen and (max-width: 760px) and (max-width: 375px) {
  ul.horizontal li a {
    font-size: 3vw;
  }
}

table,
ul ul,
ol ol,
td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

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

/*  Main
*---------------------------------------------------------- */
#main {
  width: 700px;
  margin: 0;
  float: left;
}

/*  Side
*---------------------------------------------------------- */
#side {
  margin: 0;
  float: right;
}

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

Clear Fix

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

@media print, screen and (min-width: 741px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 740px) {
  /************************************************

  Font Style

************************************************/
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  html {
    overflow-x: hidden;
    overflow-y: auto;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.0;
  }
  a {
    text-decoration: none;
  }
  .txt_s {
    margin: 0 0 0 5px;
    color: #808080;
    font-size: 9px;
  }
  /* ---------------------------
  font size
--------------------------- */
  body {
    font-size: 13px;
  }
  .pan {
    display: none;
  }
  /************************************************

  Layout

************************************************/
  body {
    position: relative;
  }
  #wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  #wrapper #wrapInner {
    position: relative;
  }
  #wrapper.open {
    position: fixed;
  }
  #contents {
    background: url(../img/cmn/bg.jpg) repeat;
  }
  /************************************************

  Contents

************************************************/
  #container {
    width: 100%;
    padding: 0px;
  }
}

@media screen and (max-width: 740px) and (min-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 740px) {
  /************************************************

  Main

************************************************/
  .main,
  .index_contents {
    width: auto;
  }
  .main img {
    width: 100%;
  }
  .mv {
    line-height: 0;
  }
  .anchor, .anchor2, .anchor3 {
    margin-bottom: 20px;
  }
  .anchor li a, .anchor2 li a, .anchor3 li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    padding: 10px 0;
    border: 2px solid #d987ad;
    background: #fff none repeat scroll 0 0;
    color: #d987ad;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  /************************************************

  Side

************************************************/
  /**************************************

Common Accordion

**************************************/
  dl.accordion {
    font-size: 100%;
  }
  dl.accordion dt {
    position: relative;
    padding: 8px 20px 8px 5px;
    border-top: 1px solid #B1B1B1;
    border-bottom: 1px solid #FFF;
    background: -moz-linear-gradient(top, #FFF, #E6E6E6);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  }
  dl.accordion dt:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 4px;
    height: 4px;
    margin-top: -5px;
    transform: rotate(135deg);
    border-top: 2px solid #B5A43A;
    border-right: 2px solid #B5A43A;
    content: "";
  }
  dl.accordion dt.open:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 4px;
    height: 4px;
    margin-top: -3px;
    transform: rotate(-45deg);
    border-top: 2px solid #B5A43A;
    border-right: 2px solid #B5A43A;
    content: "";
  }
  dl.accordion dd {
    display: none;
    padding: 10px;
    background: #FFF;
    line-height: 1.5;
  }
  dl.accordion dd p {
    padding: 10px 0px 0px 0px;
  }
  #topcontrol {
    z-index: 10000;
  }
  .gsc-result .gs-title {
    height: 1.4em !important;
  }
  /************************************************

  Clear

************************************************/
  .mnav .box,
  .mnav2 .box,
  .snav ul,
  .contact .unit-a,
  .btm {
    zoom: 1;
  }
  .mnav .box:after,
  .mnav2 .box:after,
  .snav ul:after,
  .contact .unit-a:after,
  .btm:after {
    display: block;
    clear: both;
    overflow: hidden;
    content: '';
  }
}

.text-overflow-row-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 760px) {
  .text-overflow-row-2 {
    max-height: 122px;
  }
}

@media (min-width: 760px) and (max-width: 1330px) {
  .header-top {
    padding: 2px 1vw 3px;
    font-size: 0.8vw;
  }
  .header-logan {
    width: 35%;
  }
  .header-menu {
    font-size: 0.8vw;
    letter-spacing: -1px;
  }
  .header-link ul li:not(:first-child) {
    margin-left: 1vw;
  }
  .header-tel {
    margin: 0px 0 0 1vw;
    font-size: 1.5vw;
  }
  .header-tel span {
    font-size: 1vw;
  }
  .header {
    width: 100%;
    min-width: auto;
  }
  .header .logo_box, .header h1 {
    width: 12vw;
  }
  .header h1 a {
    background-position: center;
    background-size: 100%;
  }
  .header .gnav {
    width: calc(100% - 13vw);
  }
  .header .gnav .btn {
    width: 8vw;
    height: auto;
    margin: 0;
  }
  .header .gnav .btn a {
    padding: 0 5px !important;
    overflow: hidden;
    font-size: 1vw !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header .gnav .btn .svg-icon {
    width: 10px;
    height: 10px;
  }
  .header .gnav li {
    text-align: center;
  }
  .header .gnav ul {
    justify-content: flex-end;
  }
  .header .gnav ul li:not(:first-child) {
    margin-left: 1vw;
  }
}

@media (max-width: 374px) {
  .gallery-title {
    white-space: nowrap;
  }
  .h_nav li.contact a {
    font-size: 3.5vw;
  }
  .social-item {
    margin: 0 5px;
  }
}

.wrap-btn {
  display: flex;
  justify-content: center;
  margin: 20px 0 20px;
}

@media (max-width: 760px) {
  .wrap-btn {
    flex-wrap: wrap;
    margin: 0;
  }
}

.wrap-btn .btn {
  min-width: 400px;
  min-height: 70px;
  margin: 0 10px;
}

@media (max-width: 760px) {
  .wrap-btn .btn {
    width: 100%;
    min-width: auto;
    margin: 0;
    margin: 0 auto;
  }
}

.wrap-btn .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  border-radius: 5px;
}

@media (max-width: 375px) {
  .wrap-btn .btn a {
    font-size: 3.7vw;
  }
}

@media screen and (min-width: 0\0) {
  .wrap-btn .btn a {
    height: 70px;
  }
}

.wrap-btn .svg-icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.wrap-btn .btn.btn-orange a {
  border: 1px solid #EA7400;
  background: #EA7400;
  color: #fff;
}

.wrap-btn .btn.btn-blue a {
  border: 1px solid #002B89;
  background: #002B89;
  color: #fff;
}

.wrap-btn .btn-more {
  margin-top: -20px;
}

@media (max-width: 760px) {
  .wrap-btn .btn-more {
    margin: 20px 0 20px;
  }
}

.wrap-btn .btn-more .icon_more {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}

.wrap-btn .btn-more a {
  position: relative;
  background: #333333;
}

.main_faq .section_faq ul.horizontal {
  border-top: none;
  border-bottom: none;
}

@media screen and (max-width: 760px) {
  .main_faq .section_faq ul.horizontal {
    margin: 0 auto 5%;
  }
  .main_faq .section_faq ul.horizontal li {
    width: 48%;
    margin: 0 1% 2%;
  }
}

.main_system .main_fair .section_fair_cal ul.horizontal {
  border-top: none;
  border-bottom: none;
}

@media screen and (max-width: 760px) {
  .main_system .main_fair ul.horizontal {
    margin: 0 auto 5%;
  }
  .main_system .main_fair ul.horizontal li {
    width: 48%;
  }
  .main_system .main_fair .section_fair_cal ul.horizontal li {
    margin: 0 1% 2%;
  }
  .main_system .main_report .horizontal li:first-child,
  .main_system .main_fair .horizontal li:first-child {
    width: 100%;
  }
}
/*# sourceMappingURL=base_layout.css.map */
