@charset "UTF-8";

/* =======================================
 リセットCSS
======================================= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
}

/* =======================================
 base style
======================================= */

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1000px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover img {
    opacity: 0.8;
}

.aligncenter {
    text-align: center;
}

.alignright {
    text-align: right;
}

.alignleft {
    text-align: left;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

strong {
    font-weight: bold;
}

.cf::before,
.cf::after {
    content: "";
    clear: both;
    display: block;
}

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

.itemarea {
    background: url(img/item_bg.jpg) no-repeat;
}

.itemarea p {
    text-align: center;
}

.itemarea .item {
    background: #FFF;
    border-radius: 20px;
    margin: auto;
    /*padding: 34px 0;*/
    width: 900px;
}

.itemarea .tit {
    padding: 32px 0 18px 0;
}

.itemarea .btn {
    padding: 34px 0;
}

.itemarea#first {
    background-position: 0 bottom;
}

h2 {
    padding: .5em .75em;
    background: -webkit-linear-gradient(top, #69b4e6 0%, #3498db 100%);
    background: linear-gradient(to bottom, #a06713 0%, #1f1f20 100%);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}


/* ▼(A)表示領域全体 */
div.tabbox {
    margin: 0px;
    padding: 0px;
    width: 98%;
}

/* ▼(B)タブ部分 */
p.tabs {
    margin: 0px;
    padding: 0px;
}

p.tabs a {
    /* ▼(B-2)リンクをタブのように見せる */
    display: block;
    width: 244px;
    float: left;
    margin: 0px 1px 0px 0px;
    padding: px;
    text-align: center;
    border-radius: 12px 12px 0px 0px;
    /* 角を丸くする */
}
}

/* ▼(B-3)各タブの配色 */
p.tabs a.tab1 {
    background-color: rgb(255, 197, 92);
    color: white;
}

p.tabs a.tab2 {
    background-color: rgb(255, 197, 92);
    color: white;
}

p.tabs a.tab3 {
    background-color: rgb(255, 197, 92);
    color: white;
}

p.tabs a.tab4 {
    background-color: rgb(255, 197, 92);
    color: white;
}

p.tabs a:hover {
    color: yellow;
}

/* ▼(C)タブ中身のボックス */
div.tab {
    /* ▼(C-2)ボックス共通の装飾 */
    height: 750px;
    overflow: auto;
    clear: left;
}

/* ▼(C-3)各ボックスの配色 */
div#tab1 {
    border: 3px solid #9e4e2b;
    background-color: white;
    ;
}

div#tab2 {
    border: 3px solid #9e4e2b;
    background-color: white;
}

div#tab3 {
    border: 3px solid #9e4e2b;
    background-color: white;
}

div#tab4 {
    border: 3px solid #9e4e2b;
    background-color: white;
}

div.tab p {
    margin: 0.5em;
}

-- > table.nf {
    padding: 5px;
    background-color: white;
    border: 3px solid;
}

td.nf {
    border: 3px solid #458570;
}

/*********ボタン*************/
.hikakubtn a {
    margin-bottom: 0.4em;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", HG丸ｺﾞｼｯｸM-PRO, HGMaruGothicMPRO;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
    border-width: 4px;
    border-style: solid;
    border-color: #ed9eb1;
    border-image: initial;
    padding: 1em;
    border-radius: 10px;
    background: linear-gradient(rgb(255, 255, 255), rgba(204, 204, 204, 0.41));
    display: block;
}

.hikakubtn a:visited,
.hikakubtn a:link {
    text-decoration: none;
    color: #424141;

}

.hikakubtn a:hover {
    text-decoration: none;
    color: #f1577b;
    border-color: #f1577b;
    background: linear-gradient(rgb(255, 255, 255), #f1577b3d);
}

@media screen and (max-width:640px) {
    .hikakubtn a {
        font-size: 1.3em;
    }
}

/*********ボタン*************/

.riyou {
    font-size: 30px !important;
    line-height: 2em;
}

.riyou img {
    width: 100%;
    border: solid 5px red;
}

/*********JS CART*************/
.item_textinfo_block {
    overflow: hidden;
    line-height: 1.6;
    font-size: 16px;
    text-align: left;
    width: 900px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.item_image_orig {
    float: left;
    width: 50%;
    margin-top: 10%;
}

.item_attribute_1,
.item_price,
.item_count,
.regular_form_area,
.cart_button {
    float: right;
    width: 46%;
}

.cart_button {
    clear: both;
    width: 100%;
    max-width: 46% !important;
}

.item_attribute_1 {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 8px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #a29262;
    border-radius: 12px;
}

.item_attribute_1:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    border: 12px solid transparent;
    border-top: 15px solid #a29262;
    width: 0;
    height: 0;
}

.normal_price_ttl {
    color: #FF0000;
}

.normal_price_main {
    font-size: 160%;
    color: #FF0000;
}

.regular_next_price_area {
    margin-top: 10px;
}

.item_regular {
    margin-top: 10px;
    border-top: solid 1px #ccc;
}

.regular_interval_area {
    margin-top: 10px;
    font-weight: bold;
}

.regular_interval_select label {
    font-size: 18px !important;
    font-weight: normal !important;
    border: none;
}

.label_value {
    color: #ff3f39;
}

.label input[type=radio]:checked + .label_icon,
.label input[type=checkbox]:checked + .label_icon {
    background-color: #333 !important;
    border-color: #333 !important;
}

.label input[type=radio] + .label_icon,
.label input[type=checkbox] + .label_icon {
    width: 16px !important;
    height: 16px !important;
}

.cart_button {
    background: #396c59 !important;
}

.souryo {
    overflow: hidden;
    margin-bottom: 60px;
}

.souryo a {
    display: block;
    float: right;
    width: 460px;
    margin-top: 10px;
    text-align: left;
    color: #0000ff !important;
}

/* nav */
.welcome {
    margin-bottom: 40px;
}

.welcome_text {
    padding: 10px 0 10px 40px;
    color: #fff;
    background: #9E3F2E;
    border-radius: 20px 0 0 20px;
}

.welcome_member_name {
    margin-right: 40px;
    padding: 10px 40px 10px 5px;
    color: #fff;
    background: #9E3F2E;
    border-radius: 0 20px 20px 0;
}

.member_login span {
    line-height: 26px;
    padding: 10px 0 10px 40px;
    margin-left: 100px;
    background: url("./img/welcom01.png") no-repeat left center;
}

.member_registration span,
.member_mypage span {
    line-height: 26px;
    padding: 10px 0 10px 40px;
    margin-left: 100px;
    background: url("./img/welcom02.png") no-repeat left center;
}

.welcom_cart_link span {
    line-height: 26px;
    padding: 10px 0 10px 40px;
    margin-left: 100px;
    background: url("./img/welcom03.png") no-repeat left center;
}

.member_logout span {
    line-height: 26px;
    padding: 10px 0 10px 40px;
    margin-left: 100px;
    background: url("./img/welcom04.png") no-repeat left center;
}

#mypage {
    border: 1px solid #eb4a41;
    border-radius: 25px;
    padding: 10px;
    width: 900px;
    margin: 20px 0;
}

#mypage p {
    font-size: 16px;
    color: #eb4a41;
}

#uuuuu h4 {
    color: red;
    font-size: 24px;
    font-weight: bold;
    padding: 7px;
    border-bottom: 5px white double;
}

#uuuuu {
    border: 1px solid black;
    margin: 50px auto;
    background: #ffd400;
}

#uuuuu p {
    font-size: 18px;
    padding: 10px;
    line-height: 45px;
}

.date-red {
    color: #FF0000;
    font-size: 18px;
}
/*フッター*/
.footer {
    max-width: 100%;
    text-align: center;
    background: #723000;
    padding: 20px;
	padding-bottom:150px;
}

.copyright {
    color: #fff;
}

.footer_nav {
    margin: 0 auto 10px;
}

.footer_nav li {
    display: inline-block;
    margin: 0 10px 10px;
}

.footer_nav a {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 640px) {

    /* 768pxまでの幅の場合に適応される */
    body {
        width: 100%;
        min-width: 100%;
    }

    #wrapper {
        width: 100%;
    }

    .itemarea#first {
        background-position: 0% 0%;
    }

    .itemarea .item {
        width: 90%;
    }

    .itemarea .btn {
        width: 90%;
        margin: auto;
    }

    .footer {
        background: #999;
        padding: 0;
		padding-bottom:50px;
    }

    .footer_nav {
        display: block;
        border-bottom: 1px dotted #ccc;
        max-width: 100%;
        text-align: left;
    }

    .footer_nav li {
        width: 100%;
        height: 40px;
        margin: 0;
        border-bottom: 1px dotted #ccc;
    }

    .footer_nav li a {
        color: #fff;
        text-decoration: none;
        display: block;
        background: url(https://inuneko-hikari.info/wp/wp-content/themes/precious_tcd019/img/common/arrow2.gif) no-repeat 15px 18px;
        padding: 15px 15px 12px 25px;
    }

    .copyright {
        padding: 15px 0;
        font-size: 12px;
    }
}


@media screen and (max-width:1000px) {

.item_textinfo_block {
    font-size: 200%;
    text-align: center;
}

.item_image_orig {
    display: none;
    width: 100%;
}

.item_attribute_1,
.item_price,
.item_count,
.regular_form_area,
.cart_button {
    float: none;
    width: 100%;
}

.item_attribute_1 {
    display: block;
    font-size: 100%;
}

.item_textinfo_block select {
    font-size: 120%;
}

.label .label_value {
    font-size: 180%;
}

}

.regular_period li {
    margin-bottom: 10px;
}
.floating {
	position: fixed;
	bottom: 0px;
	display: none;
    width:100%;
    background:#007619;

}
.floating a {
    width:40%;    
	display:block;
    margin:0 auto;
}

.floating a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 640px) {
.floating a {
    width:100%;    
}
}