@charset 'utf-8';
@import "reset.css";
@import "landscape.css";

@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  src: url('../fonts/NotoSerifCJKjp-Regular_ot.otf');
  font-weight: 400;
}
@import url('https://fonts.googleapis.com/css?family=EB+Garamond&display=swap');
.pc {
	display: block;
}
.sp {
	display: none;
}
.wrappadding{
	max-width:980px;
	margin:0 auto;
}

/*スマホ用画像リサイズ*/
img {
	max-width: 100%;
	/*max-width: none＼0/;*/
	height: auto;
	vertical-align: top;
}



/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 980px;
  padding: 10px 30px;
  background-color: #fff;
  height : 90%;
  overflow : auto;
}
.modalContents h5{
font-size: 16px;
margin: 10px;
}
.modalContents p{
font-size: 14px;
margin-bottom: 15px;
text-align: left;
}

.closeModal {
  position: absolute;
  top: 0.1rem;
  right: 0.8rem;
  cursor: pointer;
  font-size: 40px;
}
.txt_red{
color: #CD0508;
}

/*--  #ROLL-OVER
---------------------------------------------------------------------------*/
 
.alphaOver a img{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.alphaOver a:hover img { opacity:0.7; filter:alpha(opacity=70); -moz-opacity:0.7; }


/*--  #Pagetop
---------------------------------------------------------------------------*/

.fpageTop{
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index:50;
	background-image:none;
}
.fpageTop a{
	display:block;
	text-align:center;
	width:20px;
	height:20px;
	padding: 5px;
	background-color:#817c57;
	color:#FFF;
	line-height:100%;
	letter-spacing:1px;
	font-size:8px;
}
.fpageTop span{
	font-size:12px;
	line-height:140%;
	
}
.fpageTop a:hover{
	opacity:0.8;
}

/*キラリン*/

.glint{
overflow:hidden;
position:relative;
}
.glint .reflection{
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 3s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 3s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 3s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 3s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 3s ease-in-out infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}
@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}


/*--  #Header PC
---------------------------------------------------------------------------*/
header {
	max-width: 980px;
	margin: 0 auto;
}
header h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	line-height: 10%;
	font-size: 10px;
	margin:20px 0 10px 0;
	height:25px;
	text-align:left;
}
header h2 {
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	float: left;
	width: 269px;
}
header h2 img {
	width: auto;
}
.header-inner {
	display: none;
}
header .head_right {
	width: 70%;
	text-align: right;
	float: right;
}
header ul {
}
.rbtns {
	letter-spacing: 1px;
	float: left;
	color: #FFF;
	text-align: left;
	margin: 12px 0 0 110px;
	color: #333;
}
header .rbtns ul {
	line-height:160%!important;
}
header .rbtns li {
	line-height:150%;
	margin-bottom: 10px;
}
.head_vacancy a{
	display: block;
	color: #FFF;
	background-color: #033E5A;
	text-align: left;
	padding:12px 0 12px 40px;
	font-size: 14px;
	line-height: 120%;
	width: 100px;
	margin: 0 0 0 10px; 
	letter-spacing:5px;
	float: right;
	background-image: url("../img/header_icon04.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left 10px center; 
}
.head_vacancy a:hover {
	background-color:  #a39f7f;
}
.head_areamap a {
	display: block;
	background-color: #FFF;
	border: 1px solid #707070;
	box-sizing: border-box;
	text-align: left;
	padding:12px 0 12px 35px;
	font-size: 14px;
	line-height: 120%;
	width: 130px;
	margin: 0 0 0 10px; 
	letter-spacing:-1.5px;
	float: right;
	background-image: url("../img/header_icon03.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left 8px center; 
}
.head_areamap a:hover {
	background-color:  #033E5A;
	color: #FFF;
}
.head_planbook a{
	display: block;
	border: 1px solid #707070;
	box-sizing: border-box;
	text-align: left;
	padding:12px 0 12px 40px;
	font-size: 14px;
	line-height: 120%;
	width: 120px;
	margin: 0 0 0 10px; 
	letter-spacing:5px;
	float: right;
	background-image: url("../img/header_icon02.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left 10px center; 
}
.head_planbook a:hover {
	background-color:  #033E5A;
	color: #FFF;
}
.head_dpamphlet a{
	display: block;
	border: 1px solid #707070;
	box-sizing: border-box;
	text-align: left;
	padding:12px 0 12px 40px;
	font-size: 14px;
	line-height: 120%;
	width: 180px;
	margin: 0 0 0 10px; /*来場予約追加時修正*/
	letter-spacing:-1.5px;
	float: right;
	background-image: url("../img/header_icon01.png");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: left 10px center; 
}
.head_dpamphlet a:hover {
	background-color:  #033E5A;
	color: #FFF;
}


nav {
	font-size:13px;
}
nav ul {
	width: 980px;
	margin: 0 auto 50px;
	color: #666;
	line-height: 240%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
nav li:first-child{
	border-left: 1px solid #707070;
}
nav li {
	float: left;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	width: 16.6666666%;
	border-right: 1px solid #707070;
}
nav li a {
	display: block;
	height: 34px;
}
nav li a.is-active {
	background-color: #817c57;color: #FFF;
}
nav li a:hover {
	color: #FFF;
	background-color: #a39f7f;
}
.globalNav {
	display:block;
}
.let {
	letter-spacing: -1px;
}
.uc{
color: #999;
  padding: 0 20px;
 }
 .spentry{
 display: none;
 }
 

/*--  #Common PC
---------------------------------------------------------------------------*/

main {
	text-align:center;
}
main h2 {
}


/*--  #footer PC
---------------------------------------------------------------------------*/


.footbnr {
  position: relative; 
  overflow: hidden;
  max-width:980px;
  margin:30px auto;
}

.footbnr ul {
  position: relative;
  left: 50%;
  float: left;
  width:100%;
}

.footbnr ul li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
  width:32%;
  margin-right:2%;
  margin-bottom: 15px;
}
.footbnr ul li:nth-of-type(3) {  margin-right:0;}
.footbnr ul li:nth-of-type(6) {  margin-right:0;}
.footbnr img {
	width:100%;
}

.caption ul{
	max-width:980px;
	margin:20px auto;
}
.caption li{
	text-align:left;
	font-size:10px;
	line-height:120%;
	text-indent:-1em;
	padding-left:1em;
	margin-top:2px;
}

.fnav{
	background-color:#F2F2F2;
	color:#000;
	padding-bottom:5px;
	font-size:12px;
	margin-top:30px;
	text-align: center;
}
.fnav ul{
	max-width:980px;
	padding:20px ;
	margin: 0 auto;
	display: flex;
  justify-content: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0.1em;
}
.fnav li{
	border-right:1px solid #989898;
	padding:0 20px;
	margin:0 0px;
	line-height: 100%;
}
.fnav li a{
	text-decoration:underline;
}
.fnav li a:hover{
	text-decoration:none;
	color:#ffffff;
}

footer{
	margin:30px auto;
}
.commonline{
background-color: #e2e1d9;
height: 1px;
margin: 20px 0;
}
.ftop{
	margin-bottom:15px;
}
.flogo{text-align: center;}
.flogo ul{display: flex;justify-content: space-around;max-width: 500px;margin: 0 auto;align-items:center;}
.flogo li:first-child{max-width: 140px;}
.ftel{
	float:right;
	text-align:right;
	line-height:100%;
}
.ftel p{
}
.ftel p img{
	width:auto;
	height:10px;
}
.ftel ul{
	margin-top:7px;
}
.ftel li{
}
.ftel_btn{
	display:none;
}
.foot_tel{
display: flex;
max-width: 980px;
margin: 10px auto 20px;
text-align: left;
  justify-content: center;
}
.ftel01{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
margin-right: 20px;
}
.ftel02{
font-size: 32px;
line-height: 100%;
margin-right: 20px;
letter-spacing: 0.1em;
}
.ftel03{
margin-top: 18px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.fpolicy{
float: left;
margin-top: 15px;
}
.fpolicy li{
margin-bottom: 5px;
}
.fpolicy li a{
	display: block;
	background-image: url(../img/obj_yajirushi.png);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	margin: 3px 10px 0 0;
	font-size: 12px;
}
.fpolicy li a:hover{
	color: #a2a091;
	background-image: url(../img/obj_yajirushi_o.png);
}

.copyright{
	margin:20px 0 30px 0;
	font-size: 10px;
	text-align: center;
}
.imgcap_undr{
	text-align:right;
	font-size:10px;
}
.imgcap_undl{
	text-align:left;
	font-size:10px;
}
.imgcap_in{
	position:relative;
	line-height:100%;
}
.imgcap_inr{
	position:absolute;
	font-size:10px;
	background-color:rgba(0,0,0,0.80);
	display:block;
	color:#fff;
	padding:5px 10px;
	bottom:0;
	right:0;
	z-index: 5;
}
.imgcap_inl{
	position:absolute;
	font-size:10px;
	background-color:rgba(0,0,0,0.80);
	display:block;
	color:#fff;
	padding:5px 10px;
	bottom:0;
	left:0;
}
.imgcap_insmplrb{
	position:absolute;
	font-size:10px;
	color:#000;
	padding:3px;
	bottom:0;
	right:0;
	z-index: 5;
}
.footer_banner{text-align: center; margin-bottom: 40px;}

.policy{text-align: center; margin: 30px 0;}
.policy a{border: 1px solid #999;line-height: 100%; padding:10px 30px;}
.policy a:hover{background-color: #999;color: #FFF;}

#nav_toggle{
		display: none;
	}
.telbtn{display: none;}

.pcfootcom {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}
.pcfootcom .footcom01 a{
display: block;
text-align: center;
padding: 15px 0;
font-size: 18px;
width: 400px;
background: #d78f26; /* Old browsers */
background: -moz-linear-gradient(45deg,  #d78f26 24%, #eed6a3 54%, #e6ac41 85%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #d78f26 24%,#eed6a3 54%,#e6ac41 85%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #d78f26 24%,#eed6a3 54%,#e6ac41 85%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d78f26', endColorstr='#e6ac41',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pcfootcom .footcom01 a:hover{
background: #a39f7f;
color: #FFF;
}

.txt_b01{font-size: 1.2em}
.txt_b02{font-size: 1.4em}
.txt_b03{font-size: 1.6em}
.txt_b04{font-size: 1.8em}
.txt_b05{font-size: 2em}
.txt_b06{font-size: 2.2em}
.txt_b07{font-size: 2.4em}
.txt_b08{font-size: 2.6em}
.txt_b07{font-size: 2.8em}
.txt_b08{font-size: 3em}

.txt_s01{font-size: 0.8em}
.txt_s02{font-size: 0.7em}
.txt_s03{font-size: 0.6em}
.txt_s04{font-size: 0.5em}
.txt_s05{font-size: 0.4em}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

@media screen and (max-width: 980px) {
.wrappadding{
	padding:0 20px;
}
.rbtns{
	margin: 12px 0 0 50px;
}
nav ul{
width: 100%;
}
}

@media screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
.wrappadding{
	padding:0 2%;
}

/*--  #Header SP
---------------------------------------------------------------------------*/
header {
/*	width: auto;
	height: auto;
	padding:10px;
	position: relative;
	*/
	width: 100%;
	height: 42px;
	top: 0;
    left: 0;
	margin: 0;
    padding: 0px;
	box-sizing: border-box;
	z-index: 999;
	background-color: transparent;
	position: static;
}
.header-nav {
	display: table;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background-size: cover;
}
.header-nav img{
	width:80px;
}
.header-inner {
	display: block;
}
.header-inner ul {  
}
.header-inner li a { 
	float: left;
	width: 50%;
	padding: 15px 0;
	vertical-align: top;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	letter-spacing: 2px;
}
.header-inner li img {
	height: 100%;
}
.item-tel {
	background-color: #173F50;	
	background-image:url("../img/footer_icon07.png");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: left 10% center; 
}
.item-vacancy {
	background-color: #377792;
	background-image:url("../img/footer_icon06.png");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: left 10% center; 
	
}
.item-reserve {
	background-color: #cc9900;
}
.item-menu {
	background-color: #666;
}
a.is-active.item-menu {  /*  来場予約表示非表示20%/25%  */
	display: block;
	width: 25%;
	height: 46px;
	margin: 0 auto;
	background: url(../img/header_close.png) no-repeat 50% 50%;
	background-size: auto 100%;
	background-color: #666;
}
a.is-active.item-menu img {
	display: none;
}
.header.is-active {
	height: 100%;
}
.header.is-active-inner {
	height: 100%;
}

	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 24px;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 100;
background: rgb(0,58,86); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,58,86,1) 0%, rgba(57,121,148,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,58,86,1) 0%,rgba(57,121,148,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,58,86,1) 0%,rgba(57,121,148,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a56', endColorstr='#397994',GradientType=0 ); /* IE6-9 */

		padding: 8px 10px 17px;
		box-sizing: content-box;
	}
	.bg-is-black{
		background-color: #FFF!important;
	}

#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #FFF;
		position:absolute;
		width: 80%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:3px;
		left:3px;
	}
	#nav_toggle span:nth-child(2){
		top:9px;
		left:3px;
	}
	#nav_toggle span:nth-child(3){
		top:15px;
		left:3px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 9px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
		}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
		}
	.open #nav_toggle span:nth-child(3) {
		top: 9px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
		}
	.togglefont{
	font-size:7px;
	letter-spacing:0px;
	top:24px;
	left: -4px;
	text-align:center;
	color: #FFF;
	font-weight: 800;
	width: 36px;
/*	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN',meiryo, sans-serif;*/
}
	.toggle_wrap{
    background-color: #FFF;
	padding: 5px;
}


/*--  #globalNav SP
---------------------------------------------------------------------------*/

nav {
	background-color: none;
	border-bottom: none;
}
nav ul {
	width: 100%;
	margin: 0 auto;
	height: auto;
	line-height: 260%;
	font-weight:normal;
    display: -webkit-block;
    display:block;
}
nav li:first-child{
border-left:none;
}
nav li {
	float: left;
	width: 50%;
	height: 50px;
	border-left: none;
	text-align: center;
	height: 50px;
	display: table;
	border-right: none;
}
nav li a { /*スマホメニュー表示後ボタン*/
color:#FFF;
background-color: transparent;
}
.uc { /*スマホメニュー表示後工事中ボタン*/
	padding: 8px 0px;
	color: #666;
}
.globalNav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.90); /*スマホメニュー表示後背景*/
	color: #FFF;
	z-index:90;
}
.globalNav-inner {
	overflow-y: auto;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 58px 10px 0;
	z-index: 110;
	-webkit-overflow-scrolling: touch;
}
.globalNav-inner ul {
	box-sizing: border-box;
}
.globalNav-inner li {
	box-sizing: border-box;
	float: left;
	width: 49%;
	margin:0 0 2% 0;
	height: 50px;
	border-bottom: 1px solid #AAA;
	letter-spacing: 0;
}
.globalNav-inner li:nth-child(odd) {
	box-sizing: border-box;
	float: left;
	width: 49%;
	margin:0 2% 2% 0;
	height: 50px;
	border-bottom: 1px solid #AAA;
	letter-spacing: 0;
}
.globalNav-inner li a {
	display: table;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 15px 0px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../img/obj_yajirushi_w.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	background-size: 3.5%;
	line-height: 160%;
}
.globalNav-inner li .is-active {
	background-color: #a2a091;
	color: #000;
	background-image: none;
}
 .spentry{
 display: block;
 }
 .spentry a{
 color: #000;
	vertical-align: middle;
	background-image: url(../img/obj_yajirushi.png)!important;
	background-repeat: no-repeat;
	background-position: 8px center!important;
	background-size: 1.75%!important;
	border-bottom: none;
 }
header {
}
header h1 {
	display: none;
}
header h2 {
	float: left;
	padding: 8px 0 0 8px;
	background-color: transparent;
	margin:0;
	float: none;
	width: auto;
}
header h2 img {
	width: auto;
	height: 36px;
}
.head_right {
	display: none;
}
main {
	width: auto;
	 /* margin-top: -50px;固定ナビの高さ分のネガティブマージン */
    padding-top: 7px; /* 打ち消し用のパディング */
}


.caption ul{
	margin:10px 10px;
}
.yubi{
	position:relative;
}
.yubi .yubi_br{
	position:absolute;
	background-color:rgba(255,255,255,0.80);
	background-image:url(../img/ubi.png);
	background-size:80%;
	background-position:center center;
	background-repeat:no-repeat;
	width:35px;
	height:32px;
	bottom:5px;
	right:5px;
}
.yubi .yubi_bl{
	position:absolute;
	background-color:rgba(255,255,255,0.80);
	background-image:url(../img/ubi.png);
	background-size:80%;
	background-position:center center;
	background-repeat:no-repeat;
	width:35px;
	height:32px;
	bottom:5px;
	left:5px;
}


/*--  #footer SP
---------------------------------------------------------------------------*/
footer {
  overflow: hidden;
}
.caption ul{
	max-width:980px;
	margin:10px;
}
.caption li{
	text-align:left;
	font-size:10px;
	line-height:120%;
	text-indent:-1em;
	padding-left:1em;
	margin-top:2px;
}

.fnav{
	color:#000;
	padding:0;
	margin: 0;
  background-color: transparent;
}
.fnav ul{
	max-width:980px;
	margin:0 auto;
	padding:0;
	letter-spacing:2px;
	flex-wrap: wrap;
	border-top: 1px solid #707070;
}
.fnav li{
	border-right:none;
	padding:0;
	margin:0;
	width:50%;
}
.fnav li a{
	text-decoration:none;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #707070;
	text-align:center;
	padding:20px 0;
}
.fnav li:nth-child(odd) a{　/*奇数*/
	text-decoration:none;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align:center;
	padding:20px 0;
}
.foot_tel{background-color:#F2F2F2;padding: 20px 0;display: block;text-align: center;}

.ftel01{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
margin: 0 0 5px;
}
.ftel02{
font-size: 8.5vw;
line-height: 150%;
margin:5px auto 15px;
letter-spacing: 0.1em;
width: 86%;
}
.ftel03{
margin-top: 18px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

footer{
	max-width:980px;
	margin:15px auto 0 auto;
	padding: 0 0 40px 0;
	text-align:center;
}
.telbtn{display: block;width: 20%;float: right;}
.telbtn a{
}

.commonline{
display: none;
}
.fpolicy{
float: left;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align:left;
width: 100%;
border-top: 1px solid #e2e1d9;
border-bottom: 1px solid #e2e1d9;
}
.fpolicy li{
margin-bottom: 2px;
}
.fpolicy li a{
	display: block;
	background-image: url(../img/obj_yajirushi.png);
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 10px;
	margin: 3px 10px 0 0;
	font-size: 10px;
}
.fpolicy li a:hover{
	color: #a2a091;
}
.flogo{text-align: center;}
.flogo ul{display: block;justify-content: space-around;max-width: auto;margin: 0 auto;align-items:center;}
.flogo li{margin-bottom: 15px;text-align: center;}
.flogo li:first-child{max-width:150px;text-align: center;margin: 0 auto 15px auto;}

.copyright{
	float:none;
	margin:15px auto 10px auto;
	text-align: center;
    font-size:8px;
    -webkit-transform: scale(0.7);
    -webkit-transform-origin:0 0;
	width: 140%;
}

/*--  #Pagetop
---------------------------------------------------------------------------*/

.fpageTop{
	display: none;
	position: fixed;
	bottom: 56px;
	right: 5px;
	z-index:50;
}
.fpageTop a{
	display:block;
	text-align:center;
	width:20px;
	height:20px;
	padding: 5px;
	background-color: #033E5A;
	color:#FFF;
	line-height:100%;
	letter-spacing:1px;
	font-size:8px;
	position:relative;
}
.fpageTop span{
	font-size:12px;
	line-height:140%;
	
}
.fpageTop a:hover{
	opacity:0.8;
}
.pcfootcom {
display: none;
}
}
