@charset "UTF-8";

*{
margin: 0;
padding: 0;
}

.gallery_photo{
	width:200px;
	margin:15px;
	float:left;
	}
	
	.gallery_photo img{
	width:200px;
	}
	
	.gallery_all{
		width:920px;
		margin:30px auto;
		text-align:center;
		}
		
.gallery_menu{
margin:35px 0px 60px 0px;
}

.gallery_menu img{
width:250px;
margin:0px 20px;
}


.profile_mobile{
	display:none;
}

body{
font-family:serif,'ＭＳ 明朝';
//font-family:'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
color:#000000;
font-size:13px;
}

.news_box{
width:560px;
margin:30px auto 0px auto;
}

.news_title{
//border-bottom:2px dotted #ccc;
line-height:22px;
font-weight:bold;
padding-top:5px;
}

.news_exp{
line-height:22px;
float:left;
width:320px;
margin:0px 40px 30px 0px;
border-top:1px dotted #000;
padding-top:5px;
}

.news_photo{
width:200px;
float:left;
}

.news_photo img{
width:200px;
}

.news_footer{
clear:both;
//border:2px dotted #ccc;
}

.store_title{
	font-size:16px;
	font-weight:bold;
}

.store_all{
width:570px;
margin:30px auto;
}

.store_box1{
float:left;
width:320px;
margin-right:50px;
margin-bottom:30px;
}

.store_box2{
float:left;
padding-top:27px;
}

.store_box2 img{
width:200px;
}

.store_exp{
line-height:24px;
}

.store_footer{
clear:both;
}

.store_data div{
border-bottom:1px dotted #000;
padding:5px 0px;
}


.sepa{
	display:flex;
	justify-content: space-between;
}

.work3{
	width:900px;
	margin:0px auto;
	margin-bottom:50px;
}

.work3 div{
	width:30%;
}

.work3 img{
	width:100%;
}


.work4{
	width:900px;
	margin:0px auto;
	margin-bottom:50px;
}

.work4 div{
	width:20%;
}

.work4 img{
	width:100%;
}

.work{
	width:900px;
	margin:0px auto;
	margin-bottom:50px;
}

.work div:nth-child(1){
	width:25%;
}

.work div:nth-child(1) img{
	width:100%;
}

.work div:nth-child(2){
	width:70%;
	line-height:24px;
}

.midashi{
font-size:20px;
font-weight:bold;
margin-bottom:20px;
text-align:left;
width:760px;
font-family:HGS教科書体;
}

.midashi img{
height:22px;
}

a{/*リンクされた文字*/
    color:#000000;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#000000;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#ec055c;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

.footer{
text-align:center;
font-size:13px;
line-height:40px;
}

.logo{
text-align:center;
margin-bottom:100px;
margin-top:60px;
}

.logo img{
width:260px;
border:0;
}

.header_menu{
margin:40px 0px 60px 0px;
padding:0;
}

.header_menu img{
margin:0px 18px;
border:0;
}

.header_menu a{
color:#000000;
//margin:18px;
}

#back-top{
margin:20px 0px 10px 0px;
}

img a{
border:0;
}