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





section{
	width: 100%;
	display: block;
}



.home .line::before {
  background-color: #000;
}
.content_title{
	width: 100%;
}


.menu_box{
display: block;
width: 40%;
float: left;
padding: 5%;
margin-top: 10px;
margin-bottom: 50px;



	}

.menu_comment{
	display: block;
width: 100%;
clear: both;
text-align: center;


	}

	.menu_comment{
font-size: 0.8rem;

display: block;
width: 100%;

padding: 2rem 0 ;


	}

	.menu_comment .chu{
	font-size: 0.6rem;
}	



.menu_title{
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
	font-family: 'Oswald', sans-serif;

}


dl h4{
   
  
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: 3px;
    font-weight: bold;
  
}


dt{
	float: left;
	display: block;
	width: 70%;

}
dt p{
	text-align: left;
	font-size: 1rem;
	line-height: 1rem;
	padding: 1rem 0 1rem 0;


}

dt p span{
	font-size: 0.8rem;

}

dt .menu_dt{
	padding-left: 1rem;
	font-size: 0.8rem;
}

dd{
	float: left;
	display: block;
	width: 30%;
}

dd p{
	text-align: left;
	font-size: 0.9rem;
	line-height: 0.9rem;
	padding: 1rem 0 1rem 0;


}
dd p span{
	font-size: 0.6rem;
	letter-spacing: -0.1rem;


}

.menu_remarks{
	clear: both;
	width: 100%;
}
.menu_remarks p{
	font-size: 0.7rem;
	line-height: 1rem;
	padding: 0 0 1rem 0.2rem;
	color: #828282;

}











#container .visualView {
    max-width: 780px;
}



.styleMenu{
	    max-width: inherit;
	    list-style: none;
    margin: 0 auto 50px;
    padding: 0;
    max-width: 630px;
    letter-spacing: 0.1em;
}

.styleMenu > li{
	float: left;
    width: 25%;
    position: relative;


}


.styleMenu { list-style: none; margin: 0 auto 50px; padding: 0; max-width: 630px; letter-spacing: 0.1em;
font-family:'Josefin Sans' 'Oswald', sans-serif;}
.styleMenu:after { content: ""; clear: both; display: block;}
.styleMenu > li { float: left; width: 33%; position: relative;}
.styleMenu > li > a { display: block; text-align: center; font-family: 'EB Garamond', serif; text-decoration: none; color: #111 !important; border: 1px solid #333; border-left: none;}
.styleMenu > li:first-child > a { border-left: 1px solid #333;}
.styleMenu > li:nth-child(2)> a { border-left: 1px solid #333;}

.styleMenu > li > a.open { background: #999; color: #fff !important;}
.styleMenu > li > a.on,
.styleMenu > li > a.on.open { background: #222; color: #fff !important;}
/*.styleMenu > li ul { position: absolute; list-style: none; margin: 0; padding: 0; background: #E9E1E1; left: -158px; width: 316px; text-align: center; padding-top: 5px; top: 35px; display: none;}
.styleMenu > li ul a { text-decoration: none; display: block; background: #F3F3F3; color: #555 !important;}
.styleMenu > li ul li { width: 48%; display: inline-block; padding-bottom: 5px;}
*/


.toggle_box{
display:none;

}

.slide_btn{
	padding:3px;


}

.btn{

}
.btn.active{


}
.btn:hover{
cursor:pointer;
}
.box{
background-color:#132343;
width:100%;
height:20px;
margin-top:20px;
margin-bottom:20px;
}




ul{
	    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-family: 'EB Garamond', serif;

}


#styleIndex {
	    max-width: 700px;
    

        margin: 0 auto;
    text-align: left;
    padding: 0px 0 0 20px;
}


#styleIndex div {
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 35px;
}








/*個別ページ*/


#visualDetail {
    padding: 20px;

    max-width: 700px;
    

        margin: 0 auto;
}

#visualDetail .clearfix {
    margin-bottom: 20px;
}


#visualDetail .subBox {
    padding-left: 500px;
}

#visualDetail .pMain {
    float: left;
}


#visualDetail .pMain img{
    width: 470px;
}


 #visualDetail .subBox img {
    width: 200px;
    padding-bottom: 18px;

}

 #visualDetail ul {

    padding-inline-start: 5px;
}


 #visualDetail li {
    font-size: 0.8rem;

}

 #visualDetail p {
    font-size: 0.7rem;
     padding-inline-start: 5px;

}




/*ページャー*/


#pager {
    padding: 20px 0;
    border-top: 1px solid #DCDCDC;
    max-width: 700px;
    margin: 0 auto;
}



#pager ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 90%;
}


#pager ul li:first-child {
    text-align: left;
}


#pager ul li {
    display: inline-block;
    margin-right: 10%;
    width: 26%;
}


#pager ul li a {
    text-decoration: none;
    color: #333 !important;
}


#pager ul li:last-child {
    margin-right: 0;
    text-align: right;
}



#pager ul li:first-child a:before {
    content: url(../images/pager_l.gif);
    margin-right: 0.5em;
}


#pager ul li:last-child a:after {
    content: url(../images/pager_r.gif);
    margin-left: 0.5em;
}








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

dt p{
	
	font-size: 1.1rem;
	line-height: 1.1rem;

}



dd p{
	font-size: 1.1rem;
	line-height: 1.1rem;
}


.menu{

	width: 94%;


}

.menu_box{

width: 100%;
text-align: left;
padding: 0;

}



.menu_title{
	display: block;
	width: 100%;
	clear: both;
	border-bottom: none;
	
	
	
}

.menu_remarks p{

	

}


.menu_comment{
	text-align: left;
}







.styleMenu > li { width: 100%;}
	.styleMenu > li > a { padding: 7px 0;}
	.styleMenu > li:nth-child(3n) > a { border-left: 1px solid #333; border-top: none;}
	.styleMenu > li:last-child > a { border-top: none;}

	.styleMenu { margin: 0 0 15px;}




#styleIndex {
	
     padding: 0 0 0 1%;
}



#styleIndex div {
    width: 48%;
    margin-bottom: 10px;
    margin-right: 1%;

    }




#styleIndex div img {
    width: 100%;
    height: inherit !important;
    max-height: inherit !important;
   
}





/*個別ページ*/


#visualDetail .pMain {
    float: none;
    margin-bottom: 10px;
    text-align: center;
}


#visualDetail .subBox {
    padding: 0;
    text-align: center;
    }





#visualDetail .pMain img{
     width: 100%!important;
    height: inherit !important;
    max-height: inherit !important;
}


 #visualDetail .subBox img {
     width: 100%!important;
    height: inherit !important;
    max-height: inherit !important;

}




}


