@charset "utf-8";
/* CSS Document */

a:hover {
	opacity: 1;
}

/* default style */
body#singles #wrapper #middle .container {
	width:1000px !important;	
	padding-top:25px;
	padding-bottom:0;
}

.page_form .column2 div.title{
	padding-top:0px;
}

.block_container {
	margin:5px 0 5px 0;
	padding:10px;
	border-radius:5px;
}
.page_form .box_element h3 {
	float:left;
	width:130px;
	margin-left:10px;
	margin-top:15px;
}
.page_form .box_element .block_right {
	float:right;
	width:650px;
}
.ui-input-info {
	float:right;
	width:370px;
	height:32px;
	top:32px;
}
.ui-input-info .ui-input-info_txt {
	margin-top:10px;
}
.page_form input[type="text"],
.page_form input[type="tel"],
.page_form input[type="password"] {
	padding:5px;
	margin-top:2px;
	border-radius:3px;
	width:260px;
}
#zip {
	width:170px;
}
.page_form input[type="button"] {
	padding:3px;
}
input::-moz-placeholder {
  color: #BDBDBD;
}
input:-ms-input-placeholder {
  color: #BDBDBD;
}
input::-webkit-input-placeholder {
  color: #BDBDBD;
}
select {
	padding:5px;
	margin-top:2px;
	border-radius:3px;
	color:#444;
}
label {
	font-size:14px;
	font-weight: normal;
}

.bc_c01 { background: #D6F2FF; color: #445B77; }
.bc_c02 { background: #F1FAEF; color: #445B77; }
.bc_c03 { background: #F7DE8E; color: #445B77; }
.block_container h3 {
	color:#294E9D;
}
h3 {
	margin:0 0 0 0;
	padding:0;
	font-weight:normal;
}
.error,.error_pf {
	margin:2px 0 1px 0;
	background:#FAE8E8;
	background-size:20px 20px;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	color:#FF0000;
	width: 365px;
}

.modal_notice {
	margin:10px 0 15px 0;
	padding:5px;
	background:#BDF5EB;
	color:#000;
	text-align:center;
	font-size:93%;
}

.addcard {
	padding:5px;
	font-size:16px;
	color: #294E9D;
}

.infomsg {
	padding:5px;
	font-size:16px;
	color: #DB591F;
}

.dx_msg {
	margin-top:5px;
	padding:5px;
	font-size: 12px;
	background:#EFEFEF;
}

input[type="checkbox"] {
    border: 1px solid #999;
    vertical-align: -8px;
    -webkit-appearance: none;
    position: relative;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    width: 26px;
    height: 26px;
    /*Other Browser*/
    background: #e2e2e2;
    /*For Old WebKit*/
    background: -webkit-gradient(
        linear, left top, left bottom,
        color-stop(0.00, #ffffff),
        color-stop(1.00, #e2e2e2)
    );
    /*For Modern Browser*/
    background: linear-gradient(
        to bottom,
        #ffffff 0%,
        #e2e2e2 100%
    );
}

input[type="checkbox"]:checked {
    background: #FFF;
    /*Other Browser*/
//    background: #99A9D2;
    /*For Old WebKit*/
//    background: -webkit-gradient(
//        linear, left top, left bottom,
//        color-stop(0.00, #99A9D2),
//        color-stop(1.00, #3B4ED0 )
//    );
    /*For Modern Browser*/
//    background: linear-gradient(
//        to bottom,
//        #99A9D2 0%,
//        #3B4ED0  100%
//    );
//    border: 1px solid #001566;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 16px;
    display: block;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    content: "";
    width: 10px;
    height: 4px;
    background: #CC0000;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 9px;
    top: 16px;
    content: "";
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    width: 16px;
    height: 4px;
    background: #CC0000;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

input[type=radio] {
    width: 20px;
    height: 20px;
    vertical-align: middle;
	position: relative;
	top:-4px;
}

input[type="text"][disabled]{
	width:260px;
	height:32px;
	background:#F0F0F0;
	cursor:not-allowed; /* 禁止カーソル */
}

input[type="text"][disabled].w80{
	width:80px;
}

/* head内CSS */
input[type="checkbox"],input[type="radio"] {
//  -moz-transform-origin: right bottom;
	-moz-transform: scale(1.5,1.5);
}
.block_container a {
	color: #0064FF;
	font-size:12px;
}

/* ツールチップ  */
.tooltip > .tooltip-inner {
  font-size: 14px;
  font-weight: normal;
}
/*-----------------------------------------------------------
	流用 redesign 150424
-----------------------------------------------------------*/
.container {
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	font-family: "メイリオ" , "Meiryo" , Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.container a:hover img {
	opacity: 0.88;
}
#pageHeader {
	background-color: #FFFFFF;
}
#pageHeader {
	height: 92px;
	padding: 10px 15px 0;
}
.h_logo, #pageHeader h1 {
	margin-bottom: 10px;
}
#pageHeader h1 {
	position: relative;
	top: 36px;
	left: 32px;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
}
#pageHeader .h_logo {
	margin: 13px 20px;
}
#pageHeader .h_logo .syutoku {
    display: inline-block;
    position: relative;
    top: 12px;
    left: 7px;
    font-size: 12px;
    border: 1px solid #666;
    padding: 2px 4px 1px;
}
#pageHeader .alR {
	float: right;
	text-align: center;
}
#pageHeader .alR li {
	float: left;
	margin-left: 30px;
}
#pageHeader .alR .tel {
	margin-bottom: 10px;
}
#pageHeader .alR .order, #kv .posR {
	position: relative;
}
#pageHeader .alR .order .sub {
	display: inline-block;
	position: absolute;
	top: 80px;
	left: 17px;
}

.toOrder {
	background-color: #e8e8e8;
	padding: 30px 0 25px 0;
	width: 100%;
}
body#singles #wrapper #middle .toOrder .container {
	margin: 0 auto;
	padding-top: 0;
	padding-left: 32px;
}
.toOrder li {
	display: inline-block;
	margin: 24px 14px 0 0;
}

/*=====ここからfooter=====*/

#wrapper #footer {
	padding:5px;
	background:#43BDFE;
	border-top:1px solid #43BDFE;
}

.wrapper .bottom-attention{
	text-align:center;
}

body #footer{
	padding:4px 0;
	background:#43BDFE;
	height:26px;
}

body #footer a{
	text-decoration:none;
	color:#FFFFFF;
	font-size:12px;
	display:block;
	text-align:center;
}
p {margin: 0px;}

.error,#error {
	display:none;
}


/*-----------------------------------------------------------
	overwright add 150507
-----------------------------------------------------------*/

ul {
	margin-top: 13px;
}
.container {
	padding: 0;
}
section.kv {
	background: #F4F4F4 url(../images/150511/kv.jpg) no-repeat center top;
	width: auto;
}
body#singles #wrapper #middle .contents {
	background: #f3ecde url(../images/151001/bg_erabu.png) repeat-x left 878px;
	width:auto !important;
	margin: 0;	
	padding:0;
}
.contents .kvin {
	display: block;
	width:1000px;
	margin: 0 auto;
	padding-top: 1px;	
}
.kvin .tag01 {
	text-align: right;
	padding-left: 50%;
}
.kvin h2 {
	margin: 5px 0 10px 35px;
}
.kvin h2.page_ttl {
	position: relative;
}
.kvin h2.page_ttl .radio {
	position: absolute;
	left: 215px;
	top: 0;
	width: 740px;
}
.kvin h2.page_ttl .radio img {
	max-width: 100%;
	height: auto;
}
.kvin .hokan {
	margin: 0 0 15px 48px;
}
.kv .item01 {
	width: 918px;
	margin: -48px auto 0;
	margin: -4px auto 0;
	padding-left: 1px;
}
section {
	width: 1000px;
	margin: 0 auto;
}
.feature01 {
	padding-bottom: 43px;
}
.feature01 .item01order {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto 5px;
	padding: 0 10px 19px 0;
	border-radius: 0 0 14px 14px;
	box-shadow: 1px 3px 4px rgba(0,0,0,0.15);
}
.item01order .tag {
	position: relative;
	top: -7px;
	background: url(../images/150511/tag_bg01.png) no-repeat center top;
	width: 198px;
	margin: 0px 0 0 25px;
	height: 37px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.row {
	display: table;
	width: 100%;
	margin: 0;
}
.row .inTC {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.row .inTC.logo {
	font-size: 11px;
	color: #666;
}
.row .inTC .logoTag {
	display: block;
	padding: 0 10px 8px 20px;
}
.item01order .inTC .inTag {
	display: block;
	margin: -20px 0 18px;
}
h2.erabu {
	margin: 20px 0 23px;
	text-align: center;
}
.erabu .inTC {
	border-left: #703b1d dashed 1px;
	width: 33.333%;
}
.erabu .inTC:nth-child(1) {
	border-left: none;
}
.erabu .inTC .riyuu {
	display: inline-block;
	/*background-color: #FFF;
	border: #eb899f solid 2px;
	padding: 4px 14px 3px;
	color: #eb899f;
	font-weight: bold;
	font-size: 18px;*/
	margin-bottom: 17px;
}
.erabu .inTC .riyuu em {
	font-size: 21px;
	font-weight: bold;
}
.erabu .inTC h3 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 14px;
}
.erabu .inTC h3 em {
	font-weight: bold;
	color: #af1f24;
}
.erabu .inTC .txt {
	width: 270px;
	text-align: left;
	margin: 12px auto 0;
	font-size: 15px;
	line-height: 1.6;
}
.feature02 {
	background-color: #e3dab8;
}
.feature02 .ttl {
	margin: 0;
}
.feature02 .item01 {
	background-color: #f8f1d5;
	margin: 15px 10px;
	padding: 13px 20px 22px 15px;
}
.feature02 .flL {
	float: left;
	margin: -22px 12px 0 0;
	padding-bottom: 15px;
}
.feature02 .item01 .tsuika {
	display: inline-block;
	background-color: #FFF;
	border: #d7768d solid 2px;
	height: 36px;
	margin: 9px 0 6px;
	padding: 0 13px 0 18px;
	line-height: 36px;
	color: #d7768d;
	border-radius: 18px;
	font-weight: bold;
	font-size: 16px;
}
.feature02 .item01 .sub {
	position: relative;
	/*background: url(../images/150511/arw01.png) no-repeat left top;
	height: 21px;
	margin: 5px 0 0 -44px;*/
	left: -1.7em;
	padding: 7px 0 0 17px;
	font-size: 15px;
}
.feature02 .subCnt {
	clear: both;
}
.feature02 .flR {
	float: right;
	margin-right: 10px;
}
.feature02 .item02 {
	overflow: auto;
	padding-bottom: 20px;
}
.feature02 .tag_futon {
	float: left;
	padding: 0 10px 0 15px;
}
.feature02 .futon {
	float: left;
	border: #2e9a39 solid 2px;
	border-radius: 18px;
	width: 886px;
	margin-top: 5px;
	padding: 25px 13px 15px 13px;
}
.feature02 .futon .flL {
	margin: -10px 12px 0 0;
}
.feature02 .item02 .sub {
	padding: 15px 0 0 17px;
}
.feature02 .item02 .subCnt p {
	padding: 10px 0 0 25px;
	font-size: 11px;
}




.feature02 .cp01 {
	background: #f6ecf0 url(../images/150511/item01_pic.png) no-repeat 25px 40px;
	height: 250px;
	padding: 17px 30px 10px 215px;
}
.feature02 .cp01 .tsuika {
	display: inline-block;
	background-color: #FFF;
	border: #d7768d solid 2px;
	height: 36px;
	margin: 7px 0 6px;
	padding: 0 23px ;
	line-height: 36px;
	color: #d7768d;
	border-radius: 18px;
	font-weight: bold;
	font-size: 18px;
}
.feature02 .row .sub {
	background: url(../images/150511/arw01.png) no-repeat left top;
	height: 21px;
	margin: 5px 0 0 -44px;
	padding: 7px 0 0 17px;
	font-size: 15px;
}
.feature02 .cp01sub {
	background-color: #f7f0df;
	height: 280px;
	padding: 0 0 5px;
}
.feature02 .cp01sub .tag {
	float: left;
	background: url(../images/150511/tag_bg02.png) no-repeat center top;
	width: 178px;
	margin: 0px 0 -30px 25px;
	height: 50px;
	line-height: 46px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.feature02 .cp02 {
	background: #cde4b7 url(../images/150511/item02_pic.png) no-repeat 20px 10px;
	height: 188px;
	padding: 40px 15px 10px 190px;
}
.feature02 .cp02sub {
	background-color: #f7f0df;
	height: 210px;
	padding: 0 0 5px;
	text-align: center;
}
.feature02 .cp02sub .tag {
	position: relative;
	float: left;
	background: url(../images/150511/tag_bg03.png) no-repeat center top;
	width: 258px;
	margin: 0px 0 -30px 25px;
	height: 52px;
	line-height: 48px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
.gold {
	background-color: #FFF;
	margin: 0 auto;
	padding: 30px 40px;
	text-align: center;
}
/* add 150511 */
.formTtl {
	background-color: #F4F4F4;
	border: #bbb double 3px;
	margin: 0 -30px 40px;
	padding: 18px 12px 14px;
	text-align: center;
}
#form1 {
	margin:-20px 60px 0;
	padding-top: 20px;
}
.formGold {
	margin: 22px 0 0;
	font-size: 19px;
	color: #DB591F;
	text-align: center;
}
.bc_c03 { /*width: 880px;*/ margin: 5px auto 10px; padding-bottom:15px;  }
.btnblock .btn#btnNext {
	font-size: 24px;
	padding: 18px 6px 16px;
	text-shadow:0 1px 3px rgba(0,0,0,0.3) !important;
}
.alert-danger {
	margin-bottom: 20px;
}

/*-----------------------------------------------------------
	cp151001
-----------------------------------------------------------*/

.page_form .box_element .block_right div {
	width: auto;
}
.ui-input-info {
	float: none;
	padding-left: 10px;
}

/*-----------------------------------------------------------
	cp1601
-----------------------------------------------------------*/
#pageHeader .alR {
	margin-bottom: 0;
}
#pageHeader h1 {
    position: relative;
    top: 23px;
    left: 3px;
    color: #484864;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    margin-top: 22px;
}
section.kv {
	background: #F4F4F4 url(../images/151221/kv.jpg) no-repeat center top;
}
.contents .kvin {
    width: 1035px;
}
.kvin h2 {
    margin: 38px 0px 0px -30px;
}
.kv .item01 {
    margin: -5px auto 0px;
}
.happybag {
	background-color: #E3DAB8;
	width: 890px;
	margin: 60px auto 50px;
	padding: 35px 30px 30px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
}
.happybag h2 {
	text-align: center;
	margin: 0px 0px 20px;
	color: #B28D38;
}
.happybag li {
    margin: 0 0 7px;
}
.happybag li::before {
	content: "・";
	font-weight: bold;
}
.happybag li em {
	font-weight: bold;
}
.feature02 .flR {
	position: relative;
	margin: 14px 15px 0 -40px;
}
.feature02 .item01 .sub {
    padding: 12px 0px 0px 17px;
}
#wrapper #middle .container .page_index .section {
    margin: 0px 20px 40px;
    padding: 45px 0px 5px;
    background: #F9F9F9 ;
    border-top: 2px solid #EEE;
    border-radius: 10px;
}
.notice1601 {
	background-color: #FFFF00;
	padding: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	color: #CA0000;
}
.notice1601 em {
	display: block;
	padding: 25px;
	font-weight: bold;
	font-size: 40px;
}

.item01order, .toOrder, .page_form ,#pageHeader .order {
	display: none;
}
/*.notice1601 {
	display: none;
}*/



