@charset "utf-8";
/*
=======================================
  Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
  margin:0;
  padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
  display:block;
}

html{
  -webkit-text-size-adjust: 100%;
}

body{
	background:url(../img/bg_img.jpg) repeat;
	line-height: 1.5;
	font-size: 15px;
	color:#000;
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}


img{
  border: 0;
  max-width: 100%;
  height: auto;
}

ul,ol{
  list-style-type: none;
}

table {
  border-collapse: collapse; 
  border-spacing: 0;
}

img, input, select, textarea { 
  vertical-align: middle;
}

a {
  color: #000;
  transition: 0.5s;
  text-decoration:none;
}

a:hover {
  color: #333;
}

p{
	line-height:2;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
::selection {
    background: #e2e2e2;
    color: #000;
}

//Firefox
::-moz-selection {
    background: #e2e2e2;
    color: #000;
}



/*
=========================================
  Base Layout
=========================================
*/

#contents{
	margin-top: 97px;
}


  
@media screen and (max-width:1200px) {
#contents{
	margin-top:0;
}

}


/*container*/
.container {
  max-width: 960px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}


/*
=========================================
  Modules（Block）
=========================================
*/

/*header
--------------------*/
h1{
	top:35px;
	left:40px;
	position: absolute;
}
h1 img{
	width:120px;
}


h2{
	font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	font-size: 250%;
	text-align:center;
	letter-spacing:1.5px;
	font-weight: 450;
}

h3{
	font-family: 'Libre Caslon Text', serif;
	font-size: 150%;
	letter-spacing:1px;
}
  
@media screen and (max-width: 900px) {
h2{
	font-size: 160%;
	text-align:center;
}
}




/*
=========================================
  header
=========================================
*/
  
  #top-head {
	  top: -100px;
	  position:absolute;
	  right:0;
	  width: 100%;
	  margin: 100px auto 0;
	  padding: 0;
	  line-height: 1;
	  color:#fff;
	 }
  #top-head {
	  text-decoration: none;
  }
  
#global-nav{
	  top: 0;
	  float:right;
	  right:0;
	  height:80px;
} 

#global-nav ul {
	  list-style: none;
	  overflow:hidden;
}
  #global-nav ul li {
	  float: left;
	  padding:30px 10px;
	  font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
	  font-size: 115%;
	 }
  #global-nav ul li.inquiry{
  	padding:0;
 
  } 
  #top_page  #top-head #global-nav ul li.inquiry a,
  #top-head #global-nav ul li.inquiry a{
	  background:#5fac6a;
	  color:#fff;
	  padding:40px 35px;
	  display:block;
	 }

  #top_page #global-nav ul li.inquiry a:hover,
  #global-nav ul li.inquiry a:hover{
	 background:#3b5647;
  }

  
	 

/*
=========================================
  global nav
=========================================
*/

/* top page */

  #top_page #global-nav ul li a{
	  padding: 10px 10px;
	  color: #fff;
	  display:block;
	 }
  #top_page #global-nav ul li span {
	  padding: 10px;
	  color: #ccc;
	  display:block;
	 }

  #top_page #top-head .logo img {
  	filter: brightness(1) invert(0) ;
  }

/* other page */

  #global-nav ul li a {
	  padding: 10px 10px;
	  color: #000;
	  display:block;
	 }
  #global-nav ul li span {
	  padding: 10px 10px;
	  color: #ccc;
	  display:block;
	 }
  #top-head .logo img {
  	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }

  
  

  /* Fixed */
  #top-head.fixed {
  	background: #f3f3f3;
  	z-index:10;
  	margin-top: 0;
  	top: 0;
  	position: fixed;
  	height: 95px;
  	transition: top 0.65s ease-in;
  	-webkit-transition: top 0.65s ease-in;
  	-moz-transition: top 0.65s ease-in;
  	opacity: 0.9;
  }
  @media screen and (max-width: 1200px) {
  #top-head .logo img {
  	filter:brightness(1) invert(0);
  }
  #top-head.fixed {
  	position:absolute;
  }
  }
  
  

  #top-head.fixed #global-nav ul li a{
  	font-weight:bold;
	color:#000;
  }
  #top-head.fixed #global-nav ul li span{
  	font-weight:bold;
	color:#ccc;
  }
  #top-head.fixed #global-nav ul li.inquiry a{
  	color:#fff;
  }



  #top_page #top-head.fixed .logo img,
  #top-head.fixed .logo img {
  	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
  }


   
  /* Toggle Button */
  #nav-toggle {
	  display: none;
	  position: absolute;
	  right: 0;
	  top: 0;
	  width: 36px;
	  height: 30px;
	  cursor: pointer;
	  z-index: 101;
	  background:#3b5647;
	  padding:15px 12px;
	 }
  #nav-toggle div {
	  position: relative;

  }
  .open #nav-toggle span {
	  background: #fff;
  }
/* #nav-toggle div:after{
  content: "MENU";
  position: absolute;
  top: 35px;
  font-size:12px;
  color: #fff;
}*/
  #nav-toggle span {
	  display: block;
	  position: absolute;
	  height: 3px;
	  width: 100%;
	  background: #fff;
	  left: 0;
	  -webkit-transition: .35s ease-in-out;
	  -moz-transition: .35s ease-in-out;
	  transition: .35s ease-in-out;
	 }
  #nav-toggle span:nth-child(1) {
	  top: 0;
  }
  #nav-toggle span:nth-child(2) {
	  top: 12px;
  }
  #nav-toggle span:nth-child(3) {
	  top: 24px;
  }
  


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

  #global-nav ul li,
  #global-nav ul li.inquiry {
	  margin-top:0;
	  margin-right:0;
	  padding:10px;
	  background:#000;
	 }
	  
	  #top-head{
	  	width:100%;
	  	padding-top:0;
		z-index:25;
	  }
	  .inner {
		  width: 94%;
		  padding: 0;
	  }
	  #top-head {
		  top: 0;
		  position: fixed;
		  margin-top: 0;
		  background:none;
	  }
  @media screen and (max-width: 480px) {
  #nav-toggle {
	  background:none;
	 } 
#top-head {
  	position:absolute;
  }
  }
	  /* Fixed reset */
	  #top-head.fixed {
		  padding-top: 0;
		  background: transparent;
	  }
	  #mobile-head {
		  width: 100%;
		  height: 76px;
		  /*z-index: 999;*/
		  position: relative;
		  /* background:#f7f1e7; */
		 }
	  #top-head.fixed .logo,
	  #top-head .logo {
		  position: absolute;
		  left: 20px;
		  top: 20px;
		  font-size: large;
		 }
  #top-head.fixed .logo {
	  text-align:center;
	  padding-top:0;
  }
  #top-head.fixed .logo span{
	  margin-left:0;
	  margin-top:5px;
  }
	  
	  
	  #global-nav {
		  position: absolute;
		  /* 開いてないときは画面外に配置 */
		  top: -557px;
		  background: #000;
		  width: 100%;
		  text-align: center;
		  padding: 10px 0;
		  -webkit-transition: .5s ease-in-out;
		  -moz-transition: .5s ease-in-out;
		  transition: .5s ease-in-out;
		  height:400px;
		 }
	  #global-nav ul {
		  list-style: none;
		  position: static;
		  right: 0;
		  bottom: 0;
	  }
	  #global-nav ul li {
		  float: none;
		  position: static;
	  }
#top-head.fixed ul li {
    margin-top: 0;
}

  #top_page  #top-head #global-nav ul li.inquiry a,
  #top-head #global-nav ul li.inquiry a,
	  #top-head #global-nav ul li a,
	  #top_page #top-head.fixed #global-nav ul li a{
		  width: 100%;
		  display: block;
		  color: #fff;
		  padding: 15px 0;
		  background:none;
		 }
		#global-nav .btn a{
			margin-top:0;
		}
	  #nav-toggle {
		  display: block;
	  }
	  /* #nav-toggle 切り替えアニメーション */
	  .open #nav-toggle span:nth-child(1) {
		  top: 11px;
		  -webkit-transform: rotate(315deg);
		  -moz-transform: rotate(315deg);
		  transform: rotate(315deg);
	  }
	  .open #nav-toggle span:nth-child(2) {
		  width: 0;
		  left: 50%;
	  }
	  .open #nav-toggle span:nth-child(3) {
		  top: 11px;
		  -webkit-transform: rotate(-315deg);
		  -moz-transform: rotate(-315deg);
		  transform: rotate(-315deg);
	  }
	  /* #global-nav スライドアニメーション */
	  .open #global-nav {
		  /* #global-nav top + #mobile-head height */
		  -moz-transform: translateY(556px);
		  -webkit-transform: translateY(556px);
		  transform: translateY(556px);
	  }
	  
  
 
}
  

	 
	 



/*
=========================================
  footer
=========================================
*/

footer{
	background:#3b5647;
}
.footer_cont{
	padding: 5rem 0;
	max-width:1200px;
	width:100%;
	text-align:center;
	color:#aabdb3;
	margin:0 auto;
}
.footer_cont img{
	display:block;
	margin: 2rem auto 1rem auto;
}

.fnavi{
	border-top:1px solid #4f675a;
	text-align:center;
	list-style: none;
	overflow: hidden;
	padding-top:2rem;
	margin-top:6rem;
}

.fnavi ul{
	overflow:hidden;
}
.fnavi ul li{
  display: inline;
}
 
.fnavi ul li a {
  color:#aabdb3;
  padding:1rem 0.8rem;
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.fnavi ul li span {
  color:#6a8c7a;
  padding:1rem 0.8rem;
font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}



small{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.4;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
  position:fixed;
  right:40px;
  top: 45%;
  z-index:1000;
  font-family: 'Libre Caslon Text', serif;
}
.copy{
	display:none;
}
@media screen and (max-width: 1200px) {
small{
  right:15px;
}
}
@media screen and (max-width: 900px) {
small{
	display:none;
}
.copy{
	display:block;
}
.fnavi ul li{
	display:none;
}
.fnavi ul li:last-child{
	display:block;
}
.fnavi ul{
  padding-bottom:0.5rem;
}
.footer_cont{
	padding: 1.5rem 0;
}
.footer_cont img{
	width:30%;
	margin-top:1rem;
}
.fnavi{
	margin-top:2rem;
}
}




/*
=========================================
  ページ上部へ
=========================================
*/

 #pageTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
}

#pageTop i {
      padding-top: 12px;
      font-size:1.5em;
}

#pageTop a {
      display: block;
      z-index: 999;
      padding: 8px;
      width: 50px;
      height: 50px;
  border-radius: 50%;
      background-color: #5fac6a;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
}

#pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
}


  .pc{
	  display:block;
  }
  .sp{
	  display:none;
  }

@media screen and (max-width: 900px) {
#pageTop {
      position: fixed;
      bottom: 15px;
      right: 15px;
}
#pageTop a {
      padding: 0;
}


  .pc{
	  display:none;
  }
  .sp{
	  display:block;
  }

}



/*---------------------------------------
  Inquiry
---------------------------------------*/

#inquiry{
	background:url(../img/foot_bg.jpg) no-repeat top;
	width:92%;
	padding: 80px 4%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.inquiry_cont{
	max-width:1000px;
	background-color:#fff;
	width:100%;
	padding:3rem 0 2.3rem;
	overflow:hidden;
	margin:0 auto;
}
.inquiry_txt{
	max-width:710px;
	margin:0 auto;
	padding-bottom:0.3rem;
	overflow:hidden;
	border-bottom: 1px solid #3b5647;
}
.line{
	max-width:710px;
	margin:0 auto;
	text-align:center;
	padding-top:1.5rem;
	font-size:1rem;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.line img{
	display:block;
	margin:0 auto;
	padding-bottom:12px;
}
.line a:hover img{
	filter: grayscale(80%);
}
.inquiry_cont .txt{
	background:url(../img/icon_inquiry.gif) bottom center no-repeat;
	padding-bottom:1.5rem;
	font-size:1rem;
	margin:0 auto 1em auto;
	color:#3b5647;
	text-align:center;
}
.inquiry_cont .tel{
	float:left;
	width:55%;
}
.inquiry_cont .tel a{
	font-family: 'Libre Caslon Text', serif;
	color:#000;
	font-size:3rem;
	line-height:1;
}
.inquiry_cont .tel span{
	font-size:1.2rem;
}
.inquiry_cont .tel p{
	padding-left:50px;
}



.inquiry_cont .mail{
	float:right;
	width:45%;
}
.inquiry_cont .mail a{
	background:#5fac6a;
	padding:1rem;
	font-size:1.1rem;
	display:block;
	text-align:center;
	color:#fff;
}
.inquiry_cont .mail a:hover{
	background:#3b5647;
}

.f_icon{
	display:none;
}

#fnavi_sp{
	display:none;
}



@media screen and (max-width: 900px) {
#inquiry{
	background-attachment:unset;
}	

.inquiry_txt{
	border-bottom:none;
}
.line a{
	width:100%;
	display:block;
}

.inquiry_cont{
	padding:3rem 2rem;
}
.inquiry_cont .tel{
	float:none;
	width:100%;
}
.inquiry_cont .tel a{
	font-size:2.5rem;
}
.inquiry_cont .mail{
	float:none;
	width:100%;
	margin-top:15px;
}
}
@media screen and (max-width: 480px) {

#inquiry{
	display:none;
}
.footer_cont img.pc{
	display:none;
}

.f_icon{
	display:block;
	padding:0 20%;
	overflow:hidden;
}

.f_icon li{
	float:left;
	width:25%;
}
.f_icon li img{
	width:60%;
	max-width:48px;
}
#fnavi_sp{
	display:block;
	background:#fff;
	border-top:1px solid #aabdb3;
}
#fnavi_sp li{
	width:90%;
	display:block;
	padding:15px 5%;
	border-bottom:1px solid #aabdb3;
}
#fnavi_sp li a{
	width:100%;
	display:block;
	background:url(../img/a_yaji.png) no-repeat right;
}
#fnavi_sp li span{
	color:#ccc;
}

}



anc{
	margin-top:-30px;
	padding-top:30px;
}

