@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/*薄いグレー*/
/*グレーー*/
/*(水色)*/
/*(青)*/
/*(ゴールドグレー*/
/*(ほぼ白)*/
/*(薄い青)*/
/*(薄いオレンジ)*/
/*(ゴールド)*/
/*(水色)*/
/*(モスグリーン)*/
/*(青)*/
/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@import url(https://use.typekit.net/spi1dbn.css);
@import url(https://use.typekit.net/wfy4obm.css);
@import url(https://use.typekit.net/lfx3sbu.css);
@import url(https://use.typekit.net/wgd6zip.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css2?family=Marcellus&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,500,600,700&display=swap);
.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none; }
.zdo_drawer_menu a:visited {
  color: inherit; }
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }
.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
  text-align: center;
  outline: none; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
    width: 49px; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(30deg); }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-30deg); }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
    display: block; }
.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0; }
.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px; }
.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }
.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block; }
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF; }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px; }
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0; }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px; }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px; }

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #276490; }
  .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    background-color: #276490; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 1.8em;
  font-weight: 500;
  letter-spacing: normal;
  color: #858585;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 0.875rem; }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 0.9375rem;
      line-height: 1.8em;
      letter-spacing: normal; } }

.inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto; }

.inner11 {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto; }

.inner12 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

#contents_wrap {
  width: 100%;
  min-width: 100% !important; }

#contents {
  font-size: 100%;
  width: 100%;
  max-width: 1100px; }
  @media only screen and (max-width: 1200px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 1000px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    #contents {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

/*
#side {
	width: 18.75000%;
}
*/
.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfixed table {
  table-layout: fixed; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 641px) and (max-width: 835px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif; }

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  min-width: auto; }

footer#global_footer {
  min-width: auto; }

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%; }
  header#global_header #header-wrap {
    width: 100%; }

#header_logo a {
  padding: 0 !important; }
#header_logo img {
  width: 130px; }
  @media only screen and (max-width: 1000px) {
    #header_logo img {
      width: 120px; } }
@media only screen and (max-width: 835px) {
  #header_logo {
    top: 10px;
    left: 10px; }
    #header_logo img {
      width: 150px; } }

@media screen and (min-width: 836px) {
  #header_logo_sm {
    display: none; } }
@media only screen and (max-width: 835px) {
  #header_logo_sm {
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 10px; }
    #header_logo_sm img {
      width: 100px; } }

.smicon {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .smicon li {
    margin: 0 10px; }
    .smicon li a {
      display: block;
      color: #bb9355;
      margin: 0 auto;
      font-size: 1.5rem; }
      @media (max-width: 1200px) {
        .smicon li a {
          font-size: calc(1.275rem + 0.3vw) ; } }
  @media screen and (max-width: 400px) {
    .smicon div {
      margin: 0 2px; } }
  @media screen and (min-width: 836px) {
    .smicon {
      display: none; } }

.mean-container .mean-push {
  display: none !important; }

#nav-wrap {
  width: 100%;
  padding: 0; }
  @media only screen and (max-width: 835px) {
    #nav-wrap {
      padding: 0; } }

#nav_global {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px; }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li a {
        display: block;
        line-height: 1;
        text-align: center;
        padding: 25px 0;
        text-align: center;
        position: relative;
        text-decoration: none;
        color: #858585;
        font-size: 0.875rem;
        font-weight: 500; }
        #nav_global ul li a span {
          display: block;
          font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          color: #bb9355;
          font-size: 0.8125rem; }
        #nav_global ul li a:hover {
          opacity: 1;
          transition: 0.5s;
          color: #013a8a; }
      #nav_global ul li ul {
        position: absolute;
        background: rgba(252, 248, 240, 0.9);
        margin: auto;
        display: block;
        width: 100%;
        min-width: 150px;
        z-index: 1; }
        #nav_global ul li ul li a {
          padding: 20px 0; }
      @media only screen and (max-width: 835px) {
        #nav_global ul li {
          display: none; } }
  #nav_global .nav_shop a {
    font-family: roboto, sans-serif; }
    #nav_global .nav_shop a i {
      color: #013a8a;
      margin-right: 5px; }

.mean-bar {
  display: none; }

#mainArea {
  position: relative;
  left: 0;
  right: 0; }
  #mainArea #slider img {
    width: 100%; }
  #mainArea .slick-prev, #mainArea .slick-next {
    z-index: 100;
    height: auto !important;
    width: auto !important; }
  #mainArea .slick-prev {
    left: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

.bg_color_wrap0 {
  position: relative;
  padding: 20% 0 !important; }
  @media only screen and (max-width: 640px) {
    .bg_color_wrap0 {
      padding: 40% 0 !important; } }

.bg_color_inr0 {
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background: #013a8a;
  z-index: 0; }

.main_txt {
  position: absolute;
  width: 100%;
  right: 0px;
  left: auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .main_txt img {
    margin: 0 0 0 auto; }
  @media screen and (max-width: 1600px) {
    .main_txt img {
      width: 50%; } }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.mean-container .mean-bar {
  background: #013a8a !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #013a8a !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 0.8em 5% !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*
  background-color: #e9832f !important;*/ }

.mean-container .mean-nav ul li a.mean-expand {
  height: 30px !important; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .mean-container .mean-nav ul li a.mean-expand {
      height: 25px !important; } }

.mean-container .mean-nav ul li li a {
  padding: 0.2em 10% !important; }

.anchor {
  display: block;
  transform: translateY(-100px); }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .anchor {
      transform: translateY(-50px); } }
  @media only screen and (max-width: 640px) {
    .anchor {
      transform: translateY(-30px); } }

.anchor2 {
  display: block;
  transform: translateY(-150px); }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .anchor2 {
      transform: translateY(-100px); } }
  @media only screen and (max-width: 640px) {
    .anchor2 {
      transform: translateY(-100px); } }

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
.clone-nav {
  width: 100% !important;
  max-width: 100% !important;
  position: fixed;
  background: rgba(235, 239, 245, 0.9);
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: .3s;
  transform: translateY(-100%);
  margin-left: 0 !important; }
  .clone-nav #nav_global {
    margin: 5px auto !important; }
  @media only screen and (max-width: 835px) {
    .clone-nav {
      display: none !important; } }

.is-show {
  transform: translateY(0); }

@media screen and (min-width: 836px) {
  .zdo_drawer_menu {
    display: none !important; } }

.zdo_drawer_menu .zdo_drawer_button {
  background: rgba(252, 248, 240, 0.9) !important;
  padding: 0 5px !important;
  width: 50px;
  height: 50px;
  top: 5px !important;
  right: 5px !important; }

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background: #013a8a !important; }

.store_areA {
  padding: 0 10% 5% 10%; }
  .store_areA .h_logo {
    margin: 20px auto 0 auto;
    width: 200px; }
    .store_areA .h_logo a {
      color: #013a8a;
      font-size: 1.125rem;
      font-weight: 600; }
  .store_areA .drawer-icon img {
    display: block;
    margin: 0 auto;
    width: 200px; }
  .store_areA .header-icon-wrap {
    display: flex;
    justify-content: center; }
    .store_areA .header-icon-wrap li {
      width: 30%; }
      .store_areA .header-icon-wrap li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        color: #013a8a;
        background: #bb9355;
        border-radius: 50%; }
        .store_areA .header-icon-wrap li a i {
          padding-right: 0;
          color: #fff; }

.h_tel, .h_cont {
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: #bb9355;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1rem;
  margin-bottom: 10px; }
  .h_tel i, .h_cont i {
    margin-right: 5px; }
  .h_tel a, .h_cont a {
    display: block;
    color: #fff !important;
    font-size: 1rem;
    text-align: center; }

.zdo_drawer_menu .zdo_drawer_nav {
  padding: 30px 20px 10px 20px !important;
  	/*height: 400px;
      overflow: scroll;
  	*/ }

.zdo_drawer_menu a {
  display: block;
  color: #013a8a;
  font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 10px;
  text-align: center; }
  .zdo_drawer_menu a i {
    color: #013a8a;
    padding-right: 5px; }

.zdo_drawer_menu .zdo_drawer_nav li {
  border-bottom: 1px solid #013a8a;
  margin-bottom: 10px !important; }

.zdo_drawer_menu .zdo_drawer_menu_text, .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: none !important; }

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  background: url(../images/top/top_bg1.jpg) no-repeat;
  background-size: cover;
  height: 100%;
  overflow: scroll; }

.zdo_drawer_menu a:visited {
  color: #013a8a; }

#top-button {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 80px;
  height: 50px; }
  #top-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #013a8a;
    color: #fff; }
  @media only screen and (max-width: 640px) {
    #top-button {
      display: none !important; } }

footer#global_footer {
  min-width: auto !important;
  margin-top: 80px; }
  @media only screen and (max-width: 1500px) {
    footer#global_footer {
      margin-top: 60px; } }
  @media only screen and (max-width: 835px) {
    footer#global_footer {
      margin-top: 30px; } }

.TCT-wrap {
  text-align: center;
  background: rgba(1, 58, 138, 0.1);
  background-size: auto;
  padding: 50px 0 !important; }
  @media only screen and (max-width: 835px) {
    .TCT-wrap {
      background-size: 100%; } }
  @media only screen and (max-width: 1000px) {
    .TCT-wrap {
      padding: 40px 0 !important; } }
  @media only screen and (max-width: 835px) {
    .TCT-wrap {
      padding: 30px 0  !important; } }

.TCT-inner {
  max-width: 1000px;
  margin: 0 auto; }

.TCT_title {
  margin-top: 0 !important; }

.footer_wrap {
  background-image: -moz-linear-gradient(89deg, #002f81 0%, #0584c8 100%);
  background-image: -webkit-linear-gradient(89deg, #002f81 0%, #0584c8 100%);
  background-image: -ms-linear-gradient(89deg, #002f81 0%, #0584c8 100%);
  opacity: 0.8; }

.footer_inr {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  color: #fff;
  text-align: left;
  padding: 20px 0; }
  .footer_inr a {
    color: #fff; }
  @media only screen and (max-width: 835px) {
    .footer_inr {
      padding: 10px 0; } }

.footer_nav {
  width: 50%;
  display: flex; }
  .footer_nav > div {
    width: 33.333%; }
    .footer_nav > div ul li a {
      display: block;
      padding-left: 10px;
      line-height: 2.5em; }
    .footer_nav > div ul li:first-child a {
      padding-left: 0;
      position: relative; }
      .footer_nav > div ul li:first-child a:before {
        position: absolute;
        content: '＞';
        font-size: 12px;
        left: -20px;
        top: 0;
        display: block; }
  @media only screen and (max-width: 1200px) {
    .footer_nav {
      width: 100%;
      margin-left: 15px; } }
  @media only screen and (max-width: 1000px) {
    .footer_nav {
      flex-direction: column; }
      .footer_nav > div {
        width: 100%; }
        .footer_nav > div ul li a {
          line-height: 1.8em;
          display: inline-block; } }
  @media only screen and (max-width: 835px) {
    .footer_nav {
      display: none; } }

.footer_info {
  width: 50%;
  display: flex;
  justify-content: flex-end; }
  .footer_info > div, .footer_info address {
    margin: 10px; }
  .footer_info .footer_logo {
    width: 150px; }
  .footer_info .footer_icon {
    width: 160px;
    margin-top: 10px;
    display: flex; }
    .footer_info .footer_icon li {
      width: 20%; }
      .footer_info .footer_icon li a {
        display: block;
        text-align: center; }
        .footer_info .footer_icon li a i {
          font-size: 18px; }
  @media only screen and (max-width: 1200px) {
    .footer_info {
      width: 350px;
      min-width: 350px;
      flex-direction: column;
      margin: 5px; }
      .footer_info address {
        line-height: 1.5em; } }
  @media only screen and (max-width: 835px) {
    .footer_info {
      align-items: center;
      text-align: center;
      margin: 0  auto; } }

#copyright {
  color: #fff !important; }
  #copyright a {
    color: #fff !important; }

.mean-container .mean-push {
  display: none !important; }

.title_03c {
  margin: 40px auto 20px; }
  .title_03c h2 {
    color: #013a8a;
    font-family: "adobe-garamond-pro", serif;
    font-style: italic;
    text-align: left;
    font-size: 1.875rem;
    padding-left: 120px;
    position: relative; }
    @media (max-width: 1200px) {
      .title_03c h2 {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    .title_03c h2:before {
      position: absolute;
      background: #013a8a;
      content: '';
      width: 100px;
      height: 1px;
      top: 50%;
      left: 0; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      .title_03c h2 {
        font-size: 1.5rem;
        margin-bottom: 15px; } }
  @media screen and (min-width: 641px) and (max-width: 835px) and (max-width: 1200px) {
    .title_03c h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

    @media only screen and (max-width: 640px) {
      .title_03c h2 {
        font-size: 1.5rem;
        margin-bottom: 5px;
        padding-left: 0; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .title_03c h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
    @media only screen and (max-width: 640px) {
        .title_03c h2:before {
          top: auto;
          bottom: -10px;
          width: 60px; } }
  @media only screen and (max-width: 835px) {
    .title_03c {
      margin: 30px auto 15px; } }

.title_center_bg1 {
  margin: 40px auto 20px auto; }
  .title_center_bg1 h2 {
    background: rgba(187, 147, 85, 0.3);
    padding: 7px;
    font-weight: 500;
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.5rem;
    color: #013a8a;
    line-height: 1.5em;
    text-align: center; }
    @media (max-width: 1200px) {
      .title_center_bg1 h2 {
        font-size: calc(1.275rem + 0.3vw) ; } }
    .title_center_bg1 h2 span {
      color: #0f4999; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .title_center_bg1 {
      margin: 30px auto 15px auto; }
      .title_center_bg1 h2 {
        font-size: 1.25rem; } }
  @media only screen and (max-width: 640px) {
    .title_center_bg1 {
      margin: 30px auto 15px auto; }
      .title_center_bg1 h2 {
        font-size: 1.125rem; } }

.title_a1 {
  margin: 0 auto 20px; }
  .title_a1 h2, .title_a1 h3 {
    font-size: 1.25rem;
    color: #997f54;
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 500;
    background: white;
    border-left: 4px solid #bb9355;
    border-bottom: 3px solid rgba(204, 204, 204, 0.7);
    padding: 8px 0 8px 10px; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .title_a1 {
      margin: 0 auto 15px; }
      .title_a1 h2, .title_a1 h3 {
        font-size: 1.25rem; } }
  @media only screen and (max-width: 640px) {
    .title_a1 {
      margin: 0 auto 15px; }
      .title_a1 h2, .title_a1 h3 {
        font-size: 1rem; } }

.title_b1 {
  margin: 0  auto 15px; }
  .title_b1 h2, .title_b1 h3, .title_b1 h4 {
    position: relative;
    padding-left: 25px;
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #013a8a;
    border-bottom: dashed 1px #bbbbbb;
    display: flex;
    align-items: center; }
    .title_b1 h2:after, .title_b1 h3:after, .title_b1 h4:after {
      font-family: "Font Awesome 5 Pro";
      content: "\f219";
      /*アイコンのユニコード*/
      font-weight: bold;
      color: #bb9355;
      font-size: 1.25rem;
      position: absolute;
      /*絶対位置*/
      left: 0px;
      /*アイコンの位置*/
      top: 0;
      bottom: 0; }
    @media only screen and (max-width: 835px) {
      .title_b1 h2, .title_b1 h3, .title_b1 h4 {
        font-size: 1.125rem;
        font-weight: bold;
        padding-left: 25px; } }
  @media only screen and (max-width: 835px) {
    .title_b1 {
      margin: 0 auto 15px; } }

.title_center_01a h2, .title_center_01a h3 {
  font-size: 1.5rem;
  color: #013a8a;
  font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .title_center_01a h2, .title_center_01a h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .title_center_01a h2:after, .title_center_01a h3:after {
    position: absolute;
    content: '';
    background: rgba(187, 147, 85, 0.5);
    width: 100px;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }
@media only screen and (max-width: 835px) {
  .title_center_01a h2, .title_center_01a h3 {
    font-size: 1.125rem; } }

.company_flx {
  display: none; }
  .company_flx .box:first-child {
    width: 23% !important;
    margin: 1% !important; }
  .company_flx .box:nth-child(2) {
    width: 73% !important;
    margin: 1% !important; }
  @media only screen and (max-width: 640px) {
    .company_flx {
      flex-direction: column !important; }
      .company_flx .box:first-child, .company_flx .box:nth-child(2) {
        width: 100% !important;
        margin: 0 auto 15px auto; } }

.pick01a {
  background: rgba(187, 147, 85, 0.2);
  padding: 30px;
  font-size: 0.9375rem;
  font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
  .pick01a .profile {
    font-size: 1rem;
    color: #013a8a;
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600;
    margin-top: 10px;
    text-align: right; }
  @media only screen and (max-width: 835px) {
    .pick01a {
      padding: 20px 15px; } }

.business_flx {
  justify-content: center !important; }
  .business_flx .box {
    position: relative;
    padding-top: 40px; }
    .business_flx .box article > h3 {
      display: none; }
    .business_flx .box article img {
      width: 100% !important;
      margin: 0 auto;
      display: block; }
    .business_flx .box article div {
      margin-top: 10px;
      line-height: 1.8em; }
      .business_flx .box article div h3 {
        background: rgba(187, 147, 85, 0.2);
        text-align: center;
        color: #013a8a;
        font-size: 1rem;
        font-weight: 500;
        padding: 5px;
        line-height: 1.5em; }
      .business_flx .box article div .ttl {
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        text-align: center;
        color: #bb9355;
        font-family: "adobe-garamond-pro", serif;
        font-style: italic;
        font-weight: 600;
        font-size: 1.75rem; }
        @media (max-width: 1200px) {
          .business_flx .box article div .ttl {
            font-size: calc(1.3rem + 0.6vw) ; } }

.business_flx2 {
  display: flex;
  justify-content: space-between; }
  .business_flx2 .box {
    overflow: inherit !important; }
    .business_flx2 .box:first-child {
      width: 58%;
      margin: 0 1%; }
    .business_flx2 .box:nth-child(2) {
      width: 38%;
      margin: 0 1%; }
      .business_flx2 .box:nth-child(2) article > h3 {
        display: none; }
  @media only screen and (max-width: 640px) {
    .business_flx2 {
      flex-direction: column !important; }
      .business_flx2 .box:first-child {
        width: 100%;
        margin: 0 auto 15px auto; }
      .business_flx2 .box:nth-child(2) {
        width: 100%;
        margin: 0 auto; } }

.business_flx3 {
  display: flex;
  justify-content: space-between; }
  .business_flx3 .box {
    overflow: inherit !important; }
    .business_flx3 .box:first-child {
      width: 58%;
      margin: 0 1%; }
      .business_flx3 .box:first-child > div .price {
        font-size: 1.25rem;
        color: #333;
        font-weight: 500;
        text-align: right;
        margin: 10px 0; }
      .business_flx3 .box:first-child > div .btn3 a, .business_flx3 .box:first-child > div .btn3_L a {
        margin: 0 auto 0 0; }
        @media only screen and (max-width: 640px) {
          .business_flx3 .box:first-child > div .btn3 a, .business_flx3 .box:first-child > div .btn3_L a {
            margin: 0 auto;
            width: 100% !important;
            max-width: 100%; } }
    .business_flx3 .box:nth-child(2) {
      width: 38%;
      margin: 0 1%; }
      .business_flx3 .box:nth-child(2) article > h3 {
        display: none; }
  @media only screen and (max-width: 640px) {
    .business_flx3 {
      flex-direction: column-reverse !important; }
      .business_flx3 .box:first-child {
        width: 100%;
        margin: 0 auto 15px auto; }
      .business_flx3 .box:nth-child(2) {
        width: 100%;
        margin: 0 auto; } }

.business_flx4 .price {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  text-align: right;
  margin: 10px 0; }

.company_DLa dt {
  align-items: center !important;
  background: rgba(64, 164, 213, 0.1) !important;
  color: #555; }
@media only screen and (max-width: 640px) {
  .company_DLa dl {
    display: block !important; }
    .company_DLa dl dt {
      width: 100% !important;
      border-right: 1px solid #ccc !important; }
    .company_DLa dl dd {
      width: 100% !important; } }

.pick03a {
  background: -moz-linear-gradient(top left, rgba(64, 164, 213, 0.1), rgba(1, 58, 138, 0.1));
  background: -webkit-linear-gradient(top left, rgba(64, 164, 213, 0.1), rgba(1, 58, 138, 0.1));
  background: linear-gradient(to bottom right, rgba(64, 164, 213, 0.1), rgba(1, 58, 138, 0.1));
  padding: 15px; }
  @media only screen and (max-width: 835px) {
    .pick03a {
      padding: 10px; } }

#Local_header2 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 300px 0  !important; }
  @media only screen and (max-width: 1200px) {
    #Local_header2 {
      padding: 250px 0 !important; } }
  @media only screen and (max-width: 1000px) {
    #Local_header2 {
      padding: 200px 0  !important; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    #Local_header2 {
      padding: 150px 0  !important; } }
  @media only screen and (max-width: 640px) {
    #Local_header2 {
      padding: 100px 0  !important; } }

#Local_header_inr1, #Local_header_inr2, #Local_header_inr3, #Local_header_inr4, #Local_header_inr5, #Local_header_inr6 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/bg_water.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    #Local_header_inr1, #Local_header_inr2, #Local_header_inr3, #Local_header_inr4, #Local_header_inr5, #Local_header_inr6 {
      z-index: -1;
      background-attachment: inherit; } }

#Local_header_inr2 {
  background: url(../images/contents/bg_lotion.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    #Local_header_inr2 {
      z-index: -1;
      background-attachment: inherit; } }

#Local_header_inr3 {
  background: url(../images/contents/bg_foundation.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    #Local_header_inr3 {
      z-index: -1;
      background-attachment: inherit; } }

#Local_header_inr4 {
  background: url(../images/contents/bg_vitaminC.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    #Local_header_inr4 {
      z-index: -1;
      background-attachment: inherit; } }

#Local_header_inr5 {
  background: url(../images/contents/bg_carbonated.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    #Local_header_inr5 {
      z-index: -1;
      background-attachment: inherit; } }

#Local_header_inr6 {
  background: url(../images/contents/bg_ultra_red.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    #Local_header_inr6 {
      z-index: -1;
      background-attachment: inherit; } }

.local-keyvisual-title2 h1 {
  font-size: 50px !important;
  font-weight: 600 !important;
  color: #013a8a !important;
  line-height: 1; }
  .local-keyvisual-title2 h1 span {
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 36px !important;
    font-weight: normal; }
@media only screen and (max-width: 835px) {
  .local-keyvisual-title2 h1 {
    font-size: 24px !important; }
    .local-keyvisual-title2 h1 span {
      font-size: 18px !important; } }
@media only screen and (max-width: 640px) {
  .local-keyvisual-title2 h1 {
    font-size: 20px !important; } }

.water_TBL .btn4 a {
  width: 100% !important;
  min-width: 100% !important; }

.bg_color_wrap1 {
  margin: 80px auto 0;
  position: relative;
  padding: 50px 0 !important; }
  @media only screen and (max-width: 1500px) {
    .bg_color_wrap1 {
      margin: 60px auto 0;
      padding: 40px 0 !important; } }
  @media only screen and (max-width: 1000px) {
    .bg_color_wrap1 {
      margin: 5px auto 0;
      padding: 30px 0 !important; } }
  @media only screen and (max-width: 835px) {
    .bg_color_wrap1 {
      margin: 30px auto 0;
      padding: 10px 0  !important; } }

.bg_color_inr1 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: rgba(64, 164, 213, 0.1);
  background-size: cover;
  z-index: -1; }

.bg_img_wrap3 {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 250px 0  !important; }
  @media only screen and (max-width: 1200px) {
    .bg_img_wrap3 {
      padding: 200px 0 !important; } }
  @media only screen and (max-width: 1000px) {
    .bg_img_wrap3 {
      padding: 200px 0  !important; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .bg_img_wrap3 {
      padding: 150px 0  !important; } }
  @media only screen and (max-width: 640px) {
    .bg_img_wrap3 {
      padding: 100px 0  !important; } }

.bg_img_inr3, .bg_img_inr3b, .bg_img_inr3c, .bg_img_inr3d, .bg_img_inr3e, .bg_img_inr3f {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/bg_water2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    .bg_img_inr3, .bg_img_inr3b, .bg_img_inr3c, .bg_img_inr3d, .bg_img_inr3e, .bg_img_inr3f {
      background-attachment: inherit; } }

.bg_img_inr3b {
  background: url(../images/contents/bg_lotion2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    .bg_img_inr3b {
      z-index: -1;
      background-attachment: inherit; } }

.bg_img_inr3c {
  background: url(../images/contents/bg_foundation2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    .bg_img_inr3c {
      z-index: -1;
      background-attachment: inherit; } }

.bg_img_inr3d {
  background: url(../images/contents/bg_vitaminC2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    .bg_img_inr3d {
      z-index: -1;
      background-attachment: inherit; } }

.bg_img_inr3e {
  background: url(../images/contents/bg_carbonated2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    .bg_img_inr3e {
      z-index: -1;
      background-attachment: inherit; } }

.bg_img_inr3f {
  background: url(../images/contents/bg_ultra_red2.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1; }
  @media only screen and (max-width: 835px) {
    .bg_img_inr3f {
      z-index: -1;
      background-attachment: inherit; } }

.water_flx1 .btn4 {
  margin: 5px auto; }
  .water_flx1 .btn4 a {
    height: 45px !important;
    line-height: normal; }
@media screen and (min-width: 641px) and (max-width: 835px) {
  .water_flx1 .box {
    margin: 1% 1% 15px 1% !important; } }
@media only screen and (max-width: 640px) {
  .water_flx1 {
    flex-direction: column !important; }
    .water_flx1 .box {
      width: 100%   !important;
      margin: 0  auto 15px  auto !important; } }

.anc_btn ul {
  display: flex;
  flex-wrap: wrap; }
  .anc_btn ul li {
    width: 18%;
    margin: 1%; }
    .anc_btn ul li a {
      font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      text-align: center;
      position: relative;
      z-index: 2;
      background: #013a8a;
      border-radius: 10px;
      transition: all .5s;
      display: block;
      margin: 0 auto;
      width: 100%;
      padding: 10px;
      color: #fff; }
      .anc_btn ul li a:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f054";
        /*アイコンのユニコード*/
        position: absolute;
        /*絶対位置*/
        right: 10px;
        /*アイコンの位置*/
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center; }
      .anc_btn ul li a:hover {
        opacity: 1 !important;
        background-color: #cc9947; }
        .anc_btn ul li a:hover:after {
          transform: translate(3px, 0);
          transition: 0.5s; }
@media only screen and (max-width: 1000px) {
  .anc_btn ul li {
    width: 31.333%; } }
@media only screen and (max-width: 835px) {
  .anc_btn ul li {
    width: 48%; }
    .anc_btn ul li a {
      padding: 10px; } }
@media screen and (max-width: 350px) {
  .anc_btn ul {
    flex-direction: column; }
    .anc_btn ul li {
      width: 100%;
      margin: 0 auto 15px; } }

.local_insta .sns_list {
  border: none; }
  .local_insta .sns_list .sns_text {
    font-size: 1.1em; }
    .local_insta .sns_list .sns_text .sns_date {
      background: rgba(187, 147, 85, 0.2);
      color: #013a8a;
      font-weight: 500;
      padding: 5px; }
    .local_insta .sns_list .sns_text .caption {
      margin: 10px 0; }

.title_01 {
  margin: 80px auto 0 auto; }
  .title_01 h1 {
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #013a8a;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 1.5em; }
    @media (max-width: 1200px) {
      .title_01 h1 {
        font-size: calc(1.35rem + 1.2vw) ; } }
    @media only screen and (max-width: 1200px) {
      .title_01 h1 {
        font-size: 1.875rem; } }
  @media only screen and (max-width: 1200px) and (max-width: 1200px) {
    .title_01 h1 {
      font-size: calc(1.3125rem + 0.75vw) ; } }

    @media screen and (min-width: 641px) and (max-width: 835px) {
      .title_01 h1 {
        font-size: 1.5rem; } }
  @media screen and (min-width: 641px) and (max-width: 835px) and (max-width: 1200px) {
    .title_01 h1 {
      font-size: calc(1.275rem + 0.3vw) ; } }

    @media only screen and (max-width: 640px) {
      .title_01 h1 {
        font-size: 1.125rem; } }
    @media screen and (max-width: 350px) {
      .title_01 h1 br {
        display: none; } }
  @media only screen and (max-width: 1000px) {
    .title_01 {
      margin: 50px auto 0 auto; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .title_01 {
      margin: 40px auto 0 auto; } }
  @media only screen and (max-width: 640px) {
    .title_01 {
      margin: 30px auto 0 auto; } }

.title_02 h2 {
  color: #013a8a;
  font-size: 1.125rem;
  text-align: center; }

.title_03, .TCT_title {
  margin: 80px auto 20px auto; }
  .title_03 h2, .TCT_title h2 {
    font-family: "adobe-garamond-pro", serif;
    font-style: italic;
    font-weight: 600;
    color: #013a8a;
    font-size: 2.5rem; }
    @media (max-width: 1200px) {
      .title_03 h2, .TCT_title h2 {
        font-size: calc(1.375rem + 1.5vw) ; } }
    .title_03 h2 span, .TCT_title h2 span {
      margin-top: 5px;
      display: block;
      color: #858585;
      font-weight: normal;
      font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1rem; }
  @media only screen and (max-width: 1200px) {
    .title_03 h2, .TCT_title h2 {
      font-size: 2.25rem; } }
  @media only screen and (max-width: 1200px) and (max-width: 1200px) {
    .title_03 h2, .TCT_title h2 {
      font-size: calc(1.35rem + 1.2vw) ; } }

  @media only screen and (max-width: 1000px) {
    .title_03, .TCT_title {
      margin: 50px auto 20px auto; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .title_03, .TCT_title {
      margin: 40px auto 15px auto; }
      .title_03 h2, .TCT_title h2 {
        font-size: 1.875rem; } }
    @media screen and (min-width: 641px) and (max-width: 835px) and (max-width: 1200px) {
      .title_03 h2, .TCT_title h2 {
        font-size: calc(1.3125rem + 0.75vw) ; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
        .title_03 h2 span, .TCT_title h2 span {
          font-size: 0.875rem; } }
  @media only screen and (max-width: 640px) {
    .title_03, .TCT_title {
      margin: 30px auto 15px auto; }
      .title_03 h2, .TCT_title h2 {
        font-size: 2.25rem; } }
    @media only screen and (max-width: 640px) and (max-width: 1200px) {
      .title_03 h2, .TCT_title h2 {
        font-size: calc(1.35rem + 1.2vw) ; } }
  @media only screen and (max-width: 640px) {
        .title_03 h2 span, .TCT_title h2 span {
          font-size: 0.875rem; } }

.title_04 h3 {
  margin: 0 auto 20px auto;
  color: #013a8a;
  font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 800;
  font-size: 2rem; }
  @media (max-width: 1200px) {
    .title_04 h3 {
      font-size: calc(1.325rem + 0.9vw) ; } }
  .title_04 h3 span {
    font-size: 1.25rem;
    font-weight: normal;
    display: block;
    margin-bottom: 5px; }
  @media only screen and (max-width: 1200px) {
    .title_04 h3 {
      font-size: 1.75rem; } }
  @media only screen and (max-width: 1200px) and (max-width: 1200px) {
    .title_04 h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }
  @media only screen and (max-width: 1200px) {
      .title_04 h3 span {
        font-size: 1.125rem; } }
  @media only screen and (max-width: 835px) {
    .title_04 h3 {
      margin: 0 auto 10px auto;
      font-size: 1.5rem; } }
  @media only screen and (max-width: 835px) and (max-width: 1200px) {
    .title_04 h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  @media only screen and (max-width: 835px) {
      .title_04 h3 span {
        font-size: 1rem;
        margin-bottom: 0; } }

.title_05 h4 {
  margin: 20px auto 10px auto;
  color: #555;
  font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .title_05 h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .title_05 h4 i {
    color: #bb9355;
    margin-right: 5px; }
  @media only screen and (max-width: 835px) {
    .title_05 h4 {
      margin: 15px auto 0px auto;
      font-size: 1.25rem; } }

.cont_01 .box {
  background: #fcf8f0;
  border: 1px solid #ccc;
  padding: 0 20px; }
  .cont_01 .box h2 {
    margin: 20px auto; }
  .cont_01 .box a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-top: 1px solid #ccc; }
    .cont_01 .box a img {
      width: 50px !important;
      margin-right: 10px; }
  .cont_01 .box:first-child a {
    font-family: "Century Gothic", sans-serif;
    font-size: 1.75rem;
    color: #013a8a; }
    @media (max-width: 1200px) {
      .cont_01 .box:first-child a {
        font-size: calc(1.3rem + 0.6vw) ; } }
  .cont_01 .box:nth-child(2) a {
    font-family: roboto, sans-serif;
    font-size: 1.875rem; }
    @media (max-width: 1200px) {
      .cont_01 .box:nth-child(2) a {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    .cont_01 .box:nth-child(2) a:hover {
      color: #013a8a;
      transition: 0.5s; }
@media only screen and (max-width: 835px) {
  .cont_01 .box {
    padding: 10px; }
    .cont_01 .box h2 {
      margin: 10px auto; }
    .cont_01 .box a {
      padding: 10px 0; }
      .cont_01 .box a img {
        width: 30px !important; }
    .cont_01 .box:first-child a, .cont_01 .box:nth-child(2) a {
      font-size: 1.25rem; } }

.bg_img_wrap1 {
  position: relative;
  padding: 80px 0 !important; }
  @media only screen and (max-width: 1500px) {
    .bg_img_wrap1 {
      padding: 60px 0 !important; } }
  @media only screen and (max-width: 1000px) {
    .bg_img_wrap1 {
      padding: 50px 0 !important; } }
  @media only screen and (max-width: 835px) {
    .bg_img_wrap1 {
      padding: 30px 0  !important; } }

.bg_img_inr1 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/top/top_bg1.jpg) no-repeat;
  background-size: cover;
  z-index: -1; }

.cont_02 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }
  .cont_02 .box:first-child {
    width: 50%;
    min-width: 530px; }
    @media only screen and (max-width: 1200px) {
      .cont_02 .box:first-child {
        background: rgba(255, 255, 255, 0.5);
        padding: 10px; } }
  .cont_02 .box:nth-child(2) {
    position: absolute;
    margin: 0 0 0 auto;
    z-index: -1;
    width: 50%;
    right: 0; }
  @media only screen and (max-width: 835px) {
    .cont_02 {
      padding-bottom: 50px; }
      .cont_02 .box:nth-child(2) {
        bottom: 0;
        width: 70%; } }
  @media only screen and (max-width: 640px) {
    .cont_02 {
      padding-bottom: 150px; }
      .cont_02 .box:first-child {
        min-width: 100%;
        width: 70%;
        background: none; } }

.bg_img_wrap2 {
  position: relative;
  padding: 80px 0 !important; }
  @media only screen and (max-width: 1500px) {
    .bg_img_wrap2 {
      padding: 60px 0 !important; } }
  @media only screen and (max-width: 1000px) {
    .bg_img_wrap2 {
      padding: 50px 0 !important; } }
  @media only screen and (max-width: 835px) {
    .bg_img_wrap2 {
      padding: 30px 0  !important; } }

.bg_img_inr2 {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/top/top_bg02.jpg) no-repeat;
  background-size: cover;
  z-index: -1; }

.cont_03 {
  margin-top: 40px; }
  .cont_03 .box {
    background: #fcf8f0;
    box-shadow: 0px 5px 15px 0px rgba(128, 125, 125, 0.15);
    border-radius: 5px;
    border: 1px solid #e2e2e2; }
    .cont_03 .box article > h3 {
      display: none; }
    .cont_03 .box article > div {
      padding: 20px 30px;
      line-height: 1.8em;
      font-size: 0.8125rem; }
      .cont_03 .box article > div h3 {
        line-height: 1;
        color: #bb9355;
        font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 10px; }
        @media (max-width: 1200px) {
          .cont_03 .box article > div h3 {
            font-size: calc(1.275rem + 0.3vw) ; } }
        @media only screen and (max-width: 1000px) {
          .cont_03 .box article > div h3 {
            font-size: 1.25rem; } }
      .cont_03 .box article > div .btn4 {
        margin-top: 10px; }
        .cont_03 .box article > div .btn4 a {
          min-width: 100% !important; }
      @media only screen and (max-width: 835px) {
        .cont_03 .box article > div {
          padding: 15px; } }
  @media only screen and (max-width: 835px) {
    .cont_03 {
      margin-top: 30px; } }

.cont_03b {
  margin: 2% 1% 80px 1%;
  background: #fcf8f0;
  box-shadow: 0px 5px 15px 0px rgba(128, 125, 125, 0.15);
  border-radius: 5px 0 0 5px;
  border: 1px solid #e2e2e2;
  display: flex; }
  .cont_03b .box:first-child {
    width: 40%; }
    .cont_03b .box:first-child img {
      height: 100% !important;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .cont_03b .box:nth-child(2) {
    width: 60%; }
    .cont_03b .box:nth-child(2) > div {
      padding: 20px 30px;
      line-height: 1.8em;
      font-size: 0.8125rem; }
      .cont_03b .box:nth-child(2) > div h3 {
        line-height: 1;
        color: #bb9355;
        font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-weight: bold;
        font-size: 1.75rem;
        margin-bottom: 10px; }
        @media (max-width: 1200px) {
          .cont_03b .box:nth-child(2) > div h3 {
            font-size: calc(1.3rem + 0.6vw) ; } }
        @media only screen and (max-width: 1000px) {
          .cont_03b .box:nth-child(2) > div h3 {
            font-size: 1.5rem; } }
  @media only screen and (max-width: 1000px) and (max-width: 1200px) {
    .cont_03b .box:nth-child(2) > div h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }

      .cont_03b .box:nth-child(2) > div .btn4 {
        margin-top: 10px; }
        .cont_03b .box:nth-child(2) > div .btn4 a {
          margin: 0 auto 0 0; }
      @media only screen and (max-width: 835px) {
        .cont_03b .box:nth-child(2) > div {
          padding: 15px; }
          .cont_03b .box:nth-child(2) > div h3 {
            font-size: 1.25rem; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .cont_03b {
      margin: 2% 1% 40px 1%; }
      .cont_03b .box:first-child {
        width: 30%; }
      .cont_03b .box:nth-child(2) {
        width: 70%; } }
  @media only screen and (max-width: 640px) {
    .cont_03b {
      margin: 15px auto 30px auto;
      flex-direction: column; }
      .cont_03b .box:first-child {
        width: 100%; }
        .cont_03b .box:first-child img {
          width: 100%   !important; }
      .cont_03b .box:nth-child(2) {
        width: 100%; }
        .cont_03b .box:nth-child(2) .btn4 a {
          min-width: 100% !important; } }

.cont_04 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1; }
  .cont_04 .box:nth-child(2) {
    width: 50%;
    min-width: 530px;
    margin: 0 0 0 auto;
    padding: 0 0 0 25px; }
    @media only screen and (max-width: 1200px) {
      .cont_04 .box:nth-child(2) {
        background: rgba(255, 255, 255, 0.5);
        padding: 10px; } }
  .cont_04 .box:first-child {
    position: absolute;
    margin: 0 auto 0 0;
    z-index: -1;
    width: 50%;
    left: 0; }
  @media only screen and (max-width: 835px) {
    .cont_04 {
      padding-bottom: 50px; }
      .cont_04 .box:first-child {
        bottom: 0;
        width: 70%; } }
  @media only screen and (max-width: 640px) {
    .cont_04 {
      padding-bottom: 150px; }
      .cont_04 .box:first-child {
        left: auto;
        right: 0; }
      .cont_04 .box:nth-child(2) {
        min-width: 100%;
        width: 70%;
        background: none; } }

.top_bnr {
  margin: 50px auto; }
  .top_bnr a img.imgL {
    margin-right: 0; }
  .top_bnr a:hover {
    opacity: 1; }
    .top_bnr a:hover img {
      transition: 0.5s;
      border: 1px solid #e2e2e2;
      box-shadow: 0 6px 12px rgba(0, 49, 114, 0.2); }
  @media only screen and (max-width: 835px) {
    .top_bnr {
      margin: 30px auto; } }

@media only screen and (max-width: 835px) {
  .cont_07 .box:first-child {
    margin-bottom: 30px !important; } }

.news_wrap {
  border: 1px solid #ccc;
  height: 350px;
  padding: 25px; }
  @media only screen and (max-width: 835px) {
    .news_wrap {
      height: 340px;
      padding: 20px 10px; } }

.news {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 300px;
  overflow-y: auto;
  line-height: 1.5; }
  .news dt {
    color: #333;
    font-weight: bold;
    font-family: "adobe-garamond-pro", serif;
    font-style: italic;
    font-size: 1rem; }
  .news dl {
    border: none !important;
    border-bottom: 1px dashed #ccc !important;
    padding: 10px 0;
    display: block !important; }
    .news dl dt {
      border: none !important;
      background: none !important;
      padding: 5px 8px !important; }
    .news dl dd {
      border: none !important;
      width: 100% !important;
      background: none !important;
      padding: 5px 8px !important; }
  @media only screen and (max-width: 835px) {
    .news {
      padding: 10px; } }

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms; }

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms; }

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-top2 {
  opacity: 0.4;
  transform: translate(0, -50px);
  transition: all 1500ms; }

.slide-top2.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-right {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 2500ms; }

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 2500ms; }

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-left2 {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1000ms; }

.slide-left2.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

#Local_header {
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 80px 0  !important; }
  @media only screen and (max-width: 1200px) {
    #Local_header {
      padding: 70px 0 !important; } }
  @media only screen and (max-width: 1000px) {
    #Local_header {
      padding: 60px 0  !important; } }
  @media only screen and (max-width: 835px) {
    #Local_header {
      padding: 50px 0  !important; } }

#Local_header_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/top/top_bg1.jpg) no-repeat;
  background-size: cover;
  z-index: -1; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    #Local_header_inr {
      background-size: 100%; } }
  @media only screen and (max-width: 640px) {
    #Local_header_inr {
      background-size: 100%; } }

#local-keyvisual-title h1 {
  display: flex;
  flex-direction: column-reverse;
  color: #858585;
  text-align: center;
  font-weight: normal;
  font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem; }
  #local-keyvisual-title h1 span {
    font-family: "adobe-garamond-pro", serif;
    font-style: italic;
    font-weight: 600;
    color: #013a8a;
    font-size: 3rem;
    margin-bottom: 10px; }
    @media (max-width: 1200px) {
      #local-keyvisual-title h1 span {
        font-size: calc(1.425rem + 2.1vw) ; } }
@media only screen and (max-width: 835px) {
  #local-keyvisual-title h1 {
    font-size: 1rem; }
    #local-keyvisual-title h1 span {
      font-size: 2.5rem; } }
    @media only screen and (max-width: 835px) and (max-width: 1200px) {
      #local-keyvisual-title h1 span {
        font-size: calc(1.375rem + 1.5vw) ; } }

.title_a {
  margin: 40px auto 20px; }
  .title_a h2, .title_a h3 {
    font-size: 1.5rem;
    color: #013a8a;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    background: rgba(235, 239, 245, 0.2);
    border-left: 5px solid #013a8a;
    border-bottom: 3px solid rgba(204, 204, 204, 0.7);
    padding: 8px 0 8px 10px; }
    @media (max-width: 1200px) {
      .title_a h2, .title_a h3 {
        font-size: calc(1.275rem + 0.3vw) ; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .title_a {
      margin: 30px auto 15px; }
      .title_a h2, .title_a h3 {
        font-size: 1.25rem; } }
  @media only screen and (max-width: 640px) {
    .title_a {
      margin: 30px auto 15px; }
      .title_a h2, .title_a h3 {
        font-size: 1.125rem; } }

.title_b {
  margin: 40px auto 20px; }
  .title_b h2, .title_b h3, .title_b h4 {
    position: relative;
    padding-bottom: 5px;
    padding-left: 30px;
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: #013a8a;
    border-bottom: dashed 1px #bbbbbb;
    display: flex;
    align-items: center; }
    .title_b h2:after, .title_b h3:after, .title_b h4:after {
      font-family: "Font Awesome 5 Pro";
      content: "\f219";
      /*アイコンのユニコード*/
      font-weight: bold;
      color: #bb9355;
      font-size: 1.75rem;
      position: absolute;
      /*絶対位置*/
      left: 0px;
      /*アイコンの位置*/
      top: 0;
      bottom: 0; }
      @media (max-width: 1200px) {
        .title_b h2:after, .title_b h3:after, .title_b h4:after {
          font-size: calc(1.3rem + 0.6vw) ; } }
    @media only screen and (max-width: 835px) {
      .title_b h2, .title_b h3, .title_b h4 {
        font-size: 1.125rem;
        font-weight: bold;
        padding-left: 25px; } }
  @media only screen and (max-width: 835px) {
    .title_b {
      margin: 30px auto 15px; } }

.title_c, .title_c_long {
  margin: 40px auto 20px; }
  .title_c h2, .title_c_long h2, .title_c h3, .title_c_long h3 {
    background: #ebeff5;
    padding: 5px 0 5px 40px;
    font-size: 1.5rem;
    color: #013a8a;
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative; }
    @media (max-width: 1200px) {
      .title_c h2, .title_c_long h2, .title_c h3, .title_c_long h3 {
        font-size: calc(1.275rem + 0.3vw) ; } }
    .title_c h2:before, .title_c_long h2:before, .title_c h3:before, .title_c_long h3:before {
      content: "□";
      position: absolute;
      left: 5px;
      top: 0;
      color: #bb9355; }
    .title_c h2:after, .title_c_long h2:after, .title_c h3:after, .title_c_long h3:after {
      content: "□";
      position: absolute;
      left: 13px;
      top: 10px;
      color: #40a4d5; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .title_c, .title_c_long {
      margin: 30px auto 15px; }
      .title_c h2, .title_c_long h2, .title_c h3, .title_c_long h3 {
        font-size: 1.5rem; } }
    @media screen and (min-width: 641px) and (max-width: 835px) and (max-width: 1200px) {
      .title_c h2, .title_c_long h2, .title_c h3, .title_c_long h3 {
        font-size: calc(1.275rem + 0.3vw) ; } }

  @media only screen and (max-width: 640px) {
    .title_c, .title_c_long {
      margin: 30px auto 15px; }
      .title_c h2, .title_c_long h2, .title_c h3, .title_c_long h3 {
        font-size: 1.25rem; } }

.title_c_long h2, .title_c_long h3 {
  font-size: 1.375rem; }
  @media (max-width: 1200px) {
    .title_c_long h2, .title_c_long h3 {
      font-size: calc(1.2625rem + 0.15vw) ; } }
  @media only screen and (max-width: 835px) {
    .title_c_long h2, .title_c_long h3 {
      font-size: 1.125rem; } }

.title_d h2 {
  background: url(../images/contents/ptn2.png) repeat;
  background-size: 1%;
  padding: 10px;
  font-size: 1.5rem;
  color: #013a8a;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .title_d h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .title_d h2 {
      font-size: 1.125rem;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 640px) {
    .title_d h2 {
      background-size: 2%;
      font-size: 1.125rem;
      margin-bottom: 15px; } }

.title_center_01 h2, .title_center_01 h3 {
  font-size: 1.5rem;
  color: #013a8a;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .title_center_01 h2, .title_center_01 h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .title_center_01 h2:after, .title_center_01 h3:after {
    position: absolute;
    content: '';
    background: #013a8a;
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0; }
@media only screen and (max-width: 835px) {
  .title_center_01 h2, .title_center_01 h3 {
    font-size: 1.125rem; } }

.title_center_bg {
  margin: 40px auto 20px auto; }
  .title_center_bg h2 {
    background: rgba(64, 164, 213, 0.8);
    padding: 7px;
    font-weight: 500;
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5em;
    text-align: center; }
    @media (max-width: 1200px) {
      .title_center_bg h2 {
        font-size: calc(1.275rem + 0.3vw) ; } }
    .title_center_bg h2 span {
      color: #0f4999; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .title_center_bg {
      margin: 30px auto 15px auto; }
      .title_center_bg h2 {
        font-size: 1.25rem; } }
  @media only screen and (max-width: 640px) {
    .title_center_bg {
      margin: 30px auto 15px auto; }
      .title_center_bg h2 {
        font-size: 1.125rem; } }

.title_center_dot h2, .title_center_dot h3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex; }
  .title_center_dot h2 div, .title_center_dot h3 div {
    min-width: 20px;
    flex-grow: 1;
    position: relative;
    z-index: 1; }
    .title_center_dot h2 div:after, .title_center_dot h3 div:after {
      content: "";
      width: 100%;
      height: 3px;
      background: url(../images/contents/line2.png) repeat-x;
      background-size: contain;
      position: absolute;
      top: 60%;
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1;
      display: block;
      visibility: initial;
      opacity: 0.8; }
  .title_center_dot h2 span, .title_center_dot h3 span {
    position: relative;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #013a8a;
    background: #transpatent;
    padding: 0 20px; }
    @media (max-width: 1200px) {
      .title_center_dot h2 span, .title_center_dot h3 span {
        font-size: calc(1.275rem + 0.3vw) ; } }
    @media only screen and (max-width: 640px) {
      .title_center_dot h2 span, .title_center_dot h3 span {
        padding: 0px;
        font-size: 1.25rem; } }

.list_UL ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500; }
  .list_UL ul li:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f14a";
    /*アイコンのユニコード*/
    font-weight: 600;
    color: #997f54;
    font-size: 1.5rem;
    position: absolute;
    /*絶対位置*/
    left: 0px;
    /*アイコンの位置*/
    top: 0;
    bottom: 0;
    display: flex; }
    @media (max-width: 1200px) {
      .list_UL ul li:after {
        font-size: calc(1.275rem + 0.3vw) ; } }

.check_UL ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500; }
  .check_UL ul li:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f14a";
    /*アイコンのユニコード*/
    font-weight: 600;
    color: #bb9355;
    font-size: 1.5rem;
    position: absolute;
    /*絶対位置*/
    left: 0px;
    /*アイコンの位置*/
    top: 0;
    bottom: 0; }
    @media (max-width: 1200px) {
      .check_UL ul li:after {
        font-size: calc(1.275rem + 0.3vw) ; } }
  @media only screen and (max-width: 835px) {
    .check_UL ul li {
      padding-left: 20px;
      font-size: 1rem;
      line-height: 1.3em; }
      .check_UL ul li:after {
        font-size: 1.125rem; } }

.check_UL_img ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2em; }
  .check_UL_img ul li:after {
    content: "";
    position: absolute;
    /*絶対位置*/
    background: url(../images/top/check.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 27px;
    left: 0px;
    /*アイコンの位置*/
    top: 5px; }
  @media only screen and (max-width: 835px) {
    .check_UL_img ul li {
      font-size: 0.9375rem;
      margin-bottom: 5px;
      line-height: 1.5em; }
      .check_UL_img ul li:after {
        width: 25px;
        height: 23px; } }
  @media only screen and (max-width: 640px) {
    .check_UL_img ul li {
      padding-left: 25px; }
      .check_UL_img ul li:after {
        width: 20px;
        height: 20px;
        top: 0; } }

.pick01 {
  background: rgba(187, 147, 85, 0.1);
  padding: 30px; }
  .pick01 .profile {
    font-size: 1rem;
    color: #013a8a;
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 10px; }
  @media only screen and (max-width: 835px) {
    .pick01 {
      padding: 20px 15px; } }

.pick02 {
  background: rgba(64, 164, 213, 0.1);
  padding: 15px; }
  @media only screen and (max-width: 835px) {
    .pick02 {
      padding: 10px; } }
  .pick02 h2 {
    font-size: 1.25rem; }

.pick03 {
  background: -moz-linear-gradient(top left, #FFF, #FFC778);
  background: -webkit-linear-gradient(top left, #FFF, #FFC778);
  background: linear-gradient(to bottom right, #FFF, #FFC778);
  padding: 15px; }
  @media only screen and (max-width: 835px) {
    .pick03 {
      padding: 10px; } }

.contact_contents #contents_wrap {
  margin-top: 100px; }
  @media only screen and (max-width: 835px) {
    .contact_contents #contents_wrap {
      margin-top: 50px; } }
.contact_contents #Local_header {
  display: none; }

.picktxt_w {
  font-size: 16px;
  color: #fff;
  line-height: 2.0em; }

.picktxt08 {
  font-size: 0.8em;
  line-height: 1.5em; }
  @media only screen and (max-width: 835px) {
    .picktxt08 {
      font-size: 0.9em; } }

.picktxt09 {
  font-size: 0.9em;
  line-height: 1.5em; }

.picktxt105 {
  font-size: 1.05em;
  line-height: 2em; }
  @media only screen and (max-width: 835px) {
    .picktxt105 {
      line-height: 1.8em; } }

.picktxt11 {
  font-size: 1.1em;
  line-height: 2em; }
  @media only screen and (max-width: 835px) {
    .picktxt11 {
      line-height: 1.8em; } }

.picktxt12 {
  font-size: 1.2em;
  line-height: 2em; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .picktxt12 {
      font-size: 1.1em;
      line-height: 1.8em; } }
  @media only screen and (max-width: 640px) {
    .picktxt12 {
      font-size: 1.0em;
      line-height: 1.8em; } }

.hosoku {
  background: #ededed;
  padding: 15px;
  font-size: 0.8125rem; }
  .hosoku h2, .hosoku h3 {
    font-size: 1rem;
    color: #013a8a;
    font-weight: 600; }

.btn1 a, .btn1_L a {
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #013a8a;
  background: #fff;
  transition: all .5s;
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 350px;
  min-width: 250px;
  padding: 12px 10px;
  font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #013a8a;
  font-size: 1.125rem;
  font-weight: bold; }
  .btn1 a:after, .btn1_L a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    /*アイコンのユニコード*/
    font-size: 13px;
    position: absolute;
    /*絶対位置*/
    right: 10px;
    /*アイコンの位置*/
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center; }
  .btn1 a:hover, .btn1_L a:hover {
    opacity: 1 !important;
    background-color: #0f4999; }
    .btn1 a:hover:after, .btn1_L a:hover:after {
      transform: translate(3px, 0);
      transition: 0.5s; }

.btn1_rad20 a {
  text-align: center;
  position: relative;
  z-index: 2;
  background: #fff;
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
  min-width: 220px;
  padding: 5px 10px;
  color: #013a8a;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1rem; }
  .btn1_rad20 a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    /*アイコンのユニコード*/
    font-weight: 600;
    font-size: 0.8125rem;
    position: absolute;
    /*絶対位置*/
    right: 10px;
    /*アイコンの位置*/
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center; }
  .btn1_rad20 a:hover {
    opacity: 1 !important;
    background-color: #013a8a;
    color: #fff; }
    .btn1_rad20 a:hover:after {
      transform: translate(3px, 0);
      transition: 0.5s;
      color: #fff; }
.btn1_rad20 a {
  border-radius: 40px; }

@media screen and (min-width: 640px) {
  .btn1_L a {
    margin: 0 auto 0 0; } }

.btn2 a {
  display: block;
  width: 90%;
  max-width: 400px;
  min-width: 250px;
  margin: 0  auto;
  border: 1px solid #013a8a;
  border-radius: 10px;
  padding: 15px 5px;
  color: #013a8a;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1.75rem;
  position: relative; }
  @media (max-width: 1200px) {
    .btn2 a {
      font-size: calc(1.3rem + 0.6vw) ; } }
  .btn2 a:after {
    position: absolute;
    top: 50%;
    right: -25px;
    content: '';
    width: 80px;
    height: 1px;
    background: #013a8a;
    border-radius: 10px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s; }
  .btn2 a:hover {
    background: #bb9355;
    border-radius: 10px;
    border: 1px solid #bb9355;
    color: #fff;
    opacity: 1;
    transition: 0.5s; }
    .btn2 a:hover:after {
      transform: scale(1, 1); }
  @media only screen and (max-width: 835px) {
    .btn2 a {
      font-size: 1.25rem; } }

.btn3 a, .btn3_L a {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  min-width: 250px;
  height: 55px;
  line-height: 55px;
  display: flex;
  text-align: center;
  background: #013a8a;
  border-radius: 3px;
  color: #fff; }
  .btn3 a span, .btn3_L a span {
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 10;
    font-size: 1.125rem;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .btn3 a span:after, .btn3_L a span:after {
      font-family: "Font Awesome 5 Pro";
      content: "\f054";
      /*アイコンのユニコード*/
      font-size: 13px;
      position: absolute;
      /*絶対位置*/
      right: 10px;
      /*アイコンの位置*/
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center; }
    .btn3 a span:before, .btn3_L a span:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0;
      display: block;
      background: #0f4999;
      border-radius: 3px;
      z-index: -1;
      transition: .5s; }
    .btn3 a span:hover, .btn3_L a span:hover {
      color: #fff; }
      .btn3 a span:hover:before, .btn3_L a span:hover:before {
        width: 100%; }
      .btn3 a span:hover:after, .btn3_L a span:hover:after {
        transform: translate(3px, 0);
        transition: 0.5s; }
  .btn3 a:hover, .btn3_L a:hover {
    opacity: 1; }
.btn3 div, .btn3_L div {
  text-align: center !important; }

@media screen and (min-width: 640px) {
  .btn3_L a {
    margin: 0 auto 0 0; } }

.btn4 a {
  text-align: center;
  position: relative;
  z-index: 2;
  border: 1px solid #bb9355;
  background: #fff;
  border-radius: 3px;
  transition: all .5s;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 350px;
  min-width: 250px;
  padding: 12px 10px;
  color: #013a8a;
  font-size: 0.875rem;
  font-weight: bold; }
  .btn4 a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    /*アイコンのユニコード*/
    font-size: 13px;
    position: absolute;
    /*絶対位置*/
    right: 10px;
    /*アイコンの位置*/
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center; }
  .btn4 a:hover {
    opacity: 1 !important;
    border: 1px solid #013a8a; }
    .btn4 a:hover:after {
      transform: translate(3px, 0);
      transition: 0.5s; }

.bg_color_wrap {
  position: relative;
  padding: 3% 0 !important; }
  @media screen and (max-width: 1500px) {
    .bg_color_wrap {
      padding: 7% 0 !important; } }
  @media only screen and (max-width: 835px) {
    .bg_color_wrap {
      padding: 10% 0 !important; } }

.bg_color_inr {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(1, 58, 138, 0.15);
  z-index: -1; }

.bg_img_wrap {
  position: relative;
  padding: 4% 0  !important; }
  @media screen and (max-width: 1300px) {
    .bg_img_wrap {
      padding: 6% 0  !important; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .bg_img_wrap {
      padding: 8% 0 !important; } }
  @media only screen and (max-width: 640px) {
    .bg_img_wrap {
      padding: 10% 0 !important; } }

.bg_img_inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg1.png) repeat top;
  background-size: cover;
  z-index: -1; }
  @media only screen and (max-width: 640px) {
    .bg_img_inr {
      background-position: right bottom; } }

.img_txt_flx {
  display: flex;
  justify-content: space-between; }
  .img_txt_flx .box {
    overflow: inherit !important; }
    .img_txt_flx .box:first-child {
      width: 38%;
      margin: 0 1%; }
      .img_txt_flx .box:first-child img {
        display: block;
        margin: 0 auto;
        width: 100% !important; }
    .img_txt_flx .box:nth-child(2) {
      width: 58%;
      margin: 0 1%; }
  @media only screen and (max-width: 640px) {
    .img_txt_flx {
      flex-direction: column; }
      .img_txt_flx .box:first-child {
        width: 100%;
        margin: 0 auto 15px auto !important; }
      .img_txt_flx .box:nth-child(2) {
        width: 100%;
        margin: 0 auto !important; } }

.txt_img_flx {
  display: flex;
  justify-content: space-between; }
  .txt_img_flx .box {
    overflow: inherit !important; }
    .txt_img_flx .box:first-child {
      width: 58%;
      margin: 0 1%; }
    .txt_img_flx .box:nth-child(2) {
      width: 38%;
      margin: 0 1%; }
      .txt_img_flx .box:nth-child(2) img {
        display: block;
        margin: 0 auto;
        width: 100% !important; }
  @media only screen and (max-width: 640px) {
    .txt_img_flx {
      flex-direction: column-reverse !important; }
      .txt_img_flx .box:first-child {
        width: 100%;
        margin: 0 auto; }
      .txt_img_flx .box:nth-child(2) {
        width: 100%;
        margin: 0 auto 15px auto; } }

.flx2 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  .flx2 .box {
    width: 48%;
    margin: 0 1%; }
  @media only screen and (max-width: 640px) {
    .flx2 {
      flex-direction: column; }
      .flx2 .box:first-child {
        width: 100%;
        margin: 0 auto 15px auto; }
      .flx2 .box:nth-child(2) {
        width: 100%;
        margin: 0 auto; } }
  .flx2 img {
    width: 100% !important; }
  .flx2 tr td {
    padding: 0 !important;
    border: 0 !important; }

.flx3 {
  position: relative;
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  @media only screen and (max-width: 835px) {
    .flx3 {
      justify-content: space-between; } }
  .flx3 .box {
    width: 31.333%;
    margin: 0 1%; }
    .flx3 .box img {
      width: 100% !important; }
    .flx3 .box tr td {
      padding: 0 !important;
      border: 0 !important; }
  @media only screen and (max-width: 640px) {
    .flx3 {
      flex-direction: column; }
      .flx3 .box {
        width: 100%;
        margin: 0 auto; }
        .flx3 .box:not(:last-child) {
          margin-bottom: 15px; } }

.flx4 {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row; }
  .flx4 .box {
    width: 23%;
    margin: 0 1%; }
    .flx4 .box tr td {
      padding: 0 !important;
      border: 0 !important; }
    .flx4 .box img {
      width: 100% !important; }
  @media only screen and (max-width: 835px) {
    .flx4 .box {
      width: 48%; } }
  @media screen and (max-width: 350px) {
    .flx4 {
      flex-direction: column; }
      .flx4 .box {
        width: 100%;
        margin-bottom: 15px; }
        .flx4 .box:not(:last-child) {
          margin-bottom: 15px; } }

.flx5 {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row; }
  .flx5 .box {
    width: 18%;
    margin: 0 1%; }
    .flx5 .box tr td {
      padding: 0 !important;
      border: 0 !important; }
    .flx5 .box img {
      width: 100% !important; }
  @media only screen and (max-width: 835px) {
    .flx5 .box {
      width: 48%; } }
  @media screen and (max-width: 350px) {
    .flx5 {
      flex-direction: column; }
      .flx5 .box {
        width: 100%;
        margin-bottom: 15px; }
        .flx5 .box:not(:last-child) {
          margin-bottom: 15px; } }

.top_insta .sns_list {
  flex-direction: inherit !important;
  border: none  !important;
  flex-wrap: wrap; }
  .top_insta .sns_list .sns_text {
    width: 100%; }
    .top_insta .sns_list .sns_text ul {
      display: none; }
    .top_insta .sns_list .sns_text .sns_date {
      color: #013a8a;
      font-family: "Century Gothic", sans-serif;
      font-size: 1.2em; }
    .top_insta .sns_list .sns_text .caption {
      font-size: 0.875rem;
      line-height: 1.5em; }
  .top_insta .sns_list .sns_photo {
    width: 100% !important;
    padding: 0 !important; }
    .top_insta .sns_list .sns_photo img {
      width: 100%; }
.top_insta .sns_list > div {
  border: none !important;
  display: block;
  flex-direction: column;
  width: 23%;
  margin: 1%; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .top_insta .sns_list > div {
      width: 48%; } }
  @media only screen and (max-width: 640px) {
    .top_insta .sns_list > div {
      width: 48%; } }
  @media screen and (max-width: 350px) {
    .top_insta .sns_list > div {
      width: 100%;
      margin: 0 auto 15px auto; } }

.top-insta_3 {
  width: 100%;
  margin: 0 auto; }
  .top-insta_3 .sns_list {
    flex-direction: inherit !important;
    border: none  !important;
    flex-wrap: wrap; }
    .top-insta_3 .sns_list .sns_text {
      display: none; }
    .top-insta_3 .sns_list .sns_photo {
      width: 100% !important;
      height: 100%;
      padding: 0 !important; }
      .top-insta_3 .sns_list .sns_photo img {
        width: 100%;
        height: 100% !important;
        object-fit: cover; }
  .top-insta_3 .sns_list > div {
    border: none !important;
    width: 32.333%;
    margin: 0.5%; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      .top-insta_3 .sns_list > div {
        width: 49%; } }
    @media only screen and (max-width: 640px) {
      .top-insta_3 .sns_list > div {
        width: 49%; } }
    @media screen and (max-width: 350px) {
      .top-insta_3 .sns_list > div {
        width: 99%; } }

section div.form_wrap dl dt {
  background: transration !important; }

.panbtm {
  margin-top: 80px; }
  @media only screen and (max-width: 1500px) {
    .panbtm {
      margin-top: 60px; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .panbtm {
      margin-top: 50px; } }
  @media only screen and (max-width: 640px) {
    .panbtm {
      margin-top: 30px; } }

.ctsp {
  margin: 40px auto; }
  @media only screen and (max-width: 640px) {
    .ctsp {
      margin: 30px auto; } }

.ctsp2 {
  margin: 30px auto; }
  @media only screen and (max-width: 640px) {
    .ctsp2 {
      margin: 20px auto; } }

.bssp {
  margin: 20px auto; }
  @media only screen and (max-width: 640px) {
    .bssp {
      margin: 15px auto; } }

a.tel-link {
  color: #858585;
  opacity: 1; }

@media only screen and (max-width: 835px) {
  .brdnt {
    text-align: left !important; }
    .brdnt br {
      display: none; }
    .brdnt div {
      text-align: left !important; }
      .brdnt div br {
        display: none; } }

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important; }
    .brdn br {
      display: none; }
    .brdn div {
      text-align: left !important; }
      .brdn div br {
        display: none; } }

@media screen and (min-width: 836px) {
  .brdnpc br {
    display: none; } }

@media screen and (min-width: 641px) {
  .brdnpct br {
    display: none; } }

@media only screen and (max-width: 640px) {
  .CLS table tr {
    display: flex;
    flex-direction: column-reverse; } }

.company_DL dt {
  align-items: center !important;
  background: rgba(252, 248, 240, 0.8) !important;
  color: #555; }
@media only screen and (max-width: 640px) {
  .company_DL dl {
    display: block !important; }
    .company_DL dl dt {
      width: 100% !important;
      border-right: 1px solid #ccc !important; }
    .company_DL dl dd {
      width: 100% !important; } }

.company_DL2 {
  background: none !important; }
  .company_DL2 dl dt {
    align-items: center !important;
    background: none !important;
    border-bottom: 2px solid #bb9355 !important; }
  .company_DL2 dl dd {
    background: none !important;
    border-bottom: 2px solid rgba(204, 204, 204, 0.8) !important; }
  .company_DL2 dl:last-of-type dt {
    border-bottom: 2px solid #bb9355 !important; }
  @media only screen and (max-width: 640px) {
    .company_DL2 dl {
      display: block !important; }
      .company_DL2 dl dt {
        width: 100% !important;
        border-right: 2px solid #bb9355 !important;
        border-left: 2px solid #bb9355 !important;
        background: rgba(187, 147, 85, 0.2) !important; }
      .company_DL2 dl dd {
        width: 100% !important;
        border-bottom: 2px solid #ccc !important;
        border-left: 2px solid #ccc !important;
        border-right: 2px solid #ccc !important; } }

.form_wrap dl dd > div {
  display: block !important; }

@media only screen and (max-width: 835px) {
  .fancybox-toolbar {
    top: 50px !important; } }

.pan1 div ol {
  margin: 20px auto 0 auto;
  text-align: right;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 835px) {
    .pan1 div ol {
      display: none; } }

.imgL {
  max-width: 100% !important; }

.error2 {
  margin-top: 100px; }
  .error2 h2 {
    font-size: 40px;
    font-weight: bold; }
  .error2 a {
    border: 1px solid #ccc;
    padding: 3px 20px;
    display: inline-block; }
  @media only screen and (max-width: 835px) {
    .error2 {
      margin-top: 50px; } }

.img100 img {
  display: block !important;
  width: 100% !important; }

section form h2.mail.title {
  display: none; }

.step_title {
  margin: 40px auto 20px auto; }
  .step_title h2, .step_title h3, .step_title h4 {
    font-size: 1.25rem;
    font-weight: 500;
    color: #013a8a;
    font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 5px; }
    .step_title h2 span, .step_title h3 span, .step_title h4 span {
      font-size: 1.5rem;
      background: rgba(235, 239, 245, 0.7);
      border-radius: 5px;
      font-family: balboa, sans-serif;
      color: #013a8a;
      font-weight: 500;
      padding: 0 5px;
      margin-right: 5px; }
      @media (max-width: 1200px) {
        .step_title h2 span, .step_title h3 span, .step_title h4 span {
          font-size: calc(1.275rem + 0.3vw) ; } }
  @media only screen and (max-width: 835px) {
    .step_title h2, .step_title h3, .step_title h4 {
      font-size: 1.125rem; } }

.step-title2 h2, .step-title3 h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #013a8a;
  position: relative;
  border-top: solid 2px rgba(1, 58, 138, 0.3);
  border-bottom: solid 2px rgba(1, 58, 138, 0.3);
  background: rgba(1, 58, 138, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  @media (max-width: 1200px) {
    .step-title2 h2, .step-title3 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .step-title2 h2:after, .step-title3 h2:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    content: '\f0a6\ Point';
    font-size: 0.875rem;
    background: #013a8a;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    line-height: 1;
    letter-spacing: 0.05em; }
  @media only screen and (max-width: 835px) {
    .step-title2 h2 h2, .step-title3 h2 h2 {
      font-size: 1.0625rem; } }
.step-title2 h3, .step-title3 h3 {
  font-size: 1.5rem;
  background: #eee;
  color: #013a8a;
  position: relative;
  border-top: solid 2px #bb9355;
  border-bottom: solid 2px #bb9355;
  line-height: 1.4;
  padding: 0.2em; }
  @media (max-width: 1200px) {
    .step-title2 h3, .step-title3 h3 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .step-title2 h3:after, .step-title3 h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", Montserrat, sans-serif;
    content: '\f5ad\ point';
    background: #bb9355;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em; }

.step-title3 h3:after {
  content: '\f4b6\ voice'; }

.staff-title h2, .staff-title h3 {
  font-size: 1.25rem;
  color: #555;
  position: relative;
  border-top: solid 2px rgba(64, 164, 213, 0.3);
  border-bottom: solid 2px rgba(64, 164, 213, 0.3);
  background: rgba(187, 147, 85, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .staff-title h2:after, .staff-title h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro";
    content: '\f7f3\ STAFF';
    background: #40a4d5;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.7em;
    line-height: 1;
    letter-spacing: 0.05em; }
  @media only screen and (max-width: 835px) {
    .staff-title h2, .staff-title h3 {
      font-size: 1.125rem; } }

.list01 dl, .list02 dl {
  border-bottom: 1px dashed #858585;
  font-size: 1.2em; }
  .list01 dl dt, .list02 dl dt {
    border: none !important;
    background: none !important; }
  .list01 dl dd, .list02 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important;
    min-width: 180px;
    color: #013a8a;
    font-weight: bold;
    font-family: "Century Gothic", sans-serif; }
  @media only screen and (max-width: 640px) {
    .list01 dl, .list02 dl {
      display: block !important;
      font-size: 1.1em; }
      .list01 dl dd, .list02 dl dd, .list01 dl dt, .list02 dl dt {
        width: 100% !important; }
      .list01 dl dd, .list02 dl dd {
        padding: 0 !important; } }

.list_a dl {
  border-bottom: 1px dashed #aaa;
  padding-bottom: 5px;
  font-size: 1.2em; }
  .list_a dl:not(:last-child) {
    margin-bottom: 10px; }
  .list_a dl dt {
    border: none !important;
    background: #013a8a !important;
    align-items: center !important;
    color: #fff;
    border-radius: 10px;
    min-width: 230px; }
  .list_a dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important;
    min-width: 180px;
    color: #013a8a;
    font-weight: 500; }
  @media only screen and (max-width: 640px) {
    .list_a dl {
      display: block !important;
      font-size: 1.1em; }
      .list_a dl dd, .list_a dl dt {
        width: 100% !important; }
      .list_a dl dd {
        margin-top: 5px;
        text-align: center !important; } }

.list02 dl dd {
  min-width: 300px; }
@media only screen and (max-width: 640px) {
  .list02 dl {
    display: block !important; }
    .list02 dl dd, .list02 dl dt {
      width: 100% !important; } }

.list03 dl {
  border-bottom: 1px dashed #858585; }
  .list03 dl dt {
    border: none !important;
    background: none !important;
    color: #8a4609;
    font-weight: bold;
    min-width: 280px; }
  .list03 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important; }
  @media only screen and (max-width: 640px) {
    .list03 dl {
      display: block !important; }
      .list03 dl dd, .list03 dl dt {
        width: 100% !important;
        text-align: left !important; } }

.qa_FLX .box {
  width: 100%; }
  .qa_FLX .box:first-child {
    margin-bottom: 10px; }
    .qa_FLX .box:first-child > div {
      display: flex; }
      .qa_FLX .box:first-child > div .icon {
        background: #013a8a;
        border-radius: 5px;
        width: 40px;
        min-width: 40px;
        height: 40px;
        line-height: 2em;
        margin-right: 10px;
        color: #fff;
        display: block;
        font-size: 1.25rem;
        font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center; }
  .qa_FLX .box:nth-child(2) > div {
    display: flex; }
    .qa_FLX .box:nth-child(2) > div .icon {
      background: #8eb869;
      border-radius: 5px;
      width: 40px;
      min-width: 40px;
      height: 40px;
      height: 40px;
      line-height: 2em;
      margin-right: 10px;
      color: #fff;
      display: block;
      font-size: 1.25rem;
      text-align: center;
      font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media only screen and (max-width: 640px) {
    .qa_FLX .box:first-child, .qa_FLX .box:nth-child(2) {
      width: 100%; }
      .qa_FLX .box:first-child > div, .qa_FLX .box:nth-child(2) > div {
        flex-direction: column;
        width: 100%; }
        .qa_FLX .box:first-child > div .icon, .qa_FLX .box:nth-child(2) > div .icon {
          width: 100%; } }
.qa_FLX:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }

.qaBtn {
  color: #bb9355;
  font-weight: bold;
  text-decoration: underline; }

.qaOpen {
  display: none; }
  .qaOpen .ttl {
    color: #013a8a;
    font-weight: 600;
    font-size: 1rem; }
  .qaOpen .sub_ttl {
    background: #013a8a;
    color: #fff;
    font-weight: 600;
    padding: 3px 10px; }

.blog {
  max-width: 1200px;
  margin: 80px auto 0; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .blog {
      margin: 50px auto 0; } }
  @media only screen and (max-width: 640px) {
    .blog {
      margin: 30px auto 0; } }
  .blog .wrap {
    display: flex; }
    .blog .wrap aside {
      width: 28%;
      margin: 1%; }
      .blog .wrap aside nav {
        line-height: 2.0em; }
        .blog .wrap aside nav h3 {
          background: #013a8a !important; }
        .blog .wrap aside nav ul li .blogside {
          color: #858585; }
          .blog .wrap aside nav ul li .blogside span {
            color: #858585;
            margin-left: 5px;
            display: block; }
        .blog .wrap aside nav > a {
          background: #bb9355 !important; }
    .blog .wrap #contents {
      width: 68%;
      margin: 1%;
      padding: 0 !important;
      min-width: auto; }
      .blog .wrap #contents article .date {
        color: #013a8a !important; }
      .blog .wrap #contents article .date {
        color: #013a8a !important; }
      .blog .wrap #contents article h1, .blog .wrap #contents article h2 {
        background: #013a8a;
        color: #013a8a !important;
        font-family: "a-otf-ryumin-pr6n", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 20px;
        padding: 0.5em 0.5em 0.3em;
        margin-bottom: 20px; }
    @media only screen and (max-width: 835px) {
      .blog .wrap {
        flex-direction: column-reverse; }
        .blog .wrap aside, .blog .wrap #contents {
          width: 100%;
          margin: 10px auto; }
        .blog .wrap aside {
          text-align: center !important; } }
    @media only screen and (max-width: 640px) {
      .blog .wrap #contents article {
        padding: 0; }
        .blog .wrap #contents article div {
          flex-direction: column; }
          .blog .wrap #contents article div img {
            width: 100%; } }

@media only screen and (max-width: 835px) {
  #col_main .errorbg {
    padding: 0 !important; } }

.btn a {
  display: block;
  max-width: 300px;
  background: #013a8a;
  color: #fff;
  margin-top: 20px;
  padding: 15px 0;
  width: 100%;
  text-align: center;
  text-decoration: none; }
  @media only screen and (max-width: 640px) {
    .btn a {
      margin-right: auto;
      margin-left: auto; } }

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex1._top {
    align-items: flex-start; }
  .flex1._center {
    align-items: center; }
  .flex1:before {
    width: calc(100% / 1 - 1%);
    content: "";
    order: 1; }
  .flex1:before {
    width: calc(100% / 1 - 1%);
    content: "";
    order: 1; }
  .flex1:after {
    width: calc(100% / 1 - 1%);
    content: "";
    order: 2; }
  .flex1 .box {
    width: calc(100% / 1 - 1%);
    margin-bottom: 2%; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      ._tabwidth1 .box {
        width: 100%; }

      ._tabwidth2 .box {
        width: calc(100% / 2 - 1%); }

      ._tabwidth3 .box {
        width: calc(100% / 3 - 1%); } }
    @media only screen and (max-width: 640px) {
      ._spwidth1 .box {
        width: 100%; }

      ._spwidth2 .box {
        width: calc(100% / 2 - 1%); }

      ._spwidth3 .box {
        width: calc(100% / 3 - 1%); } }
    .flex1 .box img {
      width: 100% !important; }

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex2._top {
    align-items: flex-start; }
  .flex2._center {
    align-items: center; }
  .flex2:before {
    width: calc(100% / 2 - 1%);
    content: "";
    order: 1; }
  .flex2:before {
    width: calc(100% / 2 - 1%);
    content: "";
    order: 1; }
  .flex2:after {
    width: calc(100% / 2 - 1%);
    content: "";
    order: 2; }
  .flex2 .box {
    width: calc(100% / 2 - 1%);
    margin-bottom: 2%; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      ._tabwidth1 .box {
        width: 100%; }

      ._tabwidth2 .box {
        width: calc(100% / 2 - 1%); }

      ._tabwidth3 .box {
        width: calc(100% / 3 - 1%); } }
    @media only screen and (max-width: 640px) {
      ._spwidth1 .box {
        width: 100%; }

      ._spwidth2 .box {
        width: calc(100% / 2 - 1%); }

      ._spwidth3 .box {
        width: calc(100% / 3 - 1%); } }
    .flex2 .box img {
      width: 100% !important; }

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex3._top {
    align-items: flex-start; }
  .flex3._center {
    align-items: center; }
  .flex3:before {
    width: calc(100% / 3 - 1%);
    content: "";
    order: 1; }
  .flex3:before {
    width: calc(100% / 3 - 1%);
    content: "";
    order: 1; }
  .flex3:after {
    width: calc(100% / 3 - 1%);
    content: "";
    order: 2; }
  .flex3 .box {
    width: calc(100% / 3 - 1%);
    margin-bottom: 2%; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      ._tabwidth1 .box {
        width: 100%; }

      ._tabwidth2 .box {
        width: calc(100% / 2 - 1%); }

      ._tabwidth3 .box {
        width: calc(100% / 3 - 1%); } }
    @media only screen and (max-width: 640px) {
      ._spwidth1 .box {
        width: 100%; }

      ._spwidth2 .box {
        width: calc(100% / 2 - 1%); }

      ._spwidth3 .box {
        width: calc(100% / 3 - 1%); } }
    .flex3 .box img {
      width: 100% !important; }

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex4._top {
    align-items: flex-start; }
  .flex4._center {
    align-items: center; }
  .flex4:before {
    width: calc(100% / 4 - 1%);
    content: "";
    order: 1; }
  .flex4:before {
    width: calc(100% / 4 - 1%);
    content: "";
    order: 1; }
  .flex4:after {
    width: calc(100% / 4 - 1%);
    content: "";
    order: 2; }
  .flex4 .box {
    width: calc(100% / 4 - 1%);
    margin-bottom: 2%; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      ._tabwidth1 .box {
        width: 100%; }

      ._tabwidth2 .box {
        width: calc(100% / 2 - 1%); }

      ._tabwidth3 .box {
        width: calc(100% / 3 - 1%); } }
    @media only screen and (max-width: 640px) {
      ._spwidth1 .box {
        width: 100%; }

      ._spwidth2 .box {
        width: calc(100% / 2 - 1%); }

      ._spwidth3 .box {
        width: calc(100% / 3 - 1%); } }
    .flex4 .box img {
      width: 100% !important; }

.square._100 .square-inner:before {
  padding-top: 100%; }
.square._75 .square-inner:before {
  padding-top: 75%; }
.square._66 .square-inner:before {
  padding-top: 66%; }
.square td .square-inner {
  display: block;
  position: relative; }
  .square td .square-inner:before {
    position: relative;
    z-index: 1;
    content: "";
    display: block;
    width: 100% !important; }
  .square td .square-inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    font-family: "object-fit:cover;";
    width: 100% !important;
    height: 100% !important; }
.square > .square-inner {
  display: block;
  position: relative; }
  .square > .square-inner .itext {
    float: none !important;
    margin-right: 0 !important; }
    .square > .square-inner .itext img {
      float: none !important;
      margin-right: 0 !important; }
  .square > .square-inner:before {
    position: relative;
    z-index: 1;
    content: "";
    display: block;
    width: 100% !important; }
  .square > .square-inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    font-family: "object-fit:cover;";
    width: 100% !important;
    height: 100% !important; }
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important; }
  .square > .box .itext img {
    float: none !important;
    margin-right: 0 !important; }
.square > .box .square-inner {
  display: block;
  position: relative; }
  .square > .box .square-inner:before {
    position: relative;
    z-index: 1;
    content: "";
    display: block;
    width: 100% !important; }
  .square > .box .square-inner img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    font-family: "object-fit:cover;";
    width: 100% !important;
    height: 100% !important; }

.bg100 {
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important; }

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .flex2cl_01 {
      flex-direction: column-reverse; } }
  .flex2cl_01 .flxL {
    width: 57%; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      .flex2cl_01 .flxL {
        width: 100%; } }
  .flex2cl_01 .flxR {
    width: 40%; }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      .flex2cl_01 .flxR {
        width: 100%;
        margin-bottom: 20px; } }
    .flex2cl_01 .flxR .img {
      width: 100%; }
      .flex2cl_01 .flxR .img img {
        width: 100% !important; }

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px; }
  @media screen and (max-width: 1200px) {
    .flex2cl_02 {
      margin-left: -2.4390%; } }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    .flex2cl_02 {
      justify-content: space-between;
      margin-left: 0; } }
  .flex2cl_02 .box {
    position: relative;
    width: 46%;
    margin-left: 4%;
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .flex2cl_02 .box {
        width: 47.5609%;
        margin-left: 2.4390%;
        display: block; } }
    @media screen and (min-width: 641px) and (max-width: 835px) {
      .flex2cl_02 .box {
        width: 100%;
        margin-left: 0; } }
    .flex2cl_02 .box img {
      width: 100% !important; }
    .flex2cl_02 .box tr:nth-child(2) {
      font-size: 18px;
      font-weight: 700; }
    .flex2cl_02 .box tr td {
      padding: 0 !important;
      border: 0 !important; }

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%; }
  @media screen and (max-width: 1200px) {
    .flex3cl {
      margin-left: -2.4390%; } }
  @media only screen and (max-width: 640px) {
    .flex3cl {
      justify-content: space-between;
      margin-left: 0; } }
  .flex3cl .box {
    position: relative;
    width: 30.8943089431%;
    margin-left: 2.4390243902%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1200px) {
      .flex3cl .box {
        width: 47.5609%;
        margin-left: 2.4390%;
        display: block;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 640px) {
      .flex3cl .box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px; } }
    .flex3cl .box img {
      width: 100% !important; }
    .flex3cl .box tr:nth-child(2) {
      font-size: 18px;
      font-weight: 700; }
    .flex3cl .box tr td {
      padding: 0 !important;
      border: 0 !important; }

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%; }
  @media screen and (max-width: 1200px) {
    .flex4cl {
      margin-left: -2.4390%; } }
  @media only screen and (max-width: 640px) {
    .flex4cl {
      justify-content: space-between;
      margin-left: 0; } }
  .flex4cl .box {
    position: relative;
    width: 21.7741935484%;
    margin-left: 3.2258064516%;
    margin-bottom: 30px; }
    @media screen and (max-width: 1200px) {
      .flex4cl .box {
        width: 47.5609%;
        margin-left: 2.4390%;
        display: block;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 640px) {
      .flex4cl .box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px; } }
    .flex4cl .box img {
      width: 100% !important; }
    .flex4cl .box tr:nth-child(2) {
      font-size: 18px;
      font-weight: 700; }
    .flex4cl .box tr td {
      padding: 0 !important;
      border: 0 !important; }

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px; }

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "a-otf-ryumin-pr6n", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px; }
  div.under ul li a:hover {
    border: 1px solid #b0ddd9;
    background: #b0ddd9;
    color: #fff !important; }

div.select > select {
  height: 100%; }

div.search form input {
  padding: 10px 37px 10px 5px; }

div.order ul li a {
  color: #111; }

div.items > article p.price {
  color: red; }

div.crumb {
  display: none; }

div.item_view div.item_option {
  width: 100% !important; }

div.item_option dl, button.addcart {
  width: 50% !important; }
  @media screen and (min-width: 641px) and (max-width: 835px) {
    div.item_option dl, button.addcart {
      margin: 0 auto; } }

@media screen and (min-width: 641px) and (max-width: 835px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; } }

div.item_view div.struct {
  display: block; }

div.photo div.large {
  width: auto; }

div.photo {
  margin-left: 0; }

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important; }

h2.title_h2 span {
  border: none !important;
  padding: 0 !important; }

ul.item_list li {
  margin-bottom: 10px !important; }

ul.item_list li h3.title_h3 {
  font-size: 18px !important; }

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff; }

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important; }

.sort_catalog {
  overflow: hidden; }

.sort_catalog ul {
  display: flex; }

.item_title, .wishlist {
  margin: 0 !important; }

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC; }

.shop_cont a, .item_info a {
  color: #CCCCCC; }

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none; }

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; }

.shop_cont table {
  table-layout: auto; }

/*# sourceMappingURL=common_style.css.map */
