@charset "shift_jis";

/* ========== ========== ==========
	共通
========== ========== ========== */

#news_wrap *, 
#news_wrap *:before, 
#news_wrap *:after {
	box-sizing: border-box;
	/* transition: 0.2s; */
}

#news_wrap h1, #news_wrap h2, 
#news_wrap h3, #news_wrap h4,
#news_wrap p {
	margin: 0;
	padding: 0;
}

#news_wrap, #news_wrap p, #news_wrap td {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}
#news_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#news_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#news_wrap a,
#news_wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

#news_wrap a:hover,
#news_wrap a:hover > img {
	opacity: 0.5;
}

#news_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#news_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

@media only screen and (max-width: 640px) {
	#news_wrap, #news_wrap p, #news_wrap td {
		font-size: 14px;
	}
}



/* ========== ========== ==========
	#news_wrap
========== ========== ========== */

#news_wrap {
	width: 100%;
	margin: 0 auto 2em;
}

@media only screen and (max-width: 640px) {
    #news_wrap {
        margin: 0 auto 2em;
    }
}



/* ========== ========== ==========
	#news_head
========== ========== ========== */

#news_head {
    width: 100%;
	margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 1;
}
#news_head_inner {
    padding: 0.5em 1em 0.5em 13em;
    background-color: #C00614;
    position: relative;
    z-index: 2;
}
#news_head_inner > h1 {
    width: 175px;
    margin: -50px 0 0 0.25em;
    transform: rotate(-5deg);
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
}
#news_head_inner > p {
    color: #ffffff;
}
#news_head_guide {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
#news_head_guide > a {
    display: block;
    padding: 0.5em !important;
    background-color: #C00614;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #ac0512;
    color: #ffffff;
}
#news_head_guide > a > i {
    margin-right: 0.25em;
}

@media only screen and (max-width: 640px) {
    #news_head {
        padding: 0;
    }
    #news_head_inner {
        padding: 1em;
    }
    #news_head_inner > h1 {
        width: 86px;
        margin: 0 1em 0 0;
        float: left;
        transform: none;
        position: inherit;
    }
    #news_head_inner > p {
        float: none;
    }
    #news_head_guide {
        display: none;
    }
}



/* ========== ========== ==========
	#news_main
========== ========== ========== */

#news_main {
    width: 100%;
    margin: 0 auto;
}
#news_main > section {
    margin-top: 2em;
}

@media only screen and (max-width: 640px) {
    #news_main {
        padding: 0 10px;
    }
    #news_main > section {
        margin-top: 1em;
    }
}



/* ========== ========== ==========
	#news_info
========== ========== ========== */

#news_main > #news_info {
    padding: 0.5em;
    border: 1px solid #cccccc;
}
#news_main > #news_info > h2 {
    margin-bottom: 0.5em;
    padding: 0.5em;
    background-color: #cccccc;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
#news_main > #news_info > ul {
}
#news_main > #news_info > ul > li {
    padding: 0.5em;
    border-bottom: 1px dotted #cccccc;
    font-size: 14px;
}
#news_main > #news_info > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}



/* ========== ========== ==========
	#content00
========== ========== ========== */


#content02 > a {
	display: block;
    width: 100%;
    margin: 0 1em 1em 0;
    padding: 0.5em;
    float: left;
    display: block;
    padding: 1em;
    background-color: #c88734;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #a9650d;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}



#content00 > a {
	display: block;
    width: 100%;
	margin:0 auto;
	text-align:center;
    margin: 0 1em 1em 0;
    padding: 1em;
    float: left;
    display: block;
    padding: 1em;
    background-color: #18cae4;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #0198af;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}


#content01 > a {
	display: block;
    width: 460px;
    margin: 0 1em 1em 0;
    padding: 0.5em;
    float: left;
    display: block;
    padding: 1em;
    background-color: #18396f;
    border-radius: 0.25em;
    box-shadow: 0 5px 0 #111a29;
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}



/* ========== ========== ==========
	#news_contents
========== ========== ========== */

#news_main > #news_contents > a {
    display: block;
    width: 228px;
    margin: 0 1em 1em 0;
    padding: 0.5em;
    border: 1px solid #cccccc;
    float: left;
}
#news_main > #news_contents > a:nth-child(4n) {
    margin-right: 0;
}
#news_main > #news_contents > a:before {
    display: block;
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
#news_main > #news_contents > a.o_co:before {
    content: "おすすめコーディネイト";
    background-color: #0C0;
}
#news_main > #news_contents > a.f_ceremony:before {
    content: "セレモニー・新生活通勤フェア";
    background-color: #09F;
}
#news_main > #news_contents > a.fair:before {
    content: "Fair";
    background-color: #febd3d;
}
#news_main > #news_contents > a.f_st:before {
    content: "アニバーサリー";
    background-color: #ea3a65;
}
#news_main > #news_contents > a.fair_i:before {
    content: "フェア情報";
    background-color:#febd3d;
}

#news_main > #news_contents > a.n_open:before {
    content: "NEW OPEN!";
    background-color:#C00;
}


#news_main > #news_contents > a.r_open:before {
    content: "Renewal OPEN!";
    background-color:#F09;
}


#news_main > #news_contents > a > p {
    font-size: 14px;
    text-align: center;
}
#news_main > #news_contents > a > p.img {
    margin-bottom: 1em;
}
#news_main > #news_contents > a > p.logo {
    width: 80%;
    margin: 0 auto;
}
#news_main > #news_contents > a > p.txt {
    margin: 1em auto 0.5em;
    padding-top: 1em;
    border-top: 1px solid #cccccc;
}
#news_main > #news_contents > a.new > p.img {
    position: relative;
}
#news_main > #news_contents > a.new > p.img:before {
    border-color: #C00614 transparent transparent transparent;
    border-style: solid;
    border-width: 50px 50px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 2;
}
#news_main > #news_contents > a.new > p.img:after {
    color: #fff;
    content: "New";
    font-size: 12px;
    position: absolute;
    top: 8px;
    left: 5px;
    transform: rotate(-45deg);
    z-index: 3;
}

@media only screen and (max-width: 640px) {
    #news_main > #news_contents > a {
        width: 49%;
        margin: 0 2% 2% 0; 
    }
    #news_main > #news_contents > a:nth-child(2n) {
        margin-right: 0;
    }
    #news_main > #news_contents > a > p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 360px) {
    #news_main > #news_contents > a {
        width: 100%;
        margin: 0 0 1em 0; 
    }
    #news_main > #news_contents > a:nth-child(2n) {
        margin-right: 0;
    }
}



/* ========== ========== ==========
	#news_detail
========== ========== ========== */

#news_main > #news_detail > .detail {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #ccc;
}
#news_main > #news_detail > .detail:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
#news_main > #news_detail > .detail > .detail_left {
    width: 360px;
    text-align: center;
}
#news_main > #news_detail > .detail > .detail_right {
    width: 560px;
}
#news_main > #news_detail > .detail > .detail_right:before {
    display: block;
    margin-bottom: 1em;
    color: #ffffff;
    text-align: center;
}
#news_main > #news_detail > .detail.o_co > .detail_right:before {
    content: "おすすめコーディネイト";
    background-color: #0C0;
}
#news_main > #news_detail > .detail.f_ceremony > .detail_right:before {
    content: "セレモニー・新生活通勤フェア";
    background-color:#09F;
}
#news_main > #news_detail > .detail.fair > .detail_right:before {
    content: "Fair";
    background-color: #febd3d;
}
#news_main > #news_detail > .detail.f_st > .detail_right:before {
    content: "アニバーサリー";
    background-color: #ea3a65;
}
#news_main > #news_detail > .detail.fair_i > .detail_right:before {
    content: "フェア情報";
    background-color: #febd3d;
}

#news_main > #news_detail > .detail.n_open > .detail_right:before {
    content: "NEW OPEN!";
    background-color:#C00;
}

#news_main > #news_detail > .detail.r_open > .detail_right:before {
    content: "Renewal OPEN!";
    background-color:#F09;
}



#news_main > #news_detail > .detail > .detail_right > p {
    margin-bottom: 1em;
}
#news_main > #news_detail > .detail > .detail_right > p.ttl {
    margin-bottom: 0.5em;
    font-weight: bold;
}
#news_main > #news_detail > .detail > .detail_right > p.period {
    margin-bottom: 0;
}
#news_main > #news_detail > .detail > .detail_right > p.place {
    padding-bottom: 1em;
    border-bottom: 1px dotted #cccccc;
}
#news_main > #news_detail > .detail > .detail_right > p.period:before,
#news_main > #news_detail > .detail > .detail_right > p.place:before {
    content: "■";
}
#news_main > #news_detail > .new > .detail_left {
    position: relative;
}
#news_main > #news_detail > .new > .detail_left:before {
    border-color: #C00614 transparent transparent transparent;
    border-style: solid;
    border-width: 50px 50px 0 0;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 2;
}
#news_main > #news_detail > .new > .detail_left:after {
    color: #fff;
    content: "New";
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(-45deg);
    z-index: 3;
}

@media only screen and (max-width: 640px) {
    #news_main > #news_detail > .detail > .detail_left,
    #news_main > #news_detail > .detail > .detail_right {
        width: 100%;
    }
    #news_main > #news_detail > .detail > .detail_left {
        margin-bottom: 2em;
    }
}



.btn {
	display: block;
	margin-top: 0.5em;
	padding: 0.5em;
	background-color: #cd0c24;
	border-radius: 0.25em;
	box-shadow: 0 5px 0 #9f0b1e;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: 0.2s;
	margin-bottom:1em;
	color:#fff !important;
}


.btn:hover {
	opacity: 0.5;
	transition: 0.2s;
}