@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #726b61;
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 0.875rem;
  /*
  @media screen and (min-width:835px){
  background: url(../images/common/bg01.png) no-repeat right top;
  background-size: cover;
  background-attachment: fixed;
  }
  */ }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 1rem;
      line-height: 1.8em; } }

.contents-inner {
  /*
  	background:rgba(#fff,0.6);
  	padding:2%;
  	*/ }

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media screen and (min-width: 835px) and (max-width: 1000px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

/*
.inner2 {
	margin: 0 auto;
	max-width: 1000px;
}
*/
#contents_wrap {
  width: 100%;
  min-width: 100% !important; }

#contents {
  font-size: 100%;
  width: 100%;
  max-width: 1200px; }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

/*
#side {
	width: 18.75000%;
}
*/
.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfixed table {
  table-layout: fixed; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 834px) {
    header#global_header {
      padding-top: 48px; } }
  header#global_header #header-wrap {
    width: 100%; }

#header {
  max-width: 1200px;
  margin: 15px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1200px) {
    #header {
      display: block;
      margin: 20px auto; } }
  @media screen and (max-width: 1000px) {
    #header {
      display: block;
      margin: 20px auto; } }

#header-logo img {
  vertical-align: middle !important; }
@media screen and (min-width: 641px) and (max-width: 834px) {
  #header-logo img {
    width: 50%; } }
@media only screen and (max-width: 640px) {
  #header-logo img {
    width: 60%; } }

#header-info {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media screen and (max-width: 1200px) {
    #header-info {
      justify-content: center;
      margin: 20px auto; } }
  @media only screen and (max-width: 640px) {
    #header-info {
      flex-direction: column;
      margin: 10px auto 0; } }
  #header-info .header-tel-wrap .tel-s a {
    color: #65bdca !important; }

#header-tel, #header-fax {
  text-align: left;
  color: #65bdca;
  font-size: 1.25rem;
  font-family: lato, sans-serif;
  font-style: normal;
  font-weight: 100; }
  #header-tel span, #header-fax span {
    background: #65bdca;
    color: #fff;
    padding: 0 5px;
    margin-right: 5px; }
  #header-tel a, #header-fax a {
    color: #65bdca !important; }
  #header-tel i, #header-fax i {
    font-size: 1.25rem;
    color: #fff;
    background: #7fa948;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 3px; }
  #header-tel a, #header-fax a {
    color: #7fa948 !important; }
  @media only screen and (max-width: 640px) {
    #header-tel, #header-fax {
      text-align: center;
      font-size: 1.875rem;
      margin-bottom: 5px; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    #header-tel, #header-fax {
      font-size: calc(1.3125rem + 0.75vw) ; } }

#header-cont, footer#global_footer #footer-cont {
  height: 60px;
  margin: 0  10px;
  font-size: 0.875rem; }
  #header-cont a, footer#global_footer #footer-cont a {
    background: #65bdca;
    color: #fff;
    display: flex;
    align-items: center; }
    #header-cont a i, footer#global_footer #footer-cont a i {
      padding: 20px; }
    #header-cont a p, footer#global_footer #footer-cont a p {
      padding-right: 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      line-height: 1em;
      text-align: center;
      font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.125rem; }
      #header-cont a p span, footer#global_footer #footer-cont a p span {
        font-family: lato, sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 0.875rem; }
  @media only screen and (max-width: 640px) {
    #header-cont, footer#global_footer #footer-cont {
      margin: 10px auto;
      align-self: auto; }
      #header-cont a, footer#global_footer #footer-cont a {
        padding-right: 20px; } }

#sns-icon {
  display: flex; }
  #sns-icon li {
    padding: 5px; }
    #sns-icon li i {
      font-size: 1.875rem;
      color: #7fa948; }
      @media (max-width: 1200px) {
        #sns-icon li i {
          font-size: calc(1.3125rem + 0.75vw) ; } }

#header-time {
  font-size: 0.75rem;
  text-align: right !important;
  line-height: normal; }
  #header-time span {
    font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background: #b38b52;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px; }
  @media only screen and (max-width: 640px) {
    #header-time {
      text-align: center !important; } }

#nav_global {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative;
      			/*
      				&:not(.first) {
      					&:before {
             				 content: '|';
             				 font-size: 20px;
             				 color:#bbb;
             				 padding-right: 10px;
             				 position: absolute;
             				 top:0;
             				 left:0;
             				 bottom:0;
             				 display: flex;
             				 align-items: center;
             				}
      				}
      			*/ }
      #nav_global ul li a {
        text-align: center;
        font-family: "Papyrus", "fantasy";
        font-size: 0.875rem;
        display: block;
        letter-spacing: 1px;
        line-height: normal;
        color: #302112;
        padding: 10px 20px;
        text-align: center; }
        #nav_global ul li a span {
          font-weight: initial !important;
          display: block;
          font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-size: 0.75rem; }
        @media screen and (max-width: 1200px) {
          #nav_global ul li a {
            font-size: 0.875rem;
            padding: 10px;
            letter-spacing: inherit;
            display: block; } }
      #nav_global ul li span {
        font-size: 12px;
        color: #726b61; }
      #nav_global ul li ul {
        position: absolute;
        margin: auto;
        display: block;
        width: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.8); }
        #nav_global ul li ul li:before {
          content: none !important; }
        #nav_global ul li ul li a {
          font-size: 14px; }
          @media screen and (min-width: 835px) and (max-width: 1000px) {
            #nav_global ul li ul li a {
              font-size: 12px; } }
  #nav_global #top-logo a {
    font-size: 1.5rem;
    color: #7fa948; }
    @media (max-width: 1200px) {
      #nav_global #top-logo a {
        font-size: calc(1.275rem + 0.3vw) ; } }
  @media only screen and (max-width: 834px) {
    #nav_global #top-logo {
      display: none; } }

.mainArea ul {
  width: 100%; }
  .mainArea ul li {
    width: 100%; }
    .mainArea ul li a article {
      position: relative; }
      .mainArea ul li a article img {
        width: 100% !important; }
      .mainArea ul li a article div {
        position: absolute;
        width: 100%;
        background: rgba(127, 169, 72, 0.7);
        bottom: 0;
        padding: 10px;
        text-align: center;
        font-size: 1.5rem;
        color: #fff;
        font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        @media (max-width: 1200px) {
          .mainArea ul li a article div {
            font-size: calc(1.275rem + 0.3vw) ; } }
        .mainArea ul li a article div span {
          font-size: 1.125rem;
          font-family: lato, sans-serif;
          font-style: normal;
          font-weight: 100;
          letter-spacing: 2px; }
    .mainArea ul li:nth-child(5) a article div {
      background: none;
      height: 100% !important;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0; }
    .mainArea ul li #main-youtube {
      position: relative;
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      .mainArea ul li #main-youtube img {
        width: 40% !important;
        display: block;
        margin: 0 auto; }
      .mainArea ul li #main-youtube #main-youtube-txt {
        width: 100%;
        background: rgba(255, 255, 255, 0.7);
        bottom: auto;
        top: auto;
        padding: 10px;
        text-align: center;
        font-size: 1.5rem;
        color: #fff;
        font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        @media (max-width: 1200px) {
          .mainArea ul li #main-youtube #main-youtube-txt {
            font-size: calc(1.275rem + 0.3vw) ; } }
        .mainArea ul li #main-youtube #main-youtube-txt span {
          font-size: 1.125rem;
          font-family: lato, sans-serif;
          font-style: normal;
          font-weight: 100;
          letter-spacing: 2px; }

#mainArea {
  position: relative;
  left: 0;
  right: 0;
  max-width: 100%; }
  #mainArea img {
    width: 100%;
    height: auto;
    /*			
    			@include sp {
    			width: 130%;
    			height: 30vh !important;
    			object-fit: cover;
    			font-family: 'object-fit: cover;'			
    			}
    */ }
  #mainArea .slick-prev, #mainArea .slick-next {
    z-index: 100;
    height: auto !important;
    width: auto !important; }
  #mainArea .slick-prev {
    left: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

.mean-container .mean-bar {
  background: #7fa948 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #7fa948 !important; }
  .mean-container .mean-nav span {
    display: none; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 0.7em 5% !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 0 !important;
  height: 23px !important; }

.mean-container .mean-nav ul #top-logo {
  display: none !important; }

.anchor {
  display: block;
  transform: translateY(-100px); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .anchor {
      transform: translateY(-100px); } }
  @media only screen and (max-width: 640px) {
    .anchor {
      transform: translateY(-100px); } }

/*
飛ばしたいところの前に以下のような記述
<span id="rs-mail" class="anchor"></span>
*/
.clone-nav {
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8) !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%); }

.is-show {
  transform: translateY(0); }

#firstimg {
  position: fixed;
  z-index: 999999999999999;
  background: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 20%; }
  #firstimg img {
    width: 30% !important; }
  @media screen and (min-width: 1401px) and (max-width: 1600px) {
    #firstimg {
      padding-top: 33%; }
      #firstimg img {
        width: 45% !important; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    #firstimg {
      padding-top: 40%; }
      #firstimg img {
        width: 50% !important; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    #firstimg {
      padding-top: 47%; }
      #firstimg img {
        width: 50% !important; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    #firstimg {
      padding-top: 55%; }
      #firstimg img {
        width: 50% !important; } }
  @media only screen and (max-width: 834px) {
    #firstimg {
      display: none; } }

#top-button {
  position: fixed;
  right: -160px;
  bottom: 200px;
  z-index: 1;
  display: flex;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
  #top-button li {
    margin-right: 5px; }
  @media only screen and (max-width: 640px) {
    #top-button {
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      right: auto;
      bottom: auto;
      top: 5px;
      z-index: 1000000000; } }

#fix-tel, #fix-cont {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: rgba(127, 169, 72, 0.8);
  color: #fff;
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1rem; }
  #fix-tel i, #fix-cont i {
    margin-right: 5px; }
  #fix-tel a, #fix-cont a {
    display: block;
    color: #fff;
    font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1rem; }

#fix-tel {
  background: rgba(48, 33, 18, 0.8); }

@media only screen and (max-width: 640px) {
  #fix-cont {
    width: 120px;
    background: none; }
    #fix-cont i {
      background: #302112;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      line-height: 35px; }

  #fix-tel {
    background: none;
    width: 160px; }
    #fix-tel i {
      background: #302112;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      line-height: 35px; } }
#page-top {
  background: #302112;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  height: 50px; }
  #page-top a {
    color: #fff; }

#TCT-wrap {
  background: rgba(114, 107, 97, 0.1);
  border-top: 1px solid rgba(114, 107, 97, 0.3);
  border-bottom: 1px solid rgba(114, 107, 97, 0.3); }

#TCT-inner {
  margin: 0 auto;
  max-width: 1000px;
  background: #fff;
  border-right: 1px solid rgba(114, 107, 97, 0.3);
  border-left: 1px solid rgba(114, 107, 97, 0.3); }
  @media screen and (max-width: 1000px) {
    #TCT-inner {
      background: rgba(114, 107, 97, 0.1); } }

#TCT {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12% 3% 3% 3%;
  font-size: 0.875rem; }
  #TCT a {
    color: #fff !important; }
  #TCT h2 {
    font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.875rem;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.5em; }
    @media (max-width: 1200px) {
      #TCT h2 {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    #TCT h2:before {
      content: '';
      background: url(../images/common/deco04.png) no-repeat center top;
      width: 52px;
      height: 62px;
      position: absolute;
      top: -70px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    #TCT h2:after {
      content: '';
      background: rgba(114, 107, 97, 0.5);
      width: 60px;
      height: 1px;
      position: absolute;
      bottom: -5px;
      left: 0;
      right: 0;
      margin: 0 auto; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #TCT {
      padding: 15% 3% 3% 3% !important; } }
  @media only screen and (max-width: 640px) {
    #TCT {
      padding: 25% 3% 5% 3% !important; } }
  @media screen and (max-width: 400px) {
    #TCT {
      padding: 25% 3% 5% 3% !important; } }

#TCT-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; }
  #TCT-info > div {
    margin: 10px; }
  @media only screen and (max-width: 834px) {
    #TCT-info {
      flex-direction: column; }
      #TCT-info p {
        width: 80%;
        min-width: 280px;
        margin: 0 auto; } }
  #TCT-info p {
    border: 1px #fff solid;
    font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    width: 31.333%;
    margin: 1%;
    height: 70px;
    line-height: 70px; }
    #TCT-info p a {
      display: block; }
    #TCT-info p i {
      padding-right: 5px;
      font-size: 1rem; }
  #TCT-info #TCT-tel {
    text-align: left;
    font-size: 1.875rem;
    font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    letter-spacing: 1px; }
    @media (max-width: 1200px) {
      #TCT-info #TCT-tel {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    #TCT-info #TCT-tel i {
      font-size: 1.25rem;
      color: #fff;
      background: #302112;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: inline-block;
      text-align: center;
      line-height: 42px;
      margin-right: 5px; }
    #TCT-info #TCT-tel a {
      color: #726b61 !important; }
    @media only screen and (max-width: 640px) {
      #TCT-info #TCT-tel {
        text-align: center; } }
  #TCT-info #TCT-cont {
    width: 230px;
    background: #7fa948;
    align-self: center;
    font-size: 1.5rem; }
    @media (max-width: 1200px) {
      #TCT-info #TCT-cont {
        font-size: calc(1.275rem + 0.3vw) ; } }
    #TCT-info #TCT-cont a {
      color: #fff;
      padding: 20px 0;
      display: block;
      font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
      #TCT-info #TCT-cont a i {
        padding-right: 5px; }
    @media only screen and (max-width: 834px) {
      #TCT-info #TCT-cont {
        margin: 10px auto 0;
        align-self: auto; } }

footer#global_footer {
  min-width: auto !important;
  margin-top: 70px; }
  @media only screen and (max-width: 834px) {
    footer#global_footer {
      margin-top: 30px; } }
  footer#global_footer #footer_wrap {
    	/*
      background: url(../images/common/top_bg03.png) no-repeat center top; 	
     background-size: cover;
     */
    padding-top: 20px; }
  footer#global_footer #footer {
    padding: 1%;
    letter-spacing: normal;
    font-family: "メイリオ", "Meiryo"; }
  footer#global_footer #footer-logo a {
    font-size: 1.5rem;
    color: #7fa948;
    font-family: "Papyrus", "fantasy"; }
    @media (max-width: 1200px) {
      footer#global_footer #footer-logo a {
        font-size: calc(1.275rem + 0.3vw) ; } }
  footer#global_footer #footer-cont {
    width: 200px;
    margin: 10px auto; }
  footer#global_footer #footer-icon {
    display: flex;
    justify-content: center; }
    footer#global_footer #footer-icon a {
      background: #fff;
      border-radius: 50%;
      margin: 5px;
      width: 30px;
      line-height: 30px;
      height: 30px;
      display: block; }
      footer#global_footer #footer-icon a i {
        font-size: 1.25rem;
        color: #7fa948;
        vertical-align: middle !important; }
  footer#global_footer #footer-nav ul {
    margin: 10px auto 0;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    footer#global_footer #footer-nav ul li {
      width: 20%; }
      footer#global_footer #footer-nav ul li a {
        padding: 5px;
        color: #726b61;
        display: block;
        font-size: 0.8125rem; }
  @media only screen and (max-width: 834px) {
    footer#global_footer #footer-nav {
      display: none; } }
  footer#global_footer #footer-map {
    vertical-align: bottom !important; }
    footer#global_footer #footer-map iframe {
      vertical-align: bottom !important; }
  footer#global_footer #copyright {
    text-align: center;
    color: #fff !important;
    background: -moz-linear-gradient(top left, #adc68c, #705840);
    background: -webkit-linear-gradient(top left, #adc68c, #705840);
    background: linear-gradient(to bottom right, #adc68c, #705840); }
    footer#global_footer #copyright a {
      color: #fff !important; }

.mean-container .mean-push {
  display: none !important; }

.abc {
  font-size: 30px;
  color: red; }

.top-title h1 {
  font-size: 1.875rem;
  color: #302112;
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 1200px) {
    .top-title h1 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .top-title h1:after {
    content: '';
    background: rgba(114, 107, 97, 0.5);
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto; }
.top-title h2 {
  font-size: 2.25rem;
  color: #302112;
  font-family: "Papyrus", "fantasy"; }
  @media (max-width: 1200px) {
    .top-title h2 {
      font-size: calc(1.35rem + 1.2vw) ; } }
  .top-title h2 span {
    font-size: 0.75rem;
    font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #726b61;
    display: block;
    margin-top: 5px; }

.top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
  font-size: 1.875rem;
  color: #302112;
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 1200px) {
    .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .top-title2 h2:after, .top-title3 h2:after, .top-title3b h2:after, .top-title4 h2:after {
    content: '';
    background: rgba(114, 107, 97, 0.5);
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto; }

.top-title3 h2 {
  position: relative;
  display: block; }
  .top-title3 h2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(127, 169, 72, 0.5);
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -20px; }
    @media only screen and (max-width: 834px) {
      .top-title3 h2:after {
        bottom: -10px; } }

.top-title3b h2 {
  position: relative;
  display: block;
  color: #65bdca; }
  .top-title3b h2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(101, 189, 202, 0.5);
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -20px; }
    @media only screen and (max-width: 834px) {
      .top-title3b h2:after {
        bottom: -10px; } }

.top-title4 h2 {
  color: #fff;
  margin-bottom: 15px; }

.top-title-en h2 {
  color: #302112;
  font-size: 2.25rem;
  font-family: lato, sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 3px; }
  @media (max-width: 1200px) {
    .top-title-en h2 {
      font-size: calc(1.35rem + 1.2vw) ; } }
  .top-title-en h2 span {
    padding-top: 10px;
    display: block;
    font-size: 0.875rem;
    color: rgba(125, 107, 79, 0.5); }

.top-title-en2 h2 {
  color: #39afc1; }

.top-con1-wrap {
  background: rgba(127, 169, 72, 0.1);
  padding: 3%; }
  @media only screen and (max-width: 834px) {
    .top-con1-wrap {
      padding: 10% 3%; } }

.top-con1 {
  color: #302112;
  padding: 10px; }

.TFLX1 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  .TFLX1 .TFLX1-img {
    width: 60%; }
  .TFLX1 .TFLX1-con {
    width: 40%; }
  @media screen and (max-width: 1200px) {
    .TFLX1 {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .TFLX1 .TFLX1-img, .TFLX1 .TFLX1-con {
      width: 50%; } }
  @media only screen and (max-width: 640px) {
    .TFLX1 {
      flex-direction: column !important; }
      .TFLX1 .TFLX1-img, .TFLX1 .TFLX1-con {
        width: 90%;
        margin: 10px auto; } }
  .TFLX1 .box-img {
    width: 43%;
    margin: 1%; }
  .TFLX1 .box-txt {
    width: 53%;
    margin: 1%; }
  .TFLX1 .TUL1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 100% !important;
    width: 100%;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center; }
    .TFLX1 .TUL1 ul {
      width: 80%; }
    .TFLX1 .TUL1 li {
      padding-top: 8px;
      padding-bottom: 8px;
      font-size: 1rem;
      position: relative;
      padding-left: 50px;
      overflow: visible !important; }
      .TFLX1 .TUL1 li:before {
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        content: '';
        background: url(../images/common/icon01.png);
        width: 44px;
        height: 32px;
        background-size: contain;
        background-position: center;
        display: block;
        margin: auto; }
  .TFLX1 .TUL1-wrap {
    width: 100%;
    background: url(../images/common/bg01.png) no-repeat center top;
    background-size: cover;
    position: relative; }
    .TFLX1 .TUL1-wrap:before {
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      padding-top: 100%;
      display: block; }
    .TFLX1 .TUL1-wrap:after {
      content: '';
      background: url(../images/common/txt_img.png) no-repeat center top;
      width: 218px;
      height: 120px;
      position: absolute;
      top: -50px;
      right: 50px; }
      @media screen and (min-width: 641px) and (max-width: 834px) {
        .TFLX1 .TUL1-wrap:after {
          background-size: 70%;
          right: 20px;
          top: -30px; } }
      @media only screen and (max-width: 640px) {
        .TFLX1 .TUL1-wrap:after {
          background-size: 70%;
          right: -40px;
          top: -50px; } }

.TFLX1-wrap {
  background: url(../images/common/top_bg02.png) no-repeat center top;
  background-size: cover;
  background-position: center 50px;
  padding-bottom: 30px;
  height: 100%;
  width: 100%; }

.TFLX2 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex; }
  .TFLX2 .box {
    width: 31.333%;
    margin: 1%;
    border: 3px solid #726b61; }
    .TFLX2 .box div {
      text-align: center !important; }
      .TFLX2 .box div a {
        line-height: initial;
        display: block;
        width: 100%;
        padding: 20px;
        color: #302112;
        font-family: "Papyrus", "fantasy";
        font-size: 2.25rem; }
        @media (max-width: 1200px) {
          .TFLX2 .box div a {
            font-size: calc(1.35rem + 1.2vw) ; } }
        .TFLX2 .box div a span {
          display: block;
          font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-size: 1rem;
          color: #726b61;
          margin-top: -10px; }
  @media only screen and (max-width: 640px) {
    .TFLX2 {
      flex-direction: column;
      justify-content: center;
      margin-left: 10px !important;
      margin-right: 10px !important; }
      .TFLX2 .box {
        width: 90%; } }

.TFLX3, .TFLX3c, .TFLX4 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 2%; }
  @media only screen and (max-width: 640px) {
    .TFLX3, .TFLX3c, .TFLX4 {
      padding: 03%; } }
  .TFLX3 .box-img, .TFLX3c .box-img, .TFLX4 .box-img {
    width: 45%; }
  .TFLX3 .box-txt, .TFLX3c .box-txt, .TFLX4 .box-txt {
    width: 55%;
    font-size: 1rem; }
  @media only screen and (max-width: 640px) {
    .TFLX3, .TFLX3c, .TFLX4 {
      flex-direction: column; }
      .TFLX3 .box-img, .TFLX3c .box-img, .TFLX4 .box-img {
        width: 60%; }
      .TFLX3 .box-txt, .TFLX3c .box-txt, .TFLX4 .box-txt {
        width: 95%; } }
  .TFLX3 .button01 div a, .TFLX3c .button01 div a, .TFLX4 .button01 div a, .TFLX3 .button02 div a, .TFLX3c .button02 div a, .TFLX4 .button02 div a {
    margin: 0; }
    @media only screen and (max-width: 640px) {
      .TFLX3 .button01 div a, .TFLX3c .button01 div a, .TFLX4 .button01 div a, .TFLX3 .button02 div a, .TFLX3c .button02 div a, .TFLX4 .button02 div a {
        margin: 0 auto; } }

@media only screen and (max-width: 640px) {
  .TFLX3b {
    flex-direction: column-reverse !important; } }

.TFLX3c {
  max-width: 1200px;
  padding: 0;
  align-items: flex-start; }
  .TFLX3c .box-img img {
    margin: 0 auto;
    display: block; }
  .TFLX3c h2 {
    font-weight: bold;
    font-size: 1.25rem;
    color: #302112;
    border-bottom: 1px solid #726b61;
    padding-bottom: 5px; }
  @media only screen and (max-width: 640px) {
    .TFLX3c {
      flex-direction: column-reverse !important;
      align-items: center; }
      .TFLX3c .box-img {
        width: 90%; } }

.contact-tel {
  text-align: left;
  font-size: 1.875rem;
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 1px; }
  @media (max-width: 1200px) {
    .contact-tel {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .contact-tel i {
    font-size: 1.25rem;
    color: #fff;
    background: #302112;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    margin-right: 5px; }
  .contact-tel a {
    color: #726b61 !important; }

.TFLX4 {
  max-width: 1000px;
  background: #fff;
  border-right: 1px solid rgba(114, 107, 97, 0.3);
  border-left: 1px solid rgba(114, 107, 97, 0.3);
  padding: 2%; }
  @media screen and (max-width: 1000px) {
    .TFLX4 {
      background: rgba(114, 107, 97, 0.1); } }
  @media only screen and (max-width: 640px) {
    .TFLX4 {
      padding: 10% 3%; } }

.TFLX4-wrap {
  background: rgba(114, 107, 97, 0.1);
  border-top: 1px solid rgba(114, 107, 97, 0.3);
  border-bottom: 1px solid rgba(114, 107, 97, 0.3); }

.top-insta {
  max-width: 1000px;
  margin: 0 auto;
  height: 300px;
  overflow-x: auto; }
  .top-insta .sns_list {
    border: none  !important;
    flex-wrap: wrap; }
    .top-insta .sns_list .sns_photo {
      width: 30% !important;
      padding: 0 !important; }
      .top-insta .sns_list .sns_photo img {
        width: 100%; }
    .top-insta .sns_list .sns_text {
      width: 70%; }
      .top-insta .sns_list .sns_text .sns_date {
        display: none; }
      .top-insta .sns_list .sns_text .caption {
        font-size: 1rem;
        font-weight: bold;
        color: #7fa948;
        margin-bottom: 10px; }
      .top-insta .sns_list .sns_text > ul li a {
        font-size: 0.875rem;
        color: #333; }
        .top-insta .sns_list .sns_text > ul li a:hover {
          color: #65bdca; }
    @media only screen and (max-width: 834px) {
      .top-insta .sns_list .sns_photo {
        width: 90% !important; }
      .top-insta .sns_list .sns_text {
        width: 95%; } }
  .top-insta .sns_list > div {
    width: 98%;
    margin: 1%;
    border-bottom: none !important; }
    @media only screen and (max-width: 834px) {
      .top-insta .sns_list > div {
        flex-direction: column-reverse;
        align-items: center !important;
        justify-content: center !important; } }

.info-box, .info-box2 {
  width: 48%;
  margin: 1%;
  background-color: rgba(127, 169, 72, 0.2);
  padding: 10% 3% 3% 3%;
  background-image: url(../images/common/deco01.png), url(../images/common/deco02.png);
  background-repeat: no-repeat;
  background-position: left 2% top 2%, right 2% bottom 2%; }
  @media only screen and (max-width: 834px) {
    .info-box, .info-box2 {
      width: 100%;
      margin: 15px auto;
      padding: 15% 3% 3% 3%; } }
  @media only screen and (max-width: 640px) {
    .info-box, .info-box2 {
      background-image: none; } }

.info-box2 {
  background-color: rgba(101, 189, 202, 0.3); }

.news-wrap {
  border: none;
  background: rgba(255, 255, 255, 0.6);
  height: 300px;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto; }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .news-wrap {
      margin: 20px auto; } }
  @media only screen and (max-width: 834px) {
    .news-wrap {
      height: 300px;
      margin: 20px auto; } }

.news {
  height: 100%;
  overflow-y: auto; }
  .news .form_wrap {
    border: none !important; }
    .news .form_wrap dt {
      color: #7fa948;
      font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1rem; }
    .news .form_wrap dl {
      border: none !important;
      margin-bottom: 10px;
      border-bottom: 1px dashed #ccc !important;
      display: block !important; }
      .news .form_wrap dl dt, .news .form_wrap dl dd {
        border: none !important;
        width: 100% !important;
        background: none !important; }
  .news iframe {
    width: 100% !important; }

.news_fb {
  overflow-y: inherit; }

.button01 a, .button02 a {
  position: relative;
  border: 1px solid #5c5449;
  text-align: center;
  font-family: "Papyrus", "fantasy";
  background: #fff;
  font-size: 1.125rem;
  color: #7fa948;
  width: 200px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center; }
  .button01 a i, .button02 a i {
    font-size: 1.5rem;
    vertical-align: middle;
    padding-right: 10px; }
    @media (max-width: 1200px) {
      .button01 a i, .button02 a i {
        font-size: calc(1.275rem + 0.3vw) ; } }
  .button01 a:after, .button02 a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #5c5449;
    opacity: 0;
    transition: all .3s; }
  .button01 a:hover::after, .button02 a:hover::after {
    top: 4px;
    left: 4px;
    opacity: 1; }

.button02 a {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  width: 30%;
  min-width: 300px; }

.top-sns {
  width: 83%;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    .top-sns {
      width: 95%; } }

.news-title {
  padding: 0px !important; }
  .news-title img {
    vertical-align: top !important; }
  .news-title h2 {
    font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.875rem; }
    @media (max-width: 1200px) {
      .news-title h2 {
        font-size: calc(1.3125rem + 0.75vw) ; } }

.banner01 {
  max-width: 900px;
  margin: 0 auto;
  justify-content: center; }
  .banner01 .box {
    min-width: 275px;
    margin: 1%;
    background: #7fa948;
    text-align: center;
    padding: 15px; }
    .banner01 .box a {
      color: #fff;
      font-size: 1.0625rem; }

/*
.top-link-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
   a {
    width: 25%;
     @include tabsp {
        width: 50%;
     }
    div {
      width: 100% !important;
    }
    &:hover {
      opacity: 1 !important;
    }
  }
}
.top-link {
  width: 100%;
  padding:30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  @include pcm {
    padding:20px;
  }
  @include pcs {
    padding:10px;
  }
  @include sp {
    padding:5px;
  }
  @include sps {
    padding:1px;
  }
  .top-link-title {
      @include rfs(18); 
    color:#fff;
  }
  .top-link3 div {
    border-radius: 3px;
    color:#fff;
    padding:10px 30px;
    margin:0 auto;
    max-width: 200px !important;
    @include pcm {
    padding:10px 20px;
  } 
    @include pcs {
    padding:10px ;
  } 
    @include sp {
    padding:10px 5px;
    font-size: 13px;
    }
    @include sps {
    padding:5px 2px;
    font-size: 13px;
    }
    border:1px solid #fff;
    &:hover {
      background:$main-color;
      transition: 0.5s;
      opacity: 1 !important;
      color:#fff;
    }
  }
 
}
*/
.top-con2-wrap {
  position: relative;
  padding: 3% 0 !important; }
  @media only screen and (max-width: 834px) {
    .top-con2-wrap {
      padding: 5% 3% !important; } }

.top-con2-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #2d88ad;
  z-index: -1; }

.TFLX2-wrap {
  position: relative;
  padding: 3% !important; }
  @media only screen and (max-width: 834px) {
    .TFLX2-wrap {
      padding: 10% 3% !important; } }

.TFLX2-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: #7fa948;
  z-index: -1; }

.top-info-wrap {
  position: relative;
  padding: 7% 3% !important; }
  @media only screen and (max-width: 834px) {
    .top-info-wrap {
      padding: 10% 3% !important; } }

.top-info-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg02.png) no-repeat right top;
  background-size: cover;
  z-index: -1; }

.top-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3%; }
  .top-info .box-txt {
    width: 40%;
    color: #fff; }
    .top-info .box-txt a {
      color: #fff; }
  .top-info .box-date {
    width: 60%;
    font-size: 1rem;
    font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    .top-info .box-date .box-date1 {
      width: 145px; }
    .top-info .box-date .box-date2 {
      width: 75px; }
    .top-info .box-date .box-date3 {
      width: 40px; }
  @media screen and (max-width: 900px) {
    .top-info {
      flex-direction: column;
      padding: 5% 1%; }
      .top-info .box-txt {
        width: 90%;
        margin: 1%; }
      .top-info .box-date {
        width: 90%;
        margin: 1%; } }

.facebook {
  text-align: center !important; }
  .facebook .fb-page {
    width: 100% !important; }

#facebook iframe ._2p3a {
  width: 100% !important;
  text-align: center !important; }

.blog_list {
  border: none !important; }
  .blog_list .blog_date {
    color: #7fa948 !important;
    font-size: 1rem; }
  .blog_list div {
    display: block !important; }
    .blog_list div .blog_photo, .blog_list div .blog_text {
      width: 90% !important; }
  .blog_list img {
    display: none; }

.top-link-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .top-link-wrap .top-link {
    width: 25%; }
    @media only screen and (max-width: 834px) {
      .top-link-wrap .top-link {
        width: 50%; } }

.top-cont3-wrap {
  position: relative;
  padding: 3% 0 !important;
  background: url(../images/common/deco02.png) no-repeat left top; }
  @media only screen and (max-width: 640px) {
    .top-cont3-wrap {
      padding: 15% 3% !important; } }

.top-cont3-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(127, 169, 72, 0.1);
  z-index: -1; }

.contact_contents #contents_wrap {
  margin-top: 100px; }
  @media only screen and (max-width: 834px) {
    .contact_contents #contents_wrap {
      margin-top: 30px; } }

/*

.TFLX2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  .box-txt {
    width: 50%;
     padding:5%;
    background:#fcf2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    table td {
      padding:5px !important;
    }
    .deco-txt{
     font-family: quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    @include rfs(16);       
    }
  }
  .box-img {
    width: 50%;
    >div {
      height: 100%;
    }
    img {
      width:100% !important;
      height: 100% !important;
      object-fit: cover;
    }
    .imgL {
      margin:0 !important;
    }
  }
  @include sp { 
    flex-direction: column-reverse;
    .box-txt, .box-img {
      width: 100%;
      align-self: stretch;
    }
  }
}
.TFLX2-txt {
  color:#fff;
  @include rfs(16);   
}
*/
.tel-s a, .tel-h a {
  color: #726b61; }
  .tel-s a:hover, .tel-h a:hover {
    opacity: 1.0 !important; }

@media only screen and (max-width: 834px) {
  .brdnt {
    text-align: left !important; }
    .brdnt br {
      display: none; }
    .brdnt div {
      text-align: left !important; } }

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important; }
    .brdn br {
      display: none; }
    .brdn div {
      text-align: left !important; } }

@media screen and (min-width: 834px) {
  .brdnpc br {
    display: none; } }

@media only screen and (max-width: 640px) {
  .TLIR table tr {
    display: flex;
    flex-direction: column-reverse; } }

@media screen and (min-width: 834px) {
  .br-tab br {
    display: none; } }

@media screen and (min-width: 640px) {
  .br-sp br {
    display: none; } }

.ai-company dt {
  align-items: center !important; }
@media only screen and (max-width: 640px) {
  .ai-company dl {
    display: block !important; }
    .ai-company dl dt {
      width: 100% !important;
      border-right: 1px solid #ccc !important; }
    .ai-company dl dd {
      width: 100% !important; } }

.form_wrap dl dd > div {
  display: block !important; }

.form_wrap {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  .form_wrap dl {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ccc; }
    .form_wrap dl dt, .form_wrap dl dd {
      border: none !important; }
    .form_wrap dl dt {
      border-right: 1px solid #ccc !important; }
      @media only screen and (max-width: 640px) {
        .form_wrap dl dt {
          border-bottom: 1px solid #ccc !important; } }

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 50px !important; } }

.pankuzu {
  text-align: right;
  margin-top: 20px; }
  @media only screen and (max-width: 834px) {
    .pankuzu {
      display: none; } }

.imgL {
  max-width: 100% !important;
  float: none !important; }

.error2 h2 {
  font-size: 40px;
  font-weight: bold; }
.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block; }

.pick01 {
  background: #65bdca;
  padding: 2%;
  color: #fff; }
  .pick01 span {
    font-size: 1.875rem;
    line-height: 1.5em;
    font-family: quicksand, sans-serif;
    font-style: normal;
    letter-spacing: 2.5px;
    font-weight: 300;
    display: block; }
    @media (max-width: 1200px) {
      .pick01 span {
        font-size: calc(1.3125rem + 0.75vw) ; } }
  @media only screen and (max-width: 834px) {
    .pick01 {
      padding: 2%; }
      .pick01 div {
        text-align: left !important; } }

.pick02 {
  background: rgba(204, 204, 204, 0.5);
  padding: 2%; }
  .pick02 span {
    color: #f76363;
    font-size: 1.875rem;
    font-weight: bold; }
    @media (max-width: 1200px) {
      .pick02 span {
        font-size: calc(1.3125rem + 0.75vw) ; } }
  @media only screen and (max-width: 834px) {
    .pick02 {
      padding: 5%; } }

.pick03 {
  padding: 2%;
  background: rgba(127, 169, 72, 0.1); }
  .pick03 span {
    font-size: 1.125rem;
    font-weight: bold;
    color: #7fa948; }
  @media only screen and (max-width: 834px) {
    .pick03 {
      padding: 5%; } }

.pick04 h3, .pick04 .title h4, .title .pick04 h4, .pick04 .title3 h4, .title3 .pick04 h4 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #302112;
  border-bottom: 1px solid #726b61;
  padding-bottom: 5px; }

.gallery-3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .gallery-3 .box {
    width: 31.333%;
    margin: 1%; }
    @media only screen and (max-width: 834px) {
      .gallery-3 .box {
        width: 48%; } }
    @media only screen and (max-width: 640px) {
      .gallery-3 .box {
        width: 90%; } }

.gallery-3b {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .gallery-3b .box {
    width: 23%;
    margin: 1%; }
    .gallery-3b .box a {
      display: block;
      position: relative; }
      .gallery-3b .box a:after {
        content: "";
        width: 100% !important;
        padding-top: 100% !important;
        display: block; }
      .gallery-3b .box a img {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        display: block;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        font-family: "object-fit: cover"; }
  @media only screen and (max-width: 834px) {
    .gallery-3b .box {
      width: 48%; } }

.gallery-insta .sns_list {
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap; }
  .gallery-insta .sns_list > div {
    border: none !important;
    width: 23% !important;
    margin: 1%; }
    .gallery-insta .sns_list > div .sns_photo {
      width: 100% !important;
      padding: 0 !important; }
    .gallery-insta .sns_list > div .sns_text {
      display: none; }
  @media only screen and (max-width: 834px) {
    .gallery-insta .sns_list div {
      width: 48% !important; } }

.pd0 {
  padding: 0 !important; }

.pd5 {
  padding: 5px !important; }

.page-title-wrap {
  position: relative;
  padding: 5% 0 !important;
  margin-bottom: 30px;
  /*
  background-image: url(../images/common/deco01.png), url(../images/common/deco02.png);
  background-repeat: no-repeat;
  background-position: left 2% top 30%, right 2% bottom 30%;
  background-size:15%;
  @include tabsp {
    padding:15% 0 !important;
    background-size:25%;
  }
  */ }
  @media only screen and (max-width: 834px) {
    .page-title-wrap {
      padding: 10% 0 !important; } }

.page-title-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(114, 107, 97, 0.2);
  z-index: -1; }

.page-title {
  position: relative; }
  .page-title h1 {
    font-size: 2.5rem;
    color: #302112;
    font-family: "Papyrus", "fantasy"; }
    @media (max-width: 1200px) {
      .page-title h1 {
        font-size: calc(1.375rem + 1.5vw) ; } }
    .page-title h1 span {
      font-size: 1rem;
      font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      color: #726b61;
      display: block;
      margin-top: 10px; }
    .page-title h1:after {
      content: '';
      width: 50px;
      height: 1px;
      background: rgba(48, 33, 18, 0.2);
      position: absolute;
      z-index: 0;
      right: 0;
      left: 0;
      margin: auto;
      bottom: -20px; }
      @media only screen and (max-width: 640px) {
        .page-title h1:after {
          display: none; } }

.title h2, .title3 h2 {
  color: #302112;
  font-size: 1.625rem;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  background: #f2f2f2;
  /*背景色*/
  border-left: solid 5px #7fa948;
  /*左線*/
  border-bottom: solid 3px #ccc;
  /*下線*/ }
  @media (max-width: 1200px) {
    .title h2, .title3 h2 {
      font-size: calc(1.2875rem + 0.45vw) ; } }
.title h3, .title3 h3, .title h4, .title3 h4 {
  font-size: 1.125rem;
  color: #333;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 30px; }
  .title h3:before, .title3 h3:before, .title h4:before, .title3 h4:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f7ff";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.25rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #7fa948;
    /*アイコン色*/ }
@media only screen and (max-width: 834px) {
  .title h4, .title3 h4 {
    font-size: 18px; } }

.title h2, .title3 h2 {
  color: #302112;
  font-size: 1.5rem;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  background: rgba(127, 169, 72, 0.1);
  /*背景色*/
  border-left: solid 5px #7fa948;
  /*左線*/
  border-bottom: solid 3px #ccc;
  /*下線*/ }
  @media (max-width: 1200px) {
    .title h2, .title3 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
.title h3, .title3 h3, .title h4, .title3 h4 {
  font-size: 1.25rem;
  color: #302112;
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  .title h3:before, .title3 h3:before, .title h4:before, .title3 h4:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0a9";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #7fa948;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .title h3:before, .title3 h3:before, .title h4:before, .title3 h4:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }
@media only screen and (max-width: 834px) {
  .title h4, .title3 h4 {
    font-size: 18px; } }

.title2 {
  margin: 30px auto 20px 15px; }
  .title2 h2 {
    color: #302112;
    border-bottom: 1px dashed #302112;
    display: block;
    font-size: 1.25rem;
    position: relative;
    /*相対位置*/
    padding-left: 1.4em;
    /*アイコン分のスペース*/
    line-height: 1.4;
    /*行高*/ }
    .title2 h2:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f0a9";
      /*アイコンのユニコード*/
      font-weight: 600;
      position: absolute;
      /*絶対位置*/
      font-size: 1em;
      /*サイズ*/
      left: 0;
      /*アイコンの位置*/
      top: 0;
      /*アイコンの位置*/
      color: #7fa948;
      /*アイコン色*/ }
  .title2 h3, .title2 .title h4, .title .title2 h4, .title2 .title3 h4, .title3 .title2 h4 {
    font-size: 1.125rem;
    color: #302112;
    font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    border-bottom: 2px dashed #ccc;
    position: relative;
    padding-left: 35px; }
    .title2 h3:before, .title2 .title h4:before, .title .title2 h4:before, .title2 .title3 h4:before, .title3 .title2 h4:before {
      font-family: "Font Awesome 5 Pro";
      content: "\f69a";
      /*アイコンのユニコード*/
      font-weight: 600;
      position: absolute;
      /*絶対位置*/
      font-size: 1.875rem;
      /*サイズ*/
      left: 0;
      /*アイコンの位置*/
      top: 0;
      /*アイコンの位置*/
      color: #65bdca;
      /*アイコン色*/ }
      @media (max-width: 1200px) {
        .title2 h3:before, .title2 .title h4:before, .title .title2 h4:before, .title2 .title3 h4:before, .title3 .title2 h4:before {
          font-size: calc(1.3125rem + 0.75vw) ; } }
  .title2 h4 {
    margin: 30px 20px;
    font-size: 20px;
    color: #fff;
    background: #302112;
    padding: 5px; }
    .title2 h4 i {
      margin-right: 5px; }
    @media only screen and (max-width: 834px) {
      .title2 h4 {
        margin: 15px 10px; } }

@media only screen and (max-width: 640px) {
  .title3 h2 {
    font-size: 18px; } }

.step-title h3, .step-title .title h4, .title .step-title h4, .step-title .title3 h4, .title3 .step-title h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #302112;
  position: relative;
  border-top: solid 2px rgba(127, 169, 72, 0.3);
  border-bottom: solid 2px rgba(127, 169, 72, 0.3);
  background: rgba(127, 169, 72, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .step-title h3:after, .step-title .title h4:after, .title .step-title h4:after, .step-title .title3 h4:after, .title3 .step-title h4:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", quicksand, sans-serif;
    content: '\f0a6\ STEP';
    font-size: 1rem;
    background: #7fa948;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    line-height: 1;
    letter-spacing: 0.05em; }
.step-title h2 {
  font-size: 1.25rem;
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #7fa948;
  position: relative;
  border-top: solid 2px #8a9e43;
  border-bottom: solid 2px #8a9e43;
  background: -moz-linear-gradient(to bottom, rgba(138, 158, 67, 0.8), rgba(138, 158, 67, 0.1) 40%, rgba(138, 158, 67, 0.8));
  background: -webkit-linear-gradient(to bottom, rgba(138, 158, 67, 0.8), rgba(138, 158, 67, 0.1) 40%, rgba(138, 158, 67, 0.8));
  background: linear-gradient(to bottom, rgba(138, 158, 67, 0.8), rgba(138, 158, 67, 0.1) 40%, rgba(138, 158, 67, 0.8));
  line-height: 1.4;
  padding: 0.2em; }
  .step-title h2:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro",quicksand, sans-serif;
    font-style: normal;
    font-weight: 300;
    content: '\f755\ step';
    background: #d1c27d;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0.05em; }

.title4 h2, .title4 h3, .title4 .title h4, .title .title4 h4, .title4 .title3 h4, .title3 .title4 h4 {
  position: relative;
  background: rgba(179, 139, 82, 0.2);
  padding: 7px 5px 7px 15px;
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #302112; }
  @media (max-width: 1200px) {
    .title4 h2, .title4 h3, .title4 .title h4, .title .title4 h4, .title4 .title3 h4, .title3 .title4 h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .title4 h2:before, .title4 h3:before, .title4 .title h4:before, .title .title4 h4:before, .title4 .title3 h4:before, .title3 .title4 h4:before {
    font-family: "Font Awesome 5 pro";
    content: "\f0c4";
    font-size: 1.5rem;
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    background: #726b61;
    font-weight: lighter;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -1.35em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29);
    border-bottom: solid 2px rgba(127, 169, 72, 0.8); }
    @media (max-width: 1200px) {
      .title4 h2:before, .title4 h3:before, .title4 .title h4:before, .title .title4 h4:before, .title4 .title3 h4:before, .title3 .title4 h4:before {
        font-size: calc(1.275rem + 0.3vw) ; } }

.title-center01 h2 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0; }
  .title-center01 h2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.title-center02 h2 {
  position: relative;
  color: #302112;
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5em;
  display: inline-block;
  margin: 20px 0;
  text-shadow: 0 0 2px white; }
  @media (max-width: 1200px) {
    .title-center02 h2 {
      font-size: calc(1.3rem + 0.6vw) ; } }
  .title-center02 h2:before {
    content: "";
    position: absolute;
    background: rgba(179, 139, 82, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    border: dashed 1px white;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    box-shadow: 0px 0px 0px 5px rgba(179, 139, 82, 0.5); }

.UL1 li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1rem;
  position: relative;
  padding-left: 50px;
  overflow: visible !important; }
  .UL1 li:before {
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    background: url(../images/common/icon01.png);
    width: 44px;
    height: 32px;
    background-size: contain;
    background-position: center;
    display: block;
    margin: auto; }

.gallery-FLX {
  display: flex;
  flex-wrap: flex-wrap; }
  .gallery-FLX .box {
    width: 31.333%;
    margin: 1%; }
    .gallery-FLX .box img {
      display: block;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover; }
    .gallery-FLX .box h3, .gallery-FLX .box .title h4, .title .gallery-FLX .box h4, .gallery-FLX .box .title3 h4, .title3 .gallery-FLX .box h4 {
      color: title-color;
      font-weight: bold; }
    .gallery-FLX .box div a {
      background: #65bdca;
      color: #fff;
      padding: 5px;
      display: block;
      width: 200px;
      margin: 0 auto;
      text-align: center; }
    .gallery-FLX .box article {
      height: 100% !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .gallery-FLX {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .gallery-FLX .box {
        width: 90%; } }

.ver4-FLX {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .ver4-FLX .box {
    width: 18%;
    margin: 1%; }
    .ver4-FLX .box img {
      display: block;
      margin: 0 auto; }
    .ver4-FLX .box iframe {
      text-align: center; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .ver4-FLX {
      flex-direction: column; }
      .ver4-FLX .box {
        width: 48%; } }
  @media only screen and (max-width: 640px) {
    .ver4-FLX {
      flex-direction: column; }
      .ver4-FLX .box {
        width: 90%; } }

.table-template02 {
  background: rgba(48, 33, 18, 0.1);
  border: 1px solid #e5e3e1;
  padding: 8px; }
  .table-template02 td {
    padding: 0 8px !important; }
  .table-template02 .publish div {
    font-size: 0.875rem;
    font-family: adobe-garamond-pro, serif;
    font-style: italic;
    font-weight: 400;
    text-align: right; }
  .table-template02 .label div {
    display: inline-block; }
    .table-template02 .label div span {
      display: block;
      color: #fff;
      padding: 5px 10px; }
  .table-template02 .sm-title h2 {
    margin: 10px;
    color: #65bdca;
    font-size: 1.25rem;
    font-style: oblique; }
  .table-template02 .date {
    padding-bottom: 0 !important; }
  .table-template02 .date div {
    font-size: 14px; }
    .table-template02 .date div:before {
      content: "\f073";
      font-family: FontAwesome;
      padding-right: 0.6em; }
  .table-template02 .place {
    padding-top: 0 !important; }
  .table-template02 .place div {
    font-size: 14px; }
    .table-template02 .place div:before {
      content: "\f3c5";
      font-family: 'Font Awesome 5 Pro';
      padding-right: 0.6em;
      font-weight: 900; }
  .table-template02 .text div {
    background: #fff;
    padding: 12px;
    font-size: 14px; }

.rs-tel {
  font-size: 1.5rem;
  color: #302112 !important;
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 1200px) {
    .rs-tel {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .rs-tel a {
    color: #302112; }
  .rs-tel:before {
   /*
 font-family: "Font Awesome 5 Free";
 content: "\f0c4";
 font-weight: 600;
*/
    content: '';
    background: url(../images/common/header_tel_icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    padding-right: 5px; }

.list01, .list02 {
  border: none; }
  .list01 dl, .list02 dl {
    border-bottom: 1px dashed #726b61; }
    .list01 dl dt, .list02 dl dt {
      border: none !important;
      background: none !important; }
    .list01 dl dd, .list02 dl dd {
      border: none !important;
      background: none !important;
      text-align: right !important;
      min-width: 107px;
      color: #8a4609;
      font-weight: bold; }

.list02 dl {
  display: flex; }
  .list02 dl dt {
    width: 90%;
    font-weight: bold;
    color: #302112; }
  .list02 dl dd {
    width: 10%;
    min-width: 300px; }
  @media only screen and (max-width: 640px) {
    .list02 dl {
      display: block !important; }
      .list02 dl dd, .list02 dl dt {
        width: 100% !important; } }

.list03 dl {
  border-bottom: 1px dashed #726b61; }
  .list03 dl dt {
    border: none !important;
    background: none !important;
    color: #8a4609;
    font-weight: bold;
    min-width: 280px; }
  .list03 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important; }
  @media only screen and (max-width: 640px) {
    .list03 dl {
      display: block !important; }
      .list03 dl dd, .list03 dl dt {
        width: 100% !important;
        text-align: left !important; } }

.faq table td {
  border: none; }

.faq-q span, .faq-a span {
  width: 40px;
  height: 40px;
  display: block;
  background: #726b61;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .faq-q span, .faq-a span {
      font-size: calc(1.275rem + 0.3vw) ; } }
@media only screen and (max-width: 640px) {
  .faq-q, .faq-a {
    background: #726b61;
    padding: 0 !important; }
    .faq-q span, .faq-a span {
      display: inline-block; } }

.list04 p {
  display: flex; }

.faq-a span {
  background: #7fa948; }
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #7fa948; } }

.faq-q-txt {
  font-weight: bold; }
  @media screen and (min-width: 640px) {
    .faq-q-txt {
      border-bottom: 1px dashed #ccc !important; } }

#blog-title {
  text-align: center !important; }

.blog {
  max-width: 1200px;
  margin: 80px auto 0; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .blog {
      margin: 50px auto 0; } }
  @media only screen and (max-width: 640px) {
    .blog {
      margin: 30px auto 0; } }
  .blog .wrap {
    display: flex; }
    .blog .wrap aside {
      width: 28%;
      margin: 1%; }
      .blog .wrap aside nav {
        line-height: 2.0em; }
        .blog .wrap aside nav h3, .blog .wrap aside nav .title h4, .title .blog .wrap aside nav h4, .blog .wrap aside nav .title3 h4, .title3 .blog .wrap aside nav h4 {
          font-size: 1.125rem;
          background: rgba(127, 169, 72, 0.7);
          border-bottom: 1px solid #666;
          color: #302112;
          margin-top: 10px; }
        .blog .wrap aside nav ul li {
          border-bottom: 1px dashed #ccc; }
    .blog .wrap #contents {
      width: 68%;
      margin: 1%;
      min-width: auto; }
      .blog .wrap #contents article div {
        display: flex;
        flex-wrap: wrap; }
        .blog .wrap #contents article div img {
          width: 48%;
          margin: 1%; }
    @media only screen and (max-width: 834px) {
      .blog .wrap {
        flex-direction: column; }
        .blog .wrap aside, .blog .wrap #contents {
          width: 90%;
          margin: 10px auto; }
        .blog .wrap aside {
          text-align: center !important; } }

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f7ead4;
  z-index: -1; }

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 60px 0 !important; }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/cont-bg.jpg) repeat center top;
  background-size: cover;
  z-index: -1; }

.hoverBgContents {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .hoverBgContents > .hoverBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    transition: transform 0.8s;
    background-position: center; }
  .hoverBgContents:hover > .hoverBg {
    transform: scale(1.2); }

@media only screen and (max-width: 834px) {
  #col_main .errorbg {
    padding: 0 !important; } }

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms; }

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms; }

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-right {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 2500ms; }

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 2500ms; }

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .midashi h2 {
      font-size: 20px; } }

.tdpd10 td {
  padding: 10px !important; }

/*# sourceMappingURL=common_style.css.map */
