<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: "YuGothic M";
	src: local("Yu Gothic Medium");
}

/* =================================
reset
================================= */
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-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

body{ margin:0px; padding:0px;color:#333;}
p{ margin:0px; padding:0px}
a{color:#333;}

img{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
*a:hover{
	text-decoration: none;
}
a img:hover{
	opacity: 0.6;
}

/* 電話番号リンク禁止
---------------------------------------------------- */
@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
@media (max-width: 750px){
	a[href*="tel:"]{
		text-decoration: none;
		color: inherit;
	}
}

/* ----------------------------------------------------------------------
inner
---------------------------------------------------------------------- */
.innerOrigin{
	width:calc(100% - 30px);
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.inner960{
	max-width:960px;
	width:calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}
.inner768{
	max-width:768px;
	width:calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
角丸
---------------------------------------------------------------------- */
.radius10{
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
}
.radius15{
	border-radius: 15px;		/* CSS3草案 */
	-webkit-border-radius: 15px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 15px;	/* Firefox用 */
}
.radius20{
	border-radius: 20px;		/* CSS3草案 */
	-webkit-border-radius: 20px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 20px;	/* Firefox用 */
}

/* ----------------------------------------------------------------------
flexbox
---------------------------------------------------------------------- */
.flexOrigin{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
.flex-start{
	justify-content: flex-start;/*要素を左寄せ*/
}
.flex-wrap{
	flex-wrap: wrap; /*flex繰り返し*/
}
.row-reverse{
	flex-direction:row-reverse;	/*flex逆順*/
}
@media screen and (max-width:767px)  {
	.flex-block{
		display: block; /*スマホ時フレックス解除*/
	}
}

@media print, screen and (min-width:768px)  {
	.flexBox02{
		width:48%;
	}
	.flexBox03{
		width:30%;
	}
	.flexBox04{
		width:23%;
	}
}
@media screen and (max-width:767px)  {
	.flexBox02{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox03{
		width:100%;
		margin-bottom: 20px;
	}
	.flexBox02:last-child,.flexBox03:last-child{
		margin-bottom: 0;
	}
	.flexBox04{
		width:48%;
		margin-bottom: 20px;
	}
	.flexBox04:nth-child(3),.flexBox04:nth-child(4){
		margin-bottom: 0;
	}
}

/* ----------------------------------------------------------------------
float
---------------------------------------------------------------------- */
.left,.leftPc{
	float:left;
}
.right,.rightPc{
	float:right;
}

@media screen and (max-width:750px)  {
	.leftPc,.rightPc{
		width:100%;
	}
}

/*クリアフィックス*/
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

/* ----------------------------------------------------------------------
タブレット以上のみ表示
---------------------------------------------------------------------- */

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

/* ----------------------------------------------------------------------
スマホ以下のみ表示
---------------------------------------------------------------------- */
@media screen and (min-width: 768px),print {
	.sp_only{
		display:none !important;
	}
}

/* ----------------------------------------------------------------------
フォント（%）
---------------------------------------------------------------------- */
.font50 {
	font-size: 50% ;
}
.font60 {
	font-size: 60% ;
}
.font70 {
	font-size: 70% ;
}
.font80 {
	font-size: 80% ;
}
.font90 {
	font-size: 90% ;
}
.font100 {
	font-size: 100% ;
}
.font110 {
	font-size: 110% ;
}
.font120 {
	font-size: 120% ;
}
.font130 {
	font-size: 130% ;
}
.font150 {
	font-size: 150% ;
}
.font180 {
	font-size: 180% ;
}
.font200 {
	font-size: 200% ;
}
.font230 {
	font-size: 230% ;
}
.font250 {
	font-size: 250% ;
}

/* ----------------------------------------------------------------------
フォント（px）
---------------------------------------------------------------------- */
.font12px{
	font-size: 12px ;
}
.font14px{
	font-size: 14px ;
}
.font16px{
	font-size: 16px ;
}
.font18px{
	font-size: 18px ;
}
.font20px{
	font-size: 20px ;
}
.font25px{
	font-size: 25px ;
}
.font30px{
	font-size: 30px ;
}
.font35px{
	font-size: 35px ;
}
.font40px{
	font-size: 40px ;
}
.font45px{
	font-size: 45px ;
}
@media screen and (min-width: 768px) {
	.font12-14px{
		font-size: 14px ;
	}
	.font14-16px{
		font-size: 16px ;
	}
	.font15-20px{
		font-size: 20px ;
	}
	.font15-18px{
		font-size: 18px ;
	}
	.font16-18px{
		font-size: 18px ;
	}
	.font16-20px{
		font-size: 20px ;
	}
	.font18-20px{
		font-size: 20px ;
	}
	.font18-25px{
		font-size: 25px ;
	}
	.font20-22px{
		font-size: 22px ;
	}
	.font20-25px{
		font-size: 25px ;
	}
	.font20-30px{
		font-size: 30px ;
	}
	.font22-30px{
		font-size: 30px ;
	}
	.font25-30px{
		font-size: 30px ;
	}
	.font28-32px{
		font-size: 32px ;
	}
	.font30-35px{
		font-size: 35px ;
	}
	.font35-40px{
		font-size: 40px ;
	}
}
@media screen and (max-width: 767px) {
	.font12-14px{
		font-size: 12px ;
	}
	.font14-16px{
		font-size: 14px ;
	}
	.font15-20px{
		font-size: 15px ;
	}
	.font15-18px{
		font-size: 15px ;
	}
	.font16-18px{
		font-size: 16px ;
	}
	.font16-20px{
		font-size: 16px ;
	}
	.font18-20px{
		font-size: 18px ;
	}
	.font18-25px{
		font-size: 18px ;
	}
	.font20-22px{
		font-size: 20px ;
	}
	.font20-25px{
		font-size: 20px ;
	}
	.font20-30px{
		font-size: 20px ;
	}
	.font22-30px{
		font-size: 22px ;
	}
	.font25-30px{
		font-size: 25px ;
	}
	.font28-32px{
		font-size: 28px ;
	}
	.font30-35px{
		font-size: 30px ;
	}
	.font35-40px{
		font-size: 35px ;
	}
}

/* ----------------------------------------------------------------------
フォントファミリー
---------------------------------------------------------------------- */

.yu_font{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.yugo_font{
	font-family: "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
}

/* ----------------------------------------------------------------------
Adobe Font
---------------------------------------------------------------------- */
.centR_font{
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.centB_font{
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/* ----------------------------------------------------------------------
行間調整
---------------------------------------------------------------------- */
.lh10{
	line-height:1.0em;
}
.lh12{
	line-height:1.2em;
}
.lh15{
	line-height:1.5em;
}
.lh18{
	line-height:1.8em;
}
.lh20{
	line-height:2em;
}
.lh22{
	line-height:2.2em;
}
.lh24{
	line-height:2.4em;
}

/* ----------------------------------------------------------------------
文字揃え
---------------------------------------------------------------------- */
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtJustify{
	text-align:justify;
}


.txtCenterPc{
	text-align:center;
}
@media screen and (max-width: 767px) {
	.txtCenterPc{
		text-align:left;
	}
}

/* ----------------------------------------------------------------------
文字色
---------------------------------------------------------------------- */
.white{
	color:#fff;
}
.blk{
	color:#000;
}
.gold{
	color:#b29139;
}

/* ----------------------------------------------------------------------
文字スタイル（ウエイト）
---------------------------------------------------------------------- */
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}

/* ----------------------------------------------------------------------
文字間
---------------------------------------------------------------------- */
.ls01{
	letter-spacing: 0.1em;
}
.ls02{
	letter-spacing: 0.2em;
}

/* ----------------------------------------------------------------------
PC・スマホ・タブレットのみ改行
---------------------------------------------------------------------- */

@media print, screen and (min-width: 768px) {
	.kaigyouTab {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 767px) and (min-width : 641px){
	.kaigyouPc {
		display: none;
	}
	.kaigyouSp {
		display: none;
	}
}
@media screen and (max-width: 640px){
	.kaigyouPc {
		display: none;
	}
}
@media screen and (min-width: 480px),print{
	.kaigyouSpMini {
		display: none;
	}
}

/* ----------------------------------------------------------------------
マーカーアニメーション
---------------------------------------------------------------------- */ 

.marker-animation.active{
	background-position: -100% .5em;
}
.marker-animation {
	background-repeat: repeat-x;
	background-size: 200% .8em;
	background-position: 0 .5em;
	transition: all 2s ease;
	font-weight:bold;
}
.marker-animation01{/*黄色*/
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255,255,0) 50%);
}

/* ----------------------------------------------------------------------
margin・padding
---------------------------------------------------------------------- */
/*margin top*/
.mt00 {
	margin-top: 0px;
}
.mt05 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
/*margin bottom*/
.mb00 {
	margin-bottom: 0px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb100 {
	margin-bottom: 100px;
}
/*margin left*/
.ml05{
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
/*margin right*/
.mr30 {
	margin-right: 30px;
}
/*padding top*/
.pt05 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt25 {
	padding-top: 25px;
}
.pt30 {
	padding-top: 30px;
}
.pt35 {
	padding-top: 35px;
}
.pt40 {
	padding-top: 40px;
}
.pt45 {
	padding-top: 45px;
}
.pt50 {
	padding-top: 50px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}
/*padding bottom*/
.pb05 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb25 {
	padding-bottom: 25px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb35 {
	padding-bottom: 35px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb45 {
	padding-bottom: 45px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
.pd10{
	padding: 10px;
}
.pd15{
	padding: 15px;
}
.pd20{
	padding: 20px;
}
.pd25{
	padding: 25px;
}
.pd30{
	padding: 30px;
}

/* ----------------------------------------------------------------------
（※）２行目以降
---------------------------------------------------------------------- */
.kome{
	text-indent: -1em;
	padding-left: 1em;
}

/* ----------------------------------------------------------------------
画像
---------------------------------------------------------------------- */
img.img100{
	width:100%;
	display:block;
}
img.imgCenter{
	max-width: 100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.imgLeft{
	max-width: 100%;
	display:block;
	margin-right:auto;
}
img.imgRight{
	max-width: 100%;
	display:block;
	margin-left:auto;
}

/* ----------------------------------------------------------------------
背景色
---------------------------------------------------------------------- */
.bgWhite{
	background:#fff;
}
.bgGray{
	background:#EBEBEB;
}

/* ----------------------------------------------------------------------
ボタン
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 ボタン
---------------------------------------------------------------------- */
.btn250{ /*ボタンW250*/
	max-width:250px;
}
.btn300{ /*ボタンW300*/
	max-width:300px;
}
.btn480{ /*ボタンW300*/
	max-width:480px;
}
.btn100w{ /*ボタンW100%*/
	max-width:100%;
}

.btn01 a {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 250px;
    padding: 20px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	border:2px #000 solid;
	box-sizing: border-box;
}
.btn02 a {
	margin-left:0;
}
.btn01 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: -2em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #000;
    transition: 0.3s;
}
.btn01 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -2em;
    transform: translateY(-50%);
    width: 50px;
    height: 2px;
    background-color: #000;
    transition: 0.3s;
}
.btn01 a:hover:before, .btn01 a:hover:after {
    right: -1.5em;
}
.btn01 a:hover {
    background: #f2f2f2;
    color: #666;
	text-decoration: none;
}

.btn01Center a{
	margin-left:auto;
	margin-right:auto;
}


/* ----------------------------------------------------------------------
ページ内リンク
---------------------------------------------------------------------- */
@media screen and (min-width: 1201px){
	a.scroll_point {
		height: 1px;
		margin-top: -105px;
		padding-top: 110px;
		display: block;
	}
}
@media screen and (max-width: 1200px){
	a.scroll_point {
		height: 1px;
		display: block;
		margin-top: -65px;
		padding-top: 65px;
	}
}

/* ----------------------------------------------------------------------
スクロールフェード
---------------------------------------------------------------------- */
.fade {
	opacity: 0;
	transform: translateY(50px);
}
.fade01 {
	transition: opacity 1.5s, transform 1s;	
}
.fade02 {
	transition: opacity 2.0s, transform 1.5s;	
}
.fade03 {
	transition: opacity 2.5s, transform 2.0s;	
}
.fade04 {
	transition: opacity 3.0s, transform 2.5s;	
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/* ----------------------------------------------------------------------
デフォルトCSSの解除
---------------------------------------------------------------------- */
.global-nav &gt; ul &gt; li{
	font-family: "century-gothic", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
}
.global-nav &gt; ul &gt; li &gt; a:hover{
	color:#999;
}

/* ----------------------------------------------------------------------
 ヘッダー部分（カスタム）
---------------------------------------------------------------------- */
.innerHead{
	width:100%;
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
.header-bar-top{
	position:relative;
	width:100%;
}
.fixed_header{
	position: fixed;
	background:rgba(0,0,05,0.8);
	top: 0;
	left: 0;
	z-index:100;
}
@media only screen and (max-width: 1200px), all{
	.header-bar{
		box-shadow:none;
		background:none;
		border-bottom:none;
	}
	.global-nav-button{
		border-left:none;
	}
}
@media only screen and (max-width: 1200px) {
	.global-nav-button:before{
		color:#fff;
	}
}
a.headSns{
	position:absolute;
	display:inline-block;
	top:40px;
	right:10px;
	font-size:20px;
}
@media only screen and (max-width: 1200px) {
	a.headSns{
		top:18px;
		right:65px;
	}
}

/* ----------------------------------------------------------------------
グローバルメニュー
---------------------------------------------------------------------- */

@media only screen and (min-width: 1200px),print {
	.global-nav{
		position:relative;
		right:45px;
	}
}
.global-nav .current-menu-item &gt; a{
	color:#fff;
}

/* ----------------------------------------------------------------------
Loading
---------------------------------------------------------------------- */
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100000;
	background:url(images/bg_top_menu.jpg) center center;
	background-size:cover;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
	opacity: 0;
	animation: logo_fade 2s 0.5s forwards;
	width: 175px;
	display:block;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

/* ----------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------- */
.header-bar-fixed ~ .top-slider-wrapper {
	margin-top: 0;
}
.mv{
	position:relative;
}
video.headVideo{
	display: block;
	max-width: 100%;
	width: 100%;
	object-fit:cover;
	height:100svh;
}
.mvTxt{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	max-width:768px;
	width:calc(100% - 40px);
}
.mvTxt p.centR_font{
	font-size:20px;
}
.mvTxt h3{
	font-size:20px;
	line-height:1.8em;
	margin-bottom:10px;
}
.mvTxt h4{
	font-size:16px;
	line-height:1.8em;
}
@media only screen and (min-width: 768px),print {
	.mvTxt br{
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.mvTxt p.centR_font{
		font-size:14px;
	}
	.mvTxt h3{
		font-size:18px;
	}
	.mvTxt h4{
		font-size:14px;
	}
}
@media only screen and (max-width: 420px) {
	.mvTxt p.centR_font{
		font-size:13px;
	}
	.mvTxt h3{
		font-size:16px;
	}
	.mvTxt h4{
		font-size:13px;
	}
}

/* ----------------------------------------------------------------------
Signage
---------------------------------------------------------------------- */
.header-bar-fixed ~ .signage {
    margin-top: 0;
}
.signage{
	background:#000;
	height:300px;
	position:relative;
}
.signageTxt{
	width:calc(100% - 30px);
	max-width:1200px;
	margin-left: auto;
    margin-right: auto;
}
.signageTxtInner{
	margin-top:50px;
	text-align:left;
	-webkit-animation: fadeIn 1s ease 1.0s;
	-moz-animation: fadeIn 1s ease 1.0s;
	-ms-animation: fadeIn 1s ease 1.0s;
	-o-animation: fadeIn 1s ease 1.0s;
	animation: fadeIn 1s ease 1.0s;
	animation-fill-mode: both;
}
.signageTxtInner p{
	font-size:70px;
	color:#ccc;
	line-height:1;
	margin-bottom:15px;
}
.signageTxtInner p:first-letter{
	color:#b29139;
}
.signageTxtInner h1::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f111";
	color:#b29139;
	margin-right:0.3em;
}
.signageTriangle{
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	width:300px;
}
.signage-content{
	animation:none;
}
@media only screen and (max-width: 1200px) {
	.signage{
		height:250px;
	}
	.signageTriangle{
		width:250px;
	}
	.signageTxtInner{
		margin-top:30px;
	}
	.signageTxtInner p{
		font-size:60px;
	}
}
@media only screen and (max-width: 480px){
	.signageTxtInner p{
		font-size:45px;
	}
}

/* ----------------------------------------------------------------------
パンくずリスト
---------------------------------------------------------------------- */
.breadcrumb-wrapper{
	position:relative;
}

/* ----------------------------------------------------------------------
トップページ
---------------------------------------------------------------------- */
.main{
	margin-bottom:120px;
}
.contents{
	padding:80px 0;
}
@media only screen and (max-width: 767px){
	.contents{
		padding:50px 0;
	}
}
.topH{
	font-size:50px;
	line-height:1.2em;
}
.topHWrapLine{
	
}

/*-----------------------------------
 About
-----------------------------------*/
.topAboutTxt,
.topAboutImg{
	width:50%;
}
.topAboutImg img{
	display:block;
	width:100%;
	object-fit:cover;
	height:100%;
}
.topHWrapLine{
	position:relative;
	padding-bottom:70px;
	margin-bottom:20px;
}
.topHWrapLine::after{
	position:absolute;
	content:"";
	width:1px;
	height:50px;
	background:#333;
	bottom:0;
	left:2em;
}
.topHWrapLineCenter{
	text-align:center;
}
.topHWrapLineCenter::after{
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
@media only screen and (min-width: 768px),print{
	.topAboutTxt,
	.topAboutimg{
		min-height:800px;
	}
	.topAboutTxt{
		display:flex;
		align-items:center;
		padding:50px 0;
	}
	.topAboutTxtInner{
		max-width: 600px;
        width: calc(100% - 20px);
        margin-right: auto;
        padding: 20px 0 50px 50px;
        box-sizing: border-box;
	}
	.topAboutImg img{
		object-position:70% center;
	}
}
@media only screen and (max-width: 767px){
	.topAboutFlex{
		display:block;
	}
	.topAboutTxt{
		width:calc(100% - 60px);
		margin:0 auto;
		padding:40px 0;
	}
	.topAboutImg{
		width:100%;
	}
	.topAboutImg img{
		object-position:center top;
		height:400px;
	}
}
@media only screen and (max-width: 480px){
	.topAboutImg img{
		height:300px;
	}
}

/*-----------------------------------
 Menu
-----------------------------------*/
.topMenu{
	padding:80px 0;
	background:url(images/bg_top_menu.jpg) center center;
	background-size:cover;
}
@media only screen and (max-width: 480px){
	.topMenu{
		padding:50px 0;
	}
}
.topMenuBox{
	position:relative;
	width:calc(100% / 2);
	padding-bottom:80px;
}
.topMenuBox:nth-child(1),
.topMenuBox:nth-child(2){
	margin-bottom:40px;
}
.topMenuTxt{
	padding:15px;
	box-sizing:border-box;
}
.topMenuBox .btn01{
	position:absolute;
	left:15px;
	bottom:0;
	width:200px;
}
@media only screen and (max-width: 767px){
	.topMenuBox{
		width:100%;
		margin-bottom:40px;
	}
	.topMenuBox img{
		width:100%;
		object-fit:cover;
		height:350px;
	}
	.topMenuBox:last-child{
		margin-bottom:0;
	}
}
@media only screen and (max-width: 480px){
	.topMenuBox img{
		height:250px;
	}
}

/*-----------------------------------
 Special
-----------------------------------*/
.topSpecial{
	position:relative;
	padding-top:300px;
	margin-bottom:80px;
}
.topSpecialImg{
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.topSpecialImg img{
	display:block;
	width:100%;
	object-fit:cover;
	height:400px;
}
.topSpecialTxt{
	position:relative;
	max-width:1200px;
	width:calc(100% - 60px);
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	padding:50px 30px;
	box-sizing:border-box;
	z-index:2;
}
.topSpecialTxtL{
	width:350px;
}
.topSpecialTxtR{
	width:calc(100% - 350px);
}
@media only screen and (max-width: 960px){
	.topSpecial{
		margin-bottom:40px;
	}
	.topSpecialTxtL{
		width:100%;
		margin-bottom:30px;
	}
	.topSpecialTxtR{
		width:100%;
	}
}

/*-----------------------------------
 Greeting
-----------------------------------*/
.topGreeting{
	position:relative;
}
.topGreeting::after{
	position:absolute;
	content:"";
	background:#f2f2f2;
	width:65%;
	height:70%;
	top:10%;
	right:0;
}
.topGreetingTxt,
.topGreetingImg{
	position:relative;
	width:50%;
	z-index:2;
}
.topGreetingTxtInner{
	max-width: 600px;
	width: calc(100% - 20px);
	margin-left: auto;
	padding: 80px 50px 50px 0;
	box-sizing: border-box;
}
.topGreetingImg img{
	width:100%;
	object-fit:cover;
	height:100%;
}
@media only screen and (min-width: 961px),print{
	.topGreetingImg{
		height:600px;
	}
}
@media only screen and (max-width: 960px){
	.topGreeting .flexOrigin{
		display:block;
	}
	.topGreetingTxt{
		width:100%;
	}
	.topGreetingTxtInner{
		width:calc(100% - 60px);
		max-width:100%;
		margin:0 auto 15px;
	}
	.topGreetingImg{
		width:100%;
		height:400px;
	}
}
@media only screen and (max-width: 767px){
	.topGreetingImg{
		height:300px;
	}
}
@media only screen and (max-width: 480px){
	.topGreetingImg{
		height:250px;
	}
	.topGreeting::after{
		height:80%;
	}
}


/*-----------------------------------
 News Blog
-----------------------------------*/
.blogBox{
	width:calc((100% - 40px) / 2);
}
@media only screen and (max-width: 767px){
	.blogWrapFlex{
		display:block;
	}
	.blogBox{
		width:100%;
	}
	.blogBox:first-child{
		margin-bottom:50px;
	}
}

/*blog*/
.topBlogBox{
	margin-bottom:15px;
}
.topBlogBox .flexOrigin{
	
}
.topBlogImg{
	width: 120px;
    height: 120px;
}
.topBlogImg img{
	display: block;
	width: 100%;
	height: 120px;
	object-fit: cover;
	object-position: center center;
	image-rendering:auto; 
	image-rendering: -webkit-optimize-contrast;
	-ms-interpolation-mode: bicubic;
}
.topBlogTxt{
	width:calc(100% - 140px);
}
.topBlogBox .flexOrigin{
	align-items:center;
}
.topBlogTxt h4{
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}

/*news*/
ul.top_postlist{
	border-top:1px #ccc solid;
}
ul.top_postlist li{
	position:relative;
}
ul.top_postlist li::after{
	position:absolute;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
	top: 50%;
    right:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition : all 0.5s ease 0s;
}
ul.top_postlist li a{
	border-bottom:1px #ccc solid;
	display:flex;
	justify-content:space-between;
}
ul.top_postlist li span,
ul.top_postlist li p{
	display:block;
	height:60px;
	line-height:60px;
}
ul.top_postlist li span{
	width:100px;
}
ul.top_postlist li p{
	width:calc(100% - 100px);
	white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
	padding-right:15px;
}


/* ----------------------------------------------------------------------
施術メニュー
---------------------------------------------------------------------- */

/*メニューリンク*/
.menuLink{
	margin-bottom:100px;
}
@media only screen and (max-width: 767px){
	.menuLink{
		margin-bottom:80px;
	}
}
.menuLink a{
	position:relative;
	display:block;
	border-top:2px #333 solid;
	border-bottom:2px #333 solid;
	border-right:2px #333 solid;
	height:65px;
	line-height:61px;
	width:calc(100% / 4);
	box-sizing:border-box;
	text-align:center;
	transition : all 0.5s ease 0s;
	font-size:16px;
}
.menuLink a:hover{
	background:#f2f2f2;
}
.menuLink a::after{
	position:absolute;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f178";
	top: 50%;
    right:10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition : all 0.5s ease 0s;
}
.menuLink a:hover::after{
	right:15px;
}
.menuLink .innerOrigin{
	border-Left:2px #333 solid;
}
@media only screen and (max-width: 767px){
	.menuLink a{
		width:calc(100% / 2);
		font-size:14px;
		height:55px;
		line-height:51px;
	}
	.menuLink a:nth-child(1),
	.menuLink a:nth-child(2){
		border-bottom:0;
	}
}
@media only screen and (max-width: 540px){
	.menuLink a{
		width:100%;
		font-size:12px;
		height:44px;
		line-height:40px;
		border-bottom:0;
	}
	.menuLink a:last-child{
		border-bottom:2px #333 solid;
	}
}

/*メニュー内容*/
.menuWrap{
	margin-bottom:120px;
}
.menuWrapInner{
	margin-bottom:80px;
}
@media only screen and (max-width: 767px){
	.menuWrapInner{
		margin-bottom:50px;
	}
}

.menuBox{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.menuImg,.menuTxt{
	width:calc((100% - 40px) / 2);
}
.menuImg img{
	width:100%;
	object-fit:cover;
	height:100%;
}
.menuNo{
	font-size:60px;
	color: transparent;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
	line-height:1em;
}
.menuCateEn:first-letter{
	color:#b29139;
}
@media only screen and (min-width: 768px),print{
	.menuImg{
		height:580px;
	}
}
@media only screen and (max-width: 767px){
	.menuBox{
		display:block;
	}
	.menuImg,.menuTxt{
		width:100%;
	}
	.menuImg{
		height:350px;
		margin-bottom:30px;
	}
}
@media only screen and (max-width: 767px){
	.menuImg{
		height:250px;
		margin-bottom:30px;
	}
}

/*料金部分*/
.menuPriceH p,
.menuPriceH h4{
	display:inline-block;
}
.menuPriceH p{
	margin-right:0.2em;
}
.priceFlexTit,.priceFlexPrice{
	width:48%;
}
.priceBox{
	position:relative;
	border-bottom:1px dotted #999;
	display:flex;
	align-items:stretch;
	padding:25px 15px;
	box-sizing:border-box;
}
.priceBox:first-child{
	border-top:1px dotted #999;
}
.priceBox:nth-child(odd){
	background:#f2f2f2;
}
.priceH{
	color: transparent;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
	line-height:1em;
}
.priceBox h5{
	padding-left:1.2em;
	text-indent:-1.2em;
}
.priceBox h5::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color:#b29139;
	margin-right:0.3em;
}
.priceBoxLeft p{
	padding-left:1em;
}
.priceBoxLeft{
	width:calc(100% - 300px);
}
.priceBoxRight{
	width:300px;
}
.priceBoxLeftHalf{
	width:calc(100% - 100px);
}
.priceBoxRightHalf{
	width:100px;
}
.priceBoxRight p{
	padding-top:0.3em;
}
.priceBoxRight i{
	font-size:60%;
}
@media only screen and (max-width: 767px){
	.priceBoxLeft{
		width:calc(100% - 200px);
	}
	.priceBoxRight{
		width:200px;
	}
	.priceBoxLeftHalf{
		width:calc(100% - 100px);
	}
	.priceBoxRightHalf{
		width:100px;
	}
}
@media only screen and (min-width: 601px),print{
	.priceBox h5 br.menuBr,
	.priceBox p br{
		display:none;
	}
}
@media only screen and (max-width: 600px){
	.priceBox{
		padding:20px 10px;
	}
	.priceBoxLeft{
		width:calc(100% - 120px);
	}
	.priceBoxRight{
		width:120px;
	}
	.priceBoxLeftHalf{
		width:calc(100% - 100px);
	}
	.priceBoxRightHalf{
		width:100px;
	}
	.priceBoxLeft h5{
		line-height:1.2em !important;
	}
	.priceBoxRight p{
		padding-top:0;
		line-height:1.2em !important;
	}
	.priceBox .font18-20px{
		font-size:16px;
	}
}

/* ----------------------------------------------------------------------
スペシャルメニュー
---------------------------------------------------------------------- */
.specialIntro{
	position:relative;
}
.specialIntroTxt{
	position:relative;
	background:#fff;
	padding:50px 40px;
	box-sizing:border-box;
	z-index:2;
}
.specialIntroTxt h4{
	display:inline-block;
	background:#000;
	line-height:1;
	padding:5px 10px 8px;
}
@media only screen and (min-width: 961px),print{
	.specialIntroImg{
		position:absolute;
		left:0;
		top:0;
		width:50%;
		height:800px;
		z-index:2;
	}
	.specialIntroImg img{
		object-fit:cover;
		width:100%;
		height:100%;
	}
	.specialIntro{
		min-height:800px;
		margin-bottom:80px;
	}
	.specialIntro .innerOrigin{
		padding-top:80px;
	}
	.specialIntroTxt{
		width:55%;
		float:right;
	}
}
@media only screen and (max-width: 960px){
	.specialIntro{
		padding-top:300px;
		margin-bottom:50px;
	}
	.specialIntroImg img{
		position:absolute;
		left:0;
		top:0;
		object-fit:cover;
		width:100%;
		height:400px;
	}
	.specialIntro .innerOrigin{
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 480px){
	.specialIntro{
		padding-top:200px;
	}
	.specialIntroImg img{
		height:250px;
	}
	.specialIntro .innerOrigin{
		width: calc(100% - 40px);
	}
	.specialIntroTxt{
		padding:30px 30px;
	}
	.specialIntroTxt h4.font20-25px{
		font-size:16px;
	}
}

/*Special About*/
.specialAbout{
	background:#f2f2f2;
	padding:80px 0;
}
@media only screen and (max-width: 767px){
	.specialAbout{
		padding:50px 0;
	}
}
.specialAboutTit{
	width:300px;
}
.specialTit p{
	color: transparent;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
.specialAboutTxt{
	width:calc(100% - 300px);
}
.specialAboutBox{
	background:#fff;
	padding:30px;
	box-sizing:border-box;
	margin-bottom:20px;
}
.specialAboutBox:last-child{
	margin-bottom:0;
}
.specialAboutBox h4{
	border:2px #000 solid;
	box-sizing:border-box;
	font-size:20px;
	line-height:40px;
	height:44px;
}
.specialAboutBox h4 span{
	display:inline-block;
	background:#000;
	width:40px;
	text-align:center;
	height:44px;
	line-height:40px;
	position:relative;
	top:-3px;
}
.specialAboutBox h4 strong{
	display:inline-block;
	line-height:1;
	padding:0 10px;
}
@media only screen and (max-width: 767px){
	.specialAbout .flexOrigin{
		display:block;
	}
	.specialAboutTit,.specialAboutTxt{
		width:100%;
	}
	.specialAboutTit{
		margin-bottom:30px;
	}
}

/*FLOW*/
.specialFlow{
	padding:80px 0;
}
@media only screen and (max-width: 767px){
	.specialFlow{
		padding:50px 0;
	}
}
.specialFlowBox{
	position:relative;
	background:#f2f2f2;
	padding:30px;
	box-sizing:border-box;
	width:calc((100% - 40px) / 2);
	margin-bottom:30px;
}
p.specialFlowNo{
	position:absolute;
	display:inline-block;
	top:10px;
	left:10px;
	font-size:60px;
	transform: skewX(-10deg);
	line-height:1em;
}
.specialFlowBoxInner{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
}
.specialFlowImg{
	width:150px;
}
.specialFlowTxt{
	width:calc(100% - 170px);
}
@media only screen and (max-width: 960px){
	.specialFlowBox{
		width:100%;
	}
}
@media only screen and (max-width: 480px){
	.specialFlowBoxInner{
		display:block;
	}
	.specialFlowImg{
		margin:0 auto 15px;
	}
	.specialFlowTxt{
		width:100%;
	}
	.specialFlowTxt h4{
		text-align:center;
	}
}

/* ----------------------------------------------------------------------
スタッフ紹介
---------------------------------------------------------------------- */
.staff{
	margin-bottom:120px;
}
.staffBox{
	margin-bottom:80px;
}
@media only screen and (max-width: 767px){
	.staffBox{
		margin-bottom:50px;
	}
}
.staffBoxImg{
	width:250px;
}
.staffBoxTxt{
	width:calc(100% - 280px);
}
.nameEn:first-letter{
	color:#b29139;
}
.staffBoxTxtInner{
	padding-bottom:40px;
}
.staffBoxTxtInner:last-child{
	border-bottom:1px #333 solid;
}
.staffBoxTxtH{
	position:relative;
	margin-bottom:30px;
}
.staffBoxTxtH::after{
	position:absolute;
	content:"";
	background:#333;
	height:1px;
	width:100%;
	top:0.5em;
	left:0;
}
.staffBoxTxtH h4{
	position:relative;
	display:inline-block;
	background:#fff;
	z-index:2;
	padding-right:1em;
}
@media only screen and (max-width: 767px){
	.staffBox{
		display:block;
	}
	.staffBoxImg{
		width:250px;
		margin:0 auto 30px;
	}
	.staffBoxTxt{
		width:100%;
	}
	.staffBoxTxtName{
		text-align:center;
	}
}

/* ----------------------------------------------------------------------
よくある質問
---------------------------------------------------------------------- */
.faqLink{
	margin-bottom:80px;	
}
@media only screen and (max-width: 767px){
	.faqLink{
		margin-bottom:50px;
	}
}
.faqLink a{
	position:relative;
	display:block;
	background:#fff;
	border:2px #b29139 solid;
	box-sizing:border-box;
	text-align:center;
	width:calc((100% - 60px) / 3);
	margin-bottom:15px;
	height:54px;
	line-height:50px;
	border-radius:100px;
	transition : all 0.5s ease 0s;
	font-size:16px;
}
.faqLink a:hover{
	background:#f2f2f2;
}
.faqLink a::after{
	position:absolute;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
	top: 50%;
    right:10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transition : all 0.5s ease 0s;
}
.faqLink a:hover::after{
	right:15px;
}
@media only screen and (max-width: 767px){
	.faqLink a{
		width:calc((100% - 20px) / 2);
		font-size:14px;
	}
}
@media only screen and (max-width: 480px){
	.faqLink a{
		width:calc((100% - 10px) / 2);
		font-size:12px;
		height:44px;
		line-height:40px;
	}
}

.faqWrap{
	margin-bottom:80px;
}
@media only screen and (max-width: 767px){
	.faqWrap{
		margin-bottom:50px;
	}
}
.faqWrap h3{
	padding-left:12px;
	border-left:7px #b29139 solid;
}
dl.faqDL {
	width: 100%;
	border-bottom: 1px #999 dashed;	
	padding-bottom:15px;
	margin-bottom:20px;
}
dl.faqDL dt {
	padding: 10px 10px 10px 0;
	position: relative;
}
dl.faqDL dd {
	margin-bottom:10px;
	display: none;
}
dl.faqDL dt, 
dl.faqDL dd {
	padding-left: 45px;
	text-indent: -45px;
	box-sizing: border-box;
	padding-right: 30px;
}
dl.faqDL dt::before, 
dl.faqDL dd::before {
	margin-right: 15px;
	position: relative;
	top: 7px;
}
dl.faqDL dt::before {
	content: url(images/ico_faq_q.png);
}
dl.faqDL dd::before {
	content: url(images/ico_faq_a.png);
}
dl.faqDL dt span::before, 
dl.faqDL dt span::after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 5px;
	background: #b29139;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
dl.faqDL dt.open span::after {
	transform: rotate(0);
	transition: 0.5s;
}
dl.faqDL dt span::after {
	background: #b29139;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
@media only screen and (max-width: 767px){
	dl.faqDL {
		padding-bottom:5px;
		margin-bottom:5px;
	}
}

/* ----------------------------------------------------------------------
店舗情報/アクセス
---------------------------------------------------------------------- */
.salonImage{
	margin-bottom:80px;
}
@media only screen and (max-width: 767px){
	.salonImage{
		margin-bottom:50px;
	}
}
/*スライダー*/
.salonImage .inner768{
	overflow:hidden;
}
.swiper-slide img {
  width: 100%;
}
.thumbnail .swiper-slide {/* サムネイルのスタイル */
  opacity: 0.5;
}
.thumbnail .swiper-slide-thumb-active {/* サムネイルのアクティブスタイル */
  opacity: 1;
}

/*サロン情報*/
.salonInfo{
	margin-bottom:50px;
}
p.accessTel{
	font-size:30px;
	margin-right:0.5em;
	line-height:1.2em;
}
p.accessTel::before{
	position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    font-size: 80%;
    margin-right: 3px;
}
p.accessTel,
a.accessInsta{
	display:inline-block;
}
a.accessInsta{
	font-size:20px;
}
.salonInfoBox{
	width:49%;
	background:#999;
	padding:15px 20px 10px;
	border-radius:15px;
	box-sizing:border-box;
}
.salonInfoBox h4{
	background:#fff;
	padding:10px;
	box-sizing:border-box;
	border-radius:100px;
}
.salonInfoBox h4 span{
	display:inline-block;
}
.salonInfoBox h4 span::before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f239";
	margin-right:0.3em;
}
@media only screen and (max-width: 640px){
	.accessMeans{
		display:block;
	}
	.salonInfoBox{
		width:100%;
	}
	.salonInfoBox:first-child{
		margin-bottom:10px;
	}
}

/* ----------------------------------------------------------------------
お問い合わせ
---------------------------------------------------------------------- */
.contactTel{
	margin-bottom:100px;
}
@media only screen and (max-width: 767px){
	.contactTel{
		margin-bottom:70px;
	}
}
.contactTelInner{
	width:calc(100% - 30px);
	max-width:500px;
	margin:0 auto;
}
.contactTelInner h3{
	background:#000;
	padding:10px 10px 12px;
	border-radius:100px;
}
a.contactTelTxt{
	display:inline-block;
	font-size:40px;
	line-height:1.5em;
}
a.contactTelTxt::before{
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    font-size: 80%;
    margin-right: 3px;
}
@media only screen and (max-width: 767px){
	a.contactTelTxt{
		font-size:35px;
	}
}

/*contact form*/
.contact{
	margin-bottom:100px;
}
.contact .wpcf7{
	border: none;
	background: none;
}
.contactBox{
	border-bottom:1px #999 solid;
}
.contactBox p.centB_font:first-letter{
	color:#b29139;
}
.wpcf7 form{
	margin:0;
}
.contact .wpcf7 input,
.contact .wpcf7 textarea{
	border: none;
	padding:0;
	font-size:18px;
}
.contact .wpcf7 p{
	margin:0;
}
.contact textarea{
	width:100%;
	height:59px;
}
.ans{
	padding:30px 0 10px;
}
.check{
	position:relative;
	/*top:30px;*/
	font-size:14px;
}
.check .wpcf7-list-item-label{
	font-size:14px !important;
}
@media only screen and (max-width: 767px) {
	.check .wpcf7-list-item-label{
		font-size:12px !important;
	}
}
.wpcf7 .wpcf7-list-item-label{
	font-size:16px;
	font-family:'NotoSansJP-Regular';
}
.wpcf7 input.wpcf7-submit {
   background: #b29139;
	width:100%;
	max-width:300px;
	height:55px;
	line-height:55px;
	margin-top:80px;
	font-size:16px;
	font-weight:bold;
	transition : all 0.5s ease 0s;
	border-radius:10px;
}
.wpcf7 p{
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	.wpcf7 p{
		font-size: 18px;
	}
}
.wpcf7-list-item{
	display:inline-block;
}
.wpcf7-list-item.first{
	margin-left:0;
}
.wpcf7 select{
	border:none;
	font-size:16px;
}


/* ----------------------------------------------------------------------
プライバシーポリシー
---------------------------------------------------------------------- */
.privacyBox{
	margin-bottom:50px;
}
.privacyBox h3{
	background:#f2f2f2;
	border-radius:5px;
	padding:10px 15px;
	box-sizing:border-box;
	border:2px #333 solid;
}

/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
.footer{
	margin-top:0;
}
.footInfo{
	width:460px;
}
.footLogo{
	width:120px;
}
.footInfoTxt{
	width:calc(100% - 140px);
}
.footTel::before{
	position:relative;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095";
	font-size:80%;
	margin-right:3px;
}
.footLink{
	width:450px;
}
.footLink ul{
	width:calc((100% - 20px) / 3);
}
.footLink ul li{
	margin-bottom:10px;
}
.footLink ul li a{
	color:#fff;
}
@media only screen and (max-width: 960px){
	.footerFlex{
		display:block;
	}
	.footInfo{
		margin-bottom:30px;
	}
	.footLink{
		width:100%;
	}
}
@media only screen and (max-width: 480px){
	.footInfo,
	.footLink{
		display:block;
		width:100%;
	}
	.footInfoTxt{
		width:100%;
	}
	.footLogo{
		margin-bottom:15px;
	}
	.footLink ul{
		width:100%;
	}
}

/*フッターコンテンツ*/
.footerContent{
	background:url(images/bg_footer.jpg) no-repeat center center;
	background-size:cover;
	padding:40px 0;
}

/*コピーライト*/
.footer-bar01,.copyright{
	background: #fff;
}
.pagetop a{
	background:#000;
}
.copyright small a {
	color:#000;
}
@media only screen and (max-width: 767px){
	.copyright small{
		display:block;
		text-align:center;
		line-height:1.8em;
		padding:10px 0;
	}
}

/* フッターバナー */
a.footBnr{
	position:fixed;
	display:block;
	width:150px;
	left:10px;
	bottom:15px;
	z-index:100;
}
a.footBnr img{
	display:block;
	width:100%;
	filter: drop-shadow(2px 2px 2px #333);
	transition : all 0.5s ease 0s;
}
a.footBnr:hover img{
	opacity:0.7;
}
@media only screen and (max-width: 767px){
	a.footBnr{
		width:120px;
	}
}

/*reCAPTCHA*/
.grecaptcha-badge { visibility: hidden; }</pre></body></html>