body {
	font-size: 16px;
}


/* entry form add start */
.entry_frame{
	width:1000px;
	margin:0 auto 80px;
	box-sizing: border-box;
}

.radio, .checkbox {
	display: inline-block;
}


#header {
	width: 100%;
	
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;
	
	border-bottom: 3px solid #C79F62;
	
	padding: 10px 0;
	margin-bottom: 40px;
	
}
#header h1 {
	width: 30px;
	margin-right: 20px;
}
#header h1 img {
	width: 100%;
}

#step {
	text-align: center;
	margin-bottom: 45px;
}
#step img {
	width: 100%;
}

#selectItemBox dt, #selectItemBox dd {
	font-size: 15px;
}

.entry_frame table{
	width:100%;
}
.entry_frame ul{
	list-style:none;
}
.entry_frame tr{
	border-bottom:1px solid #ccc;
}
.entry_frame th{
	text-align:left;
	vertical-align:middle;
	padding:13px 0;
	width:250px;
	
	font-weight: bold;
}
.entry_frame td{
	/*width: 500px;*/
	vertical-align:middle;
	padding:13px 0;
}

.entry_frame .labelRed{
	
	display: inline;

	float:right;
	margin-right: 60px;
	padding:2px 8px;
	
	background:#BA012B;
	
	font-size:12px;
	font-weight: normal;
	color:#fff;
}

.entry_frame h4{
	display:block;
	width:100%;
	background:#C9A75F;
	color:#fff;
	text-align:center;
	padding:8px 0;
}
.entry_frame .center_btn{
	width:100%; 
	text-align:center;
	/*background:#BA012B;*/
}
.entry_frame .center_btn button{
	background-color: #BA012B;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 10px 20px 10px 20px;
	border: none;
	cursor: pointer;
}
.entry_frame .center_btn input:hover{
	opacity: 0.6;
}

.entry_frame .informTxt{
	text-align:left;
	margin:10px 0 30px;
}

.entry_frame input{
	border-radius:5px;
	padding:3px 10px;
	border: 1px solid #ccc;
}
.entry_frame ul{
	overflow: hidden;
}
.entry_frame ul li{
	float:left;
	margin:0 5px;
}
.entry_frame ul li:first-of-type{
	margin-left: 0;
}
.entry_frame ul li:last-of-type{
	margin-right: 0;
}

.entry_frame .informTxt{
	display:block;
	background:#eee;
	padding:30px;
}
.entry_frame .informTxt a{
	color:#111;
}

.entry_frame .informTxt dl dt {
	margin-bottom: 10px;
}
.entry_frame .informTxt dl dd {
	font-size: 15px;
	margin-bottom: 10px;
}


.entry_frame .radio_label{
	margin-right: 30px;
	cursor: pointer;
}
.entry_frame .radio_label:last-of-type{
	margin-right: 0;
}

.entry_frame .radio_box{
	margin-bottom: 10px;
	margin-left: 1em;
}
.entry_frame .radio_box .radio_label{
	margin-left: -1.2em;
}

.entry_frame .select_wrapper{
	display: inline-block;
	margin-right: 5px;
}

.entry_frame .kome_text2{
	margin-top: 5px;
	font-size: 1.3rem;
	
}

.entry_frame input[name=email]{
	margin-bottom: 10px;
}
.entry_frame input[name=password]{
	margin-bottom: 10px;
}

.entry_frame button[type=button]{
	text-align: center;
	padding: 5px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}
.entry_frame button[type=button]:hover{
	opacity: 0.5;
}

.forsp{display:none!important}

/* 後払いの注意文言 */
.entry_frame #atobarai .kome_text2{
	margin-left: 0;
	text-indent: 0;
}
.entry_frame #atobarai .kome_text2 p{
	margin-top: 10px;
}
.entry_frame #atobarai .kome_text2 .atobarai_red{
	color: #FF0000;
}
.entry_frame #atobarai .gmops_box {
	margin-top: 10px;
	font-size: 15px;
}
.entry_frame #atobarai .gmops_box dt {
	margin-top: 10px;
	margin-bottom: 3px;
}


/* ===============================
 submit_errors
*/
.entry_frame .submit_errors{
	margin-bottom: 20px;
	padding: 15px;
	
	border: 3px solid #db3f28;
	border-radius: 10px;
	
	text-align: left;

}
.entry_frame .submit_errors .ttl{
	font-weight: bold;
	margin-bottom: 10px;
	color: #db3f28;
}

.entry_frame .submit_errors ul{
	list-style: disc;
	list-style-position: outside;
}
.entry_frame .submit_errors ul li{
    margin-left: 1em;
}


/* entry form add end */



/* =====================================
CardInfo
======================================*/
#CardInfo{
	display:none;
}

#CardInfo{
	width: 100%;
	
	margin-top: 10px;
	padding: 15px;
	
	position: relative;
	border-radius: 12px;
	
	font-size: 13px;
	border: 1px solid #ccc;
	background-color: #eee;
	
	display: none;
	overflow: hidden;
}

#CardInfo button.close{
	padding: 5px 10px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#CardInfo .pic{
}

/* card_frame */
#CardInfo .card_frame:after { 
	content: ".";
	display: block; 
	clear: both;
	height: 0; 
	visibility: hidden; 
}
#CardInfo .card_frame { 
	margin-top: 10px;
	box-sizing: border-box;
}

#CardInfo .card_frame .red {
	color:#BA012B;
}
#CardInfo .card_frame .xs {
    font-size: 75%;
    line-height: 1.3;
}
#CardInfo .card_frame .gray {
	line-height: 31px;
}


/* note */
#CardInfo .note{
	padding: 7px 0px;
	margin: 12px 0 15px 0 !important;
	border-radius: 7px;
	box-sizing: border-box;
	font-size: 90%;
	clear: both;
}
#CardInfo .note span{
}

/* error_message */
#CardInfo .error_message{
	width: auto;
	margin-bottom: 0;
	margin-top: 10px;
	
	border:none;
	display: none;
	clear: both;
	
	color:#BA012B;
}

/* validation engine上書き */
.entry_frame .formError .formErrorContent{
	border: none;
	box-shadow: none;
	
}

.entry_frame .formError .formErrorArrow > *{
	border: none;
	box-shadow: none;
	
	
}


/* =====================================
	.confirm_frame
======================================*/
.confirm_frame{
	width: 1000px;
	margin: 0 auto;
	padding: 0 0px 40px 0px;
	overflow: hidden;
}

.confirm_frame h2{
	text-align: center;
}

.confirm_frame h3{
	margin: 20px 0 10px;
	font-size: 150%;
	font-weight: bold;
}

.confirm_frame h4{
	padding-left: 0px;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 7px 15px;
	background: #fef0ef;
	color: #000;
	text-align: left;
}

.confirm_frame table{
	
}
.confirm_frame tr th, 
.confirm_frame tr td {
	padding: 20px 15px;
}

/* item_list */
.confirm_frame table.item_list tr > *:nth-of-type(1){
	width: 60%;
}
.confirm_frame table.item_list tr img{
	width: 100px;
	height: auto;
	float: left;
}

/* total */
.confirm_frame table.total{
	width: 40%;
	text-align: right;
	margin-left: 60%;
	margin-top: 10px;
}
.confirm_frame table.total tr th,
.confirm_frame table.total tr td{
	padding: 10px 0;
}
.confirm_frame table.total tr th{
	padding-left: 10px;
}
.confirm_frame table.total tr td{
	padding-right: 30px;
}

.confirm_frame table.total tr.goukei{
	font-size: 200%;
	font-weight: bold;
	border-top: 3px solid #CCC;
	border-bottom: none;
}

.confirm_frame table.total tr.red_row{
	color: #BA012B;
	font-weight: bold
}

/* delivery */
.confirm_frame table.delivery{
	width: 80%;
}
.confirm_frame table.delivery tr:last-of-type{
	border-bottom: none;
}

/* person */
.confirm_frame table.person{
	width: 100%;
	margin-bottom: 50px;
}
.confirm_frame table.person tr th{
	width: 60%;
}

/* center_btn */
.confirm_frame .center_btn{
	margin-top: 50px;
	text-align: center;
	background-color: #fff;
}
.entry_frame.confirm_frame .center_btn button{
	background: none;
	padding: 0;
}

.confirm_frame .center_btn input{
    border-radius: 0;
    padding: 0;
    border: none;
	
}

/* back_btn */
.confirm_frame .back_btn{
	width: 200px;
	margin: 40px auto 0;
}
.confirm_frame .back_btn a{
	width: 100%;
	height: auto;
	display: inline-block;
}
.confirm_frame .back_btn a img{
	width: 100%;
	height: auto;
}
.confirm_frame .back_btn a:hover{
	opacity: 0.8;
}

/* =====================================
	.thanks_frame
======================================*/
.thanks_frame{
	width: 1000px;
	margin: 0 auto;
	padding: 0 0px 40px 0px;
	overflow: hidden;
}

.thanks_frame h2{
	text-align: center;
}

.thanks_frame h3{
	margin: 20px 0 10px;
	font-size: 150%;
	font-weight: bold;
}


.thanks_frame .free_dial {
	margin: 20px 0 30px;
	padding: 20px;
	overflow: hidden;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	line-height: 1.4;

}
.thanks_frame .free_dial p {
	width: 50%;
	float: left;
}
.thanks_frame .free_dial ul {
	margin-left: 10px;
	float: left;
}
.thanks_frame .free_dial ul li{
	float: none;
	margin-right: 0;
	margin-bottom: 5px;
}
.thanks_frame .free_dial ul li a:hover img{
	opacity: 0.8;
}


.thanks_inner {
	margin-bottom: 40px;
}

.thanks_inner p {
	margin-bottom: 25px;
}

.thanks_frame.entry_frame .center_btn{
	background:none;
	margin-top: 20px;
}


.btn {
	display: inline-block;
	padding: 0.6rem 1.0rem 0.3rem 1.0rem;
	text-decoration: none;
	text-align: center;
	font-family: "ryo-gothic-plusn",sans-serif;
	font-weight: 300;
	
	border-radius: 4px;
	
	cursor: pointer;
	
	vertical-align: middle;
	
	font-size: 0.8rem;
	
	
}
.btn:hover {
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.btn-sm {
	font-size: 0.7rem !important;
	padding: 0.3rem 0.5rem 0.1rem 0.5rem !important;
}
.btn-md {
	font-size: 1.0rem !important;
	padding: 0.3rem 0.5rem 0.1rem 0.5rem !important;
}
.btn-lg {
	font-size: 1.3rem !important;
}
.btn-full {
	width: 100%;
}
.btn-login {
	width: 400px;
	max-width: 100%;
}

.btn-brown {
	background-color: #5E463E;
	color: #fff !important;
	border-bottom: 2px solid #362823;
	
}
.btn-brown:hover {
	background-color: #5E463E;
	color: #fff !important;
	border-bottom: 2px solid #362823;
	opacity: 0.8;
}

.btn-brown a{
	color: #FFF;
}

.btn-black {
	background-color: #373737;
	color: #fff !important;
	border: 2px solid #373737;
}
.btn-black:hover {
	background-color: #fff;
	color: #5d5d5d !important;
	border: 2px solid #373737;
}
.btn-white {
	background-color: #fff;
	color: #333 !important;
	border: 1px solid #D8D8D8;
	border-radius: 0px;
	padding: 0.6rem 1.5rem;
	display: block;
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
.btn-white:hover {
	background-color: #373737;
	color: #fff !important;
	border: 1px solid #373737;
}
.btn-white .fa {
	margin-right: 0.3rem;
}

.btn-red {
	background-color: #9E504E;
	color: #fff !important;
	border-bottom: 2px solid #7E403E;
}
.btn-red:hover {
	background-color: #BC6E6C;
	color: #fff !important;
	border-bottom: 2px solid #7E403E;
	opacity: .8;
}
.btn-green {
	background-color: #6D884C;
	color: #fff !important;
	border-bottom: 2px solid #576D3D;
}
.btn-green:hover {
	background-color: #8BA66A;
	color: #fff !important;
	border-bottom: 2px solid #576D3D;
	opacity: 0.8;
}

.btn-gray {
	background-color: #909090  !important;
	color: #fff !important;
	border-bottom: 2px solid #666 !important;
	
}
.btn-gray:hover {
	opacity: 0.8;
}

.item_cart button.btn .fa {
	
}

.btn i[class*="-left"] {
	margin-left: 0;
	margin-right: 0.5rem;
}
.btn i[class*="-right"] {
	margin-right: 0;
	margin-left: 0.5rem;
}


/* フッターのお問い合わせ */


#FooterContact .contents_inner {
	background: #F8F8F8;
	border-radius: 10px;
	padding: 30px;
}

#FooterContact .contents_inner > p {
	font-size: 1.0rem;
	margin-bottom: 20px;
	text-align: center;
}

#FooterContact .contents_inner > ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	
}
#FooterContact .contents_inner > ul > li {
	
	margin-bottom: 10px;
	text-align: center;
}
#FooterContact .contents_inner > ul > li.tel > ul {
	text-align: center;
}
#FooterContact .contents_inner > ul > li.tel > ul li:first-child {
	
	
	margin-bottom: 10px;
}
#FooterContact .contents_inner > ul > li.tel> ul li:first-child p {
	display: inline-block;
}

#FooterContact .contents_inner > ul > li.tel {
	color: #5E463E;
	margin-right: 30px;
}
#FooterContact .contents_inner > ul > li.tel ul li.telnum {
	width: 100%;
	margin: 0 auto;
}
#FooterContact .contents_inner > ul > li.tel ul li.telnum img {
	width: 100%;
}

#FooterContact .contents_inner > ul > li.tel span {
	font-weight: 300;
}
#FooterContact .contents_inner > ul > li.tel .fa {
	margin-right: 5px;
}
#FooterContact .contents_inner > ul > li.mail {
	font-size: 1.8rem;
}


/* ------------------------------------------ 
overlay */
.overlay{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display:none;
	z-index: 1000;
}
.overlay .overlay_bg{
	width: 100%;
	height: 100%;
	
	opacity: 0.6;
	background: #333;
}

.overlay .loader{
	
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 45%;
}

.loader {
	position: absolute;
	top:50%; left: 50%;
	display: inline-block;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
	border: 2px solid #C79F62;
	border-radius: 50%;

	animation: spin 0.75s infinite linear;
}

.loader::before,
.loader::after {
	left: -2px;
	top: -2px;
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}

/*
 * LOADER 1
 */
.loader-1 {
	border-top-width: 0;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}

}


label.check_label {
    cursor: pointer;
    position: relative;
	margin: 0 0 0 15px;
	font-weight: normal;
}

.informTxt input[type="checkbox"] {
    position: absolute;
    left: -10000px;
    top: -100px;
    display: inline;
    width: 0;
    height: 0;
    margin-right: 0;
    border: none;
}


.informTxt input[type="checkbox"] + .check-icon:before {
    content: "\f0c8";
    font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
    color: #333;
	font-size: 18px;
}

.informTxt input[type="checkbox"]:checked + .check-icon:before {
    content: "\f14a";
	font-weight: 400;
    color: #333;
	font-size: 18px;
}


.btn_group {
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
}

.btn_group button[type="submit"] {
	display: inline-block;
    padding: 0.6rem 1.0rem 0.3rem 1.0rem;
    text-decoration: none;
    text-align: center;
    font-family: "ryo-gothic-plusn",sans-serif;
    font-weight: 300;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
	
	background-color: #5E463E;
    color: #fff;
    border-bottom: 2px solid #362823;
	
	font-size: 1.3rem;
	
}

.btn_group i {
	margin: 0 5px;
}
