@charset "UTF-8";

/*-----------------------------------------------------
	[ Base Layout Style ]
------------------------------------------------------*/
/* =========================================================
　◆br
========================================================= */
.fl {
	float: left;
}

.sp {
	display: none !important;
}

@media screen and (max-width:767px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/* =========================================================
　◆Link Style
========================================================= */
a {
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	color: #524631;
}

a:link {
	color: #524631;
	text-decoration: none;
}

a:visited {
	color: #524631;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #524631;
	text-decoration: none;
}

a img {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* =========================================================
　◆Basic
========================================================= */
html {
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

img.rollover2 {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1.0 !important;
	opacity: 1.0 !important;
}

input [type=image]:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	color: #524631;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: YuGothic, 'Yu Gothic', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: top;
	display: block;
}

figure {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* clear */
.clear {
	clear: both !important;
}

/* clearfix */
.cFix:after {
	content: "";
	clear: both;
	display: block;
}

/* pcBlock,pcInline */
.pcBlock {
	display: block;
}

.pcInline {
	display: inline-block;
}

.spBlock,
.spInline {
	display: none;
}

body.is_contW_max {
	overflow-x: hidden;
}

/* =========================================================
　◆Head
========================================================= */
.ly_head {
	width: 100%;
	color: #312614;
}

.ly_head_inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

#spMenu {
	display: none;
}

/* =========================================================
　◆Gnav
========================================================= */
.ly_gnav {
	width: 100%;
}

.ly_gnav .ly_gnav_inner {
	margin: 0 auto;
}

.ly_gnav .ly_gnav_inner ul li a {
	display: block;
}

/* =========================================================
　◆Main
========================================================= */
.ly_main {
	width: 100%;
	margin-bottom: 100px;
}

.ly_main .ly_main_inner {
	width: 100%;
}

/* =========================================================
　◆Foot
========================================================= */
.ly_foot {
	width: 100%;
	background: url(../images/bg/bg_pattern04.jpg) 0 0 repeat;
	clear: both;
	position: relative;
	overflow: hidden;
}

.ly_foot a {
	color: #333;
}

.ly_foot .ly_foot_inner {
	margin: 0 auto;
}

.ly_foot .bl_footNav {
	display: -webkit-flex;
	display: flex;
}

.ly_foot .bl_footNav>dl dt {
	line-height: 1;
}

.ly_foot .bl_footNav>dl dt>a {
	color: #312614;
}
.ly_foot .bl_footNav > dl dd {
  line-height: 1.5;
}

.ly_foot .bl_footRelated_yawaragi {
	display: -webkit-flex;
	display: flex;
}

.ly_foot .bl_footRelated_yawaragi ul.bl_footSns::after {
	content: "";
	clear: both;
	display: block;
}

.ly_foot .bl_footRelated_yawaragi ul.bl_footSns li {
	float: left;
}

.ly_foot .bl_footRelated_other {
	display: -webkit-flex;
	display: flex;
}

.ly_foot .bl_footRelated_other ul.bl_footBnrList::after {
	content: "";
	clear: both;
	display: block;
}

.ly_foot .bl_footRelated_other ul.bl_footBnrList li {
	float: left;
}

.ly_foot .bl_copy {
	display: block;
	color: #312614;
	text-align: center;
}

.ly_notice {
	width: 100%;
	background: #f49392;
	position: fixed;
	z-index: 1000;
	bottom: -100%;
	opacity: 0;
	-webkit-transition: opacity .5s, bottom 0s .5s;
	transition: opacity .5s, bottom 0s .5s;
}

.ly_notice a {
	-webkit-transition: .3s;
	transition: .3s;
}

.ly_notice .ly_notice_inner {
	margin: 0 auto;
	position: relative;
}

.ly_notice .ly_notice_inner::after {
	content: "";
	clear: both;
	display: block;
}

.ly_notice .bl_noticeBtn::after {
	content: "";
	clear: both;
	display: block;
}

.ly_notice .bl_noticeBtn li {
	float: left;
}

.ly_notice.is_notice_fixed {
	bottom: 0;
	opacity: 1;
	-webkit-transition: opacity .5s, bottom 0s;
	transition: opacity .5s, bottom 0s;
}

/*--------------------------------------------------------------------------
	[ RWD Style ] PC
--------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
	body .content_cover {
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 2000;
		position: fixed;
		top: 0;
		left: 0;
	}

	/* ========================================================= 　◆Head ========================================================= */
	.ly_head {
		position: relative;
		z-index: 4000;
		background: #fff;
	}

	.ly_topHead {
		background: #f6f3ed;
		border-bottom: 1px solid #e7d9d3;
	}

	.ly_topHead .ly_head_inner {
		height: 39px;
	}

	.ly_topHead .ly_headLead_txt {
		padding: 12px 0;
		float: left;
	}

	.ly_topHead .ly_headLead_txt p {
		font-size: 10px;
	}

	.ly_topHead .ly_topHead_nav {
		float: right;
	}

	.ly_topHead .ly_topHead_nav ul {
		font-size: 0;
	}

	.ly_topHead .ly_topHead_nav ul li {
		height: 39px;
		display: inline-block;
		border-left: 1px solid #e7d9d3;
		vertical-align: middle;
	}

	.ly_topHead .ly_topHead_nav ul li a {
		padding: 10px 30px 10px 15px;
		display: block;
		font-size: 1.4rem;
    background: url(../images/icon/icon_arrows_circle_02.png) no-repeat right 15px center;
		background-size: 12px 12px;
    line-height: 1.2;
	}

	.ly_topHead .ly_topHead_nav ul li.bl_headSearch {
    border-right: 1px solid #e7d9d3;
		font-size: 1.4rem;
		cursor: pointer;
		transition: all .3s;
	}

	.ly_topHead .ly_topHead_nav ul li.bl_headSearch p {
		display: block;
	}

	.ly_topHead .ly_topHead_nav ul li.bl_headSearch p:hover {
		opacity: .8;
	}

	.ly_topHead .ly_topHead_nav ul li.bl_headSearch .bl_headSearch_opan {
		display: block;
		padding: 10px 15px 10px 30px;
    line-height: 1.2;
    background: url(../images/icon/icon_search.png) no-repeat 9px center;
	}

	.ly_topHead .ly_topHead_nav ul li.bl_headSearch .bl_headSearch_close {
		display: none;
		padding: 6px 23px 5px 22px;
		background: #aca493;
	}

	.ly_topHead .ly_topHead_nav ul li.bl_headSearch .bl_headSearch_close img {
		width: 28px;
		height: 28px;
	}

	.ly_topHead .ly_topHead_nav ul li.bl_headSearch.is_searchOpen .bl_headSearch_opan {
		display: none;
	}

	.ly_topHead .ly_topHead_nav ul li.bl_headSearch.is_searchOpen .bl_headSearch_close {
		display: block;
	}

	.ly_topHead .bl_searchBox {
		display: none;
		width: 100%;
		padding: 30px 0;
		background: #aca493;
		position: absolute;
		z-index: 100;
	}

	.ly_topHead .bl_searchBox .bl_searchBox_inner {
		width: 1200px;
		height: 53px;
		margin: 0 auto;
		padding-left: 40px;
		background: #fff;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		border-radius: 3px;
	}

	.ly_topHead .bl_searchBox .bl_searchBox_inner .bl_searchBox_txt {
		width: 1050px;
		margin: 0 10px 0 0;
		padding: 0 !important;
		border: 0 !important;
		outline: 0;
		font-size: 1.6rem;
		color: #524631;
	}

	.ly_topHead .bl_searchBox .bl_searchBox_inner .bl_searchBox_submit {
		width: 100px;
		border: 0;
		background: transparent url(../images/icon/icon_search.png) no-repeat center center;
		outline: 0;
		cursor: pointer;
	}

	.ly_bottomHead .ly_head_inner {
    padding: 16px 0;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
    justify-content: space-between;
	}
  .ly_bottomHead .bl_headLeft {
    display: flex;
  }
	.ly_bottomHead .bl_headLogo {
		width: 189px;
		margin: 4px 29px 0 0;
	}

	.ly_bottomHead .bl_headAchievement {
		margin: 2px 20px 0 0;
	}

	.ly_bottomHead .bl_headFontSize {
		margin-right: 30px;
	}

	.ly_bottomHead .bl_headFontSize dl {
		font-size: 0;
	}

	.ly_bottomHead .bl_headFontSize dl dt {
		margin-right: 13px;
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
	}

	.ly_bottomHead .bl_headFontSize dl dd {
		width: 40px;
		height: 40px;
		display: inline-block;
		border: 1px solid #a89675;
		border-radius: 3px;
		vertical-align: middle;
		font-weight: bold;
		margin-right: 10px;
		cursor: pointer;
		transition: opacity 0.3s;
	}

	.ly_bottomHead .bl_headFontSize dl dd:hover {
		opacity: 0.8;
	}

	.ly_bottomHead .bl_headFontSize dl dd:last-child {
		margin-right: 0;
	}

	.ly_bottomHead .bl_headFontSize dl dd p {
		width: 100%;
		height: 100%;
		background: #aca493;
		text-align: center;
		line-height: 1;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 3px;
	}

	.ly_bottomHead .bl_headFontSize dl dd.js_fzS {
		font-size: 16px;
	}

	.ly_bottomHead .bl_headFontSize dl dd.js_fzS p {
		padding: 10px 0;
	}

	.ly_bottomHead .bl_headFontSize dl dd.js_fzL {
		font-size: 18px;
	}

	.ly_bottomHead .bl_headFontSize dl dd.js_fzL p {
		padding: 9px 0;
	}

	.ly_bottomHead .bl_headFontSize dl dd.is_fz_inUse p {
		background: #c1c1c1;
		color: #787878;
	}
  .ly_bottomHead .bl_headRight {
    display: flex;
    justify-content: flex-end;
  }
	.ly_bottomHead .bl_headTel {
    margin: -2px 29px 0 0;
		font-size: 0;
	}

	.ly_bottomHead .bl_headTel .it_headTel_ttl {
    margin-right: 30px;
		vertical-align: middle;
	}

	.ly_bottomHead .bl_headTel .it_headTel_num {
		vertical-align: middle;
	}

	.ly_bottomHead .bl_headContact {
		margin-top: -2px;
	}

	.ly_bottomHead .bl_headContact .bl_btn {
		display: block;
		text-align: center;
		text-decoration: none;
	}

	.ly_bottomHead .bl_headContact .bl_btn.bl_link_btn {
    font-size: 17px;
    font-weight: bold;
    padding: 0 20px;
    width: 170px;
		height: 50px;
		line-height: 50px;
		position: relative;
		text-align: center;
		border-radius: 4px;
		color: #fff;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    background-image: linear-gradient(to top, #ef577e, #e483a3);
	}

	.ly_bottomHead .bl_headContact .bl_btn.bl_link_btn::after {
		content: "";
		width: 8px;
		height: 8px;
		display: block;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
	}

	.ly_bottomHead .bl_headContact .bl_btn.bl_link_btn:hover {
    opacity: 0.8;
	}

	/* ========================================================= 　◆Gnav ========================================================= */
	.ly_gnav {
		border-top: 1px solid #e7d9d3;
		border-bottom: 1px solid #e7d9d3;
		clear: both;
		position: relative;
		z-index: 3000;
		background: #fff;
	}

	.ly_gnav_inner {
		width: 1200px;
		position: relative;
	}

	.ly_gnav ul li {
		float: left;
		text-decoration: none;
		position: relative;
	}

	.ly_gnav ul li>a {
		width: 100%;
		height: 60px;
		text-align: center;
		color: #000;
		line-height: 58px;
		font-size: 1.7rem;
	}

	.ly_gnav ul li .it_mNav {
		margin-top: 30px;
		width: 1200px;
		max-height: 0;
		/* background: #fff;*/
		position: absolute;
		z-index: 5000;
		overflow: hidden;
		-webkit-transition: all .5s;
		transition: all .5s;
		color: #000;
		box-sizing: content-box;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner {
		padding: 33px 40px 35px;
		margin: 0 auto;
		width: 1200px;
		background: #fff;
		position: relative;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_mNav_ttl {
		margin-bottom: 18px;
		font-size: 2.4rem;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_mNav_ttl a {
		display: inline-block;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_mNav_closeBtn {
		width: 50px;
		height: 50px;
		background: #b8b49b;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_mNav_closeBtn:hover {
		opacity: 0.8;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner.bl_column_2block .bl_column {
		float: left;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner.bl_column_2block ul li:hover::after {
		content: none;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner.bl_column_2block ul li:hover a {
		text-decoration: underline;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner.bl_column_2block a::after {
		content: none;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner.bl_column_2block a:hover {
		text-decoration: underline;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_bnrBlock {
		width: 522px;
		margin-right: 40px;
		font-size: 0;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_bnrBlock .it_bnrBox {
		width: 251px;
		display: inline-block;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_bnrBlock .it_bnrBox:nth-child(odd) {
		margin-right: 20px;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_bnrBlock .it_bnrBox:nth-child(-n+2) {
		margin-bottom: 30px;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_bnrBlock .it_bnrBox a {
		height: auto;
		font-size: 1.6rem;
		text-align: left;
		line-height: 2.2;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_bnrBlock .it_bnrBox a p::before {
		content: "";
		width: 15px;
		height: 15px;
		margin-right: 10px;
		display: inline-block;
		background: url(../images/icon/icon_arrows_circle.svg) no-repeat center center/100% auto;
		vertical-align: middle;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock {
		width: 547px;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock .it_listBlock_ttl {
		margin-bottom: 30px;
		width: 100%;
		font-size: 2.0rem;
		line-height: 1;
	}

	/*.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul { margin-bottom: 24px; height: 160px; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; flex-wrap: wrap;border: #E9090D 1px solid; }*/
	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul {
    margin-bottom: 24px;
    height: 160px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul.m02 {
		margin-bottom: 20px;
		height: 40px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul:last-child {
		margin-bottom: 0;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul li {
		margin-bottom: 24px;
		width: 48%;
		text-align: left;
		float: none;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul li.m02 {
		margin-bottom: 12px;
		width: 48%;
		text-align: left;
		float: none;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul li:nth-child(n+5) {
		margin-right: 0;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul li a {
		padding-left: 30px;
		width: 100%;
		height: auto;
		text-align: left;
		line-height: 1;
    font-size: 1.6rem;
		position: relative;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul li a::before {
		content: "";
		width: 15px;
		height: 15px;
		display: block;
		background: url(../images/icon/icon_arrows_circle.svg) no-repeat center center/100% auto;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul li:hover::after {
		content: none;
	}

	.ly_gnav ul li .it_mNav .it_mNav_inner .it_listBlock ul li:hover a {
		text-decoration: underline;
	}

	.ly_gnav ul li .it_mNav.is_mNav_active {
		max-height: 570px;
	}

	.ly_gnav ul li.is_mNav_active::after,
	.ly_gnav ul li.is_mNav_active:hover::after {
		content: "";
		width: 29px;
		display: block;
		position: absolute;
		border: 15px solid transparent;
		border-bottom-color: #fff;
		background: transparent;
		bottom: -30px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.ly_gnav ul li.it_gnav_top {
    width: 154px;
	}

	.ly_gnav ul li.it_gnav_about {
		width: 229px;
	}

	.ly_gnav ul li.it_gnav_about a::after {
		content: "";
		margin-left: 9px;
		width: 15px;
		height: 15px;
		display: inline-block;
		background: url(../images/icon/icon_arrows_circle.svg) no-repeat center center;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		position: relative;
		top: 2px;
	}

	.ly_gnav ul li.it_gnav_about .it_mNav {
    left: -118px;
	}
	.ly_gnav ul li.it_gnav_hall {
    width: 154px;
	}

	.ly_gnav ul li.it_gnav_plan {
    width: 208px;
	}

	.ly_gnav ul li.it_gnav_plana {
		width: 171px;
	}
  .ly_gnav ul li.it_gnav_cont {
    width: 300px;
  }
	.ly_gnav ul li.it_gnav_manners {
		width: 181px;
	}

	.ly_gnav ul li.it_gnav_manners .it_mNav {
		left: -859px;
	}

	/*.ly_gnav ul li.it_gnav_hurry { width: 160px; }*/
	.ly_gnav ul li.it_gnav_hurry {
    width: 160px;
	}

	.ly_gnav ul li.it_gnav_hurry a {
		background-image: linear-gradient(to top, #ef577e, #e483a3);
		color: #fff;
		font-weight: bold;
	}

	.ly_gnav ul li.it_gnav_hurry:hover::after {
		content: none;
	}

	.ly_gnav ul li.it_gnav_hurry:hover a {
		opacity: 0.8;
	}

	.ly_gnav ul li:hover::after {
		content: "";
		width: 100%;
		height: 3px;
		display: block;
		background: #aca493;
		position: absolute;
		bottom: 0;
	}

	.ly_gnav ul li:hover a {
		text-decoration: none;
	}

	.bl_spPageTop {
		display: none;
	}

	/* ========================================================= 　◆Foot ========================================================= */
	.ly_foot {
		padding: 39px 0 114px;
	}

	.ly_foot .ly_foot_inner {
		width: 1200px;
	}

	.ly_foot .bl_footNav {
    margin-bottom: 30px;
	}
  .ly_foot .bl_footNav > ul {
		width: 307px;
	}
  .ly_foot .bl_footNav > ul li {
		font-size: 1.6rem;
		font-weight: bold;
		margin-bottom: 14px;
	}
  .ly_foot .bl_footNav > dl {
    width: 270px;
	}
  .ly_foot .bl_footNav > dl a {
    color: #524631;
  }
  .ly_foot .bl_footNav > dl dt {
		font-size: 1.6rem;
		font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0.06em;
	}
  .ly_foot .bl_footNav > dl dd {
		font-size: 1.4rem;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
	}
  .ly_foot .bl_footNav > dl.bl_footNav_list03 {
    width: 223px;
    margin-right: 40px;
	}
  .ly_foot .bl_footNav > dl.bl_footNav_list04 {
    width: auto;
  }
	.ly_foot ul.bl_footSubnav {
		font-size: 0;
	}

	.ly_foot ul.bl_footSubnav::before {
		content: "";
		width: 100%;
		height: 1px;
		background: #decac2;
		position: absolute;
		left: 0;
	}

	.ly_foot ul.bl_footSubnav li {
		font-size: 1.6rem;
		padding: 17px 0 14px;
		display: inline-block;
	}

	.ly_foot ul.bl_footSubnav li::after {
		content: "|";
		margin: 0 16px;
		display: inline-block;
	}

	.ly_foot ul.bl_footSubnav li:last-child::after {
		content: none;
	}

	.ly_foot .bl_footRelated_yawaragi::before {
		content: "";
		width: 100%;
		height: 1px;
		background: #decac2;
		position: absolute;
		left: 0;
	}
  .ly_foot .bl_footRelated_yawaragi > .bl_footLogo {
    width: 146px;
		margin-right: auto;
		padding-top: 31px;
	}

	.ly_foot .bl_footRelated_yawaragi ul.bl_footSns {
		padding: 35px 0 27px;
	}

	.ly_foot .bl_footRelated_yawaragi ul.bl_footSns li:first-child {
		width: 160px;
		margin-right: 27px;
	}

	.ly_foot .bl_footRelated_yawaragi ul.bl_footSns li:last-child {
		width: 140px;
	}

	/*.ly_foot .bl_footRelated_other::before { content: ""; width: 100%; height: 1px; background: #decac2; position: absolute; left: 0; }*/
	.ly_foot .line_foot::before {
		height: 1px;
		background: #decac2;
	}

	.ly_foot .bl_footRelated_other::before {
		content: "";
		width: 100%;
    height: 1px;
    background: #decac2;
		position: absolute;
		left: 0;
	}

	.ly_foot .bl_footRelated_other>.bl_footLogo {
		width: 277px;
		margin-right: auto;
		padding-top: 43px;
	}

	.ly_foot .bl_footRelated_other ul.bl_footBnrList {
		padding: 22px 0 35px;
	}

	/*.ly_foot .bl_footRelated_other ul.bl_footBnrList li { width: 180px; margin-right: 10px; }
  .ly_foot .bl_footRelated_other ul.bl_footBnrList li { width: 180px; margin-right: 10px; }	*/
	/*.ly_foot .bl_footRelated_other ul.bl_footBnrList li { width: 144px; margin-right: 10px; }
  .ly_foot .bl_footRelated_other ul.bl_footBnrList li { width: 144px; margin-right: 10px; }	*/
	.ly_foot .bl_footRelated_other ul.bl_footBnrList li {
    width: 170px;
	}

	.ly_foot .bl_footRelated_other ul.bl_footBnrList li:last-child {
		margin-right: 0;
	}
  .ly_foot .bl_footRelated_other:last-child::before {
    display: none;
  }
	.ly_foot .bl_copy {
		font-size: 1.4rem;
	}

	.ly_notice {
		margin-top: 40px;
		padding: 12px 0;
	}

	.ly_notice .ly_notice_inner {
		width: 870px;
	}

	.ly_notice .bl_noticeTxt {
		float: left;
		margin-right: 10px;
	}

	.ly_notice .bl_noticeTel {
		float: left;
		margin: 7px 40px 0 0;
	}

	.ly_notice .bl_noticeBtn {
		float: left;
		margin-top: 3px;
	}

	.ly_notice .bl_noticeBtn li:first-child {
		margin-right: 18px;
	}

	.ly_notice .bl_PageTop {
		position: absolute;
		right: -165px;
		top: -47px;
	}

	.ly_notice .bl_PageTop a {
		width: 90px;
		height: 90px;
		font-size: 1.4rem;
		line-height: 1.1;
		color: #fff;
		text-align: center;
		text-decoration: none;
		padding: 27px 0 0;
		border-radius: 50%;
		background: #f49392;
		display: block;
	}

	.ly_notice .bl_PageTop a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		margin-left: -3px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 12px;
		left: 50%;
	}
}

/*--------------------------------------------------------------------------
	[ RWD Style ] SP
--------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {

	/* ========================================================= ◆Basic ========================================================= */
	body {
		font-size: 1.3rem;
		width: 100%;
	}

	body .content_cover {
		padding: 100px;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 2000;
		position: fixed;
		top: 0;
		left: 0;
	}

	/* spBlock,spInline */
	.spBlock {
		display: block;
	}

	.spInline {
		display: inline-block;
	}

	.pcBlock,
	.pcInline {
		display: none;
	}

	/* ========================================================= 　◆Head ========================================================= */
	.ly_head {
		position: relative;
		z-index: 3000;
		background: #fff;
	}

	.ly_head .ly_spHead {
		width: 100%;
		border-bottom: 1px solid #e2d1c7;
	}

	.ly_head .ly_spHead .it_headBlock {
		float: left;
		border-right: 1px solid #e2d1c7;
	}

	.ly_head .ly_spHead .it_headBlock:last-child {
		border-right: none;
	}

	.ly_head .ly_spHead .ly_headLogo {
		padding: 4.4% 0 2.66667%;
		width: 41.33333%;
	}

	.ly_head .ly_spHead .ly_headLogo img {
		width: 79.67742%;
		margin: 0 auto;
	}

	.ly_head .ly_spHead .bl_head_tel {
		width: 20%;
	}

	.ly_head .ly_spHead .bl_head_list {
		width: 20.26667%;
	}

	.ly_head .ly_spHead .bl_head_menu {
		width: 18.26667%;
	}

	.ly_head .ly_spHead .bl_head_menu .bl_headMenu_btn {
		padding-top: 81.75182%;
		width: 100%;
		display: block;
		background: no-repeat center center;
		background-size: 100% auto;
	}

	.ly_head .ly_spHead .bl_head_menu .is_menu_open {
		background-image: url(../images/sp_head_menuOpen.png);
	}

	/* ========================================================= 　◆Gnav ========================================================= */
	.ly_gnav {
		display: none;
		padding-bottom: 30px;
		position: absolute;
		z-index: 4000;
		background: #fff;
	}

	.ly_gnav_inner a:hover {
		text-decoration: none;
	}

	.ly_gnav ul li[class^="it_gnav_"],
	.ly_gnav ul li[class*=" it_gnav_"] {
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #e2d1c7;
		text-align: center;
		position: relative;
	}

	.ly_gnav ul li[class^="it_gnav_"]::after,
	.ly_gnav ul li[class*=" it_gnav_"]::after {
		content: '';
		width: 17px;
		height: 17px;
		display: block;
		background: url(../images/icon/icon_arrows_circle.svg) no-repeat center center;
		background-size: cover;
		position: absolute;
		top: 50%;
		right: 4%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		pointer-events: none;
	}

	.ly_gnav ul li[class^="it_gnav_"].it_gnav_about,
	.ly_gnav ul li[class*=" it_gnav_"].it_gnav_about {
		height: auto;
	}

	.ly_gnav ul li[class^="it_gnav_"].it_gnav_about::after,
	.ly_gnav ul li[class*=" it_gnav_"].it_gnav_about::after {
		top: 29px;
		-webkit-transform: translateY(-50%) rotate(90deg);
		-webkit-transform: translateY(-50%) rotate(90deg);
		-webkit-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
	}

	.ly_gnav ul li[class^="it_gnav_"]>a,
	.ly_gnav ul li[class*=" it_gnav_"]>a {
		color: #524631;
		font-size: 1.7rem;
	}

	.ly_gnav ul .it_mNav {
		max-height: 0;
		position: relative;
		background: #f6f3ed;
		overflow: hidden;
		-webkit-transition: all .9s;
		transition: all .9s;
	}

	.ly_gnav ul .it_mNav .it_mNav_inner {
		padding: 25px 0;
		border-top: 1px solid #e2d1c7;
	}

	.ly_gnav ul .it_mNav .it_mNav_inner .it_mNav_ttl {
		display: none;
	}

	.ly_gnav ul .it_mNav .it_mNav_inner .it_mNav_closeBtn {
		display: none;
	}

	.ly_gnav ul .it_mNav .it_mNav_inner .it_bnrBlock li {
		margin-bottom: 25px;
		height: auto;
		line-height: 1.4;
		position: relative;
	}

	.ly_gnav ul .it_mNav .it_mNav_inner .it_bnrBlock li:last-child {
		margin-bottom: 0;
	}

	.ly_gnav ul .it_mNav .it_mNav_inner .it_bnrBlock li::after {
		content: '';
		width: 9px;
		height: 9px;
		display: block;
		position: absolute;
		top: 50%;
		right: 8%;
		border-bottom: 1px solid #524631;
		border-right: 1px solid #524631;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
	}

	.ly_gnav ul .it_mNav .it_mNav_inner .it_bnrBlock li a {
		color: #524631;
		font-size: 1.5rem;
	}

	.ly_gnav ul .it_mNav.is_mNav_active {
		max-height: 500px;
	}

	.it_quickNavBlock {
		margin: 25px auto 0;
		width: 94.66667%;
	}

	.it_quickNavBlock .it_gnavBtn_block {
		font-size: 0;
    margin-bottom: 25px;
	}

	.it_quickNavBlock .it_gnavBtn_block .it_quickNavBtn {
    width: 100%;
		height: 50px;
		display: inline-block;
	}

	.it_quickNavBlock .it_gnavBtn_block .it_quickNavBtn a {
		font-size: 1.7rem;
		color: #fff;
		line-height: 50px;
		display: block;
		text-align: center;
		border-radius: 3px;
	}

	.it_quickNavBlock .it_gnavBtn_block .it_gnav_hurry {
		margin-right: 4.22535%;
	}

	.it_quickNavBlock .it_gnavBtn_block .it_gnav_hurry a {
    position: relative;
		background-image: linear-gradient(to top, #ef577e, #e483a3);
	}
  .it_quickNavBlock .it_gnavBtn_block .it_gnav_hurry a::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    top: 50%;
    right: 3.3333333333%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
	.it_quickNavBlock .it_gnavBtn_block .it_gnav_cont a {
		background-image: linear-gradient(to top, #735c46, #aca493);
	}

	.it_quickNavBlock .it_txtLink {
		padding: 0 6.33803%;
	}

	.it_quickNavBlock .it_txtLink li {
    margin-bottom: 17px;
		height: auto;
		line-height: 1.4;
		position: relative;
	}

	/*.it_quickNavBlock .it_txtLink li:last-child { margin-bottom: 0; }*/
	.it_quickNavBlock .it_txtLink li:last-child {
		margin-top: 10px;
		margin-bottom: 0;
	}

	.it_quickNavBlock .it_txtLink li a {
		margin: 0;
		display: inline-block;
		color: #524631;
		font-size: 1.5rem;
	}

	.it_quickNavBlock .it_txtLink li a::before {
    content: "";
    vertical-align: -2px;
		margin-right: 8px;
    width: 7px;
    height: 7px;
		display: inline-block;
		border-bottom: 1px solid #524631;
		border-right: 1px solid #524631;
		-webkit-transform: translateY(-50%) rotate(-45deg);
		transform: translateY(-50%) rotate(-45deg);
	}
  .it_quickNavBlock .it_txtLink li a .btn--ec_txt {
    padding: 2px 0;
    width: calc(100% - 15px);
    display: inline-block;
    font-weight: bold;
    background-color: #f6f3ed;
  }
	.it_quickNavBlock .it_gnav_search {
		padding: 5px;
		margin: 25px auto 0;
		width: 87.04225%;
		height: 45px;
		background: #dadada;
	}

	.it_quickNavBlock .it_gnav_search form {
		font-size: 0;
	}

	.it_quickNavBlock .it_gnav_search form input {
		/* reset */
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		/* style */
		height: 35px;
		vertical-align: middle;
		display: inline-block;
		font-size: 1.5rem;
	}

	.it_quickNavBlock .it_gnav_search form input[type="text"] {
		width: calc(100% - 40px);
		border-right: 1px solid #fff;
	}

	.it_quickNavBlock .it_gnav_search form input[type="submit"] {
		margin-left: 5px;
		width: 35px;
    background: url(../images/icon/icon_search_02.png) no-repeat center center/14px 14px;
		background-size: cover;
	}

	/* ========================================================= 　◆Main ========================================================= */
	.ly_main {
		margin-bottom: 60px;
	}

	.ly_main_inner {
		width: 90%;
	}

	/* ========================================================= 　◆Foot ========================================================= */
	.ly_foot .ly_foot_inner {
		width: 100%;
    margin-bottom: 24%;
	}

	.ly_foot .bl_footNav {
		-webkit-flex-flow: column;
		flex-flow: column;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.ly_foot .bl_footNav>ul li {
		padding: 0 4%;
		border-bottom: 1px solid #decac2;
		font-size: 1.4rem;
		position: relative;
		line-height: 1;
	}

	.ly_foot .bl_footNav>ul li>a {
		padding: 5.2% 0;
		display: block;
	}

	.ly_foot .bl_footNav>ul li::before {
		content: "";
		width: 10px;
		height: 10px;
		border-top: 1px solid #aca493;
		border-right: 1px solid #aca493;
		margin-top: -5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 4%;
	}

	.ly_foot .bl_footNav>dl {
		padding: 0 4%;
		border-bottom: 1px solid #decac2;
	}

	.ly_foot .bl_footNav>dl dt {
		font-size: 1.4rem;
		position: relative;
	}

	.ly_foot .bl_footNav>dl dt>a {
		padding: 5.2% 0;
		display: block;
	}

	.ly_foot .bl_footNav>dl dt::before {
		content: "";
		width: 10px;
		height: 10px;
		border-top: 1px solid #aca493;
		border-right: 1px solid #aca493;
		margin-top: -5px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 0;
	}

	.ly_foot .bl_footNav>dl dd {
		font-size: 1.2rem;
		display: none;
	}

	.ly_foot ul.bl_footSubnav {
		padding: 4.5% 3.8%;
		border-bottom: 1px solid #decac2;
	}

	.ly_foot ul.bl_footSubnav::after {
		content: "";
		clear: both;
		display: block;
	}

	.ly_foot ul.bl_footSubnav li {
		width: 40%;
		font-size: 1.2rem;
		float: left;
		padding-left: 20px;
		position: relative;
	}

	.ly_foot ul.bl_footSubnav li::before {
		content: "";
		width: 13px;
		height: 13px;
		margin-top: -6px;
		background: url(../images/icon/icon_arrows_circle.svg) 0 0/100% auto no-repeat;
		position: absolute;
		left: 0;
		top: 47%;
	}

	.ly_foot ul.bl_footSubnav li:nth-child(-n+2) {
		margin-bottom: 2.8%;
	}

	.ly_foot ul.bl_footSubnav li:nth-child(odd) {
		width: 52.2%;
	}

	.ly_foot .bl_footRelated_yawaragi {
		padding: 4.8% 4%;
		border-bottom: 1px solid #decac2;
	}

	.ly_foot .bl_footRelated_yawaragi>.bl_footLogo {
		display: none;
	}

	.ly_foot .bl_footRelated_yawaragi ul.bl_footSns li:first-child {
		width: 40.6%;
		margin-right: 12%;
	}

	.ly_foot .bl_footRelated_yawaragi ul.bl_footSns li:last-child {
		width: 35%;
	}

	.ly_foot .bl_footRelated_other {
		padding: 6% 4.7% 0;
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
	}
  .ly_foot .bl_footRelated_other > .bl_footLogo {
    width: 79%;
		margin: 0 auto 5.6%;
	}

	.ly_foot .bl_footRelated_other ul.bl_footBnrList li {
		width: 43%;
	}

	.ly_foot .bl_footRelated_other ul.bl_footBnrList li:nth-child(odd) {
		margin-right: 10.5%;
	}

	.ly_foot .bl_footRelated_other ul.bl_footBnrList li:nth-child(n+2) {
		margin-bottom: 5.5%;
	}

	.ly_foot .bl_copy {
		height: 30px;
		padding: 0 0 20px;
		font-size: 1.0rem;
		background: #f49392;
	}

	.ly_notice {
		padding: 4.2% 0 2.2%;
	}

	.ly_notice.is_pageBottom {
		position: absolute;
		bottom: 30px;
	}

	.ly_notice .ly_notice_inner {
		width: 94.666%;
	}

	.ly_notice .bl_noticeTel {
		display: none;
	}

	.ly_notice .bl_noticeBtn {
		width: 100%;
	}

	.ly_notice .bl_noticeBtn li {
		width: 47.89%;
	}

	.ly_notice .bl_noticeBtn li:first-child {
		margin-right: 4.22%;
	}

	.ly_notice .bl_noticeBtn li>img {
		margin-top: 2%;
	}

	.ly_notice .bl_PageTop {
		position: absolute;
		top: -110%;
		right: 0;
		width: 34px;
		height: 0;
		background: #aca493;
		opacity: 0;
		-webkit-transition: opacity .5s, height 0s .5s;
		transition: opacity .5s, height 0s .5s;
	}

	.ly_notice .bl_PageTop.is_pageTop_show {
		height: 34px;
		opacity: 1;
		-webkit-transition: opacity .5s, height 0s 0s;
		transition: opacity .5s, height 0s 0s;
	}

	.ly_notice .bl_PageTop>a {
		height: 34px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		position: relative;
	}

	.ly_notice .bl_PageTop>a::before {
		content: "";
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		margin: -3px 0 0 -5px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 50%;
		left: 50%;
	}

	a.btn--ec {
		margin: 5px;
	}

	a.btn--orange {
		color: #ffffff;
		margin: 5px;
		background-color: #eb6100;
		border-bottom: 5px solid #b84c00;
	}

	a.btn--orange:hover {
		margin-top: 3px;
		color: #fff;
		background: #f56500;
		border-bottom: 2px solid #b84c00;
	}

	a.btn--shadow {
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
		box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	}

	a.btn-radius-solid {
		background: #f1e767;
		background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
		background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
		background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
	}

	a.btn-radius-solid:hover {
		background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
		background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
		background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
	}
}

/*# sourceMappingURL=layout.css.map */