@charset "UTF-8";
/*==================================

  bace

==================================*/
/* common */
* {
  box-sizing: border-box;
  outline: none; }

html, body {
  width: 100%;
  overflow-x: hidden;
  word-wrap: break-word; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  color: #353a3f;
  position: relative;
  background: #f5f5fa; }

/* img */
img {
  max-width: 100%;
  height: auto; }

img[src$=".svg"] {
  max-width: 100%; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

/* img */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%; }

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/*==================================

  link

==================================*/
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #111111; }
  a:hover {
    opacity: .7; }
    a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }

a[href^="tel:"]:hover {
  opacity: 1; }

.btn_reserve {
  background: #b24017;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 0 #581f0a;
  padding: 10px 20px;
  line-height: 0;
  margin-right: 10px; }

.btn_tel {
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 2px solid #b24017; }

/*==================================

  font

==================================*/
p {
  margin-bottom: 30px;
  text-align: justify; }

.fb {
  font-weight: 900; }

.text_c {
  text-align: center; }

.text_r {
  text-align: right; }

.f18 {
  font-size: 18px !important; }

.f22 {
  font-size: 22px !important; }

.f32 {
  font-size: 32px !important; }

.f38 {
  font-size: 38px !important; }

.f44 {
  font-size: 44px !important; }

.f62 {
  font-size: 62px !important; }

.f_green {
  color: #84a748; }

.f_red {
  color: #811c08; }

.f22 {
  color: #fff; }

.font {
  font-family: "Roboto", sans-serif; }

.font2 {
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: -.09em; }

.font3 {
  font-family: "Lato", sans-serif; }

h3 {
  font-size: 30px; }

h2.under_line {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 3px solid #84a748; }

h2.left_line {
  font-size: 36px;
  border-left: 5px solid #2d4258;
  padding-left: 20px;
  line-height: 1.2;
  padding-bottom: 7px;
  margin-bottom: 30px;
  font-weight: 900; }

strong.under_line {
  display: inline-block;
  border-bottom: 3px solid #fff5a0;
  line-height: 1; }

/*==================================

  contents

==================================*/
section {
  padding: 70px 0; }

.contents {
  max-width: 100%;
  width: 1030px;
  margin: 0 auto;
  padding: 0 15px; }

.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex_box .flex_img {
    line-height: 0; }

.yellow_box {
  background: #fefae1;
  border: 4px solid #e6d15d;
  padding: 4px; }
  .yellow_box .inner {
    border: 1px solid #e6d15d;
    padding: 10px 30px; }

.bg_g {
  background: url("../img/bg_g.png"); }

.bg_green {
  background: #84a748;
  padding: 40px 0; }
  .bg_green h2 {
    font-size: 50px !important;
    color: #fff;
    font-weight: 900 !important; }
    .bg_green h2 strong {
      color: #fef43e !important;
      text-decoration: none !important; }

.bg_white {
  background: #fff;
  padding: 30px;
  border-radius: 20px; }
  .bg_white h3 {
    font-weight: 900;
    margin-bottom: 15px;
    color: #2d4258; }
    .bg_white h3 .f_red {
      color: #b24017;
      font-weight: 900; }

table {
  border-collapse: collapse;
  width: 100%; }
  table th, table td {
    border: 2px solid #ddd; }

/*==================================

  header

==================================*/
.page_header {
  padding: 10px 0; }
  .page_header .flex_box {
    width: 100%;
    align-items: center; }
    .page_header .flex_box .page_header_right {
      display: flex; }

.main_nav {
  background: linear-gradient(90deg, #444a50 0%, #444a50 50%, #ab9c41 50%, #ab9c41 100%); }
  .main_nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .main_nav ul li {
      width: calc(100% / 7); }
      .main_nav ul li a {
        display: block;
        text-align: center;
        font-size: 17px;
        color: #fff;
        font-weight: 700;
        padding: 20px 0 40px;
        line-height: 1;
        position: relative; }
        .main_nav ul li a::after {
          content: "";
          background: url("../img/icon_menu.png") no-repeat;
          position: absolute;
          display: block;
          width: 13px;
          height: 8px;
          bottom: 15px;
          left: 50%;
          transform: translateX(-50%); }
        .main_nav ul li a:hover {
          opacity: 1; }
        .main_nav ul li a.active {
          color: #ab9c41 !important;
          background: #fff !important; }
          .main_nav ul li a.active::after {
            background: url("../img/icon_menu2.png") no-repeat; }
      .main_nav ul li:first-child a {
        background: #444a50; }
      .main_nav ul li:nth-child(2) a {
        background: #2d4258; }
      .main_nav ul li:nth-child(3) a {
        background: #85b9b9; }
      .main_nav ul li:nth-child(4) a {
        background: #d899ad; }
      .main_nav ul li:nth-child(5) a {
        background: #ca9024; }
      .main_nav ul li:nth-child(6) a {
        background: #64679b; }
      .main_nav ul li:last-child a {
        background: #ab9c41; }

/*==================================

  top

==================================*/
.mv {
  line-height: 0; }

.main_top h2 {
  line-height: 1.952380;
  font-size: 42px;
  font-weight: 700; }
  .main_top h2 strong {
    font-size: 58px;
    color: #84a748;
    text-decoration: underline;
    font-weight: 900; }
.main_top h3 span {
  font-weight: bold; }
.main_top .yellow_box {
  margin-top: 50px; }
  .main_top .yellow_box .flex_box {
    align-items: center; }
    .main_top .yellow_box .flex_box .flex_img {
      mix-blend-mode: multiply;
      max-width: 161px; }
    .main_top .yellow_box .flex_box .flex_txt {
      flex: 1;
      padding-left: 20px;
      font-size: 26px;
      color: #111;
      line-height: 1.263;
      font-weight: bold; }
.main_top .news_box {
  margin-top: 80px; }
  .main_top .news_box.flex_box .news_ttl {
    width: 20%; }
    .main_top .news_box.flex_box .news_ttl h2 {
      font-size: 34px;
      font-weight: 900; }
      .main_top .news_box.flex_box .news_ttl h2 span {
        display: block;
        font-size: 16px;
        font-weight: normal; }
  .main_top .news_box.flex_box ul {
    width: 75%;
    border-bottom: 1px solid #ddd; }
    .main_top .news_box.flex_box ul li {
      width: 100%;
      border-top: 1px solid #ddd; }
      .main_top .news_box.flex_box ul li a {
        display: block;
        width: 100%;
        padding: 20px 0; }
        .main_top .news_box.flex_box ul li a span {
          display: inline-block;
          padding-right: 30px;
          letter-spacing: .05em; }

.s1 .bg_g img {
  margin-bottom: -50px; }
.s1 .flex_box {
  margin: 80px 0; }
  .s1 .flex_box li {
    width: 48%;
    text-align: center;
    color: #697179;
    border-radius: 20px;
    font-weight: 900;
    padding: 20px 0; }

.s2 .text_c {
  mix-blend-mode: screen; }
.s2 .contents > img {
  max-width: 110%; }

.s3 {
  padding-top: 40px; }
  .s3 ul {
    margin-top: 80px; }
    .s3 ul li {
      width: 49%;
      position: relative;
      margin-bottom: 20px; }
      .s3 ul li span {
        position: absolute;
        display: block;
        width: 200px;
        height: 50px;
        z-index: 1;
        right: 20px;
        bottom: 16px; }

.s4 {
  padding-bottom: 70px; }
  .s4 li {
    width: 49%; }
    .s4 li a {
      height: 80px; }
      .s4 li a.btn_tel img {
        max-height: 36px; }
      .s4 li a.btn_reserve img {
        max-height: 26px; }

.shop_list ul {
  padding-top: 10px; }
  .shop_list ul li {
    width: 48%; }
    .shop_list ul li h3 {
      font-size: 22px;
      font-weight: bold;
      color: #84a748;
      padding: 20px 0 10px; }

/*==================================

  footer

==================================*/
footer {
  padding-bottom: 0 !important; }
  footer img {
    mix-blend-mode: screen; }
  footer p {
    text-align: center;
    color: #fff; }
    footer p strong {
      font-size: 18px;
      display: block;
      padding: 20px 0 5px; }
  footer small {
    display: block;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background: #678a2b; }

.under_box {
  padding: 60px 0; }
  .under_box li {
    width: 49%; }
    .under_box li a {
      height: 80px; }
      .under_box li a.btn_tel img {
        max-height: 36px; }
      .under_box li a.btn_reserve img {
        max-height: 26px; }

/*==================================

  under

==================================*/
.under .mv {
  line-height: 1; }
  .under .mv .mv_txt {
    background: #2d4258;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    padding: 40px 0;
    line-height: 1.5; }

/* business */
.tab {
  border-bottom: 10px solid #2d4258;
  margin-top: 60px;
  display: flex;
  justify-content: space-between; }
  .tab li {
    width: 23%;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    transition: .3s;
    font-size: 24px;
    font-weight: bold;
    background: #b5b5b5;
    border-radius: 6px 6px 0 0; }
    .tab li.active {
      background: #2d4258; }

.area section {
  display: none; }
  .area section.show {
    display: block; }
    .area section.show .flex_txt h3 {
      font-size: 22px;
      color: #2d4258;
      font-weight: bold; }
    .area section.show .flex_txt .f_red {
      font-weight: bold;
      color: #b24017; }

.bus_list {
  padding-top: 40px; }
  .bus_list > li {
    border: 3px solid #2d4258;
    width: 49%;
    margin-bottom: 20px; }
    .bus_list > li .ttl {
      font-size: 32px;
      text-align: center;
      font-weight: bold;
      background: #2d4258;
      line-height: 1;
      padding: 20px 0;
      color: #fff; }
    .bus_list > li .flex_box {
      width: 90%;
      margin: 0 auto;
      border-bottom: 2px solid #2d4258;
      padding: 20px 0;
      color: #2d4258;
      font-size: 24px;
      height: 210px; }
      .bus_list > li .flex_box dd:before {
        content: "●";
        color: #8a9db0; }
    .bus_list > li .btn_img {
      width: 200px;
      height: 50px;
      margin: 20px auto;
      display: block; }

.bus1 .bus_list > li .flex_box {
  border-bottom: 2px solid #2d4258; }

.bus_big_list {
  padding-top: 40px; }
  .bus_big_list > li {
    border: 3px solid #2d4258; }
    .bus_big_list > li .ttl {
      font-size: 32px;
      text-align: center;
      font-weight: bold;
      background: #2d4258;
      line-height: 1;
      padding: 20px 0;
      color: #fff; }
    .bus_big_list > li .flex_box {
      width: 90%;
      margin: 0 auto;
      padding: 20px 0;
      color: #2d4258;
      font-size: 24px; }
      .bus_big_list > li .flex_box dd:before {
        content: "●";
        color: #8a9db0; }
    .bus_big_list > li .btn_img {
      width: 200px;
      height: 50px;
      margin: 20px auto;
      display: block; }

.bus2 > .flex_box .flex_img, .bus3 > .flex_box .flex_img, .bus4 > .flex_box .flex_img {
  width: 30%; }
.bus2 > .flex_box .flex_txt, .bus3 > .flex_box .flex_txt, .bus4 > .flex_box .flex_txt {
  width: 65%; }
  .bus2 > .flex_box .flex_txt .btn_img, .bus3 > .flex_box .flex_txt .btn_img, .bus4 > .flex_box .flex_txt .btn_img {
    width: 200px;
    height: 50px;
    display: block; }

/* commit */
.commit .mv .mv_txt {
  background: #85b9b9; }

.commit .mv.pink .mv_txt {
  background: #d899ad; }

.commit_box {
  margin-bottom: 40px; }
  .commit_box .ttl {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 40px; }
    .commit_box .ttl::before {
      content: "";
      height: 70%;
      display: block;
      width: 100%;
      background: #85b9b9;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: -1; }
    .commit_box .ttl img {
      margin-left: 10px; }
    .commit_box .ttl h2 {
      color: #fff;
      font-size: 46px;
      padding-left: 10px;
      font-weight: bold; }
  .commit_box h3 {
    font-size: 36px;
    color: #2d4258;
    font-weight: bold;
    margin-bottom: 20px; }
  .commit_box ul {
    margin: 50px auto 0;
    width: 80%; }

#price .main_nav ul li a.active {
  color: #fff !important;
  background: #85b9b9 !important; }
  #price .main_nav ul li a.active::after {
    background: url(../img/icon_menu.png) no-repeat; }
#price .main_nav ul li:nth-child(4) a {
  color: #ab9c41 !important;
  background: #fff !important; }
  #price .main_nav ul li:nth-child(4) a::after {
    background: url(../img/icon_menu2.png) no-repeat; }
#price h2.left_line {
  border-color: #d899ad; }
#price ul {
  margin-bottom: 60px; }
  #price ul li {
    width: 50%; }
    #price ul li:nth-child(even) th {
      border-left: none; }
#price table th {
  color: #fff;
  background: #d899ad;
  padding: 15px 5px; }
#price table td {
  text-align: right;
  padding: 15px 5px; }

/* comp */
.company .mv .mv_txt {
  background: #ca9024; }

.company #contact .mv .mv_txt {
  background: #64679b; }

.comp1 h2.left_line {
  border-color: #ca9024; }
.comp1 h3 {
  color: #2d4258;
  font-weight: 900;
  margin-bottom: 30px; }
.comp1 .flex_box .flex_txt {
  width: 70%; }
.comp1 .flex_box .flex_img {
  width: 25%; }
.comp1 .comp_list li {
  width: 50%;
  max-height: 702px; }
  .comp1 .comp_list li table th {
    padding: 13px 10px;
    color: #fff;
    background: #ca9024;
    vertical-align: middle; }
  .comp1 .comp_list li table td {
    padding: 13px 10px; }
  .comp1 .comp_list li:last-child {
    line-height: 0;
    text-align: right; }
    .comp1 .comp_list li:last-child img {
      height: 100%; }

#contact .main_nav ul li a.active {
  color: #fff !important;
  background: #ca9024 !important; }
  #contact .main_nav ul li a.active::after {
    background: url(../img/icon_menu.png) no-repeat; }
#contact .main_nav ul li:nth-child(6) a {
  color: #ab9c41 !important;
  background: #fff !important; }
  #contact .main_nav ul li:nth-child(6) a::after {
    background: url(../img/icon_menu2.png) no-repeat; }
#contact .yellow_box {
  margin-top: 50px; }
  #contact .yellow_box .flex_box {
    align-items: center; }
    #contact .yellow_box .flex_box .flex_img {
      mix-blend-mode: multiply;
      max-width: 161px; }
    #contact .yellow_box .flex_box .flex_txt {
      flex: 1;
      padding-left: 20px;
      font-size: 26px;
      color: #111;
      line-height: 1.263;
      font-weight: bold; }
#contact .pri1 {
  padding-bottom: 0; }
  #contact .pri1 .bg_g {
    padding: 70px 0; }
    #contact .pri1 .bg_g h3 {
      color: #2d4258;
      font-weight: 900;
      margin-bottom: 30px;
      text-align: center; }
    #contact .pri1 .bg_g form {
      margin: 60px 0; }
      #contact .pri1 .bg_g form th, #contact .pri1 .bg_g form td {
        border: none;
        position: relative;
        font-size: 18px;
        padding: 10px 0; }
      #contact .pri1 .bg_g form .his {
        background: #b24017;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 20px;
        color: #fff;
        position: absolute;
        right: 15px;
        line-height: 1;
        font-size: 16px;
        letter-spacing: .1em; }
      #contact .pri1 .bg_g form td {
        padding: 10px 0; }
        #contact .pri1 .bg_g form td input[type="text"], #contact .pri1 .bg_g form td input[type="tel"], #contact .pri1 .bg_g form td input[type="email"], #contact .pri1 .bg_g form td textarea {
          border: 1px solid #aaa;
          background: #fff;
          padding: 10px;
          width: 100%; }
        #contact .pri1 .bg_g form td select {
          border: 1px solid #aaa;
          background: #fff;
          padding: 10px;
          margin-right: 10px; }
      #contact .pri1 .bg_g form .sub {
        text-align: center;
        margin-top: 60px; }

.kojin {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 25px;
  border: 1px solid #aaa;
  height: 150px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.kojin .t_r {
  margin-top: 20px; }

/* blog */
.blog {
  padding-bottom: 70px; }
  .blog .mv .mv_txt {
    background: #84a748; }
  .blog .yellow_box {
    margin-top: 50px; }
    .blog .yellow_box .flex_box {
      align-items: center; }
      .blog .yellow_box .flex_box .flex_img {
        mix-blend-mode: multiply;
        max-width: 161px; }
      .blog .yellow_box .flex_box .flex_txt {
        flex: 1;
        padding-left: 20px;
        font-size: 26px;
        color: #111;
        line-height: 1.263;
        font-weight: bold; }
  .blog .blog_cat {
    display: flex;
    flex-wrap: wrap; }
    .blog .blog_cat li {
      width: 18%;
      margin: 5px 1%; }
    .blog .blog_cat a {
      display: block;
      background: #2d4258;
      border-radius: 6px;
      text-align: center;
      color: #fff;
      padding: 5px 0;
      font-size: 24px;
      font-weight: bold; }
  .blog article {
    margin-top: 60px; }
    .blog article .cat_ttl {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 10px;
      border-bottom: 2px solid #2d4258;
      font-weight: bold;
      margin-bottom: 60px; }
      .blog article .cat_ttl .cat_item {
        border: 2px solid #2d4258;
        padding: 3px 15px;
        color: #2d4258;
        margin-right: 10px;
        border-radius: 6px;
        font-size: 24px; }
      .blog article .cat_ttl h1 {
        flex: 1;
        font-size: 26px;
        color: #2d4258; }
      .blog article .cat_ttl .date {
        font-family: "Lato", sans-serif;
        letter-spacing: .05em;
        color: #84a748;
        font-size: 24px; }

/* margin padding
/ ---------------------------------------------------------- */
.mt10 {
  margin-top: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt50 {
  margin-top: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mt80 {
  margin-top: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mt100 {
  margin-top: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.pl100 {
  padding-left: 100px !important; }
