@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700&display=swap");
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  line-height: 2.0;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.sinner {
  max-width: 620px;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  background: #fff;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 0 auto;
  max-width: 1200px;
}

.map li {
  border-left: 3px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

.map li:last-child {
  display: none;
}

.policy 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;
}

.pankuzu {
  font-size: 1.3rem;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .spleft {
    text-align: left !important;
  }
  .spright {
    text-align: right !important;
  }
  .spcenter {
    text-align: center !important;
  }
}

.fwb {
  font-weight: bold;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100%;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  width: auto;
  text-indent: 0;
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#header_inner_wrap {
  background: #fff;
  border-top: 5px solid #349e3b;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

#header_inner_wrap.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0 0;
}

@media screen and (max-width: 1200px) {
  #header_inner {
    padding: 10px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  #header_inner {
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 480px) {
  #header_inner {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 834px) {
  #siteID {
    margin-right: auto;
  }
}

@media screen and (max-width: 375px) {
  #siteID {
    text-align: left;
  }
  #siteID img {
    width: 80%;
  }
}

#header_right {
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  #header_right {
    margin-bottom: 0;
  }
}

#header_right p {
  font-size: 1.3rem;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  #header_right p {
    display: none;
  }
}

#header_right .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
}

@media screen and (max-width: 834px) {
  #header_right .h_contact {
    margin-top: 0;
  }
}

#header_right .h_contact .call {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #349e3b;
  line-height: 1;
}

@media screen and (max-width: 640px) {
  #header_right .h_contact .call .tel_txt {
    display: none;
  }
}

#header_right .h_contact .call i {
  font-size: 2.6rem;
  margin-right: 7px;
}

@media screen and (max-width: 640px) {
  #header_right .h_contact .call i {
    font-size: 3rem;
    margin-right: 0;
  }
}

#header_right .h_contact .call a {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #349e3b;
  line-height: 1;
}

#header_right .h_contact .h_btn {
  margin-left: 15px;
}

@media screen and (max-width: 834px) {
  #header_right .h_contact .h_btn .con_txt {
    display: none;
  }
}

#header_right .h_contact .h_btn a {
  font-size: 1.8rem;
  color: #fff;
  background: #8c704a;
  display: block;
  padding: 2px 35px;
  border-radius: 1.8rem;
  -webkit-transition: .3s;
  transition: .3s;
}

#header_right .h_contact .h_btn a:hover {
  background: #ac9b7f;
}

@media screen and (max-width: 834px) {
  #header_right .h_contact .h_btn a {
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

#header_right .h_contact .h_btn a i {
  margin-right: 7px;
}

@media screen and (max-width: 834px) {
  #header_right .h_contact .h_btn a i {
    margin-right: 0;
  }
}

#nav_global {
  width: 100%;
}

@media screen and (max-width: 834px) {
  #nav_global {
    width: auto;
  }
}

#nav_global > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 834px) {
  #nav_global > ul {
    display: none;
  }
}

#nav_global > ul > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

#nav_global > ul > li::before {
  content: "";
  border-left: 1px dashed #806644;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 23px;
}

#nav_global > ul > li:last-child::after {
  content: "";
  border-left: 1px dashed #806644;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 23px;
}

#nav_global > ul > li > a {
  color: #806644;
  font-weight: 500;
  display: block;
  padding: 25px 0;
  line-height: 1;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

#nav_global > ul > li > a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #806644;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

#nav_global > ul > li > a:hover::after {
  bottom: 0;
  opacity: 1;
}

#nav_global > ul > li ul {
  position: absolute;
  width: 160%;
  top: 100%;
  left: -30%;
}

#nav_global > ul > li ul li {
  background: #fff;
}

#nav_global > ul > li ul li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
}

#nav_global > ul > li ul li a {
  color: #806644;
  font-weight: 500;
  display: block;
  padding: 15px 0;
  line-height: 1;
  -webkit-transition: .3s;
  transition: .3s;
  background: #fff;
}

#nav_global > ul > li ul li a:hover {
  opacity: 0.7;
}

#mainArea {
  width: 100% !important;
}

#mainArea img {
  width: 100% !important;
}

#subArea {
  background: url(../images/common/sub01.jpg) center bottom;
  background-size: cover;
  height: 280px;
}

@media screen and (max-width: 1200px) {
  #subArea {
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  #subArea {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  #subArea {
    padding: 0 10px;
  }
}

@media screen and (max-width: 375px) {
  #subArea {
    height: 160px;
  }
}

#subArea .subAreainner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#subArea h1, #subArea .title01 h2, .title01 #subArea h2 {
  font-size: 3.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

@media screen and (max-width: 834px) {
  #subArea h1, #subArea .title01 h2, .title01 #subArea h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  #subArea h1, #subArea .title01 h2, .title01 #subArea h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  #subArea h1, #subArea .title01 h2, .title01 #subArea h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 375px) {
  #subArea h1, #subArea .title01 h2, .title01 #subArea h2 {
    font-size: 1.4rem;
  }
}

#subArea h1 span, #subArea .title01 h2 span, .title01 #subArea h2 span {
  background: rgba(69, 158, 52, 0.85);
  padding: 5px 20px;
}

#pankuzuwrap {
  background: url(../images/common/bg_con.jpg) center top;
}

@media screen and (max-width: 640px) {
  #pankuzuwrap {
    display: none;
  }
}

#pankuzuwrap #pankuzu {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.3rem;
  padding: 8px 0;
  text-align: left;
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
    margin-left: 20px;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  overflow-y: scroll;
}

.nav_wrap ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

.nav_wrap ul li {
  opacity: 0;
  border-bottom: 1px solid #622525;
  padding: 10px 0;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav_wrap ul li a {
  color: #000;
  display: block;
  font-size: 1.4rem;
  display: block;
  width: 100%;
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #000;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all .25s .25s;
  -webkit-transition: all .25s .25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}

.sp_menu.on div {
  background: #000;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  background: url(../images/common/bg03.png) center top repeat-x;
  padding-top: 81px;
}

#footer-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
}

#footer-fixed a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 10px;
  display: block;
  border-radius: 5px;
  background: #8c704a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer-fixed a:hover {
  opacity: 0.7;
}

#footer_inner_wrap {
  background: url(../images/common/bg02.jpg) center top;
}

#footer_inner {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #footer_inner {
    padding: 60px 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {
  #footer_inner {
    padding: 60px 10px 40px;
  }
}

.flogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  width: 480px;
}

@media screen and (max-width: 480px) {
  .flogo {
    display: block;
    text-align: center;
  }
  .flogo p {
    margin-top: 20px;
  }
}

.flogo a {
  color: #333;
}

#footer_nav {
  text-align: right;
  width: 42.5%;
}

@media screen and (max-width: 768px) {
  #footer_nav {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

#footer_nav ul li {
  display: inline-block;
}

#footer_nav ul li:not(:last-child) {
  margin-right: 10px;
}

#footer_nav ul li a {
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer_nav ul li a:hover {
  opacity: 0.7;
}

#footer_copy {
  background: #349e3b;
  padding: 5px;
}

#footer_copy a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
}

#contents_wrap {
  padding: 60px 0 100px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 60px 20px 100px;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 60px 10px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 40px 10px;
  }
}

/* TOP */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg01 {
  background: url(../images/common/bg_con.jpg) center top;
  padding: 100px 0;
}

@media screen and (max-width: 834px) {
  .bg01 {
    padding: 80px 0;
  }
}

@media screen and (max-width: 640px) {
  .bg01 {
    padding: 60px 0;
  }
}

.btn a {
  font-weight: 500;
  color: #806644;
  background: #fad14b;
  display: block;
  position: relative;
  text-align: center;
  border-radius: 5px;
  padding: 8px 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn a:hover {
  opacity: 0.7;
}

.btn a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn01 {
  width: 260px;
}

@media screen and (max-width: 480px) {
  .btn.btn01 {
    width: 100%;
  }
}

.title01 h1, .title01 h2 {
  font-size: 2.8rem;
  color: #349e3b;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.title01 h1 span, .title01 h2 span {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #5e4722;
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .title01 h1 span, .title01 h2 span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .title01 h1, .title01 h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .title01 h1, .title01 h2 {
    font-size: 2rem;
  }
}

.title01 h2 {
  font-size: 2.6rem;
}

@media screen and (max-width: 834px) {
  .title01 h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .title01 h2 {
    font-size: 1.8rem;
  }
}

.title02 h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  background: #349e3b;
  -webkit-box-shadow: 0px 0px 0px 5px #349e3b;
          box-shadow: 0px 0px 0px 5px #349e3b;
  border: dashed 2px #fff;
  padding: 5px 20px;
  max-width: calc(100% - 10px);
  margin: 0 auto;
  border-radius: 3px;
}

@media screen and (max-width: 834px) {
  .title02 h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 480px) {
  .title02 h2 {
    font-size: 1.8rem;
  }
}

.title02 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #349e3b;
  border-bottom: 2px solid #349e3b;
}

@media screen and (max-width: 834px) {
  .title02 h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .title02 h3 {
    font-size: 1.6rem;
  }
}

.imgtxt .leftArea {
  width: 48.75%;
}

@media screen and (max-width: 768px) {
  .imgtxt .leftArea {
    width: 100%;
    margin-bottom: 40px;
  }
}

.imgtxt .rightArea {
  width: 46.25%;
}

@media screen and (max-width: 768px) {
  .imgtxt .rightArea {
    width: 80%;
    margin: 0 auto;
  }
  .imgtxt .rightArea img {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .imgtxt .rightArea {
    width: 100%;
  }
}

.imgtxt .rightArea .photo tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.imgtxt .rightArea .photo tr td {
  width: 48.64% !important;
  border: none !important;
  padding: 0 !important;
  display: inline-block;
  margin-bottom: 2.7% !important;
}

.box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box01:not(:last-child) {
  margin-bottom: 40px;
}

.box01.reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box01 .photo {
  width: 30%;
  background: #fff;
  border: 1px solid #e0dbd3;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .box01 .photo {
    width: 48.5%;
  }
}

.box01 .cont {
  width: 37.5%;
  background: #fff;
  border: 1px solid #e0dbd3;
  padding: 20px 25px 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 834px) {
  .box01 .cont {
    padding: 15px 20px 20px;
  }
}

@media screen and (max-width: 640px) {
  .box01 .cont {
    width: 100%;
    margin-top: 3%;
  }
}

.box01 .cont td {
  border: none !important;
  padding: 0 !important;
}

.box01 .cont td h2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #349e3b;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .box01 .cont td h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .box01 .cont td h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .box01 .cont td h2 {
    font-size: 1.8rem;
  }
}

.box01 .cont td.cont_txt {
  padding: 15px 0 20px !important;
}

.box01 .cont td.btn a {
  width: 260px;
}

@media screen and (max-width: 1024px) {
  .box01 .cont td.btn a {
    width: 100%;
  }
}

.frame {
  background: url(../images/common/bg01.jpg) center top;
  border-top: 3px solid #349e3b;
  padding: 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 640px) {
  .frame {
    padding: 25px;
  }
}

@media screen and (max-width: 480px) {
  .frame {
    padding: 25px 10px;
  }
}

.frame .contact_btn {
  max-width: 720px;
  margin: 0 auto;
}

.frame .contact_btn tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.frame .contact_btn td {
  font-size: 1.8rem;
  font-weight: bold;
  border: none !important;
  padding: 0 !important;
  display: inline-block;
  width: 46%;
}

@media screen and (max-width: 768px) {
  .frame .contact_btn td {
    width: 100% !important;
  }
  .frame .contact_btn td:last-child {
    margin-top: 20px;
  }
}

.frame .contact_btn td span {
  display: block;
  margin-top: 10px;
}

.frame .contact_btn td .call {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #349e3b;
  line-height: 1;
}

@media screen and (max-width: 375px) {
  .frame .contact_btn td .call {
    font-size: 3rem;
  }
}

.frame .contact_btn td .call i {
  font-size: 3rem;
  margin-right: 7px;
}

@media screen and (max-width: 375px) {
  .frame .contact_btn td .call i {
    font-size: 2.6rem;
  }
}

.frame .contact_btn td .call a {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #349e3b;
  line-height: 1;
}

@media screen and (max-width: 375px) {
  .frame .contact_btn td .call a {
    font-size: 3rem;
  }
}

.frame .contact_btn td .h_btn a {
  font-size: 1.8rem;
  color: #fff;
  background: #8c704a;
  display: block;
  padding: 2px 35px;
  border-radius: 1.8rem;
  font-weight: 400;
  -webkit-transition: .3s;
  transition: .3s;
}

.frame .contact_btn td .h_btn a:hover {
  opacity: 0.7;
}

.frame .contact_btn td .h_btn a i {
  margin-right: 7px;
}

.newswrap {
  max-height: 240px;
  overflow-y: auto;
}

.newswrap .news {
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}

.newswrap .news:first-child {
  padding-top: 0;
}

.newswrap .news td {
  border: none !important;
  padding: 0 !important;
}

.newswrap .news td.day {
  width: 160px !important;
}

@media screen and (max-width: 640px) {
  .newswrap .news td.day {
    width: 140px !important;
  }
}

.newswrap .news td.day span {
  color: #fff;
  background: #349e3b;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.newswrap .news td.news_txt {
  padding-left: 35px !important;
}

@media screen and (max-width: 640px) {
  .newswrap .news td.news_txt {
    padding-left: 0 !important;
  }
}

.tbl_ul tr {
  border-bottom: 1px dashed #ddd;
}

.tbl_ul td {
  border: none !important;
  padding: 5px 0 !important;
}

@media screen and (max-width: 640px) {
  .tbl_ul td:nth-child(1) {
    padding-bottom: 0 !important;
  }
  .tbl_ul td:nth-child(2) {
    padding-top: 0 !important;
  }
}

.gallery::after {
  content: "";
  width: 32%;
  display: block;
}

@media screen and (max-width: 480px) {
  .gallery::after {
    display: none;
  }
}

.gallery .box {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 480px) {
  .gallery .box {
    width: 48%;
    margin-bottom: 4%;
  }
}

.gallery .box img {
  width: 100% !important;
  height: 288px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .gallery .box img {
    height: 23.16vw !important;
  }
}

@media screen and (max-width: 480px) {
  .gallery .box img {
    height: 34.37vw !important;
  }
}

.evenly .box {
  width: 22.5%;
  margin-bottom: 3%;
}

@media screen and (max-width: 768px) {
  .evenly .box {
    width: 48%;
    margin-bottom: 4%;
  }
}

.evenly .box td {
  border: none !important;
  padding: 0 !important;
}

.evenly .box td h4 {
  font-weight: bold;
  margin-top: 5px;
}

.evenly .box td img {
  width: 100% !important;
  height: 172px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .evenly .box td img {
    height: 13.83vw !important;
  }
}

@media screen and (max-width: 768px) {
  .evenly .box td img {
    height: 29.68vw !important;
  }
}

.evenly .box.box2 td img {
  height: 306px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.kyocho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}

.kyocho::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 7px;
  width: 1px;
  height: calc(100% + 14px);
  background-color: #aaa;
}

.kyocho::after {
  content: '';
  position: absolute;
  top: -7px;
  right: 7px;
  width: 1px;
  height: calc(100% + 14px);
  background-color: #aaa;
}

@media screen and (max-width: 640px) {
  .kyocho {
    font-size: 2.4rem;
    padding: 0.25em 0.5em;
  }
}

@media screen and (max-width: 375px) {
  .kyocho {
    font-size: 2rem;
  }
}

.point ul li {
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

@media screen and (max-width: 640px) {
  .point ul li {
    font-size: 1.6rem;
  }
}

.point ul li:nth-child(1)::before {
  content: "1";
  position: relative;
  background: #349e3b;
  padding: 3px 12px;
  color: #fff;
  margin-right: 8px;
  border-radius: 5px;
}

.point ul li:nth-child(2)::before {
  content: "2";
  position: relative;
  background: #349e3b;
  padding: 3px 12px;
  color: #fff;
  margin-right: 8px;
  border-radius: 5px;
}

.point ul li:nth-child(3)::before {
  content: "3";
  position: relative;
  background: #349e3b;
  padding: 3px 12px;
  color: #fff;
  margin-right: 8px;
  border-radius: 5px;
}

.point ul li:nth-child(4)::before {
  content: "4";
  position: relative;
  background: #349e3b;
  padding: 3px 12px;
  color: #fff;
  margin-right: 8px;
  border-radius: 5px;
}

.point ul li:nth-child(5)::before {
  content: "5";
  position: relative;
  background: #349e3b;
  padding: 3px 12px;
  color: #fff;
  margin-right: 8px;
  border-radius: 5px;
}

.point ul li:nth-child(6)::before {
  content: "6";
  position: relative;
  background: #349e3b;
  padding: 3px 12px;
  color: #fff;
  margin-right: 8px;
  border-radius: 5px;
}

.point ul li:nth-child(7)::before {
  content: "7";
  position: relative;
  background: #349e3b;
  padding: 3px 12px;
  color: #fff;
  margin-right: 8px;
  border-radius: 5px;
}
/*# sourceMappingURL=common.css.map */