@charset "utf-8";

/*　reset　*/

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary
{display:block;}

*{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

    a:link {color:#423fff;text-decoration:none;}
    a:visited{color:#423fff;} 
    a:hover{color:#423fff; text-decoration: underline;} 
    a:active{color: #423fff;} 
    
body{
	background:#FCF7F3;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	color:#050505;
	overflow-y: scroll;
}

ul{ list-style-type:none; }
li{ list-style-type:none; }
img{ width: 100%; }

header{
	display: block;
	border-top:1px solid #FCF7F3;
	width: 100%;
	box-shadow:0px 0px 3px 0px #999999;
	background: #FCF7F3;
	color:#000;
	position: relative;
	z-index: 3;
}
.continer{
	display: block;
	width:1200px;
	margin-left: auto;
	margin-right: auto;
}

.title{
	display: block;
	font-size: 50px;
	font-weight: 900;
	color:#EEE;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background:#FF0000;
	width:240px;
}
.title a{ 
	display: block;
	width:100%;
}
.title a img{
	vertical-align: middle;
}
.title a { color: #111111;text-decoration:none;}
.title a:visited{ color: #111111;text-decoration:none;}
.title a:hover{ color: #111111;text-decoration:none;}
.title a:active{ color: #111111;text-decoration:none;}

.header_menu{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top:1px solid #DDDDDD;
}

.header_menu a { 
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	margin-right:15px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 20px;
	padding-right:20px;
	border-bottom: 3px solid #FCF7F3;
	color: #001E38;
	font-weight:900;
	text-decoration:none;
}
.header_menu a:hover{ color: #001E38;border-bottom:3px solid #001E38;text-decoration:none;}
.header_menu a:visited{ color: #001E38;text-decoration:none;}
.header_menu a:active{ color: #001E38;text-decoration:none;}

.contents{
	width:100%;
	font-weight:600;
	color:#444444;
}
.box{
	width:100%;
	padding-top:30px;
	padding-bottom:30px;
}
.dark{
	background:#F6E9DE;
}
.phrase{
	font-size:35px;
	font-weight:900;
	color:#001E38;
}
h2 {
	display: block;
	font-weight:600 ;
	font-size: 26px;
	color:#001E38;
	border-bottom: 1px solid rgba(5,62,98,1);
}
.contents p{
	display: block;
	margin-top:30px;
	margin-bottom:30px;
	line-height: 35px;	
}
.contents .button_wrap{
	width:100%;
	display:flex;
	justify-content: flex-start;
	margin-top:35px;

}
.contents .button{
	margin-right:25px;
	width:200px;
}
.button a {
    background: #DDA578;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #EEE;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:hover {
    background: #E7C0A1;
    color: #333;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #FFF;
}
#contact h2{
	display:block;
	margin-bottom:20px;
	font-size:22px;
	border-bottom: 1px solid #F9A05C;
}

footer{
	color: #EEEEEE;
	margin-top: 0px;
	width: 100%;
	background: #444444;
	padding:25px;
	font-size: 13px;
}
.footer_nav{
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:15px;
}
.footer_nav .menu-item{
	padding-left:10px;
	padding-right:10px;
	border-right: 1px solid #EEEEEE;
}
.footer_nav .l-menu-item{
	border-left: 1px solid #EEEEEE;
}
footer a{
	text-decoration: none;
}
footer a:link {color:#EEEEEE;}
footer a:visited{color:#EEEEEE;} 
footer a:hover{color:#EEEEEE;text-decoration: underline;} 
footer a:active{color:#EEEEEE;text-decoration: underline;} 

.copyright{
	width: 100%;
	text-align: center;
	font-size:12px;
}

label{
	display:block;
	font-weight:900;
}
.text, .select, textarea{
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	border: #DDDDDD 1px solid;
	padding: 7px;
	margin-bottom: 20px;
}

.text:focus, .select:focus, textarea:focus{
	outline: none;
	border: #F9A05C 1px solid;
}

textarea{
	resize: vertical;
	height:100px;
}
input[type="radio"]{
	display:inline-block;
	transform:scale(1.5);
	margin-right:10px;
	margin-top:15px;
}
.m_b_20{
	margin-bottom: 20px;
}
input[type="checkbox"]{
	display:inline-block;
	transform:scale(1.5);
	margin-right:10px;
	margin-bottom:20px;
}
.submit{
	display: block;
	width:400px;
	padding:12px;
	background:#DDA578;
	color: #FFFFFF;
	border:0;
	border-radius: 20px;
	text-align:center;
	text-decoration: none;
	cursor: pointer;
	font-size: 15px;
	font-weight:900;
	margin-top:20px;
	-webkit-appearance: button;
	appearance: button;
}
.submit:hover{
	background:#F9A05C;
}




@media screen and (max-width: 1200px){
 	.continer{ 
		width:100%;
		padding-right:30px;
		padding-left:30px;
	}
}
@media screen and (max-width: 835px){

}
@media screen and (max-width: 650px){

}