@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  color: #6c3506;
  box-sizing: padding-box;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #552b05;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease-out;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: none;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #552b05;
  outline: none;
}

*:focus {
  outline: none;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* section text margin style */
/*-----------------------------------------------*/
.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.25s ease-out;
  image-rendering: -webkit-optimize-contrast;
}

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

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

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

.clear {
  clear: both;
}

.bold {
  font-weight: bold !important;
}

.hide {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt2em {
  padding-top: 2em !important;
}

.pt3em {
  padding-top: 3em !important;
}

@media print, screen and (min-width: 481px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  header#masthead, #mastfoot {
    display: none;
  }
}
:root {
  --container-width: 100%;
}
@media print, screen and (min-width: 481px) {
  :root {
    --container-width: 480px;
  }
}

/* ----------------------------------------
	body
---------------------------------------- */
body.fixed {
  overflow: hidden;
}

body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.bgPc {
  width: 100%;
}
.bgPc_left, .bgPc_right {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - var(--container-width)) / 2);
  height: 100vh;
}
.bgPc_left img, .bgPc_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bgPc_left .bg_content_left, .bgPc_right .bg_content_left {
  position: absolute;
  top: -120px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 340px;
  height: 268px;
  font-size: 16px;
  padding: 0 20px;
}
@media screen and (max-width: 1160px) {
  .bgPc_left .bg_content_left, .bgPc_right .bg_content_left {
    display: none;
  }
}
.bgPc_left .bg_content_left .tx_small, .bgPc_right .bg_content_left .tx_small {
  font-size: 11px;
  margin-top: 50px;
}
.bgPc_left .bg_content_left img, .bgPc_right .bg_content_left img {
  width: 300px;
  height: 70px;
  margin-bottom: 50px;
}
.bgPc_right {
  left: auto;
  right: 0;
}
.bgPc_right .bg_content_right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-size: 16px;
  background-color: #fff;
  border-radius: 20px;
  width: 290px;
  height: 660px;
  box-shadow: 8px 8px #ffdb4f;
}
@media screen and (max-width: 1160px) {
  .bgPc_right .bg_content_right {
    display: none;
  }
}
.bgPc_right .bg_content_right .menu_content {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
.bgPc_right .bg_content_right .menu_content #memo_ling {
  background-image: url(../images/common/menu.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: 30px;
  width: 236px;
  height: 25px;
  z-index: 99;
}
.bgPc_right .bg_content_right .menu_content h2.ttl_menu {
  color: #ffdb4f;
  font-weight: 900;
  font-size: 26px;
  text-shadow: 1.5px 1.5px 0px #6c3506, -1.5px 1.5px 0px #6c3506, 1.5px -1.5px 0px #6c3506, -1.5px -1.5px 0px #6c3506, 1.5px 0px 0px #6c3506, 0px 1.5px 0px #6c3506, -1.5px 0px 0px #6c3506, 0px -1.5px 0px #6c3506;
  letter-spacing: 0.3rem;
  margin-bottom: 10px;
}
.bgPc_right .bg_content_right .menu_content ul.menu {
  font-size: 18px;
  text-align: left;
  line-height: 5.5rem;
  width: 210px;
  margin: 0 auto;
}
.bgPc_right .bg_content_right .menu_content ul.menu li {
  position: relative;
  font-weight: 700;
  background-image: linear-gradient(to right, #cfad70 3px, transparent 3px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.bgPc_right .bg_content_right .menu_content ul.menu li a {
  display: block;
  color: #6c3506;
}
.bgPc_right .bg_content_right .menu_content ul.menu li a::before, .bgPc_right .bg_content_right .menu_content ul.menu li a.active::before {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 50%;
  border: solid 2px #d3c8b6;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.bgPc_right .bg_content_right .menu_content ul.menu li a:hover::before {
  background-color: #ffdb4f;
}
.bgPc_right .bg_content_right .menu_content ul.menu li a.active::before {
  background-color: #ffdb4f;
}
.bgPc_right .bg_content_right .menu_content ul.menu li a::after {
  content: url(../images/common/angle-right-solid.svg);
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -46px;
  bottom: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
}
.bgPc_right .bg_content_right .menu_content ul.menu li a.about::after {
  top: -153px;
}
.bgPc_right .bg_content_right .menu_content ul.menu li a.life::after {
  top: -118px;
}
.bgPc_right .bg_content_right .menu_content ul.menu li a.contact::after {
  top: -95px;
}
.bgPc_right .bg_content_right .menu_content ul.menu li.top_dotted {
  background-image: linear-gradient(to right, #cfad70 3px, transparent 3px), linear-gradient(to right, #cfad70 3px, transparent 3px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left top, left bottom;
}
.bgPc_right .bg_content_right .menu_content ul.menu li.lh3 ul li {
  background-image: none;
}
.bgPc_right .bg_content_right .menu_content ul.menu li.lh3 ul li a {
  font-size: 14px;
  line-height: 2rem;
  padding-left: 2rem;
}
.bgPc_right .bg_content_right .menu_content ul.menu li.lh3 ul li a::before, .bgPc_right .bg_content_right .menu_content ul.menu li.lh3 ul li a.active::before, .bgPc_right .bg_content_right .menu_content ul.menu li.lh3 ul li a::after {
  display: none;
}
.bgPc_right .bg_content_right .menu_content ul.menu li.lh3 ul li:last-child a {
  padding-bottom: 1rem;
}

#border_r {
  background-image: url(../images/common/border_r.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 966px;
  z-index: 99;
}

#border_l {
  background-image: url(../images/common/border_l.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 6px;
  height: 966px;
  z-index: 99;
}

#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: var(--container-width);
  height: 100%;
  background: #FFFFFF;
  background-size: 100% auto;
  overflow: hidden;
}

.slick-slide img {
  width: 100%;
  height: 330px;
  border-radius: 30px;
  border: #efeadf solid 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------
	汎用
---------------------------------------- */
.img_round {
  border-radius: 30px;
}

.lh3 {
  line-height: 3.5rem !important;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.alignC {
  text-align: center;
}

span.red {
  color: #f96262;
}
span.blue {
  color: #50a0b4;
}
span.marker {
  background: linear-gradient(transparent 60%, #ffdb4f 60%);
  padding: 0 4.5px;
  margin: 0 3.5px;
  letter-spacing: 0rem;
}
span.marker_blue {
  background: linear-gradient(transparent 60%, #a3dbe8 60%);
  padding: 0 4.5px;
  margin: 0 3.5px;
  letter-spacing: 0rem;
}
span.marker_red {
  background: linear-gradient(transparent 60%, #ffa3a3 60%);
  padding: 0 4.5px;
  margin: 0 3.5px;
  letter-spacing: 0rem;
}
span.marker_green {
  background: linear-gradient(transparent 60%, #b9d6ba 60%);
  padding: 0 4.5px;
  margin: 0 3.5px;
  letter-spacing: 0rem;
}

p.ttl_pink, p.ttl_green, p.ttl_blue, h3.ttl_pink, h3.ttl_green, h3.ttl_blue {
  display: block;
  background-color: #f08c8c;
  color: #fff;
  font-size: 18px;
  padding: 7px 0px;
  border-radius: 25px;
  text-align: center;
  max-width: 390px;
  margin: 15px auto 18px;
  font-weight: 700;
}
p.ttl_green, h3.ttl_green {
  background-color: #78b97f;
}
p.ttl_blue, h3.ttl_blue {
  background-color: #50a0b4;
}

p.ttl_yellowbox {
  display: inline-block;
  background-color: #ffdb4f;
  font-size: 18px;
  padding: 3px 16px;
  border-radius: 8px;
  text-align: center;
  margin: 15px auto 15px;
}

.map, #mastfoot .map {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 0.5px #45b39a solid;
  margin: 0 auto;
}
.map a, #mastfoot .map a {
  color: #45b39a;
}
.map a:hover, #mastfoot .map a:hover {
  color: #006b30;
}
.map::before, #mastfoot .map::before {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  content: " ";
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M215.7,499.2c51.3-64.2,168.3-219.8,168.3-307.2C384,86,298,0,192,0S0,86,0,192c0,87.4,117,243,168.3,307.2,12.3,15.3,35.1,15.3,47.4,0h0ZM192,128c35.35,0,64,28.65,64,64s-28.65,64-64,64-64-28.65-64-64,28.65-64,64-64Z' fill='%2345b39a'/%3E%3C/svg%3E") no-repeat center;
}

.tx_b {
  font-weight: 700;
}

.box_brown {
  background-color: #f2ebdf;
  border-radius: 20px;
  padding: 10px 0;
  text-align: center;
}
.box_brown p {
  color: #6c3506;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
}
.box_brown p span.tx_contact {
  font-size: 24px;
}
.box_brown p span.tx_contact_small {
  font-size: 14px;
  font-weight: 300;
}

.tbl-r02, ul.tbl-r02 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.tbl-r02 th, .tbl-r02 td, .tbl-r02 li, ul.tbl-r02 th, ul.tbl-r02 td, ul.tbl-r02 li {
  display: block;
  width: 100%;
}
.tbl-r02 th, .tbl-r02 li, ul.tbl-r02 th, ul.tbl-r02 li {
  font-weight: 700;
  padding: 10px 10px 0px;
}
.tbl-r02 th.top_line, .tbl-r02 li.top_line, ul.tbl-r02 th.top_line, ul.tbl-r02 li.top_line {
  background-image: linear-gradient(to right, #cfad70 3px, transparent 3px), linear-gradient(to right, #cfad70 3px, transparent 3px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.tbl-r02 td, .tbl-r02 li:not(.top_line), ul.tbl-r02 td, ul.tbl-r02 li:not(.top_line) {
  padding: 10px 10px 10px;
  background-image: linear-gradient(to right, #cfad70 3px, transparent 3px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.tbl-r02 td span, .tbl-r02 li:not(.top_line) span, ul.tbl-r02 td span, ul.tbl-r02 li:not(.top_line) span {
  display: inline-block;
  white-space: nowrap;
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  position: relative;
  width: 100%;
}
header#masthead .site_title {
  display: inline-block;
  padding: 25px 95px 25px 13px;
}
header#masthead .site_title img.logo {
  width: 270px;
}

/* ------.hamburger------------ */
.bg_circle {
  display: inline-block;
  position: absolute;
  position: fixed;
  top: 0px;
  right: 0;
  width: 95.29px;
  height: 95.85px;
  background: url(../images/common/bg_menu.svg) no-repeat;
  margin: auto;
  cursor: pointer;
  z-index: 999;
}
@media print, screen and (min-width: 481px) {
  .bg_circle {
    right: calc(50% - 240px);
  }
}

.hamburger {
  display: block;
  position: fixed;
  z-index: 99;
  right: 20px;
  top: 20px;
  width: 34px;
  height: 15px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
}
@media print, screen and (min-width: 481px) {
  .hamburger {
    right: calc(50% - 220px);
  }
}
.hamburger::after {
  position: absolute;
  content: "MENU";
  font-size: 12px;
  font-weight: 900;
  bottom: -20px;
  left: 0px;
}
.hamburger span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  width: 100%;
  height: 4px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #6c3506;
  z-index: 100;
  transition: all 0.2s;
}
.hamburger span:nth-child(2) {
  bottom: 0;
  top: auto;
}
.hamburger span:nth-child(3) {
  top: 24px;
}
.hamburger.active span {
  background: #6c3506;
}
.hamburger.active span:nth-child(1) {
  transform: translateY(6px) rotate(25deg);
}
.hamburger.active span:nth-child(2) {
  transform: translateY(-5px) rotate(-25deg);
}
.hamburger.active:after {
  content: "CLOSE";
  left: -2px;
}

/* ------#nav_global------------ */
#nav_global {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffdb4f;
  text-align: center;
  transition: all 0.4s;
  padding: 0 5% 100px;
  width: var(--container-width);
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#nav_global ul#nav_main {
  margin: 80px auto 0px;
  padding-bottom: 30px;
  text-align: left;
  width: 280px;
}
#nav_global ul#nav_main > li {
  position: relative;
  font-weight: 700;
  background-image: linear-gradient(to right, #a08457 3px, transparent 3px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
#nav_global ul#nav_main > li::after {
  content: "";
  background: url(../images/common/angle-right-solid-cha-r.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 23px;
  left: 0px;
  transform: translateY(0);
}
#nav_global ul#nav_main > li a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 12px 5px;
  font-size: 2rem;
  font-weight: 700;
  color: #6c3506;
  text-decoration: none;
  padding-left: 25px;
}
#nav_global ul#nav_main > li ul.nav_under {
  padding-bottom: 15px;
}
#nav_global ul#nav_main > li ul.nav_under li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.5rem;
}
#nav_global ul#nav_main > li ul.nav_under li::before {
  content: "●";
  position: absolute;
  left: 25px;
  top: 1.4em;
  font-size: 0.6em;
  color: #6c3506;
}
#nav_global ul#nav_main > li ul.nav_under li a {
  display: block;
  font-size: 16px;
}
#nav_global ul#nav_sub {
  line-height: 4rem;
}
#nav_global ul#nav_sub li {
  position: relative;
  padding-left: 1.5em;
}
#nav_global ul#nav_sub li::after {
  content: "";
  background: url(../images/common/angle-right-solid-cha-r.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 16px;
  left: 28px;
  transform: translateY(0);
}
#nav_global ul#nav_sub li a {
  display: block;
  font-size: 15px;
  text-align: left;
  padding-left: 20px;
}
#nav_global.active {
  transform: translateX(0%);
  opacity: 1;
  z-index: 98;
}
#nav_global img.logo {
  padding: 20px 0 5px;
  width: 160px;
}
#nav_global small {
  display: block;
  color: #6c3506;
}

/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
  z-index: 3;
}

section,
div.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.top,
div.section.top {
  padding-top: 0;
}
section.bottom,
div.section.bottom {
  padding-bottom: 0;
}
section.mini,
div.section.mini {
  padding-top: 35px;
  padding-bottom: 35px;
}
section.mini_btm,
div.section.mini_btm {
  padding-bottom: 35px;
}
section.mini_btm2,
div.section.mini_btm2 {
  padding-bottom: 60px;
}
section.mini_top,
div.section.mini_top {
  padding-top: 35px;
}
section.mini2,
div.section.mini2 {
  padding-top: 10px;
  padding-bottom: 20px;
}
section.pa_top,
div.section.pa_top {
  padding-top: 0px;
}
section ul.decimal li,
section ol.decimal li,
div.section ul.decimal li,
div.section ol.decimal li {
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.square li,
section ol.square li,
div.section ul.square li,
div.section ol.square li {
  list-style-type: square;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.disc li, section ol.disc li, section ul.disc2 li,
div.section ul.disc li,
div.section ol.disc li,
div.section ul.disc2 li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
section ul.disc li::before, section ol.disc li::before, section ul.disc2 li::before,
div.section ul.disc li::before,
div.section ol.disc li::before,
div.section ul.disc2 li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "●";
  font-size: 1.1rem;
  color: #45b39a;
}
section ul.disc li a, section ol.disc li a, section ul.disc2 li a,
div.section ul.disc li a,
div.section ol.disc li a,
div.section ul.disc2 li a {
  text-decoration: underline;
}
section ul.disc ul.disc_s li, section ol.disc ul.disc_s li, section ul.disc2 ul.disc_s li,
div.section ul.disc ul.disc_s li,
div.section ol.disc ul.disc_s li,
div.section ul.disc2 ul.disc_s li {
  margin-bottom: 0em;
}
section ul.disc ul.disc_s li::before, section ol.disc ul.disc_s li::before, section ul.disc2 ul.disc_s li::before,
div.section ul.disc ul.disc_s li::before,
div.section ol.disc ul.disc_s li::before,
div.section ul.disc2 ul.disc_s li::before {
  position: absolute;
  color: #6c3506;
  font-size: 0.5rem;
  top: 8px;
  left: 8px;
}
section ul.disc2 li::before,
div.section ul.disc2 li::before {
  top: 18px;
}
section p,
div.section p {
  margin-bottom: 1em;
}
section p.indent,
div.section p.indent {
  text-indent: 1em;
}
section b, section strong,
div.section b,
div.section strong {
  font-weight: bold;
}
section .nowrap,
div.section .nowrap {
  white-space: nowrap;
}

/* ----------------------------------------
	.page_title
---------------------------------------- */
.info_container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 20px;
}
.info_container .item {
  width: 47.5%;
}
.info_container .item .img_big {
  overflow: hidden;
  border-radius: 10px;
  height: 141px;
}
.info_container .item .img_big a {
  display: block;
  width: 100%;
  height: 100%;
}
.info_container .item .img_big a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.info_container .item .img_big a:hover img {
  transform: scale(1.05);
}
.info_container .item .tx_info {
  color: #4c4c4c;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  padding: 3px 0 25px;
}
.info_container .item .tx_info span {
  color: #808080;
  font-size: 12px;
}
.info_container .item .tx_info span a {
  color: #808080;
}
.info_container .item .tx_info span a:hover {
  color: #6c3506;
}
.info_container .item .tx_info span .info_link {
  color: #808080;
  font-weight: 700;
}
.info_container .item .tx_info a.info_link2:hover {
  text-decoration: underline;
}

/* ----------------------------------------
	.heading
---------------------------------------- */
.heading {
  position: relative;
  margin-bottom: 1em;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

/* ----------------------------------------
	.linkBtn
---------------------------------------- */
.linkBtn, .linkBtn2 {
  margin: 0 auto;
  padding-top: 2em;
}
.linkBtn a, .linkBtn2 a {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 15px 10px;
  max-width: 300px;
  width: 100%;
  color: #FFFFFF;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #45b39a;
  z-index: 2;
}
.linkBtn a:hover, .linkBtn2 a:hover {
  background: #3e9b83;
}
.linkBtn a::after, .linkBtn2 a::after {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
  content: " ";
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%23ffdb4f' stroke='%23ffdb4f' stroke-width='30' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z' /></svg>") no-repeat center;
  background-size: contain;
}

.linkBtn2 {
  padding-top: 1.3em;
}
.linkBtn2 a {
  max-width: 220px;
}
.linkBtn2 a::after {
  display: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ----------------------------------------

---------------------------------------- */
.ttl, .ttl2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #6c3506;
  margin: 0 auto;
  text-align: center;
  padding: 43px 0 20px;
}
.ttl:after, .ttl2:after {
  content: url(../images/common/ttl_border.png);
  position: absolute;
  top: 63px;
  left: 0;
  right: 0;
}

.ttl2:after {
  top: 106px;
}

.mt15 {
  margin-top: 15px;
}

.link {
  border-bottom: #45b39a 1px solid;
}
.link:hover {
  color: #3e9b83;
}
.link:after {
  content: url(../images/common/blank.png);
  display: inline-block;
  padding-left: 5px;
}

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
#mastfoot {
  position: relative;
  width: 100%;
  text-align: center;
  color: #45b39a;
}
#mastfoot a {
  color: #FFFFFF;
}
#mastfoot .copyright {
  position: absolute;
  font-size: 12px;
  font-weight: 300;
  bottom: 40px;
  color: #fff;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
}
#mastfoot .bg_green {
  background-color: #45b39a;
  padding: 50px 5% 55px;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
}
#mastfoot .bg_green ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
#mastfoot .bg_green ul li {
  width: 50%;
  border-top: #d6e2bf dashed 1px;
  padding: 10px 8px 10px;
}
#mastfoot .bg_green ul li.border_l {
  border-left: #d6e2bf dashed 1px;
}
#mastfoot .bg_green ul li.border_b {
  border-bottom: #d6e2bf dashed 1px;
}
#mastfoot .bg_green ul li a {
  display: block;
  color: #fff;
}
#mastfoot .bg_green ul li a::before {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
  content: " ";
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'><path fill='%23fff' stroke='%23fff' stroke-width='30' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z' /></svg>") no-repeat center;
  background-size: 50%;
}
#mastfoot .bg_green ul li:hover {
  background-color: #9DAF6B;
}
#mastfoot .bg_green ul li.item_null {
  pointer-events: none;
}
#mastfoot .bg_green ul li.item_null a {
  cursor: default;
  background-color: transparent !important;
}
#mastfoot .bg_green ul li.item_null a:hover {
  background-color: transparent !important;
}
#mastfoot .bg_green ul li.item_null a::before {
  display: none;
}
#mastfoot .bg_green ul .item_null a::before {
  display: none;
}
#mastfoot .inner {
  padding: 40px 0 198px;
  background: url(../images/common/bg_foot.png) no-repeat bottom center;
}
#mastfoot .inner p {
  margin-bottom: 0px;
}
#mastfoot .mt30 {
  margin-top: 30px;
}
#mastfoot .tx_foot {
  font-weight: 700;
  font-size: 14px;
}
#mastfoot .pagetop {
  position: absolute;
  background-color: #45b39a;
  border: #FFFFFF 3.5px solid;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #FFFFFF;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mastfoot .pagetop img {
  padding-top: 20px;
}

/* ----------------------------------------
	password
---------------------------------------- */
form.post-password-form {
  padding: 50px 5%;
}/*# sourceMappingURL=common.css.map */