@charset "utf-8";

/* ************************************************************** */
/* reset */
/* ************************************************************** */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
/* ************************************************************** */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.data_table,
.data_table caption,
.data_table tbody,
.data_table tfoot,
.data_table thead,
.data_table tr,
.data_table th,
.data_table td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul,
ul {
	list-style:none;
}

#copy ul,
#header_nav_free_space ul,
#inner_contents_top ul,
#inner_contents_bottom ul,
#top_picture_free_space ul,
.footer_navi_free ul,
.freearea_box ul,
.email_note_upper ul,
.email_note_lower ul,
.detail_data ul,
.staff_profile_desc ul,
.item_desc ul,
#item_detail_freetext_upper ul,
#item_detail_freetext_lower ul,
#item_detail_freetext_middle ul,
#item_list_freetext_upper ul,
#item_list_freetext_lower ul,
.main_desc ul,
.side_desc ul,
.page_desc ul,
.coupon_desc ul,
.cell_note ul,
.free_contents ul {
    list-style-type: disc;
    list-style-position: outside;
    padding: 15px;
}

#footernavi ul ul {
    padding: 0;
    min-height: 0;
}

#container #globalnavi ul,
#container .globalnavi_side ul,
#container .detail_item_photo ul,
#container .thumbnail_list ul,
#container .social_tool ul,
#container .itemlist_box ul,
#container .item_list ul {
    list-style: none;
    padding: 0;
}

#container .item_list .main_desc ul {
    list-style-type: disc;
    list-style-position: outside;
    padding: 15px;

}

#container .item_list .main_desc .item_list ul {
    list-style: none;
    padding: 0;
}

.footer_navi_box ul {
    list-style: none;
}

#footernavi li .footer_navi {
    margin: 0;
    list-style: none;
}

ol {
    padding: 15px 15px 15px 25px;
}

#footernavi ul ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
}

.side_contents .side_desc li {
    list-style-type: disc;
    list-style-position: outside;
}

#container .main_desc li,
#container .page_desc li,
#container .coupon_desc li,
#container .cell_note li,
#leftcol .item_box .side_desc li,
#rightcol .item_box .side_desc li {
    border: none;
}

#container .main_desc li,
#container .page_desc li,
#container .coupon_desc li,
#container .cell_note li {
    float: none;
}

#container .main_desc .item_list li,
#container .page_desc .item_list li,
#container .coupon_desc .item_list li,
#container .cell_note .item_list li {
    float: left;
}

.contents .layout_photo .main_desc A,
.contents .layout_photo .main_desc li,
.contents .layout_photo .main_desc li p {
    font-size: 15px;
}

.contents .layout_photo .main_desc .layout_photo A,
.contents .layout_photo .main_desc .layout_photo li,
.contents .layout_photo .main_desc .layout_photo li p {
    font-size: 11px;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	outline: 0;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
    border-collapse: collapse;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

/* ************************************************************** */
/* common */
/* ************************************************************** */

body {
    -webkit-text-size-adjust: 100%;
    min-height: 416px;
}

#container {
    max-width: 700px;
    margin: auto;
    font-family: "Lucida Grande",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ','ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
}

#container.en_version {
    font-family:Arial, sans-serif;
}

img,
A img {
    max-width: 100%;
	border: none;
	vertical-align: middle;
}

select,
input,
textarea {
    font-size: 14px;
}

select {
    max-width: 100%;
    color: #000000;
}

#shop_approval_banner {
    background-color: #FF0000;
}

form {
    display: inline;
}

.text-bold {
    font-weight: bold;
}


/* ************************************************************** */
/* Home */
/* ************************************************************** */

#photo img {
    height: auto;
    min-height: 59px;
}

/* ************************************************************** */
/* Form */
/* ************************************************************** */

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=number],
input[type=password],
textarea {
    padding: 10px 5px;
    border: #999999 solid 1px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.search .searchbox {
    padding: 2px 3px;
}

.search .searchbox:focus {
    padding: 10px 5px;
}

select {
    padding: 4px;
    height: 35px;
    line-height: 35px;
    border: #999999 1px solid;
    border-radius: 5px;
    vertical-align: middle;
}

.display_number select {
    padding: 2px 3px;
    height: auto;
}

input[type=radio],
input[type=checkbox] {
    margin-right: 7px;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    cursor: pointer;
}


input[type=submit],
input[type=button],
input[type=reset],
button {
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-block;
    cursor: pointer;
}

input:focus,
textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: none;
}

.question_checklist {
    line-height: 190%;
}
.question_checklist input[type="radio"],
.question_checklist input[type="checkbox"]{
    margin-top: 0;
}

.en_version .btn input {
    min-width: 70px;
}

.en_version .btn .searchinput {
    min-width: inherit;
}

.form_data .sectitle .company_note,
#address1_title,
#address2_title,
#address3_city {
    font-weight: normal;
}

/* select reset */
.sort select {
	font-size: 13px;
	padding: 0px;
}

/* checkbox reset */
.sort input[type=checkbox] {
    margin-right: 2px;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    cursor: pointer;
}

/* for iPhone 6 Plus bug */
/*-----------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min-resolution: 288dpi) {
    /*-----------------------------------------------------------*/
    .form_data .sectitle .form_error,
    .form_data .secdata .form_error {
        border-width: 4px;
    }
    /*-----------------------------------------------------------*/
}


/* ************************************************************** */
/* item list layout   */
/* ************************************************************** */

.swipe_list {
    width: 100%;
    position: relative;
}

.swipe_list .item_image_box {
    display: block;
    text-align: center;
}

.swipe_list .list_item_table {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.swipe_list .list_item_row {
    width: 5000px;
}

.item_box .swipe_list li {
    border: none;
}

.swipe_list .list_item_cell {
    float: left;
}

.thumbnail .thumbnail_image_link {
    display: table;
}

.thumbnail .thumbnail_image_box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.th60 li .thumbnail_image_box {
    width: 55px;
}

.th50 .thumbnail_image_link {
    height: 44px;
}

.th60 .thumbnail_image_link {
    height: 54px;
}

.th80 .thumbnail_image_link {
    height: 74px;
}

.th120 .thumbnail_image_link {
    height: 114px;
}


.vami {
	vertical-align: middle;
}

.imgalpha {
	-moz-opacity:0.2;
	opacity:0.2;
	filter: alpha(opacity=20);
}

.contents .layout_photo li .item_name,
.contents .layout_photo li .price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.list_item_data {
    line-height: 110%;
    padding: 5px;
}

.list_item_data {
    line-height: 110%;
    padding: 5px;
}

.list_item_photo img {
    vertical-align: middle;
}

/* for fade-in fade-out effect */
.swipe_list .fade_in_fade_out .list_item_row {
    width: auto;
    position: relative;
}

.swipe_list .fade_in_fade_out .list_item_cell {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}

/* ************************************************************** */
/* clear fix */
/* ************************************************************** */

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE Mac */

* html .clearfix{
	height: 1%; }

.clearfix{
	display:block;
}

#container {
    position: relative;
}

#close_background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#headernavi {
    position: relative;
    display: none;
}


/* ************************************************************** */
/* social tool */
/* ************************************************************** */

.twitter_detail .twitter-share-button {
    margin-right: 10px;
}

.social_tool .facebook_detail {
    margin-right: 15px;
}

.line_detail a {
    margin-right: 10px;
}

.line_detail img {
    border: none;
}

.twitter_detail iframe {
    vertical-align: bottom;
}

.google_detail > div {
    vertical-align: bottom !important;
}


/* ************************************************************** */
/* 404 */
/* ************************************************************** */

#container .notfound_contents {
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
}

#container .notfound_contents A {
	color: #000000;
}

#container .notfound_contents A:hover {
	color: #666666;
}

.notfound_innercontents {
	padding: 10px;
}

.notfound_title {
	text-align: center;
	line-height: normal;
}

.nftitle_top {
	font-size: 153.9%;
}

.nftitle_bottom {
	font-size: 116%;
}

.notfound_desc {
	margin: 10px 0px;
	padding: 15px 5px;
	border-top: 1px solid #E0DFE3;
	border-bottom: 1px solid #E0DFE3;
}

.nfshop_text {
	width: auto;
	padding: 5px;
	float: none;
	text-align: center;
	font-size: 153.9%;
}

.nfshop_url {
	text-align: center;
}

.nfshop_url A {
	font-weight: normal;
}

.notfound_desc ul {
	width: auto;
	padding: 5px 5px 5px 25px;
}

.notfound_desc li {
	padding: 3px;
	list-style-type: disc;
}

/* ************************************************************** */
/* header free area */
/* ************************************************************** */

.tel_free {
    min-height: 40px;
    float: right;
	width: 50%;
}

.float_mode #copy {
    padding-right: 5px;
}

.float_mode .default_copy {
    float: left;
	width: 49%;
}

#map_canvas img {
    max-width: inherit;
}

/* ************************************************************** */
/* calendar */
/* ************************************************************** */
.has_information {
    cursor: help;
}

.loading {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/all/load_x2.gif) no-repeat left top;
    background-size: 25px 25px;
}

.ajax_calendar .ajax_request_loading {
    padding: 40px;
    text-align: center;
}

.english_label .calendar_data .cal_rowmode .cal_day_cell {
    width: 78%;
}

/* ************************************************************** */
/* modal window popup */
/* ************************************************************** */

.fancybox-wrap .fancybox-title-float-wrap {
    margin-top: 10px;
    top: 100%;
}

.fancybox-wrap .fancybox-title-float-wrap .child {
    white-space: normal;
}

.landscape .fancybox-wrap .fancybox-title-float-wrap,
.wide_devide .fancybox-wrap .fancybox-title-float-wrap {
    width: 90%;
}

/* ************************************************************** */
/* tab display */
/* ************************************************************** */

.item_tab_area .item_tabs .tab_on,
.item_tab_area .item_tabs .tab_on a {
    cursor: default;
}

/* ************************************************************** */
/* signout */
/* ************************************************************** */

.signout {
    position: absolute;
	display: inline-block;
    top: 15px;
    right: 10px;
}

.signout A {
	display: block;
	padding: 3px;
    font-size: 12px;
}

.signoutmode .shoptext {
    padding-right: 100px;
}

/* ************************************************************** */
/* overlay modal window */
/* ************************************************************** */

.overlay_locked {
    width: auto;
    overflow: hidden !important;
}

.overlay_locked .overlay_loading {
    height: 100%;
    min-height: 100%;
    background: url(../img/all/load_x2.gif) no-repeat center center;
    background-size: 25px 25px;
}

.uncontrollable_area {
    opacity: 0.2;
}

.overlay_locked .overlay_area {
    position: fixed;
}

.overlay_area {
    width: 100%;
    height: 120%; /* for iPhone url bar */
    min-height: 120%;
    position: absolute; /* for Opera Mini */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5000;
    display: block;
    overflow: scroll;
    line-height: 1.6;
    -webkit-overflow-scrolling: touch;
}

.overlay_front {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 510;
    overflow: visible;
    box-sizing: border-box;
    opacity: 1;
}

.dialog_overlay_area .overlay_front,
.confirm_overlay_area .overlay_front,
.alert_overlay_area .overlay_front {
    width: 90%;
    max-width: 600px;
}

.overlay_area .inner_overlay_front {
    position: relative;
}

.overlay_area .close_btn_box {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
}

.overlay_area .text_close_box {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    background-color: #000000;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.overlay_area .text_close_box .text_close_btn {
    position: absolute;
    left: 2px;
    top: 0;
    display: inli;
    color: #ffffff;
}

.overlay_area .modal_skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    background-color: #ffffff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* for iOS bug which box-shadow is disappeared when device orientation is landscape */
    .overlay_area .modal_skin {
        border-radius: 2px;
    }
}

.overlay_area .overlay_message_box {
    padding: 15px;
}

.overlay_area .overlay_message_note {
    margin-top: 20px;
    padding: 0;
    text-align: center;
}

.overlay_message .alert_box {
    margin: 0;
}

.close_btn {
    display: inline-block;
}

.close_btn img {
    border: none;
}

.overlay_close {
    padding: 0 5px 5px 5px;
    text-align: right;
}

.alert_message {
    padding: 20px 10px 10px 10px;
    text-align: center;
}

.overlay_alert_close {
    text-align: center;
}

.alert_form {
    padding: 15px 5px 0 5px;
}

.alert_form .btn {
    text-align: center;
}

.confirmation_message {
    margin-top: 15px;
    padding: 20px 10px;
    text-align: center;
    font-family: "Lucida Grande",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ','ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
}

.confirmation_form {
    padding: 15px 5px;
}

.confirmation_form .btn_box {
    padding: 5px 0 0 0;
    text-align: center;
}

.confirmation_form .btn_box .global_btn {
    padding: 10px 5px;
    vertical-align: middle;
}

.confirm_email {
    padding: 10px;
    margin-top: 10px;
    border-style: solid;
    border-width: 3px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    word-break: break-all;
    letter-spacing: 1px;
}

.form_div .calendar_data .cal_day A {
	text-decoration: underline;
	font-size: 123.1%;
}

.form_div .calendar_data .cal_day_cell {
    height: 40px;
}

/* for browser disabled icon font */
.btn_bg_filled {
    background-color: #000000;
}

/* ページトップ */
.back_to_top {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    right: 15px;
    padding: 10px;
    background-color: #dddddd;
    border-radius: 10px;
    color: #777777;
}

.back_to_top:hover {
    opacity: 0.7;
}

/* ************************************************************** */
/* customize-form input */
/* ************************************************************** */
.input_box_parts {
    margin: 10px 0;
}
.input_box_parts:first-child {
    margin-top: 0;
}
.input_box_parts:last-child {
    margin-bottom: 0;
}

.customize_form_page_body .btn .largeinput {
    width: 90%;
    max-width: 350px;
    height: 50px;
}

.customize_form_page_body .btn .smallinput {
    width: 120px;
    height: 40px;
    margin-bottom: 20px;
}

.customize_form_page_body .btn {
    text-align: center;
}

/* ************************************************************** */
/* replace swiper */
/* ************************************************************** */
.swipe_list .swiper-container-horizontal .list_item_row {
    left: 0 !important;
}

.swipe_list .list_item_table .pointer_box span.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
}

