@charset "utf-8";
/* CSS Document */
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, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul {
  list-style-type: none;
}
a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
	font-size: 15px;
}


body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

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

    100% {
      opacity: 1
    }
  }













.red{
	color: #962928;
	color: #ca3a2f;
}

/*ヘッダー*/


/*.h-title{
	position: fixed;
	top:0;
	background: #fff;
	width: 100%;
}*/

.h-content {
  background: url("img/top.jpg");
  background-size: cover;
  background-position: center center;
  height: 90vh;
  /*min-height: 400px;*/
}



header .container {
  /*max-width:1100px;*/
  margin: 0 auto;
  padding: 10px;
}
header img {
  width: 130px;
}

@media print, screen and (min-width: 768px){
header .container {
  padding: 20px;
}
	
header img {
  width: 160px;
}	
	
}

/*ハンバーガーナビ*/
.global-nav {
	
  position: fixed;
  right: -420px;
  top: 0;
	width: 90%;
	max-width: 600px;
  height: 70vh;
	margin: 0 auto;
  padding-top: 40px;
	background: #EFDDC7;
	background:url("img/back_lunch.jpg");
  transition: all .6s;
  z-index: 9900;
  overflow-y: auto;
  padding: 0 20px;
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  will-change: transform;
	display: none;
}
.hamburger {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 70px;
	/*width: 200px;*/
  cursor: pointer;
  z-index: 9990;
  /*background: #fff;*/
	background: #000;
}
.ham-line {
  position: absolute;
  left: 18px;
  width: 25px;
  height: 2px;
  background-color: #fff;
  transition: all .6s;
}
.line01 {
  top: 14px;
}
.line02 {
  top: 22px;
}
.line03 {
  top: 30px;
}

.m-title{
	position: absolute;
	top:40px;
	right: 8px;
	color: #fff;
	font-size: 13px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
}


.nav-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
/*	background: #EFDDC7;*/
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  cursor: pointer;
}
.nav-open .global-nav {
  /*right: 0;*/
	inset: 0;
  margin: auto;
	top:0;
	display:block;
	animation: fuwaMenu 0.2s linear 0s;
	
}
.nav-open .nav-bg {
  opacity: .9;
	/*opacity: 1.0;*/
  visibility: visible;
}
.nav-open .line01 {
  will-change: transform;
  transform: rotate(45deg);
  top: 21px;
  background-color: #fff;
}
.nav-open .line02 {
  width: 0;
  left: 50%;
}
.nav-open .line03 {
  will-change: transform;
  transform: rotate(-45deg);
  top: 21px;
  background-color: #fff;
}
.global-nav ul {
  padding-top: 60px;
  margin-bottom: 60px;
	display: flex;
	justify-content: center;
	
	
}
.global-nav ul li {
  display: block;
  position: relative;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.global-nav ul li a {
  padding: 15px 10px;
  color: #000;
  display: block;
  text-decoration: none;
  /*border-bottom: 1px dashed #999;*/
  position: relative;
  vertical-align: middle;
  /*background: #fff;*/
  /*border-top: 1px solid #999;*/
  border-right: 1px solid #999;
  /*border-left: 1px solid #999;*/
  font-size: 18px;
	height: 10em;
	

}

.global-nav ul li:first-child a{
	border-left: 1px solid #999;
}

/*.global-nav ul li:last-child a {
  border-bottom: 1px solid #999;
}*/
.ham-line.change-color2 {
  background-color: #333;
}
.global-nav .btn3 {
  display: flex;
  align-items: center;
  background: #1E1E1E;
  color: #fff;
  margin-bottom: 20px;
  padding: 0.2em 0.5em;
  text-decoration: none;
  text-align: left;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}
.btn3 img {
  width: 24px;
  margin-right: 10px;
  float: left;
}
.sns2 {
  display: flex;
  justify-content: center;
}
.sns2 img {
  width: 46px;
  margin: 0 20px;
  display: block;
}
@media print, screen and (min-width: 768px) {
	
	.hamburger{
		height: 76px;
	}	
	
  .ham-line {
    position: absolute;
	  left:14px;
    width: 32px;
    height: 2px;
    transition: all .6s;
  }
  .line01 {
    top: 14px;
	  top:16px;
  }
  .line02 {
    top: 26px;
  }
  .line03 {
    top: 38px;
	  top:36px;
  }
	
	
	
.nav-open .line01 {
  will-change: transform;
  transform: rotate(45deg);
  top: 24px;
  background-color: #fff;
}
.nav-open .line02 {
  width: 0;
  left: 50%;
}
.nav-open .line03 {
  will-change: transform;
  transform: rotate(-45deg);
  top: 24px;
  background-color: #fff;
}	
	
	

	
	
	.m-title{
		top:48px;
	}
	
	
.global-nav ul li a {
  padding: 15px;
	

}	
}



/**/


.g-btn{
	width: 77%;
	margin: 0 auto;
}

.g-btn a{
	display: block;
	width: 100%;
	padding:0.5em 1em;
	border: 1px solid #999;
	margin-bottom: 20px;
	color: #000;
	box-sizing: border-box;
}


/*PC用の縦書きナビ*/
.main-nav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .main-nav {
    display: block;
    position: absolute;
    top: 200px;
    right: 5%;
  }
  .main-nav ul {
    display: flex;
  }
  .main-nav ul li a {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    margin-right: 1em;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    text-shadow: 1px 1px 3px #000;
  }
	
	
	.main-nav ul li a:hover{
		opacity: 0.7;
	}	
}






/*ボタン*/
a.btn {
  display: block;
  padding:0.5em 1em;
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  background: #111;
  font-family: 'Noto Serif JP', serif;
  border: 1px solid #fff;
  font-size: 18px;
	text-align: center;
	box-sizing: border-box;

}



@media print, screen and (min-width: 768px){
	a.btn{
		font-size: 24px;
	}
}




/*フッター*/

footer{
	padding-top: 30px;
	padding-bottom: 70px;
	background: url("img/back_g.png");
	text-align: center;
	font-size: 14px;
}

.footA h2{
	margin-bottom: 1em;
}

.footA img{
	width: 120px;
}

@media print, screen and (min-width: 768px){
footer{
	padding-top: 40px;
	padding-bottom: 80px;
}	
	
	
	
	footer .container{
		display: flex;
		justify-content: space-around;
		
	}
	
.footA img{
	width: 150px;
	}
	
}



/*フッター下固定ナビ*/
.footer_nav{
	display: flex;
	font-family: 'Noto Serif JP', serif;
}

.footer_nav .f-btn01{
	width: 50%;
	text-align: center;
}

.footer_nav .f-btn02{
	width: 50%;
	text-align: center;
	
}


.footer_nav{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 50px;
}

.footer_nav a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	background: #1A1A1A;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #fff;
}

.f-btn01 a{
	background:#8a8b4c;
	background: url("img/menu/back_m-midashi.gif");
}






/*トップページ以外のフッター上バナー*/
.conD{
	padding-top: 20px;
	padding-bottom: 0px;
	background: url("img/back_b.gif");
}

.conD .container{
	padding: 1em;
	box-sizing: border-box;
}

.conD .text{
	margin-bottom: 20px;
	text-align: center;
}

@media print, screen and (min-width: 768px){
	
	.conD{
		padding-bottom: 30px;
	}
	
	.conD .container{
	max-width: 1100px;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
	}
	
	.conD .text{
		width: 50%;
		margin-bottom: 0;
	}
}













.pc{display:none;} 
.pc_inline{display:none;}

@media print, screen and (min-width: 768px){
.pc{ display:block; } 
.pc_inline{ display:inline-block; } 
.sm{ display:none; }
 }

