@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium"); }
@font-face {
  font-family: "源ノ明朝";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SourceHanSerif-Regular.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: "源ノ明朝";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SourceHanSerif-Medium.woff") format("woff");
  font-display: swap; }
@font-face {
  font-family: "源ノ明朝";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SourceHanSerif-Bold.woff") format("woff");
  font-display: swap; }
* {
  -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: 500;
  letter-spacing: 0.05em;
  background: url(../images/common/bg.png) center top;
  color: #333333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word; }

a {
  text-decoration: none; }

figure {
  padding: 0;
  margin: 0; }

.inner {
  margin: 0 auto;
  max-width: 1200px; }

@media screen and (max-width: 1200px) {
  .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;
  background: #fff;
  max-width: 100%; }

#main {
  max-width: 100%;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    #main {
      width: 100%; } }

#main #col_main {
  width: 100%; }
  @media screen and (max-width: 1200px) {
    #main #col_main {
      width: 100%; } }

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75000%; } }

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important; } }

.map {
  margin: 0 auto;
  max-width: 1200px; }

.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 h3 {
  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 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; }

small {
  font-size: 80%; }

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: 1200px) {
    #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: 1200px;
  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: 1200px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@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: "游明朝体", "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; }

.pankuzu {
  font-size: 14px; }
  @media screen and (max-width: 480px) {
    .pankuzu {
      display: none; } }

.not_page {
  font-size: 36px;
  font-family: 'Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif; }

header#global_header {
  max-width: 100%; }

#header {
  width: 100%; }
  @media screen and (max-width: 768px) {
    #header {
      padding: 60px 0 0; } }

.h_wrap {
  max-width: 1000px;
  margin: 0 auto 20px; }
  @media screen and (max-width: 1000px) {
    .h_wrap {
      padding: 0 20px; } }
  .h_wrap #siteID {
    float: left;
    padding: 35px 0 0 0; }
    @media screen and (max-width: 640px) {
      .h_wrap #siteID {
        float: none;
        padding: 20px 0 0; } }
  .h_wrap .h_right {
    float: right;
    text-align: right; }
    @media screen and (max-width: 640px) {
      .h_wrap .h_right {
        float: none;
        text-align: center;
        margin: 10px 0 0; } }
    .h_wrap .h_right .h_subnav li {
      display: inline-block; }
      .h_wrap .h_right .h_subnav li a {
        font-size: 14px;
        transition: .3s; }
        .h_wrap .h_right .h_subnav li a:hover {
          color: #c67f66; }
    .h_wrap .h_right .tel {
      font-family: 'Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
      font-size: 34px;
      line-height: 1.2; }
      .h_wrap .h_right .tel span {
        font-size: 26px; }
    .h_wrap .h_right .tel_text {
      font-size: 14px;
      color: #666;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .h_wrap .h_right .tel_text {
          letter-spacing: 0;
          font-size: 13px; } }

#nav_global {
  width: 100%;
  background: #658042; }
  #nav_global ul {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li::before {
        content: '';
        position: absolute;
        top: 28%;
        left: 0;
        display: inline-block;
        width: 1px;
        height: 25px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #9cac82; }
      #nav_global ul li:last-child::after {
        content: '';
        position: absolute;
        top: 28%;
        right: 0;
        display: inline-block;
        width: 1px;
        height: 25px;
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #9cac82; }
      #nav_global ul li a {
        color: #fff;
        font-family: "源ノ明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        padding: 8px 0;
        display: block;
        -webkit-transition: .3s;
        transition: .3s; }
        #nav_global ul li a:hover {
          background: #789156; }
        #nav_global ul li a span {
          display: block;
          font-size: 10px;
          margin-top: -5px;
          -webkit-transition: all .3s;
          transition: all .3s; }

#mainArea {
  width: 100% !important;
  background: #eee; }
  #mainArea .slick-prev, #mainArea .slick-next {
    display: none !important; }
  #mainArea ul li img {
    margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    #mainArea {
      width: auto !important; } }

.mean-container .mean-bar {
  background: #658042 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #658042 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

.mean-nav li span {
  margin-left: 15px; }

footer#global_footer {
  min-width: 100%; }

#footer {
  background: #eee;
  font-size: 14px;
  padding: 40px 0 0;
  line-height: 1.7; }

.sub_nav li {
  display: inline-block;
  margin-right: 8px; }
  .sub_nav li a {
    color: #333; }

#flogo {
  margin: 0 0 15px 0; }

.finfo {
  margin: 0 0 10px 0; }

.copy {
  background: #658042;
  padding: 10px 0;
  margin: 20px 0 0; }
  .copy small {
    font-size: 14px;
    color: #fff; }

#contents_wrap {
  padding: 80px 0 100px; }
  @media screen and (max-width: 1200px) {
    #contents_wrap {
      padding: 80px 20px 100px; } }
  @media screen and (max-width: 640px) {
    #contents_wrap {
      padding: 40px 10px 60px; } }

/* TOP */
.inner1200 {
  max-width: 1200px;
  margin: 0 auto; }

.title01 h1 {
  font-family: "源ノ明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #262626;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: inline-block; }
  .title01 h1 span {
    display: block;
    font-size: 14px;
    color: #658042;
    margin-top: -15px; }
  @media screen and (max-width: 480px) {
    .title01 h1 {
      font-size: 24px; } }
.title01 h2 {
  font-family: "源ノ明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: 500;
  color: #658042;
  margin: -10px 0 10px 0;
  line-height: 1.6;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 480px) {
    .title01 h2 {
      font-size: 18px; } }
.title01 img {
  width: 100%; }

.title02 h1 {
  font-family: "源ノ明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #262626;
  font-size: 32px;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: inline-block; }
  .title02 h1 span {
    display: block;
    font-size: 16px;
    color: #658042;
    margin-top: -10px; }
.title02 h2 {
  font-family: "源ノ明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #262626;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: inline-block; }
  .title02 h2 span {
    display: block;
    font-size: 14px;
    color: #658042;
    margin-top: -15px; }
  @media screen and (max-width: 480px) {
    .title02 h2 {
      font-size: 24px; } }

.title03 h2 {
  font-family: "源ノ明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #262626;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 500; }
  @media screen and (max-width: 480px) {
    .title03 h2 {
      font-size: 20px; } }

.title04 h2 {
  font-family: "源ノ明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #262626;
  font-size: 28px;
  font-weight: 500;
  border-bottom: 2px solid #658042; }
  .title04 h2 span {
    font-size: 14px;
    color: #658042;
    margin-left: 20px; }
  @media screen and (max-width: 480px) {
    .title04 h2 {
      font-size: 24px; } }

.leftbox01 {
  float: left;
  width: 36.66%; }
  @media screen and (max-width: 1000px) {
    .leftbox01 {
      width: 46.66%; } }
  @media screen and (max-width: 640px) {
    .leftbox01 {
      float: none;
      width: 100%; } }

.rightbox01 {
  float: right;
  width: 60%; }
  @media screen and (max-width: 1000px) {
    .rightbox01 {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .rightbox01 {
      float: none;
      width: 100%;
      margin-top: 20px; } }

.leftbox02 {
  float: left;
  width: 60%; }
  @media screen and (max-width: 1000px) {
    .leftbox02 {
      width: 50%; } }
  @media screen and (max-width: 640px) {
    .leftbox02 {
      float: none;
      width: 100%; } }

.rightbox02 {
  float: right;
  width: 36.66%; }
  @media screen and (max-width: 1000px) {
    .rightbox02 {
      width: 46.66%; } }
  @media screen and (max-width: 640px) {
    .rightbox02 {
      float: none;
      width: 100%;
      margin-top: 20px; }
      .rightbox02 .btn01 {
        text-align: center; } }

.leftbox03 {
  float: left;
  width: 48.33%; }
  @media screen and (max-width: 640px) {
    .leftbox03 {
      float: none;
      width: 100%; } }

.rightbox03 {
  float: right;
  width: 48.33%; }
  @media screen and (max-width: 640px) {
    .rightbox03 {
      float: none;
      width: 100%;
      margin-top: 30px; } }

.con_bg01 {
  background: #eee;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important; }

.con_bg02 {
  background: url(../images/common/top_bg01.jpg) top center no-repeat;
  background-size: cover;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding: 100px 0; }
  @media screen and (max-width: 640px) {
    .con_bg02 {
      padding: 60px 0; } }
  .con_bg02 .bg_inner {
    background: rgba(255, 255, 255, 0.75);
    padding: 40px 20px 70px;
    max-width: 1200px;
    margin: 0 auto; }

.bento_wrap {
  margin: 0 -1.63% 0 0;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .bento_wrap {
      padding: 0 20px;
      margin: 0 -1.69% 0 0; } }
  @media screen and (max-width: 640px) {
    .bento_wrap {
      margin: 0 -3.125% 0 0; } }
  .bento_wrap .bento {
    float: left;
    width: 23.36%;
    margin: 0 1.63% 1.63% 0; }
    @media screen and (max-width: 1200px) {
      .bento_wrap .bento {
        width: 23.30%;
        margin: 0 1.69% 1.69% 0; } }
    @media screen and (max-width: 640px) {
      .bento_wrap .bento {
        width: 46.875%;
        margin: 0 3.125% 3.125% 0; } }
    .bento_wrap .bento td {
      padding: 0 !important;
      border: none !important; }
      .bento_wrap .bento td.bento_text {
        font-size: 18px;
        font-weight: bold;
        color: #658042; }
        @media screen and (max-width: 480px) {
          .bento_wrap .bento td.bento_text {
            font-size: 14px; } }

.btn01 a {
  font-family: "源ノ明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #fff;
  background: #658042;
  padding: 15px 55px;
  letter-spacing: 0.1em;
  position: relative;
  transition: .3s; }
  .btn01 a:hover {
    background: #ba3c13; }
  .btn01 a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 14px; }
  .btn01 a span {
    font-size: 14px; }

.btn02 {
  text-align: center; }
  .btn02 a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: #c23e1d;
    padding: 25px 95px;
    letter-spacing: 0.1em;
    position: relative;
    transition: .3s; }
    @media screen and (max-width: 640px) {
      .btn02 a {
        font-size: 18px; } }
    .btn02 a:hover {
      background: #c67f66; }
    .btn02 a::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f105';
      position: absolute;
      top: 26px;
      right: 10px;
      font-size: 14px; }

.con_tel {
  font-family: 'Times New Roman','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 60px;
  color: #c23e1d;
  line-height: 1.4; }
  .con_tel span {
    font-size: 36px; }
  @media screen and (max-width: 640px) {
    .con_tel {
      font-size: 48px; }
      .con_tel span {
        font-size: 28px; } }
  @media screen and (max-width: 480px) {
    .con_tel {
      font-size: 36px; }
      .con_tel span {
        font-size: 24px; } }

.contact_text {
  font-size: 18px; }
  @media screen and (max-width: 480px) {
    .contact_text {
      font-size: 14px; } }

.news_wrap {
  overflow-y: auto;
  max-height: 433px; }
  .news_wrap .news {
    border-bottom: 1px dashed #ccc;
    padding: 0 0 15px 0;
    margin: 15px 0 0 0; }
    .news_wrap .news:nth-of-type(2) {
      margin: 0; }

.instagram {
  margin: 0 -1.36% 0 0; }
  .instagram li {
    float: left;
    width: 23.639%;
    margin: 0 1.36% 1.36% 0; }

.title_bg {
  background: url(../images/contents/title_bg.jpg) top center no-repeat; }
  .title_bg h1 {
    padding: 80px 0;
    text-shadow: 0px 0px 5px #fff; }
    @media screen and (max-width: 480px) {
      .title_bg h1 {
        padding: 60px 0; } }

.Dib_wrap {
  text-align: center; }
  .Dib_wrap .btn02 a {
    padding: 20px 0;
    display: block;
    font-size: 20px; }

.Dib {
  display: inline-block;
  width: 35%; }
  @media screen and (max-width: 1000px) {
    .Dib {
      width: 45%; } }
  @media screen and (max-width: 768px) {
    .Dib {
      display: block;
      width: 100%; } }

.kakoi {
  border: 2px solid #ccc;
  padding: 30px; }
  @media screen and (max-width: 480px) {
    .kakoi {
      padding: 15px; } }
  .kakoi .komidashi {
    font-size: 18px;
    font-family: "源ノ明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.bento01 td {
  padding: 10px 10px 10px 0 !important;
  border: none !important; }

.bento02 td {
  border: none !important;
  padding: 10px 0  !important; }
  .bento02 td.bb01 {
    border-bottom: 1px dotted #ccc !important; }
  @media screen and (max-width: 480px) {
    .bento02 td.bbsp {
      border: none !important;
      padding: 10px 0 0 !important; }
    .bento02 td.spnone {
      display: none; } }

.menu_tbl {
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .menu_tbl {
      width: 100%; } }
  .menu_tbl td {
    border: none !important;
    padding: 15px 0 !important;
    border-bottom: 1px dotted #ccc !important; }
