
@charset "Shift_JIS";
/* Common */
#mainArea{
  margin: 0 auto;
  font-size: 100%;
  line-height: 2.2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
.ttl_gift{
    font-size: 3.4rem;
    margin: 2% auto;
}
.ttl_gift span{
    font-size: 15px;
    display: block;
    line-height: 3;
}
.img_gift{
    margin: 5% auto;
}
.lead_text{
    font-size: 1.8rem !important;
    line-height: 4rem;
}
.attention{
    color:#a50100;
}
/* Top Page Original */
.content_giftcard,.content_orderMade,.content_giftcardWrapping,.content_giftcardShop,.content_ordermadegiftcard,.content_howtoorder,.content_orderform{
    margin: 0 0 10% 0;
}
.w_1100{
  width: 1100px;
  margin: 2% auto 5%;
}
.btn_giftcard a{
    display: block;
    width: 300px;
    height: 50px;
    padding: 15px 0 14px;
    background: #04345a;
    border-radius: 25px;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin: 5% auto;
}
.btn_giftcard a::after{
    content: "\2193";
    text-align: right;
    text-indent: inherit;
    float: right;
    margin: 0 5% 0 0;
}
.description_giftcard{
    width: 820px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 4%;
    text-align: left;
}
.description_giftcard_sec01{
    margin: 5% auto;
}
.giftcard_list01:nth-child(odd){
    width: 14%;
    display: inline-block;
    margin:0 10% 0 0;
}
.giftcard_list01:nth-child(even){
    width: 75%;
    vertical-align: top;
    display: inline-block;
}
.btn_inquiry,.btn_mobilephone{
     display:inline-block;
}
.btn_inquiry a{
    display: block;
    width: 191px;
    height: 50px;
    padding: 15px 0 14px;
    background: #04345a;
    border-radius: 25px;
    font-size: 12px;
    line-height: 21px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin: 5% auto;
    text-align: center;
}
.btn_mobilephone a{
    display: block;
    width: 261px;
    height: 50px;
    padding: 15px 0 14px;
    background: #04345a;
    border-radius: 25px;
    font-size: 12px;
    line-height: 21px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin: 5% 0 0 10%;
    text-align: center;
}
.btn_inquiry a::after,.btn_mobilephone a::after{
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    content: "\f35d";
    text-align: right;
    text-indent: inherit;
    float: right;
    margin: 0 5% 0 0;
}
.btn_onlineOrder a{
    display: block;
    width: 300px;
    height: 50px;
    padding: 15px 0 14px;
    background: #04345a;
    border-radius: 25px;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin: 5% auto;
}
.btn_onlineOrder a::after{
    content: "\2192";
    text-align: right;
    text-indent: inherit;
    float: right;
    margin: 0 5% 0 0;
}
.description_value{
    border: 1px solid #cccccc;
    width: 520px;
    padding: 5%;
    margin: 5% auto;
}
.description_giftcard_sec02{
    margin: 5% auto;
}
.description_giftcard_sec02 span{
    font-size: 30px;
}
.description_giftcard_sec03 div img{
    border: 1px solid #cccccc;
    padding: 2%;
    margin: 2%;
}
.description_giftcard_sec03 div{
  display: inline-block;
  width: 45%;
  margin: 2%;
}
.description_giftcard_sec03 div span{
     display:block;
}
/* SHOP */
.content_shopTab{
    max-width: 1040px;
    margin: 5% auto;
}
.content_shopTab ul.tabs li {
    float: left;
    list-style-type: none;
    width: 50%;
}
.content_shopTab ul.tabs li a {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 5% 8%;
    text-align: center;
    width: 100%;
    background: #032e51;
    border: 1px solid #ebebeb;
    border-bottom: none;
}
.content_shopTab ul.tabs li a:hover{
    background: #ebebeb;
    color: #032e51;
}
.content_shopTab ul.tabs li.active a {
    background: #ffffff;
    color: #000000;
}
.tab_content{
    padding: 5%;
    border: 1px solid #ebebeb;
    border-top: none;
    text-align: left;
}
#content_inner{
    clear:both;
}
#content_inner div.ttl_Prefectures {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 3% 0 0 0;
    border-top: 1px solid #ebebeb;
    padding: 5% 0 0 0;
}
.section_Prefectures ul{
    display: inline-block;
    width: 100%;
}
#content_inner .section_Prefectures ul li.shop{
    width: 23%;
    float: left;
    margin: 0 2% 0 0;
    padding: 1% 0 0 0;
    vertical-align: top;
}
#content_inner .section_Prefectures ul li.shop:last-child{
    margin: 0;
    vertical-align: top;
}
#content_inner p{
    line-height: 1.5;
    color: #000000;
    padding: 2% 0;
    font-size: 1.1rem;
    margin: 2% 0;
}
#content_inner p a{
    text-decoration: none;
}
#content_inner p a:hover{
    text-decoration: underline;
}
/* Modal */
.ttl_modal{
    font-size: 1.8rem;
    font-weight: bold;
    text-align:center;
}
.modal-window {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
    line-height: 1.3;
    display: none;
}
.modal-window:target {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.is-active.modal-window {
    display: block;
}
.modal-window:target {
display: block;
}
.modal-window .modal-inner {
    position: absolute;
    transform: translate(calc(50vw - 50%),calc(50vh - 50%));
    z-index: 99999;
    width: 400px;
    overflow-x: hidden;
    background: #fff;
    padding: 3%;
    height: 500px;
}
.modal-window .modal-inner p {
    padding: 10px 0;
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5;
}
.modal-window .modal-close {
    display: block;
    text-indent: -100px;
    overflow: hidden;
}
.modal-window .modal-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #333;
    opacity: 0.5;
}
.modal-window .modal-close:after {
    content: '\00d7';
    position: absolute;
    bottom: 20%;
    left: 50%;
    z-index: 99999;
    background: #fff;
    border-radius: 2px;
    padding: 2px 8px;
    font-size: 1.5em;
    text-decoration: none;
    text-indent: 0;
 }
.modal-window {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.modal-inner {
    position: relative;
}
.modal-inner h1 {
    position: absolute;
    left: 50%;
    top: 40%;
    font-size: 4vw;
    color: #fff;
    font-weight: normal;
}
.modal-inner img {
    width: 80%;
    display: block;
    text-align:center;
    margin: 0 auto;
}
/* Order Made Gift Card From */
.ttl_gift_form{
    text-align: left;
    font-size: 2.0rem;
    margin: 10% 0 0 0;
    border-bottom: 1px solid #ebebeb;
    padding: 10% 0 2% 0;
    border-top: 1px solid #000000;
}
.btn_topReturn a{
    display: block;
    width: 300px;
    height: 50px;
    padding: 15px 0 14px;
    background: #04345a;
    border-radius: 25px;
    font-size: 13px;
    line-height: 21px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    margin: 5% auto;
}
@media only screen and (max-width: 750px) {
.ttl_gift{
    font-size: 2rem;
    margin: 7% auto 2%;
}
.ttl_gift span{
    font-size: 12px;
    display: block;
    line-height: 3;
}
}