@charset "UTF-8";


/* リセット */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

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

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

*{font-family: 'M PLUS Rounded 1c', sans-serif;
	  font-size:100%; 
} 



/*chrome画像くっきり*/
	/* ベース配置 */
body{
	border-top:10px #4673B8 solid;
	}
	/* リンクマウスオーバー透過 */
	a:hover{
			opacity:0.5;
		}

/* ヘッダー枠 */	
#hed_flexbox{
	display:flex;
	max-width:90%;
	margin:0 auto;
	padding-top:55px;
	justify-content:space-between;

	}
.hed_left{
	width:480px;
	text-align:center;
	}
.hed_left img{
	width:100%;
	}
.hed_right{
	width:360px;
	text-align:center;
	}
.hed_right img{
	width:100%;
	}		
.hed_right img a{
	padding:0;
	}
				
			
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用スマホの縦に反映される*/
#hed_flexbox{
	max-width:100%;
	display:flex;
	flex-wrap:wrap;
	padding-top:10px;
	justify-content:center;
	}
	}
@media screen and (max-width: 479px) {
.hed_left img{
	width:95%;
	margin:0 auto;
	padding:0;
	}
.hed_left{
	padding-top:20px;
	}
.hed_right{
	padding-top:0px;
	padding-bottom:10px;
	}
.hed_right img{
	width:100%;
	padding:0;
	}
	}
	
/* ナビ枠 --------------------------------------*/
#navi_flexbox{
	max-width:90%;
	height:auto;
	margin:0 auto;
	padding-top:20px;
	}
.menu{
	display:flex;
    justify-content:space-between; 
	}
.menu img{
	width:100%;
	}
.menu li{
	list-style:none;
	}
		
@media screen and (max-width: 479px) {
#navi_flexbox{
	max-width:100%;
	height:100%;
	margin:0 auto;
	padding-top:0px;
	}

.menu img{
	width:100%;
	text-align:center;
	}
	}		
	
	
/* プルダウン*/
.menu>li{
	position:relative;
	height:100%;
	}
.menu>li>ul{
	position: absolute;
	left:-50%;
	width:200%;
	font-size:1.2rem;
	display:block;
	}
@media screen and (max-width: 479px) {
.menu>li>ul{
	position: absolute;
	left:-50%;
	width:250%;
	font-size:1rem;
	display:block;
	}
.menu>li:hover>.puru>li{
	padding:5px;
	overflow: visible;
	height:100%;
	border-bottom:1px #fff solid;
	}
.puru>li{
	overflow:hidden;
	height:0;
	display:block;
	text-align:left;
	line-height:1em;
	}
	}
.puru>li{
	overflow:hidden;
	height:0;
	display:block;
	background-color:rgba(255,255,255,0.9);
	text-align:left;
	line-height:1.5em;
	}
.puru>li a{
	display:block;
	font-weight:400;
	color:#333;
	text-decoration:none;
	}
		 
.menu>li>ul>li:hover>ul{
	z-index:999;
	width:100%;
	margin:0 auto; 
	}
.menu>li:hover>.puru>li{
	padding:20px 30px;
	overflow: visible;
	height:100%;
	border-bottom:1px #ccc solid;
	border-left:5px #4673B8 solid;
	border-right:1px #ccc solid;
	}
.puru>li a:hover{
	text-decoration:underline;
	color:#4673B8;
	opacity:1;
	}
	
	/* ヒーロー画像*/
#photo_flexbox{
	display:flex;
	border-top:1px #ccc solid;
    
	}

#photo_flexbox img{
	width:100%;
	padding:0;
   vertical-align: bottom; /* これを追加 */
   }
@media screen and (max-width: 479px) { /*ウィンドウ幅が最大479pxまでの場合に適用スマホの縦に反映される*/
#photo_flexbox{
	max-width:100%;
	display:flex;
	flex-wrap:wrap;		
	}
#photo_flexbox img{
	padding:0;
  
	}
	}
	






	
