@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  /*-Normal-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500;
  /*-Medium-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2"); }
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700;
  /*-Bold-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2"); }
* {
  -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 {
  line-height: 2.0;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "Noto Sans Japanese", sans-serif !important;
  font-size: 16px;
  word-wrap: break-word; }

a {
  text-decoration: none; }

figure {
  padding: 0;
  margin: 0; }

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

@media screen and (max-width: 1000px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media screen and (max-width: 480px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
.sinner {
  max-width: 620px; }

.bornone td {
  border: none !important; }

.pdnone td {
  padding: 0 !important; }

.img100 img {
  width: 100%; }

.link1 a {
  color: #104480;
  font-weight: bold; }

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden; }

#contents {
  padding: 0;
  max-width: 100%; }

#main {
  max-width: 100%;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    #main {
      width: 100%; } }

#main #col_main {
  width: 100%; }
  @media screen and (max-width: 1000px) {
    #main #col_main {
      width: 100%; } }

@media screen and (max-width: 1000px) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 1000px) {
  #side aside {
    width: 100% !important; } }

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

.map li {
  border-left: 3px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }
  .map li:last-child {
    display: none; }

.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; }

table {
  table-layout: fixed; }

table td {
  margin-bottom: -1px !important;
  padding: 15px !important; }

.tlauto table {
  table-layout: auto; }

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; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

u {
  text-decoration: underline; }

.borB {
  border-bottom: 1px dashed #333; }

b {
  font-weight: bold; }

.borderB {
  border-bottom: 1px dashed #333; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1000px) {
    #contents_wrap {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 480px) {
    #contents_wrap {
      padding-left: 10px;
      padding-right: 10px; } }

#contents {
  max-width: 1000px;
  width: 100%; }

.tacenter {
  text-align: center !important; }

.ColLeft {
  float: left; }

.ColRight {
  float: right; }

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden; }

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden; }

@media screen and (max-width: 480px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

@media screen and (max-width: 768px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; } }
@media screen and (max-width: 480px) {
  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; } }
.fwb {
  font-weight: bold; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs17 {
  font-size: 17px; }

.fs18 {
  font-size: 18px; }

.fs19 {
  font-size: 19px; }

.fs20 {
  font-size: 20px; }

.fs21 {
  font-size: 21px; }

.fs22 {
  font-size: 22px; }

.fs23 {
  font-size: 23px; }

.fs24 {
  font-size: 24px; }

.fs25 {
  font-size: 25px; }

.fs26 {
  font-size: 26px; }

.fs27 {
  font-size: 27px; }

.fs28 {
  font-size: 28px; }

.fs29 {
  font-size: 29px; }

.fs30 {
  font-size: 30px; }

.fs31 {
  font-size: 31px; }

.mincho {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto; }

.dsnone {
  display: none; }

header#global_header {
  max-width: 100%; }

#header {
  width: 100%; }

#header_inner_wrap {
  background: #fff;
  padding: 10px 0;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.5s ease-in-out; }
  #header_inner_wrap.hide {
    transform: translateY(-100%); }

#header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0; }
  @media screen and (max-width: 1200px) {
    #header_inner {
      padding: 0 20px; } }
  @media screen and (max-width: 900px) {
    #header_inner {
      justify-content: flex-end; } }
  @media screen and (max-width: 640px) {
    #header_inner {
      padding: 10px 20px; } }
  @media screen and (max-width: 480px) {
    #header_inner {
      padding: 10px; } }

@media screen and (max-width: 900px) {
  #siteID {
    margin-right: auto; } }

#nav_global {
  width: 43.33%; }
  @media screen and (max-width: 900px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1; }
      #nav_global ul li a {
        font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
        color: #262626;
        font-weight: 500;
        transition: .3s;
        position: relative;
        display: inline-block; }
        #nav_global ul li a::after {
          position: absolute;
          bottom: .3em;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background-color: #d6ac14;
          opacity: 0;
          transition: .3s; }
        #nav_global ul li a:hover {
          color: #d6ac14; }
          #nav_global ul li a:hover::after {
            bottom: 0;
            opacity: 1; }

.telArea {
  text-align: right;
  line-height: 1.4;
  letter-spacing: 0.075em; }
  @media screen and (max-width: 640px) {
    .telArea {
      display: none; } }
  .telArea p {
    font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 12px;
    font-weight: 500;
    color: #161616; }
    .telArea p span {
      font-size: 11px;
      background: #d6ac14;
      color: #fff;
      padding: 2px 5px;
      margin-right: 8px; }
  .telArea .call {
    font-family: "Times New Roman", "Noto Serif Japanese", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
    color: #d6ac14;
    font-size: 28px; }
    .telArea .call span {
      font-size: 22px; }
    .telArea .call a {
      color: #d6ac14; }

#mainArea {
  width: 100% !important; }
  #mainArea .slick-prev, #mainArea .slick-next {
    display: none !important; }
  #mainArea ul li img {
    margin: 0 auto; }
  @media screen and (max-width: 1000px) {
    #mainArea {
      width: auto !important; } }

#sp {
  display: none; }
  @media screen and (max-width: 900px) {
    #sp {
      display: block;
      margin-left: 20px; } }
  @media screen and (max-width: 480px) {
    #sp {
      margin-left: 1em; } }

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210; }

.nav_wrap {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%; }
  .nav_wrap ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px; }
    .nav_wrap ul li {
      opacity: 0;
      border-bottom: 1px solid #622525;
      padding: 10px 0; }
      @media screen and (max-width: 768px) {
        .nav_wrap ul li {
          padding: 16px 0; } }
      @media screen and (max-width: 480px) {
        .nav_wrap ul li {
          padding: 10px 0; } }
      @media screen and (max-width: 320px) {
        .nav_wrap ul li {
          padding: 5px 0; } }
      .nav_wrap ul li a {
        color: #000;
        display: block;
        font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        @media screen and (max-width: 768px) {
          .nav_wrap ul li a {
            font-size: 22px; } }
        @media screen and (max-width: 480px) {
          .nav_wrap ul li a {
            font-size: 18px; } }
        @media screen and (max-width: 320px) {
          .nav_wrap ul li a {
            font-size: 16px; } }

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none; }
  @media screen and (max-width: 900px) {
    .sp_menu {
      display: block; } }
  @media screen and (max-width: 480px) {
    .sp_menu {
      margin-right: 10px; } }
  .sp_menu div {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #000; }
    .sp_menu div:nth-of-type(1) {
      top: 0; }
    .sp_menu div:nth-of-type(2) {
      top: 8px;
      opacity: 1; }
    .sp_menu div:nth-of-type(3) {
      bottom: 0; }
  .sp_menu.off div:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards; }
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg); }
  50% {
    transform: translateY(8px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
  .sp_menu.off div:nth-of-type(2) {
    transition: all .25s .25s;
    -webkit-transition: all .25s .25s; }
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(0) rotate(0); } }
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg); }
  50% {
    transform: translateY(-8px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
  .sp_menu.off div:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards; }
  .sp_menu.on div {
    background: #000; }
    .sp_menu.on div:nth-of-type(1) {
      -webkit-animation: active-menu-bar01 .75s forwards;
      animation: active-menu-bar01 .75s forwards; }
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(8px) rotate(0); }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg); } }
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(8px) rotate(0); }
  100% {
    transform: translateY(8px) rotate(45deg); } }
    .sp_menu.on div:nth-of-type(2) {
      opacity: 0; }
    .sp_menu.on div:nth-of-type(3) {
      -webkit-animation: active-menu-bar03 .75s forwards;
      animation: active-menu-bar03 .75s forwards; }
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0); }
  50% {
    -webkit-transform: translateY(-8px) rotate(0); }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg); } }
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0); }
  50% {
    transform: translateY(-8px) rotate(0); }
  100% {
    transform: translateY(-8px) rotate(-45deg); } }
#h1_wrap {
  background: url(../images/common/bg_h1.jpg) center top no-repeat;
  background-size: cover;
  height: 400px;
  position: relative; }
  @media screen and (max-width: 480px) {
    #h1_wrap {
      height: 240px; } }
  @media screen and (max-width: 320px) {
    #h1_wrap {
      height: 200px; } }
  #h1_wrap h1 {
    font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 42px;
    color: #124889;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 1;
    height: 42px; }
    @media screen and (max-width: 480px) {
      #h1_wrap h1 {
        font-size: 30px;
        height: 30px; } }

footer#global_footer {
  min-width: 100% !important; }

#footer {
  background: #fff !important; }

#footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.075em;
  padding: 60px 0 0; }
  @media screen and (max-width: 1000px) {
    #footer_inner {
      padding: 60px 20px 0; } }
  @media screen and (max-width: 480px) {
    #footer_inner {
      padding: 60px 10px 0; } }
  #footer_inner .flogo {
    margin-bottom: 30px; }
  #footer_inner .call a {
    color: #333; }

.subnav {
  margin: 15px 0 50px; }
  .subnav li {
    display: inline-block; }
    .subnav li:not(:last-child) {
      margin-right: 10px; }
    .subnav li a {
      color: #333;
      font-size: 14px;
      transition: .3s; }
      .subnav li a:hover {
        opacity: 0.7; }

.gmap iframe {
  vertical-align: bottom; }

.copy {
  background: #d6ac14;
  padding: 5px 0; }
  .copy small {
    color: #fff;
    font-size: 14px; }

#contents_wrap {
  padding: 80px 0 0; }
  @media screen and (max-width: 1000px) {
    #contents_wrap {
      padding: 80px 20px 0; } }
  @media screen and (max-width: 480px) {
    #contents_wrap {
      padding: 40px 10px 0; } }

/* TOP */
.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important; }

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.btn01 a {
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  background: #5c4801;
  display: block;
  padding: 10px 0;
  position: relative;
  transition: .3s; }
  .btn01 a:hover {
    background: #d6ac14; }
  .btn01 a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    line-height: 1; }
.btn01.btn_s a {
  width: 280px; }
  @media screen and (max-width: 480px) {
    .btn01.btn_s a {
      width: 100%; } }
.btn01.btn_center a {
  margin: 0 auto; }

.bg_contact {
  background: url(../images/contents/bg_contact.jpg) center top no-repeat;
  background-size: cover;
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .bg_contact {
      padding: 60px 0; } }
  @media screen and (max-width: 480px) {
    .bg_contact {
      padding: 40px 0; } }
  .bg_contact .inner {
    background: rgba(255, 255, 255, 0.9);
    padding: 60px; }

.title01 h1 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #5c4801;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    .title01 h1 {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .title01 h1 {
      font-size: 20px; } }
.title01 h2 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #5c4801;
  position: relative; }
  .title01 h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 1px;
    background: #5c4801; }
  @media screen and (max-width: 768px) {
    .title01 h2 {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .title01 h2 {
      font-size: 20px; } }
.title01 h3 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #5c4801;
  line-height: 1.4; }
  @media screen and (max-width: 1200px) {
    .title01 h3 {
      font-size: 24px; } }
  @media screen and (max-width: 768px) {
    .title01 h3 {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .title01 h3 {
      font-size: 18px; } }

.title02 h2 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  color: #5c4801;
  line-height: 1.4; }
  @media screen and (max-width: 768px) {
    .title02 h2 {
      font-size: 24px; } }
  @media screen and (max-width: 480px) {
    .title02 h2 {
      font-size: 20px; } }
.title02 h3 {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  border-bottom: 2px solid #ccc;
  line-height: 1.4;
  padding: 0 0 10px; }
  @media screen and (max-width: 768px) {
    .title02 h3 {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .title02 h3 {
      font-size: 18px; } }
  .title02 h3 .point {
    font-size: 14px;
    background: #d6ac14;
    color: #fff;
    padding: 2px 5px;
    margin-right: 8px;
    border-radius: 3px;
    position: relative;
    top: -2px; }

.kyocho {
  font-size: 24px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #5c4801;
  line-height: 1.2; }
  .kyocho span {
    margin: 0 auto;
    display: inline-block;
    background: linear-gradient(transparent 50%, #dfc463 50%);
    padding: 0 0.2em; }
    @media screen and (max-width: 768px) {
      .kyocho span {
        display: inline; } }
  @media screen and (max-width: 1000px) {
    .kyocho {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .kyocho {
      font-size: 18px; } }

.contact {
  width: 80%;
  margin: 0 auto;
  display: flex; }
  @media screen and (max-width: 768px) {
    .contact {
      width: 100%; } }
  .contact td {
    border: none !important;
    padding: 0 !important; }
    .contact td.call {
      font-family: "Times New Roman", "Noto Serif Japanese", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
      font-size: 34px;
      letter-spacing: 0.075em; }
      @media screen and (max-width: 640px) {
        .contact td.call {
          font-size: 24px; } }
      .contact td.call span {
        font-size: 24px; }
        @media screen and (max-width: 640px) {
          .contact td.call span {
            font-size: 18px; } }
      .contact td.call a {
        color: #fff; }
    .contact td.con_btn {
      background: #f49fb3; }
      .contact td.con_btn a {
        background: #f49fb3;
        display: block;
        font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 22px;
        color: #fff;
        padding: 15px 0;
        transition: .3s; }
        .contact td.con_btn a:hover {
          background: #fac1cf; }
        @media screen and (max-width: 640px) {
          .contact td.con_btn a {
            font-size: 18px; } }
        .contact td.con_btn a i {
          margin-right: 10px; }

@media screen and (max-width: 480px) {
  .img_txt {
    flex-direction: column-reverse; } }
.img_txt .leftArea {
  width: 58%; }
  @media screen and (max-width: 480px) {
    .img_txt .leftArea {
      width: 100%; } }
.img_txt .rightArea {
  width: 36%; }
  @media screen and (max-width: 480px) {
    .img_txt .rightArea {
      width: 100%; } }

.evenly.reverse {
  flex-direction: row-reverse; }
.evenly .leftArea {
  width: 50%; }
  @media screen and (max-width: 1000px) {
    .evenly .leftArea {
      width: 100%; }
      .evenly .leftArea img {
        width: 100% !important;
        margin-bottom: 0 !important; } }
.evenly .rightArea {
  width: 50%;
  background: #fcf3cf;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 120px; }
  @media screen and (max-width: 1200px) {
    .evenly .rightArea {
      padding: 0 60px; } }
  @media screen and (max-width: 1000px) {
    .evenly .rightArea {
      width: 100%;
      padding: 60px;
      display: block; }
      .evenly .rightArea .btn01 a {
        margin: 0 auto; } }
  @media screen and (max-width: 480px) {
    .evenly .rightArea {
      padding: 40px; } }
  @media screen and (max-width: 320px) {
    .evenly .rightArea {
      padding: 30px 20px; } }
.evenly .box01 {
  width: 48%;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 4%; }
  .evenly .box01 .sns {
    flex-wrap: wrap;
    border: none !important; }
  .evenly .box01 .sns_photo {
    width: 100% !important; }

.btn_wrap td {
  border: none !important;
  padding: 0 !important; }
.btn_wrap .btn02 a {
  color: #fff;
  position: relative;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 24px;
  display: block;
  padding: 35px 0;
  transition: .3s;
  background: #5c4801; }
  .btn_wrap .btn02 a:hover {
    background: #d6ac14; }
  .btn_wrap .btn02 a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    font-weight: 300;
    right: 20px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 1;
    height: 18px;
    margin: auto; }
  .btn_wrap .btn02 a::before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px; }

.news {
  max-height: 300px;
  overflow-y: auto; }
  .news dl {
    border-bottom: 1px dashed #ccc;
    padding: 20px 0; }
    .news dl:first-child {
      padding-top: 0; }
    @media screen and (max-width: 480px) {
      .news dl {
        flex-wrap: wrap; } }
    .news dl dt {
      width: 120px !important;
      background: none !important;
      border: none !important;
      padding: 0 !important;
      justify-content: flex-start !important; }
      @media screen and (max-width: 480px) {
        .news dl dt {
          width: 100% !important; } }
    .news dl dd {
      border: none !important;
      padding: 0 !important; }
      @media screen and (max-width: 480px) {
        .news dl dd {
          width: 100% !important; } }

.sns_list {
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: space-between; }
  .sns_list > div {
    border: none !important;
    width: 15.5% !important; }
    @media screen and (max-width: 640px) {
      .sns_list > div {
        width: 32% !important;
        margin-bottom: 2% !important; } }
  .sns_list .sns_text {
    display: none; }
  .sns_list .sns_photo {
    width: 100% !important;
    padding: 0 !important; }

.pankuzu {
  font-size: 13px; }
  @media screen and (max-width: 480px) {
    .pankuzu {
      display: none; } }

.frame {
  border: 5px solid #ddd;
  padding: 40px; }
  @media screen and (max-width: 480px) {
    .frame {
      padding: 20px; } }

.frame02 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 40px; }
  @media screen and (max-width: 480px) {
    .frame02 {
      padding: 20px; } }

.frame03 {
  background: #eee;
  padding: 40px; }
  @media screen and (max-width: 480px) {
    .frame03 {
      padding: 20px; } }

.con_call {
  font-family: "Times New Roman", "Noto Serif Japanese", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  color: #d6ac14;
  font-size: 36px;
  line-height: 1.4; }
  @media screen and (max-width: 480px) {
    .con_call {
      font-size: 28px; } }
  .con_call span {
    font-size: 26px; }
    @media screen and (max-width: 480px) {
      .con_call span {
        font-size: 20px; } }
  .con_call a {
    color: #d6ac14; }

#modal {
  display: none; }

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important; }
  .modaal-close::before, .modaal-close::after {
    display: none !important; }

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important; }

.modaal-content-container {
  padding: 25px !important; }
  @media screen and (max-width: 480px) {
    .modaal-content-container {
      padding: 15px !important; }
      .modaal-content-container .policy h2 {
        font-size: 16px; }
      .modaal-content-container .policy p {
        font-size: 14px; } }

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll; }
  @media screen and (max-width: 480px) {
    .modaal-container {
      max-height: 100%; } }

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important; } }

.bt_confirm {
  width: auto !important;
  height: auto !important;
  background: #eee;
  text-indent: 0;
  padding: 10px 20px; }

.bt_back {
  width: auto !important;
  height: auto !important;
  background: #eee;
  text-indent: 0;
  padding: 10px 20px; }

@media screen and (max-width: 480px) {
  .dl_layout dl {
    flex-wrap: wrap; } }
@media screen and (max-width: 480px) {
  .dl_layout dl dt {
    width: 100% !important;
    align-items: center !important;
    border-right: 1px solid #ccc !important; }
    .dl_layout dl dt:last-of-type {
      border-bottom: none !important; } }
@media screen and (max-width: 480px) {
  .dl_layout dl dd {
    width: 100% !important;
    text-align: center; } }

.gallery {
  justify-content: space-between; }
  .gallery .box {
    width: 32%;
    margin-bottom: 2%; }
    @media screen and (max-width: 480px) {
      .gallery .box {
        width: 48%;
        margin-bottom: 4%; } }

.check li {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #5c4801;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0; }
  @media screen and (max-width: 768px) {
    .check li {
      font-size: 18px; } }
  @media screen and (max-width: 480px) {
    .check li {
      font-size: 16px; } }
  .check li::before {
    content: "\f14a";
    font-family: "Font Awesome 5 Pro"; }

.img_txt02 img {
  width: 320px !important;
  height: 240px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.blog_photo {
  justify-content: space-between; }

.blog article .box {
  width: 49% !important;
  margin-bottom: 20px; }

.blog .wrap #contents article {
  border-bottom: 2px dotted #ccc !important;
  margin-bottom: 20px !important; }

.bgcontent {
  min-height: 600px; }
  @media screen and (max-width: 1000px) {
    .bgcontent {
      min-height: auto; } }

/*# sourceMappingURL=common_style.css.map */
