@charset "UTF-8";
/* Scss Document */
@import url(normalize.css);
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  margin: 0;
  padding: 0; }

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho"; }

.font_en {
  font-family: Copperplate,Copperplate Gothic Light,fantasy; }

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
html {
  font-size: 62.5%;
  height: 100%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 60.5%; } }

body {
  font-size: 1.5rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #323232;
  font-family: 'Noto Sans JP', sans-serif; }

a {
  transition: all 0.3s ease 0s;
  color: #000; }
  a:hover {
    color: #6eaf3d; }
  a.link::before {
    font-family: FontAwesome;
    content: "\f35d";
    margin-right: 10px; }

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

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

@media screen and (max-width: 767px) {
  .tab {
    display: none; } }

@media screen and (min-width: 768px) {
  .tab {
    display: none; } }

@media screen and (min-width: 606px) and (max-width: 767px) {
  .tab {
    display: block !important; } }

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

a img {
  transition: all 0.3s ease 0s; }
  a img:hover {
    opacity: 0.8; }

@media screen and (max-width: 767px) {
  img {
    max-width: 100%; } }

.link {
  color: #000;
  text-decoration: none; }

.mrgT5 {
  margin-top: 5px; }

.mrgT10 {
  margin-top: 10px; }

.mrgT15 {
  margin-top: 15px; }

.mrgT20 {
  margin-top: 20px; }

.mrgT25 {
  margin-top: 25px; }

.mrgT30 {
  margin-top: 30px; }

.mrgT40 {
  margin-top: 40px; }

.mrgT50 {
  margin-top: 50px; }

.mrgT60 {
  margin-top: 60px; }

.mrgT70 {
  margin-top: 70px; }

.mrgB5 {
  margin-bottom: 5px; }

.mrgB10 {
  margin-bottom: 10px; }

.mrgB15 {
  margin-bottom: 15px; }

.mrgB20 {
  margin-bottom: 20px; }

.mrgB25 {
  margin-bottom: 25px; }

.mrgB30 {
  margin-bottom: 30px; }

.mrgB40 {
  margin-bottom: 40px; }

.mrgB50 {
  margin-bottom: 50px; }

.mrgB60 {
  margin-bottom: 60px; }

.mrgB70 {
  margin-bottom: 70px; }

.floatL {
  float: left; }

.floatR {
  float: right; }

.fontBold {
  font-weight: bold; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.f12 {
  font-size: 1.2rem; }

.f14 {
  font-size: 1.4rem; }

.f16 {
  font-size: 1.6rem; }

.f18 {
  font-size: 1.8rem; }

.red {
  color: #c1272d; }

.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: bold; }

/*=======================================================
	
    header
    
========================================================*/
@media screen and (max-width: 767px) {
  #container {
    overflow: hidden; } }

#container header {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  z-index: 800;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 767px) {
    #container header {
      padding: 0 10px; } }
  #container header.is-fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    animation: nyuru 0.5s;
    position: fixed !important; }
    #container header.is-fixed .head_inner nav .gnav li a {
      color: #323232; }
    #container header.is-fixed .head_inner nav .telnum {
      color: #323232; }

@keyframes nyuru {
  0% {
    margin-top: -158px; }
  100% {
    margin-top: 0; } }
  @media screen and (max-width: 767px) {
    @keyframes nyuru {
      0% {
        margin-top: -78px; }
      100% {
        margin-top: 0; } } }
  #container header .head_inner {
    justify-content: space-between;
    display: flex;
    width: 100%; }
    #container header .head_inner .logo {
      padding: 0 30px; }
      @media screen and (max-width: 767px) {
        #container header .head_inner .logo {
          padding: 20px 0;
          width: 70%; } }
    #container header .head_inner nav {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #container header .head_inner nav .gnav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        margin: 0 0 0 20px; }
        #container header .head_inner nav .gnav.nolink {
          pointer-events: none; }
        #container header .head_inner nav .gnav > li {
          margin-right: 40px;
          position: relative;
          font-weight: 700;
          cursor: pointer; }
          #container header .head_inner nav .gnav > li:hover {
            color: #6eaf3d; }
          #container header .head_inner nav .gnav > li a {
            text-decoration: none;
            font-weight: 700; }
            #container header .head_inner nav .gnav > li a:hover {
              color: #6eaf3d; }
            #container header .head_inner nav .gnav > li a.nolink {
              pointer-events: none; }
          #container header .head_inner nav .gnav > li ul {
            display: none; }
          #container header .head_inner nav .gnav > li:hover ul {
            z-index: 100;
            display: block;
            position: absolute;
            left: 0;
            top: 18px;
            background: #000;
            width: 130px; }
            #container header .head_inner nav .gnav > li:hover ul li {
              padding: 0.5em 1.5em;
              font-size: 1.2rem;
              border-bottom: 1px solid #fff;
              line-height: 1.6; }
              #container header .head_inner nav .gnav > li:hover ul li a {
                color: #fff; }
              #container header .head_inner nav .gnav > li:hover ul li:last-child {
                border: 0; }
  #container header .contact_btn {
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      #container header .contact_btn {
        position: initial;
        right: auto;
        top: auto;
        padding: 0 20px; } }
    #container header .contact_btn a {
      display: block;
      text-decoration: none;
      color: #fff;
      width: 215px;
      background: #e60000;
      text-align: center;
      padding: 2em;
      box-sizing: border-box; }
      #container header .contact_btn a::before {
        font-family: FontAwesome;
        content: "\f0e0";
        margin-right: 1em; }
      @media screen and (max-width: 767px) {
        #container header .contact_btn a {
          width: 100%;
          font-size: 1.8rem;
          font-weight: 700; } }
  #container header .telnum {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff; }
    #container header .telnum::before {
      font-family: FontAwesome;
      content: "\f095";
      margin-right: 10px;
      font-size: 2.0rem; }
    @media screen and (max-width: 767px) {
      #container header .telnum {
        text-align: center;
        margin: 20px 0; } }
    @media screen and (max-width: 767px) {
      #container header .telnum a {
        text-decoration: none;
        color: #fff; } }

@media screen and (max-width: 767px) {
  #container .logo {
    padding: 10px 0;
    width: 70%; } }

#container .menu-trigger,
#container .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff; }

#container .menu-trigger {
  width: 47px;
  height: 57px;
  float: right;
  position: fixed;
  top: 2%;
  right: 1%;
  z-index: 9999;
  background: url(../img/common/btn_open.png) no-repeat top center/contain; }

#container .menu-trigger.active {
  background: url(../img/common/btn_close.png) no-repeat top center/contain; }

#container .menu-trigger.active span {
  background-color: #005ab4; }

#container .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }

#container .menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

#container .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg); }

#container #overlay {
  width: 100%;
  height: 100vh;
  margin: auto;
  padding-top: 10%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #6eaf3d;
  display: none;
  text-align: center;
  color: #fff; }
  #container #overlay .sub_nav li {
    margin: 10px 0; }
    #container #overlay .sub_nav li a {
      font-size: 1.6rem; }

#container #overlay .gnav {
  width: 100%;
  margin: 10px 0 50px; }

#container #overlay .gnav li {
  margin: 25px 15px;
  text-align: center;
  border: 0; }
  #container #overlay .gnav li a {
    font-size: 2.7rem; }

#container #overlay ul li a {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  color: #fff; }
  #container #overlay ul li a span {
    font-weight: normal;
    font-size: 1.2rem;
    display: block; }

#container #overlay .gnav > li ul {
  display: flex;
  justify-content: center;
  margin-top: 1em; }
  #container #overlay .gnav > li ul li {
    margin: 0 1em 0 0;
    padding-right: 1em;
    border-right: 1px solid #fff; }
    #container #overlay .gnav > li ul li:last-child {
      padding-right: 0;
      margin: 0;
      border-right: 0; }
    #container #overlay .gnav > li ul li a {
      font-size: 1.3rem;
      display: block; }

#container .gmap #gmap {
  width: 100%; }

#container footer {
  padding: 50px 0 0; }
  @media screen and (max-width: 767px) {
    #container footer {
      padding: 30px 15px 0; } }
  #container footer .foot_nav {
    margin-bottom: 60px; }
    #container footer .foot_nav ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #container footer .foot_nav ul li {
        margin-right: 1em; }
        #container footer .foot_nav ul li a {
          text-decoration: none; }
        #container footer .foot_nav ul li:last-child {
          margin-right: 0; }
          #container footer .foot_nav ul li:last-child::after {
            display: none; }
        @media screen and (max-width: 767px) {
          #container footer .foot_nav ul li {
            text-align: center;
            margin: 0 1em 1em 0; } }
        #container footer .foot_nav ul li::after {
          content: "|";
          margin-left: 1em; }
  #container footer .sns {
    display: flex;
    justify-content: center;
    margin: 60px 0; }
    #container footer .sns li {
      margin: 0 10px; }
  #container footer .logo_foot {
    text-align: center;
    margin-bottom: 30px; }
  #container footer address {
    text-align: center;
    font-size: 1.2rem;
    padding-bottom: 1em;
    line-height: 1.6; }

/*=======================================================
	
    共通レイアウト
    
========================================================*/
#container img {
  max-width: 100%;
  height: auto; }

#container a.disabled {
  pointer-events: none; }

#container .flex {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    #container .flex .box01 {
      order: 1; } }
  @media screen and (max-width: 767px) {
    #container .flex .box02 {
      order: 2; } }
  #container .flex img {
    max-width: 100%; }

#container .fix_bnr {
  position: fixed;
  right: 0;
  top: 20%; }
  @media screen and (max-width: 767px) {
    #container .fix_bnr {
      left: 0;
      bottom: 0;
      top: inherit;
      right: inherit;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    #container .fix_bnr a {
      display: block;
      background: #7b673f;
      padding: 20px;
      text-align: center;
      box-sizing: border-box; } }

#container #content .pagenavi {
  text-align: center;
  margin: 50px 0 0; }

#container #content .inner {
  max-width: 1080px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    #container #content .inner {
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box; } }

#container #content section p {
  line-height: 1.6; }

#container #content section .inner {
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    #container #content section .inner {
      padding: 40px 15px;
      box-sizing: border-box; } }

#container .bread {
  padding: 10px 0;
  font-size: 1.2rem;
  background: #e5eef7; }
  @media screen and (max-width: 767px) {
    #container .bread {
      padding: 10px; } }
  #container .bread .bread_inner {
    width: 1170px;
    margin: 0 auto;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      #container .bread .bread_inner {
        width: 100%; } }

#container .more01 a {
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1.6rem;
  text-align: center;
  max-width: 230px;
  background: #6eaf3d;
  font-weight: 500;
  margin: 50px auto 0;
  color: #fff;
  border: 2px solid #6eaf3d; }
  @media screen and (max-width: 767px) {
    #container .more01 a {
      max-width: 230px;
      font-size: 1.6rem; } }
  #container .more01 a:hover {
    background: #fff;
    color: #6eaf3d; }

#container .more02 a {
  display: block;
  text-decoration: none;
  padding: 20px;
  font-size: 2.0rem;
  text-align: center;
  max-width: 280px;
  background: #fff;
  font-weight: 500;
  border-radius: 40px;
  margin: 50px auto 0;
  color: #005ab4;
  border: 2px solid #fff; }
  @media screen and (max-width: 767px) {
    #container .more02 a {
      max-width: 230px;
      font-size: 1.8rem; } }
  #container .more02 a:hover {
    background: #005ab4;
    color: #fff; }
  #container .more02 a::after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 1em; }

#container .more03 a {
  border: 2px solid #ff0000;
  display: block;
  text-decoration: none;
  padding: 20px;
  font-size: 2.4rem;
  text-align: center;
  max-width: 400px;
  background: #ff0000;
  font-weight: bold;
  border-radius: 40px;
  margin: 50px auto 0;
  color: #fff; }
  #container .more03 a:hover {
    background: #fff;
    color: #ea212d;
    border: 2px solid #ea212d; }
  #container .more03 a::after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 1em; }

#container .more04 a {
  border: 2px solid #fff;
  display: block;
  text-decoration: none;
  padding: 20px;
  font-size: 2.4rem;
  text-align: center;
  max-width: 400px;
  background: #fff;
  font-weight: bold;
  border-radius: 40px;
  margin: 30px auto 0;
  color: #005ab4; }
  #container .more04 a:hover {
    background: #005ab4;
    color: #fff;
    border: 2px solid #005ab4; }
  #container .more04 a::after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 0.5em; }
  #container .more04 a::before {
    font-family: FontAwesome;
    content: "\f0e0";
    margin-right: 0.5em; }

#container .more05 a {
  display: block;
  text-decoration: none;
  padding: 15px;
  font-size: 2.0rem;
  text-align: center;
  background: #fff;
  font-weight: bold;
  border-radius: 40px;
  margin: 50px auto 0;
  color: #065686;
  border: 2px solid #065686; }
  #container .more05 a:hover {
    opacity: 0.8; }
  #container .more05 a::before {
    font-family: FontAwesome;
    content: "\f0eb";
    margin-right: 20px; }

#container h2.style01 {
  font-size: 6.0rem; }
  @media screen and (max-width: 767px) {
    #container h2.style01 {
      font-size: 3.6rem; } }
  #container h2.style01 span {
    font-size: 2.4rem;
    display: block; }
    @media screen and (max-width: 767px) {
      #container h2.style01 span {
        font-size: 1.8rem; } }

#container h2.style02 {
  font-size: 4.4rem;
  line-height: 1.6;
  color: #fff;
  font-family: 'Lato', sans-serif; }
  #container h2.style02::first-letter {
    color: #ff0000; }
  #container h2.style02 span {
    display: block;
    font-size: 1.4rem; }

#container h2.style03 {
  font-size: 2.8rem;
  line-height: 1.6;
  color: #065686;
  padding-left: 0.5em;
  border-left: 2px solid #065686;
  text-align: left; }

#container h3 {
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4; }
  #container h3.style01 {
    font-size: 2.8rem;
    line-height: 1.6;
    color: #065686;
    padding-left: 0.5em;
    border-left: 2px solid #065686; }
    @media screen and (max-width: 767px) {
      #container h3.style01 {
        font-size: 2.4rem; } }
  #container h3.style02 {
    font-size: 2.8rem;
    line-height: 1.6;
    color: #065686;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #container h3.style02 {
        font-size: 2.4rem; } }

#container .contact_area {
  background: url(../img/common/bg_contact.png) no-repeat top center/cover;
  padding: 45px 0; }
  #container .contact_area .inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 70px 0;
    border: 2px solid #fff;
    color: #fff; }
    @media screen and (max-width: 767px) {
      #container .contact_area .inner {
        padding: 30px 15px;
        margin: 0 15px; } }
    #container .contact_area .inner h2 {
      color: #fff; }
    #container .contact_area .inner .txt {
      text-align: center;
      line-height: 1.6; }

#container .toTop {
  position: fixed;
  right: 2%;
  bottom: 10%; }

#container .wp-pagenavi a, #container .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #065686;
  padding: 3px 5px;
  margin: 2px;
  color: #065686;
  border-radius: 5px; }

#container .wp-pagenavi a:hover, #container .wp-pagenavi span.current {
  border-color: #065686;
  background: #065686;
  color: #fff; }

/*=======================================================
	
    TOPコンテンツ
    
========================================================*/
#top #container section .inner {
  padding: 70px 0; }
  @media screen and (max-width: 767px) {
    #top #container section .inner {
      padding: 40px 15px;
      box-sizing: border-box; } }

#top #container .sec001 {
  /*background: url(../img/top/bg_intro.png) no-repeat center 87px;*/ }
  @media screen and (max-width: 767px) {
    #top #container .sec001 {
      background: 0; } }
  @media screen and (max-width: 767px) {
    #top #container .sec001 .inner {
      padding: 50px 0; } }
  #top #container .sec001 .inner h2 {
    color: #6eaf3d;
    font-size: 4.5rem;
    margin-bottom: 50px;
    letter-spacing: 0.2em; }
    @media screen and (max-width: 767px) {
      #top #container .sec001 .inner h2 {
        font-size: 3.2rem;
        margin-bottom: 50px;
        text-align: center; } }
  #top #container .sec001 .inner .flex li {
    width: calc(33.333333% - 10px);
    position: relative;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #top #container .sec001 .inner .flex li {
        width: 100%;
        margin-bottom: 30px; } }
    #top #container .sec001 .inner .flex li a {
      text-decoration: none; }
    #top #container .sec001 .inner .flex li h3 {
      text-align: center;
      font-size: 2.0rem;
      margin-bottom: 20px;
      font-weight: 700; }
      #top #container .sec001 .inner .flex li h3 span {
        font-size: 1.4rem;
        display: block; }
    #top #container .sec001 .inner .flex li figure {
      margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      #top #container .sec001 .inner .flex li .txt {
        padding: 0 15px; } }

#top #container .sec002 {
  background: #6eaf3d; }
  #top #container .sec002 .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    #top #container .sec002 .inner .ttl {
      width: 30%; }
      @media screen and (max-width: 767px) {
        #top #container .sec002 .inner .ttl {
          width: 100%; } }
      #top #container .sec002 .inner .ttl h2 {
        font-size: 4.5rem;
        color: #fff;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: inline-block;
        border-bottom: 1px solid #fff;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 767px) {
          #top #container .sec002 .inner .ttl h2 {
            font-size: 3.2rem;
            padding-bottom: 0;
            border: 0;
            text-align: center;
            display: block;
            margin-bottom: 40px; } }
      #top #container .sec002 .inner .ttl .more a {
        display: block;
        color: #fff;
        text-decoration: none; }
        @media screen and (max-width: 767px) {
          #top #container .sec002 .inner .ttl .more a {
            display: none; } }
    #top #container .sec002 .inner .flex {
      width: 70%; }
      @media screen and (max-width: 767px) {
        #top #container .sec002 .inner .flex {
          width: 100%; } }
      #top #container .sec002 .inner .flex li {
        width: calc(33.333333% - 20px);
        margin-right: 20px; }
        #top #container .sec002 .inner .flex li:last-child {
          margin-right: 0; }
        @media screen and (max-width: 767px) {
          #top #container .sec002 .inner .flex li {
            width: 100%;
            margin-bottom: 30px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            margin-right: 0; } }
        @media screen and (max-width: 767px) {
          #top #container .sec002 .inner .flex li .cont {
            width: 54%; } }
        #top #container .sec002 .inner .flex li .cont h3 a {
          text-decoration: none; }
          #top #container .sec002 .inner .flex li .cont h3 a:hover {
            color: #fff; }
        #top #container .sec002 .inner .flex li .cont .date {
          color: #fff; }
        #top #container .sec002 .inner .flex li figure {
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            #top #container .sec002 .inner .flex li figure {
              width: 44%; } }
    #top #container .sec002 .inner .more_sp {
      text-align: center;
      margin: 0 auto; }
      #top #container .sec002 .inner .more_sp a {
        max-width: 300px;
        display: block;
        padding: 0.2em 0.5em;
        font-size: 1.8rem;
        color: #fff;
        text-decoration: none;
        border-radius: 30px;
        border: 1px solid #fff; }

#top #container .sec003 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #top #container .sec003 .inner {
      display: block;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    #top #container .sec003 .inner figure {
      margin: 15px 0; } }

#top #container .sec004 .inner h2 {
  color: #6eaf3d;
  font-size: 4.5rem;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  #top #container .sec004 .inner h2::before {
    content: url(../img/top/ico_insta_tit.png);
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    #top #container .sec004 .inner h2 {
      font-size: 3.2rem; } }

#top #container .sec004 .inner .txt {
  text-align: center; }

#top #container .sec004 .more {
  text-align: center;
  margin-top: 40px; }
  #top #container .sec004 .more a {
    background: #6eaf3d;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0.5em 3em;
    font-size: 1.6rem;
    border-radius: 30px; }
    #top #container .sec004 .more a:hover {
      opacity: 0.8; }

#top #container .sec005 {
  background: #6eaf3d; }
  #top #container .sec005 .inner h2 {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    color: #fff;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      #top #container .sec005 .inner h2 {
        font-size: 2.2rem; } }
  #top #container .sec005 .inner .flex {
    justify-content: center; }
    #top #container .sec005 .inner .flex li {
      margin: 0 10px; }
      @media screen and (max-width: 767px) {
        #top #container .sec005 .inner .flex li {
          margin: 10px; } }

#top #container .sec006 h2 {
  color: #6eaf3d;
  font-size: 4.5rem;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  #top #container .sec006 h2::before {
    content: url(../img/top/ico_youtube.png);
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    #top #container .sec006 h2 {
      font-size: 3.2rem; } }

#top #container .sec006 .flex li {
  width: calc(33.333333% - 20px);
  margin-right: 20px;
  line-height: 1.8;
 margin-bottom: 20px; }
@media screen and (max-width: 767px) {
    #top #container .sec006 .flex li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; } }
  #top #container .sec006 .flex li:last-child {
    margin-right: 0; }
  #top #container .sec006 .flex li a {
    text-decoration: none; }
  #top #container .sec006 .flex li h3 {
    margin-bottom: 5px; }
  #top #container .sec006 .flex li .more {
    color: #6eaf3d; }

/*=======================================================
	
    下層コンテンツ（共通）
    
========================================================*/
#local #container header {
  position: inherit; }

#local #container footer {
  border-top: 40px solid #6eaf3d; }

#local #container img {
  max-width: 100%;
  height: auto; }

#local #container section p {
  line-height: 1.8; }

#local #container section .flex {
  display: flex;
  flex-wrap: wrap; }

#local #container section .inner {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    #local #container section .inner {
      width: 100%; } }

#local #container .gmap {
  padding: 0; }

#local #container .title {
  width: 100%;
  position: relative;
  height: 355px;
  box-sizing: border-box;
  background: #6eaf3d; }
  @media screen and (max-width: 767px) {
    #local #container .title {
      height: 176px; } }
  #local #container .title .cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    color: #fff;
    text-align: center;
    width: 90%; }
    #local #container .title .cont h1 {
      color: #fff;
      font-size: 4.2rem;
      letter-spacing: 0.2em;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        #local #container .title .cont h1 {
          font-size: 3.2rem;
          line-height: 1.4; } }
    #local #container .title .cont .lead {
      font-size: 2.8rem; }
      @media screen and (max-width: 767px) {
        #local #container .title .cont .lead {
          font-size: 2.2rem; } }

#local #container .check_list {
  max-width: 800px;
  margin: 0 auto; }
  #local #container .check_list li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 1.8rem;
    font-weight: 700; }
    #local #container .check_list li::before {
      font-family: FontAwesome;
      content: "\f14a";
      margin-right: 10px;
      color: #ff0000; }

#local #container .price01 {
  width: 100%; }
  #local #container .price01 tr th {
    padding: 20px;
    background: #065686;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.0;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      #local #container .price01 tr th {
        font-size: 2.0rem; } }
    #local #container .price01 tr th span {
      display: block;
      font-size: 1.4rem; }
  #local #container .price01 tr td {
    border: 1px solid #065686;
    padding: 20px;
    line-height: 2.0;
    background: #fff; }
    #local #container .price01 tr td .tit {
      color: #065686;
      font-size: 2.6rem;
      text-align: center;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        #local #container .price01 tr td .tit {
          font-size: 2.2rem; } }
    #local #container .price01 tr td .price {
      color: #ff0000;
      font-size: 2.0rem;
      text-align: center;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        #local #container .price01 tr td .price {
          font-size: 1.8rem; } }
      #local #container .price01 tr td .price span {
        font-size: 2.6rem; }
        @media screen and (max-width: 767px) {
          #local #container .price01 tr td .price span {
            font-size: 2.2rem; } }

#local #container .btn_area a {
  margin-top: 20px !important; }

#local #container .btn_area .flex {
  justify-content: space-between; }
  #local #container .btn_area .flex li {
    width: 48%; }
    @media screen and (max-width: 767px) {
      #local #container .btn_area .flex li {
        width: 100%; } }
    #local #container .btn_area .flex li a {
      max-width: 100%; }

/*=======================================================
	
    秀子の部屋
    
========================================================*/
#local #container .hidekoroom .title .cont {
  position: absolute;
  top: 80%; }

#local #container .hidekoroom .sec001 {
  margin-top: 80px; }
  #local #container .hidekoroom .sec001 .lead {
    line-height: 2.2;
    margin-bottom: 40px;
    text-align: center; }
  #local #container .hidekoroom .sec001 .bnr_sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #local #container .hidekoroom .sec001 .bnr_sns li {
      margin: 15px; }

/*=======================================================
	
    News
    
========================================================*/
#local #container .news .news_list .inner ul {
  display: flex;
  flex-wrap: wrap; }
  #local #container .news .news_list .inner ul li {
    width: calc(33.333333% - 30px);
    margin-right: 30px;
    margin-bottom: 40px; }
    #local #container .news .news_list .inner ul li:nth-child(3n) {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #local #container .news .news_list .inner ul li {
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-right: 0; } }
    @media screen and (max-width: 767px) {
      #local #container .news .news_list .inner ul li .cont {
        width: 54%; } }
    #local #container .news .news_list .inner ul li .cont h3 {
      line-height: 1.6; }
      #local #container .news .news_list .inner ul li .cont h3 a {
        text-decoration: none; }
    #local #container .news .news_list .inner ul li .cont .date {
      color: #6eaf3d; }
    #local #container .news .news_list .inner ul li figure {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        #local #container .news .news_list .inner ul li figure {
          width: 44%; } }

#local #container .news .news_detail .inner h2 {
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6; }

#local #container .news .news_detail .inner .date {
  color: #6eaf3d; }

#local #container .news .news_detail .inner .page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 100px; }
  #local #container .news .news_detail .inner .page_nav a {
    padding: 0 10px;
    text-decoration: none; }
    #local #container .news .news_detail .inner .page_nav a:first-child {
      border-right: 1px solid #808080; }

/*=======================================================
	
    あいちの山里 ワーケーション
    
========================================================*/
#local #container .workation .title {
  height: 265px; }
  @media screen and (max-width: 767px) {
    #local #container .workation .title {
      height: 176px; } }

#local #container .workation .sec001 .inner {
  max-width: 760px; }
  #local #container .workation .sec001 .inner .lead {
    margin: 1.5em 0;
    line-height: 2.0; }
    #local #container .workation .sec001 .inner .lead span {
      color: #6eaf3d; }
  #local #container .workation .sec001 .inner .flex {
    margin-top: 50px;
    justify-content: space-between; }
    #local #container .workation .sec001 .inner .flex li {
      width: calc(50% - 15px);
      /*background: #f5f3ee;*/
      margin-bottom: 30px;
      border-radius: 15px; }
      @media screen and (max-width: 767px) {
        #local #container .workation .sec001 .inner .flex li {
          width: 100%; } }
      #local #container .workation .sec001 .inner .flex li .box_inner {
        padding: 30px 25px; }
        #local #container .workation .sec001 .inner .flex li .box_inner .tit_box {
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 700;
          margin-bottom: 10px;
          color: #6eaf3d; }
          #local #container .workation .sec001 .inner .flex li .box_inner .tit_box .sub {
            font-size: 1.5rem;
            margin-right: 5px; }
          #local #container .workation .sec001 .inner .flex li .box_inner .tit_box h2 {
            font-size: 2.8rem; }
            #local #container .workation .sec001 .inner .flex li .box_inner .tit_box h2 span {
              font-size: 1.4rem;
              display: block; }
        #local #container .workation .sec001 .inner .flex li .box_inner h3 {
          font-size: 2.2rem;
          font-weight: 700px;
          margin-bottom: 30px;
          text-align: center; }
          #local #container .workation .sec001 .inner .flex li .box_inner h3 span {
            font-size: 1.6rem; }

/*=======================================================
	
    About
    
========================================================*/
#local #container .about .title {
  height: 265px; }
  @media screen and (max-width: 767px) {
    #local #container .about .title {
      height: 176px; } }

#local #container .about .sec001 .inner {
  max-width: 760px; }
  #local #container .about .sec001 .inner .intro h2 {
    text-align: center; }
  #local #container .about .sec001 .inner .intro .lead {
    margin: 30px 0;
    font-size: 1.4rem; }
  #local #container .about .sec001 .inner .intro figure {
    text-align: center;
    margin-bottom: 30px; }
  #local #container .about .sec001 .inner .flex {
    justify-content: space-between; }
    #local #container .about .sec001 .inner .flex li {
      width: calc(50% - 15px);
      margin-bottom: 40px;
      font-size: 1.4rem; }
      @media screen and (max-width: 767px) {
        #local #container .about .sec001 .inner .flex li {
          width: 100%; } }
      #local #container .about .sec001 .inner .flex li h3 {
        font-size: 2.4rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #6eaf3d; }
      #local #container .about .sec001 .inner .flex li figure {
        margin-bottom: 10px; }

/*=======================================================
	
    230906追加　locallife
    
========================================================*/
#local #container .locallife .title {
  height: 265px; }
  @media screen and (max-width: 767px) {
    #local #container .locallife .title {
      height: 176px; } }

#local #container .locallife .sec001 .inner {
  max-width: 760px; }
  #local #container .locallife .sec001 .inner .intro h2 {
    text-align: center; }
  #local #container .locallife .sec001 .inner .intro .lead {
    margin: 30px 0;
    font-size: 1.4rem; }
  #local #container .locallife .sec001 .inner .intro figure {
    text-align: center;
    margin-bottom: 30px; }
  #local #container .locallife .sec001 .inner .flex {
    justify-content: space-between; }
    #local #container .locallife .sec001 .inner .flex li {
      width: calc(50% - 15px);
      margin-bottom: 40px;
      font-size: 1.4rem; }
      @media screen and (max-width: 767px) {
        #local #container .locallife .sec001 .inner .flex li {
          width: 100%; } }
      #local #container .locallife .sec001 .inner .flex li h3 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #6eaf3d; }
      #local #container .locallife .sec001 .inner .flex li figure {
        margin-bottom: 10px; }
      #local #container .locallife .sec001 .inner .flex li .pdf {
        color: #999; }

/*=======================================================
	
    230928追加 influencer
    
========================================================*/
#local #container .influencer .title {
  height: 265px; }
  @media screen and (max-width: 767px) {
    #local #container .influencer .title {
      height: 176px; } }

#local #container .influencer .sec001 .inner {
  max-width: 760px; }
  #local #container .influencer .sec001 .inner .intro h2 {
    text-align: center; }
  #local #container .influencer .sec001 .inner .intro .lead {
    margin: 30px 0;
    font-size: 1.4rem; }
  #local #container .influencer .sec001 .inner .intro figure {
    text-align: center;
    margin-bottom: 30px; }
  #local #container .influencer .sec001 .inner .flex {
    justify-content: space-between; }
    #local #container .influencer .sec001 .inner .flex li {
      width: calc(50% - 15px);
      margin-bottom: 40px;
      font-size: 1.4rem; }
      @media screen and (max-width: 767px) {
        #local #container .influencer .sec001 .inner .flex li {
          width: 100%; } }
      #local #container .influencer .sec001 .inner .flex li h3 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #6eaf3d; }
      #local #container .influencer .sec001 .inner .flex li figure {
        margin-bottom: 10px; }
      #local #container .influencer .sec001 .inner .flex li .pdf {
        color: #999; }

/*=======================================================
	
    231003追加 taiken
    
========================================================*/
#local #container .taiken .title {
  height: 265px; }
  @media screen and (max-width: 767px) {
    #local #container .taiken .title {
      height: 176px; } }

#local #container .taiken .sec001 .inner {
  max-width: 760px; }
  #local #container .taiken .sec001 .inner .intro h2 {
    text-align: center; }
  #local #container .taiken .sec001 .inner .intro .lead {
    margin: 30px 0;
    font-size: 1.4rem; }
  #local #container .taiken .sec001 .inner .intro figure {
    text-align: center;
    margin-bottom: 30px; }
  #local #container .taiken .sec001 .inner .flex {
    justify-content: space-between; }
    #local #container .taiken .sec001 .inner .flex li {
      width: calc(50% - 15px);
      margin-bottom: 40px;
      font-size: 1.4rem; }
      @media screen and (max-width: 767px) {
        #local #container .taiken .sec001 .inner .flex li {
          width: 100%; } }
      #local #container .taiken .sec001 .inner .flex li h3 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #6eaf3d; }
      #local #container .taiken .sec001 .inner .flex li figure {
        margin-bottom: 10px; }
      #local #container .taiken .sec001 .inner .flex li .pdf {
        color: #999; }

/*=======================================================
	
    231003追加 ippin
    
========================================================*/
#local #container .ippin .title {
  height: 265px; }
  @media screen and (max-width: 767px) {
    #local #container .ippin .title {
      height: 176px; } }

#local #container .ippin .sec001 .inner {
  max-width: 760px; }
  #local #container .ippin .sec001 .inner .intro h2 {
    text-align: center; }
  #local #container .ippin .sec001 .inner .intro .lead {
    margin: 30px 0;
    font-size: 1.4rem; }
  #local #container .ippin .sec001 .inner .intro figure {
    text-align: center;
    margin-bottom: 30px; }
  #local #container .ippin .sec001 .inner .flex {
    justify-content: space-between; }
    #local #container .ippin .sec001 .inner .flex li {
      width: calc(50% - 15px);
      margin-bottom: 40px;
      font-size: 1.4rem; }
      @media screen and (max-width: 767px) {
        #local #container .ippin .sec001 .inner .flex li {
          width: 100%; } }
      #local #container .ippin .sec001 .inner .flex li h3 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #6eaf3d; }
      #local #container .ippin .sec001 .inner .flex li figure {
        margin-bottom: 10px; }
      #local #container .ippin .sec001 .inner .flex li .pdf {
        color: #999; }

/*=======================================================
	
    231003追加 calendar
    
========================================================*/
#local #container .calendar .title {
  height: 265px; }
  @media screen and (max-width: 767px) {
    #local #container .calendar .title {
      height: 176px; } }

#local #container .calendar .sec001 .inner {
  max-width: 760px; }
  #local #container .calendar .sec001 .inner .intro h2 {
    text-align: center; }
  #local #container .calendar .sec001 .inner .intro .lead {
    margin: 30px 0;
    font-size: 1.4rem; }
  #local #container .calendar .sec001 .inner .intro figure {
    text-align: center;
    margin-bottom: 30px; }
  #local #container .calendar .sec001 .inner .flex {
    justify-content: space-between; }
    #local #container .calendar .sec001 .inner .flex li {
      width: calc(50% - 15px);
      margin-bottom: 40px;
      font-size: 1.4rem; }
      @media screen and (max-width: 767px) {
        #local #container .calendar .sec001 .inner .flex li {
          width: 100%; } }
      #local #container .calendar .sec001 .inner .flex li h3 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #6eaf3d; }
      #local #container .calendar .sec001 .inner .flex li figure {
        margin-bottom: 10px; }
      #local #container .calendar .sec001 .inner .flex li .pdf {
        color: #999; }

/*=======================================================
	
    あいちの山里 仕事旅行
    
========================================================*/
#local #container .work .title {
  height: 265px; }
  @media screen and (max-width: 767px) {
    #local #container .work .title {
      height: 176px; } }

#local #container .work .sec001 .inner {
  max-width: 760px; }
  #local #container .work .sec001 .inner .lead {
    margin: 1.5em 0;
    line-height: 2.0; }
    #local #container .work .sec001 .inner .lead span {
      color: #6eaf3d; }
  #local #container .work .sec001 .inner .flex {
    margin-top: 50px;
    justify-content: space-between; }
    #local #container .work .sec001 .inner .flex li {
      width: calc(50% - 15px);
      background: #f5f3ee;
      margin-bottom: 30px;
      border-radius: 15px; }
      @media screen and (max-width: 767px) {
        #local #container .work .sec001 .inner .flex li {
          width: 100%; } }
      #local #container .work .sec001 .inner .flex li .box_inner {
        padding: 30px 25px; }
        #local #container .work .sec001 .inner .flex li .box_inner h2 {
          text-align: center;
          font-size: 2.2rem;
          font-weight: 700;
          margin-bottom: 10px;
          color: #6eaf3d; }
        #local #container .work .sec001 .inner .flex li .box_inner h3 {
          font-size: 2.2rem;
          font-weight: 700px;
          margin-bottom: 30px;
          text-align: center; }
          #local #container .work .sec001 .inner .flex li .box_inner h3 span {
            font-size: 1.6rem; }

#local #container .work .sec002 .inner .txt {
  text-align: center;
  color: #6eaf3d;
  font-size: 1.9rem; }

/*=======================================================
	
    リンク
    
========================================================*/
#local #container .link .sec001 .inner .flex {
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #local #container .link .sec001 .inner .flex {
      display: block; } }
  #local #container .link .sec001 .inner .flex ul {
    width: 48%;
    padding-left: 50px;
    box-sizing: border-box;
    border-left: 2px solid #6eaf3d; }
    @media screen and (max-width: 767px) {
      #local #container .link .sec001 .inner .flex ul {
        padding-bottom: 1.5em;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      #local #container .link .sec001 .inner .flex ul:last-child {
        padding-bottom: 0; } }
    #local #container .link .sec001 .inner .flex ul li {
      padding-bottom: 1.5em; }
      #local #container .link .sec001 .inner .flex ul li::before {
        content: "■";
        color: #6eaf3d; }
      #local #container .link .sec001 .inner .flex ul li:last-child {
        padding-bottom: 0; }
      #local #container .link .sec001 .inner .flex ul li a {
        text-decoration: none; }

/*=======================================================
	
    プライバシー
    
========================================================*/
#local #container .privacy section .inner p, #local #container .unei section .inner p {
  margin-bottom: 20px; }
  #local #container .privacy section .inner p strong, #local #container .unei section .inner p strong {
    font-weight: 700; }

/*=======================================================
	
    あいちの山里 イベント
    
========================================================*/
#local #container .event .title {
  height: 265px; }
  @media screen and (max-width: 767px) {
    #local #container .event .title {
      height: 176px; } }

#local #container .event .sec001 {
  max-width: 750px;
  margin: 0 auto 40px; }
  #local #container .event .sec001 .inner h2 {
    margin-bottom: 30px; }
  #local #container .event .sec001 .inner h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background: #c0ad5e;
    text-align: center;
    padding: 5px 10px; }
  #local #container .event .sec001 .inner .flex {
    margin-bottom: 20px;
    justify-content: space-between; }
    #local #container .event .sec001 .inner .flex .cont {
      color: #006d85;
      width: 55%; }
      #local #container .event .sec001 .inner .flex .cont p {
        line-height: 2.4; }
      @media screen and (max-width: 767px) {
        #local #container .event .sec001 .inner .flex .cont {
          width: 100%;
          margin-bottom: 20px; } }
    #local #container .event .sec001 .inner .flex figure {
      width: 42%; }
      @media screen and (max-width: 767px) {
        #local #container .event .sec001 .inner .flex figure {
          width: 100%; } }
  #local #container .event .sec001 .inner .box01 {
    margin: 40px 0 60px;
    padding: 35px;
    background: #f5f2e8; }
    #local #container .event .sec001 .inner .box01 h4 {
      font-size: 2.0rem;
      text-align: center;
      color: #006d85;
      font-weight: 700;
      padding-bottom: 10px;
      border-bottom: 2px solid #006d85;
      margin-bottom: 10px;
      line-height: 1.4; }
    #local #container .event .sec001 .inner .box01 .lead {
      color: #006d85;
      margin-bottom: 30px; }
    #local #container .event .sec001 .inner .box01 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #local #container .event .sec001 .inner .box01 ul li {
        width: calc(50% - 15px); }
        @media screen and (max-width: 767px) {
          #local #container .event .sec001 .inner .box01 ul li {
            width: 100%;
            margin-bottom: 30px; } }
        #local #container .event .sec001 .inner .box01 ul li h5 {
          padding-left: 1em;
          text-indent: -1em;
          font-size: 2.0rem;
          font-weight: 700;
          margin-bottom: 20px;
          line-height: 1.4; }
        #local #container .event .sec001 .inner .box01 ul li .txt {
          margin-bottom: 20px; }
  #local #container .event .sec001 .inner .box02 {
    margin-bottom: 60px;
    padding: 25px;
    background: #f5f2e8;
    position: relative; }
    #local #container .event .sec001 .inner .box02::before {
      content: url(../img/event/fig_free02_1.png);
      text-align: center;
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      margin: auto; }
    #local #container .event .sec001 .inner .box02 .flex {
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        #local #container .event .sec001 .inner .box02 .flex {
          flex-wrap: wrap; } }
      #local #container .event .sec001 .inner .box02 .flex dl {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        @media screen and (max-width: 767px) {
          #local #container .event .sec001 .inner .box02 .flex dl {
            width: 100%;
            margin-bottom: 20px; } }
        #local #container .event .sec001 .inner .box02 .flex dl dt {
          display: inline-block;
          position: relative;
          height: 30px;
          line-height: 27px;
          text-align: center;
          padding: 0 30px 0 18px;
          background: #c0ad5e;
          color: #FFF;
          box-sizing: border-box;
          margin-right: 20px; }
          @media screen and (max-width: 767px) {
            #local #container .event .sec001 .inner .box02 .flex dl dt {
              margin-bottom: 15px; } }
        #local #container .event .sec001 .inner .box02 .flex dl dt:after {
          position: absolute;
          content: '';
          width: 0px;
          height: 0px;
          z-index: 1; }
        #local #container .event .sec001 .inner .box02 .flex dl dt:after {
          top: 0;
          right: 0;
          border-width: 15px 15px 15px 0px;
          border-color: transparent #f5f2e8 transparent transparent;
          border-style: solid; }
        #local #container .event .sec001 .inner .box02 .flex dl dd {
          width: 60%; }
      #local #container .event .sec001 .inner .box02 .flex figure {
        width: 36%; }
        @media screen and (max-width: 767px) {
          #local #container .event .sec001 .inner .box02 .flex figure {
            width: 100%; } }
  #local #container .event .sec001 .inner .box03 {
    margin-top: -50px; }
    @media screen and (max-width: 767px) {
      #local #container .event .sec001 .inner .box03 {
        margin-top: 0; } }
    #local #container .event .sec001 .inner .box03 .flex {
      justify-content: space-between;
      position: relative; }
      #local #container .event .sec001 .inner .box03 .flex .cont {
        width: 56%;
        margin-top: 50px; }
        @media screen and (max-width: 767px) {
          #local #container .event .sec001 .inner .box03 .flex .cont {
            margin-top: 0;
            width: 100%; } }
        #local #container .event .sec001 .inner .box03 .flex .cont dl {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
        #local #container .event .sec001 .inner .box03 .flex .cont .contact_info01 dt {
          display: inline-block;
          position: relative;
          height: 30px;
          line-height: 30px;
          text-align: center;
          padding: 0 30px 0 18px;
          background: #006d85;
          color: #FFF;
          box-sizing: border-box;
          margin-right: 20px;
          margin-bottom: 10px; }
        #local #container .event .sec001 .inner .box03 .flex .cont .contact_info01 dt:after {
          position: absolute;
          content: '';
          width: 0px;
          height: 0px;
          z-index: 1; }
        #local #container .event .sec001 .inner .box03 .flex .cont .contact_info01 dt:after {
          top: 0;
          right: 0;
          border-width: 15px 15px 15px 0px;
          border-color: transparent #fff transparent transparent;
          border-style: solid; }
        #local #container .event .sec001 .inner .box03 .flex .cont .contact_info01 dd {
          line-height: 1.4; }
        @media screen and (max-width: 767px) {
          #local #container .event .sec001 .inner .box03 .flex .cont .contact_info02 {
            justify-content: space-between; } }
        #local #container .event .sec001 .inner .box03 .flex .cont .contact_info02 dt {
          background: #006d85;
          color: #fff;
          font-size: 1.4rem;
          text-align: center;
          padding: 1px 2px;
          width: 60px;
          box-sizing: border-box;
          margin-right: 20px;
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            #local #container .event .sec001 .inner .box03 .flex .cont .contact_info02 dt {
              width: 20%;
              margin-right: 0; } }
        #local #container .event .sec001 .inner .box03 .flex .cont .contact_info02 dd {
          width: 80%;
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            #local #container .event .sec001 .inner .box03 .flex .cont .contact_info02 dd {
              width: 75%; } }
      #local #container .event .sec001 .inner .box03 .flex figure {
        position: absolute;
        right: 0;
        top: -50px; }
        @media screen and (max-width: 767px) {
          #local #container .event .sec001 .inner .box03 .flex figure {
            display: none; } }

#local #container .event .sec002 {
  max-width: 750px;
  margin: 0 auto 40px; }
  #local #container .event .sec002 .inner h2 {
    margin-bottom: 30px; }
  #local #container .event .sec002 .inner h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background: #dcaf6e;
    text-align: center;
    padding: 5px 10px; }
  #local #container .event .sec002 .inner .flex {
    margin-bottom: 20px;
    justify-content: space-between; }
    #local #container .event .sec002 .inner .flex .cont {
      color: #578f55;
      width: 55%; }
      #local #container .event .sec002 .inner .flex .cont p {
        line-height: 2.4; }
      @media screen and (max-width: 767px) {
        #local #container .event .sec002 .inner .flex .cont {
          width: 100%;
          margin-bottom: 20px; } }
    #local #container .event .sec002 .inner .flex figure {
      width: 42%; }
      @media screen and (max-width: 767px) {
        #local #container .event .sec002 .inner .flex figure {
          width: 100%; } }
  #local #container .event .sec002 .inner .box01 {
    margin: 40px 0 60px;
    padding: 35px;
    background: #f5f2e8; }
    #local #container .event .sec002 .inner .box01 h4 {
      font-size: 2.0rem;
      text-align: center;
      color: #578f55;
      font-weight: 700;
      padding-bottom: 10px;
      border-bottom: 2px solid #578f55;
      margin-bottom: 10px;
      line-height: 1.4; }
    #local #container .event .sec002 .inner .box01 .lead {
      color: #578f55;
      margin-bottom: 30px; }
    #local #container .event .sec002 .inner .box01 ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #local #container .event .sec002 .inner .box01 ul li {
        width: calc(50% - 15px); }
        @media screen and (max-width: 767px) {
          #local #container .event .sec002 .inner .box01 ul li {
            width: 100%;
            margin-bottom: 30px; } }
        #local #container .event .sec002 .inner .box01 ul li h5 {
          padding-left: 1em;
          text-indent: -1em;
          font-size: 2.0rem;
          font-weight: 700;
          margin-bottom: 20px;
          line-height: 1.4; }
        #local #container .event .sec002 .inner .box01 ul li .txt {
          margin-bottom: 20px; }
  #local #container .event .sec002 .inner .box02 {
    margin-bottom: 60px;
    padding: 35px;
    background: #f5f2e8;
    position: relative; }
    #local #container .event .sec002 .inner .box02::before {
      content: url(../img/event/fig_free01_1.png);
      text-align: center;
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      margin: auto; }
    #local #container .event .sec002 .inner .box02 .flex {
      justify-content: space-between; }
      @media screen and (max-width: 767px) {
        #local #container .event .sec002 .inner .box02 .flex {
          flex-wrap: wrap; } }
      #local #container .event .sec002 .inner .box02 .flex dl {
        width: 60%;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        @media screen and (max-width: 767px) {
          #local #container .event .sec002 .inner .box02 .flex dl {
            width: 100%;
            margin-bottom: 20px; } }
        #local #container .event .sec002 .inner .box02 .flex dl dt {
          display: inline-block;
          position: relative;
          height: 30px;
          line-height: 27px;
          text-align: center;
          padding: 0 30px 0 18px;
          background: #dcaf6e;
          color: #FFF;
          box-sizing: border-box;
          margin-right: 20px; }
          @media screen and (max-width: 767px) {
            #local #container .event .sec002 .inner .box02 .flex dl dt {
              margin-bottom: 15px; } }
        #local #container .event .sec002 .inner .box02 .flex dl dt:after {
          position: absolute;
          content: '';
          width: 0px;
          height: 0px;
          z-index: 1; }
        #local #container .event .sec002 .inner .box02 .flex dl dt:after {
          top: 0;
          right: 0;
          border-width: 15px 15px 15px 0px;
          border-color: transparent #f5f2e8 transparent transparent;
          border-style: solid; }
        #local #container .event .sec002 .inner .box02 .flex dl dd {
          width: 60%; }
      #local #container .event .sec002 .inner .box02 .flex figure {
        width: 36%; }
        @media screen and (max-width: 767px) {
          #local #container .event .sec002 .inner .box02 .flex figure {
            width: 100%; } }
  #local #container .event .sec002 .inner .box03 {
    margin-top: -50px; }
    @media screen and (max-width: 767px) {
      #local #container .event .sec002 .inner .box03 {
        margin-top: 0; } }
    #local #container .event .sec002 .inner .box03 .flex {
      justify-content: space-between;
      position: relative; }
      #local #container .event .sec002 .inner .box03 .flex .cont {
        width: 56%;
        margin-top: 50px; }
        @media screen and (max-width: 767px) {
          #local #container .event .sec002 .inner .box03 .flex .cont {
            margin-top: 0;
            width: 100%; } }
        #local #container .event .sec002 .inner .box03 .flex .cont dl {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
        #local #container .event .sec002 .inner .box03 .flex .cont .contact_info01 dt {
          display: inline-block;
          position: relative;
          height: 30px;
          line-height: 30px;
          text-align: center;
          padding: 0 30px 0 18px;
          background: #578f55;
          color: #FFF;
          box-sizing: border-box;
          margin-right: 20px;
          margin-bottom: 10px; }
        #local #container .event .sec002 .inner .box03 .flex .cont .contact_info01 dt:after {
          position: absolute;
          content: '';
          width: 0px;
          height: 0px;
          z-index: 1; }
        #local #container .event .sec002 .inner .box03 .flex .cont .contact_info01 dt:after {
          top: 0;
          right: 0;
          border-width: 15px 15px 15px 0px;
          border-color: transparent #fff transparent transparent;
          border-style: solid; }
        #local #container .event .sec002 .inner .box03 .flex .cont .contact_info01 dd {
          line-height: 1.4; }
        @media screen and (max-width: 767px) {
          #local #container .event .sec002 .inner .box03 .flex .cont .contact_info02 {
            justify-content: space-between; } }
        #local #container .event .sec002 .inner .box03 .flex .cont .contact_info02 dt {
          background: #578f55;
          color: #fff;
          font-size: 1.4rem;
          text-align: center;
          padding: 1px 2px;
          width: 60px;
          box-sizing: border-box;
          margin-right: 20px;
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            #local #container .event .sec002 .inner .box03 .flex .cont .contact_info02 dt {
              width: 20%;
              margin-right: 0; } }
        #local #container .event .sec002 .inner .box03 .flex .cont .contact_info02 dd {
          width: 80%;
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            #local #container .event .sec002 .inner .box03 .flex .cont .contact_info02 dd {
              width: 75%; } }
      #local #container .event .sec002 .inner .box03 .flex figure {
        position: absolute;
        right: 0;
        top: -50px; }
        @media screen and (max-width: 767px) {
          #local #container .event .sec002 .inner .box03 .flex figure {
            display: none; } }

/*=======================================================
	
    Contact
    
========================================================*/
#local #container .contact section .form {
  max-width: 900px;
  margin: 0 auto; }
  #local #container .contact section .form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px; }
    #local #container .contact section .form dl dt {
      width: 20%;
      padding-bottom: 20px;
      margin-bottom: 20px;
      font-weight: 900; }
      @media screen and (max-width: 767px) {
        #local #container .contact section .form dl dt {
          width: 100%;
          border-bottom: 0;
          padding-bottom: 0; } }
      #local #container .contact section .form dl dt em {
        background: #ac0303;
        padding: 1px 2px;
        font-size: 1.1rem;
        color: #fff;
        margin-left: 5px; }
    #local #container .contact section .form dl dd {
      width: 75%;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        #local #container .contact section .form dl dd {
          width: 100%; } }
      #local #container .contact section .form dl dd input {
        padding: 15px;
        max-width: 100%;
        box-sizing: border-box;
        border: 0;
        background: #eeeeee; }
      #local #container .contact section .form dl dd textarea {
        padding: 15px; }
        @media screen and (max-width: 767px) {
          #local #container .contact section .form dl dd textarea {
            width: 100%; } }
  #local #container .contact section .form .submit {
    text-align: center;
    margin: 10px 0; }
    #local #container .contact section .form .submit input, #local #container .contact section .form .submit button {
      cursor: pointer;
      display: block;
      border: 1px solid #6eaf3d;
      color: #6eaf3d;
      text-decoration: none;
      padding: 15px 20px;
      font-size: 1.6rem;
      text-align: center;
      width: 400px;
      margin: 50px auto 0;
      background: #fff;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        #local #container .contact section .form .submit input, #local #container .contact section .form .submit button {
          max-width: 100%; } }
      #local #container .contact section .form .submit input:hover, #local #container .contact section .form .submit button:hover {
        background: #6eaf3d;
        color: #fff; }

/*=======================================================
	
    あいちの山里 ワーケーション施設MAP
    
========================================================*/
#local #container .map .title {
  height: 265px; }
  @media screen and (max-width: 767px) {
    #local #container .map .title {
      height: 176px; } }

#local #container .map .sec001 {
  max-width: 760px;
  margin: 0 auto; }
  #local #container .map .sec001 h2 {
    font-size: 3.4rem;
    font-weight: 700;
    color: #6eaf3d;
    margin-bottom: 30px;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      #local #container .map .sec001 h2 {
        font-size: 2.6rem; } }
  #local #container .map .sec001 .gmap {
    text-align: center;
    margin: 40px 0; }
  #local #container .map .sec001 .more01 a {
    max-width: 360px; }

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


/*=======================================================
	
    トップカスタマイズ
    
========================================================*/
.top_about_map {
	text-align: center;
    margin-bottom: 30px;
}

#top #container section .flex {
	display: flex;
    flex-wrap: wrap;
}

#top #container #content #top_box .inner .flex {
	justify-content: space-between;
}

#top #container #content #top_box .inner .flex li {
	width: calc(50% - 15px);
    margin-bottom: 40px;
    font-size: 1.4rem;
}

#top #container #content #top_box .inner .flex li h3 {
	font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #6eaf3d;
}

#top #container #content #top_box .inner .flex li figure {
	margin-bottom: 10px;
}
