@charset "utf-8";
/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}

body{
	color: #000;
	line-height: 1.5;
	font-size: 20px;
	font-family: sans-serif;
}

img{
	border: 0;
	max-width: 100%;
	height: 300;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}

a{
	color: #000;
	transition: 0.5s;
}
a:hover{
	color: #d53e04;
}

a:hover img{
	opacity: 0.7;
}

	
/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
	content: "\e601";
}
.icon-facebook:before {
	content: "\e600";
}
/*
=========================================
	Base Layout
=========================================
*/
/*ALL and Smart Phone*/
.container{
	width: auto;
}
.full{
	margin-left: -10px;
	margin-right:-10px;
}

/*
=========================================
	Modules（Block）
=========================================
*/

/*header
--------------------*/
#header{
	padding: 12.5%;
	text-align: center;
}

/*global navigation
--------------------*/
#gnav{
	background: #fff;
}
#gnav li{
	float: left;
	width: 20%;
	text-align: center;
}
#gnav a{
	display: block;
	padding: 10% 0;
	color: #000;
	text-decoration: none;
	font-size: 25px;
    font-family: 'Noto Serif', serif;
	font-style: bold;
}
#gnav a:hover{
	color: #aaa;
}
/*main
--------------------*/
#main{
	margin-bottom: 100px;
}

/*introduction
--------------------*/
#intro{
	padding:20px 10px;
}

/*info
--------------------*/
#info{
	margin-bottom: 50px;
}
	.info-text {
		float: left;
		width: 65.9574%;
	}
	.info-list dt{
		float: left;
		width: 7em;
		padding: 10px 0;
		border-top: #000 1px dotted;
	}
	.info-list dd{
		padding: 10px 0;
		width: 70%;
		border-top: #000 1px dotted;
		overflow: hidden;
	}
	.info-list :first-of-type{
		border-top: none;
	}
	.info-photo {
		float: right;
		width: 31.914894%;
		margin-bottom: 50px;	
	}


/*menu-----*/
#menu{
		clear: both;
		margin-bottom:60px;
	}
	.menu-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 8px 16px;
	}
	.menu-list li {
		margin-bottom: 30px;
	}
	.menu-text{
		padding: 5px;
		text-align: center;
	}

/*banner
--------------------*/
/*#banner{
	clear: both;
}
.banner-list li{
	float: left;
	width: 42.553%;
	margin-left: 3.191%;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.banner-list li:nth-child(3n){
	margin-right: 0;
}
.banner-list li img{
	border: #fff 5px solid;
	box-sizing: border-box;
}
@media screen and (max-width: 640px){
	.banner-list{
		width: 83.3333%;
		max-width: 300px;
		margin: 0 auto;
	}
	.banner-list li{
		float: none;
		width: auto;
		margin-right: 0;
	}
}
/*IE8用*/
/*
.ie8 .banner-list{
	margin-right: -20px;
}
.ie8 .banner-list li{
	width: 298px;
	margin-right: 20px;
	border: #ccc 1px solid;
}
*/


/*footer
--------------------*/
#footer{
	padding: 20px 10px;
	background: #fff;
}
.footer-photo{
	float: left;
	width: 31.914894%;
	margin-bottom: 50px;	
}
.footer-photo img{
	border: #fff 5px solid;
}
.footer-info{
	float: right;
	width: 65.9574%;
	margin-bottom: 20px;
}
.footer-info-title{
	width: 33.3333%;
	min-width: 100px;
	margin-bottom: 15px;	
}
.footer-info-list{
	margin-bottom: 20px;
}
.footer-info-list dt{
	clear: left;
	float: left;
	width: 7em;
	margin-bottom: 10px;
}
.footer-info-list dd{
	margin-bottom: 10px;
	overflow: hidden;
}
.footer-info-map{
	width: 100%;
	float: right;
}
.footer-info-map .map{
	margin-bottom: 10px;
}
.footer-info-map address{
	font-style: normal;
	font-size: 12px;
}

.sns{
	clear: both;
	margin-bottom: 15px;
	text-align: center;
}
.sns li{
	display: inline-block;
}
.sns a{
	display: block;
	padding: 10px 20px;
	background: #fff;
	color: #d8c7a0;
	border-radius: 5px;
	font-size: 24px;
	text-decoration: none;
}
.sns a:hover{
	opacity: 0.7;
}
.copyright{
	text-align: center;
}

.pagetop{
	width: 14.0625%;
	min-width: 45px;
	position: fixed;
	right: 10px;
	bottom: 10px;
}

/*Google Map
--------------------*/
.map{
	border: #d8c7a0 1px solid;
	position: relative;
	padding-bottom: 50%;
}
.map iframe{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
}
/*timeline
------------------*/
.timeline{
	list-style: none;}
.timeline > li{
	margin-bottom: 60px;
}
/*news*/
.postdate{
	font-size:18px;
	text-align: right;
}
.blog{
	margin: 10% 5% 30% 10%;
}


/*
=========================================
	Modules（Parts）
=========================================
*/

/*Heading
--------------------*/
.heading{
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: #000 1px solid;
	color: #000;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Noto Serif', serif;
	overflow: hidden;
	position: relative;
}
.heading:before{
	content:"";
	display: inline-block;
	width: 35px;
	height: 26px;
	margin-right: 5px;
	background: url(../img/ico_pot.png) no-repeat;
	position: relative;
	bottom:-3px;
}

.heading .more{
	float: right;
	display: inline-block;
	padding: 5px 5px 5px 10px;
	background: #000;
	border-radius: 2em;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
}
.heading .more:hover{
	opacity: 0.7;
}
.heading .more:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 2px;
	margin-left: 5px;
	border: transparent 5px solid;
	border-left-color: #fff;
}




