@charset "utf-8";


.contents .col {
	margin-top: 20px;
	margin-bottom: 20px;
}
.contents .col2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.contents .col0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.contents .col1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* セクション
----------------------------------------------------*/
.sec_page {
	margin-top: 100px;
}
	.sec_page01 {
		margin-top: 60px;
	}
.sec_page_title {
	margin-bottom: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: 2px solid #292929;
	color: #292929;
	text-align: center;
}
	.sec_page_title span {
		margin-right: 10px;
	}
.sec_block {
	margin-top: 80px;
}
	.sec_block01 {
		margin-top: 30px;
	}
.sec_elem {
	margin-top: 40px;
}

/* タイトル
----------------------------------------------------*/
.title_type03 {
	color: #fabe00;
	font-size: 2.0rem;
	text-align: center;
}

/* テキスト
----------------------------------------------------*/
.text01 {
	text-align: center;
	margin-bottom: 10px;
}
.text01-r {
	color: #a5001e;
	margin-bottom: 15px;
	font-weight: bold;
}
@media screen and (min-width: 667px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 667px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}
@media screen and (min-width: 667px){	
  .pd_-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 667px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



/* ボタン
----------------------------------------------------*/
.btn_area {
	margin-bottom: 40px;
}
.btn_area a {
	display: block;
	border: 2px solid #222;
	padding: 4px 10px;
	width: 100%;
	color: #222;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
}
	.btn_area a:hover {
		color: #a5001e;
		border-color: #a5001e;
	}
	.btn_area a i {
		margin-left: 10px;
	}
.btn_area_fixed {
	margin: 0 auto;
	width: 420px;
}

@media screen and (max-width: 667px){	
	.btn_area_fixed {
	margin: 0 auto;
	width: 95%;
	}
	.btn_area a {
		padding: 6px 10px;
	}
}
/* フォーム
----------------------------------------------------*/
.form_control {
	border: 1px solid #999;
	padding: 6px 12px;
	height: 34px;
	font-size: 1.6rem;
	color: #555;
	line-height: 1.4;
}
input[type=button] {
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 1.8rem;
	cursor: pointer;
}
label {
	font-size: 1.6rem;
	line-height: 1.2;
	cursor: pointer;
}
	label img {
		margin-bottom: 15px;
	}
	label input[type=radio] {
		margin-right: 6px;
	}
.radio_block {
	display: block;
	background-color: #f2f2f2;
	padding: 6px;
}
	.radio_block p {
		display: inline-block;
		font-size: 1.4rem;
		vertical-align: top;
	}
.input_area {
	display: inline-block;
	background-color: #f2f2f2;
	padding: 6px 15px;
}

/* ページタイトル
----------------------------------------------------*/
.title_area01 {
	text-align: center;
}
	.title_area01 p {
		margin: 20px 0 30px;
		color: #a5001e;
	}
.item_name h2 {
	border-top: 2px solid #222;
	padding: 5px 15px;
	font-size: 1.6rem;
	font-weight: bold;
}
.toprice a {
	display: block;
	padding: 5px;
	border: 2px solid #222;
	color: #222;
	font-size: 2.0rem;
	text-align: center;
}
	.toprice a:hover {
		color: #a5001e;
		border-color: #a5001e;
	}

/* サイズ入力箇所
----------------------------------------------------*/

.size_firstbox {
	width: 90%;
	background-color: #fabe00;
	text-align: left;
	padding: 10px;
	margin: 0 auto 30px;
}

.size_secondbox {
	width: 90%;
	background-color: #355689;
	color: #fff;
	text-align: left;
	padding: 10px;
	margin: auto;
}

.size_firstbox input,
.size_secondbox input {
	width: 40%;
}

.size_firstbox .size_title,
.size_secondbox .size_title {
	font-size: 2.2rem;
	margin-bottom: 5px;
}

.size_firstbox span.unit,
.size_secondbox span.unit {
	font-size: 1.7rem;
	display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
	padding-left: 5px;
}

.size_firstbox .size_info,
.size_secondbox .size_info {
	margin-top: 5px;
}

p.size_att {
	display: inline-block;
	width: 90%;
	margin: auto;
	text-align: left;
}

.flame_grey {
	padding: 20px;
	border: 5px solid #f2f2f2;
	margin-right: 10px;
	margin-left: 10px;
}

.flame_grey2 {
	border: 5px solid #f2f2f2;
	margin-right: 10px;
	margin-left: 10px;
}

.flame_grey2 a {
	text-decoration: underline;
}

.flame_grey2 li {
	margin-bottom: 10px;
}

.flame_bg-grey {
	background-color: #f6f4ee;
	padding: 20px;
}

@media (max-width: 667px) {
	.size_firstbox {
		margin-bottom: 5px;
	}
}

/* カート
----------------------------------------------------*/
.estimate {
	border-top: 5px solid #f2f2f2;
	margin-top: 60px;
	padding-top: 30px;
}
	.estimate .estimateButton {
		border: 2px solid #222;
		background-color: #fff;
		color: #222;
		cursor: pointer;
	}
		.estimate .estimateButton:hover, .estimate .estimateButton:focus {
			border-color: #a5001e;
			background-color: #fff;
			color: #a5001e;
		}
	.estimate p {
		margin-top: 15px;
		line-height: 1.3;
	}

.cart_box {
	margin-top: 60px;
}
.cart_box .item_img {
	text-align: center;
}
.cart_box .item_detail .copy {
	font-size: 1.2rem;
}
.cart_box .item_detail .itemName {
	font-size: 1.6rem;
	font-weight: bold;
}

#summary {
	background-color: #f2f2f2;
	margin-top: 15px;
	padding: 10px 15px;
}

.cart_box .value01 {
	margin-top: 15px;
}
	.cart_box .value01 p {
		display: inline-block;
		color: #a5001e;
		font-size: 1.8rem;
	}
	.cart_box .value01 #utiwake {
		display: block;
	}

.cart_box .value02 {
	border-top: 1px dotted #999;
	margin-top: 15px;
	padding-top: 15px;
}
	.cart_box .value02 select {
		min-width: 80px;
	}
	.cart_box .value02 .qty label {
		margin-right: 15px;
	}
	.cart_box .value02 p {
		margin-top: 6px;
		color: #a5001e;
	}
	.cart_box .value02 .total {
		background-color: #fde8e8;
		margin-top: 15px;
		padding: 6px 20px;
		text-align: right;
	}
		.cart_box .value02 .total #totalprice {
			display: inline-block;
			margin: 0 10px;
			color: #222;
			font-size: 3.6rem;
			font-weight: bold;
		}
.cart_box .cartNote {
	border: 1px dotted #999;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	font-size: 1.2rem;
}

.cart_box .intoCart {
	margin-top: 20px;
}
	.cart_box .intoCart .cartButton {
		border: 1px solid #d58512;
		background-color: #ec971f;
		width: 100%;
		color: #fff;
	}
		.cart_box .intoCart .cartButton:hover, .cart_box .cartButton:focus {
			border-color: #ec971f;
			background-color: #985f0d;
		}
		.cart_box .intoCart .cartButton[disabled] {
			border-color: #9fa0a0;
			background-color: #9fa0a0;
			cursor: not-allowed;
		}
			.cart_box .intoCart .cartButton[disabled]:hover,
			.cart_box .intoCart .cartButton[disabled]:focus {
				border-color: #9fa0a0;
				background-color: #9fa0a0;
			}

.cart_box .again {
	margin-top: 20px;
}
	.cart_box .again .againButton {
		border: 1px solid #8c8c8c;
		background-color: #fff;
		width: 100%;
	}
		.cart_box .again .againButton:hover, .cart_box .againButton:focus {
			border-color: #8c8c8c;
			background-color: #e6e6e6;
		}



@media (max-width: 667px) {

.btn_area .col {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* セクション
----------------------------------------------------*/
.sec_page {
	margin-top: 60px;
}
	.sec_page01 {
		margin-top: 40px;
	}
.sec_page_title {
	margin-bottom: 5px;
	font-size: 1.6rem;
}
	.sec_page_title span {
		display: block;
		margin-right: 0;
	}
.sec_block {
	margin-top: 40px;
}
	.sec_block01 {
		margin-top: 20px;
	}

/* タイトル
----------------------------------------------------*/
.title_type01 {
	font-size: 1.6rem;
}
.title_type03 {
	font-size: 1.6rem;
}

/* ボタン
----------------------------------------------------*/
.btn_area a {
	font-size: 1.6rem;
}

/* フォーム
----------------------------------------------------*/
input[type=button] {
	padding: 8px 10px;
	font-size: 1.6rem;
	width: 100%;
}
label {
	font-size: 1.4rem;
}

/* ページタイトル
----------------------------------------------------*/
.toprice {
	margin-top: 20px;
}
.toprice a {
	font-size: 1.6rem;
}

/* カート
----------------------------------------------------*/
.cart_box {
	margin-top: 50px;
}
.cart_box .item_img { margin-top: 30px; }
	.cart_box .value02 .total{
		padding: 6px;
		text-align: center;
	}
		.cart_box .value02 .total #totalprice {
			font-size: 2.8rem;
			margin: 0 5px;
		}

} /* @media (max-width: 667px) */

/* --以下、ページデザイン用-- */

@media (max-width: 667px) {
	.only_pc {
		display: none;
	}
	
	.sp_mt0 {
		margin-top: 0;
	}
}
	
.sash_style_att {
	border: 3px solid #a5001e;
	padding: 0 20px;
}	

.sec_page03 label img {
	margin-bottom: 0;
}

.sec_page03 label {
	font-size: 1.5rem;
}

.cart_title {
    background-color: #fabe00;
    margin: 0 auto 20px;
    max-width: 300px;
    padding: 10px;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    position: relative;
}	
	
.cart_title::before {
    content: "";
    display: inline-block;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #fabe00;
    position: absolute;
    left: 50%;
    bottom: -23px;
}	
.line-arw{
	position:relative;
	width:540px;
	background:#fff;
	padding:15px 10px 13px 10px;
	text-align:center;
	border:3px solid #292E3B;
	color:#292E3B;
	font-size:2.2rem;
	font-weight:bold;
	margin: 0 auto 40px;
}
@media (max-width:667px){
	.line-arw,.line-arw.wide01 {
		width: 100%;
    line-height: 1.1;
	}
}
.line-arw:after,.line-arw:before{
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	top:100%;
	left:50%;
}
.line-arw:after{
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:5px;
	border-right-width:5px;
	margin-left: -5px;
	border-top-color:#fff;
}
.line-arw:before{
	border-top-width:10px;
	border-bottom-width:10px;
	border-left-width:7px;
	border-right-width:7px;
	margin-left: -7px;
	margin-top: 2px;
	border-top-color:#292E3B;
}

.ami-type_box {
	background-color: #f6f4ee;
	padding: 15px;
}

.ami-type_radio {
	background-color: #fff
}
	
.sec_page04 .col {
	margin-bottom: 0;
}

#mohea .col {
	margin-top: 10px;
	margin-bottom: 0;
}

#gom .col {
	margin-top: 10px;
	margin-bottom: 0;
}

.amido_input_att {
	width: 70%;
	margin: auto;
}

.box_adjust .col {
	margin: 0 0;
}

.box_input_number {
	position: relative;
	background-color: #f6f4ee;
	border: solid #ccc 1px;
}

.box_input_number p {
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.box_input_ll p,
.box_input_rl p {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.box_input_lr .h-center,
.box_input_rr .h-center {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

.box_input_ll {
	position: relative;
	background-color: #f6f4ee;
	border-top: solid #ccc 1px;
	padding: 10px;
}

.box_input_lr {
	position: relative;
	border-top: solid #ccc 1px;
	border-right: solid #ccc 1px;
	padding: 10px 20px;
}

.box_input_lr input[type=number] {
	width: 32%;
	padding: 5px;
}

.box_input_rr input[type=number] {
	width: 32%;
	padding: 5px;
	margin-left: 5px;
}

.box_input_lr .unit {
	padding-left: 3px;
	vertical-align: bottom;
}

.box_input_rr .unit {
	padding-left: 3px;
	vertical-align: bottom;
}

.box_input_lr .p_radio {
	display: inline-block;
	width: 30%;
}

.box_input_rl {
	position: relative;
	background-color: #f6f4ee;
	border-top: solid #ccc 1px;
	padding: 10px;
}

.box_input_rr {
	position: relative;
	border-top: solid #ccc 1px;
	border-right: solid #ccc 1px;
	padding: 10px 20px;
}

.box_input_end {
	border-bottom: solid #ccc 1px;
}

.box_input_end_pc {
	border-bottom: solid #ccc 1px;
}

.disp_none_03,
.disp_none_04,
.disp_none_05,
.disp_none_06,
.disp_none_07,
.disp_none_08,
.disp_none_09,
.disp_none_10 {
	display: none;
}

.amido_more {
	width: 30%;
	min-width: 150px;
	font-size: 14px;
	padding: 5px 10px;
}

.amido_prefectures {
	width: 80%;
	margin: 0 auto;
}

.amido_prefectures ul div:nth-of-type(even){
	background-color: #f6f4ee;
}

.amido_prefectures .col {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (max-width: 667px) {
	
	.frame_color_back {
		background-color: #f6f4ee;
		text-align: center;
	}
	
	.sm-scroll {
		position: relative;
		overflow-x: scroll;
		white-space: nowrap;
		height: 450px;
	}
	.sm-scroll::-webkit-scrollbar{
		height:10px;
		padding-top: 10px;
	}/*バーの太さ*/
	
	.sm-scroll::-webkit-scrollbar-track{
		background:#ccc;
	}/*バーの背景色*/
	
	.sm-scroll::-webkit-scrollbar-thumb{
		background:#fabe00;
	}/*バーの色*/
	
	.sm-scroll li {
		white-space: normal;
		width: 200px;
		display: inline-block;
	}
	
	.sm-scroll-poster::before {
		display: block;
		position: absolute;
		content: "";
		width: 150px;
		height: 150px;
		background-image: url("../img/slide.png");
		top: calc(50% - 75px);
		left: calc(50% - 75px);
	}
	.sm-scroll-poster-none::before {
		background-image:none;
	}
	.amido_input_att {
	width: 95%;
	margin: auto;
}
	.box_input_end_pc {
		border-bottom: none;
	}
	.box_input_lr .h-center,
	.box_input_rr .h-center {
	position: relative;
	left: 0px;
}
.amido_prefectures {
	width: 95%;
}

}

/* ------------------------------------
エラー
------------------------------------ */
/* エラー表示 */
.link_has_arrow a {
	position: relative;
	display: inline-block;
	padding-left: 16px;
	font-weight: bold;
}

.link_has_arrow a:before {
	position: absolute;
	left: 0;
	top: auto;
	font-family: FontAwesome;
	content: "\f138";
	font-weight: normal;
}



.errors {
	margin-bottom: 60px;
	padding: 20px;
	border: #a5001e 3px solid;
	color: #a5001e;
}

.errors h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.errors h3 span {
	display: block;
	margin-bottom: 6px;
}

.errors .att_list {
	max-width: 640px;
	margin: auto;
}

.errors .att_list .link_has_arrow {
	display: inline-block;
	padding-left: 15px;
}

.errors .att_list .link_has_arrow a {
	color: #a5001e;
}

.errors .att_list .link_has_arrow a span {
	border-bottom: #a5001e 1px solid;
}

.error {
	margin: 30px 0;
	padding: 10px;
	text-align: left;
	color: #a5001e;
	background: #fff1f1;
}

.error .att_list {
	max-width: 700px;
	margin: auto;
	font-weight: bold;
}

.error p {
	text-align: center;
	font-weight: bold;
}

.error p.has_icon:before {
	padding-right: 4px;
	font-family: FontAwesome;
	content: "\f00c";
	font-weight: normal;
}

.estimate_desc {
	margin-top: 40px;
}

.estimate_desc p {
	font-weight: bold;
}

table .error {
	margin: 0 0 20px;
}

.att_list li {
	position: relative;
	padding-left: 1.5em;
}

.att_list li:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	content: "\f00c";
	font-weight: normal;
}

.att_list li.no_ico:before {
	display: none;
}

.att_list li em {
	color: #a5001e;
}
@media (max-width: 667px) {
	/* エラー表示 */
	.errors {
		margin-bottom: 40px;
		padding: 15px;
	}
	.errors h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.errors .att_list li {
		margin: 5px 0;
	}
	.errors .att_list .link_has_arrow {
		display: block;
		padding-left: 0;
	}
	.error {
		margin: 25px 0;
		padding: 8px;
	}
}

.sec_price_detail h3 {
    border-bottom: 2px solid #222;
    font-size: 2.0rem;
    text-align: center;
}

/* ------------------------------------
以下見積もり部分
------------------------------------ */
/* お見積もり金額 */
.sec_price_wrap {
	margin-top: 60px;
	padding-top: 50px;
}

.sec_price {
	margin: 0 auto;
}

.sec_price h3 {
	position: relative;
	max-width: 520px;
	margin: 0 auto 45px;
	padding: 15px;
	text-align: center;
	line-height: 1.2;
	font-size: 2.0rem;
	border: #f2f2f2 5px solid;
}

.sec_price h3:after {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #f2f2f2;
	position: absolute;
	left: 50%;
	bottom: -28px;
}

.sec_price h3 span {
	font-size: 1.6rem;
}

.sec_price table {
	margin: 20px auto 40px;
	width: 450px;
}

.sec_price tr {
	border-bottom: 1px dotted #999;
}

.sec_price th {
	text-align: left;
}

.sec_price td {
	color: #a5001e;
	text-align: right;
}

.sec_price .p_price_kingaku2_0 td {
	font-size: 3.2rem;
}

.sec_price .p_price_kingaku2_1 td {
	font-size: 2.8rem;
}

.sec_price .p_price_kingaku2_2 td {
	font-size: 3.6rem;
}

.sec_price td span {
	margin-left: 5px;
	font-size: 1.8rem;
}

.sec_price .attention {
	max-width: 520px;
	margin: 30px auto auto;
	color: #a5001e;
	text-align: center;
}

/* お選びいただいた項目 */
.sec_price_detail {
	margin-top: 60px;
}

.sec_price_detail h3 {
	border-bottom: 2px solid #222;
	font-size: 2.0rem;
	text-align: center;
}

.sec_price_detail table.p_price_tbl {
	margin-top: 30px;
	width: 100%;
}

.sec_price_detail .p_price_tbl th {
	border: 1px solid #999;
	background-color: #f2f2f2;
	padding: 8px;
	font-size: 1.2rem;
	text-align: left;
	vertical-align: top;
	line-height: 1.2;
}

.sec_price_detail .p_price_tbl th.table_th {
	width: 130px;
}

.sec_price_detail .p_price_tbl td {
	border: 1px solid #999;
	padding: 8px;
	vertical-align: middle;
}

.sec_price_detail .p_price_tbl td > img {
	vertical-align: top;
	margin-left: 10px;
}

.sec_price_detail .p_price_tbl td .a_seihin_syousai_01 {
	margin-top: 15px;
}

.sec_price_detail .p_price_tbl table {
	margin-top: 8px;
	line-height: 1.2;
}

.sec_price_detail .p_price_tbl table .col_1 {
	width: 32px;
}

.sec_price_detail .p_price_tbl table .col_2, .sec_price_detail .p_price_tbl table .col_3 {
	width: 140px;
}

.sec_price_detail .p_price_tbl table .col_4 {
	width: 85px;
}

.sec_price_detail .p_price_tbl table .col_5 {
	width: 115px;
}

.sec_price_detail .p_price_tbl table .col_6 {
	width: 120px;
}

.sec_price_detail .p_price_tbl table th {
	background-color: #ace2f3;
	text-align: center;
}

.sec_price_detail .p_price_tbl table td {
	text-align: center;
}

.sec_price_detail .p_price_tbl table .cell_type_1 {
	background-color: #fde8e8;
	vertical-align: middle;
}

.sec_price_detail .p_price_tbl table .cell_type_2 {
	background-color: #f9e5cd;
	vertical-align: middle;
}

.sec_price_detail .p_price_tbl table .cell_type_3 {
	background-color: #f9a9a9;
	vertical-align: middle;
}

.sec_price_detail .p_price_tbl .cmp {
	color: #a5001e;
}
.sec_fmbdr {
  padding: 35px 26px 10px;
}
.fm_sld_red3 {
	border: 3px solid #a5001e;
}	

.grp-box {
	display: block;
}
.amido_prefectures ul:nth-of-type(even){
	background-color: #f6f4ee;
}

