/*詳細*/
@charset "EUC-JP";
body{
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ","Meiryo","Osaka","游ゴシック", YuGothic,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	color: #000;/*ベースカラー　変更可能*/
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a{
  color:#0096d8;/*リンクカラー　変更可能*/
  text-decoration:none;
}
form{
	margin:0px;
}
strong,.bold{
  font-weight:bold;
}
img {
  line-height:0;
}
#mediation {
	width: 980px;
	margin: auto;
}
h1 {
	color: #233a5b;/*カラー変更可能*/
    font-weight: bold;
    font-size: 1.8em;
    text-align: center;
    border-bottom: 3px solid #233a5b;/*カラー変更可能*/
    padding: 1.5em .25em .25em;
}
.back {
	display: inline-block;
    background: #233a5b;/*カラー変更可能*/
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    padding: .5em 1.5em .5em 3em;
    margin: .5em 0 1.5em;
    color: #fff;
    font-weight: bold;
    background-image: url(../images/bicon_back.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    text-align: center;
}
.back:hover {
	background-color: #999;
}
.iconBox {
	display: -webkit-flex;
    display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.icon {
	display: inline-block;
	padding: .5em;
    color: #fff;
    font-weight: bold;
}
.arrow {
	display: inline-block;
	padding: 0 1em;
}
.i_before {
    background-color: #3193c6;
}
.i_after {
	background-color: #c63131;
}
.detail_ttl {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
	flex-flow: column;
    margin: 2em 0 .5em;
}
.de_ttl {
	color: #233a5b;/*カラー変更可能*/
    font-size: 1.33em;
    margin-bottom: .25em;
}
.mt_time {
    font-size: .73em;
	margin-left: auto;
    text-align: right;
}
.mtData {
    width: 100%;
    font-size: .83em;
    border-top: 1px solid #ddd;
}
.mtDttl,
.mtDttx {
    border: none;
    border-bottom: 1px solid #ddd;
    background: #fff;
    font-weight: normal;
    line-height: 1.5em;
}
.mtDttl {
	width: 15%;
    vertical-align: top;
    text-align: left;
    padding: .8em;
}
.mtDttx {
    width: 84%;
    vertical-align: middle;
    width: 84%;
    vertical-align: middle;
    padding: .5em 0;
}
.yachin {
    font-size: 1.5em;
    color: #c63131;
    font-weight: bold;
}

/* 画像きりかえキャプション付き
-----------------------------------------*/
/* mod_thumbnail---*/
.mod_thumbnail{
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	margin: 20px auto;
}

/* メイン画像表示（mod_mainimglist）---*/
.mainimglist{
	position: relative;
	width: 70%;
	order: 2;
}
.mainimgcap{
	width: 100%;
    padding: 1em;
    position: absolute;
    bottom: 0;
    left: 0;
	color: #fff;
    background-color: rgba(0, 0, 0, .35);
	z-index: 50;
}
.mod_img {  
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	width: 100%;
	height: 430px;
} 
.filter {
	display:block;
	width: 100%;  
	height:100%;
	position: absolute;
}
.filterimg {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*　縦横比そのまま写真リサイズ　*/
.mainimglist img.resize {
	width: auto;
	height: auto;
	max-width: 640px;
	max-height: 430px;
}
* html body .mainimglist img.resize {
	width: expression(this.width > this.height ? "660px" : "auto");
	height: expression(this.width < this.height ? "430px" : "auto");
}
img {
	-ms-interpolation-mode: bicubic;
}

/* サムネイル画像表示（thumbnaillist）---*/
.thumbnaillist{
	width: 27%;
}
.ex_clearfix {
    display: -webkit-flex;
    display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
    justify-content: space-between;	
}
.thumbnaillist li{
	display: inline-block;
    width: 47%;
    height: 75px;
	margin-bottom: 10px;
}
/*.mtimgLink {
	display:block;
	width: 100%;
	height: 100%;
}*/
.no_pc {
	display: none!important;
}
.de_comment {
    line-height: normal;
    border-top: 3px solid #dddddd;
    margin-top: 25px;
    padding: 1em;
}
.shopHp {
	margin: 20px auto;
	text-align: center;
}
.shopLink {
    display: inline-block;
    background: #0096d8;
    color: #fff;
    font-weight: bold;
    padding: 1em;
    border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}
.shopLink:hover {
    background-color: #999;
}

/* SMPフリックが贈切り替え
-----------------------------------------*/
/*----------スマホmax-width: 767px----*/
@media screen and  (max-width: 767px){  
	.no_sp {
		display: none !important;
	}
	.no_pc {
		display: block !important;
	}
	#mediation {
		width: auto;
		max-width: 100%;
		padding: 0 2%;
		margin: auto;
	}
	.mainTtl {
		padding-top: 1em;
	}
	#de-slider {
		margin-top: 20px;
	    margin-bottom: 40px;
	}
	#de-slider .slick-slide {
		margin:5px 2px;
	}
	#de-slider .slick-dots {
		top: 235px;
	}
	#de-slider .slick-dots li {
	    height: 8px;
	    width: 8px;
	    margin: 2px;
	}
	#de-slider .slick-dots li button:before {
	    width: 8px;
	    height: 8px;
	}
	#de-slider .slider2 {
		height:225px;
		overflow:hidden;
		position:relative;
		background:#F6F6F3;
	}
	.iconBox {
	    -weblit-flex-flow: column wrap;
	    flex-flow: column wrap;
	}
	.arrow {
	    padding: 1em;
		transform: rotate(90deg);
	}
	.mtDttl {
		vertical-align: middle;
	    width: 20%;
	    padding: .5em 0;
	}
	.mtDttx {
	    padding: 1em .5em;
	}
	.mt_time span {
		display: inline-block;
		line-height: 1.5em;
	}
}

/*foot*/
#footer {
    border-top: 3px solid #ddd;
    margin-top: 5em;
    text-align: center;
    padding: 2em 0 1em;
}
.copy {
	font-size: .75em;
	padding-top: 1em;
}