@charset "utf-8";
/* CSS Document */
#header-count {
	position: relative;
}
#leftside-menu,
#rightside-menu {
	z-index: 3;
}
@media (min-width: 992px) {
	#header-wrap {
		/*position: absolute;*/
		background-color: #FFF;
		width: 100%;
		z-index: 3;
	}
	#lupon-h1 {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 3;
	}
	.pagetitle{ padding-top: 40px;}
}
@media (min-width: 1200px) {
	#header-count:before {
		content: "";
		display: block;
		padding-top: 19%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#header-count:before {
		content: "";
		display: block;
		padding-top: 22%;
	}
}
@media (max-width: 992px) and (min-width: 767px) { 
	.pagetitle{ padding-top: 30px;}
}
@media (max-width: 767px) { 
	.pagetitle{ padding-top: 30px;}
}

/*-----------------------
PCメニュー    
------------------------*/
html:not(.pc-active) #main-nav {
	/*PC時メニューボタン隠す*/
	display: none;
}
#pc-nav-area div div{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	text-align: center;
}

#pc-nav-area div div:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightside-menu div:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#pc-nav-area div a {
	padding: 10px 0px;
	display: block;
	color: #666;
}
/*-----------------------
スマホメニュー    
------------------------*/
/*メニューは表示時本体スクロール無効化*/
html.nav-active body {
	overflow: hidden;
}
.pc-active #common-nav-switch {
	/*PC時メニューボタン隠す*/
	display: none;
}
#common-nav-switch{
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  z-index: 2000;
  cursor: pointer;
  background: #DEDFE4;
	border-radius: 4px;
}
#common-nav-switch:hover {
	background: #9B8DBC;
}
#common-nav-switch-in{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 17px;
  margin: -8px 0 0 -15px;
}

#common-nav-switch-in .bar{
  position: absolute;
  left: 0;
  width: 30px;
  height: 1px;
  background: #000000;
  transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
}

.nav-active #common-nav-switch .bar{
  background: #FFF !important;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%; 
}

.nav-active #common-nav-switch{
	background: rgba(0,0,0,1);
}

#common-nav-switch-in .bar.bar01{
  top: 0;
}

#common-nav-switch-in .bar.bar02{
  top: 8px;
}

#common-nav-switch-in .bar.bar03{
  top: 16px;
}

#common-nav-in > div:nth-child(3) {
	/*display:none;*/
}
/* cloes ボタン化　*/
.nav-active #common-nav-switch-in .bar.bar01{
  -webkit-transform: rotate(45deg) translate(0px, -7px);
  -moz-transform: rotate(45deg) translate(0px, -7px);
  -o-transform: rotate(45deg) translate(0px, -7px);
  -ms-transform: rotate(45deg) translate(0px, -7px);
  transform: rotate(45deg) translate(0px, -7px);
}

.nav-active #common-nav-switch-in .bar.bar02{
  display: none; 
}

.nav-active #common-nav-switch-in .bar.bar03{
  -webkit-transform: rotate(-45deg) translate(3px, 3px);
  -moz-transform: rotate(-45deg) translate(3px, 3px);
  -o-transform: rotate(-45deg) translate(3px, 3px);
  -ms-transform: rotate(-45deg) translate(3px, 3px);
  transform: rotate(-45deg) translate(3px, 3px);
}


/*---------------------------------------------*/
/* #common_nav                                 */
/*---------------------------------------------*/
#common-nav {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 320px;
	/*width:100%で全面に*/
	height: 100%;
	overflow:  hidden;
	background: #DEDFE4;
	padding-top: 70px;
}
#common-nav-content {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
#common-nav-in {
    position: relative;
    width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 992px) {
	#common-nav-in div a{
		display: block;
		padding: 20px;
		border-bottom: dotted 1px #666;
		color: #000;
	}
	#common-nav-in div a:hover{
		background-color:#382546;
		color: #fff;
	}
}

/*#sub-menu2 {
	position: absolute;
	top:10px;
	left: 0px;
	width: 300px;
	display: table;
}*/
/*======================================
	グローバル
======================================*/
#sub-menu2 {
	position: absolute;
	top:10px;
	left: 0px;
	width: 120px;
	display: table;
	height: 63px;
}
#sub-menu2 > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50%;
}
@media (max-width: 992px) {
	#sub-menu2 {
		display: none;
	}
}
/*======================================
	文字サイズセレクター
======================================*/
#sub-menu {
	position: absolute;
	top:10px;
	right: 0px;
	width: 300px;
	display: table;
}
@media (max-width: 992px) {
	#sub-menu {
		display: none;
	}
}
#sub-menu > li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#sub-menu li ul.textresizer {
	display: table;
}
#sub-menu li ul.textresizer li{
	display: table-cell;
}
ul.textresizer {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #666;
}
ul.textresizer li {
	display: inline;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 30px;
	background-color: #FFF;
}
ul.textresizer span {
	border: solid 1px #999;
	text-decoration: none;
	display: block;
	text-align: center;
	cursor:pointer;
}
ul.textresizer span:hover {
	background: #CCCCCC;
	border: solid 1px #cccccc;
}
/* Style of active button */
ul.textresizer span.textresizer-active {
	border: solid 1px #2B562B;
	background: #FFCA6F;
	color: #000000;
}
.home {
	border:#787496;
	padding-left: 5px;
	padding-right: 5px;
}
.eng {
	border:#787496;
	padding-left: 5px;
	padding-right: 5px;
	/*display: none !important;*/
}
.mail {
	background-color: #999999;
	padding-left: 5px;
	padding-right: 5px;
}
.backnum {
	background-color: #777;
	padding-left: 5px;
	padding-right: 5px;
}
.t-size {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color:#aaa;
	color: #FFF;
}
/*-------------------------------*/
/*スライダー　　　　　　　　　　 */
/*-------------------------------*/
@media (min-width: 992px) {
	#top-anime {
		position: relative;
	}
	#day {
		position: absolute;
		bottom: 10px;
		left: 50%;
		z-index: 3;
		margin-left: -258px;
	}
}
@media (max-width: 991px) {
	#day {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper img {
	width: 100%;
	height: auto;
}

/*-------------------------------------------*/
/* フッタースタイル                            */
/*-------------------------------------------*/
footer {
	clear: both;
	background-color: #16490C;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
footer p {font-size: 12px;}


/*======================================
	共通のスタイル
======================================*/
section.sitewide { position:relative;}
h3{ border-bottom: solid 1px #ccc; margin-top: 20px;}
h4{ text-align: center; padding: 20px;}

.bt {
    background-color: #786F49;
    padding: 10px 30px;
	margin-top:10px;
	margin-bottom: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.bt2{ 
	background-color: #5D5F70;
	padding: 10px 30px;
	margin-top:10px;
	margin-bottom: 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.bt3{ 
	background-color: #B18481;
	padding: 10px 30px;
	margin-top:10px;
	margin-bottom: 30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.bt4{
	padding: 5px 30px;
	border: solid 1px #ADBBAA;
}
.bt:hover { background-color: #685E26;} 
.bt2:hover { background-color: #16490C; color:#FFF;} 
.bt3:hover { background-color: #B86765;} 
.bt4:hover { background-color: #ADBBAA;} 
.nomal-dl dd {
	margin-left: 40px;
}

/*-------------------------------*/
/*MB専用スタイル                 */
/*-------------------------------*/
.mb-date2{
	text-align: center;
	margin-top: 40px;
	margin-bottom: -20px;
	font-size: 18px;
	font-weight: 700;
	color: #685E26;
	}
.mb-right .mb-photo {
	float: right;
	display: block;
	margin-bottom: 10px;
	margin-left: 10px;
}
.mb-left .mb-photo {
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.mb-center .mb-photo {
	clear: both;
	margin-bottom: 10px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------*/
.table-list-ul {
	padding-left: 0px !important;
	border-bottom: 1px solid #ddd;
	margin-bottom:20px;
}
.table-list-ul li {
	display: table;
	width: 100%;
	margin-bottom: 0px;
	border-top: 1px solid #ccc;
}
.table-list-ul li div:first-child {
	width: 20%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: table-cell;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #FFE6CA;
}
.table-list-ul li div:not(:first-child) {
	width: 80%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: table-cell;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.table-list-ul li div:last-child {
	border-left-style: none;
}
#news-list { margin: 40px;}
ul#news-list{ margin-left: 0px; padding: 0px;}
#news-list li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style: none;
}
#news-list li span {
	margin-left: 10px;
	padding: 5px;
	font-size: 12px;
}
#news-list li a {
	margin-top: 5px;
	display: block;
}
#news-list .himeji span {background-color: #406FB1; color: #FFF; }
#news-list .akou span {background-color: #9D4646; color:#FFF; }
#news-list .both span {display:none;}
.no-strong {font-weight: normal !important;}

/*ポップアップ　サイトのバックナンバー*/
#backnumber-site {
	margin: auto;
	padding: 30% 16px 0 13px !important;/*高さはpaddingで制御*/
}
#backnumber-site2 {
	margin: auto;
	padding: 50% 16px 0 13px !important;/*高さはpaddingで制御*/
}


