@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #bb5548; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #bb5548; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #bb5548; /* キーカラーを指定 */
}

.bookimg{
	border:1px #666666 solid;
}

.col1-1{
    margin-bottom:10px;
}

.bold{
	font-weight:bold;
}


.shadow{
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .3)
}

.width100{
	width:100% !impirtant;
}
.clear{
	clear: both;
}

.red{
	color:#b7282e;
}

.gray{
	color:#666;
}

.yellow{
	color:#ffd900;
	padding: 10px 10px 10px 20px;
	margin-bottom: 0px !important;
}

.backblue{
	background-color:#2a4073;
}

.backorange{
	background-color:#f0cfa0;
	margin: 0px 5px 5px;

}

.backorange2{
	background-color:#f0cfa0;
}

.bunsekititle{
	padding: 10px;
	margin-bottom: 0px !important;
}

.marginleft{
	margin-left:10px !important;
}

.marginright{
	margin-right:10px !important;
}

.marginbottom5{
	margin-bottom: 5px;
}

.marginbottom0{
	margin-bottom: 5px;
}

.mapmargin{
	margin: 0px 80px;
}

.map{
	margin: 0px;
	padding: 0px;
	margin-bottom:5px;
	height: 495px !important;

}

.angou{
	margin: 0px;
	padding: 0px;
	margin-bottom:5px
	height: 495px !important;

}

.angou2{
	margin: 10px !important;
	color: #2a4073;
	font-weight: bold;
	border-bottom: solid 2px #2a4073;
}

.angoucopy{
	margin: 10px !important;
	margin-top:0px !important;
	font-size:90% !important;
}

.col2-2.per60 {
    width: 60%;
}



#section09 .hidden .block {

    position: relative;
    margin-bottom: 0;

}



#section09 .item-img {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 10;
}

.block p img {
    width: auto;
}

#section09 .title1 .column1 {
    background: #ffe6e6;
}

#section09 .title1 .column1_2 {
    background: #ecf7e6 !important;
}

#section09 .column1 {
    width: 890px;
    margin: 0 auto;
    padding-bottom: 5px;
}

#section09 .column1 {
    padding-bottom: 30px;
}

#section09 .bodycopy {
    font-size: 18px;
    padding-left: 140px;
    display: block;
    margin: 0;
}

#section09 .block .block {
    margin: 30px 0 0;
}

#section09 .hidden .block {
    position: relative;
    margin-bottom: 0;
}

#section09 .column3 img {
    width: 98%;
}

#section09 .detail {
    background: #fff;
    background: rgba(255,255,255,0.8);
    border-radius: 8px;
    margin: 30px auto 0;
    padding: 15px;
    width: 96%;
}

#section09 .detail .detail-title {
    display: inline-block;
    background: #444;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 22px;
    margin: 0 0 20px -26px;
    padding: 6px 25px 4px;
}

.detail{
	padding:20px;
}

.margin30{
	margin-bottom: 30px;
}


.small{
	font-size:80% !important;
	padding: 0px 10px 10px;
	margin-bottom: 5px !important;
}

.syosai{
	font-weight:bold;
	color: #96514d;
}

.syosai2{
	color: #2c4f54;
}

.syosai_syo{
	color: #fff;
	background-color: #96514d;
	padding: 5px;
	border-radius: 15px;
	margin-right: 10px;
}

.syosai_syo2{
	background-color:#2c4f54;
}

.syo_title{
	border: solid 1px #96514d;
	padding: 5px;
	display: inline-block;
	margin-bottom: 5px !important;
}

.syo_title2{
	border: solid 1px #2c4f54;
}


.syo_red{
	color: #96514d;
	font-weight:bold;
}

.syo_green{
	color: #2c4f54;
	font-weight:bold;
}

.syuroku_furoku{
	font-weight:bold;
	color:#1e50a2;
}

.padding0{
	padding:0px;
}

.margin100{
	margin: 0px 100px;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */

.marginleft{
	margin:0px 10px !important;
}

.marginright{
	margin:0px 10px !important;
}

.marginbottom0{
	margin-bottom:0px;
}

.marginbottom5{
	margin-bottom: 5px;
}

.col2-2.per60 {
    width: 100%;
}

.map{
	height: auto !important;

}

.width99{
	width: 99%;
}

}/* Media Query for SmartPhone */