@charset "utf-8"; /* 〠 */

/*----------------------------------------------*/
/* common CSS [SP]
/*----------------------------------------------*/

/*######## ブロックレベル変換(HTML5タグ用) ########*/
header, footer, nav, section, article, aside, hgroup, 
details, summary, menu, figure, figcaption {
	display: block;
}


/*######## General ########*/


/*######## Background & Wrapper ########*/

body, table, input, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Droid Sans";  /* "ヒラギノ角ゴ" for iOS, "Droid Sans" for Android */
	
	color: #525252;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.4;
}

body {
	min-height: 416px;
	-webkit-text-size-adjust: none;  /* no font auto resize for iPhone */
	
	background-color: #FFFFFF;
}

#wrapper {
	width: 100%;
	background-color: #FAF9F5;
}


/*######## Common ########*/

/*---- Color ----*/
.fred { color: #FF6633; }

/*---- Bold ----*/
.fbold { font-weight: bold; }

/*---- Underline ----*/
.funderline { text-decoration: underline; }

/*---- Indent ----*/
.indent1 {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.4em;
}

/*---- Page top button ----*/
.pagetop-btn {
	display: none;
}

/*---- Common pager ----*/
.common-pager {
}

.common-pager .pagerbox {
}

.common-pager .pager-textbox {
	display: inline-block;
	padding: 8px 10px 10px 0px;
	
	white-space: nowrap;
	vertical-align: top;
}

.common-pager .pager-text-total {
}

.common-pager .pager-linkbox {
	display: inline-block;
}

.common-pager .pager-link {
	overflow: hidden;  /* preventing height 0 when float */
}

.common-pager .pager-link li {
	float: left;
	width:       32px;
	height:      32px;
	line-height: 32px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #D7D7D7;
	text-align: center;
}

.common-pager .pager-link li a {
	display: block;
	height:      32px;
	line-height: 32px;
	text-decoration: none;
}

.common-pager .pager-link .pager-link-wide {
	width: 30px;
}

.common-pager .pager-link .pager-link-dot {
	border: none;
	width: 30px;
	border: 1px solid #FFFFFF;
}

.common-pager .pager-link .pager-link-cur {
	color: #FFFFFF;
	background-color: #BB9763;
}

/*---- Common ol ----*/
.common-ol-bracket {
	counter-reset: cnt;
	list-style-type: none;
	margin-top: 4px;
	padding: 0px;
}

.common-ol-bracket > li {
	counter-increment: cnt;
	margin-bottom: 4px;
	padding-left: 2.5em;
	text-indent: -2.5em;
}

.common-ol-bracket > li:before {
	content: "（"counter(cnt) "）";
}

/*---- Common creditcard ----*/
.common-creditcard-securitycodeframe {
	overflow: hidden;  /* preventing height 0 when float */
	margin-top: 20px;
}

.common-creditcard-securitycodebox {
	float: left;
	width: 180px;
	margin: 0px 10px 20px 0px;
}

.common-creditcard-securitycode-title {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	font-size: 1.3rem;
}

.common-creditcard-securitycode-photo {
	margin: 5px 0px;
	text-align: center;
}

.common-creditcard-securitycode-text {
	font-size: 13px;
	font-size: 1.3rem;
}

.common-creditcard-supportframe {
	margin-top: 20px;
}

.common-creditcard-support-photo {
}

.common-creditcard-support-photo img {
	height: 30px;
	margin-bottom: 5px;
}


/*######## Header ########*/

#headerfield {
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D8D8D8;
}

#headerbody {
	width: 100%;
}

#header-logoframe {
	display: table;
	width: 100%;
	height: 60px;
}

#header-logobox {
	display: table-cell;
x	width: 100px;
x	width: 50%;
x	min-width: 180px;  /* org size 320x38 */
	padding: 0px 10px;
	vertical-align: middle;
x	background-color: #00FF00;
}

#header-logobox img {
	width: 95%;
	max-width: 334px;  /* for max height 38px (org size 440x50) */
x	max-width: 95%;
x	margin-left: 10px;
x	margin-left: 5%;
}

#header-buttonbox {
	display: none;
}

#header-spbuttonbox {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
x	background-color: #FF0000;
}

#header-button-hmgnavibtnframe {
	float: right;
	width: 30x;
x	margin-right: 15px;
	margin-right: 10px;
	
	cursor: pointer;
}

#header-button-hmgnavibtnframe span {
	display: block;
	font-size: 8px;
	font-size: 0.8rem;
	line-height: 1;
	color: #BB9763;
	text-align: center;
}

#header-button-hmgnavibtn {
	width: 30px;
	
	cursor: pointer;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #BB9763  !important;
}

/*----- Global navigation -----*/
#header-gnavi {
	display: none;
}

#header-spgnavi {
	display: none;  /* 初期状態非表示 */
	position: absolute;
	top: 60px; /* #header-spbutton-gnavibtnの下部に合わせる */
	right: 0px;
	z-index: 10000;  /* スライドやカルーセルの上に表示させる */
	
	width: 100%;
	
	background-color: #000000;
}

#header-spgnavi .menu-navibox {
	background-color: #FFFFFF;
}

#header-spgnavi .menu-navibox li {
	min-height:  38px;
	line-height: 38px;
	border-top: 1px solid #EEEEEE;
}

#header-spgnavi .menu-navibox li a {
	display: block;
	min-height:  38px;
	line-height: 38px;
	padding-left: 10px;
	text-decoration: none;
}

#header-spgnavi-closespmenu {
	min-height:  38px;
	line-height: 38px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	cursor: pointer;
	text-align: center;
}

.header-spbutton-mbbtn {
	float: right;
	width: 34px;
	height: 34px;
	margin-right: 15px;
	
	background-repeat: no-repeat;
	-webkit-background-size: 34px 34px;  /* for Android2.1 */
	background-size:         34px 34px;
}

#header-spbutton-mbbtn-mbreg {
	background-image: url(../img/common/header_btn_mbreg.png);
}

#header-spbutton-mbbtn-login {
	background-image: url(../img/common/header_btn_login.png);
}

#header-spbutton-mbbtn-mbrsv {
	background-image: url(../img/common/header_btn_mbrsv.png);
}

#header-spbutton-mbbtn-mymenu {
	background-image: url(../img/common/header_btn_mymenu.png);
}

#header-spbutton-mbbtn-contact {
	background-image: url(../img/common/header_btn_contact.png);
}

.header-spbutton-mbbtn a {
	display: block;
	width: 34px;
	height:      34px;
	line-height: 34px;
}


/*######## Contents ########*/

/*---- Contents field ----*/
.contentsfield {
	width: 100%;
}

/*---- Contents body ----*/
.contentsbody {
}

/*---- Bread crumb ----*/
#breadcrumb {
	display: none;
}

/*---- Title ----*/
.title-base {
	margin: 30px 10px 20px;
	color: #333333;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.35;
	text-align: center;
}

.subtitle-base {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 3px solid #DEDEDE;
}

.subtitle-base::after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #000000;
}

/*---- Contents box ----*/
.contentsbox {
	overflow: hidden;  /* preventing height 0 when float */
	margin-bottom: 20px;
}

/*---- Contents box(2column) ----*/
.contentsbox-leftmain {
	padding: 0px 10px;
}

.contentsbox-rightmenu {
	width: 200px;
	margin: 0px auto 30px;
}

/*---- Common box ----*/
.commonbox {
	margin-bottom: 40px;
	padding: 10px 10px 30px;
	
	background-color: #FFFFFF;
	
	box-shadow:         2px 2px 6px -1px rgba(196,196,196,0.5);
	-webkit-box-shadow: 2px 2px 6px -1px rgba(196,196,196,0.5);
	-moz-box-shadow:    2px 2px 6px -1px rgba(196,196,196,0.5);
}


/*######## Right menu ########*/

.rightmenu-bnrbox {
	margin-bottom: 30px;
}

.rightmenu-bnrbox img {
	max-width: 100%;
}


/*######## Footer ########*/

/*---- Footer contents ----*/
#footerfield {
	width: 100%;
	background-color: #F1F0EE;
}

#footerbody {
	width: 100%;
}

#footer-linkframe {
}

#footer-linkbox {
	color: #444444;
	border-bottom: 1px solid #FFFFFF;
}

#footer-linkbox li {
	min-height:  38px;
	line-height: 38px;
x	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
x	background-color: #FFFFFF;
}

#footer-linkbox li a {
	display: block;
	min-height:  38px;
	line-height: 38px;
	padding-left: 20px;
	
	background-image: url(../img/common/footer_arrow_sp.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	
	-webkit-background-size: 13px 12px;  /* for Android2.1 */
	background-size:         13px 12px;
	
	font-size: 14px;
	font-size: 1.4rem;
	color: #444444;
	text-decoration: none;
}

/*---- Copyright ----*/
#footer-copyright {
	padding: 10px 0px;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #444444;
	background-color: #CFCFCF;
}


/*######## 標準文字入力フォーム<input>,<textarea>タグ ########*/
input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[type="tel"], textarea {
	margin-bottom: 5px;
	padding: 8px 3px;
	border: 1px solid #D7D7D7;
	
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	
	-webkit-appearance: none;    /* for stop iOS gradation */
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}


/*######## 標準選択フォーム<input type="radio">,<input type="checkbox">,<label>タグ ########*/

/*---- フォーム要素本体 ----*/
input[type="radio"], input[type="checkbox"] {
x	width: auto;  /* 2023/01/30:for Win10 22H2 Edge Bug */
	margin: 0px 3px 0px 6px;
	padding: 0px;
	
	font-size: 18px;
	font-size: 1.8rem;
	vertical-align: 0px;
}

/*---- フォーム選択肢(radio&checkbox) ----*/
.formchoice {
	padding-top: 5px;
}

.formchoice li {
	margin-bottom: 10px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.formchoice-horizonal {
	overflow: hidden;  /* preventing height 0 when float */
	padding-top: 5px;
}

.formchoice-horizonal li {
	float: left;
	margin: 0px 10px 10px 0px;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/*---- フォーム用<label>タグ ----*/
label {
	padding-left: 0px;  /* 2023/01/30:for Win10 22H2 Edge Bug */
	text-indent: 0px;   /* 2023/01/30:for Win10 22H2 Edge Bug */
}


/*######## 標準<select>タグ ########*/
select {
	height: 40px;
	margin: 5px 0px;
	padding: 0px 25px 0px 5px;
	border: 1px solid #D7D7D7;
	
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/common/select_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	
	-webkit-box-sizing: border-box;  /* for Safari,Firefox3 */
	box-sizing:         border-box;  /* for Chrome,IE8+ */
	
	-webkit-appearance: none;    /* for stop iOS gradation */
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

select::-ms-expand {  /* for hide select arrow IE10+ */
	display: none;
}


/*######## 標準ボタンフォーム<input type="submit">,<input type="button">タグ ########*/
input[type="submit"], input[type="button"] {
	height: 40px;
	padding: 0px 20px;
	border: none;
	
	color: #FFFFFF;
	letter-spacing: 1px;
	
	background-color: #BB9763;
	
	-webkit-appearance: none;    /* for stop iOS gradation */
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}


/*######## フォーム関連 ########*/

/*---- フォームテーブル ----*/
.formtable {
}

.formtable-row {
	margin-bottom: 10px;
}

.formtable .formtable-title {
}

.formtable .formtable-title-text {
	display: inline-block;
	font-weight: bold;
}

.formtable .formtable-title-text br {
	display: none;
}

.formtable .formtable-title-must {
	padding: 3px;
	display: inline-block;
	height:      15px;
	line-height: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-color: #A6927C;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.title-must {
	padding: 3px;
	display: inline-block;
	height:      15px;
	line-height: 15px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-color: #A6927C;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.formtable .formtable-title-option {
	display: inline-block;
	height:      15px;
	line-height: 15px;
	padding: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-color: #B0AEAE;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.formtable .formtable-data {
	padding-top: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}

.formtable .formtable-data-formtextonly {
}

/*---- フォームアイテム ----*/
.formitem-textdate {
	width: 40px;
}

.formitem-texthalf {
	width : 90%;
}

.formitem-textfull {
	width : 90%;
}

.formitem-memo {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
}

.formitem-memo-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.formitem-notice {
	color: #FF6633;
	font-size: 12px;
	font-size: 1.2rem;
}

.formitem-notice-indent {
	padding-left: 1em;
	text-indent: -1em;
}

/*---- フォームボタン ----*/
.btn-formsubmit {
	text-align: center;
}

.btn-formsubmit input {
	min-width: 100px;
	height:      40px;
	line-height: 40px;
	margin: 10px auto;
	padding: 0px 20px;
	border: none;
	
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;  /* for iPhone only */
	color: #FFFFFF;
	text-align: center;
	
	background-color: #BB9763;
	
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.btn-formsubmit input:hover,
.btn-formsubmit input:focus,
.btn-formsubmit input:active {
	background-color: #9A7839;
}

.btn-formsubmit .btn-formsubmit-back {
	color: #333333;
	background-color: #E6E6E6;
}

.btn-formsubmit .btn-formsubmit-back:hover,
.btn-formsubmit .btn-formsubmit-back:focus,
.btn-formsubmit .btn-formsubmit-back:active {
	background-color: #CDCDCD;
}

.btn-formsubmit-between {
	display: inline-block;
	width: 10px;
}

/*---- フォームエラー ----*/
.formerrbox {
	margin: 10px 20px 10px;
	line-height: 1.5;
	
	color: #FF6633;
}

.formerrbox .fbold {
	font-weight: bold;
}

.formerr {
	border: 3px solid #FF6633 !important;
	  /* !importantがないと<input type="text">等に効かない */
}

.formerrtext {  /* VERITRANSトークン決済用 */
	color: #FF6633;
}

.fatalerror-nullbox {  /* mbemc.html & mbpst.html */
	height: 100px;
}

/*---- フォームページ ----*/
.form-formlead {
	margin-bottom: 30px;
}

/*---- フォーム確認ページ ----*/
.form-checklead {
	margin-bottom: 30px;
}

/*---- フォーム完了ページ ----*/
.form-donebox {
}

.form-donebox-memo {
}

.form-donebox-memo-indent {
	padding-left: 1em;
	text-indent: -1em;
}

.form-donebox-link {
	margin-top: 20px;
}

.form-donebox-link a {
	text-decoration: underline;
}

/*---- 共通ボタン ----*/
.btn-common {
	text-align: center;
}

.btn-common a {
	display: inline-block;
	min-width: 150px;
	height:      40px;
	line-height: 40px;
	margin: 0px 10px 20px;
	padding: 0px 20px;
	
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	color: #FFFFFF;
	text-decoration: none;
	
	background-color: #BB9763;
	
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.btn-common a:hover {
	text-decoration: underline;
}
