@charset "utf-8";
/* CSS Document */

.pc_layout {
	min-width: 1000px;
}
.pc_layout .main {
	min-width: 1000px;
	min-height: 360px;
}
.pc_layout .float_l {
	float: left;
}
.pc_layout .float_r {
	float: right;
}
.pc_layout .container {
	display: inline-block;
}
.pc_layout #under_page .concept .sec2 .flex {
	display: flex;
	max-width: 100% !important;
}
.pc_layout #under_page .concept .sec2 li {
    width: 50%;
}
/* =========================================================
 * ヘッダーナビ
 * =========================================================*/
header {
	display: block;
	z-index: 25;
	min-height: 50px;
}
#top-head {
	position: fixed;
    width: 100%;
	margin: 0 auto;
	padding: 5px 0 0;
	line-height: 1;
}
#top-head:after {
	content: "";
	display: block;
	height: 1px;
	width: 980px;
	margin: 110px auto 0;
}
#top-head a,
#top-head {
	color: #431e07;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	min-width: 1000px;
}
#top-head .logo {
	float: left;
	height: 100px;
}
#top-head .logo img {
	height: 100%;
	width: auto;
	padding-left: 1rem;
}
#top-head .logo {
	height: 73px;
}

/* transition */
#top-head,
#top-head:after,
#top-head .logo {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
	background: rgba(255, 255, 255, 0.9);
}
#top-head.fixed .logo {
	height: 70px;
}
#top-head.fixed:after {
	width: 100%;
	margin-top: 20px;
}
a.nav-trigger{
	color: transparent;
}
/* =========================================================
 * スマホ用ナビ
 * =========================================================*/
#nav-drawer {
  position: relative;
  height: 0;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	height: 3px;
	width: 25px;
	display: block;
	cursor: pointer;
	position: fixed;
	right: 20px;
	margin-top: 20px;
	z-index: 100;
	font-size: 30px;
	color: #000;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 270px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*右に隠しておく*/
}
#nav-content img {
	margin: 0 auto;
    display: block;
}
#nav-content a {
	color: #000;
}
#nav-content ul.first {
	font-size: 16px;
	text-align: center;
}
#nav-content ul li {
	padding: 15px 0 10px;
	border-bottom: 1px dotted #fff;
}
#nav-content ul li.second {
	background: #89000d;
	color: #fff;
}
#nav-content ul li.second_link {
	background: #ffe8df;
}
#nav-content p {
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	text-align: center;
	margin: 30px auto 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
#nav-content ul .en {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
}
#nav-content ul .jp {
	display: block;
	margin-top: 5px;
	font-size: 11px;
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（左へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* =========================================================
 * サイドナビ
 * =========================================================*/
.side_nav {
	position: fixed;
	bottom: 0;
	z-index: 50;
	display: block;
	font-family: 'Permanent Marker', sans-serif;
	box-shadow:0px 0px 3px 1px #45322a;
	width: 100%;
	margin: 0 auto;
}
.side_nav ul {
	border-top: 1px solid #2b1f19;
	border-left: 1px solid #2b1f19;
	border-right: 1px solid #2b1f19;
	display: block;
}
.side_nav a {
    display: block;
	color: #89000d;
	padding: 3px 10px;
	margin: 0;
	background: url(../img/bg/red_bg2.png);
	text-decoration: none;
	font-size: 22px;
	border-bottom: 1px solid #2b1f19;
	transition: 0.2s;
}
.side_nav a:hover .jp {
	letter-spacing: 0.3em;
}
.side_nav .en {
	font-family: 'Stardos Stencil', cursive;
	font-weight: bold;
	font-size: 13px;
}
.side_nav .jp {
	font-size: 10px;
	transition: 0.2s;
	display: block;
	padding-left: 10px;
}
.side_nav li.first {
	float: left;
	width: calc(50% - 1px);
	text-align: center;
	border-right: 1px solid;
}
.side_nav li.second {
	float: left;
	width: 50%;
	text-align: center;
}
.side_nav li.third {
	float: left;
	width: 100%;
	text-align: center;
}

/* =========================================================
 * footer
 * =========================================================*/
footer {
	overflow: hidden;
	background: #89000d;
}
footer a {
	color: #fff;
}
footer a:hover,
footer a:hover .en {
	opacity: 0.5;
}
footer .main_box{
	width: 96%;
	margin: 5rem auto 0;
}
footer h1 {
	color: #fff;
	font-size: 2.2rem;
	border-bottom: 1px solid;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
footer h1 span {
	font-size: 50%;
	letter-spacing: 1px;
	display: block;
	float: right;
}
footer .en {
	font-family: 'Oswald', sans-serif;
	font-size: 150%;
	display: block;
}
footer ol > li {
	margin-bottom: 2rem;
}
footer ol>li ul > * {
	line-height: 1.4rem;
	font-size: 0.8rem;
	margin-bottom: 0.5rem;
}
.footer_copyright{
	padding-bottom: 70px;
}

@media screen and (min-width:600px){
/* =========================================================
 * サイドナビ
 * =========================================================*/
	.side_nav {
		bottom: 20px;
	}
	.side_nav ul {
		display: flex;
	}
	.side_nav a {
		padding: 10px 0px;
		margin: 0;
		background: url(../img/bg/red_bg.png);
		border-bottom: 1px solid #2b1f19;
		transition: 0.2s;
	}
	.side_nav a:hover {
		background: url(../img/bg/red_bg2.png);
	}
	.side_nav a:hover .jp {
		letter-spacing: 0em;
	}
	.side_nav .en {
		margin: 3px 0;
		font-size: 10px;
	}
	.side_nav .jp {
		font-size: 10px;
		transition: 0.2s;
	}
	.side_nav li.first {
		width: 18%;
		border-right: none;
	}
	.side_nav li.second {
		width: 20%;
	}
	.side_nav li.third {
		float: left;
		width: 24%;
		text-align: center;
	}
}


/* =========================================================
 * ヘッダーナビ
 * =========================================================*/
	#nav-drawer {
		display: none;
	}
	header {
		display: block;
		z-index: 25;
		min-height: 50px;
	}
	#top-head {
	    position: fixed;
	    width: 100%;
	    margin: 0 auto;
	    padding: 5px 0 0;
	    line-height: 1;
	}
	#top-head:after {
	    content: "";
	    display: block;
	    height: 1px;
	    width: 980px;
	    margin: 110px auto 0;
	}
	#top-head a,
	#top-head {
	    color: #431e07;
	    text-decoration: none;
	}
	#top-head .logo {
	    float: left;
		height: 100px;
	}
	#top-head .logo img {
		height: 85%;
		width: auto;
		margin-top: 0;
	}
	.fixed #top-head .logo img {
		height: 121%;
		width: auto;
	}
	#global-nav {
		display: block;
		overflow: hidden;
		padding-top: 60px;
	}
	#global-nav ul {
	    list-style: none;
	    position: absolute;
	    bottom: 0px;
	    font-size: 14px;
	}
	#global-nav>ul {
	    position: absolute;
	    right: 30px;
	}
	#global-nav > ul > li:last-child ul {
		left: -35px;
		right: auto;
	}
	#global-nav ul li {
	    float: left;
	    position: relative;
		margin: 0 27px;
	}
	#global-nav ul li a {
		font-family: 'Oswald', sans-serif;
	}
	#global-nav ul li a .en {
		font-size: 19px;	
	}
	#global-nav>ul>li>a {
		font-size: 20px;
	}

/* transition */
	#top-head,
	#top-head:after,
	#top-head .logo,
	#global-nav,
	#global-nav ul li,
	#global-nav ul li a {
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	}

/* Fixed */
	#top-head.fixed {
	    background: rgba(255, 255, 255, 0.9)
	}
	#top-head.fixed .logo {
		height: 70px;
		padding-top: 0.5rem;
	}
	#top-head.fixed:after {
	    width: 100%;
	    margin-top: 20px;
	}
	#top-head.fixed #global-nav {
		padding-top: 60px;
	}
	#top-head.fixed #global-nav ul li {
	    margin: 0 27px;
	}
	.jp {
		display: block;
		font-size: 11px;
		margin-top: 5px;
	}
	#global-nav .jp {
		text-align: center;
	}
/* =========================================================
 * サイドナビ
 * =========================================================*/
	.side_nav .en {
		font-size: 13px;
	}


@media screen and (max-width:600px){
/* =========================================================
 * ヘッダーナビ
 * =========================================================*/
	.site_map {
		margin: 20px auto auto auto;
		width: 95%;
	}
	.footer nav .float_r{
		margin-top: 3rem;
	}
}
@media screen and (max-width:1024px){
	#slideshow {
		display: block;
		min-width: 1000px;
	}
	#slideshow img {
		width: 100%;
		min-width: 1000px;
		display: block;
	}
}
@media screen and (min-width:1024px){
/* =========================================================
 * ヘッダーナビ
 * =========================================================*/
	#top-head:after {
	    margin: 110px auto 0;
	}
	#top-head .logo {
		height: 125px;
		padding-top: 0rem;
	}
	#global-nav {
		padding-top: 70px;
	}
	#global-nav>ul {
		right: 70px;
	}
	#global-nav ul li {
		margin: 0 27px;
	}
	#global-nav ul li a .en {
		font-size: 19px;	
	}

/* Fixed */
	#top-head.fixed .logo {
		height: 88px;
	}
	#top-head.fixed:after {
	    margin-top: 20px;
	}
	#top-head.fixed #global-nav {
		padding-top: 60px;
	}
	#top-head.fixed #global-nav ul li {
	    margin: 0 27px;
	}

/* =========================================================
 * サイドナビ
 * =========================================================*/
	.side_nav {
		position: fixed;
		right: 15px;
		bottom: 20px;
		z-index: 100;
		display: block;
		font-family: 'Permanent Marker', sans-serif;
		box-shadow:0px 0px 3px 1px #45322a;
		width: auto;
	}
	.side_nav ul {
		border-top: 1px solid #2b1f19;
		border-left: 1px solid #2b1f19;
		border-right: 1px solid #2b1f19;
		display: block;
	}
	.side_nav a {
	    display: block;
		color: #89000d;
		padding: 10px 15px;
		margin: 0;
		background: url(../img/bg/red_bg.png);
		text-decoration: none;
		border-bottom: 1px solid #2b1f19;
		transition: 0.2s;
	}
	.side_nav a:hover {
		background: url(../img/bg/red_bg2.png);
	}
	.side_nav a:hover .jp {
		letter-spacing: 0.3em;
	}
	.side_nav .en {
		font-family: 'Stardos Stencil', cursive;
		margin: 10px 0;
		display: block;
		font-weight: bold;
		font-size: 22px;
	}
	.side_nav .jp {
		font-size: 12px;
		margin-top: 9px;
		transition: 0.2s;
		padding-left: 0;
	}
	.side_nav li.first,
	.side_nav li.second,
	.side_nav li.third {
		float: none;
		width: auto;
		text-align: left;
		border-right: none;
	}
/* =========================================================
 * footer 
 * =========================================================*/
	footer .main_box{
		max-width: 1000px;
	}
	footer ol{
		display: flex;
	}
	footer ol>li {
		float: left;
		width: calc(100% / 3 - 2rem);
		margin: 0 1rem;
	}
}

@media screen and (min-width:1366px){
/* =========================================================
 * ヘッダーナビ
 * =========================================================*/
	#global-nav>ul {
	    position: absolute;
	    right: 0px;
	}
}