@charset "utf-8";
/* CSS Document */
/*=====================

 reset css
 
======================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
 	-moz-text-size-adjust: 100%;
 	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	letter-spacing: 1px;
	line-height: 1.6;
	font-family: "メイリオ","Meiryo",Sans-Serif;
	font-kerning: normal;
	color: #555;
    font-size: 18px;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
li {
	list-style: none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
mark {
	color: #333;
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
select {
	vertical-align: middle;
}
img {
	max-width: 100%;
	height: auto;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.taL { text-align: left !important;}
.taC { text-align: center !important;}
.taR { text-align: right !important;}

.disIB { display: inline-block !important;}

.mb10 { margin-bottom: 10px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}


/*============================================================================================

 テキスト画像の並び

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.flR { float: right;}
.flL {float: left;}
.flex-top-pc + .flex-bottom-pc,
.flex-bottom-pc + .flex-top-pc  {
	margin-top: 15px;
}

@media only screen and (min-width: 768px){
	.flex-contents {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	}
	.flex-top-pc {
		-ms-flex-order:1;
		order:1;
		width: 100%;
	}
	.flex-bottom-pc {
		-ms-flex-order:2;
		order:2;
		width: 100%;
	}
	.textArea { width: 60%;}
	.textArea02 { width: 50%;}
	.imgArea { width: 35%;}
	.imgArea02 { width: 45%;}
	
	.flex-contents .textArea,
	.flex-contents .textArea02,
	.flex-contents .imgArea,
	.flex-contents .imgArea02 {
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	.textArea + .imgArea,
	.imgArea + .textArea,
	.textArea02 + .imgArea02,
	.imgArea02 + .textArea02 {
		margin-top: 20px;
	}
	.textArea,
	.imgArea,
	.textArea02,
	.imgArea02 {
	 	float: none;
	}
	.imgArea,
	.imgArea02  {
	 	text-align: center;
	 }
}
/*======================

　Hタグ

■■■■■■■■■■■■*/
/*
h1 {
	height: 1px;
	margin-top: -1px;
	text-indent: -9999px;
}
*/
h2 i,
h3 i,
h4 i,
p i {
	margin-right: 8px;
}
/*======================

 ページャー

=======================*/

/*ページネーション 色味変更箇所*/
.pagination .page-numbers,
.pagination .page-numbers.current {
}
.pagination .page-numbers.current {
	color: #fff;
	background: #44290c;
	border: 1px solid #44290c;
}
.pagination .page-numbers {
	background: #fff;
	color: #000;
	border: 1px solid #ed818e;
}
.pagination a.page-numbers:hover {
	color: #fff;
	background: #ed818e;
	opacity: 1;
}
.paging a {
	background: #442a0d;
}
.paging .prev a::before,
.paging .next a::before {
	color: #442a0d;
}
/* ページネーション　記事詳細*/
.paging {
	margin: 40px 0;
}
.paging::after {
	content: "";
	display: block;
	clear: both;
}
.paging a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 3px 10px 2px 10px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.4;
}
.paging .next {	float: right;}
.paging .prev +  .next { margin-top: 10px;}
.paging .prev a { padding-left: 30px;}
.paging .next a { padding-right: 30px;}
.paging .prev a::before,
.paging .next a::before {
	box-sizing:border-box;
	position: absolute;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
	font-family: FontAwesome;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0;
}
.paging .prev a::before {
	content: "\f104";
	left: 5px;
	padding-right: 2px;
}
.paging .next a::before {
	content: "\f105";
	right: 5px;
	padding-left: 2px;
}

/*ページネーション*/
.pagination {
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
	position: relative;
	padding: 0 70px;
	font-size: 14px;
	letter-spacing: -0.4em;
}
.pagination .page-numbers,
.pagination .page-numbers.current {
	display: inline-block;
	padding: 2px 10px;
	margin: 0 5px 10px;
	letter-spacing: normal;
	text-decoration: none;
}
.pagination .page-numbers {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.pagination .prev,
.pagination .next {
	position: absolute;
	top: 50%;
	margin-top: -16px;
}
.pagination .prev { left: 0;}
.pagination .next { right: 0;}

/*ページネーション　スマホ版*/
@media only screen and (max-width: 767px){
	.pagination {
		margin: 0 10px 30px;
		padding: 0 0 50px;
	}
	.pagination .page-numbers,
	.pagination .page-numbers.current {
		padding: 10px 17px;
		margin: 10px 5px 0px;
	}
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next {
		top: auto;
		bottom: 0;
		margin: 10px 0 0;
		padding: 10px 15px;
	}
}

/***********************

 レスポンシブ

 PC 用

◆◆◆◆◆◆◆◆◆◆◆*/

@media only screen and (min-width:768px) {

.pc_hide {
	display: none;
}
.inner,
.inner02 {
    width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}
.inner03 {
    width: 980px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}
.inner04 {
	width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 100%;
}
.inner_center {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.inner h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: normal;
	color: #e58a8f;
}
.inner h2.wh2,
.inner_center h2.wh2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.4rem;
	font-weight: normal;
	color: #fff;
}
.w100 {
	background: #fff;
	padding: 20px 0;
}
.w100_brown {
	padding: 60px 0;
	background-color: rgba(45,31,8,0.8);
}
.w100_pink {
	background-color: rgba(243,170,174,0.8);
	padding: 20px 0;
}
.w100_beige {
	background: #f6f3ee;
	padding: 40px 0;
}
.w100_none {
	background: none;
	padding: 20px 0;
}
.w100_beige p {
	font-size: 1.4rem;
	color: #444;
	margin-bottom: 20px;
}

/*=======================

 ヘッダー＆ナビゲーション

■■■■■■■■■■■■*/

header {
	/* overflow: hidden; */
	z-index:998;
	clear:both;
	padding: 10px 0 0;
	background-color: rgb(255,255,255);
    position: fixed;
    width: 100%;
}
#inner {
	width: 960px;
	margin: 0 auto;
	max-width: 100%;
}
#sp_tel {
	display: none;
}
nav {
	position: relative;
	/* width: 960px; */
	margin: 0 auto;
	max-width: 100%;
	border-bottom: 4px solid #543c22;
	height: auto !important;
}
nav ul li {
	list-style: none;
	float: left;
	width: 16.66%;
	line-height: 16px;
    padding: 10px 0 10px;
    font-size: 1.4rem;
	text-align:center;
	display: block;
	color: #555;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
nav ul li .nav-eg {
	font-size: 1rem;
	color: #ef9095;
	font-weight: 600;
}
nav ul li a {
	text-decoration: none;
	color: inherit;
	display: block;
}
nav ul li a:hover {
	color: #e89a9e;
}
nav div.panel {
	width: 960px;
	max-width: 100%;
	margin: auto;
}
nav div.panel,
.sub_menu_sp {
	display:block !important;
}
.sub_menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(0,0,0,0.8);
	padding: 10px;
	z-index: 10;
	text-align: center;
	margin: 0 -50px;
}
.sub_menu a {
	color: #fff;
}
.sub_menu a:hover {
	color: #fff;
	text-decoration: underline;
}
.sub_menu a:hover span {
	text-decoration: underline;
}
li:hover .sub_menu {
	display: block;
}
nav .sub_menu li {
	padding: 0 0 20px;
	width: auto;
	float: none;
	display: inline-block;
	width: 100%;
	line-height: 1.6;
}

a#menu {
	display:none;
}
.wrapper {
	padding-top: 122px;
}

/*======================

　トップスライド

■■■■■■■■■■■■*/

.flexslider {
    width: 1920px;
    margin: 0 auto;
    height: 500px;
    max-width: 100%;
    overflow: hidden;
}
.flexslider ol,
ul.flex-direction-nav {
	display: none;
}
.slides {
	height: 500px;
	overflow: hidden;
	width: 1920px;
}
ul.slides li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.slides li img {
	width: 100%;
	height: auto;
}

/*----------------------

　グリッド

========================*/

.grid4 {
	width: 25%;
	float: left;
	text-align: center;
}

.grid4 img {
	width: 90%;
	height: auto;
}

.grid4 h3 {
	font-size: 1.4rem;
	color: #444;
	font-weight: normal;
}

.grid4 p {
	font-size: 1rem;
	color: #444;
	margin-bottom: 20px;
}

.grid4 a {
	text-decoration: none;
	color: #444;
}

.grid4 a:hover {
	text-decoration: underline;
}


.grid2 {
	width: 48%;
	float: left;
	margin: 0 0 1% 0;
	font-size: 1.4rem;
}

.grid2:nth-child(2n) {
	float: right;
	margin: 0 0 1% 0;
	width: 48%;
}

.grid2 img {
	width: 100%;
	height: auto;
}

.grid2 iframe {
	width: 100%;
	height: 360px;
}

/*=====================

　診療時間
 
======================*/

.time {
	border-collapse: collapse;
	margin: 40px 0 20px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: 4px;
}
.time th,
.time td {
	padding: 5px;
	border-top: solid 1px #442a0d;
	border-bottom: solid 1px #442a0d;
	font-weight: normal;
}
.time td {
	letter-spacing: 0;
	padding: 15px 10px;
}
.time thead {
	color: #442a0d;
}
.time thead th,
.time thead td {
	border-top: solid 3px #442a0d;
}
.time thead th {
	font-size: 24px;
}
.time tbody th {
	color: #442a0d;
}
.time tbody td {
	position: relative;
}
.time tbody td::before,
.time tbody td:last-child::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
	width: 1px;
	background: #442a0d;
}
.time tbody td:last-child::after {
	left: auto;
	right: 0;
}
.time tfoot {
	text-align: left;
	color: #442a0d;
	border-bottom: solid 3px #442a0d;
}


.timeTable {
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 1.4;
}
.timeTable th,
.timeTable td {
	padding: 10px;
	border-bottom: 1px solid #000;
}
.timeTable th {
	width: 6em;
}

.time_tel {
	border-bottom: 1px solid #000;
	font-family: 'Crimson Text', serif;
	position: relative;
	padding-left: 22px;
}

.time_tel a {
	color: #000;
	font-size: 28px;
	text-decoration: none;
}
.time_tel::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 29px;
	margin-top: -12px;
	background: url(img/common/ico_tel.png?2019) 0 0 no-repeat;
	background-size: 18px auto;
}
/*======================

 トピックス

=======================*/

.topics {
	margin-bottom: 10px;
}
.topics li {
	font-size: 1.4rem;
}
.topics li a {
	padding: 10px 0 8px 10px;
	border-bottom: dashed 1px #ccc;
	text-decoration: none;
	display: block;
	color: #414141;
}
.topics li a:hover {
	text-decoration: underline;
}
.blog_date {
	padding-right: 1em;
}

.blogall {
	color: #666;
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #e7e3e3;
}
.blogall a {
	color: #666;
	font-size: 1.2rem;
	text-decoration: none;
}


/*----------------------

　img align

========================*/

.img_l,
.img_r {
	overflow: hidden;
}

.img_l img {
	float: left;
	margin: 0 20px 20px 0;
	width: 220px;
	height: auto;
}

.img_r img {
	float: right;
	margin: 0 0 20px 20px;
	width: 220px;
	height: auto;
}

img.alignright {
	margin: 0 0 20px 20px;
	float: right;
}

img.alignlight {
	margin: 0 20px 20px 0;
	float: left;
}



/*======================

　ライトエリア

■■■■■■■■■■■■*/


#main-contents {
    background-color: rgba(255,255,255,0.9);
    padding: 0 0px 20px;
    max-width: calc(100% - 220px);
    width: 720px;
	float: left;
}
.page-title {
	margin: 10px 0 20px;
	background: #eee;
	padding: 15px 15px 17px;
	text-align: center;
    font-family: 'Noto Serif JP', serif;
    color: #000;
}

#main-contents h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	font-weight: normal;
	color: #442a0d;
	padding: 8px 50px 8px 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #442a0d;;
	background: url(img/common/logo_mark_pc.png) 100% 50% no-repeat;
}

#main-contents h3 {
	font-size: 1.8rem;
	font-weight: normal;
	color: #fff;
	background: #765c30;
	margin-bottom: 20px;
	padding: 6px 0 4px 10px;
}

#main-contents h4 {
	font-size: 1.6rem;
	font-weight: normal;
	color: #8e770b;
	border-left: solid 4px #8e770b;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
}

#main-contents p {
	margin-bottom: 20px;
}

#main-contents p a {
	text-decoration: none;
	color: #444;
}

.r_imgbox img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

.r_box {
	margin-bottom: 20px;
	overflow: hidden;
}
.googlemap-container,
.youtube-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.googlemap-container iframe,
.youtube-container iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.r_box iframe {
	width: 100%;
	height: 400px;
}

.breadcrumbs {
	text-align: left;
	font-size: 12px;
	letter-spacing: 0;
}
/*======================

　サイドバー

■■■■■■■■■■■■*/

#sidebar {
	width: 210px;
	float: right;
}

.sidenav li {
	border-bottom: 1px solid #000;
}
.sidenav a {
	padding: 20px 10px 20px 25px;
	display: block;
	cursor: pointer;
	position: relative;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}
.sidenav a:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}
.sidenav a::before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
}
/*
.sidenav {
	position: relative;
	padding: 10px;
	background: #543c22;
	overflow: hidden;
	z-index: 0;
	border: 0;
}
.sidenav_inner {
	position: relative;
}
.sidenav::before,
.sidenav::after,
.sidenav_inner::before,
.sidenav_inner::after {
	content: "";
	position: absolute;
	background: #fff;
	width: 25px;
	height: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 0 0 10px #543c22;
	z-index: 10;
}
.sidenav::before,
.sidenav::after {
	top: -10px;
}
.sidenav::before { left: -10px;}
.sidenav::after { right: -10px;}

.sidenav_inner::before,
.sidenav_inner::after {
	bottom: -20px;
}
.sidenav_inner::before { left: -20px;}
.sidenav_inner::after { right: -20px;}
*/ 

/*
.sidenav {
	background: url(img/common/pattan01.jpg);
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	-webkit-box-shadow: 1px 1px 3px 0 #333;
	-moz-box-shadow: 1px 1px 3px 0 #333;
	box-shadow: 1px 1px 3px 0 #333;
}
#sidebar h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: normal;
	color: #fff;
	padding: 0px 0 10px 0;
	position: relative;
	margin:0;
	text-align: center;
}
.sidenav h2 span {
	display: inline-block;
	border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
/*
.sidenav h2 span {
	position: relative;
}
.sidenav h2 span::before,
.sidenav h2 span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	margin-top: -5px;
	-wekit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-wekit-box-shadow: 1px 1px 3px 0 #000,0 0 0 2px #fff inset;
	-moz-box-shadow: 1px 1px 3px 0 #000,0 0 0 2px #fff inset;
	box-shadow: 1px 1px 3px 0 #000,0 0 0 2px #fff inset;
}
.sidenav h2 span::before {
	right: 100%;
	margin-right: 10px;
}
.sidenav h2 span::after {
	left: 100%;
	margin-left: 10px;
}
#sidebar h2::before,
#sidebar h2::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 27px;
}
#sidebar h2::before {
	z-index: 5;
	background: -moz-radial-gradient(center, ellipse cover, rgba(68,42,13,0.1) 0%, rgba(68,42,13,0.1) 2%, rgba(68,42,13,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(68,42,13,0.1) 0%,rgba(68,42,13,0.1) 2%,rgba(68,42,13,1) 100%);
	background: radial-gradient(ellipse at center, rgba(68,42,13,0.1) 0%,rgba(68,42,13,0.1) 2%,rgba(68,42,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a442a0d', endColorstr='#442a0d',GradientType=1 );
}
#sidebar h2::after {
	background: url(img/common/sidenav_bg.png)  50% 100% no-repeat;
	background-size: 100px auto;
}
#sidebar ul li {
	position: relative;
}
#sidebar ul li::before {
	position: absolute;
	content: "";
	font-size: 18px;
	top: 50%;
	left: 10px;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #fff;
	pointer-events: none;
}
#sidebar ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 16px;
	padding: 10px 10px 10px 30px;
	font-family: 'Noto Serif JP', serif;
	position: relative;
}
#sidebar ul li a:hover {
	opacity: 1;
	background: rgba(216, 199, 172, .3);
}
#sidebar img {
	width: 100%;
	height: auto;
}
*/
/*======================

　フッター

■■■■■■■■■■■■*/

#foot {
	width: 100%;
	padding: 40px 0;
	background: #765c30;
}
.footer_inner {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	max-width: 100%;
}
#f_logo {
	float: left;
	width: 140px;
}
#f_box {
	max-width: calc(100% - 140px);
	width: 820px;
	float: left;
	margin: 0;
	color: #fff;
	font-size: 12px;
}
#f_box ul {
	overflow: hidden;
	border-bottom: 1px dashed #fff;
	padding: 5px 0;
}
#f_box ul li {
	float: left;
	margin-right: 14px;
	padding: 2px 0;
}
#f_box ul li a {
	text-decoration: none;
	color: #fff;
}
#f_box .f_nav {
	position: relative;
	padding-left: 100px;
}
#f_box .f_nav .f_box_title {
	position: absolute;
	left: 0;
}
#f_box .f_nav .f_box_title::after {
	content: ;
}
#copyright {
	width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #442a0d;
    color: #fff;
    font-size: 14px;
}
#copyright a {
	color: inherit;
	text-decoration: none;
}

/*======================

　診療ページ

■■■■■■■■■■■■*/


table#caries {
	border-collapse: collapse;
	margin-bottom: 20px;
	table-layout: fixed;
}
table#caries th,
table#caries td {
	padding: 5px;
	color: #444;
	border: solid 1px #bbb;
	vertical-align: top;
	background: #fff;
	font-weight: normal;
}
table#caries th {
	width: 160px;
}
table#caries th img {
	width: 140px;
	height: auto;
}

/*======================

 医療費控除

=======================*/


table#medical_box {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 2rem;
	text-align: center;
}
table#medical_box th,
table#medical_box td {
	border: solid 1px #ccc;
	padding: 1%;
	font-size: 1.2rem;
}

}


.kyushin {
	font-size: 1.8rem;
	margin: auto;
	padding: 20px;
	text-align: center;
	background: #232526;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.kyushin_inner {
	display: inline-block;
	text-align: left;
	padding: 20px;
	border: 2px solid #543c22;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.kyushin_inner::before,
.kyushin_inner::after {
	content: "";
	position: absolute;
	background: #fff;
	width: 50px;
	height: 30px;
}
.kyushin_inner::before {
	left: -25px;
	top: -15px;
	transform: rotate(-45deg);
	border: 2px solid #543c22;
	background: #543c22;
}
.kyushin_inner::after {
	right: -25px;
	bottom: -15px;
	transform: rotate(-45deg);
	border: 2px solid #543c22;
	background: #543c22;
}
@media only screen and (max-width: 767px){
	.kyushin {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
}


/*

一覧を見るボタン

*/
.btn {
	text-align: right;
}
.btn a {
	background: #e58a8f;
	color: #fff;
	display: inline-block;
	padding: 4px 20px 4px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}
.btn a::before {
	content: "\f0da";
	font: normal normal normal 18px/1 FontAwesome;
	margin-right: 5px;
	vertical-align: middle;
}

.btn01 {
	text-align: right;
	margin-top: 20px;
}
.btn01 a {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	color: #000;
	padding-left: 25px;
}
.btn01 a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
.btn01 a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	border-bottom: 1px solid #000;
	transform: translate(-130px);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.btn01 a:hover {
	opacity: 1;
}
.btn01 a:hover::after {
	transform: translate(0);
}

/* ■■■■■■■■■■■■■■■■■■■

スマホ電話ボタン

■■■■■■■■■■■■■■■■■■■ */


.sp_tel_box {
	margin-bottom: 10px;
}
.sp_tel_box a {
	border: 2px solid #e58a8f;
	background: #e58a8f;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	display: block;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 5px 1px #fff inset;
	-moz-box-shadow: 0 0 5px 1px #fff inset;
	box-shadow: 0 0 5px 1px #fff inset;
}


/**/

.thumbList li {
	width: 25%;
	float:left;
	padding: 10px;
}
.thumbList a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.thumbList .blog_thumb {
	display: block;
	-webkit-box-shadow: 1px 1px 2px 0px #999;
	-moz-box-shadow: 1px 1px 2px 0px #999;
	box-shadow: 1px 1px 2px 0px #999;
}
.thumbList li {
	width: 50%;
	float:left;
	padding: 10px;
}
.thumbList li:nth-child(2n+1) {
	clear: both;
}
.thumbList .blog_thumb {
	display: block;
	margin-bottom: 10px;
	-webkit-box-shadow: 1px 1px 2px 0px #999;
	-moz-box-shadow: 1px 1px 2px 0px #999;
	box-shadow: 1px 1px 2px 0px #999;
	position: relative;
	display: block;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
}
.thumbList .blog_thumb img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.thumbList .blog_cat {
	font-size: 12px;
	background: #000;
	color: #fff;
	padding: 2px 10px;
	display: inline-block;
	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	z-index: 10;
}
/*
.thumbList .blog_cat::before,
.thumbList .blog_cat::after {
	content: "";
	position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: 100%;
}
.thumbList .blog_cat::before {
	background: #fff;
	width: 8px;
	height: 8px;
	z-index: 1;
	margin: -3px 10px 0 16px;
}
.thumbList .blog_cat::after {
	background: #000;
	width: 15px;
	height: 15px;
	margin: -7px 10px 0 8px;
}
*/
.thumbList .blog_date {
	font-size: 12px;
	display: block;
}
@media only screen and (min-width: 768px){	
	.thumbList li {
		width: 25%;
	}
	.thumbList li:nth-child(2n+1) {
		clear: none;
	}
	.thumbList li:nth-child(4n+1) {
		clear: both;
	}
}

/*=======================
カテゴリーリスト
=======================*/

.category-list li {
	display: inline-block;
	position: relative;
	margin: 0 0 15px 25px;
}
.category-list li a {  
	display: inline-block;
	margin: 0;
	position: relative;
	padding: 5px 7px 5px 10px;
	text-align: center;
	color: white;
	font-size: 12px;
	background: #fa8383;
	text-decoration: none;
	-webkit-box-shadow: 1px 1px 2px 0 #ccc;
	-moz-box-shadow: 1px 1px 2px 0 #ccc;
	box-shadow: 1px 1px 2px 0 #ccc;
}
.category-list li:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: -5px;
	width: 5px;
	height: 5px;
	background: #fff;
	z-index: 1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: -1px -1px 0px 0 #666;
	-moz-box-shadow: -1px -1px 0px 0 #666;
	box-shadow: -1px -1px 0px 0 #666;
}
.category-list li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 14px 0;
	border-color: transparent #fa8383 transparent transparent;
}
/*
.category-list li.current a {
	background: #442a0d;
}
.category-list li.current a::before {
	border-right-color: #442a0d;
}
*/
/*
.category-list li.current::after {
	content: "";
	position: absolute;
	border-left: 3px solid #442a0d;
	width: 15px;
	height: 20px;
	border-radius: 10px;
	top: -5px;
	left: -8px;
	z-index: 10;
}
*/
.category-list li.current::after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #442a0d;
	border-right: 2px solid #442a0d;
	width: 10px;
	height: 20px;
	transform: rotate(-20deg);
	top: -5px;
	left: -20px;
	z-index: 20;
}


/*=======================

バナー

=======================*/
.top-bnr-flow a {
	color: #000;
	text-decoration: none;
	position: relative;
	display: block;
}
.top-bnr-flow a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	padding: 10px;
	font-size: 18px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
	background: rgba(255,255,255,.7);
	/*
	text-shadow: 0 0 3px #fff,
	0 0 3px #fff,
	0 0 3px #fff,
	0 0 5px #fff,
	0 0 5px #fff,
	0 0 5px #fff;
	*/
}
.top-bnr-flow a img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}




/*=======================

テーブルレイアウト

=======================*/
.table01 {
	width: 100%;
	margin-bottom: 20px;
}
.table01 th,
.table01 td {
	border: 1px solid #ccc;
	padding: 10px;
}

.table02 {
	width: 100%;
	margin-bottom: 20px;
}
.table02 th,
.table02 td {
	border: 1px solid #ccc;
	padding: 10px;
}
.table02 th {
	background: #eee;
}
.table03 {
	width: 100%;
	margin-bottom: 20px;
}
.table03 th,
.table03 td {
	border: 1px solid #ccc;
	padding: 10px;
}
.table03 tr:nth-child(2n+1) th,
.table03 tr:nth-child(2n+1) td {
	background: #eee;
}
.table04 {
	width: 100%;
	margin-bottom: 20px;
}
.table04 th,
.table04 td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.table04 th {
	border-bottom-color: #543c22;
}
@media only screen and (max-width: 767px){
	.table-sp-flow th,
	.table-sp-flow td {
		display: block;
	}
	.table-sp-flow td {
		border-top-width: 0;
		border-bottom-width: 0;
	}
	.table-sp-flow tr:last-child td {
		border-bottom-width: 1px;
	}
	.table04.table-sp-flow td {
		border-bottom-width: 1px;
	}
}



.checkbox li {
	position: relative;
	list-style: none;
	padding-left: 1.2em;
	line-height: 1.4;
}
.checkbox li::before {
	content: "\f058";
	font-family: "FontAwesome";
	position: absolute;
	left: 2px;
	color: #442a0d;
}


.list_number {
	position: relative;
	list-style: none;
	padding-left: 1.2em;
	line-height: 1.4;
}
.list_number li::before {
	position: absolute;
	left: 0;
}
.list_number li:nth-child(1)::before { content: "\002460";}
.list_number li:nth-child(2)::before { content: "\002461";}
.list_number li:nth-child(3)::before { content: "\002462";}
.list_number li:nth-child(4)::before { content: "\002463";}
.list_number li:nth-child(5)::before { content: "\002464";}
.list_number li:nth-child(6)::before { content: "\002465";}
.list_number li:nth-child(7)::before { content: "\002466";}
.list_number li:nth-child(8)::before { content: "\002467";}



.flow_box02 dl {
	border: 1px solid #442a0d;
	padding: 15px 15px 15px 30px;
	margin-bottom: 40px;
	position: relative;
	clear: both;
}
.flow_box02 dl::before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #442a0d transparent transparent transparent;
}
.flow_box02 dl:last-child::before {
	content: none;
}
.flow_box02 dl::after {
	content: "";
	display: block;
	clear: both;
}
.flow_box02 dt {
	margin-left: -15px;
	color: #bf3624;
	font-weight: bold;
}

.flow_box02 dd,
.flow_02_img {
	float: left;
	display: block;
	width: 50%;
}
.flow_02_img {
	padding-left: 20px;
	margin-top: -1em;
}
@media only screen and (max-width: 580px){
	.flow_box02 dd,
	.flow_02_img {
		float: none;
		width: 100%;
	}
	.flow_02_img {
		margin-top: 0;
		padding-left: 0;
	}
}

.faq dl {
	margin-bottom: 10px;
	border-bottom: 1px dashed #442a0d;
	
}
.faq dt,
.faq dd {
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
}
.faq dt::before,
.faq dd::before {
	position: absolute;
	border: 1px solid #442a0d;
	left: 0;
	padding: 0px 2px 5px;
	width: 20px;
	text-align: center;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
}
.faq dt::before {
	content: "Q";
	background: #442a0d;
	color: #fff;
}
.faq dd::before {
	content: "A";
}

/* pageTopボタン */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	padding: 10px 15px 8px;
	background-color: #442a0d;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.page_link {
	padding-top: 195px;
	margin-top: -195px;
}
@media only screen and (max-width: 767px) and (min-width: 540px){
	.page_link {
		padding-top: 20%;
		margin-top: -20%;
	}
}
@media only screen and (max-width: 539px){
	.page_link {
		padding-top: 120px;
		margin-top: -120px;
	}
}

.kyushin_inner {
	max-width: 1100px;
}


.week_calender {
	display: flex;
	text-align: center;
	font-family: 'Sawarabi Gothic', sans-serif;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.week_calender dl {
	flex-basis: 11.1%;
	box-sizing: border-box;
}
.week_calender dt {
	font-size: 30px;
	border: 1px solid #fff;
	padding: 5px;
	background: #543c22;
	height: 75px;
	line-height: 1.2;
	color: #fff;
	box-sizing: border-box;
}
.week_calender dd {
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #543c22;
	font-size: 30px;
	box-sizing: border-box;
}
.week_calender .youbi {
	display: block;
	font-size: 10px;
}
.week_calender .week_calender_time {
	font-size: 14px;
}
.week_calender dl {
	margin: 0;
}
.week_calender dl:not(:first-child) dd {
	border-left-width: 0;
}
.week_calender dl:last-child dt {
	border-right-width: 0;
}
.week_calender dl dt {
	border-left-width: 0;
}
@media (max-width: 767px){

	.week_calender dl {
		flex-basis: 11.4%;
	}
	.week_calender dt,
	.week_calender dd {
		height: 76px;
	}
	.week_calender dt {
		padding: 5px 0;
	}
}
@media (max-width: 559px){
	.week_calender {
		flex-wrap: wrap;
	}
	.week_calender dl {
	  flex-basis: 20%;
	}
	.week_calender dl:nth-child(5) dt {
		border-right-width: 0;
	}
	.week_calender dl:nth-child(6) dd {
		border-left-width: 1px;
	}
}




/*ポップアップ*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup.close {
	display: none !important;
}
.popup_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 700px;
  box-sizing: border-box;
  z-index: 2;
  padding: 3%;
/*  border: 1px solid rgba(90,57,50,0.30);*/
  background: #fff;
  font-family: "noto sans jp", sans-serif;
}
.popup_inner img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
.close_btn {
	position: absolute;
	right: 0;
	bottom:100%;
    margin-bottom: 15px;
	width: 3%;
    padding-top: 3%;
	background: url(./img/common/close.png) center bottom no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.close_btn:hover {
	opacity: 0.5;
}
.popup_background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.8);
  z-index: 1;
  cursor: pointer;
}

.popup_content {
	max-height: 30vw;
	overflow: auto;
}
.popup_content h2 {
	color: #ff9201;
	line-height: 1.4;
	margin-bottom: 20px;
}
.popup_content p {
	margin-bottom: 20px;	
}
.list_text > li{
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	position: relative;
}
.list_text > li:last-child{
	margin-bottom:0;
}
.list_text li .num {
	margin-left: -1.2em;
}
.list_text_title {
	color:#ff9201;
	font-size:105%;
	margin-bottom: 0.5em;
	font-weight: bold;	
}

.popup_box_flex {
	display: flex;
	justify-content: space-between;
}
.popup_box_flex > div {
	flex-basis: 48%;
}

.popup_box_btn {
	display: block;
	padding: 20px;
	border: 1px solid #ff9201;
	background: #ff9201;
	color: #fff;
	position: relative;
	line-height: 1.4;
}
.popup_box_btn_title {
	display: block;
	font-size: 130%;
	font-weight: bold;
}
.popup_box_btn_contents {
	display: block;
	font-size: 130%;
}
.popup_box_btn::before {
	content: "";
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #fff transparent;
}
.popup_box_btn:hover {
	opacity: 0.7;
}


/* タブレット
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.popup_content {
	height: 50vw;
}
}

/* モバイル
------------------------------------------*/
@media only screen and (max-width: 767px) {

.popup_content {
/*	height: 350px; */
    max-height: 90vh;
}
.popup_content h2 {
	font-size: 20px;
}
.popup_box_flex {
	display: block;
}
.popup_box_flex > div {
	flex-basis: 100%;
	margin-bottom: 20px;
}
}
@media only screen and (max-width: 450px) {
.popup_content h2 {
	font-size: 4.5vw;
}
}
@media only screen and (max-width: 450px) {
.popup_box_btn {
	padding: 2vw;
}
}


.list_number_bd {
	counter-reset: number_bd;
    border: 3px solid #442a0d;
    padding: 40px;
	margin-bottom: 40px;
}
.list_number_bd > li {
	padding-left: 1.2em;
    line-height: 1.4;
	position: relative;
	counter-increment: number_bd;
    border-bottom: 1px solid #442a0d;
    padding-bottom: 15px;
	margin-bottom: 15px;
}
.list_number_bd > li::before {
	content: counter(number_bd)'.';
	position: absolute;
	left: 0;
    font-family: 'Crimson Text', serif;
    font-weight: 700;
}
.list_number_bd > li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
    border-bottom: 0;
}
@media only screen and (max-width: 559px) {
	.list_number_bd {
		padding: 20px;
	}
}

*:has(> wbr){
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.notice_text {
	position: relative;
	padding-left: 1.2em;
}
.notice_text::before {
	content: "\00203b";
	position: absolute;
	left: 0;
}
.list-dot {
	margin-bottom: 20px;
}
.list-dot > li {
	margin: 0 0 5px 20px;
	list-style: disc;
}
.list-num > li {
	margin: 0 0 5px 30px;
	list-style: decimal;
}