@charset "utf-8";
/* <meta content="width=device-width, initial-scale=1, minimum-scale=1" name="viewport"> */
/* PC */
#phonemenuA {
	display: none;
	padding:0;
	margin:0;
}

.smartphone img {
	display: none;
}
.w100 {
	max-width:100%;
	height:auto;
	text-align:center;
}
.map {
	width:100%;
	height:600px;
}

/*　facebook */
.fb-page {
	padding:10px 0;
	width:100%;
}
#fb-root {
	background-color:#FFF;
	height:auto;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe[style]{
	width: 100%!important;
}
/* flexbox */
.flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fbox {
	width:42%;
	text-align:center;
	margin-top:20px;
	font-size:14px;
}
.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;
}
.flex li {
    width:calc(48% - 40px);
	padding:20px;
	background:rgba(255,255,255,0.9);
}
.flex li h3 {
	font-size:26px;
	letter-spacing:2px;
	text-align:center;
	font-weight:400;
	line-height:1.1;
	margin-bottom:15px;
	font-family: 'Raleway', sans-serif;
}
.flex li h3 span {
	font-size:16px;
}
.flex li h4 {
	color:#463825;
	font-size:24px;
	text-align:center;
	font-weight:400;
	margin-top:10px;
}
.flex li h5 {
	color:#FF0000;
	font-size:20px;
	text-align:center;
	font-weight:400;
	letter-spacing:1px;
}
.flex li h5 span {
	font-size:30px;
	font-weight:600;
}
.flex li img {
	max-width:100%;
}
.flex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex2 li {
	width:48%;
	margin-bottom:35px;	
}
.flex2 li h3 {
	font-size:28px;
	font-weight:normal;
	line-height:1;
	color:#f1bcab;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
	margin:10px 0 5px;
}
.flex2 li h3 span {
	color:#a97307;
	font-size:18px;
	letter-spacing:1px;	
}
.flex2 li img {
	width:100%;
}
.flex3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex3::after {
	display: block;
	content:"";
	width:24%;
}
.flex3 li {
	width:calc(24% - 30px);
	padding:15px;
	background:rgba(255,255,255,1);
	margin-bottom:20px;
	font-size:14px;
}
.flex3 li h3 {
	font-size:24px;
	font-weight:500;
	line-height:1;
	color:#dc5022;
	text-align:center;
	margin:10px 0;
	letter-spacing:0.15em;
}
.flex3 li h3 span {
	color:#eda790;
	font-size:16px;
	letter-spacing:1px;	
}
.flex3 li img {
	width:100%;
}
.flex4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:25px 0;
}
.flex4 li {
	width:48%;
	font-size:16px;
	font-weight:400;
	letter-spacing:0.1em;	
	border-bottom:#AAA solid 1px;
	/*margin-bottom:15px;*/
}
.flex4 li::before {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 10px;
}
.flex4 li a {
	display:block;
	padding-left:20px;		
}
.flex4 li a:hover{
	color: #FFF;
	background:#333;
	text-decoration:none;
}
.flex4 li a:before {
 	font-family:'FontAwesome';
	content:"\f105";
	margin-right:10px;
 }
.flex4 li img {
	width:100%;
}
.flex5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	height: 230px;
    text-align: center;
	box-sizing: border-box;
}
.flex5 li {
	width: calc(50% - 1px);
    border-left: #CCC solid 1px;
	height:100%;
}
.flex5 li:first-child {
	border-left:none;
}
.flex5 li:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.flex5 li img {
	display: inline-block;
    vertical-align: middle;
	position: relative;
}
.flex6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex6 li {
	width:24.5%;
}
.flex6 li img {
	width:100%;
}
.w25 {
	width:24.5%;
}
.w30 {
	width:32%;
}
.w50 {
	width:48%;
}
/* menu */
#humberger,
#meanmenu {
	display:none;
}
.sp {
	display:none;
}
.sp800 {
    display: none;
}
.hidden800 {
	display:none;
}
.hidden {
	display:none;
}
.pcshow {
	display:block;
}
.kadomaru {
	border-radius:10px;
}
#sp_navi {
	display:none;
}
#head ul.sns_links {
	position: fixed;
	left:20px;
	top:200px;

}
#head ul.sns_links li {
    width:28px;
	text-align:center;
}
#head ul.sns_links li a {
  display: block;
  font-size: 28px;
  color: #fdca70;
}
.sidenavi {
	position: fixed;
	left:25px;
	top:160px;
}
.sidenavi li {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	/*transform: rotate(180deg);*/
	margin:20px 0 0 5px;
	line-height:1;
}
.sidenavi li a {
	font-size:14px;
	font-weight:400;
	font-family: 'Raleway', sans-serif;
	letter-spacing:0.2em;
}
.sidenavi li.mailicon {
	margin:15px 0 0;
}
.sidenavi li.mailicon a {
	color:#bc8008;
	font-size:24px;
	font-weight:normal;
}
.sidenavi li.mailicon a span {
	font-size:15px;
	letter-spacing:0.1em;
}
@media screen and (max-width:1100px) {
#menu li {
	margin:0;
}
#menu li a {
	font-size:13px;
	/*letter-spacing:normal;
	padding: 15px 5px ;*/
}	
#head .logo {
	/*max-width:35%;*/
}
.menu2 > li {
	font-size:14px;
}
.menu2 > li a {
	padding:10px 8px;
}
.single,
.single3 {
	width:90%;
}
.topbox h2 {
	font-size:30px;
}
.pbx {
    width: 40%;
    padding: 50px 5%;
}
.sidenavi {
	top:120px;
}
.sidenavi li {  
}
.sidenavi li a {
	letter-spacing:0.1em;
}
}
@media screen and (max-width:800px) {
#navi,
#menuA,
.menu2 {
	display:none;
}
#head ul.sns_links,
.sidenavi {
	display:none;
}
#humberger{
	display:block;
	position: fixed;
	top: 12px;
	right: 20px;
	z-index: 9999;
	width: 25px;
	padding: 10px 10px 10px;
	cursor: pointer;
	/*background:#FFF;*/
}
.w100,
.w100 img{
	width:100%;
	height:auto;
	text-align:center;
	margin: 0 auto;
}
.single{
	width:90%;
	margin:0 auto;
}
.single2 {
	width:90%;
}
.single3,
.single4 {
	width:90%;
	padding: 40px 0;
}
.bg-head {
	display:none;
}
.bg-head_sub {
	background:none;
}
header {
	position:relative;
	padding:0;
}
header.headscroll {
	position:relative;
}	
#head {
	/*width:100%;*/
}
#head .logo {
	margin:0;
}
#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;
}
/* flash */
#flashA {
	margin-bottom:0;
}	
#flash{
	width:100%;
	height:45vh;
}
.flashimg {
	left:20px;
	bottom:20px;
	font-size:22px;
}
.vision {
	font-size:20px;
}
.vision span {
    font-size: 1.4em;
}
#contentwrap {
	width:100%;
}
.concept-wrap .in-wrap .concept-box,
.concept-wrap .in-wrap2 .concept-box {
    width: 600px;
}
.concept-wrap .in-wrap,
.concept-wrap .in-wrap2 {
	width:100%;
}
.box {
	padding: 2%;
}
.mtitle3 {
	letter-spacing:normal;
}
.mtitle4 {
	margin: 30px 0 20px;
}
.mainimg img {
	max-width:100%;
}
.newsbox {
    flex-direction: column;
}
.news-ttl {
    width: 100% !important;
	margin:0 0 10px;
    text-align: center;
}
/* flexbox */
.flexbox li img {
	/*width:90%;*/
}
.flex li {
	width: calc(100% - 40px);
	margin-bottom:30px;
	min-height:300px;
}
.flex li h3 {
	/*font-size:24px;*/
}
.flex li h4 {
	font-size:22px;
}
.flex2 {
   /* display: block;*/
}
.flex2 li {
   /* width: calc(48% - 20px);*/
}
.flex3 li {
	width: calc(49% - 30px);
}
.flex4 li {
	font-size:15px;
}
.flex6 li {
    width: 49.5%;
	margin-bottom:5px;
}
.cbtn {
	/*width:90%;*/
}
.cbtn3 {
    /*width: 100%;*/
}
.cbtn4 a {
	font-size:14px;
}
.mtitle-big0 {
	font-size:40px;
}
.topbox {
	margin:0 0 0 35px;
}
.topbox h2 {
	font-size:26px;
	letter-spacing:0.16em;
}
.topbox h3 {
	font-size:20px;
}
.mtitle-ll:after {
	top:inherit;
}
.mtitle-middle2 {
	margin:15px 0 10px;
}
.mtitle {
	/*text-align:center;*/
}
.list-check2 li {
	font-size:16px;
}
.list-bnr li {
    width: calc(46% - 10px);
}
.list-bnr2 li {
    width: calc(100% - 10px);
}
.feature2 li {
	width: calc(48% - 45px);
}
.pbx {
    width: 60%;
}
.pbx2 {
    width: 90%;
    height: auto;
    padding: 0 5% 30px;
}
.pbx h4 {
	font-size:22px;
}
.mbox4 {
}
.mbox5 {
	/*text-align:left;*/
}
.fright0,
.fright1,
.fright2,
.fright8,
.fleft0,
.fleft1,
.fleft2,
.fleft8 {
	float:none;
	margin:0;
}
.news-bl {
	width:100%;
	padding:5px 0;
}
/*.news-bl dt {
	width:100%;
	float:none;
}
.news-bl dd {
	width:100%;
	padding:10px 0;
	text-align:center;
}*/
.price {
	width:100%;
}
.price dt,
.price dd {
	line-height:1.6;	
}
.listFlow dl dd img {
	width:100%;
	margin-bottom:10px;
}
.mtitle-bline {
	font-size:28px;
}
#footer {
	width:90%;
}
.rsingle,
.lsingle {
	float:none;
}
#fmenu {
	width:100%;
}
.logo-f {
    float: none;
    text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logo-f li {
	/*float:none;*/
	/*width:20%;*/
	margin:0 10px;
}
.copyright {
	text-align:center;
}
#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;
}
.dropdown {
	font-size:16px;
}
.w50 {
	width:100%;
}
}

/* 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;
}
*/
/*	スマホのみ */

/** float style **/
.fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
	float:none;
}
.fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#singlepage p img,
#main p img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.juicysliderimg img {
	display:table-cell;
	vertical-align:top;
	text-align:center;
	margin:0 auto;
	z-index:600;
	width:90%;
}

/* 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;
}
/* img */
img {
	max-width:100%;
	height:auto;
}
/* header */
/* header */
header {
	padding:0;
	margin:0;
	/*position:relative;*/
	z-index:3;
}
#headA {
	background:none;
}
#head {
	width:100%;
	/*padding: 0;*/
}
#head .logo {
	/*max-width:75%;*/
}
.tel {
	float:none;
	text-align:center;
	display:none;
}
#humberger{
	top: 10px;
	right: 10px;
}
#head ul.sns_links {
	display:none;
}
#main h1 {
	width:100%;
	height:auto;
}
.flexbox {
	/*display:block;*/
}
.flexbox li {
/*	width:100%;*/
}
.flexbox3 {
	display:block;
}
.flex li {
	width:100%;
	margin-bottom:25px;
}
.flex li h3 {
	font-size:22px;
}
.flex li h4 {
	font-size:22px;
}
.flex li h5 {
	font-size:16px;
}
.fbox {
	width:100%;
}
.flex2 li {
    width:100%;
}
.flex2 li h3 {
	font-size:24px;
}
.flex3 {
    /*display: block;*/
}
.flex3 li {
	width: calc(100% - 30px);
}
.flex4 li {
	width:100%;
	margin:0 0 5px;
}
.flex4 li a {
	padding:0;
	text-align:center;
}
.flex5 li {
	width:100%;
}
.flex6 li {
	width:49%;
	margin-bottom:10px;
}
.bg-wall2 {
	background-image: url(../img/wall2.png);
    background-position: top left;
}
.w25 {
	/*width:100%;*/
}
.w30 {
	width:100%;
	margin-bottom:10px;
}
.w50 {
	width:100%;
}
/* single */
#singlepage {
	padding:0 0 280px;
}
#singlepage section {
	width:100%;
	margin:0 auto;
	padding:25px 0;
}
.single {
	width:90%;
	margin:0 auto;
	padding:25px 0px;
}
.single3 {
	width:90%;
	margin:0 auto;
	padding:25px 0px;
}
/* flash */
.flashimg {
	left:10px;
	bottom:10px;
	font-size:18px;
}
.flashimg span {
	font-size:1.4em;
}
/* */
footer {
	margin:0 auto;
	padding-bottom: 50px;
}
#footer {
	margin:0 auto;
	width:90%;	
}
.logo-f {
	float:none;
}
.logo-f {
	display:none;
    float: none;
    margin: 0 auto;
    text-align: center;
/*	display: flex;
	flex-wrap: wrap;
	justify-content: center;*/
}
.logo-f li {
	/*float:none;*/
	margin:0 10px;
}
#footer address {
	text-align:center;
	font-size:14px;
}
.copyright {
    text-align: center;
}
.mbox {
}
.mbox0 h3 {
	text-align:center;
	font-size:18px;
}
.mbox0 h3 span {
	font-size:1.2em;
}
.mbox1 {
	margin: 30px 0;
}
.mbox1 h3 {
	font-size:24px;
}
.mbox1 h4 {
	font-size:18px;
}
.mbox1 h5 {
	font-size:17px;
}
.mbox2 {
	/*width:90%;
	margin:0 auto;
	padding:4%;*/
}
.mbox2l,
.mbox2r {
	width:100%;
	float:none;
}
.mbox3 h4 {
	font-size:20px;
}
.mbox3 h5 {
	font-size:18px;
}
.mbox4 {
	padding:20px 15px;
}
.mbox4 h4 {
	font-size:26px;
}
.mbox5 {
	padding: 30px 15px;
}
.mbox5 h3 {
	font-size:20px;
}
.mbox5 h4 {
	font-size:20px;
}
.mbox6 {
	padding:15px;
}
.cbtn {
    width: 100%;
}
.cbtn a {
}
.cbtn1 {
	width: 100%;
}
.cbtn1 a {
	display:block;
	padding:5px 0;
}
.cbtn2 {
    width:90%;
	margin:20px auto 0;
}
.cbtn2 a {
	text-align:center;
	padding:0;
}
.cbtn3 {
}
.cbtn3 a {
	font-size:18px;
	letter-spacing:1px;
	padding:5px;
}
.cbtn4 {
    /*width: calc(94% - 40px);
	margin:25px auto;*/
}
.mtitle-ll:after {
	display:none;
}
.mtitle-cap {
	font-size:17px;
}
.mtitle-cap2 {
	font-size:18px;
	letter-spacing:normal;
}
.mtitle-bline {
	font-size:22px;
}
/* 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;
}
.dropdown {
	font-size:16px;
}
.fm-text {
	text-align:left;
}
/* /mailform */
.listFlow dl dt,
.listFlow2 dl dt {
	font-size:14px;
	width:25%;
}
.listFlow2 dl dd {
	padding:10px;
}
.listFlow2 dl dd h3 {
	font-size:16px;
}
/* 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-point {
	font-size:13px;
}
.mtitle-point span {
	margin-right:5px;
}
.mtitle-check {
	font-size:20px;
}
.mtitle-price {
	font-size:20px;
}
.mtitle-price span {
	font-size:1.3em;
}
.mtitle-price2 {
	font-size:20px;
}
.mtitle-price2 span {
	font-size:1.3em;
}
.mtitle-cline span {
  font-size:13px;
}
.mtitle-cline:after, .mtitle-cline:before {
color:#594C39;
width: 35%;
}
.hidden {
	display:block;
}
.sp {
	display:block;
}
.pcshow {
	display:none;
}
/* /@media screen and (max-width:800px) */
}
@media screen and (max-width:480px) {
/*FLASH*/
#flashA {
}
#flash {
	width:100%;
	padding:0;
	margin:0 auto 10px;
}
.bg-01 {
	padding:0;
}
.list-check li {
	font-size:17px;
	font-weight:500;
	text-align:left;
}
.list-check li img {
}
.list-check2 li {
    width: calc(100% - 10px);
	font-size:18px;
}
.list-check3 li {
    width: calc(50% - 10px);
}
.list-check4 li {
	line-height:1.6;
	text-align:left;
	font-size:18px;
}
.list-bnr li {
    width: calc(48% - 10px);
}
.list-bnr li a {
	font-size:14px;
	letter-spacing:1px;
	padding: 8px ;
}
.list-bnr li a span {
	font-size:10px;
	letter-spacing:normal;
}
.feature li {
	font-size:16px;
}
.feature li p {
	font-size:15px;
}
.feature2 li {
	width: calc(100% - 45px);
}
.vision {
	font-size:18px;
}
.vision span {
	font-size:24px;
	letter-spacing:1px;
	line-height:2;
}
.mtitle-big0 {
	font-size: 26px;
    text-align: center;
    letter-spacing: 0.2em;
    -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;
}
.topbox {
	margin:0;
	line-height:2;
    letter-spacing: 0.1em;	
}
.topbox h2 {
	font-size:18px;
	letter-spacing:0.1em;
	text-align:center;
}
.topbox h3 {
	text-align:center;
	margin:10px 0;
	font-size:26px;
}
.mtitle-big {
	font-size:22px;
	letter-spacing:normal;
}
.mtitle-big1 {
	font-size:30px;
	line-height:1;
	margin-top:5px;
}
.mtitle-big1 span {
	font-size:16px;
}
.mtitle-big2 {
	font-size:16px;
	letter-spacing:1px;
}
.mtitle-big2 span {
	font-size:22px;
}
.mtitle-big3 {
	font-size:28px;
}
.mtitle-big3 span {
	font-size:18px;
}
.mtitle-big4 {
	font-size: 20px;
}
.mtitle-big5 {
	font-size:26px;
}
.mtitle-big5 span {
	font-size:18px;
}
.mtitle-bg {
	font-size:16px;
}
.mtitle {
	font-size:18px;
    font-weight: 500;	
	letter-spacing:normal;
}
.mtitle1 {
	font-size:15px;
	padding:5px;
	letter-spacing:normal;
}
.mtitle2 {
	font-size:20px;
	padding:5px 0;
}
.mtitle-middle {
	font-size:20px;
	line-height:1.8;
}
.mtitle-middle2 {
	font-size:16px;
	line-height:1.8;
}
.mtitle-middle2 span {
	font-size:20px;
}
.mtitle-bl {
	font-size:18px;
}
.mtitle-line {
	font-size:18px;
	padding:5px 0;
}
.mtitle3 {
	font-size:20px;
}
.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;
}
.price {
	width:100%;
}
.price dt,
.price dd {
	line-height:1.6;	
}
#page-top {
   bottom: 55px;
   right: 5px;
}
/*ページ下ボタン（電話・マップ）*/
#sp_navi {
	display:block;
  background: #FFF;
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
#sp_navi li {
  font-size: 22px;
  display: block;
  width:33.33%;
  cursor: pointer;
  color: #333;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: 5px 0;
  font-weight:300;
}
#sp_navi li:nth-child(2) {
	/*background:#222;*/
}
#sp_navi li:nth-child(3) {
	/*background:#00b900;*/
}
#sp_navi li:nth-child(4) {
	/*background:#00b900;*/
}
#sp_navi li:nth-child(5) {
	/*color:#FFF;
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;*/
}
#sp_navi li span {
  font-size:10px;
  display: block;
  letter-spacing:0.5px;  
}
#sp_navi li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -999px;
}
}
/* 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: -260px;
	width: 260px;
	height: 100%;
	background:#f1bcab;
	z-index: 500;
	padding-top: 60px;
	-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:15px;
}
#drawernav ul li a{
	color: #111;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
#drawernav ul li a:hover{
	color: #fff;
	background: #222;
}
#drawernav ul li.phone a{
	color: #fff;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	border:1px solid #111;
	border-radius:10px;
	margin:10px auto;
	width:200px;
	text-align:center;
	font-size:16px;
	color:#111;
	background:#fff;
	font-weight:bold;
}
#drawernav ul li.phone a:hover {
	background:#EEE;
}
#drawernav img {
	display:block;
	width:90%;
	padding:5px 0;
	margin:0 auto;
}
#drawernav h4{
	padding: 0 15px; 
}
.icon-bar{
	height: 1px;
	background: #111;
	display: block;
	margin-bottom: 6px;
	-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: -260px;
	box-shadow: 1px 0 2px #000;
	-webkit-box-shadow: 1px 0 2px #000;
}
.drawer-opened .fixed-content{
	left: -260px;
}
.drawer-opened #drawernav{
	right: 0;
}
.drawer-opened #humberger .icon-bar{
	background: #111;
}
.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: -260px;
	position:fixed;
}