@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

body{
	background:url(../img/common/back.jpg) repeat;
	background-position:center top;
	background-size:cover;
	background-color:#FFF;
	width:100%;
	height:100%;
	font-family: "M PLUS 1p";
	margin: 0px;
	padding: 0px;
	font-size:1em;
	color:#000;
}

a:link {
	color: #333;
	text-decoration:none;
}

a:visited {
	color: #000;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #666;
}

a:active {
	color: #000;
	text-decoration:none;
}
/***********************************/
@media screen and (min-width: 960px) {
/* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
header{
	background-color:#a41010;
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#header_sp{
	display:none;
}
#header_pc{
	background-size: 100% auto !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
	width:1000px;
	height:200px;
	padding:0;
	margin:0 auto;
	display: flex;
	justify-content: left;
}
.header_logo{
	width:195px;
	height:200px;
	margin:0 0 0 50px;
}
.header_logo img{
	width:100%;
	vertical-align: bottom;
}
.header_text_box{
	width:400px;
	height:auto;
	overflow:hidden;
	margin:0;
	padding-top:35px;
	padding-left:10px;
}
.header_text{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, cursive;
	font-size:28px;
	color:#FFF;
	font-weight: bold;
	text-align:left;
	line-height:1.4em;
	letter-spacing: .1em;
	text-shadow:
    3px 3px 2px #a5110d,
    -3px 3px 2px #a5110d,
    -3px -3px 0 #a5110d,
    3px -3px 0 #a5110d;
}
.header_text2{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, cursive;
	font-size:30px;
	color:#FFF;
	font-weight: bold;
	text-align:left;
	line-height:1.6em;
	letter-spacing: .1em;
	text-shadow:
    3px 3px 2px #a5110d,
    -3px 3px 2px #a5110d,
    -3px -3px 0 #a5110d,
    3px -3px 0 #a5110d;
}
h1{
	text-align:right;
	width:350px;
	height:auto;
	overflow:hidden;
	font-size:12px;
	color:#FFF;
	line-height:1.2em;
	margin:0px;
}
.header_menubtn{
	display: none;	
}
ul#contents_nav{
	background: linear-gradient(to bottom, #c18f2c 50%, #f6deb0);
	background-color:#e2c080;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
	display: flex;
	justify-content: space-between;
}
ul#contents_nav li{
	font-family: 'Times New Roman', Times, serif;
	width:18%;
	text-align:center;
	line-height:1.4em;
	padding:1%;
	list-style-type: none;
	border-right:1px #a41010 solid;
	box-sizing: border-box;
}
ul#contents_nav li:last-child{
	border:0;
}
ul#contents_nav li a{
	display:block;
	font-size:1.3em;
	font-weight: bold;
	color:#a41010;
}
ul#contents_nav li a div{
	font-size:.5em;
}

#container {
	background:rgba(255,255,255,0.8);
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#contents{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0;
}
#contents_title{
	background-position: center bottom !important;
	background-size:100% auto !important;
	background-repeat: no-repeat !important;
	text-align:left;
	font-family:'Times New Roman', Times, serif;
	width:980px;
	height:auto;
	font-size:40px;
	color:#c10100;
	font-weight:bold;
	line-height:2em;
	padding-left:10px;
	padding-bottom: 15px;
}

#sp_menu_title, .sp_menu_contents, .sp_footer_tel{
	display:none;
}

footer{
	background-repeat:no-repeat !important;
	background-position:center top !important;
	background-size: 100% auto !important;
	font-family: 'Signika', sans-serif;
	width:1000px;
	height:200px;
	overflow:hidden;
	text-align:center;
	padding-top:5px;
	margin:0 auto;
	box-sizing: border-box;
}
footer ul.footer_nav{
	width:990px;
	list-style: none;
	padding-left:0;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
footer .footer_nav li{
	width:auto;
	font-size:1em;
	color:#FFF;
	line-height:1.6em;
	font-weight: bold;
	text-align:center;
	padding-left:5px;
	text-shadow    : 
	2px  2px 1px #000,
   -2px  2px 1px #000,
	2px -2px 1px #000,
   -2px -2px 1px #000,
	2px  0px 1px #000,
	0px  2px 1px #000,
   -2px  0px 1px #000,
	0px -2px 1px #000;
}
footer .footer_nav li a{
	color:#FFF;
	display: block;
}
footer .footer_add{
	display: none;
}
footer .footer_add_pc{
	font-size:16px;
	color:#FFF;
	text-align:center;
	margin:110px auto 0;
	letter-spacing: 0.1em;
	text-shadow:
    3px 3px 2px #000,
    -3px 3px 2px #000,
    -3px -3px 0 #000,
    3px -3px 0 #000;
}
footer p{
	font-size:14px;
    color:#FFF;
    margin:5px 0;
	text-shadow:
    3px 3px 2px #000,
    -3px 3px 2px #000,
    -3px -3px 0 #000,
    3px -3px 0 #000;
}

}

@media screen and (max-width: 959px) and (min-width: 768px){
/* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */
header{
	background-color:#a41010;
	width:100%;
	height:auto;
	overflow:hidden;
	position: relative;
}
h1{
	text-align:left;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:1em;
	color:#FFF;
	line-height:1.2em;
	margin:0px;
}
#header_pc{
	display: none;
}
#header_sp{
	background-position: left top !important;
	background-size: 100% auto !important;
	background-repeat:no-repeat !important;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
	display: flex;
	justify-content: start;
}
.header_logo{
	width:20%;
	height:auto;
	margin:0 0 0 5%;
}
.header_logo img{
	width:100%;
	vertical-align: bottom;
}
.header_text_box{
	width:40%;
	height:auto;
	overflow:hidden;
	margin:0;
	padding-top:3%;
}
.header_text{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, cursive;
	font-size:2.8vw;
	color:#FFF;
	font-weight: bold;
	text-align:left;
	line-height:1.6em;
	letter-spacing: .1em;
	text-shadow:
    3px 3px 2px #a5110d,
    -3px 3px 2px #a5110d,
    -3px -3px 0 #a5110d,
    3px -3px 0 #a5110d;
}
.header_text2{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, cursive;
	font-size:3vw;
	color:#FFF;
	font-weight: bold;
	text-align:left;
	line-height:1.6em;
	letter-spacing: .1em;
	text-shadow:
    3px 3px 2px #a5110d,
    -3px 3px 2px #a5110d,
    -3px -3px 0 #a5110d,
    3px -3px 0 #a5110d;
}
ul#contents_nav{
	display: none;
}
.header_menubtn{
	position: relative;
	width:29%;
	height:auto;
	overflow:hidden;
	margin:0;
	z-index: 3;
}
h1{
	text-align:right;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:1.5vw;
	color:#FFF;
	line-height:1.2em;
	margin:0;
	box-sizing: border-box;
}
.menu-btn {
	position: relative;
	top: 30px;
	right: 0;
	display: flex;
	height: 80px;
	width: 80px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	float:right;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
  }
  .menu-btn:hover {
	cursor: pointer;
  }
  /* 三本線の実装 */
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
	content: "";
	display: block;
	height: 4px;
	width: 40px;
	border-radius: 3px;
	background-color: #666;
	position: absolute;
  }
  .menu-btn span:before {
	bottom: 13px;
  }
  .menu-btn span:after {
	top: 13px;
  }
  /* チェックボックスを非表示にする */
  #menu-btn-check {
	display: none;
  }
   
  #menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(
	  255,
	  255,
	  255,
	  0
	); /*メニューオープン時は真ん中の線を透明にする*/
  }
   
  /* メニューを開いている時はハンバーガーボタンが×になる */
  #menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
  }

#container {
	width:90%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#contents{
	background:rgba(255,255,255,0.8);
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
}
#contents_title{
	background-position: center bottom !important;
	background-size:100% auto !important;
	background-repeat: no-repeat !important;
	text-align:left;
	font-family:'Times New Roman', Times, serif;
	width:98%;
	height:auto;
	font-size:2em;
	color:#c10100;
	font-weight:bold;
	line-height:1.8em;
	padding-left:2%;
	padding-bottom: 2%;
	box-sizing: border-box;
}

#sp_menu_title{
	background:url(../img/common/contents_title_sen.png?ver=2107) no-repeat;
	background-position: center bottom;
	background-size:100% auto;
	text-align:left;
	font-family:'Times New Roman', Times, serif;
	width:98%;
	height:auto;
	font-size:2em;
	color:#c10100;
	font-weight:bold;
	line-height:1.8em;
	padding-left:2%;
	padding-bottom: 2%;
	box-sizing: border-box;
}
.sp_menu_contents{
	background:url(../img/common/menu_back.jpg) repeat;
	background-position: center top;
	background-size:100% auto;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
	padding:0;
}
.sp_menu_box{
	width:100%;
	display: flex;
	justify-content: space-between;
	border-left:1px #cd0200 solid;
	border-top:1px #cd0200 solid;
	box-sizing: border-box;
}
.sp_menu_btn{
	width:50%;
	font-family:'Times New Roman', Times, serif;
	font-size:1.2em;
	font-weight: bold;
	color:#FFF;
	text-align: center;
	line-height:2.2em;
	padding-top:1%;
	padding-bottom:.5%;
	box-sizing: border-box;
	border-right:1px #cd0200 solid;
	text-shadow    : 
	2px  2px 1px #cd0200,
   -2px  2px 1px #cd0200,
	2px -2px 1px #cd0200,
   -2px -2px 1px #cd0200,
	2px  0px 1px #cd0200,
	0px  2px 1px #cd0200,
   -2px  0px 1px #cd0200,
	0px -2px 1px #cd0200;
}
.sp_menu_btn a{
	color:#FFF;
	display: block;
}

footer{
	background-repeat:no-repeat !important;
	background-position:center top !important;
	background-size: 100% auto !important;
	font-family: 'Signika', sans-serif;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	line-height:1.4em;
	padding:0;
}
footer ul.footer_nav{
	display: none;
}
footer .footer_logo{
	width:15%;
	margin:0 auto;
}
footer .footer_logo img{
	width:100%;
	vertical-align: bottom;
}
footer .footer_add{
	display: none;
}
footer .footer_add_pc{
	font-size:.8em;
	color:#FFF;
	text-align:center;
	margin:13% auto 0;
	letter-spacing: 0.1em;
	text-shadow:
    3px 3px 2px #000,
    -3px 3px 2px #000,
    -3px -3px 0 #000,
    3px -3px 0 #000;
}
footer p{
	font-size:2vw;
    color:#FFF;
    line-height:1.4em;
    margin:0;
	text-shadow:
    3px 3px 2px #000,
    -3px 3px 2px #000,
    -3px -3px 0 #000,
    3px -3px 0 #000;
}

#footerFloatingMenu{
	display:none;
}

}

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

	width:100%;
	height:auto;
	overflow:hidden;
}
h1{
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size:.8em;
	color:#FFF;
	line-height:1.2em;
	margin:0px;
}
#header_pc{
	display: none;
}
#header_sp{
	background-position: left top !important;
	background-size: contain !important;
	background-repeat:no-repeat !important;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
	display: flex;
	justify-content: start;
}
.header_logo{
	width:22%;
	height:auto;
	margin:0 0 0 5%;
}
.header_logo img{
	width:100%;
	vertical-align: bottom;
}
.header_text_box{
	width:48%;
	height:auto;
	overflow:hidden;
	margin:0;
	padding-top:3%;
}
.header_text{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, cursive;
	font-size:3vw;
	color:#FFF;
	font-weight: bold;
	text-align:left;
	line-height:1.4em;
	letter-spacing: .1em;
	text-shadow:
    3px 3px 2px #a5110d,
    -3px 3px 2px #a5110d,
    -3px -3px 0 #a5110d,
    3px -3px 0 #a5110d;
}
.header_text2{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif, cursive;
	font-size:3.5vw;
	color:#FFF;
	font-weight: bold;
	text-align:left;
	line-height:1.4em;
	text-shadow:
    3px 3px 2px #a5110d,
    -3px 3px 2px #a5110d,
    -3px -3px 0 #a5110d,
    3px -3px 0 #a5110d;
}

.header_menubtn{
	position:relative;
	width:30%;
	height:auto;
	overflow:hidden;
	top:0;
	right:.0;
	z-index: 3;
}
h1{
	text-align:right;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:1.5vw;
	color:#FFF;
	line-height:1.2em;
	margin:0;
	box-sizing: border-box;
}
.menu-btn {
	position: relative;
	top: 0;
	right: 5px;
	display: flex;
	height: 55px;
	width: 55px;
	margin-top:5%;
	justify-content: center;
	align-items: center;
	float:right;
	z-index: 90;
	background: rgba(255,255,255,0.7);
	border-radius: 5px;
}
  .menu-btn:hover {
	cursor: pointer;
  }
  /* 三本線の実装 */
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
	content: "";
	display: block;
	height: 4px;
	width: 35px;
	border-radius: 3px;
	background-color: #666;
	position: absolute;
  }
  .menu-btn span:before {
	bottom: 10px;
  }
  .menu-btn span:after {
	top: 10px;
  }
  /* チェックボックスを非表示にする */
  #menu-btn-check {
	display: none;
  }
   
  #menu-btn-check:checked ~ .menu-btn span {
	background-color: rgba(
	  255,
	  255,
	  255,
	  0
	); /*メニューオープン時は真ん中の線を透明にする*/
  }
   
  /* メニューを開いている時はハンバーガーボタンが×になる */
  #menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
  }

ul#contents_nav{
	display: none;
}
#container {
	background:rgba(255,255,255,0.8);
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0;
}
#contents{
	width:98%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

#contents_title{
	background-position: center bottom !important;
	background-size:100% auto !important;
	background-repeat: no-repeat !important;
	text-align:left;
	font-family:'Times New Roman', Times, serif;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:1.6em;
	color:#c10100;
	font-weight:bold;
	line-height:2em;
}

#sp_menu_title{
	background:url(../img/common/contents_title_sen.png?ver=2107) no-repeat;
	background-position: center bottom;
	background-size:100% auto;
	text-align:left;
	font-family:'Times New Roman', Times, serif;
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:1.6em;
	color:#c10100;
	font-weight:bold;
	line-height:2em;
}
.sp_menu_contents{
	background:url(../img/common/menu_back.jpg) repeat;
	background-position: center top;
	background-size:100% auto;
	width:98%;
	height:auto;
	overflow:hidden;
	margin:1% auto;
	padding:0;
}
.sp_menu_box{
	width:100%;
	display: flex;
	justify-content: space-between;
	border-left:1px #cd0200 solid;
	border-top:1px #cd0200 solid;
	box-sizing: border-box;
}
.sp_menu_btn{
	width:50%;
	font-family:'Times New Roman', Times, serif;
	font-size:1.2em;
	font-weight: bold;
	color:#FFF;
	text-align: center;
	line-height:2.2em;
	padding-top:1%;
	border-right:1px #cd0200 solid;
	box-sizing: border-box;
	text-shadow    : 
	2px  2px 1px #cd0200,
   -2px  2px 1px #cd0200,
	2px -2px 1px #cd0200,
   -2px -2px 1px #cd0200,
	2px  0px 1px #cd0200,
	0px  2px 1px #cd0200,
   -2px  0px 1px #cd0200,
	0px -2px 1px #cd0200;
}
.sp_menu_btn a{
	color:#FFF;
	display: block;
}

footer{
	background-repeat:no-repeat !important;
	background-position:center top !important;
	background-size: 100% auto !important;
	font-family: 'Signika', sans-serif;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	line-height:1.4em;
	padding-top:1%;
	margin-bottom: 3.5em;
}
ul.footer_nav{
	display: none;
}
footer .footer_add_pc{
	display: none;
}
footer .footer_add{
	font-size:2vw;
	color:#FFF;
	text-align:center;
	line-height:1.4em;
	margin:5% auto 0;
	letter-spacing: 0.1em;
	text-shadow:
    3px 3px 2px #000,
    -3px 3px 2px #000,
    -3px -3px 0 #000,
    3px -3px 0 #000;
}
footer p{
	font-size:2vw;
    color:#FFF;
    line-height:1.4em;
    margin:1% 0 0;
	text-shadow:
    3px 3px 2px #000,
    -3px 3px 2px #000,
    -3px -3px 0 #000,
    3px -3px 0 #000;
}
.sp_footer_tel{
	width:100%;
	background:rgba(0,0,0,0.8);
	height:auto;
	overflow:hidden;
	text-align:center;
	position:fixed;
	line-height:2em;
	bottom:0;
	z-index:3;
	margin:0;
	padding:2% 0 0;
}
.sp_footer_tel a{
	font-size:2em;
	color:#FFF;
	letter-spacing: .1em;
	display: block;
	padding:1% 0;
	background-repeat:no-repeat !important;
	background-size:auto 80% !important;
	background-position: left 35% center !important;
}

}

.menu-content {
	width: 80%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 80;
	background: rgba(255,255,255,0.9);
	transition: all 0.5s;
}
.menu-content ul {
	padding: 100px 10px 0;
}
.menu-content ul li {
	border-bottom: solid 1px #333;
	list-style: none;
}
.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 1.2em;
	box-sizing: border-box;
	color: #333;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}
.menu-content ul li a div{
	font-size:.5em;
}
#menu-btn-check:checked ~ .menu-content {
	left: 30%;
}