@charset "utf-8";
/* Global Styles */

body {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    color: #656A60;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 160%;
    width: auto;
}
h1{
    color: #006837;
    font-size: 138%;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    line-height: 140%;
    border-top: 1px solid #656A60;
    text-align: center;
	margin-top: 5px;
	padding-top: 10px;
}
h2{
    font-size: 115%;
    line-height: 140%;
}
h3{
    font-size: 115%;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    line-height: 140%;
    text-align: center;
	letter-spacing: 10px;
}

/* Header */
#top {
    background-image: url(images/top_img_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 500px;
    width: 100%;
    top: 0px;
    background-color: #006837;
}
#navarea {
    width: 100%;
    height: 90px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-color: #006837;
    line-height: 0%;
    padding-top: 10px;
}
#tel {
    background-color: #9DC35F;
    line-height: 0px;
    text-align: center;
    height: 100px;
    width: 100%;
    color: #FFFFFF;
    padding-top: 10px;
    margin-right: auto;
    margin-left: auto;
}
#news {
    height: auto;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-align: justify;
}
#guide {
    height: auto;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    text-align: justify;
}

#guide_title {
    line-height: 0px;
    color: #FFFFFF;
    background-color: #9DC35F;
    text-align: center;
    height: 40px;
    font-size: 125%;
    letter-spacing: 5px;
    padding-top: 1px;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
	max-width : 810px;
    margin-left: auto;
    margin-right: auto;
}

#time {
    text-align: center;
    height: auto;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}
#time_title {
    line-height: 0px;
    color: #FFFFFF;
    background-color: #9DC35F;
    text-align: center;
    height: 40px;
    font-size: 125%;
    letter-spacing: 5px;
    padding-top: 1px;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
	max-width : 810px;
    margin-left: auto;
    margin-right: auto;
}
#profil {
    height: auto;
    width: 302px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#profil_title {
    line-height: 0px;
    color: #FFFFFF;
    background-color: #9DC35F;
    text-align: center;
    height: 40px;
    font-size: 125%;
    letter-spacing: 5px;
    padding-top: 1px;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
	max-width : 810px;
    margin-left: auto;
    margin-right: auto;
}
#access {
    height: auto;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
}
#access_title {
    line-height: 0px;
    color: #FFFFFF;
    background-color: #9DC35F;
    text-align: center;
    height: 40px;
    font-size: 125%;
    letter-spacing: 5px;
    padding-top: 1px;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
	max-width : 810px;
    margin-left: auto;
    margin-right: auto;
}
#return {
    height: 35px;
    border-top: 1px solid #656a60;
    border-bottom: 1px solid #656a60;
    border-right-color: #656a60;
    border-left-color: #656a60;
    text-align: center;
    padding-top: 7px;
    width: 100%;
	max-width : 810px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
#footer {
    font-size: 70%;
    height: auto;
    width: 100%;
	max-width : 810px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#messages {
    background-color: #eceede;
    height: 430px;
    width: 100%;
    max-width : 810px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.text_address {
    text-align: justify;
    font-size: 90%;
    padding-left: 0px;
    line-height: 140%;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    color: inherit;
}
.layout_center {
    text-align: center;
}
.messages_text {
    text-align: justify;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.layout_justify {
    text-align: justify;
}

/* レスポンシブデザイン*/

/* Media query for Mobile devices*/
@media only screen and (min-width : 285px) and (max-width : 480px) {

.pc { display: none !important; }
.sp { display: block !important; }
.br-pc { display:none; }
.br-sp { display:block; }
	
#intyou {
    text-align: center;
    width: 305px;
    margin-right: auto;
    margin-left: auto;
}
}



/* Media Query for Tablets */
@media only screen and (min-width : 481px) and (max-width : 800px) {

.pc { display: block !important; }
.sp { display: none !important; }
.br-pc { display:block; }
.br-sp { display:none; }
	
#top {
    background-image: url(images/top_img_tab.png);
    height: 680px;
	}	
#navarea {
    height: auto;
    line-height: 0%;
    padding-top: 10px;
    padding-bottom: 5px;
}
#tel {
    line-height: 0px;
    height: 65px;
    padding-top: 10px;
}
#news {
    width: 80%;
    margin-top: 40px;
}
#guide {
    width: 80%;
}
#time {
    width: 463px;
}
#profil {
    height: auto;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#access {
    width: 80%;
	text-align: center;
}
#messages {
    height: 285px;
}
.messages_text {
    text-align: justify;
    width: 50%;
    margin-left: 15%;
    margin-right: 5%;
    float: left;
}


	}
	
/* Desktops and laptops  */
@media only screen and (min-width:801px) {
	
.pc { display: block !important; }
.sp { display: none !important; }
.br-pc { display:block; }
.br-sp { display:none; }

#top {
    background-image: url(images/top_img_pc.png);
    height: 680px;
	}	
#navarea {
    height: 50px;
    line-height: 0%;
    padding-top: 10px;
}
#tel {
    line-height: 0px;
    height: 65px;
    padding-top: 10px;
}
#news {
    width: 70%;
	max-width : 800px;
    margin-top: 40px;
}
#guide {
    width: 80%;
	max-width : 800px;
}
#time {
    width: 463px;
}
#profil {
    height: auto;
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#access {
    width: 80%;
	max-width : 800px;
	text-align: center;
}
#messages {
    height: 285px;
}
.messages_text {
    text-align: justify;
    width: 450px;
    margin-left: 15%;
    margin-right: 5%;
    float: left;
}
h1{
    font-size: 160%;
    line-height: 150%;
	margin-top: 10px;
	padding-top: 10px;
}
h2{
    font-size: 130%;
    line-height: 130%;
	margin-top: 30px;
}
	
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
/* パソコンのみ改行<br class="br-pc" /> */
/* スマートフォンのみ改行<br class="br-sp" /> */
