@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: 2em;
  font-weight: 500;
  letter-spacing: 1px;
  color: #7d643a;
  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: 1rem;
  /*
  @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%;
  	*/ }

/*
.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 {
    background: url(../images/common/header_line.png) no-repeat center top;
    width: 100%; }
    @media only screen and (max-width: 834px) {
      header#global_header #header-wrap {
        background: none; } }

#header {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 834px) {
    #header {
      display: block;
      margin: 20px auto; } }

#header-logo {
  margin: 50px auto 25px auto; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #header-logo {
      margin: 30px auto; }
      #header-logo img {
        width: 25%; } }
  @media only screen and (max-width: 640px) {
    #header-logo {
      margin: 30px auto; }
      #header-logo img {
        width: 40%; } }

#header-tel {
  padding: 5px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 200px;
  background: #fab758;
  color: #fff;
  font-size: 1rem; }
  #header-tel #tel-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    background: #6da14f;
    border-radius: 50%;
    line-height: 1.2em;
    height: 60px;
    width: 60px; }
  #header-tel #tel-num {
    font-family: lato, sans-serif;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 1px;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; }
    #header-tel #tel-num i {
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      padding-top: 10px;
      color: #fff; }
    #header-tel #tel-num a {
      color: #fff; }
  @media only screen and (max-width: 640px) {
    #header-tel {
      background: rgba(250, 183, 88, 0.8);
      width: 225px;
      position: fixed;
      top: auto;
      bottom: 0;
      margin: 0 auto;
      padding: 5px;
      display: flex;
      align-items: center; }
      #header-tel #tel-num {
        -webkit-writing-mode: initial;
        -ms-writing-mode: lr-tb;
        width: 160px; }
        #header-tel #tel-num i {
          padding: 0 5px;
          -moz-transform: rotate(0deg);
          -webkit-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          -ms-transform: rotate(0deg); } }

@media screen and (min-width: 640px) {
  .header-tel-sub {
    display: none; } }

#header-cont {
  width: 200px;
  margin-left: 10px;
  background: #6da14f;
  border-radius: 5px;
  align-self: center;
  font-size: 1rem; }
  #header-cont a {
    color: #fff;
    padding: 5px 15px;
    display: block; }
    #header-cont a i {
      padding-right: 5px; }
  @media only screen and (max-width: 640px) {
    #header-cont {
      margin-left: 0;
      margin: 10px auto;
      width: 60%;
      min-width: 250px;
      align-self: auto; }
      #header-cont a {
        padding: 15px; } }

@media screen and (min-width: 835px) and (max-width: 1000px) {
  #header-right {
    width: 80%; } }

#nav-wrap {
  background: none; }

#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: baseline; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li:not(.first):before {
        content: '|';
        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-size: 1rem;
        display: inline-block;
        letter-spacing: 1px;
        color: #7d643a;
        padding: 10px 20px;
        text-align: center; }
        #nav_global ul li a span {
          font-weight: initial !important;
          display: block; }
        @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: #393732; }
      #nav_global ul li ul {
        position: absolute;
        margin: auto;
        display: block;
        width: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.7); }
        #nav_global ul li ul li:before {
          content: none !important; }
        #nav_global ul li ul li a {
          font-size: 14px;
          text-align: left; }
          @media screen and (min-width: 835px) and (max-width: 1000px) {
            #nav_global ul li ul li a {
              font-size: 13px; } }

/*
#MainArea {
	position: relative;
	#main-logo {
		width: 10%;
		margin:auto;
		position: absolute;
		top:0;
		bottom:0;
		right: 0;
		left:0;
		display: flex;
		align-items: center;
		a {
			display: block;
			margin:auto;
		}
       	@include tab {
			width: 15%;
		}
       	@include sp {
			width: 30%;
		}
	}
	#main-txt  {
		position: absolute;
		bottom:15%;
		right: 0;
		left:0;
       	@include pcm {
			bottom:10%;
			img {
				width: 60%;
			}
       	}
      	@include pcs {
			bottom:10%;
			img {
				width: 50%;
			}
       	}
      	@include tab {
			bottom:10%;
			img {
				width: 50%;
			}
       	}
      	@include sp {
			bottom:10%;
			img {
				width: 80%;
			}
       	}
	}
}

.imgL {
    float: none;
    margin-right: 0 ;
    max-width: 100% !important;
    width: 100% !important;
}

*/
.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;"; }

#mainArea {
  left: 0;
  right: 0;
  max-width: 100%; }
  #mainArea img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea img {
        object-fit: cover;
        height: 35vh !important; } }
    @media only screen and (max-width: 640px) {
      #mainArea img {
        object-fit: cover;
        height: 33vh !important; } }
  #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: #fab758 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #fab758 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 0.8em 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 {
  height: 25px !important; }

.anchor {
  display: block;
  transform: translateY(-50px); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .anchor {
      transform: translateY(-50px); } }
  @media only screen and (max-width: 640px) {
    .anchor {
      transform: translateY(-50px); } }

/*
飛ばしたいところの前に以下のような記述
<span id="rs-mail" class="anchor"></span>
*/
.clone-nav {
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%); }
  .clone-nav #header {
    display: none; }
  .clone-nav p {
    display: none; }

.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; } }

.TCT-wrap {
  position: relative;
  padding: 2% !important; }
  @media only screen and (max-width: 834px) {
    .TCT-wrap {
      padding: 5% 3% !important; } }

.TCT-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: rgba(250, 183, 88, 0.1);
  z-index: -1; }

.TCT-txt {
  font-size: 1.125rem; }

.TCT-tel {
  text-align: left;
  color: #6da14f;
  font-size: 1.75rem;
  font-family: lato, sans-serif;
  font-style: normal;
  font-weight: 100;
  letter-spacing: 2px; }
  @media (max-width: 1200px) {
    .TCT-tel {
      font-size: calc(1.3rem + 0.6vw) ; } }
  .TCT-tel i {
    font-size: 1.25rem;
    color: #fff;
    background: #6da14f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 5px; }
  .TCT-tel a {
    color: #6da14f !important; }

.top-info-wrap {
  position: relative;
  padding: 3% !important; }
  @media only screen and (max-width: 834px) {
    .top-info-wrap {
      padding: 5% 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/TCT_bg.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: 45%;
    color: #fff; }
    .top-info .box-txt a {
      color: #fff; }
  .top-info .box-date {
    width: 55%;
    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%; } }

footer#global_footer {
  min-width: auto !important;
  margin-top: 40px; }
  @media only screen and (max-width: 834px) {
    footer#global_footer {
      margin-top: 30px; } }
  footer#global_footer #footer {
    background: #fff;
    padding: 2%; }
    @media only screen and (max-width: 834px) {
      footer#global_footer #footer {
        padding: 5%; } }
  footer#global_footer #footer-logo {
    margin-bottom: 20px; }
  footer#global_footer #footer-icon {
    display: flex;
    justify-content: center; }
    footer#global_footer #footer-icon p {
      background: #fab758;
      border-radius: 50%;
      margin: 5px;
      width: 30px; }
      footer#global_footer #footer-icon p a {
        color: #fff; }
  footer#global_footer #footer-nav ul {
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    line-height: 2.5em; }
    footer#global_footer #footer-nav ul li {
      min-width: 140px; }
      footer#global_footer #footer-nav ul li a {
        padding: 5px;
        color: #7d643a; }
  @media only screen and (max-width: 834px) {
    footer#global_footer #footer-nav {
      display: none; } }
  footer#global_footer #footer-map iframe {
    vertical-align: bottom !important; }
  footer#global_footer #copyright {
    line-height: 25px;
    vertical-align: bottom;
    text-align: center;
    background: url(../images/common/footer_line.png) no-repeat center top;
    width: 100%;
    color: #fff !important; }
    footer#global_footer #copyright a {
      color: #fff !important; }

.mean-container .mean-push {
  display: none !important; }

.abc {
  font-size: 30px;
  color: red;
  display: none; }

.top-title, .top-title-en {
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }
  .top-title h1, .top-title-en h1 {
    font-size: 2.25rem;
    color: #393732; }
    @media (max-width: 1200px) {
      .top-title h1, .top-title-en h1 {
        font-size: calc(1.35rem + 1.2vw) ; } }
  .top-title .top-title-deco, .top-title-en .top-title-deco {
    width: 60%;
    font-size: 1.25rem;
    color: #fff;
    background: rgba(109, 161, 79, 0.8); }
    @media only screen and (max-width: 834px) {
      .top-title .top-title-deco, .top-title-en .top-title-deco {
        font-size: 1.125rem;
        padding: 5px !important; } }

.top-title2 h2, .top-title3 h2 {
  position: relative;
  display: block;
  font-size: 1.875rem;
  color: #393732; }
  @media (max-width: 1200px) {
    .top-title2 h2, .top-title3 h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  @media only screen and (max-width: 834px) {
    .top-title2 h2, .top-title3 h2 {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 834px) and (max-width: 1200px) {
    .top-title2 h2, .top-title3 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }

  .top-title2 h2:after, .top-title3 h2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(250, 183, 88, 0.5);
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -15px; }
    @media only screen and (max-width: 834px) {
      .top-title2 h2:after, .top-title3 h2:after {
        bottom: -10px; } }

.top-title3 h2 {
  color: #6da14f; }

.top-title4 h2 {
  color: #fff;
  font-size: 1.75rem;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .top-title4 h2 {
      font-size: calc(1.3rem + 0.6vw) ; } }
  @media only screen and (max-width: 834px) {
    .top-title4 h2 {
      text-align: center !important; } }

.top-title-en h2 {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400; }

.top-cont1-wrap {
  position: relative;
  padding: 7% 3% !important; }
  @media only screen and (max-width: 834px) {
    .top-cont1-wrap {
      padding: 15% 3% !important; } }

.top-cont1-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_bg01.png) no-repeat right top;
  background-size: cover;
  z-index: -1; }

.top-con1 {
  font-size: 1.125rem;
  line-height: 2em;
  background: url(../images/common/deco01.png) no-repeat right top; }
  @media screen and (max-width: 1700px) {
    .top-con1 {
      max-width: 95%; } }
  @media only screen and (max-width: 834px) {
    .top-con1 .top-con1-txt {
      background: rgba(255, 255, 255, 0.7); } }

.bnr01 {
  max-width: 1000px;
  margin: 0 auto; }

.TFLX1 {
  display: flex; }
  .TFLX1 .box, .TFLX1 .box2 {
    width: 50%;
    background: url(../images/common/bg01.png) no-repeat left top;
    background-size: cover; }
    .TFLX1 .box .box-inner, .TFLX1 .box2 .box-inner {
      width: 70%;
      margin: 0 0 0 auto;
      padding: 10% 3% 5% 3%; }
      .TFLX1 .box .box-inner table, .TFLX1 .box2 .box-inner table {
        position: relative; }
  .TFLX1 .box2 {
    background: url(../images/common/bg02.png) no-repeat right top;
    background-size: cover; }
    .TFLX1 .box2 .box-inner {
      margin: 0 auto 0 0; }
  @media screen and (max-width: 1400px) {
    .TFLX1 .box .box-inner, .TFLX1 .box2 .box-inner {
      width: 80%;
      padding: 15% 3% 5% 3%; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .TFLX1 .box .box-inner, .TFLX1 .box2 .box-inner {
      width: 85%;
      padding: 20% 3% 5% 3%; } }
  @media only screen and (max-width: 640px) {
    .TFLX1 {
      flex-direction: column; }
      .TFLX1 .box, .TFLX1 .box2 {
        width: 100%; }
        .TFLX1 .box .box-inner, .TFLX1 .box2 .box-inner {
          margin: 0 auto;
          width: 95%;
          padding: 10% 3% 5% 3%; } }

.TFLX1-title, .TFLX1-title2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fab758;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  color: #fff;
  font-size: 1.5rem;
  top: -50px;
  left: -50px; }
  @media (max-width: 1200px) {
    .TFLX1-title, .TFLX1-title2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  @media only screen and (max-width: 640px) {
    .TFLX1-title, .TFLX1-title2 {
      position: inherit;
      display: block;
      border-radius: 0%;
      height: auto;
      width: auto;
      margin-bottom: 10px; } }

.TFLX1-title2 {
  background-color: #6da14f;
  right: -50px;
  left: auto; }

.TFLX1-txt {
  color: #fff; }

.TFLX1-txt2 {
  color: #393732; }

.button01 a, .button02 a, .button02b a {
  display: block;
  margin: 0 auto;
  background: #fff;
  border-radius: 50px;
  border: 3px solid #fab758;
  width: 40%;
  min-width: 200px;
  line-height: 45px;
  display: block;
  text-align: center;
  transition: 0.5s; }
  .button01 a:hover, .button02 a:hover, .button02b a:hover {
    opacity: 1 !important;
    background: #fab758;
    color: #fff; }
  @media only screen and (max-width: 640px) {
    .button01 a, .button02 a, .button02b a {
      width: 60%; } }

.button02 a, .button02b a {
  border: 3px solid #6da14f;
  color: #6da14f; }
  .button02 a:hover, .button02b a:hover {
    background: #6da14f; }

.button02b a {
  margin: 0; }
@media only screen and (max-width: 640px) {
  .button02b a {
    margin: 0 auto; } }

.news-wrap {
  height: 300px;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  background: #fef8ee;
  position: relative; }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .news-wrap {
      margin: 20px; } }
  @media only screen and (max-width: 834px) {
    .news-wrap {
      height: 300px;
      margin: 0 10px; } }
  .news-wrap:before, .news-wrap:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .news-wrap:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }

.news {
  height: 100%;
  overflow-y: auto;
  line-height: 1.2; }
  .news dt {
    color: #6da14f; }
  .news dl {
    border: none !important;
    border-bottom: 1px dashed #ccc !important;
    padding: 10px 0;
    display: block !important; }
    .news dl dt, .news dl dd {
      border: none !important;
      width: 100% !important;
      background: none !important;
      padding: 5px 8px !important; }

.TFLX2 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  .TFLX2 .TFLX2-img, .TFLX2 .TFLX2-txt {
    width: 50%; }
  .TFLX2 .TFLX2-txt {
    padding: 10px; }
    .TFLX2 .TFLX2-txt .TFLX2-ttl {
      display: inline-block;
      background: #6da14f;
      color: #fff;
      font-size: 1.125rem;
      padding: 5px 20px; }
      @media only screen and (max-width: 640px) {
        .TFLX2 .TFLX2-txt .TFLX2-ttl {
          display: block;
          text-align: center; } }
  @media screen and (max-width: 1000px) {
    .TFLX2 {
      margin: auto 20px; } }
  @media only screen and (max-width: 640px) {
    .TFLX2 {
      flex-direction: column; }
      .TFLX2 .TFLX2-img, .TFLX2 .TFLX2-txt {
        width: 100%; } }

.facebook {
  text-align: center !important; }
  .facebook .fb-page {
    width: 100% !important; }

/*
.top-cont2-wrap {
  position: relative;
  padding: 5% 0 !important;
  @include tabsp {
    padding:10% 3% !important;
  }
  @include sp {
    padding:15% 3% !important;
  }       
}
.top-cont2-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 center top;
background-size: cover;
z-index: -1;  
}



*/
.blog_list {
  border: none !important; }
  .blog_list .blog_date {
    color: #fab758 !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-insta {
  width: 100%; }
  .top-insta .sns_list {
    flex-direction: inherit !important;
    border: none  !important;
    flex-wrap: wrap; }
    .top-insta .sns_list .sns_text {
      display: none; }
    .top-insta .sns_list .sns_photo {
      width: 100% !important;
      padding: 0 !important; }
      .top-insta .sns_list .sns_photo img {
        width: 100%; }
  .top-insta .sns_list > div {
    border: none !important;
    width: 18%;
    margin: 1%; }
    @media only screen and (max-width: 834px) {
      .top-insta .sns_list > div {
        width: 48%; } }

.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(250, 183, 88, 0.1);
  z-index: -1; }

.tel-s a, .tel-h a {
  color: #7d643a; }
  .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; } }

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important; }
    .brdn br {
      display: none; }
    .brdn div {
      text-align: left !important; } }

@media only screen and (max-width: 640px) {
  .TLIR table tr {
    display: flex;
    flex-direction: column-reverse; } }

.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; }

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 50px !important; } }

.pankuzu {
  text-align: right; }
  @media only screen and (max-width: 834px) {
    .pankuzu {
      display: none; } }

.imgL {
  max-width: 100% !important; }

.error2 h2 {
  font-size: 40px;
  font-weight: bold; }
.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block; }

.pick01, .pick02, .pick03 {
  background: rgba(250, 183, 88, 0.1);
  padding: 2%; }
  .pick01 h4, .pick02 h4, .pick03 h4 {
    color: #fab758;
    font-size: 1.125rem; }

.pick02 {
  background: rgba(249, 186, 186, 0.3); }
  .pick02 span {
    color: #f76363;
    font-size: 1.875rem;
    font-weight: bold; }
    @media (max-width: 1200px) {
      .pick02 span {
        font-size: calc(1.3125rem + 0.75vw) ; } }

.pick03 {
  background: rgba(250, 183, 88, 0.1); }
  .pick03 h3, .pick03 .title h4, .title .pick03 h4, .pick03 .title3 h4, .title3 .pick03 h4 {
    color: #393732;
    font-size: 1.25rem; }

.gallery-3 {
  display: flex;
  flex-wrap: wrap; }
  .gallery-3 .box, .gallery-3 .TFLX1 .box2, .TFLX1 .gallery-3 .box2 {
    width: 31.333%;
    margin: 1%; }
    @media only screen and (max-width: 834px) {
      .gallery-3 .box, .gallery-3 .TFLX1 .box2, .TFLX1 .gallery-3 .box2 {
        width: 48%; } }

.img100 img {
  display: block;
  width: 100% !important; }

.TBL-auto table {
  table-layout: auto !important; }

.page-title-wrap {
  position: relative;
  padding: 5% 0 !important;
  margin-bottom: 30px; }
  @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(250, 183, 88, 0.7);
  z-index: -1; }

.page-title h1 {
  font-size: 2.25rem;
  color: #fff; }
  @media (max-width: 1200px) {
    .page-title h1 {
      font-size: calc(1.35rem + 1.2vw) ; } }

.title h2, .title3 h2 {
  color: #393732;
  font-size: 1.5rem;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  background: rgba(250, 183, 88, 0.1);
  /*背景色*/
  border-left: solid 5px #6da14f;
  /*左線*/
  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: #393732;
  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: "\f0a4";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #6da14f;
    /*アイコン色*/ }
    @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 {
    position: relative;
    background: rgba(250, 183, 88, 0.3);
    padding: 5px 5px 5px 20px;
    font-size: 1.5rem;
    color: #393732; }
    @media (max-width: 1200px) {
      .title2 h2 {
        font-size: calc(1.275rem + 0.3vw) ; } }
    .title2 h2:before {
      font-family: "Font Awesome 5 pro";
      content: "\f406";
      font-size: 1.5rem;
      display: inline-block;
      position: absolute;
      padding: 0em;
      color: white;
      background: #8ac074;
      font-weight: lighter;
      width: 45px;
      text-align: center;
      height: 45px;
      line-height: 45px;
      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.5);
      border-bottom: solid 2px #6da14f; }
      @media (max-width: 1200px) {
        .title2 h2:before {
          font-size: calc(1.275rem + 0.3vw) ; } }
      @media only screen and (max-width: 640px) {
        .title2 h2:before {
          font-size: 2.25rem;
          width: 45px;
          height: 45px;
          line-height: 45px; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .title2 h2:before {
      font-size: calc(1.35rem + 1.2vw) ; } }

  .title2 h3, .title2 .title h4, .title .title2 h4, .title2 .title3 h4, .title3 .title2 h4 {
    font-size: 1.125rem;
    color: #393732;
    border-bottom: 2px dashed #ccc;
    position: relative;
    padding-left: 30px; }
    .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: "\f138";
      /*アイコンのユニコード*/
      font-weight: 600;
      position: absolute;
      /*絶対位置*/
      font-size: 1.5rem;
      /*サイズ*/
      left: 0;
      /*アイコンの位置*/
      top: 0;
      /*アイコンの位置*/
      color: #fab758;
      /*アイコン色*/ }
      @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.275rem + 0.3vw) ; } }
  .title2 h4 {
    margin: 30px 20px;
    font-size: 20px;
    color: #fff;
    background: #393732;
    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;
  position: relative;
  border-top: solid 2px rgba(57, 168, 214, 0.3);
  border-bottom: solid 2px rgba(57, 168, 214, 0.3);
  background: rgba(250, 183, 88, 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";
    content: '\f35a\ STEP';
    background: #39a8d6;
    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; }

.staff-title h3, .staff-title .title h4, .title .staff-title h4, .staff-title .title3 h4, .title3 .staff-title h4 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  border-top: solid 2px rgba(57, 168, 214, 0.3);
  border-bottom: solid 2px rgba(57, 168, 214, 0.3);
  background: rgba(250, 183, 88, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .staff-title h3:after, .staff-title .title h4:after, .title .staff-title h4:after, .staff-title .title3 h4:after, .title3 .staff-title h4:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro";
    content: '\f7f3\ STAFF';
    background: #39a8d6;
    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; }

.sinkyu-FLX {
  display: flex; }
  .sinkyu-FLX .box-txt, .sinkyu-FLX .box-img {
    width: 48%;
    margin: 1%; }
  @media only screen and (max-width: 640px) {
    .sinkyu-FLX {
      flex-direction: column; }
      .sinkyu-FLX .box-txt, .sinkyu-FLX .box-img {
        width: 100%; } }

.info-FLX {
  display: flex; }
  .info-FLX .info-FLX-L {
    width: 58%;
    margin: 1% 1% 1% 0; }
  .info-FLX .info-FLX-R {
    width: 38%;
    margin: 1% 0 1% 1%; }
  @media only screen and (max-width: 834px) {
    .info-FLX {
      flex-direction: column-reverse;
      align-items: center; }
      .info-FLX .info-FLX-L {
        width: 95%; }
      .info-FLX .info-FLX-R {
        width: 95%; } }

.table-template02 {
  background: rgba(57, 55, 50, 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: #6da14f;
    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: #393732 !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: #393732; }
  .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 dl, .list02 dl {
  border-bottom: 1px dashed #7d643a; }
  .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 dd {
  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 #7d643a; }
  .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: #fab758;
  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: #fab758;
    padding: 0 !important; }
    .faq-q span, .faq-a span {
      display: inline-block; } }

.faq-a span {
  background: #6da14f; }
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #6da14f; } }

.faq-q-txt {
  font-weight: bold;
  color: #393732; }
  @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(250, 183, 88, 0.7);
          border-bottom: 1px solid #666;
          color: #393732;
          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; }

@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 */
