@charset 'UTF-8';

h1 {
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
}

.guide_breadcrumb .fs-pt-list__item:first-child a {
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url(../img/common/home.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0.5em;
}

.guide_breadcrumb .fs-pt-list__item a {
	color: #9e9e9f;
	font-weight: normal;
}

.guide_breadcrumb .fs-pt-list__item {
	color: #9e9e9f;
	font-weight: bold;
}

@media screen and (max-width: 750px) {
    .guide .inner_wrap {
        padding-top: 30px;
    }

    h1 {
        font-size: 24px;
    }

    .guide_breadcrumb .fs-pt-list__item a {
		font-size: 1.1rem;
	}
	
	.guide_breadcrumb .fs-pt-list__item {
		font-size: 1.1rem;
	}
}

@media screen and (min-width: 751px) {
    .guide .inner_wrap {
        padding-top: 109px;
    }

    h1 {
        font-size: 28px;
    }
}

/* guide_nav */
.guide_nav ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    border: 1px solid #d3d2d0;
}

.guide_nav li {
    text-align: center;
    border-right: 1px solid #d3d2d0;
}

.guide_nav li:last-child {
    border-right: none;
}

.guide_nav li a {
    display: block;
}

.guide_nav li img {
    display: block;
}

.guide_nav li span {
    line-height: 1.7;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
    .guide_nav {
        margin-top: 40px;
    }

    .guide_nav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .guide_nav li {
        width: 50%;
        border-bottom: 1px solid #d3d2d0;
    }

    .guide_nav li:nth-child(even) {
        border-right: none;
    }

    .guide_nav li:last-child {
        border-bottom: none;
        width: 100%;
    }

    .guide_nav li img {
        width: 25%;
        margin: 0 auto 10px;
    }

    .guide_nav li:last-child img {
        width: 12.5%;
    }

    .guide_nav li a {
        padding: 20px 0;
    }

    .guide_nav li span {
        font-size: 14px;
    }
}

@media screen and (min-width: 751px) {
    .guide_nav {
        margin-top: 67px;
    }

    .guide_nav li {
        width: 20%;
    }

    .guide_nav li a {
        padding: 43px 0 38px;
    }

    .guide_nav li img {
        width: 22.9%;
        margin: 0 auto 22px;
    }

    .guide_nav li span {
        font-size: 1.27vw;
    }
}

@media screen and (min-width: 1340px) {
    .guide_nav li span {
        font-size: 17px;
    }
}

/* content_wrap */
.content_wrap h2 {
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
}

.content {
    border: 1px solid #d3d2d0;
}

.content h3 {
    border-top: 1px solid #d3d2d0;
    line-height: 1.8;
    letter-spacing: 0.1em;
    position: relative;
}

.content h3:first-child {
    border-top: none;
}

.content #kojinjouhou h3 {
    border-top: 1px solid #d3d2d0;
}

.content h3::after{
    content: '';
    border-top: 2px solid #a7adac;
    border-right: 2px solid #a7adac;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    transition: 0.3s;
}

.content h3.active::after {
    transform: translateY(-50%) rotate(315deg);
}

.content_acc {
    background-color: #f5f5f5;
    display: none;
}

.content_acc p {
    margin: 0;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

.content_acc li {
    line-height: 1.8;
    letter-spacing: 0.01em;
    /* padding-left: 1.1em;
    text-indent: -1.1em; */
}

.content_acc span {
    display: block;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

.content_acc dt {
    line-height: 1.8;
    letter-spacing: 0.01em;
}

.content_acc dd {
    line-height: 1.8;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
    .content_wrap h2 {
        font-size: 20px;
        margin-bottom: 30px;
        padding-top: 70px;
    }

    .content h3 {
        padding: 10px 10% 10px 6.9%;
        font-size: 14px;
        line-height: 1.5;
    }

    .content h3::after{
        width: 8px;
        height: 8px;
        right: 20px;
    }

    .content_acc {
        padding: 20px 6.9%;
    }

    .content_acc p {
        font-size: 12px;
    }
    
    .content_acc li {
        font-size: 12px;
    }
    
    .content_acc span {
        font-size: 12px;
    }
    
    .content_acc dt {
        font-size: 12px;
    }
    
    .content_acc dd {
        font-size: 12px;
    }
}

@media screen and (min-width: 751px) {
    .content_wrap {
        margin-top: -65px;
        padding-top: 65px;
    }

    .content_wrap h2 {
        font-size: 22px;
        margin: 106px 0 39px;
    }

    .content h3 {
        padding: 15px 4%;
        font-size: 18px;
    }

    .content h3::after{
        width: 8px;
        height: 8px;
        right: 40px;
    }

    .content_acc {
        padding: 42px 6.9% 43px;
    }

    .content_acc p {
        font-size: 15px;
    }
    
    .content_acc li {
        font-size: 15px;
    }
    
    .content_acc span {
        font-size: 15px;
    }
    
    .content_acc dt {
        font-size: 15px;
    }
    
    .content_acc dd {
        font-size: 15px;
    }
}

/* クレジット決済 */
.card img {
    display: block;
}

.card span {
    display: block;
}

@media screen and (max-width: 750px) {
    .card li:not(:first-child) {
        margin-top: 10px;
    }

    .card img {
        margin-top: 10px;
        width: 50%;
    }

    .card span {
        margin-top: 10px;
    }
}

@media screen and (min-width: 751px) {
    .card li:not(:first-child) {
        margin-top: 38px;
    }

    .card img {
        margin-top: 23px;
        width: 26.5%;
    }

    .card span {
        margin-top: 23px;
    }
}

/* 請求書のお届けについて */
.seikyusyo span {
    padding-left: 1.1em;
    text-indent: -1.1em;
}

@media screen and (max-width: 750px) {
    .seikyusyo dt:not(:first-child) {
        margin-top: 10px;
    }
    
    .seikyusyo span {
        margin-top: 10px;
    }
}

@media screen and (min-width: 751px) {
    .seikyusyo dt:not(:first-child) {
        margin-top: 32px;
    }
    
    .seikyusyo span {
        margin-top: 32px;
    }
}

/* 配送について */
.haisou img {
    display: block;
}

.haisou li {
    padding-left: 1.1em;
    text-indent: -1.1em;
}

@media screen and (max-width: 750px) {
    .haisou img {
        width: 100%;
    }

    .haisou ul {
        margin-top: 20px;
    }
}

@media screen and (min-width: 751px) {
    .haisou img {
        width: 73.6%;
    }

    .haisou ul {
        margin-top: 40px;
    }
}

/* 指定可能な配送時間帯 */
.haisou_jikan ul {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.haisou_jikan li {
    margin-right: 1.5%;
    text-align: center;
    border: 1px solid #d3d2d0;
    background-color: #fdfdfd;
}

@media screen and (max-width: 750px) {
    .haisou_jikan li {
        width: 20%;
        height: 50px;
        line-height: 50px;
        font-size: 10px;
    }

    .haisou_jikan p {
        margin-top: 20px;
    }
}

@media screen and (min-width: 751px) {
    .haisou_jikan li {
        width: 10.3%;
        height: 68px;
        line-height: 68px;
        font-size: 1.12vw;
    }

    .haisou_jikan p {
        margin-top: 35px;
    }
}

@media screen and (min-width: 1340px) {
    .haisou_jikan li {
        font-size: 15px;
    }
}

/* 配送会社について */
.haisou_gaisya dl:nth-child(2) dd {
    padding-left: 1.1em;
}

.haisou_gaisya .attention {
    border: 1px solid #000;
    display: inline-block;
}

.haisou_gaisya .attention span {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 750px) {
    .haisou_gaisya dl:not(:first-child) {
        margin-top: 10px;
    }

    .haisou_gaisya .attention {
        padding: 16px 3%;
        margin-top: 20px;
    }
}

@media screen and (min-width: 751px) {
    .haisou_gaisya dl:not(:first-child) {
        margin-top: 36px;
    }

    .haisou_gaisya .attention {
        padding: 24px 1.9% 17px;
        margin-top: 28px;
    }
}

/* 送料について */
.souryou dt span {
    display: inline-block;
}

.souryou .jouon {
    color: #f7931e;
    font-weight: bold;
}

.souryou .reizou {
    color: #29abe2;
    font-weight: bold;
}

.souryou .reitou {
    color: #2e3192;
    font-weight: bold;
}

.souryou .red {
    color: #c1272d;
}

.souryou ul {
    margin-top: 20px;
}

.souryou ul li {
    padding-left: 1.1em;
    text-indent: -1.1em;
}

.souryou .img img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    .souryou dt:not(:first-child) {
        margin-top: 10px;
    }

    .souryou .img {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (min-width: 751px) {
    .souryou dt:not(:first-child) {
        margin-top: 35px;
    }

    .souryou .img {
        width: 74.2%;
        margin-top: 60px;
    }
}

/* 返品・交換について */
.henpin span {
    display: block;
}

@media screen and (max-width: 750px) {
    .henpin dl {
        margin-top: 20px;
    }

    .henpin span {
        margin-top: 20px;
    }
}

@media screen and (min-width: 751px) {
    .henpin dl {
        margin-top: 39px;
    }

    .henpin span {
        margin-top: 32px;
    }
}

/* ご注文の流れ */
.tyuumon h4 {
    color: #cc997d;
    line-height: 1.9;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.tyuumon h4 span {
    background-color: #cc997d;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 2.1;
    border-radius: 5px;
    margin-right: 1em;
    padding: 0 0.5em;
    font-weight: normal;
    letter-spacing: 0.07em;
}

.tyuumon .attention {
    border: 1px solid #000;
}

.tyuumon .attention dt {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

.tyuumon .attention dd {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.01em;
}

.tyuumon .attention + ul li {
    padding-left: 1.1em;
    text-indent: -1.1em;
}

.tyuumon .tyuumon_kakutei {
    margin-top: 37px;
}

.tyuumon .tel {
    display: block;
}

.tyuumon .mail {
    border: 1px solid #cc997d;
}

.tyuumon .mail h5 {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.01em;
    color: #cc997d;
}

.tyuumon .mail p {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.01em;
    color: #cc997d;
}

.tyuumon .mail span {
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.01em;
    color: #cc997d;
}

@media screen and (max-width: 750px) {
    .tyuumon h4 {
        font-size: 14px;
    }

    .tyuumon h4 + p {
        margin-top: 10px;
    }

    .tyuumon h4:not(:first-child) {
        margin-top: 30px;
    }

    .tyuumon dt {
        margin-top: 20px;
    }

    .tyuumon dd p:not(:first-child) {
        margin-top: 30px;
    }

    .tyuumon .attention {
        padding: 16px 3%;
        margin-top: 20px;
    }

    .tyuumon .attention + ul {
        margin-top: 20px;
    }

    .tyuumon .tel {
        margin-top: 10px;
    }

    .tyuumon .mail {
        margin-top: 20px;
        padding: 16px 3%;
    }
}

@media screen and (min-width: 751px) {
    .tyuumon h4 {
        font-size: 16px;
    }

    .tyuumon h4 + p {
        margin-top: 20px;
    }

    .tyuumon h4:not(:first-child) {
        margin-top: 62px;
    }

    .tyuumon dt {
        margin-top: 32px;
    }

    .tyuumon dd p:not(:first-child) {
        margin-top: 46px;
    }

    .tyuumon .attention {
        margin-top: 42px;
        padding: 24px 2.4% 20px;
    }

    .tyuumon .attention + ul {
        margin-top: 40px;
    }

    .tyuumon .tel {
        margin-top: 33px;
    }

    .tyuumon .mail {
        margin-top: 46px;
        padding: 24px 2.4%;
    }
}

/* ギフトについて */
.gift h4 {
    line-height: 1.9;
    letter-spacing: 0.1em;
    color: #cc997d;
    font-weight: bold;
}

.noshi h5 {
    line-height: 1.9;
    letter-spacing: 0.01em;
    font-weight: bold;
}

.noshi_img .item {
    text-align: center;
}

.noshi_img .item img {
    width: 100%;
}

.noshi_img .item .text strong {
    line-height: 1.7;
    letter-spacing: 0.01em;
    font-weight: normal;
}

.noshi_img .item .text p {
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.noshi_img .item .text span {
    font-size: 12px;
    line-height: 2.2;
    letter-spacing: 0.01em;
}

.noshi ul li {
    padding-left: 0;
    text-indent: 0;
}

@media screen and (max-width: 750px) {
    .gift h4 {
        font-size: 16px;
    }

    .gift h4 + p {
        margin-top: 20px;
    }

    .noshi {
        margin-top: 50px;
    }

    .noshi h5 {
        font-size: 14px;
    }

    .noshi_img {
        margin-top: 15px;
    }

    .noshi_img .item {
        width: 100%;
    }

    .noshi_img .item:not(:first-child) {
        margin-top: 20px;
    }

    .noshi_img .item .text {
        margin-top: 10px;
    }

    .noshi_img .item .text strong {
        font-size: 14px;
    }

    .noshi ul {
        margin-top: 30px;
    }
}

@media screen and (min-width: 751px) {
    .gift h4 {
        font-size: 19px;
    }

    .gift h4 + p {
        margin-top: 28px;
    }

    .noshi {
        margin-top: 100px;
    }

    .noshi h5 {
        font-size: 16px;
    }

    .noshi_img {
        margin-top: 35px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    .noshi_img .item {
        width: 27.7%;
        margin-right: 4.6%;
    }

    .noshi_img .item:first-child {
        width: 28.9%;
    }

    .noshi_img .item .text {
        margin-top: 20px;
    }

    .noshi_img .item .text strong {
        font-size: 16px;
    }

    .noshi ul {
        margin-top: 49px;
    }
}

/* ポイントについて */
.point h4 {
    line-height: 1.9;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #cc997d;
}

@media screen and (max-width: 750px) {
    .point h4 {
        font-size: 16px;
    }

    .point h4:not(:first-child) {
        margin-top: 20px;
    }

    .point h4 + p {
        margin-top: 10px;
    }

    .point dt {
        margin-top: 10px;
    }
}

@media screen and (min-width: 751px) {
    .point h4 {
        font-size: 19px;
    }

    .point h4:not(:first-child) {
        margin-top: 58px;
    }

    .point h4 + p {
        margin-top: 27px;
    }

    .point dt {
        margin-top: 32px;
    }
}

/* 特定商取引法に基づく表示 */
.tokusyo h4 {
    line-height: 1.9;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #cc997d;
}

.tokusyo .tenpo {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.tokusyo .tenpo dt {
    width: 33.6%;
}

.tokusyo .tenpo dd {
    width: 52.7%;
    text-align: right;
}

.tokusyo h5 {
    line-height: 2.1;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.tokusyo .hikiwatashi li {
    padding-left: 0;
    text-indent: 0;
}

.tokusyo .sonota li {
    padding-left: 0;
    text-indent: 0;
}

@media screen and (max-width: 750px) {
    .tokusyo h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .tokusyo h4:not(:first-child) {
        margin-top: 20px;
    }

    .tokusyo .tenpo {
        width: 260px;
    }

    .tokusyo .tenpo dt {
        font-size: 11px;
    }
    
    .tokusyo .tenpo dd {
        font-size: 11px;
    }

    .tokusyo h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .tokusyo h5:not(:first-of-type) {
        margin-top: 20px;
    }

    .tokusyo .hikiwatashi li:not(:first-child) {
        margin-top: 10px;
    }

    .tokusyo .sonota {
        margin-top: 20px;
    }

    .tokusyo .shiharaihouhou {
        margin-top: 20px;
    }
}

@media screen and (min-width: 751px) {
    .tokusyo h4 {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .tokusyo h4:not(:first-child) {
        margin-top: 52px;
    }

    .tokusyo .tenpo {
        width: 372px;
    }

    .tokusyo h5 {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .tokusyo h5:not(:first-of-type) {
        margin-top: 68px;
    }

    .tokusyo .hikiwatashi li:not(:first-child) {
        margin-top: 35px;
    }

    .tokusyo .sonota {
        margin-top: 33px;
    }

    .tokusyo .shiharaihouhou {
        margin-top: 35px;
    }
}

/* 個人情報保護の取扱について */
.kojinjouhou h4 {
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #cc997d;
}

.kojinjouhou .riyoumokuteki {
    margin-top: 15px;
}

.kojinjouhou .riyoumokuteki li {
    padding-left: 0;
    text-indent: 0;
}

.kojinjouhou .internet li {
    padding-left: 0;
    text-indent: 0;
}

.kojinjouhou .contact_01 {
    margin-top: 24px;
    display: block;
}

@media screen and (max-width: 750px) {
    .kojinjouhou h4 {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .kojinjouhou h4:not(:first-child) {
        margin-top: 20px;
    }
}

@media screen and (min-width: 751px) {
    .kojinjouhou h4 {
        font-size: 19px;
        line-height: 1.9;
        margin-bottom: 17px;
    }

    .kojinjouhou h4:not(:first-child) {
        margin-top: 41px;
    }
}