@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
    width: 100%;
	height:100%;
	color: #111;
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/	
    font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size:16px;
	line-height:1.8;
    margin: 0 auto;
	background:#FFF;
}
/*link*/
a:link,
a:visited,
a:hover {
	color:#111;
}
/*link*/
a:link {
	text-decoration: none;
}
/* title */
h1 {
}

.mtitle-box {
	border:2px solid #FFFF00;
	color:#333;
	text-align:center;
	padding: 2px 0;
	background:#FFFF00;
}
.mtitle {
	font-size:24px;
	font-weight:600;
	line-height:1.8;
	letter-spacing:1px;	
	color:#555;
	margin:10px 0;
}
.mtitle1 {
	background:#FF0000;
	color:#FFF;
	text-align:center;
	font-size:18px;
	font-weight:400;
	letter-spacing:0.1em;
	line-height:1.6;
	padding:5px 0;
}
.mtitle2 {
	background:#f5cdc0;
	text-align:center;
	font-size:26px;
	font-weight:500;
	letter-spacing:0.1em;
	line-height:1.6;
	padding:5px 0;
}
.mtitle2 span {
	font-size:0.8em;
}
.mtitle3 {
	font-size:26px;
	font-weight:600;
	letter-spacing:2px;
	text-align:center;
	position:relative;
}
.mtitle3 span {
	color:#dc5022;	
}
.mtitle3:before {
	content:"＼";
	margin-right:10px;
	padding-left:10px;
}
.mtitle3:after {
	content:"／";
	margin-left:10px;
	padding-right:10px;	
}
.mtitle4 {
	font-family: 'Raleway', sans-serif;
	font-size:32px;
	font-weight:500;
	letter-spacing:0.2em;
	margin:0 0 20px;
	color:#f5cdc0;
	line-height:1.8;
}
.mtitle4 span {
    font-size: 18px;
    color: #a97307;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.mtitle-check {
	padding-left: 1.5em;
	text-indent: -1.5em;
	padding-bottom:5px;
	font-size:24px;
	letter-spacing:1px;
	color:#333;
	font-weight:500;
	margin:20px 0 5px;
	text-align:left;
	overflow:hidden;
	border-bottom:#555 dashed 1px;
	line-height:1.6;
}
.mtitle-check:before {
	font-family:  "Font Awesome 5 Free";
	content:"\f0a9";
	margin-right:6px;
	padding-left:3px;
	color:#FF6622
}
.mtitle-bline {
    position: relative;
	line-height: 1.6;
    font-size:24px;
	font-weight:500;
    text-align:center;
    color:#f5cdc0;
    letter-spacing:1px;
	padding:0 0 10px;

}
.mtitle-bline span {
	font-size: 14px;
	color:#888;
}
.mtitle-bline:before {
    content: '';
    position: absolute;
    bottom:0px;
    display: inline-block;
    width: 100px;
    height: 2px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color:#a97307;
    border-radius: 2px;
}

.mtitle-bll {
	font-size:16px;
	border-bottom:2px solid #eee;
	color:#162133;
	background:#fff;
	position: relative;
	margin-bottom: 10px;
	text-indent:16px;
}
.mtitle-bll:after {
	position: absolute;
	font-family:  "Font Awesome 5 Free";
	content:"\f105";
	display: block;
	border-bottom: solid 2px #162133;
	bottom: -2px;
	width: 100px;
	text-indent:2px;
	color:#aaa;
}

.mtitle-bll span {
	background:#008db0;
	color:#555;
	font-weight:bold;
	border-radius:5px;
	font-size:13px;
	padding:5px 10px;
	margin-right:10px;
}

.mtitle-bl {
	background:#f2f2f2;
	color:#60410b;
	text-indent:1em;
	font-size:20px;
	overflow:hidden;
	font-weight:bold;
	border-left:2px solid #60410b;
	margin:0 0 5px;
	padding:3px 0;
	letter-spacing:1px;
}
.mtitle-bl span {
	background:#008db0;
	color:#fff;
	font-weight:bold;
	border-radius:5px;
	font-size:13px;
	padding:5px 10px;
	margin-right:10px;
}
.mtitle-bg {
	line-height:1.6;
	font-size:20px;
	background-color:#f5cdc0;
	color:#FFF;
	padding:5px;
	font-weight:300;
	text-indent:0.5em;
	margin:0;
}
.mtitle-bg:before {
	/*font-family:  "Font Awesome 5 Free";
	content:"\f073";
	margin-right:8px;
	padding-left:8px;
	color:#fff;
	font-size:20px;*/
}
.mtitle-line {
    border-top: 5px double #777;
    border-bottom: 5px double #777;
    font-weight: 400;
	font-size:24px;
	text-align:center;
	letter-spacing:0.1em;
	line-height:1.4;
	padding:10px 0;
	color:#555;
	margin-bottom:20px;
}
.mtitle-line span {
	font-size:0.8em;
	color:#333;
	font-weight:500;
}
/*head*/
@charset "UTF-8";
header {
  width: 100%;
  position:relative;
  z-index: 99999;
  background:#fcf0ec;
}
header.headscroll {
    position: fixed;
	background:rgba(252,240,236,0.8);
	transition: all .4s ease-out;
}
#headA {
  width: 100%;
}
#head {
  position: static;
  width:100%;
}
.logo {
	/*text-align:center;*/
	float:left;
	margin:20px 0 10px 10px;
}
.tel {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 12px 7px;
	background:#000;
}
.telbtn {
  /*float: left;*/
  font-weight:400;
  line-height: 1;
  text-align: right;
  font-family: 'Raleway', sans-serif;  
  color:#FFF;
  font-size:14px;
  letter-spacing: 0.1em;  
}
.telbtn span {
  font-weight: 900;
  font-size:20px;
}
.telbtn span:before {
  font-family: "FontAwesome";
  content: "";
  margin-right:5px;
}
#reserve-btn{
 position:fixed;
 right: 0;
 bottom: 40px;
 z-index: 99999999;
}
/*.fixed-btn*/
.fixed-btn {
  position: fixed;
  right: 0;
  top: 108px;
  border-radius: 8px 0 0 8px;
  z-index: 40;
  padding: 5px 30px 5px 10px;
  width: 160px;
  background-image: linear-gradient(to right, #fff, #fff, #ffc5d9);
  border: 2px solid #ff0033;
  border-right: 0;
  transform: translateX(20px);
  transition: transform 0.2s ease-in;
  z-index: 99999999;
}
.fixed-btn:hover {
  transform: translateX(0px);
}
.fixed-btn img {
	max-width:100%;
}
@media screen and (max-width: 800px) {
  .fixed-btn {
    display: none;
  }
}
/* mailbtn */
.mailbtn {
  float: right;
}
.mailbtn a {
  display: block;
  background: -moz-linear-gradient(-45deg, #d83838 50%, #60410b 50%);
  background: -webkit-linear-gradient(-45deg, #d83838 50%, #60410b 50%);
  background: linear-gradient(135deg, #d83838 50%, #60410b 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d83838", endColorstr="lighten(#60410b, 10%)",GradientType=1 );
  color: #FFF;
  font-family: "FontAwesome";
  font-size: 2rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
}
.mailbtn a:hover {
  background: #60410b;
}
#menu {
  float: right;
  /*padding: 5px 0 ;*/
  margin: 0px 10px 0 0;
}
#menu ul {
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#menu li {
  position: relative;
  flex: 1 0 auto;
  text-align: center;
  line-height: 1;
}
#menu li.icon {
  text-align: center;
  line-height: 1;
  margin:5px 5px 0 3px;
}
#menu li.icon a {
	padding:0;
	margin-top:35px;
	font-size:36px;	
}
#menu li.icon a:hover {
  text-decoration: none;
  /*color: #FFF;*/
  background-color:none;
}
#menu li a {
  padding:10px ;
  line-height:1.6;
  /*border-radius: 5px;*/
  /*background-color: #60410b;*/
  display: block;
  font-weight:400;
  font-size:15px;
  margin-top:45px;
  color:#000;
  /*text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;*/
}
#menu li a:hover {
  text-decoration: none;
  /*color: #FFF;*/
  background-color: #f0ecfc;
}
#menu li a span {
  display: block;
  font-size: 13px;
  color:#f5cdc0;
  font-weight:400;
  letter-spacing:normal;
}
#menu ul li ul {
  position: absolute;
  top: 60px;
  left: -1px;
  width: 200px;
  z-index: 100;
}
#menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 200px;
  height: 0;
  background: #fff;
  border-right: 1px solid #ddd;
  /* 	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 0px 0px;
   */
}
#menu ul li ul li a {
  display: block;
  width: 200px;
  color: #111;
  text-align: left;
  text-indent: 10px;
  font-size: 15px;
}
#menu ul li ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-right: 5px;
}
#menu ul li ul li a:link, #menu ul li ul li a:visited {
  color: #f3eede;
  font-weight: normal;
}
#menu ul li ul li a:hover {
  color: #f3eede;
  font-weight: normal;
  background: #f3eede;
  color: #fff;
}
#menu ul li:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 30px;
  z-index: 10;
}

/* dropdownmenu */
.menu ul li a:hover ul li {
  visibility: visible;
  overflow: visible;
  height: 30px;
  z-index: 10;
}

#menu * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#flashA {
	width:100%;
	margin-bottom:50px;
	position:relative;
}
#flash {
	width:calc(100% - 200px);
	/*max-width:1300px;*/
	height:85vh;
	overflow:hidden;
	margin-left:auto;
	position: relative;
	z-index:5555;
}
#flash img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.flashimg {
	position: absolute;
	left:100px;
	bottom:50px;
	line-height:1.6;
	letter-spacing:0.1em;
	z-index: 9999;
	font-size:30px;
	font-weight:600;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.flashimg span {
	color:#dc5022;
	font-size:1.5em;
}
/* singlepage */
#singlepage {
	padding:0 0 350px;
}
.single {
	width:96%;
	max-width:1000px;
	margin:0 auto;
	padding:40px 0;
	overflow:hidden;
}
.single2 {
	width:96%;
	margin:0 auto;
	padding:25px 0;
	overflow:hidden;
}
.single3 {
	width:98%;
	max-width:1300px;
	margin:0 auto;
	padding:50px 0;
	overflow:hidden;
}
.single4 {
	width:90%;
	max-width:1400px;
	margin:0 auto;
	padding:50px 0;
	overflow:hidden;
}
#singlepage section {
	width:1000px;
	margin:0 auto;
	padding:30px 0;
}
.textwrap {
	width:1000px;
	margin:0 auto;
	padding:50px 0;
	background:rgba(255,255,255,0.8);
}
.textwrap2 {
	width:1000px;
	margin:50px auto ;
	background:rgba(255,255,255,0.8);
}
.mt-pink2 {
	color:#147240;
	font-size:18px;
	font-weight:bold;
	margin:10px 0;
	border-bottom:1px solid #555;
}
.pbox {
	padding:20px;
	overflow:hidden;
}
.textwrap h1 {
	text-align:center;
	width:auto;
	margin:0 0 20px;
}
.rss {
	width: 710px;
	margin:0 auto;
	padding:0 0 25px;
}
.pprice {
	background:rgba(255,255,255,0.3);
	padding:1px 10px;
	overflow:hidden;
	font-size:15px;
	border-radius:10px;
	margin:5px 0;
}
.pprice b {
	color:#E0FF00;
}
.pprice:before {
	font-family:  "Font Awesome 5 Free";
	content:"\f140";
	color:#E0FF00;
	margin-right:5px;
}

.mtitle-x {
	font-size:25px;
	text-align:center;
	color:#484848;
	margin:20px 0 5px;
}

/*containar*/
#body {
	position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#containar {
	position: relative;
	width: 980px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	box-shadow:rgba(125, 125, 125, 0.5) 0px 0px 2px 2px;
}
#wrapA {
	width:100%;
}
#wrap {
	width: 1000px;
	padding: 20px 0px 280px;
	margin: 0 auto;
}

/* main */
#main {
	float: left;
	width: 710px;
}
.box {
	position:relative;
	width:90%;
	max-width:960px;
	padding:40px 40px 0 40px;
	overflow:hidden;
	margin:-5% auto 0;
	background:#FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
	z-index:5555;
}
.mbox {
	max-width:1000px;
	margin:20px auto;
	overflow:hidden;
}
.mbox0 {
	width:100%;
	margin:25px 0;
	overflow:hidden;
}
.mbox0 h3 {
	font-size:26px;
	color:#dc5022;
	font-weight:600;
	line-height:1.5;
	border-bottom:#dc5022 dashed 2px;
	padding-bottom:5px;
	margin-bottom:15px;
}
.mbox0 h3 span {
	font-size:1.4em;
}
.mbox02 {
	max-width:1200px;
	margin:40px auto;
	overflow:hidden;
	letter-spacing:0.2em;
	/*line-height:3;*/
}
.mbox02inner {
	/*margin-top:20px;*/
}	
.mbox1 {
	width:100%;
	max-width:1300px;
	margin:50px auto ;
	overflow:hidden;
	font-size:15px;
}
.mbox1 h3 {
	text-align:left;
	font-size:30px;
	font-weight:500;
	line-height:1.3;
	padding-bottom:5px;
	border-bottom:#AAA solid 1px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.mbox1 h4 {
	text-align:left;
	font-size:20px;
	line-height:1.6;
	margin:10px 0;
	font-weight:400;
	/*font-style:italic;*/
	letter-spacing:1px;
}
.mbox1 h5 {
	text-align:left;
	font-size:20px;
	margin:0;
	line-height:1.8;
	color:#FF0000;
}
.mbox1 h5 span {
	font-size:1.8em;
}
.mbox2 {
	max-width:960px;
	overflow:hidden;
	/*background:rgba(0, 0, 0, 0.1);*/
	padding:0;
	margin:0 auto 50px;
	background:#FFF;
	/*border:#CCC solid 1px;*/
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mbox2 img {
	max-width:100%;
}
.text {
	padding:15px;
}
.mbox2r {
	margin:30px auto;
	width:49%;
	max-width:1000px;	
	overflow:hidden;
	float:right;
	/*text-align:center;*/
}
.mbox2l {
	margin:30px auto;
	width:48%;
	max-width:1000px;	
	overflow:hidden;
	float:left;
	/*text-align:center;*/	
}
.mbox3 {
    padding:15px 20px;
	background:#FFF;	
    overflow: hidden;
	border: #dc5022 dashed 2px;
}
.mbox3 h4 {
	font-size: 26px;
	color: #dc5022;
	font-weight: 600;
	line-height: 1.5;
}
.mbox3 h4 span {
	font-size: 1.4em;
}
.mbox3 h5 {
	font-size:22px;
/*	text-align:center;*/
	font-weight:400;
}
.mbox4 {
    padding:20px;
    overflow: hidden;
	background:#fef8ec;
}
.mbox4 h4 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1;
	color: #FFF;
	letter-spacing: 0.2em;
	font-family: 'Raleway', sans-serif;
	text-align: center;
	margin-bottom:10px;
}
.mbox5 {
    padding:30px;
    overflow: hidden;
	background:rgba(255,255,255,0.8);
	border-radius:3px;
	/*border:#AAA 1px solid;*/
}
.mbox6 {
	padding: 20px ;
	border:#AAA 1px solid;
	overflow: hidden;
	background:#FFF;
}
.mbox7 {
	overflow:hidden;
	letter-spacing:0.2em;
	line-height:3;
}
.mbox8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing:1px;
  background:#FFF;
}
.mbox8 h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	color: #222;
	letter-spacing: 0.2em;
	font-family: 'Raleway', sans-serif;
	margin-bottom:15px;
}
.mbox8 h2 span {
	font-size:33px;
	color:#009dbf;
}
.mbox8 > div {
  width: 50%;
}
.mbox8 .imgbox {
	background:url(../img/imgbox.jpg);
	background-size:cover;
	background-position:center;
}
.mbox8 .imgbox2 {
	background:url(../img/imgbox2.jpg);
	background-size:cover;
	background-position:center;
}
.mbox8 .txt_area {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3em;
  background: #fff;
}

.mbox8 .info_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mbox8 .info_area li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  line-height: 1.2;
}

.mbox8 .info_area li:last-child {
  margin-right: 0;
}

.mbox8 .telephone {
  font-size: 24px;
  font-weight: 600;
}

.mbox8 .tel a {
  color: #111;
}

.mbox8 .map_box {
  padding-top: 70%;
}

.mbox8 .map_txt {
  background: #4c0d64;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .mbox8 {
    display: block;
  }

  .mbox8 > div {
    width: 100%;
	min-height:300px;
  }

  .mbox8 .txt_area {
    width: 100%;
    padding: 2em 1em;
    display: block;
	text-align: center;
  }

  .mbox8 .access_logo img {
    max-width: 140px;
  }

  .mbox8 .info_area li {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
.mbox8 h2 {
	font-size:26px;
	line-height:1.8;
	letter-spacing:0.1em;
}	
}
.lsingle {
	/*float:left;*/
	background:#111;
}
.rsingle {
	/*float:right;*/
	background:#222;
}
.lsingle,
.rsingle {
	padding:30px 0
	/*width:50%;*/
}
.lmain,
.rmain {
	width:90%;
	margin:20px auto;
}
/* footer */
/*totop*/
#page-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  z-index: 9999;
}
#page-top a {
  color: #FFF;
  font-size: 25px;
  font-family: 'FontAwesome';
  content: "\f102";
  text-decoration: none;
  padding: 0 15px 5px;
  text-align: center;
  display: block;
  background: #f5cdc0;
  border-radius: 50%;
  /*box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;*/
}
#page-top a:hover {
  background: #f0ecfc;
  text-decoration: none;
}
@media screen and (max-width:600px) {
#page-top a {
  font-size: 16px;
  padding: 0 10px 3px;
}	
}
/*-------------*/
#page-top2 {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 77%;
}
#page-top2 a {
    /*width: 250px;
	height:250px;*/
    color: #fff;
    /*background: url(../img/kaitori.png) no-repeat;*/
    /*border-radius: 50%;    
    padding: 30px 0;*/
    text-align: center;
    display: block;
	z-index:5555;
}
#page-top2:hover {
      text-decoration: none;
      color: #FFFFFF;
}
/*-------------*/
/* footer */
@charset "UTF-8";
/* footer */
footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: column;
  background:#f5cdc0;
  /*background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  background-image: url("../img/bg_foot.jpg");
  background-size:cover;*/
 /* border-top: 1px solid #555;*/
}

#footer {
	width:96%;
  max-width: 1000px;
  margin: 10px auto 0;
  padding-bottom:5px;
  font-size: 15px;
  text-align: center;
}
.ftext {
	font-size:14px;
	font-weight:300;
	text-align:center;
	letter-spacing:1px;
}
.logo-f {
	float:right;
	margin-top:10px;
	overflow:hidden;
}
.logo-f li {
	float:left;
	margin-left:20px;
}
.logo-f li a:link,
.logo-f li a:visited,
.logo-f li a:hover {
	color:#111;
	font-size:24px;	
}
.logo-f span {
	color:#555;
}
.logo-f h5 {
	font-size:20px;
	color:#60410b;
	font-weight:bold;
	border-bottom:#FFF solid 2px;
	margin:0 0 5px;
}
#footer address {
  margin-top: 5px;
  /*text-align:left;*/
  line-height:1.6;
  font-size:13px;
  letter-spacing:1px;
  font-weight:300;
}
#footer a:link,
#footer a:visited {
	/*color:#333;*/
}
/* fnavi */
#fnavi {
	width:100%;
  max-width: 1000px;
  margin:0px auto 0;
  border-bottom:1px #333 dashed;
  padding-bottom:5px;
}
#fnavi li {
  display: inline-block;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0 10px;
  font-size: 14px;
  letter-spacing:1px;
  font-weight: 300;
}
#fnavi li:before {
  font-family: 'FontAwesome';
    content: "\f0da";
  margin-right: 5px;
}
#fnavi li a:link, #fnavi li a:visited, #fnavi li a:hover {
  color: #111 !important;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  #fnavi {
    display: none;
  }
}
.mttl_icon {
  font-size: 2rem;
  font-weight: normal;
  color: #555;
  margin-bottom: 16px;
}
.mttl_icon i {
  margin-right: 16px;
  font-weight: 900;
  font-size: 2.5rem;
  background: #555;
  padding: 8px;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.bg1 {
  background: url(../img/sl1.jpg);
}

.mttl_point {
  color: #555;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 10px 0;
  padding: 3px 0;
}
.mttl_point span {
  background: #555;
  display: inline-block;
  padding: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  margin-right: 15px;
}

.copyright {
/*  text-align: left;*/
  padding: 5px 0 0;
  font-size: 9px;
  letter-spacing:1px;
  font-family: 'Raleway', sans-serif;
}
.logo_f {
  width: 100%;
  text-align: center;
  margin: 0 auto 16px;
}

@media screen and (max-width: 768px) {
  #fmenu-lg {
    display: none;
  }

  .logo_f {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  address {
    margin-top: 10px;
  }

  #footer {
    /*display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;*/
    width: 1000px;
    margin: 10px auto 0;
   /* font-size: 12px;*/
  }
}

@charset "UTF-8";
.contactbx {
  text-align: center;
  margin: 10px 0 ;
}
.contactbx li {
  display: inline-block;
  margin: 0 5px;
}
.contactbx a {
  width: 100%;
  display: block;
  text-decoration:none;
}
.contactbx li a:link, .contactbx li a:visited, .contactbx li a:hover {
  color: #FFF;
}
.contactbx li:hover {
  opacity: 0.8;
}
.contactbx .tl a {
  background: #00b900 ;
  line-height:1;
  width: 400px;
  font-weight: normal;
  padding:8px 0 12px;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 22px;
  border:1px solid #777;  
  border-radius:5px;
}
.contactbx .tl2 a {
  background: #60410b ;
  line-height:1;
  width: 400px;
  font-weight: normal;
  padding:8px 0 12px;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 22px;
  border:1px solid #777;
  border-radius:5px;  
}
.contactbx .ml a {
  background: #60410b;
  width: 400px;
  font-weight: 400;
  padding: 0;
  border-radius: 0px;
  border:1px solid #777;  
  letter-spacing: 1px;
  font-size: 20px; 
  border-radius:10px;
  font-family: 'Noto Sans JP', sans-serif;
}
.contactbx .ml2 a {
  background: #00b900;
  width: 400px;
  font-weight: 400;
  padding: 0;
  border-radius: 0px;
  border:1px solid #777;  
  letter-spacing: 1px;
  font-size: 20px; 
  font-family: 'Noto Sans JP', sans-serif;
}
.contactbx .tl a:before {
  /*font-family:  "Font Awesome 5 Free";
	content:"\f10b";
	margin-right: 10px;*/
}
.contactbx .tl2 a:before {
  font-family:  "Font Awesome 5 Free";
	content:"\f003";
  margin-right: 10px;
}
.contactbx .ml a:before {
  /*font-family:  "Font Awesome 5 Free";
	content:"\f003";
  margin-right: 15px;*/
}
.contactbx .ml a:link, .contactbx .ml a:visited,
.contactbx .ml2 a:link, .contactbx .ml2 a:visited {
  color: #FFF;
}
.contactbx .ml a:hover {
/*  color: #fff;*/
  background: #69d0e3;
}
.contactbx .ml2 a:hover {
/*  color: #fff;*/
  background: #028202;
}
.contactbx .tl a:link, .contactbx .tl a:visited {
  color: #FFF;
}
.contactbx .tl2 a:link, .contactbx .tl a:visited {
  color: #FFF;
}
.contactbx .tl a:hover {
/*  color: #fff;*/
  background: #00b900;
}
.contactbx .tl2 a:hover {
/*  color: #fff;*/
  background: #a5a6cd;
}
.mttl_contact {
    text-align: center;
    font-size: 2rem;
    /*line-height: 1.4;*/
    position: relative;
    letter-spacing: 1px;
	font-weight:500;
	margin-bottom:10px;
	font-family: 'Josefin Sans', sans-serif;
	color:#555;
}
.mttl_contact span {
    font-size: 1.4rem;
    color: #333;
	font-weight:400;	
    margin-left: 10px;
    border-left: 2px solid #333;
    padding-left: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 768px) {
  .contact {
    width: 90%;
    margin: 0 auto;
  }

  .mttl_contact {
    float: none;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
  }
  .mttl_contact span {
    font-size: 1.1rem;
    letter-spacing: 1px;
  }

  .contactbx {
    width: 90%;
    margin: 16px auto !important;
  }
  .contactbx li {
    display: block !important;
	margin: 0 0 10px;
  }
  .contactbx .tl a,
  .contactbx .tl2 a {
    display: block;
    width: 100% !important;
	font-size:18px;
  }
  .contactbx .ml a,
  .contactbx .ml2 a {
    display: block;
    width: 100% !important;
  }
}

/*TOPICS背景*/
.bg-wall {
	background:url(../img/wall.png);
	overflow:hidden;
}
.bg-wall2 {
	background-image: url(../img/wall2.webp),url(../img/wall22.webp);
    background-position: top left, right bottom;
    background-repeat:no-repeat;	
}
.bg-wall3 {
	background-image: url(../img/wall3.png),url(../img/wall33.png);
    background-position: top right, left bottom;
    background-repeat:no-repeat;	
}
.bg-wall4 {
	background-image: url(../img/wall4.png);
    background-position: bottom;
    background-repeat: repeat-x;	
}
.bg-01 {
	position: relative;
	padding:20px 0 0;
}
.bg-01:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    top: auto;
    bottom: 0;
    right: 0;
    opacity: .2;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#d5d5d4), to(#faf9f7));
    background-image: linear-gradient(to bottom, #d5d5d4 0%, #faf9f7 100%);*/
	background:#c5c3c3;
    z-index: -1;
}
.bg-02 {
	position: relative;
}
.bg-02:before {
    position: absolute;
    content: "";
    width: 35%;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    opacity: .5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#E7E7E7));
    background-image: linear-gradient(to bottom, #E7E7E7 0%, #E7E7E7 100%);
    z-index: -1;
}
/*テーブル*/
table {
	background:#fff;
}
table th {
	vertical-align: middle;
	padding: 5px 10px;
	font-weight:400;
	line-height: 1.5;
	border: #CCC 1px solid;
	text-align:left;
}
table td {
	padding: 5px 10px;
	vertical-align:middle;
	border: #aaa 1px solid;
	text-align:center;
	font-weight:500;
}
@media screen and (max-width:600px) {
table {
	font-size:13px;
}
}
/*vehicle*/
.vehicle {
	width:100%;
}
.vehicle th {
	width:50%;
}
/*fee*/
.fee {
    width: 99%;
	margin:0 auto;
}
.fee th {
	  background:#60410b;
	  color:#FFF;
  	padding: 8px 0;
	font-size:18px;
	width:20%;
}
.fee td.big {
	color:#333;
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
}
@media screen and (max-width: 640px){
  .fee {
    width: 98%;
  }
  .fee .thead {
    display: none;
  }
  .fee tr {
    width: 100%;
  }
  .fee td {
    display: block;
    text-align: center;
    width: 100%;
	padding:5px 0;
  }
  .fee th {
	  padding:5px 0;
  }
  .fee td:first-child {
    background: #60410b;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .fee td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
	width: 100%;
	text-align: center;
  }  
}
/*fee2 */
  .fee2 {
    width: 99%;
	margin:10px auto;
  }
  .fee2 th {
	  background:#60410b;
	  color:#FFF;
	  text-align:center;
	  padding: 5px 0;
	  font-weight:400;
  }
@media screen and (max-width: 640px) {
  .fee2 {
    width: 100%;
	font-size:15px;
  }	
  th {
    border-bottom: none;
  }
  td  {
    border-bottom: none;
  }
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .fee2 th {
    display: block;
    width:100%;
  }
  .fee2 td {
    display: block;
	padding:10px;	
    width: calc(100% - 22px);
  } 
}
/*新メールフォーム*/
.form {
	margin:10px 0 10px;
}
.form dt span {
	color:#fff;
	background:#FF0000;
	padding: 0 5px 0;
	margin-right:5px;
	font-size:10px;
	border-radius:2px;
	position:relative;
	top:-2px;
}
.form dl {
	margin:10px 0;
}
.form dt {
	float: left;
	width:250px;
	padding-top: 20px;
	margin-right:30px;
	text-align:right;
}
.form dd {
	padding-left:280px;
	padding-bottom: 20px;
	padding-top: 23px;
	/*line-height:1.8;*/
	border-bottom:1px solid #eee;
}
.form dd p {
	font-size:15px;
	padding-top:5px;
	color:#a97307;
}
.form dd a:link,
.form dd a:visited,
.form dd a:hover {
	color:#932e4b;
	font-weight:500;
}
.form dd:last-child {
	border-bottom:0px;
	margin-bottom:0px;
}
.textarea, textarea, .dropdown {
	border-radius:2px;
	border:1px solid #ddd;
}
.textarea {
	border-radius:2px;
	border:1px solid #ddd;
	height:30px;
	padding:0 5px;
}

.form button {
}
.form-button {
	padding:5px;
	border-radius:3px;
	text-align:center;
	margin:10px 0;
}
#mailform button {
	cursor:pointer;
	display: block;
	margin: 0 auto 5px;
	padding: 10px 0 10px;
	color: #222;
	text-align: center;
	width: 250px;
	border-radius: 5px;
	background:#f5cdc0;
	font-size: 16px;
	/*font-weight: bold;*/
}
#mailform button:before{
	/*font-family:  "Font Awesome 5 Free";
	content:"\f003";
	margin-right:6px;*/
}
#mailform button:hover {
    background-color:#CCC;
}
#mailform button *,
.form-button * {
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
/*RadioとText*/
label.radio_text {
	cursor       : pointer;
	position     : relative;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
}
label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #ccc;
	border-radius : 50%;
	left          : 0px;
	top           : 2px;
	content       : '';
	z-index       : 3;
}
label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 5px;
	background-color : #aaa;
	z-index          : 1;
}
label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 0px;
	margin     : 0px;
	box-shadow : 20px -1px #FFF;
}
label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #FFF;
}
/*CheckBoxとText */
label.checkbox_text {
	cursor       : pointer;
	position     : relative;
	padding-left : 25px;
	padding-bottom : 5px;	
	margin-right : 20px;
	overflow     : hidden;
	display      : inline-block;
	box-sizing   : border-box;
	line-height:1;
}
label.checkbox_text:before {
	content  : '';
	position : absolute;
	width    : 18px;
	height   : 18px;
	left     : 0px;
	top      : 0;
	border   : 1px solid #ccc;
	z-index  : 3;
}
label.checkbox_text:after {
	content           : '';
	position          : absolute;
	top               : 40%;
	left              : 5px;
	display           : block;
	margin-top        : -9px;
	width             : 8px;
	height            : 12px;
	border-right      : 3px solid #aaa;
	border-bottom     : 3px solid #aaa;
	transform         : rotate(45deg);
	z-index           : 1;
}
label.checkbox_text input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	left       : -40px;
	width      : 20px;
	height     : 20px;
	display    : block;
	box-shadow : 41px 0px #FFF;
	z-index    : 2;
	margin     : 0px;
	padding    : 0px;
}
label.checkbox_text input[type="checkbox"]:checked {
	box-shadow : none;
}
label.checkbox_text input[type="checkbox"]:checked:focus {
	box-shadow : 40px 0px #666;
	opacity    : 0.1;
}
label.checkbox_text input[type="checkbox"]:focus {
	box-shadow : 41px 0px #EEE;
}
.fm-text {
	padding:10px;
	font-size:13px;
	margin:10px 0;
	text-align:center;
}
/* /新メールフォーム */
/*枠*/
.tbox {
    padding: 15px 20px;
}
/*枠*/
.topbox {
	/*width: 660px;*/
    padding: 0;
    margin:0 0 0 30px;
    letter-spacing: 0.2em;
    line-height: 2.2;
	max-width:900px;
	overflow:hidden;
}
.topbox h2 {
	color:#222;
	font-size:30px;
	font-weight:normal;
	line-height:1.6;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing:0.2em;
	margin-bottom:20px;
}
.topbox h2 span {
	font-size:2em;
}
.topbox h3 {
	font-size:30px;
	font-weight:400;
	color:#555;
	letter-spacing:0.2em;
	font-family: 'Raleway', sans-serif;
}
.topbox h4 {
	font-size:24px;
	font-weight:normal;
	color:#D10000;
	margin:10px 0 20px;
	text-align:left;
}
/*フォトギャラリー*/
.photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo li {
  width: calc(100%/3 - 30px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 15px 25px;
}
.photo a {
  display: block;
}

.photo img {
  width: 100%;
  margin-bottom:5px;
}
.photo li h3 {
	font-weight:500;
	color:#444;
}
.photo p {
  line-height: 1.5;
  font-size:14px;
}
.kayou span {
  font-size:13px;
  padding:3px 10px;
  border-radius:5px;
  letter-spacing:1px;
  margin-right:5px;
}
.tugaku {
	background:#c0f5cd;
}
.online {
	background:#cdc0f5;	
}
.mon {
	background:#dbf1ef;	
}
.tue {
	background:#FDCDB7;	
}
.wed {
	background:#9FD9F6;	
}
.thu {
	background:#ead4c8;	
}
.fri {
	background:#fff9b3;	
}
.sat {
	background:#B3CDE3;	
}
.sun {
	background:#FBB4C4;	
}
@media screen and (max-width: 800px) {
  .photo li {
    width: calc(100%/2 - 20px);
    margin: 0 10px 20px;
  }

  .photo:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .photo li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.photo2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo2 li {
  width: calc(100%/4 - 20px);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px 10px;
}

.photo2 a {
  display: block;
  padding-bottom: 80.25%;
  height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}

.photo2 img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.photo2 li h3 {
	font-weight:500;
	color:#444;
}
.photo2 p {
  line-height: 1.5;
  font-size:14px;
}
@media screen and (max-width: 767px) {
  .photo2 li {
    width: calc(100%/2 - 10px);
    margin: 0 5px 5px;
  }

  .photo2:nth-child(2n) {
    margin-right: 0;
  }

  .photo2 p {
    font-size: 12px;
  }
}
.photo3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo3 li {
  width: calc(100%/3 - 20px);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 10px 10px;
}

.photo3 a {
  display: block;
  padding-bottom: 80.25%;
  height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 3px;
}

.photo3 img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.photo3 li h3 {
	font-weight:500;
	color:#444;
}
.photo3 p {
  line-height: 1.5;
  font-size:14px;
}
@media screen and (max-width: 767px) {
  .photo3 li {
    width: calc(100%/2 - 10px);
    margin: 0 5px 5px;
  }

  .photo3:nth-child(2n) {
    margin-right: 0;
  }

  .photo3 p {
    font-size: 12px;
  }
}
/* list-check */
.list-check {
	overflow:hidden;
	font-weight:400;
	margin:10px 0;
	color:#333;
}
.list-check li:before {
	font-family:  "Font Awesome 5 Free";
	content:"\f0a9";
	margin-right:8px;
	padding-left: 5px;
	color:#dc5022;
}
.list-check li {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: dashed 1px #888;
	margin-bottom:10px;
	font-size:22px;
	font-weight:600;
	text-align:center;
}
.list-check li p {
	font-size:15px;
	font-weight:300;
	letter-spacing:normal;
	padding-left:0;
}
.list-check li img {
	float:right;
}
/* list-check */
.list-check2 {
	padding:5px 0;
	font-weight:bold;
	overflow:hidden;
}
.list-check2 li:before {
	font-family:  "Font Awesome 5 Free";
	content:"\f046";
	margin-right:10px;
	font-weight:normal;
	color:#FFF;
}
.list-check2 li {
	float:left;
	width:calc(32% - 20px);
	margin:0 1% 10px 0;
	font-size:18px;
	background:#60410b;	
	color:#FFF;
	border-radius:5px;
	padding-left:10px;
}
/* list-check3 */
.list-check3 {
	padding:5px 0;
	overflow:hidden;
	font-weight:bold;
}
.list-check3 li:before {
	font-family:  "Font Awesome 5 Free";
	content:"\f046";
	margin-right:10px;
	font-weight:normal;
	color:#FFF;
}
.list-check3 li {
	float:left;
	width:calc(33% - 10px);
}
/* list-check4 */
.list-check4 {
	overflow:hidden;
	font-weight:600;
	margin:10px 0;
	text-align:center;
}
.list-check4 li {
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: dashed 1px #888;
	font-size:22px;
	margin-bottom:15px;
	letter-spacing:1px;
}
.list-check4 li:before {
	font-family:  "Font Awesome 5 Free";
	content:"\f046";
	margin-right:8px;
	padding-left: 5px;
	color:#555;
}
.list-check4 li span {
	color:#D10000;
	font-size:1.1em;
}
.list-check4 li p {
	font-weight:normal;
	color:#333;
	font-size:16px;
}
/*.list-bnr*/
.list-bnr {
/*  margin: 20px auto;*/
  font-size:18px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.list-bnr li {
  width: calc(31% - 10px);
  background:#111;
  margin-bottom: 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 0 0;
}
.list-bnr li:before {
	font-family:  "Font Awesome 5 Free";
	content:"\f101";
	font-weight: 900;
	content: "";
	/*margin-right: 5px;*/
  position: absolute;
  left: 90%;
  bottom: 25%;
  color: #FFF;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  
}
.list-bnr li:hover:before {
  left: 92%;
}
.list-bnr li a {
  width: 100%;
  height: 100%;
  display: block !important;
  padding:8px 13px;
  font-family: 'Raleway', sans-serif;
  font-weight:500;
  letter-spacing:0.24em;  
  text-decoration:none;
  font-size:20px;
}
.list-bnr li a span {
	font-size:13px;
	letter-spacing:2px;
}
.list-bnr li a:link, .list-bnr li a:visited, .list-bnr li a:hover {
  color: #FFF;
}
.list-bnr li:hover {
  background: #555;
}
.list-bnr li:nth-child(3n+2):last-child {
  /*margin-right: 33.4%;*/
}
/*.list-bnr2*/
.list-bnr2 {
/*  margin: 20px auto;*/
  font-size:18px;
  font-weight: 500;
  overflow: hidden;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;  
}
.list-bnr2 li {
  width: calc(50% - 10px);
    background:#178524;
  margin-bottom: 15px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.4) 4px 4px 0 0;
}
.list-bnr2 li:before {
	font-family:  "Font Awesome 5 Free";
	content:"\f101";
	font-weight: 900;
	content: "";
	/*margin-right: 5px;*/
  position: absolute;
  left: 90%;
  bottom: 25%;
  color: #FFF;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  
}
.list-bnr2 li:hover:before {
  left: 92%;
}
.list-bnr2 li a {
  width: 100%;
  height: 100%;
  display: block !important;
  padding: 13px;
  font-weight:400;
  text-decoration:none;
}
.list-bnr2 li a span {
	font-size:0.8em;
	letter-spacing:1px;
	font-style:italic;
	color:#babff6;
}
.list-bnr2 li a:link, .list-bnr2 li a:visited, .list-bnr2 li a:hover {
  color: #FFF;
}
.list-bnr2 li:hover {
  background: #88AAFF;
}
.list-bnr2 li:nth-child(3n+2):last-child {
  /*margin-right: 33.4%;*/
}
/* list-pdf */
.list-pdf {
	overflow:hidden;
	margin:5px 0;
	font-weight:bold;
	font-size:14px;
}
.list-pdf li:before {
	content:url(../img/icon_pdf.gif);
	margin-right:6px;
}
.list-pdf li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
}
.list-photo {
	overflow:hidden;	
}
.list-photo li {
	width:calc(100% - 22px);
	border:#AAA 1px solid;
	padding:10px;
	margin-bottom:15px;
}
.list-photo li img {
	width:100%;
}
/* linkbtn */
.linkbtn {
	width:100%;
	margin:10px 0;
}
.linkbtn ul {
	margin-right:-20px;
	margin-bottom: -20px;
}
.linkbtn li {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.linkbtn li a {
	display:block;
	width:333px;
	height:40px;
	line-height:40px;
	background:#ff9bc8;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
}
.linkbtn li a:link,
.linkbtn li a:visited,
.linkbtn li a:hover {
	color:#fff;
	text-decoration:none;
}
.linkbtn li a:hover {
	background:#ffc8e1;
}
.linkbtn li a:before {
	font-family:  "Font Awesome 5 Free";
	content:"\f0a9";
	margin-right:10px;
}
.linkbtn * {
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
/*FAQ*/
.faq {
}
.faq dt {
	padding:5px 5px 0px 2px;
	color:#60410b;
	font-weight:normal;
	border-bottom:1px dotted #aaa;
	margin-bottom:10px;
	font-size:16px;
}
.faq dt:before {
	font-family:  "Font Awesome 5 Free";
	content:"\f059";
	margin-right:8px;
	font-size:20px;
	color:#60410b;
}
.faq dd {
	margin-bottom:20px;
	background:#fffef4;
	padding:10px;
}
.faq dd:before {
	/*content:"A.";
	margin-right:5px;
	color:#FF0000;
	font-weight:bold;
	font-size:20px;*/
}
.cbtn {
	width:350px;	
	margin:15px auto 0;
}
.cbtn a{
	text-align:center;
	width:100%;
	display:block;
	padding:0;
	letter-spacing:0.1em;
	background: #f5cdc0;
	/*border:1px solid #333;*/
	font-size:16px;
	font-weight:500;
	border-radius:10px;
}
.cbtn a:link,
.cbtn a:visited {
	color: #111;
	text-decoration:none;
}
.cbtn a:hover{
	color: #FFF;
	background:#222;
	text-decoration:none;
}
.cbtn a span {
	font-size:0.8em;
}
.cbtn1 {
	margin:15px 0;
}
.cbtn1 a{
	text-align:center;
	padding:5px 30px;
	font-weight:400;
	letter-spacing:0.1em;
	background: #dc5022;
	color:#FFF;
	font-size:16px;
	border-radius:5px;
}
.cbtn1 a:hover{
	background:#555;
}
.cbtn1 a:before {
 	/*font-family:  "Font Awesome 5 Free";
	content:"\f105";
	margin-right:10px;*/
 }

/*.cbtn2*/
.cbtn2 {
	width:300px;	
	margin:15px 0 0;
}
.cbtn2 a{
	/*text-align:center;*/
	display:block;
	font-weight:300;
	letter-spacing:1px;
	font-size:15px;
	border:1px solid #AAA;
	padding-left:20px;	
	/*border-radius:10px;*/
}
.cbtn2 a:link,
.cbtn2 a:visited {
	color: #333;
	text-decoration:none;
}
.cbtn2 a:hover{
	color: #FFF;
	background:#333;
	text-decoration:none;
}
.cbtn2 a:before {
 	/*font-family:  "Font Awesome 5 Free";
	content:"\f105";
	margin-right:10px;*/
 }
.cbtn2 a span {
	font-size:0.8em;
}
/*.cbtn3*/ 
.cbtn3 {
	width:100%;
	max-width:600px;
	margin:20px auto 10px;
}
.cbtn3 a {
	text-align:center;
	display:block;
	font-weight:600;
	background:#dc5022;
	font-size:24px;	
	padding:0 0 5px;
	border-radius:25px;
	letter-spacing:0.1em;
}
.cbtn3 a:link,
.cbtn3 a:visited{
	color: #FFF;
	text-decoration:none;
}
.cbtn3 a:hover {
	background:#dcad22;
	text-decoration:none;
	/*border: 1px solid #FFF;*/
}
/*.cbtn4*/
.cbtn4 {
	width:100%;
	max-width:400px;	
}
.cbtn4 a {
	font-weight:normal;
	border:#111 1px solid;
	text-align:center;
	margin:15px 0 0;
	display:block;
}
.cbtn4 a:link,
.cbtn4 a:visited {
	color: #222;
	text-decoration:none;
}
.cbtn4 a:hover{
	background:#CCC;
}
.cbtn4 a:before {
 	font-family:  "Font Awesome 5 Free";
	content:"\f101";
	margin-right:5px;
}
/* 背景100% */
.bg-title1 {
	background-image:url(../img/bg-title1.jpg);
}
.bg-title2 {
	background-image:url(../img/bg-title2.jpg);
}
.bg-title3 {
	background-image:url(../img/bg-title3.jpg);
}
.bg-title4 {
	background-image:url(../img/bg-title4.jpg);
}
.bg-title5 {
	background-image:url(../img/bg-title5.jpg);
}
.bg-title6 {
	background-image:url(../img/bg-title6.jpg);
}
.bg-title7 {
	background-image:url(../img/bg-title7.jpg);
}
.bg-title8 {
	background-image:url(../img/bg-title8.jpg);
}
.bg-title9 {
	background-image:url(../img/bg-title9.jpg);
}
.bg-title1 {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	padding:50px 0;
	min-height:250px;
	margin:0;	
	overflow:hidden;
}
.bg-title2 {
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:scroll;
	padding:20px 0;
	margin:0;
}
.bg-title3 {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	padding:50px 0;
	overflow:hidden;
}
.bg-title4,
.bg-title5,
.bg-title6,
.bg-title7,
.bg-title8 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: scroll;
    padding: 70px 0;
    min-height: 50px;
    overflow: hidden;
}
.bg-title9 {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	padding:70px 0;
	min-height:300px;
	margin:0;	
	overflow:hidden;
}
.bg-title1:hover,
.bg-title2:hover,
.bg-title3:hover,
.bg-title4:hover,
.bg-title50hover,
.bg-title6:hover,
.bg-title7:hover,
.bg-title8:hover,
.bg-title9:hover  {
	z-index:9999;
}
@media screen and (max-width:1200px) {
.bg-title1,
.bg-title2,
.bg-title3,
.bg-title9 {
	background-attachment: scroll;
	min-height: 150px;
  }
.bg-title4,
.bg-title5,
.bg-title6,
.bg-title7,
.bg-title8 {
    /*padding: 160px 0 10px;*/
}   
}
@media screen and (max-width:800px) {
.bg-title1,
.bg-title2,
.bg-title3,
.bg-title9 {
	background-attachment: scroll;
	min-height: 150px;
  } 
.bg-title4,
.bg-title5,
.bg-title6,
.bg-title7,
.bg-title8 {
    background-attachment: scroll;	
    padding: 30px 0 ;
}   
}
@media screen and (min-width : 320px) and (max-width: 480px) {
.bg-title1 {
	min-height:250px;
	padding:0;
}
.bg-title2,
.bg-title3,
.bg-title9 {
	/*padding:15px 0;*/
	background-attachment: scroll;
	min-height: 150px;
  }
.bg-title4,
.bg-title5,
.bg-title6,
.bg-title7,
.bg-title8 {
    padding: 25px 0;
	margin:0;
} 
}
.vision {
	font-size:22px;	
	letter-spacing: 0.24em;
	line-height: 3;
	font-weight:normal;
	font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.vision span {
	font-size: 1.8em;
	font-weight:normal;
	line-height:2;
}
.mtitle-big0 {
	/*font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Sawarabi Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	font-family: 'Raleway', sans-serif;
    font-size: 60px;
	font-weight:300;
    letter-spacing: 0.4em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.4;
	margin-top:10px;
	padding:0px 30px;
	color:#777;
	/*background:#60410b;*/
	/*font-weight:normal;*/
}
.mtitle-big0 span {
	font-size:0.8em;
	letter-spacing:0.1em;
	color:#555;	
}
.mtitle-big {
	font-size:28px;
	letter-spacing:0.1em;
	text-align:center;
	line-height:1.5;
	font-weight:600;
}
.mtitle-big span {
	color:#dc5022;
	font-size:26px;
	letter-spacing:1px;
}
.mtitle-big1 {
	font-size:50px;
	line-height:0.8;
	letter-spacing:0.2em;
	font-weight:400;
	color:#444;
}
.mtitle-big1 span {
	font-size:24px;
	letter-spacing:0.1em;
	color:#111;
}
.mtitle-big2 {
	font-size:22px;
	text-align:center;
	font-weight:600;
	color:#dc5022;
	letter-spacing:0.1em;
	line-height:1.5;
	margin-bottom:5px;
}
.mtitle-big2 span {
	font-size:1.4em;

}
.mtitle-big3 {
	font-size:32px;
	font-weight:500;
	line-height:1;
	color:#FFF;
	letter-spacing:0.2em;
	font-family: 'Raleway', sans-serif;
	text-align:center;
}
.mtitle-big3 span {
	font-size:18px;
}
.mtitle-big4 {
    font-size: 30px;
	text-align:center;
	color: #555;
	line-height:1.5;
	letter-spacing:0.1em;
	font-weight:500;
	/*font-family: 'Raleway', sans-serif;*/
/*    text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;*/
}
.mtitle-big4 span {
	font-size:0.9em;
	letter-spacing:1px;
}
.mtitle-big5 {
	font-size:32px;
	font-weight:500;
	line-height:1;
	color:#f5cdc0;
	letter-spacing:0.2em;
	font-family: 'Raleway', sans-serif;
	text-align:center;
}
.mtitle-big5 span {
	font-size:18px;
	color:#a97307;
	letter-spacing:0.12em;
	font-weight:bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;	
}
.mtitle-middle {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-bottom: 1px solid #AAA;
/*	padding-bottom:5px;*/
	font-size:26px;
	font-weight:normal;
	/*text-align:left;*/
	line-height:1.4;
	color:#392e1e;
}
.mtitle-middle span {
	font-size:0.8em;
	color:#777;	
}
.mtitle-middle:first-letter {
    font-size: 1.3em;
	/*color:#CCC;*/
	padding-right:3px;
}
.mtitle-middle2 {
	border-bottom: 1px solid #777;
	padding-bottom:5px;
	font-size:18px;
	color:#666;
	line-height:1.4;
	letter-spacing:0.1em;
	font-weight:400;
}
.mtitle-middle2 span {
	color:#444;
	font-size:22px;
}
.mtitle-middle2:first-letter {
    /*font-size: 1.2em;
	color:#f97233;*/
}
.mtitle-middle2:before {
 	/*font-family:  "Font Awesome 5 Free";
	content:"\f0a9";
	margin-right:5px;
	font-style:normal;
	padding-left:3px;*/
}
.mtitle-price {
	font-size:20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	color:#FF0000;
	font-weight:600;
	letter-spacing:1px;
	text-align:center;
	margin-top:5px;
}
.mtitle-price span {
	font-size:2.2em;
	padding:0 2px;
	font-weight:700;	
	/*font-style:italic;*/
}
.mtitle-price2 {
	font-size:22px;
	letter-spacing:1px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#d70f0f;
	line-height:1.6;
	font-weight:600;
	margin-bottom:10px;
}
.mtitle-price2 span {
	font-size:1.2em;
}
.mtitle-cap {
	color:#111;
	font-size:22px;
	margin-bottom:10px;
	line-height:1.6;
	border-bottom:#111 1px dashed;
	padding-bottom:5px;
}
.mtitle-cap span {
	font-size:1.2em;
	color:#60410b;
}
.mtitle-cap2 {
	/*position: relative;*/
	border-bottom: 1px dashed #555;
	padding-bottom:5px;
	margin:0px 0 10px;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	line-height:1.2;
	color:#222;
	letter-spacing:1px;
}
.mtitle-cap2 span {
	font-size:0.8em;
	color:#555;
}
.mtitle-cap2:first-letter {
    font-size: 1.4em;
	color:#60410b;
	padding-right:2px;
}
/* listFlow */
.listFlow {}
.listFlow li {
	margin-bottom:9px;
	padding-bottom:9px;
	background:transparent url("../img/bg_listflow.png") 42px 100% no-repeat;
	overflow:hidden;
}
.listFlow .lastItem {
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}
.listFlow dl {
	display:table;
	width:100%;
}
.listFlow dl dt {
	display:table-cell;
	padding:10px 0;
	border:1px solid #60410b;
	width:20%;
	background:#60410b;
	font-size:20px;
	color: #FFF;
	text-align:center;
	vertical-align:middle;
	line-height:1.2;
	border-radius:5px 0 0 5px;
}
.listFlow dl dt .num {
	display:block;
	font-size:21px;
	font-size:1.8em;
}
.listFlow dl dd {
	display:table-cell;
	padding:15px 20px;
	border-top:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	vertical-align:middle;
	border-radius:0 5px 5px 0;
	background:#FFF;
	color:#333;
	font-size:16px;
}
.listFlow h4 {
	/*color: #008AD3;*/
	color: #333;
	background: #fff;
	font-weight: normal;
	line-height:2;
	padding: 0 0 3px 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	_zoom: 1;
	overflow: hidden;
}
.listFlow dl dd img {
	width:250px;
}
/*.listFlow2*/
.listFlow2 {
	width:100%;
	margin:20px 0;
}
.listFlow2 li {
margin-bottom:5px;
	/*	padding-bottom:9px;*/
}
.listFlow2 .lastItem {
	margin-bottom:0;
	padding-bottom:0;
	background:none;
}
.listFlow2 dl {
	display:table;
	width:100%;
}
.listFlow2 dl dt {
	display:table-cell;
	padding:10px 0;
	border:1px solid #c8c8c8;
	width:20%;
	background: #dc5022;
	color:#FFF;
	font-weight:500;
	text-align:center;
	vertical-align:middle;
	line-height:1.6;
}
.listFlow2 dl dt .num {
	display:block;
	font-size:21px;
	font-size:1.32rem;
}
.listFlow2 dl dd {
	display:table-cell;
	padding:15px 20px;
	border-top:1px solid #c8c8c8;
	border-right:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
	vertical-align:middle;
	background-color:rgba(255,255,255,1.00);
	color:#333;
}
.listFlow2 dl dd h3 {
	font-size:18px;
	font-weight:500;
	margin:0 0 10px;
}
.listFlow2 dl dd a:link,
.listFlow2 dl dd a:visited{
	color:#FF0000;
	font-weight:500;
	text-decoration:underline;
}
.beigebox {
	background:#fbf7e8;
	padding:10px;
	margin:15px 0 0;
	overflow:hidden;
}
.beigebox h4 {
	font-size:18px;
	font-weight:500;
	letter-spacing:1px;
	color:#555;
	border-bottom:1px dashed #AAA;
	margin:0 0 10px;	
}
.timeline > li {
	overflow: hidden;
	margin: 0;
	position: relative;
}
.timeline-date {
	width: 130px;
	float: left;
	text-align:left;
	margin-top: 10px;
	color:#60410b;
	font-weight: bold;
}
.timeline-content {
	width: 75%;
	float: left;
	border-left: 3px #ccc solid;
	padding: 10px 0 10px 30px;
}
.timeline-content:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #60410b;
	position: absolute;
	left: 126px;
	top: 17px;
	border-radius: 100%;
}
/*一日の流れ*/
.day_flow {
	font-weight:400;
}
.day_flow dt {
    background-color: #f4f0eb;
    color: #555;
    padding: 5px 15px;
    font-weight: 500;
	font-size:22px;
    border-radius: 3px;
}
.day_flow dd {
    border-left: 4px dotted #CCC;
    margin-left: 25px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.day_flow dd:last-child {
    border: none;
}
@media screen and (max-width: 600px) {
.day_flow dt {
	font-size:18px;
}
}
.feature {
}
.feature li {
    font-size: 24px;
	font-weight:600;
    letter-spacing: .1em;
    border-bottom: 1px dashed #555;
    padding: 15px 0 15px 60px;
    position: relative;
}
.feature li span {
	font-size:1.2em;
	padding-left:3px;
	color:#FF6622;
}
.feature li p {
	font-size:16px;
	font-weight:400;
	letter-spacing:normal;
}
.feature li:before {
  content: "";
  display: block;
  background-image:url(../img/point-1.png);
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  background-size: contain;
  margin: auto;
  top: 0;
  bottom: 0;
}
.feature li:nth-child(2):before {
  background-image: url(../img/point-2.png);
}
.feature li:nth-child(3):before {
  background-image: url(../img/point-3.png);
}
.feature li:nth-child(4):before {
  background-image: url(../img/point-4.png);
}
.feature li:nth-child(5):before {
  background-image: url(../img/point-5.png);
}
.feature li:nth-child(6):before {
  background-image: url(../img/point-6.png);
}
.feature li:nth-child(7):before {
  background-image: url(../img/point-7.png);
}
.box_styleE {
  position: relative;
  margin: 70px 0;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow:hidden;
}

.box_styleE:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-bottom: 0;
  width: 50%;
  height: 100%;
  background: url(../img/bg_E.jpg) no-repeat center;
  background-size: cover;
}
.box_styleE.service:before {
  background: url(../img/bg_service.jpg) no-repeat center;
  background-size: cover;
}
.box_styleE.unso:before {
  background: url(../img/bg_unso.jpg) no-repeat center;
  background-size: cover;
}
.box_styleE.home:before {
  background: url(../img/bg_home.jpg) no-repeat center;
  background-size: cover;
}
.box_styleE:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  /*-webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);*/
  width: 50%;
  height: 100%;
}
.box_styleE.service:after {
  -webkit-transform:none;
  -ms-transform: none;
  transform:none;
}

.box_styleE .inner {
  width: 44%;
  margin-left: auto;
}
.box_styleE .inner h3 {
	font-size:22px;
	letter-spacing:2px;
	line-height:1.8;
	font-weight:600;
	color:#17406d;
	border-bottom:#AAA dashed 1px;
	margin:10px 0;
}
.box_styleE .inner h5 {
	font-size:40px;
	letter-spacing:0.1em;
	line-height:1.6;
	font-weight:600;
	color:#dc5022;	
	margin:15px 0;
}
@media screen and (max-width: 1024px) {
.box_styleE:before {
	width:75%;
}
.box_styleE .inner {
  width: 40%;
}
}
@media screen and (max-width: 800px) {
  .box_styleE {
    margin: 2em 0 0;
    display: block;
	min-height:200px;
  }

  .box_styleE:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 30vh;
    background: url(../img/bg_E.jpg) no-repeat center center;
    background-size: cover;
  }
  .box_styleE.service:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 30vh;
    background: url(../img/bg_service.jpg) no-repeat center center;
    background-size: cover;
  }  
  .box_styleE.unso:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 30vh;
    background: url(../img/bg_unso.jpg) no-repeat center center;
    background-size: cover;
  }  
  .box_styleE.home:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 30vh;
    background: url(../img/bg_home.jpg) no-repeat center center;
    background-size: cover;
  }    
  .box_styleE:after {
    content: inherit;
  }
  .box_styleE .inner {
    width: 100%;
  }
  .box_styleE .inner h5 {
	  font-size:26px;
  }
}
@media screen and (max-width: 600px) {
.box_styleE .inner h3 {
	font-size:20px;
	margin:15px 0;
}	
  .box_styleE .inner h5 {
	  font-size:20px;
	  letter-spacing:1px;
  }	
}
.box_styleF {
  position: relative;
  margin: 70px 0;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box_styleF:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  margin-bottom: 0;
  width: 62%;
  height: 100%;
  background: url(../img/bg_F.jpg) no-repeat center;
  background-size: cover;
}
.box_styleF.wood:before {
  background: url(../img/bg_wood.jpg) no-repeat center;
  background-size: cover;
}
.box_styleF:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right:55%;
  z-index: -1;
  /*-webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);*/
  width:55%;
  height: 100%;
  background: #fff;
}

.box_styleF .inner {
  width:30%;
  margin-right: auto;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;	
	line-height:3;
	letter-spacing:0.1em;
	font-size:18px;
}
.box_styleF .inner h5 {
	font-size:26px;
	font-weight:600;
	letter-spacing:0.2em;
	color:#AAA;
	/*font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, serif;*/
}
.box_styleF .inner h5 span {
	font-size:36px;
	font-weight:normal;
	letter-spacing:0.25em;	
	color:#222;
	font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, serif;
}
.box_styleF .content_box_image {
	  width:30%;
	  margin-right: auto;
	  text-align:right;
	  margin-bottom:30px;
	
}
@media screen and (max-width: 1100px) {
/*.box_styleF .inner {
    width: 39%;
}
.box_styleF .content_box_image {
	margin-left:60px;
}*/
}
@media screen and (max-width: 800px) {
  .box_styleF {
    margin: 2em 0 0;
    display: block;
	min-height:200px;	
  }
  .box_styleF:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 48vw;
  }
  .box_styleF.wood:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 30vh;
    background: url(../img/bg_wood.jpg) no-repeat center center;
    background-size: cover;
  }  
  .box_styleF:after {
    content: inherit;
  }	
  .box_styleF .inner {
    width: 90%;
	margin:0 auto;
	font-size:16px;
	-ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;	
  }
  .box_styleF .inner h5 {
	font-size:20px;
	}
	.box_styleF .inner h5 span {
	font-size:30px;
	}
	.box_styleF .content_box_image {
    width: 40%;
	margin:0 auto;
	text-align:right;
	}
}
@media screen and (max-width: 600px) {
  .box_styleF .inner {
    width:100%;
	-ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
	line-height:2.2;
	font-size:15px;
  }
.box_styleF .inner h5 {
	font-size:18px;	
	color: #555;
}
.box_styleF .inner h5 span {
	font-size:24px;	
	letter-spacing:0.1em;	
}
.box_styleF .content_box_image {
	width:100%;
	margin:0;
	text-align:center;
}
}
.content_box {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 800px) {
  .content_box {
    padding: 30px 0;
    width: 90%;
  }
.box_styleE .content_box {
    padding: 30px 0;
    width: 90%;
	text-align:center;	
  } 
}
/*.feature-dl*/
.feature-dl {
	width:94%;
	margin:0 auto;
}
.feature-dl .inner {
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  padding: 20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin-bottom:30px;
  align-items: flex-start;
}
.feature-dl .inner dt {
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0.2em;
  color: #FFF;
  position: relative;
  z-index: 1;
  font-style: italic;
  font-weight:500;
}
.feature-dl .inner dt:before {
  position: absolute;
  content: "";
  left: -30px;
  top: 0;
  width: 140%;
  height: 50px;
  background: #dc5022;
  z-index: -1;
  opacity: 0.9;
}
.feature-dl .inner dt span {
  font-size: 2.4em;
  font-weight:600;
}
.feature-dl .inner dd {
  flex: 1;
  margin-left: 8%;
}
.feature-dl .inner:not(:first-child) {
  margin-top: 40px;
}
.feature-dl .inner dd h3 {
	font-size:18px;
	color:#555;
	letter-spacing:0.1em;
	border-bottom:#AAA solid 1px;
	margin:0 0 10px;
}
@media screen and (max-width: 600px) {
	.feature-dl {
	width:96%;
	}
  .feature-dl .inner {
    flex-direction: column;
	padding: 10px;
  }
  .feature-dl .inner dt {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .feature-dl .inner dt span {
   
  }
  .feature-dl .inner dt:before {
    height: 40px;
  }
  .feature-dl .inner dd {
    margin-left: 10px;
  }
}
.feature-dl .feature-title {
  font-size: 26px;
  color: #222;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 1px dashed #222;
  margin-bottom: 20px;
  font-weight:600;  
}
@media screen and (max-width: 800px) {
.feature-dl .feature-title {
	font-size:22px;
}
}
@media screen and (max-width: 600px) {
  .feature-dl .feature-title {
    font-size: 20px;
  }
  .feature-dl .feature-title .upper {
    font-size: 1.4rem;
  }
}