*{box-sizing: border-box;margin: 0;padding: 0;}
body{background-color: #ad926f;display: flex;flex-wrap: wrap;justify-content: center;text-align: center;}
img{border: none;vertical-align: bottom;}
header,footer{width: 100%;}
.onlyPc{display: block;}
.onlySp{display: none;}
#Emergency{flex-basis:100%;}
#all{
background-color: #fff;
margin: 10px;
}
#main{
margin: 20px auto;
text-align: left;
width: 680px;
}
#stock{background-image: url(../images/text.gif);background-repeat: no-repeat;clear: both;height: 130px;width: 680px;}
.stock{margin-top: 75px;}
.about_text {margin: 0 0 10px;}
.text{height:70px;position: relative;width:480px;}
.text_2{
background: url(../images/sns.png) no-repeat;
height:70px;
position: relative;
width:480px;
}
#caster{margin-top: 30px;width: 100%;}
.caster_tr img { padding-bottom: 7px; height:auto; width: 100%; }
#caster_box{font-size: 80%;margin-top: 5%;overflow: hidden;}
.caster_list{float: left;width: 180px;}
.caster_photo{float: right;overflow: hidden; width: 490px;}
.h3_caster{background-color: #c2bdb6;color: #231714;margin-bottom: 1%;padding: 1%;text-align: center;}
.caster_list dt{background-color: #e6e6e6;margin-bottom: 2%;padding: 2%;}
.caster_list dd{margin-bottom: 4%;}
.caster_set{float: left;margin: 1%;text-align: center;width: 23%;}
.caster_set img{ height:auto; width: 100%;}

#stock_1{
display: flex;
flex-wrap: nowrap;
margin: 0 0 2%;
width: 100%;
}
#stock_1 .oatime{
padding: 0 3% 0 0;
width: 47%;
}
#stock_1 .oatime img{
height: auto;
width: 100%;
}
#stock_1 .info{
display: flex;
flex-wrap: nowrap;
padding: 3% 0 0 0;
width: 50%;
}
#stock_1 .info a{
display: block;
margin: 0 auto;
text-align: center;
width: 48%;
}
#stock_1 .info a:hover{
opacity: 0.6;
}
#stock_1 .info a img{
height: auto;
width: 100%;
}
#stock_2{
display: flex;
flex-wrap: nowrap;
width: 100%;
}
#stock_2 .box{
width: 70%;
}
#stock_2 .about{
color: #2e70a9;
font-size: 0.85em;
line-height: 1.4;
min-height: 60px;
padding: 5px;
/*width: 65%;*/
width: 100%;
}
#stock_2 .link{
display: flex;
flex-wrap: nowrap;
margin: 2% 0 0;
width: 95%;
}
#stock_2 .link a {
box-sizing: border-box;
border: solid 1px #b7b7b7;
display: inline-table;
margin: 0 auto;
padding: 2.5% 0;
text-align: center;
width: 48%;
}
#stock_2 .link a img{
height: auto;
width: 80%;
}
#stock_2 .img {
display: block;
width: 30%;
}
#stock_2 .img img{
height: auto;
margin: 0 auto 0 0 ;
max-width: 199px;
width: 100%;
}

/*--SNS--*/
#sns_button_pc {
padding: 1% 0 2%;
width: 100%;
}
.btn_sns img{width:40px !important;height:40px !important;vertical-align: top;}

/*パンくずリスト----------------------------------*/
nav.panlist{
overflow: hidden;
padding: 4px 0;
width: 100%;
}
nav.panlist a{
color: black;
}
nav.panlist strong{
font-weight:normal;
}
nav.panlist ol {
color: black;
display: flex;
font-size: min(0.7em,2.4vw);
list-style: none;
line-height:1.5;
margin: 0 auto;
padding: 0;
white-space: nowrap;
max-width: 1270px;
width: 98%;
}
nav.panlist li + li::before {
content: ">";
margin: 0 0.5em;
}

/*-- ローディング ----------------------*/
#loader{background-color:#ad926f; position:fixed;width:100%;height:100%;z-index: 100;}/*背景*/
.loader,.loader:before,.loader:after {
background: #aaa;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
height: 4em;
width: 1em;
top: 50%;
}
.loader {
color: #ccc;
text-indent: -9999em;
margin: auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);
-webkit-animation-delay: -0.16s;animation-delay: -0.16s;
position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
}
.loader:before,.loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;animation-delay: -0.32s;
}
.loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
	0%,80%,100% {
	box-shadow: 0 0;
	height: 4em;
	}
	40% {
	box-shadow: 0 -2em;
	height: 5em;
	}
	}
	@keyframes load1 {
	0%,80%,100% {
	box-shadow: 0 0;
	height: 4em;
	}
	40% {
	box-shadow: 0 -2em;
	height: 5em;
	}
}
#mes {
background: #fff;
border: double #d00 3px;
color: #d00;
font-size: 0.9em;
line-height: 1.5;
margin: 25px 0 -15px;
/*text-align: left;*/
padding: 10px;
}

/* SP  -------------------------------------------------- */
@media screen and (max-width:640px) {
	.onlySp{display: block;}
	.onlyPc{display: none;}
	header{ width: 100%;}
	#all{background-color: #fff;margin: auto; width: 100%}
	h1{margin: 0 0 2%; width: 100%;}
	h1 img { height: auto; width: 100%;}
	#main{margin: 3% auto 0; text-align: left;width: 100%;}
	#stock_1 {
	display: block;
	flex-wrap: unset;
    margin: 0 auto 2%;
    width: 95%;
	}
	#stock_1 .oatime {
    padding: 0;
    margin: 0 auto;
    width: 90%;
	}
	#stock_1 .info {
    margin: 2% auto 0;
    padding: 0;
    width: 90%;
	}
	#stock_1 .info a{
	margin: 2% auto 0;
    width: 46%;
	}
	#stock_2 .box {
	text-align: left;
	width: 100%;
	}
	#stock_2 .link {
    display: flex;
    flex-wrap: nowrap;
    margin: 2% auto;
    width: 95%;
	}
	#stock_2 .img{
	display: none;
	}
	#stock_2 .about{
    margin: 2% auto 0;
	width: 95%;
	}
/*	.oatime {margin: 0 auto 6%; text-align: center; width: 80%;}
	.oatime img{height: auto;width: 100%;max-width: 640px;}
	.pic{margin-bottom: 5%;}
	.pic img{margin-left: 6%;width: 94%;}
	.pic a{display: block;float: left;width: 48%;}*/
/*	#stock_2 {clear: both;margin: 0 auto;padding: 4% 0 0 0;text-align: center;width: 95%;}
	#stock2 img{display: block;width: 100%;}
	.about_text{margin: 0 0 4%;width: 100%;}
	.stock_2{display: none;}
	.text{height:50%;width:100%;}
	.text_2{background: url("../images/sns.png") no-repeat top center / 100%;margin: auto;overflow: hidden;position: relative;}
	.text_2 img{height: auto;width: 100%;}
	.visibility_hidden{visibility: hidden;}
	.link{cursor:pointer;height:35px;width:460px;}
	.link_1{height:100px;position: absolute;top: 0px;left: 0px;width:50%;}
	.link_2{height:100px;position: absolute;top: 0px;right: 0px;width:50%;}*/
	#caster{padding-top: 7%;}
	/*.caster_title{width: 100%;}*/
	#caster_box{font-size: 3.1vw; margin-top: 5%; overflow: hidden; padding: 2%;}
	.caster_list{float: left;width: 40%;}
	.caster_photo{float: right;overflow: hidden;width: 58%;}
	.h3_caster{background-color: #c2bdb6;color: #231714; font-size: 4.0vw; margin-bottom: 1%;padding: 1%;text-align: center;}
	.caster_list dt{background-color: #e6e6e6;margin-bottom: 1%;padding: 2%;}
	.caster_set{float: left;margin: 1%;text-align: center;width: 31%;}
	.caster_set img{margin: 0 0 1%; height: auto; width: 100%;}
	#sns_button_sp {
    margin: 0 auto 5%;
    padding: 0;
    text-align: center;
    width: 100%;
    }
	#sns_button_pc{ display:none; }
	.btn_sns img{height:50px; margin: 0 1.5%; width:50px;}
	#mes{
	margin: 4% auto 0;
    width: 95%;
	}
}