@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.8;
	font-family: "FP-こぶりなゴシック", sans-serif;
	color: #9D6C42;
}
a {
	color: #73BF1D;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	text-decoration: underline;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/

.koburi03{
	font-family: "FP-こぶりなゴシック StdN W3";
}
.koburi06{
	font-family: "FP-こぶりなゴシック StdN W6";
}
.nunito{
	font-family: "Nunito", sans-serif;
}
.zen{
	font-family: "Zen Maru Gothic", serif;
}
.ymin{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
	padding-top: 80px;
}



/* common
------------------------------------------*/
.home a{
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: inherit;
}
.home a:hover{
	opacity: .7;
}

.en{
	font-family: "Nunito", sans-serif;
}
.ja{
	font-family: "Zen Maru Gothic", serif;
}

.common-title{
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 1em .3em;
	font-family: "Zen Maru Gothic", serif;
	font-size: 20px;
	font-weight: 700;
	background: url(/images/pc/common-title-bg.webp) repeat-x center bottom;
}

.common-btn a {
    position: relative;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    padding: 0 .5em;
    background: #aaa;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 900;
}

.common-btn a:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #fff transparent;
}

.common-btn a:hover {
    opacity: .7;
}


img.noimage{
	border: #ccc 1px solid;
}

/* fixed
------------------------------------------*/
#fixed-btn {
    position: fixed;
    top: calc((170 / 1920) * 100vw);
    right: 0;
    z-index: 999;
}

#fixed-btn ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: calc((17 / 1920) * 100vw);
}

#fixed-btn ul li {
    width: calc((95 / 1920) * 100vw); 
}


/* header
------------------------------------------*/
#header {
	border-bottom: #367CB4 1px solid;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
}
#header-inner {
    position: relative;
    max-width: 100%;
    height: 80px;
    margin: 0 auto;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-inner a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#header-inner a:hover {
    opacity: .7;
}

#header-inner .logo {
    padding-left: calc((30 / 1920) * 100vw);
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: calc((20 / 1920) * 100vw);
}

#header-inner .logo p {
    background: #367CB4;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding: 0 .5em;
    -webkit-border-radius: calc((6 / 1920) * 100vw);
    -moz-border-radius: calc((6 / 1920) * 100vw);
    border-radius: calc((6 / 1920) * 100vw);
    font-size: max(calc((14 / 1920) * 100vw), 12px);
    font-weight: 700;
}

#header-inner .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    gap: calc((50 / 1920) * 100vw);
}

#header-inner .nav .gnav ul {
    position: relative;
    text-align: left;
    zoom: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc((45 / 1920) * 100vw);
}

#header-inner .nav .gnav ul li {
    display: block;
    position: relative;
    z-index: 20;
}

#header-inner .nav .gnav ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 250%;
    background: rgba(255, 255, 255, .8);
}

#header-inner .nav .gnav ul li ul li {
    float: none;
}
#header-inner .nav .gnav ul li ul li ul{
	left: 100%;
	top: 50%;
}

#header-inner .nav .gnav ul li ul li a {
    display: block;
    padding: 5px 10px;
    color: inherit;
    font-size: 14px;
    text-align: left;
    zoom: 1;
}

#header-inner .nav .gnav ul li ul li a:hover {
    text-decoration: none;
    background: #fff;
}

#header-inner .nav a {
    color: inherit;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    line-height: 1.3;
}

#header-inner .nav a span {
    display: block;
}

#header-inner .nav a .en {
    font-size: max(calc((12 / 1920) * 100vw), 11px);
    font-weight: 600;
    color: #367CB4;
}

#header-inner .nav a .ja {
    font-size: max(calc((16 / 1920) * 100vw), 14px);
    font-weight: 400;
}

#header-inner .nav a:hover {
    opacity: .7;
}

#header-inner .nav img {
    display: block;
}

#header-inner .nav .tel a {
    display: block;
    color: inherit;
    background: #E1D3C6;
    width: calc((220 / 1920) * 100vw);
    height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #367CB4;
    font-size: max(calc((24 / 1920) * 100vw), 20px);
    font-weight: 700;
    line-height: 1.5;
}

#header-inner .nav .tel a span.ja {
    font-size: max(calc((16 / 1920) * 100vw), 12px);
    font-weight: 500;
    color: #367CB4;
}




/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/
#mainimage {
	position: relative;
	margin: 0 auto;
}

#mainimage-inner {
	margin: 0 auto;
	width: 100%;
}

#mainimage .slideshow {
	width: 100%;
}

#mainimage .slideshow .slick-slide {
	backface-visibility: hidden;
	width: 100%;
}

#mainimage .slideshow .slick-slide img {
	width: 100%;
}

#mainimage .slideshow .slick-arrow,
#mainimage .slideshow .slick-arrow::before {
	width: 20px;
	height: 30px;
}

#mainimage .slideshow .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

#mainimage .slideshow .slick-arrow.slick-prev {
	left: 30px;
}

#mainimage .slideshow .slick-arrow.slick-prev::before {
	content: "";
	background: url(/images/pc/slideshow-prev.webp) no-repeat center center;
}

#mainimage .slideshow .slick-arrow.slick-next {
	right: 30px;
}

#mainimage .slideshow .slick-arrow.slick-next::before {
	content: "";
	background: url(/images/pc/slideshow-next.webp) no-repeat center center;
}

#mainimage .slideshow .slick-dotted {
	margin-bottom: 20px;
}

#mainimage .slideshow .slick-dots {
	bottom: -20px;
}

#mainimage .slideshow .slick-dots li {
	margin: 0 8px;
}

#mainimage .slideshow .slick-dots li button {
	width: 1vw;
	height: 1vw; 
}

#mainimage .slideshow .slick-dots li button::before {
	color: #ccc;
	width: 1vw;
	height: 1vw;
	font-size: 1vw;
}

#mainimage .slideshow .slick-dots li button:hover::before,
#mainimage .slideshow .slick-dots li button:focus::before,
#mainimage .slideshow .slick-dots li.slick-active button::before {
	color: #666;
}

#mainimage .mv-catch {
	position: absolute;
	z-index: 50;
	top: calc((157 / 1920) * 100vw);
	left: calc(50vw - 540px);
	width: calc((376 / 1920) * 100vw);
}

#mainimage .mv-catch02 {
	position: absolute;
	z-index: 50;
	bottom: calc((136 / 1920) * 100vw);
	left: calc(50vw - 540px);
	margin: 0 auto;
	width: calc((380 / 1920) * 100vw);
	height: calc((55 / 1920) * 100vw);
	line-height: calc((55 / 1920) * 100vw);
	text-align: center;
	color: #fff;
	font-size: calc((19 / 1920) * 100vw);
	font-weight: 700;
	background: #9D6C42;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#mainimage .mv-catch02:before {
	display: block;
	content: '';
	position: absolute;
	top: calc((140 / 1920) * -100vw);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc((327 / 1920) * 100vw);
	height: calc((140 / 1920) * 100vw);
	background: url(/images/pc/mv-catch02-illust.webp) repeat center center / cover;
}

#mainimage:before,
#mainimage:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	border-style: solid;
	width: calc((1125 / 1920) * 100vw);
	height: calc((250 / 1920) * 100vw);
}

#mainimage:before{
	display: block;
	left: 0;
	border-width: calc((250 / 1920) * 100vw) 0 0 calc((1125 / 1920) * 100vw);
	border-color: transparent transparent transparent rgba(219,150,76,.2);
	z-index: 10;
}
#mainimage:after{
	right: 0;
	border-width: 0 0 calc((250 / 1920) * 100vw) calc((1125 / 1920) * 100vw);
	border-color: transparent transparent rgba(219,150,76,.2) transparent;
	z-index: 10;
}

.mv-news-wrapper {
	z-index: 30;
	position: absolute;
	bottom: -35px;
	left: 0;
	padding: 14px 14px 14px 0;
	height: 95px;
	width: calc((50vw - 540px) + 506px);
	padding-left: calc(50vw - 540px);
	background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.mv-news-wrapper .mv-news {
	width: 400px;
}

.mv-news-wrapper .mv-news .header {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}

.mv-news-wrapper .mv-news .header h2 {
	position: relative;
	width: 110px;
	text-align: left;
	padding-left: .3em;
	color: #367CB4;
	font-size: 22px;
	font-weight: 500;
}

.mv-news-wrapper .mv-news .header h2:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 10px;
	border-right: #367CB4 2px solid;
}

.mv-news-wrapper .mv-news .header .date {
	font-size: 16px;
	font-weight: 300;
}

.mv-news-wrapper .mv-news .main h3 {
	text-align: left;
}

.mv-news-wrapper .mv-news .main h3 a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
}

.mv-news-wrapper .common-btn a {
	width: 74px;
	height: 30px;
	line-height: 30px;
	background: #367CB4;
	border-radius: 4px;
}


.mv-hours {
	z-index: 30;
	position: absolute;
	bottom: -35px;
	right: calc(50vw - 646px);
	width: 437px;
}

.mv-hours .main {
	position: relative;
	padding-top: 10px;
	height: 168px;
	background: #fff;
	border: #9D6C42 1px solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	border-radius: 10px;
}

.mv-hours .main table {
	margin: 0 auto 10px;
	width: 400px !important;
	font-size: 16px;
}

.mv-hours .main table tr th {
	height: 50px;
	vertical-align: middle;
	font-weight: 400;
}

.mv-hours .main table tr th:first-child {
	width: 125px;
	border-right: #9D6C42 2px dotted;
}

.mv-hours .main table tr:first-child th,
.mv-hours .main table tr:first-child td {
	border-bottom: #9D6C42 2px dotted;
}

.mv-hours .main p {
	font-size: 16px;
	font-weight: 400;
}




/* content main
------------------------------------------*/
/* general */
#content{
	position: relative;
	background: #FFF6E6;
}
.home #content{
	background: none;
}
#content:before,
#content:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	border-style: solid;
	width: calc((1125 / 1920) * 100vw);
	height: calc((250 / 1920) * 100vw);
}

#content:before{
	display: block;
	left: 0;
	border-width: calc((980 / 1920) * 100vw) 0 0 calc((1125 / 1920) * 100vw);
	border-color: transparent transparent transparent rgba(219,150,76,.1);
	z-index: 10;
}
#content:after{
	right: 0;
	border-width: 0 0 calc((980 / 1920) * 100vw) calc((1125 / 1920) * 100vw);
	border-color: transparent transparent rgba(219,150,76,.1) transparent;
	z-index: 10;
}
#content-inner {
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 100px;
}

#main {
	max-width: 1080px;
	text-align: left;
}
.home #content-inner{
	max-width: unset;
	padding: 0;
}
.home #main {
	max-width: unset;
	text-align: center;
}

/* main */
.main-catch {
	background: #EFEAE8;
	padding: 75px 0 40px;
	text-align: center;
}

.main-catch p {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: 500;
	color: #367CB4;
}

.main-catch p strong {
	display: inline-block;
	color: #9D6C42;
	font-weight: 500;
	margin: 0 .2em;
	padding: 0 .1em;
	background: #fff;
}

.main-adult,
.main-child {
	position: relative;
	padding-top: 106px;
	background: #F5F2EB;
}

.main-adult span,
.main-child span {
	display: block;
}

.main-adult .text-main,
.main-child .text-main {
	margin-bottom: 40px;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	z-index: 10;
}

.main-adult .block-name,
.main-child .block-name {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	z-index: 10;
}

.main-adult .image-main,
.main-child .image-main {
	position: absolute;
	top: 126px;
	left: 0;
	width: calc((544 / 1920) * 100vw);
}

.main-adult .main,
.main-child .main {
	position: relative;
	margin: 0 auto;
	max-width: 1080px;
	z-index: 10;
}

.main-adult .main ul,
.main-child .main ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.main-adult .main ul li,
.main-child .main ul li {
	height: 325px;
	position: relative;
	padding-top: 20px;
	text-align: center;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 2px 2px rgba(100, 100, 100, 0.1);
}

.main-adult .main ul li .header,
.main-child .main ul li .header {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
}

.main-adult .main ul li .image,
.main-child .main ul li .image {
	margin: 0 auto 15px;
	width: 73px;
	height: 73px;
	background: url(/images/pc/main-menu-icon-bg.webp) no-repeat center center / cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.main-adult .main ul li .image img,
.main-child .main ul li .image img {
	height: 35px;
	width: auto !important;
}

.main-adult .main ul li .icon,
.main-child .main ul li .icon {
	position: absolute;
	top: 15px;
	right: 13px;
}

.main-adult .main ul li .text,
.main-child .main ul li .text {
	margin: 0 auto;
	color: #367CB4;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.3;
	width: 228px;
	height: 132px;
	background: #F0F8F8;
	border-radius: 15px;
}

.main-adult .main ul li .remarks,
.main-child .main ul li .remarks {
	font-size: 11px;
	font-weight: 700;
	color: #3A7FB2;
	padding: 1.5em 1.2em 0;
	text-align: left;
}

.main-adult .main ul li.pino .image,
.main-child .main ul li.pino .image {
	background: url(/images/pc/main-menu-icon-bg02.webp) no-repeat center center / cover;
}

.main-adult .main ul li.pino .text,
.main-child .main ul li.pino .text {
	height: 80px;
}

.main-adult .main:before {
	display: block;
	content: '';
	position: absolute;
	top: -190px;
	right: 35px;
	width: 177px;
	height: 190px;
	background: url(/images/pc/main-adult-illust.webp) no-repeat center center / cover;
}

.main-child {
	border: none;
	padding-bottom: 80px;
}

.main-child .image-main {
	left: auto;
	right: 0;
	width: calc((521 / 1920) * 100vw);
}

.main-child .main ul li .image img {
	width: auto !important;
	height: 27px;
}

.main-child .main:before {
	display: none;
}

.main-about {
	position: relative;
	margin-bottom: 120px;
	padding: 190px 0 0;
	background: url(/images/pc/main-about-bg.webp) no-repeat center 0;
	background-size: 100% auto;
}

.main-about .block-name {
	position: absolute;
	top: 150px;
	left: calc(50vw - 550px);
	font-size: 20px;
	font-weight: 600;
	z-index: 10;
}

.main-about .main {
	margin: 0 auto;
	max-width: 1080px;
	min-height: 690px;
	position: relative;
}

.main-about .main .image {
	position: absolute;
	top: 0;
	right: 0;
	width: 730px;
	border-radius: 90px;
	overflow: hidden;
}

.main-about .main .texts {
	position: absolute;
	top: 0;
	left: 0;
	width: 488px;
	text-align: left;
	z-index: 10;
}

.main-about .main .texts h2 {
	display: inline-block;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.2;
}

.main-about .main .texts h2 span {
	display: inline-block;
	width: 204px;
	text-align: left;
	padding: 0 0 0 .3em;
	background: url(/images/pc/common-title-bg.webp) repeat-x center bottom;
}

.main-about .main .texts .text {
	position: relative;
	padding: 40px 40px 40px 0;
	background: #fff;
	width: 100%;
	font-size: 16px;
	line-height: 2;
	border-top-right-radius: 18px;
}

.main-about .main:before {
	display: block;
	content: '';
	position: absolute;
	top: 330px;
	right: 90px;
	width: 547px;
	height: 369px;
	background: url(/images/pc/main-about-illust.webp) no-repeat center center / cover;
	z-index: 20;
}


.main-images {
	position: relative;
	z-index: 10;
	margin-bottom: 70px;
	padding: 0 calc((30 / 1920) * 100vw);
}

.main-images ul {
	margin: 0 -8px;
}

.main-images ul li {
	margin: 0 8px;
	aspect-ratio: 18 / 17;
	position: relative;
}

.main-images ul li:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(/images/pc/main-image-frame.webp) no-repeat center center / cover;
}


.main-features{
	max-width: 1860px;
	margin: 0 auto 90px;
	padding-top: 180px;
	position: relative;
}
.main-features .block-name {
	position: absolute;
	top: 190px;
	right: calc(50vw - 350px);
	font-size: 20px;
	font-weight: 600;
	z-index: 10;
}
.main-features .header {
	margin: 0 auto;
	max-width: 1080px;
}

.main-features .header .inner {
	margin: 0 -100px 100px 450px;
	padding-top: 50px;
	width: 730px;
	height: 131px;
	background: #fff;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.main-features .header .inner h2 {
	font-size: 44px;
	line-height: 1.2;
	padding: 0 .5em;
	font-weight: 800;
}

.main-features .header .inner .lead {
	font-size: 18px;
	font-weight: 700;
}

.main-features .header .inner .lead:before,
.main-features .header .inner .lead:after {
	padding: 0 .5em;
	content: '-';
}

.main-features .header .inner .lead:before {
	padding-right: .5em;
}

.main-features .header .inner .lead:after {
	padding-left: .5em;
}

.main-features .main{
	margin: 0 auto;
	max-width: 1080px;
}
.main-features .main ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px 50px;
	padding-right: 140px;
}
.main-features .main ul li {
	position: relative;
	height: 380px;
}

.main-features .main ul li .count {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #367CB4;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	border-radius: 50%;
	z-index: 10;
}

.main-features .main ul li .image {
	position: relative;
}

.main-features .main ul li .image img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.main-features .main ul li .image h3 {
	position: absolute;
	top: 78px;
	right: 40px;
	bottom: 0;
	left: 40px;
	font-size: 22px;
	font-weight: 700;
	line-height: 2.4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background: rgba(255, 255, 255, .8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.main-features .main ul li .image h3:before,
.main-features .main ul li .image h3:after {
	display: block;
	content: '';
	position: absolute;
	right: 20px;
	left: 20px;
	border-bottom: #92B628 3px dotted;
}

.main-features .main ul li .image h3:before {
	top: 80px;
}

.main-features .main ul li .image h3:after {
	top: 135px;
}

.main-features .main ul li .text {
	height: 120px;
	padding: 20px;
	background: #F5F7EA;
	font-size: 14px;
	font-weight: 300;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.main-features .main ul li .common-btn {
	position: absolute;
	bottom: -20px;
	right: 50px;
	left: 50px;
}

.main-features .main ul li:nth-child(4),
.main-features .main ul li:nth-child(5),
.main-features .main ul li:nth-child(6) {
	transform: translateX(140px);
}


.main-features:before{
	display: block;
	content: '';
	position: absolute;
	top: 550px;
	right: calc(50vw - 660px);
	width: 191px;
	height: 207px;
	background: url(/images/pc/main-features-illust.webp) no-repeat center center / cover;
}

.main-group {
	position: relative;
	margin: 0 auto 56px;
	padding: 45px 120px 30px;
	max-width: 1080px;
	height: 596px;
	background: url(/images/pc/main-group-bg.webp) no-repeat center center / cover;
}

.main-group h2 {
	margin-bottom: 30px;
	color: #3B3B3B;
	font-size: 28px;
	font-weight: 600;
}

.main-group .main .catch {
	position: absolute;
	top: 220px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 32px;
	font-weight: 600;
	color: #595757;
	line-height: 1.2;
}

.main-group .main .branch {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-group .main .branch div .logo {
	margin-bottom: -10px;
}

.main-group .main .branch div .subject {
	color: #367CB4;
	font-size: 40px;
	font-weight: 600;
}

.main-group .main .branch div:last-child .subject {
	color: #3E7272;
}

.main-group .sub h3 {
	position: relative;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #3D3A39;
}

.main-group .sub h3:before,
.main-group .sub h3:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 245px;
	border-bottom: #707070 1px solid;
}

.main-group .sub h3:before {
	left: 0;
}

.main-group .sub h3:after {
	right: 0;
}

.main-group .sub .text {
	color: #3B3B3B;
	font-size: 17px;
	margin-bottom: 25px;
}

.main-group .sub .common-btn a {
	margin: 0 auto;
	width: 440px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	background: #367CB4;
	font-size: 20px;
}

.main-doctor {
	position: relative;
	background: #f5f2eb url(/images/pc/main-doctor-bg.webp) no-repeat center 0;
	padding: 166px 0 70px;
}

.main-doctor .block-name {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-weight: 600;
	z-index: 10;
}

.main-doctor .main {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1080px;
	display: flex;
	justify-content: flex-start;
	gap: 60px;
}

.main-doctor .main .texts {
	text-align: left;
}

.main-doctor .main .texts h2 {
	font-size: 44px;
	line-height: 1.2;
	padding: 0 0.5em;
	font-weight: 800;
}

.main-doctor .main .texts .name {
	margin-bottom: 40px;
}

.main-doctor .main .texts .name .koburi06 {
	font-size: 24px;
	margin-right: 1.0em;
}

.main-doctor .main .texts .name .nunito {
	font-size: 12px;
	font-weight: 600;
}

.main-doctor .main .texts h3 {
	margin-bottom: 35px;
	font-size: 24px;
	font-weight: 400;
}

.main-doctor .main .texts .text {
	font-size: 16px;
	margin-bottom: 90px;
}

.main-doctor .main .texts .profile {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}

.main-doctor .main .texts .profile .once {
	font-size: 16px;
}


.main-doctor:before{
	display: block;
	content: '';
	position: absolute;
	top: 574px;
	left: 0;
	width: 1719px;
	height: 288px;
	background: url(/images/pc/main-doctor-bg02.webp) no-repeat center center / cover;
}

.main-strength{
	position: relative;
	padding-bottom: 50px;
	background: #f5f2eb;
}
.main-strength .block-name {
	position: absolute;
	top: 120px;
	right: calc(50vw - 620px);
	font-size: 20px;
	font-weight: 600;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 10;
}
.main-strength h2{
	height: 120px;
	line-height: 120px;
	color: #367CB4;
	font-size: 20px;
	font-weight: 500;
}
.main-strength h2 strong{
	color: #9D6C42;
	font-weight: 500;
	text-shadow: 4px 4px 1px #fff, -4px 4px 1px #fff, 4px -4px 1px #fff, -4px -4px 1px #fff, 4px 0px 1px #fff, 0px 4px 1px #fff, -4px 0px 1px #fff, 0px -4px 1px #fff;
}
.main-strength .main{
	margin: 0 auto;
	max-width: 1080px;
}
.main-strength .main ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 30px;
}
.main-strength .main ul li{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.main-strength .main ul li a {
	display: block;
}

.main-strength .main ul li a span {
	display: block;
}

.main-strength .main ul li a .header {
	background: #367CB4;
	color: #fff;
	font-size: 18px;
	height: 47px;
	line-height: 47px;
}

.main-strength .main ul li a .body {
	background: #fff;
	height: 254px;
	position: relative;
}

.main-strength .main ul li a .body .text {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	text-align: left;
}

.main-strength .main ul li a .body .text p {
	font-family: "FP-こぶりなゴシック StdN W6";
	font-size: 22px;
	margin-bottom: .5em;
	-ms-word-break: keep-all;
	word-break: keep-all;
	white-space: nowrap;
}

.main-strength .main ul li a .body .text h4 {
	font-family: "FP-こぶりなゴシック StdN W6";
	font-size: 50px;
	margin-bottom: .3em;
}

.main-strength .main ul li a .body .text ul {
	font-family: "FP-こぶりなゴシック StdN W3";
	font-size: 16px;
	display: block;
}

.main-strength .main ul li a .body .text ul li {
	list-style: disc inside;
}

.main-strength .main ul li a .body .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}


.main-banner,
.main-banner02,
.main-banner03 {
	background: #f5f2eb;
	padding: 25px 0;
}
.main-banner03 {
	padding: 50px 0;
}

.main-banner ul{
	margin: 0 auto;
	max-width: 1080px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 60px;
}
.main-banner02 ul {
	margin: 0 auto;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
}
.main-banner ul{
}

.main-banner ul li,
.main-banner02 ul li {
	/* Add your styles for list items here */
}

.main-blog {
	position: relative;
	padding: 80px 0 90px;
	background: #f5f2eb;
}

.main-blog h2 {
	margin-bottom: 60px;
	font-size: 44px;
	line-height: 1.2;
	padding: 0 0.5em;
	font-weight: 800;
}

.main-blog .block-name {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-weight: 600;
	z-index: 10;
}

.main-blog .main {
	position: relative;
	z-index: 50;
	margin: 0 auto;
	max-width: 1080px;
}

.main-blog .main ul {
	margin-bottom: 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px;
}

.main-blog .main ul li .image {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
}

.main-blog .main ul li h3 {
	text-align: left;
}

.main-blog .main ul li h3 .date {
	display: block;
	font-size: 12px;
	color: #367CB4;
	font-weight: 800;
	text-align: right;
	margin-bottom: 25px;
}

.main-blog .main ul li h3 a {
	color: inherit;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
}

.main-blog .common-btn a {
	margin: 0 auto;
	width: 440px;
	height: 60px;
	line-height: 60px;
	border-radius: 5px;
	background: #367CB4;
	font-size: 20px;
}


.main-clinic {
	position: relative;
	padding: 70px 0 100px;
	background: #f5f2eb;
}

.main-clinic .block-name {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 20px;
	font-weight: 600;
	z-index: 10;
}

.main-clinic .main {
	margin: 0 auto;
	max-width: 1080px;
	display: flex;
	justify-content: space-between;
	gap: 45px;
}

.main-clinic .main .map {
	position: relative;
	z-index: 10;
	width: 650px;
	height: 270px;
}

.main-clinic .main .map .googlemap iframe {
	height: 270px;
}

.main-clinic .main .texts {
	position: relative;
	z-index: 10;
	width: 385px;
}

.main-clinic .main .texts .hours {
	margin-bottom: 20px;
}

.main-clinic .main .texts .hours table {
	margin: 0 auto 10px;
	width: 385px;
	font-size: 16px;
}

.main-clinic .main .texts .hours table tr th {
	height: 50px;
	vertical-align: middle;
	font-weight: 400;
}

.main-clinic .main .texts .hours table tr th:first-child {
	width: 120px !important;
	border-right: #9D6C42 2px dotted;
	text-align: left;
}

.main-clinic .main .texts .hours table tr:first-child th,
.main-clinic .main .texts .hours table tr:first-child td {
	border-bottom: #9D6C42 2px dotted;
}

.main-clinic .main .texts .hours p {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
}

.main-clinic .main .texts .about {
	font-size: 14px;
}

.main-clinic .main .texts .about table tr th {
	width: 70px !important;
	vertical-align: top;
	text-align: left;
}



/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}



/* footer
------------------------------------------*/
#footer {
	background: #554E44;
}

#footer .logo {
	height: 90px;
	background: #200f08;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#footer .main {
	padding: 35px 0 20px;
}

#footer .main .fnav {
	margin-bottom: 35px;
	text-align: left;
	display: flex;
	justify-content: center;
	gap: 120px;
	color: #fff;
}

#footer .main .fnav .once h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: .5em;
}

#footer .main .fnav .once .once-main {
	display: flex;
	justify-content: flex-start;
	gap: 60px;
}

#footer .main .fnav .once ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer .main .fnav .once ul li {
	font-size: 14px;
}

#footer .main .fnav .once ul li a {
	color: #fff;
}

#footer .main .fnav .once ul li ul li:before {
	content: '■';
	padding-right: .5em;
}

#footer .main .copyright {
	color: #fff;
	font-size: 14px;
	text-align: center;
}




.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index: 20;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background: #000;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}


/* Lower
------------------------------------------*/
.entry {
	margin: -120px 0 20px;
	padding-top: 120px;
	position: relative;
	z-index: 999;
	text-align: left;
}
.entry-content {}


/* heading */
.page-title-area{
	position: relative;
	background: url(/images/pc/page-title-bg.webp) no-repeat center center / cover;
}
.page-title-area:before,
.page-title-area:after{
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	border-style: solid;
	width: calc((1125 / 1920) * 100vw);
	height: calc((250 / 1920) * 100vw);
}

.page-title-area:before{
	display: block;
	left: 0;
	border-width: calc((250 / 1920) * 100vw) 0 0 calc((1125 / 1920) * 100vw);
	border-color: transparent transparent transparent rgba(219,150,76,.2);
	z-index: 10;
}
.page-title-area:after{
	right: 0;
	border-width: 0 0 calc((250 / 1920) * 100vw) calc((1125 / 1920) * 100vw);
	border-color: transparent transparent rgba(219,150,76,.2) transparent;
	z-index: 10;
}
.page-title-area-main{
	margin: 0 auto;
	max-width: 1080px;
	height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: left;
	text-align: left;
	position: relative;
	z-index: 50;
}
.page-title {
	font-size: 34px;
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
}
.entry-title, .entry-content h2:not([class]) {
	text-align: center;
	margin-bottom: 35px;
}
.entry-title span, .entry-content h2:not([class]) span {
	display: inline-block;
	padding: 0 2em;
	font-family: "Zen Maru Gothic", serif;
	font-size: 30px;
	font-weight: 700;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	text-align: center;
	span{
		display: inline-block;
		position: relative;
		margin-bottom: 25px;
		font-size: 24px;
	}
	span:before,
	span:after{
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		border-bottom: #602F1B 3px solid;
		width: 75px;
	}
	span:before{
		left: -120px;
	}
	span:after{
		right: -120px;
	}
}
.h4, .entry-content h4:not([class]) {
	margin-bottom: 25px;
	padding: 0 15px;
	color: #367CB4;
	font-size: 22px;
	font-family: "FP-こぶりなゴシック StdN W3";
	border-left: #367CB4 4px solid;
	line-height: 1.2;
}
.h5, .entry-content h5:not([class]) {
	margin-bottom: 25px;
	padding: 5px 0;
	border-bottom: 1px solid #367CB4;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {padding-top: 15px;}
.breadcrumb {
	justify-content: flex-start;
	margin: 0 0 100px;
	padding: 0;
	background: none;
	font-size: 14px;
	font-family: "FP-こぶりなゴシック StdN W3";
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.blog-nav {width: 23%;}
.blog-nav-title{text-align: center;}

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #e94709;
	background-color: #e94709;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #e94709;
	background-color: #fff;
	color: #e94709;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
@charset "utf-8";

.entry img {
   border-radius: 10px!important;
}

.base-white{
    background: #fff;
	width: 100%;
	padding: 20px;
}

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 3s,visibility 1s, transform 1.5s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


.js-fadeleft {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-80px);
    transition: opacity 3s,visibility 1s, transform 1.5s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.js-faderight {
    opacity: 0;
    visibility: hidden;
    transform: translateX(80px);
    transition: opacity 3s,visibility 1s, transform 1.5s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}


.radius-left {
    border-radius: 0 80px 0 0 !important;
}

.radius-right {
    border-radius: 80px 0 0 0 !important;
}

.radius-all {
    border-radius: 10px!important;
}


/* ここから時間差フェードインアニメーション */
/* 1秒間かけてフェードイン */
.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 1s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translatey(50px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 1.5秒間かけてフェードイン */
.fadeIn1500ms {
    animation-name: fadeIn1500ms;
    animation-delay: 1500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translatey(50px);
    opacity: 0;
}
@keyframes fadeIn1500ms {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* 0.5秒間かけてフェードイン */
.fadeIn500ms {
    animation-name: fadeIn500ms;
    animation-delay: 500ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translatey(50px);
    opacity: 0;
}
@keyframes fadeIn500ms {
    0% {
    }
    100% {
        transform: translatey(0);
        opacity: 1;
    }
}
/* 2秒間かけてフェードイン */
.fadeIn2s {
    animation-name: fadeIn2s;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translatey(50px);
    opacity: 0;
}
@keyframes fadeIn2s {
    0% {
    }
    100% {
        transform: translatey(0);
        opacity: 1;
    }
}





/* Button Hover Effects */
/* GRID */

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

.container{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ALL BUTTONS */

.button{
  display: inline-block;
  padding: 20px 50px;
  margin: 20px 0;
  position: relative;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.2em;
  border-radius: 10px;
}


/* BUTTON 1 */

#button-1{
  border: 2px solid #92C657;
  color: #92C657;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-1:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-1:hover{
  color: #fff;
}

#button-1:hover:before{
  left: 0;
}

/* BUTTON 2 */

#button-2{
  border: 2px solid #92C657;
  color: #92C657;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-2:before{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-2:hover{
  color: #fff;
}

#button-2:hover:before{
  top: 0;
}

/* BUTTON 3 */

#button-3{
  border: 2px solid #92C657;
  color: #92C657;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-3:before, #button-3:after{
  content: "";
  z-index: -1;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -50%;
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-3:after{
  left: 100%;
}

#button-3:hover{
  color: #fff;
}

#button-3:hover:before{
  left: 0;
}

#button-3:hover:after{
  left: 50%;
}

/* BUTTON 4 */

#button-4{
  border: 2px solid #92C657;
  color: #92C657;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-4:before, #button-4:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 50%;
  z-index: -1;
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-4:after{
  top: auto;
  bottom: 50%;
}

#button-4:hover{
  color: #fff;
}

#button-4:hover:before{
  height: 50%;
}

#button-4:hover:after{
  height: 50%;
}


/* BUTTON 5 */

#button-5{
  color: #92C657;
  overflow: hidden;
}

#button-5:before, #button-5:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #92C657;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-5:after{
  bottom: 0 !important;
  top: auto !important;
  right: -100%;
  left: auto;
}

#button-5:hover:before{
  left: 0;
}

#button-5:hover:after{
  right: 0;
}

/* BUTTON 6 */

#button-6{
  border: 2px solid #92C657;
  color: #92C657;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-6:before, #button-6:after{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 50%;
  top: -50%;
  left: 0;
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-6:after{
  top: 100%;
}

#button-6:hover{
  color: #fff;
}

#button-6:hover:before{
  top: 0;
}

#button-6:hover:after{
  top: 50%;
}

/* BUTTON 7 */

#button-7{
  -webkit-perspective: 50px;
  -moz-perspective: 50px;
  -ms-perspective: 50px;
  perspective: 50px;
  background-color: #92C657;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#button-7:hover{
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
  color: #fff;
}

/* BUTTON 8 */

#button-8{
  background-color: #92C657;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-8:hover{
  -webkit-box-shadow: 0px 0px 10px #34495e;
  box-shadow: 0px 0px 10px #34495e;
  color: #fff;
}

/* BUTTON 9 */

#button-9{
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-9:hover{
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #fff;
}

/* BUTTON 10 */

#button-10{
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-10:hover{
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  color: #fff;
}

/* BUTTON 11 */

#button-11{
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-11:hover{
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  color: #fff;
}

/* BUTTON 12 */

#button-12{
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-12:hover{
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  color: #fff;
}


/* BUTTON 13 */

#button-13{
  background-color: #92C657;
  -webkit-font-smoothing: antialiased;
}

#button-13:hover{
  animation: wobbleud 0.5s linear infinite;
  color: #fff;
}

@keyframes wobbleud{
  0%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  75%{
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }

  100%{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* BUTTON 14 */

#button-14{
  background-color: #92C657;
}

#button-14:hover{
  animation: wobblelr 0.5s linear infinite;
  color: #fff;
}

@keyframes wobblelr{
  0%{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  25%{
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  75%{
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }

  100%{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* BUTTON 15 */

#button-15{
  background-color: #92C657;
}

#button-15:hover{
  animation: bgchange 2s #9D6C4;
  color: #fff;
}

@keyframes bgchange{
  0%{
    background-color: rgba(52, 73, 94, 1);
  }

  50%{
    background-color: rgba(52, 73, 94, 0.7);
  }

  100%{
    background-color: rgba(52, 73, 94, 1);
  }
}

/* BUTTON 16 */

#button-16{
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-16:hover{
  border-radius: 15px;
  color: #fff;
}

/* BUTTON 17 */

#button-17{
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-17:before{
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  border-right: 15px solid #92C657;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-17:hover{
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
  color: #fff;
}

#button-17:hover:before{
  left: -15px;
}


/* BUTTON 18 */

#button-18{
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  -ms-perspective: 100px;
  perspective: 100px;
  -webkit-perspective-origin: right;
  -moz-perspective-origin: right;
  -ms-perspective-origin: right;
  perspective-origin: right;
  color: #fff;
}

#button-18:after{
  content: "X";
  line-height: 60px;
  position: absolute;
  top: 0;
  right: -60px;
  width: 60px;
  height: 100%;
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}

#button-18:hover:after{
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

/* BUTTON 19 */

#button-19{
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-19:hover{
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
  color: #fff;
}

/* BUTTON 20 */

#button-20{
  background-color: #92C657;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#button-20:hover{
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #fff;
}


/* グラデーションBUTTON */
.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
.btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.btn-hover.color-5 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.btn-hover.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.btn-hover.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.btn-hover.color-10 {
        background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}
.btn-hover.color-11 {
       background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

/* ライン枠アニメ */
.box001 {
  width: 800px;
  height: 200px;
  margin: 0 auto;
  position: relative;
  display: block;
  overflow: hidden;
}

.box001__line {
  position: absolute;
}

.box001__line:nth-child(1),
.box001__line:nth-child(3) {
  width: 100%;
  height: 2px;
}

.box001__line:nth-child(2),
.box001__line:nth-child(4) {
  width: 2px;
  height: 100%;
}

.box001__line:nth-child(1) {
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent, orange);
  animation: animate1 2s linear infinite;

}



.box001__line:nth-child(2) {
  top: 0;
  right: 0;
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
  background: linear-gradient(to bottom, transparent, orange);
}


.box001__line:nth-child(3) {
  bottom: 0;
  left: 0;
  background: linear-gradient(to left, transparent, orange);
  animation: animate3 2s linear infinite;
}


.box001__line:nth-child(4) {
  top: 0;
  left: 0;
  background: linear-gradient(to top, transparent, orange);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}


@keyframes animate1 {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

@keyframes animate2 {

  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }

}

@keyframes animate3 {


  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }

}

@keyframes animate4 {


  0% {
    transform: translateY(100%);
  }


  100% {
    transform: translateY(-100%);
  }

}

/* アンダーライン＋テキスト */
@keyframes underline {
  0% {
    background-size: 0% 100%;
  }
 
  100% {
    background-size: 100% 100%;
  }
}
 
@keyframes move {
  0% {
    bottom: -34px;
  }
 
  100% {
    bottom: -8px;
  }
}
 
.text001 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
 
.text001_underline {
  overflow: hidden;
  height: 40px;
  position: relative;
  flex-shrink: 0;
}
 
.text001_move {
  font-size: 30px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif!important;
  line-height: 1;
  position: relative;
  bottom: -34px;
  left: 0;
  animation: move .4s .8s linear both;
}
 
.text001_underline::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #92C657 0%, #92C657 100%);
  background-size:0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  bottom: 0px;
  animation: underline .4s linear both;
}

/* marker-scroll */
.c-marker {
    background: -webkit-linear-gradient(left, rgba(102, 255, 204, .5) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgba(102, 255, 204, .5) 50%, transparent 50%);
    background: linear-gradient(left, rgba(102, 255, 204, .5) 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 2s;
}
.c-marker.is-active{
    background-position: 0% .5em;
}



/*線が伸びるタイムライン全体の設定*/
.timeline{
	max-width: 400px;
	width:100%;
	margin:50px auto;
	padding:0 30px;
}

.timeline li{
    /*線の起点とするためrelativeを設定*/
    position: relative;
	list-style: none!important;
	padding:0 0 20px 0;
}

.timeline dl{
	margin:0 0 20px 3em;
}

.timeline dd strong{
	display: block;
	padding:10px 0;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
	position: absolute;
	left:0.2em;
	top:0;
	width:2px;/*線の太さ*/
	height:0;/*はじめは高さを0に*/
	background: #ccc;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after{
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:10px;
	height: 10px;
	background:#666;
	border-radius: 50%;
}











/* 見出し */

.entry-title span, .entry-content h2:not([class]) span {
    background: url(/swp/wp-content/uploads/2024/04/common-title-bg2.png) repeat-x center bottom!important;
}

.entry-content h3{
  font-family: "Zen Maru Gothic", serif!important;
}

 .entry-content h4{
  font-family: "Zen Maru Gothic", serif!important;
}

.entry-content h4:not([class]):before, .h4:after, .entry-content h4:not([class]):after {
    background: #497aaf;
}

.entry-content h5 {
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif !important;
  border-bottom: 1px dashed #367CB4!important;
}


/* リンクヘッダー調整 */
#features {
    padding-top:100px;
    margin-top:-100px;
}

#feature01 {
    padding-top:100px;
    margin-top:-100px;
}

#feature02 {
    padding-top:100px;
    margin-top:-100px;
}

#feature03 {
    padding-top:100px;
    margin-top:-100px;
}

#feature04 {
    padding-top:100px;
    margin-top:-100px;
}

#feature05 {
    padding-top:100px;
    margin-top:-100px;
}

#feature06 {
    padding-top:100px;
    margin-top:-100px;
}



.textbox001 {
 padding: 20px 40px;
  border-radius: 5px;
  border: solid 0px #367CB4;
  background-color: #FFFFFF;
}

.textbox002 {
  padding: 30px 50px;
  border-radius: 10px;
  border: solid 2px #367CB4;
}

.textbox003 {
  padding: 30px 50px;
  border-radius: 10px;
  border: solid 1px #602f1b;
  background-color: #FFFFFF !important;
}

/* 歯周病ページ */
.textbox003-1 {
  padding: 10px 10px 0px 20px;
  border-radius: 10px;
  border: solid 1px #602f1b;
  background-color: #FFFFFF !important;
}

.textbox003-2 {
  margin: 0 14px;
  padding: 10px 10px 0px 20px;
  border-radius: 10px;
  border: solid 1px #602f1b;
  background-color: #FFFFFF !important;
}

.textbox004 {
  padding: 10px 20px;
  background-color: #F5F7EA;
  width: 100%;
}

.textbox005 {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #f0f8f8;
  width: 100%;
  margin-bottom: 10px;
}

.textbox006 {
  padding: 10px 20px;
  background-color: #fff;
  width: 100%;
}

.textbox007 {
  margin: 5px 20px;
  padding: 20px 20px;
  border-radius: 10px;
  border: solid 1px #602f1b;
  width: 90%;
}

/* セレックページ */
.textbox006-1 {
  padding: 10px 20px;
  background-color: #fff;
  width: 100%;
  height: 190px;
}

/* 虫歯治療ページ */
.textbox006-2 {
  padding: 10px 20px;
  background-color: #fff;
  width: 100%;
  height: 220px;
}

.textbox006-4 {
  padding: 10px 10px 0px 20px;
  border-radius: 10px;
  border: solid 1px #602f1b;
  background-color: none !important;
}

.textbox008-1 {
  padding: 30px 30px;
  border-radius: 5px;
  border: solid 0px #602f1b;
  height: 360px;
  background-color: #fff;
}

.textbox008-2 {
  padding: 30px 50px;
  border-radius: 5px;
  border: solid 0px #602f1b;
  height: 500px;
  background-color: #fff;
}

/* 歯周病ページ */
.textbox008-3 {
  padding: 10px 20px 0px 20px;
  border-radius: 5px;
  border: solid 0px #9D6C42;
  height: 420px;
  background-color: #fff;
}

.textbox008-4 {
  padding: 30px 30px 0px 30px;
  border-radius: 5px;
  border: solid 4px #9D6C42;
  text-align: left;
}

.textbox008-4 h4{
  text-align: left!important;
  margin-bottom: 10px!important;
}

.textbox008-4 h4:not([class]):before, .h4:after, .entry-content h4:not([class]):after {
    content: none;
}

.textbox008-5 {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #faecd8;
}

.textbox008-5 h5{
  border-bottom: 1px dashed #367CB4;
}

.textbox008-6 {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #faecd8;
}

.textbox008-6 h5{
  border-bottom: 1px dashed #367CB4;
}


/* メインテナンスページ */
.textbox004-1 {
  padding: 10px 20px;
  background-color: #fff;
  width: 100%;
  height: 500px;
}

/* 親知らずページ */
.textbox004-2 {
  padding: 10px 20px;
  background-color: #ffffff;
  width: 100%;
  height: 650px;
}

/* 小児虫歯ページ */
.textbox004-5 {
  padding: 10px 20px;
  background-color: #fff;
  width: 100%;
  height: 460px;
}
.textbox004-5 h4 {
  width: 70%!important;
}

.textbox004-5 h4:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #92C657;
}




.titlebox1{
  margin: 1em 0;
  background-color: #ffffff;
  border: 0px solid #367CB4;
  letter-spacing: .3px;
  border-radius: 10px;
  height: 500px;
}

.titlebox1-title{
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  background-color: #92C657;
  padding: 4px 6px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}

.titlebox1 p{
  margin: 0;
  padding: 1em;

}

.titlebox1 ul{
  margin: 0;
  padding: 0 1em;

}

.titlebox2{
  margin: 1em 0;
  background-color: #ffffff;
  border: 0px solid #367CB4;
  letter-spacing: .3px;
  border-radius: 10px;
}

.titlebox2-title{
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  background-color: #92C657;
  padding: 4px 6px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}

.titlebox2 p{
  margin: 0;
  padding: 1em;

}

.titlebox2 ul{
  margin: 0;
  padding: 1em;

}

.title-box3{
  margin: 8px 0;
  background-color: #ffffff;
  border: 0px solid #367CB4;
  letter-spacing: .3px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 0!important;
}

.title-box3-title{
  color: #fff;
  font-weight: 500;
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  background-color: #367cb4;
  padding: 4px 6px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
}

.title-box3 img{
  border-radius: 0px 0px 0px 0px;
}


.title-box3 p{
  margin: 0;
  padding: 10px 10px;
}

.title-box3 ul{
  margin: 0;
  padding: 0;
}

.title-box4{
  margin: 0 0;
  background-color: #ffffff;
  border: 0px solid #367CB4;
  letter-spacing: .3px;
  border-radius: 5px 5px 5px 5px;
  margin-bottom: 0!important;
  height: 620px;
}

.title-box4-title{
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  background-color: #367CB4;
  padding: 4px 6px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  text-align: center!important;
}

.title-box4 h4{
  margin-bottom: 6px!important;
}

.title-box4 h4:before, .h4:after, .title-box4 h4:after {
   content: none!important;
}

.title-box4 p{
  margin: 0;
  padding: 20px;
}

.title-box4 ul{
  margin: 0;
  padding: 0;
}


.title-box5{
  margin: 0 0;
  background-color: #ffffff;
  border: 0px solid #367CB4;
  letter-spacing: .3px;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 0!important;
  height: 540px;
}

.title-box5-title{
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  font-family: "Zen Maru Gothic", serif;
  background-color: #367CB4;
  padding: 4px 6px;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  text-align: center!important;
}

.title-box5 h4{
  margin-bottom: 6px!important;
}

.title-box5 h4:before, .h4:after, .title-box5 h4:after {
   content: none!important;
}

.title-box5 p{
  margin: 0;
  padding: 20px;
}

.title-box5 ul{
  margin: 0;
  padding: 0;

}





.staff-box01{
  background: #ffffff;
  margin: 0;
  text-align: center;
   padding: 0;
}

.staff-box01 .inner{
  padding: 1em;
  height: 500px;
}

.staff-box01 h4{
  margin-bottom: 10px!important;
  font-family: "Zen Maru Gothic", serif;
}

.staff-box01 h5{
  margin-bottom: 10px!important;
  font-family: "Zen Maru Gothic", serif;
}

.staff-box01 template-img-left {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 0px;
}

.staffbox{
  display: flex;
  padding: 1em;
  align-items: center;
  flex-direction: row;
}

.staff-box{
  background: ;
  margin:0 auto;
  width: 380px;
  text-align: center;
}

.staff-box .inner{
  padding: 1em;
  height: 300px;
}

.staff-box h4{
  margin-bottom: 10px!important;
}

.staff-box h5{
  margin-bottom: 10px!important;
}


  
.content-menu-btn a{
  width: 260px;
  height: 40px;
  line-height: 40px;
  background: #367CB4!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 20px;
 }
 
.content-menu-btn a {
    position: relative;
    display: block;
    width: 260px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center!important;
    padding: 0 0.5em;
    background: #aaa;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: "Zen Maru Gothic", serif;
    font-size: 16px;
    font-weight: 600;
}

a {
    text-decoration: none;
}


.content-menu-btn01 a {
    position: relative;
    display: block;
    width: 320px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center!important;
    padding: 0 0.5em;
    background: #367CB4!important;
    font-family: "Zen Maru Gothic", serif;
    font-size: 16px;
    font-weight: 600;
	border-radius: 5px;
	

}

.content-menu-btn03 a {
    position: relative;
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center!important;
    padding: 0 0.5em;
   background: #367CB4!important;
    font-family: "Zen Maru Gothic", serif;
    font-size: 16px;
    font-weight: 600;
	border-radius: 5px;
	

}

/* pinoリンクボタン　brown */
.content-menu-btn02 a{
  width: 320px;
  height: 40px;
  line-height: 40px;
  background: 602f1b!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 4px;
 }
 
.content-menu-btn02 a {
    position: relative;
    display: block;
    width: 320px;
    height: 50px;
    line-height: 50px;
    color: #fff;
  text-align: center!important;
    padding: 0 0.5em;
    background: #aaa;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  font-family: "Zen Maru Gothic", serif !important;
    font-size: 16px;
    font-weight: 600;
}


.template-backpattern {
    padding: 2%;
    background: #ffffff;
    border: #602f1b 1px solid;
}

/* 歯周病フロー */
.flow_design02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  width: 100%;

}

.flow_design02 ::marker {
	list-style-type: none!important;
}


.flow_design02 ul {
  padding: 0;
}

.flow_design02 li {
  list-style-type: none!important;
  background-color: #ffffff;
  padding: 10px 20px 0 0;
  margin-bottom: 10px;
}

.flow_design02 dd {
  margin-left: 0px;
}

.flow02 {
  position: relative;
}

.flow02 > li {
  position: relative;
}

.flow02 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}

.flow02 > li .icon02 {
  font-size: 1em;
  width: 2.1em;
  height: 2.1em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #602f1b;
  display: inline-block;
  margin: -20px 0 0 -30px;
}

.flow02 > li dl {
  padding-left: 20px;
  position: relative;
}

.flow02 > li dl::before,
.flow02 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}


.flow02 > li dl dt {
  font-size: 1.1em;
  font-weight: 500;
  color: #367CB4;
  margin-bottom: 0em!important;
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
}

.flow02 h3 {
  margin-bottom: 10px!important;
}

.flow02 p {
  color: #000;
}

.flow02 > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #602f1b;
}


/* 採用フロー */
.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  width: 100%;
  
}

.flow_design03 ::marker {
	list-style-type: none!important;
}


.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none!important;
}

.flow_design03 dd {
  margin-left: 0px;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -104px;
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 10px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #367CB4;
  display: inline-block;
  margin-right: 0.3em;
}

.flow03 > li dl {
  padding-left: 40px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #367CB4;
  border-radius: 50%;
  left: -24px;
}

.flow03 > li dl::after {
  width: 60px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: -24px;
}

.flow03 > li dl dt {
  font-size: 1.1em;
  font-weight: 500;
  color: #367CB4;
  margin-bottom: 0em!important;
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
}

    

/* table-green */
.table-green th {
  background: #f0f8f8;
  border: solid 1px #ccc;
  color: #602f1b;
  padding: 10px;
  width: 30%;
  
}
.table-green td {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: left;
  background: #ffffff;
}

.marker-green{
  margin-left: 0;
}

/* table-beige */
.table-beige {
  width: 100%;
}
.table-beige td {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: left;
  background: #ffffff;
}

.table-beige th {
  background: #f0f8f8;
  border: solid 1px #ccc;
  color: #602f1b;
  padding: 10px;
  width: 25%;
  font-weight: 500;
  font-size: 1em;
  font-family: "Zen Maru Gothic", serif !important;
  text-align:　center;
}
.table-beige td {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: left;
  background: #ffffff;
}


table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #F5F7EA;
  color: #602f1b;
  
}

.tb01 td {
  background: #Fff;
  color: #602f1b;
  
}

/* 初めてフロー */
.flow04 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.flow04 > li {
  list-style-type: none;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.flow04 > li .icon04 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #367CB4;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow04 > li .icon04::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #367CB4;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow04 > li dl {
  padding: 20px 10px;
  margin: 0;
  border: 1px solid #367CB4;
  position: relative;
  text-align:left;
  border-radius: 5px;
  background: #fff;
}

.flow04 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #367CB4;
  border-right: 4px solid #367CB4;
  position: absolute;
  top: calc(50% - 14px);
  left: -35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow04 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #367CB4;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
}

.flow04 > li dl dd {
  margin-left: 0;
}

.flow04 > h4{
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px!important;
}

/* 診療フロー */
.flow05 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  width: 100%;
}

.flow05 > li {
  list-style-type: none;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.flow05 > li .icon05 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #367CB4;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow05 > li .icon05::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #367CB4;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow05 > li dl {
  padding: 20px 10px;
  margin: 0;
  border: 1px solid #367CB4;
  position: relative;
  text-align:left;
  border-radius: 5px;
}

.flow05 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #367CB4;
  border-right: 4px solid #367CB4;
  position: absolute;
  top: calc(50% - 14px);
  left: -35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow05 > li dl dt {
  font-size: 1.2em;
  font-weight: 500;
  color: #367CB4;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
}

.flow05 > li dl dd {
  margin-left: 0;
}

.flow05 > h4{
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px!important;
}

/* 小児矯正フロー */
.flow06 {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.flow06 > li {
  list-style-type: none;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.flow06 > li .icon06 {
  line-height: 2;
  width: 2em;
  height: 2em;
  text-align: center;
  color: #fff;
  background: #367CB4;
  margin: 0 auto 10px;
  display: block;
  border-radius: 100vh;
  position: relative;
}

.flow06 > li .icon06::before {
  content: "";
  border: solid transparent;
  border-width: 7px;
  border-top-color: #367CB4;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow06 > li dl {
  padding: 20px 10px;
  margin: 0;
  border: 1px solid #367CB4;
  position: relative;
  text-align:left;
  border-radius: 5px;
}

.flow06 > li:not(:first-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #367CB4;
  border-right: 4px solid #367CB4;
  position: absolute;
  top: calc(50% - 14px);
  left: -35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flow06 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #367CB4;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
}

.flow06 > li dl dd {
  margin-left: 0;
}

.flow06 > h4{
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 10px!important;
}


.tbl-r05 td:first-child {
  background: #f0f8f8 !important;
  width: 16%;
  text-align: center !important;
  font-size: 16px;
  padding: 5px 0!important;
  font-family: "Zen Maru Gothic", serif !important;
  font-weight: 600;
}
.tbl-r05 td {
   width: 16% ;
   text-align: center !important;
   font-size: 14px;
   padding: 5px 0!important;
   background: #fff !important;
}

.tbl-r05 th{
  width: 16%!important;
  background: #367cb4 !important;
  padding: 5px 0!important;
  color: #fff;
  font-family: "Zen Maru Gothic", serif !important;
  font-weight: 500;
 }

@media screen and (max-width: 640px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right !important;
    margin-right: 30px;
	padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
	color: #602f1b;
  }
  
  .tbl-r05 td:first-child {
    background: #f0f8ff;
    color: #602f1b;
    font-weight: bold;
    text-align: center !important;
    width: 100%;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
	color: #367cb4;
	background: ;
    font-weight: bold;
    margin-right: 10px;
	padding-left: 10px !important;
  }
}

/* Q&A */
.qaContainer dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: #f5f5f5;
color: #602f1b;
text-indent: -25px;
font-family: "Zen Maru Gothic", serif !important;
font-weight: 600;
font-size: 18px;
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
font-family: "Zen Maru Gothic", serif !important;
font-weight: 600;
font-size: 24px;
}
.qaContainer dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
}
.qaContainer dd:before {
content: "A.";
color: #e94709;
font-weight: bold;
margin-right: 7px;
font-family: "Zen Maru Gothic", serif !important;
font-weight: 600;
font-size: 24px;
}

.template-backpattern {
    padding: 20px 20px;
    background: fff;
    border: #602f1b 0px solid;
}