@charset "UTF-8";

/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
	
}

#hamburger{
	z-index: 3;
}

.container{
    width: 100%;
	background-image:url("../image/bg/container-bg.jpg");
	background-attachment: fixed;
	margin-bottom: -100px;
	background-size: contain;
	
}

#wrapper{
	width:100%;
	overflow: hidden;
	
}

#menu {
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 50px;
  padding:1.4rem 0rem;
  z-index: 2000;
}

#menu h1{
	line-height: normal;
	font-size: 1rem
}

/*p{
  text-align: center;
  font-size: 3rem;
  color: #f49542;
}*/
.h100{
  height: 100px;
}

.pc{display: block;}
.sp{display: none;}
@media screen and (max-width: 640px) {
	.pc{display: none;}
	.sp{display: block;}
}

/*------------------------------------------------------------------------------*/
/*menu**/
/*-------------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}
/*body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #e6e6e6;
	letter-spacing : 0.2em;
}*/
header {
	/*padding: 30px 4% 10px;
	position: fixed;
	top: 0;*/
	width: 100%;
	background-color: transparent;
	display: flex;
	align-items: center;
	padding: 0 25px;
}
h1 {
	margin: 0; padding: 0;
	font-size: 20px;
}

header h2{
	font-size:1.6rem;
	font-weight: bold;
	display: flex;
	
}

a {	
	text-decoration: none;
	color: #fff;
}




nav {
	margin: 0 0 0 auto;
}
ul {
	list-style: none;
	margin: 0;
	display: flex;
}
header li {
	margin: 0 0 0 20px;
	font-size: 14px;
	font-weight: bolder;
	line-height:100%;
}
li {
	margin: 0 0 0 20px;
	font-size: 14px;

}
.main-visual {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1000vh;
	
}
h2 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

.sp-nav {
	display: none;
}

@media screen and (max-width: 640px) {
	/*ハンバーガーメニュー*/
	.pc-nav {
		display: none;
	}
	.sp-nav {
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: block;
		background: rgba(0, 0, 0, .8);
		opacity: 0;
		transform: translateY(-100%);
		transition: all .2s ease-in-out;
	}
	#hamburger {
		position: relative;
		display: block;
		width: 30px;
		height: 25px;
		margin: 0 0 0 auto;
	}
	#hamburger span {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		transform: translateY(-50%);
	}
	#hamburger::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
	}
	#hamburger::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 70%;
		height: 2px;
		background-color: #fff;
	}
	/*スマホメニュー*/
	.sp-nav ul {
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.sp-nav li {
		margin: 0;
		padding: 0;
	}
	.sp-nav li span {
		font-size: 15px;
		color: #fff;
	}
	.sp-nav li a, .sp-nav li span {
		display: block;
		padding: 20px 0;
	}
	/*-閉じるアイコンー*/
	.sp-nav .close {
		position: relative;
		padding-left: 20px;
	}
	.sp-nav .close::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( 45deg );
	}
	.sp-nav .close::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( -45deg );
	}
	.toggle {
		transform: translateY( 0 );
		opacity: 1;
	}
	.main-visual {
		padding: 0 4%;
	}
	h2 {
		line-height: 1.6;
		text-align: center;
	}
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.brunk{
	width:100%;
	padding: 10px 0 0 24px;
}

.brunk img{
	display: inline-block;
}



.copycase{
	width:100%;
	position: absolute;
	top:40%;
	z-index: 800;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
background-color:rgba(0,0,0,0.44);
	
}

.copycase h1{
	text-align: center;
	font-size: 3rem;
	padding: 20px 0 0;
	color:#FFF;
	text-shadow: 2px 2px 3px #353434;
}

.copycase p{
	text-align: center;
	font-size: 1.5rem;
	padding: 0 0 20px;
	color:#fff;
	text-shadow: 2px 2px 3px #353434;
}

@media(max-width:1000px){
	.copycase{
		width:100%;
		position: absolute;
		top:30%;
		z-index: 800;
	}
	.copycase h1{
		text-align: center;
		font-size: 1.5rem;
		color:#FFF;
		text-shadow: 2px 2px 3px #353434;
	}
	.copycase p{
		text-align: center;
		font-size: 1.1rem;
		color:#fff;
		text-shadow: 2px 2px 3px #353434;
	}	
}



/*footer*/
#footer{
	width:100%;
	position: relative;
	bottom: 0px;
	padding:0px 0 0 0;
	margin:0 auto;
	overflow: hidden;
	font-size:0.8rem;
	background-color:#333333;
}

.f-nav dl {
    width: 260px;
    float: left;
    margin-right: 20px;
}
.f-nav dl:last-child {
    margin-right: 0;
}

.f-inner {
    padding: 40px 0 45px 0;
    max-width: 1100px;
	width: 90%;
    margin: 0 auto;
}
.f-inner dt{
	border-top:solid #939393 1px;
	line-height: 1.5;
	padding: 22px 0 8px;
	margin-top: 10px;
	color: #fff;
}
.f-inner dd{
	padding: 0 0 10px 0;
}

.tel-area{
	color:#FFF;
	display: inline-block;
	vertical-align: top;
}

.p1{
	color:#fff;
	width:500px;
	display:inline-block;
	line-height: 1.5;
}

.copyright{
	color:#FFF;
}

.f-inner dt a, .f-inner dd a{
	letter-spacing: 0.2px;
	color:#ABABAB;
}
.f-inner dt a:hover{
	color:#fff;
}
.f-inner dd a:hover{
	color:#fff;
}

.yobi, .yobi dt{
	line-height: 1.5rem;
	padding: 10px 0;
}


.address-area{
	width:350px;
	display:inline-block;
}

.logo{
	width:200px;
	display:inline-block;
	vertical-align: top;
	padding-top: 4px;
}

.f-bottom {
	max-width: 1100px;
	width: 100%;
    margin: 40px 0 0 0;
    display: inline-flex;
    padding: 26px 0 30px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.sns{
	margin: 0 0 0 auto;
	display: flex;
}

.sns img{
	height: 14px;
	width:100%;
	display:inline-block;
}

.copyright{
	text-align: center;
	padding:2%;
	background-color:#000;
}



.catchebox{
    width: 100%;
    padding:100px 0 100px 0;
	margin:0 auto;
  
    background-color: #E50C10;
}


@media screen and (max-width: 640px) {
	.f-inner{
    	width: 67%;
	}
	.f-bottom{
		display: inline-block;
		width: 100%;
	}
	.f-inner dt{
		line-height: 2;
	}
	.f-inner dt{
		padding: 10px 0 0;
	}
	.address-area p{
		padding: 10px 0 0;
	}
	.sns{
		padding: 20px 0 0;
	}
	.sns li{
		padding: 0;
		margin: 0 20px 0 0;
	}
	.tel-area{
		width:100%;
	}
}




.contents01{
	width:48.5%;
	padding:25px;
	background-color: #A9B2B9;
}
.wrapper .leftblock{
	margin: 50px 10px 0 50px;
}
.wrapper .rightblock{
	margin: 50px 50px 0 10px;
}
@media(max-width:1000px){
	.contents01{
		width:90%;
		padding:25px;
		background-color: #A9B2B9;
	}
	.wrapper .leftblock{
		margin: 20px auto;
	}
	.wrapper .rightblock{
		margin: 0 auto 10px;
	}
}

.contents02{
	width:80%;
	margin:5% auto;
	padding:25px;
	background-color: #A9B2B9;
	/*background-image: url("../image/officeshop/Set-of-Poison-Ivy-Plant.jpg");*/
}

.contents03{
	width:100%;
	margin:5% auto;
	padding:25px 25px 100px;
	background-color: #FFF;
	
}

.contentsline{
	width:49.7%;
	margin:0 0%;
	display: inline-block;
	vertical-align: top;
	height: 400px;
	background-color:#FFF;
	padding:2%;
	overflow: hidden;
}

.contentsline2{
	width:100%;
	margin:0 0%;
	display: inline-block;
	vertical-align: top;
	background-color:#FFF;
	padding:5%;
	overflow: hidden;
}

.contentsline2 p{
	text-align: justify;
}
.contentsline2 img{
	margin: 10px 0 0;
	width:100%;
}

@media(max-width:1000px){
	.contentsline2{
		background-image:none;
	}
}

.contentsline ul{
	display: block;
	list-style-type: circle;
	line-height: 1rem;
}

.contentsline li{
	line-height: 2rem;
}

.contentsline02{
	width:100%;
	margin:0 0%;
	display: inline-block;
	vertical-align: top;
	height: auto;
	background-color:#FFF;
	padding:2%;
	overflow: hidden;
}

.contentsline03{
	width:48%;
	margin:0 0%;
	display: inline-block;
	vertical-align: top;
	height: auto;
	background-color:#FFF;
	padding:2%;
	overflow: hidden;
}

@media(max-width:1000px){
	.contentsline03{
		width:100%;
	}
}

.contentsline03 table tbody tr td {
	text-align: justify;
	padding: 10px;
}

.contentsline03 .leftblock{
	padding: 2% 0 2% 5%;
}
.contentsline03 .rightblock{
	padding: 2% 5% 2% 3%;
}
@media(max-width:650px){
	.contentsline03 .leftblock{
		padding: 5% 0;
	}
	.contentsline03 .rightblock{
		padding: 0 0 3%;
	}
}


div#wrapper_red {
    padding: 0 5%;
}
@media(max-width:680px){
	div#wrapper_red {
    	padding: 0 15%;
	}
}

.imagebox{
	width:100%;
	overflow: hidden;
}
.imagebox img{
	width:100%;
}

.contentsline p{
	color:#4D4B4B;
	font-size:1.0rem;
	margin-bottom: 10px
}
.contentsline h2{
	color:#4D4B4B;
	font-size:1.4rem;
	font-weight: bold;
	border-bottom: solid 1px ;
	margin-bottom: 10px;
	
}

.contentsline2 h2{
	color:#4D4B4B;
	font-size:1.4rem;
	font-weight: bold;
	border-bottom: solid 1px ;
	margin-bottom: 10px;
	
}


@media(max-width:1200px){
	.contentsline{
		width:100%;
		margin:3% auto;
		height: auto;
	}
}

@media(max-width:1200px){
	.contentsline2{
		width:100%;
		margin:3% auto;
		height: auto;
	}
}


.contentstitle{
	width:100%;
	padding:2%;
	margin:0% auto 1%;
	color:#FFF;
	
}

.contentstitle h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	color:#FFF;
	font-size: 1.6rem;
	position: relative;
    padding: .25em 0 .5em .75em;
    width: auto;
}

.contentstitle h1::after {
  position: absolute;
  left: 0;
  bottom:10px;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #FFF;
}

.contentstitle p{
	padding: 0 0 0 1.2rem;
}

@media(max-width:1000px){
.contentstitle{
	width:100%;
}
}


.contentstitle2{
	width:100%;
	padding:2%;
	margin:0% auto 1%;
	color:#FFF;
	background-color:#827B68;
	
}

.contentstitle2 h1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
	color:#FFF;
	font-size: 1.6rem;
	
	
	
}

.contentstitle2 h1 {
    position: relative;
    padding: .25em 0 .5em .75em;
    width: auto;
  
}
.contentstitle2 h1::after {
  position: absolute;
  left: 0;
  bottom:10px;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #FFF;
}


@media(max-width:1000px){
.contentstitle2{
	width:100%;
}
}



ul.bxslider li{
	margin: 0 20px 0 0;
}






.title{
	display: inline-block;
	
	float: right;
}

.title h2{
color:#6A6A6A;
font-weight: bold;
}


@media(max-width:1000px){
	.title img{
		width:80%;
	}
	.title h2{
color:#FFF;

}
}

table {
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
width:100%;
	margin-bottom:5%;
	
}
table a{
	color:#000;
}


table thead th,
table tbody th,
table tbody td {
  padding: .3% 1.5%;
  border-bottom: 1px solid #aaa;
}
table thead th {
    background-color: #464646;
    color: rgba(255,255,255,1.00)
}
table tbody th {
  background-color: #eee;
width:30%;
}
table thead th + th,
table tbody td {
  border-left: 1px solid #aaa;
}
table tbody tr:last-child th,
table tbody tr:last-child td {
  border-bottom: none;
}


#mapbox{
	max-width: 1100px;
	width: 100%;
    padding: 1% 1% 0.5%;
    margin:2% auto 0;
    border: solid 1px rgba(70,67,67,1.00);
    border-radius: 12px;
	margin-top:25px;
}
@media(max-width:650px){
	#mapbox{
    padding: 15px 15px 7px;
    margin:4% auto;
	}
}

.icon img{
width:18%;	
}


#anc{
	margin-top:-100px;
	padding-top:100px;
}


.sidebotton
{
	
  position: fixed;
  bottom: 10%; 
  right: 0px;
  padding: 50px 25px 50px 25px;
	background-color:rgba(6,48,247,0.33);
	z-index: 800;
	color: #FFF;
	border-radius: 5px 0px 0px 5px; /* 左上・右上・右下・左下 */
	border:solid 1px;
	text-align: right;
	
-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: bolder;

}

@media(max-width:650px){
	.sidebotton
	{
		  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
		padding: 10px 25px 10px 10px;
	}
}

.sidebotton a{
	color:#FFF;
}
.sidebotton:hover{
	background-color:rgba(255,130,21,0.52);
}


.sidebotton a:hover {
    color: orange;
    text-decoration: underline;
}

.topnec{
	width:100%;
	padding:3%;
	background-color:#6F3D27;
}

.topnecin{
	width:80%;
	margin: 0 auto;
}

.lineinfo{
	display:inline-block;
	width:49%;
	padding-left: 70px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color:#FFF;
}

@media(max-width:1000px){
	
	.lineinfo{
		vertical-align: top;
		width:100%;
		padding-left: 0;
		text-align: center;
	}
		
	.lineinfo h2{
		font-size:1.5rem;
	}
	.topnecin{
	width:100%;
	margin: 50px 0 0 0;
}
	
}

#howto{
	margin-top:-100px;
	padding-top:100px;
	
}

#property{
	margin-top:-100px;
	padding-top:100px;
}


.wrapper{
	
	display:-webkit-flex;
display:flex;
	justify-content: center;
	
}

@media(max-width:1000px)
{
	.wrapper{
		display:inline-block;
	}
}


footer .f-bottom .left-area .address-area .tel-area .tel{
    letter-spacing: normal;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 24px;
	font-weight: bold;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
	margin: 0 30px 0 0;
}
footer .f-bottom .left-area .address-area .tel-area .fax{
    letter-spacing: normal;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 14px;
	font-weight: bold;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
}
@media(max-width:680px)
{
	footer .f-bottom .left-area .address-area .tel-area .tel{
		font-size: 30px;
	}
	footer .f-bottom .left-area .address-area .tel-area .fax{
		font-size: 20px;
		display: block;
	}
	#footer{
		font-size: 1.0rem;
	}
	.logo{
		padding: 20px 0;
	}
	.logo a img{
		width: 200px;
		height: auto;
	}
	.sns img{
		height: 20px;
	}
}



.contact{
	display: none;
}
@media screen and (max-width: 640px) {
.contact{
	display: flex;
	position: fixed;
	bottom: 0;
	z-index: 10000;
	background-color: #fff;
	
}
	
	
	
	.contact img:hover{
		opacity: 0.9;
	}

.contact .tel img{
	
	width: 100%;
	height: auto;
	vertical-align: top;
	background-color: #fff;
		
}
.contact .mail img{
	width: 100%;
		height: auto;
	vertical-align: top;
	background-color: #fff;
}
	
	
	
	.copyright{
	padding-bottom:100px;
	}
	
	.contact2{
		display: none;
	}
	
}




.rist{
	  padding-bottom: 9px;
}

.rist:last-child{
	padding-bottom: 0px;
}

span{
	font-weight: bold;
}

