@charset "UTF-8";

/* ============================================
        上書き
============================================= */
main {
    padding-bottom: 58px;
}
.contentIndent {
    margin-top: 24px;
}
#MainTitle {
	margin-bottom: 57px;
}
#MainTitle .MainTitle_h1 {
	padding: 30px 28px 30px 82px;
}
#MainTitle .MainTitle_h1 .MainTitle_icon {
	width: 64px;
}
.flavorButtonWrap {
	margin-bottom: 40px
}
@media print, screen and (min-width: 768px) {
    main {
        padding-bottom: 95px;
    }
    #breadCrumbs {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    .contentIndent {
        margin-top: 49px;
    }
	#MainTitle {
		margin-bottom: 0;
	}
	#MainTitle .MainTitle_h1 {
		padding: 28px 44px 28px 114px;
	}
	#MainTitle .MainTitle_h1 .MainTitle_icon {
		width: 90px;
	}
	.flavorButtonWrap {
		margin-bottom: 80px
	}
}


/* ============================================
        リンクボタン
============================================= */
.productBtn{
    width: 100%;
    display: block;
    background-color: #F04E98;
    border-radius: 7px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
    padding-left: 13px;
    color: #FFF;
    position: relative;
    border: 1px solid #F04E98;
}
a.productBtn:link, a.productBtn:visited {
    color: #FFF;
}
.productBtn:after{
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
}

@media print, screen and (min-width: 768px) {
    .productBtn{
        width: 324px;
        border-radius: 8px;
        padding: 23px 18px;
        font-size: 1.8rem;
        cursor: pointer;
        transition: 0.5s;
		margin: 30px auto 0;
    }
    .productBtn:after{
        font-size: 1.8rem;
        right: 18px;
    }
    .productBtn:hover,
    a.productBtn:hover{
        background-color: #FFF;
        color: #F04E98;
        text-decoration: none;
        opacity: 0.7;
    }
}


/* ============================================
        ギフト券のご案内
============================================= */
h1{
    font-size: 2.1rem;
    font-weight: bold;
    color: #3F2021;
    line-height: 1;
    width: 89.33vw;
    margin: 45px auto 0;
}
h1 div{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
}
h1 .subtitle_text{
    font-size: 1.3rem;
    font-weight: normal;
    margin-right: 12px;
    white-space: nowrap;
	font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
h1 .subtitle_line{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3F2021;
}
.summaryText {
	margin: 25px 0 50px;
}
.summaryText a{
	font-weight: bold;
}
.summaryText a:link, .summaryText a:visited {
    color: #F04E98;
}
.giftcard2cWrap {
	width: 86.567%;
	margin: 0 auto 20px;
}
.giftcard2cWrap img {
	width: 100%;
	margin-bottom: 20px;
}
.giftcardCautionTitle {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1;
	color: #F04E98;
	text-align: center;
	margin-bottom: 10px;
}
.giftcardCautionText {
	font-size: 1.1rem;
	line-height: 1.5;
	margin-bottom: 16px;
}
.giftcardCautionLink {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 60px;
}
.giftcardCautionLink a {
	color: #F04E98;
}
.giftcardCautionLink a:hover {
	text-decoration: underline;
}
.giftcardEgift img {
	width: 100%;
	margin-bottom: 48px;
}
.giftcardButtonWrap {
	margin: 0 auto 40px;
}

.giftcard2cWrap .caution_text{
	color:#FF0000;
	font-weight: bold;
	display:block;
	text-align: center;
}
.giftcard_title{
	display: block;
	width: 86.567%;
	margin: 0 auto 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color: #3F2021;
}
.giftcard2cWrap:nth-of-type(2) {
	margin: 0 auto 35px;
}


@media print, screen and (min-width: 768px) {
	h1{
	    font-size: 3.0rem;
	    width: 1024px;
	    margin: 42px auto 0;
	}
	h1 div{
	    width: 100%;
	    margin-top: 22px;
	}
	h1 .subtitle_text{
	    font-size: 1.6rem;
	    margin-right: 13px;
	}
	.summaryText {
		font-size: 1.6rem;
		margin: 0 0 43px;
	}
	.giftcard2cWrap {
/*		width: 1024px;
		margin: 0 auto 48px;
		justify-content: space-between;*/
		margin: 0;
	}
	.giftcard2cWrap div {
		width: 492px;
	}
	.giftcard2cWrap img {
		margin-bottom: 0;
	}
	.giftcardCautionTitle {
		font-size: 2.6rem;
		margin-bottom: 16px;
	}
	.giftcardCautionText {
		font-size: 1.2rem;
		line-height: 1.667;
		margin-bottom: 10px;
		text-align: center;
	}
	.giftcardCautionLink {
		font-size: 1.8rem;
		margin-bottom: 75px;
		text-align: center;
	}
	.giftcardEgift {
		width: 492px;
		margin: 0 auto;
	}
	.giftcardEgift img {
		width: 100%;
		margin-bottom: 48px;
	}
	.giftcardButtonWrap {
		width: 420px;
		margin: 0 auto 80px;
	}

/*	.giftcard2cWrap div:first-child {
		margin-top: 30px;
	}*/
	.giftcard2cWrap .caution_text{
		height: 30px;
	}
	.giftcard_title{
		display: block;
		width: 100%;
	    	margin: 0 auto 10px;
	    	font-size: 1.6rem;
	}
	.giftcard2cWrap:nth-of-type(2) {
		margin: 0 auto 60px;
	}

	.giftcardWrap_container{
		width: 1024px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto 48px;
	}

}
