@charset "UTF-8";
/* CSS Document */

html{
	overflow-x: hidden;
}


body {
    background-color: #fffacd;
	font-size: 1em;
	line-height: 1.5;
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	border: 0;
}

a {
	text-decoration: none;
}

ul {
    list-style: none;
}

li {
    margin-left: 5%;
    
}

#wrap{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}


.main_area{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
}

/* header */

.header{
	width: 100%;
	padding: 2% 2% 0 2%;
	overflow: hidden;
}

.h_left{
	width: 48%;
	text-align: left;
	float: left;
}

.h_right{
	width: 48%;
	float: left;
	right: 0;
}

/* header_contact */

.contact{
	width: 208px;
	height: auto;
	margin-left: auto;
}

/* navi */

.navi{
	width: 100%;
	background-color: #e5e5e5;
	position: relative;
	overflow: hidden;
}

.navi ul{
	position: relative;
	left: 50%;
	float: left;
}

.navi li{
	position: relative;
	left: -50%;
	float: left;
	margin: 12px;
	line-height: 130%;
}

.navi a {
    padding: 0.3em;
    background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(242,140,187,1) 50%);
    background-position: 0 0;
    background-size: auto 200%;
    transition: .3s;
	text-decoration: none;
	color: #000000;
}

.navi a:hover {
    background-position: 0 100%;
    color: #ffffff;
}

.main_gr{
	width: 80%;
	height: 20%;
	background-image: url(../images/main_img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #000000;
	padding: 10%;
	text-align: left;
	font-size: 1.7em;
	line-height: 250%;
	text-shadow:2px 1px 5px #cccccc;
}

.area_1{
	width: 90%;
	padding-left: 10%;
    padding-right: 10%;
    padding-top: 2%;
    padding-bottom: 2%;
	position: relative;
	overflow: hidden;
	font-size: 1.2em;	
}

.txt1{	
    width: 65%;
	float: left;
    font-size: 1.2em;
}

.txt1_b{
    width: 100%;
	float: left;
    font-size: 1.2em;
    color: #001b6f;
    font-weight: bold;
    text-align: center;
    padding-bottom: 2%;
    }

.qr{
    width: 20%;
    float: right;
    padding-right: 10%;
}

.qr img{
    width: 80%;
    border: solid 3px #001b6f;
}


.area_headline{
    text-align: center;
}

h1{
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    font-size: 1.3em;
    font-weight: bold;
}

h2{
	width: 100%;
	line-height: 220%;
	text-align: center;
	background-image: url(../images/title_line.gif);
	background-repeat: no-repeat;
	font-size: 1.5em;
	background-position: center bottom;
}

h3{
	width: 96%;
	text-align: center;
	line-height: 170%;
	padding: 2%;
	font-size: 1.2em;
}

h4{
	font-size: 1.2m;
}

.area_2{
	width: 90%;
	padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-top: 2%;
	position: relative;
	overflow: hidden;
}

.pic{
	width: 30%;
	float: left;
	padding-right: 3%;
    text-align: right;
}

.pic img{
	width: 50%;
}

.txt2{
	width: 55%;
	float: left;
    font-size: 1.2em;
}

.txt3{
	width: 55%;
	float: left;
    font-size: 1em;
    padding-top: 2%;
}


.about_btn{
	display: inline-block;
	width:50%;
	padding: 2%;
	margin-top: 10px;
	background-color: #ffffff;
	color: #001b6f;
	text-align: center;
	border: 2px solid #001b6f;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .3s;
    transition: all .3s;
}

.about_btn:hover {
	background-color: #001b6f;
	color: #ffffff;
}

/* footer */

.footer{
	width: 90%;
	padding: 5%;
	background-color: #454942;
	color: #ffffff;
	text-align: right;
	font-size: 0.8em;
}

.footer a:link { color: #ffffff; }
.footer a:visited { color: #ffffff; }
.footer a:hover { color: #1765c0; }
.footer :active { color: #1765c0; }

.b_txt{
	font-size: 1.2em;
	font-weight: bold;
}

.line_txt{
	color: #1765c0;
}

/* Tablet
---------------------------------*/
@media screen and (max-width: 768px) {
	
}

/* Small Tablet
---------------------------------*/
@media screen and (max-width: 600px) {

.navi li{
	margin: 12px 5px 12px 5px;
}
	
.main_gr{
	height: 50%;
	font-size: 1.0em;
	line-height: 250%;
}
	
.h_left{
	padding-top: 6px;
}
	
.contact{
	width: 150px;
	height: 30px;
	padding-top: 6px;
}
    	
.area_1{
	width: 90%;
	padding: 5%;
	position: relative;
	overflow: hidden;
}

.txt1{	
    width: 100%;
	float: none;
    font-size: 1em;
}
    
.txt1_b{
    width: 100%;
	float: none;
    font-size: 1em;
    color: #001b6f;
    font-weight: bold;
    }
    
.area_2{
	width: 90%;
	padding-top: 2%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
	position: relative;
	overflow: hidden;
}
	
.pic{
	width: 100%;
	padding-top: 2%;
    padding-bottom: 5%;
	text-align: center;
}

.pic img{
	width: 65%;
}

.txt2{
	width: 90%;
	padding: 0 5% 0 5%;
	float: none;
}
    
.txt3{
	width: 90%;
	padding: 0 5% 0 5%;
	float: none;
}


/* Smart Phone
---------------------------------*/

@media only screen and (max-width: 480px) {	

}


