@charset "utf-8";


body {
	line-height: 1.6;
	font-weight: 200;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
  	min-height: -webkit-fill-available;
    animation: fadeIn 1.6s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.6s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

html{
  height: -webkit-fill-available;
}

body, html {
	position: relative;
	color: #333;
	font: 14px/1.8 'メイリオ', "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	padding: 0 0 0 0;
	background-color: #fff;
	height: 100%;
}


a {
  color: #404040;
  text-decoration: none;
}

a:active, 
a:hover {
  color: #404040;
  text-decoration: none;
}

iframe, img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

.clearfix:after, .inner:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden
}

.text-center {
  text-align: center
}

ul {
	list-style: none;
}



.i-space4 {
	padding-left: 4px;
}

.i-space6 {
	padding-left: 6px;
}

.i-space8 {
	padding-left: 8px;
}

.i-space12 {
	padding-left: 12px;
}

.i-space18 {
	padding-left: 18px;
}

.i-space99 {
	padding: 0 6px 0 18px;
}



.i-space4r {
	padding-right: 4px;
}

.i-space6r {
	padding-right: 6px;
}

.i-space8r {
	padding-right: 8px;
}

.i-space12r {
	padding-right: 12px;
}

.i-space18r {
	padding-right: 18px;
}



.i-navir {
	display: inline-block;
	padding-right: 12px;
	font-size: 0.8em;
	height: 72px;
	line-height: 69px;
	vertical-align: middle;
}

.i-navir2 {
	display: inline-block;
	padding-right: 6px;
	font-size: 0.6em;
	height: 52px;
	line-height: 50px;
	vertical-align: middle;
}


.i-navi_g {
	padding-right: 8px;
	font-size: 0.8em;
	color: #c7c1c5;
}






#container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	background-color: #53a4d9;
}

#sub_container {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

#inquiry {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}

/*===========================================================*/
/*　機能編  スクロール　ヘッダー　*/
/*===========================================================*/


/* header */


#container .header {
	position: fixed;
	width:100%;
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(83,164,217,0.8);
	z-index: 2000;
}

@media screen and (max-width:768px) {

	#container .header {
		height: 140px;
	}
    
}


#sub_container .header,
#inquiry .header {
	position: fixed;
	width:100%;
	height: 140px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: rgba(83,164,217,0.8);
	z-index: 2000;
	/*
	box-shadow: 0px 4px 10px -5px rgba(179,179,179,0.9);
	border-bottom: 1px solid #fff;
	*/
}

@media screen and (max-width:768px) {

	#container .header,
	#inquiry .header {
		height: 140px;
	}
    
}




/*　ヘッダー上下　*/
.header.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

.header.DownMove {
	animation: DownAnime 1.0s forwards;
}
@keyframes DownAnime {
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}







/*　header　ページヘッダーロゴ廻り　*/
.header-mark {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 28px;
	left: 34px;
	width: 200px;
	height: auto;
	z-index: 9999;
}

.header-title {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 54px;
	left: 270px;
	width: 480px;
	height: auto;
	z-index: 9999;
}

.header-mark img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {

	.header-mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 28px;
		left: 34px;
	}

}

@media only screen and (max-width: 640px) {

	.header-mark {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 32px;
		left: 18px;
		width: 180px;
		height: auto;
	}

}



@media only screen and (max-width: 1400px) {

	.header-title {
		display: none;
	}

}









/* # =================================================================
   # top-nav 2025 OP OSAKA
   # ================================================================= */
   
.header-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 140px;
	z-index: 1;
}
   

.top-nav {
	display: block;
	position: absolute;
	top: 45px;
	right: 160px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	z-index: 100;
}

.top-nav ul {
	list-style: none;
	display: block;
	text-align:right;
}

.top-nav ul li {
	position: relative;
	display:inline-block; 
	padding: 0 0 0 0;
	zoom:1 ;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;
}

.top-nav ul li a {
	color: #fff;
}

/*ナビゲーションのリンク設定*/
.top-nav ul li a {
	display: block;
	text-decoration: none;
	width: auto;
	color: #fff;
	padding: 0 0 0 18px;
	transition:all .3s;
	font-size: 1.2em;
	line-height: 1.1em;
}

.top-nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}


@media only screen and (max-width:1200px) {
	
	.top-nav {
		display: block;
		position: absolute;
		top: 38px;
		right: 134px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: right;
		z-index: 100;
	}
	
}

@media only screen and (max-width: 920px) {
	
	.top-nav {
		display: none;
	}

}




/* # =================================================================
   # gnav 2025 OP_OSAKA
   # ================================================================= */

.global-nav {
	display: block;
	position: absolute;
	top: 94px;
	right: 152px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	z-index: 100;
}

.global-nav ul {
	list-style: none;
	display: block;
	text-align:right;
}
/*
.header-nav ul ul {
	display: block;
	margin: 0 0 0 0;
}
*/
.global-nav ul li {
	position: relative;
	display:inline-block; 
	padding: 0 0 0 0;
	zoom:1 ;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 0.5px;

}

.global-nav ul li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 46px;
	line-height: 46px;
	color: #fff;
	padding: 0 18px 0 2px;
	margin: 0 4px 0 4px;
	font-size: 1.3em;
	line-height: 1.1em;
}
/*
.header-nav ul li li a {
	padding: 10px 0.8em;
}
*/
.global-nav ul li a:hover,
.global-nav ul li a.current {
	color: #fff;
	border-bottom: 6px solid #fff;
}


@media only screen and (max-width:1200px) {

	.global-nav {
		display: block;
		position: absolute;
		top: 92px;
		right: 122px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		text-align: right;
		z-index: 100;
	}
	
	.global-nav ul li a {
		display: block;
		text-decoration: none;
		width: auto;
		height: 46px;
		line-height: 46px;
		color: #fff;
		padding: 0 4px 0 0;
		margin: 0 6px 0 6px;
		font-size: 1.2em;
		line-height: 1.1em;
	}	
	
}

@media only screen and (max-width: 920px) {

	.global-nav {
		display: none;
	}

}


/* 新設2025 */
.nav-list {
	list-style: none;
	display: flex;
	justify-content: space-around;
	padding: 0;
	margin: 0;
}

.nav-item.current > a {
	color: #faf4db;
	border-bottom: 6px solid #faf4db;
}

.nav-item.hover-current > a {
	color: #fff;
	border-bottom: 6px solid #fff;
}

/*
.nav-item a {
	display: block;
	padding: 15px 20px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}
*/
/*
.nav-item a:hover {
	background: rgba(255, 255, 255, 0.2);
}
*/
/* ▼ 押し下げられる領域 ▼ */
.dropdown-area {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 140px 0 0 0;
	width:100%;
	background: #fff;
	overflow: hidden;
	height: 0;
	transition: height 0.5s ease;
	border-radius: 0 0 35px 35px;
	box-shadow: 0px 6px 14px -5px rgba(179,179,179,0.9);
	z-index: 1000;
}

/* 表示中 */
.dropdown-area.open {
  height: auto;
}

/* 中身 */
.dropdown-content {
	display: none;
	position: relative;
	padding: 20px 0 0 0;
	margin: 0 0 0 0;
	width: 90%;
	max-width: 1400px;
	min-height: 280px;
	margin: 0 auto;
	padding: 20px 0;
}

.dropdown-content.active {
	display: block;
}

.dropdown-content ul {
	display: block;
	list-style: none;
	padding: 0 0 28px 500px;
	margin: 0 0 0 0;
	width: auto;
	height: auto;
	flex-wrap: wrap;
	gap: 20px;
	overflow: hidden;
}

.dropdown-content li a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 1% 10px 1%;
	width: 48%;
	height: 60px;
	line-height: 58px;
	font-size: 1.3em;
	border-bottom: 1px solid #8b9096;
	color: #8b9096;
	text-decoration: none;
	padding: 5px 10px;
	transition:all .6s;
	float: left;
}

.dropdown-content li a:hover {
	background: #efefef;
	transition:all .3s;
}



@media only screen and (max-width: 1200px) {
	
	.dropdown-content li a {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 10px 0;
		width: 100%;
		height: 60px;
		line-height: 58px;
		font-size: 1.3em;
		border-bottom: 1px solid #8b9096;
		color: #8b9096;
		text-decoration: none;
		padding: 5px 10px;
		transition:all .6s;
		float: none;
	}	
	
	
	
	
}


.dropdown-content .dd_title {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 130px;
	left: 240px;
	font-size: 1.1em;
	line-height: 1.2em;
	color: #8b9096;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.dropdown-content .dd_title span {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 3.6em;
	line-height: 1.1em;
	color: #8b9096;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	letter-spacing: -2px;
}

.dropdown-content .dd_img {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 30px;
	left: 0;
	width: 310px;
	height: auto;
}


















/*===========================================================*/
/*　openbtn　*/
/*===========================================================*/


.openbtn {
	display: block;
	position:fixed;
	top: 25px;
	right: 25px;
	z-index: 9999;
	cursor: pointer;
	width: 88px;
	height: 88px;
	background-color: #3e3a39;
	box-sizing: border-box;
	border-radius: 50%;
}

.openbtn_un {
	display: block;
	position:fixed;
	top: 84px;
	right: 25px;
	width: 88px;
	text-align: center;
	font-size: 0.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	color: #fff;
	z-index: 9999;
}

.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 23px;
	height: 4px;
	border-radius: 2px;
	background-color: #fff;
	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top:23px;	
}

.openbtn span:nth-of-type(2) {
	top:36px;
}

.openbtn span:nth-of-type(3) {
	top:48px;
}

.openbtn.active {
	display: block;
	position:fixed;
	top: 25px;
	right: 25px;
	z-index: 9999;
	cursor: pointer;
	width: 88px;
	height: 88px;
	background-color: #3e3a39;
	box-sizing: border-box;
	border-radius: 50%;
}

.openbtn.active span {
	background-color: #fff;
}


.openbtn.active span:nth-of-type(1) {
	top: 28px;
	left: 26px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
	top: 40px;
	left: 26px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
}


@media only screen and (max-width: 640px) {

	.openbtn {
		display: block;
		position:fixed;
		top: 25px;
		right: 14px;
		z-index: 9999;
		cursor: pointer;
		width: 88px;
		height: 88px;
		background-color: #3e3a39;
		box-sizing: border-box;
		border-radius: 50%;
	}
	
	.openbtn_un {
		display: block;
		position:fixed;
		top: 84px;
		right: 14px;
		width: 88px;
		text-align: center;
		font-size: 0.8em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		color: #fff;
		z-index: 9999;
	}
	
	.openbtn.active {
		display: block;
		position:fixed;
		top: 25px;
		right: 14px;
		z-index: 9999;
		cursor: pointer;
		width: 88px;
		height: 88px;
		background-color: #3e3a39;
		box-sizing: border-box;
		border-radius: 50%;
	}

}


/*===========================================================*/
/* クリックしたら スマートデバイスナビ出現 */
/*===========================================================*/

#g-nav {
	display: block;
	position:fixed;
	top: 0;
	right: -600px;
	width: 480px;
	height: 100vh; 
	background-color: #53a4d9;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	transition: all 0.8s;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.2);
	z-index: 3000;
}

#g-nav.panelactive {
    right: 0;
    width: 480px;
}

#g-nav #g-nav-content {
    position: fixed;
    z-index: 999; 
    width: 480px;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav #g-nav-content::-webkit-scrollbar{
	display: none;
}

.g-nav-header {
	display: block;
	position: relative;
	width: 100%;
	height: 140px;
	background-color: #53a4d9;
	z-index: 3000;
}

@media screen and (max-width:768px) {

	#g-nav {
		display: block;
		position:fixed;
		z-index: 3000;
		top: 0;
		right: -1000px;
		width: 100%;
		height: 100vh; 
		background-color: #53a4d9;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		transition: all 0.6s;
	}
	
	#g-nav.panelactive {
	    right: 0;
	    width: 100%;
	}

	#g-nav #g-nav-content {
		position: fixed;
		z-index: 999; 
		width: 100%;
		height: 100vh;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.g-nav-header {
		width: 100%;
  		height: 140px;  
	}
    
}

#gnavSp {
	display: block;
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: right;
}

@media only screen and (max-width: 920px) {
	
	#gnavSp {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 40px 0;
	}
	
}

@media only screen and (max-width: 640px) {
	
	#gnavSp {
		display: block;
		position: relative;
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 40px 0;
	}
	
}




#gnavSp li {
	list-style: none;
}
      
#gnavSp .first {
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #404040;
	border-bottom: none;
}

@media only screen and (max-width: 768px) {
	  
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #404040;
		border-bottom: none;
	}	  
	  
}  
	
@media screen and (max-width: 420px) {
	
	#gnavSp .first {
		display: block;
		width: 100%;
		margin: 0 0 0 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #404040;
		border-bottom: none;
	}	  

}


  
#gnavSp .first > li > a {
	display: block;
	position: relative;
	/*background-color: #fff;*/
	padding: 0 0 0 12px;
	font-size: 1.3em;
	color: #fff;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	border-bottom: 1px solid #f5f5f5; 
	text-decoration: none;
	width: 100%;
	height: 72px;
	line-height: 72px;
}     
        
#gnavSp .first > li > a strong,
#gnavSp .first > li > a em {
display: block; 
}
          
#gnavSp .first > li > a:hover {
	text-decoration: none;
}
          
#gnavSp .first > li > a em {
	font-size: 8px;
	line-height: 1.2; 
}
          
          
#gnavSp .first > li.a > a {
	color: #fff;
	border-bottom: 1px solid #f5f5f5; 
}



#gnavSp .first > li.b > a {
	color: #fff;
	background-color: #898989;
	border-bottom: 1px solid #6e6e6e;
	font-style: normal; 
}
        
#gnavSp .first > li.c > a {
	color: #fff;
	background-color: #eeb845;
	border-bottom: 1px solid #6e6e6e;
}  
        
#gnavSp .first > li.d > a {
	color: #fff;
	background-color:  #0168b7;
	border-bottom: 1px solid #6e6e6e;
}  
        
#gnavSp .first > li.e > a {
	color: #fff;
	background-color: #62cce7;
	border-bottom: 1px solid #6e6e6e;
}   
        
          
#gnavSp .first > li.drop > a .circle {
	display: block;
	position: absolute;
	top: 22px;
	right: 22px;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-image: url(../images/circle-plus-solid.svg); 
}

#gnavSp .first > li.drop > a.active .circle {
	display: block;
	position: absolute;
	top: 22px;
	right: 22px;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-image: url(../images/circle-minus-solid.svg); 
} 
     
/*
#gnavSp .first > li.drop > a {
	background-position: right 22px center;
	background-repeat: no-repeat;
	background-image: url(../images/circle-plus-solid.svg); 
	background-size: contain;
}

#gnavSp .first > li.drop > a.active {
	background-image: url(../images/circle-minus-solid.svg); 
}
*/        
#gnavSp .first > li.drop li {
	border-top: 1px solid #d4d4d4; 
}
        
#gnavSp .first > li.drop li br {
	display: none; 
}
        
#gnavSp .first > li.drop li:first-child {
	 border-top: 0; 
}
         
#gnavSp .first > li.drop li:last-child {
	border-bottom: 1px solid #48565e; 
}
          
#gnavSp .first > li.drop li a {
	display: block;
	background-color: #fff;
	padding: 0 0 0 32px;
	font-size: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	color: #1a1a1a;
	text-decoration: none;
	height: 52px;
	line-height: 52px;
}

#gnavSp .first > li.drop li a:hover {
	display: block;
	background-color: #d0ecff;
	padding: 0 0 0 32px;
	font-size: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	color: #1a1a1a;
	text-decoration: none;
	height: 52px;
	line-height: 52px;
}
          
#gnavSp .first > li .dropList {
	display: none;
}
        
        
        
        
        
        
        
#gnavSp .second {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	display: table;
	width: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	  -ms-flex-align: center;
	      align-items: center; 
}
              
#gnavSp .second a {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding: 0.8em 0.7em;
	color: #fff;
	line-height: 1.2; 
}
        
#gnavSp .second a:first-child {
	border-right: 1px solid #7a7a7a; 
}
          
#gnavSp .third {
	background-color: #11a4a7;
	padding: 1.2em; 
}
      
#gnavSp .fifth {
	background-color: #a9a9a9;
	padding: 1.2em; 
}
      
#gnavSp .third a {
	display: block;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	line-height: 1.2;
	padding: 0.7em;
	font-size: 14px;
	background-color: #f6f5f5;
	border: 1px solid #d0d0d0;
	color: #11a4a7; 
}
        
#gnavSp .fifth a {
	display: block;
	width: 90%;
	border-radius: 4px;
	text-align: center;
	line-height: 1.2;
	padding: 0.7em 5% 0.7em 5%;
	font-size: 16px;
	background-color: #357e8b;
	border: 2px solid #fff;
	color: #fff;
}   
 






#gnavInfo {
	display: block;
	width: 45%;
	padding: 5% 0 50px 5%;
	margin: 0 0 0 0;
	float: left;
	overflow: hidden;
}

@media only screen and (max-width: 920px) {
	
	#gnavInfo {
		display: block;
		width: 95%;
		padding: 0 0 50px 0;
		margin: 30px 2.5% 40px 2.5%;
	}
	
}

@media only screen and (max-width: 640px) {
	
	#gnavInfo {
		display: block;
		width: 100%;
		padding: 0 0 0 0;
		margin: 30px 0 40px 0;
	}
	
}



#gnavInfo .txt_01 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #404040;
	font-size: 5.6em;
	line-height: 0.84em;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	letter-spacing: -1px;
	text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.3);
	z-index: 100;
	text-align: left;
}

#gnavInfo .txt_02 {
	display: block;
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 0 0 0;
	color: #404040;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.3);
	z-index: 100;
	text-align: left;
}

#gnavInfo .txt_03 {
	display: block;
	position: relative;
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
	color: #404040;
	font-size: 2.2em;
	line-height: 1.3em;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	text-shadow: 1px 2px 2px rgba(255, 255, 255, 0.3);
	z-index: 100;
	text-align: left;
}

@media only screen and (max-width: 1100px) {

	#gnavInfo .txt_01 {
		display: block;
		position: relative;
		padding: 0 0 0 22px;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 4.2em;
		line-height: 0.84em;
	}
	
	#gnavInfo .txt_02 {
		display: block;
		position: relative;
		padding: 40px 0 0 22px;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 1.2em;
		line-height: 1.1em;
	}
	
	#gnavInfo .txt_03 {
		display: block;
		position: relative;
		padding: 8px 0 0 22px;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 1.6em;
		line-height: 1.3em;
	}

}


@media only screen and (max-width: 440px) {

	#gnavInfo .txt_01 {
		display: block;
		position: relative;
		padding: 60px 0 0 0;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 3.8em;
		line-height: 0.84em;
		text-align: center;
	}
	
	#gnavInfo .txt_02 {
		display: block;
		position: relative;
		padding: 40px 0 0 0;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 1.1em;
		line-height: 1.1em;
		text-align: center;
	}
	
	#gnavInfo .txt_03 {
		display: block;
		position: relative;
		padding: 8px 0 0 0;
		margin: 0 0 0 0;
		color: #404040;
		font-size: 1.5em;
		line-height: 1.3em;
		text-align: center;
	}

}


























/* #footer */

#footer {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #8b9096;
}

#footer-top {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 500px;
	overflow: hidden;
}









.footer-info {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 70px;
	left: 120px;
	width: 400px;
	height: auto;
}

.footer-logo {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 200px;
	height: auto;
}

.footer-logo_title {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 18px 0 0 0;
	width: 95%;
	max-width: 400px;
	height: auto;
}

.footer-logo img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
}


.footer-post {
	display: block;
	position: relative;
	padding: 74px 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.footer-add {
	display: block;
	position: relative;
	padding: 2px 0 20px 0;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 1.7em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.footer-map {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.footer-map .footer-map-icon {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #fff;
	font-size: 2.8em;
	line-height: 1em;
}

.footer-map .footer-addinfo {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: -4px;
	left: 40px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.footer-map a:hover .footer-map-icon,
.footer-map a:hover .footer-addinfo {
	color: #faf4db;
}

.footer-map a:hover .footer-addinfo {
	text-decoration: underline;
}

@media screen and (max-width: 1300px) {
	
	.footer-info {
		display: block;
		position: relative;
		padding: 70px 0 0 0;
		margin: 0 auto 0 auto;
		top: 0;
		left: 0;
		width: 90%;
		height: auto;
	}
	
	.footer-logo {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 200px;
		height: auto;
	}
	
	.footer-logo_title {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 18px auto 0 auto;
		width: 95%;
		max-width: 400px;
		height: auto;
	}

	.footer-add {
		display: block;
		position: relative;
		padding: 2px 0 20px 0;
		margin: 0 0 0 0;
		color: #fff;
		font-size: 1.4em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
	}

	.footer-post,
	.footer-add {
		text-align: center;
	}

	.footer-map .footer-map-icon {
		display: none;
	}

	.footer-map .footer-addinfo {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 1.1em;
		line-height: 1.6em;
		font-weight: 400;
		font-family: "BIZ UDPGothic", sans-serif;
		text-align: center;
	}

}





























.footer-snslink {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 75px;
	right: 8%;
}


@media screen and (max-width: 1600px) {
	
	.footer-snslink {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 75px;
		right: 60px;
	}
	
}

.footer-snslink ul {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}

.footer-snslink ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
}

.footer-snslink ul li a,
.footer-snslink ul li a:hover {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 12px 0 12px;
	font-size: 3.2em;
	line-height: 1em;
	float: left;
	color: #fff;
}


@media screen and (max-width: 1200px) {

	.footer-snslink {
		display: block;
		position: relative;
		padding: 60px 0 60px 0;
		margin: 0 0 0 0;
		top: 0;
		right: 0;
		width: 100%;
		text-align: center;
	}

	.footer-snslink ul {
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		list-style: none;
		text-align: center;
	}

	.footer-snslink ul li {
		display: inline-block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		float: none;
	}

}






.footer-link {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 200px;
	right: 8%;
	width: auto;
}

@media screen and (max-width: 1600px) {
	
	.footer-link {
		display: block;
		position: absolute;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		top: 200px;
		right: 60px;
		width: auto;
	}	
	
}
	
@media screen and (max-width: 1300px) {
	
	.footer-link {
		display: none;
	}	
	
}	
	
.footer-link-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: auto;
}

.link-main01 {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 8px 0 8px;
	min-width: 50px;
	min-width: 150px;
	height: auto;
	float: left;
	overflow: hidden;
}


@media screen and (max-width: 768px) {

	.link-main01 {
		display: block;
		position: relative;
		padding: 0 0 40px 0;
		margin: 0 auto 0 auto;
		width: 90%;
		height: auto;
		float: none;
	}
	
	.link-main02 {
		display: block;
		position: relative;
		padding: 0 0 40px 0;
		margin: 0 auto 0 auto;
		width: 90%;
		height: auto;
		float: none;
	}

}

.link-main-ti {
	display: block;
	position: relative;
	padding: 0 0 8px 8px;
	margin: 0 0 0 0;
	width: 100%;
	font-size: 1.4em;
	line-height: 1.1em;
	color: #fff; 
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
	letter-spacing: 2px;
}

.link-main-ti span {
	font-size: 0.8em;
}



/* link-main01 ul */

.link-main01 ul {
	display: block;
	position: relative;
	padding: 8px 0 0 26px;
	margin: 0 0 0 0;
	list-style: none;
}

.link-main01 ul li a {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	font-size: 1em;
	line-height: 200%;
	color: #fff; 
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.link-main01 ul li a:hover {
	color: #faf4db;
	text-decoration: underline;
}


@media screen and (max-width: 420px) {

	#footer-link-main {
		display: none;
	}

}

.footer-bottom_link {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	bottom: 40px;
	right: 8%;
	width: auto;
}

.footer-bottom_link ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
}

.footer-bottom_link ul li {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 10px;
}

.footer-bottom_link ul li a {
	color: #fff;
}

.footer-bottom_link ul li a:hover {
	color: #faf4db;
	text-decoration: underline;
}

@media screen and (max-width: 1300px) {
	
	.footer-bottom_link {
		display: none;
	}	
	
}	










#footer-end {
	display: block;
	position: relative;
	padding: 50px 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: auto;
	min-height: 120px;
	color: #ebe7e2;
	background: #9b9895;
	overflow: hidden;
}

.footer-end-inner {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	width: 90%;
	max-width: 1800px;
	height: auto;
	overflow: hidden;
}

@media screen and (max-width: 920px) {
	
	.footer-end-inner {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 1800px;
		height: auto;
	}	
	
}

@media screen and (max-width: 630px) {
	
	#footer-end {
		display: block;
		position: relative;
		padding: 50px 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		min-height: 120px;
		color: #ebe7e2;
		background: #9b9895;
		overflow: hidden;
	}

}


/* コピーライト */
.footer-copy {
	display: block;
	position: relative;
	padding: 0 0 50px 0;
	margin: 0 0 0 0;
	color: #ebe7e2;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.8em;
	font-weight: 400;
	font-family: "BIZ UDPGothic", sans-serif;
}

.footer-copy br {
	display: none;
}

@media screen and (max-width: 720px) {

	.footer-copy {
		text-align: center;
	}

	.footer-copy br {
		display: block;
	}

}







/* # =================================================================
   # page-top
   # ================================================================= */

#page-top a {
	display: block;
	width: 60px;
	height: 60px;
	color: #fff;
	transition:all 0.3s;
}

#page-top a img {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 60px;
	height: 60px;
}

#page-top {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 10000;
	opacity: 0;
	transform: translateX(100px);
	
}

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

@media screen and (max-width: 480px) {

	#page-top,
	#page-top a {
		display: none;
	}

}

