@charset "UTF-8";
/* ------------------------
	reset
------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body, html{height:100%;}
img{vertical-align:bottom;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
/* li{list-style-type:none;} */

.w90{
  width:90%!important;
}

.w80{
  width:80%!important;
}

.w70{
  width:70%!important;
}

.w40{
  width:40%!important;
}

.ta-center{
  text-align: center;
}

small {font-size: smaller!important;}
@font-face {
font-family: 'MyFont';
src: url('../fonts/A-OTF-RyuminPro-Regular.otf') , url('../font/A-OTF-RyuminPro-Medium.otf') ;
}
body {
  font-family: MyFont;
  font-size: 16px;
  color: #333;
  line-height:30px;
}
a {
  text-decoration: none;
  color: #41282c;
}
a:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  text-decoration: underline;
  color: #41282c;
}
a:link {
  color: #41282c;
}

a:visited {
  color: #41282c;
}


/* 画像の回り込み */
.alignnone {
padding: 4px;
margin: 0px 15px 0 15px;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
padding: 4px;
}
.alignright {
float: right;
display: inline;
padding: 4px;
margin: 0px 15px 0 15px;
}
.alignleft {
float: left;
display: inline;
padding: 4px;
margin: 0px 15px 0 15px;
}
.clear {
clear: both;
}



p{ margin-bottom:10px;}

input:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

#container .mb50{margin-bottom:50px;}
.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.mb1000{margin-bottom:400px;}
.margin_auto{margin:0 auto;}
.mrl{margin-right:10px;margin-left:10px;}
.text_right {text-align: right; }
.mt50{margin-top:50px;}
.mt80{margin-top:80px;}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: url(../img/common/top_page.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 11px;
	border:1px solid #666;
	text-decoration: none;
	color: #666;
	width: 90px;
	padding: 5px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}
.readmore-button-box a {
   background-color: #cc0000; /* ボタンの色(濃い赤) */
   color: white;              /* ボタンの文字色(白) */
   border-radius: 18px;       /* 角丸の半径 */
   padding: 0.5em 2.5em;;     /* 内側の余白 */
   display: inline-block;     /* ボタン全体をクリック可能に */
   font-weight: bold;         /* ボタンの文字を太字に */
   font-size: 1.25em;         /* ボタンの文字サイズ */
}
.readmore-button-box a:hover {
   background-color: red;     /* ボタンにマウスが乗ったら明るい赤色に変化 */
}
.readmore-area {
   display: none;   /* デフォルトでは非表示にしておく */
}

#fade{
    display:none;
}
#fade2,#fade3,#fade4{
    display:none;
}
.list{
  margin:30px 0px;
  width:100%;
  list-style-type: none;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.list li{
  transition: .8s;
}

.list-mv01{
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}
.list-mv01:last-child,.list-mv07:last-child{
  margin-left:10px;
}
.list-mv01:first-child,.list-mv07:first-child{
  margin-right:10px;
}
.list-mv01 img,.list-mv07 img{
  width:100%;
}
.mv01{
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
.list-mv07{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}


.anim1-2 {
	-webkit-animation: 1.5s forwards anim1-2;
	animation: 1.5s forwards anim1-2;
}
	@-webkit-keyframes anim1-2 {
		0% {
			-webkit-transform: translate(0, -20px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translate(0, 0);
			opacity: 1;
		}
	}
	@keyframes anim1-2 {
		0% {
			transform: translate(0, -20px);
			opacity: 0;
		}
		100% {
			transform: translate(0, 0);
			opacity: 1;
		}
	}



/* ---------------------------------------------------
   Autoplay - Square Type
--------------------------------------------------- */
.autoplayBox_square {
  position:relative;
  margin-top: 60px;
  width: 100%;
  height:220px;
  padding:30px 0 0px;
  background-color:#000000;
  overflow:visible;
}
.photogallery_font{
  width:100%;
  position:absolute;
  top:-20px;
  margin: auto;
  color:#ffffff !important;;
  font-size:34px;
 text-shadow:  -1px -1px 0px #000000,
1px -1px 0px #000000,
1px 1px 0px #000000,
-1px 1px 0px #000000;

}
.photoslider {
  width: 100%;
  height:240px !important;
  overflow:visible;
  background-color:#000000 !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.autoplayBox_square .photoslider li {
	background-color:#000000 !important;
  overflow:visible;
  margin-top:15px !important;
  margin-bottom:0px !important;
}
.autoplayBox_square .photoslider li img {
  display: block;background-color:#000000 !important;
  margin:0 auto;
}
.autoplayBox_square .photoslider li img:hover {
 -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.photoslider2 {
  width: 100%;
  height:240px !important;
  overflow:visible;
  background-color:#000000 !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.autoplayBox_square .photoslider2 li {
	background-color:#000000 !important;
  overflow:visible;
  margin-top:15px !important;
  margin-bottom:0px !important;
}
.autoplayBox_square .photoslider2 li img {
  display: block;background-color:#000000 !important;
  margin:0 auto;
}
/* .autoplayBox_square .photoslider2 li img:hover {
 -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
} */
/*----- ヘッダー ------*/
div#headerWrap {
  position: relative;
}
div#headerWrap div#head{
  clear: both;
  width: 940px;
  height:110px;
  margin: 0 auto;
}
div#headerWrap div#gNavi{
  clear: both;
  width:  1100px;
  margin:0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
div#headerWrap div#head h1{
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
}
.tel_number{
  font-size: 30px;
  font-weight:bold;
}
.viewcartPc{
  display:block;
}

/*----- スライダー ------*/
div#mainSliderWrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 420px;
  clear:both;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}




/* div#mainSliderWrap div#mainSlider img {
  display: block;
  float: left;
} */
div#mainSliderWrap div#mainSlider .slider_img {
  display: inline-block;
  float: left;
}
div#mainSliderWrap div#prevBox, div#mainSliderWrap div#nextBox {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
}
div#mainSliderWrap div#prevBox {
  left: -660px;
}
div#mainSliderWrap div#nextBox {
  right: -660px;
}
div#mainSliderWrap #prev, div#mainSliderWrap #next {
  display: block;
  position: absolute;
  top: 40%;
  width: 50%;
  height: 40px;
}
div#mainSliderWrap #prev {
  left: -500px;
  background: url(../img/common/slider_btnL.png) right no-repeat;
}
div#mainSliderWrap #next {
  right: -500px;
  background: url(../img/common/slider_btnR.png) left no-repeat;
}
div#mainSliderWrap #pager {
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -55px;
}
div#mainSliderWrap #pager a {
  overflow: hidden;
  float: left;
  height: 16px;
  width: 16px;
  margin-left: 8px;
  background: url(../img/common/bullets.png) top right no-repeat;
  cursor: pointer;
  text-indent: -9999px;
}
div#mainSliderWrap #pager a.selected {
  background-position: left;
}

/*------- フッター ----------*/
div#footer_box{
  width:100%;
  background:#910206;
  color:#FFFFFF;
  line-height:20px;
}
div#footerWrap {
  overflow:hidden;
  font-size:13px;
  width: 950px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
div#footerWrap div#footer_logo {
  overflow: hidden;
  width:365px;
  margin-top:20px;
  font-size:12px;
}
div#footerWrap div#footer_link {
  overflow: hidden;
  margin-top:20px;
  width:584px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#footer_leftbox ul {
  width: 195px;

}
#footer_rightbox{
  width:100%;
}
#footer_rightbox ul {
  float: left;
  width: 170px;
  border-left: 2px #FFFFFF dotted;
  padding-left:20px;
}
#footer_rightbox ul:last-child {
  margin-right: 0px;
}
div#footerWrap div#footer_link ul li {
  font-size:14px;
  list-style-type: disc;
  margin-left: 18px;
}
div#footerWrap div#footer_link ul li a{
  color:#FFFFFF;
}
.right_dotted{
  border-left: 2px #FFFFFF dotted;
  padding-left:20px;
}
#footer_leftbox p,#footer_rightbox p{
  color: #c3ab6b;
  font-size:17px;
  font-weight:bold;
}
div#footerCopyWrap {
  height: 40px;
  background-color: #4f0000;
}
div#footerCopyWrap p {
  text-align: center;
  color:#fff;
  line-height:40px;
  margin:0;
}
div#footerCopyWrap div#footerCopy {
  width: 940px;
  font-size:12px;
  margin: 0 auto;
}

/*----- グローバルナビ------ */
#gNavi{background-color:#FFFFFF;}
ul#gnav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  margin:auto;/* border:1px solid red; */
}
#gnav li{
  width:157px;
  height:70px;
  position: relative;
  border-right:1px solid #910206;
}
#gnav ul.child{
   display: none;
   position: absolute;
   margin-top:7px;
   padding: 0;z-index:100;
  background: #ffffff;
}
#gnav ul.child li{
  height:40px;
  border-right:none;
}
#gnav ul.child li a{
  padding: 5px 10px;
  display: block;
  font-size:14px;
  color: #000000;
}
#gnav ul.child li a:hover{
  background: #e4e4e4;
}

.hover_border{
  display:block;
  position: absolute;
  width:157px;
  height:5px;
  bottom: -1px;
}
#gnav li:hover .hover_border{
  background:#910206;
}
#gnav li a{
  display:block;
  font-size:18px;
  text-decoration:none;
}
#gnav li:last-child{
  border-right:none;
}
#gnav span{
  font-size: 12px;
}
/*----- スライダー -----*/
div.pager {
  position: relative;
  overflow: hidden;
  clear:both;
}
div.pager ul {
  position: relative;
  float: left;
  left: 50%;
  margin: 10px 0 50px;
}
div.pager ul li {
  position: relative;
  left: -50%;
  float: left;
  margin-right: 5px;
  background-color: #F3F2F0;
  border: 1px solid #D7D3CB;
}
div.pager ul li a {
  display: block;
  padding: 10px;
}
div.pager ul li a:hover {
  background-color: #725F63;
  color: #fff;
}
div.pager ul li.current {
  background-color: #725F63;
}
div.pager ul li.current a {
  color: #fff;
}
.center{
  text-align:center;
}
.blog_h1{

}
.event_information{
	overflow:scroll;
	height:420px;
}
/*---- TOPコンテンツ------ */
.sp_br{
  display:block;
}
div#headings {
  padding:0px 0;
  width: 940px;
  margin:80px auto 10px;
}
div#container {
  overflow: hidden;
  width: 940px;
  margin: 0 auto;
  padding:0 0 0 0;
}
.wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
}
.recomend_wrapper{
   display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
.flex_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  justify-content:space-between;

}
.grow{
	width:40%;
}
.grow_img{
	width:166px;
}
br.sp_br{
	display:block;
}
div#banner_box {
  max-width: 940px;
  margin: 60px auto;
  padding:0 0 0 0;
}
div#banner_box2 {
  max-width: 940px;
  margin: 30px auto;
  padding:0 0 0 0;
}
.banner_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.element_left{
  margin-right:10px;
}
.element_right{
  margin-left:10px;
}
.charm_img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.charm_img_box{
  width:222px;
  margin-right:20px;
}
.charm_img_box:last-child{
  margin-right:0px;
}


#movie{
  width:400px;
  text-align:center;
  margin:20px auto 90px;
}
.video{

width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;

}
.video iframe{
 position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#event a{
  text-decoration:underline;
  background: url(../img/common/arrow_01.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 11px;
  padding:0 0 0 15px;
  margin:0 0 0px 0;
  font-size: 18px;
  color: #000000;
}
#contents a{
  font-size: 18px;
}
div#contents {
 /*  float: left;
  width: 60%;
  height: 150px;
  min-height: 150px;
  height:auto; */
 /*  margin: 30px 20px 0 0; */
  padding:0;
}
/* #facebook{
  width: 318px;
  height: 455px;
  margin-left: auto;
  margin-right: auto;
  margin-top:50px;
} */
.top-event-wrap{
	margin-top:40px;
	display: flex;
	justify-content: space-between;
}
.saiji-box{
	width:60%;
}
.cal_wrapper {
max-width: 100%; /* 最大幅 */
min-width: 300px; /* 最小幅 */
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%; /* 縦横比 */
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/* 画面幅が768px以上の場合の縦横比の指定 */
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}

.insta-box,#facebook{
	width:100%;
}
/* #facebook{
	width:300px;
} */
.insta-box h3{
	background-color:#404a59;
	color:#ffffff;
	line-height:30px;
}
div#event {
  width: 100%;
  margin: 20px 0px 0 0;
  padding:0;
}
div#event h2 ,div#contents h2{
  padding:14px 0 0 10px;
  font-size: 24px;
  min-height:40px;
  border-bottom: 2px solid #8f0b0a;
}
div#event dl,div#contents dl  {
  overflow: auto;
  min-height:200px;

  height:200px;
  height:auto !important;
}
div#contents dl dt,div#event dl dt {
  float: left;
  clear: left;
  margin-top: 10px;
  padding-bottom: 10px;
}
div#contents dl dd,div#event dl dd {
  min-height: 40px;
  margin-top: 15px;
  padding: 0 0px 0px 0px;
  padding-bottom:10px;
  text-align: left;
  border-bottom: 2px dotted #c0c0c0;
}
div#event dl dd span.date {
  font-size: 16px;
  margin: 0 0 0px;
}
div#contents dl dd p.date{
  font-size: 14px;
  margin: 0 0 0px;
}
div#contents dl dd p.title,div#event dl dd span.title {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 0px;
}
.catch{
	font-size: 34px;
	line-height: 40px;
	font-weight:bold;
}
.in{display:none;}
.in2{display:none;}
/* ちょいのみセット */
#choinomi{
	width:1100px;
	margin:0 auto;
}
#choinomi h4{
	background-color: #c81400;
	font-size: 24px;
	line-height:45px;
	text-align:center;
	color:#ffffff;
	margin-bottom:30px;
}
.choinomi-flex-text_price{
	color: #cf1701;
	display: flex;
	font-size: 84px;
	margin-top:20px;
}
.price-red{
	margin-top:40px;
	margin-left:30px;
}
.choinomi-flex{
	display: flex;
}
.choinomi-box{
	border: 1px solid #c81400;
}
#choinomi section{
	margin-bottom:50px;
}
.choinomi-box .choinomi-box-title{
	background-color: #c81400;
	font-size:32px;
	line-height:50px;
	color:#ffffff;
}
.choinomi-box .choinomi-box-p{
	margin:20px;
}
.choinomi-details-wrap{
	display: flex;
	margin-top:40px;
}
.choinomi-details-wrap2{
	display: flex;
	margin-top:40px;
}
.choinomi-details-wrap_img{
	width:38%;
}
.choinomi-details-wrap_text{
	width:62%;
	padding-right:50px;
}
.choinomi-flex-img{
	width:50%;
}
.choinomi-flex-text{
	width:50%;
	padding-left:30px;
}
#choinomi h3{
	font-size: 24px;
	border-bottom:1px solid #000000;
	padding-bottom:15px;
	margin-bottom:10px;
}
.choinomi-details-wrap_text h5{
	border-bottom:1px solid #000000;
	padding-bottom:15px;
	font-size: 24px;
	margin-bottom:20px;
}
.choinomi-details-wrap_text h5 span{
	font-size:18px;
}
.choinomi-red-text{
	color: #c81400;
	font-size: 36px;
	font-weight:700;
	line-height:45px;
	margin-bottom:30px;
}
.choinomi-black-box{
	position:relative;
	width:783px;
	margin:0 auto;
}
.choinomi-black-box_img{
	width:100%;
}
.chinomi-cart{
	width:215px;
	margin:50px auto;

}
.choinomi-black-box form{
	position:absolute;
	bottom:30px;
	left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.choinomi-details-wrap_left{
	width:53%;
}
.choinomi-details-wrap_right{
	width:47%;
	padding-left:60px;
}
.choinomi-details-wrap_right img{
	margin-bottom:40px;
}
/* お試しセット */
#trial{
	width:98%;
	margin:0 auto;
}
.trial_wrap{
  width:1120px;
  margin:0 auto 50px;
}
.trial_btn_wrap{
	display: flex;
	justify-content:center;
	margin:40px;
}
.trial_btn_wrap_contents{
	margin:0 10px;
	width:40%;
}
.trial_btn_wrap_contents img{
	width:100%;

}
.traial_txt{
	border-top:1px solid #c81400;
	border-bottom:1px solid #c81400;
	padding:20px 0px;
	margin:30px 40px;;
}
.traial_txt2{
	border-top:1px solid #c81400;
	border-bottom:1px solid #c81400;
	padding:20px 0px;
	margin:30px 0px;
}
.blog-title-h1{
	font-size:24px;
	margin-top:50px;
	margin-bottom:60px;
}
.blog_box{
	margin-bottom:80px;
}
#single_blog h3{
	background-color:#c81400;
	color:#ffffff;
	padding:0 8px;
}
.pc-br{
	display:block;
}
.trial_wrap_left{
  width:45%;
  margin-right:30px;
}
.trial_wrap_right{
  width:53%;
}
.trial_wrap_left img,.trial_wrap_right img{
  width:100%;
}
.otamesi_box{
	width:95%;
	margin:0 auto;
	border:2px dashed #000000;
	padding:10px;
}
.otamesi_box_img{
  width:100%;
}
.otamesi_box_img img{
  width:100%;
}
.otamesi_box p{
  font-size:28px;
  color:#cf1701;
  font-weight:bold;
  text-align:center;
  margin-bottom:20px;
}
.traial_price_box{
  width:100%;
}
.traial_price_img{
  width:100%;
}
.traial_price_img img{
  width:100%;
}
.traial_price_details span{
  font-size:55px;
  color:#cf1701;
  font-weight:bold;
}
.trial_product{
  width:40%;
}
.trial_product_text{
 width:60%;
 padding-left:40px;
}
.trial_product2{
  width:40%;
}
.trial_product_text2{
 width:60%;
 padding-right:40px;
}
.trial_product_text h3,.trial_product_text2 h3{
  font-size:33px;
  font-weight:bold;
  margin-bottom:10px;
}
/* .traial_price_box{
  position:relative;
} */
.traial_price{
   position:relative;
   width:30%;
}
.traial_price .traial_price_details{
  width:100%;
  position: absolute;
  bottom: 0;
}
#trial h4{
	font-size:20px;
}
.trial_voice_box{
	border:1px solid #000000;
	padding:20px;
	margin-top:20px;
}
.trial_voice_box div{
	text-align:right;
}
.trial_voice_box:last-child{
	margin-bottom:50px;
}
/* お得なセレクトセット */
#select_wrap{
	margin-bottom:100px;
}
.select_box{
	border-bottom:1px solid #c0c0c0;
	margin-top:40px;
}
.select_box:last-child{
	border-bottom:none;
}
.select_set_img{
	width:41%;
}
.select_set_img img{
	width:100%;
	height:auto;
}
.select_set_contents{
	width:59%;
	padding-left:50px;
}
.select_set_contents h2{
	font-size: 30px;
	padding-bottom:20px;
	border-bottom:1px solid #000000;
	margin-bottom:20px;
}
.select_set_btn{
	width: 400px;
	background-color: #8f0b0a;
	margin:30px auto 40px;
}
.select_set_btn a{
	width: 400px;
	color:#ffffff;
	display:block;
	line-height:56px;
	font-size: 24px;

}
.select_set_btn :hover{
	opacity:0.8;
	background-color: #bb0f0f;
}
/*--- 商品のご紹介 ----*/
.lineup_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product_footer_link,.product_footer_link2{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
 /*  justify-content:center; */
  margin-bottom:10px;
}
.lineup_wrap{
  margin-bottom:60px;
}
.lineup{
  text-align:center;
  margin-bottom:30px;
}
.product_footer_link li{
  border-right:1px solid #000000;
  width:120px;
  text-align:center;
}
.product_footer_link2 li{
  border-right:1px solid #000000;
  width:140px;
  text-align:center;
}
.product_footer_link li a,.product_footer_link2 li a{
  display:block;
}

.product_footer_link2 li:last-child{
  /* border:1px solid #000000;
  padding:0 28px; */
  border-right:none;
}
.introduction_catch{
  margin:0px auto 30px;
  line-height:40px;
  font-size:24px;
}
.introduction_h1{
  font-size:33px;
  font-weight:bold;
  margin-top:50px;
  margin-bottom:60px;
}
.introduction_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width:100%;
}
.introduction_wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-right:1px solid #d9d9d9;
  width:50%;
  padding:0 10px 10px 0;
}
.introduction_wrap:last-child{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-right:none;
  width:50%;
  padding:0 0px 10px 10px;
}
.introduction_wrap_img{
  width:40%;
  margin-right:10px;
}
.introduction_wrap_img2{
  width:20%;
  margin-right:10px;
}
.introduction_wrap_txt{
  width:60%;
  margin-right:10px;
}
.introduction_wrap_txt2{
 width:80%;
 margin-right:10px;
}
/*--- 商品 ---*/
.product_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-between;
}
.product_wrapper2{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-between;
  background-color:#e6e1de;
  width:1200px;
  margin:0 auto 60px;
}
#product{
  margin:0 5px 100px;
}
.pr_notice{
  color:#8f0b09;
  margin-top:10px;
}
.pr_notice2{
 text-align:right;
 margin-right:40px;
}
.product_link{
  margin:40px 50px;
  width:550px;
}
.product_link li{
  list-style-type: disc;
  margin-left:20px;
  font-size:20px;
}
.product_link2{
  margin:40px 0px 60px;
  padding-left:60px;
  /* border-left:2px dotted #a5a19f; */
  width:44%;
}
.product_link3{
  margin:40px 0px 60px;
  padding-left:50px;
  border-left:2px dotted #a5a19f;
  width:28%;
}
.product_link2 li,.product_link3 li{
  list-style-type: disc;
  margin-left:20px;
  font-size:17px;
}
.product_link2 li a,.product_link3 li a{
  line-height:40px;
}
.product_title_h2{
  width:100%;
  text-align:left;
  line-height:40px;
  margin-bottom:20px;
  border-bottom:1px solid #000000;
}
.product_red_title{
  width:100%;
  text-align:left;
  line-height:40px;
  margin-bottom:20px;
  border-bottom:1px solid #000000;
  /* padding-left:10px; */
}
.material_name{
  width:80px;
  white-space: nowrap;

}
.product_wrapper h2{
  font-size:23px;
}
.product_wrapper h2 span{
  font-size:17px;
}
.product_red_title h2 a{
  display:block;
  font-size:22px;
  text-decoration: none!important;
}
.product_red_title h2 a:hover {
  opacity: 0.5!important;
  -ms-filter: "alpha(opacity=80)"!important;
  text-decoration: underline;
  color: #787878!important;
}
.product_title{
  border-top:2px dotted #bababa;
  padding:20px 0px;
}
.product_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin:0 auto;
  padding:20px 0px;
  width:100%;
}
/* .product_wrapper:last-child{
  margin:0 auto 90px;
} */
.product_wrapper_img{
  width:25%;
  margin-right:20px;
}
.product_wrapper_txt{
  width:72%;
}
.p_data_wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: stretch; /* Safari */
  align-items: stretch;
  align-items: flex-end;

}
.p_data{
  border:1px solid #bababa;
  margin-right:20px;
  font-size:15px;
  line-height:20px;
  padding:20px;
  width:50%;
}
.price{
  font-size:35px;
  font-weight:bold;
}
/* レシピ集 */
.recipe_head{
	margin:10px auto 60px;
	width:100%;
	text-align:center;
}
.font_bold p{
  font-weight:bold;
 /*  font-size:18px; */
}
.recipe_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap:wrap;
   justify-content:space-between;

  width:100%;
  margin:0 0 80px 0;
}
.thumb{
widh:100%;
}
.thumb img{
  width:100%;
  height:auto;
}
.recipe_box1{
  width:47%;
  padding:0 10px;
  margin-bottom:40px;
  /* margin:20px; */
}
.recipe_wrap_thumb{
  widh:30%;
}
.recipe_wrap_title{
  widh:100%;
  height:70px;
  font-size:20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap:wrap;
}
.thumbnail_img {
  width:15%;
}
.thumbnail_img2 {
  width:100%;
}
.archive_report_img{
	width:40%;
}
.archive_blog_img{
	width:30%;
}
.blog_wrap{
	display: flex;
}
.blog_wrap .blog_wrap_contents{
	width:70%;
	padding-right:30px;
}

.blog_wrap .blog_side{
	width:30%;
}
.blog_side h4{
	background-color:#cc0000;
	color:#ffffff;
	padding-left:8px;
}
.btn-blackPage{
	margin-bottom:80px;
}
.btn-blackPage a:hover{color:#000;background-color:#fff; text-decoration:none;}
.btn-blackPage a {color: #fff;
    background-color: #cc0000;
    border: #cc0000 solid 1px;
    padding: 3px 5px;
    font-size: 100%;}
.thumbnail_img img,.thumbnail_img2 img,.archive_report_img img,.archive_blog_img img{
  width:100%;
  height:auto;
/* max-width:100%;
max-height:100%; */
}
.title_link{
  width:85%;
}
/* .recipe_wrap_title img{
 width:15%;
width:auto;
height:auto;
max-width:100%;
max-height:100%;
} */
.recipe_btn{
  background-color:#a9a9a9;
  width:18%;
  text-align:center;
  line-height:40px;
  margin-top:20px;
  margin-bottom:80px;
  margin-left:auto;
  color:#ffffff;

}
/*----- 100年の歴史 -----*/
.about_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin:0 50px 40px;
  text-align:justify;
  text-justify: inter-ideograph;
}
.about_wrapper:last-child{
  margin-bottom:150px;
}
.about_wrapper2{
  margin:0 50px 30px;
}
div#about_wrap {
  padding:50px 0;
  width: 900px;
  font-size:18px;
  margin:0 auto 10px;
  border:1px solid #ffffff;
}
.top_img_wrapper{
  width:1200px;
  margin:0 auto 60px;
}
.top_img_wrapper_report{
	 width:1200px;
  margin:0 auto 60px;
  position:relative;

}
.report-top-box{
	margin-top:30px;
}
.special_report img{
	position:absolute;
	top:80%;
	left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);

	width:48%;
}
.special_report a:hover img {
opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}
.top_img_wrapper2{
  width:1200px;
  margin:0 auto;
}
.about_leftBox{
  width:62%;
  padding:0 0px 0 0px;
}
.about_rightBox{
  width:62%;
  padding:0 0 0 0px;
}
h2.about_h2{
  font-size:24px;
  margin-bottom:20px;
}
.about_img{
  width:38%;
  padding:0 5px 0 40px;
  text-align:right;
}
.about_img_l{
  padding-right:40px;
  width:38%;
}
hr.hr_black{
  background-color:#000000;
  border: none;
  color:#000000;
}
.about_catch{
  margin:90px auto 30px;
  font-size: 32px;
  font-weight:bold;
}
.about_moveie{
  margin-top:60px;
}
.abou_movie_box{
  margin:0 60px;
}
/*---- お中元特集 ----*/
.gift_btn{
	width:31%;
	border:1px solid #6c6c6c;
	padding:0;
	text-align:center;
}
.gift_btn i{
	color:#000000;
	font-size:20px;
	/* text-align:center; */
	line-height:44px;
	margin-left:15px;

}
.gift_btn a{
	color:#000000;
	font-size:20px;
	text-align:center;
	line-height:44px;
	display:block;
	width:100%;
	font-weight:bold;
}
#teiban{
  margin-bottom:100px;
}
.teiban_img{
  margin:50px; 0;
}
.gift_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width:100%;
  /* margin:0 50px 40px;
  text-align:justify; */
  text-justify: space-around;
}
.div_gift_h2 h4{
  width:100%;
  text-align:center;
  line-height:50px;
  margin-bottom:20px;
  /* border-bottom:1px solid #000000; */
  font-size:28px;
}
.div_gift_h2 h4 span{
  font-size:17px;
}
h2.gift_h2{
  width:100%;
  text-align:center;
  line-height:50px;
  margin-bottom:20px;
  border-bottom:1px solid #000000;
  font-size:28px;
}
/* h2.gift_h2 h2{
  font-size:30px;
} */
.gift_h2 h2 span{
  font-size:17px;
}

.gift_left{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width:48%;
  border-right:1px solid #d9d9d9;
}
.gift_right{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left:20px;
  width:48%;
}
.gift_left:last-child{
  border-right:none;
}
.gift_back_glay{
  background-color:#f1f1f1;
  padding:30px 0;
}
.gift_back_glay h3{
  font-size:33px;
  text-align:center;
}
.gift_img_h1{
  width:70%;
  margin:20px auto;
}
.gift_img{
  width:30%;
  margin-right:20px;
}
.gift_text{
  width:70%;
}
.gift_text h3{
font-size: 20px;
font-weight: 700;
}
.align_right{
  width:75%;
  margin:20px 0 80px auto;
}
.due_date{
  width:30%;
  border:1px solid #000000;
  padding:5px 5px;
  text-align:center;
}
.gift_price{
  width:40%;
  font-size: 45px;
  text-align:center;
}
.gift_price span{
  font-size:20px;
}
.gift_cart{
  width:30%;
}
.gift_caution{
  color:#8f0b09;
  margin-top:10px;
}
/*-------- 会社概要 -----------*/
.info_top{
  margin-top:50px;
  margin-bottom:50px;
}
.info_top img {
  width:60%;
  margin-bottom:20px;
}
.info_top p{line-height:25px;}
#inf_table{
  margin-top:50px;
  margin-bottom:150px;
}
#inf_table table{
  width:100%;
  margin:15px auto;
  border-collapse: separate;
  border-spacing: 30px 0;
}
#inf_table table th {
  padding:20px 40px;
  border-style:none;
  background:#f1f1f1;
  width:28%;
  text-align:left;
}
#inf_table table td{
  padding:20px 0;
  border-bottom:1px solid #e5e5e5;
}
#inf_table .td_last{
  border-bottom:none;
}
#inf_table a{
  color:#0000ff;
}
.ggmap {
  width: 100%;
  margin-top:50px;
  overflow: hidden;
}
.ggmap iframe,.ggmap object,.ggmap embed {
  width: 95%;
  margin:0 auto;
}
/*------- 商品について --------*/
.pr_box{
  width:95%;
  margin:15px auto 80px;
}
.pr_box .ul1{
  padding:20px 15px 5px 15px;
}
.pr_box .ul1 li{
  text-align:justify;
  text-justify: inter-ideograph;
  margin-left:20px;
  margin-bottom:30px;
  margin-top:50px;
  text-indent: -1em;
  margin-left: 1em;
}
.pr_box .ul2{
  padding:0 15px 20px 15px;
}
.pr_box .ul2 li{
  text-align:justify;
  text-justify: inter-ideograph;
  font-size:15px;
  line-height:18px;
  margin-left:20px;
  margin-bottom:10px;
  text-indent: -1em;
  margin-left: 1em;
}
/*------- プライバシーポリシー -------*/
#gu_policy_box{
  width:85%;
  margin:30px auto 100px;
}
#gu_policy_box dt{
  font-weight:bold;
  font-size:20px;
  padding:20px 0px;
  border-bottom:1px solid #cccccc;
}
#gu_policy_box dd{
  padding:20px 0px;
  width:100%;
}
/*---------- サイトマップ -------------*/
.sitemap_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
}
.pageitem_wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
}
.sitemap_title{
  width:200px;
  margin:10px 0 10px 20px;
  padding:0;
}
.sitemap_title2{
  width:300px;
  margin:10px 0 10px 0px;
  padding:0;
}
.sitemap_title a,.gn_pages a{
  background: url(../img/common/arrow_01.gif);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 11px;
  padding:0 0 0 15px;
}
.pagebox{
  width:90%;
  margin:50px auto 80px;
}
.pagebox ul.pageitem{
  width:220px;
  margin:10px 0 5px 0;
}
.pagebox a{
  color:#333;
  text-decoration:none;
}
.pagebox a:hover{
  text-decoration: underline;
}
.pagebox ul.gn_pages, .pagebox ul.gm_pages{
  width:220px;
  margin:15px 0 10px 15px;
}
.pagebox ul.gn_pages{
  width:260px;
}

/*-------- シーズンのおすすめと定番商品 -------*/
/* .border_bottom{
  border-bottom:1px solid #bababa;
} */
#seas{
  margin-bottom:100px;
}
.season_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-right:5px;
  margin-left:5px;
  /* padding:20px; */
 justify-content:space-between;
}
.season_btn{
  width:48%;cursor:pointer;
}
.season_btn:hover{
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}
.recommend_catch_2{
  font-size:24px;
  margin:60px auto 60px;
  line-height:40px;
}
.season_btn_text{
  margin-right:20px;
}
.season_btn_img{
  width:100%;
}
.season_btn span{
  font-size:25px;
  font-weight:bold;
}
.season_box{
  margin:20px 0;
  padding:0 30px;
  width:93.3%;
  border-left:1px solid #bababa;
  border-right:1px solid #bababa;
  border-bottom:1px solid #bababa;
}
.recommend_h3{
  font-size:21px;
  border-bottom:1px solid #000000;
  margin-bottom:10px;
}
.recommend_h3 h3{
  margin-bottom:5px;
}
.recommend_title{
  font-size:19px;
  font-weight;bold;
}
.season_medal{
  width:11%;
}
.season_img{
  margin-top:30px;
  margin-right:30px;
  width:21%;
}
.season_text{
  margin-top:30px;
  width:64%;
}
.details_wrapper{
  margin-top:10px;
  margin-bottom:70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  justify-content: flex-end;
}
.details_btn{
  margin-right:20px;
  width:150px;
  height:45px;
  line-height:45px;
  text-align:center;
  border:1px solid #000000;
}
.details_btn a{
  display:block;
}
#mainSliderWrap{
  display:block;
}

.fax_pdf a{
	color:#0000a0;
}
.pad_slider{display:none;}
/*------ レシピページ -------*/
div#recipe_container{
  width: 980px;
  margin: 0 auto;
  padding:0 0 0 0;
}
.recipe_box{
	margin-top:50px;
	width:100%;
	padding:5px;
}
.re_compimg{
	width:45%;
}
.re_zai_list{
	width:50%;
	padding:0 30px;
}
.recipe_box h3{
	font-size:30px;
	display: inline;
	vertical-align:bottom;
	margin:0;
	padding-top:10px;
	padding-left:10px;
}
.recipe_box h4{
  font-size:30px;
  font-weight:bold;
  text-align:center;
  margin-bottom:20px;
}
.make_box_title h4{
  line-height:40px;
}

.recipe_box_titile_wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom:1px solid #000000;
  margin-bottom:20px;
}
ul.back_number_ul{
  margin:50px 0px;
}
.re_zai_list dt{
  font-size:20px;
  font-weight:bold;
  padding-bottom:10px;
}
.re_zai_list dd{
  border-top:1px dotted #000000;
  padding:10px 0;
}
.make_box{
  margin:20px 0 80px 0;
  width:100%;
  padding:30px 0px;
  background-color:#fff6ed;
}
.make_box li{
  margin:0 30px 15px 30px;
}
.back_number_box{
  position:relative;
  border:1px solid #a9a9a9;
  width:100%;
}
.back_number_box li{
  margin-top:10px;
  display: inline-block;
  margin-right:40px;
  margin-left:40px;
  width:400px;
}
.back_number_box li a{
  line-height:30px;
}
.back_number_title{
  position:absolute;
  width:40%;
  top:-40px;
  left:-10px;
}
.back_number_box li img{
  width:11%;
}
/* 豆知識 */
#ti_wrapper{
  margin:20px 0 100px;
}
#ti_wrapper h3{
  font-size:33px;
  text-align:center;
  line-height:70px;
  border-bottom:1px solid #000000;
}
.ti_top_dl{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width:100%;
  margin:30px auto 30px;
}
.ti_top_index{
  margin:auto 0;
  font-size:35px;
}
.ti_top_dl dd{
  margin-left:50px;
  text-align:left;
}
.ti_box{
  clear:both;
  width:100%;
  margin:30px auto 80px auto;
}
#ti_wrapper hr{
  border:none;
  border-top:dashed 1px #CCC;
  height:1px;
  color:#FFFFFF;
  margin: 0 6 0 6;
}
#ti_box_bottom{
  width:100%;
  margin-bottom:90px;
}
#ti_box_bottom img{
  width:100%;
}
.ti_qa,.ti_qa2{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width:100%;
  margin-bottom:30px;
}
.ti_box .ti_qa dl{
  margin:0 0 0 20px;
  width:70%;
  display:inline;
  overflow:visible;
}
.ti_box .ti_qa2 dl{
  margin:0 0 0 20px;
  width:100%;
  display:inline;
  overflow:visible;
}
.ti_qa_img{
  width:17%;
  margin-left:40px;
}
.ti_box .ti_qa dl dt,.ti_box .ti_qa2 dl dt{
  font-size:20px;
}
.ti_box .ti_qa dd,.ti_box .ti_qa2 dd{
  margin:15px 0 0 35px;
}
.ti_p_wrapper,.ti_p_wrapper2{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width:100%;
}
.ti_p_wrapper p{
  margin:20px 50px 20px 30px;
  width:66%;
}
.ti_p_wrapper2 p{
  margin:20px 30px 20px 50px;
  width:66%;
}
.ti_box p{
margin:0 20px 20px 20px;
}
.ti_p_img{
  margin:20px 50px 0 0;
  width:34%;
}
.ti_p_img2{
  margin:20px 0 0 30px;
  width:34%;
}
.ti_p_img3{
  margin:20px 50px 0 0;
  width:22%;
}
.ti_p2_img{
 margin:20px auto 40px;
 width:50%;
}
/* お支払方法について */
#gu_pay_wrapper h3{
  font-size:33px;
  text-align:center;
  line-height:80px;
  border-bottom:1px solid #000000;
}
#payment{
  text-align:justify;
  text-justify: inter-ideograph;
  color:#333;
  margin:15px 0 0 0px;
  width:100%;
}
#payment dl{
  margin:15px 0 0 0;
}
#payment dd{
  margin:0 0 0 15px;
}
#payment dl div{
  margin:15px 0 0 0;
}
#payment #pay_kouza{
  padding:6px;
   margin-bottom:20px;
  background-color:#fff6ed;
  width:600px;
  text-align:center;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}
#daibiki_detail table{
 border-collapse: collapse;
 text-align:center;
 border:1px #a9a9a9 solid;
}
#daibiki_detail table td{
 border-right:1px #a9a9a9 solid;

}
.padding_bottom{
  padding-bottom:10px;
}
.padding_top{
  padding-top:10px;
}
.commodity_price{
  padding:5px 90px;
}
.fee{
  padding:5px 40px;
}
#daibiki_detail th{
  background-color:#a9a9a9;
  text-align:center;
  color:#ffffff;
}

#cardnote ul li{
 list-style-type: disc;
}
/* お買い物の手順 */
.guide_btn_box{
  width:100%;
  margin:20px 0 60px;
}
#gu_pay_wrapper{
  width:100%;
  margin-bottom:150px;
}
.or_process_wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width:100%;
  justify-content:space-between;
}

#gu_pay_wrapper hr{
  border:none;
  border-top:dashed 1px #CCC;
  height:1px;
  color:#FFFFFF;
  margin: 0 6 0 6;
}
.or_process_dl1{
  width:55%;
}
.or_process_wrap_img{
  margin-top:20px;
  width:40%;
}
.or_process_dl1 dt{
  font-size:24px;
  margin-top:20px;
  margin-bottom:10px;
  line-height: 30px;
}
#gu_pay_wrapper .font_red{
  color:#910810;
}
.annotation{
  font-size:14px;
}
.font_red_dt{
  color:#910810;
}
.gu_pay_wrapper th{
  background-color:#fff6ed;
}
.td_head{
  background-color:#f1f1f1;
}
.gu_card_img{
  width:65%;
}
#dl_top{
  margin-top:20px;
}
#dl_top table{
  width:100%;
}
#dl_top table th{
  background-color:#fff6ed;
  vertical-align:middle;
}
.back_color_td{
  background-color:#fff6ed;
}
#dl_top table td,#dl_top table th{
 padding:15px 0px;
}
#del_tc_note{
  margin-top:20px;
  margin-bottom:60px;
}
#deli_time{
  padding:6px;
  background-color:#fff6ed;
  width:660px;
  text-align:center;
}
/* お問い合わせ */
.contact_catch{
  margin:100px auto 80px;
  font-size:34px;
}
.thanks_catch{
  margin:150px auto 80px;
  font-size:34px;
}
#form_table{
  margin-top:50px;
}
#contact p{
  font-size:20px;
}
#contact table {
  width:90%;
  margin:0 auto;
  font-size:18px;
  border-spacing:  20px 20px;
}
#contact table th{
  width:40%;
  text-align:right;
  /* border:1px solid red; */
  vertical-align:top;
}
#contact table td {
  width:60%;
  text-align:left;
}
#contact .input_text,#contact textarea{
	/* font-size:23px; */width:70%;
 border:0;
	/* color:#aaa; */
	border:solid 1px #ccc;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
#contact .input_text{

  height:35px;
  font-size:20px;
}
#form_bots input{
   font-size:18px;
   background-color:#ffffff;
   padding:10px 50px;
   border:1px solid #000000;
}
#form_bots {
  width:100%; text-align : center ;
margin:50px auto 100px;
}
.back_btn{
  padding:10px 5px;
  border:1px solid #000000;
  display:block;
  width:20%;
  margin:100px auto 150px;
  text-align:center;
}
.error_text{
  margin:50px auto 100px;
}
.error_text h4{
  margin-bottom:60px;
}
/* #contact tr{
  margin:20px 0;
} */
/* 催事 */
.event_box{
 width:40%;
 /* height:500px; */
 margin:60px auto;
}
.event_box h1{
  border-bottom:1px solid #000000;
}
.event_box p{
  margin-top:30px;
}
.echo_box_wrapper{
   display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top:10px;
}
.echo_box{
	/* width:54.5%; */
	border:1px solid #c0c0c0;
	padding:5px;
}
.echo_box h4{
  border-bottom:1px solid #000000;
  /* width:60%; */
  margin:0 auto;
}
.echo_box_cart{
  /* width:30%; */
  padding-left:28px;
  padding-top:30px;
}
.price_echo{
  font-weight:bold;
}
.echo_box_txt,.echo_box p{
  margin-bottom:0px !important;
  line-height:15px !important;
  font-size:10px;
  width:100%;
}
.flex_wrapper_row{
   display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
  justify-content:space-between;
}
.flex_wrapper_left{
  width:69%;
}
.flex_wrapper_right{
  width:29%;
}
.tasting-left{
  width:19%;
  padding-top:10px;
}
.tasting-right{
  width:81%;
  position:relative;
}
.tasting-right_img{
  position:absolute;
  top:100px;
  right:-50px;
}
.tasting-right_img img{
  width:80%;
}
.tasting-right h4{
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  padding-left:20px;
}
.font-pink{
  color: #dc6bdd;
}
.font-blue{
  color: #409aff;
}
.hr_pink{
  display: block;
  background-color: #f9ecf3;
  border:0;
}
.hr_blue{
   display: block;
  background-color: #e9f3ff;
  border:0;
}
.tasting-right_details{

}
.tasting-right p,.tasting-right_xs p{
 /*  display:inline-block; */
  /* border-bottom:1px dotted #dc6bdd; */
  /* text-decoration:underline ; */
  /* border-bottom:1px dotted #dc6bdd; */
}
.note{
      background-image:linear-gradient(90deg,rgba(220,107,221,0) 0%,rgba(220,107,221,0) 49%,rgba(255,255,255,100) 50%,rgba(255,255,255,100) 100%),linear-gradient(180deg,rgba(220,107,221,0) 0%,rgba(220,107,221,0) 98.5%,rgba(220,107,221,100) 100%);
      background-repeat:repeat-x,repeat-y;
      background-size:4px 100%,100% 2.4em;
      line-height:2.4;}

.note2{
    position: relative;
    /* background-color: #ffffe7; */
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
  background-size: 3px 1px;
  background-position: bottom;
  background-repeat: repeat-x;}

.under{
	border-bottom:1px dotted #dc6bdd;
}
.tasting-left_product{
  width:49%;
}
.tasting-right_product{
  width:49%;
}
.tasting-left_product_img{
  width:42%;
}
.tasting-left_product_img img{
  width:100%;
}
.tasting-left_product_details{
  position:relative;
  width:56%;
}
.tasting-left_product_details p{
  font-size:15px;
  line-height: 25px;
}
.background-fff6ed{
  background-color: #fff6ed;
  padding:25px 20px 15px 20px;
}
.wd20{
  width:21%;
}
.wd25{
  width:26%;
}
.wd55{
  width:53%;
  padding:0 20px;
}
.wd60{
  width:65%;
  margin:0 auto;
}
.wd70{
  width:70%;
  margin:0 auto 30px;
}
.report_h1 h1{
	font-size:30px;
	margin-top:80px;
	margin-bottom:50px;
}
.report_box{
	margin-top:20px;
	border-bottom:1px solid #c0c0c0;
}
.report_box:last-child{
	border-bottom:none;
}
.archive_report{
	width:60%;
	padding-left:20px;
}
.archive_blog{
	width:70%;
	padding-left:20px;
}

.report_box h3{
	font-size:24px;
}
.back-report{
	background-image:url("../img/report/jiro_report.gif");
	padding:20px 0;
	margin-bottom:50px;
}
.back-report p{
	font-size: 24px;
	margin-bottom:20px;
}
.report_wp_box_title{background-color: #978a54;color:#FFFFFF;}
.report_wp_box_title a{color:#FFFFFF;}
.report_btn{
	background-color: #fca000;
	width:280px;
	margin:20px auto 0;

}
.report_btn a{
	color:#ffffff;
	display:block;
}
.report_wp_box{
	width:30%;
}
.report_wp_box_soon{
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:30px;

}
#report {
	border:1px solid #ffffff;
}
#report h2{
  font-size: 32px;
  font-weight: 700;
  margin-bottom:60px;
}
.report-top-box_h2{
  font-size: 32px;
  font-weight: 700;
  margin-bottom:60px;
}
#report h5{
  border-bottom:1px solid #000000;
  font-size: 24px;
  margin-bottom:10px;
}
#report h5 span{
  font-size:15px;
}
#report h6{
  font-size: 22px;
  font-weight: 600;
  margin-bottom:10px;
}
.wd55 p{
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.product_data{
  margin-top:20px;
  border:1px solid #bababa;
  font-size:12px;
  line-height:20px;
  padding:8px 8px;
}
.price_box{
  position:absolute;
  bottom:0;
}
#report h3{
  font-size: 30px;
  margin-bottom:20px;
}
.mrginauto{
  margin:0 auto;
}
.traial_caution_box{
	padding:10px 40px;
}
.traial_caution{
  font-size:19px;
}
#cornedbeef{
	width:1100px;
	margin:0 auto;
}

#cornedbeef h3{
	font-size: 24px;
	font-weight: 700;
	line-height: 60px;
	margin-top:50px;
}
.cornedbeef_wrap{
	width:820px;
	margin:80px auto 0;
}
#cornedbeef .cornedbeef_wrap h4{
	color: #c81400;
	font-size: 51px;
	margin-bottom:30px;
}
#cornedbeef .font_s{
	font-size: 24px;
	font-weight: 700;
	line-height:70px;
	display:block;
}
#cornedbeef .font_m{
	font-size: 32px;
	font-weight: 400;
}
.cornedbeef_product{
	margin:60px auto 70px;
}
#soup{
	width:900px;
	margin:0 auto;
}
#soup h2{
	font-size: 34px;
	line-height:50px;
	margin-bottom:40px;
}
#soup h3{
	color: #c81400;
	font-size: 33px;
	margin-bottom:30px;
	margin-top:20px;
	line-height:48px;
}
.soup_popularity{
	margin-top:60px;
}
.soup_flex_wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;
	justify-content:space-between;
	margin-top:40px;
}
.soup_flex_wrap h4{
	font-size:33px;
	font-weight: 700;
	margin-bottom:20px;

}
.font_24{
	font-size:24px;
	line-height:48px;
}
.soup_flex_wrap_img{
	width:33%;
}
.soup_flex_wrap_ditails{
	width:62%;
}
.soup_box{
	width:42%;
	border:1px solid #bababa;
	padding:20px 30px;
}
.soup_box p{
	line-height:24px;margin:0;
}
.soup_echo{
	width:610px;
	margin:50px auto 80px;
}
.soup_box h5{
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px;
}
.soup_send{
	border-top:2px solid #c81400;
	border-bottom:2px solid #c81400;
	padding:20px 0;
	margin-bottom:30px;
	margin-top:30px;
}

.soup_send span{
	font-size: 24px;
	font-weight: 700;
	display:block;
	margin-bottom:10px;
	/* line-height: 26px; */
}
.soupset_box{
	position:relative;
}
.soupset_box_cart{
	position:absolute;
	bottom:20px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width:25%;

}
@media screen and (max-width:1200px) {
.product_wrapper2{
  width:100%;
}
.product_link2{
  margin:40px 0px 60px;
  padding-left:20px;
  /* border-left:2px dotted #a5a19f; */
  width:40%;
}
.product_link3{
  margin:40px 0px 60px;
  padding-left:20px;
  border-left:2px dotted #a5a19f;
  width:30%;
}
}
/* ---------------------------------------------------
	Pad
------------------------------------------------------ */
@media screen and (max-width:1023px) {

/* .out2{display:none;} */
.pad_slider{display:block;}
#mainSliderWrap{
  display:none;
}
/* .viewcart{
  display:none;
} */
.viewcartPc{
  display:block;
}
/* ------header------- */
div#headerWrap div#head{
  width:100%;
}
div#headerWrap div#gNavi{
  width:100%;
}
/* div#mainSliderWrap div#nextBox,
div#mainSliderWrap div#prevBox{
	display:none;
} */
div#headerWrap div#head h1{
  font-size: 11px;
  line-height: 30px;
}
/* -----footer------- */
div#footerWrap{
  width:100%;
  box-sizing:border-box;
  padding:10px;
  justify-content:space-between;
}
div#footerCopyWrap div#footerCopy{
  width:100%;
}
div#footerWrap div#footer_link {
  width:440px;
  flex-direction:column;
}
div#footerWrap div#footer_logo {
  width:380px;
  margin-top:60px;
}
div#footerWrap div#footer_link ul {
  width: 170px;
  margin-right: 20px;
}
div#footerWrap div#footer_link ul:last-child {
  margin-right: 0px;
}
div#footerWrap div#footer_link ul li {
  font-size:13px;
}
#footer_rightbox :nth-child(2){
  border-left: none;
  padding-left:0px;
}
/* ---------top--------- */
div#headings{
  width:100%;
  padding:0px 10px;
  box-sizing:border-box;
}
#event dl{
  padding-right:10px;
  padding-left:10px;
}
#contents dl{
  padding-right:10px;
  padding-left:10px;
}
div#container{
  width:100%;
  box-sizing:border-box;
}
div#contents {
 /*  width: 55%;
  height:290px; */
  min-height:280px;
  height:auto;
  margin: 20px 0px 0 0;
}
.top_img_wrapper{
  width:100%;
  margin:0 auto 50px;
}
.top_img_wrapper_report{
	 width:100%;
  margin:0 auto 50px;
}
.top_img_wrapper2{
 width:100%;
}
.back-report p{
	font-size: 18px;
	line-height:30px;
}
/* ちょい飲みセット */
#choinomi{
	width:95%;
}
.choinomi-black-box{
	width:100%;
}
.price-red{
	font-size:50px;
}
/* お得なセレクトセット */
#select_wrap{
	width:98%;
	margin:0 auto 40px;
}
/* お試しセット */
.trial_wrap{
  width:100%;
  margin:0 auto 50px;
}
.trial_btn_wrap_contents{
	width:50%;
}
.traial_txt{margin:0;}
.otamesi_box p{
  font-size:23px;
  margin-bottom:20px;
}
.traial_price_details span{
  font-size:45px;
}
#trial h4{
	font-size:18px;
}
.trial_voice_box{
	padding:10px;
	margin-top:20px;
}
/*---- 100年の歴史 ----*/
.about_wrapper{
  margin:0 40px 30px;
  flex-wrap: wrap;
}
.about_wrapper:last-child{
  margin-bottom:100px;
}
.about_wrapper2{
  margin:0 40px 30px;
}
div#about_wrap {
  width: 100%;
  margin:0 auto 10px;
}
div#about_wrap {
  padding:50px 0;
  width: 900px;
  font-size:18px;
  margin:0 auto 10px;
  border:1px solid #ffffff;
}
.abou_movie_box{
  margin:0 30px;
}
/* 豆知識 */
.ti_top_dl{
  width:100%;
  margin:30px auto;
}
.ti_top_index{
  margin:auto 0;
  font-size:35px;
}
.ti_top_dl dd{
  margin-left:20px;
  text-align:left;
}
/* お中元・シーズンのおすすめ */
.gift_btn{
	width:31%;

}
.gift_btn i{
	font-size:18px;
	line-height:40px;
	margin-left:10px;
}
.gift_btn a{
	font-size:18px;
	line-height:40px;
}
#seas{
  margin-right:10px;
  margin-left:10px;
}
#teiban{
  margin-right:10px;
  margin-left:10px;
}
/* pad商品について */
.product_link{
  margin:40px 20px;
  width:550px;
}
.product_link li{
  margin-left:20px;
  font-size:19px;
}
.pr_notice2{
 margin-right:0px;
}
#gu_pay_wrapper{
  width:98%;
  margin:0 5px;
}
.gift_price{
  width:40%;
  font-size:30px;
}
.lineup_wrapper{
  flex-wrap:wrap;
  justify-content:center;
}
/* .product_footer_link{
   -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
} */
.product_footer_link li{
  width:150px;;
}
.product_footer_link2 li{
  width:180px;
}
.product_footer_link li:last-child{
  border-right:none;
}
.product_wrapper2{
  width:100%;
  margin:0 auto 60px;
}
.product_link2{
  margin:40px 0px 60px;
  padding-left:20px;
  width:44%;
}
.product_link3{
  margin:40px 0px 60px;
  padding-left:20px;
  border-left:2px dotted #a5a19f;
  width:28%;
}
.product_link2 li a,.product_link3 li a{
  line-height:30px;
}
#report,#single_report{
  padding:0 10px;
}
.tasting-right_img{
  display:none;
}
#cornedbeef,#soup{
	width:98%;
}
.cornedbeef_wrap{
	width:90%;
	margin:30px auto 0;
}
#cornedbeef h3{
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	margin-top:30px;
}

#cornedbeef .cornedbeef_wrap h4{
	font-size: 26px;
	margin-bottom:30px;
}
#cornedbeef .font_s{
	font-size: 18px;
	font-weight: 700;
	line-height:70px;
	display:block;
}
#cornedbeef .font_m{
	font-size: 19px;
	font-weight: 400;
}
.cornedbeef_product{
	margin:60px auto 70px;
}

#soup h2{
	font-size: 20px;
	line-height:30px;
	margin-bottom:20px;
}
#soup h3{
	font-size: 23px;
	margin-bottom:10px;
	line-height:30px;
}
.soup_popularity{
	margin-top:40px;
}
.soup_flex_wrap{

	margin-top:40px;
}
.soup_flex_wrap h4{
	font-size:28px;
	font-weight: 700;
	margin-bottom:10px;

}
.soup_flex_wrap_img{
	width:33%;
}
.soup_flex_wrap_ditails{
	width:62%;
}
.soup_box{
	width:40%;
	padding:20px;
}
.soup_echo{
	width:610px;
	margin:50px auto 80px;
}
.soup_box h5{
	font-size:19px;
	margin-bottom:10px;
}
.font_24{
	font-size:18px;
	line-height:25px;
}
.soup_send span{
	font-size:18px;
}
}
/* --------------------------------
	スマートフォン
---------------------------------- */
@media screen and (max-width:767px) {
	.event_information{
		margin:8px 0 0 10px;
	}
	.top-event-wrap{
		flex-direction:column;
	}
	.saiji-box{
		width:100%;
	}
	#facebook .fb-page{
		margin:0 auto;
	}
	.insta-box,#facebook{
		width:300px;
		margin:20px auto 0;
	}
	.pc-br{
	display:none;
	}
.blog_wrap{
	flex-direction:column-reverse;
	width:98%;
	margin:auto;
}
.blog-title-h1{
	font-size:19px;
	margin-top:30px;
	margin-bottom:30px;
}
#single_blog .blog_side{
	margin-bottom:30px;
}
.blog_wrap .blog_wrap_contents{
	width:100%;
}
.blog_wrap .blog_side{
	width:50%;
}
.archive_blog h3{
	font-size:14px;
}
#single_report h1,#single_report h3,#single_report h2{
	line-height:45px;
}
.out{display:none;}
.out2{display:none;}
.in2{display:none;}
.in{display:block;}

/* ------rayout---------- */
body{
  font-size:12px;
  line-height:16px;
}
.mt80{margin-top:20px;}
.mt50{margin-top:20px;}
.mb30{margin-bottom:10px;}
.mb40{margin-bottom:20px;}
.mb50{margin-bottom:20px;}
.mb60{margin-bottom:20px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:40px;}
.mb90{margin-bottom:30px;}
.mb100{margin-bottom:30px;}
.mb1000{margin-bottom:100px;}
#container{
  width:100%;
}
div#headerWrap div#head{
  width:100%;
}
div#headings{
  width:100%;
  margin:30px auto 10px;
}

div#headerWrap div#head h1{
  width:auto;
}
/* div#contents{
  float:none;width:100%;
} */
/* div#contents {float:none;} */
/* div#facebook {
  float:none;
  margin:0 auto;
  width:100%;
  text-align:center;
} */
.charm_img {
  justify-content: center;
  align-items: center;
}
/* --------header--------- */
header{
  overflow:hidden;
  width:100%;
  background:#fff;
  border-bottom:1px solid #ccc;
}
.header_wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:space-between;
}
.header_wrap_img{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin:5px 5px;
}
header h1{
  font-size:10px;
  font-weight:300;
  line-height:10px;
}
header ul{
  display: -webkit-box;
  display: -moz-box;
}
header li{
  border-left:1px solid #bfbfbf;
}
header li a{
  display:block;
  padding: 10px 8px;
}
.viewcartPc{
  display:none;
}
.viewcart{
  margin-top:10px;
}
.background_red{
 position: relative;
 border-left:none;
 border-top:none;
 width:120px;
 text-align:bottom;/* border:1px solid red; */
 bottom:0;
}
.background_red img{
  position: absolute;
  bottom:0;
  left:0;
}
.viewcartSmart{
  width:86px;
  margin:0 0 0 auto;
}
/* --------footer------------ */
#footer_box{
  border:1px solid #910206;
}
#footer_box p{
  color: #c3ab6b;
  font-size:13px;
  font-weight:bold;
  margin:10px auto 5px;
  width:305px;
}
footer nav.smart_nav{
  clear:both;
  margin:10px auto 5px;
  overflow:hidden;
  width:305px;
}
footer nav.smart_nav ul{
  float: left;
  overflow:hidden;
  width:140px;
  margin-right:10px;
  padding:0px;
}
footer nav.smart_nav ul li a{
  background: url(../img/common/arrow_sp_01.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 11px;
  padding:0 0 0 15px;
  margin:0 0 8px 0;
  font-size:11px;
  display:block;
  color: #ffffff;
  text-decoration:none;
}
.footer-smart-conpany{
 width:280px;
 font-size:11px;
 margin:0 auto;
}
/* -----pop----------- */
#pop ul li{
  border-bottom:1px solid #dfd7cb;
  padding:8px 2px;
  background:url(../img/common/arrow_01.png) no-repeat 95% center;
  background-size:11px;
}
#pop ul li.pc{
  border-bottom:1px solid #dfd7cb;
  padding:8px 2px;
  background:url(../img/common/pc.png) no-repeat 96% center;
  background-size:16px;
}
.jqmWindow p{
  float:right;
  margin-top:15px;
}
/* -------top-------------- */
div#headings{
  padding: 0px 10px 0px;
}
.catch{
  font-size: 24px;
  line-height: 20px;
}
p{
  font-size: 16px;
  line-height: 150%;
}
h2{
  line-height: 150%;
  font-size: 20px;
}
br.sp_br{
  display:none;
}
.maincopy{
  line-height: 20px;
}
/* div#contents {
  margin: 10px 10px 0 0;
} */
div#event h2 ,div#contents h2{
  font-size: 19px;
  min-height:20px;
}
div#event dl,div#contents dl  {
  min-height:100px;
  height:auto !important;
  height:100px;
}
div#contents dl dd,div#event dl dd {
  min-height: 20px;
  margin-top: 5px;
}
div#event dl dd span.date {
  font-size: 15px;
}
div#contents dl dd p.date{
  font-size: 13px;
}
div#contents dl dd p.title a,div#event dl dd span.title a{
  font-size: 14px;
  line-height: 14px;
}
div#banner_box {
  margin: 30px auto;
}
#movie{
  width:100%;
  margin:0 auto 30px;
}
.traial_caution_box{
	padding:10px 10px;
}
.traial_caution{
  font-size:15px;
}
.report_h1 h1{
	margin-top:30px;
	font-size:18px;
}
.archive_report_img{
	width:20%;
}
.archive_report{
	width:80%;
}
.back-report p{
	font-size: 15px;
	line-height:25px;
	margin-bottom:10px;
}
.report_wp_box{
	width:32%;
}
.report_btn{
	width:180px;
	line-height:25px;
}
.archive_report h3{
	font-size:16px;
}
/* ちょい飲みセット */
.choinomi-box .choinomi-box-title{
	font-size:18px;
}
#choinomi h3,#choinomi h4{
	font-size:17px;
	line-height:25px;
}
.price-red{
	font-size:21px;
	margin-top:15px;
}
.choinomi-flex-text{
	padding-left:10px;
}
.choinomi-flex-text_price img{
	width:55px;
}
.choinomi-details-wrap_text h5{
	padding-bottom:8px;
	font-size: 17px;
	margin-bottom:20px;
}
.choinomi-details-wrap_text h5 span{
	font-size:10px;
}
.choinomi-details-wrap_text{
	padding-right:20px;
}
.choinomi-details-wrap2{
	flex-direction:column;
}
.choinomi-details-wrap_left{
	width:100%;
}
.choinomi-details-wrap_right{
	width:100%;
	padding-left:0px;
}
.choinomi-details-wrap_right img{
	margin-top:20px;
	margin-bottom:0px;
}
.choinomi-red-text{
	font-size:18px;
	line-height:23px;
}
.choinomi-black-box form{
	bottom:-10px;
}
/* お得なセレクトセット */
.select_set_contents{
	padding-left:10px;
}
.select_set_contents h2{
	font-size:18px;
	padding-bottom:10px;
}
.select_set_btn{
	width:280px;
}
.select_set_btn a{
	font-size:18px;
	line-height:45px;
	width:280px;
}
/* お試しセット */

.trial_wrap{
  margin-top:20px;
}
.otamesi_box{
  width:92%;
  margin:10px auto 10px;
}
.otamesi_box p{
  font-size:17px;
  line-height:23px;
  margin-bottom:20px;
}
.traial_price_details span{
  font-size:20px;
}
.trial_product_text h3,.trial_product_text2 h3{
  font-size:18px;
}
.trial_product_text{
 width:60%;
 padding-left:10px;
}
.trial_product_text2{
 width:60%;
 padding-right:10px;
}
.echo_box{
   width:90%;
   margin:0 auto;
}
.echo_box_cart{
  width:250px;
   margin:0 auto;
}
.echo_box_wrapper{
  flex-direction:column;
}

/*----- privacy ------*/
#gu_policy_box{
  width:90%;
  margin:30px auto;
}
#gu_policy_box dt{
  /* font-weight:bold; */
  font-size:15px;
  padding:5px 0px;
  border-bottom:1px solid #cccccc;
}
#gu_policy_box dd{
  padding:10px 0px;
  width:100%;
}
/*----- info-------*/
.info_top{
  margin-bottom:20px;
}

#inf_table{
  margin-top:10px;
  margin-bottom:50px;
}
#inf_table table{
  width:100%;
  margin:15px auto 50px;
  border-spacing: 10px 0;
}
#inf_table table th {
  padding:10px 10px;
  width:30%;
}
#inf_table table td{
  padding:10px 0;
}
/*--- about ----*/
.about_catch{
  margin:30px auto 30px;
  font-size: 17px;
  font-weight:bold;
}
.top_img_wrapper{
  width:100%;
  margin:0 auto 10px;
}
.top_img_wrapper_report{
	 width:100%;
  margin:0 auto 10px;
  position:relative;
}
.about_wrapper{
  line-height:20px;
  margin:0 10px 20px;
}
.about_wrapper2{
  margin:0 10px 20px;
}
.about_wrapper:last-child{
  margin-bottom:50px;
}
.about_leftBox{
  width:99%;
}
.about_rightBox{
  width:99%;
}

.w90{
  width:100%!important;
}
h2.about_h2{
  font-size:13px;
  margin-bottom:5px;
  line-height:23px;
}
.about_img{
  padding:0 5px 0 0px;
  text-align:right;
}
.about_img_l{
  padding:0 0 0 5px;
}
.about_moveie{
  margin-top:20px;
}
.abou_movie_box{
  margin:0 10px;
}
/*---- sitemap -----*/
h2.gift_h2{
  font-size:14px;
}
.sitemap_wrapper{
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
.pagebox{
  width:98%;
  margin:10px auto 50px;
}
.pageitem_wrap{
  margin-left:40px;
}
/*--- introduction ---*/
.lineup_wrap{
  margin-bottom:30px;
}
.lineup_wrapper{
  flex-wrap:wrap;
  justify-content:center;
}
.product_footer_link li,.product_footer_link2 li{
 /*  padding:0 20px; */
}
.product_footer_link li{
  width:80px;;
}
.product_footer_link2 li{
  width:110px;
}
.product_link{
  margin:10px 20px;
}
.product_link li{
  /* margin-left:20px; */
  font-size:14px;
}
/* .product_red_title{
  margin-right:5px;
} */
.product_wrapper{
  padding:10px 0px;
  width:100%;
}
.product_red_title h2 a{
  line-heigh:30px;
  font-size:12px;
}
.product_wrapper_img{
  width:30%;
  margin-right:5px;
}
.product_wrapper_txt{
  width:68%;
}
.product_red_title{
  line-height:20px;
  margin-bottom:10px;
  padding-left:10px;
}
.introduction_catch{
  margin:10px 5px 10px;
  line-height:23px;
  font-size:13px;
}
.introduction_h1{
  font-size:20px;
  font-weight:bold;
  margin-bottom:20px;
  margin-top:20px;
}
.introduction_wrap_txt{
  margin-right:3px;
}
.introduction_wrap_txt2{
  margin-right:3px;
}
.introduction_wrap_txt2 p{
  margin-right:3px;
}
.introduction_wrap{
  width:46%;
}
.introduction_wrap_img{
  margin-right:5px;
}
.p_data_wrap{
  flex-flow: column;
}
.p_data_wrap img{
  width:150px;
}
.p_data{
  margin-right:5px;
  margin-bottom:5px;
  font-size:11px;
  line-height:16px;
  padding:5px;
  width:90%;
}
.price{
font-size:23px;
font-weight:bold;
}
/* ビーフ　ハム　無添加 */
.product_wrapper h2{
  font-size:14px;
  line-height:20px;
}
.product_wrapper h2 span{
  font-size:12px;
}
.product_link{
  margin:10px auto;
}
/*--- recommend--- */
#seas{
  margin-bottom:30px;
}
.recommend_h3 h3{
  font-size:14px;
}
.recommend_catch_2{
  font-size:14px;
  line-height:20px;
  margin:20px auto 20px;
}
.recommend_title{
  font-size:14px;
}
.details_wrapper{
  margin-top:10px;
  margin-bottom:20px;
}
.gift_back_glay h3{
  font-size:24px;
}
.gift_img_h1{
  width:90%;
  margin:20px auto;
}
.season_box{
  margin:20px 0;
  padding:0 5px;
  width:96%;
}
.season_img{
  margin-top:5px;
  margin-right:10px;
  width:23%;
}
.season_medal{
  width:11%;
}
.season_text{
  margin-top:5px;
  width:66%;
}
.details_btn{
  width:150px;
  height:42px;
  line-height:42px;
}
.gift_wrapper{
    -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
.gift_left{
  width:100%;
  border-bottom:1px solid #d9d9d9;
  border-right:none;
  margin-bottom:10px;
  padding:5px 0;
}
.gift_right{
  margin-left:0px;
  border-bottom:1px solid #d9d9d9;
  width:100%;
  padding:5px 0;
}
.div_gift_h2 h4{
  line-height:20px;
  margin-bottom:20px;
  /* border-bottom:1px solid #000000; */
  font-size:16px;
}
.div_gift_h2 h4 span{
  font-size:13px;
}
.align_right{
  width:99%;
  margin:20px auto 30px;
}
.due_date{
  width:29%;
  padding:2px 2px;
  font-size:10px;
}
.gift_btn{
	padding:0;
	width:32%;
}
.gift_btn i{
	font-size:10px;
	line-height:25px;
	margin-left:2px;
}
.gift_btn a{
	font-size:10px;
	line-height:25px;
}
.teiban_img{
  margin:20px; 0;
}
.gift_price{
  width:40%;
  font-size:19px;
}
.gift_price span{
  font-size:11px;
}
.gift_text h3{
font-size: 14px;
font-weight: 700;
}
.gift_cart{
  width:30%;
}
.gift_cart input{
  width:90%;
}
.gift_caution{
  color:#8f0b09;
  margin-top:10px;
}
/*------- product --------*/
.material_name{
  width:60px;
}
#product{
  margin:0 5px 30px;
}
.pr_box{
  width:94%;
  margin:0px auto 30px;
}
.pr_box .ul1{
  padding:0px;
}
.pr_box .ul1 li{
  text-align:justify;
  text-justify: inter-ideograph;
  margin-left:10px;
  margin-bottom:20px;
  margin-top:0px;
}
.pr_box .ul2{
  padding:0;
}
.pr_box .ul2 li{
  text-align:justify;
  text-justify: inter-ideograph;
  font-size:12px;
  line-height:18px;
  margin-left:10px;
  margin-bottom:10px;
}
.product_wrapper2{
  flex-direction: column;
  /* justify-content:space-between; */
  /* width:1200px; */
  margin:0 auto 30px;
}
.product_link2{
  margin:10px 0px 0px;
  padding-left:10px;
  /* border-left:2px dotted #a5a19f; */
  width:100%;
}
.product_link3{
  margin:0px 0px 0px;
  padding-left:10px;
  border-top:2px dotted #a5a19f;
  border-left:none;
  width:100%;
}
.product_link2 li, .product_link3 li{
  font-size:14px;
}
/*---- guide_order ------*/
.guide_btn_box{
  margin:5px 0 30px 5px;
}
#gu_pay_wrapper{
  width:95%;
  margin:0 auto;
}
.or_process_wrap_img{
  margin-top:10px;
  /* width:35%; */
}
.or_process_dl1 dt{
  font-size:14px;
  margin-top:10px;
  margin-bottom:10px;
  line-height:20px;
}
.or_process_dl1{
  width:58%;
}
.or_process_wrap_img{
  width:41%;
}
#gu_pay_wrapper h3{
  font-size:17px;
  line-height:30px;
}
#payment{
  width:97%;
}
#payment #pay_kouza{
  padding:6px;
  width:90%;
  font-size:14px;
}
/* #payment dd{
  margin:0 5px 0 15px;
} */
.gu_card_img{
  width:100%;
}
.annotation{
  font-size:11px;
}
#del_tc_note{
  margin-bottom:30px;
}
#deli_time{
  width:95%;
  margin:0 auto;
}
#gu_pay_wrapper dd{
  width:100%;
}
#gu_pay_wrapper{
  margin-bottom:50px;
}
.commodity_price{
  padding:5px 70px;
}
.fee{
  padding:5px 30px;
}
/*---- tips------ */
#ti_wrapper{
  width:98%;
  margin:0px auto 10px;
}
.ti_qa,.ti_qa2{
  margin-bottom:10px;
}
.ti_top_dl{
  margin:0px auto 20px;
}
.ti_top_index{
  font-size:16px;
}
.ti_top_dl dd{
  margin-left:10px;
}
#ti_wrapper h3{
  font-size:18px;
  line-height:30px;
}

.ti_box .ti_qa dl{
  margin:0 0 0 10px;
  width:75%;
  display:inline;
  overflow:visible;
}
.ti_box .ti_qa2 dl,.ti_box .ti_qa2 dl{
  margin:0 0 0 10px;
  width:100%;
  display:inline;
  overflow:visible;
}
.ti_qa_img{
  width:17%;
  margin-left:10px;
}
.ti_box .ti_qa dl dt,.ti_box .ti_qa2 dl dt{
  font-size:14px;
}
.ti_box .ti_qa dd,.ti_box .ti_qa2 dd{
  margin:15px 0 0 10px;
}
.ti_p_wrapper p{
  margin:20px 5px 20px 5px;
  width:66%;
}
.ti_p_wrapper2 p{
  margin:20px 5px 20px 5px;
  width:66%;
}
.ti_box p{
margin:0 10px 20px 10px;
}
.ti_p_img{
  margin:20px 10px 0 0;
  width:34%;
}
.ti_p_img2{
  margin:20px 0 0 10px;
  width:34%;
}
.ti_p_img3{
  margin:20px 10px 0 0;
  width:22%;
}
#ti_box_bottom{
  margin-bottom:30px;
}
.ti_box{
  margin:10px auto 30px;
}
#dl_top table th{
  font-size:10px;
}
/*---- contact ----*/
.thanks_catch{
  margin:80px auto 40px;
  font-size:19px;
}
.contact_catch{
  margin:30px auto 30px;
  font-size:19px;
}
#contact p{
  font-size:12px;
}
.back_btn{
  padding:10px 3px;
  width:35%;
  margin:30px auto 30px;
}


#contact table {
  width:100%;
  margin:0 auto;
  font-size:13px;
  border-spacing:  10px 5px;
}
#contact table th{
  width:45%;
  text-align:right;
  vertical-align:top;
}
#contact table td {
  width:55%;
  text-align:left;
}
#form_table span{
  font-size:10px;
}
#contact .input_text,#contact textarea{
	/* font-size:23px; */width:90%;
  font-size:16px;
}
#contact .input_text{
  height:25px;
  font-size:16px;
}
#form_bots input{
   font-size:15px;
   padding:7px 20px;
}
#form_bots {
  margin:30px auto 30px;
}
.error_text{
  width:90%;
}
.send_p{
  margin:0 5px 0 5px;
}
/* recipe */
.recipe_box1{
  width:44%;
  /* padidng:0 5px; */
}
.recipe_wrap_title{
  /* widh:100%; */
  height:50px;
  font-size:14px;
  /* display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap:wrap; */
}
.recipe_wrapper{
  margin:0 0 30px 0;
}
/* saiji */
.event_box{
 width:90%;
 height:auto;
 margin:40px auto;
}
#report h2,.report-top-box_h2{
  font-size:20px;
  margin-bottom:30px;
}
#report h3{
  font-size:16px;
}
#report h4{
  font-size:15px;
  line-height:20px;
}
#report h5{
  font-size:15px;
}
#report h6{
  font-size:14px;
}
.tasting-right_img{
  display:none;
}
.wd60{
  width:95%;
}
.wd70{
  width:90%;
}
.wd25{
  display:none;
}
.wd55{
  width:80%;
}
.background-fff6ed{
  padding:10px 8px;
}
.flex_wrapper_row{
-webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
.tasting-left_product{
  margin-bottom:20px;
}
.tasting-left_product,.tasting-right_product{
  width:100%;
}
.tasting-left_product_details p{
  font-size:13px;
}
.product_data{
  line-height:17px;
  padding:4px 4px;
}
.cornedbeef_wrap{
	width:90%;
	margin:30px auto 0;
}
#cornedbeef h3{
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	margin-top:20px;
}

#cornedbeef .cornedbeef_wrap h4{
	font-size: 18px;
	margin-bottom:30px;
	line-height:30px;
}
#cornedbeef .font_s{
	font-size: 14px;
	font-weight: 700;
	line-height:30px;
	display:block;
}
#cornedbeef .font_m{
	font-size: 15px;
	font-weight: 400;
}
.cornedbeef_product{
	margin:60px auto 70px;
}
#soup h2{
	font-size: 16px;
	line-height:30px;
	margin-bottom:20px;
}
#soup h3{
	font-size: 19px;
	margin-bottom:10px;
	line-height:30px;
}
.soup_popularity{
	margin-top:40px;
}
.soup_flex_wrap{

	margin-top:40px;
}
.soup_flex_wrap h4{
	font-size:20px;
	font-weight: 700;
	margin-bottom:10px;

}
.soup_flex_wrap_img{
	width:33%;
}
.soup_flex_wrap_ditails{
	width:62%;
}
.soup_box{
	width:45%;
	padding:5px;
}
.soup_echo{
	width:100%;
	margin:50px auto 50px;
}
.soup_box h5{
	font-size:15px;
	margin-bottom:10px;
}
.font_24{
	font-size:15px;
	line-height:20px;
}
.soup_send span{
	font-size:15px;
}
.soup_box p{
	line-height:20px;
}
.soupset_box_cart{
	bottom:5px;
	width:30%;
}
}

/* ------------------------
	iphone
------------------------ */
@media screen and (max-width:414px) {
/* ------top-------- */
p.catch{
	margin:10px 0 10px;
}
br.sp_br{
	display:none;
}
header h1{
  /* float:left; */
  margin:5px 0 0 5px;
  font-size:8px;
  font-weight:300;
  line-height:10px;
}
}
/* 追加 */
.border_solid_red{
	border:1px solid red;
}