@charset "utf-8";
/* Body */
body {
	margin-left: auto;
	margin-right: auto;
	background-color: #E7E7E7;
}

html * {
	padding: 0px 10px 0px 10px;
	margin: 0;
	box-sizing: border-box;
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	
}

.container {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
  	line-height:1.5;
	text-align: center;
}


header {
	background: linear-gradient(to bottom, #794700, 40%, #D1C7C4);
	width: 100%;
	height: 5%;
	border-bottom: 2px solid #8B8A8A;
}
.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 1px;
	margin-right: auto;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 2em;
	font-size: 12px;
}

.main-ph img{
	display: block;
	width: 100%;
	border-radius: 15px;
	text-align: center;
	margin-bottom: 20px;
}

.arc01_01t {
	color: #265A09;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 0.2px;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
	line-height: 2em;
}

.text1{
	max-width: 840px;
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: 1px solid #999;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0.5em 0;
    line-height:1.9; 
    font-size:15px;
	letter-spacing: normal;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: justify;
	border-radius: 10px 0px 10px 0px;
}


.text2{
	max-width: 680px;
	display: inline-block;
    padding:  0.5em 0.5em 0.5em 0.5em;
    border: 1px solid #999;
    box-sizing: border-box;
    background: #EFE1EF;
    margin: 0.5em 0;
    line-height:2.0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size:16px;
	font-weight: 600;
	letter-spacing: normal;
	text-align: justify;
	border-radius: 10px 0px 10px 0px;

}

.text3{
	max-width: 940px;
    display: inline-block;
    padding: 0.5em 0.5em 0.5em 0.5em;
    border: 1px solid #999;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0.5em 0;
    line-height:1.5; 
    font-size:13px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: justify;
	border-radius: 10px 0px 10px 0px;

}

.hr{
	align-content: center;
	height: 10px;
	width: 100%;
}

.row{
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
}

.col{
	display: inline-block;
	width: auto;
	margin-bottom: 20px;
}

.arc01_01{
	border-radius: 15px;
	width: 100%;
    height: auto;
}

.arc01_02{
	border-radius: 15px;
	width: 100%;
    height: auto;
	
}

.arc01_03{
	border-radius: 15px;
	width: 100%;
    height: auto;
}

.arc01_04{
	border-radius: 15px;
	width: 100%;
    height: auto;

}

.map-container{
  width: 100%;
  height: auto;
}
.map-container iframe {
  width: 100%;
  height: 450px; 
}

footer {
	background:linear-gradient(to bottom, #794700, 40%, #D1C7C4);
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10PX;
}





p{ 
	font-size: 12px;
	letter-spacing: 1px;

}

h3{
	letter-spacing: -0.5px;
	
}








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

.container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
  	line-height:1.4;
	text-align: center;
}

.arc01_01t {
	color: #131A9F;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: -1px;
	margin-right: auto;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 2em;
}

h3{
	letter-spacing: -2px;
	
}
	
}

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


/* Small Desktops */
@media (min-width: 768px) {
	
.col {
	display: block;
		float: left;
		padding: 0px 0px 0px 0px;
	}
}
@media (min-width: 1024px) {

.row{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}

.col {
	display: block;
		float: left;
		padding: 0px 0px 0px 0px;

	}
}