@charset "UTF-8";

.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

#content {
  max-width: 100%;
  margin: 3rem auto;
  text-align: center;
}

#featured_img img,
#thumb_img img {
  max-width: 100%;
}

#thumb_img {
  margin-top: 2%;

}
#thumb_img img {
  float: left;
  max-width: 32%;
  width: 31%;
  cursor: pointer;
  margin-right: 1%;
  margin-left: 1%;
  border: 2px solid #eee;
  box-sizing: border-box;
}
#thumb_img img.active {
  border: 2px solid #cac6b8;
}
#thumb_img img:last-child {
  margin-right: 0;
}
#img{
	max-height:  400px;
	width: auto;

	
}
iframe{
	height: 1100px; max-width: 900px; width: 100%;
}
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;
}
/* 文字関連 */

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;
	text-align: left;
	margin-left: 3%;
	color: #1DA390;
}


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{
  background-color: #f9dede;
  border-radius: 6px;
  }

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

}


img{
	max-width: 100%;
	height: auto;
	text-align: center;
}



/* 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;
}

.square{
	width: 100%;
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left:auto;
	border:solid 1px #7C746B;
	text-align: left;
	padding: 8px;
}

.lineup {
	width: 70%;
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left:auto;
}


.banner {
	background-color: #FFFFFF;
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

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

}
.button {
	margin-left: auto;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	transition: all 0.3s linear;
	float: left;
}
.button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
/*	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer; */
}

.copyright {
	font-size: 13px;
	clear: both;
	text-align: center;
	background-color: #6a9176;
	color: #fff;
	font-weight: lighter;
	border-top-width: 2px;
}
.footer_banner {
	border-top:solid 1px #ccc;
	margin-bottom: 0px;
	background-repeat: repeat;
	clear: both;
	text-align: center;

}


.address {
	
	width:28%;
	text-align: left;
	float: left;
	margin: 0 30px;

}
.another {
	width: 23%;
	float: left;
}

.topimage {
	margin-top:10px; 
}

/*ぱんくず用のdiv*/

.bread{
	text-align: left;
	width: 100%;
	font-size: 14px;
}
.bread a{
	text-decoration: none;
	color: #607565;
}
.comment{
	width: 95%;	
	margin-left: auto;
	margin-right: auto;
	
}


.square_btn{
	width: 200px;
    display: inline-block;
    font-weight: bold;
    padding: 0.7em 0.1em;
	margin: 0.2em 0.1em;
    text-decoration: none;
    color: #4e454f;
    border-bottom:solid 3px #D7D7D7;
    transition: .4s;
  }

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

.square_btn2{
	width: 200px;
    display: inline-block;
    font-weight: bold;
    padding: 0.7em 0.1em;
	margin: 0.2em 0.1em;
    text-decoration: none;
    color: #4e454f;
    border-bottom:solid 3px #f9dede;
    transition: .4s;
  }

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

table{
	width: 95%;
	padding:0;
	margin-right:auto;
	margin-left: auto;
	table-layout: fixed;
	border: solid 1px #AAAAAA;
	border-collapse: collapse;
}

table tr{

}
table td{
	vertical-align:middle;
	border: solid 1px #AAAAAA;
	font-size: 12px;
	padding: 7px;
}

table th, table td{
	text-align:left;
	;
}

table th{
	font-size:12px;
}

.attention {
	text-align: left;
	font-size: 12px;
	color: #5B5B5B;
	margin-bottom: 50px;
}

.sane {
	border: 0px;
	text-align: left;
	margin: auto;
	margin-right: auto;
	margin-left: auto;
	table-layout: fixed;
}
.sane {
	width: 50%;
	text-align: center;
}

.contact {
	text-align: center;
	table-layout: fixed;
	border: 0px;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}


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

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

/* 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: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 33%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
	

.footer_column {
	width: 100%;
	margin: 0px;
	
}
	
.banner {
	background-color: #2D9AB7;
	background-image: none;
}

	
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;
	
}

.topimage{
	margin-top: 10px;
	width:100%;
	
}
section{
	width: 100%;
}

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

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


}


.lineup {
	width: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left:auto;
}
	
	
.comment{
	width: 95%;
	}
	
	.sane{
		text-align: center;
	}
	
	.contact{
		text-align: center;
	}
	

	th{
		font-size: 9px;
	}
	
	.text {
	
	text-align: left;
	padding-left: 0px;
}
	
table td{
	display:block;
	font-size:12px;
	border: solid 1px #ddd
	}
table th{
	display:block;
	text-align:center;
	font-size:12px;
	border: solid 1px #ddd
	}


table td:last-child{
	border-bottom:0;
	}

table td:before {
	content:attr(data-label);
	float:left;
	font-weight: bold;
	}
	h3{
		margin-left: 0%;
	}
	
	.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;
	
}
	.topimage{
	margin-top: 10px;
	width:100%;
	
}
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;
}
.comment{
	width: 95%;
	}
	
header nav ul {
	padding: 0px;
	float: none;
}
header{
		width: 100%;
		height: 22%;
		border-bottom: 1px solid #131313;
		background-color: #FFFFFF;
		position: initial;
	}

.hero{
		margin-top: 110px;
	}
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;
}


.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}


.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
	section {
	width: 100%;
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left:auto;
}
body{
	font-size: 12px;
	}

	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;

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

}
.another {
	width:50%;
}

.bread{
	text-align: left;
	width: 100%;
}
.lineup {
	width: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left:auto;
}
	
	

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

	.contact{
		text-align: center;
	}
	.text {
	
	text-align: left;
	padding-left: 5px;
}
h3{
		margin-left: 0%;
	}
	table td{
	display:block;
	font-size:12px;
	}
table th{
	display:block;
	text-align:center;
	font-size:12px;
	}


table td:last-child{
	border-bottom:0;
	}

table td:before {
	content:attr(data-label);
	float:left;
	font-weight: bold;
	}
	
	.wrapper2{
		width: 100%;
	}
	
	}


/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
	

.banner {
	margin-top: 0px;
	padding-top: 0px;
}
	.text {
	
	text-align: left;
	padding-left: 5px;
}
	.bread{
	text-align: left;
	width: 100%;
	}

.container{
		width: 80%;
	}
}
@media (min-width: 1097px) and (max-width: 2000px) {
	body{
		width: 100%;
		font-size: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.address{
		font-size: 11px;
	}
	.comment{
		font-size: 12px;
	}

	.contact {
	width: 50%;
}
	.topimage{
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.wrapper2{
		width : 900px;
	}
	}


.form {
	font-size: 12px;
	font-weight: bold;
	color: #2B303E;
	margin:5px;
	
}
dl{
	text-align: left;
}
.input {
	text-align: left;
	padding-left: 0;
}



/* 納材用テーブル02 */


table.table02 {
	width:100%;
	border-right:#B5C0C9 solid 1px;
	border-collapse: collapse;
	text-align: center;
}
table.table02 thead th {
	background:#FFFFF1;
	color:#000;
	padding:10px 10px;
	border-right:#B5C0C9 solid 1px;
	border-bottom:#B5C0C9 solid 1px;
}
table.table02 thead th:last-child {
	border-right:#B5C0C9 solid 1px;
}
table.table02 tbody th {
	background:#FFFFF1;
	color:#000;
	padding:10px 15px;
	border-bottom:#B5C0C9 solid 1px;
	vertical-align:middle;
}
table.table02 tbody tr:last-child th {
	border-bottom: #B5C0C9 solid 1px;
	color: #000;
}
table.table02 tbody td {
	background: #FFF;
	padding: 10px 15px;
	border-left: #B5C0C9 solid 1px;
	border-bottom: #B5C0C9 solid 1px;
	vertical-align: middle;
	text-align: center;
}
 
@media screen and (max-width: 800px) {
table.table02 thead {
	display:none;
}
table.table02 tbody th {
	display:block;
}
table.table02 tbody td {
	display:block;
}
table.table02 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table02 tbody td p {
	padding-left:6em;
}
}