@charset "UTF-8";
/* Theme Name: matsudai-festa */

* {font-style:normal ; font-weight: normal ; margin:0 ; padding:0;}
table {border-collapse:collapse ; border-spacing:0;}
img {border:0 ; vertical-align : middle;}
a , a img{
	text-decoration: none;
	color: #000;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
a:hover , a:hover img{
	opacity: .8;
}
ul,ol,li { list-style:none;}

body,h1,h2,h3,h4,h5,h6{
font-size: 16px; line-height: 1.3;
font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
/*HTML5_block*/
header, section, footer, aside, nav, article, figure, hgroup {
margin:0 ; padding:0 ; display: block;
}
/*firefox*/
html {overflow-y:scroll;}

.fl{float: left;}
.fr{float: right;}
.clfix:after {
	height: 0; visibility: hidden; content: ".";
	display: block; clear: both;
}
.img100{width: 100% ; display: block;}
.img_border{
	border: 1px solid #e3e3e3;
	border-top: none;
}

.mincho{
    font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.brnon{
	display: none;
}
@media (max-width: 640px){
	.brnon{
		display: block;
	}
}

/*-------------------------------------------
    flow
--------------------------------------------*/
.flow_line1{
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    margin: 1% 0;
}
.flow_line2{
    border-bottom: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    margin: 2% 0;
}
.flow_line3{
    border-bottom: 1px dotted #ccc;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    margin: 3% 0;
}
.flow_box0{
    display: none;
}
.flow_box1{
    margin: 1% 0;
    width: 10px;
    height: 1px;
}
.flow_box1b{
    margin: 1% 0;
    width: 10px;
    height: 1px;
}
.flow_box2{
    margin: 2% 0;
    width: 10px;
    height: 1px;
}
.flow_box3{
    margin: 3% 0;
    width: 10px;
    height: 1px;
}
.flow_box4{
    margin: 4% 0;
    width: 10px;
    height: 1px;
}
.flow_box5{
    margin: 5% 0;
    width: 10px;
    height: 1px;
}
.flow_box6{
    margin: 6% 0;
    width: 10px;
    height: 1px;
}

.flow_box_bg1{
    margin: 5% 0;
    background: url('./img/nit/arrow.png') center top no-repeat;
    /*width: 10px;*/
    height: 52px;
}

@media (max-width: 640px){
    .flow_box0{
        display: block;
        margin: 10% 0;
        width: 10px;
        height: 1px;
    }
    .flow_box1b{
        margin: 3% 0;
        width: 10px;
        height: 1px;
    }
}

/*-------------------------------------------
    zure画像ズレる件
--------------------------------------------*/
.custimg_wrap{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.custimg_wrap img{
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media (max-width: 640px){
    .custimg_wrap{
        height: auto;
    }
    .custimg_wrap img{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
}

/*-------------------------------------------
    サムネイルをレスポンシブさせる
--------------------------------------------*/
.thumb{
    /*text-align:center;*/
}
.thumb img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

/*-------------------------------------------
	adds
--------------------------------------------*/
body{
	background: url('./img/bg.png') center top repeat;
}

.header{
	padding-top: 15px;
	position: relative;
}
.header_img img{
	width: 120px;
}
.header p{
	color: #1D6BC1;
	font-size: 14px;
	text-align: right;
	margin-top: 2px;
}

/*spメニュー*/
.menu_btn{
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
}
.menu_btn a img{
	width: 40px;
}
/*spリスト*/
.header ul{
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 100;
}
.header ul{
	width: 100%;
}
.header ul li a{
	background: #3da4ff;
	color: #fff;
	font-size: 14px;
	display: block;
	border-bottom: 1px dotted #000;
	padding: 15px 0;
	width: 79%;
	/*text-align: center;*/
	padding-left: 21%;
}
.mlogo a{
	color: #1D6BC1;
    font-size: 18px;
    margin-top: 2px;
}
.mlogo a:hover{
	text-decoration: underline;
	color: red;
}
.mlogo_sp{
	display: none;
}

@media (max-width: 640px){
	.mlogo{
		display: none;
	}
	.mlogo_sp{
		display: block;
	    font-size: 13px;
	    padding-bottom: 15px;
	    padding-top: 10px;
	}
	.header_img{
		width: 100%;
		text-align: center;
	}
	.header p{
		display: none;
	}
	.menu_btn{
		display: block;
	}
}
@media (max-width: 320px){
	.header ul li a{
		width: 85%;
		padding-left: 15%;
	}
}

/*-------------------------------------------
	mds
--------------------------------------------*/
h1{
	font-size: 30px;
	text-align: center;
	color: #1D6BC1;
	border-bottom: 1px solid #a7cbf2;
	padding-bottom: 10px;
}
h1 span{
	display: block;
	font-size: 50px;
}
h1 a{
	color: #1D6BC1;
}
.flow_blue{
	border-top: 1px solid #1D6BC1;
	width: 200px;
	margin: 0 auto;
	margin-top: -1px;
}

h2{
	font-size: 30px;
	text-align: center;
	color: #1D6BC1;
	padding-bottom: 10px;
}
.flow_blue2{
	border-top: 1px solid #1D6BC1;
	width: 50px;
	margin: 0 auto;
}

@media (max-width: 640px){
	h1{
		font-size: 24px;
	}
	h1 span{
		font-size: 30px;
	}
}

/*-------------------------------------------
	gallery
--------------------------------------------*/
.wib01{
	width: 960px;
	margin: 0 auto;
}
ul.gallery li{
	width: 31%;
	float: left;
	margin-bottom: 50px;
}
ul.gallery li:nth-child(3n-1){
	margin: 0 3.5%;
}
ul.gallery li a{
	display: block;
	border: 1px solid #d5d5d5;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.gallery li h3{
	font-size: 17px;
	text-align: center;
	color: #898989;
	margin-top: 10px;
}
ul.gallery li h4{
	font-size: 22px;
	text-align: center;
	color: #898989;
	margin-top: 5px;
}

.photo1{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

@media (max-width: 640px){
	.wib01{
		width: 100%;
	}
	.pdd10{
		padding-left: 10px;
		padding-right: 10px;
	}
	ul.gallery{
		padding-left: 15px;
		padding-right: 15px;
	}
	ul.gallery li{
		width: 100%;
		margin-bottom: 30px;
	}
	ul.gallery li:nth-child(3n-1){
		margin: 0;
		margin-bottom: 30px;
	}
}

/*-------------------------------------------
	concept
--------------------------------------------*/
.con{
	max-width: 700px;
	margin: 0 auto;
	margin-top: 30px;
}
.con p{
	font-size: 14px;
	line-height: 1.7;
	color: #595959;
	margin-bottom: 30px;
}
.gotop{
	text-align: center;
	margin-top: 25px;
}
.gotop a{
	color: #dd3b5b;
	text-decoration: underline;
	font-size: 18px;
}

@media (max-width: 640px){
	.con{
		padding-left: 10px;
		padding-right: 10px;
	}
}

/*-------------------------------------------
	footer
--------------------------------------------*/
.footer{
	border-top: 1px solid #a7cbf2;
	padding-bottom: 60px;
}
.ob{
	text-align: center;
	color: #1D6BC1;
	font-size: 17px;
	margin-top: 15px;
}
.bt_wrap{
	max-width: 600px;
	margin: 0 auto;
	margin-top: 20px;
}
.bt01 , .bt02{
	width: 48%;
}
.bt01 a , .bt02 a{
	display: block;
	background: #d3e5f8;
	padding: 15px 0;
	width: 100%;
	text-align: center;
	border-radius: 3px;
}
.bt01 a:hover , .bt02 a:hover{
	background: #fee17a;
}
.bt01 a p , .bt02 a p{
	font-size: 22px;
}
/*.bt01 a p:before{
	content: url('./img/ft_logo.png');
	padding-right: 7px;
	position: relative;
	top: 2px;
}
.bt02 a p:before{
	content: url('./img/ft_fb.png');
	padding-right: 7px;
	position: relative;
	top: 2px;
}*/
/*.bt01 a p:after , .bt02 a p:after{
	content: url('./img/ft_arrow.png');
	padding-left: 7px;
	position: relative;
	top: 4px;
}*/

.footer h6{
	text-align: center;
	margin-top: 25px;
	font-size: 13px;
	color: #1D6BC1;
}

@media (max-width: 640px){
	.footer{
		padding-left: 10px;
		padding-right: 10px;
	}
	.bt01 , .bt02{
		width: 100%;
	}
	.bt01{
		margin-bottom: 20px;
	}
}

/*-------------------------------------------
	戻る
--------------------------------------------*/
.top_btn{
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.top_btn a img{
	width: 50px;
}






