@charset "UTF-8";
:root {
  /*light beige*/
  --super-light: #FEFCFA;
  /*beige*/
  --light-color: #fef4e5;
  /*navy*/
  --dark-color: #2c4176;
  /*orange-light*/
  --accent-color-light: #fba592;/*dark #F8775D*/
  /* super light #ffded6*/
  /*orange*/
  --accent-color: #fa705b;
  /*orange-dark*/
  --orange-color-dark: #f9452e;
  /*gray*/
  --gray-color: #C4BEBE;
  /*Line*/
  --line-color: #00B900;/*dark #008400*/
  /*gnav menu*/
  --gnav-color: #fff;
	/*gold*/
	--bright-color: #c3a27b;
}

/*** ロゴフォント　：RoサンStd ***/

html, body, header, footer, section, article, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, p, button {
  margin: 0;
  padding: 0;
}
body {
/*font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;*/
    font-family: "游ゴシック体","Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
    font-size: 18px;
    background-color: var(--super-light);
}
/*
html {
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
*/
hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  border: 0;
}

a:link, a:visited, a:active {
  color: #555;
}
a:hover{
	font-weight: bold;
}

a img:hover{
	opacity: 0.7;
}


h1 {
  padding-block-start: 0.67em;
  padding-block-end: 0.67em;
  padding-inline-start: 0px;
  padding-inline-end: 0px;
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h2 {
  position: relative;
  padding: .5em;
  margin-bottom: 50px;
  margin-top: 60px;
}
h2:before, h2:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  box-sizing: border-box;
}
h2:before {
  top: 0;
  border-top: 2px solid var(--gray-color);
  border-bottom: 1px solid var(--gray-color);
}
h2:after {
  bottom: 0;
  border-top: 1px solid var(--gray-color);
  border-bottom: 2px solid var(--gray-color);
}
/*
h3 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 20px;
}
h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
h3:before {
  left: 0;
}
h3:after {
  right: 0;
}
*/

h3 {
  position: relative;
  padding: 10px;
  background: var(--accent-color-light);
    border-radius: 4px;
	text-align: left;
	margin: 10px auto;
    margin-top: 30px;
    margin-bottom: 30px;
	width: 90%;
	max-width: 1000px;
	color: #FFF;
}

h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 10px solid var(--accent-color-light);
  width: 0;
  height: 0;
}

ul {
  list-style: none;
}
/* ------------------------------
class
------------------------------ */
.sp {
  display: none;
	margin-left: auto;
	margin-right: auto;
}
.pc {
  display: block;
	margin-left: auto;
	margin-right: auto;
}
/*floatのクリア*/
.clear-both {
  clear: both;
}
/*flexboxのクリア*/
.display-block {
  display: block !important;
}
/*
.row:before, .row:after {
content: "";
display: table;
}

.row:after {
clear: both;
}

.col-md-half{
width: 50%;
}

.col-lg-gtr {
width: 25%;
}
*/
.pt10{
	padding-top:10px;
}
.m5{
    margin: 5px;
}
.m10{
    margin: 10px;
}
.m20{
    margin: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}

.mt40{
	margin-top: 40px;
}
.mt70{
	margin-top: 70px;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb200 {
  margin-bottom: 200px;
}
.ml20 {
  margin-left: 20px;
}
.mrl20{
	margin-left: 20px;
	margin-right: 20px;
}

.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w80-400 {
  width: 80%;
  max-width: 400px;
}
.w80-500 {
  width: 80%;
  max-width: 500px;
}
.w90 {
  width: 90%;
}
.w90-600 {
    width: 90%;
    max-width: 600px;
}
.w100 {
  width: 100%;
}
.w1000 {
  text-align: center;
  margin: auto;
  max-width: 1000px;
  padding-bottom: 30px;
}
.font-s {
  font-size: 0.8em;
}
.font-m {
  font-size: 1.0em;
}
.font-l {
  font-size: 1.2em;
}
.font-b {
  font-weight: bold;
}
.fc-accent {
  color: var(--accent-color);
}
.fc-gray {
  color: #525151;
}
.fc-light-gray {
    color: #ADADAD;
}
.fc-white {
	color: #FFF;
}
.margin-auto{
    margin: auto;
}
.letter-space-wide{
	letter-spacing: 5px;
}

.text-align {
  text-align: left;
}
.text-align-r {
  text-align: right;
}
.bg-gray {
  background-color: #f5f0f0;
}
.underLine {
  background: linear-gradient(transparent 70%, var(--accent-color-light) 70%);
}
/*強調文字*/
.strongText {
  font-size: 1.2em;
  color: var(--accent-color);
  font-weight: bold;
}
.strongText-navy{
    font-size: 1.2em;
    color: var(--dark-color);
    font-weight: bold;
}
.strongText-gray{
    font-size: 1.2em;
    color: #525151;
    font-weight: bold;
}
.strongText-m {
  font-size: 1.2em;
  color: var(--accent-color-light);
  font-weight: bold;
}
/*強調文章*/
.strongSentence { 
  color: #525151;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.5em;
  font-weight: bold;
}

.strongSentence-accent {
    color: var(--accent-color);
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 2em;
    font-weight: bold;
}

/*写真長方形　円形*/
.image-round {
  border-radius: 50%;
}
.side {
  display: inline-block;
  /*横並び*/
}
div.anchor, h2.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
/*「く」の字矢印*/
.arrow-left {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: rotate(45deg);
}
.arrow-top {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-top: 4px solid #000;
  border-left: 4px solid #000;
  transform: rotate(45deg);
}
.arrow-right {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
}
.arrow-bottom {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
}

/*円ボタン*/

.btn-circle-3d {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  width: 113px;
  height: 113px;
  line-height: 33px;
  border-radius: 50%;
	padding: 8px;
	margin: 3px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.29);
	border: solid 1px #aaa;
  /*border-bottom: solid 3px #bd6565;*/
  transition: .4s;
	color: #FFF;
}

.btn-circle-3d:hover {
  background: #fee2dc;
}



/***本文***/
main {
    margin: 0;
    text-align: center;
    background-color: var(--super-light); /*濃い <　#FEFAF5 #FEFCFA FEFFFF > 薄い*/
}
/* ------------------------------
特殊ボックス（リボン、ボックス等）
------------------------------ */
/*オレンジリボン*/
.ribbon1 {
  display: inline-block;
  position: relative;
  height: 50px;
  /*リボンの高さ*/
  line-height: 50px;
  /*リボンの高さ*/
  text-align: center;
  padding: 0 30px;
  /*横の大きさ*/
  font-size: 18px;
  /*文字の大きさ*/
  background: var(--accent-color);
  /*塗りつぶし色*/
  color: #FFF;
  /*文字色*/
  box-sizing: border-box;
  z-index: 10;
}
.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
/*吹き出し*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 15px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border-radius: 25px;
}
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFF;
}
.balloon1 p {
  margin: 0;
  padding: 0;
}
/*吹き出し*/
.balloon4 {
  position: relative;
  /*  margin: 2em 0 2em 40px;*/
  padding: 0;
  margin: 0;
  /*  padding: 15px;*/
  background: var(--light-color);
  border-radius: 30px;
}
.balloon4 p {
  margin: 0;
  padding: 0;
}


/*フクルちゃん吹き出し*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px var(--bright-color);
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #FFF;
	border: solid 3px var(--bright-color);
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid var(--bright-color);
}

.says p {
  margin: 0;
  padding: 0;
}

/*「」で囲む*/
.brackets {
  position: relative;
  line-height: 1.4;
  /*    padding:0.25em 1em;*/
  padding: 0.7em 1.7em;
  margin: 10px;
  display: inline-block;
}
.brackets:before, .brackets:after {
  content: '';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.brackets:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top: 0;
  left: 0;
}
.brackets:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom: 0;
  right: 0;
}
/*背景グレーのボックス*/
.box-w80gray{
	width: 90%;
	background: #efefef;
	padding: 8px;
}


/***gnav***/
.navigation {
  text-align: center;
}
.navwrap {
  height: 90px;
  background: var(--gnav-color);
  display: -webkit-flex;
  display: flex;
}
.navwrap .navwrap-box {
  width: calc(33.3% - 10px);
  /*    margin: 5px;*/
}
.logo h1 {
  margin-block-start:0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: normal;
  font-size: 100%;
  letter-spacing:normal;
	padding: 0;
}
.logo img {
  /*max-width: 180px;*/
  max-height: 80px;
    
}
.tel {
  font-size: 30px;
  width: 300px;
}
.tel > p {
  font-size: 12px;
}
.top-toiawase{
	display: block;
	margin: auto;
	margin-top: 10px;
/*	background: var(--light-color);*/
	width: 200px;
	padding: 5px;
	font-size: 16px;
}

.inquiry {
	margin-top: 3px;
  padding: 5px;
	transition-duration: 0.3s;
}
.inquiry img {
  width: 200px;
	border-radius: 3px;
	box-shadow: 2px 2px  #E56C55;
}
.inquiry img:hover{
	box-shadow: 5px 5px  #E56C55;
  transform: translateY(-5px);
  transition-duration: 0.2s;
}
.nav-container {
  /*max-width: 1000px;*/
  background-color: var(--gnav-color);
  margin: 0 auto;
}
.gnav {
  background-color: var(--gnav-color);
  margin: 0 auto;
}
.nav-containerA, .nav-containerB {
  max-width: 1000px;
  margin: 0 auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
  position: relative;
  font-size: 14px;
    font-weight: 500;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--gnav-color);
  height: 50px;
  width: 70px;
  z-index: 999;
}
/*ここから*/
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: var(--dark-color);
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: var(--gnav-color);
  /*真ん中の線*/
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
.comment2 {
  clear: both;
  background: var(--light-color);
  text-align: center;
/*height: 22px;  1行の時*/
/*height:42px; 2行の時*/
}
.comment2 p {
  font-size: 0.8em;
}

.comment3 {
	clear: both;
	background: white;
	text-align: center;
	height: 22px;
	padding: 5px;
/*	border-bottom: solid 1px #e0e0e0;*/
	font-weight: bold;
}
.comment3 p {
  font-size: 0.8em;
}

/* ------------------------------
Footer
------------------------------ */
.footer-top, .footer-bottom {
  text-align: center;
}
.footer-top {
  background: #f5f0f0;
  padding: 20px;
}
.footer-top p {
  font-size: 1em;
  color: #9b9797;
}
.footer-logo img {
  width: 180px;
  border-radius: 8px;
}
ul.footer-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
  justify-content: center;
}
ul.footer-nav li {
  list-style: none;
  padding: 10px;
}
ul.footer-nav li a {
  text-decoration: none;
  color: #787777;
  font-size: 1em;
}

.sns-icon{
	width: 42px;
	margin: 8px;
}

.sns-icon2{
	width: 29px;
	vertical-align: top;
	padding-right: 14px;
}


.footer-box-wrap{
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}

.footer-box{
    min-width: 190px;
	text-align: left;
	font-size: 0.8em;
	line-height: 2.5;
    padding: 10px 0px;
}

.strong-li a,
.footer-box a{
	text-decoration: none;
}

.ul-sns{
	line-height: 29px;
}

.ul-sns li{
	margin: 15px;
}


/* ------------------------------
Page top
------------------------------ */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 60px;
  background: #ffded6;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 100;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*-----------------------
smartphone　bottom menu
-----------------------*/

.mini-text{
    font-size: 10px;
    font-weight: bold;
}

/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    /*高さ*/
    margin: 0;
    padding: 0;
    background-color: #fff;
    /*背景色*/
    border-top: 2px solid #e0e0e0;
    /*バーの上の線*/
    border-bottom: 2px solid #e0e0e0;
    /*バーの下の線*/
    z-index: 200;
}

ul.bottom-menu li {
    float: left;
    width: 25%;
    background-color: #fff;
    list-style-type: none;
    text-align: center;
    font-size:25px;
}

.bottom-menu li a {
    display: block;
    color: #555;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
    text-decoration: none;
}

.bottom-menu li a:hover {
    font-weight: bold;
    background-color: var(--light-color);
}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

ul.menu-second-level li a {
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    line-height: 25px;
}

.menu-second-level li a:hover {
    height: 100%;
    background: var(--light-color);
    /*マウスオーバーの色*/
}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    z-index: 999;
}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;
    visibility: visible;
    opacity: 1;
}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;
}
/*モバイル用*/
@media only screen and (max-width: 798px) {
    /*フッタを底上げする*/
    footer{
        margin-bottom:50px;
    }
    
    #bottom-menu{
        padding-bottom: env(safe-area-inset-bottom);
    }
}

/*-----------------------
slick スライダー
-----------------------*/
.slick-prev
{
    left: 20px!important;
}
.slick-next
{
    right: 20px!important;
}
.slick-prev:before,
.slick-next:before
{
    color: gray!important;
}

.slick-prev,
.slick-next
{
    z-index: 100;
}

.slick-dots {
	bottom: -40px!important;
}
.slick-track div{
	margin: 0 10px;
}
.slick-slide img{
  margin: 0 auto!important;
	width: 100%;
}
.responsive-wrap{
	padding-top: 25px;
}
.slick-slide div {
	transition: none!important; 
}