@charset "utf-8";
/*
Theme Name: cozy_works
Theme URI:
Description:
Author: 
Author URI:
License:
License URI:
Version: 1.0
*/
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-style:normal;font-size: 100%;font-weight: normal;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;font-size: 15px;border: 1px solid #7F6533;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/*objedt-fit　IE対策*/
img.of_js {
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
/**
/* CSS START
----------------------------------------------- */
.grecaptcha-badge { visibility: hidden; }

html,body {
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.4;
}
.lSSlideOuter .lSPager.lSGallery img {
    object-fit: cover;
    max-height: 100px;
    width: 100%;
}
.office-list .half h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}
.office-list p.brown {
    color: #B29F78;
    font-size: 20px;
    margin: 20px 0 0px;
    font: normal normal normal 20px/20px Oswald;
}
.office-list p {
    margin: 10px 0;
    line-height: 1.8;
}
.half a.btn.btn_brown {
    margin-top: 22px;
}
.inner-wrapper {
    max-width: 1000px;
    margin: 80px auto;
}
.all {
  width:100%;
  
}
.half {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    letter-spacing: 0em;
    padding: 0 10px;
}
.access-p{
	height:85px;		
}

@media (max-width: 768px) {
.access-p{
	height:auto;		
}
.all {
  letter-spacing: -1em;
}
.half {
  display: inline-block;
  width: 100%;
  letter-spacing: 0em;
	vertical-align: top;
	margin-bottom:10px;
}

}
ul.gallery-slider.lightSlider {
    object-fit: cover;
    height: 500px!important;
}
ul.gallery-slider.lightSlider img{
	object-fit: cover;
	width:100%;
	max-height: 500px;
	object-position: center;
}
.pc{
  display:block;
}
.sp{
    display:none;
}
.gallery-grid.gallery-vr{
	margin-top:100px;
}

@media (max-width: 768px) {
.pc{
  display:none;
}
.sp{
    display:block;
}
.vr-360{
	max-height:350px;	
}
.gallery-grid.gallery-vr{
	margin-top: 40px;
}
ul.gallery-slider.lightSlider {
    object-fit: cover;
    height: 200px!important;
}
ul.gallery-slider.lightSlider img{
	object-fit:cover;
	height:200px!important;
	width:100%;
	object-position: center;
}
.lSSlideOuter .lSPager.lSGallery img {
    object-fit: cover;
    height: 50px!important;
    width: 100%;
}
}
iframe{
	max-width:100%;
}
#Wrapper{
	width: 100%;
	position: relative;
	height:auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #8e8e8e;
}
a:hover{
	opacity: 0.8;
}
.Com{
	zoom: 1;
}
.Com:before, .Com:after{
	content: "";
	display: table;
}
.Com:after{
	clear: both;
}
/**
/* 共通 CSS
----------------------------------------------- */
[class*=-bgImg] {
	position: relative;
	background-position: center center;
	background-size: cover; 
	background-repeat: no-repeat;
}
[class*=-bgImg]:before {
	position: absolute;
	top: 0;
	left: 0; 
	display: block;
	width: 100%;
	height: 100%;
	content: "";
}
[class*=-bgImg] >img {
	visibility: hidden;
	width: 100%;
}
[class*=-bgImg].hasScreen:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
dl.dl_table{
	width: 100%;
	display: table;
}
dl.dl_table dt,
dl.dl_table dd{
	display: table-cell;
	vertical-align: top;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_around{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex_wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
br.pc_br,
.pc_img{
	display: none;
}
.block_btn li{
	display: inline-block;
	width: 100%;
}
.block_btn .btn{
	position: relative;
	display: block;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 3.2;
}
.block_btn .btn.btn_brown{
	background-color: #7F6533;
	color: #fff;
}
.page-id-218 .block_btn .btn.btn_brown {margin-bottom: 30px;}
.page-id-218 h3{
    font-weight: 600;
    margin: 20px 0 0px;
}
.page-id-218 .concept-guide .block_btn {
    margin-top: 10px;
}
.block_btn .btn.btn_brown:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	       transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
	dl.dl_table{
		display: block;
	}
	dl.dl_table dt,
	dl.dl_table dd{
		display: block;
		width: 100%;
	}
	.flex{
		display: block;
	}
	img{
		width: 100%;
	}
	.concept-guide .block_btn{
		margin-top: 3%;
	}
	.block_btn .btn{
		font-size: 3.6vw;
	}
}
@media only screen and (min-width: 768px){
	br.sp_br,
	.sp_img{
		display: none;
	}
	.pc_img,
	br.pc_br{
		display: block;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.concept-guide .block_btn{
		margin-top: 20px;
	}
	.block_btn .btn{
		font-size: 14px;
	}
}
@media screen and (min-width: 1025px){
	.concept-guide .block_btn{
		margin-top: 30px;
	}
	.block_btn .btn{
		font-size: 16px;
	}
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-nav{
	position: fixed;
	top: 0;
	background: #FFFFFF;
	width: 100%;
	z-index: 1000;
}
.global-nav.clone-nav {
	z-index: 999;
}
.home .global-header .global-nav{
	position: absolute;
	background: transparent;
}
.global-nav.clone-nav{
	display: none;
	background: #FFFFFF;
	position: fixed;
	left: 0;
	transition: .3s;
	transform: translateY(-100%);
}
.home .global-nav.clone-nav{
	display: block;
	z-index: 1000;
}
.global-nav.is-show {
	transform: translateY(0);
}
.global-nav .inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.global-nav .logo{
	display: none;
}
.global-header .global-nav .fix-logo{
	display: block;
}
.home .global-header .global-nav .logo{
	display: block;
}
.home .global-header .global-nav .fix-logo{
	display: none;
}
.global-nav.clone-nav .logo{
	display: none;
}
.global-header .header-logo a{
	display: block;
}
.global-header .header-view{
	position: relative;
}
.global-header .header-view-bgImg{
	max-height: 100vh;
	line-height: 0;
	overflow: hidden;
}
.global-header .header-view .view-ttl{
	position: absolute;
	top: 43%;
	left: 150px;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	color: #ffffff;
}
.global-header .header-view .h1-view-ttl{
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 3.5px;
	text-transform: capitalize;
	opacity: 0.6;
}
.global-header .header-view p.p_caption{
	font-weight: bold;
	
}
.global-header .header-view p.p_desc{
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-transform: capitalize;
}
.global-header .header-view .arrow-wrap {
	position:absolute;
	z-index:1;
	display:block;
}
.global-header .header-view .arrow-wrap a{
	display:block;
}
.global-header .header-view .slick-dots{
	width: auto;
	top: auto;
	bottom: 40px;
	right: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.global-header .header-view .slick-dots li{
	display: inline-block;
}
.global-header .header-view .slick-dots li button::before{
	color: #ffffff;
	content: '■';
}
.global-header .header-view .slick-dots li.slick-active button{
	background-color: rgba(255,255,255,0.5);
}
@media screen and (max-width: 767px) {
	.global-header .header-view .view-ttl {
		position: absolute;
		top: 40%;
		left: 20px;
		width: calc(100% - 40px);
		-webkit-transform: translate(0%,-50%);
		-moz-transform: translate(0%,-50%);
		-ms-transform: translate(0%,-50%);
		-o-transform: translate(0%,-50%);
		transform: translate(0%,-50%);
		color: #ffffff;
	}
	.global-nav{
		padding: 10px 0;
	}
	.global-nav .inner{
		width: 94%;
	}
	.global-nav .header-logo{
		width: 170px;
		margin: auto;
	}
	.global-header .header-view-bgImg{
		height: 420px;
		height: 90vh;
	}
	.global-header .header-view .h1-view-ttl{
		font-size: 18vw;
		/*font-size: 14vw*/
		line-height: 1;
		margin-bottom: 35px;
	}
	.global-header .header-view p.p_caption{
		
		font-size: 5vw;
		margin-bottom: 20px;
	}
	.global-header .header-view p.p_desc{
		font-size: 12px;
		line-height: 1.7;
	}
	.global-header .header-view .slick-dots{
		right: 5px;
	}
	.global-header .header-view .slick-dots li{
		width: 15px;
		height: 15px;
		margin-bottom: 10px;
	}
	.global-header .header-view .slick-dots li button::before{
		font-size: 12px;
	}
	.global-header .header-view .arrow-wrap{
		right: 15px;
		bottom: 40px;
		width: 14px;
		height: 61px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-nav{
		padding: 10px 0;
	}
	.global-nav .header-logo{
		width: 200px;
		margin: auto;
	}
	.global-header .header-view-bgImg{
		/*height: 520px;*/
		height: 620px;
	}
	.global-header .header-view .h1-view-ttl{
		font-size: 120px;
		line-height: 1;
		margin-bottom: 20px;
	}
	.global-header .header-view p.p_caption{
		font-size: 31px;
		margin-bottom: 20px;
	}
	.global-header .header-view p.p_desc{
		font-size: 10px;
	}
	.global-header .header-view .slick-dots li{
		margin-bottom: 10px;
	}
	.global-header .header-view .slick-dots li button::before{
		font-size: 16px;
	}
	.global-header .header-view .arrow-wrap{
		right: 20px;
		bottom: 40px;
		width: 22px;
		height: 94px;
	}
}
@media screen and (min-width: 1025px){
	.global-header .global-nav{
		padding: 10px 0;
	}
	.global-header .header-view-bgImg{
		height: 1500px;
		height: 100vh;
		/*height: 750px;
		height: 100vh;*/
	}
	.global-header .header-view .h1-view-ttl{
		font-size: 125px;
		line-height: 1;
		margin-bottom: 50px;
	}
	.global-header .header-view p.p_caption{
		font-size: 40px;
		margin-bottom: 40px;
	}
	.global-header .header-view p.p_desc{
		font-size: 14px;
	}
	.global-header .header-view .slick-dots li{
		margin-bottom: 10px;
	}
	.global-header .header-view .slick-dots li button::before{
		font-size: 16px;
	}
	.global-header .header-view .arrow-wrap{
		right: 50px;
		bottom: 50px;
		width: 22px;
		height: 94px;
	}
}
/**
/* ヘッダーナビ CSS
----------------------------------------------- */
@media only screen and (max-width: 767px) {
	.global-nav li .sub-menu li {
		background: #000000 !important;
	}
	div.global-nav .header-nav li ul li.menu-item a span.ja{
		color:#fff !important;
	}
}
@media only screen and (max-width: 1024px){
	.global-nav .drawer-hamburger{
		top: 4px;
		width: 20px;
		padding: 5px 8px 15px 8px;
	}
	.drawer--right .global-nav .drawer-hamburger,
	.drawer--right.drawer-open .global-nav .drawer-navbar .drawer-hamburger{
		right: 5px;
	}
	.drawer--right.drawer-open .global-nav .drawer-hamburger{
		right: 0%;
	}
	.drawer--right .global-nav .drawer-nav{
		right: -80%;
		background: #000000;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.global-nav.clone-nav .drawer-nav {
		display: none;
	}
	.home .global-nav .drawer-hamburger-icon,
	.home .global-nav .drawer-hamburger-icon::after,
	.home .global-nav .drawer-hamburger-icon::before{
		background: #fff;
	}
	.global-nav .drawer-hamburger-icon,
	.global-nav .drawer-hamburger-icon::after,
	.global-nav .drawer-hamburger-icon::before{
		background: #000;
	}
	.drawer-open .global-nav .drawer-hamburger-icon::after,
	.drawer-open .global-nav .drawer-hamburger-icon::before{
		background: #fff;
	}
	.global-nav.is-show .drawer-hamburger-icon,
	.global-nav.is-show .drawer-hamburger-icon::after,
	.global-nav.is-show .drawer-hamburger-icon::before{
		background: #000;
	}
	.home .global-header .drawer-hamburger-icon,
	.home .global-header .drawer-hamburger-icon::after,
	.home .global-header .drawer-hamburger-icon::before,{
		background: #ffffff;
	}
	.drawer-open .global-nav.is-show .drawer-hamburger-icon::after,
	.drawer-open .global-nav.is-show .drawer-hamburger-icon::before{
		background: #000;
	}
	.home.drawer-open .global-nav .drawer-hamburger-icon{
		background-color: transparent;
	}
	.global-nav .drawer-hamburger-icon::after{
		top: 8px;
	}
	.global-nav .drawer-hamburger-icon::before{
		top: -8px;
	}
	.global-nav .drawer-nav{
		width: 80%;
		background-color: #0C0958;
		display: block;
		padding: 60px 30px 30px 30px;
	}
	.global-nav .header-nav{
		margin-bottom: 30px;
	}
	.global-nav .header-nav li span.en,
	.global-nav .pc-sub-nav{
		display: none;
	}
	.global-nav .drawer-nav .header-nav li a{
		text-transform: uppercase;
		display: block;
		font-size: 16px;
		padding: 10px 0;
		color: #ffffff;
		letter-spacing: 1px;
		border-bottom: 1px solid #ffffff;
	}
	.global-nav .drawer-nav .header-nav .menu-item-has-children a{
		border-bottom: none;
	}
	.global-nav .drawer-nav .header-nav .menu-item-has-children {
		padding-bottom: 5px;
		border-bottom: 1px solid #ffffff;
	}
	.global-nav .drawer-nav .header-nav .menu-item-has-children > a{
		padding: 10px 0 5px 0;
	}
	.global-nav .drawer-nav .header-nav .sub-menu li > a{
		padding: 5px 0;
	}
	.global-nav li .sub-menu li{
		padding: 0 0 0 1em;
	}
	.global-nav .sub-nav li{
		margin-bottom: 10px;
	}
	.global-nav .sub-nav li a{
		position: relative;
		display: block;
		background: #ffffff;
		color: #000000;
		letter-spacing: 0.6px;
		font-size: 14px;
		padding: 10px 20px 10px 10px;
		text-align: center;
		vertical-align: middle;
	}
	.global-nav .sub-nav li a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 10px;
		height: 10px;
		margin: -5px 0 0 0;
		border-top: solid 2px #000000;
		border-right: solid 2px #000000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.global-nav .sub-nav li a i{
		margin-right: 5px;
	}
}
@media screen and (min-width: 1025px){
	.global-nav .drawer-hamburger{
		display: none;
	}
	.drawer--right .global-nav .drawer-nav{
		position: relative;
		right: auto;
		top: 0;
		text-align: right;
		overflow: visible;
		width: auto;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		background-color: transparent;
		padding: 10px 0;
	}
	.global-nav .drawer-nav li{
		text-align: center;
	}
	.global-nav .drawer-nav li a{
		position: relative;
		text-transform: uppercase;
		display: block;
		font-size: 15px;
	}
	.global-nav .header-nav,
	.global-nav .sub-nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.global-nav .header-nav li{
		margin-left: 30px;
	}
	.global-nav .header-nav li a{
		padding-bottom: 5px;
	}
	.global-nav .header-nav li.current-menu-item a{
		border-bottom: 2px solid #7F6533;
	}
	.global-nav .header-nav li span{
		display: block;
	}
	.global-nav .header-nav li a span.en,
	.global-nav.clone-nav li a span.en{
		font-size: 16px;
		color: #000000;
		font-family: 'Muli', sans-serif;
		font-weight: bold;
	}
	.global-nav .header-nav li a span.ja,
	.global-nav.clone-nav li a span.ja{
		font-size: 10px;
		color: #7F6533;
	}
	.home .global-header .global-nav li a span.en,
	.home .global-header .global-nav li a span.ja{
		color: #ffffff;
	}
	.global-nav .header-nav .menu-item-has-children {
		position: relative;
	}
	.global-nav .header-nav .menu-item-has-children:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		transform: translate(-50%,0);
	}
	.global-nav li .sub-menu {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 50%;
		padding-top: 10px;
		transform: translate(-50%,10px);
		background: linear-gradient(to bottom,transparent 10px,#d9d1c2 0);
		transition: all 0.2s ease;
	}
	.global-nav li .sub-menu:before {
		content:"";
		position: absolute;
		top: 0;
		left: calc(50% - 10px);
		border-bottom: 10px solid #d9d1c2;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}
	.global-nav li .sub-menu li {
		margin: 0;
		position: relative;
		background: #d9d1c2;
	}
	.global-nav li .sub-menu li + li:after {
		border: none;
	}
	.global-nav li .sub-menu li:first-child {
		padding-top: 10px;
	}
	.global-nav li .sub-menu li:last-child {
		padding-bottom: 10px;
	}
	.global-nav li .sub-menu a {
		white-space: nowrap;
		letter-spacing: 0.6px;
		font-size: 12px;
		padding: 5px 30px 5px 30px;
		color: #7F6533;
		text-align: left;
	}
	.global-nav .header-nav li ul li a span.ja {
		color: #000 !important;
		font-size: 12px;
	}
	.global-nav .header-nav li.current-menu-item a {
		border: none;
	}
	.global-nav.clone-nav li .sub-menu {
		background: linear-gradient(to bottom,transparent 10px,#7F6533 0);
	}
	.global-nav.clone-nav .sub-menu li a{
		/* background: #7F6533; */
		/* color: #ffffff; */
	}
	.global-nav.clone-nav li .sub-menu:before {
		border-bottom: 10px solid #7F6533;
	}
	.global-nav.clone-nav  li .sub-menu li + li:after {
		border-top: 2px solid #fff;
	}
	.global-nav .sp-sub-nav{
		display: none;
	}
	.global-nav .sub-nav {
		margin-left: 20px;
	}
	.global-nav .sub-nav li{
		margin-left: 20px;
	}
	.global-nav .sub-nav li a{
		background: #7F6533;
		color: #ffffff;
		letter-spacing: 0.6px;
		font-size: 12px;
		padding: 10px;
	}
	.global-nav .sub-nav li a i{
		margin-left: 5px;
	}
	.home .global-header .global-nav .sub-nav li a{
		background: #FFFFFF;
		color: #7F6533;
	}
	.global-nav.clone-nav .sub-nav li a{
		background: #7F6533;
		color: #ffffff;
	}
}
/**
/* Content CSS
----------------------------------------------- */
.inner{
	max-width: 1340px;
	padding: 0 20px;
	margin: auto;
}
.page-guide .pass-request{
    max-width: 400px;
    text-align: center;
}
.page-guide .pass-request p{
	margin-bottom:20px;
}
.page-guide .pass-request input[type="password" i]{
	padding: 4px 5px;
	margin: 0px 5px 0px;
}
.page-guide .pass-request input[type="submit" i]{
	padding: 6px;
	margin-top: 20px;
	font-size: 12px;
	background: #7F6533;
	color: #ffffff;
	letter-spacing: 0.6px;
	padding: 4px 14px;
}
.pageContent{
	position: relative;
	background: transparent url(../img/common/pc_teaser_bg.png) 0% 0% no-repeat;
	background-position: center top;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	.inner{
		width: 92%;
		padding: 0;
	}
	.pageContent{
		padding: 86px 0 0 0;
	}
	.home .pageContent{
		padding: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.inner{
		width: 96%;
		padding: 0;
	}
	.pageContent{
		padding: 50px 0 150px 0;
	}
	.home .pageContent{
		padding: 0 0 150px 0;
	}
}
@media screen and (min-width: 1025px){
	.pageContent{
		padding: 70px 0 0px 0;
	}
	.home .pageContent{
		/* padding: 0 0 196px 0; */
	}
}
/**
/* 共通 CSS
----------------------------------------------- */
.caption-header{
	position: relative;
}
.caption-header .header-img{
	line-height: 0;
}
.caption-header .header-img img{
	margin:0 auto;
	object-fit: cover;
	max-height: 300px;
	width: 100%;
}
.caption-header .header-view{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	color: #ffffff;
	text-align: center;
}
.caption-header .header-view .h1_title,
.caption-header .header-view .p_desc{
	font-weight: bold;
}
.caption-header .header-view .h1_title.en,
.caption-header .header-view .p_desc.en{
	font-family: 'Muli', sans-serif;
}
.breadcrumb-wrap .breadcrumb-list li{
	display: inline-block;
	color: #ffffff;
}
.breadcrumb-wrap .breadcrumb-list li a{
	color: #ffffff;
}
.page-guide .header-ttl{
	max-width: 1300px;
	margin: auto;
}
.header-ttl.office-list {
    margin-bottom: 100px;
}
.header-ttl.office-list h2 {
    margin: 0 0 20px;
}
.page-guide .header-ttl .h2_ttl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	line-height: normal;
}
.page-guide .header-ttl .h2_ttl span.en{
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.01em;
	color: #D9D1C2;
}
.page-guide .header-ttl .h2_ttl span.ja{
	display: inline-block;
	z-index: 2;
	letter-spacing: 0.01em;
	color: #B29F78;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.page-guide{
		padding: 0 0 40px 0;
	}
	.caption-header .header-img img {
    margin: 0 auto;
    object-fit: cover;
    height: 150px;
    width: 100%;
    }
    .caption-header .header-view {
    top: 40%;
    }
	.page-guide .header-ttl .h2_ttl span.en{
		font-size: 16vw;
	}
	.page-guide .header-ttl .h2_ttl span.ja{
		font-size: 4.6vw;
		margin-left: -80px;
		
		
	}
	.breadcrumb-wrap{
		background: #7F6533;
		padding: 3%;
	}
	.breadcrumb-wrap .breadcrumb-list li{
		margin-right: 5px;
		font-size: 3.4vw;
	}
	.breadcrumb-wrap .breadcrumb-list li span{
		margin-left: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-guide{
		padding: 0 0 60px 0;
	}
	.caption-header .header-view .h1_title.ja{
		font-size: 30px;
		letter-spacing: 1.7px;
	}
	.caption-header .header-view .h1_title.en{
		font-size: 32px;
		letter-spacing: 1.8px;
	}
	.caption-header .header-view .p_desc.ja{
		font-size: 14px;
	}
	.caption-header .header-view .p_desc.en{
		font-size: 16px;
	}
	.breadcrumb-wrap{
		position: absolute;
		bottom: 10px;
		left: 10px;
	}
	.breadcrumb-wrap .breadcrumb-list li{
		margin-right: 5px;
		font-size: 12px;
	}
	.breadcrumb-wrap .breadcrumb-list li span{
		margin-left: 10px;
	}
	.page-guide .header-ttl .h2_ttl span.en{
		font-size: 120px;
	}
	.page-guide .header-ttl .h2_ttl span.ja{
		font-size: 26px;
	}
}
@media screen and (min-width: 1025px){
	.page-guide{
		padding: 0 0 120px 0;
	}
	.caption-header .header-view .h1_title.ja{
		font-size: 34px;
		letter-spacing: 1.7px;
	}
	.caption-header .header-view .h1_title.en{
		font-size: 36px;
		letter-spacing: 1.8px;
	}
	.caption-header .header-view .p_desc.ja{
		font-size: 16px;
	}
	.caption-header .header-view .p_desc.en{
		font-size: 18px;
	}
	.breadcrumb-wrap{
		position: absolute;
		bottom: 10px;
		left: 10px;
	}
	.breadcrumb-wrap .breadcrumb-list li{
		margin-right: 5px;
		font-size: 14px;
	}
	.breadcrumb-wrap .breadcrumb-list li span{
		margin-left: 10px;
	}
	.page-guide .header-ttl .h2_ttl span.en{
		font-size: 200px;
	}
	.page-guide .header-ttl.office-list .h2_ttl span.en{
		font-size: 65px;
	}
	.page-guide .header-ttl .h2_ttl span.ja{
		font-size: 36px;
	}
	.page-guide .header-ttl.office-list .h2_ttl span.ja{
		font-size: 25px;
		margin-left: -30px;
	}
}
/**
/* トップページ CSS
----------------------------------------------- */
/* コンセプト */
.frontWrap .concept-guide{
	background: transparent url(image/maskgroup1.svg) 0% 0% no-repeat padding-box;
}
.frontWrap .concept-guide .service-grid,
.frontWrap .concept-guide .facility-grid{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	align-items: center;
	max-width: 1300px;
	margin: auto;
}
.frontWrap .concept-guide .h2_ttl{
	font-weight: bold;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #000000;
}
.frontWrap .concept-guide .p-text{
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.frontWrap .concept-guide .service-grid,
	.frontWrap .concept-guide .facility-grid{
		width: 92%;
	}
	.frontWrap .concept-guide .service-grid{
		margin-bottom: 50px;
	}
	.frontWrap .concept-guide .contentArea{
		width: 100%;
	}
	.frontWrap .concept-guide .imgArea{
		width: 100%;
	}
	.frontWrap .concept-guide .h2_ttl{
		font-size: 4.4vw;
		margin-bottom: 20px;
		line-height: 1.8;
		padding-bottom: 1%;
	}
	.frontWrap .concept-guide .p-text{
		font-size: 3.4vw;
		line-height: 1.8;
		margin-top: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.frontWrap .concept-guide{
		padding: 40px 0 60px 0;
	}
	.frontWrap .concept-guide .service-grid,
	.frontWrap .concept-guide .facility-grid{
		width: 96%;
	}
	.frontWrap .concept-guide .service-grid{
		margin-bottom: 60px;
		padding: 0 20px;
	}
	.frontWrap .concept-guide .contentArea{
		width: 40%;
	}
	.frontWrap .concept-guide .service-grid .contentArea{
		margin: 0 20px 0 0;
	}
	.frontWrap .concept-guide .facility-grid .contentArea{
		margin: 0 20px 0 30px;
	}
	.frontWrap .concept-guide .imgArea{
		width: 60%;
	}
	.frontWrap .concept-guide .h2_ttl{
		font-size: 24px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.frontWrap .concept-guide .p-text{
		font-size: 14px;
		line-height: 1.6;
	}
}
@media screen and (min-width: 1025px){
	.frontWrap .concept-guide .contentArea{
		width: 40%;
		max-width: 377px;
	}
	.frontWrap .concept-guide .imgArea{
		width: 60%;
		height: 500px;
		overflow: hidden;
		position: relative;
	}
	.frontWrap .concept-guide .service-grid{
		margin-bottom: 150px;
		padding: 0 40px;
	}
	.frontWrap .concept-guide .service-grid img{
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
		-webkit- transform: translate(50%, -50%);
		max-width: 700px;
	}
	.frontWrap .concept-guide .facility-grid .imgArea img{
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
		-webkit- transform: translate(50%, -50%);
		max-width: 700px;
	}
	.frontWrap .concept-guide .service-grid .contentArea{
		margin: 0 43px 0 0;
	}
	.frontWrap .concept-guide .facility-grid .contentArea{
		margin: 0 40px 0 70px;
	}
	.frontWrap .concept-guide .h2_ttl{
		font-size: 28px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.frontWrap .concept-guide .p-text{
		font-size: 16px;
		line-height: 1.6;
	}
}
/**
/* サービス概要ページ CSS
----------------------------------------------- */
/* コンセプト */
.serviceWrap .concept-guide{
	background: transparent url(image/concept_bg2.jpg) top center no-repeat;
	background-size: cover;
}
.serviceWrap .concept-guide .h2_ttl{
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: center;
}
.serviceWrap .concept-guide .p-text{
	line-height: 1.6;
}
.serviceWrap .usescene-view .slick-dots{
	width: auto;
	top: auto;
	bottom: 30px;
	right: 50%;
}
.serviceWrap .usescene-view .slick-dots li{
	display: inline-block;
}
.serviceWrap .usescene-view .slick-dots li button::before{
	color: #ffffff;
	content: '■';
}
.serviceWrap .usescene-view .slick-dots li.slick-active button{
	background-color: rgba(255,255,255,0.5);
}
@media screen and (max-width: 767px) {
	.serviceWrap .concept-guide{
		padding: 8% 0;
		margin-bottom: 40px;
	}
	.serviceWrap .concept-guide .h2_ttl{
		font-size: 4.4vw;
		margin-bottom: 3%;
	}
	.serviceWrap .concept-guide .textArea p{
		font-size: 3.4vw;
		line-height: 1.8;
	}
	.serviceWrap .usescene-view .slick-dots{
		bottom: -10%;
		transform: translateX(50%);
	}
	.serviceWrap .usescene-view .slick-dots li{
		width: 15px;
		height: 15px;
		margin-bottom: 10px;
	}
	.serviceWrap .usescene-view .slick-dots li button::before{
		font-size: 12px;
		color: #000000;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.serviceWrap .concept-guide{
		padding: 60px 0;
		margin-bottom: 60px;
	}
	.serviceWrap .concept-guide .h2_ttl{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.serviceWrap .concept-guide .textArea{
		max-width: 500px;
		margin: auto;
	}
	.serviceWrap .concept-guide .textArea p{
		font-size: 14px;
		line-height: 2;
	}
	.serviceWrap .usescene-view .slick-dots li{
		margin-bottom: 10px;
	}
	.serviceWrap .usescene-view .slick-dots li button::before{
		font-size: 16px;
	}
}
@media screen and (min-width: 1025px){
	.serviceWrap .concept-guide{
		padding: 120px 0;
		margin-bottom: 120px;
	}
	.serviceWrap .concept-guide .h2_ttl{
		font-size: 30px;
		margin-bottom: 50px;
	}
	.serviceWrap .concept-guide .textArea{
		max-width: 500px;
		margin: auto;
	}
	.serviceWrap .concept-guide .textArea p{
		font-size: 16px;
		line-height: 2;
	}
	.serviceWrap .usescene-view .slick-dots li{
		margin-bottom: 10px;
	}
	.serviceWrap .usescene-view .slick-dots li button::before{
		font-size: 16px;
	}
}
/* 特徴 */
.feature-guide .feature-list .feature-items .h3_ttl{
	text-align: center;
	font-weight: bold;
}
.feature-guide .feature-list .feature-items .p-text{
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.feature-guide .feature-list .feature-items{
		margin-bottom: 5%;
	}
	.feature-guide .feature-list .feature-items .h3_ttl{
		font-size: 4.2vw;
		padding: 3% 0;
	}
	.feature-guide .feature-list .feature-items .p-text{
		font-size: 3.4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.feature-guide .feature-list .feature-items{
		width: 30%;
		padding-bottom:50px;
	}
	.feature-guide .feature-list .feature-items .h3_ttl{
		font-size: 18px;
		padding: 10px 0;
	}
	.feature-guide .feature-list .feature-items .p-text{
		font-size: 14px;
	}
}
@media screen and (min-width: 1025px){
	.feature-guide .feature-list .feature-items{
		width: 300px;
	}
	.feature-guide .feature-list .feature-items .h3_ttl{
		font-size: 24px;
		padding: 20px 0;
	}
	.feature-guide .feature-list .feature-items .p-text{
		font-size: 16px;
	}
}
/* ご利用シーン */
.usescene-guide .usescene-grid .usescene-ttl{
	text-align: center;
}
.usescene-grid .usescene-ttl .h2_ttl,
.usescene-view .contentArea .h3_ttl{
	font-weight: bold;
}
.usescene-view .contentArea .p_use span{
	background: #000000;
	color: #FFFFFF;
}
@media screen and (max-width: 767px) {
	.usescene-guide .usescene-grid{
		background: #F7F7F7;
		padding: 8% 0;
	}
	.usescene-guide .usescene-grid .usescene-ttl{
		padding: 0 4%;
	}
	.usescene-grid .usescene-ttl .h2_ttl{
		font-size: 4.8vw;
		margin-bottom: 1%;
	}
	.usescene-grid .usescene-ttl .p_caption{
		font-size: 3.6vw;
		margin-bottom: 4%;
	}
	.usescene-view .imgArea{
		margin-bottom: 5%;
	}
	.usescene-view .contentArea .h3_ttl{
		font-size: 4.8vw;
		margin-bottom: 3%;
	}
	.usescene-view .contentArea .p_use{
		margin-bottom: 3%;
	}
	.usescene-view .contentArea .p_use span{
		font-size: 3.6vw;
		padding: 5px 10px;
	}
	.usescene-view .contentArea .p_text{
		font-size: 3.6vw;
		line-height: 1.8;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.usescene-guide .usescene-grid{
		position: relative;
	}
	.usescene-guide .usescene-grid .usescene-ttl{
		position: absolute;
		top: 30px;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 2;
		color: #ffffff;
	}
	.usescene-grid .usescene-ttl .h2_ttl{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.usescene-grid .usescene-ttl .p_caption{
		font-size: 14px;
	}
	.usescene-view .imgArea{
		position: relative;
	}
	.usescene-view .imgArea:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.4;
		transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	}
	.usescene-view .imgArea img{
		height: 480px;
	}
	.usescene-view .inner{
		position: absolute;
		bottom: 30px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.usescene-view .contentArea{
		background: #FFFFFF;
		width: 50%;
		padding: 20px;
		margin-left: auto;
	}
	.usescene-view .contentArea .h3_ttl{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.usescene-view .contentArea .p_use{
		margin-bottom: 10px;
	}
	.usescene-view .contentArea .p_use span{
		font-size: 14px;
		padding: 5px 10px;
	}
	.usescene-view .contentArea .p_text{
		font-size: 14px;
		line-height: 1.8;
	}
}
@media screen and (min-width: 1025px){
	.usescene-guide .usescene-grid{
		position: relative;
	}
	.usescene-guide .usescene-grid .usescene-ttl{
		position: absolute;
		top: 40px;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 2;
		color: #ffffff;
	}
	.usescene-grid .usescene-ttl .h2_ttl{
		font-size: 28px;
		margin-bottom: 5px;
	}
	.usescene-grid .usescene-ttl .p_caption{
		font-size: 16px;
	}
	.usescene-view .imgArea{
		position: relative;
	}
	.usescene-view .imgArea:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #000000;
		opacity: 0.4;
		transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	}
	.usescene-view .imgArea img{
		height: 600px;
	}
	.usescene-view .inner{
		position: absolute;
		bottom: 30px;
		right: 0;
		left: 0;
		margin: auto;
	}
	.usescene-view .contentArea{
		background: #FFFFFF;
		width: 476px;
		padding: 40px;
		margin-left: auto;
	}
	.usescene-view .contentArea .h3_ttl{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.usescene-view .contentArea .p_use{
		margin-bottom: 20px;
	}
	.usescene-view .contentArea .p_use span{
		font-size: 16px;
		padding: 5px 10px;
	}
	.usescene-view .contentArea .p_text{
		font-size: 16px;
		line-height: 1.8;
	}
}
/* ご利用の流れ */
.flow-guide .flow-grid .header-ttl{
	text-align: left;
}
.flow-guide .flow-list{
	max-width: 1110px;
}
.flow-guide .flow-list .flow-box{
	background: #F7F7F7;
	position: relative;
}
.flow-guide .flow-list .flow-items .no{
	position: absolute;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	display: table;
}
.flow-guide .flow-list .flow-items .no dt,
.flow-guide .flow-list .flow-items .no dd{
	display: table-cell;
	vertical-align: middle;
}
.flow-guide .flow-list .h3_ttl dl{
	display: table;
}
.flow-guide .flow-list .h3_ttl dl dt,
.flow-guide .flow-list .h3_ttl dl dd{
	display: table-cell;
	vertical-align: middle;
}
.flow-guide .flow-list .h3_ttl dl dd{
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.flow-guide .header-ttl{
		margin-bottom: 3%;
		padding-left: 3%;
	}
	.flow-guide .flow-grid .h2_ttl span.ja{
		margin-left: -4%;
	}
	.flow-guide .flow-list{
		padding: 10% 0 0 0;
	}
	.flow-guide .flow-list .flow-box{
		padding: 10% 5% 5% 5%;
	}
	.flow-guide .flow-list .flow-items{
		margin-bottom: 10%;
	}
	.flow-guide .flow-list .flow-items:last-child{
		margin-bottom: 0;
	}
	.flow-guide .flow-list .flow-items .no{
		left:  5%;
		top: -15%;
	}
	.flow-guide .flow-list .flow-items .no dt{
		width: 7%;
		padding-right: 5px;
	}
	.flow-guide .flow-list .flow-items .no dt span{
		font-size: 5vw;
		border-bottom: 4px solid #000000;
	}
	.flow-guide .flow-list .flow-items .no dd{
		font-size: 10vw;
	}
	.flow-guide .flow-list .h3_ttl{
		margin-bottom: 10px;
	}
	.flow-guide .flow-list .h3_ttl dl dt{
		width: 20px;
	}
	.flow-guide .flow-list .h3_ttl dl dd{
		font-size: 3.8vw;
		padding-left: 5px;
	}
	.flow-guide .flow-list .p-text{
		font-size: 3.4vw;
		line-height: 2;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.flow-guide .header-ttl{
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.flow-guide .flow-grid .h2_ttl span.ja{
		margin-left: -30px;
	}
	.flow-guide .flow-list{
		padding: 80px 10px 0 10px;
	}
	.flow-guide .flow-list .flow-items{
		width: 47.5%;
		margin: 0 5% 0 0;
	}
	.flow-guide .flow-list .flow-box{
		padding: 60px 30px 30px 30px;
	}
	.flow-guide .flow-list .flow-items:nth-child(2n){
		margin: 0;
	}
	.flow-guide .flow-list .flow-items:nth-child(2),
	.flow-guide .flow-list .flow-items:nth-child(4),
	.flow-guide .flow-list .flow-items:nth-child(6){
		margin: 60px 0 0 0;
	}
	.flow-guide .flow-list .flow-items .no{
		left:  30px;
		top: -50px;
	}
	.flow-guide .flow-list .flow-items .no dt{
		width: 60px;
		padding-right: 10px;
	}
	.flow-guide .flow-list .flow-items .no dt span{
		font-size: 30px;
		border-bottom: 7px solid #000000;
	}
	.flow-guide .flow-list .flow-items .no dd{
		font-size: 65px;
	}
	.flow-guide .flow-list .h3_ttl{
		margin-bottom: 10px;
	}
	.flow-guide .flow-list .h3_ttl dl dt{
		width: 22px;
	}
	.flow-guide .flow-list .h3_ttl dl dd{
		font-size: 18px;
		padding-left: 10px;
	}
	.flow-guide .flow-list .p-text{
		font-size: 14px;
		line-height: 2;
	}
}
@media screen and (min-width: 1025px){
	.flow-guide .header-ttl{
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.flow-guide .flow-grid .h2_ttl span.ja{
		margin-left: -45px;
	}
	.flow-guide .flow-list{
		padding: 140px 20px 0 20px;
	}
	.flow-guide .flow-list .flow-items{
		width: 47.5%;
		margin: 0 5% 0 0;
	}
	.flow-guide .flow-list .flow-box{
		padding: 80px 50px 50px 50px;
	}
	.flow-guide .flow-list .flow-items:nth-child(2n){
		margin: 0;
	}
	.flow-guide .flow-list .flow-items:nth-child(2),
	.flow-guide .flow-list .flow-items:nth-child(4),
	.flow-guide .flow-list .flow-items:nth-child(6){
		margin: 100px 0 0 0;
	}
	.flow-guide .flow-list .flow-items .no{
		left:  50px;
		top: -80px;
	}
	.flow-guide .flow-list .flow-items .no dt{
		width: 84px;
		padding-right: 10px;
	}
	.flow-guide .flow-list .flow-items .no dt span{
		font-size: 45px;
		border-bottom: 7px solid #000000;
	}
	.flow-guide .flow-list .flow-items .no dd{
		font-size: 105px;
	}
	.flow-guide .flow-list .h3_ttl{
		margin-bottom: 10px;
	}
	.flow-guide .flow-list .h3_ttl dl dt{
		width: 22px;
	}
	.flow-guide .flow-list .h3_ttl dl dd{
		font-size: 24px;
		padding-left: 10px;
	}
	.flow-guide .flow-list .p-text{
		font-size: 16px;
		line-height: 2;
	}
}
/* よくある質問 */
.faq-guide .header-ttl .h2_ttl{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.faq-guide .faq-grid .faq-list{
	max-width: 908px;
	background: #ffffff;
	box-shadow: 0px 3px 6px #0000004D;
	border: 1px solid #919191;
}
.faq-grid .faq-list li .question{
	cursor: pointer;
	position: relative;
	background: #ffffff;
	border-bottom: 1px solid #919191;
	color: #919191;
}
.faq-grid .faq-list li:last-child .question{
	border-bottom: none;
}
.faq-grid .faq-list li .question:after{
	content: "＋";
	color: #FFFFFF;
	background: #919191;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	border-radius: 50%;
}
.faq-grid .faq-list li .question.active:after{
	content: "－";
}
.faq-grid .faq-list li .answer{
	background: #919191;
	color: #FFFFFF;
}
.faq-guide .faq-list dl.dl_table{
	display: table;
}
.faq-guide .faq-list .question dl.dl_table dt,
.faq-guide .faq-list .question dl.dl_table dd{
	display: table-cell;
	vertical-align: middle;
}
.faq-guide .faq-list .answer dl.dl_table dt,
.faq-guide .faq-list .answer dl.dl_table dd{
	display: table-cell;
	vertical-align: top;
}
.faq-guide .faq-list dl.dl_table dt span{
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.faq-guide{
		padding: 0;
	}
	.faq-guide .faq-grid{
		background: linear-gradient(180deg,transparent 0%,transparent 10%,#F7F7F7 10%,#F7F7F7 100%);
	}
    .faq-guide .faq-grid .faq-list{
        margin-top: 15px;
    }
	.faq-guide .header-ttl{
		margin-bottom: 3%;
		padding-right: 3%;
	}
	.faq-guide .faq-grid .h2_ttl span.ja{
		margin-right: -3%;
	}
	.faq-guide .faq-grid .inner{
		padding: 3% 0 8% 0;
	}
	.faq-guide .faq-list .question dl.dl_table dt,
	.faq-guide .faq-list .question dl.dl_table dd{
		vertical-align: top;
	}
	.faq-guide .faq-list dl.dl_table dt{
		width: 40px;
		text-align: right;
	}
	.faq-guide .faq-list dl.dl_table dd{
		padding: 0 20px 0 10px;
	}
	.faq-grid .faq-list li .question{
		padding: 5px 10px;
	}
	.faq-grid .faq-list li .question:after{
		right: 10px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
	.faq-grid .faq-list li .question dl.dl_table dt span{
		font-size: 5vw;
	}
	.faq-grid .faq-list li .question dd{
		font-size: 3.4vw;
	}
	.faq-grid .faq-list li .answer{
		padding: 10px;
	}
	.faq-grid .faq-list li .answer dl.dl_table dt span{
		font-size: 5vw;
	}
	.faq-grid .faq-list li .answer dd{
		font-size: 3.4vw;
		line-height: 1.8;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.faq-guide .faq-grid{
		width: 95%;
		margin-left: auto;
		background: linear-gradient(180deg,transparent 0%,transparent 63px,#F7F7F7 63px,#F7F7F7 100%);
	}
	.faq-guide .header-ttl{
		margin-bottom: 15px;
		padding-right: 15px;
	}
	.faq-guide .faq-grid .h2_ttl span.ja{
		margin-right: -15px;
	}
	.faq-guide .faq-grid .inner{
		padding: 30px;
	}
	.faq-guide .faq-list dl.dl_table dt{
		width: 40px;
		text-align: right;
	}
	.faq-guide .faq-list dl.dl_table dd{
		padding: 0 20px 0 10px;
	}
	.faq-grid .faq-list li .question{
		padding: 5px 10px;
	}
	.faq-grid .faq-list li .question:after{
		right: 10px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
	.faq-grid .faq-list li .question dl.dl_table dt span{
		font-size: 30px;
	}
	.faq-grid .faq-list li .question dd{
		font-size: 14px;
	}
	.faq-grid .faq-list li .answer{
		padding: 10px;
	}
	.faq-grid .faq-list li .answer dl.dl_table dt span{
		font-size: 30px;
	}
	.faq-grid .faq-list li .answer dd{
		font-size: 14px;
		line-height: 1.8;
	}
}
@media screen and (min-width: 1025px){
	.faq-guide .faq-grid{
		width: 95%;
		margin-left: auto;
		background: linear-gradient(180deg,transparent 0%,transparent 105px,#F7F7F7 105px,#F7F7F7 100%);
	}
	.faq-guide .header-ttl{
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.faq-guide .faq-grid .h2_ttl span.ja{
		margin-right: -25px;
	}
	.faq-guide .faq-grid .inner{
		padding: 70px;
	}
	.faq-guide .faq-list dl.dl_table dt{
		width: 50px;
		text-align: right;
	}
	.faq-guide .faq-list dl.dl_table dd{
		padding: 0 20px;
	}
	.faq-grid .faq-list li .question{
		padding: 5px 20px;
	}
	.faq-grid .faq-list li .question:after{
		right: 20px;
		width: 26px;
		height: 26px;
		line-height: 26px;
		text-align: center;
	}
	.faq-grid .faq-list li .question dl.dl_table dt span{
		font-size: 40px;
	}
	.faq-grid .faq-list li .question dd{
		font-size: 16px;
	}
	.faq-grid .faq-list li .answer{
		padding: 15px 20px;
	}
	.faq-grid .faq-list li .answer dl.dl_table dt span{
		font-size: 40px;
	}
	.faq-grid .faq-list li .answer dd{
		font-size: 16px;
		line-height: 1.8;
	}
}
/**
/* オフィスページ CSS
----------------------------------------------- */
/* バナー */
.bnr-guide .bnr-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bnr-guide .bnr-list .bnr-items{
	position: relative;
	width: 50%;
}
.bnr-guide .bnr-list .imgArea{
	position: relative;
	line-height: 0;
}
.bnr-guide .bnr-list .imgArea:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.bnr-guide .bnr-items .contentArea{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	color: #ffffff;
	text-align: center;
}
.bnr-guide .bnr-items .contentArea .h2_ttl{
	position: relative;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
}
.bnr-guide .bnr-items .contentArea .h2_ttl:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.bnr-guide .bnr-list .imgArea img{
		height: 160px;
		object-fit: cover;
	}
	.bnr-guide .bnr-items .contentArea .h2_ttl{
		font-size: 4vw;
		margin-bottom: 5%;
		padding-bottom: 3%;
	}
	.bnr-guide .bnr-items .contentArea .h2_ttl:before{
		width: 40%;
	}
	.bnr-guide .bnr-items .contentArea .p-text{
		font-size: 3.4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.bnr-guide .bnr-list .imgArea img{
		height: 200px;
		object-fit: cover;
	}
	.bnr-guide .bnr-items .contentArea .h2_ttl{
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.bnr-guide .bnr-items .contentArea .h2_ttl:before{
		width: 40%;
	}
	.bnr-guide .bnr-items .contentArea .p-text{
		font-size: 14px;
	}
}
@media screen and (min-width: 1025px){
	.bnr-guide .bnr-list .imgArea img{
		height: 260px;
		object-fit: cover;
	}
	.bnr-guide .bnr-items .contentArea .h2_ttl{
		font-size: 22px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.bnr-guide .bnr-items .contentArea .h2_ttl:before{
		width: 40%;
	}
	.bnr-guide .bnr-items .contentArea .p-text{
		font-size: 14px;
	}
}
/* コンセプト */
.singleWrap .concept-guide{
	background: transparent url(image/concept_bg1.jpg) top center no-repeat;
	background-size: cover;
}
.singleWrap .concept-guide .h2_ttl{
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: center;
}
.singleWrap .concept-guide .p-text{
	line-height: 1.6;
}
.singleWrap .concept-guide a{
	color: #535353;
}
.singleWrap .concept-guide a:hover{
	color: #8e8e8e;
}
@media screen and (max-width: 767px) {
	.singleWrap .concept-guide{
		padding: 8% 0;
		margin-bottom: 40px;
	}
	.singleWrap .concept-guide .h2_ttl{
		font-size: 4.4vw;
		margin-bottom: 3%;
	}
	.singleWrap .concept-guide .textArea p{
		font-size: 3.4vw;
		line-height: 1.8;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.singleWrap .concept-guide{
		padding: 60px 0;
		margin-bottom: 60px;
	}
	.singleWrap .concept-guide .h2_ttl{
		font-size: 24px;
		margin-bottom: 30px;
	}
	.singleWrap .concept-guide .textArea{
		max-width: 500px;
		margin: auto;
	}
	.singleWrap .concept-guide .textArea p{
		font-size: 14px;
		line-height: 2;
	}
}
@media screen and (min-width: 1025px){
	.singleWrap .concept-guide{
		padding: 120px 0;
		margin-bottom: 120px;
	}
	.singleWrap .concept-guide .h2_ttl{
		font-size: 30px;
		margin-bottom: 50px;
	}
	.singleWrap .concept-guide .textArea{
		max-width: 500px;
		margin: auto;
	}
	.singleWrap .concept-guide .textArea p{
		font-size: 16px;
		line-height: 2;
	}
}






















/* オフィス内観 */
.gallery-guide .gallery-grid .header-ttl{
	text-align: left;
}
.gallery-guide .lSAction > .lSPrev{
	left: 0px;
}
.gallery-guide .lSAction > .lSNext{
	right: 0px;
}
.gallery-guide .lSAction > a {
	background: rgba(0,0,0,0.5);
	width: 30px;
	height: 30px;
}
.gallery-guide .lSAction > a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
.gallery-guide .lSAction > a.lSPrev:after{
	width: 10px;
	height:  10px;
	margin: -5px -5px 0 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.gallery-guide .lSAction > a.lSNext:after{
	width: 10px;
	height:  10px;
	margin: -5px -5px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.gallery-guide .header-ttl{
		margin-bottom: 3%;
		padding-left: 3%;
	}
	.gallery-guide .gallery-grid .h2_ttl span.ja{
		margin-left: -5%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.gallery-guide .header-ttl{
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.gallery-guide .gallery-grid .h2_ttl span.ja{
		margin-left: -35px;
	}
}
@media screen and (min-width: 1025px){
	.gallery-guide .header-ttl{
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.gallery-guide .gallery-grid .h2_ttl span.ja{
		margin-left: -50px;
	}
	.gallery-guide .gallery-grid .inner{
		max-width: 1000px;
	}
	.gallery-guide .lSAction > a {
		width: 70px;
		height: 70px;
	}
	.gallery-guide .lSAction > a.lSPrev:after{
		width: 25px;
		height:  25px;
		margin: -12px -17px 0 0;
	}
	.gallery-guide .lSAction > a.lSNext:after{
		width: 25px;
		height:  25px;
		margin: -12px -7px 0 0;
	}
}
/* フロア案内 */
.floor-guide .header-ttl .h2_ttl{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.floor-guide .floor-grid .imgArea{
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
.floor-guide .floor-list{
	max-width: 1120px;
	margin: auto;
}
.floor-guide .floor-list .list-item{
	background: #FFFFFF;
	border: 1px solid #E0D9D9;
	text-align: center;
}
.floor-guide .floor-list .list-item .detail-grid{
	border-bottom: 1px solid #E0D9D9;
	color: #fff;
}
.floor-guide .floor-list .list-item:nth-of-type(1) .detail-grid{
	background: #eccdb3;
}
.floor-guide .floor-list .list-item:nth-of-type(2) .detail-grid{
	background: #9C877D;
}
.floor-guide .floor-list .list-item:nth-of-type(3) .detail-grid{
	background: #502f28;
}
.floor-guide .list-item .detail-grid .floor_ttl span{
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
.floor-guide .list-item .price-grid .price-text{
	font-weight: bold;
}
.floor-guide .list-item .detail-grid ul li{
	text-align: center;
}
@media screen and (max-width: 767px) {
	.floor-guide .floor-grid{
		background: linear-gradient(180deg,transparent 0%,transparent 3%,#F7F7F7 3%,#F7F7F7 100%);
		padding-bottom: 5%;
	}
	.floor-guide .header-ttl{
		margin-bottom: 3%;
		padding-right: 3%;
	}
	.floor-guide .floor-grid .h2_ttl span.ja{
		margin-right: -3%;
	}
	.floor-guide .floor-grid .imgArea{
		margin-bottom: 5%;
	}
	.floor-guide .floor-grid .imgArea img{
		width: 80%;
	}
	.floor-guide .floor-list{
		width: 92%;
	}
	.floor-guide .floor-list .list-item{
		margin-bottom: 3%;
	}
	.floor-guide .floor-list .list-item .detail-grid{
		padding: 5%;
	}
	.floor-guide .list-item .detail-grid .floor_ttl{
		letter-spacing: 1.2px;
		font-size: 4.2vw;
		margin-bottom: 2%;
		padding-bottom: 1%;
	}
	.floor-guide .list-item .detail-grid ul{
		display: inline-block;
		margin: auto;
	}
	.floor-guide .list-item .detail-grid ul li{
		font-size: 3.4vw;
	}
	.floor-guide .list-item .price-grid{
		padding: 3%;
	}
	.floor-guide .list-item .price-text{
		font-size: 8vw;
	}
	.floor-guide .list-item .price-text span{
		font-size: 3.6vw;
	}
	.floor-guide .list-item .price-text span.caption{
		margin-right: 2%;
	}
	.floor-guide .list-item .price-text span.en{
		margin-left: 2%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.floor-guide .floor-grid{
		background: linear-gradient(180deg,transparent 0%,transparent 63px,#F7F7F7 63px,#F7F7F7 100%);
		padding-bottom: 30px;
	}
	.floor-guide .header-ttl{
		margin-bottom: 15px;
		padding-right: 15px;
	}
	.floor-guide .floor-grid .h2_ttl span.ja{
		margin-right: -20px;
	}
	.floor-guide .floor-grid .imgArea{
		margin-bottom: 30px;
	}
	.floor-guide .floor-grid .imgArea img{
		width: 80%;
	}
	.floor-guide .floor-list{
		width: 96%;
	}
	.floor-guide .floor-list .list-item{
		width: 33.3333%;
		border-right: none;
	}
	.floor-guide .floor-list .list-item:last-child{
		border-right: 1px solid #E0D9D9;
	}
	.floor-guide .floor-list .list-item .detail-grid{
		padding: 20px 15px;
	}
	.floor-guide .list-item .detail-grid .floor_ttl{
		letter-spacing: 1.2px;
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.floor-guide .list-item .detail-grid ul li{
		font-size: 14px;
	}
	.floor-guide .list-item .price-grid{
		padding: 20px 15px;
	}
	.floor-guide .list-item .price-text{
		font-size: 36px;
	}
	.floor-guide .list-item .price-text span{
		font-size: 16px;
	}
	.floor-guide .list-item .price-text span.caption{
		margin-right: 5px;
	}
	.floor-guide .list-item .price-text span.en{
		margin-left: 5px;
	}
}
@media screen and (min-width: 1025px){
	.floor-guide .floor-grid{
		background: linear-gradient(180deg,transparent 0%,transparent 105px,#F7F7F7 105px,#F7F7F7 100%);
		padding-bottom: 60px;
	}
	.floor-guide .header-ttl{
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.floor-guide .floor-grid .h2_ttl span.ja{
		margin-right: -30px;
	}
	.floor-guide .floor-grid .imgArea{
		margin-bottom: 50px;
	}
	.floor-guide .floor-list{
		padding: 0 20px;
	}
	.floor-guide .floor-list .list-item{
		width: 33.3333%;
		border-right: none;
	}
	.floor-guide .floor-list .list-item:last-child{
		border-right: 1px solid #E0D9D9;
	}
	.floor-guide .floor-list .list-item .detail-grid{
		padding: 25px 0 0 0;
		height: 120px;
	}
	.floor-guide .list-item .detail-grid .floor_ttl{
		letter-spacing: 1.2px;
		font-size: 24px;
		margin-bottom: 10px;
		padding-bottom: 5px;
	}
	.floor-guide .list-item .detail-grid ul{
		padding: 0 30px;
	}
	.floor-guide .list-item .detail-grid ul li{
		font-size: 16px;
	}
	.floor-guide .list-item .price-grid{
		padding: 20px 0;
	}
	.floor-guide .list-item .price-text{
		font-size: 45px;
		letter-spacing: -2px;
	}
	.floor-guide .list-item .price-text span{
		font-size: 24px;
	}
	.floor-guide .list-item .price-text span.caption{
		margin-right: 10px;
	}
	.floor-guide .list-item .price-text span.en{
		margin-left: 10px;
	}
}
/* 共有設備 */
.public-guide .public-grid .header-ttl{
	text-align: left;
}
.public-guide .public-grid .public-list{
	align-items: center;
}
.public-guide .public-grid .list-item dt,
.public-guide .public-grid .list-item dd{
	text-align: center;
}
.public-guide .public-grid .list-item dt img{
	max-width: 100px;
	height: 100%;
	vertical-align: bottom;
}
.public-guide .public-grid .list-item dd span.block{
	display: block;
}
@media screen and (max-width: 767px) {
	.public-guide .public-grid{
		width: 96%;
		background: linear-gradient(180deg,transparent 0%,transparent 9%,#F7F7F7 9%,#F7F7F7 100%);
	}
	.public-guide .header-ttl{
		margin-bottom: 3%;
		padding-left: 3%;
	}
	.public-guide .public-grid .h2_ttl span.ja{
		margin-left: -3%;
	}
	.public-guide .public-grid .inner{
		padding: 2% 0 5% 0;
	}
	.public-guide .public-grid .public-list{
		display: flex;
	}
	.public-guide .public-grid .list-item{
		width: 25%;
		padding: 3% 1%;
	}
	.public-guide .public-grid .list-item dt{
		height: 50px;
		line-height: 50px;
		margin-bottom: 5%;
	}
	.public-guide .public-grid .list-item dt img{
		max-width: 50px;
	}
	.public-guide .public-grid .list-item dd{
		font-size: 2vw;
		line-height: 1.2;
	}
	.public-guide .public-grid .list-item dd span{
		font-size: 2vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.public-guide .public-grid{
		width: 96%;
		background: linear-gradient(180deg,transparent 0%,transparent 63px,#F7F7F7 63px,#F7F7F7 100%);
	}
	.public-guide .header-ttl{
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.public-guide .public-grid .h2_ttl span.ja{
		margin-left: -20px;
	}
	.public-guide .public-grid .inner{
		padding: 20px;
	}
	.public-guide .public-grid .list-item{
		width: 25%;
		margin-bottom: 30px;
	}
	.public-guide .public-grid .list-item dt{
		height: 80px;
		line-height: 80px;
		margin-bottom: 15px;
	}
	.public-guide .public-grid .list-item dt img{
		max-width: 80px;
	}
	.public-guide .public-grid .list-item dd{
		font-size: 14px;
		line-height: 1.2;
	}
	.public-guide .public-grid .list-item dd span{
		font-size: 12px;
	}
}
@media screen and (min-width: 1025px){
	.public-guide .public-grid{
		width: 95%;
		background: linear-gradient(180deg,transparent 0%,transparent 105px,#F7F7F7 105px,#F7F7F7 100%);
	}
	.public-guide .header-ttl{
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.public-guide .public-grid .h2_ttl span.ja{
		margin-left: -35px;
	}
	.public-guide .public-grid .inner{
		max-width: 923px;
		padding: 48px 20px;
	}
	.public-guide .public-grid .list-item{
		width: 25%;
		margin-bottom: 60px;
	}
	.public-guide .public-grid .list-item dt{
		height: 100px;
		line-height: 100px;
		margin-bottom: 20px;
	}
	.public-guide .public-grid .list-item dd{
		font-size: 19px;
		line-height: 1.2;
	}
	.public-guide .public-grid .list-item dd span{
		font-size: 16px;
	}
	.public-guide .public-grid .item-13 img{
		height: 96px;
	}
	.public-guide .public-grid .item-14 img{
		height: 85px;
	}
}
/* アクセス */
.access-guide .header-ttl .h2_ttl{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.access-guide .access-grid p.address span{
	display: block;
}
.access-guide .access-grid .access:last-child{
	margin-bottom: 0;
}
.access-guide .access-grid .access dt{
	font-weight: bold;
}
.access-guide .access-grid .access dd{
	line-height: 1.8;
}
@media screen and (max-width: 767px) {
	.access-guide .access-grid{
		width: 96%;
		margin-left: auto;
		background: linear-gradient(180deg,transparent 0%,transparent 3%,#F7F7F7 3%,#F7F7F7 100%);
	}
	.access-guide .header-ttl{
		margin-bottom: 3%;
		padding-right: 3%;
	}
	.access-guide .access-grid .h2_ttl span.ja{
		margin-right: -3%;
	}
	.access-guide .access-grid .inner{
		padding: 2% 0 5% 0;
	}
	.access-guide .access-grid .mapArea{
		width: 100%;
		margin-bottom: 3%;
	}
	.access-guide .access-grid .mapArea iframe{
		height: 250px;
	}
	.access-guide .access-grid .accessArea{
		width: 100%;
	}
	.access-guide .access-grid p.address{
		font-size: 3.6vw;
		margin-bottom: 3%;
	}
	.access-guide .access-grid .access{
		font-size: 3.6vw;
		margin-bottom: 3%;
	}
	.access-guide .access-grid .access dt{
		margin-bottom: 1%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.access-guide .access-grid{
		width: 96%;
		margin-left: auto;
		background: linear-gradient(180deg,transparent 0%,transparent 63px,#F7F7F7 63px,#F7F7F7 100%);
	}
	.access-guide .header-ttl{
		margin-bottom: 15px;
		padding-right: 15px;
	}
	.access-guide .access-grid .h2_ttl span.ja{
		margin-right: -15px;
	}
	.access-guide .access-grid .inner{
		padding: 20px 20px 40px 20px;
		display: block;
	}
	.access-guide .access-grid .mapArea{
		width: 100%;
		margin-bottom: 20px;
	}
	.access-guide .access-grid .accessArea{
		width: 100%;
	}
	.access-guide .access-grid p.address{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.access-guide .access-grid .access{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.access-guide .access-grid .access dt{
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 1025px){
	.access-guide .access-grid{
		width: 95%;
		margin-left: auto;
		background: linear-gradient(180deg,transparent 0%,transparent 105px,#F7F7F7 105px,#F7F7F7 100%);
	}
	.access-guide .header-ttl{
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.access-guide .access-grid .h2_ttl span.ja{
		margin-right: -25px;
	}
	.access-guide .access-grid .inner{
		padding: 40px 20px;
	}
	.access-guide .access-grid .mapArea{
		width: 700px;
	}
	.access-guide .access-grid .accessArea{
		width: 35%;
		padding: 0 0 0 30px;
	}
	.access-guide .access-grid p.address{
		font-size: 16px;
		margin-bottom: 50px;
	}
	.access-guide .access-grid p.address span{
		margin-bottom: 5px;
	}
	.access-guide .access-grid .access{
		font-size: 16px;
		margin-bottom: 50px;
	}
	.access-guide .access-grid .access dt{
		margin-bottom: 5px;
	}
}
/**
/* お問い合わせ CSS
----------------------------------------------- */
.contact-guide .contact-grid .header-ttl{
	text-align: left;
}
.contact-guide .contact-grid p.p-text{
	color: #7F6533;
}
.form-box dl:last-child{
	margin-bottom: 0;
}
.form-box dl dt{
	color: #7F6533;
}
.form-box dl dt span{
	color: #ff0000;
	margin: 0 0 0 5px;
}
.form-box .p_acceptance span.wpcf7-list-item{
	margin: 0;
	color: #7F6533;
}
.form-box dl dd .radio-type{
	display: inline-block;
}
.form-box input.text,
.form-box select{
	width: 100%;
	height: 43px;
	padding: 0px 10px;
}
.form-box select{
	font-size: 14px;
}
.form-box textarea{
	width: 100%;
	height: 200px;
	padding: 10px;
	max-width: 100%;
}
.contact-guide .contact-box .p_ttl{
	color: #7F6533;
}
.contact-guide .contact-box .p_text{
	line-height: 1.6;
}
.contact-guide .contact-box .form-submit{
	text-align: center;
}
.contact-guide .contact-box .form-submit input{
	width: 100%;
	background: #7F6533;
	border: 1px solid #7F6533;
	color: #ffffff;
	line-height: 3;
	cursor: pointer;
	-webkit-appearance: none;
}
@media screen and (max-width: 767px) {
	.contact-guide .contact-grid{
		width: 96%;
		background: linear-gradient(180deg,transparent 0%,transparent 3%,#F7F7F7 3%,#F7F7F7 100%);
	}
	.contact-guide .header-ttl{
		margin-bottom: 3%;
		padding-left: 3%;
	}
	.contact-guide .contact-grid .h2_ttl span.ja{
		margin-left: -4%;
	}
	.contact-guide .contact-grid .inner{
		padding: 3% 0;
	}
	.contact-guide .contact-grid p.p-text{
		font-size: 3.8;
		margin-bottom: 3%;
	}
	.form-box dl{
		margin-bottom: 5%;
		font-size: 3.6vw;
	}
	.form-box dl dt{
		margin-bottom: 2%;
	}
	.form-box dl dd .radio-type{
		margin-bottom: 2%;
	}
	.contact-guide .contact-box .p_text{
		font-size: 3.4vw;
		margin-bottom: 3%;
	}
	.contact-guide .contact-box .p_ttl{
		font-size: 4vw;
		margin-bottom: 2%;
	}
	.form-box .p_acceptance{
		font-size: 3.6vw;
		margin-top: 30px;
	}
	.contact-guide .contact-box .form-submit{
		padding: 2% 0;
	}
	.contact-guide .contact-box .form-submit input{
		font-size: 3.6vw;
		line-height: 2.6;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-guide .contact-grid{
		width: 96%;
		background: linear-gradient(180deg,transparent 0%,transparent 63px,#F7F7F7 63px,#F7F7F7 100%);
	}
	.contact-guide .header-ttl{
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.contact-guide .contact-grid .h2_ttl span.ja{
		margin-left: -30px;
	}
	.contact-guide .contact-grid .inner{
		padding: 20px;
	}
	.contact-guide .contact-grid p.p-text{
		font-size: 18px;
		margin-bottom: 30px;
	}
	.form-box dl{
		margin-bottom: 20px;
		font-size: 16px;
	}
	.form-box dl dt{
		width: 26%;
		padding: 10px 20px 0 0;
	}
	.form-box dl dd .radio-type{
		margin-bottom: 10px;
	}
	.contact-guide .contact-box .p_text{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.contact-guide .contact-box .p_ttl{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.form-box .p_acceptance{
		font-size: 16px;
		margin-top: 30px;
	}
	.contact-guide .contact-box .form-submit{
		padding: 10px 0;
	}
	.contact-guide .contact-box .form-submit input{
		font-size: 14px;
	}
}
@media screen and (min-width: 1025px){
	.contact-guide .contact-grid{
		width: 95%;
		background: linear-gradient(180deg,transparent 0%,transparent 105px,#F7F7F7 105px,#F7F7F7 100%);
	}
	.contact-guide .header-ttl{
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.contact-guide .contact-grid .h2_ttl span.ja{
		margin-left: -45px;
	}
	.contact-guide .contact-grid .inner{
		max-width: 800px;
		padding: 40px 20px;
	}
	.contact-guide .contact-grid p.p-text{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.form-box dl{
		margin-bottom: 20px;
	}
	.form-box dl dt{
		width: 28%;
		font-size: 22px;
		padding: 2px 20px 0 0;
	}
	.form-box dl dd .radio-type{
		margin-bottom: 10px;
	}
	.contact-guide .contact-box .p_text{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.contact-guide .contact-box .p_ttl{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.form-box .p_acceptance{
		font-size: 16px;
		margin-top: 50px;
	}
	.contact-guide .contact-box .form-submit{
		padding: 20px 0;
	}
	.contact-guide .contact-box .form-submit input{
		font-size: 16px;
	}
}
/**
/* オフィスページ CSS
----------------------------------------------- */
.bottom-contact{
	background: transparent url(../img/common/bottom_bg.jpg) top center no-repeat;
	background-size: cover;
}
.bottom-contact .contentArea{
	color: #ffffff;
	text-align: center;
}
.bottom-contact .contentArea .h2_ttl{
	font-weight: bold;
	letter-spacing: 1.5px;
}
.bottom-contact .contentArea .p-text{
	line-height: 1.6;
}
.bottom-contact .contentArea .contact-btn li{
	max-width: 360px;
	width: 60%;
	margin: auto;
}
.bottom-contact .contentArea .contact-btn li a{
	position: relative;
	background: #ffffff;
	display: block;
	color: #7F6533;
	line-height: 2.6;
}
.bottom-contact .contentArea .contact-btn li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin: -5px 0 0 0;
	border-top: solid 2px #7F6533;
	border-right: solid 2px #7F6533;
	-webkit-transform: rotate(45deg);
	       transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
	.bottom-contact{
		padding: 8% 0;
	}
	.bottom-contact .contentArea .h2_ttl{
		font-size: 4.6vw;
	}
	.bottom-contact .contentArea .p-text{
		font-size: 4vw;
	}
	.bottom-contact .contentArea .contact-btn{
		margin-top: 3%;
	}
	.bottom-contact .contentArea .contact-btn li{
		font-size: 4.2vw;
	}
	.bottom-contact .contentArea .contact-btn li i{
		margin-right: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.bottom-contact{
		padding: 50px 0;
	}
	.bottom-contact .contentArea .h2_ttl{
		font-size: 26px;
	}
	.bottom-contact .contentArea .p-text{
		font-size: 20px;
	}
	.bottom-contact .contentArea .contact-btn{
		margin-top: 20px;
	}
	.bottom-contact .contentArea .contact-btn li{
		font-size: 22px;
	}
	.bottom-contact .contentArea .contact-btn li i{
		margin-right: 10px;
	}
}
@media screen and (min-width: 1025px){
	.bottom-contact{
		padding: 70px 0;
	}
	.bottom-contact .contentArea .h2_ttl{
		font-size: 30px;
	}
	.bottom-contact .contentArea .p-text{
		font-size: 24px;
	}
	.bottom-contact .contentArea .contact-btn{
		margin-top: 40px;
	}
	.bottom-contact .contentArea .contact-btn li{
		font-size: 28px;
	}
	.bottom-contact .contentArea .contact-btn li i{
		margin-right: 10px;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.global-footer{
	width: 100%;
}
.global-footer .footer-wrap{
	background: #F7F4EF;
}
.global-footer .footer-wrap .inner{
	align-items: center;
	max-width: 985px;
}
.global-footer .footer-nav li a{
	color: #070000;
}
.global-footer .footer-nav li i{
	font-size: 12px;
	margin-left: 5px;
	color: #7F6533;
}
.global-footer p.copy{
	text-align: center;
	background: #000000;
}
.global-footer p.copy,
.global-footer p.copy a{
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.global-footer .footer-wrap{
		padding: 20px 0 20px;
	}
	.global-footer .footer-wrap .inner{
		width: 100%;
	}
	.global-footer .footer-logo{
		text-align: center;
	}
	.global-footer .footer-logo img{
		width: 100px;
	}
	.global-footer .footer-nav li{
		font-size: 3.4vw;
	}
	.global-footer .footer-nav li a{
		display: block;
		position: relative;
		padding: 3% 0 3% 15px;
		border-bottom: 1px solid #000000;
	}
	.global-footer .footer-nav li a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		margin: -5px 0 0 0;
		border-top: solid 2px #000000;
		border-right: solid 2px #000000;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}
	.global-footer p.copy{
		font-size: 2.4vw;
		padding: 2% 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-footer{
		position:absolute;
		bottom:0;
	}
	.global-footer .footer-wrap{
		padding: 20px 0;
	}
	.global-footer .footer-logo{
		width: 15%;
	}
	.global-footer .footer-nav{
		width: 80%;
	}
	.global-footer .footer-nav li{
		font-size: 16px;
	}
	.global-footer p.copy{
		font-size: 12px;
		padding: 10px 0;
	}
}
@media screen and (min-width: 1025px){
	.global-footer{
		position: relative;
		bottom:0;
	}
	.global-footer .footer-wrap{
		padding: 30px 0;
	}
	.global-footer .footer-logo{
		width: 130px;
	}
	.global-footer .footer-nav{
		width: 50%;
	}
	.global-footer .footer-nav li{
		font-size: 16px!important;
		line-height: 2.3;
	}
	.global-footer p.copy{
		font-size: 12px;
		padding: 15px 0;
	}
}
/**************************** 2021.04～トップページ改定用追加 ****************************/
/*********** スライダー 各オフィスへボタン
----------------------------------------------- ***********/
.global-header .header-view .view-ttl-button{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 75%;
	/*left: 35%;*/
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	width:100%;
}
.slider_office_link{
	text-align:center;
	margin-top:50px;
}
.slider_office_link .block_btn li{
	display: inline-block;
	max-width: 350px;
	width: 70%;
}
.slider_office_link .block_btn .btn{
	position: relative;
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 3.2;
}
.slider_office_link .block_btn .btn.btn_brown{
	background-color: #7F6533;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.slider_office_link{
		margin-top:0;
	}
	.slider_office_link .block_btn li{
		margin:auto auto 10px auto;
		font-size: 26px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.slider_office_link .block_btn li{
		margin:auto 10px auto auto;
	}
	.slider_office_link .block_btn li a{
		font-size: 18px;
	}
}
@media screen and (min-width: 1025px){
	.slider_office_link {
		margin-left:0px;
	}
	.slider_office_link .block_btn li{
		margin:auto 10px auto auto;
	}
	.slider_office_link .block_btn li a{
		font-size: 18px;
	}
}
/**
/*********** キャンペーンリンクテキスト ***********/
.campaign_link{
	text-align:center;
	font-size:1.4em;
	letter-spacing:3px;
}
.campaign_link a {
	color: #D01417;
 	border: 2px solid #D01417;
 	border-radius: 40px;
 	padding: 8px 55px 10px 55px;
	line-height:1.8em;
 	display: inline-block;
	max-width:92%;
	background: linear-gradient(#FFFFFF,#fbeaea);
	text-shadow: 0px 1px 0 #ffffff;
}
.campaign_link a:hover {
	background-color:#FCF8F8;
}
@media only screen and (max-width: 767px) {
	.campaign_link{
	font-size:0.95em;
	letter-spacing:1px;
	margin:20px 0;
	}
	.campaign_link a {
 	border: 2px solid #D01417;
 	border-radius: 45px;
 	padding: 8px 14px 10px 14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.campaign_link{
	margin-top:55px;
	}
	.campaign_link{
	font-size:1.2em;
	letter-spacing:1px;
	}
	.campaign_link a {
 	border-radius: 28px;
 	padding: 8px 25px 10px 25px;
	}
}

/*********** h2タイトル ***********/
.header-ttl.top_h2 h2 {
    margin: 0 0 100px;
}
.page-guide .header-ttl .h2_topttl{
	line-height: normal;
	text-align:center;
}
.page-guide .header-ttl .h2_topttl span.en{
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.01em;
	color: #D9D1C2;
}
.page-guide .header-ttl .h2_topttl span.ja{
	display: inline-block;
	z-index: 2;
	letter-spacing: 0.01em;
	color: #B29F78;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.header-ttl.top_h2 h2 {
	    margin: 0 0 40px;
	}
	/*.page-guide{
		padding: 0 0 40px 0;
	}*/
	.page-guide .header-ttl .h2_topttl span.en{
		font-size: 15vw;
		margin-left: -15px;
	}
	.page-guide .header-ttl .h2_topttl span.ja{
		font-size: 3.6vw;
		margin-left: -15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	/*.page-guide{
		padding: 0 0 60px 0;
	}*/
	.header-ttl.top_h2 h2 {
    margin: 0 0 60px;
    }
	.page-guide .header-ttl .h2_topttl span.en{
		font-size: 90px;
		margin-left: -15px;
	}
	.page-guide .header-ttl .h2_topttl span.ja{
		font-size: 14px;
		margin-left: -15px;
	}
}
@media screen and (min-width: 1025px){
	/*.page-guide{
		padding: 0 0 120px 0;
	}*/
	.page-guide .header-ttl .h2_topttl span.en{
		font-size: 85px;
		margin-left: -10px;
	}
	.page-guide .header-ttl .h2_topttl span.ja{
		font-size: 35px;
		margin-left: -40px;
	}
}
/**
/*********** 利用例 ***********/
.usecase-guide .usecase-grid .header-ttl{
	text-align: left;
}
.usecase-guide .usecase-list{
	max-width: 1110px;
}
.usecase-guide .usecase-list .usecase-box{
	background: #F7F7F7;
	position: relative;
}
.usecase-guide .usecase-list .usecase-items .no{
	position: absolute;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	display: table;
}
.usecase-guide .usecase-list .usecase-items .no dt,
.usecase-guide .usecase-list .usecase-items .no dd{
	display: table-cell;
	vertical-align: middle;
}
.usecase-guide .usecase-list .h3_ttl dl{
	display: table;
}
.usecase-guide .usecase-list .h3_ttl dl dt,
.usecase-guide .usecase-list .h3_ttl dl dd{
	display: table-cell;
	vertical-align: middle;
}
.usecase-guide .usecase-list .h3_ttl dl dd{
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.usecase-guide .header-ttl{
		margin-bottom: 3%;
		padding-left: 3%;
	}
	.usecase-guide .usecase-grid .h2_ttl span.ja{
		margin-left: -4%;
	}
	.usecase-guide .usecase-list{
		padding: 0 0 0 0;
	}
	.usecase-guide .usecase-list .usecase-box{
		padding: 10% 5% 5% 5%;
	}
	.usecase-guide .usecase-list .usecase-items{
		margin-bottom: 10%;
	}
	.usecase-guide .usecase-list .usecase-items:last-child{
		margin-bottom: 0;
	}
	.usecase-guide .usecase-list .usecase-items .no{
		left:  5%;
		top: -15%;
	}
	.usecase-guide .usecase-list .usecase-items .no dt{
		width: 7%;
		padding-right: 5px;
	}
	.usecase-guide .usecase-list .usecase-items .no dt span{
		font-size: 5vw;
		border-bottom: 4px solid #000000;
	}
	.usecase-guide .usecase-list .usecase-items .no dd{
		font-size: 10vw;
	}
	.usecase-guide .usecase-list .h3_ttl{
		margin-bottom: 10px;
	}
	.usecase-guide .usecase-list .h3_ttl dl dt{
		width: 40px;
	}
	.usecase-guide .usecase-list .h3_ttl dl dd{
		font-size: 3.8vw;
		padding-left: 5px;
	}
	.usecase-guide .usecase-list .p-text{
		font-size: 3.4vw;
		line-height: 2;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.usecase-guide .header-ttl{
		margin-bottom: 15px;
		padding-left: 15px;
	}
	.usecase-guide .usecase-grid .h2_ttl span.ja{
		margin-left: -30px;
	}
	.usecase-guide .usecase-list{
		padding: 20px 10px 0 10px;
	}
	.usecase-guide .usecase-list .usecase-items{
		width: 47.5%;
		margin: 0 5% 7% 0;
	}
	.usecase-guide .usecase-list .usecase-box{
		padding: 60px 30px 30px 30px;
		height:9em;
	}
	.usecase-guide .usecase-list .usecase-items:nth-child(2n){
		margin: 0;
	}
	.usecase-guide .usecase-list .usecase-items:nth-child(2),
	.usecase-guide .usecase-list .usecase-items:nth-child(4),
	.usecase-guide .usecase-list .usecase-items:nth-child(6){
		margin: 0 0 0 0;
	}
	.usecase-guide .usecase-list .usecase-items .no{
		left:  30px;
		top: -50px;
	}
	.usecase-guide .usecase-list .usecase-items .no dt{
		width: 60px;
		padding-right: 10px;
	}
	.usecase-guide .usecase-list .usecase-items .no dt span{
		font-size: 30px;
		border-bottom: 7px solid #000000;
	}
	.usecase-guide .usecase-list .usecase-items .no dd{
		font-size: 65px;
	}
	.usecase-guide .usecase-list .h3_ttl{
		margin-bottom: 10px;
	}
	.usecase-guide .usecase-list .h3_ttl dl dt{
		width: 44px;
	}
	.usecase-guide .usecase-list .h3_ttl dl dd{
		font-size: 18px;
		padding-left: 10px;
	}
	.usecase-guide .usecase-list .p-text{
		font-size: 14px;
		line-height: 2;
	}
}
@media screen and (min-width: 1025px){
	.usecase-guide { padding-bottom:80px !important; }
	.usecase-guide .header-ttl{
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.usecase-guide .usecase-grid .h2_ttl span.ja{
		margin-left: -45px;
	}
	.usecase-guide .usecase-list{
		padding: 50px 20px 0 80px;
	}
	.usecase-guide .usecase-list .usecase-items{
		width: 47.5%;
		margin: 0 5% 10% 0;
	}
	.usecase-guide .usecase-list .usecase-box{
		padding: 80px 50px 50px 50px;
		height:15em;
	}
	.usecase-guide .usecase-list .usecase-items:nth-child(2n){
		margin: 0;
	}
	.usecase-guide .usecase-list .usecase-items:nth-child(2),
	.usecase-guide .usecase-list .usecase-items:nth-child(4),
	.usecase-guide .usecase-list .usecase-items:nth-child(6){
		margin: 0px 0 0 0;
	}
	.usecase-guide .usecase-list .usecase-items .no{
		left:  50px;
		top: -80px;
	}
	.usecase-guide .usecase-list .usecase-items .no dt{
		width: 84px;
		padding-right: 10px;
	}
	.usecase-guide .usecase-list .usecase-items .no dt span{
		font-size: 45px;
		border-bottom: 7px solid #000000;
	}
	.usecase-guide .usecase-list .usecase-items .no dd{
		font-size: 105px;
	}
	.usecase-guide .usecase-list .h3_ttl{
		margin-bottom: 10px;
	}
	.usecase-guide .usecase-list .h3_ttl dl dt{
		width: 44px;
	}
	.h3_ttl dl dt span.icon img{
		width: 44px !important;
	}
	.usecase-guide .usecase-list .h3_ttl dl dd{
		font-size: 24px;
		padding-left: 10px;
	}
	.usecase-guide .usecase-list .p-text{
		font-size: 16px;
		line-height: 2;
	}
}
/*********** 拠点 ***********/
.location-guide .location-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	margin:0 auto;

}
.location-guide .location-list .bnr-items{
	position: relative;
	width: 48%;
	margin:0 1%;
}
.location-guide .location-list .imgArea{
	position: relative;
	line-height: 0;
}
.location-guide .location-list .imgArea:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.4;
	/*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
}
.location-guide .bnr-items .contentArea{
	position: absolute;
	top: 50%;
	right: 40%;
	transform: translate(35%, -50%);
	color: #ffffff;
	text-align: center;
}
.location-guide .bnr-items .contentArea .h2_ttl{
	position: relative;
	/*font-family: 'Muli', sans-serif;*/
	font-weight: bold;
	letter-spacing:2px;
}
.location-guide .bnr-items .contentArea .h2_ttl:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	display: inline-block;
	height: 1px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #ffffff;
}
.bnr-items{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #8e8e8e;
}
.bnr-items:hover{
	opacity: 0.8;
}
.bnr-items a{
	text-decoration: none;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	transition: 0s;
	color: #ffffff;
}
.bnr-items a:hover{
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.location-guide .bnr-list .imgArea img{
		height: 160px;
		object-fit: cover;
	}
	.location-guide .bnr-items .contentArea .h2_ttl{
		font-size: 3.4vw;
		margin-bottom: 5%;
		padding-bottom: 3%;
	}
	.location-guide .bnr-items .contentArea .h2_ttl:before{
		width: 55%;
	}
	.location-guide .bnr-items .contentArea .p-text{
		font-size: 2.5vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.location-guide .location-list .imgArea img{
		height: 200px;
		object-fit: cover;
	}
	.location-guide .bnr-items .contentArea .h2_ttl{
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.location-guide .bnr-items .contentArea .h2_ttl:before{
		width: 40%;
	}
	.location-guide .bnr-items .contentArea .p-text{
		font-size: 12px;
	}
}
@media screen and (min-width: 1025px){
	.location-guide .location-list .imgArea img{
		height: 260px;
		object-fit: cover;
	}
	.location-guide .bnr-items .contentArea .h2_ttl{
		font-size: 22px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.location-guide .bnr-items .contentArea .h2_ttl:before{
		width: 40%;
	}
	.location-guide .bnr-items .contentArea .h2_ttl br{
		display:none;
	}
	.location-guide .bnr-items .contentArea .p-text{
		font-size: 14px;
	}
}
/**
/*********** 拠点 森トラストその他オフィスへボタン ***********/
.office_link.mt .block_btn li{
	display: inline-block;
	max-width: 500px;
	width: 80%;
}
@media only screen and (max-width: 767px) {
	.office_link.mt {
	margin:30px 0 10px 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.office_link.mt {
	margin:50px 0 40px 0;
	}
}
@media screen and (min-width: 1025px){
	.office_link.mt {
	margin:70px 0 80px 0;
	}
}
/**
/*********** 料金プラン ***********/
.price-plan .plan-grid .imgArea{
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
.price-plan .plan-list{
	max-width: 1200px;
	margin: 0 auto 20px auto;
}
.price-plan .plan-list .list-item{
	background: #FFFFFF;
	border: 1px solid #E0D9D9;
	text-align: center;
}
.price-plan .plan-list .list-item .detail-grid{
	border-bottom: 1px solid #E0D9D9;
	color: #fff;
}
.price-plan .plan-list .list-item:nth-of-type(1) .detail-grid{
	background: #C5B4AA;
}
.price-plan .plan-list .list-item:nth-of-type(2) .detail-grid{
	background: #9C877D;
}
.price-plan .list-item .detail-grid .floor_ttl span{
	display: inline-block;
	font-weight: bold;
}
.price-plan .list-item .price-grid .price-text{
	font-weight: bold;
}
.price-plan .list-item .detail-grid ul li{
	text-align: center;
}

@media screen and (max-width: 767px) {
	.price-plan .plan-grid{
		padding-bottom: 5%;
	}
	.price-plan .header-ttl{
		margin-bottom: 3%;
		padding-right: 3%;
	}
	.price-plan .plan-grid .h2_ttl span.ja{
		margin-right: -3%;
	}
	.price-plan .plan-grid .imgArea{
		margin-bottom: 5%;
	}
	.price-plan .plan-grid .imgArea img{
		width: 80%;
	}
	.price-plan .plan-list{
		width: 92%;
	}
	.price-plan .plan-list .list-item{
		margin-bottom: 3%;
	}
	.price-plan .plan-list .list-item .detail-grid{
		padding: 5%;
	}
	.price-plan .list-item .detail-grid .floor_ttl{
		letter-spacing: 1.2px;
		font-size: 4vw;
	}
	.price-plan .list-item .detail-grid ul{
		display: inline-block;
		margin: auto;
	}
	.price-plan .list-item .detail-grid ul li{
		font-size: 3vw;
	}
	.price-plan .list-item .price-grid{
		padding: 3%;
	}
	.price-plan .list-item .price-text{
		font-size: 6.8vw;
		line-height:35px;
	}
	.price-plan .list-item .price-text span{
		font-size: 3.2vw;
	}
	.price-plan .list-item .price-text span.caption{
		margin-right: 2%;
	}
	.price-plan .list-item .price-text span.en{
		margin-left: 2%;
	}
	.price-plan .list-item .price-text span.bg {
	background-color: #B29F78;
	color: #fff;
	padding: 2px 0 0 0;
	margin:5px 10px 0 0;
	font-size: 2.2vw;
	letter-spacing:0;
	line-height:13px;
	width:90px;
	height:30px;
	float:left;
	}
	.price-plan .list-item .price-text span.bg.line {
	line-height:27px !important;
	padding: 0 !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.price-plan .plan-grid{
		padding-bottom: 30px;
	}
	.price-plan .header-ttl{
		margin-bottom: 15px;
		padding-right: 15px;
	}
	.price-plan .plan-grid .h2_ttl span.ja{
		margin-right: -20px;
	}
	.price-plan .plan-grid .imgArea{
		margin-bottom: 30px;
	}
	.price-plan .plan-grid .imgArea img{
		width: 80%;
	}
	.price-plan .plan-list{
		width: 96%;
	}
	.price-plan .plan-list .list-item{
		width: 50%;
		border-right: none;
	}
	.price-plan .plan-list .list-item:last-child{
		border-right: 1px solid #E0D9D9;
	}
	.price-plan .plan-list .list-item .detail-grid{
		padding: 20px 15px;
	}
	.price-plan .list-item .detail-grid .floor_ttl{
		letter-spacing: 1.2px;
		font-size: 18px;
	}
	.price-plan .list-item .price-grid{
		padding: 20px 15px;
	}
	.price-plan .list-item .price-text{
		font-size: 29px;
	}
	.price-plan .list-item .price-text span{
		font-size: 12px;
	}
	.price-plan .list-item .price-text span.caption{
		margin-right: 3px;
	}
	.price-plan .list-item .price-text span.en{
		margin-left: 3px;
	}
	.price-plan .list-item .price-text span.bg {
	background-color: #B29F78;
	color: #fff;
	padding: 0px 3px;
	margin:5px 5px 0 0;
	font-size: 12px;
	letter-spacing:0;
	width:105px;
	height:34px;
	float:left;
	}
	.price-plan .list-item .price-text span.bg.line {
	line-height:30px !important;
	padding: 0 10px 0 10px !important;
	}
}
@media screen and (min-width: 1025px){
	.price-plan .plan-grid{
		padding-bottom: 60px;
	}
	.price-plan .header-ttl{
		margin-bottom: 20px;
		padding-right: 20px;
	}
	.price-plan .plan-grid .h2_ttl span.ja{
		margin-right: -30px;
	}
	.price-plan .plan-grid .imgArea{
		margin-bottom: 50px;
	}
	.price-plan .plan-list{
		padding: 0 20px;
	}
	.price-plan .plan-list .list-item{
		width: 49%;
		margin:0 1%;
		/*border-right: none;*/
	}
	.price-plan .plan-list .list-item:last-child{
		border-right: 1px solid #E0D9D9;
	}
	.price-plan .plan-list .list-item .detail-grid{
		padding: 20px 0;
		/*height: 120px;*/
	}
	.price-plan .list-item .detail-grid .floor_ttl{
		letter-spacing: 1.2px;
		font-size: 24px;
	}
	.price-plan .list-item .detail-grid ul{
		padding: 0 30px;
	}
	.price-plan .list-item .detail-grid ul li{
		font-size: 16px;
	}
	.price-plan .list-item .price-grid{
		padding: 0 0 20px 0;
	}
	.price-plan .list-item .price-text{
		font-size: 42px;
		letter-spacing: -2px;
	}
	.price-plan .list-item .price-text span{
		font-size: 20px;
	}
	.price-plan .list-item .price-text span.caption{
		margin-right: 10px;
	}
	.price-plan .list-item .price-text span.en{
		margin-left: 10px;
	}
	.price-plan .list-item .price-text span.bg {
	background-color: #B29F78;
	color: #fff;
	padding: 5px 10px 5px 10px;
	margin:5px 0 0 1em;
	font-size: 14px;
	letter-spacing:0.1em;
	width:150px;
	height:50px;
	float:left;
	}
	.price-plan .list-item .price-text span.bg.line {
	line-height:47px !important;
	padding: 0 10px 0 10px !important;
	}
}
/**
/*********** 料金プラン 各オフィスへボタン ***********/
.office_link{
	text-align:center;
	margin:50px 0 50px 0;
}
.office_link .block_btn li{
	display: inline-block;
	max-width: 540px;
	width: 80%;
}
.office_link .block_btn .btn{
	position: relative;
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 3.2;
}
.office_link .block_btn .btn.btn_brown{
	background-color: #7F6533;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.office_link .block_btn li{
		margin:auto auto 10px auto;
		font-size: 26px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.office_link .block_btn li{
		margin:auto auto 20px auto;
	}
	.office_link .block_btn li a{
		font-size: 18px;
	}
}
@media screen and (min-width: 1025px){
	.office_link .block_btn li{
		margin:auto 20px auto 20px;
	}
	.office_link .block_btn li a{
		font-size: 18px;
	}
}
/**
/*********** フッターボタン ***********/
.bottom-contact2{
	background: transparent url(../img/common/bottom_bg.jpg) top center no-repeat;
	background-size: cover;
}
.bottom-contact2 .contentArea{
	color: #ffffff;
	text-align: center;
}
.bottom-contact2 .contentArea .h2_ttl{
	font-weight: bold;
	letter-spacing: 1.5px;
}
.bottom-contact2 .contentArea .p-text{
	line-height: 1.6;
}
.bottom-contact2 .contentArea .contact-btn li{
	display: inline-block;
	max-width: 300px;
	width: 60%;
}
.bottom-contact2 .contentArea .contact-btn li a{
	position: relative;
	background: #ffffff;
	display: block;
	color: #7F6533;
	line-height: 2.6;
	font-size:24px;
	display: flex;
	align-items: center;justify-content: center;
}
.bottom-contact2 .contentArea .contact-btn li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 12px;
	margin: -5px 0 0 0;
	border-top: solid 2px #7F6533;
	border-right: solid 2px #7F6533;
	-webkit-transform: rotate(45deg);
	       transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
	.bottom-contact2{
		padding: 8% 0;
	}
	.bottom-contact2 .contentArea .h2_ttl{
		font-size: 4.6vw;
	}
	.bottom-contact2 .contentArea .p-text{
		font-size: 4vw;
	}
	.bottom-contact2 .contentArea .contact-btn{
		margin-top: 3%;
	}
	.bottom-contact2 .contentArea .contact-btn li{
		font-size: 4vw;
		margin-bottom:10px;
	}
	.bottom-contact2 .contentArea .contact-btn li a{
		font-size: 4.1vw;
	}
	.bottom-contact2 .contentArea .contact-btn li i{
		margin-right: 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.bottom-contact2{
		padding: 40px 0;
	}
	.bottom-contact2 .contentArea{
		padding-bottom: 40px;
	}
	.bottom-contact2 .contentArea .h2_ttl{
		font-size: 26px;
	}
	.bottom-contact2 .contentArea .p-text{
		font-size: 20px;
	}
	.bottom-contact2 .contentArea .contact-btn{
		margin-top: 20px;
	}
	.bottom-contact2 .contentArea .contact-btn li{
		margin: auto auto 10px 10px;
		font-size: 22px;
	}
	.bottom-contact2 .contentArea .contact-btn li i{
		margin-right: 10px;
	}
}
@media screen and (min-width: 1025px){
	.bottom-contact2{
		padding: 70px 0;
	}
	.bottom-contact2 .contentArea .h2_ttl{
		font-size: 30px;
	}
	.bottom-contact2 .contentArea .p-text{
		font-size: 24px;
	}
	.bottom-contact2 .contentArea .contact-btn{
		margin-top: 40px;
	}
	.bottom-contact2 .contentArea .contact-btn li{
		margin: auto auto auto 10px;
		font-size: 28px;
	}
	.bottom-contact2 .contentArea .contact-btn li i{
		margin-right: 10px;

	}
}
/**
/*********** キャンペーンページ ***********/
@media screen and (max-width: 767px) {
	body.page-id-724 .serviceWrap .concept-guide{
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	body.page-id-724 .serviceWrap .concept-guide{
		margin-bottom: 0px;
	}
}
@media screen and (min-width: 1025px){
	body.page-id-724 .serviceWrap .concept-guide{
		margin-bottom: 0px;
	}
}
/**************************** 2021.04～追加おわり ****************************/
/* 特定商法取引法に基づく表記 */
.page-law h2{ font-size:1.2em; margin-top:5em; font-weight:bold;}
.page-law h2.h2_ttl{ margin-top:2em; }
.page-law h3{ font-size:1.0em; margin:4em 0 1.5em 0; font-weight:bold;}
.page-law p.att{ font-size:0.9em; }
.page-law span.subtit{ font-size:0.9em; margin:1.5em 0 0.5em 0; display:block; }


/**
/*********** 202211 1日無料体験キャンペーン ***********/

	.campaign_news a{
		text-align:center;
		background-color: #502f28;
		width: 100%;
		max-width: 700px;
		
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 58%;
	/*left: 35%;*/
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	padding:8px 50px 6px;
	display:block;
	}
	.campaign_news a:hover{
		/*background-color: #f2d7c0;*/
		opacity: 0.8;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	}
	
	.campaign_news .tx01{
		font-size: 1.2em;
	}
	.campaign_news .tx02{
		font-size: 1.4em;
	}
	.campaign_news .tx03{
		font-size: 2.0em;
		color: #fff;
		text-shadow: 1px 2px 3px #666;
		/*font-weight: bold;*/
	}
	/*.campaign_news .tx03 span{
		text-shadow: 1px 2px 3px #f00;
	}*/
	.campaign_news .tx04{
		float: right;
		width: 40%;
		font-size: 1em;
		color: #fff;
		text-align: right;
		padding: 2px 10px;
	}
@media screen and (max-width: 767px) {
	.campaign_news a{

		text-align:center;
		background-color: #502f28;
		width: 100%;
		max-width: 750px;
		
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 51%;
	/*left: 35%;*/
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
			padding:8px 30px 6px;
				display:block;
	}

	.campaign_news .tx01{
		font-size: 1.0em;
	}
	.campaign_news .tx02{
		font-size: 1.1em;
	}
	.campaign_news .tx03{
		font-size: 1.6em;
		line-height:1.1;
		/*color: #fff;
		text-shadow: 1px 2px 3px #666;
		font-weight: bold;*/
	}
	.campaign_news .tx04{
		float: right;
		width: 100%;
		font-size: 0.9em;
		line-height:1.2;
		color: #fff;
		text-align: center;
		padding: 1px 10px;
	}
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){

}
@media screen and (min-width: 1025px){
	.campaign_news a{
		text-align:center;
		background-color: #502f28;
		width: 80%;
		max-width: 700px;
		
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 57%;
	/*left: 35%;*/
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
		padding:8px 50px 8px;
		display:block;
	}
	
	.campaign_news .tx01{
		font-size: 1.5em;
	}
	.campaign_news .tx02{
		font-size: 1.7em;
	}
	.campaign_news .tx03{
		font-size: 2.2em;
		/*color: #fff;
		text-shadow: 1px 2px 3px #666;
		font-weight: bold;*/
	}
	.campaign_news .tx04{
		float: right;
		width: 40%;
		font-size: 1em;
		color: #fff;
		text-align: right;
		padding: 2px 10px;
	}
	
}





/*1日無料体験キャンペーン　詳細table*/
table.table_campaign01 {
	width:100%;
		max-width:600;
	/*border-right:#96877d solid 1px;*/
	border-collapse: collapse;
}
table.table_campaign01 tbody th {
	background: #baa997;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
	width:5em;
}
table.table_campaign01 tbody tr:first-child th {
	border-top:#502f28 solid 1px;
}
table.table_campaign01 tbody tr:last-child th {
	border-bottom:#502f28 solid 1px;
}
table.table_campaign01 tbody td {
	background:#f4eadb;
	padding:10px 15px;
	border-left:#96877d solid 1px;
	border-bottom:#502f28 solid 1px;
	vertical-align:top;
}
table.table_campaign01 tbody tr:first-child td {
	border-top:#502f28 solid 1px;
	
}

table.table_campaign01 div.table_campaign01_map {
	float: left; 
	padding:10px !important;
}

table.table_campaign01 div.table_campaign01_adr {
	padding:10px;
}



@media screen and (max-width: 768px) {
table.table_campaign01 thead {
	display:none;
}
table.table_campaign01 tbody th {
	display:block;
	width:100%;
}
table.table_campaign01 tbody td {
	display:block;
	border-left:0;
}
table.table_campaign01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table_campaign01 tbody td p {
	padding-left:0.5em;
}
	
table.table_campaign01 div.table_campaign01_map {
	display:block;
	float: left; 
}
table.table_campaign01 div.table_campaign01_adr {
	margin-left:1em;
	padding:10px;
	display:block;
}
}


@media only screen and (min-width: 768px) and (max-width: 1100px){
	/*mapサイズとの調整*/
	table.table_campaign01 div.table_campaign01_map {
	display:block;
	width:100%;
}
table.table_campaign01 div.table_campaign01_adr {
	margin-left:1em;
	display:block;
}
}


/*キャンペーンタイトル*/
h2.campaign_ttl {
	position: relative;
	padding:10px 20px;
	font-size:26px;
	color:#FFF;
	width: calc(100% - 80px);
	box-sizing: border-box;
	margin-left: 40px;
	margin-top:-40px;
	margin-bottom: 20px;
	background: #502f28;
	box-shadow:0 7px 3px rgba(0,0,0,0.25);
	text-align:center;
	z-index:1;
}
h2.campaign_ttl:before,
h2.campaign_ttl:after{
	content: "";
	position: absolute;
	top:10px;
	height: 0;
	width: 0;
	border: 25px solid #502f28;
	z-index:-1;
}
h2.campaign_ttl:before{
	top:18px;
	right: -40px;
	border-right-color: transparent;
	z-index:-2;
}
h2.campaign_ttl:after{
	top:18px;
	left: -40px;
	border-left-color: transparent;
	z-index:-2;
}
h2.campaign_ttl span{
	display:block;
}
h2.campaign_ttl span:before,
h2.campaign_ttl span:after{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #301c17;
}
h2.campaign_ttl span:before{
	right: 0;
	border-left: 5px solid #301c17;
}
h2.campaign_ttl span:after{
	left: 0;
	border-right: 5px solid #301c17;
}

@media(max-width:768px) {
h2.campaign_ttl {
	margin-top:5px;
}
}



/*キャンペーンご予約フォームボタン*/

.campaign_formbtn_box {
  width: 100%;
  margin: 20px auto;
  max-width: 500px;
	text-align:center;
}
.campaign_formbtn {
	box-shadow:inset 0px 2px 0px 0px #a6827e;
	background:linear-gradient(to bottom, #502f28 5%, #634b30 100%);
	background-color:#502f28;
	border-radius:6px;
	border:4px solid #54381e;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:23px;
	font-weight:bold;
	padding:20px 60px;
	text-decoration:none;
	text-shadow:2px 3px 0px #4d3534;
	text-align:center;

	
}

.campaign_formbtn:hover {
	background:linear-gradient(to bottom, #634b30 5%, #502f28 100%);
	background-color:#634b30;
	color:#ffffff !important;
}
.campaign_formbtn:active {
	position:relative;
	top:1px;
}

.campaign_formbtn a{
	color:#ffffff !important;
}

.is-sp {
    display: none;
}
@media(max-width:600px) {
   .is-sp {
        display: block !important
    }
}

/**
/* フォームスタイル
----------------------------------------------- */
.form-guide {
    padding: 40px 0 60px;
}
.form-grid {
    max-width: 800px;
    margin: 0 auto;
}
.contact-form .form-table {
    width: 100%;
    border-collapse: collapse;
}
.contact-form .form-table tr {
    border-bottom: 1px solid #eee;
}
.contact-form .form-table th,
.contact-form .form-table td {
    padding: 20px 15px;
    text-align: left;
    vertical-align: top;
}
.contact-form .form-table th {
    width: 200px;
    font-weight: 500;
    background: #f9f9f9;
}
.contact-form .form-table th .required {
    display: inline-block;
    background: #7F6533;
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    margin-left: 10px;
    border-radius: 3px;
}
.contact-form .form-table input[type="text"],
.contact-form .form-table input[type="email"],
.contact-form .form-table input[type="tel"],
.contact-form .form-table input[type="datetime-local"],
.contact-form .form-table select,
.contact-form .form-table textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
}
.contact-form .form-table input:focus,
.contact-form .form-table select:focus,
.contact-form .form-table textarea:focus {
    border-color: #7F6533;
    outline: none;
}
.contact-form .form-table textarea {
    resize: vertical;
    min-height: 150px;
}
.form-submit {
    text-align: center;
    margin-top: 40px;
}
.form-submit .privacy-note {
    margin-bottom: 20px;
    font-size: 14px;
}
.form-submit .privacy-note a {
    color: #7F6533;
    text-decoration: underline;
}
.form-submit button.btn {
    display: inline-block;
    padding: 15px 60px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .contact-form .form-table th,
    .contact-form .form-table td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }
    .contact-form .form-table th {
        background: transparent;
        padding-bottom: 5px;
    }
    .contact-form .form-table tr {
        padding: 15px 0;
        display: block;
    }
}

/* 追加スタイル */
nav.footer-nav li {
    font-size: 12px !important;
}
.header-ttl.office-list img {
    max-height: 340px;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 1025px) {
    .feature-list {
        margin-bottom: 3em;
    }
}



/*追加css*/
nav.footer-nav li
{ font-size:12px !important;}
.header-ttl.office-list img {
    max-height: 340px;
    height: 100%;
    object-fit: cover;
}

.page-law h2.h2_ttl {text-align:center !important;
font-weight:bold;
padding:50px 0;}

.page-law div.entry p { margin-bottom: 15px !important; }

.page-law div.entry p strong { font-weight:bold !important; }

@media screen and (max-width: 767px) {
.page-law h2.h2_ttl {
font-size: 4.4vw;
}
.page-law p {
font-size: 3.4vw;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
.page-law h2.h2_ttl {
font-size: 24px;
}
.page-law p {
font-size: 15px;
}
}

@media screen and (min-width: 1025px){
.page-law h2.h2_ttl {
font-size: 30px;
}
.page-law p {
font-size: 16px;
}
}


@media only screen and (min-width: 768px) and (max-width: 1024px){
.page-law div.entry {
width: 90%;
margin : 0 auto !important;
}
}

@media screen and (min-width: 1025px){
.page-law div.entry {
width: 50%;
margin : 0 auto !important;
}
}

@media screen and (min-width: 1025px){
.feature-list { margin-bottom:3em; }
}

.global-nav li .sub-menu li{
	background: #d9d1c2;
}

.global-nav li .sub-menu:before{
  border-bottom: 10px solid #d9d1c2;
}

.global-nav .header-nav li ul li a span.ja{
	color: #000 !important;
	font-size: 12px;
}

.global-nav li .sub-menu li + li:after{
	border: none;
}

.global-nav .header-nav li.current-menu-item a{
	border: none;
}

.global-nav li .sub-menu a{
	padding: 5px 30px 5px 30px;
}

.global-nav li .sub-menu li:first-child{
	padding-top: 10px;
}

.global-nav li .sub-menu li:last-child{
	padding-bottom: 10px;
}