@charset "UTF-8";
/* Body */
body {
	font-family:  "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	min-width:320px;
	font-size: 16px;
}
/* 文字関連 */
.footer_banner {
	border-top:solid 1px #ccc;
	margin-bottom: 0px;
	background-repeat: repeat;
	clear: both;
	text-align: center;

}



h1{
	text-align: left;
	position: relative;
	padding-left: 30px;
	color: #000000 ;
	font-size: 20px;
}
h1::before,
h1::after{
	content: "□";
	position: absolute;
}
h1::before{
	left:0;
	top:-3px;
}
h1::after{
	left: 5px;
	top: 3px;
	color: #A1B8D1;
}


h2{
	font-size: 18px;
	font-weight: 600;
	border-bottom: solid 2px #D6C2A7;
	text-align: left;
	margin-bottom:0px;
/*線の種類（実線） 太さ 色*/

}

h3{
	font-size: 16px;
	 background: linear-gradient(transparent 70%, #F3F1A7 70%);
	text-align: left;
	display: inline-block;
	
  }

h5 {
font-size: 1 2em;
padding-left: 1.2em;/*アイコン分のスペース*/
line-height: 1.4;
}

h5:before{
font-family: FontAwesome;/*忘れずに*/
content: "\f00c";/*アイコンのユニコード*/
font-size: 1em;/*サイズ*/
left: 0;/*アイコンの位置*/
top: 0;/*アイコンの位置*/
color: #2FCF96; /*アイコン色*/
}


.aka{
	font-size: 18px;
	border-bottom: solid 2px #7E0C0E;
	margin-bottom:0px;
  }

/* Container */
.container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top:85px;
	/*height: 1000px;*/
	background-color: #FFFFFF;

}


img{
	max-width: 100%;
	height: auto;

}


/* Navigation */

header {

	background-color: #fff;
	border-bottom: 1px solid #131313;
	margin-left: auto;
	margin-right: auto;
	position: fixed;            /* ヘッダーの固定 */
    top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
    height: 80px;              /* 縦幅140px */
	z-index: 9999;
}
.logo {
	width: 42%;
	float: left;
	text-align: right;
}

nav {
	float: right;
	text-align: left;
	width: 54%;
	margin-top: 15px;
}

header nav ul {
	list-style: none;
}

nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 15px;
	margin-right: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #000;
	text-decoration: none;
}
ul li:hover a {
	color: #6F5844;
}


/* About Section */

section {
	width: 80%;
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left:auto;
}

/* More info */
footer {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	display: inline-block;

}


.copyright {
	font-size: 13px;
	clear: both;
	text-align: center;
	background-color: #6a9176;
	color: #fff;
	font-weight: lighter;
	border-top-width: 2px;
}

.topimage {
	width: 100%;	
	text-align: center;

}

/*ぱんくず用のdiv*/

.bread{
	text-align: left;
	width: 100%;	
}
.bread a{
	text-decoration: none;
	color: #607565;
}



.square_btn{

 	background: #FFF;
  	border-radius: 3px;
 	box-shadow: 0 1px 7px rgba(0,0,0,0.2);
	width: 200px;
    display: inline-block;
    font-weight: bold;
    padding: 0.3em 0.1em;
	margin: 0.2em 0.1em;
    text-decoration: none;
    color: #4e454f;

    transition: .4s;
  }

.square_btn:hover {
    background: #e0e0e0;
    color:#4e454f;
}


.square_btn2{

 	background: #FFF;
  	border-radius: 3px;
 	box-shadow: 0 1px 7px rgba(0,0,0,0.2);
	width: 200px;
    display: inline-block;
    font-weight: bold;
    padding: 0.3em 0.1em;
	margin: 0.2em 0.1em;
    text-decoration: none;
    color:#7E0C0E;

    transition: .4s;
  }

.square_btn2:hover {
    background: #e0e0e0;
    color: #4e454f;
}

.square{
	width: 100%;
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left:auto;
	border:solid 1px #7C746B;
	text-align: left;
	padding: 8px;
}
table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	table-layout: fixed;
	text-align: center;
}

table tr{
	border:1px solid #ddd;
}
table td{

	border:1px solid #ddd;
	vertical-align:middle;
}

table th{
	border:1px solid #ddd;

}



.wrapper{
	max-width: 100%;
    margin: 0 auto;
    text-align: center;
	clear: both;
}
.wrapper2{
	width: 81%;
	margin: 0 auto;

}



.text {
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 4px;
}

.jpanel{
	clear: both;
}

.seihin{
	float: left;
	width: 45%;
}
.seihin2{
	float: right;
	width: 45%;
}


/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container{
		width: 100%;
	    margin-top: 0px;
	}

img{
	max-width: 100%;
	height: auto;
	text-align: center;
}
	
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	background: #52bad5;
}

header{
	position: initial;
	height: 130px;
	}
	
nav {
	float: initial;
	width: 100%;
	padding-left: 0%;
	margin-top: 5px;
	

}
	
nav ul li {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 33%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
	

	
body{
		font-size: 12px;
	}

	footer {
	width: 100%;
	padding-left: 0%;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	display: inline-block;

}

	.address {
	
	width:100%;
	text-align: center;
	float: initial;
	margin: 0 3px;
	margin-left: auto;
	margin-right: auto;

}
.another {
	width:50%;
	float: initial;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
	
}



header nav ul {
	padding: 0px;
	float: none;
}

.bread{
	text-align: left;
	width: 100%;
	font-size: 10px;

}

	.sane{
		text-align: center;
	}

	
	th{
		font-size: 9px;
	}
	
	.text {

	text-align: left;
	padding-left: 0px;
}
.wrapper2{
		width: 100%;
	}

}
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
	
}
img{
	max-width: 100%;
	height: auto;
	text-align: center;
}
.container{
		width: 96%;
		margin-top: 0px;
	}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: inline-block;
}

header nav ul {
	padding: 0px;
	float: none;
}
header{
		width: 100%;
		height: 22%;
		border-bottom: 1px solid #131313;
		background-color: #FFFFFF;
		position: initial;
	}

nav {
	float: right;
	width: 100%;
	padding-left: 0%;
	margin-top: 0px;
}
nav ul li {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 33%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	}

	h5{
		font-size:13px;
	}
	
	
	footer {
	width: 100%;
	padding-left: 0%;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	padding-bottom: 35px;
	display: inline-block;

}


.bread{
	text-align: left;
	width: 100%;
}

.sane {
	text-align: center;
	width: 90%;
}
	.wrapper2{
		width: 100%;
	}
	}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

.container{
		width: 80%;
	}
.text {
	
	text-align: left;
	padding-left: 5px;
}

	.topimage{
		width:  100%;
	}

}
@media (min-width: 1097px) and (max-width: 2000px) {
	body{
		width: 100%;
		font-size: 15px;
		margin-left: auto;
		margin-right: auto;
	}

	.contact {
	width: 50%;
}

	.wrapper2{
		width : 900px;
	}
		.topimage{
		width:  100%;
	}

	}
