@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.2.0
Author: PASOYA
@charset "utf-8";

/* nav
------------------ */
/* PCのピンク帯 */
#nav_header{
	display: none;
}

@media print, screen and (min-width: 1080px){
#nav_header{
	display: block;
	background:#fd888b;
	color:#fff;
	width:100%;
	text-align:center;
	line-height:1.0;
	font-size:87.5%;
}

#nav_header ul{
	width:1080px;
	margin:0 auto;
	border-left:2px dotted #feacae;
	overflow:hidden;
	position:relative;
}

#nav_header li{
	display:inline;
}

#nav_header a{
	display:inline-block;
	color:#fff;
	text-decoration:none;
	padding:0.8em 0;
	border-right:2px dotted #feacae;
}

#nav_header a:hover{
	background:#fda0a2;
}

#nav_header .icon-home{
	width:120px;
	float:left;
}

#nav_header .icon-search{
	width:140px;
	position:absolute;
	top:0;
	right:0;
	border-left:2px dotted #feacae;
}
}

/* スマホメニューボタン */
#nav_sp_trg{
	z-index: 10;
	width: 60px;
	height: 60px;
	background:#fff;
	border: 1px solid rgba(255,255,255,0.5);
	text-align: center;
	font-size: 10px;
	color: #fd888b;
	position: absolute;
	right: 5px;
	top: 30px;
	transition: opacity 1s, visibility 1s;
  opacity: 1;
  visibility: visible;
	z-index: 100;
}

#nav_sp_trg.hide_nav_trg{
	opacity: 0;
  visibility: hidden;
}

#nav_sp_trg:before{
	display: block;
	font-size: 30px;
	margin: 7px auto 0 auto;
	color:#fd888b;
}

@media print, screen and (min-width: 1080px){
#nav_sp_trg{
	display: none;
}
}

/* スマホメニュー */
#nav_sp{
	width:100%;
	display:none;
	line-height:1.0;
}

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

#nav_sp dl{
	overflow:hidden;
	background:#fff;
	margin: 0;
	letter-spacing: 0;
}

#nav_sp dt{
	background:#ffe7e8;
	color:#fd888b;
	font-weight:bold;
	border-bottom:2px dotted #feb8b9;
	padding:0.5em;
}

#nav_sp dd{
	float:left;
	width:50%;
	margin:0;
}

#nav_sp dd a{
	display:block;
	border-bottom:2px dotted #feb8b9;
	padding:1em 0.3em 1em 0.5em;
}

#nav_sp dd:nth-of-type(odd) a{
	border-right:2px dotted #feb8b9;
}

#nav_sp dd.w100{
	width:100%;
}

#nav_sp dd.w100 a{
	border-right: none!important;
}

#nav_sp .nav_sp_dd{
	float:none;
	clear:both;
	width:100%;
}

#nav_sp dd.nav_sp_dd a{
	border-right:none;
}

#nav_sp dd a:before{
	float:right;
	color:#fd888b;
	font-size:87.5%;
	margin:2px 0 0 0;
}

#nav_sp_client{
	background:#e0f2f0;
	padding:0.5em;
}

#nav_sp_client a{
	text-align: center;
	display: inline-block;
	background:#fff;
	border: 2px solid #ccc;
	border-radius: 5px;
	padding:0.5em 1em;
}

#nav_sp_close{/* メニューを閉じる */
	background:#efefef;
	text-align:center;
	padding:0.5em 0;
	border-bottom:2px solid #fd888b;
	margin-bottom:4em;
}

#nav_sp_close span{
	display:inline-block;
	background:#fff;
	border:2px solid #ccc;
	border-radius:5px;
	padding:0.5em 1em;
}

#nav_sp_close span:before{
	color:#fd888b;
}

#nav_sp_close_top{/* 右上メニューを閉じる */
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
	width: 60px;
	height: 60px;
	background:#fff;
	border: 1px solid rgba(255,255,255,0.5);
	text-align: center;
	font-size: 10px;
	color: rgba(0,0,0,0.8);
}

#nav_sp_close_top:before{
	display: block;
	font-size: 30px;
	margin: 7px auto 5px auto;
	color: rgba(0,0,0,0.4);
}

/* PC nav */
#nav_pc{
	display:none;
}

@media print, screen and (min-width: 1080px){
#nav_pc{
	display:block;
	background:#ffe7e8;
	z-index:10;
}

#nav_pc:after{
	content:"";
	clear:both;
	display:block;
}

#nav_pc ul{
	width:1080px;
	margin:0 auto;
}

.nav_pc_parent{
	width:179px;
	float:left;
	cursor:pointer;
	color:#fd7b7e;
	font-weight:bold;
	text-align:center;
	border-right:1px dashed #feb8b9;
	padding:1em 0;
	position:relative;
	box-sizing: border-box;
}

.nav_pc_parent:first-child{
	border-left:1px dashed #feb8b9;
}


.nav_pc_parent > a{
	text-decoration:none;
}

.nav_pc_parent:hover,#nav_pc_parent_selected{
	background:#fd888b;
	color:#fff;
}

#nav_pc ul.nav_pc_child{
	display:none;
	text-align:left;
	position:absolute;
	top:59px;
	left:0;
	width:175px;
	margin:0;
	border:2px solid #fd888b;
	border-top:none;
	background:rgba(253,136,139,0.9);
	font-weight:normal;
	font-size:87.5%;
	z-index: 999;
}

.nav_pc_child li{
	border-bottom:1px dashed #feb8b9;
}

.nav_pc_child li:last-child{
	border-bottom:none;
}

.nav_pc_child a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0.8em 0.2em 0.7em 0.5em;
}

.nav_pc_child a:hover{
	background:#fb5c60;
}

.nav_pc_child a:before{
	float:right;
	font-size:75%;
	color:#ffe7e8;
	margin:6px 0 0 0;
}
}

/* header
------------------ */
/* スマホ用色つき帯 */
#sp_obi{
	font-size: 75%;
	font-weight: normal;
	color: #fff;
	padding: 0.2rem 0 0.2rem 1em;
	margin: 0;
	background:#fd888b;
	text-align: center;
}

/* スマホヘッダナビ */
#sp_header_nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	font-size: 75%;
	width: calc(100% - 70px);
}

#sp_header_nav li{
	width: 50%;
	margin-top: 1px;
	border-right: 1px dotted rgba(255,255,255,0.5);
	box-sizing: border-box;
	background: #f4686c;
}

li#sp_header_nav_client{
	background: #43ac9d;
}

#sp_header_nav li.b_r_none{
	border-right: none;
}

/*
#sp_header_nav li.w50{
	width: 50%;
}
*/

#sp_header_nav li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding:0.4rem 0;
}

@media print, screen and (min-width: 1080px){
#sp_obi, #sp_header_nav{
	display: none;
}
}

/* PC用header */
#common_header{
	display:none;
}

@media print, screen and (min-width: 1080px){
#common_header{
	display:block;
	width:1080px;
	margin:0 auto;
	overflow:hidden;
	padding:16px 0;
}

#logo01{
	float:left;
	padding-top:10px;
}

#header_tel{
	float:right;
	text-align:center;
	line-height:1.2;
	width:236px;
	margin:0 0 0 20px;
}

#header_tel img{
	display:block;
}

#header_tel .smaller{
	font-size: 12px;
	color: #666;
}

#header_bt{
	float:right;
	width:160px;
	font-size:75%;
	text-align:center;
	margin-top:2px;
}

#header_bt a.icon-right-dir{
	display:block;
	border-radius:5px;
	border:2px solid #ccc;
	background:#fff;
	text-decoration:none;
	color:#333;
	padding:0.1em 0;
	margin-bottom:5px;
}

#header_bt a.icon-right-dir:before{
	color:#63c0b3;
}

#header_bt a.icon-right-dir:hover{
	background:#eff9f7;
}

#header_bt a.icon-pencil{
	display:block;
	border-radius:5px;
	text-decoration:none;
	padding:0.4em 0 0.2em 0;
	font-weight:bold;
	color:#fff;
	background:#d82323;
	border:1px solid #e52525;
	box-shadow:0 4px 0 #8f1717;
}

#header_bt_red:hover a.icon-pencil{
	background:#b81b1b;
	box-shadow:0 2px 0 #8f1717;
}

#header_bt_red{
	padding:0 0 2px 0;
}

#header_bt_red:hover{
	padding:2px 0 0 0;
}
}

#container{
	margin-top: 1rem;
}

.inner-header{
	min-height: 55px;
}

/* footer05（スマホのみ。アイコン） */
#footer05{
	position: fixed;
	left: 10px;
	z-index: 10;
	transition: 0.5s;
}

#footer05 li{
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	margin-right: 0.3rem;
	text-align: center;
	font-size: 28px;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	line-height: 59px;
}

#footer05 li > span{
	display: block;
}

#footer05 li a{
	display: block;
	text-decoration: none;
}

#footer05 .icon-phone{
	color: #f99536;
}

#footer05 .icon-mail-alt{
	color: #d82323;
}

@media print, screen and (min-width: 768px){
#footer05{
	display: none;
}
}



/* サイト　共通微調整 */

body{
	font-family: Meiryo, sans-serif;
	letter-spacing: 0;
	line-height: 1.7;
}


h6{
	font-size: 1em;
    margin: 1em 0;
}


#header{
max-width:1166px;
margin: 0 auto;
border-radius: 0;
z-index: 99;
box-shadow: initial;
}

.stk_header{
	text-shadow: none;
}

#header .inner-header{
	border-radius: 0;
	text-align: center;
}

.site__logo.fs_m .text{
	font-size: 158%;
}

/*　一覧タイトル・記事タイトル */
.single-title,
.page-title,
.entry-title,
.entry-header .entry-title
{
	font-size: 1.5em;
}

/*　記事詳細目次 */
div#ez-toc-container {
    position: relative;
    padding: 0.5rem 2rem 1rem;
    margin: 2rem 0;
    background: transparent;
    border: 2px solid #757575;
}

/*.ez-toc-title-container{
    position: relative;
    top: -0.5rem;
}*/

div#ez-toc-container p.ez-toc-title{
	font-size: 100%;
	color: #000;
	display: inline-block;
	background: #fff;
	padding:0 0.5em;
	position: relative;
	top: -1.2rem;
}

#ez-toc-container ul.ez-toc-list{
	margin-top: 0;
	line-height: 1;
}

div#ez-toc-container ul li{
	font-size: 100%;
	line-height: 1;
}

div#ez-toc-container ul li:not(:last-of-type) {margin-bottom: 1.3rem;}

div#ez-toc-container ul.ez-toc-list a {
    color: #fb6a6d;
    border-bottom: 1px solid #fb6a6b;
    display: inline-block;
}



/* トグル削除 */
.ez-toc-title-toggle{
	display: none;
}

@media only screen and (max-width: 480px){
	
	div#ez-toc-container {
    	padding: 0.5rem 0.5rem 1rem;
	}
	
}





.footer-links a::before{
	content: none;
	display: none;
}

.footer-links a::after{
	content:"　｜　 ";
	display: inline-block;
}


@media only screen and (max-width: 480px){
	
	.single-title, .page-title, .entry-title, .entry-header .entry-title {
	    font-size: 1.2em;
	}
}


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

	#header .inner-header{
		text-align: left;
	}

	.site__logo {
    	max-width: calc(100% - 30px);
		padding-right: 2rem;
	}
	
	.site__logo.fs_m .text{
		font-size: 120%;
	}
	
	.footer-links a::after{
		content: none;
		display: none;
	}
}
