@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #333333;
	font-size: 1.5rem;/* 15px */
	line-height: 1.8em;
	/* [disabled]line-height:26px; */
	font-family: 'Helvetica Neue','Helvetica','Arial', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Hiragino Sans',"メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
	/*font-feature-settings: "palt";*/
	letter-spacing: 0.07em;
	background-color: #000000;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
	/*　画面サイズが481pxからはここを読み込む　*/
 body{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.3rem;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
  a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}
img {
	max-width: 100%;
	height: auto;
}


.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
.img-spnone {
	display: none;
}
.img-pcnone {
	display: block;
}
}




.list_none {
	padding:0;
	margin:0;
}
.list_none li {
	list-style-type:none;
	padding:0 0 3px 0;
	margin:0;
}
.list_none li a img {
	border:none;
}
.futo {
	font-weight: bold;
}

.sec {
	width: 100%;
	padding-top: 6em;
	padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
.sec {
	padding-top: 4em;
	padding-bottom: 4em;
}
}

 h2 {
  line-height: 1.4em;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align:center;
  margin-top: 0;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
	/*　画面サイズが481pxからはここを読み込む　*/
 h2 {
    font-size: 2.2rem;
    line-height:1.3em;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.45em;
    line-height:1.3em;
  }
}



.lead {
  font-size: 1.3rem;
  line-height: 1.3rem;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  color: #2a265f;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1rem;
  }
}



.main-contents {
	margin-top: 40px;
}
.daini-main-contents {
	margin-top: 80px;
	margin-bottom: 40px;
}


.btn_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #b38b64;
	background-color: #b38b64;
	color: #ffffff;
	font-size: 1.3rem;
	padding: 10px;
	text-align: center;
	width: 200px;
	height: 50px;
	transition: .2s;
}
.btn_link:hover {
	background-color: #ffffff;
	color: #b38b64;
}


.marker {
	background: rgba(201,236,255);
	background: -moz-linear-gradient(transparent 60%, rgba(201,236,255,1.0) 60%);
	background: -webkit-linear-gradient(transparent 60%, rgba(201,236,255,1.0) 60%);
	background: linear-gradient(transparent 60%, rgba(201,236,255,1.0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c9ecff",endColorstr="#c9ecff",GradientType=1);
}




/*---------------フッター*/
.footer {
	background-color: #000000;
	color: #e9d3b8;
}

.footer a{
	color: #e9d3b8;
}

.footer .footer-inner {
	width: 100%;
	max-width: 1170px;
	padding: 30px 24px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer .footer-inner h1{
	display: block;
	width: 100%; 
	color: #333333;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}
.footer .footer-inner .footer-company {
	width: 30%;
	margin-right: 5%;
	line-height: 1.6em;
}
.footer .footer-inner .footer-company img {
	width: 100%;
	max-width: 202px;
}
.footer .footer-inner .footer-company .company-name {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.footer .footer-inner .footer-company .company-info {
	font-size: 1.3rem;
	margin-top: 20px;
}
.footer .footer-inner .footer-right {
	font-size: 1.3rem;
}

@media screen and (max-width: 959px){
.footer .footer-inner {
	display: block;
	flex-direction: column;
	width: 90%;
	padding: 30px 0;
}
.footer .footer-inner .footer-company {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.footer .footer-inner .footer-company img {
	margin: auto;
}
}
@media screen and (max-width: 768px){
.footer .footer-inner h1{
	display: none;
}
.footer .footer-inner {
	display: block;
	flex-direction: column;
	width: 90%;
	padding: 30px 0;
	text-align: center;
}
.footer .footer-inner .footer-company {
	display: block;
	width: 100%;
}
.footer .footer-inner .footer-company .company-name {
	font-size: 1.2rem;
}
.footer .footer-inner .footer-right {
	text-align: left;
	font-size: 1.2rem;
}
}
.footer .footer-link {
	width: 100%;
	max-width: 1170px;
	padding: 0 24px;
	margin: 20px auto;
}
.footer .footer-link ul.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer .footer-link ul.list li a {
	display: block;
	padding: 5px 10px;
	margin: 0 10px;
	font-family: 'Lato', sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	transition: .3s;
}
.footer .footer-link ul.list li a:hover {
	opacity: .6;
}
@media screen and (max-width: 480px) {
.footer .footer-link {
	padding: 0;
}
.footer .footer-link ul.list {
	flex-direction: column;
}
.footer .footer-link ul.list li a {
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	border-top: 1px solid rgba(233,211,184,0.5);
	text-align: center;
}
.footer .footer-link ul.list li:last-child a {
	border-bottom: 1px solid rgba(233,211,184,0.5);
}
}


.copyright {
    font-size: 11px !important;
    text-align: center;
    margin: 1em auto 0;
    display: block;
    padding: 10px 0 50px;
    border-top: dotted 1px rgba(0,0,0,0.3);
	color:#e9d3b8 !important;
}
@media screen and (max-width: 991px) {
  .copyright {
	  margin: 1em auto 0;
	  padding: 10px 0 56px;
}
}
@media screen and (max-width: 480px) {
  .copyright {
    padding: 10px 0 50px;
}
}


/* ページトップ */
@media only screen and (min-width: 767px), print {
 #page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 1.3rem;
	z-index: 9999;
}
#page-top a {
	transition: .4s;
}
#page-top a:hover {
	opacity: 0.7;
}
}

@media screen and (min-width: 481px)  and (max-width: 768px) {
#page-top {
    position: fixed;
    bottom: 60px;
    right: 15px;
    font-size: 8px;
	z-index: 9999;
}
}
@media screen and (max-width: 480px) {
#page-top {
    position: fixed;
    bottom: 40px;
    right: 15px;
    font-size: 8px;
	z-index: 9999;
}
 #page-top a img {
	 width: 40px;
	 height: auto;
}
}



/*-----------------------下固定バナー*/
#fh5co-clients {
    padding: 0.5em 0;
	background: rgba(0,0,0,0.9);
	border-top:1px solid rgba(233,211,184,1.0);
    position: fixed !important;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}
#fh5co-clients .fh5co-clients-inner {
    width: 100%;
	max-width: 1170px;
	padding: 0 24px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#fh5co-clients img{
	/*z-index: 1100;*/
	margin-left: auto;
	margin-right: auto;
}
.fright{
	display: flex;
}
.fright a {
	color: #e9d3b8;
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	font-family: 'Lato', sans-serif;
}
.fright a.fright_tel {
	margin-right: 24px;
	position: relative;
}
.fright a.fright_tel::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	border: 1px solid #e9d3b8;
	position:absolute;
	top: 0;
	right: -10px;
	transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
#fh5co-clients .fh5co-clients-inner {
	justify-content: center;
}
.fleft{
	display: none;
}
.fright {
	width: 100%;
}
.fright a {
	width: 50%;
	text-align: center;
	font-size: 1.7rem;
}
}
@media screen and (max-width: 480px) {
.fright a {
	font-size: 1.4rem;
}
}


/*-----------------------ローディング*/
.start {
	background: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start figure {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 100%;
	max-width: 540px;
	padding: 0 20px;
}

/*-----------------------TOP*/
.top {
	background-color: #000000;
}
.top .availability {
	width: 100%;
	max-width: 600px;
	position: relative;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}
.top .availability dl {
	display: flex;
	flex-wrap: wrap;
}
.top  .availability dl dt {
	width: 30%;
	padding: 11px;
	background-color: #b38b64;
	color: #ffffff;
	text-align: center;
}
.top .availability dl dd {
	width: 70%;
	padding: 10px;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
}
.top .availability dl dd span.time {
	display: inline-block;
	margin-right: 20px;
}
@media screen and (max-width: 768px) {
.top .availability {
	width: 100%;
	max-width: 90%;
	top: 20px;
}
}
@media screen and (max-width: 480px) {
.top .availability dl {
	flex-direction: column;
}
.top .availability dl dt {
	width: 100%;
}
.top .availability dl dd {
	width: 100%;
}
}

.top .bg_event {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.top .bg_event .sec {
	padding: 0 20px;
}
.top .bg_event .sec .sec_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.top .bg_event .sec .sec_inner .titlebox {
	width: 300px;
}
.top .bg_event .sec .sec_inner .titlebox .catch {
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #e9d3b8;
	font-family: 'Lato', sans-serif;
}
.top .bg_event .sec .sec_inner .titlebox .catch span.jp {
	display: block;
	font-size: 1.4rem;
	margin-top: 10px;
}
.top .bg_event .sec .sec_inner .titlebox .text {
	color: #e9d3b8;
	margin-top: 30px;
}
.top .bg_event .sec .sec_inner .titlebox .btn_link {
	margin-top: 30px;
}
.top .bg_event .sec .sec_inner .contentsbox {
	width: calc(100% - 300px);
}
.top .bg_event .sec .sec_inner .contentsbox .event_img {
	background-color:#000000;
	overflow: hidden;
	position: relative;
	width: 100%;
	max-width: 400px;
	padding-bottom: 400px;
	margin: 0 auto;
}
.top .bg_event .sec .sec_inner .contentsbox .event_img img.object_fit {
	position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .bg_event .sec .sec_inner .contentsbox .text  {
	color: #e9d3b8;
	font-family: 'Lato', sans-serif;
	text-align: center;
	letter-spacing: 0.2em;
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
	.top .bg_event {
		padding: 80px 0;
	}
	.top .bg_event .sec .sec_inner {
		flex-direction: column;
	}
	.top .bg_event .sec .sec_inner .titlebox {
		width: 100%;
		margin-bottom: 40px;
	}
	.top .bg_event .sec .sec_inner .contentsbox {
		width: 100%;
	}
	.top .bg_event .sec .sec_inner .titlebox .catch {
		font-size: 3rem;
		text-align: center;
	}
	.top .bg_event .sec .sec_inner .titlebox .catch span.jp {
		font-size: 1.2rem;
	}
	.top .bg_event .sec .sec_inner .titlebox .btn_link {
		display: block;
		margin: 30px auto 0;;
	}
}
@media screen and (max-width: 480px) {
	.top .bg_schedule .sec .sec_inner .titlebox .catch {
		font-size: 2.4rem;
	}
	.top .bg_schedule .sec .sec_inner .titlebox .catch span.jp {
		font-size: 1.1rem;
	}
}





.top .top_intro {
	padding: 100px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.top .top_intro .top_introbox {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.top .top_intro .top_introbox .top_intro_inner {
	display: flex;
	flex-wrap: wrap;
}
.top .top_intro.intro01 .top_introbox .top_intro_inner {
	flex-direction: row-reverse;
}
.top .top_intro .top_introbox .top_intro_inner .image {
	width: 50%;
}
.top .top_intro .top_introbox .top_intro_inner .textbox {
	width: 50%;
}
.top .top_intro.intro01 .top_introbox .top_intro_inner .textbox {
	padding-right: 40px;
}
.top .top_intro.intro02 .top_introbox .top_intro_inner .textbox {
	padding-left: 40px;
}
.top .top_intro .top_introbox .top_intro_inner .textbox .text_jp {
	font-weight: 400;
	font-size: 2rem;
	color: #e9d3b8;
	line-height: 2.2em;
	letter-spacing: 0.1em;
	margin-bottom: 50px;
}
.top .top_intro.intro02 .top_introbox .top_intro_inner .textbox .text_jp {
	font-size: 1.6rem;
}
.top .top_intro .top_introbox .top_intro_inner .textbox .text_en {
	font-size: 1.3rem;
	line-height: 2.2em;
	letter-spacing: 0.2em;
	color: #e9d3b8;
	font-family: 'Lato', sans-serif;
}
.top .top_intro .gold_bg {
	content: "";
	display: block;
	width: 46%;
	height: 100%;
	background-image: url(../img/common/glitter_gold.png);
	position: absolute;
	z-index: -1;
	opacity: 0.5;
}
.top .top_intro.intro01 .gold_bg {
	right: 0;
	top: 140px;
}
.top .top_intro.intro02 .gold_bg {
	left: 0;
	top: 140px;
}
@media screen and (max-width: 991px) {
.top .top_intro .top_introbox .top_intro_inner .textbox .text_jp {
	font-size: 1.8rem;
}
}
@media screen and (max-width: 768px) {
.top .top_intro {
	padding: 100px 0 50px;
}
.top .top_intro .top_introbox .top_intro_inner,
.top .top_intro.intro01 .top_introbox .top_intro_inner {
	flex-direction: column;
}
.top .top_intro .top_introbox .top_intro_inner .image {
	width: 100%;
}
.top .top_intro .top_introbox .top_intro_inner .textbox {
	width: 100%;
	margin-top: 30px;
}
.top .top_intro.intro01 .top_introbox .top_intro_inner .textbox {
	padding-right: 0;
}
.top .top_intro.intro02 .top_introbox .top_intro_inner .textbox {
	padding-left: 0;
}
.top .top_intro.intro01 .top_introbox .top_intro_inner .textbox .text_jp {
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.top .top_intro.intro02 .top_introbox .top_intro_inner .textbox .text_jp {
	font-size: 1.4rem;
}
.top .top_intro.intro01 .top_introbox .top_intro_inner .textbox .text_en {
	font-size: 1.1rem;
}
.top .top_intro .gold_bg {
	width: 50%;
}
}


.top .bg_news {
	padding: 100px 0;
	background-color: #ffffff;
}
.top .bg_news .sec {
	padding: 0 20px;
}
.top .bg_news .sec .sec_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.top .bg_news .sec .sec_inner .titlebox {
	width: 26%;
}
.top .bg_news .sec .sec_inner .contentsbox {
	width: 70%;
}
.top .bg_news .sec .sec_inner .titlebox .catch {
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #000000;
	font-family: 'Lato', sans-serif;
	position: relative;
	z-index: 1;
}
.top .bg_news .sec .sec_inner .titlebox .catch::after {
	content: "";
	display: block;
	width: 170px;
	height: 40px;
	background-image: url(../img/common/glitter_gold.png);
	position: absolute;
	top: 20px;
	left: 40px;
	z-index: -1;
	opacity: 0.5;
}
.top .bg_news .sec .sec_inner .titlebox .catch span.jp {
	display: block;
	font-size: 1.4rem;
	margin-top: 10px;
}
@media screen and (max-width: 992px) {
.top .bg_news .sec .sec_inner .titlebox {
	width: 40%;
}
.top .bg_news .sec .sec_inner .contentsbox {
	width: 60%;
}
}
@media screen and (max-width: 768px) {
.top .bg_news {
	padding: 80px 0;
}
.top .bg_news .sec .sec_inner {
	flex-direction: column;
}
.top .bg_news .sec .sec_inner .titlebox {
	width: 100%;
}
.top .bg_news .sec .sec_inner .contentsbox {
	width: 100%;
}
.top .bg_news .sec .sec_inner .titlebox .catch {
	font-size: 3rem;
	margin-bottom: 30px;
}
.top .bg_news .sec .sec_inner .titlebox .catch span.jp {
	font-size: 1.2rem;
}
}
@media screen and (max-width: 480px) {
.top .bg_news .sec .sec_inner .titlebox .catch {
	font-size: 2.4rem;
}
.top .bg_news .sec .sec_inner .titlebox .catch span.jp {
	font-size: 1.1rem;
}
}
.top .bg_news .sec .sec_inner .contentsbox .news {
	clear: both;
	height: 180px;
	overflow-y: scroll;
	box-sizing: border-box;
	background-color: #ffffff;
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	padding: 1em 0;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl dt{
	width: 15%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl dd{
	width: 80%;
	line-height: 1.6em;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl dd a {
	color: #b38b64;
	transition: .2s;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl dd a:hover {
	opacity: .7;
}
@media screen and (max-width: 992px) {
.top .bg_news .sec .sec_inner .contentsbox .news dl {
	flex-direction: column;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl dt{
	width: 100%;
	margin-bottom: 0.5em;
}
.top .bg_news .sec .sec_inner .contentsbox .news dl dd{
	width: 100%;
}
}

.top .bg_schedule {
	padding: 100px 0;
	background-color: #756652;
	position: relative;
}
.top .bg_schedule::before,
.top .bg_schedule::after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-image: url(../img/common/glitter_silver.png);
	position: absolute;
	left: 0;
	opacity: 0.7;
}
.top .bg_schedule::before {
	top: calc(50% - 90px);
}
.top .bg_schedule::after {
	top: calc(50% + 90px);
}
.top .bg_schedule .sec {
	padding: 0 20px;
}
.top .bg_schedule .sec .sec_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.top .bg_schedule .sec .sec_inner .titlebox {
	width: 26%;
}
.top .bg_schedule .sec .sec_inner .contentsbox {
	width: 70%;
}
.top .bg_schedule .sec .sec_inner .titlebox .catch {
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #000000;
	font-family: 'Lato', sans-serif;
}
.top .bg_schedule .sec .sec_inner .titlebox .catch::before {
	top: 80px;
}
.top .bg_schedule .sec .sec_inner .titlebox .catch::before {
	bottom: 80px;
}
.top .bg_schedule .sec .sec_inner .titlebox .catch span.jp {
	display: block;
	font-size: 1.4rem;
	margin-top: 10px;
}
.top .bg_schedule .sec .sec_inner .contentsbox .g-calendar {
	text-align:center;
}
.top .bg_schedule .sec .sec_inner .contentsbox .g-calendar iframe {
	width: 100%;
	max-width: 800px;
	height: 600px;
}
@media screen and (max-width: 992px) {
.top .bg_schedule .sec .sec_inner .titlebox {
	width: 40%;
}
.top .bg_schedule .sec .sec_inner .contentsbox {
	width: 60%;
}
.top .bg_schedule .sec .sec_inner .contentsbox .g-calendar iframe {
	height: 400px;
}
}
@media screen and (max-width: 768px) {
.top .bg_schedule {
	padding: 80px 0;
}
.top .bg_schedule::before {
	top: 40px;
	height: 5px;
}
.top .bg_schedule::after {
	top: inherit;
	bottom: 40px;
	height: 5px;
}
.top .bg_schedule .sec .sec_inner {
	flex-direction: column;
}
.top .bg_schedule .sec .sec_inner .titlebox {
	width: 100%;
	margin-bottom: 40px;
}
.top .bg_schedule .sec .sec_inner .contentsbox {
	width: 100%;
}
.top .bg_schedule .sec .sec_inner .titlebox .catch {
	font-size: 3rem;
}
.top .bg_schedule .sec .sec_inner .titlebox .catch span.jp {
	font-size: 1.2rem;
}
.top .bg_schedule .sec .sec_inner .contentsbox .g-calendar iframe {
	height: 400px;
}
}
@media screen and (max-width: 480px) {
.top .bg_schedule .sec .sec_inner .titlebox .catch {
	font-size: 2.4rem;
}
.top .bg_schedule .sec .sec_inner .titlebox .catch span.jp {
	font-size: 1.1rem;
}
}

.top .bg_menu {
	padding: 100px 0;
	background-color: #261f17;
}
.top .bg_menu .sec {
	padding: 0 20px;
}
.top .menu {
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.top .menu ul.mbanner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.top .menu ul.mbanner > li {
	width: 31%;
	margin-bottom: 2em;
	margin-right: 3.5%;
	display: block;
}
.top .menu ul.mbanner > li:nth-child(3n) {
	margin-right: 0;
}
.top .menu ul.mbanner > li a {
	display: block;
	position: relative;
	transition: .3s;
}
.top .menu ul.mbanner > li a:hover {
	opacity: 0.5;
}
.top .menu ul.mbanner > li a::before {
	content: "";
	display: block;
	border: 1px solid #e9d3b8;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	top: 5px;
	left: 5px;
	transition: .3s;
}
.top .menu ul.mbanner > li a .mbanner_text {
	position: absolute;
	color: #e9d3b8;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	font-family: 'Lato', sans-serif;
}
.top .menu ul.mbanner > li a .mbanner_text span.jp {
	display: block;
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
.top .bg_menu {
	padding: 80px 0;
}
.top .menu ul.mbanner {
	justify-content: space-between;
}
.top .menu ul.mbanner > li,
.top .menu ul.mbanner > li:nth-child(3n) {
	width: 48%;
	margin: 0 0 1em;
}
.top .menu ul.mbanner > li a .mbanner_text {
	font-size: 1.6rem;
}
.top .menu ul.mbanner > li a .mbanner_text span.jp {
	font-size: 1.1rem;
}
}
@media screen and (max-width: 480px) {
.top .menu ul.mbanner {
	flex-direction: column;
}
.top .menu ul.mbanner > li,
.top .menu ul.mbanner > li:nth-child(3n) {
	width: 100%;
}
}




/*-----------------------第二階層共通*/
.page-title-out {
    clear: both;
    overflow: hidden;
    position: relative;
	background: url(../img/common/glitter_gold.png);
}
.page-title-out::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.9) 10%, rgba(138,120,85,0.5) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.9) 10%, rgba(138,120,85,0.5) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.9) 10%, rgba(138,120,85,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#8a7855",GradientType=1);
	position: absolute;
	top: 0;
	left: 0;
}
#page-title {
    clear: both;
    overflow: hidden;
    position: relative;
	padding-top: calc(4em + 73px);
	padding-bottom: 4em;
	text-align: center;
	z-index: 1;
}
#page-title h3{
	margin:0 auto 30px;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.2em;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
#page-title .lead{
	margin-bottom: 0;
	font-size: 1.4rem;
	font-weight: 400;
	color: #ffffff;
}
@media screen and (max-width: 992px){
#page-title{
	padding-top: calc(4em + 70px);
	padding-bottom: 4em;
}
#page-title h3{
	font-size : 2.8rem;
	margin-bottom: 1em;
}
#page-title .lead{
	font-size: 1.3rem;
}
}
@media screen and (max-width: 480px){
#page-title h3{
	font-size : 2.2rem;
	margin-bottom: 1em;
}
#page-title .lead{
	font-size: 1.2rem;
}
}



.daini .section {
	padding: 80px 0;
}
@media screen and (max-width: 480px){
.daini .section {
	padding: 60px 0;
}
}
.daini .section_inner {
	width: 100%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
.daini .section-heading{
	width: 100%;
	margin-bottom: 60px;
	position: relative;
}
.daini .section-heading::after {
	content:"";
	display: block;
	width: 100%;
	height: 2px;
	background: -moz-linear-gradient(90deg, rgba(42,38,95,1) 0%, rgba(37,48,191,1) 30%, rgba(37,48,191,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(42,38,95,1) 0%, rgba(37,48,191,1) 30%, rgba(37,48,191,0) 100%);
	background: linear-gradient(90deg, rgba(42,38,95,1) 0%, rgba(37,48,191,1) 30%, rgba(37,48,191,0) 100%);
	position: absolute;
	bottom: -10px;
	left: 0;
}
.daini .section-heading h2{
	display: inline-block;
	font-weight: 600;
	background: -moz-linear-gradient(90deg, rgba(42,38,95,1) 0%, rgba(37,48,191,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(42,38,95,1) 0%, rgba(37,48,191,1) 100%);
	background: linear-gradient(90deg, rgba(42,38,95,1) 0%, rgba(37,48,191,1) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 3rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
}
/*IEで未対応の場合は以下で背景を非表示に*/
@media all and (-ms-high-contrast: none) {
.daini .section-heading h2 {
	background: none;
	color: #2a265f;
    }
}
@media screen and (max-width: 768px) {
.daini .section-heading{
	margin-bottom: 50px;
}
.daini .section-heading h2 {
	font-size: 2.4rem;
}
}
@media screen and (max-width: 480px) {
.daini .section-heading h2 {
	font-size: 2rem;
}
}

.catch {
	font-size: 2.4rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
.catch {
	font-size: 2rem;
}
}
@media screen and (max-width: 480px){
.catch {
	font-size: 1.7rem;
}
}

.catch2 {
	font-size: 2rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
.catch2 {
	font-size: 1.7rem;
}
}
@media screen and (max-width: 480px){
.catch2 {
	font-size: 1.5rem;
}
}

.catch3 {
	font-size: 1.7rem;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px){
.catch3 {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 480px){
.catch3 {
	font-size: 1.4rem;
}
}


.catch-out{
	margin-bottom: 40px;
}


/*---------------プライバシーポリシー*/
.privacy {
	overflow: hidden;
	color: #333333;
	background: rgb(223,223,223);
	background: -moz-linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(249,249,249,1) 30%);
	background: -webkit-linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(249,249,249,1) 30%);
	background: linear-gradient(180deg, rgba(223,223,223,1) 0%, rgba(249,249,249,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfdfdf",endColorstr="#f9f9f9",GradientType=1);
}
.privacy p {
	text-align: justify;
}
.privacy .dl_privacy dt,
.privacy .dl_privacy dd {
	margin-bottom: 10px;
}
.privacy .dl_privacy dt {
	font-size: 1.8rem;
	padding-left: 1em;
	text-indent: -1em;
	color: #b38b64;
	font-weight: 400;
}
.privacy .dl_privacy dd {
	margin-bottom: 40px;
}
.privacy .dl_privacy dd ul {
	margin-left: 20px;
}
.privacy .dl_privacy dd ul li {
	list-style: disc;
}
@media screen and (max-width: 768px) {
.privacy .dl_privacy dt {
	font-size: 1.5rem;
}
}



/*---------------サイトマップ*/
.sitemap {
	overflow: hidden;
	background: rgb(238,229,220);
	background: -moz-linear-gradient(180deg, rgba(238,229,220,1) 0%, rgba(255,250,245,1) 30%);
	background: -webkit-linear-gradient(180deg, rgba(238,229,220,1) 0%, rgba(255,250,245,1) 30%);
	background: linear-gradient(180deg, rgba(238,229,220,1) 0%, rgba(255,250,245,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eee5dc",endColorstr="#fffaf5",GradientType=1);
}
.sitemap .sitemap_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.sitemap .sitemap_box_wrap .sitemap_box {
	width: 31%;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item {
	margin-bottom: 20px;
	border-bottom: 1px solid #e9d3b8;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item .category {
	font-weight: 400;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item .category a {
	display: block;
	width: 100%;
	padding: 1em 0;
	text-decoration: none;
	color: #333333;
	transition: .3s;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item .category a:hover {
	color: #d7b682;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item ul.category_list {
	margin-left: 10px;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item ul.category_list li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item ul.category_list li:before {
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	background-color: #666666;
	position: absolute;
	left: 5px;
	top: 0;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item ul.category_list li:after {
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	background-color: #666666;
	position: absolute;
	left: 5px;
	top: 50%;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item ul.category_list li a {
	display: block;
	transition: .3s;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item ul.category_list li a:hover {
	color: #67b4cc;
}
@media screen and (max-width: 768px) {
.sitemap .sitemap_box_wrap {
	flex-direction: column;
}
.sitemap .sitemap_box_wrap .sitemap_box {
	width: 100%;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item ul.category_list li {
	padding-left: 25px;
}
.sitemap .sitemap_box_wrap .sitemap_box .sitemap_item ul.category_list li:after {
	width: 11.5px;
}
}



/*-----------------------ご予約・お問合せ*/
.reserve {
	overflow: hidden;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 30%, rgba(84,81,73,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 30%, rgba(84,81,73,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 30%, rgba(84,81,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#545149",GradientType=1);
	color: #f4f4f4;
}
.reserve .catch2 {
	font-weight: 400;
	margin-bottom: 20px;
	color: #e9d3b8;
	display: flex;
	flex-wrap: nowrap;
	align-items: center; 
}
.reserve .catch2 span.text {
	padding-right: 30px;
}
.reserve .catch2 span.border {
	content: "";
	display: block;
	flex-grow: 1;
	height: 2px;
	background-image: url(../img/common/glitter_gold.png);
}
.reserve span.text-tel {
	color: #ffffff;
	font-weight: 300;
	font-size: 3rem;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
	display: inline-block;
	transition: .3s;
}
.reserve span.text-tel:hover {
	color: #d7b682;
}
.reserve .space {
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.reserve .catch2 span.text {
	padding-right: 20px;
}
.reserve span.text-tel {
	display: block;
	margin-bottom: 10px;
}
}
.reserve .form_wrap {
	background-color: #ffffff;
	padding: 2em 3em;
}
.reserve .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #cccccc;
	padding: 2em 0;
}
.reserve .dl_form:last-of-type {
	border-bottom: none;
}
.reserve .dl_form dt {
	width: 300px;
	padding-right: 50px;
	clear: both;
	text-align: right;
	line-height: 1.8;
	font-weight: 700;
	color: #333333;
}
.reserve .dl_form dt span {
	display: inline-block;
	padding: 0.3em 0.8em;
	font-size: 1.3rem;
	color: #333333;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}
.reserve .dl_form dt span.required {
	background: rgb(251,224,137);
	background: -moz-linear-gradient(140deg, rgba(251,224,137,1) 0%, rgba(255,255,217,1) 20%, rgba(192,140,74,1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(251,224,137,1) 0%, rgba(255,255,217,1) 20%, rgba(192,140,74,1) 100%);
	background: linear-gradient(140deg, rgba(251,224,137,1) 0%, rgba(255,255,217,1) 20%, rgba(192,140,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fbe089",endColorstr="#c08c4a",GradientType=1);
}
.reserve .dl_form dt span.optional {
	background: rgb(213,213,213);
	background: -moz-linear-gradient(140deg, rgba(213,213,213,1) 0%, rgba(246,246,246,1) 20%, rgba(154,154,154,1) 100%);
	background: -webkit-linear-gradient(140deg, rgba(213,213,213,1) 0%, rgba(246,246,246,1) 20%, rgba(154,154,154,1) 100%);
	background: linear-gradient(140deg, rgba(213,213,213,1) 0%, rgba(246,246,246,1) 20%, rgba(154,154,154,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d5d5d5",endColorstr="#9a9a9a",GradientType=1);
}
.reserve .dl_form dd {
	width: calc(100% - 300px);
	line-height: 1.8;
}
.reserve .dl_form dd ul {
	display: flex;
	justify-content: space-between;
}
.reserve .dl_form dd ul li {
	width: 32%;
}
.reserve .dl_form dd .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.reserve .dl_form dd textarea.form-control {
	height: auto;
}
@media screen and (max-width: 768px) {
.reserve .form_wrap {
	padding: 1em;
}
.reserve .dl_form {
	flex-direction: column;
	padding: 1.4em 0;
}
.reserve .dl_form dt {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}
.reserve .dl_form dt span {
	font-size: 1.2rem;
}
.reserve .dl_form dd {
	width: 100%;
}
}
.reserve .dl_form .radio-inline > label {
	font-weight: 400;
}
.reserve .dl_form .checkbox-inline,
.reserve .dl_form .radio-inline {
	margin-left: 0;
	margin-right: 10px;
}
.reserve .input_area {
	text-align: center;
}
.reserve input[type=button],
.reserve input[type=reset],
.reserve input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 40px;
	padding: 6px 12px;
	margin: 0 10px 0 0;
	font-size: 1.4rem;
	line-height: 1.8em;
	color: #ffffff;
	border-radius: 5px;
	transition: .3s;
}
.reserve input[type=submit] {
	background-color: #b38b64;
	border: 1px solid #b38b64;
}
.reserve input[type=submit]:hover {
	background-color: #ffffff;
	color: #b38b64;
}
.reserve input[type=reset] {
	background-color: #d7b682;
	border: 1px solid #d7b682;
}
.reserve input[type=reset]:hover {
	background-color: #ffffff;
	color: #d7b682;
}
@media screen and (max-width: 768px) {
.reserve .input_area {
	margin: 0 auto;
}
.reserve input[type=button],
.reserve input[type=reset],
.reserve input[type=submit] {
	display: block;
	width: 100%;
	margin: 10px auto;
	font-size: 1.3rem;
}
}



/*---------------店内写真*/
.photo {
	overflow: hidden;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 80%, rgba(84,81,73,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 80%, rgba(84,81,73,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 80%, rgba(84,81,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#545149",GradientType=1);
}
.photo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.photo ul li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 40px;
}
.photo ul li:nth-child(3n) {
	margin-right: 0;
}
.photo ul li a {
	display: block;
	position: relative;
	transition: .3s;
	opacity: .7;
}
.photo ul li a:after {
	content:"";
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #e9d3b8;
	position: absolute;
	top: 5px;
	left: 5px;
}
.photo ul li a:hover {
	opacity: 1;
}
.photo ul li a img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center center;
}
@media screen and (max-width: 768px) {
	.photo ul {
		justify-content: space-between;
	}
	.photo ul li {
		width: 48%;
		margin-right: unset;
		margin-bottom: 20px;
	}
	.photo ul li:nth-child(3n) {
		margin-right: unset;
	}
}
@media screen and (max-width: 480px) {
	.photo ul {
		flex-direction: column;
	}
	.photo ul li, .photo ul li:nth-child(3n) {
		width: 100%;
		max-width: 80%;
		margin: 0 auto 20px;
	}
	.photo ul li a {
		display: block;
	}
}




/*---------------地図*/
.access {
	overflow: hidden;
	background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(22,16,0,1) 80%, rgba(98,85,48,0.5) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(22,16,0,1) 80%, rgba(98,85,48,0.5) 100%);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(22,16,0,1) 80%, rgba(98,85,48,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#625530",GradientType=1);
}
.access .section_inner {
	position: relative;
	z-index: 1;
}
.access .section_inner.inner01::after {
	content: "";
	display: block;
	width: calc(100% - 40px);
	height: 100%;
	position: absolute;
	z-index: -1;
	opacity: 0.8;
}
.access .section_inner.inner01::after {
	background-image: url(../img/common/glitter_gold.png);
	left: 30px;
	top: 10px;
}
.access .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.access .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.access .g-maps iframe,
.access .g-maps object,
.access .g-maps embed {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.access .map {
	margin: 80px auto;
}
.access .map figure {
	background-color: #ffffff;
	margin-bottom: 20px;
	position: relative;
}
.access .map figure::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../img/common/glitter_gold.png);
	left: 10px;
	top: 10px;
	z-index: -1;
	opacity: 0.8;
}
.access .map > p {
	color: #ffffff;
}
@media screen and (max-width: 480px){
.access .map {
	margin: 60px auto;
}
}




/*---------------スタッフ紹介*/
.cast {
	overflow: hidden;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 30%, rgba(84,81,73,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 30%, rgba(84,81,73,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 30%, rgba(84,81,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#545149",GradientType=1);
}
.cast .castbox {
	margin-bottom: 90px;
	position: relative;
	z-index:1;
}
.cast .castbox::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/common/glitter_gold.png);
	position: absolute;
	top: 0;
	z-index: -1;
	opacity: 0.5;
}
.cast .castbox:nth-child(odd)::after {
	left: -50%;
}
.cast .castbox:nth-child(even)::after {
	right: -50%;
}
.cast .castbox .castbox_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0;
}
.cast .castbox:nth-child(even) .castbox_inner {
	flex-direction: row-reverse;
}
.cast .castbox .castbox_inner .image {
	width: 50%;
	display: flex;
	align-self: center;
	justify-content: center;
	padding: 20px;
}
.cast .castbox .castbox_inner .image img {
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(255,238,192,1.00), 0 0 10px rgba(215,182,130,0.5);
}
.cast .castbox .castbox_inner .textbox {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-self: center;
	text-align: center;
	padding: 20px;
}
.cast .castbox .castbox_inner .textbox .name {
	font-size: 4rem;
	letter-spacing: 0.2em;
	font-family: 'Lato', sans-serif;
	color: #d7b682;
	text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}
.cast .castbox .castbox_inner .textbox .sns_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.cast .castbox .castbox_inner .textbox .sns_list li {
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-image: url(../img/common/glitter_silver.png);
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: .3s;
}
.cast .castbox .castbox_inner .textbox .sns_list li::after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-image: url(../img/common/glitter_gold.png);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .3s;
}
.cast .castbox .castbox_inner .textbox .sns_list li:hover::after {
	opacity: 1;
}
.cast .castbox .castbox_inner .textbox .sns_list li a {
	display: block;
	z-index: 1;
}
@media screen and (max-width: 768px){
.cast .castbox {
	margin-bottom: 60px;
}
.cast .castbox .castbox_inner,
.cast .castbox:nth-child(even) .castbox_inner {
	flex-direction: column;
}
.cast .castbox .castbox_inner .image {
	width: 100%;
}
.cast .castbox .castbox_inner .textbox {
	width: 100%;
}
.cast .castbox .castbox_inner .textbox .name {
	font-size: 3rem;
}
}




/*---------------メニュー*/
.menu {
	overflow: hidden;
	position: relative;
	color: #f4f4f4;
}
.menu::after {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 100%),url(../img/common/glitter_silver.png);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.menu .carge {
	margin-bottom: 100px;
	text-align: center;
	position: relative;
}
.menu .carge::after {
	content: "";
	display: block;
	width: 240px;
	height: 1px;
	background-image: url(../img/common/glitter_silver.png);
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
}
.menu .carge .catch2 {
	margin-bottom: 10px;
}
.menu .carge .catch2 .en {
	font-size: 2.2rem;
	letter-spacing: 0.2em;
	font-family: 'Lato', sans-serif;
	color: #ffeec0;
	font-weight: 300;
}
.menu .carge .catch2 .jp {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	color: #ffeec0;
}
.menu .menubox {
	margin-bottom: 100px;
	position: relative;
	z-index:1;
}
.menu .menubox .menubox_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.menu .menubox .menubox_inner::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: url(../img/common/glitter_silver.png);
	position: absolute;
	left: 0;
	bottom: -50px;
}
.menu .menubox:last-child .menubox_inner::after {
	display: none;
}
.menu .menubox .menubox_inner .image{
	width: 35%;
}
.menu .menubox .menubox_inner .image .menu_ttl {
	margin-top: 10px;
}
.menu .menubox .menubox_inner .image .menu_ttl .en {
	font-size: 3.2rem;
	letter-spacing: 0.2em;
	font-family: 'Lato', sans-serif;
	color: #ffeec0;
	font-weight: 300;
}
.menu .menubox .menubox_inner .image .menu_ttl .jp {
	display: block;
	font-size: 1.4rem;
	margin-top: 20px;
	letter-spacing: 0.2em;
	color: #ffeec0;
}
.menu .menubox .menubox_inner .textbox{
	width: 60%;
}
.menu .menubox .menubox_inner .textbox .dl_menu {
	display: flex;
	flex-wrap: wrap;
}
.menu .menubox .menubox_inner .textbox .dl_menu dt {
	width: 50%;
	padding: 10px 0;
}
.menu .menubox .menubox_inner .textbox .dl_menu dd {
	width: 50%;
	padding: 10px 0 10px 20px;
}
@media screen and (max-width: 768px){
.menu .menubox .menubox_inner {
	flex-direction: column;
}
.menu .menubox .menubox_inner .image{
	width: 100%;
	margin-bottom: 20px;
}
.menu .menubox .menubox_inner .image .menu_ttl {
	margin-top: 0;
}
.menu .menubox .menubox_inner .image .menu_ttl .en {
	font-size: 2.6rem;
}
.menu .menubox .menubox_inner .image .menu_ttl .jp {
	display: block;
	font-size: 1.3rem;
	margin-top: 10px;
}
.menu .menubox .menubox_inner .textbox{
	width: 100%;
}
}
@media screen and (max-width: 480px){
.menu .menubox .menubox_inner .textbox .dl_menu {
	flex-direction: column;
}
.menu .menubox .menubox_inner .textbox .dl_menu dt {
	width: 100%;
	padding: 10px 0 0 0;
}
.menu .menubox .menubox_inner .textbox .dl_menu dd {
	width: 100%;
	padding: 0 0 10px 0;
}
}



/*---------------最新情報*/
.info {
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
}
.info .dl_info {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cccccc;
}
.info .dl_info dt {
	width: 25%;
	font-weight: 700;
}
.info .dl_info dd {
	width: 75%;
	padding-left: 30px;
}
.info .dl_info dd a {
	color: #b38b64;
	display: block;
	transition: .2s;
}
.info .dl_info dd a:hover {
	opacity: .7;
}
@media screen and (max-width: 768px){
.info .dl_info {
	flex-direction: column;
}
.info .dl_info dt {
	width: 100%;
}
.info .dl_info dd {
	width: 100%;
	padding: 10px 0;
}
}
.info .btn_link {
	display: block;
	margin: 50px auto 0;
}
.info .news_ttl {
	margin-bottom: 40px;
	position: relative;
}
.info .news_ttl::after {
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	background-image: url(../img/common/glitter_gold.png);
	position: absolute;
	bottom: -10px;
	left: 0;
}
.info .news_ttl .date{
	display: block;
	font-weight: bold;
	margin-bottom: 7px;
}
.info .news_ttl h2 {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: left;
	color: #b38b64;
}
.info .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 50px;
}
.info .item_wrap .item {
	width: 31%;
}
.info .item_wrap .item img {
	transition: .3s;
}
.info .item_wrap .item:hover img {
	opacity: 0.7;
}
@media screen and (max-width: 768px){
.info .news_ttl h2 {
	font-size: 1.7rem;
}
.info .item_wrap {
	flex-direction: column;
}
.info .item_wrap .item {
	width: 100%;
	margin: 0 auto 20px;
}
}
@media screen and (max-width: 480px) {
.info .news_ttl h2 {
	font-size: 1.5rem;
}
}




/*---------------スケジュール*/
.schedule {
	overflow: hidden;
	position: relative;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 30%, rgba(84,81,73,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 30%, rgba(84,81,73,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(42,39,32,1) 30%, rgba(84,81,73,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#545149",GradientType=1);
}
.schedule .box {
	margin-bottom: 50px;
	position: relative;
}
.schedule .box:nth-child(odd) {
	background-image: url(../img/common/glitter_gold.png);
}
.schedule .box:nth-child(even) {
	background-image: url(../img/common/glitter_silver.png);
}
.schedule .box::before {
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.schedule .box::after {
	content: "";
	display: block;
	background-color: rgba(255,255,255,0.9);
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 10px;
	left: 10px;
}
.schedule .box .box_inner {
	position: relative;
	padding: 30px 20px;
	z-index: 1;
}
.schedule .box .box_inner .date {
	font-family: 'Lato', sans-serif;
	color: #b38b64;
	font-size: 2rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 30px;
}
.schedule .box .box_inner .date span.day {
	display: inline-block;
	margin-left: 15px;
}
.schedule .box .box_inner ul.cast_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 480px;
	margin:  0 auto;
}
.schedule .box .box_inner ul.cast_list li {
	width: 100%;
	max-width: 200px;
	margin: 0 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.schedule .box .box_inner ul.cast_list li img {
	margin: 0 auto;
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(255,238,192,1.00), 0 0 10px rgba(215,182,130,0.5);
}
.schedule .box .box_inner ul.cast_list li .name {
	text-align: center;
	margin-top: 10px;
	font-size: 1.6rem;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.1em;
}
.schedule .box .box_inner ul.cast_list li .catch {
	text-align: center;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.1em;
}
.schedule .box .box_inner ul.cast_list li .catch span {
	font-size: 1.4rem;
	display: block;
}
.schedule .pager {
	margin-top: 50px;
}
.schedule .pager ul.pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.schedule .pager ul.pagination li {
	width: 19%;
	text-align: center;
	color: #ffffff;
}
.schedule .pager ul.pagination li a {
	display: block;
	padding: 10px;
	border: 1px solid #b38b64;
	background-color: #b38b64;
	color: #ffffff;
	transition: .2s;
}
.schedule .pager ul.pagination li a:hover {
	background-color: #ffffff;
	color: #b38b64;
}
@media screen and (max-width: 768px) {
	.schedule .box .box_inner .date {
		font-size: 1.7rem;
		margin-bottom: 30px;
	}
	.schedule .box .box_inner ul.cast_list li {
		max-width: 160px;
	}
	.schedule .box .box_inner ul.cast_list li .name {
		font-size: 1.5rem;
	}
	.schedule .pager ul.pagination li {
		width: 33%;
	}
	.schedule .pager ul.pagination li.first_p,
	.schedule .pager ul.pagination li.last_p {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.schedule .box .box_inner .date {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	.schedule .box .box_inner ul.cast_list {
		flex-direction: column;
	}
	.schedule .box .box_inner ul.cast_list li {
		width: 100%;
		max-width: 200px;
		margin: 0 auto 20px;
	}
	.schedule .box .box_inner ul.cast_list li .name {
		font-size: 1.4rem;
	}
}













/*---------------私たちの仕事*/
.business {
	overflow: hidden;
}
.business .section_inner {
	margin: 0 auto 50px;
}
.business .catch3 {
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.business ul.business_menu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.business ul.business_menu li {
	width: 23%;
	background-color: #ffffff;
	box-shadow:0 0 10px rgba(103,150,174,0.5);
	margin-bottom: 30px;
}
.business ul.business_menu li .business_menu_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.business ul.business_menu li .business_menu_box .image {
	width: 100%;
}
.business ul.business_menu li .business_menu_box .text {
	width: 100%;
	padding: 20px 10px;
}
.business ul.business_menu li .business_menu_box .text h3 {
	font-weight: 400;
	font-size: 1.6rem;
}
.business ul.business_menu li .business_menu_box .text .more {
	color: #67bad2;
	font-size: 1.3rem;
}
.business ul.business_menu li .business_menu_box .text .more span {
	display: inline-block;
	margin-right: 20px;
}
.business ul.business_menu li .business_menu_box .text .more::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 6px;
	background-image: url(../img/common/arrow30.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	transition: .2s;
}
.business ul.business_menu li:hover .business_menu_box .text .more::after {
	transform: translateX(10px);
}
@media screen and (max-width: 768px) {
.business ul.business_menu {
	justify-content: space-between;
}
.business ul.business_menu li {
	width: 48%;
}
.business ul.business_menu li .business_menu_box .text h3 {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 480px) {
.business ul.business_menu {
	flex-direction: column;
}
.business ul.business_menu li {
	width: 100%;
}
.business ul.business_menu li .business_menu_box .text h3 {
	font-size: 1.4rem;
}
}
.business .authorization_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.business .authorization_wrap .authorization_inner {
	width: 48%;
}
.business .authorization_wrap .authorization_inner ul.authorization_list {
	margin-bottom: 20px;
}
.business .authorization_wrap .authorization_inner ul.authorization_list li {
	margin: 5px 0;
	line-height: 1.5;
}
.business .authorization_wrap .authorization_inner ul.authorization_list li.ttl {
	font-weight: 600;
}
.business .img_license {
	margin: auto;
}
@media screen and (max-width: 768px) {
.business .authorization_wrap {
	flex-direction: column;
}
.business .authorization_wrap .authorization_inner {
	width: 100%;
}
}

.business .certification_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.business .certification_list li {
	width: 31%;
	margin: 3px 0;
}




/*---------------各業務ページ*/
.works .section {
	overflow: hidden;
}
.works .intro {
	width: 100%;
}
.works .intro .intro_inner {
	position: relative;
}
.works .intro .intro_inner .image {
	width: 70%;
	position: relative;
	z-index: -1;
}
.works .intro .intro_inner .text {
	width: 70%;
	padding: 2em;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px rgba(37,48,190,0.2);
	margin-top: -20%;
	margin-left: auto;
	position: relative;
}
.works .intro .intro_inner .text::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: -10px;
	border: 1px solid rgba(37,48,190,1.0);
	z-index: -1;
}
.works .intro .intro_inner .text .catch2 {
	color: #2530be;
	font-weight: 600;
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
.works .intro .intro_inner .image {
	width: 80%;
}
}
@media screen and (max-width: 768px) {
.works .intro .intro_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.works .intro .intro_inner .image {
	width: 120%;
	margin: 0;
}
.works .intro .intro_inner .text {
	width: 100%;
	margin-right: 0;
	margin-top: -50px;
	box-shadow: 0 0 5px rgba(37,48,190,0.2);
}
.works .intro .intro_inner .text::before {
	top: 7px;
	left: -7px;
}
.works .intro .intro_inner .text .catch2 {
	margin-bottom: 20px;
}
}
.works .strength {
	width: 100%;
	background-color: #f8fafc;
}
.works .strength .item {
	margin-bottom: 60px;
	background-color: #ffffff;
}
.works .strength .item .item_inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.works .strength .item .item_inner::before {
	content:"";
	width: calc(50% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	top: 15px;
	border: 1px solid #2025bf;
}
.works .strength .item:nth-child(even) .item_inner::before {
	right: 15px;
}
.works .strength .item:nth-child(odd) .item_inner::before {
	left: 15px;
}
.works .strength .item:nth-child(odd) .item_inner {
	flex-direction: row-reverse;
}
.works .strength .item .item_inner .image {
	width: 50%;
}
.works .strength .item .item_inner .text {
	width: 50%;
	padding: 30px 40px;
	align-self: center;
}
.works .strength .item .item_inner .text .ttl{
	font-size: 2.2rem;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
.works .strength .item {
	margin-bottom: 60px;
	padding: 20px;
}
.works .strength .item .item_inner {
	flex-direction: column;
}
.works .strength .item .item_inner::before {
	display: none;
}
.works .strength .item .item_inner .image {
	width: 80%;
}
.works .strength .item .item_inner .text {
	width: 90%;
	padding: 30px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	margin-top: -10%;
}
.works .strength .item:nth-child(even) .item_inner .text {
	margin-left: auto;
}
.works .strength .item:nth-child(odd) .item_inner .text {
	margin-right: auto;
}
.works .strength .item .item_inner .text::before {
	content:"";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #2025bf;
}
}
@media screen and (max-width: 768px) {
.works .strength .item .item_inner .text .ttl{
	font-size: 2rem;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 480px) {
.works .strength .item .item_inner .image {
	width: 100%;
}
.works .strength .item .item_inner .text {
	width: 100%;
	padding: 20px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	margin-top: -10%;
}
.works .strength .item .item_inner .text::before {
	content:"";
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	position: absolute;
	top: 7px;
	left: 7px;
	border: 1px solid #2025bf;
}
.works .strength .item .item_inner .text .ttl{
	font-size: 1.8rem;
	margin-bottom: 15px;
}
}
.works .section_inner.others {
	margin-bottom: 90px;
}
.works .section_inner.others:nth-child(2) .intro .intro_inner .image {
	margin-left: auto;
}
.works .section_inner.others:nth-child(2) .intro .intro_inner .text {
	margin-left: 0;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
.works .section_inner.others {
	margin-bottom: 70px;
}
.works .section_inner.others:nth-child(2) .intro .intro_inner .image {
	margin-left: 0;
}
}
@media screen and (max-width: 480px) {
.works .section_inner.others {
	margin-bottom: 60px;
}
}




/*---------------経営理念*/
.philosophy .section {
	overflow: hidden;
}
.philosophy .catch {
	text-align: center;
	font-weight: 700;
	font-size: 4rem;
	color: #2a265f;
	line-height: 2.2;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
}
.philosophy .catch2 {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	color: #2a265f;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
.philosophy .intro {
	text-align: center;
}
.philosophy .item {
	display: flex;
	flex-wrap: wrap;
}
.philosophy .item:nth-child(odd) {
	flex-direction: row-reverse;
}
.philosophy .item .image {
	width: 50%;
}
.philosophy .item .text {
	width: 50%;
	display: flex;
	align-self: center;
}
.philosophy .item:nth-child(even) .text {
	padding-left: 40px;
	justify-content: flex-start;
}
.philosophy .item:nth-child(odd) .text {
	padding-right: 40px;
	justify-content: flex-end
}
.philosophy .item .text .catch2 {
	font-weight: 700;
	font-size: 3rem;
	color: #2a265f;
	line-height: 2.2;
	letter-spacing: 0.15em;
	text-align: left;
}
@media screen and (max-width: 991px) {
.philosophy .item:nth-child(even) .text {
	padding-left: 30px;
}
.philosophy .item:nth-child(odd) .text {
	padding-right: 30px;
}
.philosophy .item .text .catch2 {
	font-size: 2.4rem;
}
}
@media screen and (max-width: 768px) {
.philosophy .catch {
	font-size: 3.4rem;
}
.philosophy .catch2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.philosophy .item {
	flex-direction: column;
}
.philosophy .item .image {
	width: 100%;
}
.philosophy .item .text {
	width: 100%;
}
.philosophy .item:nth-child(even) .text,
.philosophy .item:nth-child(odd) .text {
	padding: 30px;
	justify-content: center;
}
.philosophy .item .text .catch2 {
	font-size: 2rem;
	text-align: center;
}
}
@media screen and (max-width: 480px) {
.philosophy .catch {
	font-size: 2.8rem;
}
.philosophy .catch2 {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
}
.philosophy .guideline {
	background-color: #e6edf4;
}
.philosophy .guideline ul.guideline_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.philosophy .guideline ul.guideline_list li {
	width: 48%;
	margin-bottom: 80px;
}
.philosophy .guideline ul.guideline_list li .guideline_list_box {
	position: relative;
}
.philosophy .guideline ul.guideline_list li .guideline_list_box .text {
	position: absolute;
	left: 10px;
	bottom: -30px;
	background-color: #ffffff;
	padding: 20px;
}
.philosophy .guideline ul.guideline_list li .guideline_list_box .text .lead {
	margin-bottom: 20px;
}
.philosophy .guideline ul.guideline_list li .guideline_list_box .text .catch3 .jp {
	display: inline-block;
	font-weight: 600;
	font-size: 3.2rem;
	color: #2a265f;
	letter-spacing: 0.2em;
	margin-right: 20px;
}
.philosophy .guideline ul.guideline_list li .guideline_list_box .text .catch3 .en {
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	color: #67b4cc;
}
@media screen and (max-width: 768px) {
.philosophy .guideline ul.guideline_list {
	flex-direction: column;
}
.philosophy .guideline ul.guideline_list li {
	width: 100%;
}
.philosophy .guideline ul.guideline_list li .guideline_list_box .text .lead {
	font-size: 1.2rem;
}
}
@media screen and (max-width: 480px) {
.philosophy .guideline ul.guideline_list li {
	margin-bottom: 90px;
}
.philosophy .guideline ul.guideline_list li .guideline_list_box .text {
	padding: 15px 20px;
	bottom: -45px;
}
.philosophy .guideline ul.guideline_list li .guideline_list_box .text .lead {
	margin-bottom: 15px;
}
.philosophy .guideline ul.guideline_list li .guideline_list_box .text .catch3 .jp {
	font-size: 2.8rem;
}
}




/*---------------会社概要*/
.company {
	overflow: hidden;
}
.company .catch3 {
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.company .greeting {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.company .greeting .text {
	width: 55%;
}
.company .greeting .image {
	width: 41%;
}
.company .greeting .text .catch3 {
	line-height: 2;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.company .greeting .text .name {
	text-align: right;
	font-size: 1.6rem;
	font-weight: 700;
}
.company .greeting .text .name span.company-name {
	font-size: 80%;
	display: block;
}
@media screen and (max-width: 768px) {
.company .greeting {
	flex-direction: column;
}
.company .greeting .text {
	width: 100%;
	margin-bottom: 20px;
}
.company .greeting .image {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.company .greeting .text .catch3 {
	margin-bottom: 30px;
}
.company .greeting .text .name {
	text-align: right;
	font-size: 1.4rem;
	font-weight: 700;
}
}
.company .section.outline {
	background-color: #eef8ff;
}
.company .company_box {
	width: 100%;
	margin: 0 auto 30px;
	box-shadow: 0 0 10px rgba(37,48,172,0.2);
	padding: 30px;
	background-color: #ffffff;
}
.company .company_box .dl_com {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #cccccc;
	padding: 1em 0;
}
.company .company_box .dl_com:last-of-type {
	border-bottom: none;
}
.company .company_box .dl_com dt {
	width: 30%;
	font-weight: 700;
}
.company .company_box .dl_com dd {
	width: 66%;
	line-height: 1.6em;
}
.company .company_box .dl_com dd span {
	display: block;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
.company .company_box .dl_com {
	flex-direction: column;
}
.company .company_box .dl_com dt {
	width: 100%;
	margin-bottom: 10px;
}
.company .company_box .dl_com dd {
	width: 100%;
}
}
.company #access .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	border-radius: 7px;
}
.company #access .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.company #access .g-maps iframe,
.company #access .g-maps object,
.company #access .g-maps embed {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.company .office .image {
	margin-bottom: 30px;
}
.company .office .image img {
	margin: 0 auto;
}
.company .office .text ul.office_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.company .office .text ul.office_list li {
	width: 31%;
	margin-bottom: 20px;
}
.company .office .text ul.office_list li .office_name {
	font-weight: 700;
	background-color: #67839b;
	color: #ffffff;
	padding: 3px 10px;
	margin-bottom: 3px;
}
.company .office .text ul.office_list li .office_address {
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
.company .office .text ul.office_list li {
	width: 48%;
}
}
@media screen and (max-width: 480px) {
.company .office .image {
	margin-bottom: 20px;
}
.company .office .text ul.office_list {
	flex-direction: column;
}
.company .office .text ul.office_list li {
	width: 100%;
}
}
















/*---------------求人情報*/
.recruit .intro {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.recruit .intro .intro_inner {
	position: relative;
}
.recruit .intro .intro_inner .image {
	width: 60%;
	margin-left: 40%;
}
.recruit .intro .intro_inner .text {
	position: absolute;
	width: 50%;
	bottom: 10%;
}
.recruit .intro .intro_inner figure {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	width: 300px;
	height: auto;
}
.recruit .intro .intro_inner .image img,
.recruit .intro .intro_inner .text  img,
.recruit .intro .intro_inner figure img {
	width: 100%;
	margin: auto;
}
@media screen and (max-width: 992px) {
.recruit .intro {
	width: 90%;
}
.recruit .intro .intro_inner .image {
	width: 70%;
	margin-left: 30%;
}
.recruit .intro .intro_inner .text {
	width: 60%;
}
}
@media screen and (max-width: 768px) {
.recruit .intro .intro_inner .image {
	width: 100%;
	margin-left: 0;
}
.recruit .intro .intro_inner .text {
	width: 90%;
	position: relative;
	margin: -30px auto 0;
}
.recruit .intro .intro_inner figure {
	width: 200px;
	height: auto;
}
}
@media screen and (max-width: 480px) {
.recruit .intro .intro_inner figure {
	width: 100px;
	height: auto;
}
}
.recruit .intro .catch2 {
	font-weight: 700;
	margin: 30px auto 10px;
}

.recruit .job {
	background: -moz-linear-gradient(top, #f7fdff, #d2ebff);
	background: -webkit-linear-gradient(top, #f7fdff, #d2ebff);
	background: linear-gradient(to bottom, #f7fdff, #d2ebff);
}
.recruit .job_box {
	width: 90%;
	max-width: 900px;
	margin: 0 auto 40px;
	box-shadow: 0 0 3px rgba(201,201,201,1.00);
	padding: 30px;
	background-color: #ffffff;
	position: relative;
}
.recruit .job_box figure {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 50%;
	max-width: 280px;
	height: auto;
}
.recruit .job_box figure img {
	width: 100%;
}
@media screen and (max-width: 480px) {
.recruit .job_box figure {
	opacity: 0.5;
}
}
.recruit .job_box .catch2 {
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #ffffff;
	padding: 0.3em 0.7em 0.2em 0.7em;
	background-color: #0a7bff;
}
.recruit .dl_job {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*border-bottom: 3px solid #ffffff;*/
	margin-bottom: 3px;
	position: relative;
	z-index: 2;
}
.recruit .dl_job:last-of-type {
	border-bottom: none;
}
.recruit .dl_job dt {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1em;
	/*background-color: #ebf7ff;*/
	background-color: #fff8dc;
}
.recruit .dl_job dd {
	width: 70%;
	line-height: 1.6em;
	padding: 1em 0;
}
.recruit .dl_job dd .catch3 {
	font-weight: 700;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 3px solid #00a1d5;
}
.recruit .dl_job dd span {
	display: block;
	font-weight: 700;
}
.recruit .dl_job ul {
	margin: 10px 0;
}
.recruit .dl_job ul li {
	position: relative;
	padding-left: 1em;
	margin: 0 0 5px 0;
}
.recruit .dl_job ul li::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f111";
	font-weight: bold;
	font-size: 1rem;
	position: absolute;
	left : 0;
	top: 0;
	color: #555555;
}
@media screen and (max-width: 768px) {
.recruit .dl_job {
	flex-direction: column;
}
.recruit .dl_job dt {
	width: 100%;
	/*margin-bottom: 10px;*/
	background-color: rgba(255,208,50,0.2);
	justify-content: flex-start;
}
.recruit .dl_job dd {
	width: 100%;
}
}
.recruit .btn.btn-warning {
	width: 180px;
}






















