@charset "utf-8";
/*
Theme Name: kohaku seikotsuin
Theme URI: http://www.kohaku-kurume.com
Description: 専用のベーステーマ
Version: 1.0
*/

/* common
---------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	line-height: 1;
	font-feature-settings: 'palt' 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body.noscroll { overflow-y: scroll; position: fixed; width: 100%; }

::-moz-selection { background: #CCCCCC; color: #333333; }
::selection { background: #CCCCCC; color: #333333; }

p { font-size: 14px; line-height: 1.7; letter-spacing: 0.06em; }

p:last-of-type { margin-bottom: 0 !important; }
address,i { font-style: normal; }
img { max-width: none; }

.clearfix:after { content: ''; display: block; clear:both; }

body.pc .sp_view { display: none !important; }
body.pc .pc_view { display: block !important; }
body.sp .pc_view { display: none !important; }
body.sp .sp_view { display: block !important; }

/* txt
-----------------------------------*/
.font-gothic { font-family: 'FOT-セザンヌ ProN M', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif; }
.font-gothic-db { font-family: 'FOT-セザンヌ ProN DB', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic,  Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif; }
.font-gothic-r { font-family: 'FOT-筑紫A丸ゴシック Std E', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic,  Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif; }
.font-gothic-rb { font-family: 'FOT-筑紫A丸ゴシック Std B', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic,  Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif; }
.font-sans { font-family: 'Dosis', sans-serif; font-weight: 500; }
.font-sans-num { font-family: 'Roboto Slab', serif; font-weight: 400; }

.red { color: #FC5439; font-weight: bold; }

/* link
------------------------------------*/
a { color: #333333; text-decoration: none; -webkit-transform: translateZ(0); }

/* .btn
------------------------------------*/
.btn-link a,
.btn-link > span {
	display: inline-block;
	box-sizing: border-box;
	background: #FFD435 url(img/share/ico-arrow-dot.svg) no-repeat right 16px center;
	background-size: 13px 19px;
	width: 100%;
	padding: 16px 40px 15px;
	color: #3C352E;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.12em;
	white-space: nowrap;
	border-radius: 4px;
}

.btn-link.btn-instagram a {
	background-image: url(img/share/ico-instagram-white.svg);
	background-position: right 12px center;
	background-size: 24px 24px;
}

.drop-btn-more {
	position: relative;
	display: block;
	background: #FEFDEC;
	box-sizing: border-box;
	border: 2px solid #FFD435;
	border-top: 1px solid #FFD435;
	border-radius: 0 0 10px 10px;
	padding: 14px 40px 13px;
	color: #FFA500;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

.drop-btn-more i {
	display: block;
	position: absolute;
	top: 12px;
	right: 14px;
	background: url(img/share/ico-arrow-dot-orange.svg) no-repeat;
	background-size: 13px 19px;
	width: 13px;
	height: 19px;
	transition: .1s ease-out;
}

.drop-btn-more.active i {
	top: 11px;
	transform: rotate(180deg);
}

.drop-btn-s {
	position: relative;
	display: block;
	background: #FFD435;
	box-sizing: border-box;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	padding: 7px 0 0 8px;
}

.drop-btn-s i {
	display: block;
	background: url(img/share/ico-arrow-dot.svg) no-repeat;
	background-size: 8px 12px;
	width: 8px;
	height: 12px;
	transform: rotate(90deg);
}

.btn-balloon a {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	background: #FFD435 url(img/share/ico-arrow-dot.svg) no-repeat right 11px center;
	background-size: 8px 12px;
	border-radius: 20px;
	padding: 9px 28px 9px 14px;
	color: #3C352E;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.12em;
	white-space: nowrap;
}

/*
.btn-balloon a:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -12px;
	border-style: solid;
	border-width: 5px 13px 5px 0;
	border-color: transparent #FFD435 transparent transparent;
	width: 0;
	height: 0;
	transform: translateY(-50%);
}
*/


/* .btn-nav
---------------------------------------------------------------------------*/
.btn-nav {
	position: fixed;
	top: 0;
	right: 10px;
	box-sizing: border-box;
	background: #F7B500;
	border-radius: 0 0 6px 6px;
	width: 60px;
	height: 66px;
	z-index: 10001;
}

.btn-nav:before {
	display: block;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	background: #F7B500;
	width: 100%;
	height: 5px;
	z-index: 10000;
}

.btn-nav div,
.btn-nav span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .2s;
}

.btn-nav div {
	position: relative;
	width: 24px;
	height: 19px;
	margin: 26px 0 0 18px;
}

.btn-nav span {
	position: absolute;
	left: 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 3px;
}

.btn-nav span:nth-of-type(1) { top: 0; }
.btn-nav span:nth-of-type(2) { top: 8px; }
.btn-nav span:nth-of-type(3) { bottom: 0; }

/* .btn-nav.active
------------------------------------*/
.btn-nav.active span:nth-of-type(1) { transform: translateY(8px) rotate(-45deg); }
.btn-nav.active span:nth-of-type(2) { animation: active-menu-bar02 .4s forwards; opacity: 0; }
.btn-nav.active span:nth-of-type(3) { transform: translateY(-8px) rotate(45deg); }

@keyframes active-menu-bar02 {100%{ height: 0; }}

/* .nav-sp
------------------------------------*/
.nav-cover {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	z-index: 9998;
	display: none;
	opacity: 0;
}

.nav-sp {
	position: fixed;
	top: 0;
	left: 0;
	background: #FFFFFF;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.nav-sp .inner {
	overflow-y: scroll;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 42px 7% 40px;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
}

.nav-sp .logo {
	width: 150px;
	margin: 0 auto 28px;
	transform: translateX(-15px);
}

.nav-sp .logo img {
	width: 100%;
	height: auto;
}

.nav-sp .gnav {
	margin-bottom: 35px;
}

.nav-sp .gnav li {
	background: url(img/share/line-dot-orange.png) repeat-x left bottom;
	background-size: 6px 2px;
}

.nav-sp .gnav > ul > li > a,
.nav-sp .gnav > ul > li span {
	display: block;
	background: url(img/share/logo-mark.svg) no-repeat left 9px center;
	background-size: 23px 23px;
	padding: 20px 0 20px 44px;
}

.nav-sp .gnav > ul > li:last-of-type a {
	padding-right: 0;
}

.nav-sp .gnav > ul > li > a > img,
.nav-sp .gnav > ul > li > span > img {
	width: auto;
	height: 19px;
}

.nav-sp .btn-link {
	margin-top: 10px;
}

.nav-sp .btn-link a {
	width: 100%;
	font-size: 16px;
}

/* .mnav
------------------------------------*/
.nav-sp .gnav li span {
	display: block;
	position: relative;
}

.nav-sp .gnav li.btn-mnav span i {
	display: block;
	position: absolute;
	top: 19px;
	right: 10px;
	background: url(img/share/ico-plus.svg) no-repeat;
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
	transition: .1s linear;
}

.nav-sp .gnav li.btn-mnav.active span i {
	transform: rotate(135deg);
}

.mnav-wrap {
	display: none;
}

.mnav {
	overflow: hidden;
	position: relative;
	padding: 0 0 20px 40px;
}

.mnav > div {
	position: relative;
	border-top: 1px solid #F7B500;
}

.gnav .mnav a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding: 16px 40px 15px 5px;
}

.gnav .mnav a i {
	position: absolute;
	top: 15px;
	right: 11px;
	background: url(img/share/ico-arrow-dot-orange.svg) no-repeat;
	background-size: 15px 22px;
	width: 15px;
	height: 22px;
	transform: rotate(-90deg);
}

.gnav .mnav figure {
	display: none;
}

.gnav .mnav strong {
	color: #464646;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

.gnav .mnav em {
	display: none;
}


/* header
---------------------------------------------------------------------------*/
header {
	box-sizing: border-box;
	width: 100%;
	padding: 22px 17px 20px;
}

header .logo {
	float: left;
	width: 110px;
}

header .logo img {
	width: 100%;
	height: auto;
}

header p {
	float: left;
	margin: 1px 0 0 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

header p span {
	border-bottom: 1px solid #888888;
	font-size: 13px;
}

/* .news-important
------------------------------------*/
.news-important {
	clear: both;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: -21px;
	padding: 32px 0 0 5px;
}

.news-important a {
	display: -webkit-box;
	display: flex;
}

.news-important .illust {
	position: relative;
	width: 45px;
	min-width: 45px;
	opacity: 0;
}

.news-important .illust img {
	display: block;
	width: 100%;
	height: auto;
}

.news-important .illust .txt {
	position: absolute;
	top: -10px;
	left: -3px;
	transform-origin: center bottom;
	opacity: 0;
}

.news-important .inner {
	box-sizing: border-box;
	background: url(img/share/balloon-news_sp@2x.png) no-repeat;
	background-size: 100% 34px;
	width: 100%;
	height: 34px;
	margin: 0 0 0 4px;
	padding: 10px 16px 0 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0;
}

.news-important .inner time {
	display: inline-block;
	margin-right: 6px;
	color: #FC5439;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.news-important .inner time span {
	display: none;
}

.news-important .inner h2 {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.06em;	
}


/* footer
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	margin: 0;
	padding: 120px 0 0;
}

.footer-inner {
	position: relative;
	padding: 0 6% 12%;
}

.footer-inner address p {
	margin-bottom: 6px;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.footer-inner address p a {
	font-size: 14px;
	text-decoration: underline;
}

.footer-inner .tel img {
	width: 260px;
	height: auto;
}

.footer-inner .btn-link a {
	width: 100%;
	font-size: 16px;
}

/* .instagram
------------------------------------*/
.instagram {
	position: absolute;
	top: -115px;
	left: 6%;
}

.instagram a {
	display: inline-block;
	position: relative;
	padding-left: 26px;
	font-size: 15px;
	letter-spacing: 0.06em;
}

.instagram a i {
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
}

.instagram a span {
	display: inline-block;
	padding-top: 6px;
	color: #F7B500;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.05em;
}


/* .footer-inner .inner
------------------------------------*/
.footer-inner .inner {
	position: relative;
	margin-bottom: 25px;
}

.footer-inner .copyright {
	display: block;
	margin: 0 0 20px 3px;
	font-size: 10px;
	letter-spacing: 0.15em;
	transform-origin: left bottom;
	transform: scale(0.9);
}

.footer-inner .logo {
	width: 140px;
	margin-right: 40px;
}

.footer-inner .logo img {
	width: 100%;
	height: auto;
}

.footer-inner address {
	display: block;
	margin-top: 16px;
	padding-left: 2px;
}

.footer-inner .tree {
	position: absolute;
	top: 12px;
	right: -6px;
	width: 140px;
}

.footer-inner .tree img {
	width: 100%;
	height: auto;
}

/* .footer-inner .schedule
------------------------------------*/
.footer-inner .schedule {
	position: relative;
	margin: 100px 0 50px;
}

.footer-inner .schedule .staff {
	display: block;
	position: absolute;
	top: -75px;
	right: 5px;
	width: 120px;
	height: auto;
	z-index: -1;
}

.footer-inner .schedule .txt1 {
	display: block;
	position: absolute;
	top: -138px;
	right: -7px;
	width: 40px;
	height: auto;
}

.footer-inner .schedule .txt2 {
	display: block;
	position: absolute;
	top: -38px;
	left: -6px;
	width: 200px;
	height: auto;
	opacity: 0;
}

/* .table-schedule
------------------------------------*/
.table-schedule {
	background: #FFB300;
	border: 4px solid #FFB300;
	border-radius: 6px;
	width: 100%;
	text-align: center;
	border-collapse: separate;
}

.table-schedule th {
	padding: 5px 5px 9px;
	color: #FFFFFF;
	font-size: 15px;
	vertical-align: middle;
	letter-spacing: 0.1em;
	white-space: nowrap;
}

.table-schedule th:first-of-type {
	padding-left: 10px;
	font-size: 13px;
	letter-spacing: 0.04em;
}

.table-schedule th:last-of-type {
	padding-left: 0;
}

.table-schedule td {
	background: #FFFFFF url(img/share/line-dot-orange.png) repeat-x left bottom;
	background-size: 4px 1px;
	padding: 10px 5px;
	color: #F7B500;
	font-size: 12px;
	vertical-align: middle;
}

.table-schedule tr:last-of-type td {
	background-image: none;
}

.table-schedule td em {
	font-size: 13px;
}

.table-schedule td span {
	font-size: 16px;
}

.table-schedule td:first-of-type {
	border-radius: 3px 0 0 0;
	padding-left: 10px;
	color: #E88B00;
	font-size: 14px;
	letter-spacing: 0.04em;
	white-space: nowrap;
}

.table-schedule td:last-of-type {
	border-radius: 0 3px 0 0;
	padding-left: 0;
}
.table-schedule tr:last-of-type td:first-of-type { border-radius: 0 0 0 3px; }
.table-schedule tr:last-of-type td:last-of-type { border-radius: 0 0 3px 0; }

.table-schedule + p {
	margin-top: 10px;
	font-size: 12px;
}

.footer-inner .schedule .btn-modal {
	display: inline-block;
	border-bottom: 2px solid #F7B500;
	margin-top: 10px;
	padding: 0 0 0 1px;
	color: #F8932E;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
}

footer #gMap,
footer #gMap iframe {
	width: 100%;
	height: 360px;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* wrap
------------------------------------*/
.wave-wrap {
	background-image: url(img/share/wave-top.png), url(img/share/wave-btm.png);
	background-size: 65px 10px, 65px 10px;
	background-repeat: repeat-x, repeat-x;
	background-position: center top, center bottom;
	width: 100%;
	padding: 10px 0;
}

.wave-wrap-inner {
	background-color: #FFF37E;
}

/* .pnav
------------------------------------*/
.pnav {
	overflow: hidden;
	margin-bottom: 60px;
	padding: 0 7%;
}

.pnav li {
	float: left;
	border-bottom: 1px solid #F7B500;
	width: 47.5%;
	margin-right: 5%;
}

.pnav li:nth-child(even) {
	margin-right: 0;
}

.pnav li.odd {
	width: 100%;
	margin-right: 0;
}

.pnav li.odd2 {
	margin-right: 5% !important;
}

.pnav li.even2 {
	margin-right: 0 !important;
}

.pnav li a {
	display: block;
	background: url(img/share/ico-arrow-dot-orange.svg) no-repeat right 6px top 17px;
	background-size: 16px 11px;
	padding: 15px 10px 13px;
	font-size: 15px;
	letter-spacing: 0.12em;
}

/* .drop
------------------------------------*/
.drop-wrap {
	overflow: hidden;
	height: 0;
}


/* .line-dot
------------------------------------*/
.line-dot {
	background: url(img/share/line-dot.svg) repeat-x left bottom;
	background-size: 7px 1px;
}

.line-dot-orange {
	background: url(img/share/line-dot-orange.png) repeat-x left bottom;
	background-size: 4px 1px;
}

.line-dot-pink {
	background: url(img/share/line-dot-pink.svg) repeat-x left bottom;
	background-size: 9px 3px;
}

.line-dot-pink-v,
.line-dot-pink-vl {
	background: url(img/share/line-dot-pink-v.svg) repeat-y right top;
	background-size: 2px 9px;
}

.line-dot-pink-vl {
	background-position-x: left;
}

/* .txt-line
------------------------------------*/
.txt-line {
	color: #FFF37E;
	text-shadow:
		0 1px 0 #3E6702,
		1px 0 0 #3E6702,
		0 -1px 0 #3E6702,
		-1px 0 0 #3E6702,
		-1px -1px 0 #3E6702,
		1px -1px 0 #3E6702,
		-1px 1px 0 #3E6702,
		1px 1px 0 #3E6702;
}

.line-btm {
	border-bottom: 2px solid #FFE166;
	padding-bottom: 2px;
}

.line-btm2 {
	border-bottom: 4px double #FFE166;
	padding-bottom: 1px;
}

.marker {
	box-shadow: inset 0 -7px 0 0 #FFF37E;
	padding-bottom: 1px;
}

/* .board
------------------------------------*/
.board-wrap {
	position: relative;
	box-sizing: border-box;
	width: 98%;
	margin: 0 auto;
	padding: 0 3%;
}

.board-wrap:after {
	display: block;
	content: '';
	position: absolute;
	bottom: -8px;
	left: 1%;
	background: #4E360F;
	width: 98%;
	height: 8px;
}

.board {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background: #07592E;
	border-radius: 10px 10px 0 0;
	padding: 35px 30px 40px;
	color: #FFFFFF;
}


/* slider
---------------------------------------------------------------------------*/
.img-main {
	overflow: hidden;
	width: 100%;
	margin: 0 auto 50px;
	opacity: 0;
}

.img-contents {
	overflow: hidden;
	width: 100%;
}

.img-main .inner,
.img-contents .inner {
	width: 100%;
}

.img-main .inner img,
.img-contents .inner img {
	width: 100%;
	height: auto;
}

.slick-list,
.slick-list2 {
	overflow: inherit !important;
}


/* title
---------------------------------------------------------------------------*/

/* .title-page
------------------------------------*/
.title-page {
	position: relative;
	margin-bottom: 20px;
	padding: 0 6%;
	text-align: center;
	z-index: 999;
}

.title-page .illust-title {
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: auto;
}

.title-page h1 {
	margin-bottom: 25px;
}

.title-page h1:last-child {
	margin-bottom: 0;
}

.title-page strong {
	display: block;
	margin-bottom: 12px;
	font-size: 20px;
	letter-spacing: 0.15em;
}

.title-page em {
	display: block;
	color: #76B617;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.25em;
}

.title-page p {
	margin-bottom: 10px;
	padding: 0 4%;
	text-align: justify;
}

.title-page p:last-of-type {
	margin-bottom: 0;
}

.title-page p br {
	display: none;
}

/* .title-line
------------------------------------*/
.title-line {
	margin-bottom: 32px;
}

.title-line span {
	border-bottom: 2px solid #F7B500;
	padding-bottom: 2px;
	color: #464646;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.12em;
}

.title-line-red span {
	border-bottom: 1px solid #FC5439;
	padding-bottom: 2px;
	color: #FC5439;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.12em;
}

/* .balloon
------------------------------------*/
.balloon {
	text-align: center;
}

.balloon strong {
	display: inline-block;
	position: relative;
	color: #6AA414;
	font-size: 16px;
	letter-spacing: 0.06em;
}

.balloon strong:before,
.balloon strong:after {
	display: block;
	content: '';
	position: absolute;
	top: -2px;
	left: -23px;
	background: url(img/share/balloon.svg) no-repeat;
	background-size: 12px 23px;
	width: 12px;
	height: 23px;
}

.balloon strong:after {
	right: -19px;
	left: inherit;
	transform: scaleX(-1);
}


/* list
---------------------------------------------------------------------------*/

/* .dot-list
------------------------------------*/
.dot-list li {
	position: relative;
	margin: 0 0 5px 3px;
	padding-left: 10px;
}

.dot-list li:before {
	display: block;
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

/* .num-list
------------------------------------*/
.num-list li {
	position: relative;
	box-sizing: border-box;
	border-radius: 8px;
	padding: 18px 7% 17px;
}

.num-list li:last-of-type {
	margin-right: 0 !important;
}

.num-list i {
	display: block;
	position: absolute;
	top: 21px;
	left: 24px;
}

.num-list i img {
	width: auto;
	height: 18px;
}

.num-list h3 {
	margin-bottom: 10px;
	padding-left: 40px;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.num-list p {
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

/* .list4
------------------------------------*/
.list4 {
	overflow: hidden;
}

.list4 li {
	float: left;
	width: 47%;
	margin: 0 6% 8% 0;
}

.list4 li:nth-child(even) {
	margin-right: 0;
}

.list4 li figure {
	margin-bottom: 18px;
}

.list4 li figure img {
	width: 100%;
	height: auto;
}

.list4 li h3 {
	margin-bottom: 10px;
	color: #FFA500;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.list4 li p {
	margin-bottom: 8px;
	font-size: 13px;
	text-align: justify;
	line-height: 1.6;
	letter-spacing: 0.02em;
}


/* .nav-care
---------------------------------------------------------------------------*/
.nav-care {
	margin: -40px 0 60px;
	padding: 40px 6% 0;
}

.nav-care .title-line {
	margin-bottom: 22px;
	text-align: center;
}

.nav-care .title-line span {
	font-size: 16px;
	letter-spacing: 0.12em;
}

.nav-care li {
	margin-bottom: 15px;
}

.nav-care li:last-of-type {
	margin-bottom: 0;
}

.nav-care li a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	box-sizing: border-box;
	background: #FFFBAD;
	border-radius: 40px;
	width: 100%;
	padding: 20px 30px 20px 0;
}

.nav-care li:nth-child(even) a{
	background: #F8F5E1;
}

.nav-care li figure {
	box-sizing: border-box;
	width: 120px;
	min-width: 120px;
}

.nav-care li:nth-of-type(1) figure { transform: translateX(24px); }
.nav-care li:nth-of-type(2) figure { transform: translateX(15px); }
.nav-care li:nth-of-type(3) figure { transform: translateX(0); margin-bottom: -10px; }
.nav-care li:nth-of-type(4) figure { transform: translateX(18px); }

.nav-care li:nth-of-type(1) figure img { width: 60%; height: auto; }
.nav-care li:nth-of-type(2) figure img { width: 70%; height: auto; }
.nav-care li:nth-of-type(3) figure img { width: 78%; height: auto; }
.nav-care li:nth-of-type(4) figure img { width: 60%; height: auto; }

.nav-care li h3 {
	width: 100%;
	margin-bottom: 13px;
	color: #963E0F;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
}

.nav-care li h3 span {
	display: block;
	border-bottom: 2px solid #F7B500;
	width: 100%;
	margin-bottom: 5px;
}

.nav-care li p {
	text-align: justify;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.06em;
}


/* .news-list
---------------------------------------------------------------------------*/
.news-list article {
	position: relative;
	float: left;
	width: 46.5%;
	margin: 0 7% 10% 0;
}

.news-list article:nth-of-type(2n) {
	margin-right: 0;
}

.important {
	position: relative;
}

.important .ico {
	display: block;
	position: absolute;
	top: -15px;
	left: -14px;
	width: 118px;
	height: 28px;
	transform: rotate(-25deg);
	z-index: 2;
}

.important .ico span {
	display: block;
	background: url(img/share/txt-important.svg) no-repeat;
	background-size: 90px 22px;
	width: 90px;
	height: 22px;
	opacity: 0;
}

.news-list article a {
	display: block;
}

.news-list article figure {
	margin-bottom: 15px;
}

.news-list article figure img {
	border-radius: 4px;
	width: 100%;
	height: auto;
}

.news-list article .news-title {
	padding: 0;
}

.news-list article .news-title time {
	letter-spacing: 0.06em;
}

/* .news-title
------------------------------------*/
.news-title time {
	position: relative;
	display: inline-block;
	margin: 0 5px 4px 1px;
/* 	color: #F7B500; */
	color: #E88B00;
	font-size: 10px;
	letter-spacing: 0.06em;
}

.news-title time:before {
	display: block;
	content: '/';
	position: absolute;
	top: 0;
	right: -7px;
}

.news-title .category {
	display: inline;
/* 	color: #F7B500; */
	color: #E88B00;
	font-size: 10px;
	letter-spacing: 0.02em;
}

.news-title .category span {
	display: inline-block;
	position: relative;
	margin: 0 2px 2px 0;
}

.news-title .category span:last-of-type {
	margin-right: 0;
}

.news-title .category span:after {
	display: block;
	content: ',';
	position: absolute;
	top: 0;
	right: -3px;
}

.news-title .category span:last-of-type:after {
	display: none;
}

.news-title h1 {
	padding-top: 12px;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.news-title h2 {
	padding-top: 4px;
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.08em;
}

/* .wp-pagenavi
------------------------------------*/
.wp-pagenavi {
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	border: 1px solid #E3E3E3;
	width: 35px;
	height: 35px;
	margin: 0 3px;
	padding: 9px;
}

.wp-pagenavi .extend {
	display: inline-block;
	box-sizing: border-box;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 9px;
}

.wp-pagenavi .current {
	border: 1px solid #F7B500;
	background: #F7B500;
	color: #FFFFFF;
	opacity: 1;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	border: none;
	width: auto;
	height: auto;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	background: none;
	margin: 0;
	color: #333333 !important;
	font-size: 14px;
	letter-spacing: 0.15em;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	background: url(img/share/ico-arrow-dot-orange.svg) no-repeat center center;
	background-size: 22px 15px;
	width: 24px;
	height: 15px;
	padding: 25px 20px 20px;
	transform: rotate(-90deg) translateX(-10px);
	text-indent: -9999px;
}

.wp-pagenavi a.previouspostslink {
	position: relative;
	transform: rotate(90deg) translateX(10px) scaleX(-1);
}

.wp-pagenavi a.nextpostslink {
	position: relative;
}


/* .illust
---------------------------------------------------------------------------*/

/* .illust-accident
------------------------------------*/
.illust-accident {
	position: relative;
	width: 158px;
	height: 103px;
}

.illust-accident span {
	display: block;
}

.illust-accident .tree {
	position: relative;
	transform-origin: left bottom;
	z-index: 1;
}

.illust-accident .car-set {
	position: absolute;
	top: 54px;
	left: 78px;
	z-index: 2;
	opacity: 0;
}

.illust-accident .impact {
	position: absolute;
	top: -5px;
	left: -12px;
	z-index: 1;
	opacity: 0;
}

.illust-accident .car {
	position: relative;
	transform-origin: right bottom;
	z-index: 2;
}


/* .accident-point
---------------------------------------------------------------------------*/
.accident-point {
	padding: 0 6%;
}

.accident-point > h3 {
	margin: 0 0 20px 5px;
	color: #594C79;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.accident-point .num-list li {
	background: #594C79;
	margin-bottom: 10px;
	padding-bottom: 18px;
}

.accident-point .num-list h3 {
	margin-bottom: 12px;
	color: #FFFFFF;
}

.accident-point .num-list h3 br {
	display: none;
}

.accident-point .num-list p {
	color: #FFFFFF;
}


/* .sec-fee
---------------------------------------------------------------------------*/
.sec-fee {
	background: #FFFDF0;
	box-sizing: border-box;
	margin: -40px 0 50px;
	padding: 40px 6% 10px;
	color: #333333;
}

.sec-fee .title-set {
	position: relative;
	margin-bottom: 35px;
	text-align: center;
}

.sec-fee .title-set h2 {
	margin: 0 0 12px;
}

.sec-fee .title-line span {
	font-size: 18px;
	letter-spacing: 0.1em;
}

.sec-fee .title-set p {
	color: #464646;
	font-weight: bold;
}

.sec-fee ul {
	overflow: hidden;
}

.sec-fee li {
	background: url(img/share/line-dot.svg) repeat-x left top;
	background-size: 7px 1px;
	padding: 34px 4% 28px;
}

.sec-fee li h3 {
	position: relative;
	margin-bottom: 18px;
	padding-top: 32px;
	text-align: center;
}

.sec-fee li:last-of-type h3 {
	padding-top: 0;
}

.sec-fee li h3 i {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%) !important;
	opacity: 0;
}

.sec-fee li h3 strong {
	border-bottom: 2px solid #F7B500;
	padding: 0 0 1px 1px;
	color: #FFA500;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.12em;
}

.sec-fee li h4 {
	margin-bottom: 18px;
	color: #464646;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.12em;
}

.sec-fee li h5 {
	margin: 20px 0 14px;
	text-align: center;
}

.sec-fee li h6 {
	margin-bottom: 9px;
	color: #464646;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.12em;
}

.sec-fee li p {
	padding: 0 5px;
	font-weight: normal;
	text-align: justify;
}

.sec-fee li h6 + p {
	font-size: 13px;
	text-align: center;
}


/* modal
---------------------------------------------------------------------------*/
.modal-wrap {
	display: none;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background: rgba(255,243,126,0.9);
	width: 100%;
	height: 100%;
	padding: 80px 4% 8%;
	z-index: 99999;
	opacity: 0;
}

.modal-close {
	position: fixed;
	top: -40px;
	right: 20px;
	width: 40px;
	z-index: 2;
}

.modal-close img {
	width: 100%;
	height: auto;
}

.modal-inner {
	box-sizing: border-box;
	background: #FFFFFF;
	border-radius: 15px;
	padding: 9% 7% 7%;
	z-index: 1;
	opacity: 0;
}

.modal-inner .box {
	box-sizing: border-box;
	background: #FDFCEE;
	border-radius: 10px;
	padding: 25px 20px;
	margin: 0 auto;
}

/* .modal-visit
---------------------------------------------------------------------------*/
.modal-visit {
	padding-top: 35px;
	padding-bottom: 9%;
}

.modal-visit .title-sec {
	margin: 0 0 22px !important;
}

.modal-visit .title-sec .balloon {
	margin-bottom: 15px;
}

.modal-visit .title-sec .balloon strong {
	font-size: 14px;
}

.modal-visit .title-sec h2 {
	width: 100% !important;
}

.modal-visit .title-sec h2:before,
.modal-visit .title-sec h2:after {
	display: none !important;
}

.modal-visit .title-sec h2 img {
	width: 100%;
	height: auto;
}

.modal-visit .title-sec + p {
	padding: 0 5px;
	font-size: 13px;
	text-align: justify;
}

.modal-visit .title-sec + p br {
	display: none;
}

.visit-trouble {
	overflow: hidden;
	box-sizing: border-box;
	background-color: #FDFCEE;
	border-radius: 10px;
	margin: 30px -5px 35px;
	padding: 20px 25px;
}

.visit-trouble h2 {
	margin-bottom: 20px;
	line-height: 1.4;
}

.visit-trouble h2 span {
	background-size: 8px 3px;
	padding-bottom: 5px;
	color: #F8932E;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.visit-trouble ul {
	text-align: left;
}

.visit-trouble li {
	background: none !important;
	margin-bottom: 6px !important;
	padding: 0 0 0 10px !important;
	font-size: 13px;
	text-align: left !important;
	line-height: 1.6;
	letter-spacing: 0.06em;
}

.visit-trouble li:last-of-type {
	margin-bottom: 0;
}

.visit-trouble li span {
	font-size: 12px;
}

/* .visit-btm
------------------------------------*/
.visit-btm-txt {
	padding-left: 5px;
}

.visit-btm-txt h3 {
	margin-bottom: 14px !important;
}

.visit-btm-txt h3 span {
	font-size: 15px;
}

.visit-btm-txt p {
	font-size: 13px;
}

.visit-tel {
	margin: 12px 0 35px;
	width: 220px;
}

.visit-tel img {
	width: 100%;
	height: auto;
}

.visit-price h4 {
	margin: 0 0 15px 5px;
	color: #464646;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.visit-price h4 strong {
	border-bottom: 1px solid #FC5439;
	color: #FC5439;
	font-weight: bold;
}

.visit-price dl {
	border-top: 1px solid #D8D8D8;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.07em;
}

.visit-price dt {
	clear: both;
	float: left;
	width: 60px;
	margin: 12px 0 0 5px;
	color: #FC5439;
	font-weight: bold;
	letter-spacing: 0.2em;
}

.visit-price dd {
	border-bottom: 1px solid #D8D8D8;
	padding: 12px 0 11px 70px;
}

.visit-price dd span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.05em;
}