@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
	color: #2a0f10;
	min-width: inherit;
	max-height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 28px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url(../img/shared/bg.jpg) repeat center top;
}
.fnt-mincho {
	font-family: 'Sawarabi Mincho', sans-serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.toggle-main1 {
	display: none;
}
/*=============================================
 * header
 *=============================================*/
header {
	position: relative;
}
.navOpen {
	overflow: hidden;
}
header #header_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1200;
}
header #belt {
	position: fixed;
	width: 100%;
	overflow: hidden;
	z-index: 100000;
}
header #hd_top {
	height: 60px;
	width: 100%;
}
.navOpen header #belt:before {
	opacity: 1;
}
.navOpen header h1 {
	opacity: 0;
}
header h1 {
	font-size: 11px;
	line-height: 28px;
	font-weight: normal;
	position: relative;
	z-index: 1000;
	text-align: center;
	padding-bottom: 20px;
}
header .navBtn {
	left: 0;
	width: 40px;
	color: #fff;
	top: 0;
	font-size: 10px;
	padding: 10px 6px 22px;
	z-index: 2000;
	height: 18px;
	cursor: pointer;
	line-height: 20px;
}
header .navBtn span:nth-of-type(2), header .navBtn span:nth-of-type(3) {
	margin-top: 5px;
}
header .navBtn span {
	background: #fff;
	height: 2px;
	width: 25px;
	margin-left: 7px;
}
header .navBtn .close {
	display: none;
}
.navOpen header .navBtn .close {
	display: block;
}
.navOpen header .navBtn .txt_menu {
	display: none;
}
header .logo {
	position: relative;
	padding: 10px 0 20px;
	
}
header .logo p {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 170px;
}
header .menu_toggle ul {
	text-align: left;
	height: calc(100% - 140px);
	overflow-y: scroll;
	background: none;
	opacity: 0;
	transition: all 0.3s linear 0.1s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
header .menu_toggle.active ul {
	margin-top: 0;
	opacity: 1;
}
header .menu_toggle li.current a:after {
	opacity: 1;
}
header .menu_toggle li {
	position: relative;
	padding: 0 0 0;
	border: 1px solid #2a0f10;
	text-align: left;
	text-align: left;
}
header .menu_toggle li + li {
	border-top-width: 0px;
}
header .menu_toggle ul li a {
	z-index: 10;
	position: relative;
	color: #2a0f10;
	font-size: 17px;
	padding: 18px 0 18px 25px;
}
header .menu_toggle li.nav_sub a {
	font-size: 13px;
	font-weight: normal;
	padding: 7px 0 !important;
}
header .menu_toggle ul li a:after {
	display: block;
	right: auto;
	left: 5px;
	opacity: 0;
}
header .menu_toggle ul li a.sub_nav1 {
	padding-left: 50px;
}
header .menu_toggle ul li a.sub_nav1:before {
	background: url(../img/shared/header-bnr_01.png) no-repeat center/100% auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	content: '';
	width: 30px;
	height: 30px;
}
header .menu_toggle ul li a.sub_nav2 {
	padding-left: 50px;
}
header .menu_toggle ul li a.sub_nav2:before {
	background: url(../img/shared/header-bnr_02.png) no-repeat center/100% auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	content: '';
	width: 25px;
	height: 25px;
}
header .menu_toggle ul li a.sub_nav3:before, header .menu_toggle ul li a.sub_nav4:before {
	background: url(../img/shared/icon.png) no-repeat center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
	width: 25px;
	height: 25px;
}
header .menu_toggle ul li a.sub_nav3:after {
	background: url(../img/shared/deco.png) no-repeat center/100% auto;
	content: '';
	position: absolute;
	top: 0;
	right: 5px;
	left: auto;
	width: 75px;
	height: 72px;
	opacity: 1;
}
header .menu_toggle ul li a.sub_nav4:after {
	background: url(../img/shared/deco2.png) no-repeat center/100% auto;
	content: '';
	position: absolute;
	top: 0;
	right: 5px;
	left: auto;
	width: 59px;
	height: 85px;
	opacity: 1;
}
header .head_insta{
text-align: center;
	z-index: 9;
	width:20%;
	margin:0 auto;
}
/*====================== nav ====================== */
header .topnavi {
	position: fixed;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	display: flex;
	transition: all .3s ease;
	z-index: 3000;
	background: url(../img/shared/nav-bg.png) repeat center top;
}
header .topnavi li {
	position: relative;
	width: 50px;
	vertical-align: top;
	margin-top: 1px;
	box-sizing: border-box;
}
header .topnavi li a {
	color: #fff;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	padding-bottom: 12px;
	margin-top: 3px;
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 25px;
	font-weight: normal;
}
header .fixed .topnavi li a {
	color: #321c11;
}
header .menu_toggle {
	z-index: 1000;
	padding-top: 0;
	padding: 20px;
	left: 0;
	width: auto !important;
	height: 100vh;
	box-sizing: border-box;
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s linear 0.1s, transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
header .menu_toggle:before {
	background: url(../img/shared/bg.jpg) repeat;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: -1;
	opacity: 0;
	transition: all .3s ease;
}
.navOpen header .menu_toggle:before {
	opacity: 1;
}
header .menu_toggle.active {
	opacity: 1;
	visibility: inherit;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
header .header_btn {
	width: 90%;
	margin: 0 auto;
	border: none !important;
}
.navOpen .menu_toggle.nav-style01 {
	-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);
	right: 0;
}
.navOpen .navBtn span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
	transform: translateY(-7px) translateX(0) rotate(-45deg);
}
/*====================== end nav ====================== */
/*====================== header key ====================== */
header #key {
	position: relative;
	z-index: 500;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 999;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a {
	color: #fff;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
	z-index: 99;
}
.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: "";
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	outline: 0 none;
	border-radius: 0;
	background: none;
	font-size: 18px;
	color: #3B240B;
	padding: 0 5px;
	text-decoration: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	color: #84592D;
}
body.navOpen {
	overflow: hidden;
}
body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
	touch-action: none !important;
	pointer-events: none !important;
}
body.navOpen .navBtn, body.navOpen #menu_toggle, body.navOpen #menu_toggle *, body.navOpen .hamburger {
	touch-action: auto !important;
	pointer-events: visible !important;
}
/*====================== end nav ====================== */
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
	overflow: hidden;
	color: #000;
	position: relative;
	padding-bottom: 60px;
	text-align: center;
	z-index: 1001;
}
footer .feed_area h2{
    padding-bottom: 20px;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
footer .list_event{
    margin-top: 7%;
}
footer .list_event li{
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1%;
    margin-bottom: 2%;
}
footer #feed1 {
	max-width: 300px;
	margin: 20px auto 0;
}
footer #feed1 .rss {
	overflow: hidden;
	padding-bottom: 20px;
}
footer #feed1 .photo {
    float: left;
}
footer #feed1 dl {
    padding-left: 140px;
}
footer .insta_area h3 {
	padding: 30px 2.5% 0;
}
footer .insta_area ul {
	text-align: center;
    display: inline-block;
    margin: auto;
    padding-top: 10px;
}
footer .insta_area ul li{
    display: inline-block;
    margin-right: 10px;
}
footer .shopinfo {
	padding: 5% 2.5% 4%;
	position: relative;
	text-align: center;
}
footer .vcard {
	padding: 5% 0 0;
	line-height: 25px;
	letter-spacing: 0;
}
footer .vcard > div + div {
	border-top: 1px dashed #2a0f10;
	padding-top: 30px;
	margin-top: 30px;
}
footer .ft_txt {
	padding-top: 10px;
}
footer .vcard dl {
	padding-top: 10px;
}
footer .vcard dl:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
footer .vcard dl dt {
	float: left;
	width: 70px;
}
footer .vcard dl dd {
	width: calc(100% - 70px);
	float: left;
}
footer #socialbuttons {
	margin-top: 20px;
}
footer #socialbuttons .google {
	width: 34px;
}
footer .vcard p + p {
	padding-top: 3%;
}
footer .vcard p span {
	display: inline-block;
}
footer .f_logo {
	margin: 10px auto 0px;
	width: 90px;
}
footer .ft_tel {
	width: 280px;
	margin: 20px auto 15px;
}
footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 10px auto 13px;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: transparent;
	border: solid 1px #2a1210;
	color: #2a1210;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
    position: relative;
}
footer .link p a:after{
    right: 2px;
    bottom: 2px;
    content: "";
    position: absolute;
    border-bottom: 7px solid #2a1210;
    border-right: 7px solid #2a1210;
    border-top: 7px solid transparent;
    border-left: 7px solid transparent;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer .txt {
	padding-top: 20px;
}
footer .txttel {
	font-weight: bold;
}
footer .txttel span {
	display: inline-block;
}
footer #cal {
	padding-top: 10px;
}
footer address {
	line-height: 20px;
	font-size: 12px;
	letter-spacing: 0;
	padding: 0 0 10px;
	text-align: center;
	font-weight: bold;
}

footer address a{
 font-size: 10px;
 color: #1d1d1d;
 display: block;
 text-decoration: none;
}


#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
footer .icon_map {
	position: absolute;
	top: 0;
	right: 60px;
	background: #bc8c54;
	width: 60px;
	height: 60px;
	z-index: 1000;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border-right: 1px solid #38160f;
	border-left: 1px solid #38160f;
}
footer .icon_map a {
	padding-top: 17px;
	display: block;
}
.ft_group1 {
	width: calc(100% - 120px);
	float: left;
	height: 60px;
	position: relative;
}
.ft_group2 img {
	width: 60px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.ft_group2 {
	width: 60px;
	float: right;
	height: 60px;
	position: relative;
}
.ft_group2 a {
	display: block;
	width: 60px;
	height: 60px;
	position: relative;
}
.has_nav #ft_group {
	position: fixed;
	z-index: 1100;
	opacity: 1;
}
.icon-link-ext:before {
	top: 4px;
	margin-left: -23px;
	position: absolute;
}
#ft_group .box {
	background: url(../img/shared/nav-bg.png) repeat center top;
	height: 60px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	display: table;
}
#ft_group .box p {
	display: table-cell;
	line-height: 60px;
	letter-spacing: 2px;
	font-size: 15px;
}
#ft_group .box p a {
	display: block;
}
#ft_group .box p + p {
	border-left: 1px solid #fff;
}
#pagetop {
	bottom: 60px;
}
.access_btn {
	background: none;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}
.access_btn span {
	display: block;
	padding: 0;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 30px;
}
.full {
	margin-left: -2%;
	margin-right: -2%;
}
.drop_txt {
	display: inline-block;
}
.text_center {
	text-align: center;
}
.toggle .toggle-link:after {
	color: currentColor;
}
.toggle1 .toggle-link1 {
	position: relative;
}
.toggle1 .toggle-link1:after {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	line-height: 20px;
	top: 50%;
	right: 4%;
	margin-top: -10px;
	content: '\f13a';
	font-size: 13px;
	color: currentColor;
}
.toggle1.active .toggle-link1:after {
	content: '\f139';
}
.mb_40 {
	margin-bottom: 40px;
}
.block p {
	padding: 0 2.5%;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
.txt {
	margin-top: 20px;
	margin-bottom: 20px;
}
.bx-prev::after {
	left: 50%;
	transform: translateX(-50%);
}
.bx-next::after {
	left: 50%;
	transform: translateX(-50%);
}
.bx-wrapper .bx-controls-direction a {
	width: 20px;
	height: 30px;
	background: #a70c11;
	line-height: 37px;
	font-size: 30px;
	line-height: 30px;
}
.bx-prev {
	margin-left: -10px;
}
.bx-next {
	margin-right: -10px;
}
#key .key_ttl {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.pager_ct {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.pager_ct li {
	display: inline-block;
}
.pager_ct li a {
	padding: 0 5px;
	text-decoration: none;
    color: #3B240B;
}
.pager_ct li a.active {
	color: #84592D;
}

.mb_5p{
    margin-bottom: 5%;
}
.mt_5p{
    margin-top: 5%;
}
.mt_10p{
    margin-top: 10%;
}
.mb_10p{
    margin-bottom: 10%;
}


#index #key {
	padding: 0 2.5%;
}
#index #key .txt {
	margin-top: 0;
	margin-bottom: 0;
}
#index #key .heading{
    position: relative;
}
#index #key .heading .btn{
    width: 90%;
    position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%);
}
#index #key .btn a{
    display: inline-block;
}
#index #sec1 p {
	width: 50%;
	padding: 0;
}
#index #sec2{
    padding-bottom: 10px;
    margin-top: 30px;
}
#index #sec2 h2 {
	padding-bottom: 20px;
	padding-left: 2.5%;
	padding-right: 2.5%;
}
.eventbnr{
	text-align: center;
	margin:20px 0;
}
.eventbnr img{
	height:auto;
	width:98%;
}
/*
#index #sec2 #feed{
    padding: 0 2.5%;
}
*/
.insta{
	text-align:center;
	margin-bottom:60px;

}
.insta h2{
	font-size:22px;
	padding:60px 0 20px;
	letter-spacing: 4px;
}
.insta ul{
	width:96%;
	margin:0 auto;
		    display:flex;
    flex-direction: row;
    -ms-flex-pack: distribute;
justify-content: space-around;
flex-wrap : wrap;
    justify-content:space-between;
}
.insta li{
	width:49%;
}
#index #sec2 #feed {
	max-width: 300px;
	margin: 20px auto 0;
}
#index #sec2 #feed .rss {
	overflow: hidden;
	padding-bottom: 20px;
}
#index #sec2 #feed .photo {
    float: left;
}
#index #sec2 #feed dl {
    padding-left: 140px;
}
#index #sec2 .rss{
    padding-bottom: 20px;
}
#index #sec2 #likebox {
	max-width: 300px;
	margin: 0 auto;
}

#index #sec3 {
	padding-top: 20px;
    text-align: center;
}
#index #sec3 h3 {
	padding: 30px 2.5% 0;
}
#index #sec3 ul {
	text-align: center;
    border-top: 1px solid #84592D;
    display: inline-block;
    margin: auto;
    padding-top: 10px;
}
#index #sec3 ul li {
	display: inline-block;
	margin-right: 10px;
}
#index #sec3 ul li:last-child{
    margin-right: 0;
}
#index #sec3 ul li a{
    display: inline-block;
}
#index #sec4 .photo {
	padding-top: 40px;
}
#index #sec5 {
	padding: 40px 2.5% 0;
}
#index #sec5 p {
	padding: 0;
}
#index #sec5 ul {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 35px;
}
#index #sec5 ul li {
	width: 18%;
	margin: 0 1%;
	height: 50px;
}
#index #sec5 ul li a {
	display: block;
	height: 50px;
	cursor: pointer;
	position: relative;
}
#index #sec5 ul li a:before {
	border: 1px dashed #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	content: '';
	z-index: 1;
	opacity: 0;
	transition: all .3s ease;
}
#index #sec5 ul li a.active:before {
	opacity: 1;
}
#index #sec5 ul .pager01 a {
	background: url(../img/index/sec5_point1.jpg) no-repeat center/cover;
}
#index #sec5 ul .pager02 a {
	background: url(../img/index/sec5_point2.jpg) no-repeat center/cover;
}
#index #sec5 ul .pager03 a {
	background: url(../img/index/sec5_point3.jpg) no-repeat center/cover;
}
#index #sec5 ul .pager04 a {
	background: url(../img/index/sec5_point4.jpg) no-repeat center/cover;
}
#index #sec5 ul .pager05 a {
	background: url(../img/index/sec5_point5.jpg) no-repeat center/cover;
}
#index .sec_link {
	padding-top: 20px;
}
#index .sec_link p {
	padding: 0;
}
#index .sec_link .list p {
	float: left;
	width: 50%;
}
#index #sec6 {
	position: relative;
	background: url(../img/index/bg_sec6.jpg) no-repeat center/100% 100%;
	color: #fff;
	padding-bottom: 40px;
}
#concept #key {
	padding: 0 2.5%;
}
#concept #sec1 h2 {
	padding: 0 2.5% 30px;
}
#concept #sec1 .txt {
	margin-top: 5px;
}
#concept #sec2 {
	margin-top: 30px;
	margin-bottom: 30px;
}
#concept .box_ct {
	margin: 0 2.5%;
	position: relative;
	background: #fff;
	padding-bottom: 10px;
}
#concept .box_ct:before {
	pointer-events: none;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border: 2px solid #dbdbdb;
	content: '';
}
#concept .box_ct .txt {
	padding: 0 5%;
}
#concept #sec3 .txt {
	margin-top: 5px;
}
#concept .para {
	padding: 10px 0 0;
}
#concept #sec5 {
	padding-bottom: 60px;
	padding-top: 30px;
	background: url(../img/shared/bg_ft.jpg) repeat center top;
}
#concept #sec5 h2 {
	padding-bottom: 20px;
}
#concept #sec5 .tab-link {
	display: flex;
}
#concept #sec5 .tab-link li {
	position: relative;
}
#concept #sec5 .tab-link li.active:before {
	background: url(../img/shared/bg_ft.jpg) repeat center top;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 1px;
	content: '';
	height: 2px;
}
#concept #sec5 .tab-link li:last-child.active:before {
	left: 1px;
}
#concept #sec5 h3 {
	padding: 20px 0;
}
#concept #sec5 .box_ct {
	padding: 30px 20px;
}
#concept #sec5 .box_ct dt {
	padding-bottom: 10px;
}
#concept #sec5 .pager_ct {
	margin-top: 10px;
}
#concept #sec5 .tab_ct_01 {
	background: url(../img/concept/bg_sec5_01.jpg) no-repeat center/cover;
	padding: 30px;
}
#concept #sec5 .tab_ct_02 {
	background: url(../img/concept/bg_sec5_02.jpg) no-repeat center/cover;
	padding: 30px;
}
#concept #sec5 .tab_ct_03 {
	background: url(../img/concept/bg_sec5_03.jpg) no-repeat center/cover;
	padding: 30px;
}
#concept #sec5 .bx-wrapper .bx-controls-direction a.bx-prev {
	left: -40px;
}
#concept #sec5 .bx-wrapper .bx-controls-direction a.bx-next {
	right: -40px;
}
#concept #sec5 .bx-wrapper .bx-pager, #concept #sec5 .bx-wrapper .bx-controls-auto {
	bottom: -27vw;
}

#popup-jirei h3,#popup-jirei2 h3,#popup-jirei3 h3{
    font-size: 20px;
    text-align: center;
}
.remodal  .thumb_p{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}
.remodal .thumb_p li{
    width: 30%;
    position: relative;
    margin-right: 3%;
    margin-bottom: 4%;
}
.remodal .thumb_p li img{
    width: 100%;
    height: auto;
}
.remodal .thumb_p li a{
    display: block;
    position: relative;
}
.remodal .thumb_p li a:before{
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
    left: 4px;
    border: 1px dashed #fbf7f7;
    box-sizing: border-box;
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    content: "";
}
.remodal .thumb_p li a.active:before{
    opacity: 1;
    visibility: visible;
}
#works #key {
	padding: 0 2.5% 30px;
}
#works #jirei h2{
    margin: 0 -2.2%;
}
#works #jirei .group .col{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
#works #jirei{
        padding-bottom: 40px;
}
#works #jirei .group .col .photo{
    width: 48%;
}
#works #jirei .group .col .txt{
    width: 48%;
    color: #0c0c0c;
}
#works #jirei img{
    width: 100%;
    height: auto;
}
.popup-jirei,.popup-jirei2,.popup-jirei3{
    background: none;
    color: #fff;
}
.popup-jirei .p1{
    margin-bottom: 15px;
}
.popup-jirei .remodal-close,.popup-jirei2 .remodal-close,.popup-jirei3 .remodal-close{
    width: 83px;
    top: -15px;
    right: 8px;
}
.popup-jirei .remodal-close img,.popup-jirei2 .remodal-close img,.popup-jirei3 .remodal-close img{
    width: 100%;
    height: auto;
}
.popup-jirei .remodal-close:before,.popup-jirei2 .remodal-close:before,.popup-jirei3 .remodal-close:before{
    display: none;
}
#works #sec1 {
	background: url(../img/works/bg_sec1.jpg) no-repeat center/cover;
	padding: 30px 0 10px;
}
#works #sec1 .txt p {
	padding-bottom: 10px;
}

#works #sec2 h3 ~ h3 {
	margin-top: 30px;
}
#works #sec2{
   padding: 0 2.5%; 
    overflow: hidden;
}
#works #sec2 dl {
	padding: 30px 0 15px;
	color: #fff;
	position: relative;
}
#works #sec2 dl:before {
	position: absolute;
	right: 5px;
	bottom: 5px;
	left: 5px;
	top: 5px;
	content: '';
	border: 2px solid rgba(251, 247, 247, 0.4);
}
#works #douga{
  margin:30px auto 0;
  width:100%;
}
/*
#works #sec2 dl:after {
	background: url(../img/works/arrow.png) no-repeat center/100% 100%;
	position: absolute;
	bottom: 10px;
	right: 10px;
	content: '';
	width: 20px;
	height: 20px;
}
*/
#works #sec2 dt {
	padding-bottom: 10px;
}
#works #sec2 dd {
	padding: 0 5%;
	text-shadow: 0 0 1px #fff;
}
#works #sec2 .click{
	position:relative;
	right:-260px;
	bottom:0px;
	width:25%;
}
#works #sec2 .click img{
	width:100%
}
#works #sec2 .info1 {
	background: url(../img/works/bg_sec2_01.jpg) no-repeat center/cover;
}
#works #sec2 .link {
	width:90%;
	margin:15px auto 0;
}
#works #sec2 .info2 {
	background: url(../img/works/bg_sec2_02.jpg) no-repeat center/cover;
}
#works #sec2 .info2 {
	background: url(../img/works/bg_sec2_02.jpg) no-repeat center/cover;
}
#works #sec2 .info3 {
	background: url(../img/works/bg_sec2_03.jpg) no-repeat center/cover;
}
#works #sec2 .info4 {
	background: url(../img/works/bg_sec2_04.jpg) no-repeat center/cover;
}
#works #sec2 .info5 {
	background: url(../img/works/bg_sec2_05.jpg) no-repeat center top /cover;
	margin-top: 30px;
}
#works #sec2 .info6 {
	background: url(../img/works/bg_sec2_06.jpg) no-repeat center top /cover;
	margin-top: 30px;
}
#works #sec2 .info7 {
	background: url(../img/works/bg_sec2_07.jpg) no-repeat center top /cover;
	margin-top: 30px;
}
#works #sec2 .group {
	position: relative;
	padding-top: 30px;
}
#works #sec2 .group h3 {
	margin-bottom: -22px;
	position: relative;
	z-index: 200;
}
#works #sec2 .info8 {
	background: url(../img/works/bg_sec2_08.jpg) no-repeat center top /cover;
}
#works #sec3 {
	position: relative;
}
#works #sec3:before {
	position: absolute;
	right: 5px;
	bottom: 5px;
	left: 5px;
	top: 5px;
	content: '';
	border: 1px solid #fbf7f7;
	z-index: 100;
}
#works #sec3 .sec3_sl {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#works #sec3 .sec3_sl ul, #works #sec3 .sec3_sl li {
	width: 100%;
	height: 100%;
}
#works #sec3 .sec3_sl .bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -99999px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #b3a09a;
	padding: 0;
	margin: 0 5px;
}
#works #sec3 .sec3_sl .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #89706a;
}
#works #sec3 .sec3_sl .bx-wrapper, #works #sec3 .sec3_sl .bx-viewport {
	height: 100% !important;
}
#works #sec3 .group {
	position: relative;
	z-index: 1000;
	padding: 30px 0;
	background: rgba(64, 13, 1, 0.3);
	margin: 0 50px;
}
#works #sec3 .slide_thm{
    text-align: center;
}
#works #sec3 .slide_thm li {
    display: inline-block;
}
#works #sec3 .slide_thm li a{
    width: 10px;
    height: 10px;
    background: #999;
    border-radius: 100%;
    display: inline-block;
    margin: 0 2px;
}
#works #sec3 .slide_thm li a.active{
    background: #fff;
}
#works #sec3 .txt {
	color: #fff;
}
#works #sec3 .slide01 {
	background: url(../img/works/sec3_img1.jpg) no-repeat center/cover;
}
#works #sec3 .slide02 {
	background: url(../img/works/sec3_img2.jpg) no-repeat center/cover;
}
#works #sec3 .slide03 {
	background: url(../img/works/sec3_img3.jpg) no-repeat center/cover;
}
#works #sec3 .slide04 {
	background: url(../img/works/sec3_img4.jpg) no-repeat center/cover;
}
#works #sec4{
    padding-top: 10%;
}
#works #sec4 h2{
    margin-bottom: 3%;
}
#works #feed {
	max-width: 300px;
	margin: 20px auto 0;
}
#works #feed .rss {
	overflow: hidden;
	padding-bottom: 20px;
}
#works #feed .photo {
    float: left;
}
#works #feed dl {
    padding-left: 140px;
}
#works .link_bt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#works #popup1 .link {
	padding-top: 20px;
	padding-left: 0;
	padding-right: 0;
}
#works .popup_ct h3 {
/*
	position: absolute;
	top: 11%;
	left: 0;
	right: 0;
	z-index: 1000;
*/
    margin-bottom: 5%;
}
#works .popup_ct dt{
    position: relative;
}
#works .popup_ct dt:before{
    width: 100%;
    position: absolute;
    content: '';
    height: 10%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}
#works .popup_ct dd {
	padding-top: 80px;
}
#works .popup_ct .sec_sl {
	position: relative;
}
#works .popup_ct .sec_sl ul {
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	top: 65vw;
	z-index: 1000;
}
#works .popup_ct .sec_sl ul li {
	width: 18%;
	margin: 0 1%;
	height: 50px;
}
#works .popup_ct .sec_sl ul li a {
	display: block;
	height: 50px;
	cursor: pointer;
	position: relative;
}
#works .popup_ct .sec_sl ul li a:before {
	border: 1px dashed #fff;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	content: '';
	z-index: 1;
	opacity: 0;
	transition: all .3s ease;
}
#works .popup_ct .sec_sl ul li a.active:before {
	opacity: 1;
}
#works .popup_ct #pager1 .pager01 a {
	background: url(../img/works/pop1_tb1.jpg) no-repeat center/cover;
}
#works .popup_ct #pager1 .pager02 a {
	background: url(../img/works/pop1_tb2.jpg) no-repeat center/cover;
}
#works .popup_ct #pager1 .pager03 a {
	background: url(../img/works/pop1_tb3.jpg) no-repeat center/cover;
}
#works .popup_ct #pager1 .pager04 a {
	background: url(../img/works/pop1_tb4.jpg) no-repeat center/cover;
}
#works .popup_ct #pager1 .pager05 a {
	background: url(../img/works/pop1_tb5.jpg) no-repeat center/cover;
}
#works .popup_ct #pager2 .pager01 a {
	background: url(../img/works/pop2_tb1.jpg) no-repeat center/cover;
}
#works .popup_ct #pager2 .pager02 a {
	background: url(../img/works/pop2_tb2.jpg) no-repeat center/cover;
}
#works .popup_ct #pager2 .pager03 a {
	background: url(../img/works/pop2_tb3.jpg) no-repeat center/cover;
}
#works .popup_ct #pager2 .pager04 a {
	background: url(../img/works/pop2_tb4.jpg) no-repeat center/cover;
}
#works .popup_ct #pager2 .pager05 a {
	background: url(../img/works/pop2_tb5.jpg) no-repeat center/cover;
}
#works .popup_ct #pager3 .pager01 a {
	background: url(../img/works/pop3_tb1.jpg) no-repeat center/cover;
}
#works .popup_ct #pager3 .pager02 a {
	background: url(../img/works/pop3_tb2.jpg) no-repeat center/cover;
}
#works .popup_ct #pager3 .pager03 a {
	background: url(../img/works/pop3_tb3.jpg) no-repeat center/cover;
}
#works .popup_ct #pager3 .pager04 a {
	background: url(../img/works/pop3_tb4.jpg) no-repeat center/cover;
}
#works .popup_ct #pager3 .pager05 a {
	background: url(../img/works/pop3_tb5.jpg) no-repeat center/cover;
}
#works .popup_ct #pager4 .pager01 a {
	background: url(../img/works/pop4_tb1.jpg) no-repeat center/cover;
}
#works .popup_ct #pager4 .pager02 a {
	background: url(../img/works/pop4_tb2.jpg) no-repeat center/cover;
}
#works .popup_ct #pager4 .pager03 a {
	background: url(../img/works/pop4_tb3.jpg) no-repeat center/cover;
}
#works .popup_ct #pager4 .pager04 a {
	background: url(../img/works/pop4_tb4.jpg) no-repeat center/cover;
}
#works .popup_ct #pager4 .pager05 a {
	background: url(../img/works/pop4_tb5.jpg) no-repeat center/cover;
}
#works .popup_ct #pager5 .pager01 a {
	background: url(../img/works/pop5_tb1.jpg) no-repeat center/cover;
}
#works .popup_ct #pager5 .pager02 a {
	background: url(../img/works/pop5_tb2.jpg) no-repeat center/cover;
}
#works .popup_ct #pager5 .pager03 a {
	background: url(../img/works/pop5_tb3.jpg) no-repeat center/cover;
}
#works .popup_ct #pager5 .pager04 a {
	background: url(../img/works/pop5_tb4.jpg) no-repeat center/cover;
}
#works .popup_ct #pager5 .pager05 a {
	background: url(../img/works/pop5_tb5.jpg) no-repeat center/cover;
}
#works .popup_ct #pager5 .pager06 a {
	background: url(../img/works/pop5_tb6.jpg) no-repeat center/cover;
}
#works .popup_ct #pager5 .pager07 a {
	background: url(../img/works/pop5_tb7.jpg) no-repeat center/cover;
}
#works .popup_ct #pager6 .pager01 a {
	background: url(../img/works/pop6_tb1.jpg) no-repeat center/cover;
}
#works .popup_ct #pager6 .pager02 a {
	background: url(../img/works/pop6_tb3.jpg) no-repeat center/cover;
}
#works .popup_ct #pager6 .pager03 a {
	background: url(../img/works/pop6_tb4.jpg) no-repeat center/cover;
}
#works .popup_ct #pager6 .pager04 a {
	background: url(../img/works/pop6_tb5.jpg) no-repeat center/cover;
}
#works .popup_ct #pager7 .pager01 a {
	background: url(../img/works/pop7_tb1.jpg) no-repeat center/cover;
}
#works .popup_ct #pager7 .pager02 a {
	background: url(../img/works/pop7_tb2.jpg) no-repeat center/cover;
}
#works .popup_ct #pager7 .pager03 a {
	background: url(../img/works/pop7_tb3.jpg) no-repeat center/cover;
}
#works .popup_ct #pager7 .pager04 a {
	background: url(../img/works/pop7_tb4.jpg) no-repeat center/cover;
}
#works .popup_ct #pager7 .pager05 a {
	background: url(../img/works/pop7_tb5.jpg) no-repeat center/cover;
}
#works .popup_ct #pager7 .pager06 a {
	background: url(../img/works/pop7_tb6.jpg) no-repeat center/cover;
}
#works .popup_ct #pager7 .pager07 a {
	background: url(../img/works/pop7_tb7.jpg) no-repeat center/cover;
}
#works .popup_ct #pager8 .pager01 a {
	background: url(../img/works/pop8_tb1.jpg) no-repeat center/cover;
}
#works .popup_ct #pager8 .pager02 a {
	background: url(../img/works/pop8_tb2.jpg) no-repeat center/cover;
}
#works .popup_ct #pager8 .pager03 a {
	background: url(../img/works/pop8_tb3.jpg) no-repeat center/cover;
}
#works .popup_ct .box {
	border: 2px solid #dbdbdb;
	padding: 10px;
	margin-top: 10px;
}
#works .popup_ct .box h4 {
	padding-bottom: 10px;
}
#works .title_ct {
	position: relative;
}
#works .title_ct:after {
	background: url(../img/works/arrow2.png) no-repeat center/100% 100%;
	position: absolute;
	bottom: 10px;
	right: 10px;
	content: '';
	width: 20px;
	height: 20px;
}


#company .top_css {
	padding-top: 40px;
}
#company .bt_css {
	padding-bottom: 40px;
}
#company .pd {
	margin-left: 2.5%;
	margin-right: 2.5%;
}
#company .brk {
	display: block;
	margin-bottom: 10px;
}
#company .info01 dl:not(:last-child) {
	padding-bottom: 10px;
}
#company #sec1 .txt {
	margin-bottom: 0;
}
#company #sec1 .toggle {
	margin-bottom: 20px;
}
#company #sec1 .toggle-link {
	text-align: center;
	padding-bottom: 15px;
	font-weight: bold;
}
#company #sec1 .toggle .toggle-link:after {
	right: 50%;
	transform: translateX(50%);
	top: auto;
	bottom: 0;
}
#company #sec1 h3 {
	margin: 0 6%;
}
#company #sec2 {
	background: rgba(255, 255, 255, 0.69);
	padding-left: 3.5%;
	padding-right: 3.5%;
	padding-bottom: 40px;
	position: relative;
}
#company #sec2:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
	border: 1px #dbdbdb solid;
}
#company #sec2 h2 {
	padding-bottom: 20px;
}
#company #sec2 .info01{
    text-align: center;
}
#company #sec3{
    text-align: center;
}
#company #sec3 h2 {
	padding-bottom: 20px;
}
#company #sec3 .info01 {
	max-width: 435px;
    margin: auto;
    background: url(../img/company/sec3-line.png) repeat-y 80px 0;
}
#company #sec3 .info01 dl dt{
    float: left;
    width: 80px;
}
#company #sec3 .info01 dl dd{
    text-align: left;
    float: left;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 100px);
}
#company #sec4 {
	background: url(../img/company/sec4_bg2.png) no-repeat center top/contain, url(../img/company/sec4_bg1.jpg) no-repeat center/cover;
	color: #fff;
}
#company #sec4 .txt span {
	padding-left: 57px;
}
#company #sec5 h2 {
	padding-bottom: 20px;
}
#company #sec6 h2 {
	padding-bottom: 20px;
}
#company #sec6 .box {
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 20px;
	width:86%;
	margin:0 auto 10px;
}
#company #sec6 .box:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	bottom: 3px;
	right: 3px;
	border: 1px #dbdbdb solid;
}
#company #sec6 .box h3 {
	padding-bottom: 10px;
}
#company #sec6 .box li {
	text-decoration: underline;
	font-size: 120%;
}
#company #sec6 .box .col_r {
	padding-top: 15px;
	line-height:160%;
}
#company #sec6 .box ul{
    text-align: center;
}
#company #sec6 .col2 {
	padding-top: 30px;
}
#company #sec6 .col2 h3 {
	padding-bottom: 20px;
}
#company #sec6 .mark-require {
	color: #a41414;
	padding-left: 10px;
}
#company #sec6 .row {
	padding: 10px 0 15px;
	border-top: solid 1px #a8a8a8;
}
#company #sec6 input[type="text"] {
	width: 100%;
	padding: 5px;
}
#company #sec6 select{
    background-color: white;
    padding: 5px;
    border: 1px solid rgb(169, 169, 169);
}
#company #sec6 label {
	margin-right: 15px;
	display: inline-block;
}
#company #sec6 textarea {
	width: 100%;
	height: 100px;
	line-height: 28px;
	padding: 5px;
}
#company #sec6 #mailformpro h4 {
	font-weight: bold;
	font-size: 112%;
	text-align: center;
}
#company #sec6 .no_bd {
	border: 0;
	padding-bottom: 0;
}
#company #sec6 .submit {
	
}
#company #sec6 .submit button {
	border: none;
	box-shadow: 0 0 0 0;
	margin-bottom: 20px;
}
#company #sec6 .fc-form .error, #company #sec6 .fc-form .error-phone, #company #sec6 .fc-form .error-email, #company #sec6 .fc-form .error-match, #company #sec6 .fc-form .error-number, #company #sec6 .fc-form .error-length {
	position: static;
	padding-top: 5px;
}
.fc-confirm.display-fixed .confirm-main{
	background: none;
	color: #2a0f10;
}
.fc-confirm.display-fixed{
	background: url(../img/shared/bg.jpg) repeat !important;
}
#company #sec7 {
	border: 1px #000 solid;
	margin-bottom: 40px;
}
#company #sec7 .toggle-link {
	padding-bottom: 2%;
}
#company #sec7 .toggle-link:after {
	display: none;
}
#company #sec7 .ct {
	padding-bottom: 20px;
}
#company #sec7 .ct p {
	padding-top: 10px;
}
#company #sec7 .ct p span {
	text-decoration: underline;
}
#company .thank_txt {
	text-align: center;
}
#company footer {
	padding-bottom: 0;
}
#company #pagetop {
	bottom: 0;
}
#company #map {
	height: 280px;
}
.fc-form + .fc-confirm .confirm-empty {
    color: transparent !important;
}

