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

body{
	font-family: 'M PLUS 1p', sans-serif;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color:#3f3f3f;
	 box-sizing : border-box;
	 overflow-x: hidden;
}
a{
	color:#ff6347;
}

img {
    image-rendering: -webkit-optimize-contrast;
}
.last_text{
	line-height:140%;
	font-size:10px;
	padding:20px;
}
.last_text a{
	color:#ff7f50
}

iframe{
	border:1px solid #808080!important;
}

/* --PC----------------------------------------------------------- */

@media screen and (min-width: 1025px) {
.pc,.pc_table{
	display:inline!important; }
.tablet,.phone{
	display:none!important;}

.img_text{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:50px;
}

.topimg{
	width:600px;
	margin-right:20px;
	float:left;
}
.topimg img{
	width:100%;
}
.toptext{
	width:350px;
	float:left;
}

.subtitle {
    width: 250px;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fbcb08;
    margin: 0px auto;
    margin-bottom: 30px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 120%;
    font-weight:bold;
}
.text_introduction{
    font-size: 13px;
    margin-bottom: 30px;
    line-height:170%;
    text-align:left;
}


.gallery_area ul{
	width:1000px;
	margin:0 auto;
	margin-bottom:30px;
	overflow:hidden;
}
.gallery_area ul li{
	float:left;
	width:300px;
	margin:0 20px 20px 0;
	border: 1px solid #fbcb08;
}
.gallery_area ul li:nth-of-type(3n){
	margin-right:0px;
}
.gallery_area ul li:hover{
	opacity:0.6;
}


.gallery_area ul img.grouppict{
	width:100%;
}
.sp_yellow, .sp_gray, .sp_gray_last{
	margin-top: 0px;
}





.gaiyou {
    width: 438px;
    line-height: 140%;
    font-size: 10px;
    padding-top: 20px;
    text-align: left;
    margin: 0 auto;
}
}

/*---tab-------------------------------------------------------------------------*/
@media screen and (min-width:667px) and ( max-width:1024px) {
.tablet,.pc_table{
	display:inline!important; 
}
.pc,.phone{
	display:none!important; 
}
html,body{
    width: 100%;
}

.img_text{
	width:700px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:50px;
}

.topimg{
	width:400px;
	margin-right:20px;
	float:left;
}
.topimg img{
	width:100%;
}
.toptext{
	width:280px;
	float:left;
}

.subtitle {
    width: 250px;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fbcb08;
    margin: 0px auto;
    margin-bottom: 30px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 120%;
    font-weight:bold;
}
.text_introduction{
    font-size: 13px;
    margin-bottom: 30px;
    line-height:170%;
    text-align:left;
}


.gallery_area ul{
	width:700px;
	margin:0 auto;
	margin-bottom:30px;
	overflow:hidden;
}
.gallery_area ul li{
	float:left;
	width:220px;
	margin:0 20px 20px 0;
	border: 1px solid #fbcb08;
}
.gallery_area ul li:nth-of-type(3n){
	margin-right:0px;
}
.gallery_area ul li:hover{
	opacity:0.6;
}


.gallery_area ul img.grouppict{
	width:100%;
}
.sp_yellow, .sp_gray, .sp_gray_last{
	margin-top: 0px;
}


iframe{
	border:1px solid #808080;
}


.gaiyou {
    width: 438px;
    line-height: 140%;
    font-size: 10px;
    padding-top: 20px;
    text-align: left;
    margin: 0 auto;
}
}



/*---------Phone-------------------------------------------------------------------------*/
@media screen and (max-width: 666px) {
.pc,.tablet,.pc_table{
	display:none!important; 
}
.phone{
	display:inline!important; 
}

html,body{
    width: 100%;
}

.titlelogo {
    width: 200px;
    padding: 10px;
    display:block;
    margin:0 auto;
}

.sp_yellow, .sp_gray, .sp_gray_last {
    padding: 20px 0;
}

.img_text{
	width:95%;
	margin:0 auto;
	margin-bottom:30px;
}

.topimg{
	width:100%;
	margin-bottom:20px;
}
.topimg img{
	width:100%;
}

.toptext {
    width: 95%;
    margin: 0 auto;
}

.subtitle {
    width: 90%;
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fbcb08;
    margin: 0px auto;
    margin-bottom: 30px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 120%;
    font-weight:bold;
}
.text_introduction{
    font-size: 13px;
    margin:0 auto;
    margin-bottom: 30px;
    line-height:170%;
    text-align:left;
    width:95%;
}


.gallery_area ul{
	width:355px;
	margin:0 auto;
	margin-bottom:30px;
	overflow:hidden;
}
.gallery_area ul li{
	float:left;
	width:170px;
	margin:0 15px 15px 0;
	border: 1px solid #fbcb08;
}
.gallery_area ul li:nth-of-type(2n){
	margin-right:0px;
}
.gallery_area ul li:hover{
	opacity:0.6;
}


.gallery_area ul img.grouppict{
	width:100%;
}
.sp_yellow, .sp_gray, .sp_gray_last{
	margin-top: 0px;
}


iframe{
	border:1px solid #808080;
}


.gaiyou {
    width: 90%;
    line-height: 140%;
    font-size: 10px;
    padding-top: 20px;
    text-align: left;
    margin: 0 auto;
}

}

