@charset "UTF-8";
/*=========================================================================

	[Css Name Is]  :          common.css
	------------------------------------------------------------------
	[Target Html Is]  :       all directory
	------------------------------------------------------------------

=========================================================================*/
/*-----------------------------------------------------------------------*/
/*	00: reset
/*----------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
section {
  padding-bottom: 0.1%;
  background-color: #f5f5e9;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  vertical-align: top;
}
a {
  outline: none;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.8;
}
hover {
  transition-duration: 0.3s;
  opacity: 0.8;
}
/*-----------------------------------------------------------------------*/
/*	01: base default
/*----------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック  Medium", meiryo, sans-serif;
  line-height: 150%;
  letter-spacing: 0;
}
body {
  font-size: 14px;
  font-size: 1.4rem;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #444;
}
/*-----------------------------------------------------------------------*/
/*	02: parts
/*----------------------------------------------------------------------*/
/* common */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.wrap {
  width: 100%;
  min-width: 1100px;
}

.ft_tels {
  margin-right: 5px;
  vertical-align: -5px;
  max-width: 30px;
}

#in_spmenu {
  display: none;
}

#kurashiki-contents {
  padding: 40px 0;
  background: #fffefb;
}
#kurashiki-contents h2 {
  color: #189b4b;
  text-align: center;
  font-size: 28px;
  line-height: 1.4;
}
#kurashiki-contents .kurashiki-c-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 32px;
}
#kurashiki-contents .inner {
  max-width: 890px;
}
#kurashiki-contents .kurashiki-c-box > div {
  width: 65%;
}
#kurashiki-contents .kurashiki-c-box > div a {
  color: #e5780d;
  text-decoration: underline;
}
#kurashiki-contents .kurashiki-c-box > div a:hover {
  text-decoration: none;
}
#kurashiki-contents .kurashiki-c-box p {
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 16px;
  text-align: justify;
}
#kurashiki-contents .kurashiki-c-box p:last-child {
  margin-bottom: 0;
}
#kurashiki-contents .kurashiki-c-box > img {
  width: 30%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .wrap {
    min-width: 0;
    overflow: hidden;
  }
  #kurashiki-contents .inner {
    width: calc(100% - 32px);
  }
  #kurashiki-contents h2 {
    font-size: 22px;
  }
  #kurashiki-contents .kurashiki-c-box {
    flex-direction: column-reverse;
  }
  .kurashiki-float {
    float: right;
    width: 40%;
    height: 100%;
    margin-left: 16px;
  }
  #kurashiki-contents .kurashiki-c-box > div {
    width: 100%;
  }
  .cmbnr {
    margin: 16px 3% !important;
    max-width: 94% !important;
  }
}
@media screen and (max-width: 380px) {
  #kurashiki-contents h2 {
    font-size: 5.5vw;
  }
}
.inner {
  width: 1100px;
  margin: 0 auto;
  color: #313131;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .inner {
    width: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 1100px) {
  .wrap {
    min-width: auto;
  }
  .inner {
    width: 100%;
  }
}

.is--noscroll {
  position: fixed;
  width: 100%;
  height: 100%;
}
/* header */
#sp-logos {
  display: none;
}
#pc-logos {
  display: block;
}
.toplogo-renew {
  width: 100%;
  height: auto;
  max-width: 360px;
}
.wt_banner {
  text-align: center;
  padding: 40px 0;
  background: rgba(250, 250, 250, 0.8);
}
.wt_banner img {
  margin: auto;
}

@media screen and (max-width: 768px) {
  #pc-logos {
    width: 37%;
  }
  #pc-logos img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header {
    position: relative;
    /*z-index: 99;
	height: 50px;
	width: 60px;
	
	background: #fff;*/
    z-index: 10000;
    right: 0;
    height: 70px;
    width: 72px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom-left-radius: 8px;
  }
  body {
    /*background-image: url(/assets/img/cmn-hdr-img_logo.webp);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 54px 18px;  */
  }
  #pc-logos {
    display: none;
  }
  #sp-logos {
    display: block;
    z-index: 99;
    position: relative;
  }
  #sp-logos img,
  #sp-logos a {
    display: block;
    max-width: 260px;
    height: auto;
    float: left;
    margin-bottom: -54px;
    padding: 8px 8px 0 8px;
  }
}
.hdr-inner {
  padding: 30px 0 20px 0;
  *zoom: 1;
}
.hdr-inner:after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 767px) {
  .hdr-inner {
    padding: 0;
  }
}
.hdr-logo {
  float: left;
}
@media screen and (max-width: 767px) {
  .hdr-logo {
    float: none;
    line-height: 70px;
    text-align: center;
  }
  .hdr-logo img {
    width: 200px;
    height: auto;
    vertical-align: middle;
    display: none;
  }
}
.hdr-info-wrap {
  float: right;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .hdr-info-wrap {
    display: none;
  }
}
.hdr-info-wrap p {
  font-size: 97%;
  color: #5d6832;
  line-height: 170%;
  margin-bottom: 0;
}
.hdr-info_tel {
  display: inline-block;
  vertical-align: bottom;
}
.hdr-info_tel__ttl {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #5d6832;
  line-height: 1em;
  margin-bottom: 4px;
  padding-right: 8px;
}
.hdr-info_tel__body {
  display: inline-block;
  font-size: 2.7rem;
  font-weight: bold;
  color: #5d6832;
  letter-spacing: 0.05em;
}
.hdr-info_tel__body span {
  font-size: 2rem;
}
.hdr-info_detail {
  display: table;
  width: 460px;
  *zoom: 1;
}
.hdr-info_detail:after {
  display: block;
  content: "";
  clear: both;
}
.hdr-info_detail dt {
  /*float: left;*/
  display: table-cell;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 140%;
  letter-spacing: 2px;
  width: 60px;
  margin-top: 0.3em;
  padding: 2px 0;
  padding-left: 2px;
  background-color: #76be40;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.hdr-info_detail dt:first-of-type {
  margin-bottom: 8px;
}
.hdr-info_detail dd {
  display: table-cell;
  font-size: 13px;
  font-size: 1.4rem;
  color: #5d6832;
  line-height: 140%;
  letter-spacing: 0.1em;
  max-width: 180px;
  padding-left: 8px;
}
#hdr-gnav-toggle,
#hdr-gnav-toggle span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#hdr-gnav-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 30px;
  height: 21px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #hdr-gnav-toggle {
    display: block;
  }
}
#hdr-gnav-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #76be40;
}
#hdr-gnav-toggle span:nth-of-type(1) {
  top: 0;
}
#hdr-gnav-toggle span:nth-of-type(2) {
  top: 9px;
}
#hdr-gnav-toggle span:nth-of-type(3) {
  bottom: 0;
}
#hdr-gnav-toggle.is--active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
#hdr-gnav-toggle.is--active span:nth-of-type(2) {
  opacity: 0;
}
#hdr-gnav-toggle.is--active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
/* #global-nav scroll stop */

.fixed {
  position: fixed;
  top: 0;
  z-index: 3;
}

/* #global-nav
#global-nav {
	position:relative;
  height: 70px;
  background-color: #007130;
} */
@media screen and (max-width: 767px) {
  #global-nav {
    position: absolute;
    z-index: 9;
    top: 70px;
    right: 0;
    left: 0;
    height: 100%;
    padding-top: 70px;
    transition: 0.3s ease-out;
    opacity: 0;
  }
}
.gnav-inner {
  height: 70px;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 767px) {
  .gnav-inner {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -35px;
  }
}
/*----------------
topmenu upper
-----------------*/
#global-nav {
  /*	position:absolute;
	right:0;
	width:640px;
*/
  height: 72px;
  margin: 0;
  padding: 0;
  background: #fff;
  border-top: 1px solid #76be40;
  border-bottom: 1px solid #76be40;
}
ul.gnav-inner {
  position: relative;
  clear: both;
  overflow: 0 visible;
  line-height: 0;
  margin: 0 auto;
}
.gnav-item {
  position: relative;
  display: inline-block;
  float: left;
  font-weight: bold;
  letter-spacing: normal;
  text-align: center;
  width: 166px;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.gnav-item img {
  margin: 20px auto 0;
  height: auto;
}
.gnav-item a {
  display: block;
}
li.gnav-item:nth-child(n):hover:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 0 10px 8px 10px;
  border-color: transparent transparent #76be40 transparent;
}
/*li.gnav-item:nth-child(n) a:hover:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -10px;
	border-style: solid;
	border-width: 0 10px 8px 10px;
	border-color: transparent transparent #76be40 transparent;
}*/
li.gnav-item:nth-child(4) a:hover:before {
  display: none;
}
li.gnav-item:hover ul {
  overflow: visible;
  width: 90%;
  height: 41px;
}
li.gnav-item:hover ul li {
  overflow: visible;
  height: 41px;
}
li.gnav-item > ul {
  list-style: none;
  position: absolute;
  top: 74px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
}
li.gnav-item > ul li {
  overflow: hidden;
  font-weight: normal;
  text-align: left;
  width: 100%;
  height: 0;
  padding: 0;
  background: #f6eedc;
  transition-duration: 0.2s;
}
li.gnav-item > ul li a {
  display: block;
  font-size: 96%;
  text-decoration: none;
  color: #555;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
}
li.gnav-item > ul li a:hover {
  color: #f90;
}
li.gnav-item > ul li:last-child a {
  border: none;
}
li.gnav-item:hover img {
  opacity: 0.8;
}
li.gnav-item:hover .balloon:after {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  border-color: transparent transparent #f6eedc transparent;
}
.balloon-top {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: auto;
  min-width: 115px;
  height: 40px;
  color: #f6f6f6;
  line-height: 40px;
  text-align: center;
  background: #19283c;
  z-index: 0;
}
.balloon-top:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #19283c transparent;
}
.gnav-item_tel {
  position: absolute;
  right: 0;
  width: 270px;
  height: 70px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  ul.gnav-inner {
    display: flex;
  }
  .gnav-item {
    width: 13%;
  }
}
@media screen and (max-width: 767px) {
  .gnav-item_tel {
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center;
  }
}
.gnav-item_tel__ttl {
  font-size: 94%;
  font-weight: bold;
  color: #5d6832;
  line-height: 130%;
  letter-spacing: 0.18em;
  margin: 0 24px 2px;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .gnav-item_tel__ttl {
    padding-top: 0;
  }
}
.gnav-item_tel__body {
  /*font-family: 'Arial Rounde MT bold',arial,sans-serif;*/
  font-size: 2.5rem;
  font-weight: bold;
  color: #5d6832;
  letter-spacing: 0;
  line-height: 120%;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .gnav-item_tel__body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.gnav-item_tel__body span {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .gnav-item_tel__body span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*---------------- 
fixed navi
-----------------*/
#fixed-navi {
  overflow: hidden;
  position: fixed;
  right: 0;
  z-index: 3;
}
#fixed-navi img {
  width: 100%;
  height: auto;
  max-width: 76px;
}
#fixed-navi a {
  display: block;
  transform: translateX(15px);
  opacity: 1;
}
#fixed-navi a:hover {
  transform: translateX(0);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #fixed-navi {
    display: none;
  }
}
#footer {
  padding-top: 50px;
  background-color: #f6f6f1;
  clear: both;
}
.ftr-inner {
    padding: 0 30px;
    overflow: visible;
    width: 100%;
    max-width: 1130px;
}
.ftr-reserve {
  position: relative;
  margin-bottom: 40px;
  padding: 20px 24px;
  background: #fff;
  *zoom: 1;
}
.ftr-reserve:after {
  display: block;
  content: "";
  clear: both;
}
@media screen and (max-width: 768px) {
  .ftr-reserve {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 8px;
    padding-top: 70px;
    text-align: center;
  }
}
.ftr-resrv-item:first-of-type {
  float: left;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .ftr-resrv-item:first-of-type {
    float: none;
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.ftr-resrv-item:last-of-type {
  width: 380px;
  float: right;
  max-width: 38%;
}
@media screen and (max-width: 768px) {
  .ftr-resrv-item:last-of-type {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
.ftr-resrv__ttl {
  margin-top: 24px;
}
#ftr-resrv__ttl_left {
  margin-bottom: 16px;
}
#ftr-resrv__ttl_left img,
#ftr-resrv__ttl_right img {
  width: 75%;
  max-width: 75%;
  height: auto;
}
#ftr-resrv__ttl_right {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .ftr-resrv__ttl {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .ftr-resrv__ttl img {
    width: auto;
    height: 20px;
  }
}
.ftr-resrv__tel {
  font-family: "Century Gothic", "Futura";
  font-weight: bold;
  color: #5d6832;
  font-size: 4.8rem;
  display: flex;
  align-items: center;
}
.ftr-resrv__tel a {
  color: #5d6832;
}
@media screen and (max-width: 1100px) {
  .ftr-resrv__tel {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .ftr-resrv__tel {
    font-size: 30px;
    font-size: 3rem;
    font-size: 9vw;
  }
}
.ftr-resrv__tel span {
  font-size: 39px;
  font-size: 3.9rem;
}
@media screen and (max-width: 767px) {
  .ftr-resrv__tel span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.ftr-resrv__time {
  margin-top: 5px;
  color: #5d6832;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .ftr-resrv__time {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.ftr-resrv__time br {
  display: none;
}
@media screen and (max-width: 767px) {
  .ftr-resrv__time br {
    display: block;
  }
}
.ftr-resrv__24h {
  float: left;
  width: 47%;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .ftr-resrv__24h {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
.ftr-resrv__24h span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.32em;
}
.ftr-resrv__bnr {
}
@media screen and (max-width: 767px) {
  .ftr-resrv__bnr {
    float: none;
    width: 100%;
  }
  .ftr-resrv__bnr img {
    width: 100%;
    max-width: 200px;
    height: auto;
  }
}
.ftr-resrv__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 15%;
}
.ftr-resrv__img img {
  width: 100%;
  max-width: 144px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .ftr-resrv__img {
    top: 0;
    left: 50%;
    max-width: none;
  }
  .ftr-resrv__img img {
    width: 110px;
    height: 107px;
  }
}
.ftr-about {
  margin-bottom: 30px;
  *zoom: 1;
}
@media screen and (max-width: 1024px) {
  .ftr-about {
    width: fit-content;
    margin-inline: auto;
  }
}

.ftr-about:after {
  display: block;
  content: "";
  clear: both;
}
.ftr-about-address {
  float: left;
  width: 100%;
  max-width: 400px;
  margin-right: 50px;
  font-size: 16px;
  font-size: 1.6rem;
}
.ftr-about-address p {
  font-size: 90%;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .ftr-about-address {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .ftr-about-address {
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.ftr-about__logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .ftr-about__logo img {
    width: 100%;
    height: auto;
  }
}
.ftr-about__off {
}
.ftr-about__off dt {
  float: left;
  width: 55px;
  padding: 3px 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #313131;
}
.ftr-about__off dd {
  margin-left: 65px;
}
.ftr-about__off dd span {
  font-size: 14px;
  padding-left: 8px;
}
.ftr-about-table {
  float: left;
  width: 516px;
}
.ftr-about-table {
  float: left;
  width: 516px;
}
.ftr-about-table #subject-title {
  color: #fff;
  background: #4f331a;
}
@media screen and (max-width: 767px) {
  .ftr-about-table {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
.ftr-about-table table {
  width: 100%;
  border: 1px solid #4f331a;
}
.ftr-about-table table th#subject {
  background: #4f331a;
}
.ftr-about-table thead th {
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.ftr-about-table thead th:first-of-type {
  width: 130px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .ftr-about-table thead th:first-of-type {
    width: 30%;
    min-width: 104px;
  }
}
.ftr-about-table th,
.ftr-about-table td {
  text-align: center;
}
.ftr-about-table td {
  padding: 18px 0;
}
.ftr-about-table tbody th {
  font-family: "Century Gothic", "Futura";
}
.ftr-about-table thead tr {
  border-bottom: 1px solid #4f331a;
}
.ftr-about-table tbody tr {
  border-bottom: 1px dashed #4f331a;
}
.ftr-about-card {
  float: right;
  width: 17%;
}
.ftr-about-card img {
  width: 84%;
  margin-left: 14%;
  max-width: 250px;
}
#shinnryou-tab th {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ftr-about-card {
    float: none;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .ftr-about-card img {
    margin: 3% auto 0;
  }
}
.ftr-map {
  position: relative;
  height: 0;
  padding-bottom: 15.5%;
  padding-top: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ftr-map {
    margin-bottom: 16px;
    padding-bottom: 61%;
  }
}
.ftr-map iframe,
.ftr-map object,
.ftr-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ftr-sitemap {
  padding: 50px 0 40px 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ftr-sitemap {
    display: none;
  }
}
.ftr-sitemap-items {
  display: inline-block;
  margin-right: 50px;
  vertical-align: top;
}
.ftr-sitemap-items li {
  margin-bottom: 15px;
}
.ftr-sitemap-items li div {
  font-weight: bold;
}
.ftr-sitemap-items li a {
  display: block;
  position: relative;
  color: #1b1b1b;
  padding-left: 15px;
}
@media screen and (min-width: 992px) {
  .ftr-sitemap-items li a:hover {
    color: #2ea8e7;
  }
}
.ftr-sitemap-items li a:before {
  position: absolute;
  content: ">";
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  color: #2ea8e7;
}
.ftr-sitemap-items.param--nest {
  margin-top: 14px;
  margin-right: 0;
  margin-left: 3px;
}
.ftr-copy {
  height: 30px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #313131;
  text-align: center;
  line-height: 30px;
  margin-bottom: 0;
}
/* #pagetop */
#pagetop {
  position: fixed;
  z-index: 999;
  left: unset;
  right: 48px;
  bottom: 50px;
  max-width: 88px;
  margin-left: auto;
  opacity: 0;
  transition: 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  #pagetop img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  #pagetop.is--active {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) {
  #pagetop a:hover {
    opacity: 0.7;
  }
}
/*-----------------------------------------------------------------------*/
/*	03: index
/*----------------------------------------------------------------------*/
/* visual */
#visual {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #visual img {
    width: 100%;
    height: auto;
  }
}
/* promise */
#promise {
}
.prms-ttl {
  padding: 40px 0 70px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .prms-ttl {
    padding: 35px 0;
  }
  .prms-ttl img {
    width: 83%;
    max-width: 482px;
    height: auto;
  }
}
.prms-item-inner {
  width: 485px;
  min-height: 280px;
  color: #434343;
}
@media screen and (max-width: 767px) {
  .prms-item-inner {
    width: auto;
    min-height: 0;
  }
}
.prms-item {
  margin-top: -55px;
  padding-top: 55px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .prms-item {
    position: relative;
    margin-top: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 50px;
    background-size: 160px auto;
  }
}
.prms-item:first-of-type {
  margin-top: 0;
}
.prms-item:nth-of-type(even) {
  padding-left: 360px;
  background-position: left top;
}
@media screen and (max-width: 767px) {
  .prms-item:nth-of-type(even) {
    padding-left: 15px;
    background-position: right center;
  }
}
.prms-item:nth-of-type(odd) {
  padding-left: 270px;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  .prms-item:nth-of-type(odd) {
    padding-left: 15px;
    background-position: right center;
  }
}
.prms-item_1 {
  background-image: url(/assets/img/index-prms-photo_01.webp);
}
.prms-item_2 {
  background-image: url(/assets/img/index-prms-photo_02.webp);
}
.prms-item_3 {
  background-image: url(/assets/img/index-prms-photo_03.webp);
}
.prms-item_4 {
  background-image: url(/assets/img/index-prms-photo_04.webp);
}
.prms-item_5 {
  background-image: url(/assets/img/index-prms-photo_05.webp);
}
.prms-item_6 {
  background-image: url(/assets/img/index-prms-photo_06.webp);
}
.prms-item_7 {
  background-image: url(/assets/img/index-prms-photo_07.webp);
}
.prms-item_8 {
  background-image: url(/assets/img/index-prms-photo_08.webp);
}
.prms-item__sttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .prms-item__sttl {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
  }
  .prms-item__sttl img {
    width: auto;
    height: 56px;
  }
}
.prms-item__body {
  line-height: 185%;
}
@media screen and (max-width: 767px) {
  .prms-item__body {
    position: relative;
    z-index: 1;
    padding-right: 160px;
  }
}
/* solution */
#solution {
  background-color: #eeecbf;
}
.sol-ttl {
  padding: 30px 0 25px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sol-ttl {
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
  }
  .sol-ttl img {
    width: 100%;
    max-width: 602px;
    height: auto;
  }
}
.sol-items {
  margin-left: -1.5%;
  letter-spacing: -0.4em;
  text-align: center;
}
.sol-item {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .sol-item {
    width: 22.5%;
    margin-left: 1.5%;
  }
}
.sol-item__balloon {
  position: relative;
  width: 120px;
  height: 64px;
  margin-bottom: 17px;
  background-color: #fff;
  text-align: center;
  line-height: 64px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .sol-item__balloon {
    width: 100%;
  }
}
.sol-item__balloon:before {
  position: absolute;
  bottom: -12px;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 12px 6.5px 0 6.5px;
  border-color: #fff transparent transparent transparent;
}
.sol-item__balloon img {
  vertical-align: middle;
  width: 98%;
  max-width: 100px;
  height: auto;
}
.sol-item__photo {
  width: 120px;
  height: 137px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sol-item__photo {
    width: 100%;
    height: auto;
  }
}
.sol-item__photo img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .sol-item__photo img {
    width: 100%;
    height: auto;
  }
}
.pol-inner {
  height: 520px;
  padding-top: 65px;
  background-image: url(/assets/img/index-pol-photo_01.webp);
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pol-inner {
    position: relative;
    height: auto;
    padding: 30px 15px;
    background-size: auto 100%;
    background-position: left bottom;
  }
  .pol-inner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
.pol__ttl {
  margin-left: 447px;
}
@media screen and (max-width: 767px) {
  .pol__ttl {
    position: relative;
    z-index: 1;
    margin-left: 0;
  }
  .pol__ttl img {
    width: auto;
    height: 60px;
  }
}
.pol__body {
  margin-top: 30px;
  margin-left: 447px;
  color: #313131;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 225%;
}
@media screen and (max-width: 767px) {
  .pol__body {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    margin-left: 0;
    line-height: 200%;
  }
}
/* #guide */
.guide-inner {
  *zoom: 1;
}
.guide-inner:after {
  display: block;
  content: "";
  clear: both;
}
.guide__ttl {
  position: relative;
  float: left;
  width: 255px;
  height: 96px;
  color: #fff;
  padding-top: 18px;
  padding-left: 126px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 133%;
  background-color: #95cdad;
}
@media screen and (max-width: 767px) {
  .guide__ttl {
    float: none;
    width: 100%;
    height: auto;
    padding: 13px 0;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
  }
}
.guide__ttl span {
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .guide__ttl span {
    padding-left: 0;
  }
}
.guide__ttl img {
  position: absolute;
  bottom: 0;
  left: 12px;
}
@media screen and (max-width: 767px) {
  .guide__ttl img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .guide__ttl br {
    display: none;
  }
}
.guide-nav {
  float: left;
  width: 845px;
}
@media screen and (max-width: 767px) {
  .guide-nav {
    float: none;
    width: 100%;
  }
}
.guide-nav-items {
  float: left;
  width: 615px;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 767px) {
  .guide-nav-items {
    float: none;
    width: 100%;
  }
}
.guide-nav__item {
  float: left;
  width: 205px;
  height: 48px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 48px;
  letter-spacing: 0.2em;
  text-align: left;
  border-top: 2px solid #95cdad;
  border-right: 2px solid #95cdad;
  border-bottom: 2px solid #95cdad;
}
@media screen and (max-width: 767px) {
  .guide-nav__item {
    width: calc(100% / 2);
    height: auto;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .guide-nav__item:nth-of-type(1) {
    border-left: 2px solid #95cdad;
  }
}
@media screen and (max-width: 767px) {
  .guide-nav__item:nth-of-type(4) {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .guide-nav__item:nth-of-type(3),
  .guide-nav__item:nth-of-type(5) {
    border-left: 2px solid #95cdad;
  }
}
@media screen and (max-width: 767px) {
  .guide-nav__item:nth-of-type(n + 3) {
    border-top: none;
  }
}
.guide-nav__item:nth-of-type(n + 4) {
  border-top: none;
}
.guide-nav__item a {
  position: relative;
  display: block;
  padding-left: 13px;
  color: #007130;
}
@media screen and (max-width: 767px) {
  .guide-nav__item a {
    padding-left: 8px;
  }
}
@media screen and (min-width: 992px) {
  .guide-nav__item a:hover:after {
    color: #007130;
  }
}
.guide-nav__item a:after {
  position: absolute;
  right: 13px;
  color: #d9d9d9;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: FontAwesome;
  content: "\f078";
  transition-duration: 0.3s;
}
@media screen and (max-width: 767px) {
  .guide-nav__item a:after {
    right: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.guide-nav__item_ft {
  float: left;
  width: 230px;
  height: 96px;
  background-color: #e6f1f7;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 133%;
}
@media screen and (max-width: 767px) {
  .guide-nav__item_ft {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    clear: both;
    border-top: none;
  }
}
.guide-nav__item_ft a {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .guide-nav__item_ft a {
    padding: 15px 0;
  }
}
.guide-nav__item_ft a:after {
  top: 50%;
  content: "\f054";
}
@media screen and (max-width: 767px) {
  .guide-nav__item_ft a:after {
    right: 15px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .guide-nav__item_ft br {
    display: none;
  }
}
.guide-elements {
  position: relative;
  width: 100%;
  height: 448px;
  padding-left: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 767px) {
  .guide-elements {
    height: auto;
    padding: 15px;
    padding-bottom: 40px;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .guide-elements:before {
    position: absolute;
    content: "";
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background: inherit;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
}
@media screen and (max-width: 767px) {
  .guide-elements:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
  }
}
.guide-elements.param--2col {
  float: left;
  width: 50%;
  height: 390px;
  padding: 0 30px;
  background: linear-gradient(#ffffff, #e6f1f7);
}
@media screen and (max-width: 767px) {
  .guide-elements.param--2col {
    float: none;
    width: 100%;
    height: auto;
    padding: 0 15px;
    padding-bottom: 40px;
    background: linear-gradient(#ffffff, #b7def3);
  }
}
@media screen and (max-width: 767px) {
  .guide-elements.param--2col:after {
    display: none;
  }
}
.guide-elements.param--2col .guide-ele__body {
  width: auto;
}
.guide-elements_1 {
  background-image: url(/assets/img/index-guide-photo_01.webp);
}
.guide-elements_2 {
  background-image: url(/assets/img/index-guide-photo_02.webp);
}
.guide-elements_3 {
  height: 387px;
  background-image: url(/assets/img/index-guide-photo_03.webp);
}
.guide-elements_4 {
  background-image: url(/assets/img/index-guide-photo_04.webp);
}
.guide-ele__ttl {
  padding-top: 70px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .guide-ele__ttl {
    position: relative;
    z-index: 1;
    padding-top: 40px;
  }
  .guide-ele__ttl img {
    width: auto;
    max-width: 100%;
    height: 40px;
  }
}
.guide-ele__photo {
  position: absolute;
  top: 50px;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .guide-ele__photo {
    top: 15px;
    right: 15px;
    text-align: right;
  }
  .guide-ele__photo img {
    width: 50%;
    height: auto;
  }
}
.guide-ele__body {
  width: 600px;
  color: #313131;
  line-height: 185%;
}
@media screen and (max-width: 767px) {
  .guide-ele__body {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
.guide-ele__body p:first-of-type {
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 133%;
}
@media screen and (max-width: 767px) {
  .guide-ele__body p:first-of-type {
    font-size: 20px;
    font-size: 2rem;
  }
}
.guide-ele__link {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 600px;
  *zoom: 1;
}
.guide-ele__link:after {
  display: block;
  content: "";
  clear: both;
}
#b_menu {
  padding-top: 48px;
}
#b_menu .guide-ele__link {
  position: static;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .guide-ele__link {
    position: relative;
    z-index: 1;
    left: 0;
    width: 100%;
    margin-top: 15px;
  }
  .guide-ele__link img {
    width: 100%;
    height: auto;
  }
}
.guide-ele__link li {
  width: 300px;
  height: 55px;
  margin-top: -1px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 130%;
  border: 1px solid #007130;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .guide-ele__link li {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.guide-ele__link li:nth-of-type(odd) {
  float: left;
}
@media screen and (max-width: 767px) {
  .guide-ele__link li:nth-of-type(odd) {
    float: none;
  }
}
.guide-ele__link li:nth-of-type(even) {
  float: right;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .guide-ele__link li:nth-of-type(even) {
    float: none;
    border-left: 1px solid #007130;
  }
}
.guide-ele__link li a {
  position: relative;
  display: block;
  height: 100%;
  padding-left: 15px;
  padding-right: 35px;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .guide-ele__link li a {
    padding-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .guide-ele__link li a:hover {
    color: #fff;
    background-color: #007130;
  }
  .guide-ele__link li a:hover:after {
    color: #fff;
  }
}
.guide-ele__link li a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  color: #007130;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: FontAwesome;
  content: "\f054";
}
@media screen and (max-width: 767px) {
  .guide-ele__link li a:after {
    right: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.guide-ele__link li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/* #message */
.msg-inner {
  padding: 72px 30px 45px;
  /*background-image: url(/assets/img/index-msg-photo_01.webp);
	background-repeat: no-repeat;
	background-position: right top;*/
}
@media screen and (max-width: 767px) {
  .msg-inner {
    background-size: 100% auto;
  }
}
.msg__ttl {
  margin-bottom: 30px;
}
.msg__ttl img {
  width: 100%;
  max-width: 292px;
}
.msg-body {
  margin-bottom: 0;
  line-height: 185%;
}
@media screen and (max-width: 767px) {
  .msg-body {
    margin-bottom: 40px;
  }
}
.msg-body p {
  margin-bottom: 1em;
}
.msg-body p.param--2col {
  float: left;
  width: 50%;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .msg-body p.param--2col {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .msg-body.param--pr {
    padding-right: 0;
  }
  .msg-body.param--pr .msg-body__lead img {
    width: auto;
    height: 54px;
  }
}
.msg-body__figure {
  float: right;
}
@media screen and (max-width: 767px) {
  .msg-body__figure {
    float: none;
    margin: 15px 0;
  }
  .msg-body__figure img {
    width: 100%;
    height: auto;
  }
}
.msg-body__lead {
  margin-bottom: 20px;
  color: #f0831e;
  font-size: 40px;
  font-size: 4rem;
  line-height: 140%;
}
#sp_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .msg-body__lead {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  /*gナビ*/
  #pc_menu {
    display: none;
  }
  #sp_menu {
    display: block;
  }
  #global-nav.is--active {
    opacity: 1;
    display: block;
  }
  .gnav-item a:hover,
  .gnav-item a.is--active {
    position: relative;
  }
  .gnav-item a:hover:before,
  .gnav-item a.is--active:before {
    display: none;
  }
  #global-nav {
    padding-top: 200px;
    height: auto;
    display: none;
  }

  #global-nav {
    padding-top: 1px;
    overflow: auto;
    height: 490px;
  }
  .aclink {
    display: block;
    padding: 12px 0;
    background: #f7f6ed;
    border-radius: 8px;
    margin-top: 8px;
    letter-spacing: 0.2em;
    max-width: 360px;
    margin: 5px auto;
    margin-bottom: 12px;
  }
  .aslp {
    letter-spacing: 0.1em;
    margin-bottom: 0 !important;
    margin-top: 5px;
  }
  .aclink img {
    vertical-align: middle;
    margin-right: 6px;
  }
  ul.gnav-inner {
  }
  .gnav-item {
    padding: 22px;
  }
  .gnav-item_tel {
    padding-top: 0;
    top: -7px;
  }

  #header {
    position: fixed; /*background:#fff; */
  }
  #visual {
    padding-top: 76px;
    z-index: 0;
  }
  .gnav-inner {
    width: 100%;
  }
  .gnav-item {
    display: block;
    width: 50%;
    padding: 24px;
    background: #ccc;
    border-bottom: 1px solid #fff;
  }
  .gnav-item:nth-child(2n-1) {
    border-right: 1px solid #fff;
  }
  .gnav-item:before {
    display: none !important;
  }
  .bo-right {
    border-right: 1px solid #fff;
  }
  .bo-top {
    border-top: 1px solid #fff;
  }
  ul.gnav-inner {
    padding-top: 150px;
  }
  .gnav-item_tel {
    top: 0;
    padding: 0;
    padding-top: 6px;
  }
  .gnav-item a {
    color: #fff;
  }
  .gnav-item_tel__ttl,
  .gnav-item_tel__body {
    width: 100%;
    padding: 8px;
    margin: 0;
  }
  .gnav-item_tel__ttl {
    display: none;
  }
  .gnav-item a:before {
    display: none;
  }
  .gnav-item_tel__body strong {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #007130;
  }
  .webcolors {
    background: #eb6877;
  }
  .toicolors {
    background: #e0833f;
    border-right: 1px solid #fff !important;
  }
}
@media screen and (max-width: 360px) {
}
.phone {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .phone {
    pointer-events: auto;
  }
}
/*-----------------------------------------------------------------------*/
/*	99: module styles
/*----------------------------------------------------------------------*/
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.txt_ar {
  text-align: right;
}
.txt_al {
  text-align: left;
}
.txt_ac {
  text-align: center;
}
.va_t {
  vertical-align: top;
}
.va_m {
  vertical-align: middle;
}
.underline {
  text-decoration: underline;
}
.va_b {
  vertical-align: bottom;
}
.va_bl {
  vertical-align: baseline;
}
.fnt_b {
  font-weight: bold;
}
.dis_n {
  display: none;
}
.dis_b {
  display: block;
}
.dis_inb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mr0auto {
  margin: 0 auto;
}
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clfx {
  *zoom: 1;
}
.clfx:after {
  display: block;
  content: "";
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}
#btbanner {
  width: 100%;
  max-width: 328px;
}
/*修正*/
#shinnryou-tab tbody {
}
/* 追加クラス　*/
/*-------------------
トップイメージ・h1画像
-------------------*/
#visual {
  position: relative;
}
#visual img {
  width: 100%;
}
#visual #visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#visual #visual-back {
  height: auto;
}
#top_midashi {
  padding-bottom: 36px;
  padding-top: 0;
}
/*----------------
カラム
----------------*/
.column2 li {
  padding: 0;
}
.column2 li:nth-of-type(2n-1) {
  float: left;
}
.column2 li:nth-of-type(2n) {
  float: right;
}
.column2 li img {
  width: 100%;
}
.column3 {
  margin: auto;
}
.column3 li {
  float: left;
  width: 31.3333%;
  margin: 0 3% 3% 0;
}
.column3 li:nth-of-type(3n) {
  margin-right: 0;
}
.column3 li img {
  width: 100%;
}
/*----------------
イメージ
----------------*/
.photo {
  display: block;
  width: 100%;
  margin: auto;
}
.photol {
  display: block;
  float: left;
  margin-right: 3%;
}
.photor {
  display: block;
  float: right;
  margin-left: 3%;
}
/* #information */
#information {
  background: #fff;
}
#information .column3 {
  max-width: 900px;
  margin: 4.4% auto 1.8%;
}
#information .column3 li {
  max-width: 280px;
}
/* ■■■■下部お知らせ■■■*/
#oshi-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
}
#oshi-left {
  float: left;
  display: table;
  height: 270px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  width: 20%;
}
#oshi-right {
  float: left;
  display: block;
  width: 80%;
  height: 270px;
  overflow: auto;
}
#oshi-right p {
  line-height: 1.5;
}
#oshi-right * > p:not:(last-of-type) {
  margin-bottom: 4px;
}
#oshi-right ul {
  display: table-cell;
  vertical-align: middle;
  line-height: 2em;
  padding-left: 46px;
  height: 190px;
}
#oshi-right ul li {
  margin-bottom: 16px;
}
#oshi-right dl dt,
#oshi-right ul li .hi {
  font-size: 17px;
  margin-right: 40px;
  color: #666;
  float: left;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}
#oshi-right ul li .kou {
  font-size: 16px;
  font-weight: bold;
  color: #6f6f6f;
  display: block;
  overflow: hidden;
  line-height: 1.6em;
}
#oshi-right ul li .kou a {
  text-decoration: underline;
}
#oshi-left h2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #3e3c3a;
  font-size: 32px;
  font-weight: 400;
  vertical-align: middle;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 60px;
}
.ance_ {
  position: absolute;
  top: -70px;
  display: block;
}

@media screen and (max-width: 767px) {
  #message1 {
    padding: 6%;
    background: none;
  }
  #message1 .msg-body.param--pr {
    padding-right: 0;
  }
  #message2 {
    padding: 6%;
    background: #f6f6f1;
  }
  #message2 .msg-body.param--pr {
    padding-left: 0;
  }
  #policy {
    padding: 3.4%;
  }
  #policy h3 {
    margin-bottom: 4.4%;
  }
  #policy h4 {
    margin-bottom: 2.4%;
  }
  #policy p br {
    display: none;
  }
  #policy #idea p {
    font-size: 110%;
    text-align: left;
    max-width: 480px;
    margin: 0 auto 6%;
  }
  #policy h5 {
    margin-bottom: 4%;
  }
  #policy h5 span {
  }
  #policy #line p {
    font-size: 110%;
    text-align: left;
    max-width: 480px;
    margin: 0 auto 2%;
  }
  #policy h3 .photo {
    max-width: 496px;
  }

  #information .column3 li {
    float: none;
    width: 100%;
    max-width: 290px;
    margin: 0 auto 3%;
  }
  #main_slide {
    display: none;
  }
  #sp_slide {
    display: block;
  }
  #oshi-left h2 {
    padding-right: 0;
  }
  #oshi-left {
    border-right: none;
    float: none;
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
  }
  #oshibox {
    padding-left: 16px;
    padding-right: 16px;
  }
  #oshi-right,
  #oshi-left {
    float: none;
    width: 100%;
  }
  #oshi-right ul {
    padding-left: 0;
  }
  #oshi-right ul li .hi {
    float: none;
  }
  #oshi-left {
    height: 60px;
    padding-bottom: 0;
  }
}
/*改行制御*/
.bp1 {
}
.bp1r,
.bp2r {
  display: none;
}
@media screen and (max-width: 767px) {
  .bp1 {
    display: none;
  }
  .bp1r {
    display: block;
  }
}

/*限定解除*/

#gennbox {
  background: #fff;
  padding: 32px 0;
}
#gennbox .genn_in {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 24px;
  background: #fbfbfb;
}
#gennbox .genn_in p {
  text-align: center;
}
#gennbox .genn_in p span {
  color: #333;
}
.gtitle {
  font-size: 26px;
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 4px;
  font-weight: bold;
  color: #555;
}

.genflex {
  display: flex;
  margin-bottom: 8px;
}
.genflex + p {
  margin-bottom: 3em;
}
.genflex ul {
  width: 48%;
  box-sizing: border-box;
  padding: 0 0 16px 0;
}
.genflex ul:first-child {
  margin-right: 4%;
  border: 1px solid #cfe7ec;
}
.genflex ul:last-child {
  border: 1px solid #ecd6cf;
}

.genflex ul:first-child li:first-child,
.genflex ul:last-child li:first-child {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 8px;
  margin-bottom: 8px;
}
.genflex ul:first-child li:first-child {
  background: #cfe7ec;
}
.genflex ul:last-child li:first-child {
  background: #ecd6cf;
}
.genflex ul:first-child li:not(:first-child),
.genflex ul:last-child li:not(:first-child) {
  list-style-type: disc;
  margin-left: 30px;
}
.genflex ul li:not(:last-child) {
  margin-bottom: 1.2em;
}

.clflex {
  display: flex;
  justify-content: center;
}
.clflex p {
  padding: 16px;
  box-sizing: border-box;
}
.clflex p:first-child {
  width: 40%;
  padding-top: 3.3%;
  background: #ececec;
  font-size: 17px;
}
.clflex p:last-child {
  width: 60%;
  background: #fff;
}
.clflex p:last-child em {
  font-size: 14px;
  display: block;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  #in_spmenu {
    display: block;
  }

  .ipsp_tle {
    display: block;
    width: 49.5%;
  }
  .ipsp_tle:nth-child(1) {
    margin-right: 1%;
  }
  .ipsp_tle a {
    display: block;
    width: 100%;
    padding: 16px 4px;
    background: #ead5ce;
    border-radius: 2px;
    font-size: 16px;
    text-align: center;
    background: #68a22b;
    color: #fff !important;
    text-decoration: none !important;
  }
  .ipsp_tle:nth-of-type(2) a {
    letter-spacing: 0.2em;
    background: #56a504;
  }
  .ipsp_tle a .ft_tels {
    margin-right: 0;
    vertical-align: -7px;
    max-width: 26px;
  }
  .ipsp_tle a img.ft_tels {
    height: auto;
    max-width: 26px;
    width: 26px;
  }
  #tpsp_links {
    display: flex;
  }

  #bl_spmenu {
    display: flex;
    flex-wrap: wrap;
  }
  #bl_spmenu li {
    width: calc(100% / 3);
    box-sizing: border-box;
  }
  #bl_spmenu li:nth-child(4),
  #bl_spmenu li:nth-child(5) {
    width: 50%;
  }
  #bl_spmenu li a {
    min-height: 120px;
    background: linear-gradient(to bottom right, #fff, #f3f3f3);
    text-align: center;
    padding: 28px 8px 8px 8px;
    width: 100%;
    height: 100%;
    display: block;
    color: #3f6f0b !important;
    text-decoration: none !important;
    border: 1px solid #f3f3f3;
  }
  #bl_spmenu li img {
    display: block;
    margin: 0 auto 4px;
    height: auto;
    width: 44px;
    max-width: 44px;
  }
  #bl_dow {
    display: flex;
    flex-wrap: wrap;
  }
  #bl_dow li {
    width: 50%;
  }
  #bl_dow li:nth-child(3),
  #bl_dow li:nth-child(4),
  #bl_dow li:nth-child(5) {
    width: 33.3%;
  }
  #bl_dow li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 23px;
    background: linear-gradient(to bottom right, #fff, #f3f3f3);
    text-align: center;
    border: 1px solid #f3f3f3;
    color: #3f6f0b;
    height:100%;
  }

  .ance_ {
    position: static;
    top: 0;
  }

  .genflex {
    display: block;
  }

  .genflex ul {
    width: 100%;
  }
  .genflex ul:first-child {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .genflex ul {
    padding: 0.8em;
  }
  .genflex ul li {
    font-size: 13px;
  }
  .gtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 414px) {
  .bp2r {
    display: block;
  }
  .clflex:nth-of-type(1) p:first-child {
    padding-top: 16%;
  }
}

/*ガイドライン*/
.g_gd {
  box-sizing: border-box;
  padding: 48px 0;
  background: #eae8dc;
}
.g_gdin {
  max-width: 767px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 32px;
  background: #fff;
}
.g_title {
  font-size: 18px;
  background: #504f45;
  padding: 6px;
  color: #fff;
}
.g_title2 {
  font-size: 15px;
  background: #eaeff5;
  padding: 6px;
  color: #504f45;
  font-weight: bold;
}

.g_table {
  background: #fff;
  width: 100%;
}
.g_table td,
.g_table th {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 8px;
  font-size: 16px;
}
.g_table th {
  font-weight: bold;
  text-align: center;
  color: #3c6537;
}
.g_table th span {
  font-size: 13px;
}
.g_table ul li {
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 1.6em;
}
.g_table ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #504f45;
  position: relative;
  display: block;
  display: inline-block;
  vertical-align: 1px;
  margin-right: 4px;
}
.g_und {
  border-bottom: 1px solid #77bae8;
}
.g_links {
  text-align: right;
}
.g_links:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .g_gd {
    padding-left: 16px;
    padding-right: 16px;
  }
  .g_table ul li {
    padding-left: 16px;
  }
  .g_table ul li:before {
    margin-left: -14px;
  }
  .g_links {
    font-size: 13px;
  }
  .g_gdin {
    padding: 8px;
  }
}
@media screen and (max-width: 320px) {
  .g_table th {
    font-size: 13px;
  }

  .g_links {
    font-size: 11px;
  }
  .g_title {
    font-size: 15px;
  }
}
