@charset "utf-8";
/* CSS Document */


/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; /*font-weight:normal;*/ clear:both}
p{ margin:0px; padding:0px}

.navbar {
  margin-bottom:0px;
  border:none;
}
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #efefef;}
.table{ margin-bottom:30px}
.table th{ width:30%}

@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

img.img-fluid {display: block;}


/* 全体構造
---------------------------------------------------- */
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, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{clear:both;}

img{border:0;vertical-align:bottom;}

a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

hr {
    display:block;
    height:1px;
    border-top:1px dotted #36211b;
    margin:0;
    padding:0;
	margin-bottom:20px
}

body{
	font-size:85%;/* 基本のフォントサイズ */
	line-height:185%;/* 基本の行間 */
	font-family:FontAwesome, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#36211b;
	letter-spacing: 0.05em;
	background-color: #fff;
}

sup {font-size: 80%;}

header,
main,
footer{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.en{
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 600;
}

html{
	scroll-padding-top: 60px;
}
@media print, screen and (min-width: 992px){
	html{
		scroll-padding-top: 94px;
	}
}
@media print, screen and (min-width: 1200px){
	html{
		scroll-padding-top: 97px;
	}
}
@media print, screen and (min-width: 1600px){
	html{
		scroll-padding-top: 130px;
	}
}

/* link
---------------------------------------------------- */
a:link,a:visited,a:hover,a:active{text-decoration:none; color:#36211b; }
/*.link_kon a:link,a:visited,a:hover,a:active{text-decoration:none; color:#f58599}*/


/* header
---------------------------------------------------- */
header{
	width: 100%;
	top: 0;
	z-index: 100;
	position: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #7b9858;
	transition: .3s ease-in-out;
	box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.11);
}

@media print, screen and (min-width: 992px) {
	header{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media print, screen and (min-width: 1200px) {
	header{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media print, screen and (min-width: 1600px) {
	header{
		padding-top: 25px;
		padding-bottom: 25px;
	}
}


/*nav img {float: right;}*/

.head_left{padding-left: 0;}
.head_right{padding-right: 0;}

.buy_img{
	max-width: 180px;
	width: 100%;
	margin: 0 auto;
}
.buy_img img{
	width: 100%;
	height: auto;
}

.buy_box{
	padding: 20px;
}
.buy_box .in{
	border: 1px solid #7b9858;
	border-radius: 20px;
	padding: 10px 0;
}
.buy_box .in p{
	width: 50%;
	float: left;
}
.buy_box .tac{
	font-size: 120%;
	line-height: 1.4em;
	margin: 10px 0 15px 0;
}
@media print, screen and (min-width: 768px) {
	.buy_box .in{
		padding: 10px 10px;
	}
	.buy_box .in p{
		width: 25%;
	}
	
}
@media print, screen and (min-width: 992px) {
	.buy_box{
		padding: 0;
	}
	.buy_box .in{
		padding: 5px 0;
		margin: 10px;
	}
	.buy_box .in p{
		width: 100%;
		border-top: 1px solid #dadada;
	}
	.buy_box .in p:first-child{
		border-top:none;
	}
	.buy_box .tac{
		font-size: 100%;
		margin: 10px 0;
		font-weight: 400;
	}
	.buy_img{
		max-width: 120px;
	}
}


.sns_img{
	max-width:25px;
	width: 100%;
	margin-right: 5px;
}
.sns_img img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1200px) {
	.sns_img{
		max-width:35px;
		margin-right: 7px;
	}
}



/*----------------header固定----------------*/
@media print, screen and (min-width: 992px) {
	header .logo {
		position: absolute;
		top: 4px;
		left: 25px;
		display: flex;
		transition: .3s ease-in-out;
		z-index: 100;
	}
	.logo a:link,
	.logo a:visited{
		transition: .3s ease-in-out;
		line-height: 1.4em;
	}
	.logo a:hover {opacity: 1;}
	
	header .logo{ max-width: 140px; width: 100%;}
}
@media print, screen and (min-width: 1200px) {
	header .logo {top: 7px; left: 45px; max-width: 160px;}
}
@media print, screen and (min-width: 1600px) {
	header .logo{top: 3px; max-width: 180px;}
}

@media only screen and (max-width: 991px) {
	.sp_box>p{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.sp_box a{
		margin: 10px!important;
		width: auto!important;
	}
}

/* navi
---------------------------------------------------- */
/*
.gNav a:hover {
  color: #999;
}
*/

.nav { display: none; }/*なぜかこの指定をしていた。何かに影響するかも*/
nav li a {
	font-size: 110%;
	line-height: 1.4em;
	font-weight: 700;
}
nav li .en{
	float: right;
	font-size: 80%;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
	background: #fff;
	font-size: 90%;
	line-height: 1.4em;
	font-weight: 400;
}
nav .sub-menu a:link,
nav .sub-menu a:visited{
	color: #36211b!important;
}
nav .sub-menu a:hover,
nav .sub-menu .navi-on2 a{
	color: #7b9858!important;
}

nav li a:link,
nav li a:visited{
	color: #36211b;
}
nav li a:hover{color: #7b9858; opacity: 1;}
nav li.navi-on a{color: #7b9858!important; opacity: 1; background: none;}
nav li.navi-on li a{color: #36211b;}

nav li.navi-on .sub-menu a{color: #36211b!important;}
nav li.navi-on .sub-menu a:hover,
nav li.navi-on .sub-menu .navi-on2 a{color: #7b9858!important;}
/*
.mean-container .mean-nav ul li.navi-on2 a{color: #7b9858!important;}
.gNav .sub-menu li.navi-on2 a{color: #36211b!important;}
*/
  nav li i {
    font-size: 12px;
    margin-left: 5px;
  }
  nav li.kounyu i {
    font-size: 16px;
    margin-left: 0;
    margin-right: 5px;
  }

nav li.navi-on a.mean-expand{color: #fff!important;}

@media only screen and (max-width: 767px) {
  .h_logo {
    /*width: 80px;*/
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100;
  }
  .gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
	
}
@media only screen and (max-width: 991px) {
  .h_logo {
    position: absolute;
    top:5px;
    left: 10px;
    z-index: 210;
  }
	
	.h_logo a{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.h_logo img{
		width: 145px;
		height: auto;
	}
	
	.mean-nav li{
		border-bottom: 1px solid #dadada;
	}
	.meanmenu-reveal {
	  margin: 15px 17px 27px 17px!important;
	}
	
	.mean-container .mean-bar{
		background: #36211b!important;
		-moz-background-size:100% 2px!important;
		background-size:100% 2px!important; 
	}
	.contact_mail .fa-envelope {display: none;}
	
	nav li .en{
		display: none;
	}
	/*
	.mean-nav img.img-fluid{
		display: inline-block!important;
		width: 45px;
		vertical-align: middle;
		padding-right: 10px;
	}
	*/
}

@media print, screen and (min-width: 992px) {
  /*.h_logo img {  width: 20px;}*/
  .h_top {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
  }
  .gNav>ul {
    position: relative;
    /*display: flex;*/
	  display: table;
	  width: auto!important;
	  float: right;
  }
  .gNav li {
    position: relative;
    /*margin-right: 3em;*/
	  display: table-cell;
	  vertical-align: middle;
  }
  .gNav li:last-child {
    margin-right: 0;
  }
  .gNav li a {
    position: relative;
    display: block;
    /*text-align: center;*/
    text-align: left;
    /*line-height: 80px;*/
	  padding: 3px 0 3px 0;
	  /*margin-left: 20px;*/
  }
  .gNav .sub-menu {
    visibility: hidden;/*初期設定を可視化してマウスで反応しないようにします*/
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 27px!important;
    left: 50%;
    margin-left: -75px;
    width: 175px;
    /*-webkit-transition: all .2s ease;現在では必要ないので消してもいい*/
    /*transition: all .2s ease;*/
	  transition: opacity .2s ease;
	 /* overflow: visible!important;*/
  }
  .gNav .sub-menu.long_pc {
    width: 280px;
  }
  .gNav .sub-menu li a {
    display: block;
    padding: 12px 10px;
    line-height: 1.2em;
	border-bottom: none;
	/*border-bottom: 1px solid #f4d8dd;*/
	font-size: 115%;
  }
  .gNav .sub-menu li:last-child a {
	border-bottom: none!important;
  }
  .gNav .sub-menu a:hover:after {
    content: none;
  }
  .gNav .sub-menu li {
    display: block;
    /*font-size: 16px;*/
    padding: 0;
    margin: 0;
  }
  .gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  .gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .gNav li ul li:after {
    content: none;
  }
  .gNav .sub-menu li a{
	  margin-left: 0;
	   display: -webkit-flex;
		display: flex;
		align-items: center;
	  font-weight: 500;
	  line-height: 1.6em;
	}
  .gNav .sub-menu li a:hover {
	  color: #7b9858!important;
  }
	
	nav li a {
		font-size: 100%;
	}
	.nav> li>a:hover,
	.nav>li.navi-on> a{
		color: #36211b;
		background: url("../images/navi-on.gif") repeat-x left bottom;
		background-color: none!important;
		opacity: 1;
	}
	nav li.sen_none a:hover{
		background: none;
		
		opacity: 1;
	}
	nav li.navi-on .sub-menu a::after{
		background: none;
	}
	nav li.navi-on .sub-menu a{color: #36211b!important;}
	nav li.navi-on .sub-menu a:hover{color: #7b9858!important;}
	nav li .en{
		float: none;
		display: block;
		font-size: 17px;
		line-height: 1.4em;
	}
	nav li img{
		width: 60px;
		min-width: 60px;
	}
}
@media print, screen and (min-width: 992px) {
	nav { padding-top: 0; padding-right: 25px; margin-top: 0;}
	
	
	.gNav>ul { margin-top: 0;}
	.gNav li a { margin-left: 11px;}
	.recruit_page .gNav li a { margin-left: 12px;}
	.gNav li a:link,
	.gNav li a:visited{
		color: #fff;
	}
	
	.d-lg-inline-block{
		color: #7b9858;
		vertical-align: middle;
	}
	nav .sub-menu,.mean-container .mean-nav ul ul{font-weight: 700;}
	
	
	/*ホバー*/
	nav > ul > li a::after {
	  position: absolute;
	  bottom: -2px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 1px;
	  background: #fff;
	transform: scale(0, 1);
	  transform-origin: center top;
	  transition: transform .3s;
	}
	nav > ul > li a:hover::after {
	  transform: scale(1, 1);
	}
	nav > ul > li.sen_none a::after {
	  background: none!important;
	}
	nav > ul > li.sen_none a:hover::after {
	  transform: 0!important;
	}
	nav > ul > li.navi-on a::after{
	  transform: scale(1, 1);
	}
	nav > ul > li a:hover,
	nav li.navi-on a{
		background: none!important;
		color: #fff!important;
	}
	
	
	nav .sub-menu,.mean-container .mean-nav ul ul {
		background: #36211b;
	}
	.sub-menu {
	  border-top:none!important;
	}
	.gNav .sub-menu li a:hover,
	.gNav .sub-menu li.navi-on2 a{
		/*background: #efefef!important;*/
		background: none!important;
		color: #7b9858 !important;
	}
	.gNav .sub-menu li a i {font-size: 120%; margin-right: 5px;}
	
	
	nav .sub-menu,.mean-container .mean-nav ul ul {
		background: #fff;
		border-radius: 20px;
		padding: 10px 5px;
		box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
	}
	
	nav > ul > li.kounyu a{
		border: 1px solid #fff;
		border-radius: 50px;
		padding: 7px 10px;
	}
	
}
@media print, screen and (min-width: 1200px) {
	nav { padding-right: 45px;}
	
	nav li a {
		font-size: 110%;
	}
	nav li .en{ font-size: 23px;}
	  .gNav .sub-menu {
		top: 30px!important;
	  }
	.gNav li a { margin-left: 22px;}
	nav > ul > li.kounyu a{
		padding: 10px 12px;

	}
}

.sub_navi{
	border-top: 2px solid #36211b;
}
.sub_navi p{
	width: 50%;
	float: left;
	border-bottom: 1px solid #36211b;
}
.sub_navi.long p{
	width: 100%;
	float: none;
	border-bottom: 1px solid #36211b;
}
.sub_navi p a:link,
.sub_navi p a:visited{
	background-color: #e5edf3;
	padding: 12px 15px!important;
}
.sub_navi p:nth-of-type(2n+1) { clear: both;}

nav li.navi-on .sub_navi a{
	color: #36211b!important;
}
nav li.navi-on .sub_navi a:hover{
	color: #212b5c!important;
}
@media print, screen and (min-width: 576px) {
	.sub_navi p{
		width: 25%;
	}
	.sub_navi p:nth-of-type(2n+1) { clear: none;}
	.sub_navi p:nth-of-type(4n+1) { clear: both;}
}
@media print, screen and (min-width: 768px) {
	.sub_navi.long p{
		width: 50%;
		float: left;
	}
}

/*
.mean-container .mean-nav ul li li{
	width: 50%!important;
	float: left;
}
.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: both;}
*/
.mean-container .mean-nav ul li.navi-on a:hover{
	/*background: #0f3876!important;*/
	color: #7b9858;
}
@media print, screen and (min-width: 576px) {
	.mean-container .mean-nav ul li li{
		width:50%!important;
		float: left;
		border-bottom: none;
	}
	.mean-container .mean-nav ul li li.w100{
		width:100%!important;
		float: none;
	}
	.mean-container .mean-nav ul li li:nth-of-type(2n+1) { clear: both;}
}


.mean-container .mean-nav ul li .long_pc li{
	width: 100%!important;
	float: left;
}
.sub-menu{
	/*border-top: 1px solid #ccc;*/
}
.mean-container .mean-nav ul li li a {
  padding: 1em 15px!important;
}

.mean-container .mean-bar{background: #7b9858!important;}/*ナビの背景*/

.osu1 {position: relative; z-index: 1;}
.osu2 {position: relative; z-index: 2;}
.osu3 {position: relative; z-index: 3;}

.f-right {float: right;}


.nav { display: none; }/*一瞬ナビが開くのをやめる*/

#top03 .nav{display: flex;}

#blog .nav{display: flex;}



@media print, screen and (min-width: 992px) {
	.gNav.hairsalon_page li a { margin-left: 12px;}
	nav.hairsalon_page li a { font-size: 73%;}
}
@media print, screen and (min-width: 1200px) {
	.gNav.hairsalon_page li a { margin-left: 15px;}
	nav.hairsalon_page li a { font-size: 90%;}
}
@media print, screen and (min-width: 1600px) {
	.gNav.hairsalon_page li a { margin-left: 30px;}
	nav.hairsalon_page li a { font-size: 110%;}
}


/* midashi
---------------------------------------------------- */
.fs60 {font-size:60%; line-height: 1.6em;}
.fs70 {font-size:70%;}
.fs75 {font-size:75%;}
.fs80 {font-size:80%; line-height: 1.6em;}
.fs85 {font-size:85%;}
.fs90 {font-size:90%;}
.fs90_sp100 {font-size:100%;}
.fs110 {font-size:110%; line-height:1.6em;}
.fs120 {font-size:120%;}
.fs140 {font-size:130%; line-height:1.6em;}
.fs160 {font-size:160%;}
.fs180 {font-size:180%;}

.fs250 {font-size:180%; line-height:1.0em;}
@media print, screen and (min-width: 768px) {
	.fs250 {font-size:250%;}
}

.fs100_sm90_md90_lg100 {font-size: 100%;}
@media print, screen and (min-width: 768px) {
	.fs100_sm90_md90_lg100 {font-size: 90%;}
	.fs90_sp100 {font-size:90%;}
}
@media print, screen and (min-width: 1200px){
	.fs100_sm90_md90_lg100 {font-size: 100%;}
}

@media print, screen and (min-width: 768px){
	.fs90_smmd{ font-size: 90%;}
}
@media print, screen and (min-width: 1200px){
	.fs90_smmd{ font-size: 100%;}
}

.fs60_sm80_md70{font-size: 80%;}
@media print, screen and (min-width: 992px){
	.fs60_sm80_md70{font-size: 70%;}
}
@media print, screen and (min-width: 1200px) {
	.fs60_sm80_md70{font-size: 60%;}
}

.fs160_sp140 {font-size: 140%;}
@media print, screen and (min-width: 768px) {
	.fs160_sp140 {font-size: 160%;}
}

.text_large{font-size: 110%; line-height: 2.0em; letter-spacing: 0.1em;}


.normal {font-weight: 400;}

@media print, screen and (min-width: 768px){
	.text_pl {padding-left: 20px;}
	.text_pr {padding-right: 20px;}
}
@media print, screen and (min-width: 1200px){
	.text_pl {padding-left: 40px;}
	.text_pr {padding-right: 40px;}
}


/*--------------------------*/

/*タイトルエフェクト*/
.title {display: inline-block;}
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #36211b;
    pointer-events: none;
    opacity: 0;
}

/* 画像を使うときはvertical-align bottomをしないと下に余白ができてしまうので注意！！ */
.revealImg {
    width: 300px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
}

/*--------------------------*/

.midashi_tate_area{
	position: relative;
	overflow: hidden;
}

.midashi_tate{display: none!important;}
@media print, screen and (min-width: 1600px) {
	.midashi_tate{
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode:vertical-rl;
		font-size: 90%;
		margin-bottom: 0;
		display: inline-block!important;
		position: absolute;
		z-index: 1;
		left: 30px;
		top: 0;
		padding-top: 40px;
		color: #36211b;
		background: url(../images/midashi_tate.gif) no-repeat center top;
		-moz-background-size:1px 32px;
		background-size:1px 32px; 
		font-family: "Oswald", sans-serif;
		font-weight: 500;
		letter-spacing: 0.2em;
	}
	.midashi_tate.white{
		color: #fff;
		background: url(../images/midashi_tate_white.gif) no-repeat center top;
	}
	.midashi_tate.sen_none{
		background: none;
	}
	.midashi_tate.migi{
		left: auto;
		right: 30px;
	}
}


/**/

#midashi_h2_area{
	position: relative;
	overflow: hidden;
	z-index: 0;
	color: #b4919b;
}
@media only screen and (max-width: 767px){
	#midashi_h2_area{
		border-bottom: 1px solid #dadada;
	}
	#midashi_h2_area .photo {display: none;}
}
@media print, screen and (min-width: 768px){
	#midashi_h2_area .photo{
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
		height: 100%;
		z-index: -1;
	}
	#midashi_h2_area .photo img{
		width: 100%;
		height: 100%;
	}
}

/**/


#midashi_h2{
	padding-top: 30px;
	color: #36211b;
	margin-top: 60px;
}
#midashi_h2 h2{
	line-height: 1.4em;
	margin-bottom: 30px;
	text-align: left; 
	font-size: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
		/*text-shadow : 0px 3px 5.6px rgba(0, 0, 0, 0.23) ;*/
}
#midashi_h2 h2 .en{
	font-size: 250%;
	line-height: 1.0em;
	margin-bottom: 5px;
	display: -webkit-flex;
    display: flex;
    align-items:center;
	font-weight: 400;
	color: #7b9858;
}
#midashi_h2 h2 .en img{
	min-width: 30px;
	max-width: 30px;
	margin-left: 15px;
}

.pankuzu{
	font-size: 85%;
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.pankuzu a:link,
.pankuzu a:visited{
	text-decoration: underline;
	color: #36211b;
}
@media print, screen and (min-width: 768px){
	.pankuzu{
		margin-bottom: 20px;
	}
}



@media print, screen and (min-width: 768px){
	#midashi_h2{
		padding-top: 60px;
	}
	#midashi_h2 h2{
		font-size:120%;
		margin-bottom: 60px;
	}
	#midashi_h2 h2 .en{ font-size: 290%;}
	#midashi_h2 .yohaku2 .text{
		border-bottom: 1px solid #36211b;
		width: 45%;
	}
}
@media print, screen and (min-width: 992px){
	#midashi_h2{ margin-top: 92px;}
	#midashi_h2 h2{ font-size: 120%; margin-bottom: 92px;}
	#midashi_h2 h2 .en{ font-size: 330%;}
	#midashi_h2 .yohaku2 .text{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media print, screen and (min-width: 1200px){
	#midashi_h2{
		margin-top: 83px;
		padding-top: 125px;
	}
	#midashi_h2 h2{
		font-size: 140%;
		margin-bottom: 125px;
	}
	#midashi_h2 h2 .en{ font-size: 360%;}
}
@media print, screen and (min-width: 1600px){
	#midashi_h2{
		margin-top: 93px;
		padding-top: 225px;
	}
	#midashi_h2 h2{
		margin-bottom: 225px;
	}
	#midashi_h2 h2 .en{ font-size: 420%;}
}




/*--------------------------*/

.midashi_en{
	color: #7b9858;
	font-family: "Google Sans", sans-serif;
	font-weight: 600;
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom:5px;
}
.midashi1{
	font-size: 150%;
	line-height: 1.4em;
	border-bottom: 1px solid #36211b;
	padding-bottom: 10px;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
}
.midashi1.sen_none{
	border-bottom: none;
	padding-bottom: 0;
}

.midashi2{
	font-size: 120%;
	line-height: 1.4em;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
}

.midashi3{
	font-size: 180%;
	line-height: 1.4em;
	font-family: "Google Sans", sans-serif;
	font-weight: 700;
	-webkit-text-stroke: 3px #7b9858;
  text-stroke: 3px #7b9858;
  paint-order: stroke;
	color: #fff;
}

.midashi4{
	font-size: 120%;
	line-height: 1.4em;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
}
.midashi4.tac{justify-content: center;}
.midashi4.sen{
    font-weight: 700;
    font-size: 110%;
    line-height: 1.4em;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.midashi4.sen:before {
  border-top: 1px solid;
  content: "";
  width: 1em; /* 線の長さ*/
}
.midashi4.sen:before {
  margin-right: 1em; /* 文字の右隣 */
}

.midashi4.sen2{
	font-size: 120%;
	line-height: 1.4em;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	border-bottom: 1px solid #36211b;
	padding-bottom: 10px;
}


.midashi5{
	font-size: 100%;
	line-height: 1.4em;
	font-family: "Kosugi Maru", sans-serif;
	font-weight: 400;
	box-shadow: 0px 6px 0px 2px rgba(54, 0, 0, 0.11);
	padding: 10px;
	background: #faf1ea;
	display: inline-block;
}


@media print, screen and (min-width: 576px) {
}
@media print, screen and (min-width: 768px) {
	.pl_text {padding-left: 15px;}
	.pr_text {padding-right: 15px;}
	.midashi1{ font-size: 170%;}
	.midashi3{ font-size: 220%;}
	.midashi5{ font-size: 110%;}
}
@media print, screen and (min-width: 992px) {
	.pl_text {padding-left: 25px;}
	.pr_text {padding-right: 25px;}
	.midashi1{ font-size: 180%;}
	.midashi3{ font-size: 250%;}
	.midashi5{ font-size: 120%;}
}
@media print, screen and (min-width: 1200px) {
	.midashi1{ font-size: 200%;}
	.midashi2{ font-size: 150%;}
}
@media print, screen and (min-width: 1600px) {
	.midashi1{ font-size: 220%;}

}

.title_narabi{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.title_narabi .yoko{margin-left: 30px;}
.title_narabi .last{margin-left: auto;}

.img01{ max-width: 40px;}
.img01 img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1200px) {
	.img01{ max-width: 75px;}
}

.img04{ max-width: 70px;}
.img04 img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 1200px) {
	.img04{ max-width: 100px;}
}

.title_narabi .img04 {margin-right: 10px;}


/*リンク・ボタン関係
---------------------------------------------------- */
a:hover{opacity:0.7;filter: alpha(opacity=70);/*transition: 0.5s;*/}

.btn{ padding-top:10px; padding-bottom:10px;}
@media print, screen and (min-width: 768px) {.btn{ padding:10px 25px;}}

.btn.dsb_sp {display: block;}
@media print, screen and (min-width: 768px) {.btn.dsb_sp {display: inline-block;}}

.btn_area{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.btn_area >div:first-child {margin-right: 10px;}


.button1 {
  width:max-content;
  height:auto;
  position:relative
}
.button1 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	background-color: #36211b;
	padding: 8px 8px 8px 28px;
	border-radius: 50px;
}
.button1.en a{font-size: 90%;}
.button1 a:link,
.button1 a:visited{
	text-decoration: none;
	color: #fff;
}
.button1 a:hover {
  color:#7b9858;
  opacity:1
}
.button1 a .arrow {
  width:32px;
  height:32px;
  margin-left:30px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button1 a .arrow i {
	color: #fff;
}
.button1 a:hover .arrow {
  width:40px;
  height:40px;
}



.mannaka .button1,
.mannaka .button2,
.mannaka .button3{
	margin: 0 auto;
}


.button2 {
  width:max-content;
  height:auto;
  position:relative
}
.button2 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	background-color: #7b9858;
	padding: 8px 8px 8px 28px;
	border-radius: 50px;
}
.button2.en a{font-size: 90%;}
.button2 a:link,
.button2 a:visited{
	text-decoration: none;
	color: #fff;
}
.button2 a:hover {
  color:#36211b;
  opacity:1
}
.button2 a .arrow {
  width:32px;
  height:32px;
  margin-left:30px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button2 a .arrow i {
	color: #fff;
}
.button2 .arrow::before {
  background-color:#36211b
}

.button2 a:hover .arrow {
  width:40px;
  height:40px;
}




.button3 {
  width:max-content;
  height:auto;
  position:relative
}
.button3 a {
  font-size:100%;
  font-weight:700;
  letter-spacing:0;
  line-height:1.5;
  display:flex;
  justify-content:space-between;
  align-items:center;
  transition:color .2s cubic-bezier(0.33, 1, 0.68, 1);
	padding: 8px 18px 8px 38px;
	border-radius: 50px;
	border-collapse: collapse;
	border: 1px solid #fff;
}
.button3.en a{font-size: 90%;}
.button3 a:link,
.button3 a:visited{
	text-decoration: none;
	color: #fff;
}
.button3 a:hover {
  color:#36211b;
  opacity:1
}
.button3 a .arrow {
  width:32px;
  height:32px;
  margin-left:30px;
  transition:width .2s cubic-bezier(0.33, 1, 0.68, 1),height .2s cubic-bezier(0.33, 1, 0.68, 1)
}
.button3 a .arrow i {
	color: #fff;
}
.button3 .arrow::before {
  background-color:#36211b
}
.button3 a:hover .arrow {
  width:40px;
  height:40px;
}


.arrow {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-shrink:0;
  width:24px;
  height:24px;
  position:relative;
  border-radius:50%
}
.arrow::before {
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  inset:0 auto auto 0;
  background-color:#7b9858;
  border-radius:50%;
  transition:transform .64s cubic-bezier(0, 0.55, 0.45, 1)
}
.arrow.red::before {
  background-color:#7b9858
}
.arrow.red i {
  fill:#36211b
}
.arrow.gray::before {
  background-color:#f6f6f6
}
.arrow.gray i {
  fill:#7b9858
}
.arrow.white::before {
  background-color:#36211b
}
.arrow.white i {
  fill:#7b9858
}
.arrow i {
  fill:#36211b;
  position:relative
}


.link_box{
	margin-left: -1%;
	margin-right: -1%;
}
.link_box li{
	list-style: none;
	display: inline-block;
	width: 48%;
	float: left;
	margin: 1%;
}
.link_box li:nth-of-type(2n+1) { clear: both;}
.link_box li a:link,
.link_box li a:visited{
	color:#36211b;
	padding:10px 15px 10px 30px ;
	text-decoration: none;
	border: 1px solid #36211b;
	border-radius: 50px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.link_box li a:hover{
	color:#fff;
	background: #7b9858;
	border: 1px solid #7b9858;
	opacity: 1;
}
.link_box li i {margin-left: auto;}
@media print, screen and (min-width: 992px) {
	.link_box li{
		width: 23%;
		margin: 1%;
	}
	.link_box li:nth-of-type(2n+1) { clear: none;}
	.link_box li:nth-of-type(4n+1) { clear: both;}
}

.btn1{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn1.en {font-size: 300;}
.btn1:link,
.btn1:visited{
	color:#36211b;
	padding:15px 0 5px 0;
	text-decoration: none;
	z-index: 2;
	border-bottom: 1px solid #36211b;
}
.btn1:hover{
	opacity: 1;
	padding:15px 20px;
	background: #36211b;
	color: #fff;
}
.btn1.btn {border-radius: 0; }
.btn1 i {margin-left: 60px;}
@media print, screen and (min-width: 768px) {
	.tal_sptac .btn1{
		margin: 0;
	}
}
@media print, screen and (min-width: 992px) {
}




.btn2{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn2.en {font-size: 300;}
.btn2:link,
.btn2:visited{
	color:#fff;
	padding:12px 20px;
	text-decoration: none;
	z-index: 2;
	background: #7b9858;
}
.btn2:hover{
	opacity: 1;
	background: #36211b;
}
.btn2.white:link,
.btn2.white:visited{
	color:#fff;
	background-color: none;
	border: 1px solid #fff;
}
.btn2.white:hover{
	background: #36211b;
}
.btn2.btn {border-radius: 50px; }
.btn2 i {margin-left: 30px; font-size: 9px;}
@media print, screen and (min-width: 768px) {
	.tal_sptac .btn2{
		margin: 0;
	}
	.btn2 i {margin-left: 60px;}
}



.printer_btn button{
	color:#fff;
	padding:10px 20px ;
	text-decoration: none;
	background-color: #fc9724;
	border: none;
	border-radius: 5px;
	outline: none;
}
.printer_btn button i {margin-right: 10px; font-size: 120%;}

.btn3{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 0;
	font-weight: 700;
}
.btn3:link,
.btn3:visited{
	color:#fff;
	padding:10px 20px ;
	text-decoration: none;
	background-color: #fc9724;
	position: relative;
	z-index: 2;
}
.btn3:hover{
	opacity: 1;
	background-color: #7b9858;
	box-shadow: none;
}
.btn3 i {margin-right: 10px; font-size: 120%;}

.btn3.btn {border-radius: 5px; }





.btn_mail{
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	z-index: 210!important;
	font-weight: 700;
}
.btn_mail:link,
.btn_mail:visited{
	color:#fff!important;
	background: #7b9858;
	padding:15px 20px!important;
	text-decoration: none;
	font-size: 100%;
}
.btn_mail:hover,
.navi-on .btn_mail{
	opacity: 1;
	color:#fff!important;
	background: #36211b!important;
}
.btn_mail.btn {border-radius: 50px; border: 0;}

.btn_mail i { margin-left: 7px;}
@media print, screen and (min-width: 1200px) {
	.btn_mail:link,
	.btn_mail:visited{
		padding:15px 35px;
		font-size: 110%;
	}
}




.btn_pdf{
	font-size: 100%;
	line-height:1.4em;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn_pdf:link,
.btn_pdf:visited{
	color:#fff;
	padding:12px 20px;
	text-decoration: none;
	z-index: 2;
	background: #e45e50;
	display: -webkit-flex;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
}
	
.btn_pdf:hover{
	opacity: 1;
	background: #36211b;
}
.btn_pdf.btn {border-radius: 5px; }
.btn_pdf i {margin-right: 10px; font-size: 130%;}
@media print, screen and (min-width: 768px) {
	.tal_sptac .btn_pdf{
		margin: 0;
	}
}




.btn_detail{
	font-size: 80%;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
	position: relative;
	margin-left: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.btn_detail:link,
.btn_detail:visited{
	color:#fff;
	background: #36211b;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
}
.btn_detail:hover{
	opacity: 1;
	background: #7b9858;
}
.btn_detail.btn {border-radius: 50px; padding:0;}

.btn_map{display: inline-block;}
.btn_map a:link,
.btn_map a:visited{
   width:30px;
   height:30px;
   border-radius:50%;
   background: #00a4e1;
   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
	color: #fff;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}
.btn_map a:hover{
	opacity: 1;
	background: #36211b;
}





.pdf_list li{
	list-style: none;
	margin-bottom: 3px;
}
.pdf_list li a:link,
.pdf_list li a:visited{
	padding: 10px 15px;
	color: #e45e50;
	display: block;
	text-decoration: none;
	font-size: 90%;
	border: 1px solid #e45e50;
	border-radius: 5px;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
    display: -webkit-flex;
    display: flex;
    align-items: center;

}
.pdf_list li a:hover{
	border-radius: 50px;
}
.pdf_list li i {margin-right: 10px; font-size: 140%;}
@media print, screen and (min-width: 768px){
	.pdf_list{
		margin-left: -1%;
		margin-right: -1%;
	}
	.pdf_list li{
		width: 31.3%;
		float: left;
		margin: 1%;
	}
}

.text_link_area a {text-decoration: underline; color: #36211b;}

a.text_link {text-decoration: underline; color: #36211b;}
a.text_link2 {text-decoration: underline; color: #fff;}

.cate_text a:link,
.cate_text a:visited{
	text-decoration: underline;
	color: #00ac9a;
}
@media only screen and (max-width: 767px) {
	.text_link_sp {text-decoration: underline; color: #36211b;}
	.text_link_sp2 {text-decoration: underline!important; color: #fff;}
}

/* リスト
---------------------------------------------------- */
ol.list_ol{
	list-style:decimal;
	margin-left:25px;
}
ol.list_kansuji{
	list-style-type: cjk-ideographic;
	margin-left:35px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
ol.list_kansuji li {margin-bottom: 5px;}
ul.list_ul{
	list-style:disc;
	margin-left:20px;
}
ul.list_ul .sub{
	font-size: 80%;
	line-height: 1.6em;
}


ol.list_num {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
 
ol.list_num> li {
	color: #36211b;
}
ol.list_num > li {
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
	font-weight: 500;
}
ol.list_num > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #36211b;
  color: #fff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: -35px;
  text-align: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
font-family: 'Roboto', sans-serif;
font-weight: 700;
	margin-top: 5px;
	font-size: 80%;
}
@media print, screen and (min-width: 768px){
	ol.list_num.association_page> li {
		width: 48%;
		float: left;
	}
	ol.list_num.association_page> li:nth-of-type(2n+1) { clear: both;}
}




/*
ul.list_check li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	line-height: 1.6em;
	font-size: 110%;
	margin-bottom: 5px;
	text-align: left;
}
ul.list_check li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-right: 5px;
	color: #43b7cb;
}
ul.list_check.red li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	margin-right: 5px;
	color: #e24579;
}
*/

ul.list_maru li{
	list-style:none;
	text-indent: -1.2em;
	padding-left:1.2em;
	padding-bottom: 10px;
	line-height: 1.6em;
}
ul.list_maru li:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F517";
	margin-right: 5px;
	color: #7b9858;
	font-size: 80%;
}

ul.list_check li{
	list-style: none;
	display: -webkit-flex;
    display: flex;
}
ul.list_check li i {margin-right: 7px; color: #7b9858; font-size: 120%;}

ul.list_check.kasen li{
	border-collapse: collapse;
	border-bottom: 1px solid #b9c6b1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/* color
---------------------------------------------------- */
.red{color:#e45e50;}
.white{color:#fff;}
.black{color:#36211b;}
.green{color:#7b9858;}
.orange{color:#fc9724;}
.gold{color:#aa9862;}
.gray{color:#807673;}
.cha{color:#805030;}


/* hanyo
---------------------------------------------------- */
.large{font-size:110%;line-height:1.7em}
.small{font-size:80%;line-height:1.5em; font-weight:normal}
.lsn{ list-style:none;}
.ln{ line-height:normal}
.dsb{ display:block}
.dsi{ display:inline}

.kome {text-indent:-1em; margin-left:1em;}
.kome_num {text-indent:-2.8em; margin-left:2.8em;}


.tal{ text-align:left}
.tac{ text-align:center}
.tar{ text-align:right}
.bold {font-weight:bold;}

.tar_sptac {text-align:center;}
@media print, screen and (min-width: 768px) {
.tar_sptac {text-align:right;}
.large{font-size:120%;}
}

.tar_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px) {
.tar_spsmtac {text-align:right;}
.large{font-size:130%;}
}

.tar_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tar_sptal {text-align:right;}
}

.tal_lgtar {text-align:left;}
@media print, screen and (min-width: 1200px){
.tal_lgtar {text-align:right;}
}

.tal_smtac {text-align:center;}
@media print, screen and (min-width: 576px){
.tal_smtac {text-align:left;}
}

.tal_sptac {text-align:center;}
@media print, screen and (min-width: 768px){
.tal_sptac {text-align:left;}
}

.tal_spsmtac {text-align:center;}
@media print, screen and (min-width: 992px){
.tal_spsmtac {text-align:left;}
}

.tac_smtal {text-align:left;}
@media print, screen and (min-width: 576px){
.tac_smtal {text-align:center;}
}
.tac_sptal {text-align:left;}
@media print, screen and (min-width: 768px){
.tac_sptal {text-align:center;}
}

.img_c img{
	margin: 0 auto;
}
.margin_auto{margin: 0 auto;}

/* dl
---------------------------------------------------- */
/*
.dl_list dt{
	background: url(../images/dl_sen.jpg) no-repeat left center;
	padding: 3px 0 3px 25px;
}
.dl_list dd{
	line-height: 1.8em;
	padding-left: 25px;
}
*/

/* テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}
table ul.list_ul, table ol.list_ol{margin-left:20px;}

.nw {width:1%; white-space:nowrap;}
@media only screen and (max-width: 767px){
	.nw_sp {width:1%; white-space:nowrap;}
}
@media print, screen and (min-width: 768px){
	.nw_spnone {width:1%; white-space:nowrap;}
}

.table1{
	width:100%;
	border-collapse: collapse;
	/*border-top: 1px solid #dadada;*/
}
.table1 th{
	width:100%;
	padding:10px 10px 0 10px;
	display: block;
	color: #807673;
	font-weight: 700;
}
.table1 td{
	width:100%;
	padding:0 10px 10px 10px;
	display: block;
	border-bottom: 1px solid #dadada;
	font-weight: 400;
}
@media print, screen and (min-width: 768px) {
	.table1 th{
		width:35%;
		padding:12px 12px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #dadada;
		color: #36211b;
	}
	.table1 td{
		width:100%;
		padding:12px 12px;
		display:table-cell;
		vertical-align: middle;
	}
}
@media print, screen and (min-width: 992px) {
	.table1 th{ width:35%;}
}
@media print, screen and (min-width: 1200px) {
	.table1 th{ width:30%;}
}



.table2{
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #dadada;
	border-left: 1px solid #dadada;
}
.table2 th,.table2 td{
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	line-height: 1.4em;
	font-size: 90%;
}
.table2 th {background-color: #efefef; width: 30%;}
.table2 td {background-color: #fff;}
@media print, screen and (min-width: 576px) {
	.table2 th{
		width: 1%;
		white-space: nowrap;
		padding: 15px 10px;
	}
}
@media print, screen and (min-width: 768px) {
	.table2 th,.table2 td{
		font-size: 100%;
		padding: 15px 15px;
	}
}

.wsnr {white-space: nowrap;}

/* サイズ指定
---------------------------------------------------- */
.mb05{ margin-bottom:5px}
.mb10{ margin-bottom:10px}
.mb15{ margin-bottom:15px}
.mb20{ margin-bottom:20px}
.mb30{ margin-bottom:30px}
.mb40{ margin-bottom:40px}
.mb50{ margin-bottom:50px}
.mb60{ margin-bottom:60px}
.mb70{ margin-bottom:70px}
.mt10{ margin-top:10px}
.mt20{ margin-top:20px}
.mt40{ margin-top:40px}
.ml20{ margin-left:20px}
.ml05{ margin-left:5px}
.ml10{ margin-left:10px}

.pl40 {padding-left: 40px;}
.mt10{ margin-top:10px}

@media print, screen and (min-width: 768px) {.pr30_sp0 {padding-right: 30px;}}

.mb10_sp {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb10_sp {margin-bottom:0;}}

.mb15_sp {margin-bottom:15px;}
@media print, screen and (min-width: 768px) {.mb15_sp {margin-bottom:0;}}

.mb20_sp {margin-bottom:20px;}
@media print, screen and (min-width: 768px) {.mb20_sp {margin-bottom:0;}}

.mb30_sp {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sp {margin-bottom:0;}}

.mb50_sp {margin-bottom:50px;}
@media print, screen and (min-width: 768px) {.mb50_sp {margin-bottom:0;}}

.mb50_lg0 {margin-bottom:50px;}
@media print, screen and (min-width: 992px) {.mb50_lg0 {margin-bottom:0;}}

.mb50_sp_sm0 {margin-bottom:50px;}
@media print, screen and (min-width: 576px) {.mb50_sp_sm0 {margin-bottom:0;}}

@media print, screen and (min-width: 768px) {.mb30_sp0 {margin-bottom:30px;}}

@media print, screen and (min-width: 992px) {.mb30_spsm0 {margin-bottom:0;}}

.mt10_sm20_md30 {margin-top: 10px;}
@media print, screen and (min-width: 768px) {.mt10_sm20_md30 {margin-top: 20px;}}
@media print, screen and (min-width: 992px) {.mt10_sm20_md30 {margin-top: 30px;}}

.mt20_sm40_md50 {margin-top: 20px;}
@media print, screen and (min-width: 768px) {.mt20_sm40_md50 {margin-top: 40px;}}
@media print, screen and (min-width: 992px) {.mt20_sm40_md50 {margin-top: 50px;}}

.mb10_md0 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md0 {margin-bottom: 0;}}

.mb10_lg0 {margin-bottom: 10px;}
@media print, screen and (min-width: 1200px) {.mb10_lg0 {margin-bottom: 0;}}

.mb10_sm30 {margin-bottom: 10px;}
@media print, screen and (min-width: 768px) {.mb10_sm30 {margin-bottom: 30px;}}

.mb10_md20 {margin-bottom: 10px;}
@media print, screen and (min-width: 992px) {.mb10_md20 {margin-bottom: 20px;}}

@media print, screen and (min-width: 768px) {.mb20_sp0 {margin-bottom: 20px;}}

.mb20_md0 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md0 {margin-bottom: 0;}}

.mb20_sm30 {margin-bottom: 20px;}
@media print, screen and (min-width: 768px) {.mb20_sm30 {margin-bottom: 30px;}}

.mb20_md30 {margin-bottom: 20px;}
@media print, screen and (min-width: 992px) {.mb20_md30 {margin-bottom: 30px;}}

.mb30_md0 {margin-bottom: 30px;}
@media print, screen and (min-width: 992px) {.mb30_md0 {margin-bottom: 0;}}

.mb30_sm50 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm50 {margin-bottom:50px;}}

.mb30_md50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50 {margin-bottom:50px;}}

.mb30_md50_xl80 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50_xl80 {margin-bottom:50px;}}
@media print, screen and (min-width: 1600px) {.mb30_md50_xl80 {margin-bottom:80px;}}

.mb30_md50_xl70 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_md50_xl70 {margin-bottom:50px;}}
@media print, screen and (min-width: 1200px) {.mb30_md50_xl70 {margin-bottom:70px;}}

.mb30_lg40_xl50 {margin-bottom:30px;}
@media print, screen and (min-width: 992px) {.mb30_lg40_xl50 {margin-bottom:40px;}}
@media print, screen and (min-width: 1200px) {.mb30_lg40_xl50 {margin-bottom:50px;}}

.mb40_md50 {margin-bottom:40px;}
@media print, screen and (min-width: 992px) {.mb40_md50 {margin-bottom:50px;}}

.mb30_sm60 {margin-bottom:30px;}
@media print, screen and (min-width: 768px) {.mb30_sm60 {margin-bottom:60px;}}

.mb30_sp10 {margin-bottom:10px;}
@media print, screen and (min-width: 768px) {.mb30_sp10 {margin-bottom:30px;}}

.pl50_sm0 {padding-left: 50px;}
@media print, screen and (min-width: 768px) {.pl50_sm0 {padding-left: 0;}}

.mb20_xl30 {margin-bottom:20px;}
@media print, screen and (min-width: 1200px) {.mb20_xl30 {margin-bottom:30px;}}


@media print, screen and (min-width: 768px) {
	.mt20_sp0 {margin-top: 20px;}
}

@media print, screen and (min-width: 992px) {
	.mt40_sm0 {margin-top: 40px;}
	.mt40_md_20_sm0 {margin-top: 20px;}
}
@media print, screen and (min-width: 1200px) {
	.mt40_md_20_sm0 {margin-top: 40px;}
}

.mb_content {margin-bottom: 50px;}
.mt_content {margin-top: 50px;}
@media only screen and (max-width: 767px) {
	.mb_content.sp0 {margin-bottom: 0;}
}
@media print, screen and (min-width: 768px) {
	.mb_content {margin-bottom: 60px;}
	.mt_content {margin-top: 60px;}
}
@media print, screen and (min-width: 992px) {
	.mb_content {margin-bottom: 80px;}
	.mt_content {margin-top: 80px;}
}
@media print, screen and (min-width: 1200px){
	.mb_content {margin-bottom: 100px;}
	.mt_content {margin-top: 100px;}
}

.lh160 {line-height: 160%;}
.lh200 {line-height: 200%;}

/* content
---------------------------------------------------- */
main { line-height: 2.0em; font-size: 105%;}

main a:link,
main a:visited{
	text-decoration: underline;
}


.content_pd {padding-top: 50px; padding-bottom: 50px;}
.content_pd2 {padding-top: 30px; padding-bottom: 30px;}
.pd20 { padding: 20px;}
.pd30 { padding: 30px;}
@media only screen and (max-width: 767px){
	.content_pd.pt0_sp {padding-top: 0;}
	.content_pd.pb0_sp {padding-bottom: 0;}
}
@media print, screen and (min-width: 768px){
	main {font-size: 110%;}
	.content_pd {padding-top: 60px; padding-bottom: 60px;}
	.content_pd2 {padding-top: 50px; padding-bottom: 50px;}
	.content_pd.pt0_spnone {padding-top: 0;}
	.pt_left {padding-left: 20px;}
	.pt_right {padding-right: 20px;}
}
@media print, screen and (min-width: 992px){
	main {font-size: 115%;}
	.content_pd {padding-top: 80px; padding-bottom: 80px;}
	.pt_left {padding-left: 30px;}
	.pt_right {padding-right: 30px;}
}
@media print, screen and (min-width: 1200px){
	main {font-size: 125%;}
	.content_pd {padding-top: 100px; padding-bottom: 100px;}
	.content_pd2 {padding-top: 70px; padding-bottom: 70px;}
	.content_pd.xl0 {padding-top: 0; padding-bottom: 0;}
	.pt_left {padding-left: 35px;}
	.pt_right {padding-right: 35px;}
}
.content_pd.pt0{padding-top: 0;}
.content_pd.pt20{padding-top: 20px;}
.content_pd.pb0{padding-bottom: 0;}
.content_pd2.pb0{padding-bottom: 0;}
.content_pd.pb10{padding-bottom: 10px;}
.content_pd.pb30{padding-bottom: 30px;}


/* mainimage
---------------------------------------------------- */
/* 画面用 */
@media screen {
#main_print { display: none; }
}

/* 印刷用 */
@media print {
#main_print img { margin: 0 auto;}
}


#mainimage {
	position: relative;
	width:100%;
	overflow: hidden;
	margin-top: 60px;
}
@media print, screen and (min-width: 992px){
	#mainimage { margin-top: 66px;}
}
@media print, screen and (min-width: 1200px){
	#mainimage { margin-top: 83px;}
}
@media print, screen and (min-width: 1600px){
	#mainimage { margin-top: 93px;}
}



#mainimage .main_moji {
	z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
}
#mainimage .main_moji img {
	width: 80%; 
	max-width:1082px;
	margin: 0 auto;
	margin-bottom: -1px;
}
@media print, screen and (min-width: 1200px){
	#mainimage .main_moji img {width: 80%;}
}
@media print, screen and (min-width: 1700px){
	#mainimage .main_moji img {width: 90%;}
}


/*=============
slick
=============*/
.slider {
  max-width: 2000px;
  width: 100%;
}
.slick-img img {
  height: auto;
  width: 100%;
}


.slider.part01 img {
  width: 100%;
}
.slider.part01 .slick-slide { margin-right: 5px;}



/* scroll */
.scroll_area{
	position: relative;
	width: 55%;
}
.scroll_anime {
  position: absolute;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
	/*
  font-family: "Oswald", sans-serif;
  font-weight: 500;
	*/
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 4;
	 font-family: "Google Sans Flex", sans-serif;
	font-weight: 700;
}

.scroll_anime::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
	background: none;
}
.scroll_anime::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #fff;
  animation: lineAnime 3s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes lineAnime {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


/* ヘッダー固定で上空ける
---------------------------------------------------- */


/* スクロールアニメーション
-------------------------------------*/
@media print {
   .animate {
     opacity: 1 !important;
     transform: none !important; }
}


.animate {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.animate.from-bottom {
    transform: translateY(100px);
}

.animate.from-right {
    transform: translateX(100px);
}

.animate.from-left {
    transform: translateX(-100px);
}

.animate.scale-up {
    transform: scale(0.8);
}

.animate.pop {
    opacity: 0;
    transform: scale(0.5);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.animate.fade-in {
    opacity: 0;
    transform: none;
    transition: opacity 2s ease-out;
    /* 2秒でフェードイン */
}

.animate.visible {
    opacity: 1;
    transform: none;
    /* 透明度のみを変化させる */
}

.animate:nth-child(1) {
    transition-delay: 0s;
}

.animate:nth-child(2) {
    transition-delay: 0.4s;
}

.animate:nth-child(3) {
    transition-delay: 0.8s;
}
.animate:nth-child(4) {
    transition-delay: 1.2s;
}

.animate:nth-child(5) {
    transition-delay: 1.6s;
}

.animate:nth-child(6) {
    transition-delay: 2.0s;
}


/* 背景
---------------------------------------------------- */
.bg_bejyu {background: #faf1ea;}
.bg_green {background: #7b9858;}
.bg_green.pd {padding: 30px 20px; border-radius: 10px;}
@media print, screen and (min-width: 1200px){
	.bg_green.pd {padding: 30px 30px;}
}
	
	


.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border-top: solid 1px #36211b;
    border-right: solid 1px #36211b;
    border-left: solid 1px #36211b;
    border-bottom: solid 1px #36211b;
}
.box26 .box-title {
    position: absolute;
    top: -52px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: inline-block;
    padding: 0 9px;
    line-height: 1;
    background: #faf1ea;
}


.support .box26 .box-title {
    top: -28px;
	background: #fff;
}


.box26 .box-bottom {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: inline-block;
    padding: 0 9px;
    line-height: 1;
    background: #faf1ea;
}
.box26 .nakami {
    padding: 60px 20px 20px 20px;
}


.support .box26 .nakami {
    padding: 30px 0 20px 0;
}

@media print, screen and (min-width: 768px){
	.box26 .box-title {
		top: -75px;
	}
	.box26 .nakami {
		padding: 90px 20px 20px 20px;
	}
}
@media print, screen and (min-width: 1200px){
	.box26 .box-title {
		top: -85px;
	}
	.box26 .nakami {
		padding: 120px 20px 30px 20px;
	}
	.support .box26 .nakami {
		padding: 50px 0 40px 0;
	}
}

#hoge,
#hoge2,
#hoge3,
#hoge4,
#hoge5,
#hoge6{ opacity: 0;}/*文字をスクロールイベント発火*/



.bg1,
.bg2{
  /*height: 100%;*/
  height: 1px;
  line-height: 100%;
  position: relative;
}

span {
  position: relative;
}

/*左から右*/
.bg2::before{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b8c6a6;
  transition: 1s;
  transform-origin: left top;
  transform: scale(0, 1);
}

/*右から左*/
.bg1::before{
  content: '';
  display: block;
  position: absolute;
	right: 0;
  /*width: 80%;*/
  width: 100%;
  height: 100%;
  background: #0e3962;
  transition: 1s;
  transform-origin: right top;
  transform: scale(0, 1);
}

.fade::before {
  transform: scale(1, 1);
}
.fade:not(.show) {
  opacity: 1!important;
}


/*ぼかし*/
@media print {
	img.bokashi {
     opacity: 1 !important;
     transform: none !important; }
}


img.bokashi {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}



/*------画像を徐々に表示------*/
@media print {
   .img-wrap {
     opacity: 1 !important;
     transform: none !important; }
}


.img-wrap {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #faf6f3;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.kon.img-animation::before {
  background: #7d8386;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
/*------*/


/* 背景固定
---------------------------------------------------- */
.b_box {
    width: 100%;
    height: 100%;
    margin:0 auto;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow: hidden;
}

.b_fixed_bg {
    position: relative;
    /* min-height: 100%; */
    /*height: 100vh;*/
    height: 100vh;
    background-size: cover; 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    background-position: center center;
	z-index: 2;
    pointer-events: none;
    transition : all 0.5s ease-in-out;
}

@media screen and (max-width: 1199px) {/*iPad横でも不具合でたため、1199px以下にした*/
    .b_fixed_bg {
        /*height: 500px;*/
        height: 600px;
        background-attachment: scroll; /*スマホ・タブ(ios)では不具合がでるため幅992px以下ではこの指定（印刷時のスタイルも）*/
    }
    .b_fixed_bg.takame {
        height: 900px;
    }
}


.b_fixed_bg .img_c img{
	max-width: 178px;
	width: 40%;
}
@media print, screen and (min-width: 576px){
	.b_fixed_bg .img_c img{ width: 25%;}
}
@media print, screen and (min-width: 768px){
	.b_fixed_bg .img_c img{ width: 100%;}
}

/* 後ろの画像urlはプレロード */
.b_fixed_bg.b_bg1 {
    background-image: url(../images/kotei1.jpg) , url(../images/kotei1.jpg);
}
.b_fixed_bg.b_bg2 {
    background-image: url(../images/kotei2.jpg) , url(../images/kotei2.jpg);
}
.b_fixed_bg.b_bg3 {
    background-image: url(../images/kotei3.jpg) , url(../images/kotei3.jpg);
}

.b_cnt {
    /*cursor: pointer;*/
    pointer-events: auto;/*疑似要素をクリック可能に*/
}




/* レイアウト
---------------------------------------------------- */
.layout1 .yohaku{position: relative; overflow: hidden; z-index: 0; }

@media print, screen and (min-width: 768px){
	.layout1 .photo{
		max-width: 1015px;
		position: absolute;
		left: 0;
		top: 0;
		width: 55%;
		height: 100%;
		z-index: -1;
	}
	.layout1 .photo.hidari{
		left: auto;
		right: 0;
	}
	.layout1 .photo img{
		display: block;
		/*aspect-ratio: 300/200;*/
		width: 100%;
		height: 100%;
		object-fit: cover;	
	}
}

/* 共通
---------------------------------------------------- */
a:hover img {
	opacity:0.9;
	filter: alpha(opacity=90);
}

.close {
    float: none;
}

/* 縦横比固定 */
.photo-ofi {
	 height: 0;
	 display: block;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	/*background-color: #EFEFEF;*/
	overflow: hidden;
	position: relative;
	/*margin-bottom: 10px;*/
}
.photo-ofi img {
	 max-width: inherit;
	 max-height: inherit;
	width: 100%;
	height: 100%;
	 object-fit: scale-down;
	 font-family: 'object-fit: scale-down;';
	 position: absolute;
	 left: 0;
	 top: 0;
}

.object-fit img{
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}



div.paging { text-align: center; font-size: 90%; margin-top: 20px; line-height: 1.4em; font-family: "Google Sans Flex", sans-serif; font-weight: 600;}
div.paging span.current,
div.paging span.paging-text{
	margin:0px 0.5px;
	color:#aa9862;
	display:inline;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
}
div.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #aa9862;
	border:1px solid #aa9862;
}
div.paging span.current{
	background: #aa9862;
	border:1px solid #aa9862;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	
}
div.paging span.paging-text a:hover{
	background: #aa9862;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
	border:1px solid #aa9862;
}



/*左右の余白*/
@media print, screen and (min-width: 768px){
	.yohaku{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}
@media print, screen and (min-width: 1500px){
	.yohaku{
		margin-left: 16.666667%;
		margin-right: 16.666667%;
	}
	.yohaku2{
		margin-left: 8.333333%;
		margin-right: 8.333333%;
	}
}


/* 01 index
---------------------------------------------------- */
#top01{position: relative; overflow: hidden; z-index: 0; background: url("../images/top01_bg.jpg") no-repeat center top;
-moz-background-size:100% auto;
background-size:100% auto; }
#top02{position: relative; overflow: hidden; z-index: 0;}
#top03{position: relative; overflow: hidden; z-index: 0;}
#top04{position: relative; overflow: hidden; z-index: 0; background: #7b9858; color: #fff;}
#top05{position: relative; overflow: hidden; z-index: 0;}
#top06{position: relative; overflow: hidden; z-index: 0;}
#top07{position: relative; overflow: hidden; z-index: 0;}

.top01{
	max-width: 915px;
	margin: 0 auto;
	width: 80%;
}
.top01 img{
	width: 100%;
	height:auto;
}

@media print, screen and (min-width: 768px){
	#top01 .photo{
		max-width: 850px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 34%;
		height: 100%;
		z-index: -1;
	}
	#top01 .photo img{
		display: block;
		/*aspect-ratio: 300/200;*/
		width: 100%;
		height:auto;
	}
}
@media print, screen and (min-width: 992px){
	#top01 .photo{
		width: 43%;
	}
}

@media print, screen and (min-width: 768px){
	.top01_text{
		display: -webkit-flex;
		display: flex;
	}
	.top01_text .image{
		max-width: 160px;
		margin-right: 5%;
		min-width: 160px;
	}
	.top01_text .image img{
		width: 100%;
		height: auto;
	}
}
@media print, screen and (min-width: 1200px){
	.top01_text .image{
		max-width: 220px;
		min-width: 220px;
	}
}
@media print, screen and (min-width: 1600px){
	.top01_text .image{
		max-width: 310px;
		min-width: 310px;
	}
}

.top_item .box{
	text-align: center;
	width: 80%;
	margin: 0 auto 30px auto;
	position: relative;
	z-index: 0;
	padding-top: 20px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 20px;
}
.top_item .box h4{
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 95%;
}
.top_item .box .gray{
	font-size: 85%;
}
.top_item .box a:link,
.top_item .box a:visited{
	text-decoration: none;
}
.top_item .box .image{
	margin-bottom: 20px;
}
.top_item .box .image .photo-ofi {
	padding-bottom: 100%; /* 高さを指定（ボックスの横幅を基準） */
}

.tag{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.products_detail .tag{
	position: relative;
	margin-bottom: 10px;
}

.tag .color1,
.tag .color2,
.tag .color3,
.tag .new{
	padding: 5px 10px;
	font-size: 12px;
}
.tag .color1{
	background: #545454;
	color: #fff;
}
.tag .color2{
	background: #fee58a;
	color: #36211b;
}
.tag .color3{
	background: #7b9858;
	color: #fff;
}
.tag .new{
	background: #e45e50;
	color: #fff;
}
@media print, screen and (min-width: 576px){
	.top_item{
		margin-left: -2.5%;
		margin-right: -2.5%;
	}
	.top_item .box{
		width: 45%;
		float: left;
		margin: 0 2.5% 30px 2.5%;
	}
	.top_item .box:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 992px){
	.top_item .box{
		width: 23%;
		margin: 0 1% 50px 1%;
		border-bottom:none;
		padding-bottom: 0;
	}
	.top_item .box:nth-of-type(2n+1) { clear: none;}
	.top_item .box:nth-of-type(4n+1) { clear: both;}
}



@media print, screen and (min-width: 768px){
	#top03 .in{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: -2%;
		margin-right: -2%;
	}
	#top03 .in p{
		margin: 0 2%;
	}
	#top03 .in p:last-child {margin-top: 5%;}
}


.top04_photo{
	max-width: 550px;
	width: 70%;
	margin: 0 auto;
}
.top04_photo img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px){
	.top04_photo{
		width: 70%;
		margin: 0 20% 0 auto;
	}
}


#top07 .photo{
	width: 80%;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px){
	#top07 .photo{
		max-width: 630px;
		position: absolute;
		left: 3%;
		bottom: 20%;
		width: 30%;
		z-index: -1;
	}
	#top07 .photo img{
		width: 100%;
		height:auto;
	}
}
@media print, screen and (min-width: 1600px){
	#top07 .photo{
		bottom: 10%;
	}
}


/*=============
slick
=============*/
.slide_photo{
	width: 80%;
	margin: 0 auto;
}
@media print, screen and (min-width: 768px){
	.slide_photo{
		position: absolute;
		top: 50%;
		right: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	  width: 45%;
	  max-width: 790px;
		margin: 0;
	}
}
.sliderArea {
  max-width: 100%;
  padding: 0 25px;
}
.sliderArea.w300 {
}
#top04 .slick-slide {
  margin: 0 5px;
	border-radius: 10px;
}
#top04 .slick-slide img {
  width: 100%;
  height: auto;
	border-radius: 10px;
}
#top04 .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 0;
}
#top04 .slick-active {
  opacity: 1;
}
#top04 .slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}


#ez_tagcolle1 .btn2{
	color:#fff;
	background: #7b9858!important;
}


/* スライダー
-------------------------------------*/
#item_slide .swiper-wrapper {
	will-change: transform!important;
}
#item_slide .swiper-slide img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 767px){
	#item_slide .swiper-slide img{
		max-width: 250px!important;
	}
}
@media print, screen and (min-width: 768px){
	#item_slide .swiper-slide{
		max-width: 300px;
	}
}
@media print, screen and (min-width: 992px){
	#item_slide .swiper-slide{
		max-width: 400px;
	}
}
@media print, screen and (min-width: 1200px){
	#item_slide .swiper-slide{
		max-width: 500px;
	}
}



.blog_title{
	max-width: 100px;
	width: 100%;
	height: auto;
}
.blog_title img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px){
	.blog_title{ max-width: 150px;}
}
@media print, screen and (min-width: 1200px){
	.blog_title{ max-width: 180px;}
}


.blog_top .box {margin-bottom: 30px;}
.blog_top .box .image{
	margin-bottom: 10px;
}
.blog_top .box .image img{
    display: block;
    aspect-ratio: 300/250;
    width: 100%;
    height: 100%;
    object-fit: cover;	
	border-radius: 10px;
}

.blog_top .box .image img{
	border-radius: 10px;
}
.blog_top .box a:link,
.blog_top .box a:visited{
	text-decoration: none;
}
.blog_top .box h4{
	font-size: 95%;
	line-height: 1.4em;
}
.blog_top .box .gray{
	font-size: 85%;
}
@media print, screen and (min-width: 576px){
	.blog_top{
		margin-left: -1%;
		margin-right: -1%;
	}
	.blog_top .box{
		width: 48%;
		float: left;
		margin: 1% 1% 30px 1%;
	}
	.blog_top .box:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 992px){
	.blog_top .box{
		width: 23%;
	}
	.blog_top .box:nth-of-type(2n+1) { clear: none;}
	.blog_top .box:nth-of-type(4n+1) { clear: both;}
}



.support .box {margin-bottom: 35px;}
.support .box .icon{
	max-width: 50px;
	margin: 0 auto;
}
.support .box .icon img{
	width: 100%;
	height: auto;
}
.support .box a:link,
.support .box a:visited{
	text-decoration: none;
}
.support .box p{
	font-size: 110%;
	line-height: 1.4em;
	text-align: center;
}
.support .box p.en{
	font-size: 13px;
	color: #7b9858;
	margin-top: 5px;
}
@media print, screen and (min-width: 576px){
	.support{
		margin-left: -1%;
		margin-right: -1%;
	}
	.support .box{
		width: 31.3%;
		float: left;
		margin: 0 1%;
	}
	.support .box p{
		font-size: 110%;
	}
	.support .box .ja{
		display:flex;
	   align-items:center;
	   justify-content:center;
		height: 40px;
		margin-bottom: 10px;
	}
}
@media print, screen and (min-width: 992px){
	.support .box .ja{
		height: 30px;
		margin-bottom: 10px;
	}
}
@media print, screen and (min-width: 1200px){
	.support .box p{
		font-size: 120%;
	}
}


.kabu_banner{
    margin-left: -0.5%;
    margin-right: -0.5%;
}
.kabu_banner .box{
	background: #fff;
	border-radius: 50px;
	padding: 5px 8px;
	width: 49%;
	float: left;
	margin: 5px 0.5%;
}
.kabu_banner .box:nth-of-type(2n+1) { clear: both;}


.kabu_banner p a{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	justify-content: center;
	height: 35px;
}
.kabu_banner p a.tac{
	justify-content: center;
}
.kabu_banner p a:link,
.kabu_banner p a:visited{
	text-decoration: none;
	color: #000;
	line-height: 1.4em;
}
.kabu_banner p .ja {font-size: 75%;}

.kabu_banner .buy_img { width: 80%;}
@media print, screen and (min-width: 576px){
	.kabu_banner .box{
		width: 32.3%;
		margin: 5px 0.5%;
	}
	.kabu_banner .box:nth-of-type(2n+1) { clear: none;}
	.kabu_banner .box:nth-of-type(3n+1) { clear: both;}
	.kabu_banner p {font-size: 110%;}
}
@media print, screen and (min-width: 768px){
	 .kabu_banner .buy_img { max-width: 150px; }
}
@media print, screen and (min-width: 992px){
	.kabu_banner .box{
		width: 24%;
	}
	.kabu_banner .box:nth-of-type(3n+1) { clear: none;}
	.kabu_banner .box:nth-of-type(4n+1) { clear: both;}
}
@media print, screen and (min-width: 1200px){
	.kabu_banner .box{
		width: 19%;
		margin: 5px 0.5%;
		padding: 8px 8px;
	}
	.kabu_banner .box:nth-of-type(4n+1) { clear: none;}
	.kabu_banner .box:nth-of-type(5n+1) { clear: both;}
	.kabu_banner p .ja {font-size: 65%;}
	
	
	
	.kabu_banner.products_page .box{
		width: 24%;
	}
	.kabu_banner.products_page .box:nth-of-type(5n+1) { clear: none;}
	.kabu_banner.products_page .box:nth-of-type(4n+1) { clear: both;}
	
	
}
@media print, screen and (min-width: 1600px){
	.kabu_banner .box{
		padding: 8px 15px;
	}
	.kabu_banner p .ja {font-size: 80%;}
}


.tagcolle-btn-default {
  box-shadow:none!important;
  background-color: #7b9858!important;
  border: none!important;
	padding: 12px 20px!important;
	border-radius: 50px!important;
	color: #fff;
}
.tagcolle-btn{
	font-family: "Google Sans", sans-serif!important;
	font-weight: 600!important;
	color: #fff!important;
}
.tagcolle-btn i{
	margin-left: 30px;
	font-size: 10px;
}

/* 02 about
---------------------------------------------------- */
#about_bg{
	background: url("../images/about_bg.png") repeat-x left bottom;
}
#about_bg ul{
	margin-left: -1%;
	margin-right: -1%;
}
#about_bg li{
	list-style: none;
	width: 48%;
	float: left;
	margin: 0 1%;
}
@media print, screen and (min-width: 576px){
	#about_bg li{
		width: 23%;
	}
}



.gallery {
    /*max-width: 500px;*/
    width: 100%;
    margin-inline: auto;
    /* 以下gridレイアウト用 */
    display: grid;
    gap: 5px;/* 画像間の余白 */
    grid-auto-flow: dense; /* 隙間を埋めながら配置 */
	grid-template-rows: 300px 100px;
	grid-template-columns: 30% 40% 30%;
	margin-bottom: 10px;
}
.gallery img{
	border-radius: 10px;
}
@media print, screen and (min-width: 768px){
	.gallery {
		grid-template-rows: 300px 500px;
		gap: 10px;/* 画像間の余白 */
	}
}
@media print, screen and (min-width: 1200px){
	.gallery {
		gap: 15px;/* 画像間の余白 */
	}
}
.gallery .box{
	position: relative;
}

.gallery .box:first-child {
	grid-column: 1/2;
	grid-row: 1/2;
}
.gallery .box:nth-child(2) {
	grid-column: 1/2;
	grid-row: 2/3;
	margin-left: 30%;
	margin-bottom: 30%;
}
.gallery .box:nth-child(3) {
	grid-column: 2/3;
	grid-row: 1/3;
}
.gallery .box:nth-child(4) {
	grid-column: 3/4;
	grid-row: 1/2;
	 border-radius: 10px;
	 margin-top: 10%;
}
.gallery .box:nth-child(5) {
	grid-column: 3/4;
	grid-row: 2/3;
	 margin-top: 5%;
}

.gallery .box:first-child img {width: 80%; margin-left: auto;}
.gallery .box:nth-child(4) img {width: 80%; border-radius: 10px;}
.gallery .box:nth-child(5) img {width: 90%;}


/* アスペクト比設定 */
.gallery img {
    display: block;
    aspect-ratio: 300/200;
    width: 100%;
    height: 100%;
    object-fit: cover;	
	border-radius: 10px;
}
.gallery img:first-child {
  aspect-ratio: 200/400;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#about01{position: relative; z-index: 0;}
#about01 .photo{
	max-width: 850px;
	width: 95%;
}
@media print, screen and (min-width: 768px){
	#about01 .photo{
		position: absolute;
		left: 0;
		bottom: 0;
		width:47%;
		height: 100%;
		z-index: -1;
	}
	#about01 .photo img{
		display: block;
		/*aspect-ratio: 300/200;*/
		width: 100%;
		height:auto;
	}
}
@media print, screen and (min-width: 992px){
	#about01 .photo{
		width: 40%;
	}
	#about01 .pl_text{padding-top: 10px;}
}
@media print, screen and (min-width: 1200px){
	#about01 .pl_text{padding-top: 20px;}
}
@media print, screen and (min-width: 1600px){
	#about01{min-height: 620px;}
	#about01 .pl_text{padding-top: 10%;}
	#about01 .photo{
		top: 50%;
		left: 0%;
		bottom: auto;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
}


.history_box{
	background: url("../images/history_tensen.png") repeat-y 10px top;
}
.history_box .year{
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}
.history_box .year .midashi3{
	/*color: #7b9858;*/
	background-color: #faf1ea;
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 500;
	
}
.history_box .year .box{
	padding-left: 80px;
	/*
	background: url("../images/history_sen.png") no-repeat left 30px;
	-moz-background-size:20px 1px;
	background-size:20px 1px;
	*/
	margin-left: 50px;
	margin-bottom: 20px;
	line-height: 1.6em;
}


.history_box .year .box .date{
	color: #805030;
	font-size: 130%;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 10px;
	
}

.history_box .year .box .image{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.history_box .year .box .image img{
	max-width: 150px;
	margin-right: 10px;
	width: 100%;
	height: auto;
}
.history_box .year .box .image.w360 img{
	max-width: 360px;
}
.history_box .year .box .image.w420 img{
	max-width: 420px;
}

.history_box .photo_area{
	padding: 0 0 30px 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.history_box .year .box p {font-weight: 400; font-size: 90%;}
@media only screen and (max-width: 767px) {
	.history_box .year .box {margin-top: -35px;}
	
	.history_box .year .box{
		padding-left: 55px;
		background: url("../images/history_sen.png") no-repeat left 15px;
		-moz-background-size:20px 1px;
		background-size:20px 1px;
		margin-left: 80px;
		margin-bottom: 20px;
		line-height: 1.6em;
	}
	
	.history_box .year .midashi3{
		min-width: 220px;
		max-width: 220px;
	}
	.history_box .year.long .box{
		margin-left: 110px;
	}
	
}

.history_box .year .box .in.h_auto{
    display:flex;
   align-items:center;
    padding-top: 5px;
}

@media print, screen and (min-width: 768px) {
	.history_box{
		background: url("../images/history_tensen.png") repeat-y center top;
	}
	.history_box .year{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		margin-bottom: -80px;
	}
	.history_box .year:last-child{
		margin-bottom: 0;
	}
	.history_box .year .midashi3{
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: -1;
		font-size: 175%;
	}
	
	
	.history_box .year .box{
		padding-left: 60px;
		/*margin-left: 0;*/
		/*margin-top: 3px;*/
		width: 50%;
		display: flex;
		align-items: center;
		margin-bottom: 0;
	}
	.history_box .year .box.migi:before {
		content: "";
		flex-grow: 1;
		height: 1px;
		background: #7b9858;
		display: block;
	}
	.history_box .year .box.hidari:after {
		content: "";
		flex-grow: 1;
		height: 1px;
		background: #7b9858;
		display: block;
	}
	.history_box .year .box .in{
		width:210px;
		min-height: 215px;
		padding: 0 20px;
	}
	.history_box .year .box .in.h_auto{
		padding-top: 0;
	}

	
	.history_box .year .hidari{
		float: left;
		/*width: 50%;*/
		width: calc(50% - 60px);
		padding-left: 0;
		margin-left: 0;
	}
	.history_box .year .migi{
		/*float: right;*/
		margin-left: auto;
		width: 50%;
	}

	.history_box .year .hidari .box,
	.history_box .year .migi .box{
		width: 100%;
	}
	
	.history_box .photo_area{
		padding: 50px 20px;
	}
}
@media print, screen and (min-width: 992px) {
	.history_box .year .box{
		padding-left: 80px;
	}
	
	.history_box .year .migi{
		width: 50%;
	}
	.history_box .year .hidari{
		width: calc(50% - 80px);
		padding-left: 0;
	}
	.history_box .year .box .in{
		width:250px;
	}
}
@media print, screen and (min-width: 1200px) {
	.history_box{
		width: 100%;
		margin: 0 auto;
	}
	.history_box .year .box .in{
		width:400px;
	}
	.history_box .year .box{
		padding-left: 60px;
	}
	.history_box .year .hidari{
		width: calc(50% - 60px);
		padding-left: 0;
	}
}



/* 03 products
---------------------------------------------------- */

.products_ichiran .box{
	text-align: center;
	width: 80%;
	margin: 0 auto 30px auto;
	position: relative;
	z-index: 0;
	padding-top: 20px;
	border-bottom: 1px solid #dadada;
	padding-bottom: 20px;
}
.products_ichiran .box h4{
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 95%;
}
.products_ichiran .box .gray{
	font-size: 85%;
}
.products_ichiran .box a:link,
.products_ichiran .box a:visited{
	text-decoration: none;
}
.products_ichiran .box .image{
	margin-bottom: 20px;
}
.products_ichiran .box .image .photo-ofi {
	padding-bottom: 100%; /* 高さを指定（ボックスの横幅を基準） */
}
@media print, screen and (min-width: 576px){
	.products_ichiran{
		margin-left: -2.5%;
		margin-right: -2.5%;
	}
	.products_ichiran .box{
		width: 45%;
		float: left;
		margin: 0 2.5% 30px 2.5%;
	}
	.products_ichiran .box:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 1200px){
	.products_ichiran .box{
		width: 31.3%;
		margin: 0 1% 50px 1%;
		border-bottom:none;
		padding-bottom: 0;
	}
	.products_ichiran .box:nth-of-type(2n+1) { clear: none;}
	.products_ichiran .box:nth-of-type(3n+1) { clear: both;}
}


.kasen{
	border-bottom: 1px solid #dadada;
	padding: 20px 0;
}


.products_detail .toriatsukai h4 {margin-bottom: 10px;}
.products_detail .toriatsukai .btn_pdf:link,
.products_detail .toriatsukai .btn_pdf:visited{
	width: 100%;
}
@media print, screen and (min-width: 1200px){
	.products_detail .toriatsukai h4 {margin-bottom: 15px;}
}

/*
@media print, screen and (min-width: 1600px){
	.products_detail .toriatsukai{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.products_detail .toriatsukai h4{
		margin-right: 15px;
		margin-bottom: 0;
	}
	.products_detail .toriatsukai > p{width: 100%;}
}
*/


/*youtube*/
.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%;
}


.products_detail2 .box{
	border-bottom: 1px solid #dadada;
	padding: 20px;
}
.products_detail2 .box img {margin-bottom: 15px;}
.products_detail2 .box h5{
	font-weight: 700;
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.products_detail2 .box p{
	font-size: 90%;
	line-height: 1.6em;
}
@media print, screen and (min-width: 576px){
	.products_detail2{
		margin-left: -1%;
		margin-right: -1%;
	}
	.products_detail2 .box{
		width: 48%;
		float: left;
		margin: 0 1% 30px 1%;
	}
	.products_detail2 .box:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 1200px){
	.products_detail2 .box{
		width: 23%;
		float: left;
		margin: 0 1%;
		border-bottom:none;
		padding: 0;
	}
	.products_detail2 .box:nth-of-type(2n+1) { clear: none;}
	.products_detail2 .box:nth-of-type(4n+1) { clear: both;}
}



.products_detail3 .box{
	border-bottom: 1px solid #dadada;
	padding: 20px;
}
.products_detail3 .box img {margin-bottom: 15px;}
.products_detail3 .box h5{
	font-weight: 700;
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.products_detail3 .box p{
	font-size: 90%;
	line-height: 1.6em;
}
@media print, screen and (min-width: 576px){
	.products_detail3{
		margin-left: -1%;
		margin-right: -1%;
	}
	.products_detail3 .box{
		width: 31.3%;
		float: left;
		margin: 0 1%;
		border-bottom:none;
		padding: 0;
	}
	.products_detail3 .box:nth-of-type(3n+1) { clear: both;}
}


	
/* 04 recipe
---------------------------------------------------- */
.recipe_ichiran .box {margin-bottom: 50px; font-family: "Noto Sans TC", sans-serif;}
.recipe_ichiran .box .image{
	margin-bottom: 10px;
	width: 80%;
	margin: 0 auto;
}
.recipe_ichiran .box .image img{
	border-radius: 10px;
}
.recipe_ichiran .box .image .photo-ofi {
	padding-bottom: 100%; /* 高さを指定（ボックスの横幅を基準） */
}

.recipe_ichiran .box a:link,
.recipe_ichiran .box a:visited{
	text-decoration: none;
}
.recipe_ichiran .box h4{
	font-size: 95%;
	line-height: 1.4em;
}
.recipe_ichiran .box .sub{
	font-size: 85%;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	margin-top: 7px;
}

.recipe_ichiran .box .sub img{
	max-width: 20px;
	width: 100%;
	height: auto;
	margin-right: 5px;
	display: inline-block;
}
.recipe_ichiran .box .sub > p{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	color: #7b9858;
}
.recipe_ichiran .box .sub > p.time{
	margin-left: 20px;
	color: #fc9724;
}

@media screen and (min-width: 576px) and (max-width: 991px)  {
	.recipe_ichiran .box .sub{
		display: block;
		margin-top: 7px;
	}
	.recipe_ichiran .box .sub > p.time{
		margin-left: 0;
	}
}
@media screen and (min-width: 576px) and (max-width: 1199px)  {
	.recipe_ichiran.pc_4 .box{
		width: 48%;
	}
	.recipe_ichiran.pc_4 .box:nth-of-type(3n+1) { clear: none;}
	.recipe_ichiran.pc_4 .box:nth-of-type(2n+1) { clear: both;}
}

@media print, screen and (min-width: 576px){
	.recipe_ichiran{
		margin-left: -1%;
		margin-right: -1%;
	}
	.recipe_ichiran .box{
		width: 31.3%;
		float: left;
		margin: 1% 1% 50px 1%;
	}
	.recipe_ichiran .box:nth-of-type(3n+1) { clear: both;}
}
@media print, screen and (min-width: 992px){
	.recipe_ichiran .box .image{
		margin-bottom: 15px;
	}
}
@media print, screen and (min-width: 1200px){
	.recipe_ichiran.pc_4 .box{
		width: 23%;
	}
	.recipe_ichiran.pc_4 .box:nth-of-type(2n+1) { clear: none;}
	.recipe_ichiran.pc_4 .box:nth-of-type(3n+1) { clear: none;}
	.recipe_ichiran.pc_4 .box:nth-of-type(4n+1) { clear: both;}
}
@media only screen and (max-width: 575px){
	.recipe_ichiran.sagasu{
		margin-left: -1%;
		margin-right: -1%;
	}
	.recipe_ichiran.sagasu .box{
		width: 48%;
		float: left;
		margin: 1% 1% 50px 1%;
	}
	.recipe_ichiran.sagasu .box:nth-of-type(2n+1) { clear: both;}
	
	
	.recipe_ichiran.sagasu .box .sub{
		display: block;
	}
	.recipe_ichiran.sagasu .box .sub > p.time {
	  margin-left: 0;
	}
	
}


.recipe_link li{
	list-style: none;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.recipe_link a:link,
.recipe_link a:visited{
	text-decoration: none;
	padding: 7px 10px;
	border: 1px solid #7b9858;
	border-radius: 5px;
	color: #7b9858;
	display: inline-block;
	line-height: 1.4em;
}
.recipe_link a:hover,
.recipe_link .active a{
	background: #7b9858;
	color: #fff;
	opacity: 1;
}
@media print, screen and (min-width: 768px){
	.recipe_link{
		display: inline-block;
	}
	.recipe_link a:link,
	.recipe_link a:visited{
		padding: 10px 13px;
	}
}

.recipe_detail .sub{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}

.recipe_detail .sub img{
	max-width: 20px;
	width: 100%;
	height: auto;
	margin-right: 5px;
	display: inline-block;
}
.recipe_detail .sub > p{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	color: #7b9858;
}
.recipe_detail .sub > p.time{
	margin-left: 20px;
	color: #fc9724;
}

.recipe_zairyo{
	/*
	border: 2px solid #dadada;
	padding: 10px;
	*/
	/*border: 1px solid #dadada;*/
	/*padding: 10px;*/
	font-size: 85%;
}
.recipe_zairyo ul{
    display: -webkit-flex;
    display: flex;
    align-items: center;
	border-bottom: 1px solid #dadada;
	padding: 0!important;
	margin-bottom: 0!important;
}
.recipe_zairyo ul li{
	list-style: none;
	padding: 7px 10px;
}
.recipe_zairyo ul li:last-child{
	margin-left: auto;
}
.recipe_zairyo ul:last-child{
	border-bottom: none;
}



.recipe_detail2 .box{
	display: -webkit-flex;
    display: flex;
	font-size: 90%;
	border-bottom: 1px solid #dadada;
	padding: 20px 10px;
}
.recipe_detail2 .num{
	font-family: "Google Sans", sans-serif;
	font-weight: 600;
	color: #7b9858;
	font-size: 120%;
	line-height: 1.4em;
	margin-right: 15px;
	width: 25px;
	min-width: 25px;
	max-width: 25px;
}
.recipe_detail2 .in .text{margin-right: 20px;}
.recipe_detail2 .image{
	max-width: 100px;
	min-width: 100px;
	width: 100%;
	margin-left: auto;
	
}
.recipe_detail2 .in .image img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px){
	.recipe_detail2 .box{
		align-items: center;
	}
	.recipe_detail2 .num{
		font-size: 150%;
		margin-right: 20px;

	}
}


.kotsu{
	background: #faf1ea;
	padding: 30px 20px;
	font-size: 85%;
}
@media print, screen and (min-width: 1200px){
	.kotsu{
		padding: 30px 30px;
	}
}

.recipe_houhou{
	padding-left: 35px;
}
.recipe_houhou .houhou_color1,
.recipe_houhou .houhou_color2,
.recipe_houhou .houhou_color3,
.recipe_houhou .houhou_color4{
	padding: 5px 10px;
	margin-bottom: 3px;
	border-radius: 5px;
	display: inline-block;
	line-height: 1.4em;
}
.recipe_houhou .houhou_color1{
	border: 1px solid #fc7a24;
	color: #fc7a24;
}
.recipe_houhou .houhou_color2{
	border: 1px solid #d26a3f;
	color: #d26a3f;
}
.recipe_houhou .houhou_color3{
	border: 1px solid #87b656;
	color: #87b656;
}
.recipe_houhou .houhou_color4{
	border: 1px solid #ef5849;
	color: #ef5849;
}

.setting{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.setting .image{
	max-width: 100px;
	width: 100%;
	margin: 0 auto;
}
.setting .image img{
	width: 100%;
	height: auto;
}
.setting .text{
	margin-left: 20px;
}

/* 05 blog
---------------------------------------------------- */
.blog_ichoran .box {margin-bottom: 50px;}
.blog_ichoran .box .image{
	margin-bottom: 10px;
}
.blog_ichoran .box .image img{
    display: block;
    aspect-ratio: 300/250;
    width: 100%;
    height: 100%;
    object-fit: cover;	
}
.blog_ichoran .box .image img{
	border-radius: 10px;
}
.blog_ichoran .box a:link,
.blog_ichoran .box a:visited{
	text-decoration: none;
}
.blog_ichoran .box h4{
	font-size: 95%;
	line-height: 1.4em;
}
.blog_ichoran .box .gray{
	font-size: 85%;
}
@media print, screen and (min-width: 576px){
	.blog_ichoran{
		margin-left: -1%;
		margin-right: -1%;
	}
	.blog_ichoran .box{
		width: 48%;
		float: left;
		margin: 1% 1% 30px 1%;
	}
	.blog_ichoran .box:nth-of-type(2n+1) { clear: both;}
}
@media print, screen and (min-width: 1200px){
	.blog_ichoran .box{
		margin: 1% 1% 50px 1%;
	}
}


.mannnaka .box {margin-bottom: 50px;}
.mannnaka .box .photo {margin-bottom: 10px;}
@media print, screen and (min-width: 576px) {
	.mannnaka{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: -1%;
		margin-right: -1%;
	}
	.mannnaka .box{
		width: 48%;
		float: left;
		margin: 0 1% 50px 1%;
	}
	.mannnaka .box:nth-of-type(2n+1) { clear: both;}
	.mannnaka .box .photo {margin-bottom: 20px;}
}

.mannnaka2 .box {margin-bottom: 50px;}
.mannnaka2 .box .photo {margin-bottom: 10px;}
@media only screen and (max-width: 575px) {
	.mannnaka{
		width: 80%;
		margin: 0 auto;
	}
	.mannnaka2{
		width: 80%;
		margin: 0 auto;
	}
}
@media print, screen and (min-width: 576px) {
	.mannnaka2{
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: -1%;
		margin-right: -1%;
	}
	.mannnaka2 .box{
		width: 31.3%;
		float: left;
		margin: 0 1% 50px 1%;
	}
	.mannnaka2 .box:nth-of-type(3n+1) { clear: both;}
	.mannnaka2 .box .photo {margin-bottom: 20px;}
}



/* 06 store
---------------------------------------------------- */
.store_box .box{
	border-bottom: 1px solid #dadada;
	padding: 20px 10px;
}
.store_box .box .name {margin-bottom: 10px;}
.store_box .box .name h4 i {
	font-size: 80%;
	margin-left: 10px;
}
.store_box .box .text{
	font-size: 90%;
	line-height: 1.8em;
}
.store_box .box .text .p {margin: 3px 0;}
@media print, screen and (min-width: 1200px){
	.store_box .box{
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
	.store_box .box .name{
		min-width: 50%;
		max-width: 50%;
		width: 40%;
	}
}


/* 07 company
---------------------------------------------------- */

/* 08 faq
---------------------------------------------------- */
#faq1,
#faq2{
	margin-top:-60px;
	padding-top:60px;
}
@media print, screen and (min-width: 768px) {
	#faq1,
	#faq2{
		margin-top:-80px;
		padding-top:80px;
	}
}


.side_navi li{
	list-style: none;
}
.side_navi a:link,
.side_navi a:visited{
	padding: 10px 0;
	text-decoration: none;
}
.side_navi a:hover{
	opacity: 1;
}
.side_navi .is-active a{
	opacity: 1;
}
.side_navi .is-active a span{
	text-decoration: underline;
}
.side_navi a{ list-style:none;text-indent: -1em; padding-left:1em;}
.side_navi a:before{
	font-family: bootstrap-icons;
	font-weight: 400;
	content: "\F517";
	margin-right: 5px;
	color: #7b9858;
	font-size: 10px;
	text-decoration: none;
	/*ゆっくり動かす（ポイントはhoverではなくaの箇所のcssに記載）*/
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	/*ここまで*/
}

.side_navi a:hover:before,
.side_navi .is-active a:before{
	color: #fc9724;
	/*margin-right: 15px;*/
}



.container-sticky {
  height: auto;
  width: 100%;
}
.heading-sticky {
  background: rgba(255, 255, 255, .9);
  border: 8px solid #ebebeb;
  margin: 0 0 40px 0;
  padding: 1.5em;
  position: sticky;
  top: 0;
  width: 100%;
  /*z-index: 1;*/
}
.heading-sticky.waku_none {
  padding: 20px;
}
@media only screen and (max-width: 767px) {
	.heading-sticky.waku_none {
	  background: rgba(255, 255, 255, .9);
	  border: none;
	  margin: 0;
	  padding:0;
	}
}



.side_contents_box {
  position: sticky;
  top: 10rem;
  padding-bottom: 8.5rem;
}

@media print, screen and (min-width: 768px) {
	.heading-sticky {
	  top: 60px;
	}
}
@media print, screen and (min-width: 992px) {
	.heading-sticky {
	  top: 80px;
	}
}
@media print, screen and (min-width: 1200px) {
	.heading-sticky {
	  top: 100px;
	}
}



/*--------------------------------------
アコーディオンメニュー
--------------------------------------*/

.accordion_faq {
  /*margin: 64px auto 0;*/
  margin: 10px auto 0;
  position: relative;
}
.accordion_faq h3 {
  font-size: 24px;
  text-align: left;
  border-bottom: 1px solid black;
  padding-bottom: 32px;
}
/*
.accordion_faq h5 {
  text-align: right;
}
*/
.accordion_faq dl {
  cursor: pointer;
}
.accordion_faq dl dt {
  position: relative;
  font-size: 100%;
  line-height: 1.6;
  text-align: left;
  padding: 20px 45px 20px 10px;
  border-bottom: 1px solid #ccc;
	color: #36211b;
	font-weight: 700;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	overflow:hidden;/*追加してみた*/
}

.accordion_faq dl dt span {
	font-family: "Google Sans", sans-serif;
	font-weight: 600;
	color:#7b9858;
	font-size: 200%;
	margin-right: 15px;
	display: inline-block;
}

.accordion_faq dl dt:before, .accordion_faq dl dt:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #1a1a1a;
  right: 16px;
  top: 48%;
  width: 14px;
  height: 2px;
}
.accordion_faq dl dt:before {
  top: 48%;
  right: 10px;
  transform: rotate(0deg);
}
.accordion_faq dl dt:after {
  top: 48%;
  right: 10px;
  transform: rotate(90deg);
}
.accordion_faq dl dd {
  display: none;
  font-size: 100%;
  line-height: 1.6em;
  text-align: left;
  font-weight: 700;
  padding: 24px 30px 24px 50px;
  border-bottom: 1px solid #805030;
	position: relative;
	color: #805030;
}

.accordion_faq dl dd span {
	position: absolute;
	left: 12px;
	top: 22px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
font-family: "Marcellus", serif;
font-weight: 400;
  color: #856c34;
  font-size: 120%;
}

.accordion_faq dl dt.close:after {
  transform: rotate(180deg);
}
.accordion_faq .close{opacity: 1;}
@media print, screen and (min-width: 786px) {
	.accordion_faq dl dd {
	  padding: 24px 30px 24px 60px;
	}
}

/* 09 download
---------------------------------------------------- */
.download_ichiran .box{
	border-bottom: 1px solid #dadada;
	padding: 15px 10px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.download_ichiran .box > p:first-child{margin-right: 10px;}
.download_ichiran .box .btn_download{
	display: inline-block;
	margin-left: auto;
	white-space: nowrap;
}
.download_ichiran .box .btn_download a:link,
.download_ichiran .box .btn_download a:visited{
	text-decoration: none;
	color: #fff;
	display: -webkit-flex;
    display: flex;
    align-items: center;
	border-radius: 5px;
	padding: 5px 10px;
	background: #e45e50;
	font-size: 90%;
	line-height: 1.4em;
}
.download_ichiran .box .btn_download  i{
	font-size: 140%;
	line-height: 1.4em;
	margin-right: 7px;
}

/* 10 showroom
---------------------------------------------------- */
.showroom_box{
	text-align: center;
	position: relative;
}
.showroom_box .in{
	width: 65%;
	margin: 0 auto;
}
.showroom_box .img02{
	max-width: 70px;
	position: absolute;
	left: -15px;
	top: 30%;
}
.showroom_box .img03{
	max-width: 60px;
	position: absolute;
	right: -5px;
	bottom: 10%;
}
.showroom_box .img02 img,
.showroom_box .img03 img{
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 576px){
	.showroom_box .img02,
	.showroom_box .img03{
		max-width: 100px;
	}
}
@media print, screen and (min-width: 992px){
	.showroom_box .img02,
	.showroom_box .img03{
		max-width: 150px;
	}
}


/* 11 contact
---------------------------------------------------- */
.contact_btn{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_btn p{
	width: 48%;
	margin: 10px 1%;
}


.contact_box{
	text-align: center;
	border: 1px solid #7b9858;
	padding: 30px 20px;
	border-radius: 20px;
}
.contact_box .tel{
	font-family: "Google Sans Flex", sans-serif;
	font-weight: 400;
	text-align: center;
	color: #7b9858;
	font-size: 200%;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.contact_box .tel i {font-size: 80%; margin-right: 10px;}
.contact_box .en{
	color: #7b9858;
}

.contact_box a:link,
.contact_box a:visited{
	text-decoration: none;
}
@media print, screen and (min-width: 768px) {
	.contact_tel{
		font-size: 250%;
	}
}
@media print, screen and (min-width: 1200px) {
	.contact_box{
		padding: 50px 20px;
	}
}

/*フォームのテーブル*/
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #dadada;
}
.table_form th{
	width:100%;
	padding:10px 5px 3px 5px;
	display: block;
	color: #807673;
}
.table_form th .en{
	font-size: 12px;
	color: #aa9862;
}
label .en{
	font-size: 12px;
	color: #aa9862;
	margin-left: 10px;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #dadada;
	padding:3px 5px 10px 5px;
	display: block;
}
.table_form th > div{
	display: -webkit-flex;
    display: flex;
    align-items: center;
}
.table_form th .hissu{margin-left: auto;}

.table_form th .hissu{/*必須*/
	font-size:70%;
	color:#fff;
	padding:5px 6px;
	/*float:right;*/
	border-radius:3px; 
	font-weight: normal;
	background-color: #e45e50;
	line-height: 1.4em;
	width: 40px;
	min-width: 40px;
	max-width: 40px;
	text-align: center;
}
.table_form td.last {border-bottom:none;}



.table_form th.sen_none,
.table_form td.sen_none{
	border:0;
}

@media print, screen and (min-width: 768px) {
	.table_form th{
		width:35%;
		border-bottom:1px solid #dadada;
		padding:15px 20px;
		vertical-align:middle;
		text-align:left;
		display:table-cell;
		color: #36211b;
	}
	.table_form td{
		width:100%;
		padding:15px 20px;
		display:table-cell;
	}
	
	.table_form.sen_none .last td{padding-bottom: 10px;}
	.table_form.sen_none th{
		padding:10px 20px 0 20px;
	}
	.table_form.sen_none td{
		padding:10px 25px 0 25px;
	}

}
@media print, screen and (min-width: 992px) {
	.table_form th{width:30%;}
}


/* フォーム関係 */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:5px 5px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="file"]{width: 99%;}
input[type="text"], select{border:1px solid #ccc; border-radius:3px; color: #36211b;}
input[type="email"]{color: #36211b;}

input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px; }
input,textarea{ 
  /*display: inline-block; 
  font-family: FontAwesome; */
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
select {padding: 9px; color: #36211b; }

.form-control {color: #36211b;}
.form-control.w50 {width:120px; display: inline-block; margin-right: 10px;}
.form-control.w300 {width:200px;}
@media (min-width: 768px) {
.form-control.w300 {width:250px;}
}


.privacy_waku{
	padding:30px 20px;
	font-size: 90%;
	background-color: #fff;
	font-weight: 400;
	border: 1px solid #dadada;
}
@media print, screen and (min-width: 992px){
	.privacy_waku{	padding:40px 20px;}
}


.privacy_scroll {
  max-height:200px;
  overflow-y: scroll;
  padding-right:10px;
	z-index: 1;
	word-break: break-all;
}
@media print, screen and (min-width: 768px) {
.privacy_scroll {max-height:400px;}
}


.midashi_box{
	border-collapse: collapse;
	border-left: 4px solid #dadada;
	padding: 5px 0 5px 25px;
}
.midashi_box2{
	border-collapse: collapse;
	border-left: 1px solid #36211b;
	padding: 5px 0 5px 25px;
	margin-left: 5px;
}



.btn-primary{
	border-radius:5px;
	font-size: 100%;
}
.btn-primary:hover{
	background-color: #805030;
	opacity: 1;
}


.form-control {
    height: 50px;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



/*▼メールフォームの「例」のカラー変更*/
::placeholder {
  color: #959595!important;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #959595!important;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #959595!important;
}


.privacy_text{
	border-collapse: collapse;
	border-left: 6px solid #dadada;
	padding: 10px 0 10px 15px;
}
.privacy_text .name{
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 10px;
}



/* footer
---------------------------------------------------- */
footer {
	font-size: 100%;
	line-height: 1.6em;
	color: #36211b;
	position: relative;
	z-index: 0;
}

footer .in {padding: 50px 0;}
footer .address{
	text-align: center;
	line-height: 1.86em;
}

footer a:link,
footer a:visited{
	color: #36211b;
	text-decoration: underline;
}

footer h4{
	font-weight: 700;
	font-size: 120%;
	line-height: 1.4em;
	margin-bottom: 20px;
	text-align: center;
}
.foot_logo{
	max-width: 180px;
	margin: 0 auto 10px auto;
	width: 100%;
}
.foot_logo img{
	width: 100%;
	height: auto;
}

.foot_link_box{
	display: none;
}
.foot_link_box li{
	list-style: none;
}
.foot_link_box a:link,
.foot_link_box a:visited{
	text-decoration: none;
}

@media print, screen and (min-width: 576px) {
	footer .in {padding: 70px 0 30px 0;}
}
@media print, screen and (min-width: 768px) {
	.foot_link_box {
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	.foot_link_box ul{
		margin: 0 20px;
	}
	.foot_link_box li{
		display: block;
		font-size: 110%;
		line-height: 1.4em;
		margin-bottom: 10px;
		font-weight: 700;
	}
	.foot_link_box li.us_site a{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		padding: 7px 10px;
		border: 1px solid #36211b;
		border-radius: 6px;
	}
	.foot_link_box li.us_site img{
		max-width: 30px;
		width: 100%;
		height: auto;
		margin-right: 10px;
	}
}
@media print, screen and (min-width: 1200px) {
	footer .yohaku{
		display: -webkit-flex;
		display: flex;
	}
	footer .yohaku .migi {margin-left: auto;}
	
	.foot_link_box ul{
		margin: 0 0 0 40px;
	}
	
	footer h4 {text-align: left; margin-bottom: 10px;}
	footer .address {text-align: left;}
	.foot_logo{
		margin: 0 0 30px 0;
	}
}
@media print, screen and (min-width: 1600px) {
	footer .in {padding: 70px 0;}
}

/*copy*/
.copy {
	text-align: center;
	font-size: 80%;
	color: #807673;
	margin-top: 20px;
	font-weight: 400;
}

@media print, screen and (min-width: 1200px) {
	.copy {
		text-align: right;
	}
}



/* pagetop
---------------------------------------------------- */
#pagetop{
	position: absolute;
	right: 0;
	bottom: 0;
}



/* scroll */
#pagetop .scroll_anime {
  position: absolute;
  bottom: 106px;
  right: min(3.91vw, calc(30px + 16px + 10px));
  writing-mode: vertical-rl;
  white-space: nowrap;
	/*
  font-family: "Oswald", sans-serif;
  font-weight: 500;
	*/
  font-size: 12px;
  color: #807673;
  letter-spacing: 0.1em;
  z-index: 4;
	 font-family: "Google Sans Flex", sans-serif;
	font-weight: 400;
	cursor: pointer;
}

#pagetop .scroll_anime::before {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  /*background: rgba(29, 32, 135, 0.5);*/
	background: none;
}
#pagetop .scroll_anime::after {
  content: "";
  position: absolute;
  bottom: -106px;
  left: calc(16px + 10px);
  width: 1px;
  height: 160px;
  background: #807673;
  animation: lineAnime2 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@media only screen and (max-width: 767px) {
	#pagetop .scroll_anime {
	  bottom: 46px;
	}
	#pagetop .scroll_anime::before {
	  bottom: -46px;
	  height: 110px;
	}
	#pagetop .scroll_anime::after {
	  bottom: -46px;
	  height: 110px;
	}
}

@keyframes lineAnime2 {
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*20260519*/
.sub_tag {
	margin: 5px 0;
}
.sub_tag span a{
	border: 1px solid #aa9862;
	color: #aa9862;
	font-size: 12px;
	border-radius: 50px;
	padding: 4px 10px;
	line-height: 1.4em;
	margin: 1px 1px 1px 0;
	display: inline-block;
}
.sub_tag span a:link,
.sub_tag span a:visited{
	text-decoration: none;
	color: #aa9862;
}
.sub_tag span a:hover,
.sub_tag span a.active{
	background: #aa9862;
	color: #fff;
	opacity: 1;
	
}



.products_narabi .midashi1{
	border-bottom: 1px solid #36211b;
	margin-bottom: 20px;
}
@media print, screen and (min-width: 992px) {
	.products_narabi .midashi1{
		border-bottom: none;
		margin-bottom: 0;
	}
	.products_narabi{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #36211b;
	}
	.products_narabi .last{margin-left: auto; margin-bottom: 20px;}
}


.recipe_narabi .midashi1{
	border-bottom: 1px solid #36211b;
	margin-bottom: 20px;
}

@media print, screen and (min-width: 576px) {
	.recipe_narabi .midashi1{
		border-bottom: none;
	}
	.recipe_narabi{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		border-bottom: 1px solid #36211b;
	}
	.recipe_narabi .last{margin-left: auto; max-width: 250px;}
}

/*検索*/
.well .input-group-addon{
	border-radius: 0;
}
.searchbox{}
.searchbox .input-group-addon{border-radius:0;background: #aaa;color:#fff;border:none;font-size: 14px;line-height: 18px;padding: 14px 28px;}
.searchbox input{height: 46px;border-left: none !important;border-right: none !important;}
.searchbox button i{margin: 0;}
/*.well { padding: 19px 19px 7px 19px ;}*/
.form-group{border-left: 1px solid #ccc;}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group .btn {border-radius: 0;}

/* common - btn */
a.btn-cclr,button.btn-cclr{background:#b5804c;color:#fff;border:none;font-size: 14px;line-height: 18px;padding: 14px 20px;font-weight: bold;}
button.btn-cclr:hover,
button.btn-cclr:active,
button.btn-cclr:focus,
a.btn-cclr:hover,
a.btn-cclr:active,
a.btn-cclr:focus,
a.btn-cclr.active{background:#b5804c;color:#fff;}
input[type="submit"]:hover{opacity:.8;}

input.btn-cclr{background:#004a88;color:#fff;border:none;font-size: 14px;line-height: 18px;padding: 14px 20px;font-weight: bold;}
input.btn-cclr:hover,
input.btn-cclr:active,
input.btn-cclr:focus{background:#005dad;color:#fff;}
input[type="submit"]:hover{opacity:.8;}

.well {margin-bottom: 30px;}
/*
@media print, screen and (min-width: 768px) {
	.well{
		width: 40%;
		margin-left: auto;
	}
}
*/

.input-group {
  flex-wrap: nowrap;/*設置後の崩れ調整*/
}

/*20260526*/
.banner{
	max-width: 630px;
	margin: 0 auto;
}
.banner img{
	width: 100%;
	height: auto;
}
