@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
p{
	line-height: 1.8;
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.5;
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	width: 100%;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 400;
	line-height: 1.8em;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 17px;
	color: var(--black);
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main{
  /*padding-top:80px ;*/
}
header{
	display: none;
}
:root{
  --black: #231815;
  --key: #7F1E44;
  --sub: #E2C88E;
	--accent: #FFDB23;
	--strong: #B60001;
  --blend_g: #EB8E24;
  --blend_m: #3BAFE2;
  --dark: #666;
  --gray: #bbb;
	--gray_thin: #f9f9f9;
  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.375rem;
  --size_2l:1.7rem;
  --size_3l:2rem;
  --size_4l:2.6rem;
  --size_5l:2.8rem;
	--oseibo_key: #B60001;
	--oseibo_strong: #008934;
}
.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mr_05{
  margin-right: 0.5rem;
}
.ml_05{
  margin-left: 0.5rem;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mt_10{
margin-top: 1rem;
}
.mr_10{
  margin-right: 1rem;
}
.ml_10{
  margin-left: 1rem;
  }
.mb_10{
  margin-bottom: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mr_20{
  margin-right: 2rem;
}
.ml_20{
  margin-left: 2rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mr_30{
  margin-right: 3rem;
}
.ml_30{
  margin-left: 3rem;
}
.mb_30{
  margin-bottom:3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mr_40{
  margin-right: 4rem;
}
.ml_40{
  margin-left: 4rem;
}
.mb_40{
  margin-bottom:4rem;
}
/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1rem;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2rem;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--key);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
	word-spacing: -0.2em;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h1 {
}
.inner {
	width: 1132px;
	margin-right: auto;
	margin-left: auto;
}
@media (max-width: 1131px) and (min-width: 768px) {
	 #css {
		width:98%;margin:0 1%;
	}
	.inner {
		width:100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}

}

.header {
	padding: 0;
	text-align: center;
}

/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
  background: #fff;
  margin: 0 auto;
}
header .head-logo {
	text-align: start;
	height: 100%;
	height: 80px;
}

header .head-logo .logo {
	position: relative;
	width: 240px;
	overflow: hidden;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left:1rem;
}
.menu-area {
}
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu > li {
	xwidth: 20%; /* グローバルナビ4つの場合 */
	xheight: 30px;
	xline-height: 30px;
  margin: 0 1rem;
}
.menu > li:first-child {
}
.menu > li a {
	display: block;
}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
/* footer
---------------------------------------- */
ul.footer-menu.forPC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color:#000;
	color: #ffffff;
}
footer .inner {
	position: relative;
	padding: 40px 0;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
footer .foot-logo img {
	width: 250px;
	height: auto;
	padding-left: 1rem;
}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: 400;
	margin-bottom: 1px;
}
footer .foot-address {
	text-align: left;
  font-size: var(--size_1s);
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
.footer_box {
  display: flex;
  justify-content: space-between;
align-items: center;
}
ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
}
ul.footer-menu li{
  margin-right:1rem;
}
ul.footer-menu li a{
  color: #fff;
  font-size: var(--size_1s);
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
	text-align: center;
	padding: 1em 0;
	letter-spacing: 0.1em;
	background-color: #fff;
	color: #000;
  font-size: var(--size_2s);

}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
/* index
---------------------------------------- */

/*main.index section:nth-child(n + 3):nth-child(odd) {
	background:var(--gray_thin);
}
main.under section:nth-child(n + 4):nth-child(even) {
	background:var(--gray_thin);
}

.sub-ttl {
}
*/
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page-top a::before {
  font-family: FontAwesome;
  content: '\f077';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 1rem 0px;
  font-size: var(--size_1s);
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
 section.pages-header {
  background: #ddd;
  padding: 50px 0;
}

h3{
	font-size: var(--size_2l);
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
}
h3.title {
	border-bottom: solid 1px var(--key);
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}
h3.title:before{
content: "";
display: inline-block;
width: 32px;
height: 32px;
min-width: 32px;
background: url(../img/icon_kakuhoshi.svg) no-repeat;
background-size: contain;
margin-right: 8px;
}
h4{
	font-size: var(--size_1l);
	margin-bottom: 20px;
}

h5{
	font-size: var(--size_1l);
	margin-bottom: 0.5rem;
}
p.read {
  font-size: var(--size_r);

}
p.detail {
  font-size: var(--size_1s);
}

table.office-table {
	margin: 20px auto;
	width: 100%;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 30px 10px;
	border-right: none;
	border-left: none;
}
.office-table td {
	border: solid 1px #777;
	border-left: none;
	padding: 20px;
	border-right: none;
}
section.contents {
	padding: 80px 0px;
}
/*====================
business
 ====================*/
article.business_box {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
.business_box_right {
	padding-left: 10px;
}
.business_box_left {
	padding-right: 10px;
}
p.business_img_box {
	width: 250px;
	height: auto;
}
.business_box h3 {
	background-color:var(--key);
	text-align: left;
	color: #fff;
	padding: 10px;
}
p.comment {
	text-align: left;
	padding: 10px;
}
/*====================
company
 ====================*/

ul.list li {
}

/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding-bottom: 10px;
}
.info .topicsText {
  margin-bottom: 2em;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 30px auto;
  background-color: #f6f6f6;
}
.info .topics{
  margin-bottom: 1em;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;    width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
    margin-right: 10px;
list-style: none;
}
ul.pageArea-navi-number li a{
text-decoration: none
}
ul.pageArea-navi-number li a:hover{
background-color: #f9e33e;
}
span.pager_index {
 background-color: #f8f8f8; border: 1px solid #ccc;
  padding: 5px 10px;color: #333;display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
 border: 1px solid #C7383A;
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/*	KAHISU_LP
------------------------------------------------------------*/
.br-sp {
	display: none;
}
.br-pc {
	display: block;
}
.topimg_container_warpper {
	background-image: url(../img/img_top_under.png);
	background-repeat: no-repeat;

}
.topimg_container {
	min-width: 1024PX;
	text-align: center;

}
.topimg_container img {
	height: calc(100vh - 180px);
	max-height: 640px;
	object-fit: contain;
}
.strong_point {
	text-align: center;
	background-color: var(--key);
	padding: 30px 0;
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
}
.strong_point_box {
	text-align: center;
	padding: 30px 0;
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	border: 1px solid #fff;
	margin-bottom: 20px;
	border: 1px solid #fff;
	margin-bottom: 20px;
}
p.coupon_detail{
	margin-bottom: 10px;
}
p.coupon_detail{
	font-size: var(--size_2l);
	line-height: 1.5;
}
.topcaption_day {
	color: #fff;
}
.topcaption_coupon {
	color: var(--accent);
}
.mark_r {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}
.title_box {
	text-align: center;
}
.title_box .tokuchou_ttl {
	font-size: var(--size_5l);
	margin-bottom: 3rem;
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	line-height: 1.5;
}
.title_box .tokuchou_ttl .strong {
	color: var(--strong);
}
.box {
	display: flex;
	justify-content: space-between;
}
.col_md_4{
flex: 0 0 calc(0.33 - 17px);
}
.col_md_5{
	flex: 0 0 calc(41.6% - 17px);
}
.col_md_6{
	flex: 0 0 calc(50% - 17px);

}
.col_md_7{
	flex: 0 0 calc(58.3% - 17px);
}

.img_box {
}
.img_box img {
	width: 100%;
}
.p_box {
}
.features .p_box {
	font-size: 19px;
}

.title_box h2 {
	position: relative;
	margin-bottom: 50px;
	color: var(--key);
	font-size: var(--size_4l);
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-bottom: 10px;
}
.title_box h2::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	width: 100px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #e2c88e;
}
main.index section.kodawari {
	background:var(--gray_thin);
}
.kodawari .box {
}
.kodawari_item h3{
display: flex;
border-bottom: solid 1px var(--key);
margin-bottom: 30px;

}
.kodawari_item:first-of-type .box {
	flex-direction: row-reverse;
}
.kodawari_item:first-of-type .p_box {
	margin-left: 0;
}
.kodawari_item:not(:first-of-type) {
	margin-top: 50px;
}
.kodawari h3 span {
	margin-right: 1.5rem;
	color: #fff;
	background-color: var(--key);
	border-radius: 4px 4px 0 0;
	padding: 0.2rem 0.8rem;
}
.merit {
	position: relative;
	height: 412px;
}
.merit_img {
	position: absolute;
	left: 0;
	z-index: -1;
}
.merit_box {
	width: 652px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	padding: 20px;
	background: #fff;
	border-radius: 8px;
}
.merit_ttl {
	text-align: center;
	color: #F38000;
	font-size: var(--size_3l);
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.merit_p {

}
.merit_p p {
	line-height: 2.5;
	font-size: 18px;
}

.note {
	background-image: linear-gradient(180deg, #eee 1px, transparent 1px);
	background-size: 100% 2.5em;
	font-size: 17px;
	line-height: 2.5em;
	padding: 0 10px 1px;
}
.note p{
	font-size: 17px;
	line-height: 2.5em;
}
article p{
	margin-top: 2em;
}
h3.fukidashi{
	position: relative;
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	line-height: 1.4;
	margin-bottom: 1.5rem;
}

h3.fukidashi:before {
	content: "";
	background-image: url(../img/fukidashi.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 37px;
	height: 37px;
}
h3.fukidashi::after {
	content: "";
	background-image: url(../img/fukidashi.svg);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 37px;
	height: 37px;
	transform: scale(-1, 1);
}
main.index section.recipe {
	background: #f9f6e5;
}
p.catch {
	font-size: var(--size_1l);
	margin-bottom: 50px;
	text-align: center;
}
.recipe .box > div:nth-child(2) {
	margin-top: 100px;
}
.recipe h5{
	display: flex;
	align-items: center;
}
.recipe h5::before{
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/icon_drink.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;

}
.recipe h5 span{
	background-color: #E21700;
	color: #fff;
	font-size: var(--size_1s);
	padding: 2px 6px;
	margin-left: 0.5rem;
}
p.recipe_txt {
	font-size: 16px;
}
.type_textbox {
	margin: 1.5rem auto;
}
.type_textbox p {
	margin-top: 0.6rem;
}
.type_box {
	display: flex;
	justify-content: space-between;
}
.type_inner_box {
	display: flex;
	background-color: #fff;
	border: solid 1px #000;
	padding: 1rem;
}
.type_inner_box img {
	width: 152px;
	height: auto;
}
.type_inner_box:last-child {
}
.type_inner_textbox {
	padding-left: 20px;
}
.type_inner_box h4 {
	border-bottom: solid 1px;
	padding-bottom: 0.4rem;
}
.type_inner_box:first-of-type .type_item {
	border-color: var(--blend_g);
	color:var(--blend_g);
}
.type_inner_box:last-of-type .type_item {
	border-color: var(--blend_m);
	color: var(--blend_m);
}
.giftbox .box {
	flex-direction: row-reverse;
}
.giftbox .p_box {
}
.coupon {
	text-align: center;
	background-color: var(--key);
	padding: 1em;
}
.coupon p.detail {
	color: #fff;
}
.coupon_title_box {
	font-weight: 700;
	color: #fff;
}
p.coupon_title_txt{
	color:var(--sub);
	font-size: var(--size_1l);
}
p.coupon_title_txt span{
	font-size: var(--size_3l);
}
p.coupon_title_message{
	font-size: var(--size_2l);
}

.coupon_title_box p:last-of-type {
	margin: 2rem auto;
}
.coupon_box {
	border: solid 1px #fff;
	padding: 2rem;
}
.coupon_box p {
	line-height: 1.5;
	margin-bottom: 20px;
}
.coupon_box .coupon_day {
	font-size: var(--size_2l);
}
.coupon_box .coupon_coupon {
	color: var(--accent);
	font-size: var(--size_3l);
	font-weight: 700;

}

.coupon_attention p {
	text-align: start;
	margin-bottom: 30px;
	color: #fff;
}
.coupon_store_btn {
	margin: 0 auto;
}
.coupon_store_btn a {
	display: inline-block;
	width: 500px;
	height: 70px;
	line-height: 70px;
	color: #000;
	font-weight: bold;
	background-color: var(--accent);
	border-radius: 50px;
}
.coupon_store_btn a:hover{
	background-color: #ffeb87;
	color: var(--key);
}
.coupon_store_btn.top_btn a {
	margin-top: var(--size_2s);
	width: 400px;
	height: 50px;
	line-height: 50px;
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	margin-top: 0;
}

.coupon_code p {
	display: inline-block;
	font-size: 24px;
	padding: 5px 16px;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;
}

.strong_point .coupon_attention .top_detail {
	font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 100;
}
.strong_point .coupon_attention {
	width: 700px;
	margin: var(--size_2s) auto;
}
.strong_point .coupon_attention p {
	margin-bottom: 1rem;
}
/*recipe動画*/

main.index section.video {
	background: #f9f6e5;
	padding-top: 80px;
}
.video_catch {
	font-size: var(--size_1l);
    margin: 40px 0;
	text-align: center;
	font-weight: 700;
    line-height: 1.5;
}
.video_wapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.video_items{
width: calc((100% - 120px) / 3);
}
@media screen and (max-width: 481px) {

.video_items{
	width:100%;
	}
}

.video_items video,
.video_items iframe {
	width: 100%;
	margin-bottom: 20px;
}

.video_items iframe {
	height: 462px;
}

.video_items p {
	font-size: 14px;
	line-height: 1.6;
}
.video_items:not(:last-child) {
	margin-right: 60px;
}
.video_title_item{
	/*border-bottom: solid 1px;*/
	margin-bottom: 0;
    padding-bottom: 0.4rem;
	font-size: var(--size_2l);
}



/*通常*/
.oseibo .topimg_container_warpper {
	background-image: url(../img/img_top_keirou.png);
	background-repeat: no-repeat;
}
/*敬老*/
.oseibo .topimg_container_warpper {
	background-image: url(../img/img_top_keirou.png);
	background-repeat: no-repeat;
}

/*お歳暮*/
.oseibo .topimg_container_warpper {
	background-image: url(../img/img_top_under_oseibo.png);
	background-repeat: no-repeat;
}
.oseibo .strong_point {
	background-color: var(--oseibo_key);
}
.oseibo .coupon_code p {
	color: var(--oseibo_strong);
}
.oseibo .title_box h2{
	color: var(--oseibo_key);
}
.oseibo .coupon{
	background-color: var(--oseibo_key);
}
.oseibo .kodawari h3 span{
	background-color: var(--oseibo_key);
}
.oseibo .kodawari_item h3{
	border-bottom: solid 1px var(--oseibo_key);
}
