/******************************************************************************
******************************************************************************
**
** style.cssにおいて
** -- baseでは基本タグとサイト大枠のCSS指定
** -- headerではヘッダーのCSS指定
** -- global navではグローバルナビのCSS指定
** -- contentではコンテント・メイン・サイドナビのCSS指定
** -- footerではフッターのCSS指定
** -- pagetopではページトップボタンのCSS指定
** -- indexではトップページのCSS指定
** -- pageでは汎用ページのCSS指定
** -- styleでは汎用ページのコンテンツ（データ入れ）で使用する基本タグのCSS指定
**
** 注意事項
** -- CSSの命名規則はApplicatsオリジナルの命名規則を採用しています。
** -- 初期フォントサイズはreset.cssにて13pxにリセットしています。
** -- 行間は1.6にリセットしています。
**        単位は不要です。(スタイル崩れする可能性有)
** -- コンテンツ内のフォントサイズ・行間は
**        [ base ]のcontentsクラスで指定しています。
**        変更する場合はこちらを変更してください。
**
******************************************************************************
******************************************************************************/

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** style
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html, body {
	min-height: 100%;
	background:url(../images/bg.jpg) left top repeat;
	border-top: 3px solid #000;
	overflow-x: hidden;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
#header {
	margin: 0 0 15px;
}
#header h1 {
	margin: 0 0 15px;
	padding: 5px 0 15px 5px;
	background: #E5DCD5;
	border-bottom: 3px solid #E3D2BE;
	text-shadow: 1px 1px 0px #FFF;
}
#header h1 a {
	display: block;
	width: 75vw;
	text-decoration: none;
}
#header h1 #sp_logo {
	color: #333;
    font-size: 1.03em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#header h1 #sp_logo span {
	display: block;
	margin: -5px 0 0;
	font-size: 18px;
}
#header .hdr #hdr_text {
	padding: 0 10px;
	font-size: 13px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#header .hdr #hdr_text span {
	color: #e34713;
}
#header h1 a img,
#header .hdr img {
	display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
#nav {
	box-shadow: inset 0 0 5px 5px #222;
	background: #000;
	color: #fff;
	height: calc(100% + 500px);
	padding-bottom: 500px;
	z-index: 100;
	width: 70%;
	overflow-x: none;
	overflow-y: auto;
	top: 0px;
	right: -70%;
	position: fixed;
	transition: All 0.5s ease
}
#nav ul {
	margin:0!important;
	padding-left: 0!important;
}
#nav ul li {
	margin:0!important;
}
#nav ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: block;
	padding: 1em 1.5em;
	text-decoration: none;
	position: relative
}
#nav ul li a:hover {
	box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.3)
}
#nav ul li a::after {
	content: attr(data-text);
	display: block
}
#nav ul li a img {
	display: none
}
.sp_nav_open {
	right: 0 !important
}
.sp_nav_trigger {
	cursor: pointer;
	z-index: 1000;
	position: fixed !important;
	top: 25px;
	right: 15px;
	margin-top: -5px;
	width: 36px;
	height: 24px
}
.sp_nav_trigger span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
	transition: all .4s;
	box-sizing: border-box
}
.sp_nav_trigger span:nth-of-type(1) {
	top: 0
}
.sp_nav_trigger span:nth-of-type(2) {
	top: 10px
}
.sp_nav_trigger span:nth-of-type(3) {
	bottom: 0
}
.sp_nav_trigger::after {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: 'MENU';
	display: block;
	width: 100%;
	padding-top: 20px;
	color: #000;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	transition: all 0.4s
}
.sp_nav_trigger.active::after {
	content: 'CLOSE';
	bottom: -25px;
	color: #fff
}
.sp_nav_trigger.active span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
	background: #fff
}
.sp_nav_trigger.active span:nth-of-type(2) {
	opacity: 0;
	background: #fff
}
.sp_nav_trigger.active span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
	background: #fff
}

/*----------------------------------------------------------------------------
******************************************************************************
** content
******************************************************************************
----------------------------------------------------------------------------*/
.con {
	padding: 20px 10px 30px
}
.main {
	margin-bottom: 30px
}
#sub {
    display: none;
}

#content {
    padding: 15px 5px 25px;
    background: #f4f0e3 url(../images/cont_fot.jpg) center bottom no-repeat;
}
#content h2 {
	margin: 0 5px;
	padding: 18px 10px 2px 30px;
	background: url(../images/h2.jpg) left top no-repeat #E34714;
	color: #FFF;
	font-size: 20px;
}
#content h2 {
	padding: 18px 10px 2px 30px;
	background: url(../images/h2.jpg) left top no-repeat #E34714;
	color: #FFF;
	font-size: 20px;
}
#content h3 {
	position: relative;
	margin: 0 5px;
	padding: 10px 0 10px 10px;
	color: #E34714;
}
#content h3::before {
	position: absolute;
	content: '';
	left: 0;
	width: 5px;
	height: 60%;
	background: #E34714;
}
#content h3::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	box-sizing: border-box;
	bottom: 0;
	border-top: 1px solid #E34714;
	border-bottom: 2px solid #E34714;
}
#content h4 {
	margin: 0 5px;
	padding: 5px 0 5px 10px;
	border-left: 3px solid #E34714;
}
#content p {
	padding: 0 5px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
#footer {
	padding: 5px 0 0;
    background: #1d0f0c;
    color: #FFF;
}
#footer .footerL {
	font-size: 13px;
}
#footer .footerL b {
	display: block;
	font-size: 14px;
}
#footer .ft_copy {
	margin: 0!important;
	padding: 10px 0;
	font-size: 10px;
	text-align: center
}

/*----------------------------------------------------------------------------
******************************************************************************
** pagetop
******************************************************************************
----------------------------------------------------------------------------*/
.page_top {
	margin: 30px 0 0;
	background: #E34714;
	text-align: center;
}
.page_top a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #fff;
	font-size: 1.0em;
	text-decoration: none;
}
.page_top a:before {
	position: relative;
	left: -5px;
	content:"";
	font-family: "Font Awesome 5 Free";
	content: '\f151';
}
.page_top a img {
	display: none;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.index_slider_bg {
	margin-bottom: 20px;
}
.index_main {
	margin-bottom: 20px;
}
#news_title {
	margin-bottom: 0!important;
	padding: 5px 10px;
	background: #e34713;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 3px double #FFF;
}
.news {
	max-height: 40vh;
	margin: 0 0 20px;
	background: #f4f0e3;
	overflow:auto
}
.news dt {
	padding: 5px 5px 5px 15px;
	background: url(../images/icon01.jpg) no-repeat 5px center;
}
.news dd {
	margin: 0;
	padding: 0 15px 10px;
	border-bottom:#CCCCCC dotted 1px;
}
#link_title {
	margin-bottom: 0!important;
	padding: 5px 10px;
	background: #e34713;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 3px double #FFF;
}
.index_side {
}
.link {
	width: 90%;
	margin: 10px auto 20px;
	padding: 0;
}
.link li {
	margin-bottom:10px;
	list-style: none;
}
.link li a {
	padding:16px 16px 16px 42px;
	border:1px solid #000;
	border-radius:3px;
	display:block;
	text-decoration:none;
	background:url(../images/icon_elink_black.png) no-repeat 16px center #fff;
	color:#000;
}
.link li a:hover {
	background-color:#000;
	background-image:url(../images/icon_elink_white.png);
	color:#FFF
}
.index_slide {
	margin-bottom: 20px
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
#result_book {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
#result_book li {
    width: calc(100% / 2 - 10px);
    margin: 0 5px 10px;
    padding: 2px;
    list-style: none;
    font-size: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#result_book li img {
	display: block;
	width: 100%;
	height: 25vh;
	padding: 10px 0;
	object-fit: contain;
	object-position: top;
}
#result_book li span {
  display: block;
  padding: 5px 3px;
  border-top: 1px solid #CCC;
}
.movie_box {
	width: 96%;
	margin: 0 auto 20px;
}

.t_member {
    width: 96%!important;
    margin: 20px 2%!important;
	background: #FFF;
}
#t_profile_img img {
    display: block;
    margin: 20px auto 0;
    padding: 5px;
    border: 1px solid #D7D7D7;
}
.t_profile {
    width: 96%!important;
    margin: 20px 2%!important;
	background: #FFF;
}
.t_member_ob {
	background: #FFF;
}
.scroll{
    width: 96%!important;
    margin: 0 2% 20px!important;
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

#contact_box {
	margin: 0 0 40px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** style
******************************************************************************
----------------------------------------------------------------------------*/
.mcon {
	line-height: 1.6;
	word-wrap: break-word
}
.mcon a img:hover {
	opacity: 0.8;
	transition: all 0.3s ease
}
.mcon h1 {
	font-size: 20px;
	margin-bottom: 20px;
}
.mcon h2 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.mcon h3 {
	font-size: 16px;
	margin-bottom: 8px;
	margin-top: 16px;
}
.mcon h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.mcon h5, .mcon h6 {
	margin-bottom: 2px;
	margin-top: 5px;
}
.mcon hr {
	border: none;
	border-top: 1px dotted #000
}
.mcon iframe {
	max-width: 100%
}
.mcon img {
	max-width: 100%;
	height: auto
}
.mcon ol {
	margin-top: 1em;
	margin-bottom: 0.5em
}
.mcon ol li {
	margin-left: 2em;
	margin-bottom: 0.5em
}
.mcon p {
	margin-bottom: 1em
}
.mcon ul {
	margin-top: 1em;
	margin-bottom: 0.5em
}
.mcon ul li {
	list-style-type: disc;
	margin-left: 1.5em;
	margin-bottom: 0.5em
}
