@charset "utf-8";
@charset "utf-8";


.breadcrumbs {
margin-bottom: 2em;
} section.price {
background-color: #fff7f7;
margin: 0;
padding: 0;
}
section.price .body .table table thead tr td {
padding-bottom: .5em;
}
section.price .body .table table thead tr td .index {
background-color: #fff;
margin: 0;
}
section.price .body .table table tbody td {
background-color: #fff;
}
section.price .body .table table tbody tr td:first-of-type {
background-color: #D01427;
border-color: #d01427;
color: #fff;
}
@media screen and (min-width: 751px) {
section.price {
padding: 1.5em 0;
}
}
@media screen and (max-width: 750px) {} section.graph {
box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
margin-bottom: 1.5em;
padding-right: 4vw;
}
section.graph .head .index {
padding: .2em 1em;
border-left: 5px solid #D01427;
margin-bottom: 2em;
}
section.graph .head .index .period {
color: #5C5C5C;
font-weight: 400;
margin-top: 5px;
}
section.graph .body {}
section.graph .notice {
margin-top: 1em;
color: #5C5C5C;
}
@media screen and (min-width: 751px) {
section.graph {
padding-right: 0;
padding: 3em;
}
section.graph .head .index {
font-size: 1.8rem;
}
section.graph .head .index .period {
font-size: 1.2rem;
}
}
@media screen and (max-width: 750px) {} section.intro {
background-image: none;
}
section.intro .main {
font-size: 6vw;
padding-bottom: .5em;
display: block;
}
@media screen and (min-width: 751px) {
section.intro .logo {
margin-bottom: 2em;
}
section.intro .main {
font-size: 4rem;
padding-bottom: 1em;
}
section.intro .text {
margin-top: 1em;
}
}
@media screen and (max-width: 750px) {} section.kinds .wrap {
padding-bottom: 0;
display: flex;
align-items: stretch;
} .banner_box {
margin-top: 0;
} section.intro .brandtxt {
width: 70%;
}
section.intro .brandimg {
width: 45%;
right: -30px;
bottom: 0;
z-index: -1;
position: absolute;
}
section.intro .goldbrandimg {
width: 25%;
right: 0;
bottom: 0;
z-index: -1;
position: absolute;
}
@media screen and (max-width: 750px) {
section.intro .goldbrandimg {
width: 30%;
}
}@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700&display=swap");
ul.tabBtn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: space-evenly;
margin: 30px auto;
}
ul.tabBtn li {
box-sizing: border-box;
transition: 0.6s;
cursor: pointer;
padding: 10px 10px;
max-width: 170px;
max-height: 100px;
border-radius: 5px;
background-position: center;
background-color: #31a6ff;
overflow: hidden;
position: relative;
display: flex;
box-shadow: 2px 2px 5px #999;
margin-bottom: 15px;
}
ul.tabBtn li img {
height: 50%;
width: auto;
align-self: center;
z-index: 1;
}
ul.tabBtn li .label {
margin-left: 3%;
line-height: 1.1;
align-self: center;
}
ul.tabBtn li p {
color: white;
font-size: 2rem;
font-weight: bold; text-align: center;
position: relative; z-index: 1;
}
ul.tabBtn li span {
color: white;
font-size: 14px;
font-weight: bold; text-align: center;
position: relative; z-index: 1;
}
ul.tabBtn li:hover,
ul.tabBtn li:active,
ul.tabBtn li.active {
box-shadow: 2px;
}
ul.tabBtn li:not(.active)::before {
box-sizing: border-box;
content: "";
display: block;
border-top: solid 0.5em #ffe200;
border-right: solid 0.4em transparent;
border-bottom: solid 0.5em transparent;
border-left: solid 0.4em transparent;
overflow: hidden;
position: absolute;
bottom: 0;
left: 10%;
transform: translateY(-50%);
z-index: 1;
}
ul.tabBtn li::after {
box-sizing: border-box;
content: "";
display: block;
padding: 70% 0 0.8em;
width: calc(100% + 1px); background: #31a6ff;
background: linear-gradient(0deg, #00307e 0%, #31a6ff 65%);
color: #ffe200;
font-size: 0.9em;
line-height: 1em;
text-align: center;
position: absolute;
left: 0; overflow: hidden;
}
ul.tabBtn li:not(.active):hover::after,
ul.tabBtn li:not(.active):active::after {
content: "More Detail"; opacity: 1;
}
ul.tabBtn li::before,
ul.tabBtn li::after {
transition: 0.6s;
opacity: 0;
}
ul.tabBtn li:hover::before,
ul.tabBtn li:active::before {
opacity: 1;
}
ul.tabBtn li:hover::after,
ul.tabBtn li:active::after,
ul.tabBtn li.active::after {
bottom: 0;
opacity: 1;
}
.tabArea {
background: #e0f0ff;
border: transparent;
border-radius: 10px;
}
.tabArea .inner .closeBtn {
display: block;
margin: 0 auto 20px;
padding: 1rem;
font-size: 1.3em;
width: 5em;
border-radius: 1rem;
background: #31a6ff;
color: #fff;
text-align: center;
text-decoration: none;
position: relative;
transition: 0.3s;
font-weight: bold;
}
.tabArea .inner .closeBtn:active,
.tabArea .inner .closeBtn:hover {
background: #00307e;
}
.tabArea .inner {
padding: 0 50px;
display: none;
}
.tabArea .inner {
display: inline-block;
}
.tabArea .inner h3 {
color: #31a6ff;
text-align: center;
font-size: 4em;
padding: 15px 0 0 0;
font-weight: bold !important;
}
.tabArea .inner h3 span {
font-size: 30px;
}
.tabArea .inner .content {
padding: 1px 30px 15px;
background: white;
border: transparent;
border-radius: 5px;
}
.tabArea .inner .text {
line-height: 2;
letter-spacing: 0.15em;
margin: 15px 0 15px;
}
.body .fourc {
font-size: 1.6rem;
}
body { }
@media screen and (max-width: 750px) {
.tabArea .inner h3 {
font-size: 2.5em;
}
.tabArea .inner .text {
font-size: 1.2rem;
}
.body .fourc {
font-size: 1.2rem;
}
}
.inner .faq_box {
margin: 15px;
}
.fag_gia {
margin: 34px 0 55px;
}
.fag_gia h5 {
text-align: center;
font-size: 30px;
font-weight: bold !important;
color: #31a6ff;
border-bottom: 2px solid #31a6ff;
padding-bottom: 3px;
margin-bottom: 13px;
}
.faq_box .question {
display: flex;
color: #31a6ff;
margin-bottom: 5px;
}
.faq_box .answer {
display: flex;
}
.faq_box .question .ico,
.faq_box .answer .ico {
font-size: 1.6em;
line-height: 1;
font-weight: bold;
min-width: 1.2em;
}
.faq_box .question .txt {
font-size: 1.2em;
font-weight: bold;
}
.faq_box .answer .txt {
font-size: 1.1em;
}
.shop_gia p {
margin-bottom: 21px;
}
section._4c .intro {
width: 700px;
margin: 0 auto 2em auto;
}
@media screen and (max-width: 750px) {
section._4c .intro {
width: auto;
}
ul.tabBtn li {
min-width: none;
width: 45%;
}
ul.tabBtn li p {
font-size: 5vw;
}
.tabArea .inner {
padding: 0 10px;
}
}
.purchase-price-example ul li {
width: 31%;
margin: 1%;
border: 1px solid #c4c4c4;
border-radius: 10px;
overflow: hidden;
padding: 2%;
box-sizing: border-box;
}
.purchase-price-example ul li .price {
font-size: 2.4rem;
}
.purchase-price-example ul li .price span {
display: block;
color: #000;
font-size: 1.4rem;
}
.purchase-price-example ul li .name {
border-top: 1px solid #000;
padding-top: 5px;
margin-top: 7px;
min-height: 42px;
}
@media screen and (max-width: 750px) {
.purchase-price-example ul li .price {
font-size: 1.3rem;
}
.purchase-price-example ul li .price span {
font-size: 1rem;
}
.purchase-price-example ul li .name {
font-size: 1rem;
min-height: 45px;
}
}
@media screen and (max-width: 320px) {
.purchase-price-example ul li .price {
font-size: 1.1rem;
}
.purchase-price-example ul li .name {
min-height: 60px;
}
} #diamond_form .entry-header {
padding-top: 40px;
}
#diamond_form .entry-black {
font-size: 25px;
color: #000;
font-weight: bold;
line-height: 100%;
text-align: center;
}
#diamond_form .entry-blue {
font-size: 4rem;
color: #0c97ff;
font-weight: bold;
line-height: 100%;
text-align: center;
}
#diamond_form .entry-text {
padding: 15px 40px;
font-size: 13px;
font-weight: bold;
}
#diamond_form .entry-content {
background: #dfefff;
padding: 30px 40px;
border-radius: 5px;
}
#diamond_form .entry-center {
text-align: center;
}
#diamond_form .entry-search li label {
background: #30a6ff;
font-weight: bold;
border-radius: 5px 0 0 5px;
display: inline-block;
height: 37px;
line-height: 37px;
text-align: center;
width: 130px;
color: #fff;
}
#diamond_form .entry-search li select {
-webkit-appearance: none;
appearance: none;
display: inline-block;
padding: 0 5px;
background: #fff;
height: 35px;
line-height: 35px;
border: 0;
-webkit-appearance: none;
width: calc(100% - 132px);
border-style: inset;
outline-color: #30a6ff;
padding-left: 10px;
border-radius: 0 5px 5px 0;
}
#diamond_form .entry-search li select::-ms-expand {
display: none;
}
#diamond_form .entry-search li::before {
border-bottom: 4.5px solid #30a6ff;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
content: "";
position: absolute;
right: 11px;
top: 10px;
width: 0;
}
#diamond_form .entry-search li::after {
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4.5px solid #30a6ff;
content: "";
position: absolute;
right: 11px;
top: 24px;
width: 0;
}
#diamond_form .entry-btn {
background: #de1021;
color: #fff;
padding: 20px 50px;
font-size: 20px;
font-weight: bold;
border: 0;
border-radius: 5px;
-webkit-appearance: none;
}
#diamond_form .entry-btn:hover {
cursor: pointer;
background: #bd0c1a;
}
#diamond_form .entry-btn:focus {
outline: 0;
}
#diamond_form .entry-price {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
height: 230px;
padding: 20px;
border-radius: 5px;
background: #fff;
margin: 35px 0;
}
#diamond_form .entry-search {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
#diamond_form .entry-search li {
-ms-flex-preferred-size: 49%;
flex-basis: 49%;
border-radius: 5px;
margin-bottom: 15px;
position: relative;
letter-spacing: -0.4em;
}
#diamond_form .entry-search li label {
letter-spacing: normal;
}
#diamond_form .entry-price h4 {
color: #000;
font-size: 14px;
}
#diamond_form .entry-price h4 span {
color: #30a6ff;
font-size: 14px;
}
#diamond_form .entry-price table {
margin-bottom: 15px;
border-collapse: separate;
border-spacing: 5px;
}
#diamond_form .entry-price table td {
background: #dfefff;
padding: 5px 0;
text-align: center;
}
#diamond_form .entry-price table tr:first-child td {
background: #30a6ff;
color: #fff;
}
#diamond_form .entry-price table tr td:first-child {
background: #30a6ff;
color: #fff;
width: 70px;
}
#diamond_form .attentionbox p {
font-size: 10px;
line-height: 100%;
margin-bottom: 5px;
} .compare-wrap {
margin: 50px 0;
}
.top .compare-wrap {
margin: 30px 0;
}
.compare-wrap img {
max-width: 100%;
height: auto;
}
.compare-wrap h2 {
margin-bottom: 25px !important;
font-size: 22px;
text-align: left;
border-radius: 5px;
color: #fff;
background: #de1122;
padding: 15px 15px 10px;
line-height: 100%;
margin-top: 0px;
}
.compare-wrap .txt-box {
position: relative;
font-size: 21px;
font-weight: bold;
display: inline-block;
padding-left: 25px;
padding-right: 20px;
margin-bottom: 20px;
}
.compare-wrap .txt-box:before {
position: absolute;
content: "";
background: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/img/diamond-kaitori/line_left.gif) no-repeat;
width: 16px;
height: 43px;
left: 0;
top: -9px;
}
.compare-wrap .txt-box:after {
position: absolute;
content: "";
background: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/img/diamond-kaitori/line_right.gif) no-repeat;
width: 16px;
height: 43px;
right: 0;
top: -9px;
}
.compare-wrap .txt-box2 {
font-size: 26px;
font-weight: bold;
line-height: 1;
margin-bottom: 20px;
}
.compare-wrap .txt-box2 span {
color: #de1122;
font-size: 27px;
margin-right: 5px;
}
.compare-wrap ul.item-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.compare-wrap ul.item-wrap li.item {
width: 49%;
background-image: linear-gradient(-135deg, #de1122 20px, transparent 0);
background-color: #ededed;
padding: 10px;
box-sizing: border-box;
margin-bottom: 15px;
}
.compare-wrap ul.item-wrap li.item h3 {
background: none;
color: #de1122;
padding: 0;
margin: 0;
font-weight: bold;
font-size: 18px;
text-align: left;
border-radius: 5px;
line-height: 100%;
}
.compare-wrap ul.item-wrap li.item .gia {
font-size: 11px;
}
.compare-wrap ul.item-wrap li.item .inner-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.compare-wrap ul.item-wrap li.item .inner-wrap .left {
width: 37%;
margin-right: 3%;
}
.compare-wrap ul.item-wrap li.item .inner-wrap .right {
width: 60%;
}
.compare-wrap ul.item-wrap li.item .inner-wrap .right ul.other-company {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 4px;
}
.compare-wrap
ul.item-wrap
li.item
.inner-wrap
.right
ul.other-company
li.other {
width: 100%;
}
.compare-wrap
ul.item-wrap
li.item
.inner-wrap
.right
ul.other-company
li.other
.name {
background: #1e96aa;
color: #fff;
font-size: 11px;
padding: 1px 3px 0px;
}
.compare-wrap
ul.item-wrap
li.item
.inner-wrap
.right
ul.other-company
li.other
.name
.big {
font-size: 14px;
margin-right: 2px;
}
.compare-wrap
ul.item-wrap
li.item
.inner-wrap
.right
ul.other-company
li.other
.price {
color: #707070;
font-size: 11px;
}
.compare-wrap
ul.item-wrap
li.item
.inner-wrap
.right
ul.other-company
li.other
.price
.big {
font-size: 17px;
margin-right: 2px;
}
.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc {
background: #de1122;
color: #fff;
display: inline-block;
line-height: 1;
padding: 4px 6px 2px;
margin-bottom: 7px;
}
.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc-price {
color: #de1122;
font-weight: bold;
line-height: 1;
font-size: 18px;
font-style: italic;
}
.compare-wrap ul.item-wrap li.item .inner-wrap .right .jc-price .big {
font-size: 36px;
}
.compare-wrap .note {
font-size: 11px;
line-height: 1.5;
}
.mtitle {
display: none;
padding: 10px;
position: relative;
background: #e0f0ff;
color: #31a6ff;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}
.mtitle:after {
content: "";
width: 10px;
height: 10px;
position: absolute;
top: 40%;
right: 20px;
margin: auto;
box-sizing: border-box;
border: 5px solid transparent;
border-top: 8px solid #31a6ff;
}
@media screen and (max-width: 750px) {
.compare-wrap .txt-box {
font-size: 18px;
}
#diamond_form .entry-search li label {
width: 70px;
}
.mtitle {
display: block;
}
#diamond_form {
display: none;
}
#diamond_form {
width: 90%;
margin: 0 auto;
}
#diamond_form .entry-black {
font-size: 23px;
}
#diamond_form .entry-text {
padding: 15px 0;
}
#diamond_form .entry-content {
padding: 15px;
}
#diamond_form .entry-blue {
font-size: 20px;
}
#diamond_form .entry-search li {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
background: #fff;
border-radius: 5px;
margin-bottom: 15px;
position: relative;
}
#diamond_form .entry-search li label {
width: 30%;
font-size: 12px;
}
#diamond_form .entry-search li select {
font-size: 10px;
width: 69%;
}
#diamond_form .entry-btn {
background: #de1021;
color: #fff;
padding: 10px 50px;
font-weight: bold;
border: 0;
border-radius: 5px;
-webkit-appearance: none;
font-size: 14px;
}
#diamond_form .entry-price {
padding: 10px;
font-size: 10px;
}
#diamond_form .entry-price h4 {
color: #000;
font-size: 12px;
}
#diamond_form .entry-price table tr td:first-child {
width: 30px;
}
} @media screen and (min-width: 751px) {
.intro .intro-txt {
width: 1000px !important;
line-height: 2 !important;
font-weight: normal;
font-size: 16px;
}
.intro .intro-sub {
font-size: 32px;
font-weight: bold;
margin: 0 !important;
}
.intro .intro-appeal {
font-size: 32px;
font-weight: bold;
}
.intro .intro-main {
font-size: 52px !important;
font-weight: bold;
line-height: 1;
padding-bottom: 30px;
}
.intro .en img {
width: 150px;
transform: translate(5vw, -3vw) rotate(25deg);
}
section.shop .en {
font-size: 20px !important;
}
section.shop .main {
font-size: 30px !important;
}
section.shop .links .wrap a {
font-size: 18px !important;
}
.commonHead .sub {
font-size: 2.3rem !important;
}
.commonHead .main {
font-size: 43px !important;
}
.commonHead .en {
font-size: 11px !important;
}
p.intro.lh_20.tal.ls_15 {
margin: 40px auto 60px;
letter-spacing: 0px;
font-size: 1.6rem;
}
section.results .intro { width: 1000px !important;
margin: 0 auto 2em auto;
}
section.policy .policies .item .panel .title {
font-size: 20px !important;
}
section.policy .policies .item .panel .text { } section.ex-purchase .section-inner .lists {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
section.ex-purchase .section-inner .item {
display: flex;
width: 48%;
margin: 1%;
align-self: stretch;
}
section.ex-purchase .section-inner .box {
flex-direction: column;
justify-content: space-between;
width: 100%;
padding: 30px;
border: 1px solid #b9b9b9;
background-color: #fafafa;
padding: 30px;
border-radius: 4px;
}
section.ex-purchase .section-inner .box .index {
font-size: 24px;
}
section.ex-purchase .section-inner .box .message {
padding: 0 !important;
font-size: 1.3rem;
}
section.ex-purchase .section-inner .box .comparison {
margin-top: 1em;
position: relative;
}
section.ex-purchase .section-inner.box .comparison .others {
font-size: 1.4rem;
}
section.ex-purchase .section-inner .box .comparison table {
border-collapse: separate;
border-spacing: 3px;
}
section.ex-purchase .section-inner .box .comparison th {
padding: 0.2em 0.5em;
background-color: #797979;
color: #fff;
}
section.ex-purchase .section-inner .box .comparison .the_jewel_cafe {
white-space: nowrap;
left: 0;
bottom: 0;
position: absolute;
min-width: 72%;
}
section.ex-purchase .section-inner .the_jewel_cafe .logo {
width: 106px;
margin-bottom: 3px;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.logo
img {
width: 100%;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.the_price {
background-color: #d01427;
color: #fff;
padding: 0.3em 1em;
box-sizing: border-box;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.the_price
.achieved
.mini {
font-size: 10px;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.the_price
.the_value {
font-size: 2.45rem;
padding-left: 1em;
font-style: italic;
}
section.ex-purchase .section-inner.box .comparison .image img {
width: 100%;
}
section.ex-purchase .section-inner .box .comparison .image {
max-width: none;
width: 175px;
}
.fs_13 {
font-size: 1.4rem;
}
img {
width: 100%;
}
.fs_12 {
font-size: 12px;
}
.logo .-img--resize {
width: 200px;
}
img.-img--resize {
width: 300px;
}
section.policy .head .index .main {
font-size: 46px !important;
}
section.policy .head .index .sub {
font-size: 28px !important;
margin-top: 20px;
}
section.voice .body .each .customer .top .title {
font-size: 24px !important;
}
section.voice .body .each .text {
font-size: 16px !important;
line-height: 2;
}
section.voice .body .each .staff .top .title {
font-size: 24px !important;
padding-right: 2em;
}
.kaitori-howto-item { width: max-content;
margin: auto;
} section.kaitori-rank .section-inner .kaitori-rank-list .lower {
display: flex;
flex-direction: row;
align-items: center;
}
.lower.image img {
width: 100%;
}
section.kaitori-rank .section-inner .kaitori-rank-list .lower .image img {
width: 100%;
}
section.kaitori-rank .section-inner .kaitori-rank-list .lower .image {
min-width: 300px;
}  .wrap-inner.kaitori {
width: 1000px;
margin: auto;
letter-spacing: 0.15rem;
}  section.common-kaitori-resuluts {
padding-bottom: 30px;
margin-bottom: 40px;
}
section.results .resizeimg {
object-fit: cover !important;
height: 230px !important;
width: 100% !important;
}  .tentouKaitori .right .tentouKaitoriPoint_pc li {
display: block;
background: #de1122;
color: #fff;
text-align: center;
padding: 10px 10px;
border-radius: 4px;
width: auto !important;
font-size: 18px;
margin-right: 15px;
}
.tentouKaitori .right .txt1 {
font-size: 18px; }
.tentouKaitori .right .kaitoriName {
font-size: 3.2rem;
letter-spacing: 0.15rem;
font-weight: bold !important;
}
.takuhaiSyuttyouKaitori > .left .head {
margin-bottom: 15px;
height: max-content;
}
.takuhaiSyuttyouKaitori > .left .head > .left {
width: 200px;
margin-right: 10px;
}
.takuhaiSyuttyouKaitori > .right {
justify-content: flex-start;
}
.takuhaiSyuttyouKaitori > .left .head > .right {
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.takuhaiSyuttyouKaitori > .left .head .right .txt1 {
font-size: 18px;
}
.takuhaiSyuttyouKaitori > .left .head .right .kaitoriName {
line-height: 1;
font-size: 3.2rem;
font-weight: bold !important;
}
.takuhaiSyuttyouKaitori > .right .head > .left {
width: 50%;
margin-right: 10px;
}
.takuhaiSyuttyouKaitori > .right .head {
margin-bottom: 15px;
height: max-content;
}
.takuhaiSyuttyouKaitori > .right .head > .left {
width: 200px;
margin-right: 10px;
}
.takuhaiSyuttyouKaitori > .right .head > .right {
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
.takuhaiSyuttyouKaitori > .right .head .right .txt1 {
font-size: 18px;
}
.takuhaiSyuttyouKaitori > .right .head .right .kaitoriName {
line-height: 1;
font-size: 3.2rem;
font-weight: bold !important;
}
.takuhaiSyuttyouKaitori > .left .head > .left img {
width: 200px;
height: auto;
}
.takuhaiSyuttyouKaitori > .right .head > .left img {
width: 200px;
height: auto;
}
.takuhaiSyuttyouKaitori > .left .head > .left img {
max-width: none !important;
margin: 0;
}
.takuhaiSyuttyouKaitori > .right .head > .left img {
max-width: none !important;
}  .d-f {
justify-content: flex-start;
}
.d-f.tentouKaitori {
justify-content: flex-start;
}
.intro.lh_20.tal.ls_15 {
margin-bottom: 40px;
letter-spacing: 0rem;
}  .q {
margin: 40px 0px 10px 0px;
}
.kaitori-voice .voice-list2 .voice-list-item .voice-default .voice-ttl {
font-size: 20px;
}
.voiceBox-inner {
font-size: 16px;
} h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: inherit !important;
}
section.kinds .section-inner .flex {
justify-content: flex-start !important;
}
.commonHead {
background-size: contain !important;
}
section.policy .policies .item .image {
width: 40% !important;
}
section.policy .bg .body .policies .flex {
justify-content: center !important;
}
section.ex-purchase .section-inner .lists .item .box .index h3 {
font-size: 2.4rem;
}
.tentouKaitori .right {
justify-content: center;
}
.kaitori-voice .count-rating .rating-value {
color: #de1122;
font-size: 18px;
}
.kaitori-voice .star-rating-front::after,
.kaitori-voice .star-rating-back::after {
font-size: 18px;
line-height: 0.9;
}
.kaitori-voice .star-rating .star-rating-front {
height: 100%;
}
.common-kaitori-resuluts .item-list li {
width: 19% !important;
}
.q.flex.-jsstart.-alstart.fw_700 {
font-size: 18px !important;
letter-spacing: 0px;
}
.a.flex.-jsstart.-alstart {
font-size: 16px;
letter-spacing: 0px;
}
.ico.fc_red.fw_700.fs_15 {
padding-right: 10px;
}
.ico.fs_15 {
padding-right: 10px;
font-size: 18px;
}
.value.fs_14 {
font-size: 18px;
}
.text.fs_12 {
letter-spacing: 0;
}
.intro.lh_20.tal.ls_15 {
background: none;
}
section.intro .text {
font-size: 1.6rem !important; width: 65%;
}
section.intro {
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/img_minamino_intro_pc.png) !important;
}
p.lh-20 {
font-size: 1.6rem; }
.breadcrumbs .section-inner {
display: flex;
flex-direction: row;
align-items: center;
line-height: 0;
}
.others th,
.others td {
font-size: inherit !important;
font-weight: 700;
letter-spacing: 0px !important;
}
ul.item-list.d-f {
justify-content: space-between;
}
.linkBtn {
width: 97% !important;
}
.common-kaitori-resuluts .item-list li .priceBox .right {
font-size: 20px;
width: 100% !important;
text-align: right;
}
.p-10 {
display: flex;
flex-direction: column;
min-height: 130px;
justify-content: space-between;
}
p.lh-18.ta-l {
font-size: 16px;
min-height: 53px;
width: 90%;
}
.linkBtn {
font-size: 16px;
}
.common-ttl .commonHead {
background: none !important;
}
.common-ttl {
background-repeat: no-repeat;
}
.kaitori-resuluts .detailBtn {
font-size: 18px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.d-f.ai-c.jc-sb {
justify-content: space-between !important;
}
body { }
.count-rating.color-red {
align-items: center;
}
.kaitori-voice .rating .text-center .count-rating .color-red .bold {
font-size: 18px;
}
section.kaitori-voice .rating .text-center .count-rating .bold {
font-size: 18px;
}
section.kaitori-voice .rating .text-center .count-rating .bold span {
line-height: 0.8;
}
.kaitori-voice .count-rating .devider {
height: 15px;
}
section.ranking .body .item .title {
background: linear-gradient(to right, #e64778, #be0d14);
}
.item .medal img {
width: 30px !important;
}
section.ranking .body .item .title .value {
font-size: 2.4rem !important;
letter-spacing: 0px;
}
section.ranking .body .item .lower .image {
display: none !important;
}
.ranking .common-ttl .commonHead .container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.ranking .common-ttl .commonHead .container .index.fw_700 {
display: flex;
flex-direction: column;
align-items: flex-start;
color: black;
}
.en.fs_09 {
font-weight: normal !important;
}
.ranking .body .item {
width: 99%;
}
.kaitori-resuluts .detailBtn:after {
content: "" !important;
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/img/icon/arrow-left.svg) !important;
background-size: contain !important;
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-position: center;
}
.kaitori-voice .voice-list2 .voice-txt .more:after {
content: "" !important;
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/img/icon/arrow-left.svg) !important;
background-size: contain !important;
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-position: center;
}
.kaitori-voice .voice-list2 .voice-txt .more {
height: 25px;
width: 98.5%;
line-height: 45px;
margin-top: 6px;
text-align: right;
color: #323232;
cursor: pointer;
}
.value.fs_12 {
font-size: 16px;
}
.kaitori-howto-txt.fs_12 {
font-size: 16px;
}
section.kaitori-resuluts .section-inner .takuhaiSyuttyouKaitori .left .lh-18,
section.kaitori-resuluts
.section-inner
.takuhaiSyuttyouKaitori
.right
.lh-18 {
font-size: 16px;
width: 97%;
}
section.kaitori-resuluts .section-inner .takuhaiSyuttyouKaitori {
justify-content: space-between;
}
section.kaitori-resuluts .section-inner .takuhaiSyuttyouKaitori .point {
width: 100%;
}
h3.kaitori-howto-item-title {
font-weight: bolder !important;
font-size: 2rem;
}
p.lh-18 {
min-height: 70px;
}
} @media screen and (max-width: 750px) {
section.intro {
font-weight: bolder;
padding: 6.6vw;
position: relative;
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/img_minamino_intro_pc.png) !important;
background-repeat: no-repeat;
background-position: right top 10%;
background-size: 45% auto;
}
picture img {
opacity: 1;
}
section.ex-purchase .section-inner .item {
margin-bottom: 1.2em;
}
section.ex-purchase .section-inner .box {
border: 1px solid #b9b9b9;
background-color: #fafafa;
padding: 3vw;
border-radius: 4px;
}
section.ex-purchase .section-inner .box .comparison {
margin-top: 1em;
position: relative;
}
section.ex-purchase .section-inner .box .comparison .others {
font-size: 3.46vw;
height: 39vw;
}
section.ex-purchase .section-inner .box .comparison table {
border-collapse: separate;
border-spacing: 3px;
}
section.ex-purchase .section-inner .box .comparison th {
padding: 0.2em 0.5em;
background-color: #797979;
color: #fff;
}
section.ex-purchase .section-inner .box .comparison td {
color: #565656;
padding: 0.2em;
}
section.ex-purchase .section-inner .box .comparison .the_jewel_cafe {
white-space: nowrap;
left: 0;
bottom: 0;
position: absolute;
min-width: 72%;
}
section.ex-purchase .section-inner .box .comparison .the_jewel_cafe .logo {
width: 90px;
margin-bottom: 3px;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.the_price {
background-color: #d01427;
color: #fff;
padding: 0.3em 1em;
box-sizing: border-box;
}
section.ex-purchase
.section-inner
.box
.comparison
.the_jewel_cafe
.the_price
.the_value {
padding-left: 1em;
font-style: italic;
}
section.ex-purchase .section-inner .box .comparison .image {
width: 55%;
}
section.ex-purchase .section-inner .box .comparison .image img {
vertical-align: bottom !important;
}
section.policy .policies .item .image {
z-index: 1;
}
.section-inner {
width: 90vw;
padding: 40px 0px;
}
section.ex-purchase .section-inner .intro {
margin-bottom: 6.6vw;
}
section.kinds .section-inner .-cushion {
padding: 0vw !important;
}
.q {
margin: 30px 0px 8px 0px;
}
section.kaitori-resuluts .section-inner .lh-20 {
padding-bottom: 7vw;
font-size: 14px;
}
section.kaitori-voice .section-inner {
padding: 0;
}
section.kinds .common-ttl .commonHead .container .logo,
section.kaitori-faq .common-ttl .commonHead .container .logo,
section.kaitori-howto .common-ttl .commonHead .container .logo,
section.kaitori-voice .common-ttl .commonHead .container .logo,
section.kaitori-resuluts .common-ttl .commonHead .container .logo,
section.policy .bg .head .container .logo,
section.common-kaitori-resuluts .wrap-inner .commonHead .container .logo,
section.ex-purchase .commonHead .container .logo {
width: 20vw;
margin-bottom: 10px;
}
.tentouKaitori .right .kaitoriName,
.takuhaiSyuttyouKaitori > .left .head .right .kaitoriName,
.takuhaiSyuttyouKaitori > .right .head .right .kaitoriName {
font-size: 20px !important;
line-height: 1 !important;
font-weight: bold !important;
}
.tentouKaitori .left,
.takuhaiSyuttyouKaitori > .left .head > .left {
width: 38% !important;
margin-right: 1em !important;
}
.takuhaiSyuttyouKaitori .left .head .right {
width: 60% !important;
display: flex;
flex-direction: column;
justify-content: space-around;
}
section.kaitori-resuluts .section-inner .tentouKaitori .right {
width: 60% !important;
justify-content: space-around;
}
.section-inner .d-f .right .txt1 { }
.takuhaiSyuttyouKaitori > .right .head > .left {
width: 40% !important;
margin-right: 1em !important;
}
.takuhaiSyuttyouKaitori > .right .head > .right {
width: 60% !important;
display: flex;
flex-direction: column;
justify-content: space-evenly;
}
section.intro .en img {
width: 17vw !important;
transform: translate(-24vw, 2vw) rotate(-23deg) !important;
}
section.intro .appeal { border-radius: 10px;
width: 70%;
padding-right: 10px;
}
section.policy .policies .item .panel .number {
font-size: 0.7rem;
width: auto !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: inherit !important;
} .text.fs_12.ls._15 {
letter-spacing: 0.11em;
font-size: 12px;
}
p.intro.lh_20.tal.ls_15 {
letter-spacing: 0px;
letter-spacing: 0.15rem;
}
.p-10.priceBox.jc-sb {
letter-spacing: 0px;
}
.intro.lh_20.tal.ls_15 {
letter-spacing: 0px;
font-size: 14px;
}
p.lh-20 {
letter-spacing: 0px;
}
.right {
letter-spacing: 0px;
}
.takuhaiSyuttyouKaitori > .left .point li {
letter-spacing: 0;
padding: 10px 2px;
display: flex;
align-items: center;
justify-content: center;
}
ul.point.d-f.jc-sb {
display: flex;
}
h3.kaitoriName { }
p.lh-18.ta-l {
letter-spacing: 0px;
font-size: 14px;
}
.takuhaiSyuttyouKaitori > .right .point li {
display: flex;
justify-content: center;
align-items: center;
padding: 10px 2px;
}
.swiper-wrapper {
height: auto !important;
}
.kaitori-voice .voice-list2 .voice-list-item .voice-default .voice-ttl {
font-size: 18px;
letter-spacing: 0;
}
.kaitori-voice .star-rating-front::after,
.kaitori-voice .star-rating-back::after {
font-size: 16px;
}
.kaitori-voice .count-rating .rating-value {
color: #de1122;
font-size: 16px;
}
.value.fs_14 {
letter-spacing: 0px;
font-size: 16px;
}
.value.fs_12 {
letter-spacing: 0px;
font-size: 14px;
}
.ico.fs_15 {
padding-right: 10px;
}
.text.fs_12 {
letter-spacing: 0px; }
.kaitori-howto-txt.fs_12 {
letter-spacing: 0px;
font-size: 14px;
}
.voiceBox-inner {
font-size: 16px;
}
h3.voice-ttl {
font-size: 16px !important;
}
section.kinds .common-ttl {
background: none !important;
}
.intro.lh_20.tal.ls_15 {
background: none;
}
section.kaitori-faq .section-inner .-cushion {
padding: 0px !important;
}
section.shop {
border-radius: 0px !important;
}
.mb-20-text-area {
min-height: 120px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.right { }
.logo .-img--resize {
width: 20vw;
}
.result-btn:before {
background: none !important;
}
section.policy .policies .item .panel .float {
min-height: 200px;
} .common-ttl .commonHead {
background: none !important;
}
.common-ttl {
background-repeat: no-repeat;
padding: 0px !important;
}
.section-ja-title {
margin: 12px 0 20px;
color: #323232;
font-size: 20px;
letter-spacing: 0.01em;
}
.kaitori section {
padding-bottom: 0px !important;
}
.kaitori-howto .section-inner {
padding-bottom: 0px !important;
}
section.policy .container {
padding-left: 26vw !important;
}
body { }
.common-kaitori-resuluts .commonHead .container {
max-width: 70%;
}
.count-rating.color-red {
align-items: center;
}
.kaitori-voice .rating .text-center .count-rating .color-red .bold {
font-size: 16px;
}
section.kaitori-voice .rating .text-center .count-rating .bold {
font-size: 16px;
}
.kaitori-voice .count-rating .devider {
height: 16px;
}
section.ranking .body .item .title {
background: linear-gradient(to right, #e64778, #be0d14);
}
.item .medal img {
width: 30px !important;
}
section.ranking .body .item .title .value {
font-size: 1.4rem !important;
}
section.ranking .body .item .lower .image {
display: none !important;
}
.ranking .common-ttl .commonHead .container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.ranking .common-ttl .commonHead .container .index.fw_700 {
display: flex;
flex-direction: column;
align-items: flex-start;
color: black;
}
.en.fs_09 {
font-weight: normal !important;
}
.kaitori-resuluts .detailBtn {
display: flex;
justify-content: center;
align-items: center;
}
.kaitori-resuluts .detailBtn:after {
content: "" !important;
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/img/icon/arrow-left.svg) !important;
background-size: contain !important;
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-position: center;
margin: 0px 10px;
}
.kaitori-voice .voice-list2 .voice-txt .more:after {
content: "" !important;
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/img/icon/arrow-left.svg) !important;
background-size: contain !important;
width: 15px;
height: 15px;
background-repeat: no-repeat;
background-position: center;
}
.kaitori-voice .voice-list2 .voice-txt .more {
height: 25px;
width: 98.5%;
line-height: 45px;
margin-top: 6px;
text-align: right;
color: #323232;
cursor: pointer;
}
.others th,
.others td {
font-weight: 700 !important;
letter-spacing: 0px;
}
.result-btn {
padding-left: 0px !important;
text-align: center;
}
section.intro .text {
font-weight: bolder !important;
}
.kaitori-howto-item-title {
font-weight: bolder !important;
}
section.intro .main {
font-size: 2.4rem;
width: 60%;
}
section.kaitori-faq .common-ttl .commonHead .container {
max-width: 60%;
}
}@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700&display=swap");
@media screen and (min-width: 751px) {
.frame {
max-width: 1000px;
margin: 0 auto;
display: flex;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
padding-top: 20px;
flex-direction: column;
font-size: 16px;
}
section.intro {
padding-bottom: 3.5rem;
}
.frame .maincontent {
width: 100%;
}
.text.fs_12.ls_15 {
width: 68%;
font-size: 16px;
}
section.intro {
background-size: 364px;
}
section.intro .main {
width: 80% !important;
}
section.shop { }
.common-kaitori-resuluts .item-list li {
width: 19% !important;
margin-right: 10px;
}
.common-kaitori-resuluts .item-list li .priceBox .right {
font-size: 20px;
width: 100% !important;
text-align: right;
}
.commonHead.flex.-jscenter.ls_15 {
background-size: contain;
}
ul.item-list.d-f {
justify-content: center;
}
.p-10 {
display: flex;
flex-direction: column;
min-height: 130px;
justify-content: space-between;
}
.kaitori-howto-item.d-f {
justify-content: flex-start;
}
.image img {
object-fit: contain;
width: 100%;
}
.q {
margin: 40px 0px 10px 0px;
}
.kaitori-voice .voice-list2 .voice-list-item .voice-default .voice-ttl {
font-size: 20px;
}
.voiceBox-inner {
font-size: 16px;
}
.value.fs_12 {
font-size: 16px;
}
.q.flex.-jsstart.-alstart.fw_700 {
font-size: 20px;
}
.value.fs_14 {
font-size: 20px;
}
.ico.fs_15 {
font-size: 20px;
padding-right: 10px;
}
section.kaitori-faq {
padding-bottom: 3.5rem;
margin-bottom: 3.5rem;
}
.kaitori-howto-txt.fs_12 {
font-size: 16px;
line-height: 2; }
.kaitori-faq .common-ttl {
background-repeat: no-repeat;
max-width: 100%;
background-size: auto;
}
#main {
width: auto !important;
float: none !important;
}
section.intro .main {
font-size: 3.2rem !important;
letter-spacing: 0.15rem;
font-weight: bolder;
}
section.intro .logo {
margin-bottom: 1em !important;
}
.intro.lh_20.tal.ls_15 {
background: none;
}
a,
.wrap.flex.-jsstart {
color: black;
}
section.columns .body {
padding: 50px 0px;
}
.close-btn,
.more-btn {
display: block;
width: 100%;
padding: 80px 0 0;
position: absolute;
bottom: 0;
left: 0;
text-align: center;
background: -moz-linear-gradient(
top,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 60%
);
background: -webkit-linear-gradient(
top,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 60%
);
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 1) 60%
);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.more-btn p {
display: inline-block;
color: #fff;
cursor: pointer;
background: #de1122;
padding: 5px 20px;
padding: 10px 82px;
border-radius: 50px;
font-weight: 700;
}
.more-btn p:hover {
opacity: 0.6;
transition: all 0.3s;
}
p.lh-18.ta-l {
font-size: 16px;
min-height: 53px;
width: 90%;
}
body { }
section.intro .serif .sub,
section.intro .serif .appeal {
font-weight: bolder !important;
margin: 12px 0px;
line-height: 1;
}
section.intro .serif .appeal {
margin: 0;
margin-top: 30px;
font-size: 4rem;
max-width: 70%;
}
section.intro .main:after {
width: 100%;
height: 1px;
bottom: 0;
background: rgb(218, 23, 43);
background: -moz-linear-gradient(
90deg,
rgba(218, 23, 43, 1) 59%,
rgba(218, 23, 43, 0) 100%
);
background: -webkit-linear-gradient(
90deg,
rgba(218, 23, 43, 1) 59%,
rgba(218, 23, 43, 0) 100%
);
background: linear-gradient(
90deg,
rgba(218, 23, 43, 1) 59%,
rgba(218, 23, 43, 0) 100%
);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#da172b", endColorstr="#da172b", GradientType=1);
}
} @media screen and (max-width: 750px) {
picture img {
opacity: 1;
}
.main.fs_26.fc_red.after.brandtxt { border-radius: 10px;
}
.section-inner {
padding: 40px 0px;
}
.intro.lh_20.tal.ls_15 {
background: none;
}
section.shop {
background: #de1022 !important;
border-radius: 0px !important;
}
section.policy .policies .item .image {
z-index: 1;
}
section.policy .policies .item .dots {
z-index: 0;
}
.content-txt {
padding: 40px 0px;
}
section.kaitori-faq .section-inner .body .each {
margin-bottom: 2em;
}
section.kaitori-faq .section-inner .-cushion {
padding: 0 !important;
}
.q.flex.-jsstart.-alstart.fw_700 {
margin-bottom: 5px;
}
.mb-20-text-area {
min-height: 130px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.right {
float: right;
}
.logo .-img--resize {
width: 20vw;
}
.result-btn:before {
background: none !important;
}
body { }
.common-kaitori-resuluts .commonHead .container {
max-width: 80%;
}
.tentouKaitori .left,
.takuhaiSyuttyouKaitori > .left .head > .left {
width: 38% !important;
margin-right: 1em !important;
}
section.intro .main {
font-weight: bolder;
}
section.intro .text {
font-weight: normal !important;
}
.right.color-red {
float: left;
}
section.results .commonHead .container {
max-width: 80%;
}
.kaitori-voice .rating {
margin-top: 2rem;
}
.ranking .common-ttl .commonHead .container {
max-width: 80%;
}
section.kaitori-howto .commonHead .container {
max-width: 70%;
}
section.intro .sub {
max-width: 52%;
font-size: 2rem;
letter-spacing: 0px !important;
}
section.intro .appeal {
font-size: 2.6rem;
margin: 0.5em 0 0.5em 0 !important;
letter-spacing: 0px !important;
}
.main.fs_25 {
letter-spacing: 0px !important;
}
.voiceBox-inner {
font-size: 1.4rem !important;
padding-top: 0.5rem;
}
.fs_14 {
font-size: 1.4rem !important;
}
.fs_12 {
font-size: 1.2rem !important;
}
p.lh-18 {
font-size: 1.2rem;
}
.takuhaiSyuttyouKaitori > .left .linkBtn a,
.takuhaiSyuttyouKaitori > .left .point li,
.takuhaiSyuttyouKaitori > .right .head .right .txt1,
.takuhaiSyuttyouKaitori > .right .linkBtn a,
.takuhaiSyuttyouKaitori > .right .point li,
.section-inner .d-f .right .txt1,
.tentouKaitoriPoint_sp li {
font-size: 1.2rem;
}
}

.mainvisual {
text-align: center;
}
.mainvisual img {
max-width: 100% !important;
width: 100%;
height: auto;
}  .market_price {
padding: 1em;
}
.market_price .head {
margin-bottom: 0.5em;
}
.market_price .index {
white-space: nowrap;
}
.market_price .body {
overflow: hidden;
display: inline-flex; border-radius: 6px;
width: 100%; box-sizing: border-box;
}
.market_price .body .panel { }
.market_price .body .panel .item {
flex: 1;
padding: 5px;
border: 1px solid #666;
border-radius: 4px 0 0 4px;
font-weight: bold;
}
.market_price .body .panel .item + .item {
border-left: 0;
border-radius: 0 4px 4px 0;
}
.market_price .body .panel .index {
white-space: nowrap;
padding-bottom: 0.5em;
margin-bottom: 0.5em;
}
.market_price .body .panel .index:after {
width: 100%;
height: 1px;
background-color: #333;
bottom: 0;
}
.market_price .body .panel .gold {
color: #9a854a;
}
.market_price .body .panel .platinum {
color: #7b7f82;
}
.market_price .body .panel .gold .index:after {
background: rgb(154, 133, 74);
background: -moz-linear-gradient(
90deg,
rgba(154, 133, 74, 0) 0%,
rgba(154, 133, 74, 1) 35%,
rgba(154, 133, 74, 1) 70%,
rgba(154, 133, 74, 0) 100%
);
background: -webkit-linear-gradient(
90deg,
rgba(154, 133, 74, 0) 0%,
rgba(154, 133, 74, 1) 35%,
rgba(154, 133, 74, 1) 70%,
rgba(154, 133, 74, 0) 100%
);
background: linear-gradient(
90deg,
rgba(154, 133, 74, 0) 0%,
rgba(154, 133, 74, 1) 35%,
rgba(154, 133, 74, 1) 70%,
rgba(154, 133, 74, 0) 100%
);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#9a854a", endColorstr="#9a854a", GradientType=1);
}
.market_price .body .panel .platinum .index:after {
background: rgb(123, 127, 130);
background: -moz-linear-gradient(
90deg,
rgba(123, 127, 130, 0) 0%,
rgba(123, 127, 130, 1) 35%,
rgba(123, 127, 130, 1) 70%,
rgba(123, 127, 130, 0) 100%
);
background: -webkit-linear-gradient(
90deg,
rgba(123, 127, 130, 0) 0%,
rgba(123, 127, 130, 1) 35%,
rgba(123, 127, 130, 1) 70%,
rgba(123, 127, 130, 0) 100%
);
background: linear-gradient(
90deg,
rgba(123, 127, 130, 0) 0%,
rgba(123, 127, 130, 1) 35%,
rgba(123, 127, 130, 1) 70%,
rgba(123, 127, 130, 0) 100%
);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#7b7f82", endColorstr="#7b7f82", GradientType=1);
}
.market_price .date {
color: #939393;
font-weight: bolder;
padding: 1em;
}
.market_price .note {
color: #555;
text-align: left;
font-size: 1.1rem;
}
.market_price .note br {
display: none;
}
@media screen and (min-width: 751px) {
.market_price {
padding: 20px;
background-color: #ededed;
}
.market_price .body {
width: 74%;
max-width: none;
}
.market_price .body .panel {
background-color: #fff;
}
.market_price .body .panel .index {
font-size: 2.2rem;
}
.market_price .note br {
display: block;
}
}
@media screen and (max-width: 750px) {
} .market_price .body .value {
padding-left: 1.8em;
background-repeat: no-repeat;
background-position: left bottom;
background-size: auto 90%;
text-align: right;
font-size: 5.2vw;
display: inline-block;
}
.market_price .body .value .unit {
font-size: 60%;
}
.market_price .body .gold .value,
.market_price .body .platinum .value {
}
.market_price .body .gold .value {
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/img_gold_price.png);
}
.market_price .body .platinum .value {
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/img_plutinum_price.png);
}
@media screen and (min-width: 751px) {
.market_price .body .value {
font-size: 32px;
}
}
@media screen and (max-width: 750px) {
} section.intro {
font-weight: bolder;
padding: 6.6vw;
position: relative;
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/img_minamino_intro.png);
background-repeat: no-repeat;
background-position: right top 10%;
background-size: 45% auto;
}
section.intro .logo {
margin-bottom: 2em;
}
section.intro .sub {
border-bottom: 1px solid #2f2f2f;
margin-bottom: 0.3em;
display: inline-block;
}
section.intro .main {
display: inline-block;
padding-bottom: 1.5em;
}
section.intro .main:after {
width: 100%;
height: 1px;
bottom: 0;
background: rgb(218, 23, 43);
background: -moz-linear-gradient(
90deg,
rgba(218, 23, 43, 1) 59%,
rgba(218, 23, 43, 0) 100%
);
background: -webkit-linear-gradient(
90deg,
rgba(218, 23, 43, 1) 59%,
rgba(218, 23, 43, 0) 100%
);
background: linear-gradient(
90deg,
rgba(218, 23, 43, 1) 59%,
rgba(218, 23, 43, 0) 100%
);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#da172b", endColorstr="#da172b", GradientType=1);
}
section.intro .appeal {
margin: 1em 0 0.5em 0;
}
section.intro .en {
position: absolute;
right: 5vw;
top: 22vw;
transform: rotate(25.5deg);
transform-origin: left top;
}
section.intro .text {
padding: 1.5em 0; line-height: 1.5;
font-weight: normal;
}
section.intro .serif {
position: relative;
}
section.intro .medal {
position: absolute;
right: -3.3vw;
bottom: 0;
transform: translateY(40%);
}
section.intro .medal img {
width: 26.4vw;
}
@media screen and (min-width: 751px) {
section.intro {
background-size: 346px auto;
padding: 50px 40px;
background-position: right 60px top 10%;
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/img_minamino_intro_pc.png);
}
section.intro .logo {
margin-bottom: 4em;
}
section.intro .sub {
font-size: 3.2rem;
}
section.intro .appeal {
font-size: 3.2rem;
}
section.intro .main {
font-size: 5.2rem;
padding-bottom: 0.5em;
}
section.intro .text {
font-size: 1.6rem;
}
section.intro .en {
right: 5vw;
top: 150px;
}
section.intro .medal {
right: -10px;
}
section.intro .medal img {
width: auto;
}
}
@media screen and (max-width: 750px) {
section.intro .en img {
width: 25vw;
}
} section.shop {
margin-bottom: 3em;
color: #fff;
font-weight: bolder;
background: rgb(230, 71, 120);
background: -moz-linear-gradient(
135deg,
rgba(230, 71, 120, 1) 0%,
rgba(190, 13, 20, 1) 100%
);
background: -webkit-linear-gradient(
135deg,
rgba(230, 71, 120, 1) 0%,
rgba(190, 13, 20, 1) 100%
);
background: linear-gradient(
135deg,
rgba(230, 71, 120, 1) 0%,
rgba(190, 13, 20, 1) 100%
);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e64778", endColorstr="#be0d14", GradientType=1);
}
section.shop .bg {
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/bg_shops.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
section.shop .container { background-repeat: no-repeat;
background-position: center center;
background-size: cover;
padding-bottom: 10vw;
overflow: hidden;
}
section.shop .en {
padding: 1em 0;
}
section.shop .en .border {
width: 25%;
height: 1px;
background-color: #fff;
margin-left: 2em;
}
section.shop .main {
margin: 1.5em 0 2em 0;
font-size: 6.13vw;
}
section.shop .links .wrap a {
box-shadow: 2px 2px 3px rgb(119 10 10 / 40%);
}
@media screen and (min-width: 751px) {
section.shop .container {
padding: 68px 46px 78px 46px;
background-size: auto 110%;
}
section.shop .en {
font-size: 2rem;
}
section.shop .main {
margin: 1em 0 1em 0;
font-size: 3rem;
}
section.shop .links .wrap {
justify-content: flex-start;
}
section.shop .links .wrap a {
width: 32.8%;
font-size: 1.8rem;
margin: 0.26%;
}
}
@media screen and (max-width: 750px) {
} section.shop .links {
position: relative;
overflow: hidden;
}
section.shop .links .area_list {
opacity: 1;
transition: all 0.3s;
transition-delay: 0.2s;
}
section.shop .links.selecting .area_list {
opacity: 0;
transition: all 0.3s;
}
section.shop .links .area_list .ico_arrow:before {
display: none;
}
section.shop .links .prefs {
position: absolute;
top: 0;
left: 0;
width: 100%;
transform: translateX(100%);
opacity: 0;
z-index: 2;
transition: all 0.3s;
}
section.shop .links.selecting .prefs {
transform: translateX(0);
opacity: 1;
}
section.shop .links.selecting .prefs [data-area-wrap] {
opacity: 0;
display: none;
}
section.shop .links .prefs .wrap {
display: none;
}
section.shop .links .prefs .areaback,
section.shop .links .shops .prefback {
cursor: pointer;
transition: all 0.3s;
margin-top: 1em;
display: inline-block;
}
section.shop .links .prefs .areaback:hover,
section.shop .links .shops .prefback:hover {
opacity: 0.6;
}
section.shop .links .prefs .areaback .ico_arrow,
section.shop .links .shops .prefback .ico_arrow {
padding-right: 0;
padding-left: 1.5em;
}
section.shop .links .prefs .areaback .ico_arrow:before,
section.shop .links .shops .prefback .ico_arrow:before {
border-color: #fff;
right: auto;
left: 0;
transform: rotate(-135deg);
} section.shop .links a {
padding: 1em 1.3em;
background-color: #fff;
border-radius: 0.3em;
color: #333 !important;
margin-bottom: 5px;
} section.shop .links .shops {
position: absolute;
top: 0;
left: 0;
width: 100%;
transform: translateX(100%);
opacity: 0;
z-index: 3;
transition: all 0.3s;
}
section.shop .links .shops .wrap {
display: none;
}
section.shop .links .shops .wrap a {
font-size: 1.4rem;
color: #d23e40 !important;
}
section.shop .links .shops .wrap a .ico_arrow {
display: flex;
align-items: center;
justify-content: flex-start;
height: 2.5em;
}
section.shop .links .shops .wrap a .ico_arrow:before {
border-color: #d23e40;
}
section.shop .links .shops .noshops {
padding: 2em 0;
font-size: 120%;
width: auto;
}
@media screen and (min-width: 751px) {
}
@media screen and (max-width: 750px) {
section.shop .links .shops .wrap a {
font-size: 3vw;
}
} section.shop .links.selecting.selecting_shop .shops {
transform: translateX(0);
opacity: 1;
}
section.shop .links.selecting .prefs {
transition: all 0.3s;
transition-delay: 0;
}
section.shop .links.selecting.selecting_shop .prefs {
}
section.shop .links.selecting.selecting_shop .prefs {
opacity: 0;
}
section.shop .links.selecting.selecting_shop .prefs {
} section.price .body .table {
}
section.price .body .table table {
width: 100%;
border-collapse: separate;
}
section.price .body .table table thead tr td {
padding-bottom: 1.2em;
}
section.price .body .table table thead tr td .index {
border: 1px solid #d01427;
border-right-width: 0px;
margin: -1px;
padding: 0.6em 0;
}
section.price .body .table table thead tr td:first-of-type .index {
border-radius: 0.3em 0 0 0;
}
section.price .body .table table thead tr td:last-of-type .index {
border-radius: 0 0.3em 0 0;
border-right-width: 1px;
}
section.price .body .table .note {
font-size: 1.1rem;
color: #555;
margin-top: 15px;
}
section.price .body .table .note br {
display: none;
}
@media screen and (min-width: 751px) {
section.price {
margin: 60px 0 100px 0;
}
section.price .body .table table {
width: 56%;
margin: 0 auto;
}
section.price .body .table table .fs_12 {
font-size: 1.7rem;
}
section.price .body .table table thead tr td .index {
padding: 0.6em 1em;
}
section.price .body .table .note {
width: 56%;
margin: 15px auto 0;
text-align: left;
}
section.price .body .table .note br {
display: block;
}
}
@media screen and (max-width: 750px) {
} section.price .body .table table tbody td {
border: 1px solid #c4c4c4;
border-right-width: 0px;
border-bottom-width: 0px;
padding: 0.5em;
}
section.price .body .table table tbody tr td:last-of-type {
border-right-width: 1px;
}
section.price .body .table table tbody tr td:first-of-type {
background-color: #f4f4f4;
}
section.price .body .table table tbody tr:last-of-type td {
border-bottom-width: 1px;
}
section.price .body .table table tbody .name {
}
section.price .body .table table tbody .name a {
text-decoration: underline;
color: #007dff;
text-align: left;
padding: 0 0.5em;
white-space: nowrap;
}
section.price .body .table table tbody .value {
font-weight: bold;
min-width: 33vw;
}
section.price .body .table table tbody .comparison {
white-space: nowrap;
padding: 0 1em;
}
section.price .body .table table .spacer td {
min-height: 1em;
background-color: transparent !important;
border: 0 !important;
border-top: 1px solid #c4c4c4 !important;
}
@media screen and (max-width: 700px) {
section.price .body .table table tbody tr td .index {
font-size: 3vw;
}
section.price .body .table table tbody tr td .index.value {
font-size: 4vw;
}
}
@media screen and (min-width: 751px) {
section.price .body .table table tbody .name {
font-size: 1.6rem;
}
section.price .body .table table tbody .value {
min-width: 0;
font-size: 2.1rem;
}
}
@media screen and (max-width: 750px) {
} section.expensive {
}
section.expensive .intro {
margin-bottom: 2em;
}
section.expensive .body .item {
margin-bottom: 1.2em;
}
section.expensive .body .item:last-of-type { }
section.expensive .body .box {
border: 1px solid #b9b9b9;
background-color: #fafafa;
padding: 5.6vw;
border-radius: 4px;
}
section.expensive .body .box .comparison {
margin-top: 1em;
position: relative;
}
section.expensive .body .box .comparison table {
border-collapse: separate;
border-spacing: 3px;
}
section.expensive .body .box .comparison th {
padding: 0.2em 0.5em;
background-color: #797979;
color: #fff;
}
section.expensive .body .box .comparison td {
color: #565656;
padding: 0.2em;
}
section.expensive .body .box .comparison .the_jewel_cafe {
white-space: nowrap;
left: 0;
bottom: 0;
position: absolute;
min-width: 72%;
}
section.expensive .body .box .comparison .others {
font-size: 3.46vw;
min-height: 150px;
}
section.expensive .body .box .comparison .the_jewel_cafe .logo {
width: 90px;
margin-bottom: 3px;
}
section.expensive .body .box .comparison .the_jewel_cafe .the_price {
background-color: #d01427;
color: #fff;
padding: 0.3em 1em;
box-sizing: border-box;
}
section.expensive .body .box .comparison .the_jewel_cafe .the_price .avhieved {
line-height: 1.2;
}
section.expensive .body .box .comparison .the_jewel_cafe .the_price .the_value {
padding-left: 1em;
font-style: italic;
}
section.expensive .body .box .comparison .image {
max-width: 55%;
}
@media screen and (min-width: 751px) {
section.expensive .intro {
font-size: 1.6rem;
width: 650px;
margin: 0 auto 2em auto;
}
section.expensive .body .lists {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
}
section.expensive .body .item { display: flex;
width: 48%;
margin: 1%;
align-self: stretch;
}
section.expensive .body .box {
padding: 30px;
}
section.expensive .body .box .index {
font-size: 2.4rem;
}
section.expensive .body .box .message {
font-size: 1.3rem;
padding: 0.5em 0;
}
section.expensive .body .box .comparison .others {
font-size: 1.4rem;
}
section.expensive .body .box .comparison .image {
max-width: none;
width: 175px;
}
section.expensive .body .box .comparison .image img {
width: 100%;
}
section.expensive .body .box .comparison .the_jewel_cafe .logo {
width: 106px;
}
section.expensive .body .box .comparison .the_jewel_cafe .logo img {
width: 100%;
}
section.expensive
.body
.box
.comparison
.the_jewel_cafe
.the_price
.the_value {
font-size: 2.45rem;
}
section.expensive
.body
.box
.comparison
.the_jewel_cafe
.the_price
.achieved
.mini {
font-size: 1rem;
}
section.expensive
.body
.box
.comparison
.the_jewel_cafe
.the_price
.achieved
.big {
font-size: 1.5rem;
}
}
@media screen and (max-width: 750px) {
} section.results {
margin-bottom: 10vw;
}
section.results .intro {
margin-bottom: 2em;
}
section.results .achieves .item {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
padding: 0.8em;
border-radius: 0.5em;
position: relative;
margin: 3px;
}
section.results .achieves .item .label {
position: absolute;
top: -3px;
right: 3px;
}
section.results .achieves .item .label img {
width: 30px;
}
section.results .achieves .item .upper {
padding-bottom: 0.5em;
margin-bottom: 0.5em;
}
section.results .achieves .item .upper:after {
height: 1px;
width: 100%;
bottom: 0;
background: rgb(0, 0, 0);
background: -moz-linear-gradient(
90deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 1) 20%,
rgba(0, 0, 0, 1) 80%,
rgba(0, 0, 0, 0) 100%
);
background: -webkit-linear-gradient(
90deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 1) 20%,
rgba(0, 0, 0, 1) 80%,
rgba(0, 0, 0, 0) 100%
);
background: linear-gradient(
90deg,
rgba(0, 0, 0, 0) 0%,
rgba(0, 0, 0, 1) 20%,
rgba(0, 0, 0, 1) 80%,
rgba(0, 0, 0, 0) 100%
);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
section.results .achieves .item .image img {
max-width: 100%;
}
section.results .slick-dots li {
margin: 0;
}
section.results .slick-dots li.slick-active button:before {
color: #d01427;
}
@media screen and (min-width: 751px) {
section.results {
margin-bottom: 50px;
}
section.results .intro {
font-size: 1.6rem;
width: 650px;
margin: 0 auto 2em auto;
}
section.results .achieves .item .upper .price {
font-size: 2.2rem;
}
section.results .achieves .item {
padding: 30px 22px;
margin: 5px;
}
section.results .achieves .item .label img {
width: 52px;
}
section.results .achieves .item .image {
margin-bottom: 1em;
}
section.results .achieves .item .image img {
margin: 0 auto;
}
section.results .achieves .item .upper .comment {
font-size: 1.4rem;
padding: 0.6em 0;
}
}
@media screen and (max-width: 750px) {
section.results .achieves .item .upper .price {
font-size: 3.5vw;
padding: 0.4em 0;
}
section.results .slick-list {
width: 100%;
}
} section.kinds {
}
section.kinds .item {
border: 1px solid #bebebe;
border-radius: 3px;
padding: 0.8em;
align-self: stretch;
margin-bottom: 4%;
}
section.kinds .item .label {
background-color: #d01427;
color: #fff;
padding: 0.8em;
border-radius: 0.2em;
margin-bottom: 1.5em;
font-size: 3vw;
}
section.kinds .item .label .ico_arrow:before {
border-color: #fff;
}
@media screen and (min-width: 751px) {
section.kinds .body {
margin-bottom: 80px;
}
section.kinds .body .wrap {
justify-content: flex-start;
align-items: stretch;
}
section.kinds .item {
width: 23%;
margin: 1%;
}
section.kinds .item .label {
font-size: 1.3rem;
}
section.kinds .item .image img {
width: 100%; }
}
@media screen and (max-width: 750px) {
section.kinds .body {
}
} section.policy {
background-color: #fff4f5;
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/bg_breadcrumbs.png);
background-repeat: repeat-x;
background-position: center top;
background-size: auto 16px;
padding-top: 30px;
}
section.policy .bg {
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/img_policy_minamino.png);
background-repeat: no-repeat;
background-position: left top 20px;
background-size: 30vw auto;
}
section.policy .container {
padding-left: 22vw;
}
section.policy .head {
margin-bottom: 15vw;
}
@media screen and (min-width: 751px) {
section.policy {
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/bg_policy_main.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 100%;
padding-right: 30px;
padding-left: 30px;
padding-bottom: 50px;
padding-top: 50px;
}
section.policy .head {
justify-content: flex-start;
margin-bottom: 100px;
}
section.policy .head .container {
padding-left: 260px;
padding-top: 30px;
}
section.policy .head .index .sub {
font-size: 2.8rem;
}
section.policy .head .index .main {
font-size: 4.6rem;
}
section.policy .bg {
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/gold-kaitori/img_policy_minamino.png);
background-repeat: no-repeat;
background-position: left top 20px;
background-size: auto;
}
section.policy .head .container .image {
margin-top: 1em;
}
}
@media screen and (max-width: 750px) {
} section.policy .policies .item {
position: relative;
margin-bottom: 17vw;
}
section.policy .policies .item .image {
width: 50%;
}
section.policy .policies .item .panel {
width: 50%;
}
section.policy .policies .item .panel .float {
width: 110%;
height: 110%;
flex-direction: column;
background-color: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
padding: 1em;
box-sizing: border-box;
position: relative;
top: -10vw;
margin-left: -10%;
}
section.policy .policies .item .panel {
width: 50%;
position: relative;
z-index: 2;
}
section.policy .policies .item .panel .number {
display: inline-flex;
border: 1px solid #da172b;
flex-direction: column;
justify-content: center;
width: 44px;
align-items: center;
padding: 0.5em;
box-sizing: border-box;
margin-bottom: 1em;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
section.policy .policies .item .panel .number .sub {
line-height: 1.2;
}
section.policy .policies .item .panel .number .value {
line-height: 1;
}
section.policy .policies .item .panel .title {
margin-bottom: 0.5em;
font-size: 4vw;
}
section.policy .policies .item .dots {
position: absolute;
right: -6.6vw;
bottom: 0;
}
@media screen and (min-width: 751px) {
section.policy .policies .item {
margin-bottom: 25px;
}
section.policy .policies .item .panel .title {
font-size: 2rem;
}
section.policy .policies .item .panel .float {
width: 100%;
height: 100%;
position: static;
margin-left: 0;
padding: 4em;
}
section.policy .policies .item .panel .number {
width: 86px;
height: 84px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
margin-bottom: 3em;
}
section.policy .policies .item .panel .number .value {
font-size: 3.2rem;
}
section.policy .policies .item .panel .text {
font-size: 1.6rem;
}
section.policy .policies .item .dots {
right: -15px;
}
}
@media screen and (max-width: 750px) {
} section.policy .policies .item:nth-of-type(even) {
flex-direction: row-reverse;
}
section.policy .policies .item:nth-of-type(even) .panel .float {
margin-left: 0;
margin-right: -10%;
}
section.policy .policies .item:nth-of-type(even) .dots {
right: 0;
left: -6.6vw;
}
section.policy .policies .item:last-of-type {
margin-bottom: 5vw;
}
@media screen and (min-width: 751px) {
section.policy .policies .item:nth-of-type(even) .panel .float {
margin-right: 0;
}
section.policy .policies .item:nth-of-type(even) .dots {
right: 0;
left: -15px;
}
section.policy .policies .item:last-of-type {
margin-bottom: 0;
}
}
@media screen and (max-width: 750px) {
} section.voice {
margin-top: 0;
background-color: transparent;
border-radius: 0;
padding: 0;
margin-bottom: 0;
}
section.voice .body {
} section.voice .body .each {
border-bottom: 1px solid #ccc;
padding-bottom: 1.5em;
margin-bottom: 1.5em;
}
section.voice .body .each .customer {
padding-bottom: 1.5em;
}
section.voice .body .each .customer .top {
margin-bottom: 1em;
}
section.voice .body .each .customer .top .ico img {
width: 35px;
}
@media screen and (min-width: 751px) {
section.voice .body .each {
padding-bottom: 3.5em;
margin-bottom: 3.5em;
}
section.voice .body .each .customer {
padding-bottom: 3em;
}
section.voice .body .each .customer .top {
margin-bottom: 2em;
}
section.voice .body .each .customer .top .title {
font-size: 2.4rem;
}
section.voice .body .each .customer .top .ico img {
width: 70px;
}
section.voice .body .each .text {
font-size: 1.6rem;
line-height: 2;
}
}
@media screen and (max-width: 750px) {
} section.voice .body .each .staff {
}
section.voice .body .each .staff .top {
margin-bottom: 1em;
}
section.voice .body .each .staff .top .image {
margin-right: 1.5em;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
section.voice .body .each .staff .top .image img {
width: 94px;
}
@media screen and (min-width: 751px) {
section.voice .body .each .staff .top {
margin-bottom: 2em;
justify-content: flex-start;
}
section.voice .body .each .staff .top .title {
font-size: 2.4rem;
padding-right: 2em;
}
section.voice .body .each .staff .top .image {
margin-right: 3em;
}
section.voice .body .each .staff .top .image img {
width: 150px;
}
}
@media screen and (max-width: 750px) {
} section.ways {
}
section.ways .body {
}
section.ways .body .index {
padding: 1.5em;
border: 1px solid #c2c2c2;
font-weight: bold;
margin-bottom: 1.5em;
}
section.ways .body .text {
line-height: 1.7;
}
section.ways .body .text p {
margin-bottom: 2em;
}
section.ways .body .text b {
background: -webkit-linear-gradient(transparent 75%, #ffdee0 25%);
background: -o-linear-gradient(transparent 75%, #ffdee0 25%);
background: linear-gradient(transparent 75%, #ffdee0 25%);
font-weight: normal;
padding-bottom: 0.05em;
}
@media screen and (min-width: 751px) {
section.ways .body .index {
font-size: 2rem;
}
section.ways .body .text {
font-size: 1.8rem;
}
section.ways .body {
margin-bottom: 2em;
}
section.ways .img {
padding: 2em 0;
}
}
@media screen and (max-width: 750px) {
} section.columns .body {
}
section.columns .body .item {
border-top: 1px solid #ccc;
padding: 1em 1em;
}
section.columns .body .item .info {
margin-right: 1em;
}
section.columns .body .item .info .the_title {
padding-bottom: 0.1em;
line-height: 1.5;
color: #333;
margin-bottom: 0.3em;
}
section.columns .body .item .info .the_excerpt {
color: #5b5b5b;
line-height: 1.5;
height: 5em;
overflow: hidden;
}
section.columns .body .item .image img {
width: 32vw;
}
@media screen and (min-width: 751px) {
section.columns .body .item {
padding: 1.5em 0;
}
section.columns .body .item .info .the_title {
font-size: 2rem;
}
section.columns .body .item .info .the_excerpt {
font-size: 1.6rem;
}
section.columns .body .item .image img {
width: auto;
max-width: 270px;
}
}
@media screen and (max-width: 750px) {
section.columns .body .item .wrap {
align-items: stretch;
}
section.columns .body .item .info {
flex: 6;
}
section.columns .body .item .image {
flex: 4;
position: relative;
overflow: hidden;
}
section.columns .body .item .image img {
flex: 4;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
height: 100%;
width: auto;
max-width: none;
}
} section.faq {
}
section.faq .body {
}
section.faq .body .each:first-of-type { padding-top: 3em;
}
section.faq .body .each {
margin-bottom: 2em;
}
section.faq .body .each:last-of-type {
margin-bottom: 0;
}
section.faq .body .each .ico {
min-width: 1.6em;
}
section.faq .body .each .q {
margin-bottom: 1.5em;
}
section.faq .body .each a {
color: #0078ff !important;
display: inline;
}
@media screen and (min-width: 751px) {
section.faq {
margin-bottom: 100px;
}
section.faq .body .each {
margin-bottom: 4em;
}
section.faq .body .each:first-of-type {
padding-top: 65px;
}
section.faq .body .each .ico {
font-size: 2.5rem;
line-height: 1;
}
section.faq .body .each .value {
font-size: 2rem;
}
section.faq .body .each dt {
margin-bottom: 2.5em;
}
section.faq .body .each dd .value {
font-size: 1.6rem;
}
}
@media screen and (max-width: 750px) {
} section.greet {
}
section.greet .container {
margin-bottom: 2em;
}
section.greet .container:last-of-type {
margin-bottom: 0;
}
section.greet .head {
padding: 0.5em 1em;
margin-bottom: 2em;
}
section.greet .fw_700 {
font-weight: 700 !important;
}
section.greet .label_red {
background-color: #da172b;
color: #fff;
}
section.greet .label_gray {
background-color: #eee;
color: #2a2a2a;
}
section.greet .body p {
margin-bottom: 2em;
}
section.greet .body h3 {
margin-bottom: 1em;
}
@media screen and (min-width: 751px) {
section.greet {
margin-bottom: 4em;
}
section.greet .container {
margin-bottom: 4em;
}
section.greet .body .fs_14 {
font-size: 2rem;
}
section.greet .head.fs_14 {
font-size: 2.4rem;
}
section.greet .fs_12 {
font-size: 1.6rem;
}
section.greet .body img {
max-width: 100%;
}
section.greet .body p {
margin-bottom: 2em;
line-height: 1.75;
}
}
@media screen and (max-width: 750px) {
} section.ranking {
}
section.ranking .head {
border-top: 5px solid #da172b;
background-color: #eee;
padding: 0.8em;
margin-bottom: 2em;
}
section.ranking .head .en {
line-height: 1;
}
section.ranking .head .en img {
height: 0.5em;
}
@media screen and (min-width: 751px) {
section.ranking .head {
border-top: 10px solid #da172b;
}
section.ranking .head .main {
font-size: 3rem;
}
section.ranking .head .en {
padding: 0.5em 0;
}
section.ranking .head .en img {
height: 1em;
}
}
@media screen and (max-width: 750px) {
} section.ranking .body {
}
section.ranking .body .item {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
border-radius: 5px;
overflow: hidden;
margin-bottom: 1em;
}
section.ranking .body .item .title {
background-color: #4c4c4c;
color: #fff;
padding: 0.25em 1em;
}
section.ranking .body .item .title .medal {
padding-top: 0.5em;
margin-right: 1em;
}
section.ranking .body .item .text {
padding: 2em;
}
@media screen and (min-width: 751px) {
section.ranking .body .item {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
margin-bottom: 2em;
}
section.ranking .body .item .title {
padding: 0.6em 1em;
}
section.ranking .body .item .title .value {
font-size: 2.4rem;
}
section.ranking .body .item .title .medal {
margin-right: 2em;
}
section.ranking .body .item .title .medal img {
}
section.ranking .body .item .lower {
padding: 1.5em;
display: flex;
align-items: center;
}
section.ranking .body .item .lower .image {
min-width: 356px;
margin-right: 1em;
}
section.ranking .body .item .lower .image img {
width: 100%;
}
section.ranking .body .item .lower .text {
font-size: 1.6rem;
padding: 1em;
}
}
@media screen and (max-width: 750px) {
} section.banner {
}
@media screen and (min-width: 751px) {
section.banner {
margin: 3em 0;
padding: 0;
}
}
@media screen and (max-width: 750px) {
} section.trivia {
}
section.trivia .container {
border: 10px solid #ededed;
padding: 1em;
}
section.trivia .head {
background-color: #da172b;
color: #fff;
padding: 0.7em 1em;
margin-bottom: 1em;
}
section.trivia .body .info {
margin-bottom: 1em;
}
section.trivia .body .info .the_title {
padding-right: 1em;
}
section.trivia .body .info .the_title .value {
display: inline-block;
border-bottom: 1px solid #da172b;
padding-bottom: 0.3em;
}
section.trivia .body .info .thumbnail {
width: 50%;
}
section.trivia .body .text {
padding: 0.5em;
}
@media screen and (min-width: 751px) {
section.trivia .container {
padding: 40px;
}
section.trivia .head {
font-size: 2.4rem;
}
section.trivia .body .info {
justify-content: space-between;
border: 1px solid #dadada;
padding: 5px;
background-color: #f9f9f9;
}
section.trivia .body .info .the_title {
flex: 1;
text-align: center;
}
section.trivia .body .info .the_title .value {
font-size: 2rem;
}
section.trivia .body .info .thumbnail {
width: auto;
}
section.trivia .body .text {
font-size: 1.6rem;
line-height: 1.75;
}
}
@media screen and (max-width: 750px) {
}
span.tag01 {
background: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/img/top/tag01.png) no-repeat;
width: 40px;
height: 52px;
line-height: 16px; color: #fff;
display: block;
font-size: 0.7em;
float: left;  text-align: center;
}
span.tag02 {
background: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/img/top/tag02.png) no-repeat;
width: 40px;
height: 52px;
line-height: 16px; color: #fff;
display: block;
font-size: 0.7em;
float: left; text-align: center;
}
.others th,
.others td {
font-size: 12px;
} p.note {
font-size: 10px;
text-align: left;
} .item .medal img {
width: 50px;
}
h2.ttl_bottom {
padding: 5px;
}
@media screen and (min-width: 751px) {
section.policy .bg {
background-size: 250px !important;
}
section.intro {
background-position: right 60px top 20% !important;
}
section.intro .medal {
top: 0;
}
section.expensive .body .box .message {
padding: 0 !important;
}
section.expensive .body .box { flex-direction: column;
justify-content: space-between;
width: 100%;
}
}
@media (max-width: 750px) {
section.expensive .box {
height: auto !important;
}
.others.fs_13 table {
width: auto !important;
}
} .blog-archive-list {
display: flex;
flex-wrap: wrap;
margin: 0 -5px;
}
ol,
ul {
list-style: none;
}
.blog-archive-list li {
border-radius: 4px;
box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
margin-left: 5px;
margin-right: 5px;
margin-bottom: 2%;
width: calc(100% / 4 - 10px);
}
.blog-archive-list li a {
line-height: inherit !important;
}
.blog-archive-list li .blog-catch-img {
position: relative;
}
.blog-archive-list li .blog-catch-img img {
-o-object-fit: cover;
border-radius: 4px 4px 0 0;
height: 100px;
object-fit: cover;
width: 100%;
}
.blog-archive-list li .blog-catch-img .blog-archive-date {
background: #de1122;
border-radius: 0 4px 0 0;
bottom: 0;
color: #fff;
display: inline-block;
font-size: 10px;
font-weight: 700;
left: 0;
padding: 4px;
position: absolute;
}
.p-12 {
padding: 12px !important;
}
.blog-archive-list li .blog-archive-category {
color: #de1122;
font-size: 12px;
}
.blog-archive-list li .blog-archive-ttl {
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
color: #323232;
display: -webkit-box;
font-size: 12px;
font-weight: 700;
overflow: hidden;
}
.blog-archive-list li .blog-archive-shop {
color: #323232;
font-size: 10px;
}
.blog-archive-linkWrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 15px;
}
.blog-archive-link {
color: #fff !important;
font-size: 16px;
font-weight: 700;
background: #de1122;
display: inline-block;
margin: 0 auto;
padding: 10px 82px;
border-radius: 50px;
position: relative;
}
.blog-archive-link:before {
content: "";
position: absolute;
top: 50%;
right: 24px;
width: 12px;
height: 12px;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
-webkit-transform: translateY(-50%) rotate(-45deg);
-ms-transform: translateY(-50%) rotate(-45deg);
transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 750px) {
.blog-archive-list {
display: flex;
flex-wrap: wrap;
margin: 0 -5px;
}
ol,
ul {
list-style: none;
}
.section-inner {
margin: 0 auto;
width: 90vw;
}
.breadcrumbs {
margin: 0 auto 24px;
padding: 13px 0 26px;
font-size: 14px;
background-image: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/rn/img/bg_breadcrumbs.png);
background-repeat: repeat-x;
background-position: left bottom;
background-size: auto 13px;
width: 90vw;
}
.breadcrumbs .wrap {
padding: 0;
}
.section-title {
margin: 12px 0 20px;
color: #323232;
font-size: 20px;
font-weight: bold !important;
letter-spacing: 1px;
}
.blog-archive-list li {
width: calc(100% / 2 - 10px);
margin-bottom: 4%;
margin-right: 5px;
margin-left: 5px;
-webkit-box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
box-shadow: 0 0 0.5rem rgb(0 0 0 / 10%);
border-radius: 4px;
}
.blog-archive-list li a {
line-height: inherit !important;
}
.blog-archive-list li .blog-catch-img {
position: relative;
}
.blog-archive-list li .blog-catch-img img {
-o-object-fit: cover;
border-radius: 4px 4px 0 0; height: 150px;
object-fit: cover;
width: 100%;
}
.blog-archive-list li .blog-catch-img .blog-archive-date {
background: #de1122;
border-radius: 0 4px 0 0;
bottom: 0;
color: #fff;
display: inline-block;
font-size: 10px;
font-weight: 700;
left: 0;
padding: 4px;
position: absolute;
}
.p-12 {
padding: 12px !important;
}
.blog-archive-list li .blog-archive-category {
color: #de1122;
font-size: 12px;
}
.blog-archive-list li .blog-archive-ttl {
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
color: #323232;
display: -webkit-box;
font-size: 12px;
font-weight: 700;
overflow: hidden;
}
.blog-archive-list li .blog-archive-shop {
color: #323232;
font-size: 10px;
margin-top: 4px;
}
}
.section-inner {
width: 1000px;
margin: 0 auto;
}
@media screen and (max-width: 960px) {
.section-inner {
width: 90vw;
}
}
@media screen and (max-width: 750px) { section.columns .body {
width: 90vw;
margin: 0 auto;
}
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
.section-inner {
padding: 0 20px;
}
} footer {
margin-top: 60px;
}
footer .section-inner {
padding: 14px 0 27px;
}
@media screen and (min-width: 1000px) {
footer .section-inner {
padding: 60px 0 30px;
}
}
footer .section-inner .footer-txt {
font-size: 8px;
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-txt {
font-size: 14px;
}
}
footer .section-inner img.footer-logo {
width: 199px;
margin-top: 4px;
}
@media screen and (min-width: 1000px) {
footer .section-inner img.footer-logo {
width: 334px;
}
}
footer .section-inner ul.footer-nav {
width: auto;
margin: 20px 0 8px;
}
@media screen and (min-width: 1000px) {
footer .section-inner ul.footer-nav {
max-width: none;
margin: 37px 0 27px;
}
}
footer .section-inner ul.footer-nav li {
display: inline-block;
margin: 8px 0 0;
padding: 0 8px;
line-height: 1;
border-right: 1px solid #323232;
}
footer .section-inner ul.footer-nav li:first-of-type {
border-left: 1px solid #323232;
}
@media screen and (min-width: 0px) and (max-width: 320px) {
footer .section-inner ul.footer-nav li {
padding: 0 4px;
}
}
@media screen and (min-width: 1000px) {
footer .section-inner ul.footer-nav li {
margin: 16px 0 0;
padding: 0 16px;
}
footer .section-inner ul.footer-nav li:first-of-type {
border-left: 1px solid #323232;
}
}
footer .section-inner ul.footer-nav li a {
font-size: 12px;
}
@media screen and (min-width: 1000px) {
footer .section-inner ul.footer-nav li a {
font-size: 14px;
}
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-recruit {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
footer .section-inner .footer-recruit a {
display: inline-block;
font-size: 14px;
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-recruit a + a {
margin-left: 20px;
}
}
@media screen and (max-width: 500px) {
footer .section-inner .footer-recruit a + a {
margin-top: 4px;
}
}
footer .section-inner .footer-recruit .recruit-office:before {
width: 9px;
padding: 0 12px 0 5px;
vertical-align: sub;
content: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/assets/images/icon/recruit-office-icon.svg);
}
footer .section-inner .footer-recruit .recruit-shop:before {
width: 19px;
padding-right: 8px;
vertical-align: sub;
content: url(//jewel-cafe.my/wp-content/themes/new_jewel5745747/assets/images/icon/recruit-shop-icon.svg);
}
footer .section-inner .footer-shop ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-shop ul {
margin-top: 24px;
}
}
footer .section-inner .footer-shop ul li {
width: 48%;
margin: 0 4px 4px 0;
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-shop ul li {
width: 23%;
margin: 0 12px 20px 0;
}
}
footer .section-inner .footer-shop p {
font-size: 14px;
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-shop p {
font-size: 1rem;
}
}
footer .section-inner .footer-shop hr {
margin: 8px 0 12px;
color: #323232;
}
footer .section-inner .footer-shop-ja {
margin-top: 30px;
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-shop-ja {
margin-top: 100px;
}
}
footer .section-inner .footer-shop-ja .shop-ja-area {
font-weight: bold;
}
footer .section-inner .footer-shop-ja .shop-ja-area p {
width: 140px;
color: #8f8f8f;
font-size: 14px;
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-shop-ja .shop-ja-area p {
color: #323232;
}
}
footer .section-inner .footer-shop-ja .shop-ja-area .shop-ja-area-box {
margin-bottom: 12px;
}
footer
.section-inner
.footer-shop-ja
.shop-ja-area
.shop-ja-area-box
.footer-shop-list {
margin-top: 4px;
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-shop-ja .shop-ja-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
footer .section-inner .footer-shop-ja .shop-ja-area .shop-ja-area-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
margin-bottom: 12px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
footer
.section-inner
.footer-shop-ja
.shop-ja-area
.shop-ja-area-box
.footer-shop-list {
width: 70%;
margin-top: 0;
}
}
footer .section-inner .footer-shop-ja .shop-ja-area a {
position: relative;
padding-right: 20px;
color: #323232;
font-size: 14px;
}
footer .section-inner .footer-shop-ja .shop-ja-area a:after {
position: absolute;
display: inline-block;
top: 50%;
bottom: 0;
right: 8px;
width: 6px;
height: 6px;
margin-top: -3px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
border-top: solid 2px #323232;
border-right: solid 2px #323232;
}
footer .section-inner .footer-shop-ja ul li {
display: inline-block;
margin-bottom: 4px;
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-shop-ja ul li {
margin: 0 8px 8px 0;
}
}
footer .section-inner .footer-shop-os {
margin-top: 22px;
}
@media screen and (max-width: 500px) {
footer .section-inner .footer-shop-os ul {
display: block;
}
}
footer .section-inner .footer-shop-os ul li {
width: auto;
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-shop-os ul li {
width: 24%;
}
}
@media screen and (max-width: 500px) {
footer .section-inner .footer-shop-os ul li a.red-bdr-btn {
display: inline-block;
padding: 15px 24px 15px 12px;
}
}
@media screen and (min-width: 1000px) {
footer .section-inner .footer-shop-os {
margin-top: 39px;
}
}
footer .section-inner .copyright {
margin-top: 27px;
}
@media screen and (min-width: 1000px) {
footer .section-inner .copyright {
margin-top: 39px;
}
}
@media screen and (max-width: 500px) {
footer .base-btn {
padding: 12px 0;
min-width: 137px;
font-size: 12px;
}
}
@media screen and (min-width: 501px) and (max-width: 960px) {
footer .only-pc {
display: block !important;
}
footer .only-sp {
display: none !important;
}
}
.footer-shop-nav {
position: fixed;
z-index: 1;
bottom: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (min-width: 501px) {
.footer-shop-nav {
display: none;
}
}
.footer-shop-nav .footer-shop-nav-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
margin: 0 -4px 0 -2px;
}
.footer-shop-nav .footer-shop-nav-menuWrapper {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.footer-shop-nav .footer-shop-nav-menu li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #de1122;
background: #fff;
border-radius: 2px 2px 0 0;
padding: 0;
z-index: 1;
-webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
width: calc(100% / 3 - 4px);
margin: 0 2px;
}
.footer-shop-nav .footer-shop-nav-menu li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 0;
white-space: nowrap;
line-height: 2;
letter-spacing: 0.15em;
font-size: 1.25rem;
font-weight: bold;
color: #de1122;
}
.footer-shop-nav .footer-shop-nav-menu li a .js-svg {
height: 1rem;
margin-right: 4px;
margin-top: 2px;
}
.footer-shop-nav .footer-shop-nav-menu li a .js-svg path {
fill: #de1122;
}
.footer-shop-nav .footer-shop-nav-menu li a span {
font-size: 12.5px;
}
.footer-shop-nav .footer-shop-nav-menu .footer-shop-nav-menu-tel {
background: #de1122;
}
.footer-shop-nav .footer-shop-nav-menu .footer-shop-nav-menu-tel a {
color: #fff;
}
.footer-shop-nav .footer-shop-nav-menu .footer-shop-nav-menu-tel a .js-svg {
height: 1rem;
margin-right: 4px;
margin-top: 3px;
}
.footer-shop-nav
.footer-shop-nav-menu
.footer-shop-nav-menu-tel
a
.js-svg
path {
fill: #fff;
}
.color-red {
color: #de1122 !important;
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 1em 0;
padding: 0;
}
.red-bdr-btn {
position: relative;
display: block;
padding: 15px 0 15px 12px;
color: #323232;
font-size: 14px;
font-weight: bold;
border: 2px solid #de1122;
border-radius: 4px;
background: #fff;
}
.ptb-12 {
padding-top: 12px !important;
padding-bottom: 12px !important;
}
.bg-pink {
background: #fef8f8;
}
.breadcrumbs .section-inner {
padding-top: 0;
}