/* Main
===============================================================*/
.main_area {
    width: calc(100% - 10px);
    height: 0;
    padding-top: 54%;
    margin: 15px 5px 0px;
    background: url(../images/top/main.jpg) no-repeat 0 0;
    background-size: contain;
    position: relative;
}
.main_img img {
	width:100%;
	height:auto;
}

.anchor {
    position: absolute;
    top: -120px;
}

#Main .main_area p.main1{
	position: absolute;
    top: 16%;
    right: 20px;
    text-shadow: 0 0 30px #e4a2a6;
    color: #72553f;
	font-size: 8vw;
	font-family: serif;
	font-weight: 700;
}

#Main .main_area p.main1_2{
	top: 39%;
}

#Main .main_area p.main2{
	position: absolute;
    bottom: 15%;
    right: 10%;
    color: #776049;
    font-size: 3.7vw;
    text-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
    line-height: 1.3;
    font-family: serif;
    font-weight: 700;
}

#Main .main_area p.main2-2{
	position: absolute;
    bottom: 39%;
    right: 10%;
    color: #776049;
    font-size: 2vw;
    text-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
    line-height: 1.3;
    font-family: serif;
    font-weight: 700;
}

/* ↓↓ 20200827更新 ↓↓ */

#Main .main_area p.main3{
    position: absolute;
    bottom: 8.5%;
    left: 15%;
    font-size: 2.2vw;
    color: #4b4336;
    line-height: 1.3;
    width: 42%;
}

#Main .main_area p.main3 a{
    display: block;
    margin-top: 2px;
    font-size: 2vw;
    text-decoration: underline;
}

/* ↑↑ 20200827更新 ↑↑ */

#Main .main_area p.main4{
	position: absolute;
    bottom: 12%;
    right: 9%;
    text-shadow: 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff, 0 0 30px #fff;
    color: #4b2e11;
	font-weight: 400;
	font-size: 3.5vw;
}

#Main .main_area p.main4 span a{
    color: #ba0014;
	font-size: 4.7vw;
	text-decoration: underline;
}

#Main .main_area p.main5{
	position: absolute;
    bottom: 6%;
    right: 13%;
    color: #776049;
    font-weight: 400;
    font-size: 10px;
}

h2 {
	font-size:18px;
    line-height: 1.8;
	font-family: "A-OTF 新ゴ Pro M", A-OTF Shin Go Pro M, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	border-bottom:#d2c2b0 1px dotted;
    color: #52381e;
/*  font-weight: normal;*/
    padding-left: 20px;
}

h2.star{
	padding-left: 47px;
	background: url(../../images/common/icon_star.png) no-repeat 20px 0;
	background-size: 20px auto;
}

p.more {
    padding-top: 8px;
	text-align:right;
	padding-right: 10px;
}
p.more a {
	text-decoration:underline;
	color:#422203;
}



/* item_txt
===============================================================*/
.item_txt {
    margin-bottom: 34px;
    border-top: #f1e6d5 2px solid;
    display: table;
    width: 100%;
}

.item_txt ul {
	display:table-cell;
	width:50%;
}
.item_txt ul:last-child {
	border-left:#f1e6d5 1px solid;
}

.item_txt ul li {
	border-bottom:#f1e6d5 1px solid;
}
.item_txt ul li.tl {
	padding:6px 0 6px 10px;
}
.item_txt ul li a {
	display:block;
	padding:6px 7% 6px 10px;
    background: url(../images/common/ar02.png) no-repeat 97% center #FFFFFF;
    background-size: 7px 11px;
}

/* top_link
===============================================================*/

.top_link {
	background: #f1eeec;
	padding-bottom: 7px;
}

.top_link .contact_link {
	padding: 7px 10px;
	border: 1px solid #eeeae5;
	border-radius: 3px;
	display: flex;
	justify-content: space-around;
	background: #fff;
	margin-top: 7px;
	align-items: center;
}

.top_link .contact_link dl {
	padding-left: 30px;
	background: url(../../images/top/tel.png) no-repeat 0 center / 23px auto;
	margin-bottom: 5px;
}

.top_link .contact_link dl dt { line-height: 1.2;}

.top_link .contact_link dl dt::before {
	content: '電話注文OK！';
	display: block;
	font-size: 8px;
	color: #000;
	text-align: center;
    margin-bottom: -2px;
    line-height: 1;
}
.top_link .contact_link dl dt a{
	color: #683d26;
	font-size: 18px;
	text-decoration: none;
	font-family: 'Arial';
}
.top_link .contact_link dl dd{
	line-height: 1;
	font-size: 8px;
	margin: 0;
}

.top_link .contact_link .mail_link {
	display: table-cell;
	background: url(../../images/top/mail.png) no-repeat 0 center / 23px auto;
	display: inline-block;
}

.top_link .contact_link .mail_link .mail_link_inner {
	background: #ece8dd;
	border: #ded7c3 solid 1px;
	margin-left: 32px;
}

.top_link .contact_link .mail_link .mail_link_inner a {
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.top_link .contact_link .mail_link .mail_link_inner p {
	padding: 7px 14px;
	text-align: center;
	line-height: 1.2;
	color: #6e5b4e;
	margin-bottom: 0;
	font-size: 12px;
}

.lead-area {
    padding: 10px 5px;
    border-bottom: 7px solid #f1eeec;
}
.lead-area .lead-text {
	border: 6px solid #fbe4da;
	box-sizing: border-box;
	padding: 10px 13px;
}

/* tab-link
===============================================================*/
.tab-link {
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #e4dacd;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 7px solid #f1eeec;
	position: relative;
}
.tab-link li {
    margin: 0 3px;
	width: calc(50% - 23px);
}
.tab-link li a {
	border: 1px solid #e4dacd;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	box-sizing: border-box;
	color: #52381e;
	text-align: center;
	position: relative;
	background: #f1eeec;
}
.tab-link li a.active {
	border-bottom: none;
	background: #fff;
}
.tab-link li a::before {
	content: '';
	position: absolute;
	border-top: 6px solid #593600;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	right: 10px;
	top: 11px;
}
.tab-link li a.upper::before {
	border-top: none;
	border-bottom: 6px solid #593600;
}
.tab-link li a.active::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: -1px;
}

/* rec
===============================================================*/
.rec {
	padding:0 0 0px 0;
	position:relative;
    border-bottom: 7px solid #f1eeec;
}
.rec.rec-last {
    margin-top: 17px;
    border-bottom: none;
}

.rec p.view_all{
	position: absolute;
	right: 25px;
	top: 7px;
	text-decoration: underline;
}

.rec p.view_all a{
	color: #7d6a56;
}

.rec p.date {
	color: #70573e;
    position: absolute;
    top: 9px;
    right: 10px;
    font-size: 12px;
}

.rec .bg .box {
    width: 100%;
    padding: 25px 20px 15px;
    display: table;
    border-bottom: #d2c2b0 1px dotted;
    box-sizing: border-box;
	position:relative;
}

.rec .bg .noline_box {
    border-bottom: none;
}

.rec .bg p.lead{
    font-size: 14px;
    padding: 17px 20px;
    border-bottom: #d2c2b0 1px dotted;
}

.rec .bg .box p.detail{
    font-size: 14px;
    margin: 10px 0;
/*
    margin: 15px 0;
*/
}

.rec .bg .box p.ph {
	display:table-cell;
    width: 70px;
    vertical-align: top;
}
.rec .bg .box p.ph img {
	width:100%;
	height:auto;
}

.rec .bg .box .con {
	display:table-cell;
	padding-left:10px;
    vertical-align:top;
}

.rec .bg .box .con p.tit {
    line-height: 18px;
    color: #004f9f;
    margin-bottom: 5px;
}
.rec .bg .box .con p.tit a {
    color: #004f9f;
    font-size: 14px;
}


.rec .bg .box .con ul.tag_list{
	margin: 8px 0 6px;
    display: flex;
    flex-wrap: wrap;
}

.rec .bg .box .con ul.tag_list li{
	margin-right: 7px;
	padding: 2px 10px;
	font-size: 10px;
    color: #735c46;
    margin-bottom: 3px;
}

.rec .bg .box .con ul.tag_list li.tag1{
	border: solid 1px #fed9cf;
	background: #fff7f5;
}

.rec .bg .box .con ul.tag_list li.tag2{
	border: solid 1px #cfd7f4;
	background: #f5f9ff;
}

.rec .bg .box .con ul.tag_list li.tag3{
	border: solid 1px #fae1ff;
	background: #fdf2ff;
}

.rec .bg .box .con ul.tag_list li.tag4{
	border: solid 1px #d8d8d8;
	background: #f9f9f9;
}


.rec .bg .box .con ul.tag_list li.tag5{
	border: solid 1px #dfbcff;
	background: #ece2ff;
}

.rec .bg .box .con ul.tag_list li.tag6{
	border: solid 1px #ffe2c5;
	background: #ffebd8;
}

.rec .bg .box .con ul.tag_list li.tag7{
	border: solid 1px #d9d4ff;
	background: #ececfe;
}

.rec .bg .box .con ul.tag_list li.tag8{
	border: solid 1px #c1e3ff;
	background: #ecf6fe;
}

.rec .bg .box .con ul.tag_list li.tag9{
	border: solid 1px #bae5b6;
	background: #ebffeb;
}

.rec .bg .box .con ul.tag_list li.tag10{
    border: solid 1px #f3f3f3;
    background: #f9f9f9;
}

.rec .bg .box .con p.d {
/*    width: 150px;*/
	line-height:18px;
	padding:0 0 5px 84px;
}
.rec .bg .box .con p.d a {
	text-decoration:underline;
}

.rec .bg .box .con p.price {
	font-size:14px;
	font-family: 'Arial',YuGothic,'Yu Gothic', sans-serif;
}
.rec .bg .box .con p.price span {
	color:#d52b33;
    font-size: 14px;
    padding: 0 0.5em 0 0;
}
.rec .bg .box .con p.price del {
	color:#606060;
}


.rec .bg .box .con p.st1 {
	background:url(../../images/common/star.png) no-repeat 0 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st15 {
	background:url(../../images/common/star.png) no-repeat -612px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st2 {
	background:url(../../images/common/star.png) no-repeat -1225px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st25 {
	background:url(../../images/common/star.png) no-repeat -1837px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st3 {
	background:url(../../images/common/star.png) no-repeat -2450px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st35 {
	background:url(../../images/common/star.png) no-repeat -3062px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st4 {
	background:url(../../images/common/star.png) no-repeat -3674px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st45 {
	background:url(../../images/common/star.png) no-repeat -4286px 2px;
    background-size: 5512px 14px;
}

.rec .bg .box .con p.st5 {
	background:url(../../images/common/star.png) no-repeat -4898px 2px;
    background-size: 5512px 14px;
}


.rec .bg .l_box {
	background:#fffbfb;
}
.rec .bg .m_box {
	background: #fff;
}


/* list-link
===============================================================*/
.list-link {
    background: #fffbfb;
    padding-top: 20px;
    border-top: 7px solid #f1eeec;
}
.list-link.male { background: #f8f9fa;}
.list-link h2 {
    font-size: 18px;
	font-weight: 700;
	color: #52381e;
	border-bottom: none;
	margin-bottom: 8px;
    line-height: 1;
    padding-left: 10px;
}
.list-link .type-list {
    padding: 0px 10px 20px;
    box-sizing: border-box;
}
.list-link .type-list dl {
	padding: 1px 4px;
	box-sizing: border-box;
	border: 1px solid #ece8dd;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.list-link .type-list dl dt {
	font-weight: 700;
	color: #52381e;
	padding-left: 12px;
	position: relative;
	line-height: 30px;
	border-bottom: 1px solid #ece8dd;
	border-right: 1px solid #ece8dd;
	width: 50%;
	box-sizing: border-box;
	background: url(../../images/top/heart.png)no-repeat 5px 2px / 17px 14px;
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 2px #fff;
}
.list-link .type-list dl.pink dt { background: url(../../images/top/heart-pink.png)no-repeat 4px 2px / 17px 14px;}
.list-link .type-list dl.pur1 dt { background: url(../../images/top/heart-pur1.png)no-repeat 4px 2px / 17px 14px;}
.list-link .type-list dl.ora dt { background: url(../../images/top/heart-ora.png)no-repeat 4px 2px / 17px 14px;}
.list-link .type-list dl.pur2 dt { background: url(../../images/top/heart-pur2.png)no-repeat 4px 2px / 17px 14px;}
.list-link .type-list dl.bl dt { background: url(../../images/top/heart-bl.png)no-repeat 4px 2px / 17px 14px;}
.list-link .type-list dl.gr dt { background: url(../../images/top/heart-gr.png)no-repeat 4px 2px / 17px 14px;}

.list-link .type-list dl dd {
	line-height: 30px;
	width: 50%;
	box-sizing: border-box;
}
.list-link .type-list dl dd:nth-of-type(1) { border-bottom: 1px solid #ece8dd;}
.list-link .type-list dl dd:nth-of-type(2) { border-right: 1px solid #ece8dd;}
.list-link .type-list dl.nb dt,.list-link .type-list dl.nb dd { border-bottom: none;}

.list-link .type-list dl dd a {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.list-link .type-list dl dd a::before {
	content: '';
	position: absolute;
	border-left: 6px solid #422203;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	left: 10px;
	top: 11px;
}

.list-link .por-list {
    border-top: 7px solid #f1eeec;
    padding: 20px 10px;
    box-sizing: border-box;
}
.list-link .por-list ul {
	padding: 1px 4px;
	box-sizing: border-box;
	border: 1px solid #ece8dd;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.list-link .por-list ul li {
	border-right: 1px solid #ece8dd;
	border-bottom: 1px solid #ece8dd;
	width: 50%;
    box-sizing: border-box;
}
.list-link .por-list ul li:nth-of-type(2n) { border-right: none;}
.list-link .por-list ul li:nth-of-type(n + 7) { border-bottom: none;}
.list-link .por-list ul li a {
	display: inline-block;
	width: 100%;
	line-height: 33px;
/*
	line-height: 30px;
*/
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.list-link .por-list ul li a::before {
	content: '';
	position: absolute;
	border-left: 6px solid #422203;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	left: 10px;
	top: 11px;
}


/* bn_m
===============================================================*/
.bn_m {
    width: calc(100% - 10px);
    height: 0;
    padding-top: 98%;
    background: url(../images/top/bn1.jpg) no-repeat 0 0;
    background-size: contain;
    border: none;
    position: relative;
    margin: 6px 5px 12px 5px;
}

.bn_m2 {
    width: calc(100% - 10px);
    height: 0;
    padding-top: 102.58%;
    background: url(../images/top/bn2.jpg) no-repeat 0 0;
    background-size: contain;
    border: none;
    position: relative;
    margin: 0px 5px 30px 5px;
}


.bn_m h2,.bn_m p{position: absolute;}

.bn_m h2 {
	color: #923a51;
	font-size: 7vw;
	font-family: serif;
	top: 16%;
	right: 15px;
	border: none;
	line-height: 1.2;
	font-weight: 400;
    text-shadow: 0 0 30px #daa0a3;
}

.bn_m p.t{
	top: 47%;
    left: 15px;
    color: #523821;
    /* line-height: 2;
    font-size: 3vw; */
    font-size: 14px;
    line-height: 1.6;
    width: calc(100% - 30px);
}

@media screen and (max-width:370px) { 
   .bn_m p.t{top: 44%}
}

@media screen and (max-width:320px) { 
    .bn_m p.t{top: 41%}
 }

.bn_m p.t span{
	font-weight: 700;
	background: linear-gradient(transparent 50%, #fce3d8 50%);
	letter-spacing: 0.05em;
}

.bn_m p.btn{
	color: #523821;
    bottom: 7%;
    right: calc(5% + 15px);
    font-size: 3.6vw;
}

.bn_m2 h2 {
	color: #593600;
    font-size: 6vw;
    font-family: serif;
    top: 3.5%;
    left: 12%;
    border: none;
    line-height: 1.2;
    font-weight: 400;
    text-shadow: none;
}

.bn_m2 h2 span{
	font-size: 5.2vw;
    letter-spacing: -0.2em;
    margin-bottom: 1.3vw;
    display: block;
}

.bn_m2 p.sub{
    display: none;
}

.bn_m2 p.t{
	top: 24%;
    left: 15px;
    color: #523821;
    /* line-height: 2;
    font-size: 3.1vw; */
    width: calc(100% - 30px);
    font-size: 14px;
    line-height: 1.6;
}

@media screen and (max-width:370px) { 
    .bn_m2 p.t{top: 22%}
 }
 
.bn_m2 p.t span{
	font-weight: 700;
	text-decoration: underline;
	letter-spacing: 0.05em;
	background: none;
}

.bn_m2 p.btn{
	color: #523821;
    bottom: 6%;
    right: calc(5% + 15px);
	font-size: 3.6vw;
}

/* nav_box
===============================================================*/
.nav_box {
    background: #f1eeec;
    padding: 10px;
}
.nav_box h2 { padding-left: 10px;}
.nav_box.nav2 { padding-top: 0;}
.nav_box .box-inner {
	padding: 10px 10px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
}
.nav_box .list {
	padding: 10px 0 0 8px;
    box-sizing: border-box;
}
.nav_box .box-inner dl {
	display: flex;
	margin-bottom: 5px;
}
.nav_box .box-inner dl dt {
	font-size: 18px;
	color: #462709;
	font-family: serif;
	position: relative;
	top: -3px;
	margin-right: 4px;
	line-height: 1.3;
}
.nav_box .box-inner dl dd {
	color: #462709;
	line-height: 1.3;
}
.nav_box .box-inner dl dd span {
	color: #e24747;
}

.nav_box .box-inner ul {
    display: flex;
    justify-content: flex-end;
}
.nav_box .box-inner ul .more { margin-left: 10px;}
.nav_box .box-inner ul .more a {
	text-decoration: underline;
	color: #422203;
}

.nav_box h2.qa span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../images/common/icon-q.png)no-repeat 0 / contain;
	margin-right: 3px;
    position: relative;
    top: 3px;
}

.nav_box .box-inner2 {
    padding: 10px 10px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
}

.nav_box .box-inner2 h2 { padding-left: 5px;}
.nav_box .box-inner2 ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
}
.nav_box .box-inner2 ul li::before {
    content: '';
    border-left: 6px solid #422203;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
}
.nav_box .box-inner2 ul li a { text-decoration: underline;}
.nav_box .box-inner2 .more {
	padding-top: 0;
}


/* review
===============================================================*/
.review {
	padding:0 0 17px 0;
	position:relative;
}

.review p.r_count {
    color: #422203;
    position: absolute;
	top: 5px;
    right: 20px;
    font-size: 12px;
}
.review p.r_count a {
	font-family: 'Arial',YuGothic,'Yu Gothic', sans-serif;
	color:#d52b33;
    font-size: 16px;
    font-weight: bold;
	text-decoration:underline;
}


.review .box {
    padding: 15px 20px;
    border-bottom: #d2c2b0 1px dotted;
    position: relative;
}

.review .box p.comment {
    clear: both;
    overflow: hidden;
    width: 100%;
    line-height: 20px;
}
.review .box p.comment a {
/*    display: inline-block;
    float: right; */
    color: #004f9f;
    text-decoration: underline;
}

.review .box p.name {
    padding-right: 120px;
    padding-top: 15px;
    color: #454545;
    font-size: 12px;
}
.review .box p.name a {
    color: #454545;
	text-decoration:underline;
}

.review .box p.day {
    letter-spacing: -0.05em;
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #7c7c7c;
    font-size: 12px;
}
.review .box p.day a {
    color: #7c7c7c;
}


.review .box .reviewitem {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}
.review .box .reviewitem p.ph {
	display:table-cell;
	vertical-align:top;
	width:60px;
}
.review .box .reviewitem p.ph img {
	width:100%;
	height:auto;
}

.review .box .reviewitem .txt {
    display: table-cell;
    vertical-align: middle;
	padding-left: 6px;
}
.review .box .reviewitem .txt h3 {
    line-height: 18px;
	margin-bottom:5px;
}
.review .box .reviewitem .txt h3 a {
    color:#004f9f;
    font-weight: 400;
}
.review .box .reviewitem .txt p.rank {
	font-weight:bold;
    padding-left:86px;
	line-height:18px;
/*    width: 420px;*/
}
.review .box .reviewitem .txt p.rank a {
	color:#262626;
    text-decoration:underline;
    font-weight: 400;
}


.review .box .reviewitem .txt p.rank1 {
	background:url(../../images/common/star.png) no-repeat 0 2px;
    background-size: 5512px 14px;
}

.review .box .reviewitem .txt p.rank15 {
	background:url(../../images/common/star.png) no-repeat -612px 2px;
    background-size: 5512px 14px;
}

.review .box .reviewitem .txt p.rank2 {
	background:url(../../images/common/star.png) no-repeat -1225px 2px;
    background-size: 5512px 14px;
}

.review .box .reviewitem .txt p.rank25 {
	background:url(../../images/common/star.png) no-repeat -1837px 2px;
    background-size: 5512px 14px;
}

.review .box .reviewitem .txt p.rank3 {
	background:url(../../images/common/star.png) no-repeat -2450px 2px;
    background-size: 5512px 14px;
}

.review .box .reviewitem .txt p.rank35 {
	background:url(../../images/common/star.png) no-repeat -3062px 2px;
    background-size: 5512px 14px;
}

.review .box .reviewitem .txt p.rank4 {
	background:url(../../images/common/star.png) no-repeat -3674px 2px;
    background-size: 5512px 14px;
}

.review .box .reviewitem .txt p.rank45 {
	background:url(../../images/common/star.png) no-repeat -4286px 2px;
    background-size: 5512px 14px;
}

.review .box .reviewitem .txt p.rank5 {
	background:url(../../images/common/star.png) no-repeat -4898px 2px;
    background-size: 5512px 14px;
}




/* news
===============================================================*/
.news {
    margin:0 0 30px 0;
    position: relative;
}

.news p.view_more{
	position: absolute;
	right: 25px;
	top: 7px;
	text-decoration: underline;
}

.news p.view_more a{
	color: #7d6a56;
}

.news dl {
	padding:8px 35px 8px 20px;
    border-bottom: #d2c2b0 1px dotted;
	background:url(../images/common/ar02.png) no-repeat right 20px center;
	background-size:7px 11px;
}
.news dl dt {
    font-size: 12px;
    color: #8e6030;
}

/* 2019.03 ADD
===============================================================*/


.rec .bg .box p.titletag {
    color: #e15866;
    display: block;
    text-align: center;
    padding: 0;
    font-size: 10px;
    line-height: 12px;
    width: 70px;
	border-radius: 2px;
    vertical-align: middle;
	font-family: 'Arial',YuGothic,'Yu Gothic', sans-serif;
    font-weight: bold;
	border:#efe0e2 1px solid;
    position: absolute;
    left: 10px;
    top: 90px;
}
.rec .bg .box p.titletag.t_men {
    color: #1d69bf;
	border:#dee7f0 1px solid;
}

.rec .bg .box .con p.price span.tag {
    color: #ffffff;
    display: inline-block;
    background: #c10000;
    text-align: center;
    padding: 1px 0;
    font-size: 10px;
    line-height: 12px;
    width: 34px;
    border-radius: 2px;
    margin-left: 1em;
    vertical-align: middle;
	font-family: 'Arial',YuGothic,'Yu Gothic', sans-serif;
    font-weight: bold;
}



/* new-topic
===============================================================*/
.new-topic { margin: 3px 0px 25px;}
.new-topic .love-wrapper {
    display: flex;
    padding: 10px 20px;
    margin: 0 0px;
    border-bottom: #b8b8b8 1px dotted;
}
.new-topic h2.sectit { 
    margin-bottom: 5px;
    padding-right: 20px;
}
.new-topic .sectit a {
	font-size: 14px;
    float: right;
    text-decoration: underline;
	font-weight: 400;
	color: #7d6a56;
	position: relative;
    bottom: -5px;
}
.new-topic .love-wrapper figure {
    width: 107px;
    margin: 0 10px 0 0;
}
.new-topic .love-wrapper figure img { width: 100%;}
.new-topic .love-wrapper figure a:hover { opacity: .7;}

.new-topic .love-wrapper .topic-right {
    width: calc(100% - 117px);
}

.new-topic .love-wrapper .topic-right .list-tit {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.4;
}

.new-topic .love-wrapper .topic-right .info-area .date {
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 1;
}

.new-topic .more {
    text-align: right;
    text-decoration: underline;
    margin: 10px 0 30px;
}

/* .send-info
===============================================================*/
.send-info {
	background: #f7f7f7;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 20px;
}
.send-info dl dt {
	font-weight: 700;
	margin-bottom: 10px;
}
.send-info figure {
	margin: 15px 0 0;
}
.send-info figure img { width: 100%;}


/* .staff
===============================================================*/
.staff {
	padding: 20px;
	background: #fef9f8;
	margin: 25px 0 30px;
}

.staff figure {
    width: 170px;
	margin: 0 auto;
}
.staff figure img { width: 100%;}

.staff p { margin: 20px 0 30px;}

.staff p a {
	float: right;
	text-decoration: underline;
}


/* 20230427追加
===============================================================*/
.top_link {
	margin: 15px 5px 0;
	background: none;
	padding: 0;
}
.top_link .contact_wrap {
	padding: 7px 10px;
	border: 1px solid #eeeae5;
	border-radius: 3px;
	display: flex;
	justify-content: space-around;
	background: #fff;
	margin-top: 7px;
	align-items: center;
}
.top_link .contact_wrap dl {
	padding-left: 30px;
	background: url(../../images/top/tel.png) no-repeat 0 center / 23px auto;
}
.top_link .contact_wrap dl dt {
	line-height: 1.2;
}
.top_link .contact_wrap dl dt::before {
	content: '電話注文OK！';
	display: block;
	font-size: 8px;
	color: #000;
	text-align: center;
	margin-bottom: -2px;
	line-height: 1;
}
.top_link .contact_wrap dl dt a {
	color: #683d26;
	font-size: 18px;
	text-decoration: none;
	font-family: 'Arial';
}
.top_link .contact_wrap dl dd {
	line-height: 1;
	font-size: 8px;
	margin: 0;
}
.top_link .contact_wrap dl dd small {
	line-height: 1;
	font-size: 8px;
}
.top_link .contact_wrap .mail_wrap {
	background: url(../../images/top/mail.png) no-repeat 0 center / 23px auto;
	display: inline-block;
}
.top_link .contact_wrap .mail_wrap a {
	background: #ece8dd;
	border: #ded7c3 solid 1px;
	margin-left: 32px;
	padding: 7px 14px;
	text-align: center;
	line-height: 1.2;
	color: #6e5b4e;
	margin-bottom: 0;
	font-size: 12px;
}

.main_area {
	padding-top: 42.3%;
}

#Main .main_area p.main1 {
	top: 43%;
    left: 52%;
	text-align: center;
	line-height: 1.1;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    color: #a90022;
    font-size: 4.8vw;
	letter-spacing: -.03em;
}

#Main .main_area p.main2 {
    bottom: 10%;
    right: 13%;
    font-size: 3.7vw;
    line-height: 1.2;
	text-align: center;
}
#Main .main_area p.main2 span {
    display: block;
    font-size: 2.5vw;
}

.bn_m {
	margin-top: 15px;
}
.bn_m h2 {
    color: #f29c9f;
    text-shadow: 0 0 10px #f7dadb, 0 0 10px #f7dadb;
	top: 14%;
}
.bn_m p.t  {
	top: 45%;
}
.bn_m p.t span {
    background: linear-gradient(transparent 73%, #fce3d8 73%, #fce3d8 90%, transparent 90%);
}
.bn_m2 {
	padding-top: 107.9%;
	margin-bottom: 0;
}
.bn_m2 h2 {
    color: #593600;
	top: 5.5%;
    left: 19%;
	font-size: 5.5vw;
	text-shadow: none;
}
.bn_m2 h2 strong {
	letter-spacing: -.1em;
	font-weight: 400;
}
.bn_m2 p.sub {
	display: block;
	color: #cea970;
    font-weight: 700;
	font-size: 3.5vw;
    top: 12%;
    left: 25%;
    font-family: serif;
}
.bn_m2 p.t {
    top: 23%;
}
.bn_m2 p.t span {
	background: none;
}
.bn_m2 p.btn {
    bottom: 4.5%;
}

.tab-link {
	border-top: none;
}

.rec {
	border-bottom: none;
}
.rec.rec-last {
	margin: 0;
	padding-bottom: 20px;
}
.rec .bg .box p.ph {
	display: block;
	width: 80%;
	margin-inline: auto;
}
.rec .bg .l_box {
    background: transparent;
}
.rec .bg .box .con {
	padding-left: 0;
	display: block;
	margin-top: 20px;
}

.list-link {
	border-top: none;
}
.list-link .type-list dl dt {
	background: none !important;
}
.list-link .por-list {
	border-top: none;
	padding-top: 0;
}

.about_box {
	background: #fff;
	padding: 30px 0;
	border-bottom: 7px solid #f1eeec;
	position: relative;
}
.about_box h2 {
	padding: 0 20px 3px;
}
.about_box .list {
	padding: 0;
	margin: 10px 20px 0;
}
.about_box .list li {
	color: #462709;
}
.about_box .list li + li {
	margin-top: 5px;
}
.about_box .list li::before {
	content: '';
	position: relative;
	display: inline-block;
	border-left: 6px solid #422203;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	bottom: 3px;
	margin-right: 4px;
}
.about_box .link {
	display: flex;
	column-gap: 10px;
	position: absolute;
	right: 20px;
	top: 39px;
}
.about_box .link li a {
	text-decoration: underline;
	color: #422203;
}

.review {
	margin-top: 20px;
}
.review .box {
	padding-block: 27px;
}
.review .box:last-of-type {
	border-bottom: none;
}
.review .box h3 a {
	color: #004f9f;
    font-weight: 400;
}
.review .box .reviewitem {
	margin-block: 15px 17px;
}
.review .box .reviewitem .txt {
	padding-left: 10px;
}
.review .box .reviewitem p.ph {
	width: 100px;
}
.review .box .reviewitem .txt p.rank {
	padding-left: 0;
	padding-top: 22px;
}
.review .box p.day {
	bottom: 26px;
}


.new-topic {
	border-block: 7px solid #f1eeec;
	padding-block: 20px 15px;
}
.new-topic h2.sectit {
	margin-bottom: 0;
}
.new-topic .love-wrapper {
	padding-block: 20px;
}
.new-topic .love-wrapper:last-of-type {
	border-bottom: none;
}
.new-topic .love-wrapper .topic-right .info-area {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 15px;
}
.new-topic .love-wrapper .topic-right .info-area .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 8px;
}
.new-topic .love-wrapper .topic-right .info-area .tag li {
	font-size: 12px;
	line-height: 1;
}
.new-topic .love-wrapper .topic-right .info-area .date {
	margin-bottom: 0;
}

