/*@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');*/
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.josefsb{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
}
.josefsb{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:600;
}
.josefb{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
}
/**
 * Default
 */
html {
  height: 100%;
  font-size: 62.5%;
}

body{
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	padding:140px 0 65px 0;
}
body.lower{
}
p{
  line-height: 1.5;
}
p.note{
  font-size: 11px;
  color: #666666;
}
th,td,li{
  vertical-align: top;
}
th{
  letter-spacing: 0.1em;
}

img{
  max-width: 100%;
  vertical-align:bottom;
}
a{
	color:#333;
  transition: all 0.2s;
  text-decoration:none;
}
a img{
  transition: all 0.3s;
}
a img:hover{
  opacity: 0.7;
}
a:hover{
  opacity: 0.7;
}
#all {
	text-align:center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}
@media (max-width: 801px) {
  body{
    margin: 0;
	padding:60px 0 15vw 0;
    /*-apple-system, BlinkMacSystemFont, */
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Helvetica Neue",Arial,  sans-serif;
  }
  p{
    font-size: 13px;
    line-height: 1.7;
  }
  p.note{
    line-height: 2;
  }
  th,td,li{
    font-size: 13px;
    line-height: 1.7;
  }
  table,thead,tbody,tr,th,td{
  }
  th{
    font-size: 12px;
  }
img{
	width:auto;
	height:auto;
}

}


/**
 * Common
 */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.mincho{
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",Georgia,  serif;
}
h1,h2,h3,h4,h5,h6{
	letter-spacing:0.05em;
}
@media (max-width: 1100px) {
  .mincho{
    font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho",  "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",Georgia,  serif;
  }
}
.pc_none{
  display: none;
}
.sp_none{}
@media (max-width: 801px) {
  .pc_none{
    display: block;
  }
  .sp_none{
    display: none;
  }
}

/**
 * Footer
 */
#fnv{
	display:flex;
	margin-bottom:5%;
}
#fnv li{
	width:50%;
}
#fmap{
}
#fmap .fmp{
	margin-bottom:70px;
}
#fmap .fmp .tl{
	font-size:2.4rem;
	color:#BC000F;
	font-weight:700;
	margin:30px 0;
}
#fmap .fmp.sds .tl{
	color:#00499A;
}
#fmap .fmp.tds .tl{
	color:#A6C77E;
}
#fmap .fmp dl{
	display:flex;
	flex-wrap:wrap;
	width:50%;
	font-size:1.4rem;
}
#fmap .fmp dt{
	width:20%;
}
#fmap .fmp dd{
	width:80%;
}
#fmap .fmp .btn{
	width:50%;
}
#fmap .fmp .btn a{
	border:none;
	background:#BC000F;
	color:#fff;
	padding:25px 0;
}
#fmap .fmp .arr:after{
	border-color:#fff;
}
#fmap .fmp .arr:hover{
	opacity:0.6;
}
#fmap iframe{
	width:100%;
	height:500px;
}

#footer{
  background:#585854;
  color:#fff;
  width: 100%;
  margin: 0;
  padding: 0;
  position:relative;
}
#footer .ftn{
	position:relative;
	padding:60px 0 0 0;
	margin:0 auto 50px auto;
}
#footer .ftn ul{
	width:25%;
}
#footer .ftn li{
	margin-bottom:25px;
}
#footer .ftn li:last-of-type{
	margin-bottom:0;
}
#footer .ftn li a{
	color:#fff;
	font-size:14px;
	font-weight:700;
	padding:5px 0 5px 15px;
	border-left:1px solid #fff;
	display:block;
}
#footer .ftn li ul{
	width:100%;
	margin:5px 0 0 0;
}
#footer .ftn li ul li{
	padding:0 0 0 15px;
	margin-bottom:0;
}
#footer .ftn li ul li a{
	font-size:12px;
	font-weight:400;
	padding:0;
	border:none;
}
#footer .ftn dl{
	position:absolute;
	right:0;
	bottom:0px;
	width:25%;
}
#footer .ftn dt{
	font-size:13px;
	font-weight:700;
}
#footer .ftn dd{
	font-size:11px;
}
#footer .ftn dd span{
	font-size:36px;
	line-height:1;
	display:block;
	margin:5px 0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
}
#footer .ftn dd p{
	font-size:11px;
	line-height:1.3;
}
#footer .ftn dd p em{
	font-size:16px;
}
#footer dl.copy{
	background:#212121;
	color:#fff;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:20px 30px;
}
#footer dl.copy dt{
}
#footer dl.copy dt img{
	width:auto;
	height:30px;
}
#footer dl.copy dd{
	font-size:10px;
	font-weight:700;
}

.sticky_pagetop #pagetop{
  transform: translateY(0);
  top:auto;
  bottom: 100px;
  position: fixed;
}
#pagetop{
  position: absolute;
  bottom: 60px;
  /*bottom: 20px;*/
  /*left: calc( 50% + 520px );*/
  right:55px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 10001;
  transition: .3s;
}
#pagetop:hover{
	opacity:0.7;
}
#other{
	background:#FEF6EA;
	padding:50px;
}
#other h2{
	text-align:center;
	font-size:2.4rem;
	font-weight:700;
	line-height:1;
	margin-bottom:1em;
}
#other ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#other li{
	width:31%;
	margin:1%;
}

@media (max-width: 801px) {
#fmap{
		display:block;
	}
#fmap .fmp{
	margin-bottom:30px;
}
#fmap .fmp .tl{
	font-size:1.6rem;
	line-height:1.2;
	margin:5px 0;
}
#fmap .fmp.sds .tl{
}
#fmap .fmp.tds .tl{
}
#fmap .fmp .flex{
	display:block;
}
#fmap .fmp dl{
	font-size:1rem;
	width:100%;
	margin-bottom:15px;
}
#fmap .fmp dt{
	width:15%;
}
#fmap .fmp dd{
	width:85%;
}
#fmap .fmp .btn{
	width:100%;
}
#fmap .fmp .btn a{
	padding:20px 0;
	width:100%;
	line-height:1;
}
#fmap .fmp.sds .btn a{
}
#fmap .fmp.tds .btn a{
}
#fmap .fmp .arr:after{
	border-color:#fff;
}
#fmap .fmp .arr:hover{
}
#fmap iframe{
	width:100%;
	height:250px;
}
	.ptp{
		text-align:center;
		padding:20px 0;
	}
	.ptp img{
		width:50px;
	}
	#footer{
	}
	#footer .ftn{
		padding:0px 0 0 0;
		margin:0 auto 50px auto;
		display:block;
		width:100%;
	}
	#footer .ftn ul{
		width:100%;
		text-align:center;
	}
	#footer .ftn li{
		margin-bottom:0;
		border-bottom:1px solid #fff;
		position:relative;
	}
	#footer .ftn li:last-of-type{
		margin-bottom:0;
	}
	#footer .ftn li a{
		padding:10px 40px;
		border:none;
	}
	#footer .ftn li ul{
		width:100%;
		margin:0 0 10px 0;
		display:none;
	}
	#footer .ftn li ul li{
		padding:0;
		margin-bottom:0;
		border:none;
	}
	#footer .ftn li ul li a{
		padding:0;
		border:none;
	}
	#footer .ftn .op{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_174_1_%22%20transform%3D%22translate(-312.5%20-7843.5)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_16_1_%22%20class%3D%22st0%22%20x1%3D%22322.2%22%20y1%3D%227843.5%22%20x2%3D%22322.2%22%20y2%3D%227863.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_18_1_%22%20class%3D%22st0%22%20x1%3D%22312.5%22%20y1%3D%227853.8%22%20x2%3D%22332.5%22%20y2%3D%227853.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	width:20px;
	height:20px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:15px;
	right:10px;
	}
	#footer .ftn .op.active{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_174_1_%22%20transform%3D%22translate(-312.5%20-7843.5)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_16_1_%22%20class%3D%22st0%22%20x1%3D%22322.2%22%20y1%3D%227843.5%22%20x2%3D%22322.2%22%20y2%3D%227863.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_18_1_%22%20class%3D%22st1%22%20x1%3D%22312.5%22%20y1%3D%227853.8%22%20x2%3D%22332.5%22%20y2%3D%227853.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	}
	
	#footer .ftn dl{
		position: static;
		width:100%;
		text-align:center;
		margin:50px 0 0 0;
	}
	#footer .ftn dt{
	}
	#footer .ftn dd{
	}
	#footer .ftn dd a{
		color:#fff;
	}
	#footer .ftn dd p{
	}
	#footer .ftn dd p em{
	}
	
	#footer dl.copy{
		display:block;
		padding:25px 2% 15px 2%;
		text-align:center;
	}
	#footer dl.copy dt{
		margin-bottom:10px;
	}
	#footer dl.copy dt img{
	}
	#footer dl.copy dd{
		font-size:9px;
	}
	
	.sticky_pagetop #pagetop{
	  display:none;
	}
	#pagetop{
	  display:none;
	}
	#pagetop:hover{
	}
#fnv {
	  display:none;
}
#other{
	padding:20px 0;
}
#other h2{
	font-size:2rem;
}
#other ul{
}
#other li{
	width:47%;
	margin:1%;
}

}




/**
 * Frame
 */
#main{
	display:block;
}
.inner{
	max-width:900px;
	width:90%;
	margin:0 auto;
}
.inner2{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.flex{
	display:flex;
	justify-content:space-between;
}
.flex.center{
	align-items:center;
}

.arr {
	display:block;
	text-align:center;
	background:#EEE72C;
	color:#fff;
	padding:20px 0;
	position:relative;
	box-sizing:border-box;
}
.arr:after{
	content:"";
width: 10px;
height: 10px;
border:2px solid #fff;
border-left:none;
border-bottom:none;
transform:rotate(45deg);
position:absolute;
top:50%;
margin-top:-5px;
right:15px;
	transition:.4s;
}
.btn{
}
.btn a{
	font-weight:700;
	font-size:16px;
	background:#333;
	border:2px solid #333;
	transition:.4s;
}
.btn a:hover{
	background:#fff;
	color:#333 !important;
	opacity:1;
}
.btn a:hover:after{
	border-color: transparent transparent transparent #fff;
}
a.ov{
	overflow:hidden;
	transition:.6s;
	display:block;
}
a.ov:hover{
	opacity:1;
}
a.ov img{
	transition:.6s;
}
a.ov:hover img{
	transform:scale(1.1,1.1);
	opacity:1;
}

h2.tl{
	line-height:1;
	font-size:16px;
	font-weight:500;
}
h2.tl span{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
	font-size:52px;
	vertical-align:text-top;
	margin-top:-10px;
	margin-right:10px;
	display:inline-block;
}
ul.fltpc{
	position: absolute;
	right:0;
	top:200px;
	z-index:1000;
}
ul.fltpc li{
	width:130px;
	margin-bottom:15px;
}
ul.fltpc li a{
	display:block;
}
ul.fltpc li img{
	width:100%;
	max-width:none;
	vertical-align:bottom;
}

.ftnv{
	display:none;
	width:100%;
	position:fixed;
	z-index:1000;
	left:0;
	bottom:0;
background: rgb(67,176,53);
background: -moz-linear-gradient(left, rgba(67,176,53,1) 0%, rgba(67,176,53,1) 50%, rgba(11,21,39,1) 51%, rgba(11,21,39,1) 100%);
background: -webkit-linear-gradient(left, rgba(67,176,53,1) 0%,rgba(67,176,53,1) 50%,rgba(11,21,39,1) 51%,rgba(11,21,39,1) 100%);
background: linear-gradient(to right, rgba(67,176,53,1) 0%,rgba(67,176,53,1) 50%,rgba(11,21,39,1) 51%,rgba(11,21,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43b035', endColorstr='#0b1527',GradientType=1 );
}
.ftnv ul{
	display: flex;
	justify-content:center;
}
.ftnv li{
	width:20%;
}
.ftnv li a{
	display:block;
	color:#fff;
	text-align:center;
	padding:20px 0;
	vertical-align:bottom;
	font-size:1.6rem;
	font-weight:700;
}
.ftnv li a:hover{
	opacity:1;
}
.ftnv li:nth-of-type(1) a{
	background:#43B035;
}
.ftnv li:nth-of-type(2) a{
	background:#43B035;
}
.ftnv li:nth-of-type(3) a{
	background:#0B1527;
	color:#EFEA3A;
}
.ftnv li:nth-of-type(4) a{
	background:#0B1527;
	color:#EFEA3A;
}
.ftnv li:nth-of-type(5) a{
	background:#0B1527;
	color:#EFEA3A;
}
.ftnv li img{
	width:auto;
	height:25px;
	vertical-align:middle;
	margin-right:10px;
}
.lang{
	position: fixed;
	z-index:10000;
	right:10px;
	bottom:10px;
	background:#fff;
	border:1px solid #333;
	text-align:center;
	padding:10px;
	box-sizing:border-box;
}
.lang dl{
	line-height:1;
}
.lang dt{
	font-size:1.2rem;
	font-weight:700;
	margin-bottom:10px;
}
.lang dd{
}
.lang dd a{
	display:inline-block;
	width:30px;
	margin:0 5px;
}

@media (max-width: 801px) {
.arr {
	padding:10px 0;
}
.arr:after{
border-width: 6px 0 6px 8px;
margin-top:-6px;
}
.btn{
}
.btn a{
	font-size:16px;
	width:250px;
}
.btn a:hover{
}
.btn a:hover:after{
}
a.ov{
}
a.ov:hover{
}
a.ov img{
}
a.ov:hover img{
}

	h2.tl{
		font-size:13px;
		font-weight:700;
	}
	h2.tl span{
		font-size:38px;
		margin-top:-10px;
		margin-right:10px;
	}
	
	ul.fltsp{
		display:flex;
		position:fixed;
		left:0;
		bottom:0;
		width:100%;
		z-index:1000;
	}
	ul.fltsp li{
		width:16.66%;
		line-height:1;
		font-size:1rem;
	}
	ul.fltsp li a{
		display:block;
	}
	ul.fltsp li img{
		width:100%;
		max-width:none;
		vertical-align:bottom;
	}
	ul.fltsp li a:hover{
		opacity:1 !important;
	}
	ul.fltsp li a:hover img{
		opacity:1 !important;
	}
	
ul.fltpc{
	position: static;
	display:flex;
	justify-content: center;
	width:90%;
	margin:5%auto 0 auto;
}
ul.fltpc li{
	width:31%;
	margin:1%;
}
ul.fltpc li a{
	display:block;
}
ul.fltpc li img{
}
.lang{
	z-index:10000111;
	right:55px;
	bottom:auto;
	top:25px;
	border:none;
	padding:0px;
}
.lang dl{
}
.lang dt{
	display:none;
}
.lang dd{
}
.lang dd a{
}

}

.breadWrap {
	width: 100%;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho",Georgia,  serif;
}
.breadcrumbs{
}
ul.breadcrumb {
	max-width:1010px;
	width: 100%;
	margin:10px auto 3em auto;
	padding:0;
  	list-style: none;
}
ul.breadcrumb li {
  	display: inline-block;
  	font-size: 1.2rem;
}
ul.breadcrumb li+li:before {
  	padding: 8px;
	color: black;
  	content: "/";
}
ul.breadcrumb li a {
  	color: #666;
  	text-decoration: none;
}
ul.breadcrumb li a:hover {
  	color: #666;
  	text-decoration: underline;
}

@media (max-width: 801px) {
ul.breadcrumb {
	margin:0.5em auto;
	display:none;
}

  ul.breadcrumb li{
    font-size: 10px;
  }
  ul.breadcrumb li+li:before {
    padding: 8px 5px 8px 2px;
    color: black;
    content: ">";
  }
}


/**
 * Base Content
 */
h2.title{
	position:relative;
	color:#fff;
}
h2.title.bk{
	color:#212121;
}
h2.title p{
	position:absolute;
	top:50%;
	left:calc((100% - 1010px) / 2);
	transform:translate(0,-50%);
	z-index:2;
	font-size:1.6rem;
	font-weight:700;
}
h2.title p span{
	font-family: 'Josefin Sans', sans-serif;
	font-size:5.2rem;
	vertical-align:middle;
	margin-right:15px;
	line-height:1;
}
h2.title.bk p span{
	display:block;
	font-size:7.2rem;
}
h2.title img{
	max-width:none;
	width:100%;
}
h2.title.bk{
text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
@media (max-width: 801px) {
h2.title{
	position:relative;
	color:#fff;
	margin:0 0 20px 0;
}
h2.title p{
	left:5%;
	line-height:1.3;
	font-size:1.3rem;
}
h2.title p span{
	font-size:38px;
	margin-right:10px;
	display:block;
}
h2.title img{
	max-width:none;
	width:100%;
}
h2.title.bk p span{
	font-size:5.2rem;
}
}

/**
 * Content
 */
#header{
	position:fixed;
	top:0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
	background:#fff;
	z-index:10000;
	padding:0;
}
#header .flex{
	padding:1% 2% 0 2%;
	transition:.3s;
}
#header h1{
	margin:0;
	padding:0;
	line-height:1;
	font-size:1.5vw;
	letter-spacing:0;
	font-weight:700;
	position:relative;
}
#header h1:before{
	content:"";
	background-image:url(../../images/common/logo.png);
	background-size:100%;
	width:88px;
	height:40px;
	display:block;
	position:absolute;
	left:0;
	transition:.3s;
}
#header h1 span{
	font-size:1.2rem;
	font-weight:300;
	display:block;
	margin-bottom:5px;
}
#header h1 a{
	color:#333;
	display: block;
	padding:0 0 0 95px;
}

.sticky_pc  #header .flex{
	padding:0.5% 1% 0 1%;
}
.sticky_pc #header h1{
	padding:0;
	font-size:1.5vw;
}
.sticky_pc #header h1 a{
	padding:0 0 0 85px;
}
.sticky_pc #header h1:before{
	width:75px;
	height:35px;
}

#header .snv{
	display:flex;
}
#header .snv li{
	line-height:1;
	text-align:right;
}
#header .snv li img{
	width:140px;
}
#header .snv li span{
	font-size:2.4rem;
	color:#E71F19;
	font-family: 'Josefin Sans', sans-serif;
}
#header .snv li span img{
	vertical-align:middle;
	margin-top:-5px;
	width:15px;
}
#header .snv li em{
	display:block;
	font-size:10px;
	margin-top:5px;
	letter-spacing:0;
}

.sticky_pc #header .snv li img{
	width:130px;
}
.sticky_pc #header .snv li span{
	font-size:2.5rem;
}
.sticky_pc #header .snv li span img{
	margin-top:-5px;
	width:10px;
}
.sticky_pc #header .snv li em{
	font-size:10px;
	margin-top:5px;
}

#header ul.nv{
	margin:0;
	padding:0;
	text-align:right;
  display:flex;
  justify-content:space-between;
}
#header ul.nv li{
	position:relative;
	width:12.5%;
}
#header ul.nv li a{
	font-size:1.2vw;
	line-height:1.3;
    letter-spacing: 0;
	color:#333;
	display:block;
	padding:10px 0;
	text-align:center;
	background:#fff;
}
#header ul.nv li a:before{
	content:"";
	display:block;
	background-image:url(../../images/common/nv1.png);
	width:30px;
	height:30px;
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center center;
	margin:0 auto 5px auto;
}
#header ul.nv li:nth-of-type(2) a:before{
	background-image:url(../../images/common/nv9.png);
}
#header ul.nv li:nth-of-type(3) a:before{
	background-image:url(../../images/common/nv2.png);
}
#header ul.nv li:nth-of-type(4) a:before{
	background-image:url(../../images/common/nv3.png);
	width:35px;
}
#header ul.nv li:nth-of-type(5) a:before{
	background-image:url(../../images/common/nv4.png);
}
#header ul.nv li:nth-of-type(6) a:before{
	background-image:url(../../images/common/nv5.png);
}
#header ul.nv li:nth-of-type(7) a:before{
	background-image:url(../../images/common/nv10.svg);
	width:35px;
}
#header ul.nv li:nth-of-type(8) a:before{
	background-image:url(../../images/common/nv6.png);
}
#header ul.nv li:nth-of-type(9) a:before{
	background-image:url(../../images/common/nv7.png);
}
#header ul.nv li:nth-of-type(10) a:before{
	background-image:url(../../images/common/nv8.png);
	width:35px;
}

.sticky_pc #header ul.nv li a{
	font-size:1.1vw;
	line-height:1.3;
	padding:5px 0;
}
.sticky_pc #header ul.nv li a:before{
	width:20px;
	height:20px;
}
.sticky_pc #header ul.nv li:nth-of-type(8) a:before{
	width:25px;
}


#header ul.nv li:hover > a{
	background:#585854;
	color:#fff;
}
#header ul.nv li a:hover{
	background:#f30;
	opacity:1;
	color:#fff;
}
#header ul.nv li a em{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:400;
	font-size:12px;
	display:block;
	margin-top:5px;
}
@media (max-width: 1150px) {
#header .snv li:nth-of-type(4){
	display:none;
}
}

#header a.active{
}
#header p{
	margin:0 0 0 1em;
}
#header p a {
	position:relative;
}
#header p span{
	display:inline-block;
	margin:0 1em;
}
#header li img{
	width:20px;
	margin:0 0.5em;
	vertical-align:middle;
}
#sp_nav, .sp_nav_header {
    display: none;
}
@media (max-width: 767px) {
  #header{
    display: none !important;
  }
  .sp_nav_header{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 10000;
    opacity: 1;
  }
  .sticky_pc.home .sp_nav_header{
  }
  .sp_nav_header .cap{
	  font-size:10px;
	  position:absolute;
	  top:2px;
	  left:10px;
  }
  #sp_nav{
    position: fixed;
    display: block;
    width: 100vw;
    min-height: 100vh;
    left: 0;
    top: 50px;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    transform: translateY(5px);
  }
  #sp_nav{
	  top:0;
  }
  .sticky_pc.home #sp_nav{
  }
  #sp_nav_inner{
    overflow-y: scroll;
    height: calc( 100vh - 50px);
  }
  #sp_nav.js-active{
    display: block;
    z-index: 9999;
    opacity: 1;
    transform: translateY(0px);
  }
  #sp_nav a{
    text-decoration: none;
  }
  #sp_nav ul{
    list-style: none;
	padding:60px 0 0 0;
    background: #585854;
  }
  #sp_nav ul ul{
    display:none;
	padding:0;
  }

  .sp_logo{
    position: relative;
    padding: 25px 0px 0 10px;
	font-size:10px;
	line-height:1.2;
	font-weight:bold;
  }
  .sp_logo a{color:#333;display:flex;align-items:center;}
  .sp_logo img{
    height: 25px;
    width: auto;
	margin-right:5px;
  }
  .sp_nav_header .menu{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
	background: #FC0;
	padding:10px;
  }
  .sp_nav_header .tel{
	  position:absolute;
	  top:0;
	  right:60px;
	  width:70px;
  }
  .sp_nav_header .tk{
    position:absolute;
    top:0;
    right:110px;
    width:45px;
}
  .menu-open,
  .menu-close{
	  position: absolute;
	  top:20px;
	  right:12px;
    width: 35px;
    height: 20px;
    text-align: center;
  }

  .main_nav{
	  margin:0 auto;
	  padding:0;
	  text-align:center;
	  width:100%;
  }
  .main_nav li{
    border-bottom: 1px solid #fff;
	margin:0;
	padding:0;
	position:relative;
  }
  .main_nav li a{
    display: block;
    padding: 10px 0px;
	margin:0 40px;
    font-size: 13px;
	line-height:1.2;
	color:#fff;
  }
  .main_nav li li{
    border:none;
  }
  .main_nav li a{
    padding: 10px 0px;
	margin:0 0px;
    font-size: 12px;
  }

  .main_nav li a em{
	  display:block;
    font-size: 12px;
	font-family: 'Josefin Sans', sans-serif;
  }
	.main_nav li .op{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_174_1_%22%20transform%3D%22translate(-312.5%20-7843.5)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_16_1_%22%20class%3D%22st0%22%20x1%3D%22322.2%22%20y1%3D%227843.5%22%20x2%3D%22322.2%22%20y2%3D%227863.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_18_1_%22%20class%3D%22st0%22%20x1%3D%22312.5%22%20y1%3D%227853.8%22%20x2%3D%22332.5%22%20y2%3D%227853.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	width:20px;
	height:20px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:14px;
	right:10px;
	}
	.main_nav li .op.active{
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20style%3D%22enable-background%3Anew%200%200%2020%2020%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_174_1_%22%20transform%3D%22translate(-312.5%20-7843.5)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_16_1_%22%20class%3D%22st0%22%20x1%3D%22322.2%22%20y1%3D%227843.5%22%20x2%3D%22322.2%22%20y2%3D%227863.5%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_18_1_%22%20class%3D%22st1%22%20x1%3D%22312.5%22%20y1%3D%227853.8%22%20x2%3D%22332.5%22%20y2%3D%227853.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  z-index:10000;
	}
	.menu-trigger {
	}
	.menu-trigger span {
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  background-color: #000;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 10px;
	}
	.menu-trigger span:nth-of-type(3) {
	  bottom: 0;
	}
	.menu-trigger.active span:nth-of-type(1) {
	  -webkit-transform: translateY(9px) rotate(-315deg);
	  transform: translateY(9px) rotate(-315deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
	  -webkit-transform: translateY(-10px) rotate(315deg);
	  transform: translateY(-10px) rotate(315deg);
	}
}

/* Main Image */
#mv{
	position:relative;
}
#mv dl{
	position:absolute;
	top:50%;
	left:10%;
	transform:translate(0,-50%);
	z-index:10;
}
#mv dt{
	font-size:80px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
	line-height:1;
	color:#000;
}
#mv dd{
	font-size:16px;
	font-weight:700;
}

/* #main.home */
#main.home{
}
#main.home #news{
	max-width:885px;
	width:90%;
	margin:40px auto 40px auto;
	padding:0;
	display:flex;
	position:relative;
	z-index:90;
	background:#fff;
	/*background:#F5F5F5;*/
}
#main.home #news h2{
	font-size:20px;
	line-height:1;
	margin:0 auto;
	padding:30px 0;
	color:#C93317;
	width:250px;
	background:#212121;
	color:#fff;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
	display:flex;
	align-items:center;
	justify-content:center;
}
#main.home #news .swp2{
	width:calc(100% - 250px);
	border:2px solid #212121;
}
#main.home #news .swp2 .swiper-wrapper {
}
#main.home #news dl{
	width:100%;
	margin:auto;
	display:flex;
	align-items:center;
}
#main.home #news dt{
	width:25%;
	text-align:center;
	color:#EEE72C;
	font-size:14px;
	font-weight:700;
}
#main.home #news dd{
	margin:0;
	padding:0 90px 0 0;
	font-size:15px;
}
#main.home #news .swiper-button-next {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2213px%22%20viewBox%3D%220%200%208%2013%22%20style%3D%22enable-background%3Anew%200%200%208%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231F2020%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_3_1_%22%20class%3D%22st0%22%20d%3D%22M8%2C6.5L0%2C13V0L8%2C6.5z%22%2F%3E%3C%2Fsvg%3E');
    right: 50px;
    left: auto;
	width: 8px;
    height: 13px;
	margin-top: -7px;
}
#main.home #news .swiper-button-prev {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%228px%22%20height%3D%2213px%22%20viewBox%3D%220%200%208%2013%22%20style%3D%22enable-background%3Anew%200%200%208%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%231F2020%3B%7D%3C%2Fstyle%3E%3Cdefs%3E%3C%2Fdefs%3E%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_4_1_%22%20class%3D%22st0%22%20d%3D%22M0%2C6.5L8%2C0v13L0%2C6.5z%22%2F%3E%3C%2Fsvg%3E');
    right: 80px !important;
	left:auto !important;
	width: 8px;
    height: 13px;
	margin-top: -7px;
}
#main.home #news p.p1{
	position:absolute;
	right:10px;
	top:50%;
	width:30px;
	margin-top:-15px;
}

#main.home .linc{
	display:flex;
	flex-wrap:wrap;
	max-width:885px;
	width:90%;
	margin:auto;
	margin-bottom:30px;
}
#main.home .linc li{
	width:20%;
}

#main.home .gosq{
	max-width:885px;
	width:90%;
	margin:auto;
	margin-bottom:30px;
}
#main.home .gosq span{
	display: block;
	text-align: center;
}

#main.home .camp{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:140px;
}
#main.home .camp div{
	width:50%;
	position:relative;
}
#main.home .camp div dl{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align:center;
	color:#fff;
	z-index:2;
	width:90%;
}
#main.home .camp div dt{
	font-family: 'Josefin Sans', sans-serif;
	font-weight:700;
	font-size:2rem;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}
#main.home .camp div dd{
	font-size:2vw;
	line-height:1.3;
	font-weight:700;
	white-space:nowrap;
	margin-bottom:25px;
}
#main.home .camp div dd span{
	color:#f30;
}
#main.home .camp div dd.dd2{
	font-size:1vw;
	line-height:1.5;
	font-weight:700;
	white-space: normal;
	margin-bottom:0;
}

#main.home .camp div dd a{
	color:#fff;
	font-size:1.8rem;
	width:260px;
	margin:auto;
	padding:15px 0;
	text-align:center;
	display:block;
	opacity:1;
	font-family: 'Josefin Sans', sans-serif;
	position:relative;
}
#main.home .camp div dd a em{
	display:block;
	opacity:;
	position:relative;
	z-index:5;
    animation-name: example2;
    animation-duration: .3s;
	animation-fill-mode:forwards;
}
#main.home .camp div dd a em:before{
	content:"";
	width:30px;
	height:1px;
	background:#fff;
	vertical-align:middle;
	margin-right:10px;
	position:absolute;
	top:50%;
	left:40px;
	opacity:0;
}
#main.home .camp div dd a:before,
#main.home .camp div dd a:after{
	content:"";
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	border:1px solid #fff;
	box-sizing:border-box;
}
#main.home .camp div dd a:before{
	top:-5px;
	left:-5px;
}
#main.home .camp div dd a:after{
	right:-5px;
	bottom:-5px;
}
#main.home .camp div .pic{
}

#main.home #event {
	position:relative;
	margin-bottom:90px;
}
#main.home #event:before{
	content:"";
	display:block;
	position:absolute;
	width:82%;
	height:92%;
	background:#EFECEC;
	top:10px;
	left:0;
	z-index:-1;
}
#main.home #event h2 {
	margin-bottom:35px;
}
#main.home #event .flex{
	margin-bottom:55px;
}
#main.home #event ul {
	flex-wrap:wrap;
	position:relative;
	width:100%;
	max-width:1100px;
	margin:auto;
}
#main.home #event ul li {
	width:31%;
	margin:1%;
}
#main.home #event .btn {
	width:300px;
	margin:0 auto;
}
#main.home #event .btn a {
	margin:0 auto;
	background:transparent;
	color:#333;
	padding:20px 0;
}
#main.home #event .btn a.arr:after {
    border-color:#333;
}


#main.home #quality {
}
#main.home #quality .qua1 {
	background-image:url(../../images/home/home45.jpg);
	background-position:center bottom;
	background-size:cover;
	color:#fff;
	position:relative;
	padding:55px 0;
}
#main.home #quality .inner {
}
#main.home #quality h2 {
	line-height:1;
	text-align:center;
	position:absolute;
	left:50%;
	transform:translate(-50%,0);
}
#main.home #quality h2 span {
	font-family: 'Josefin Sans', sans-serif;
	font-size:52px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
}
#main.home #quality h2 em{
	font-size:16px;
	font-weight:700;
}
#main.home #quality h2 em:after{
	content:"";
	display:block;
	width:62px;
	height:14px;
	background:url(../../images/common/nami2.png);
	background-size:100%;
	background-repeat:no-repeat;
	margin:15px auto 0 auto;
}
#main.home #quality .flex {
	align-items:flex-end;
}
#main.home #quality .p1 {
	max-width:410px;
	width:40%;
}
#main.home #quality .p1 img {
}
#main.home #quality dl {
	max-width:535px;
	width:55%;
	font-weight:700;
}
#main.home #quality dt {
	font-size:2.5rem;
}
#main.home #quality dd {
	font-size:14px;
	margin-top:10px;
}
#main.home #quality .btn {
	margin-top:20px;
}
#main.home #quality .btn a {
	color:#fff;
	border-color:#fff;
}
#main.home #quality .btn a:after{
border-color: transparent transparent transparent #fff;
}

#main.home #company {
}
#main.home #company .qua1 {
	background-image:url(../../images/home/home47.jpg);
	background-position:center bottom;
	background-size:cover;
	color:#333;
	position:relative;
	padding:80px 0;
}
#main.home #company .inner {
}
#main.home #company h2 {
	line-height:1;
	text-align:center;
	position:absolute;
	left:50%;
	transform:translate(-50%,-40px);
}
#main.home #company h2 span {
	font-family: 'Josefin Sans', sans-serif;
	font-size:52px;
	font-weight:700;
	display:block;
	margin-bottom:10px;
}
#main.home #company h2 em{
	font-size:16px;
	font-weight:700;
}
#main.home #company h2 em:after{
	content:"";
	display:block;
	width:62px;
	height:14px;
	background:url(../../images/common/nami1.png);
	background-size:100%;
	background-repeat:no-repeat;
	margin:15px auto 0 auto;
}
#main.home #company .flex {
	align-items:flex-end;
	flex-direction:row-reverse;
}
#main.home #company .p1 {
	max-width:410px;
	width:41%;
}
#main.home #company .p1 img {
}
#main.home #company dl {
	max-width:535px;
	width:55%;
	font-weight:700;
}
#main.home #company dt {
	font-size:2.5rem;
}
#main.home #company dd {
	font-size:14px;
	margin-top:10px;
}
#main.home #company .btn {
	margin-top:20px;
}
#main.home #company .btn a {
	background:transparent;
	color:#333;
	font-family: 'Josefin Sans', sans-serif;
}
#main.home #company .btn a:after{
border-color: #333;
}
#main.home #company .btn a:hover {
	background:#EFEA3A;
}

#main.home #other {
	margin-bottom:80px;
	display:none;
}
#main.home #other.flex{
}
#main.home #other.inner{
}
#main.home #other div {
	max-width:485px;
	width:48%;
	position:relative;
}
#main.home #other div a:after{
	content:"";
	display:block;
	position:absolute;
	width:80%;
	height:75%;
	background:rgba(255,255,255,0.8);
	border:2px solid #333;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
}
#main.home #other a {
	display:block;
	position:relative;
	z-index:3;
}
#main.home #other a:hover{
	opacity:1;
}
#main.home #other a:hover img{
	opacity:1;
}
#main.home #other dl {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#333;
	text-align:center;
	font-weight:700;
	z-index:100;
}
#main.home #other dt {
	font-family: 'Josefin Sans', sans-serif;
	font-size:38px;
	line-height:1;
	margin-bottom:10px;
	white-space:nowrap;
}
#main.home #other dd {
	font-size:18px;
}
#main.home #other dd span{
	display:block;
}
#main.home #other dd em {
	font-size:16px;
	font-family: 'Josefin Sans', sans-serif;
	margin-top:3em;
	display:inline-block;
}
#main.home #other dd em:after{
	content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 7px 0 7px 10px;
border-color: transparent transparent transparent #333;
display:inline-block;
margin-left:10px;
vertical-align:middle;
	transition:.4s;
}

#main.home #other img {
}

#main.home #other2 {
	display:none;
}
#main.home #other2 .blog,
#main.home #other2 .life {
	max-width:485px;
	width:48%;
	position:relative;
}
#main.home #other2 .blog h2,
#main.home #other2 .life h2 {
	font-weight:500;
	margin-bottom:25px;
	position:relative;
	line-height:1;
}
#main.home #other2 .blog h2 a,
#main.home #other2 .life h2 a {
	width:30px;
	display:block;
	position:absolute;
	top:0;
	right:0;
}
#main.home #other2 .blog h2 span,
#main.home #other2 .life h2 span {
	font-family: 'Josefin Sans', sans-serif;
	font-size:38px;
	font-weight:700;
	vertical-align:middle;
	margin-right:15px;
}
#main.home #other2 .blog .post,
#main.home #other2 .life .post {
	border:2px solid #333;
	margin-bottom:20px;
}
#main.home #other2 .blog .post a,
#main.home #other2 .life .post a {
	display:flex;
	align-items:center;
	color:#333;
	font-size:16px;
	line-height:1.3;
	font-weight:700;
	position:relative;
}
#main.home #other2 .blog .post .pic,
#main.home #other2 .life .post .pic {
	width:100px;
}
#main.home #other2 .blog .post dl,
#main.home #other2 .life .post dl {
	padding:0 80px 0 20px;
	width:calc(100% - 100px);
	box-sizing:border-box;
}
#main.home #other2 .blog .post dt,
#main.home #other2 .life .post dt {
	color:#EEE72C;
	margin-bottom:5px;
}
#main.home #other2 .blog .post dd,
#main.home #other2 .life .post dd {
}
#main.home #other2 .blog .post .more,
#main.home #other2 .life .post .more {
	font-family: 'Josefin Sans', sans-serif;
	font-size:13px;
	line-height:1;
	font-weight:700;
	position:absolute;
	right:10px;
	bottom:10px;
}
#main.home #other2 .blog .post .more:after,
#main.home #other2 .life .post .more:after{
	content:"";
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 8px;
border-color: transparent transparent transparent #333;
display:inline-block;
margin-left:10px;
vertical-align:middle;
	transition:.4s;
}

#main.home .flow{
	margin:2% 0 50px 0;
}
#main.home #flow dl{
	width:32%;
}
#main.home #flow dl dt{
	font-size:20px;
	line-height:20px;
}
#main.home #flow dl dt span{
	color:#00a73c;
	font-size:23px;
	font-feature-settings : "palt";
	margin-right:10px;
}
#main.home #flow dl dd{
	margin-top:10px;
	font-size:1.3rem;
	line-height:1.5;
}
#main.home #flow dl dd ul{
}
#main.home #flow dl dd li{
	margin-bottom:5px;
}
#main.home #flow dl dd li a,
#main.home #flow dl dd li strong{
	padding:5px 10px;
	display:block;
	background:#00a73c;
	color:#fff;
	font-size:14px;
}
#main.home #flow dl dd li strong{
	background:#f30;
	font-weight:normal;
}
#main.home #flow dl dd li span{
	display:block;
	font-size:11px;
}
#main.home #flow dl dd table{
	width:100%;
	padding:0;
	margin:0;
	border-collapse:collapse;
}
#main.home #flow dl dd th{
	padding:2px;
	border:1px solid #ccc;
	text-align:center;
	font-weight:normal;
	background:#00a73c;
	color:#fff;
}
#main.home #flow dl dd td{
	padding:2px;
	border:1px solid #ccc;
	text-align:center;
}

#main.home #pickup{
	margin:80px 0;
}
#main.home .pickup{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin:2% 0;
}
#main.home .pickup dl{
	margin-bottom:2%;
}
#main.home .pickup dt{
	margin-bottom:5px;
}

#main.home .pickup dl.dl1{
	width:100%;
	display:table;
}
#main.home .pickup dl.dl1 dt{
	float:left;
	width:30%;
	margin-right:10px;
}
#main.home .pickup dl.dl2{
	width:24%;
}
#main.home .pickup dl.dl3{
	width:32%;
}
#main.home .pickup dl.dl4 dt{
	float:left;
	width:45%;
	margin:0 5px 5px 0;
}
#main.home .pickup dl.dl4{
	width:32%;
	font-size:14px;
	line-height:1.5;
}
#main.home .pickup img{
	width:100%;
}
#main.home .pickup dl.dl5{
	width:48%;
}
#main.home .pickup .line {
    background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media (max-width: 801px) {
	/* Main Image */
	#mv{
	}
	#mv dl{
	}
	#mv dt{
		font-size:10vw;
	}
	#mv dd{
		font-size:12px;
	}
	
	/* #main.home */
	#main.home{
	}
	#main.home #news{
		width:90%;
		margin:40px auto 40px auto;
		padding:0;
		display:block;
		position:relative;
		z-index:90;
		background:#fff;
		/*background:#F5F5F5;*/
	}
	#main.home #news h2{
		padding:15px 15px 10px 15px;
		width:100%;
		background: transparent;
		color:#333;
		display:block;
		border:2px solid #333;
		position:absolute;
	}
	#main.home #news .swp2{
		width:100%;
	}
	#main.home #news .swp2 .swiper-wrapper {
	}
	#main.home #news dl{
		display:block;
		padding:50px 15px 10px 15px;
	}
	#main.home #news dt{
		width:100%;
		text-align:left;
		font-size:14px;
	}
	#main.home #news dd{
		margin:0;
		padding:0;
		font-size:15px;
	}
	#main.home #news .swiper-button-next {
		right: 80px;
		margin-top: 17px;
		top:0;
	}
	#main.home #news .swiper-button-prev {
		right: 110px !important;
		margin-top: 17px;
		top:0;
	}
	#main.home #news p.p1{
		right:10px;
		top:0%;
		width:30px;
		margin-top:10px;
	}
	
#main.home .linc{
	width:100%;
	margin-bottom:30px;
}
#main.home .linc li{
	width:25%;
}

#main.home .gosq{
	margin-bottom:30px;
}

#main.home .camp{
	margin-bottom:40px;
}
#main.home .camp div{
	width:100%;
	background-image:url(../../images/home/home32.jpg);
	background-size:cover;
	background-position:center center;
	padding:3% 0;
}
#main.home .camp div:nth-of-type(2){
	background-image:url(../../images/home/home33.jpg);
}
#main.home .camp div:nth-of-type(3){
	background-image:url(../../images/home/home34.jpg);
}
#main.home .camp div:nth-of-type(4){
	background-image:url(../../images/home/home35.jpg);
}
#main.home .camp div dl{
	position:static;
	transform:translate(0,0);
	margin:auto;
}
#main.home .camp div dt{
}
#main.home .camp div dd{
	font-size:1.8rem;
	margin-bottom:15px;
}
#main.home .camp div dd.dd2 {
    font-size: 11px;
    line-height: 1.5;
}
#main.home .camp div dd span{
	color:#f30;
}
#main.home .camp div dd a{
	font-size:1.4rem;
	width:200px;
	padding:10px 0;
}
#main.home .camp div dd a em{
}
#main.home .camp div dd a em:before{
}
#main.home .camp div dd a:before,
#main.home .camp div dd a:after{
}
#main.home .camp div dd a:before{
	top:-2px;
	left:-2px;
}
#main.home .camp div dd a:after{
	right:-2px;
	bottom:-2px;
}
#main.home .camp div .pic{
	display:none;
}

	
	#main.home #event {
		margin-bottom:70px;
	}
	#main.home #event:before{
		width:75%;
		height:95%;
		top:8px;
	}
	#main.home #event h2 {
		margin-bottom:20px;
	}
	#main.home #event .flex{
	margin-bottom:55px;
}
#main.home #event ul {
	width:100%;
}
#main.home #event ul li {
	width:48%;
	margin:1%;
}
#main.home #event .btn {
	width:70%;
	margin:0 auto;
}
#main.home #event .btn a {
	padding:10px 0;
}
#main.home #event .btn a.arr:after {
	border: 2px solid #333;
    border-left: none;
    border-bottom: none;
}

	
	#main.home #quality {
		margin-bottom:0px;
	}
	#main.home #quality .qua1 {
		background-size:cover;
		padding:35px 0;
		border:2px solid #333;
	}
	#main.home #quality .inner {
	}
	#main.home #quality h2 {
		position:static;
		transform:translate(0,0);
	}
	#main.home #quality h2 span {
		font-size:7vw;
		margin-bottom:5px;
	}
	#main.home #quality h2 em{
		font-size:13px;
	}
	#main.home #quality h2 em:after{
		margin:10px auto 0 auto;
	}
	#main.home #quality .flex {
		display:block;
	}
	#main.home #quality .p1 {
		max-width:none;
		width:50%;
		margin:20px auto;
	}
	#main.home #quality .p1 img {
	}
	#main.home #quality dl {
		max-width:none;
		width:100%;
		text-align:center;
	}
	#main.home #quality dt {
		font-size: 4vw;
	}
	#main.home #quality dd {
		font-size:13px;
	}
	#main.home #quality .btn {
	}
	#main.home #quality .btn a {
		width:100%;
	}
	#main.home #quality .btn a:after{
	}
	
	#main.home #company {
		margin-bottom:40px;
	}
	#main.home #company .qua1 {
		background-size:cover;
		padding:35px 0;
		border:2px solid #333;
	}
	#main.home #company .inner {
	}
	#main.home #company h2 {
		position:static;
		transform:translate(0,0);
	}
	#main.home #company h2 span {
		font-size:7vw;
		margin-bottom:5px;
	}
	#main.home #company h2 em{
		font-size:13px;
	}
	#main.home #company h2 em:after{
		margin:10px auto 0 auto;
	}
	#main.home #company .flex {
		display:block;
	}
	#main.home #company .p1 {
		max-width:none;
		width:50%;
		margin:20px auto;
	}
	#main.home #company .p1 img {
	}
	#main.home #company dl {
		max-width:none;
		width:100%;
		text-align:center;
	}
	#main.home #company dt {
		font-size: 4vw;
		font-weight:700;
	}
	#main.home #company dd {
		font-size:12px;
	}
	#main.home #company .btn {
	}
	#main.home #company .btn a {
		width:100%;
	}
	#main.home #company .btn a:after{
	}

	#main.home #other {
		margin-bottom:80px;
	}
	#main.home #other.flex{
		display:block;
	}
	#main.home #other div {
		max-width:none;
		width:100%;
		margin-bottom:20px;
	}
	#main.home #other div a:after{
	}
	#main.home #other a {
	}
	#main.home #other a:hover{
	}
	#main.home #other a:hover img{
	}
	#main.home #other dl {
	}
	#main.home #other dt {
		font-size:26px;
		margin-bottom:0px;
	}
	#main.home #other dd {
		font-size:12px;
	}
	#main.home #other dd span{
		display:block;
	}
	#main.home #other dd em {
		font-size:12px;
		margin-top:0.5em;
	}
	#main.home #other dd em:after{
	border-width: 5px 0 5px 7px;
	}
	
	#main.home #other2 {
		display:none;
	}
	#main.home #other2 .blog{
		margin-bottom:60px;
	}
	#main.home #other2 .blog,
	#main.home #other2 .life {
		max-width:none;
		width:100%;
	}
	#main.home #other2 .blog h2,
	#main.home #other2 .life h2 {
		margin-bottom:15px;
		font-size:13px;
	}
	#main.home #other2 .blog h2 a,
	#main.home #other2 .life h2 a {
	}
	#main.home #other2 .blog h2 span,
	#main.home #other2 .life h2 span {
		margin-right:0;
		display:block;
	}
	#main.home #other2 .blog .post,
	#main.home #other2 .life .post {
	}
	#main.home #other2 .blog .post a,
	#main.home #other2 .life .post a {
		font-size:13px;
	}
	#main.home #other2 .blog .post .pic,
	#main.home #other2 .life .post .pic {
		width:100px;
	}
	#main.home #other2 .blog .post dl,
	#main.home #other2 .life .post dl {
		padding:0 10px 0 10px;
	}
	#main.home #other2 .blog .post dt,
	#main.home #other2 .life .post dt {
		color:#EEE72C;
		margin-bottom:5px;
	}
	#main.home #other2 .blog .post dd,
	#main.home #other2 .life .post dd {
	}
	#main.home #other2 .blog .post .more,
	#main.home #other2 .life .post .more {
		font-family: 'Josefin Sans', sans-serif;
		font-size:13px;
		line-height:1;
		font-weight:700;
		position:absolute;
		right:10px;
		bottom:10px;
	}
	#main.home #other2 .blog .post .more:after,
	#main.home #other2 .life .post .more:after{
		content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #333;
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
		transition:.4s;
	}
	
#main.home .pickup dl.dl4{
	width:100%;
}
#main.home .pickup dl.dl4 dt {
    width: 45%;
}
#main.home .pickup dl.dl1 dd,
#main.home .pickup dl.dl4 dd {
    font-size:1.4rem;
}
#main.home .pickup dl.dl1 dt {
    width: 80%;
	float:none;
	margin:auto;
}
}


/* lowmv */
#lowmv{
	position:relative;
	margin-bottom:20px;
}
#lowmv h2{
	position:absolute;
	color:#333;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size:16px;
	font-weight:700;
	text-align:center;
	background:rgba(255,255,255,0.8);
	padding:20px;
}
#lowmv h2 span{
	display:block;
	font-size:16px;
}
#lowmv h2 em{
    display: block;
    margin: 10px 0 5px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
	white-space:nowrap;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
@media (max-width: 801px) {
#lowmv{
	overflow:hidden;
}
#lowmv p{
	width:130%;
}
#lowmv h2{
	font-size:14px;
	padding:10px 20px;
}
#lowmv h2 span{
	font-size:14px;
}
#lowmv h2 em{
    font-size: 5vw;
	white-space:nowrap;
}
}

/* price */
#main.price{
}
#main.price .area3{
	position:relative;
	padding-bottom:15px;
	margin-bottom:40px;
}
#main.price .area3:before{
	content:"";
	position:absolute;
	display:block;
	right:0;
	top:25px;
	background:#EFECEC;
	width:80%;
	height:90%;
	z-index:-1;
}
#main.price.order .area3:before{
	background:#C7E3E6;
	right:auto;
	left:0;
}
#main.price.reno .area3:before{
	background:#EFECEC;
	left:0;
}
#main.price .area3.a3b{
    max-width: 720px;
    margin: 40px auto;
}
#main.price .area3.a3b:before{
	display:none;
}
#main.price .area3 h4,
#main.price .area5 h4{
	font-size:1.8rem;
	font-weight:700;
	margin-bottom:60px;
}
#main.price.reno .area3 h4{
	margin-bottom:30px;
}
#main.price .area3 h4 span,
#main.price .area5 h4 span{
	font-size:5.2rem;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:500;
	line-height:1;
	vertical-align:middle;
	margin-right:20px;
	padding:0;
}
#main.price .area3 dl{
	width:90%;
	margin:auto;
	margin-bottom:40px;
	display:flex;
	justify-content:space-between;
	font-weight:700;
	font-size:2.4rem;
	border-bottom:1px solid #000;
	line-height:1;
	padding:10px 40px;
}
#main.product .area3 dt{
}
#main.product .area3 dd{
}
#main.price .area3 p.p1{
	width:90%;
	margin:auto;
	font-size:1.3rem;
	line-height:1.5;
	margin-top:30px;
}
#main.price .area3 p.p2{
	font-weight:700;
	margin-bottom:10px;
}
#main.price .area3 h5{
	    line-height: 1.3;
    font-size: 2.4rem;
    font-weight: 700;
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
}
#main.price .area3 h5 span{
	display:block;
	font-weight:500;
	font-size:1.6rem;
	padding:5px 0;
}

#main.price .area5{
	position:relative;
	margin-bottom:40px;
	padding-bottom:40px;
	padding-top:40px;
}
#main.price .area5:before{
	content:"";
	position:absolute;
	display:block;
	left:0;
	top:0;
	background:#FCE3E3;
	width:80%;
	height:100%;
	z-index:-1;
}
#main.price .area5 h4,
#main.price .area7 h4{
	    line-height: 1;
    font-size: 2.4rem;
    font-weight: 700;
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
}

#main.price .area5 h5{
	background:#fff;
    font-size: 1.8rem;
	padding:5px 10px;
    font-weight: 700;
    border-bottom: 1px solid #000;
	position:relative;
}
#main.price .area5 h5 em {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
#main.price .area5 h5 em::before,
#main.price .area5 h5 em::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 8%;
  margin: -8% 0 0 -42%;
  background: #fa8821;
}
#main.price .area5 h5 em::after {
  transform: rotate(90deg);
}
#main.price .area5 h5.active em::before{
  transform: rotate(45deg);
  opacity:0;
}
#main.price .area5 h5.active em::after{
  transform: rotate(-180deg);
}
#main.price .area5 h5 span{
	font-size:1.4rem;
	font-weight:500;
}
#main.price .area5 h5:before {
	content: '';
    display: inline-block;
    width: 5px;
    height: 17px;
    margin-right: 5px;
    vertical-align: -2px;
    border-radius: 2.5px;
    background: #fa8821;
}
.accordion-area{
	display:none;
	padding:15px;
	background:#EFECEC;
}
.accordion-area p{
	margin:0 0 1em 0;
	font-size:1.4rem;
	line-height:1.5;
}
#main.price .area5 dl.dl02{
}
#main.price .area5 dl.dl02 dt{
	font-weight:bold;
}
#main.price .area5 dl.dl02 dd{
	padding:5px 5px 10px 5px;
	font-size:1.3rem;
}
#main.price .area5:before{
	display:none;
}
#main.price .area6:before{
	display:block;
    background: #EFECEC;
}
#main.price .area3 p.cap{
    margin: 0 0 5% 0;
	padding:5px 0;
	text-align:center;
}
#main.price .area3 p.cap span{
    background: linear-gradient(transparent 60%,#fff47e 60%);
}
#main.price .area3 .inner{
    /*max-width: 1100px;*/
}
#main.price .area3 .flex {
    flex-direction: column;
    gap: 20px;
}
#main.price .area3 dl.at {
    margin: 0 auto;
    padding: 0;
	display:block;
	width:49%;
    width: 80%;
	background:#fff;
	border:none;
}
#main.price .area3 dl.at dt {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    vertical-align: middle;
    background: #FF3333;
}
#main.price .area3 dl.at.mt dt {
    background: #52c43a;
}
#main.price .area3 dl.at.raku{
    flex-shrink: 0.5;
    position: relative;
}
#main.price .area3 dl.at.raku:before{
    content: "";
    background-image: url(../../images/recom.webp);
    background-size: cover;
    width: 61px;
    height: 60px;
    position: absolute;
    left: 20px;
    bottom: 10px;
}
#main.price .area3 dl.at.raku dt {
    background: #0079DD;
}
#main.price .area3 dl dt{
	display:flex;
	align-items:center;
}
#main.price .area3 dl dt em{
    font-size: 22px;
}
#main.price .area3 dl dt span{
    font-size: 13px;
	display:inline-block;
	margin-left:1em;
	padding-left:1em;
	border-left:1px solid #fff;
}
#main.price .area3 dl.at dd {
    padding: 10px 0;
}
#main.price .area3 dl.at dd {
    border: 1px solid #e0e0e0;
    border-top: none;
    text-align: center;
    vertical-align: top;
    line-height: 1.6;
}
#main.price .area3 dl.at dd b {
    background: #fff47e;
    background: linear-gradient(transparent 60%,#fff47e 60%);
}
#main.price .area3 dl.at dd .tax {
    font-size: 12px;
	display:block;
}
#main.price .area3 dl.at dd{

}

/* CPRICE */
#main.price .pri03{
	text-align:center;
	color:#f30;
	line-height:2;
	margin:30px 0;
	font-size:18px;
}
#main.price div.school01	{
	border: 1px solid #4C443E;
	padding: 10px;
	margin-bottom: 2em;
}
#main.price div.school01 p{
	font-size:1.4rem;
	line-height:1.8;
}
#main.price div.school01 ul{
}
#main.price div.school01 li{
	color:#f30;
}
#main.price div.school01 li:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 7px;
border-color: transparent transparent transparent #f30;
}
#main.price table	{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-bottom: 1em;
	background:#fff;
}
#main.price th	{
	background: #D6E2D7;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	width: 300px;
	vertical-align:middle;
}
#main.price th.th01	{
	background: #C7E3E6;
	color: #333;
}
#main.price td	{
	padding: 10px 5px;
	text-align: center;
	vertical-align:middle;
	border: 1px solid #CCCCCC;
}
#main.price table strong	{
	font-size: 20px;
	font-weight:700;
	line-height: 1.5em;
	color: #FF0000;
}
#main.price caption	{
	color: #cc3333;
	text-align: left;
	font-weight: bold;
	line-height: 1.5em;
}

#main.price .ff{
	flex-wrap:wrap;
}
#main.price .camp{
	background:#fff;
	border:2px solid #000;
	position:relative;
	margin:auto;
	margin-top:55px;
	padding:40px 20px 30px 20px;
	width:49%;
	margin-bottom:10px;
}
#main.price .camp:last-of-type{
	margin-bottom:10px;
}
#main.price .camp dl{
}
#main.price .camp dt{
	font-size:2rem;
	font-weight:700;
	line-height:1.5;
    border-bottom: 3px solid #000;
    margin-bottom: 15px;
}
#main.price .camp dt span{
	font-size:1.4rem;
	font-weight:500;
	display:inline-block;
	line-height:1.5;
}
#main.price .camp dd{
}
#main.price .camp dd span{
	font-weight:700;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
#main.price .camp dd em{
	font-size:3rem;
	color:#f30;
}
#main.price .camp dd span.exp{
	display:block;
	font-weight:500;
	background: none;
	font-size:1.3rem;
}

#main.price .camp dd p{
	background: #EFECEC;
	line-height:1.5;
	padding:5px 10px;
}
#main.price .camp p.num{
	position:absolute;
	font-size:3rem;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:500;
	line-height:53px;
	display:block;
	padding:0;
	text-align:center;
	background:#000;
	color:#fff;
	width:50px;
	height:50px;
	left:20px;
	top:-25px;
}
#main.price .area3 dl dt{
    position: relative;
}
#main.price .area3 dl dt a {
    position: absolute;
    right: 10px;
    background-color: #ffff66;
    color: #f30;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 10px;
}

#main.price #rakuraku{
    margin-top:-50px;
    padding-top:50px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
#main.price #rakuraku h4{
    line-height: 1.3;
    font-size: 2.4rem;
    font-weight: 700;
    border-bottom: 2px solid #000;
    margin-bottom: 25px;
}
#main.price #rakuraku h5{
    background:#0079DD;
    padding:5px 10px;
    color: #fff;
    margin: 20px 0 10px 0;
}
#main.price #rakuraku dl{}
#main.price #rakuraku dt{
    float:none;
    font-weight:bold;
}
#main.price #rakuraku dd{
    padding-left: 25px;
}
#main.price #rakuraku dd ul{
    margin-bottom: 10px;
}
#main.price #rakuraku dd li{
    display:block;
    margin-left: 17px;
    text-indent: -17px;
    color: #333;
    line-height: 1.3;
    margin-bottom: 5px;
}
@media (max-width: 801px) {
    #main.price .area3 dl dt {
        flex-wrap: wrap;
    }
    #main.price .area3 dl dt a {
        position: static;
        margin-inline: auto;
    }
    #main.price #rakuraku{
        margin-top:-20px;
        padding-top:20px;
    }
    #main.price #rakuraku h4{
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    #main.price #rakuraku h5{
        padding: 2px 5px;
    }
    #main.price #rakuraku dd{
        padding-left: 5px;
    }
    #main.price #rakuraku dd li{
        margin-left: 0;
        text-indent: 0;
    }
    #main.price #rakuraku .src-img img{
        width:150%;
        max-width:none;
    }
}

@media (max-width: 1100px) {
    #main.price .area3 .flex {
        flex-direction: column;
        gap: 20px;
    }
    #main.price .area3 dl.at{
        width: 100%;
    }
    #main.price .area3 dl.at.raku:before{
        top: auto;
        right: auto;
        left: 20px;
        bottom: 15px;
        width: 51px;
        height: 50px;
    }
}
@media (max-width: 801px) {
#main.price{
}
#main.price .pri05{
	width:100% !important;
}

#main.price .btn{
	width:100% !important;
	margin:10% 0 !important;
}
#main.price .btn a {
	width:100% !important;
}

#main.price .area3{
	margin-bottom:50px;
}
#main.price .area3:before{
}
#main.price .area3 .flex{
	display:block;
}
#main.price .area3 h4{
	font-size:1.6rem;
	margin-bottom:30px;
}
#main.price .area3 h4 span{
	font-size:4rem;
}
#main.price .area3 h5{
    font-size: 1.8rem;
    margin-bottom: 15px;
}
#main.price .area3 h5 span{
	font-size:1.4rem;
}
#main.price .area3 dl.at {
    margin: 0 0 3% 0;
    width: 100%;
}
#main.price .area3 dl.at dt {
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    vertical-align: middle;
    background: #FF3333;
}
#main.price .area3 dl dt em {
    font-size: 16px;
}
#main.price .area3 dl dt span {
    font-size: 11px;
}

#main.price .area5{
	margin-bottom:50px;
	padding-bottom:40px;
	padding-top:20px;
}
#main.price .area5 .flex{
	display:block;
}
#main.price .area5:before{
}
#main.price .area5 h4{
    font-size: 2rem;
    margin-bottom: 15px;
}

/* CPRICE */
#main.price .pri03{
	text-align:center;
	color:#f30;
	line-height:1.7;
	margin:30px 0;
	font-size:12px;
}
#main.price div.school01	{
	border: 1px solid #4C443E;
	padding: 10px;
	margin-bottom: 2em;
}
#main.price div.school01 p{
	font-size:1.2rem;
	line-height:1.5;
}
#main.price div.school01 ul{
}
#main.price div.school01 li{
	color:#f30;
	line-height:1.5;
	position:relative;
	padding-left:15px;
	margin-bottom:10px;
}
#main.price div.school01 li:before{
	position:absolute;
	left:0;
	top:5px;
}
#main.price table	{
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	margin-bottom: 1em;
	background:#fff;
}
#main.price th	{
	display:block;
	width: 100%;
}
#main.price th.th01	{
	background: #C7E3E6;
}
#main.price td	{
	display:block;
}
#main.price table strong	{
	font-size: 20px;
	font-weight:700;
	line-height: 1.5em;
	color: #FF0000;
}
#main.price caption	{
}

#main.price .camp{
	margin-top:45px;
	padding:50px 20px 20px 20px;
	margin-bottom:50px;
	width:100%;
}
#main.price .camp dl{
}
#main.price .camp dt{
	font-size:2rem;
    margin-bottom: 15px;
}
#main.price .camp dd{
}
#main.price .camp dd span{
}
#main.price .camp dd em{
}
#main.price .camp dd span.exp{
	font-size:1.2rem;
}

#main.price .camp dd p{
	line-height:1.7;
}
#main.price .camp p.num{
	font-size:2rem;
	line-height:33px;
	padding:0;
	width:30px;
	height:33px;
	left:20px;
	top:-15px;
}

#main.price .area3 h4 span, #main.price .area5 h4 span {
    font-size: 3.5rem;
	display:block;
}
}


/* scrool */
@media (max-width: 801px) {
	.src{
		flex-wrap:nowrap;
		white-space:nowrap;
		overflow-x: scroll;
	}
	/*スクロールバー表示させる*/
	.src::-webkit-scrollbar{ 
	   width: 5px;
	   height: 10px;
	   background: #b30624;
	}
	.src::-webkit-scrollbar-thumb{ 
	   background: #b30624;
	}
	.src::-webkit-scrollbar-track-piece:start{
	   background: #ccc;
	}
	.src::-webkit-scrollbar-track-piece:end{
	   background: #ccc;
	}
}

/* contact */
main.contact{
}
main.contact h3{
	color:#c83134;
	margin-bottom:50px;
}
main.contact h3 span{
    font-family: copperplate, serif;
    font-size: 4rem;
	letter-spacing:0.05em;
    line-height: 1.3;
}
main.contact h3 em{
    font-size: 1.8rem;
	font-weight:300;
}
main.contact .thanks{
	line-height:1.7;
	font-size:1.8rem;
	text-align:center;
	padding:5%;
}

main.contact .txt{
	line-height:1.7;
	font-size:1.4rem;
	margin-bottom:35px;
}
main.contact .txt span{
	display:block;
	font-weight:700;
}
main.contact .txt em{
	color:#f30;
	display:block;
	font-style:normal;
	margin:10px 0;
	padding:20px;
	background:#f0f0f0;
}
main.contact #area01{
}
main.contact .a1a{
}
main.contact .a1a p.p1{
	margin-bottom:50px;
}
main.contact .a1a .tbl{
	background:#fff;
	padding:60px 90px;
	box-sizing:border-box;
}
main.contact .a1a .tbl table{
}
main.contact .a1a .tbl th{
	width:310px;
	text-align:left;
	padding:12px 0;
	position:relative;
	font-weight:300;
	vertical-align:top;
}
main.contact .a1a .tbl td{
	padding:12px 0 12px 70px;
}
main.contact .a1a .tbl span.hs{
	display:inline-block;
	background:#c82f34;
	color:#fff;
	padding:2px 20px;
	position:absolute;
	right:0;
}
main.contact dl.dl1{
	margin:40px auto 60px auto;
}
main.contact dl.dl1 dt{
	font-weight:700;
	color:#1a4555;
	margin-bottom:1em;
}
main.contact dl.dl1 dd{
	line-height:2;
	font-size:1.4rem;
}
main.contact dl.dl1 dd a{
	text-decoration:underline;
	font-weight:500;
	color:#1484ae;
}

.contact .form form button,
.contact .form form textarea,
.contact .form form select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact .form form input[type="submit"],
.contact .form form input[type="reset"]{
	line-height:1.2;
	border: none;
	text-align:center;
	border-radius:0;
	padding:30px 0px;
	font-size:16px;
	line-height:1;
	background:#1a4555;
	color:#fff;
	max-width:420px;
	width:100%;
	margin:50px auto 100px auto;
	display:block;
	background-image:url(../img/common/icon-arr3.png);
	background-size:25px;
	background-repeat:no-repeat;
	background-position:90% center;
	cursor:pointer;
}
.contact .form form input.btn{
	border-radius:60px;
}
select::-ms-expand {
    display: none;
}
.contact .form form input[type="text"],
.contact .form form input[type="tel"],
.contact .form form input[type="email"],
.contact .form form textarea {
	padding: 15px 15px;
	font-size:14px;
	width:100%;
	box-sizing:border-box;
}
.contact .form form .inp{
	background:#eeeeee;
  width:400px !important;
}
.contact .form form .inp2{
	background:#eeeeee;
	width:100px !important;
}
.contact .form form .inp4{
	background:#eeeeee;
	width:150px !important;
}
.contact .form form input[type="button"],
.contact .form form input[type="file"]{
	border-radius:3px;
	padding:8px 10px;
	font-size:20px;
	line-height:1;
	background:#1a4555;
	color:#fff;
	max-width:420px;
	margin:50px auto 100px auto;
}
.contact .form form textarea{
	width:100% !important;
	height:180px !important;
	background:#eeeeee;
}
.contact .form form input[type="text"]:focus,
.contact .form form input[type="tel"]:focus,
.contact .form form input[type="email"]:focus,
.contact .form form textarea:focus {
}

#main.contact .custom {
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 0;
  background:#eeeeee;
  background-color: white;
  vertical-align: middle;
  width:400px;
	border:1px solid #eeeeee;
	margin:0;
}
#main.contact .mw_wp_form_confirm .custom {
	border:none;
}
#main.contact .custom > select {
  width: 100%;
	padding: 15px 15px;
	font-size:16px;
	background:#eeeeee;
	outline:none;
}
#main.contact .custom:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: block;
	width: 13px;
	height: 9px;
	pointer-events: none;
	text-align: center;
	content:"";
	background: url(../../images/common/sankaku.png);
	background-size:13px;
}
#main.contact .mw_wp_form_confirm .custom:after {
	display:none;
}

.contact .form form ::placeholder{
	color:#999;
}
.contact .form form .mwform-radio-field{
	margin:0 1em 0 0;
}
.contact .form form .check{
	text-align:center;
}
.contact .form form .mwform-checkbox-field{
	display:inline-block;
	margin:0 10px 0 0;
}
.contact .form form .mwform-checkbox-field a{
	text-decoration:underline;
}
.contact.recentry .form form .mwform-radio-field {
	display:inline-block;
}

.radio {
        display: none; /* まず、＜input＞タグの表示を消します*/
    }
    .radios label {
        position: relative;/* ＜label＞を位置の指標になる指示を書きます*/
        display: inline-block;
        padding: 3px 3px 3px 20px;
        cursor: pointer;
    }
    .radio+span::before,/* ＜span＞タグの疑似要素を作ります*/
    .radio+span::after {
        position: absolute;
        content: '';
        top: 50%;
        border-radius: 100%;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .radio+span::before {
        left: 0;
        width: 14px;
        height: 14px;
        margin-top: -8px;
        background: #f3f3f3;/* ラジオボタンの元の色の指定*/
        border: 1px solid #ccc;
    }
    .radio+span:hover::before {
        background: #fff;/* ラジオボタンのマウスオーバーしたときの色の指定*/
    }
    .radio+span::after {
        opacity: 0;
        left: 4px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #333;/* ラジオボタンのチェックした時の色の指定*/
        -webkit-transform: scale(2);
        transform: scale(2);
    }
    .radio:checked + span::before {/* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
        background: #fff;
        border: 1px solid #ccc;/* ラジオボタンのチェックした時の枠の線の指定*/
    }
    .radio:checked + span::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
	
.check {
        display: none; /* まず、＜input＞タグの表示を消します*/
    }
    .checks label {
        position: relative;/* ＜label＞を位置の指標になる指示を書きます*/
        display: inline-block;
        padding: 3px 3px 3px 20px;
        cursor: pointer;
    }
    .check+span::before,/* ＜span＞タグの疑似要素を作ります*/
    .check+span::after {
        position: absolute;
        content: '';
        top: 50%;
        border-radius: 3px;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .check+span::before {
        left: 0;
        width: 14px;
        height: 14px;
        margin-top: -8px;
        background: #f3f3f3;/* ラジオボタンの元の色の指定*/
        border: 1px solid #ccc;
    }
    .check+span:hover::before {
        background: #fff;/* ラジオボタンのマウスオーバーしたときの色の指定*/
    }
    .check+span::after {
        opacity: 0;
        left: 4px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #333;/* ラジオボタンのチェックした時の色の指定*/
        -webkit-transform: scale(2);
        transform: scale(2);
		border-radius:0;
    }
    .check:checked + span::before {/* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
        background: #fff;
        border: 1px solid #ccc;/* ラジオボタンのチェックした時の枠の線の指定*/
    }
    .check:checked + span::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

@media screen and (max-width: 801px) {
main.contact{
}
	main.contact h3{
		margin-bottom:20px;
	}
	main.contact h3 span{
		font-size: 3rem;
		display:block;
	}
	main.contact h3 em{
		font-size: 1.6rem;
	}
	main.contact h3 em em{
		display:none;
	}
	main.contact .txt{
		line-height:1.7;
		margin-bottom:5%;
	}
	main.contact #area01{
	}
	main.contact .a1a{
		padding:5% 0;
	}
	main.contact .a1a p.p1{
		margin-bottom:5%;
	}
	main.contact .a1a .tbl{
		padding:0;
	}
	main.contact .a1a .tbl table{
	}
	main.contact .a1a .tbl th{
		display:block;
		width:100%;
		padding:10px 10px 0 10px;
		box-sizing:border-box;
	}
	main.contact .a1a .tbl td{
		padding:10px;
		box-sizing:border-box;
		display:block;
		width:100%;
	}
	main.contact .a1a .tbl span.hs{
		display:inline-block;
		margin-left:10px;
		padding:2px 10px;
		position: static;
	}
	main.contact dl.dl1{
		margin:5% auto;
	}
	main.contact dl.dl1 dt{
	}
	main.contact dl.dl1 dd{
		line-height:1.7;
		font-size:1.6rem;
	}
	
	.contact .form form button,
	.contact .form form textarea,
	.contact .form form select {
	}
	.contact .form form input[type="submit"],
	.contact .form form input[type="reset"]{
		padding:15px 0px;
		font-size:1.8rem;
		margin:5% auto 10% auto;
		background-image:url(../img/common/icon-arr3.png);
		background-size: 20px;
		background-position: 90% center;
		background-repeat:no-repeat;
		width:90%;
	}
	.contact .form form input[type="text"],
	.contact .form form input[type="tel"],
	.contact .form form input[type="email"],
	.contact .form form textarea {
	}
	.contact .form form .inp{
	  width:100% !important;
	}
	.contact .form form .inp2{
		width:20% !important;
	}
	.contact .form form .inp4{
		width:30% !important;
	}
	.contact .form form input[type="button"],
	.contact .form form input[type="file"]{
	}
	.contact .form form textarea{
		width:100% !important;
		height:150px !important;
	}
	.contact .form form input[type="text"]:focus,
	.contact .form form input[type="tel"]:focus,
	.contact .form form input[type="email"]:focus,
	.contact .form form textarea:focus {
	}
	
	#main.contact .custom {
	  width:100%;
	}
	#main.contact .custom > select {
	}
	#main.contact .custom:after {
	}
	
	.contact .form form ::placeholder{
	}
	.contact .form form .mwform-radio-field{
		margin:0 0 0 0;
		display:block;
	}
	.contact .form form .check{
	}
	.contact .form form .mwform-checkbox-field{
	}
	.contact .form form .mwform-checkbox-field a{
	}
	
main.contact .thanks{
	font-size:1.4rem;
	text-align:center;
	padding:5% 0;
}

}


#main.price .area{
    background: #f30;
    padding: 5px 10px 10px 10px;
    margin-top: 10px;
}
#main.price .area .exp{
    text-align: right;
    font-size: 1.1rem;
    color: #fff;
}
#main.price .area table{
    width: 100%;
    background: transparent;
    border: none;
    border-collapse:separate;
    border-spacing:10px;
    margin: 0;
}
#main.price .area table td{
    border: none;
        background: #fff;
    border-radius: 10px;
}
#main.price .area table p{
    margin: 0;
}
#main.price .area table span{
    color: #1d2975;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: bold;
    display: block;
}
#main.price .area table em{
    color: #d11176;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3;
    font-style: normal;
}
#main.price .area table em em{
    font-size: 2.2rem;
}

@media (max-width: 801px){
#main.price .area table{
    border-spacing:0px;
}
#main.price .area table td{
    margin: 0 5px 10px 5px;
}
}
