@charset "UTF-8";

/* -----------------------------------------------
Table of Contents (common css) [Thought of SMACSS + original]
--------------------------------------------------
0. Foundation
	 0-1. Reset (normalize.css + original)
	 0-2. Base
	 0-3. Config
1. Layout
	 1-1. #l-document
	 1-2. #l-header
	 1-3. #l-container
				1-3-1. #l-main
				1-3-2. #l-sub
	 1-4. #l-footer
	 1-5. #l-nav-global
2. Object
	 2-1. Component a.k.a Module [Thought of BEM + original]
				2-1-1.  Wrap     [wrp-***]
				2-1-2.  Box      [box-***]
				2-1-3.  Table    [tbl-***]
				2-1-4.  Headings [hdg-lv*]
				2-1-5.  Nav      [nav-***]
				2-1-6.  List     [lst-***]
				2-1-7.  Button   [btn-***]
				2-1-8.  Anchor   [acr-***]
				2-1-9.  Text     [txt-***]
				2-1-10. Icon     [icn-***]
				2-1-11. Label    [lbl-***]
				2-1-12. Form     [frm-***]
				2-1-13. Error    [err-***]
				2-1-14. UI
	 2-2. Utility
				2-2-1. clearfix
				2-2-2. margin,padding [mb10,pt20]
				2-2-3. Object-Oriented CSS
				2-2-4. Grid System [grid-***]
				2-2-5. WebFont [FontAwesome] http://fortawesome.github.io/Font-Awesome/icons/
	 2-3. State [is-***]
	 2-4. OverLayerConfig [z-index]
	 2-5. Project

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

/* -----------------------------------------------
 [0. Foundation]
 -------------------------------------------------- */

/* 0-1. Reset
-------------------------------------------------- */
html{
	font-family: sans-serif;
}
body{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
a{
	background: transparent;
}
a:focus{
	outline: thin dotted;
}
a:active,
a:hover{
	outline: 0;
}
html,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,del,em,img,strong,
dl,dt,dd,ol,ul,li,
fieldset,form,label,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,aside,footer,header,small,nav,section,figure,figcaption,main{
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: baseline;
	list-style: none;
	background-color: transparent;
	outline: none;
}
audio,canvas,video{
	display: inline-block;
}
ul,ol{
	list-style-type: none;
}
table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	line-height: 1;
	vertical-align: bottom;
	outline: none;
	-webkit-backface-visibility: hidden;
}
a img{
	border: none;
	outline: none;
}
sub,sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
hr{
	box-sizing: content-box;
	height: 0;
}
dt,dd,li,
th,td,
input,textarea{
	text-align: left;
	vertical-align: top;
}
button{
	border: none;
}
input,textarea,button{
	margin: 0;
	padding: 0;
}
input{
	border: 1px solid #dad7d3;
	padding: 2px 5px;
}
textarea{
	border: 1px solid #dad7d3;
	resize: none;
}
button,label{
	background-color: transparent;
	cursor: pointer;
}
button,select{
	text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled]{
	cursor: default;
}
input[type="checkbox"],
input[type="radio"]{
	box-sizing: content-box;
	padding: 0;
	vertical-align: middle;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
	padding: 0;
	border: 0;
}
textarea{
	overflow: auto;
	vertical-align: top;
}
small{
	font-size: 0.8em;
	display: inline;
}
:focus{
	outline: none;
}

/* 0-2. Base
-------------------------------------------------- */
html{
	overflow-y: scroll;
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: bold;
}
table{
	width: 100%;
}
input,textarea,button,select{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	font-size: 100%;
}
html[lang="en"] input,
html[lang="en"] textarea,
html[lang="en"] button,
html[lang="en"] select{
	font-family: Arial, Helvetica, sans-serif;
}
strong,
em{
	font-weight: bold;
}

/* 0-3. Config
-------------------------------------------------- */
body{
	font-size: 15px;
	color: #5f1500;
	background-color: #fff;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	letter-spacing: 0.06em;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	body{
		font-size: 13px;
		letter-spacing: 0.1em;
		line-height: 1.538;
	}
}
input,textarea,button,select{
	font-family: "メイリオ","ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"ＭＳ Ｐゴシック","helvetica","arial",sans-serif;
	font-size: 100%;
}

a{
	color: #531c06;				/* ベースのリンク文字の色を指定 */
	text-decoration: none;	/* ベースのリンク文字の下線の有無を指定 */
	transition: color .3s;
}
a:hover,
a:active{
	color: #f44336;				/* ベースのリンク文字の色を指定 */
	opacity: .8;
	text-decoration: underline;		/* ベースのリンク文字の下線の有無を指定 */
}
a:focus {
	outline: none;
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;			/* ベースの行間を指定 */
}
p{
	line-height: 1.6666666;			/* ベースの行間を指定 */
}
dt,dd,li,
th,td,
input,
textarea,
button{
	line-height: 1.5;			/* ベースの行間を指定 */
}
button {
	border-radius: 0;
}
sup {
	vertical-align: top;
	line-height: 1;
}
img{
	vertical-align: top;
}
/* -----------------------------------------------
 [1. Layout]
 -------------------------------------------------- */
/* 1-1. #l-document
-------------------------------------------------- */
#l-document{
	overflow: hidden;
	background: url(/assets/images/common/bg-header01.png) no-repeat center top;
	background-size: 100% 100%;
}
/* 1-2. #l-header
-------------------------------------------------- */
.l-header {
	padding: 0 0 0 20px;
}
/* 増税告知対応 */
#l-document{
	background-position: center top;
}
.l-header__tax{
	background-color: #6e5231;
	height: 20px;
	position: relative;
	width: calc(100% + 20px);
	margin-left: -20px;
}
.l-header__tax__inner{
	position: absolute;
	max-width: calc(100% - 40px);
	padding: 0 20px;
	top: 50%;
	transform: translateY(-50%);
}
.l-header__tax__inner p,
.l-header__tax__inner i{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}
.l-header__tax__inner i{
	margin-right: 5px;
	position: relative;
	top: -2px;
}
@media only screen and (max-width:767px){
	.l-header__tax{
		padding: 0 10px;
	}
	.l-header__tax__inner{
		width: calc(100% - 20px);
		box-sizing: border-box;
		max-width: initial;
		padding: 0 10px;
	}
	.l-header__tax__inner p,
	.l-header__tax__inner i{
		font-size: 11px;
	}
}
@media only screen and (max-width:321px){
	.l-header__tax{
		padding: 0 0 0 10px;
	}
	.l-header__tax__inner p,
	.l-header__tax__inner i{
		font-size: 10px;
	}
}
/* 増税告知対応 */
.pct-sitelogo {
	float: left;
	padding: 20px 15px 20px 0;
}
.pct-sitelogo img {
	width: 230px;
}
.l-header__dropdown{
	float: right;
	padding: 20px 0;
}
.nav-global {
	display: inline-block;
	vertical-align: middle;
}
.l-header__dropdown__menu {
	display: table;
	vertical-align: middle;
	padding: 28px 15px;
	float: right;
	position: relative;
}
.l-header__dropdown__menu:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 16px;
	width: 1px;
	background: #5f1500;
}
.nav-global li {
	display: inline-block;
	padding-right: 5px;
}
.nav-global li a {
	display: block;
	padding: 8px 6px;
	font-size: 16px;
	font-weight: bold;
	color: #5f1500;
	position: relative;
	z-index: 15;
}
.nav-global li a:hover{
	text-decoration: none;
}
.nav-global li a:hover::before,
.nav-global li a.is-current::before{
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	bottom: -10px;
	position: absolute;
	background: #531c06;
}
.l-header__menu__language {
	display: table-cell;
	vertical-align: middle;
}
.l-header__menu__language a {
	display: block;
	color: #5f1500;
}
.l-header__menu {
	width: 80px;
	height: 81px;
	display: table;
	margin-left: 10px;
}
.l-header__menu.is-active {
	background: #6e5231;
}
.l-header__menu a {
	background: url("/assets/images/common/icn-menu.png") no-repeat center;
	background-size: 45px auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.l-header__menu__icon {
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .0.25s ease-in-out;
	-moz-transition: .0.25s ease-in-out;
	-o-transition: .0.25s ease-in-out;
	transition: .0.25s ease-in-out;
	position: relative;
}
.l-header__menu__icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 18px;
	background: #6b2e00;
	opacity: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.l-header__menu__icon span:nth-child(1) {
	top: 16px;
}
.l-header__menu__icon span:nth-child(2) {
	top: 21px;
}
.l-header__menu__icon span:nth-child(3) {
	top: 26px;
}
.l-header__menu.is-active .l-header__menu__icon span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.l-header__menu.is-active .l-header__menu__icon span:nth-child(3) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.l-header__menu.is-active .l-header__menu__icon span:nth-child(1),
.l-header__menu.is-active .l-header__menu__icon span:nth-child(3) {
	top: 20px;
}
.l-header__menu.is-active .l-header__menu__icon span:nth-child(2){
	display: none;
}
.l-header__menu__inner {
	position: absolute;
	z-index: 10;
	top: 81px;
	right: 0;
	width: 240px;
	background: #6e5231;
}
.l-header__menu__inner li{
	padding: 0 20px;
	box-sizing: border-box;
}
.l-header__menu__inner li a {
	display: block;
	color: #fff;
	padding: 13px 0;
	box-sizing: border-box;
	border-top: 1px solid #8b755a;
	font-size: 16px;
}
.l-header__menu__inner li:first-child a {
	border-top: 0;
}
.l-header__menu-sp {
	display: none;
}
.nav-global li.l-header__dropdown-sp {
	display: none;
}
.nav-global li.l-header__dropdown-pc {
	display: inline-block;
}
@media only screen and (min-width: 1120px) {
	.l-header__dropdown {
		display: block!important;
	}
	.l-header__language {
		display: none!important;
	}
	.nav-global {
		display: inline-block!important;
	}
}
@media only screen and (min-width: 970px) and (max-width: 1190px) {
	.l-header__dropdown {
		padding: 23px 0;
		display: block!important;
	}
	.nav-global li{
		padding-right: 0;
	}
	.nav-global li a {
		font-size: 12px;
		padding: 8px 6px;
	}
	.nav-global li.l-header__language {
		display: none;
	}
	.l-header__dropdown__menu {
		font-size: 12px;
		padding: 30px 6px;
	}
}
@media only screen and (min-width:1px) and (max-width:969px){
	.l-header__menu-pc {
		display: none;
	}
	.nav-global li.l-header__dropdown-sp {
		display: block;
	}
	.l-header__menu-sp {
		display: block;
	}
	.l-header {
		padding: 0 0 0 10px;
	}
	.pct-sitelogo img {
		width: 170px;
	}
	.pct-sitelogo {
		padding: 10px 10px 10px 0;
	}
	.nav-global{
		display: none;
	}
	.l-header__menu {
		width: 50px;
		height: 50px;
	}
	.l-header__dropdown {
		float: none;
	}
	.nav-global {
		padding: 50px 15px 0;
		position: absolute;
		z-index: 12;
		top: 0;
		left: 0;
		right: 0;
		background: url("/assets/images/common/bg-navglobal.png") top center;
		background-size: 100% auto;
		background-repeat: repeat-y;
		height: 100%;
	}
	.l-header__menu__language a{
		text-transform: uppercase;
		font-size: 12px;
	}
	.l-header__dropdown__menu:before {
		content: none;
	}
	.l-header__menu {
		margin-left: 0;
	}

	.l-header__menu a {
		background-size: 33px auto;
		width: 50px;
		height: 50px;
	}
	.l-header__menu.is-active a {
		background: url("/assets/images/common/icn-menu-active.png") no-repeat center;
		background-size: 33px auto;
	}
	.l-header__menu__icon span {
		width: 12px;
		height: 2px;
	}
	.l-header__menu__icon span:nth-child(1) {
		top: 21px;
	}
	.l-header__menu__icon span:nth-child(2) {
		top: 24px;
	}
	.l-header__menu__icon span:nth-child(3) {
		top: 27px;
	}
	.l-header__dropdown__menu {
		padding: 0 0 0 15px;
	}
	.l-header__menu.is-active .l-header__menu__icon span:nth-child(1),
	.l-header__menu.is-active .l-header__menu__icon span:nth-child(3) {
		top: 24px;
	}
	.l-header__menu__icon {
		width: 50px;
		height: 50px;
	}
	.l-header__menu.is-active {
		background: transparent;
	}
	.nav-global li {
		display: block;
		padding-right: 0;
		text-align: center;
		border-top: 1px solid #ffe866;
	}
	.nav-global li.l-header__dropdown-pc {
		display: none;
	}
	.nav-global li a {
		font-weight: bold;
		padding: 13px 0;
		letter-spacing: 0.01em;
	}
	.l-header__language {
		display: block;
		padding: 20px 0;
	}
	.l-header__language span{
		display: inline-block;
		margin: 0 5px;
	}
	.l-header__language span a {
		padding: 10px;
		display: block;
		width: 40px;
		height: 40px;
		line-height: 20px;
		font-size: 14px;
		background: #fff;
		box-sizing: border-box;
		border-radius: 50%;
	}
	.l-header__language span.is-current a{
		background: #531c06;
		color: #fff;
	}
	.l-header__menu.is-active {
		position: relative;
		z-index: 15;
	}
	.l-header__menu__inner {
		display: none! important;
	}
	.nav-global li a:hover::before,
	.nav-global li a.is-current::before{
		content: none;
	}
}
/* 1-3. #l-container
-------------------------------------------------- */
#l-container{
	min-height: 600px;
	background: #fff;
}
@media only screen and (min-width: 1px) and (max-width: 969px) {
	#l-container {
		min-height: 400px;
	}
}

/* 1-3-1. #l-main
-------------------------------------------------- */

/* 1-3-2. #l-sub
-------------------------------------------------- */


/* 1-4. #l-footer
-------------------------------------------------- */

.l-footer__content {
	background: #6e5231;
	padding: 30px 20px;
}
.l-footer__content a {
	color: #fff;
	letter-spacing: 0.01em;
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
}
.l-footer__content ul {
	text-align: center;
	padding-bottom: 10px;
}
.l-footer__content ul li {
	display: inline-block;
	position: relative;
}
.l-footer__content ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 13px;
	background: #fff;
}
.l-footer__content ul li:first-child:before {
	content: none;
}
.l-footer__copyright{
	text-align: center;
	color: #fff;
	font-size: 10px;
}
.btn-totop {
	background: #fff;
	text-align: right;
	border-top: 1px solid #e2d5d2;
	font-size: 12px;
}
.btn-totop a {
	padding: 15px 20px;
	box-sizing: border-box;
	display: inline-block;
}
.btn-totop .fa {
	font-size: 16px;
	margin-left: 5px;
}
@media only screen and (min-width: 1px) and (max-width: 969px) {
	.btn-totop {
		text-align: center;
	}
	.l-footer__content {
		padding: 0;
	}
	.l-footer__content ul {
		overflow: hidden;
		font-size: 0;
		border-top: 1px solid #846c50;
		padding-bottom: 0;
		position: relative;
	}
	.l-footer__content ul:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: #846c50;
	}
	.l-footer__content ul li {
		width: 50%;
		float: left;
		border-bottom: 1px solid #846c50;
		position: relative;
		box-sizing: border-box;
	}
	.l-footer__content ul li:nth-child(odd) {
		border-right: 1px solid #846c50;
	}
	.l-footer__content ul li:before {
		content: none;
	}
	.l-footer__content a {
		padding: 15px 9px;
		box-sizing: border-box;
		display: block;
		letter-spacing: 0;
	}
	.l-footer__copyright {
		padding: 27px 20px;
		letter-spacing: 0;
	}
}
/* 1-5. #l-nav-global
-------------------------------------------------- */

/* -----------------------------------------------
 [2. Object]
 -------------------------------------------------- */

/* 2-1. Component a.k.a Module
-------------------------------------------------- */
/*2-1-1.  Wrap     [wrp-***]*/
.wrp-container {
	max-width: 1170px;
	padding: 0 55px;
	margin: 0 auto;
}
.wrp-container--md {
	max-width: 970px;
}
.wrp-container--sm{
	max-width: 740px;
	padding: 0 20px;
	margin: 0 auto;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.wrp-container {
		padding: 0 15px;
	}
	.wrp-container .wrp-container--sm{
		padding: 0;
	}
}
/*2-1-2.  Box      [box-***]*/
.box{
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
}
.box__title{
	font-size: 24px;
	font-weight: bold;
	padding: 5px 0 10px;
	font-family: 'Noto Sans', sans-serif;
}
.box-02{
	border: 1px solid #e2d5d2;
	padding: 23px 20px;
	box-sizing: border-box;
}
.box-02 .lst-dot li{
	font-size: 16px;
	line-height: 25px;
}
.box-02__title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	font-family: 'Noto Sans', sans-serif;
}
.box-02__inner{
	height: 250px;
	overflow-x: auto;
	padding-right: 10px;
	position: relative;
}
.box-02__inner::-webkit-scrollbar-track{
	border-left: 1px solid #e7e7e7;
	background-color: #fafafa;
}
.box-02__inner::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}
.box-02__inner::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #c4c4c4;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box{
		border-radius: 5px;
		padding: 10px;
	}
	.box__title{
		padding: 10px 0 7px;
		font-weight: normal;
	}
	.box-02{
		padding: 15px 10px;
	}
	.box-02 .lst-dot li{
		font-size: 14px;
		line-height: 20px;
	}
	.box-02__title{
		font-size: 16px;
		margin-bottom: 15px;
	}
}
/*--------------------------------------------*/
.box-agree{
	text-align: center;
	padding: 45px 0 30px;
}
.box-agree__title{
	font-size: 16px;
	margin-bottom: 20px;
}
.box-agree__btn{
	display: table;
	margin: auto;
	table-layout: fixed;
}
.box-agree__btn > p{
	display: table-cell;
	padding: 0 15px;
	width: 270px;
}
.box-agree__btn .btn{
	display: block;
	font-weight: bold;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-agree{
		padding: 25px 0 20px;
	}
	.box-agree__title{
		font-size: 14px;
		margin-bottom: 10px;
	}
}

/*------------------------------------------*/
.box-share{
	padding: 40px 0;
}
.box-share__lst{
	text-align: right;
}
.box-share__lst li{
	display: inline-block;
	width: 205px;
	max-width: 100%;
	margin-right: 5px;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-share{
		padding: 20px 0 25px;
	}
	.box-share__lst{
		padding-right: 0;
		display: flex;
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
	}
	.box-share__lst li{
		width: auto;
		padding: 0 5px;
		box-sizing: border-box;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.box-share__lst li:last-child{
		width: 100%;
		text-align: center;
	}
	.box-share__lst li a{
		display: block;
	}
	.box-share__lst li:not(:last-child) img{
		width: 30px;
		display: block;
		margin: 0 auto;
	}
	.box-share__lst li:last-child img{
		width: 200px;
	}
}
/*------------------------------------------------------*/
.box-qa{
	padding: 45px 30px 24px 100px;
	border-top: 1px solid #ddd;
	font-size: 16px;
}
.box-qa:last-of-type{
	border-bottom: 1px solid #ddd;
}
.box-qa__title{
	font-weight: bold;
	padding-bottom: 45px;
	min-height: 27px;
}
.box-qa__title,
.box-qa__content{
	position: relative;
	line-height: 25px;
}
.box-qa__title::before,
.box-qa__content::before{
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	left: -70px;
	top: -10px;
}
.box-qa__title::before{
	background: url("/assets/images/icon/icn-question.png") no-repeat center;
	background-size: cover;
}
.box-qa__content::before{
	background: url("/assets/images/icon/icn-answer.png") no-repeat center;
	background-size: cover;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-qa{
		font-size: 14px;
		padding: 33px 0 27px 60px;
	}
	.box-qa__title{
		line-height: 20px;
		padding-bottom: 24px;
		min-height: 44px;
	}
	.box-qa__title::before,
	.box-qa__content::before{
		width: 45px;
		height: 45px;
		left: -60px;
		top: -14px;
	}
	.box-qa__content::before{
		top: -11px;
	}
	.box-qa__content{
		line-height: 20px;
	}
}
/*----------------------------------------------------*/
.box-dish{
	margin: 50px -5px 0;
	overflow: hidden;
}
.box-dish__col{
	padding: 0 5px;
	width: 33.33333%;
	/*width: 25%;*/
	box-sizing: border-box;
	float: left;
}
.box-dish__col--centering{
	padding: 1px 5px 0;
	width: 16.66666%;
	float: left;
}
.box-dish__col__inner{
	border: 1px solid #e2d5d2;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 1px rgba(226,213,210,.6);
	-moz-box-shadow: 0 1px rgba(226,213,210,.6);
	box-shadow: 0 1px rgba(226,213,210,.6);
	margin-bottom: 3px;
}
.box-dish__col__inner a {
	display: block;
}
.box-dish__content{
	padding: 15px 20px;
	font-size: 14px;
	line-height: 20px;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-dish.slick-slider{
		margin: 25px -15px 0;
		overflow: visible;
	}
	.box-dish__col--centering{
		display: none!important;
	}
	.box-dish__content{
		height: auto;
		padding: 15px;
	}
}
/*
-------------------------------------------------- */
.box-media-col {
	background: #f5f1e9;
}
.box-media-col .wrp-container {
	display: table;
	width: 100%;
	max-width: 1320px;
	padding: 0;
	box-sizing: border-box;
}
.box-media-col__inner {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.box-media-col__inner a {
	display: block;
	padding: 50px 10px;

	box-sizing: border-box;
}


/*
--.box-media-col__inner a.box-media-col--season {
	background: url("/assets/images/menu/limited-pic01.png") no-repeat;
	background-size: 355px auto;
	overflow: hidden;
	background-position: bottom 0 right -24px;
}
-- */
.box-media-col__inner a.box-media-col--season {
	background: url("/assets/images/menu/limited-pic-top.png") no-repeat;
	background-size: 355px auto;
	overflow: hidden;
	background-position: bottom 0 right -24px;
}
.box-media-col__inner a.box-media-col--cocoichi {
	background: url("/assets/images/home/pct-banner01.png") no-repeat;
	background-size: 315px auto;
	overflow: hidden;
	background-position: left 0 bottom -16px;
}
.box-media-col__content {
	width: 300px;
	padding: 0 20px;
	box-sizing: border-box;
}
.box-media-col__inner a.box-media-col--cocoichi .box-media-col__content {
	float: right;
}
.box-media-col__sub {
	font-size: 10px;
}
.box-media-col__title {
	font-size: 24px;
	font-weight: bold;
	margin: 5px 0 10px;
}
.box-media-col__des {
	line-height: 20px;
}
@media only screen and (min-width: 768px) {
	.box-media-col__inner a:hover {
		text-decoration: none;
	}
}
@media only screen and (min-width:1001px) and (max-width:1240px){
	.box-media-col__inner a.box-media-col--cocoichi {
		background-size: 200px auto;
		background-position: left 0 bottom 30px;
	}
	.box-media-col__inner a.box-media-col--season {
		background-size: 240px auto;
		background-position: right -16px center;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.box-media-col__inner a.box-media-col--cocoichi {
		background-size: 42% auto;
		background-position: left 0 bottom 37px;
	}
	.box-media-col__inner a.box-media-col--season {
		background-size: 50% auto;
		background-position: right -16px center;
	}
	.box-media-col__inner a {
		padding: 35px 0;
	}
}
@media only screen and (min-width:1px) and (max-width:969px){


	.box-media-col__content {
		width: 225px;
		padding: 0 15px;
	}
	.box-media-col__title {
		font-size: 18px;
		margin: 0 0 5px;
	}
	.box-media-col__des {
		font-size: 14px;
		letter-spacing: 0;
	}
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-media-col {
		padding: 30px 0;
	}
	.box-media-col__inner a {
		padding: 10px 0;
	}
	.box-media-col .wrp-container {
		display: block;
	}
	.box-media-col__inner {
		display: block;
		width: 100%;
	}
	.box-media-col__inner a.box-media-col--cocoichi {
		background-size: 30% auto;
		background-position: 0 center;
		padding-left: 150px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.box-media-col__inner a.box-media-col--season {
		background-size: 34% auto;
		background-position: 106% center;
		padding-right: 140px;
	}
}
@media only screen and (min-width: 1px) and (max-width: 500px) {
	.box-media-col__inner a.box-media-col--cocoichi {
		background-size: 40% auto;
		background-position: 0 center;
		padding-left: 150px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.box-media-col__inner a.box-media-col--season {
		background-size: 50% auto;
		background-position: 106% center;
		padding-right: 140px;
	}
}
@media only screen and (min-width: 1px) and (max-width: 320px) {
	.box-media-col__content {
		padding: 0 0 0 10px;
	}
	.box-media-col__inner a.box-media-col--cocoichi {
		padding-left: 30%;
		background-size: 30% auto;
	}
	.box-media-col__inner a.box-media-col--season {
		padding-right: 30%;
		background-size: 35% auto;
		background-position-y: center;
	}
}
/*---------------------------------------------*/

.box-app__txt__head{
	font-size: 30px;
	padding-top: 30px;
	line-height: 1.28;
	font-weight: bold;
}
@media only screen and (min-width: 768px){
	.box-app {
		max-width: 600px;
		margin: 0 auto;
		padding: 40px 20px;
		box-sizing: border-box;
	}
	.box-app__pic {
		text-align: center;
	}
	.box-app__pic img {
		width: 120px;
	}
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-app{
		display: table;
		table-layout: fixed;
		padding: 20px 0 30px;
	}
	.box-app__pic,
	.box-app__txt{
		display: table-cell;
		vertical-align: top;
	}
	.box-app__pic{
		padding-left: 0;
		padding-right: 15px;
		width: 34.78%;
	}
	.box-app__txt__head{
		padding-top: 0;
		font-size: 24px;
	}
}
/*--------------------------------------------*/
.box-support{
	background: #ffdf00;
}
.box-support .box{
	background: #fff;
}
.box-support__col{
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 5px;
}
.box-support__col--special .box{
	background: #fff url("/assets/images/home/support-pic01.png") no-repeat right -40% bottom;
}
.box-support__col .box + .box{
	margin-top: 10px;
}
.box-support__txt,
.box-support__btn{
	text-align: center;
}
.box-support__btn .btn{
	font-size: 16px;
	vertical-align: bottom;
}
.box-support__txt{
	font-size: 18px;
}
.box-support__btn{
	margin-top: 30px;
}
.box-support__content{
	background: #ebe4d5;
/*	margin-top: 30px;*/
	padding: 30px 0 30px;
}
.box-support__ttl{
	text-align: center;
	margin-bottom: 30px;
}
.box-support__col .box-article{
	overflow: hidden;
}
.box-support__col .box-article__txt{
	padding-left: 0;
	letter-spacing: 0;
	width: 68%;
	float: left;
}
.box-support__col .box-article__pic{
	float: right;
	width: 28%;
}
.box-article__pic--zoom{
	margin: -20px 0;
}
.box-article__pic--zoom img{
	position: relative;
	top: 30px;
	max-width: unset;
}
.box-support__col .box-article__txt__title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
@media only screen and (min-width:768px) and (max-width:1034px){
	.box-article__pic--zoom{
		margin: -30px 0;
	}
	.box-article__pic--zoom img{
		top: 62px;
	}
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-support{
		margin: 40px 0 0;
	}
	.box-support__col{
		float: none;
		width: 100%;
	}
	.box-support__col + .box-support__col{
		margin-top: 10px;
	}
	.box-support__btn .btn{
		width: 225px;
		max-width: 100%;
		font-size: 14px;
	}
	.box-support__col .box-article__txt{
		width: 100%;
	}
	.box-support__col .box-article__pic{
		display: none;
	}
	.box-support__col--special .box{
		background: #fff url("/assets/images/home/support-pic01.png") no-repeat right -50px bottom;
		background-size: 210px auto;
	}
	.box-support__col--special .box-article__txt{
		width: 65%;
		padding-right: 0;
	}
	.box-support__ttl img {
		width: 225px;
	}
	.box-support__content {
		padding: 20px 0 25px;
	}
	.box-support__txt {
		font-size: 18px;
		text-align: left;
		font-weight: bold;
		line-height: 25px;
	}
}

/*----------------------------------------------*/
.box-button {
	background: #6e5231;
	padding: 20px 0 10px;
}
.box-button .grid-row {
	margin: 0;
}
.box-button .grid-row > div.box-button__item {
	padding: 0 17px 0 0;
	float: none;
	display: inline-block;
	margin-bottom: 10px;
	vertical-align: middle;
}
.box-button .grid-row > div.box-button__item--last {
	padding: 0 50px 0 0;
}
.box-button .grid-row > div.box-button__other {
	float: none;
	display: inline-block;
	padding: 0 0 10px 0;
	box-sizing: border-box;
	vertical-align: middle;
}
.box-button .grid-row > div .btn {
	padding: 18px 2px 15px;
	width: 170px;
	max-width: 100%;
	box-sizing: border-box;
	letter-spacing: 0;
	-webkit-box-shadow: 0 1px rgba(0,0,0,.6);
	-moz-box-shadow: 0 1px rgba(0,0,0,.6);
	box-shadow: 0 1px rgba(0,0,0,.6);
	display: block;
	border: 0;
	line-height: 1;
}
@media only screen and (min-width: 1px) and (max-width: 1259px) {
	.box-button .grid-row > div.box-button__item--last {
		padding-right: 17px;
	}
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-button {
		padding: 15px 0 15px;
	}
	.box-button .grid-row {
		margin: 0 -5px;
	}
	.box-button .grid-row > div.box-button__item {
		padding: 0 5px;
		float: left;
		width: 50%;
	}
	.box-button .grid-row > div .btn {
		font-size: 14px;
		padding: 9px 5px;
		box-sizing: border-box;
		text-align: left;
		width: unset;
		line-height: unset;
	}
	.box-button .grid-row > div.box-button__app {
		float: left;
		margin-bottom: 10px;
		padding: 0 5px;
		width: 50%;
		box-sizing: border-box;
		position: relative;
	}
	.box-button .grid-row > div.box-button__app .btn {
		padding: 9px 5px;
		border: 1px solid #856c51;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.box-button .grid-row > div.box-button__other {
		float: left;
		padding: 0 5px;
		width: 50%;
		box-sizing: border-box;
		position: relative;
	}
	.box-button .grid-row > div.box-button__other .btn {
		padding: 9px 5px;
	}
}
/*-------------------------------------*/
.box-news{
	margin: 80px 0 50px;
}
.box-news .grid-row {
	margin: 0 -30px;
}
.box-news .grid-col {
	padding: 0 30px;
}
.box-news__head{
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.btn-ir__link{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.box-news__head .box-news__head__more,
.box-news__head .hdg-lv2{
	display: table-cell;
	vertical-align: middle;
}
.box-news__head .box-news__head__more{
	text-align: right;
}
.box-news__link{
	border-top: 1px dashed #bfa299;
}
.box-news__link li a{
	display: block;
}
.box-news__link li{
	border-bottom: 1px dashed #bfa299;
	padding: 12px 0;
}
.box-news__link li > span,
.box-news__link li a > span{
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.box-news__btn{
	text-align: center;
	margin-top: 30px;
}
.box-news__btn.box-link{
	background: none;
	overflow: hidden;
}
.box-news__btn .btn {
	padding: 12px 20px;
	box-sizing: border-box;
	letter-spacing: 0;
}
.box-link__content {
	overflow: hidden;
	margin: 0 -5px;
}
.box-link__content li {
	display: inline-block;
	float: left;
	width: 33.33333%;
	padding: 0 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
}
.box-link__content li .btn {
	letter-spacing: 0;
	width: 100%;
	padding: 12px 5px;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-news {
		margin: 35px 0 0;
	}
	.box-news__link li > span {
		font-size: 12px;
	}
	.box-news__btn {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.box-news__btn .btn {
		width: 225px;
		padding: 10px 5px;
	}
}
.box-news--02{
	margin: 0;
}
.box-news--02 .box-news__inner{
	text-align: center;
	background: #f5f1e9;
	padding: 20px;
	font-size: 0;
	box-sizing: border-box;
}
.box-news--02 .box-news__inner li{
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	padding: 0 13px;
	position: relative;
	border-left: 1px solid #947161;
}
.box-news--02 .box-news__inner li:first-child{
	border-left: 0;
}
.box-news--02 .box-news__inner li a{
	display: block;
	line-height: 1;
}
.box-news--02 .box-news__inner li.is-current a span{
	position: relative;
}
.box-news--02 .box-news__inner li.is-current a span::before{
	content: "";
	height: 3px;
	bottom: -17px;
	left: 0;
	right: 0;
	background: #5f1600;
	position: absolute;
}
.box-news--02 .box-news__title{
	display: none;
}
.box-news--02 .box-news__nav + .wrp-container{
	padding: 35px 15px 30px;
}
.box-news--02 .box-news__link__inner {
	display: table;
	width: 100%;
}
.box-news--02 .box-news__link__date{
	display: table-cell;
	vertical-align: top;
	margin-right: 18px;
	width: 260px;
}
.box-news--02 .box-news__link__detail {
	display: table-cell;
	vertical-align: top;
	padding-left: 5px;
	text-indent: -3px;
}
.box-news--02 .box-news__link li > span .lbl,
.box-news--02 .box-news__link li a > span .lbl{
	margin-left: 18px;
	min-width: 107px;
	text-align: center;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-news--02 .box-news__title{
		display: block;
		font-size: 16px;
		line-height: 1;
		padding: 16px 40px 16px 15px;
		background: #f5f1e9;
		border-bottom: 1px solid #e2d5d2;
		cursor: pointer;
		position: relative;
	}
	.box-news--02 .box-news__title .fa{
		font-weight: bold;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 15px;
	}
	.box-news--02 .box-news__inner{
		display: none;
		font-size: 16px;
		padding: 0;
	}
	.box-news--02 .box-news__inner li{
		display: block;
		padding: 0;
		border-bottom: 1px solid #e2d5d2;
		border-left: none;
	}
	.box-news--02 .box-news__inner li a{
		padding: 16px 15px;
	}
	.box-news--02 .box-news__inner li.is-current{
		display: none;
	}
	.box-news--02 .box-news__nav + .wrp-container{
		padding: 20px 15px 25px;
	}
	.box-news--02 .box-news__link li a > span{
		display: block;
	}
}
/*------------------------------------------*/
.box-function {
	background-color: #ffe400;
	background-image: -webkit-linear-gradient(right, #ffe400, rgba(255,228,0,.5) 50%, rgba(255,228,0,0));
	background-image: -moz-linear-gradient(right, #ffe400, rgba(255,228,0,.5) 50%, rgba(255,228,0,0));
	background-image: -o-linear-gradient(right, #ffe400, rgba(255,228,0,.5) 50%, rgba(255,228,0,0));
	background-image: -ms-linear-gradient(right, #ffe400, rgba(255,228,0,.5) 50%, rgba(255,228,0,0));
	background-image: linear-gradient(to left, #ffe400, rgba(255,228,0,.5) 50%, rgba(255,228,0,0));
	text-align: center;
	padding: 10px 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
}

.box-function__item a{
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	width: 300px;
	max-width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 50px 9px 45px;
	position: relative;
	text-align: center;
}
.box-function__item a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url("/assets/images/icon/icon-bike.png") no-repeat center;
	background-size: 100% auto;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
}
.box-function__item a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url("/assets/images/icon/icon-takeout2.png") no-repeat center;
	background-size:100% auto;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.box-function__item a:hover{
	text-decoration: none;
}
.box-function__inner ul li {
	text-align: center;
	padding: 0 5px;
}
.box-function__item a.box-function__item--order:before {
	background: url("/assets/images/icon/icon-takeout2.png") no-repeat center;
	background-size:100% auto;
	left: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-function {
		padding: 15px 0;
	}
	.box-function .wrp-container {
		padding: 0 15px;
	}
	.box-function__item a {
		padding: 8px 30px 8px 25px;
		letter-spacing: -0.1em;
	}
	.box-function__item--detail .box-function__item a {
		padding: 8px 0px 8px 30px;
		font-size: 13px;
	}
}
/*--------------------------------------*/
.box-menu{
	/*background: url(/assets/images/common/bg-header01.png) top center;*/
	/*background-size: 100% auto;*/
	/*background-repeat: repeat-y;*/
	background-color: #f5f1e9;
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 25px 0 1px;
	box-shadow: 0px -6px 20px -3px rgba(120,120,120,0.3) inset;
	-webkit-box-shadow: 0px -6px 20px -3px rgba(120,120,120,0.3) inset;
	-moz-box-shadow: 0px -6px 20px -3px rgba(120,120,120,0.3) inset;
}
.box-menu.slick-slider{
	margin: 25px 0 47px;
}
.box-menu li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 150px;
}
.box-menu li a:hover{
	color: #fda100;
}
.box-menu__thumb{
	padding: 5px;
}
.box-menu__thumb img {
	width: 60px;
}
.box-menu__item{
	display: block;
	padding: 9px 0;
}
.box-menu__link {
	font-size: 14px;
	line-height: 1.4;
	min-height: 32px;
	position: relative;
	letter-spacing: 0;
	padding: 0 10px;
}
.box-menu__link::before {
	content: "";
	display: inline-block;
	height: 100%;
	/*min-height: 32px;*/
	vertical-align: middle;
	width: 1px;
}
.box-menu__link span {
	display: inline-block;
	vertical-align: middle;
}
.box-menu__item .fa{
	margin-right: 5px;
}
.wrp-menu{
	margin-bottom: 47px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.wrp-menu::-webkit-scrollbar {
	height: 10px;
	background-color: #fff;
}
.wrp-menu::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #6e5231;
}
.wrp-menu {
	scrollbar-base-color: #fff;
	scrollbar-arrow-color: #531c06;
	scrollbar-face-color: #6e5231;
	scrollbar-3dlight-color: #6e5231;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #6e5231;
	scrollbar-darkshadow-color: #6e5231;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.wrp-menu{
		overflow-y: auto;
	}
	.wrp-menu::-webkit-scrollbar{
		display: auto;
	}
	.box-menu {
		margin: 15px 0 1px;
		display: table;
	}
	.box-menu.slick-slider{
		padding-top: 5px;
	}
	.box-menu li{
		display: table-cell;
		width: 90px;
		padding-right: 30px;
	}
	.box-menu__link {
		font-size: 10px;
		min-height: unset;
		padding: 0;
	}
	.box-menu__item {
		padding: 5px;
	}
	.box-menu__thumb {
		padding: 0 5px;
		width: 40px;
		max-width: 100%;
		margin: auto;
	}
}
@media only screen and (min-width: 767px) and (max-width: 780px){
	.box-menu__thumb {
		padding: 0 40px;
	}
}
/*------------------------------------------*/
.box-branch {
	background: #f5f1e9;
	padding: 30px 0 40px;
	border: 1px solid #e2d5d2;
}
.box-branch__title {
	font-size: 24px;
	line-height: 1;
}
.box-branch__sub{
	line-height: 1;
	margin-top: -5px;
}
.lst-branch {
	margin-top: 30px;
}
.lst-branch .grid-row li {
	margin-bottom: 20px;
}
.lst-branch a {
	display: block;
	-webkit-box-shadow: 0 1px rgba(226,213,210,.6);
	-moz-box-shadow: 0 1px rgba(226,213,210,.6);
	box-shadow: 0 1px rgba(226,213,210,.6);
	border-radius: 6px;
	padding-bottom: 1px;
	border: 1px solid #e2d5d2;
}
.lst-branch a img {
	width: 100%;
	border-radius: 6px;
}
@media only screen and (min-width: 1px) and (max-width: 768px){
	.box-branch__sub{
		line-height: 1.25;
		margin-top: 12px;
	}
	.lst-branch{
		margin-top: 20px;
	}
	.box-branch{
		padding-bottom: 20px;
	}
}
/*------------------------------------------*/
.box-lead {
	text-align: center;
	padding: 65px 0 85px;
}
.box-lead__title {
	font-size: 36px;
	line-height: 30px;
}
.box-lead__text {
	font-size: 16px;
	margin-top: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.box-lead {
		padding: 30px 0;
	}
	.box-lead__title {
		font-size: 24px;
	}
	.box-lead__text {
		font-size: 14px;
		text-align: left;
		margin-top: 15px;
	}
}
/*------------------------------------------*/
.box-col {
	display: table;
	width: 100%;
}
.box-col--left {
	direction: rtl;
}
.box-col__image {
	display: table-cell;
	vertical-align: middle;
	width: 59%;
	text-align: center;
}
.box-col__content {
	display: table-cell;
	padding-top: 43px;
	width: 41%;
}
.box-col__title {
	font-size: 24px;
	font-family: 'Noto Sans', sans-serif;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 35px;
}
.box-col__title__sub {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
.box-col__text {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 30px;
}
.box-col--left .box-col__content {
	direction: ltr;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.box-col__image {
		display: block;
		width: 100%;
	}
	.box-col__content {
		display: block;
		width: 100%;
		padding-top: 20px;
	}
	.box-col__title {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	.box-col__text {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 20px;
	}
}
/*----------------------------------------------*/

.box-article01__text {
	font-size: 16px;
	line-height: 25px;
	margin: 30px 0 22px;
}
.box-article01__button .btn {
	font-size: 14px;
	padding: 8px 20px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-article01__text {
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0 15px;
	}
	.box-article01__button {
		text-align: center;
	}
	.box-article01__button .btn {
		width: auto;
	}
}
/*2-1-3.  Table    [tbl-***]*/
.tbl-base{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e2d5d2;
	border-bottom: 0;
}
.tbl-base th,
.tbl-base td{
	padding: 18px 17px;
	font-size: 16px;
}
.tbl-base thead th{
	color: #531c06;
	background: #e2d5d2;
	border-left: 1px solid #ffffff;
	text-align: center;
}
.tbl-base thead th:first-child{
	border-left: 1px solid #e2d5d2;
}
.tbl-base tbody tr{
	border-bottom: 1px solid #e2d5d2;
}
.tbl-base tbody td{
	border-left: 1px solid #e2d5d2;
	vertical-align: middle;
}
.tbl-base tbody th{
	background: #f5f1e9;
	color: #531c06;
	font-size: 16px;
	line-height: 1.2;
	box-sizing: border-box;
	width: 25.47%;
	vertical-align: middle;
}


.tbl-base--scroll{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e2d5d2;
	border-bottom: 0;
}
.tbl-base--scroll table{

}
.tbl-base--scroll th,
.tbl-base--scroll td{
	padding: 18px 17px;
	font-size: 16px;
}
.tbl-base--scroll thead th{
	color: #531c06;
	background: #e2d5d2;
	border-left: 1px solid #ffffff;
	text-align: center;
}
.tbl-base--scroll thead th:first-child{
	border-left: 1px solid #e2d5d2;
}
.tbl-base--scroll tbody tr{
	border-bottom: 1px solid #e2d5d2;
}
.tbl-base--scroll tbody td{
	border-left: 1px solid #e2d5d2;
	vertical-align: middle;
}
.tbl-base--scroll tbody th{
	background: #f5f1e9;
	color: #531c06;
	font-size: 16px;
	line-height: 1.2;
	box-sizing: border-box;
	width: 25.47%;
	vertical-align: middle;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.tbl-base{
		border: 0;
	}
	.tbl-base thead th,
	.tbl-base tbody th{
		background: none;
		display: block;
		width: 100%;
	}
	.tbl-base th,
	.tbl-base td{
		padding: 0;
		font-size: 14px;
		display: block;
	}
	.tbl-base th{
		padding-bottom: 14px;
	}
	.tbl-base tbody td{
		border-left: 0;
	}
	.tbl-base tbody tr:first-of-type{
		border-top: 1px solid #e2d5d2;
	}
	.tbl-base tr{
		display: block;
		padding: 14px 0;
	}
	.tbl-base--scroll{
		overflow: scroll;

	}
	.tbl-base--scroll table{
		width: 1000px;
		position: relative;
	}
	.tbl-base--scroll th,
	.tbl-base--scroll td{
		font-size: 14px;
	}
	.wrp-table{
		overflow-x: auto;
		padding-bottom: 5px;
	}
	.wrp-table::-webkit-scrollbar-track{
		background-color: #e4e4e4;
		border-radius: 10px;
	}
	.wrp-table::-webkit-scrollbar{
		height: 3px;
		background-color: #999;
		border-radius: 10px;
	}
	.wrp-table::-webkit-scrollbar-thumb{
		border-radius: 10px;
		background-color: #999;
	}
}

/*--------------------------------------*/
.tbl-data th,
.tbl-data td{
	padding: 18px 17px;
	font-size: 16px;
}
.tbl-data thead th{
	text-align: center;
	background: #e2d5d2;
	border-left: 1px solid #fff;
	width: 25.47%;
}
.tbl-data thead th:first-of-type{
	border-left: 1px solid #e2d5d2;
}
.tbl-data thead th:last-of-type{
	border-right: 1px solid #e2d5d2;
}
.tbl-data tbody th{
	border: 1px solid #e2d5d2;
	background: #f5f1e9;
	font-size: 15px;
	vertical-align: middle;
}
.tbl-data tbody td {
	border: 1px solid #e2d5d2;
	text-align: left;
	font-size: 15px;
	vertical-align: middle;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.tbl-data th,
	.tbl-data td {
		font-size: 14px;
	}
	.tbl-data tbody th,
	.tbl-data tbody td {
		font-size: 14px;
		padding: 17px 12px;
		min-width: 120px;
	}
}
/*2-1-4.  Headings [hdg_lv*]*/
.hdg-lv1{
	font-size: 36px;
	color: #5f1500;
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	position: relative;
	clear: both;
	padding-left: 15px;
	padding-right: 20px;
	padding: 0 20px 0 15px;
	line-height: 0.9;
}
.hdg-lv1::before{
	content: "";
	width: 10px;
	height: 100%;
	background: #5f1500;
	position: absolute;
	left: -20px;
	top: 0;
}
.hdg-lv1__sub {
	display: block;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
}
@media only screen and (min-width:768px) and (max-width:969px) {
	.hdg-lv1::before{
		left: -10px;
	}
}
.box-heading {
	padding: 0 0 20px;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.box-heading {
		padding: 0 0 10px;
	}
	.hdg-lv1{
		font-size: 24px;
		padding: 0 80px 0 3px;
	}
	.hdg-lv1::before{
		width: 5px;
		left: -10px;
	}
	.hdg-lv1__sub {
		font-size: 10px;
		margin-bottom: 5px;
	}
}
.hdg-lv2{
	font-size: 36px;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.hdg-lv2{
		font-size: 26px;
	}
}
.hdg-lv3 {
	font-size: 24px;
	font-family: 'Noto Sans', sans-serif;
	margin: 30px 0 25px;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.hdg-lv3 {
		font-size: 18px;
		margin: 20px 0 15px;
	}
}
.hdg-lv4 {
	font-size: 18px;
	font-family: 'Noto Sans', sans-serif;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.hdg-lv4 {
		font-size: 16px;
	}
}
.hdg-lv5 {
	font-size: 16px;
	font-family: 'Noto Sans', sans-serif;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.hdg-lv5 {
		font-size: 14px;
	}
}
/*-------------------*/
.hdg-lv1-01,
.hdg-lv2-01,
.hdg-lv3-01,
.hdg-lv4-01{
	font-family: 'Noto Sans', sans-serif;
	letter-spacing: 0.025em;
}
.hdg-lv1-01{
	font-size: 32px;
	font-weight: normal;
	margin: 10px 0 45px;
	letter-spacing: -0.025em;
}
.hdg-lv1-01__sub {
	display: block;
	font-style: normal;
	font-size: 16px;
}
.hdg-lv2-01{
	font-size: 24px;
	margin: 45px 0 15px;
}

.hdg-lv3-01{
	font-size: 18px;
	margin: 50px 0 17px;
	position: relative;
}
.hdg-lv3-01 span{
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background: #5f1600;
	position: relative;
	display: inline-block;
	margin-right: 5px;
}
.hdg-lv3-01 span::before{
	border-radius: 50%;
	content: "";
	width: 4px;
	height: 4px;
	background: #ffd633;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	position: absolute;
}

.hdg-lv4-01{
	font-size: 16px;
	margin: 28px 0 18px;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.hdg-lv1-01{
		font-size: 24px;
		margin: 10px 0 28px;
	}
	.hdg-lv1-01__sub {
		display: none;
	}
	.hdg-lv2-01{
		font-size: 20px;
		margin: 28px 0 7px;
	}
	.hdg-lv3-01{
		margin: 29px 0 9px;
		font-size: 18px;
	}
	.hdg-lv4-01{
		margin: 22px 0 13px;
		font-size: 16px;
	}
}
/*2-1-5.  Nav      [nav-***]*/
.nav-link {

}
/* nav-fixed-right
--------------------------------------- */
#nav-fixed-right{
	position: fixed;
	z-index: 10;
	width: 248px;
	top: 40%;
	right: -210px;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-property: top,right,opacity;
	transition-property: top,right,opacity;
	opacity: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #fff;
	border:1px solid #e2d5d2;
	border-right: 0;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.4);
	box-shadow: 0 2px 4px rgba(0,0,0,.4);
}
#nav-fixed-right.slide{
	right: 0;
}
#nav-fixed-right.slide-back{
	right: -188px;
}

@media screen and (min-width: 1px) and (max-width: 969px){
	#nav-fixed-right{
		top: inherit;
		right: inherit;
		top: -75px !important;
		left: 0;
		width: 100%;
		height: auto;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.4);
		-moz-box-shadow: 0 1px 4px rgba(0,0,0,.4);
		box-shadow: 0 1px 4px rgba(0,0,0,.4);
	}
	#nav-fixed-right.slide-sp{
		bottom: unset;
		top: 0 !important;
	}
}
@media screen and (min-width: 1px) and (max-width: 969px){
	#nav-fixed-right ul{
		margin:0;
	}
}
#nav-fixed-right ul li{
	position: relative;
	border-top: 1px solid #e2d5d2;
}
#nav-fixed-right ul li:first-child {
	border-top: 0;
}
@media screen and (min-width: 1px) and (max-width: 969px){
	#nav-fixed-right ul li{
		float: left;
		box-sizing: border-box;
		width: 33.33333333333333%;
		border-right: 1px solid #e2d5d2;
		border-bottom: none;
		border-top: 0;
	}
	#nav-fixed-right ul li.last{
		border-right: none;
	}
}
#nav-fixed-right ul li a{
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px;
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
	background-repeat: no-repeat;
	background-position: 18px 17px;
	background-size: 30px 30px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: bold;
}
#nav-fixed-right ul li a span{
	display: inline-block;
	vertical-align: middle;
}
#nav-fixed-right ul li a span:first-of-type{
	width: 47px;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}
#nav-fixed-right ul li a:hover {
	text-decoration: none;
}
#nav-fixed-right ul li a > img {
	display: inline-block;
	padding-right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 969px){
	#nav-fixed-right ul li a{
		font-size: 10px;
		display: block;
		padding: 10px 0;
		text-align: center;
	}
	#nav-fixed-right ul li a img{
		display: block;
		margin: 0 auto;
		padding-right: 0;
		height: 24px;
	}
	#nav-fixed-right ul li a span{
		display: block;
		padding-top: 5px;
	}
	#nav-fixed-right ul li.last{
		border-bottom-left-radius: 0;
	}
	#nav-fixed-right ul li a span:first-of-type{
		width: 100%;
	}
}
#nav-fixed-right ul li.last a{
	border-bottom-left-radius: 20px;
}
@media screen and (min-width: 1px) and (max-width: 969px){
	#nav-fixed-right ul li.last a{
		border-bottom-left-radius: 0;
	}
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	#nav-fixed-right{
		visibility: hidden;
	}
}
/*2-1-6.  List     [lst-***]*/
/*
-------------------------------------------------- */

.lst-product .grid-row li {
	margin-bottom: 30px;
}
.lst-product__item{
	text-decoration: none;
	color: #5f1500;
	display: block;
}
.lst-product__item:hover{
	text-decoration: none;
	opacity: .7;
}
.lst-product__link{
	font-size: 0;
	padding-top: 15px;
}
.lst-product__item > .box-media {
	padding-top: 30px;
	text-align: center;
}
.lst-product--limit{
	padding-bottom: 50px;
}
.box-relative .hdg-lv2 {
	position: relative;
}
.box-relative .hdg-lv2:after {
	position: absolute;
	bottom: -10%;
	left: 50%;
	content: "";
	width: 6%;
	margin-left: -3%;
	border-bottom: 4px solid #6b2e00;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.lst-product__item{
		margin-bottom: 15px;
	}
	.lst-product__item{
		margin-bottom: 0;
	}
	.lst-product__link{
		text-align: center;
		font-size: 12px;
		border-top: 1px solid #e2d5d2;
		border-bottom: 0;
		padding-top: 0;
		margin-top: 15px;
	}
	.lst-product__link a{
		border-radius: 0 0 10px 10px;
		display: inline-block;
		border: 1px solid #e2d5d2;
		padding: 10px 20px;
		border-top: 0;
		-webkit-box-shadow: 0 1px #e2d5d2;
		-moz-box-shadow: 0 1px #e2d5d2;
		box-shadow: 0 1px #e2d5d2;
	}
	.lst-product--limit{
		border-bottom: 0;
	}
	/*------------------------------*/
	.lst-product--02{
		text-align: center;
	}
	.lst-product--02 .grid-row{
		text-align: center;
	}
	.lst-product--02{
		padding-top: 0;
	}
	.lst-product--02 .grid-row > li{
		float: none;
		display: inline-block;
		margin-bottom: 0;
	}
	.lst-product--02 .grid-col-sp--6{
		width: 49%;
	}
	.lst-product--02 .lst-product__item > .box-media{
		padding-top: 15px;
	}
}
/*-------------------------------*/
.lst-text > li{
	position: relative;
	padding-left: 22px;
	margin-bottom: 15px;
}
.lst-text > li:before{
	content: "";
	width: 11px;
	height: 3px;
	background: #531c06;
	position: absolute;
	left: 0;
	top: 8px;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.lst-text > li{
		padding-left: 15px;
	}
	.lst-text > li:before{
		height: 2px;
		width: 5px;
	}
}
/*-------------------------------*/
.lst-dot li{
	padding-left: 1em;
	text-indent: -1em;
}
.lst-dot li:before {
	content: "・";
}
.lst-number{
	padding-left: 1.5em;
	counter-reset: section;
}
.lst-number > li{
	margin-bottom: 15px;
	text-indent: -1.3em;
}
.lst-number  > li:before{
	counter-increment: section;
	content: counters(section, ".") ".";
	font-weight: bold;
	padding-right: 8px;
	font-size: 15px;
}
.lst-number > li .lst-text{
	margin-top: 6px;
}
.lst-number > li .lst-text > li{
	padding-left: 37px;
	margin-left: 6px;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.lst-number{
		padding-left: 1.5em;
	}
	.lst-number  > li{
		text-indent: -1.6em;
	}
	.lst-number  > li:before{
		font-size: 13px;
	}
	.lst-number > li .lst-text > li {
		padding-left: 14px;
		margin-left: 6px;
		text-indent: 0;
	}
}
/*-----------------------*/
.lst-text-takuhai li {
	text-indent: 0;
	padding-left: 0.5em;
	color: #5f1500;
	font-size: 16px;
	display: flex;
}
.lst-text-takuhai li:before{
	content: "■";
	display: block;
}
.lst-text-takuhai + .lst-note li{
	padding-left: 2em;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.lst-text-takuhai li {
		font-size: 16px;
		line-height: 1.666;
		color: #5f1500;
	}
}
/*-----------------------*/
.lst-note li {
	text-indent: -1em;
	padding-left: 1em;
	color: #333;
	font-size: 12px;
}
.lst-note li:before{
	content: "※";
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.lst-note li {
		font-size: 12px;
		line-height: 1.666;
		color: #666;
	}
}
/*----------------------------------------*/
.lst-article {
	margin-top: 40px;
}
.lst-article .grid-row > div {
	margin-bottom: 40px;
}
.lst-article__inner {
	display: block;
}
.lst-article__image {
	display: block;
	overflow: hidden;
}
.lst-article__image img {
	width: 100%;
}
.lst-article__content {
	display: block;
	color: #333;
	background: #fff;
	padding: 30px 25px 55px;
	position: relative;
}
.lst-article__title {
	display: block;
	font-size: 20px;
	letter-spacing: 0.06em;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 20px;
}
.lst-article__title small {
	display: block;
	font-size: 15px;
	letter-spacing: 0.04em;
	font-weight: normal;
}
.lst-article__text {
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 12px;
	text-align: justify;
}
.lst-article__button {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 0;
}
/*----------------------------------------*/
.lst-link{
	margin-top: 30px;
	border-top: 1px dashed #bfa299;
}
.lst-link li {
	border-bottom: 1px dashed #bfa299;
}
.lst-link li a {
	display: block;
	padding: 9px 0;
}
/*----------------------------------------*/
.lst-item {
	margin: 0 0 50px;
}
.lst-item .grid-row {
	margin: 0;
}
.lst-item .grid-row li {
	margin-top: 15px;
	padding: 0;
	border-bottom: 1px dotted #baa49b;
}
.lst-item__inner {
	display: block;
	text-align: center;
	padding: 0 13% 12px;
	border-right: 1px dotted #baa49b;
	margin-bottom: 15px;
	position: relative;
}
.lst-item__inner.is-new::before {
	content: "";
	background: url("/assets/images/icon/icon-new.png") no-repeat center;
	background-size: 50px auto;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 10%;
	z-index: 1;
}
.lst-item .grid-row li:nth-child(3n) .lst-item__inner {
	border-right: 0;
}
.lst-item__image {
	display: block;
	padding: 20px 26px 0;
}

.lst-item__label {
	display: block;
}
.lst-item__label span {
	display: inline-block;
	background: #6d2d1c;
	color: #fff;
	padding: 1px 5px;
	font-size: 12px;
	border-radius: 4px;
}
.lst-item__sub {
	display: block;
	margin: 5px 0 3px;
}
.lst-item__title {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (min-width: 970px) {
	.lst-item .lst-item__inner:hover {
		text-decoration: none;
	}
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.lst-item__image{
		padding: 0;
	}
	.lst-item__title{
		line-height: 1.428;
		font-size: 14px;
	}
	.lst-item__label span{
		font-size: 9px;
		line-height: 1;
		border-radius: 2px;
	}
	.lst-item {
		margin: 0 0 40px;
	}
	.lst-item .grid-row li {
		margin-top: 10px;
	}
	.lst-item .grid-row li:nth-child(3n) .lst-item__inner {
		border-right: 1px dotted #baa49b;
	}
	.lst-item .grid-row li:nth-child(2n) .lst-item__inner {
		border-right: 0;
	}
	.lst-item__inner {
		padding: 0 9px 10px;
		margin-bottom: 10px;
	}
	.lst-item__image {
		margin-bottom: 5px;
	}
	.lst-item__label {
		padding: 0 10px;
	}
	.lst-item__sub {
		padding: 0 10px;
	}
	.lst-item__label span {
		padding: 5px;
		font-size: 9px;
	}
	.lst-item__title {
		font-size: 14px;
		line-height: 20px;
		padding: 0 10px;
	}
	.lst-item__inner.is-new::before {
		background-size: 40px auto;
		width: 40px;
		height: 40px;
		top: 0;
		left: 5px;
	}
}
/*--------------------------------*/
.lst-link-local li{
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -0.5em;
}
/*
-------------------------------------------------- */
.lst-button-link {
	text-align: center;
	margin-top: 40px;
}
.lst-button-link ul {
	width: 100%;
	table-layout: fixed;
	display: table;
}
.lst-button-link ul li{
	display: inline-block;
	width: 33.3333%;
	padding: 0 10px;
	font-size: 0;
	min-height: 1px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.lst-button-link a {
	padding: 18px 7px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.lst-button-link {
		margin-top: 30px;
	}
	.lst-button-link ul li {
		width: 100%;
		padding: 0;
	}
	.lst-button-link a {
		font-size: 16px;
		padding: 12px 15px;
	}
}
/*-------------------------------------------------*/
.lst-button-01 {
	margin-top: 23px;
}
.lst-button-01 .btn {
	font-size: 14px;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.lst-button-01 {
		margin-top: 10px;
	}
	.lst-button-01 .btn {
		font-size: 16px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.lst-button-01 .grid-row li {
		margin-bottom: 10px;
	}
}
/*-------------------------------------------------*/
.box-offer{
	padding-bottom: 30px;
}
.box-offer__title{
	text-align: center;
	font-size: 18px;
	color: #5f1500;
	margin-bottom: 25px;
}
.box-offer__bnr{
	display: table;
	/*width: 72%;*/
	margin: auto;
	table-layout: fixed;
}
.box-offer__bnr__col{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
	width: 275px;
	max-width: 100%;
	text-align: center;
}
.box-offer__bnr__col a{
	display: block;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-offer{
		padding-bottom: 23px;
	}
	.box-offer__title{
		display: none;
	}
	.box-offer__bnr,
	.box-offer__bnr__col{
		display: block;
		width: auto;
	}
	.box-offer__bnr__col{
		padding: 0;
		width: 350px;
		margin: 0 auto 7px;
	}
}
@media only screen and (min-width:768px) and (max-width:969px){
	.box-offer__bnr__col{
		width: 33%;
	}
	.box-offer__bnr{
		width: 50%;
	}
}
/*2-1-7.  Button   [btn-***]*/
.btn{
	display: inline-block;
	padding: 18px;
	background: #531c06;
	color: #fff;
	position: relative;
	max-width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 15px;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 -1px #300;
	-moz-box-shadow: inset 0 -1px #300;
	box-shadow: inset 0 -1px #300;
	text-align: center;
	letter-spacing: 0.025em;
}
.btn:hover{
	color: #fff;
	text-decoration: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.btn{
		font-size: 13px;
		padding: 10px 15px;
		text-align: center;
		min-width: auto;
		width: 100%;
	}
}
/*---------------------*/
.btn--primary{
}

.btn--primary:hover{
	background: #536d7e;
}

@media only screen and (min-width: 1px) and (max-width: 767px){
	.btn--primary{
		text-align: left;
		font-size: 13px;
		padding: 10px 15px;
		width: 100%;
	}
}
/*-------------------*/
.btn--second{

}
.btn--second:hover{
	color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 767px){
	.btn--second{
		font-size: 13px;
		min-width: 1%;
		width: auto;
		padding: 12px 15px;
		text-align: center;
		display: block;
	}
	.btn--second span{
		display: inline;
	}
}

/*----------------------------*/
.btn-more{

}
.btn-more:hover{
	text-decoration: none;
	color: #fff;
}

@media only screen and (min-width: 1px) and (max-width: 767px){
	.btn-more{
		width: 100%;
		padding: 10px 15px;
	}
}
/*-------------------*/
.btn [class^="fa-"],
.btn  [class*=" fa-"]{
	margin-right: 5px;
}
.btn--white{
	background: #fff;
	border: 1px solid #e2d5d2;
	color: #531c06;
	-webkit-box-shadow: 0 1px #e2d5d2;
	-moz-box-shadow: 0 1px #e2d5d2;
	box-shadow: 0 1px #e2d5d2;
}
.btn--yellow{
	background: #fdd000;
	color: #531c06;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px #3e2723;
	-moz-box-shadow: 0 1px #3e2723;
	box-shadow: 0 1px #3e2723;
}
.btn--lightyellow{
	background: #ffe450;
	color: #531c06;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #e2d5d2;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px #e2d5d2;
	-moz-box-shadow: 0 1px #e2d5d2;
	box-shadow: 0 1px #e2d5d2;
}
.btn--brown{
	background: #6e5231;
	color: #ffffff;
	border: 1px solid #856c51;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px #3e2723;
	-moz-box-shadow: 0 1px #3e2723;
	box-shadow: 0 1px #3e2723;
}
.btn--brown.is-adjust:hover{
	color:#fff;
}

.btn--white:hover{
	color: #f44336;
}
.btn--lightyellow:hover{
	color: #531c06;

}
.btn--yellow:hover{
	color: #531c06;
}
.btn--small{
	padding: 10px 20px;
	min-width: 200px;
}
.btn-back {
	text-align: center;
	margin-top: 30px;
}
.btn-back .fa {
	color: #fdd000;
}
.btn-back .btn--white .fa {
	color: #5f1500;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.btn-back--medium .btn {
		width: unset;
		font-size: 16px;
		padding: 12px 19px;
	}
}
.btn-search{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px #e2d5d2;
	-moz-box-shadow: 0 1px #e2d5d2;
	box-shadow: 0 1px #e2d5d2;
	border: solid 1px #e2d5d2;
	padding: 10px;
	min-width: 100px;
	display: inline-block;
	text-align: center;
	transition: all .3s;
	font-size: 14px;
	box-sizing: border-box;
}
.btn-search:hover:not(.btn-search--disable){
	background: #531c06;
	color: #fff;
	text-decoration: none;
	-webkit-box-shadow: inset 0 1px #3e2723;
	-moz-box-shadow: inset 0 1px #3e2723;
	box-shadow: inset 0 1px #3e2723;
}
.btn-search:hover:not(.btn-search--disable) .fa{
	color: #fdd000;
}
.btn-search--large{
	min-width: 200px;
	font-size: 16px;
	font-weight: bold;
}
.btn-search--disable,
.btn-search--disable:hover{
	background: #ccc;
	box-shadow: none;
	color: #999;
	cursor: default;
	opacity: 1;
	text-decoration: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.btn-search{
		min-width: 120px;
	}
	.btn-search--large{
		min-width: 250px;
	}
}
/*2-1-8.  Anchor   [acr-***]*/
.acr-type01 {

}
.acr-type01:before {

}

/*2-1-9.  Text     [txt-***]*/
.txt-alert{
	font-size: 36px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.3888;
	padding: 50px 0 35px;
}
.txt-yellow{
	color: #fdd000 !important;
}
.txt-red{
	color: #f00 !important;
}
.txt-lead{
	font-size: 16px;
	padding: 15px 0 50px;
}
.txt-head{
	text-align: center;
	left: 2.142;
}

.txt-note{
	color: #666;
	font-size: 12px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.33;
}
.txt-small {
	font-size: 12px;
	color: #333;
}
.txt-note:before{
	content: "※";
}
.txt-paragraph {
	margin-bottom: 10px;
	font-size: 16px;
}
.txt--small {
	font-size: 15px;
}
.txt-notosans {
	font-family: 'Noto Sans', sans-serif;
}
.txt-en {
	font-family: 'Roboto', sans-serif;
}
@media only screen and (min-width: 1px) and (max-width: 767px){
	.txt-alert{
		font-size: 18px;
		padding: 30px 0 25px;
	}
	.txt-note{
		font-size: 10px;
	}
	.txt-paragraph {
		font-size: 14px;
		line-height: 20px;
	}
	.txt--small {
		font-size: 13px;
	}
	.txt-head{
		text-align: left;
		line-height: 1.53;
	}
	.txt-lead{
		font-size: 14px;
		padding: 18px 0 38px;
	}
}
/*2-1-10. Icon     [icn-***]*/
/*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('/assets/fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	url('/assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
	url('/assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
	url('/assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
	url('/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right {
	margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
	content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
	content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
	content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158";
}
.fa-won:before,
.fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
	content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4";
}
.fa-handshake-o:before {
	content: "\f2b5";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-o:before {
	content: "\f2b7";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-book-o:before {
	content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-circle-o:before {
	content: "\f2be";
}
.fa-user-o:before {
	content: "\f2c0";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-eercast:before {
	content: "\f2da";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-snowflake-o:before {
	content: "\f2dc";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-meetup:before {
	content: "\f2e0";
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

/*2-1-11. Label    [lbl-***]*/
label{
	cursor: default;
}
.lbl {
	display: inline-block;
	font-size: 12px;
	color: #333;
	letter-spacing: 0;
	padding: 0 5px;
	line-height: 18px;
	border-radius: 5px;
	text-align: center;
	box-sizing: border-box;
	margin-left: 5px;
	color: #fff;
	letter-spacing: 0;
}
.lbl--red {
	background: #b51c26;
}
.lbl--red01 {
	background: #f44336;
}
.lbl--blue {
	background: #33449a;
}
.lbl--orange {
	background: #c46c2e;
}
.lbl--green {
	background: #31a968;
}
.lbl--blue01 {
	background: #1f8eaa;
}
.lbl--purple {
	background: #79318e;
}

@media only screen and (min-width: 1px) and (max-width: 767px) {
	.lbl {
		padding: 3px 5px;
		border-radius: 3px;
		font-size: 10px;
		line-height: 11px;
		margin-right: 0;
		margin-bottom: 3px;
	}
}
/*2-1-12. Form     [frm-***]*/


/*2-1-13. Error    [err-***]*/


/*2-1-14. UI*/
.bg-light-orange{
	background: #f5f1e9;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop{
		width: 100%;
	}
}
/* 2-2. Utility
-------------------------------------------------- */
/*2-2-1. clearfix [ModernType]*/
#l-header:after,.wrp-header:after,#l-container:after,#l-main:after,#l-sub:after,#l-footer:after,.nav ul:after,.wrp-container:after,
.clearfix:after{
	display: block;
	clear: both;
	content: "";
}

/*2-2-2. margin,padding [mb10,pt20]*/
/* margin  */.m0{margin:0!important;}.m5{margin: 5px!important;}.m10{margin: 10px!important;}.m15{margin: 15px!important;}.m20{margin: 20px!important;}.m25{margin: 25px!important;}.m30{margin: 30px!important;}.m35{margin: 35px!important;}.m40{margin: 40px!important;}.m45{margin: 45px!important;}.m50{margin: 50px!important;}.m55{margin: 55px!important;}.m60{margin: 60px!important;}.m65{margin: 65px!important;}.m70{margin: 70px!important;}.m75{margin: 75px!important;}.m80{margin: 80px!important;}.m85{margin: 85px!important;}.m90{margin: 90px!important;}.m95{margin: 95px!important;}.m100{margin: 100px!important;}/* margin-top */.mt0{margin-top:0!important;}.mt5{margin-top: 5px!important;}.mt10{margin-top: 10px!important;}.mt15{margin-top: 15px!important;}.mt20{margin-top: 20px!important;}.mt25{margin-top: 25px!important;}.mt30{margin-top: 30px!important;}.mt35{margin-top: 35px!important;}.mt40{margin-top: 40px!important;}.mt45{margin-top: 45px!important;}.mt50{margin-top: 50px!important;}.mt55{margin-top: 55px!important;}.mt60{margin-top: 60px!important;}.mt65{margin-top: 65px!important;}.mt70{margin-top: 70px!important;}.mt75{margin-top: 75px!important;}.mt80{margin-top: 80px!important;}.mt85{margin-top: 85px!important;}.mt90{margin-top: 90px!important;}.mt95{margin-top: 95px!important;}.mt100{margin-top: 100px!important;}/* margin-right */.mr0{margin-right:0!important;}.mr5{margin-right: 5px!important;}.mr10{margin-right: 10px!important;}.mr15{margin-right: 15px!important;}.mr20{margin-right: 20px!important;}.mr25{margin-right: 25px!important;}.mr30{margin-right: 30px!important;}.mr35{margin-right: 35px!important;}.mr40{margin-right: 40px!important;}.mr45{margin-right: 45px!important;}.mr50{margin-right: 50px!important;}.mr55{margin-right: 55px!important;}.mr60{margin-right: 60px!important;}.mr65{margin-right: 65px!important;}.mr70{margin-right: 70px!important;}.mr75{margin-right: 75px!important;}.mr80{margin-right: 80px!important;}.mr85{margin-right: 85px!important;}.mr90{margin-right: 90px!important;}.mr95{margin-right: 95px!important;}.mr100{margin-right: 100px!important;}/* margin-bottom */.mb0{margin-bottom:0!important;}.mb5{margin-bottom: 5px!important;}.mb10{margin-bottom: 10px!important;}.mb15{margin-bottom: 15px!important;}.mb20{margin-bottom: 20px!important;}.mb25{margin-bottom: 25px!important;}.mb30{margin-bottom: 30px!important;}.mb35{margin-bottom: 35px!important;}.mb40{margin-bottom: 40px!important;}.mb45{margin-bottom: 45px!important;}.mb50{margin-bottom: 50px!important;}.mb55{margin-bottom: 55px!important;}.mb60{margin-bottom: 60px!important;}.mb65{margin-bottom: 65px!important;}.mb70{margin-bottom: 70px!important;}.mb75{margin-bottom: 75px!important;}.mb80{margin-bottom: 80px!important;}.mb85{margin-bottom: 85px!important;}.mb90{margin-bottom: 90px!important;}.mb95{margin-bottom: 95px!important;}.mb100{margin-bottom: 100px!important;}/* margin-left */.ml0{margin-left:0!important;}.ml5{margin-left: 5px!important;}.ml10{margin-left: 10px!important;}.ml15{margin-left: 15px!important;}.ml20{margin-left: 20px!important;}.ml25{margin-left: 25px!important;}.ml30{margin-left: 30px!important;}.ml35{margin-left: 35px!important;}.ml40{margin-left: 40px!important;}.ml45{margin-left: 45px!important;}.ml50{margin-left: 50px!important;}.ml55{margin-left: 55px!important;}.ml60{margin-left: 60px!important;}.ml65{margin-left: 65px!important;}.ml70{margin-left: 70px!important;}.ml75{margin-left: 75px!important;}.ml80{margin-left: 80px!important;}.ml85{margin-left: 85px!important;}.ml90{margin-left: 90px!important;}.ml95{margin-left: 95px!important;}.ml100{margin-left: 100px!important;}
/* padding */.p0{padding:0!important;}.p5{padding: 5px!important;}.p10{padding: 10px!important;}.p15{padding: 15px!important;}.p20{padding: 20px!important;}.p25{padding: 25px!important;}.p30{padding: 30px!important;}.p35{padding: 35px!important;}.p40{padding: 40px!important;}.p45{padding: 45px!important;}.p50{padding: 50px!important;}.p55{padding: 55px!important;}.p60{padding: 60px!important;}.p65{padding: 65px!important;}.p70{padding: 70px!important;}.p75{padding: 75px!important;}.p80{padding: 80px!important;}.p85{padding: 85px!important;}.p90{padding: 90px!important;}.p95{padding: 95px!important;}.p100{padding: 100px!important;}/* padding-top */.pt0{padding-top:0!important;}.pt5{padding-top: 5px!important;}.pt10{padding-top: 10px!important;}.pt15{padding-top: 15px!important;}.pt20{padding-top: 20px!important;}.pt25{padding-top: 25px!important;}.pt30{padding-top: 30px!important;}.pt35{padding-top: 35px!important;}.pt40{padding-top: 40px!important;}.pt45{padding-top: 45px!important;}.pt50{padding-top: 50px!important;}.pt55{padding-top: 55px!important;}.pt60{padding-top: 60px!important;}.pt65{padding-top: 65px!important;}.pt70{padding-top: 70px!important;}.pt75{padding-top: 75px!important;}.pt80{padding-top: 80px!important;}.pt85{padding-top: 85px!important;}.pt90{padding-top: 90px!important;}.pt95{padding-top: 95px!important;}.pt100{padding-top: 100px!important;}/* padding-right */.pr0{padding-right:0!important;}.pr5{padding-right: 5px!important;}.pr10{padding-right: 10px!important;}.pr15{padding-right: 15px!important;}.pr20{padding-right: 20px!important;}.pr25{padding-right: 25px!important;}.pr30{padding-right: 30px!important;}.pr35{padding-right: 35px!important;}.pr40{padding-right: 40px!important;}.pr45{padding-right: 45px!important;}.pr50{padding-right: 50px!important;}.pr55{padding-right: 55px!important;}.pr60{padding-right: 60px!important;}.pr65{padding-right: 65px!important;}.pr70{padding-right: 70px!important;}.pr75{padding-right: 75px!important;}.pr80{padding-right: 80px!important;}.pr85{padding-right: 85px!important;}.pr90{padding-right: 90px!important;}.pr95{padding-right: 95px!important;}.pr100{padding-right: 100px!important;}/* padding-bottom */.pb0{padding-bottom:0!important;}.pb5{padding-bottom: 5px!important;}.pb10{padding-bottom: 10px!important;}.pb15{padding-bottom: 15px!important;}.pb20{padding-bottom: 20px!important;}.pb25{padding-bottom: 25px!important;}.pb30{padding-bottom: 30px!important;}.pb35{padding-bottom: 35px!important;}.pb40{padding-bottom: 40px!important;}.pb45{padding-bottom: 45px!important;}.pb50{padding-bottom: 50px!important;}.pb55{padding-bottom: 55px!important;}.pb60{padding-bottom: 60px!important;}.pb65{padding-bottom: 65px!important;}.pb70{padding-bottom: 70px!important;}.pb75{padding-bottom: 75px!important;}.pb80{padding-bottom: 80px!important;}.pb85{padding-bottom: 85px!important;}.pb90{padding-bottom: 90px!important;}.pb95{padding-bottom: 95px!important;}.pb100{padding-bottom: 100px!important;}/* padding-left */.pl0{padding-left:0!important;}.pl5{padding-left: 5px!important;}.pl10{padding-left: 10px!important;}.pl15{padding-left: 15px!important;}.pl20{padding-left: 20px!important;}.pl25{padding-left: 25px!important;}.pl30{padding-left: 30px!important;}.pl35{padding-left: 35px!important;}.pl40{padding-left: 40px!important;}.pl45{padding-left: 45px!important;}.pl50{padding-left: 50px!important;}.pl55{padding-left: 55px!important;}.pl60{padding-left: 60px!important;}.pl65{padding-left: 65px!important;}.pl70{padding-left: 70px!important;}.pl75{padding-left: 75px!important;}.pl80{padding-left: 80px!important;}.pl85{padding-left: 85px!important;}.pl90{padding-left: 90px!important;}.pl95{padding-left: 95px!important;}.pl100{padding-left: 100px!important;}
.mlrauto{margin-left: auto; margin-right: auto;}

@media screen and (max-width: 767px){
	/* margin  */.m0-sp{margin:0!important;}.m5-sp{margin: 5px!important;}.m10-sp{margin: 10px!important;}.m15-sp{margin: 15px!important;}.m20-sp{margin: 20px!important;}.m25-sp{margin: 25px!important;}.m30-sp{margin: 30px!important;}.m35-sp{margin: 35px!important;}.m40-sp{margin: 40px!important;}.m45-sp{margin: 45px!important;}.m50-sp{margin: 50px!important;}.m55-sp{margin: 55px!important;}.m60-sp{margin: 60px!important;}.m65-sp{margin: 65px!important;}.m70-sp{margin: 70px!important;}.m75-sp{margin: 75px!important;}.m80-sp{margin: 80px!important;}.m85-sp{margin: 85px!important;}.m90-sp{margin: 90px!important;}.m95-sp{margin: 95px!important;}.m100-sp{margin: 100px!important;}/* margin-top */.mt0-sp{margin-top:0!important;}.mt-5-sp{margin-top: -5px!important;}.mt-10-sp{margin-top: -10px!important;}.mt-15-sp{margin-top: -15px!important;}.mt-20-sp{margin-top: -20px!important;}.mt-25-sp{margin-top: -25px!important;}.mt-30-sp{margin-top: -30px!important;}.mt-35-sp{margin-top: -35px!important;}.mt-40-sp{margin-top: -40px!important;}.mt-45-sp{margin-top: -45px!important;}.mt-50-sp{margin-top: -50px!important;}.mt-55-sp{margin-top: -55px!important;}.mt-60-sp{margin-top: -60px!important;}.mt-65-sp{margin-top: -65px!important;}.mt-70-sp{margin-top: -70px!important;}.mt-75-sp{margin-top: -75px!important;}.mt-80-sp{margin-top: -80px!important;}.mt-85-sp{margin-top: -85px!important;}.mt-90-sp{margin-top: -90px!important;}.mt-95-sp{margin-top: -95px!important;}.mt-100-sp{margin-top: -100px!important;}.mt5-sp{margin-top: 5px!important;}.mt10-sp{margin-top: 10px!important;}.mt15-sp{margin-top: 15px!important;}.mt20-sp{margin-top: 20px!important;}.mt25-sp{margin-top: 25px!important;}.mt30-sp{margin-top: 30px!important;}.mt35-sp{margin-top: 35px!important;}.mt40-sp{margin-top: 40px!important;}.mt45-sp{margin-top: 45px!important;}.mt50-sp{margin-top: 50px!important;}.mt55-sp{margin-top: 55px!important;}.mt60-sp{margin-top: 60px!important;}.mt65-sp{margin-top: 65px!important;}.mt70-sp{margin-top: 70px!important;}.mt75-sp{margin-top: 75px!important;}.mt80-sp{margin-top: 80px!important;}.mt85-sp{margin-top: 85px!important;}.mt90-sp{margin-top: 90px!important;}.mt95-sp{margin-top: 95px!important;}.mt100-sp{margin-top: 100px!important;}/* margin-right */.mr0-sp{margin-right:0!important;}.mr5-sp{margin-right: 5px!important;}.mr10-sp{margin-right: 10px!important;}.mr15-sp{margin-right: 15px!important;}.mr20-sp{margin-right: 20px!important;}.mr25-sp{margin-right: 25px!important;}.mr30-sp{margin-right: 30px!important;}.mr35-sp{margin-right: 35px!important;}.mr40-sp{margin-right: 40px!important;}.mr45-sp{margin-right: 45px!important;}.mr50-sp{margin-right: 50px!important;}.mr55-sp{margin-right: 55px!important;}.mr60-sp{margin-right: 60px!important;}.mr65-sp{margin-right: 65px!important;}.mr70-sp{margin-right: 70px!important;}.mr75-sp{margin-right: 75px!important;}.mr80-sp{margin-right: 80px!important;}.mr85-sp{margin-right: 85px!important;}.mr90-sp{margin-right: 90px!important;}.mr95-sp{margin-right: 95px!important;}.mr100-sp{margin-right: 100px!important;}/* margin-bottom */.mb0-sp{margin-bottom:0!important;}.mb5-sp{margin-bottom: 5px!important;}.mb10-sp{margin-bottom: 10px!important;}.mb15-sp{margin-bottom: 15px!important;}.mb20-sp{margin-bottom: 20px!important;}.mb25-sp{margin-bottom: 25px!important;}.mb30-sp{margin-bottom: 30px!important;}.mb35-sp{margin-bottom: 35px!important;}.mb40-sp{margin-bottom: 40px!important;}.mb45-sp{margin-bottom: 45px!important;}.mb50-sp{margin-bottom: 50px!important;}.mb55-sp{margin-bottom: 55px!important;}.mb60-sp{margin-bottom: 60px!important;}.mb65-sp{margin-bottom: 65px!important;}.mb70-sp{margin-bottom: 70px!important;}.mb75-sp{margin-bottom: 75px!important;}.mb80-sp{margin-bottom: 80px!important;}.mb85-sp{margin-bottom: 85px!important;}.mb90-sp{margin-bottom: 90px!important;}.mb95-sp{margin-bottom: 95px!important;}.mb100-sp{margin-bottom: 100px!important;}/* margin-left */.ml0-sp{margin-left:0!important;}.ml5-sp{margin-left: 5px!important;}.ml10-sp{margin-left: 10px!important;}.ml15-sp{margin-left: 15px!important;}.ml20-sp{margin-left: 20px!important;}.ml25-sp{margin-left: 25px!important;}.ml30-sp{margin-left: 30px!important;}.ml35-sp{margin-left: 35px!important;}.ml40-sp{margin-left: 40px!important;}.ml45-sp{margin-left: 45px!important;}.ml50-sp{margin-left: 50px!important;}.ml55-sp{margin-left: 55px!important;}.ml60-sp{margin-left: 60px!important;}.ml65-sp{margin-left: 65px!important;}.ml70-sp{margin-left: 70px!important;}.ml75-sp{margin-left: 75px!important;}.ml80-sp{margin-left: 80px!important;}.ml85-sp{margin-left: 85px!important;}.ml90-sp{margin-left: 90px!important;}.ml95-sp{margin-left: 95px!important;}.ml100-sp{margin-left: 100px!important;}
	/* padding */.p0-sp{padding:0!important;}.p5-sp{padding: 5px!important;}.p10-sp{padding: 10px!important;}.p15-sp{padding: 15px!important;}.p20-sp{padding: 20px!important;}.p25-sp{padding: 25px!important;}.p30-sp{padding: 30px!important;}.p35-sp{padding: 35px!important;}.p40-sp{padding: 40px!important;}.p45-sp{padding: 45px!important;}.p50-sp{padding: 50px!important;}.p55-sp{padding: 55px!important;}.p60-sp{padding: 60px!important;}.p65-sp{padding: 65px!important;}.p70-sp{padding: 70px!important;}.p75-sp{padding: 75px!important;}.p80-sp{padding: 80px!important;}.p85-sp{padding: 85px!important;}.p90-sp{padding: 90px!important;}.p95-sp{padding: 95px!important;}.p100-sp{padding: 100px!important;}/* padding-top */.pt0-sp{padding-top:0!important;}.pt5-sp{padding-top: 5px!important;}.pt10-sp{padding-top: 10px!important;}.pt15-sp{padding-top: 15px!important;}.pt20-sp{padding-top: 20px!important;}.pt25-sp{padding-top: 25px!important;}.pt30-sp{padding-top: 30px!important;}.pt35-sp{padding-top: 35px!important;}.pt40-sp{padding-top: 40px!important;}.pt45-sp{padding-top: 45px!important;}.pt50-sp{padding-top: 50px!important;}.pt55-sp{padding-top: 55px!important;}.pt60-sp{padding-top: 60px!important;}.pt65-sp{padding-top: 65px!important;}.pt70-sp{padding-top: 70px!important;}.pt75-sp{padding-top: 75px!important;}.pt80-sp{padding-top: 80px!important;}.pt85-sp{padding-top: 85px!important;}.pt90-sp{padding-top: 90px!important;}.pt95-sp{padding-top: 95px!important;}.pt100-sp{padding-top: 100px!important;}/* padding-right */.pr0-sp{padding-right:0!important;}.pr5-sp{padding-right: 5px!important;}.pr10-sp{padding-right: 10px!important;}.pr15-sp{padding-right: 15px!important;}.pr20-sp{padding-right: 20px!important;}.pr25-sp{padding-right: 25px!important;}.pr30-sp{padding-right: 30px!important;}.pr35-sp{padding-right: 35px!important;}.pr40-sp{padding-right: 40px!important;}.pr45-sp{padding-right: 45px!important;}.pr50-sp{padding-right: 50px!important;}.pr55-sp{padding-right: 55px!important;}.pr60-sp{padding-right: 60px!important;}.pr65-sp{padding-right: 65px!important;}.pr70-sp{padding-right: 70px!important;}.pr75-sp{padding-right: 75px!important;}.pr80-sp{padding-right: 80px!important;}.pr85-sp{padding-right: 85px!important;}.pr90-sp{padding-right: 90px!important;}.pr95-sp{padding-right: 95px!important;}.pr100-sp{padding-right: 100px!important;}/* padding-bottom */.pb0-sp{padding-bottom:0!important;}.pb5-sp{padding-bottom: 5px!important;}.pb10-sp{padding-bottom: 10px!important;}.pb15-sp{padding-bottom: 15px!important;}.pb20-sp{padding-bottom: 20px!important;}.pb25-sp{padding-bottom: 25px!important;}.pb30-sp{padding-bottom: 30px!important;}.pb35-sp{padding-bottom: 35px!important;}.pb40-sp{padding-bottom: 40px!important;}.pb45-sp{padding-bottom: 45px!important;}.pb50-sp{padding-bottom: 50px!important;}.pb55-sp{padding-bottom: 55px!important;}.pb60-sp{padding-bottom: 60px!important;}.pb65-sp{padding-bottom: 65px!important;}.pb70-sp{padding-bottom: 70px!important;}.pb75-sp{padding-bottom: 75px!important;}.pb80-sp{padding-bottom: 80px!important;}.pb85-sp{padding-bottom: 85px!important;}.pb90-sp{padding-bottom: 90px!important;}.pb95-sp{padding-bottom: 95px!important;}.pb100-sp{padding-bottom: 100px!important;}/* padding-left */.pl0-sp{padding-left:0!important;}.pl5-sp{padding-left: 5px!important;}.pl10-sp{padding-left: 10px!important;}.pl15-sp{padding-left: 15px!important;}.pl20-sp{padding-left: 20px!important;}.pl25-sp{padding-left: 25px!important;}.pl30-sp{padding-left: 30px!important;}.pl35-sp{padding-left: 35px!important;}.pl40-sp{padding-left: 40px!important;}.pl45-sp{padding-left: 45px!important;}.pl50-sp{padding-left: 50px!important;}.pl55-sp{padding-left: 55px!important;}.pl60-sp{padding-left: 60px!important;}.pl65-sp{padding-left: 65px!important;}.pl70-sp{padding-left: 70px!important;}.pl75-sp{padding-left: 75px!important;}.pl80-sp{padding-left: 80px!important;}.pl85-sp{padding-left: 85px!important;}.pl90-sp{padding-left: 90px!important;}.pl95-sp{padding-left: 95px!important;}.pl100-sp{padding-left: 100px!important;}
	.mlrauto-sp{margin-left: auto; margin-right: auto;}
	.m1-sp {
		margin-bottom: 1px!important;
	}
}

/* width */
.w1per  { width:  1% !important; }
.w2per  { width:  2% !important; }
.w3per  { width:  3% !important; }
.w4per  { width:  4% !important; }
.w5per  { width:  5% !important; }
.w6per  { width:  6% !important; }
.w7per  { width:  7% !important; }
.w8per  { width:  8% !important; }
.w9per  { width:  9% !important; }
.w10per { width: 10% !important; }
.w11per { width: 11% !important; }
.w12per { width: 12% !important; }
.w13per { width: 13% !important; }
.w14per { width: 14% !important; }
.w15per { width: 15% !important; }
.w16per { width: 16% !important; }
.w17per { width: 17% !important; }
.w18per { width: 18% !important; }
.w19per { width: 19% !important; }
.w20per { width: 20% !important; }
.w21per { width: 21% !important; }
.w22per { width: 22% !important; }
.w23per { width: 23% !important; }
.w24per { width: 24% !important; }
.w25per { width: 25% !important; }
.w26per { width: 26% !important; }
.w27per { width: 27% !important; }
.w28per { width: 28% !important; }
.w29per { width: 29% !important; }
.w30per { width: 30% !important; }
.w31per { width: 31% !important; }
.w32per { width: 32% !important; }
.w33per { width: 33% !important; }
.w34per { width: 34% !important; }
.w35per { width: 35% !important; }
.w36per { width: 36% !important; }
.w37per { width: 37% !important; }
.w38per { width: 38% !important; }
.w39per { width: 39% !important; }
.w40per { width: 40% !important; }
.w41per { width: 41% !important; }
.w42per { width: 42% !important; }
.w43per { width: 43% !important; }
.w44per { width: 44% !important; }
.w45per { width: 45% !important; }
.w46per { width: 46% !important; }
.w47per { width: 47% !important; }
.w48per { width: 48% !important; }
.w49per { width: 49% !important; }
.w50per { width: 50% !important; }
.w51per { width: 51% !important; }
.w52per { width: 52% !important; }
.w53per { width: 53% !important; }
.w54per { width: 54% !important; }
.w55per { width: 55% !important; }
.w56per { width: 56% !important; }
.w57per { width: 57% !important; }
.w58per { width: 58% !important; }
.w59per { width: 59% !important; }
.w60per { width: 60% !important; }
.w61per { width: 61% !important; }
.w62per { width: 62% !important; }
.w63per { width: 63% !important; }
.w64per { width: 64% !important; }
.w65per { width: 65% !important; }
.w66per { width: 66% !important; }
.w67per { width: 67% !important; }
.w68per { width: 68% !important; }
.w69per { width: 69% !important; }
.w70per { width: 70% !important; }
.w71per { width: 71% !important; }
.w72per { width: 72% !important; }
.w73per { width: 73% !important; }
.w74per { width: 74% !important; }
.w75per { width: 75% !important; }
.w76per { width: 76% !important; }
.w77per { width: 77% !important; }
.w78per { width: 78% !important; }
.w79per { width: 79% !important; }
.w80per { width: 80% !important; }
.w81per { width: 81% !important; }
.w82per { width: 82% !important; }
.w83per { width: 83% !important; }
.w84per { width: 84% !important; }
.w85per { width: 85% !important; }
.w86per { width: 86% !important; }
.w87per { width: 87% !important; }
.w88per { width: 88% !important; }
.w89per { width: 89% !important; }
.w90per { width: 90% !important; }
.w91per { width: 91% !important; }
.w92per { width: 92% !important; }
.w93per { width: 93% !important; }
.w94per { width: 94% !important; }
.w95per { width: 95% !important; }
.w96per { width: 96% !important; }
.w97per { width: 97% !important; }
.w98per { width: 98% !important; }
.w99per { width: 99% !important; }
.w100per{ width: 100% !important; }
.wauto  { width: auto !important; }
.mb-wauto  { min-width: auto !important; }

@media screen and (max-width: 767px){
	.w1per-sp  { width:  1% !important; }
	.w2per-sp  { width:  2% !important; }
	.w3per-sp  { width:  3% !important; }
	.w4per-sp  { width:  4% !important; }
	.w5per-sp  { width:  5% !important; }
	.w6per-sp  { width:  6% !important; }
	.w7per-sp  { width:  7% !important; }
	.w8per-sp  { width:  8% !important; }
	.w9per-sp  { width:  9% !important; }
	.w10per-sp { width: 10% !important; }
	.w11per-sp { width: 11% !important; }
	.w12per-sp { width: 12% !important; }
	.w13per-sp { width: 13% !important; }
	.w14per-sp { width: 14% !important; }
	.w15per-sp { width: 15% !important; }
	.w16per-sp { width: 16% !important; }
	.w17per-sp { width: 17% !important; }
	.w18per-sp { width: 18% !important; }
	.w19per-sp { width: 19% !important; }
	.w20per-sp { width: 20% !important; }
	.w21per-sp { width: 21% !important; }
	.w22per-sp { width: 22% !important; }
	.w23per-sp { width: 23% !important; }
	.w24per-sp { width: 24% !important; }
	.w25per-sp { width: 25% !important; }
	.w26per-sp { width: 26% !important; }
	.w27per-sp { width: 27% !important; }
	.w28per-sp { width: 28% !important; }
	.w29per-sp { width: 29% !important; }
	.w30per-sp { width: 30% !important; }
	.w31per-sp { width: 31% !important; }
	.w32per-sp { width: 32% !important; }
	.w33per-sp { width: 33% !important; }
	.w34per-sp { width: 34% !important; }
	.w35per-sp { width: 35% !important; }
	.w36per-sp { width: 36% !important; }
	.w37per-sp { width: 37% !important; }
	.w38per-sp { width: 38% !important; }
	.w39per-sp { width: 39% !important; }
	.w40per-sp { width: 40% !important; }
	.w41per-sp { width: 41% !important; }
	.w42per-sp { width: 42% !important; }
	.w43per-sp { width: 43% !important; }
	.w44per-sp { width: 44% !important; }
	.w45per-sp { width: 45% !important; }
	.w46per-sp { width: 46% !important; }
	.w47per-sp { width: 47% !important; }
	.w48per-sp { width: 48% !important; }
	.w49per-sp { width: 49% !important; }
	.w50per-sp { width: 50% !important; }
	.w51per-sp { width: 51% !important; }
	.w52per-sp { width: 52% !important; }
	.w53per-sp { width: 53% !important; }
	.w54per-sp { width: 54% !important; }
	.w55per-sp { width: 55% !important; }
	.w56per-sp { width: 56% !important; }
	.w57per-sp { width: 57% !important; }
	.w58per-sp { width: 58% !important; }
	.w59per-sp { width: 59% !important; }
	.w60per-sp { width: 60% !important; }
	.w61per-sp { width: 61% !important; }
	.w62per-sp { width: 62% !important; }
	.w63per-sp { width: 63% !important; }
	.w64per-sp { width: 64% !important; }
	.w65per-sp { width: 65% !important; }
	.w66per-sp { width: 66% !important; }
	.w67per-sp { width: 67% !important; }
	.w68per-sp { width: 68% !important; }
	.w69per-sp { width: 69% !important; }
	.w70per-sp { width: 70% !important; }
	.w71per-sp { width: 71% !important; }
	.w72per-sp { width: 72% !important; }
	.w73per-sp { width: 73% !important; }
	.w74per-sp { width: 74% !important; }
	.w75per-sp { width: 75% !important; }
	.w76per-sp { width: 76% !important; }
	.w77per-sp { width: 77% !important; }
	.w78per-sp { width: 78% !important; }
	.w79per-sp { width: 79% !important; }
	.w80per-sp { width: 80% !important; }
	.w81per-sp { width: 81% !important; }
	.w82per-sp { width: 82% !important; }
	.w83per-sp { width: 83% !important; }
	.w84per-sp { width: 84% !important; }
	.w85per-sp { width: 85% !important; }
	.w86per-sp { width: 86% !important; }
	.w87per-sp { width: 87% !important; }
	.w88per-sp { width: 88% !important; }
	.w89per-sp { width: 89% !important; }
	.w90per-sp { width: 90% !important; }
	.w91per-sp { width: 91% !important; }
	.w92per-sp { width: 92% !important; }
	.w93per-sp { width: 93% !important; }
	.w94per-sp { width: 94% !important; }
	.w95per-sp { width: 95% !important; }
	.w96per-sp { width: 96% !important; }
	.w97per-sp { width: 97% !important; }
	.w98per-sp { width: 98% !important; }
	.w99per-sp { width: 99% !important; }
	.w100per-sp{ width: 100% !important; }
	.wauto-sp  { width: auto !important; }
	.mn-wauto-sp  { min-width: auto !important; }
}

/*2-2-3. Object-Oriented CSS [OOCSS]*/
.no-display{
	display: none;
}
.no-br{
	white-space: nowrap;
}
.no-line-height{
	line-height: 1!important;
}
.no-pull{
	float: none!important;
}
.pull-left{
	float: left!important;
}
.pull-right{
	float: right!important;
}
.right{
	text-align: right!important;
}
.center{
	text-align: center!important;
}
.left{
	text-align: left!important;
}
.top{
	vertical-align: top!important;
}
.middle{
	vertical-align: middle!important;
}
.bottom{
	vertical-align: bottom!important;
}
.block-center {
	margin-left: auto !important;
	margin-right: auto !important;
}
.no-selector:before,
.no-selector:after {
	content: none;
}
.no-border {
	border: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.pd0{padding: 0!important;}
	.no-pull-sp {
		float: none! important;
	}
	.pull-left-sp{
		float: left!important;
	}
	.pull-right-sp{
		float: right!important;
	}
	.right-sp{
		text-align: right!important;
	}
	.center-sp{
		text-align: center!important;
	}
	.left-sp{
		text-align: left!important;
	}
	.top-sp{
		vertical-align: top!important;
	}
	.middle-sp{
		vertical-align: middle!important;
	}
	.bottom-sp{
		vertical-align: bottom!important;
	}
}

/* for RWD */
.fluid-image{
	max-width: 100%;
	height: auto;
}
.full-image {
	width: 100%;
	height: auto;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop{
		width: 100%;
	}
}
/* 2-2-4. Grid System [grid-***] */
.grid-row{
	margin-right: -15px;
	margin-left: -15px;
	overflow: hidden;
}
.grid-col,
.grid-col--1,
.grid-col--2,
.grid-col--dev5,
.grid-col--3,
.grid-col--4,
.grid-col--5,
.grid-col--6,
.grid-col--7,
.grid-col--8,
.grid-col--9,
.grid-col--10,
.grid-col--11,
.grid-col--12{
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
	box-sizing: border-box;
}
.grid-col--1{width: 8.33333333333%}
.grid-col--2{width: 16.6666666667%;}
.grid-col--dev5{width: 20%;}
.grid-col--3{width: 25%;}
.grid-col--4{width: 33.3333333333%;}
.grid-col--5{width: 41.6666666667%;}
.grid-col--6{width: 50%;}
.grid-col--7{width: 58.3333333333%;}
.grid-col--8{width: 66.6666666667%;}
.grid-col--9{width: 75%;}
.grid-col--10{width: 83.3333333333%;}
.grid-col--11{width: 91.6666666667%;}
.grid-col--12{width: 100%;}

@media only screen and (min-width:1px) and (max-width:767px){
	.grid-row{
		margin-left: -7px;
		margin-right: -7px;
	}
	.grid-col--1, .grid-col--2, .grid-col--dev5, .grid-col--3, .grid-col--4, .grid-col--5, .grid-col--6, .grid-col--7, .grid-col--8, .grid-col--9, .grid-col--10, .grid-col--11, .grid-col--12{
		width: 100%;
		padding: 0 7px 0 7px;
	}
	.grid-col-sp--1,
	.grid-col-sp--2,
	.grid-col-sp--dev5,
	.grid-col-sp--3,
	.grid-col-sp--4,
	.grid-col-sp--5,
	.grid-col-sp--6,
	.grid-col-sp--7,
	.grid-col-sp--8,
	.grid-col-sp--9,
	.grid-col-sp--10,
	.grid-col-sp--11,
	.grid-col-sp--12{
		position: relative;
		min-height: 1px;
		float: left;
		box-sizing: border-box;
		padding: 0 7px 0 7px;
	}
	.grid-col-sp--1{width: 8.33333333333%}
	.grid-col-sp--2{width: 16.6666666667%;}
	.grid-col-sp--dev5{width: 20%;}
	.grid-col-sp--3{width: 25%;}
	.grid-col-sp--4{width: 33.3333333333%;}
	.grid-col-sp--5{width: 41.6666666667%;}
	.grid-col-sp--6{width: 50%;}
	.grid-col-sp--7{width: 58.3333333333%;}
	.grid-col-sp--8{width: 66.6666666667%;}
	.grid-col-sp--9{width: 75%;}
	.grid-col-sp--10{width: 83.3333333333%;}
	.grid-col-sp--11{width: 91.6666666667%;}
	.grid-col-sp--12{width: 100%;}
}/* endMedia */
@media only screen and (min-width:768px) and (max-width:1024px){
	.grid-colTablet--12{
		width: 100%;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		box-sizing: border-box;
	}
	.grid-colTablet--6{
		width: 50%;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		box-sizing: border-box;
	}
	.grid-colTablet--4{
		width: 33.33%;
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		box-sizing: border-box;
	}
}/* endMedia */


/* 2-2-5. WebFont [FontAwesome] */

/*2-2-6. Backgrounds [bg-***]*/
.bg-white{background:#fff !important;}
/*2-2-7. Font size [fs-***]*/
.fS10{ font-size:  10px !important; }
.fS11{ font-size:  11px !important; }
.fS12{ font-size:  12px !important; }
.fS13{ font-size:  13px !important; }
.fS14{ font-size:  14px !important; }
.fS15{ font-size:  15px !important; }
.fS16{ font-size:  16px !important; }
.fS17{ font-size:  17px !important; }
.fS18{ font-size:  18px !important; }
.fS19{ font-size:  19px !important; }
.fS20{ font-size:  20px !important; }
.fS22{ font-size:  22px !important; }
.fS24{ font-size:  24px !important; }
.fS26{ font-size:  26px !important; }
.fS28{ font-size:  28px !important; }
.fS30{ font-size:  30px !important; }
@media screen and (max-width: 767px){
	.fS10-sp{ font-size:  10px !important; }
	.fS11-sp{ font-size:  11px !important; }
	.fS12-sp{ font-size:  12px !important; }
	.fS13-sp{ font-size:  13px !important; }
	.fS14-sp{ font-size:  14px !important; }
	.fS15-sp{ font-size:  15px !important; }
	.fS16-sp{ font-size:  16px !important; }
	.fS17-sp{ font-size:  17px !important; }
	.fS18-sp{ font-size:  18px !important; }
	.fS19-sp{ font-size:  19px !important; }
	.fS20-sp{ font-size:  20px !important; }
	.fS22-sp{ font-size:  22px !important; }
	.fS24-sp{ font-size:  24px !important; }
	.fS26-sp{ font-size:  26px !important; }
	.fS28-sp{ font-size:  28px !important; }
	.fS30-sp{ font-size:  30px !important; }
}
.fwB{ font-weight: bold; }
.fwN{ font-weight: normal; }

/* 2-2-6. Visibility [visible-***] */
.is-visiblePc{
	display: block!important;
}
.is-visibleSp{
	display: none!important;
}
.is-visibleTablet{
	display: none!important;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.is-visiblePc{
		display: none!important;
	}
	.is-visibleSp{
		display: block!important;
	}
	.is-visibleTablet{
		display: none!important;
	}
}/* endMedia */
@media only screen and (min-width:768px) and (max-width:1119px){
	.is-visibleTablet{
		display: block!important;
	}
}/* endMedia */

/* 2-3. State [is-***]
-------------------------------------------------- */
.is-open{
	display: block;
}
.is-error{
	background-color: #f9eceb;
}
.is-disabled{
	opacity: 0.45;
}
.is-show{
	visibility: visible;
	opacity: 1;
}
/*--------------------------------------------------*/


/* 2-4. OverLayerConfig [z-index]
-------------------------------------------------- */

/* 2-5. Project
-------------------------------------------------- */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
/*-----------------------------*/
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
	}
}
/* Slider */
.slick-loading .slick-list{
	background: #f5f1e9 url('/assets/images/common/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next{
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -40px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	color: #531c06;
	background: #f5f1e9;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.4);
	box-shadow: 0 2px 4px rgba(0,0,0,.4);
	z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
	opacity: .7;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
	opacity: .25;
}
.slick-prev{
	left: -40px;
}
.slick-prev .fa{
	position: relative;
	right: -15px;
	font-size: 18px;
}
.slick-next{
	right: -40px;
}
.slick-next .fa{
	position: relative;
	left: -15px;
	font-size: 18px;
}
/* Dots */
.slick-slider{
	margin: 0 0 50px;
	padding-top: 10px;
}
.slick-dots{
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 6px;
	height: 6px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
	opacity: 1;
}
.slick-dots li button:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	content: '•';
	text-align: center;
	opacity: .25;
	background: #ccc;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before{
	opacity: .75;
	background: #f44336;
}
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	padding: 0 5px;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
	width: 100%;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.slick-slider{
		margin: 10px 0 30px;
	}
	.slick-dots{
		bottom: -30px;
	}
	.slick-prev,
	.slick-next{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.slick-prev{
		left: -20px;
	}
	.slick-prev .fa{
		position: relative;
		right: -5px;
		font-size: 9px;
	}
	.slick-next{
		right: -20px;
	}
	.slick-next .fa{
		position: relative;
		left: -5px;
		font-size: 9px;
	}
}
.js-accordion-content.is-opened{
	display: block !important;
}
/*
 * Container style
 */
.nicescroll-rails{
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e2d5d2;
}
/*-----------------------------*/
.box-pager{
	border-top: 1px solid #e2d5d2;
	padding: 27px 0;
	text-align: center;
}
.box-pager__nav{
	display: inline-block;
	vertical-align: top;
}
.box-pager__content{
	display: inline-block;
	vertical-align: top;
}
.box-pager__content li{
	display: inline-block;
	padding: 0 3px;
}
.box-pager__content li a{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #531c06;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e3d6d3;
	text-align: center;
}
.box-pager__content li:hover a,
.box-pager__content li.current a{
	background: #fdd000;
	border: 1px solid #fdd000;
	color: #fff;
}
.box-pager__content li a:hover{
	text-decoration: none;
}
.box-pager__content li a span{
	display: block;
	padding: 7px 3px;
}
.box-pager__nav a{
	font-size: 16px;
	color: #531c06;
	padding: 7px 10px;
	font-weight: bold;
	display: block;
}
.box-pager__nav.disabled a{
	color: #ccc;
	cursor: default;
}
.box-pager__nav.disabled a:hover{
	text-decoration: none;
	opacity: 1;
}
.box-pager__nav--prev .fa{
	margin-right: 10px;
}
.box-pager__nav--next .fa{
	margin-left: 10px;
}
.box-pager__text{
	display: none;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-pager__content{
		display: none;
	}
	.box-pager__inner{
		display: table;
		width: 100%;
	}
	.box-pager__nav{
		display: table-cell;
		vertical-align: middle;
		width: 100px;
	}
	.box-pager__text{
		display: table-cell;
		vertical-align: top;
	}
	.box-pager__nav a{
		padding: 0 10px;
	}
	.box-pager__text{
		font-size: 24px;
		font-family: 'Roboto', sans-serif;
		color: #531c06;
	}
	.box-pager__nav.box-pager__nav--prev{
		text-align: left;
	}
	.box-pager__nav.box-pager__nav--next{
		text-align: right;
	}
}
/*
-------------------------------------------------- */
.remodal-overlay{
	background-color: #e2d5d2;
	opacity: .8;
	z-index: 100;
}
.remodal-wrapper{
	z-index: 101;
	padding: 20px;
	overflow: hidden;
}
.remodal-wrapper .remodal{
	max-width: 970px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 40vh;
	margin-top: -250px;
	border-radius: 10px;
}
.box-modal-detail{
	background-color: #fff;
	border-radius: 70px;
	padding: 4px;
}
.box-modal-detail__title{
	padding: 16px 80px 20px;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.box-modal-detail__inner{
	padding: 0 90px;
	text-align: left;
	overflow-y: auto;
	max-height: 400px;
}
.box-modal-detail__inner a {
	word-break: break-all;
}
.box-modal-detail__ctn{
	padding: 35px 5px 65px;
	overflow: hidden;
}
.box-modal-detail__heading{
	position: relative;
	background-color: #fdd000;
	border-top-right-radius: 66px;
	border-top-left-radius: 66px;
	overflow: hidden;
}
.box-modal-detail__heading:before{
	content: '';
	display: inline-block;
	width: 125px;
	height: 119px;
	background: url("/assets/images/menu/modal-bg-heading01-sp.png") no-repeat center;
	background-size: cover;
	position: absolute;
	left: 15%;
	bottom: 5%;
}
.box-modal-detail__heading:after{
	content: '';
	display: inline-block;
	width: 157px;
	height: 112px;
	background: url("/assets/images/menu/modal-bg-heading02-sp.png") no-repeat center;
	background-size: cover;
	position: absolute;
	right: 15%;
	bottom: 5%;
}
.remodal-close{
	width: 45px;
	height: 45px;
	background: url("/assets/images/common/icn-close.png") no-repeat center;
	background-size: cover;
	position: absolute;
	top: 20px;
	right: 35px;
	z-index: 3;
}
.box--modal-detail-close{
	display: none;
}
.box-modal-detail__ctn .btn{
	letter-spacing: 0;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.remodal-wrapper .remodal{
		margin-top: -200px;
	}
	.box-modal-detail__title{
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 0;
		font-family: 'Noto Sans', sans-serif;
		line-height: 1.2;
		padding: 25px 65px 25px;
	}
	.box-modal-detail{
		border-radius: 160px 160px 45px 45px;
		border: 4px solid #fff;
		padding: 0;
		overflow: hidden;
	}
	.box-modal-detail__heading{
		border-radius: 0;
	}
	.box-modal-detail__heading:before{
		width: 62px;
		height: 60px;
		background: url("/assets/images/menu/modal-bg-heading01-sp.png") no-repeat center;
		background-size: cover;
		left: 10%;
	}
	.box-modal-detail__heading:after{
		width: 80px;
		height: 55px;
		background: url("/assets/images/menu/modal-bg-heading02-sp.png") no-repeat center;
		background-size: cover;
		right: 10%;
	}
	.box-modal-detail__inner{
		padding: 0 10px;
		max-height: 35vh;
	}
	.remodal-close {
		top: -30px;
		right: 0;
	}
	.box--modal-detail-close{
		display: block;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		color: #531c06;
		padding: 20px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 3;
		border-top: 1px solid #e2d5d2;
		width: 100%;
		box-sizing: border-box;
		cursor: pointer;
	}
	.box-modal-detail__ctn{
		padding: 35px 5px 90px;
	}
	.remodal-wrapper {
		height: 100%;
	}
}
.box-modal-detail--02.box-modal-detail{
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
}
.box-modal-detail--02 .box-modal-detail__ctn{
	padding-bottom: 30px;
	max-height: 400px;
	overflow-y: auto;
}
.box-modal-detail--02 .box-modal-detail__inner{
	max-height: unset;
	overflow-y: hidden;
}
@media only screen and (min-width: 768px) {
	.box-modal-detail__notice{
		position: absolute;
		width: 100%;
		left: 0;
		box-sizing: border-box;
		text-align: left;
		border-top: 1px solid #e2d5d2;
		background: #f5f1e9;
		padding: 25px 100px 30px;
		border-bottom-right-radius: 70px;
		border-bottom-left-radius: 70px;
	}
	.box-modal-detail__notice .hdg-lv3-01{
		margin: 0 0 25px;
	}
	.box-modal-detail__notice p{
		font-size: 16px;
		line-height: 25px;
	}
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-modal-detail__notice{
		border: 1px solid #e2d5d2;
		margin-bottom: 30px;
	}
	.box-modal-detail__notice__cnt{
		padding: 5px 10px;
	}
	.box-modal-detail__notice__inner{
		background: #f5f1e9;
		padding: 12px 10px;
	}
	.box-modal-detail__notice__ttl{
		font-size: 14px;
		line-height: 20px;
	}
	.box-modal-detail__notice__inner dl{
		display: table;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}
	.box-modal-detail__notice__inner dt{
		display: table-cell;
		vertical-align: top;
	}
	.box-modal-detail__notice__inner dd{
		display: table-cell;
		vertical-align: top;
		text-align: right;
	}
	.box-modal-detail__notice__cnt .hdg-lv3-01{
		margin: 10px 0 15px;
	}
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {

	.remodal-close {
		top: -5px;
	}
	.remodal-wrapper .remodal {
		margin-top: -130px;
	}
	.box-modal-detail__ctn {
		padding: 20px 10px 75px;
	}
	.remodal-wrapper {
		box-sizing: border-box;
	}

}

/*--takuhai_price--*/
.box-tax {
	overflow: hidden;
}
.box-tax__title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
	width: 50%;
	float: right;
	padding-left: 10px;
	box-sizing: border-box;
}
.box-tax__image {
	float: left;
	width: 50%;
}
.mtmb {margin: 20px 0 40px 0;
}
.box-tax .txt-paragraph {
	float: right;

	width: 50%;
	padding-left: 10px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
	.box-tax__image {
		margin-bottom: 20px;
		width: 100%;
		float: none;
	}
	.box-tax__title {
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 10px;
		font-size: 20px;
	}
	.box-tax .txt-paragraph {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	.mtmb {margin: 5px 0 5px 0;
	}
}

/*--takuhai_price modal--*/
.box-modal-detail .box-tax__image{
	float: none;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.box-modal-detail .box-tax__title{
	float: none;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 0;
	font-size: 22px;
}
.box-modal-detail .txt-paragraph{
	width: 100%;
}
.box-modal-detail .box-tax__title .is-visiblePc{
	display: none !important;
}
.box-modal-detail .txt-paragraph{
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-modal-detail .box-tax__title{
		font-size: 18px;
	}
}
.box-movie{
	margin-bottom: 20px;
	aspect-ratio: 16/9;
}
@media only screen and (min-width:1px) and (max-width:767px){
	.box-movie{
		margin-bottom: 10px;
		width: 100%;
   		height: auto;
	}
}