@charset "utf-8";
/* <meta content="width=device-width, initial-scale=1, minimum-scale=1" name="viewport"> */
/* PC */
@media (min-width: 600px) {
a[href*="tel:"] {
pointer-events: none; /*スマホ以外は電話かけるリンク無効*/
cursor: default;
text-decoration: none;
}
}
#phonemenuA {
	display: none;
	padding:0;
	margin:0;
}

.smartphone img {
	display: none;
}
.w100 {
	max-width:100%;
	height:auto;
	text-align:center;
}
.map {
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
/* flexbox */
.flexbox {
	display:flex;
    flex-wrap: wrap;	
    justify-content:space-between;
	padding:0;
	margin-top:5px;
}
.flexbox > div {
	width:48%;
	padding:0;
	text-align:center;
}
.flexbox2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexbox3 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:35px;
}
.flex li {
	width:calc(32% - 32px);
	padding:15px 15px 20px;
	border:#e3e3e3 solid 1px;
	background:#FFF;
	border-radius:10px;	
}
.flex li h3 {
	font-size: clamp(14px, 1.8vw, 24px);
	font-weight:600;
	line-height:1.5;
	color:#6FBA2C;
	padding-bottom:5px;
	border-bottom:1px #e3e3e3 solid;
	margin:10px 0;
}
.flex li p {
	margin-top:10px;
	padding:10px;
	background:#fdf1f4;
}
.flex li p i {
	margin-right:5px;
	color:#f37c92;
}
.flex li h3 span {
}
.flex li img {
	width:100%;
	border-radius:10px;
}
.flex1 {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
	margin-top:40px;
}
.flex1 li {
	width:48%;
	margin:0 1%;
	text-align:center;
	font-size:1.1em;
}
.flex1 li h3 {
	font-size: clamp(16px, 1.7vw, 24px);
	font-weight:700;
	margin-bottom:5px;
	color: #6FBA2C;
}
.flex1 li img {
	max-width:100%;
	display:block;
	margin:0 auto 10px;
}
.flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.flex2 li {
	width:48%;
}
.flex2 li img {
	width:100%;
}
.flex3 {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
	margin-top:20px;
}
.flex3 li {
	width:46%;
	margin-bottom:25px;
}
.flex4 {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-evenly;
	margin-top:20px;	
}
.flex4 li {
	width:calc(45% - 22px);
	margin:0 0 35px;
	padding:10px ;
	border:#CCC solid 1px;
	border-radius:3px;
	background:#FFF;
	border-radius:8px;
}
.flex4 li h3 {
	font-size: clamp(14px, 1.8vw, 22px);
	font-weight:700;
	color: #444;
	background:#EEE;
	padding:3px 0 5px;
	text-align:center;
}
.flex4 li h4 {
	color: #666;
	font-size: clamp(16px, 1.5vw, 20px);
	text-align:center;
	margin:10px 0;
	background:#EEE;
}
.flex4 li img {
	width:100%;
	margin-bottom:5px;
}
.flex4 li >div {
	background:#ffeff7;
	padding:10px;
	margin-top:10px;
}
.flex5 {
    display: flex;
    flex-wrap: wrap;
}
.flex5 li {
	width:calc(31.3% - 22px);
	margin:0 2% 20px 0;
	padding:10px ;
	border:#CCC solid 1px;
	border-radius:3px;
	background:#FFF;
	border-radius:8px;
}
.flex5 li h5 {
	font-size: clamp(14px, 1.8vw, 22px);
	font-weight:700;
	color: #444;
	background:#EEE;
	padding:3px 0 5px;
	text-align:center;
}
.flex5 li img {
	width:100%;
	margin-bottom:5px;
}
.flex6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.flex6 li {
    width:calc(46% - 46px);
	border-radius:15px;
	-webkit-box-shadow: 0px 0px 18px rgb(0 6 117 / 16%);
    box-shadow: 0px 0px 18px rgb(0 6 117 / 16%);
	padding:30px 20px 20px;
	position: relative;
	display: inline-block;
	margin: 70px 0 0;
	background: #FFF;
	border: solid 3px #111;
	box-sizing: border-box;
	font-size:18px;

}
.flex6 li h3 {
	border-bottom:#777 dashed 2px;
	font-weight:600;
	font-size: clamp(16px, 1.8vw, 24px);
	margin-bottom:5px;
}
.flex6 li h3 i {
	color:#fa1496;
}
.flex6 li h4 {
	font-weight:600;
	font-size: clamp(15px, 1.5vw, 20px);
	margin:5px 0;
}
.flex6 li img {
	width:100%;
}
	
.flex6 li .fukidashi {
	position:absolute;
	top:-35px;
/*	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
}
.flex6 li .fukidashi_box {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #111;
  font-size: 16px;
  background: #FFE200;
  border: solid 3px #111;
  box-sizing: border-box;
  border-radius:15px;
}

.flex6 li .fukidashi_box:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFE200;
  z-index: 2;
}

.flex6 li .fukidashi_box:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #111;
  z-index: 1;
}
.flex6 li .fukidashi_box p {
  font-size: clamp(16px, 1.8vw, 28px);
  font-weight:600;
  border-bottom:none;
}
.flex7 {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
}
.flex7 li {
	width:33%;

}
.flex7 li:nth-child(2) {
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
}
.flex7 li h3 {
	font-size: clamp(14px, 3vw, 20px);
	font-weight:600;
	line-height:1.5;
	text-align:center;
	background:#111;
	color:#FFF;
	border-radius:5px;
	width:90%;
	padding:3px 0 5px;
	margin:0 auto;
}
.flex7 li img {
	max-width:100%;
	display:block;
	margin:0 auto;
}
/* menu */
#humberger,
#meanmenu {
	display:none;
}
.spheadtext {
	display:none;
}
.sp {
	display:none;
}
.sp800 {
    display: none;
}
.hidden800 {
	display:none;
}
.kadomaru {
	border-radius:10px;
}
#sp_navi {
	display:none;
}
#head ul.sns_links {
	position: fixed;
	left:30px;
	bottom:60px;

}
#head ul.sns_links li {
    width:28px;
	text-align:center;
}
#head ul.sns_links li a {
  display: block;
  font-size: 28px;
  color: #FFF;
}
.sidenavi {
	position: fixed;
	left:80px;
	top:380px;
}
.sidenavi li {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	/*transform: rotate(180deg);*/
	margin:15px 0;
	line-height:1.6;
}
.sidenavi li a {
	color:#666;
	font-size:13px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:0.2em;
}
a.anchor {
    display: block;
    padding-top: 160px;
    margin-top: -160px;
}
@media screen and (max-width:820px) {
#navi,
#menuA,
#menu,
.menu2,
.linebtn,
#fnavi {
	display:none;
}
#head ul.sns_links,
.sidenavi {
	display:none;
}
#humberger{
	display:block;
	position: fixed;
	top: 3px;
	right: 3px;
	z-index: 999999999;
	width: 35px;
	padding: 12px 10px 9px;
	cursor: pointer;
	background:#333;
	border-radius:5px;
}
#humberger p {
	font-weight:500;
	color:#FFF;
	font-size:12px;
	line-height:1;
}
.spheadtext {
	display:block;
	font-size:1.8vw;
	line-height:1.5;
	color: #fa1496;
	font-weight:600;
	align-content: center;
}
.single{
	width:90%;
	padding:40px 0;
}
.single2 {
	width:90%;
}
.single3 {
	width:90%;
}
.single4 {
}
.single5 {
	padding:0;
}
header {
	position:relative;
	/*background:#FFF;*/
}
header.headscroll {
    position: absolute;
}
#headA {
	width: calc(100% - 70px);
}
#head .logo {
	width: 30vw;
}
#head .logo img {
}
#head .tel {
    display: none;
}
#reserve-btn {
    display: none;
}
#menu{
	width:100%;
}
#menu ul {
	width:100%;
}
#menu li {
	/*width:16.5%;*/
}
#menu li a {
	font-size:13px;
}
.bg-wall {
}
.bg-wall::before {
  left: 80vw;
}
.bg-wall2 {
}
.bg-wall2::before {
	height: 45vh;
}
#contentwrap {
	width:100%;
}
.mbox {
}
.mbox2 {
	max-width:calc(100% - 32px);
	margin-top:0;
}
.mbox3 h3 {
	font-size:2.8vw;
}
.mbox3 h4 {
	font-size:2.5vw;
}
/* flexbox */
.flexbox {
}
.flex {
	justify-content: space-around;	
}
.flex li {
	width: calc(47% - 32px);
	margin-bottom:20px;
}
.flex li h3 {
	font-size: 2.6vw;
}
.flex1 li h3 {
	font-size: 2.6vw;	
}
.lsingle,
.rsingle {
	/*width:100%;
	float:none;*/
}
.flex2 {
}
.flex2 li {	
}
.flex3 {
}
.flex3 li {
	width:90%;
}
.flex4 {
	justify-content: space-between;	
}
.flex4 li {
	width: calc(48% - 22px);
}
.flex4 li h3 {
	font-size:2.6vw;
}
.flex4 li h4 {
	font-size:2.4vw;
}
.flex4 li img {
}
.flex5 {
	justify-content: space-between;
}
.flex5 li {
	width: calc(48% - 22px);
	margin:0 0 25px;
}
.flex5 li h5 {
	font-size:2.4vw;
}
.flex6 li {
	width: calc(90% - 46px);
}
.flex6 li .fukidashi_box p {
	font-size:2.6vw;
}
.flex6 li h3 {
	font-size:2.9vw;
}
.flex6 li h4 {
	font-size:2.5vw;
}
.flex7 li {
	width:100%;
	margin-bottom:10px;
}
.flex7 li:nth-child(2) {
  border:none;
}
.cbtn,
.cbtn2 {
}
.cbtn3 {
    /*width: 100%;*/
	margin:20px auto;
}
.cbtn4 {
}
.mtitle-big0 {
	font-size:40px;
}
.mtitle-big {
	font-size:3.8vw;
	letter-spacing:1px;
}
.mtitle-big1 {
	font-size:3.8vw;
}
.mtitle-big1 span {
	font-size:8vw;
}
.mtitle-big2 {
	font-size:3.6vw;
}
.mtitle-big2 span {
}
.mtitle-big3 {
	font-size:3vw;	
}
.mtitle-big4 {
	font-size:2.4vw;
}
.mtitle-big4 span {
}
.mtitle-line {
	font-size:2.8vw;
}
.mtitle-ll:after {
	top:inherit;
}
.mtitle-middle {
	font-size:3vw;
}
.mtitle-middle2 {
	margin:15px 0 10px;
}
.mtitle {
	font-size:3vw;
}
.mtitle1 {
	font-size:2.6vw;
}
.mtitle2 {
	font-size:2.2vw;
}
.mtitle5 {
	font-size:5.4vw;
}
.list-check li {
	font-size: 2.4vw;
}
.list-check li p {
	font-size:15px;
}
.list-check2 {
    max-width: 100%;
	margin:20px 0;
    justify-content: center;
}
.list-check2 li {
	font-size: 2.2vw;
    padding: 8px 15px;
    margin: 10px;
}
.list-check3 {
	max-width:100%;
}
.list-check3 li {
	font-size:2.4vw;
}
.list-check4 {
  gap: 3vw;
}
.list-check4 li {
	font-size:2.2vw;
}
.list-bnr li {
    width: calc(46% - 10px);
}
.list-bnr2 li {
    width: calc(100% - 10px);
}
.list-pdf li {
	width:calc(48% - 14px);
	margin-right:2%;
	margin-bottom:15px;
	font-size: 2.4vw;
}
.feature li h5 {
	font-size:3.2vw;
}
.mbox4 {
}
.mbox4 h3 {
	font-size:2.8vw;
}
.mbox5 {
	/*text-align:left;*/
}
.mbox7 {
    padding: 20px 25px ;
	max-width:calc(100% - 50px);
}
.fright0,
.fright1,
.fright2,
.fleft0,
.fleft1,
.fleft2 {
	float:none;
	margin:0;
}
.fright5,
.fleft5 {
	float:none;
	margin:0 0 10px;
}
.fright5 img {
	margin:0 auto;
	display:block;
	
}
.news-bl {
	width:100%;
	padding:5px 0;
}
.listFlow dl dd img {
	width:100%;
	margin-bottom:10px;
}
.mtitle-bline {
	font-size:28px;
}
footer {
    padding-bottom: 70px;
}
#footer {
	padding: 30px 0;
	width:90%;
}
#fmenu {
	width:100%;
}
#footer address {
	text-align:center;
}
.hidden {
	display:none;
}
.hidden800 {
	display:block;
}
.pcshow {
	display:none;
}
.sp800 {
    display: block;
}
/* mailform */
.form dl {
	margin:10px 0;
}
.form dt {
	float: none;
	width:100%;
	height:20px;
	line-height:20px;
	padding-top: 10px;
    text-align: left;	
}
.form dd {
	width:100%;
	padding-left:0;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom:0px solid #eee;
}
.form dd:last-child {
	border-bottom:0px;
	margin-bottom:0px;
}
.textarea, textarea {
	width:93%;
	font-size:16px;
}
.textarea, select {
	font-size:15px;
}
.dropdown {
	font-size:16px;
}
/*ページ下ボタン（電話・マップ）*/
#sp_navi {
	display:block;
  /*background: #F0B800;*/
  position: fixed;
  bottom: 1vw;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}
#sp_navi li {
  font-size: 24px;
  display: block;
  width:23.5%;
  /*margin:0 1%;*/
  cursor: pointer;
  color: #FFF;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: 8px 0 10px;
  border-radius:4px;
}
#sp_navi li:first-child {
	background:#777;
}
#sp_navi li:nth-child(2) {
	background:#fa1496;
}
#sp_navi li:nth-child(3) {
	background:#00B900;
}
#sp_navi li:nth-child(4) {
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
}
#sp_navi li:nth-child(5) {
	color:#FF0000;
}
#sp_navi li span {
  	font-size: clamp(9px, 3vw, 13px);
  display: block;
}
#sp_navi li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999px;
}
a.anchor {
    padding-top: 20px;
    margin-top: -20px;
}
/*reCAPTCHA v3 バッジを移動*/
.grecaptcha-badge {
bottom: 13vw !important;
}
}

/* mobile&smartphone */
@media screen and (max-width:600px) {
/*	スマホのみ */
/*
@media screen and (max-width:10000px) {
#phonemenu,
#head,
#flash,
#wrap,
#footer,
#singlepage section {
	max-width:600px;
	margin:0 auto;
}
*/
/*	スマホのみ */
body {
	font-size:15px;
}
/** float style **/
.fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
	float:none;
}
.fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/* none */
.none, .desktop, #nav-f, #menuA, #seoA, #pankuzu, #navi, .seo, #fmenu,#fmenu-lg,#tnavi,.tbnr {
	display:none;
}
/* width100% */
#head, #footer, #wrap, #nav, #wrapA, #seo, #title {
	width:100%;
}
#containar {
	width:100%;
	height:auto;
	padding:0 ;
	margin:0;
}
#wrap {
	padding:15px 0 80px;
	margin:0;
}
#main {
	float:none;
	width:95%;
	margin:0 auto 20px;
}
#side {
	float:none;
	width:98%;
	margin:0 auto;
	height:auto;
	padding:0;
}

/* img */
img {
	max-width:100%;
	height:auto;
}
.smartphone img {
	display:block;
	max-width: 100%;
	height:auto;
}
/* header */
header {
}
#headA {
	/*width: calc(100% - 18vw);*/
}
#head {
	width:100%;
	/*padding: 0;*/
}
#head .logo {
	width:40vw;
    left: 0;	
}
.spheadtext {
	font-size:3.2vw;
}
.tel {
	float:none;
	text-align:center;
	display:none;
}
.linkbtn a, .linkbtn2 a {
  width: 17vw;
  height: 17vw;
  font-size: 3vw;
}
#head ul.sns_links {
	display:none;
}

/* title */
#main h1 {
	width:100%;
	height:auto;
}
#title {
	/*border:1px solid #443402;*/
	padding:90px 0 40px;
	margin:0px 0 0;
}
#title h2 {
	font-size:18px;
	width: 100%;
}
#seo h1 {
	font-size:10px;
}
.flexbox {
	display:block;
}
.flexbox > div {
	width:100%;
}	
.flexbox3 {
	display:block;
}
.flex li {
	width: calc(100% - 32px);
}
.flex li h3 {
  font-size:5vw;
}
.rightarrow {
	top:10px;
	right:10px;
	font-size:28px;
}
.fbox {
	width:100%;
}
.flex1 {
	margin-top:20px;
}
.flex1 li {
	width:100%;
	margin-bottom:20px;
}
.flex1 li h3 {
  font-size:5.4vw;
}
.rsingle p {
	font-size:8vw;
}
.flex2 li {
	width:100%;
	margin-bottom:10px;
}
.flex3 {
}
.flex3 li {
	width:96%;
}
.flex3 li h3 {
	font-size: 5.6vw;
	margin-bottom:15px;
}
.flex4 {
	margin-top:10px;
}	
.flex4 li {
	width: calc(100% - 22px);
}
.flex4 li h3 {
	font-size:4.8vw;
}
.flex4 li h4 {
	font-size:4.4vw;
}
.flex4 li img {
	width:100%;	
}
.flex4 li a {
	line-height:1.5;
}
.flex5 {
}
.flex5 li {
	width:calc(100% - 22px);
}
.flex5 li h5 {
  font-size: 4.6vw;
}
.flex6 {
	margin-top:50px;
}
.flex6 li {
	width: calc(100% - 46px);
	margin: 0 0 60px;
	font-size: 16px;
}
.flex6 li:last-child {
	margin:0;
}
.flex6 li .fukidashi_box p {
	font-size:4.6vw;
}
.flex6 li h3 {
    font-size: 4.8vw;
	line-height:1.6;
	padding-bottom:5px;
}
.flex6 li h4 {
    font-size: 4.2vw;
}
.flex7 li {
	width:100%;
	margin-bottom:20px;
}
.flex7 li h3 {
	width:100%;
	font-size:4.4vw;
}
.lsingle {
	width:100%;
	float:none;
}
.rsingle {
	width:100%;
	float:none;
	margin-top:50px;
}
/* single */
#singlepage {
	padding:0 0 280px;
}
#singlepage section {
	width:100%;
	margin:0 auto;
	padding:25px 0;
}
.single {
	width:90%;
	margin:0 auto;
	padding:30px 0px;
}
.single1 {
	width: 90%;
	padding:15px 0;
}
.single2 {
	width:90%;
	padding:40px 0;	
}
.single3 {
	width:90%;
	margin:0 auto;
	padding:25px 0px;
}
.single4 {
}
.textwrap {
	width:90%;
	margin:0 auto;
	font-size:12px;
	padding:10px;
}
.textwrap2 {
	width:90%;
	margin:0 auto 20px;
	font-size:12px;
	padding:0px;
}
.news-bl {
	width:100%;
	text-align:center;
	letter-spacing:normal;
}
.news-bl dt {
	width:100%;
	float:none;
}
.news-bl dd{
	width:100%;
	padding:0;
/*	text-align:center;*/
}
/*新着情報*/
.news-ttl {
    width: 100% !important;
    border-right: 0px solid #870313;
    text-align: center;
}
.news-ttl span {
    font-size: 1.2rem !important;
  }
.news-bx {
    flex: 1;
    width: calc(100% - 20px);
	margin:0 auto;
	padding:0 0px;
  }
.scrbr {
    width: 100%;
    padding: 15px 0px;
    max-height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollbar {
    height: 200px;
}
.news {
	font-size: 13px;
}
.news dt {
	float: none;
	width: 8em;
	padding-top: 10px;
	line-height: 1.3;
	font-weight:normal;
}
.news dd span {
	font-size: 11px;
	padding: 1px 20px;
	margin-right:10px;

}
.news dd span.gr {
	color:#fff;
	background: #15AD27;
}
.news dd {
	padding-left:0;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 1.8;
}
/* */
footer {
	margin:0 auto;
	padding-bottom: 60px;
}
#footer {
	width:90%;
	padding: 10px 0 60px;
}
.logo-f {
}
.logo-f li {
}
#footer address {
	text-align:center;
	font-size:14px;
}
.copyright {
    /*text-align: center;*/
}
.mbox {
}
.mbox2 {
	max-width:calc(100% - 22px);
	padding:10px;
	font-size:14px;
}
.mbox3 {
	padding:15px 20px 20px;
	margin:30px 0;
}
.mbox3 h3 {
	font-size:5vw;
}
.mbox3 h4 {
	font-size:4.8vw;
}
.mbox4 {
	padding: 10px;
}
.mbox4 h3 {
	font-size:4.8vw;
}
.mbox5 {
	padding: 10px 15px;
}
.mbox6 {
}
.mbox7 {
	max-width:calc(100% - 20px);
	padding:10px;
}
.mbox7 h4 {
	font-size:18px;	
}
.cbtn,
.cbtn2 {
	margin:10px 0;
}
.cbtn a {
	font-size:3.9vw;
}
.cbtn3 {
    width: 95%;
}
.cbtn3 a {
}
.cbtn4 {
	margin: 15px auto 10px;	
}
.cbtn4 a {
	font-size:5vw;
}
.mtitle-ll:after {
	display:none;
}
.mtitle-cap {
	font-size:17px;
}
.mtitle-cap2 {
	font-size:18px;
	letter-spacing:normal;
}
.mtitle-bline {
	font-size:5.4vw;
}
.bg-wall2 {
}
.bg-wall2::before {
	background-image:none;
}
.tab li {
	width:28%;
	padding:5px;
	margin:0 5px 0 0;
}
.tab li:last-child {
	margin:0;
}
.mtitle-ll {
	font-size:26px;
}
.mtitle-ll span {
	font-size:18px;
}
.listFlow dl dt {
	font-size:4vw;
	width:30%;
	line-height:1.6;
}
.listFlow dl dd {
	padding:10px 15px;
}
.listFlow dl dd h4 {
	font-size:4.5vw;
}
/* phonemenu */
/*link*/
#phonemenu li a:link,
#phonemenu li a:visited,
#phonemenu li a:hover {
	color:#FFF;
	text-decoration: none;
}

#phonemenuA {
	display:block;
	width:100%;
	height:50px;
	box-shadow:rgba(0,0,0,0.2) 0 3px 2px;
	background:#ff9900;
	z-index:99999;
	top:0;
	left:0;
	padding:0;
}
#phonemenu  {
	margin:0 auto;
	z-index: 3;
	color:#fff;
}
#phonemenu ul {
	position: relative;
}
#phonemenu li {
	font-family:'FontAwesome';
	width:20%;
	float:left;
	/*padding:5px 0;*/
	margin:0;
	display:inline;
	text-align:center;
	font-size:24px;
	cursor:pointer;
	vertical-align:middle;
}
#phonemenu li:hover {
	opacity:0.5;
}
#phonemenu .lg {
	width:50%;
	padding:3px 0 0;
	z-index:99999;
}
#phonemenu .lg img{
	max-height:45px;
}
#phonemenu li:hover {
}
/* phonemenu */

#dmenu1 li a:link,
#dmenu1 li a:visited,
#dmenu1 li a:hover {
	color:#fff;
	text-decoration: none;
	text-align:left;
	font-size:14px;
	padding:0px 0;
	text-indent:1em;
}
#dmenu1 {
	display:none;
	position:absolute;
	top: 0;
	width:100%;
	font-size:11px;
}
#dmenu1 li {
	overflow: hidden;
	width:100%;
	background:rgba(0,0,0, 0.8);
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}
#dmenu1 li a {
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
}
#dmenu1 li a:before {
	font-family:'FontAwesome';
	content:"\f054";
	margin-right:5px;
}
/* phonemenu */
#dmenu2 {
	display:none;
	position:absolute;
	top: 50px;
	width:100%;
	z-index:1000;
	font-size:11px;
}
#dmenu2 li {
	overflow: hidden;
	width:100%;
	background:rgba(0,0,0, 0.8);
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}
#dmenu2 li a {
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
}
#dmenu2 li a:before {
	content:url(../img/icon_w.png);
	margin-right:3px;
}
/* phonemenu */
#dmenu3 {
	display:none;
	position:absolute;
	top: 50px;
	width:100%;
	z-index:1000;
	font-size:11px;
}
#dmenu3 li {
	overflow: hidden;
	width:100%;
	background:rgba(0,0,0, 0.8);
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
}
#dmenu3 li a {
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	color:#fff;
}
#dmenu3 li a:before {
	content:url(../img/icon_w.png);
	margin-right:3px;
}
/* footer menu */
#fmenuA {
	width:100%;
}
#fmenu {
	width:100%;
	list-style-type: none;
	font-size:11px;
}
#fmenu ul {
	border-top:1px solid #eee;
}
#fmenu li {
	float:left;
	width:33%;
	border-bottom:1px solid #eee;
	border-right:1px solid #eee;
}
#fmenu li a {
	display:block;
	width:100%;
	min-width:20px;
	height:30px;
	line-height:30px;
	text-align:left;
	font-weight:normal;
	background:#ffeac8;
	text-indent:10px;
}
#fmenu li a:before {
	font-family:'FontAwesome';
	content:"\f054";
	margin-right: 3px;
	color:#555;
}
#fmenu li:last-child {
/*	border: none;
	margin: 0;
*/}
#fmenu a:link,
#fmenu a:visited,
#fmenu a:hover {
	color: #555;
	text-decoration:none;
}
#fmenu a:hover {
	background:#faf4eb;
}

.mtitle-sp {
	font-size:18px;
	line-height:1.6;
}
/* mtitle-cline */
.mtitle-cline {
display: table;
text-align: center;
white-space: nowrap;
font-size:15px;
letter-spacing:0px;
color:#594C39;
margin-bottom:20px;
line-height:0.5;
width:100%;
}
.mtitle-point {
	font-size:13px;
}
.mtitle-point span {
	margin-right:5px;
}
.mtitle-check {
	font-size:4.4vw;
	letter-spacing:normal;
}
.mtitle-cline span {
  font-size:13px;
}
.mtitle-cline:after, .mtitle-cline:before {
color:#594C39;
width: 35%;
}
/* tab */
.tab {
	width:95%;
	margin:0 auto;
}
.tab li {
	float:none;
	margin:0 0 1px;
	width:100%;
	padding:0;
}
.tab li a {
	width:100%;
	padding:3px 0;
	text-indent:1em;
}
.mtitle-x {
	font-size:18px;
	text-align:center;
	color:#484848;
	margin:20px 0 5px;
}
.rss {
	width: 90%;
	margin:0 auto;
	padding:10px 0 25px;
}
.hidden {
	display:block;
}
.sp {
	display:block;
}
.pcshow {
	display:none;
}
/*

/*FLASH*/
.slideimg {
	width: 100%;
	height:auto;
	margin: 0 auto;
	top:30%;
}
.list-check li {
	width:100%;
	font-size:4.4vw;
}
.list-check2 li {
	font-size: 3.8vw;
    padding: 8px 2vw 10px;
    line-height: 1.4;
    margin: 0 0 15px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.list-check3 li {
	font-size:4.5vw;
}
.list-check4 li {
	line-height:1.6;
	text-align:left;
	font-size:4.4vw;
}
.list-check5 {
	gap:2vw;
}
.list-check5 li {
	font-size:4.3vw;
	padding: 6px 10px;
    line-height: 1.5;
	border-radius: 20px;
}
.list-bnr li {
    width: calc(100% - 10px);
}
.list-pdf li {
	width:calc(100% - 14px);
	margin-right:0;
	margin-bottom:20px;
	font-size: 4.8vw;
	padding:3px 0;
}
.feature {
	margin-top:25px;
}
.feature li h5 {
	font-size:5.5vw;
	padding-left: 50px;
	margin-bottom:10px;
}
.feature li h5::before {
	width:45px;
	height:48px;
}
.feature li p {
	font-size:15px;
}
.mtitle-big0 {
	font-size: 22px;
	font-size: clamp(14px, 5.8vw, 26px);	
    text-align: center;
    letter-spacing: 0.1em;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
	padding:0 0 10px;
	margin:0;
}
.mtitle-big0 span {
	letter-spacing:normal;
	font-size:24px;
}
.mtitle-big {
	font-size: 5.6vw;
	letter-spacing:normal;
}
.mtitle-big span {
	font-size:4vw;
	font-weight:500;
}
.mtitle-big1 {
	font-size: 5.6vw;
}
.mtitle-big1 span {
	font-size: 10vw;	
}
.mtitle-big2 {
	font-size: 5.4vw;
	margin-bottom:15px;
}
.mtitle-big2 span {
}
.mtitle-big3 {
	font-size:5.4vw;	
}
.mtitle-big4 {
	font-size: 4.7vw;
}
.mtitle-big4 span {
	font-size:1em;
}
.mtitle-big5 {
	font-size:26px;
}
.mtitle-big5 span {
	font-size:16px;
}
.mtitle-bg {
	font-size:16px;
}
.mtitle {
	font-size:4.8vw;
	line-height:2;
}
.mtitle span {
	font-size:1.2em;
}
.mtitle1 {
	font-size:4.6vw;
}
.mtitle2 {
	font-size:4vw;
	padding:15px 4vw;
	font-weight:400;
}
.mtitle-middle,
.mtitle-middle2 {
	font-size:5.2vw;
	padding-bottom:5px;
}
.mtitle-middle2 span {
	font-size:2em;
}
.mtitle-bl {
	font-size:18px;
}
.mtitle-line {
	font-size:4.8vw;
}
.mtitle-tel {
	font-size:7vw;
}
.mtitle3 {
	font-size:20px;
	line-height:1.5;
}
.mtitle3:before {
	position:absolute;
	left:0;
	bottom:0;
}
.mtitle3:after {
	position:absolute;
	right:0;
	bottom:0;	
}
.mtitle4 {
	font-size:26px;
	margin:30px 0 10px;
	line-height:1.2;
}
.mtitle4 span {
	font-size:15px;
	letter-spacing:2px;
}
.mtitle5 {
	font-size:7.2vw;
}
/*reCAPTCHA v3 バッジを移動*/
.grecaptcha-badge {
bottom: 20vw !important;
}
}
/* phonemenu */
#page{
	padding:0;
	position: relative;
	z-index: 2;
	left: 0;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav{
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	background:#fa1496;
	color: #FFF;
	z-index: 500;
	padding-top: 55px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#drawernav ul{
	list-style: none;
	padding: 0;
}
#drawernav ul li{
	font-size:16px;
	line-height:1;
	margin-bottom:5px;
}
#drawernav ul li a{
	color: #FFF;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
/*	border-bottom:1px solid #FFF;*/
}
#drawernav ul li a:hover{
	color: #fff;
	background: #555;
}
#drawernav ul li a:before {
	font-family:'FontAwesome';
	content:"\f0da";
	margin-right:10px;
}
#drawernav img {
	display:block;
	width:90%;
	padding:5px 0;
	margin:0 auto;
}
#drawernav h4{
	padding: 0 15px; 
}
.icon-bar{
	height: 2px;
	background: #FFF;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
.fixed-content{
	right: inherit;
	width: 100%;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
#overlay{
	z-index:-1;
	opacity: 0;
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
	
	-webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
	   -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
		 -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); 
			transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}
/**
* ドロワー開放時のスタイル
**/

.drawer-opened #page{
	left: -300px;
	box-shadow: 1px 0 2px #000;
	-webkit-box-shadow: 1px 0 2px #000;
}
.drawer-opened .fixed-content{
	left: -300px;
}
.drawer-opened #drawernav{
	right: 0;
}
.drawer-opened #humberger {
	/*background:#fa1496;*/
}
.drawer-opened #humberger .icon-bar{
	background: #FFF;
}
.drawer-opened #humberger :nth-child(1){
	transform:translate(0,8px) rotate(45deg);
	-webkit-transform:translate(0,6px) rotate(45deg);
}
.drawer-opened #humberger :nth-child(2){
	transform:translate(-20px ,0);
	-webkit-transform:translate(-20px ,0);
	opacity:0;
}
.drawer-opened #humberger :nth-child(3){
	transform:translate(0,-8px) rotate(-45deg);
	-webkit-transform:translate(0,-8px) rotate(-45deg);
}
.drawer-opened #overlay{
	opacity: 0.3;
	left: -300px;
	position:fixed;
}