@charset "UTF-8";

/* ------------------------------
	import module
------------------------------ */

@import url('http://fonts.googleapis.com/css?family=Crimson+Text');
@import url('normalize.css');
@import url('../module/font-awesome/css/font-awesome.min.css');
@import url('../module/font-awesome/css/font-awesome-animation.min.css');
@import url('../module/column.css');
@import url('../module/font.css');
@import url('../module/margin.css');
@import url('../module/padding.css');

@font-face {
  font-family: 'WebSubsetFont';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/NotoSerifCJKjp-Medium.woff') format('woff');
}
@font-face {
   font-family: 'WebSubsetFont';
   font-style: normal;
   font-weight: 700;
  src: url('fonts/NotoSerifCJKjp-Bold.woff');
}

html,
body {
	font-family: "Crimson Text", "WebSubsetFont", 'メイリオ','MS PGothic','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	color: #111111;
	line-height: 1.7;
	background: #fff;
}

[class*='fw-100'] { font-weight: 100; }
[class*='fw-200'] { font-weight: 200; }
[class*='fw-300'] { font-weight: 300; }
[class*='fw-400'] { font-weight: 400; }
[class*='fw-500'] { font-weight: 500; }
[class*='fw-600'] { font-weight: 600; }
[class*='fw-700'] { font-weight: 700; }
[class*='fw-800'] { font-weight: 800; }
[class*='fw-900'] { font-weight: 900; }

* {
	padding: 0;
	margin: 0;
}

a {
	color: #111111;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a.alpha:hover img {
	opacity: 0.8;
}

dd {
	margin: 0;
}

ul {
	padding: 0;
	list-style-type: none;
}

p {
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.img-area {
	line-height: 0;
	text-align: center;
}

.img-fuild {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.heading-article {
	text-align: center;
}

.text-shadow {
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);	
}

.color-primary {
	color: #be9245;
}

.color-red {
	color: #e83428;
}
.color-white {
	color: #fff;
}
.color-yellow {
	color: #facd89;
}


.lh-md {
	line-height: 2;
}
@media screen and (min-width: 751px), print  {
	.gmap {
		position: relative;
		padding-bottom: 60%;
		height: 0;
		overflow: hidden;
		margin-bottom:40px;
	}
	.gmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}	
	
} @media screen and (max-width: 750px) {	
	.gmap {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
		margin-bottom:20px;
	}
	.gmap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

}

/* ------------------------------
	Wrapper
------------------------------ */
@media screen and (min-width: 751px), print  {
	html,
	body {
		font-size: 16px;
		box-sizing: border-box;
	}	

	.wrapper {
		min-width: 1170px;
		height: auto;
		overflow: hidden;
	}	
	
	.content-area {
		width: 1170px;
		padding: 0 15px;
		margin: 0 auto;
		position: relative;
		box-sizing: border-box;
		z-index: 1;
	}
	
	.content-area:after {
		content: "";
		display: block;
		clear: both;
	}

	.pc-hide {
		display: none;
	}
	
} @media screen and (max-width: 750px) {
	html,
	body {
		font-size: 14px;
	}
	
	.wrapper {
		min-width: 320px;
		overflow-x: hidden;
	}
	
	.content-area {
		padding: 0 15px;
		position: relative;
		box-sizing: border-box;
		z-index: 1;		
	}

	.sp-hide {
		display: none;
	}
	
	.sp-nowrap {
		white-space: nowrap;
	}
	
	.btn {
		display: block;
	}

	.btn:hover {
		color: #fff;
	}
	
	.btn-small {
		padding: 10px 14px;
		font-size: 15px;
		border-radius: 4px;
		box-shadow: 0 2px 0 #c34940;
	}
	
	.btn-large {
		padding: 16px 14px 15px;
		font-size: 15px;
		border-radius: 10px;
		box-shadow: 0 3px 0 #c34940;
	}
}


/* ------------------------------
	heading
------------------------------ */
@media screen and (min-width: 751px), print  {
	.heading-article {
		margin-bottom: 44px;
		font-size: 40px;
		text-align: center;
		line-height: 1.5;
		letter-spacing: 8px;
		font-weight: bold;
		position: relative;
	}
	
	.heading-article:before {
		content: "";
		display: block;
		width: 50px;
		height: 4px;
		background: #be9245;
		position: absolute;
		top: 68px;
		right: 0;
		left: 0;
		margin: auto;
	}
	
	.heading-article span {
		display: block;
		padding-top: 30px;
		font-size: 14px;
		letter-spacing: 3px;
	}
	
	.heading-lead {
		margin-bottom: 21px;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
	}

  #page .heading-lead{
    margin-bottom: 36px;
  }

		
} @media screen and (max-width: 750px) {
	.heading-article {
		margin-bottom: 23px;
		font-size: 25px;
		text-align: center;
		line-height: 1.2;
		letter-spacing: 4px;
		font-weight: bold;
		position: relative;
	}
	
	.heading-article:before {
		content: "";
		display: block;
		width: 45px;
		height: 4px;
		background: #be9245;
		position: absolute;
		top: 38px;
		right: 0;
		left: 0;
		margin: auto;
	}
	
	.heading-article span {
		display: block;
		padding-top: 23px;
		font-size: 10px;
		letter-spacing: 1px;
	}
	
	.heading-lead {
		margin-bottom: 21px;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	
	
	
}

/* ------------------------------
	header
------------------------------ */
#header{
  position: relative;
  height: 100px;
}

.logo{
  position: absolute;
  top: 20px;
  left: 20px;
	z-index: 10;
}

.logo img{
  width: 60px;
}

#section-item{
  padding: 73px 0 72px 0!important;
}

/* ------------------------------
	global-header
------------------------------ */
#global-header input{
  display: none;
  box-sizing: border-box;
}

.menu_contents {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.menu_inner{
  position: relative;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 751px){
  .menu_inner{
    width: 1000px;
    margin: 100px auto;
  }
}

@media screen and (max-width: 750px){
  .menu_inner{
    width: 80%;
    margin: 50px auto;
  }
}

.gmenu-item{
  margin: 50px auto 0 ; 
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

.gmenu-item li a{
  font-size: 1.5em;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #182d50;
}

.gmenu-item ul{
    padding: 20px 0;
    border-radius: 30px;
	padding-left: 1em;
}
.menu_inner ul li ul li a {
  font-size: 1.2em;
}
.menu_inner ul li a:hover {background: #ddd;}

.full_menu #toggle:checked ~ .menu_contents {
  visibility: visible;
  opacity: 0.9;
}

.full_menu #toggle:checked + label.hamburger .bar {
  background-color: rgba(255,255,255 ,1);
}

.full_menu #toggle:checked + label.hamburger .bar:nth-child(2) {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}

.full_menu #toggle:checked + label.hamburger .bar:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.full_menu #toggle:checked + label.hamburger .bar:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.full_menu .hamburger {
  position: fixed;
  z-index: 99999;
  top: 10px;
  right: 20px;
  display: block;
  cursor: pointer;
  padding: 10px;
  background: #182d50;
}

@media screen and (max-width: 750px) {
  .full_menu .hamburger {
    position: absolute;
  }
}

.full_menu .hamburger .bar {
  width: 30px;
  height: 3px;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
  background:#fff;
}

/* ------------------------------
	global-footer
------------------------------ */
@media screen and (min-width: 751px), print  {
	#global-footer {
		padding-top: 266px;
		position: relative;
		z-index: 2;
	}
	
	#footer-content {
		width: 100%;
		padding: 21px 0 26px;
		text-align: center;
		color: #fff;
		background: #e83428;
		position: relative;
    font-size: 14px;
	}
	
	#footer-content:before {
		content: "";
		min-width: 100px;
		width: 100%;
		height: 86px;
		background: url(../images/footer-topbg.png) repeat-x center;
		background-size: contain;
		position: absolute;
		top: -86px;
		left: 0;
	}

	#footer-content:after {
		content: "";
		min-width: 100px;
		width: 1385px;
		height: 366px;
		background: url(../images/footer-deco.png) no-repeat center;
		background-size: contain;
		position: absolute;
		top: -358px;
		right: 0;
	}
  
  #footer-content nav ul{
    width: 100%;
    margin: 3em auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  
  #footer-content nav ul li{
	border-left: 2px solid #fff;
  }
  #footer-content nav ul li a{
    color: #fff;
    padding: 0 10px;
  }
#footer-content nav ul li a:hover {
		color: #333!important;
	}
  
	#copyright small span {
		display: block;
		font-size: 15px;
		text-align: center;
	}
	
	#copyright small {
		font-size: 16px;
	}
	
	#toPageTop {
		position: fixed;
		bottom: 0px;
		right: 4px;
		display: block;
		z-index: 100;
	}
	
	#toPageTop > a {
		display: block;
		width: 60px;
		height: 60px;
		text-indent: -9999px;
		background: url(../images/pagetop_off.png) no-repeat center;
		background-size: contain;
	}
	
	#toPageTop > a:hover {
		opacity: 0.8;
	}
	
	
} @media screen and (max-width: 750px) {
	#global-footer {
		padding-top: 35.197vw;
		position: relative;
		z-index: 2;
	}
  
	
	#footer-content {
		width: 100%;
		padding: 21px 0 26px;
		text-align: center;
		color: #fff;
		background: #e83428;
		position: relative;
	}
  
  #footer-content nav ul{
    width: 100%;
    margin: 3em auto;
    display: flex;
    flex-wrap: wrap;
  }
  
  #footer-content nav ul li a{
	  display:  block;
    color: #fff;
    text-align: center;
	  border-bottom: 1px solid rgba(255,255,255,0.5);
	  margin-bottom: 0.5em;
	  padding-bottom: 0.5em;
  }
  #footer-content nav ul li{
    width: 100%;
    line-height: 3em;
  }
  
	#footer-content {
		width: 100%;
		padding: 25px 35px 23px;
		color: #fff;
		text-align: center;
		background: #e83428;
		box-sizing: border-box;
		position: relative;
	}
	
	#footer-content:before {
		content: "";
		min-width: 100px;
		width: 100%;
		height: 11.467vw;
		background: url(../images/footer-topbg.png) repeat-x center bottom;
		background-size: contain;
		position: absolute;
		top: -11.467vw;
		left: 0;
	}

	#footer-content:after {
		content: "";
		min-width: 100px;
		width: 100%;
		height: 23.73vw;
		background: url(../images/footer-deco.png) no-repeat center bottom;
		background-size: contain;
		position: absolute;
		top: -35.197vw;
		right: 0;
	}
	

	#copyright small span {
		display: block;
		text-align: center;
	}

	#copyright small {
		font-size: 14px;
		letter-spacing: 2px;
		line-height: 1.75;
	}
	
	#toPageTop {
		position: fixed;
		bottom: 0px;
		right: 4px;
		display: block;
		z-index: 100;
	}
	
	#toPageTop > a {
		display: block;
		width: 45px;
		height: 45px;
		text-indent: -9999px;
		background: url(../images/pagetop_off.png) no-repeat center;
		background-size: contain;
	}
	
}


/* ------------------------------
	global-footer
------------------------------ */
@media screen and (min-width: 751px), print  {
	
	.bnn_online {
		position: fixed;
		bottom: 100px;
		right: 0px;
		width: 70px;
    	height: 300px;
		display: block;
		z-index: 100000;
	}
	.bnn_online:hover {
		width: 200px;
		right: 0px;
  transition: all 300ms 0s ease;
	}
	
	
} @media screen and (max-width: 750px) {
	
	.bnn_online {
		position: fixed;
		bottom: 0px;
		left: 0px;
		display: block;
	}
	
	.bnn_online img {
		width: 90%;
	}
	
}