@charset "UTF-8";
/*2022.08.27 NTAギフトカード対応 新規作成*/

.f-button-hint__wrap {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
}

.f-button-hint__wrap--top {
	display: flex;
	justify-content: space-between;
}

.f-button-hint__wrap--top .f-button-hint {
	margin-top: 3px;
}

.f-button-hint {
	position: initial;
	top: 1px;
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	transition: opacity 0.2s ease-out;
}

.f-button-hint:hover {
	opacity: 0.6;
}

.f-button-hint__image {
	width: 100%;
	text-align:center;
}

.f-confirm-price-table__data .f-button-hint {
	margin-top: 1px;
}


/*--------------------------------
2.19 modal
--------------------------------*/
.f-modal {
	position: relative;
	width: 380px;
	min-height: 180px;
	margin: 0 auto;
	padding: 20px 25px 90px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 150;
}

.f-modal__text {
	font-size: 13px;
	line-height: 1.5;
}

.f-modal__button {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
}

.f-modal-hint {
	position: relative;
	width: 620px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 150;
}

.f-modal-hint .f-detail-unit__title {
	margin-bottom: 18px;
}

.f-modal__button {
	display: flex;
	justify-content: center;
}

.f-modal__title {
	display: flex;
	align-items: center;
	height: 24px;
	margin-bottom: 15px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 16px;
	border-left: 4px solid #20208C;
}

.f-modal__text {
	font-size: 13px;
	line-height: 1.5;
}

.f-modal__text + .f-modal__text {
	margin-top: 20px;
}

.f-modal__list {
	margin-top: 15px;
}

.f-modal__item {
	padding-left: 1.4em;
	font-size: 12px;
	list-style: none;
	line-height: 1.5;
	text-indent: -1.4em;
}

.f-modal-gallery {
	position: relative;
	width: 960px;
	margin: 50px auto;
	background-color: #fff;
	z-index: 150;
}

.f-modal-gallery .mfp-close {
	display: none;
}

.f-modal-gallery__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #20208c;
	box-sizing: border-box;
}

.f-modal-gallery__title {
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

.f-modal-gallery__title::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 5px;
	width: 17px;
	height: 15px;
	background: url("../img/common/icon/ico_photo02.png") no-repeat 0 0;
	background-size: 17px 15px;
}

.f-modal-gallery__icon {
	width: 26px;
}

.f-modal-gallery__body {
	padding: 30px 70px 60px 70px;
	background-color: #fff;
}

.f-modal-gallery__inner {
	margin-bottom: 30px;
}

.f-modal-gallery__inner-bottom {
	margin-bottom: 50px;
}

.f-modal-gallery__heading {
	display: flex;
	align-items: center;
	height: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	border-left: 4px solid #20208C;
}

.f-modal-gallery__flex {
	display: flex;
}

.f-modal-gallery__detail {
	width: 375px;
}

.f-modal-gallery__detail:nth-child(even) {
	margin-left: 60px;
}

.f-modal-gallery__image {
	display: flex;
	align-items: center;
	width: 375px;
	height: 281px;
	background-color: #ededed;
}

.f-modal-gallery__picture {
	width: 100%;
}

.f-modal-gallery__caption {
	margin-top: 15px;
	font-size: 12px;
}

/*2022.08.19 NTAギフトカード対応 add st*/
#gift_card_setting{
	margin-top:20px;
	padding:0 10px;
	}
#gift_card_setting .base_form_required{
	width: 50%;
    margin: 15px 0;
    padding: 10px;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
	border: 1px solid #aaa;
	margin: 0 auto;
}
#gift_card_setting dt,
#gift_card_setting dd {
	margin: 0;
    padding: 5px 0;
}
#gift_card_setting dt{margin-bottom:5px;}
#gift_card_setting dd{
    width: 100%;
    display: flex;
	align-items: baseline;
}
#gift_card_setting dd span{	text-indent: 0;}
#gift_card_setting dd b {
	width: 80px;
	font-weight:normal;
}
#gift_card_setting .giftcard_number 
{
    display: flow-root;
    width: 100%;
	text-align: center;
    border-bottom: 1px dotted #aaa;
}
#gift_card_setting .g-d_expiry_box{
	width: calc(100% - 80px);
	/*color:#E70743;*/
}
#gift_card_setting .g-usageamount input {
	width: 92%;
    display: inline-block;
	border-radius: 5px;
}
#gift_card_setting .g-usageamount {
    margin-bottom: 12px;
}
#gift_card_setting .gbtn {
	width: 90%;
    position: relative;
    margin: 15px auto 20px;
    background: #e61b61;
    color: #FFF;
    border: none;
    padding: 10px;
    border-radius: 3px;
    display: block;
    box-shadow: 0 2px 0 #d6d6d6;
    box-sizing: border-box;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
	text-shadow: none;
	font-size: 14px;
}
#gift_card_setting .gbtn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}
.important_box {
    border: 1px solid #E70743;
    color: #E70743;
    padding: 8px;
}
.important_box2 {
    border: 1px solid #999999;
    padding: 8px;
}


.ui-input-text {
	background: #ffeaf1;
	}
	
.ui-bar {
	margin:20px 0 0 0;
	}

.blockinfo {
	margin:10px;
	}

#payment {
	padding:0 10px;
	}	

	
#payment .SPresult4SPUI th {
	width: 200px !important;
	padding:10px 0;
	}
	
#payment .SPresult4SPUI td {
	text-align:right;
	font-size:16px;
	padding:10px 0;
	font-weight:bold;
	}	
	
.font_20 {
		font-size:20px;
		}	

.red {
		color: #E70743;
		}	
.border {
	border-top:3px solid #a0a0a0;
		}	
#divCardInfo style attribute {
	    text-align: center;
		}
		
/*2022.08.19 NTAギフトカード対応 add ed*/
