/*
Theme Name: やまざき歯科クリニック
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Oswald&family=Shippori+Mincho&display=swap');
html,body{
	overflow-x:hidden;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
}
/* イメージホーバー */
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-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;
}
a {
    text-decoration: none;
}
header {
    position: relative;
}
.floatMenu {
    position: absolute;
/*     top: 7rem; */
	bottom:10rem;
    right: 0;
	z-index:9999;
}
.floatMenu img {
    max-height: 150px;
}
.floatMenu .instafloat{
    background: white;
    padding: 10px 0;
    text-align: center;
    border-radius: 6px 0 0 6px;
}
@media (max-width: 991.98px) {
    .floatMenu {
        display: none;
    }
}
.img-fluid100 {
    
}tee
.topimage {
    position: relative;
    z-index: 1;
    text-align: center;
}
.table-top {
    display: table;
    width: 100%;
}
.table-top dt {
    display: table-cell;
    width: 66.66666667%;
    vertical-align: top;
}
.table-top dd {
    display: table-cell;
    width: 33.33333333%;
}
.img-top-l {
    width: 100%;
    height: 732.5px;
    object-fit: cover;
}
.img-top-r {
    width: 100%;
    height: 820px;
    object-fit: cover;
    background: #487fcd;
}
.img-top-s {
    width: 100%;
    height: 742px;
    object-fit: cover;
}
.secondimage {
    position: relative;
    z-index: 1;
    text-align: center;
}
.img-second {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.text-catch {
    position: absolute;
    right: 0;
    bottom: 1rem;
    background: #a3cdf9;
    padding: 1rem;
    width: 650px;
    text-align: left;
}
.text-catch p {
    font-family: 'Shippori Mincho', serif;
    font-size: 20px;
    margin-bottom: 0.3rem;
    color: #fff;
}
.text-catch h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 33px;
    color: #fff;
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .secondimage {
        padding-top: 8rem;
    }
    .text-catch {
        width: 600px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .secondimage {
        padding-top: 7rem;
    }
    .text-catch {
        bottom: 33%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        width: 550px;
    }
    .text-catch p {
        font-size: 20px;
    }
    .text-catch h2 {
        font-size: 33px;
    }
}
@media (max-width: 575.98px) {
    .img-top-s {
        height: 542px;
    }
    .secondimage {
        padding-top: 6rem;
    }
    .img-second {
        height: 260px;
    }
    .text-catch {
        bottom: 35%;
        transform: translateY(50%);
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        width: 320px;
    }
    .text-catch p {
        font-size: 14px;
    }
    .text-catch h2 {
        font-size: 22px;
    }
}
.topblock {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 1320px;
    z-index: 9999;
}
.topblock h1 {
    font-size: 11px;
    font-weight: 500;
    color: #626262;
    margin: 1rem auto 0;
}
.logo {
    margin: 0.6rem 0 0;
}
.logo img {
    max-height: 138px;
}
.headercontact {
    /*background: #3d2414;*/
	 background: rgb(19, 92, 161);
    padding: 0.7rem 2rem 0.5rem;
    border-radius: 0 0 10px 10px;
    /*max-width: 700px;*/
    float: right;
}
.list-contact {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin: 0 auto 0rem;
}
.list-contact li {
    margin: 0 0.5rem;
}
.list-contact li img {
    max-height: 35px;
}
.list-contact li:last-child {
    width: 200px;
}
.list-contact li dl {
    display: table;
    margin-bottom: 0;
}
.list-contact li dl dt {
    display: table-cell;
    width: 35px;
}
.list-contact li dl dt img {
    max-height: 35px;
}
.list-contact li dl dd {
    display: table-cell;
    vertical-align: middle;
}
.list-contact li dl dd p {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    line-height: 0.8;
    letter-spacing: 1px;
}
.list-contact li dl dd h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
}
.list-contact .form-control,
.searchbox .form-control {
    border-radius: 0;
    max-height: 35px;
}
.list-contact .btn {
    border-radius: 0;
    max-height: 35px;
    padding: 0.1rem 0.5rem 0.7rem;
}
.list-contact .input-group {
    width: 100%;
}
.searchbox {
    background: #bfaca0;
    padding: 1.5rem 5rem;
    text-align: center;
}
.search-form {
    width: 220px;
    position: relative;
}
.search-form input[type="search"] {
    border: none;
    font-size: 13px;
    background: #fff;
    padding: 3px 0 5px 7px;
    color: #000;
    outline: none;
    width: 220px;
}
.search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: -1px;
    border: none;
    text-indent: -9999px;
    padding: 0;
    background: none;
    background: url("images/ico-search-b__.png") no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    box-shadow: none;
    margin: 0;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: -internal-light-dark(rgba(0,0,0,0), rgba(0,0,0,0)) !important;
    color: fieldtext !important;
}
.sp-search form {
    margin: auto;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .list-contact li dl dt {
        width: 30px;
    }
    .list-contact li dl dt img {
        max-height: 30px;
    }
    .list-contact li dl dd p {
        font-size: 10px;
        line-height: 0.8;
        letter-spacing: 0px;
    }
    .list-contact li dl dd h5 {
        font-size: 21px;
        letter-spacing: 1px;
    }
    .search-form input[type="search"] {
        font-size: 13px;
        padding: 0px 0 2px 4px;
        width: 220px;
    }
    .search-form input[type="submit"] {
        width: 28px;
        height: 28px;
        box-shadow: none;
        margin: 4px 0 0;
    }
}
.hmenu {
    list-style: none;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
}
.hmenu li {
	position: relative;
	display: inline-block;
	margin: 0 0.3rem;
	padding: 0;
    font-weight: 300;
	font-size: 18px;
	color: #fff;
    cursor: pointer;
	letter-spacing: 1px;
}
.hmenu li a {
	font-weight: 300;
	font-size: 18px;
	color: #fff;
}
.hmenu li a:hover {
	opacity: 0.7;
}
.hmenu li > a:hover::after{
    width: 100%;
}
.hmenu li > a::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -0.3rem;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hmenu li ul {
    height: 0;
    overflow: hidden;
}
.hmenu li:hover ul {
    height: auto;
    overflow: visible;
    background-color: #bfaca0;
}
/* Submenu */
.hmenu li ul {
    position: absolute;
    top: 2.5rem;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.2rem 0.5rem;
    width: 280px;
    -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;
    z-index: 999;
}
.hmenu li ul li {
    display: block !important;
}
.hmenu li ul li a {
    display: block;
    width: 100%;
    margin: 0.6rem auto;
    background-color: #fdf8f4;
    color: #3d2414;
    font-size: 15px;
    font-weight: 400;
    padding: 1rem;
}
.hmenu li ul li a:hover{
    opacity: 0.7;
}
.hmenu li ul li >a::after {
    background: transparent;
}
.headercatch {
    position: absolute;
    top: 10rem;
    right: 5rem;
    text-align: center;
}
.dl-catch {
    display: table;
    margin: 0 auto 3rem;
}
.dl-catch dt {
    display: table-cell;
    padding-right: 1rem;
}
.dl-catch dd {
    display: table-cell;
    vertical-align: top;
}
.dl-catch h2 span {
    font-family: 'Shippori Mincho', serif;
    font-size: 43px;
    color: #fff;
    /*white-space: pre;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 0 3rem;*/
}
.dl-catch h2 span img {
    max-height: 500px;
}
.dl-catch h3 span {
    font-family: 'Shippori Mincho', serif;
    font-size: 23px;
    color: #fff;
    /*white-space: pre;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0;*/
}
/*_::-webkit-full-page-media, _:future, :root .dl-catch h2 span {
    font-family: 'Shippori Mincho', serif;
    font-size: 43px;
    color: #fff;
    white-space: pre;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 0 3rem -1rem;
}
_::-webkit-full-page-media, _:future, :root .dl-catch h3 span {
    font-family: 'Shippori Mincho', serif;
    font-size: 23px;
    color: #fff;
    white-space: pre;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 0 3rem;
    line-height: 4;
}*/
.btn-catch {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2rem;
    padding: 0.1rem 0;
    display: block;
    width: 265px;
}
.btn-catch:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}
.btn-catch-group-s {
    text-align: center;
    margin: 0 auto 2rem;
}
.btn-catch-s {
    font-size: 16px;
    font-weight: 400;
    color: #4e70a3;
    border: 1px solid #4e70a3;
    border-radius: 2rem;
    padding: 0.5rem 0;
    display: block;
    width: 225px;
    margin: auto;
}
.btn-catch-s:hover {
    background: rgba(78,112,163,0.3);
    color: #4e70a3;
}
@media (max-width: 991.98px) {
    .topblock h1,
    .logo,
    .headercontact {
        display: none;
    }
}
@media  (min-width: 1400px) {
    .headercatch {
        right: 2rem;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .headercatch {
        top: 9rem;
        right: 3rem;
    }
    .dl-catch h2 span {
        font-size: 38px;
    }
    .dl-catch h3 span {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .headercatch {
        top: 12rem;
        right: 2.5rem;
    }
    .dl-catch h2 span {
        font-size: 48px;
    }
    .dl-catch h3 span {
        font-size: 28px;
    }
    .btn-catch {
        font-size: 14px;
        width: 200px;
    }
}
@media  (min-width: 576px) and (max-width: 767.98px) {
    .headercatch {
        top: 9rem;
        right: 1rem;
    }
    .dl-catch h2 span {
        font-size: 42px;
    }
    .dl-catch h3 span {
        font-size: 26px;
    }
}
@media  (max-width: 767.98px) {
    .btn-catch {
        display: none;
    }
}
@media  (min-width: 768px) {
    .btn-catch-group-s {
        display: none;
    }
}
@media  (max-width: 575.98px) {
    .headercatch {
        top: 8.5rem;
        right: 1.8rem;
    }
    /*_::-webkit-full-page-media, _:future, :root .headercatch {
        top: 9.5rem;
        right: 4.2rem;
        display: block;
    }*/
    .dl-catch h2 span {
        font-size: 34px;
    }
    .dl-catch h2 span img {
        max-height: 270px;
    }
    .dl-catch h3 span {
        font-size: 17px;
    }
    .dl-catch dt {
        padding-right: 0rem;
    }
}
/*ハンバーガー */
#menu {
	width: 100%;
	background: rgba(255,255,255,0.95);
	position: fixed;
	left: 0;
    right: 0;
	bottom: 0;
	z-index: 990;
	display: none;
	height: 100%;
    overflow-y: scroll; 
    padding: 0;
}
#menu .menulist {
    list-style: none;
    padding: 0 2rem;
    margin-bottom: 0;
}
#menu .menulist li {
    padding: 14px;
    font-weight: 400;
    color: #545653;
}
#menu .menulist li a {
    font-weight: 400;
    font-size:14px;
    color: #545653;
}
#menu .menulist li a:hover {
    color: #d685b1;
}
#sp-icon {
	width: 70px;
	height: 100px;
	position: fixed;
	right: 1rem;
	top: 1.5rem;
	z-index: 99999;
}
#sp-icon:hover {
	cursor: pointer;
	opacity: 0.7;
}
#sp-icon::before {
	font-weight: 400;
	content: "" !important;
	display: block;
    color: #3d2414;
    font-size: 1.2rem;
    text-align: center;
}
#sp-icon.active::before {
	content: "CLOSE" !important;
}
#sp-icon span,
#sp-icon span::before,
#sp-icon span::after {
	display: inline-block;
	width: 48px;
	height: 3px;
	background: #3d2414;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.3s;
}
#sp-icon span {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#sp-icon span::before {
	content: "";
	transform: translateY(-10px) rotate( 0deg );
}
#sp-icon span::after {
	content: "";
	transform: translateY(10px) rotate( 0deg );
}
.sp-open span {
	background: transparent !important;
}
.sp-open span::before {
	transform: rotate(45deg) !important;
}
.sp-open span::after {
	transform: rotate(-45deg) !important;
}
.s-logo {
    padding: 1rem;
}
.s-logo h1 {
    font-size: 15px;
    font-weight: 500;
    color: #626262;
    margin-bottom: 1rem;
}
.s-logo img {
    max-height: 48px;
}
@media (max-width: 991.98px) {
    header {
        position: fixed;
        width: 100%;
        z-index: 99999;
        background: #fff;
    }
    #menu .logo-s {
        padding: 0.2rem 0;
        float: left;
    }
}
@media (min-width: 992px) {
    .s-logo {
        display: none;
    }
    #sp-icon {
        display: none;
    }
    .searchbox {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .s-logo h1 {
        font-size: 15px;
        margin-bottom: 1rem;
    }
    .s-logo img {
        max-height: 48px;
    }
}
@media (max-width: 575.98px) {
    .s-logo h1 {
        font-size: 11px;
        margin-bottom: 1rem;
    }
    .s-logo img {
        max-height: 32px;
    }
}
.submenu {
    font-weight: 400;
	font-size: 14px;
	display: block;
	padding: 0;
    color: #545653;
}
.submenu {
	cursor: pointer;
	position: relative;
}
.submenu:hover {
	color: #d685b1;
}
.submenu::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067" !important;
	display: inline-block;
	padding-right: 2rem;
    float: right;
}
.submenu.active::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f068" !important;
}
.nest {
    background: #f1f1f1;
    margin: 1rem auto 0;
}
.nest ul {
	padding-left: 0;
}
.nest ul li {
	margin: 0;
	list-style: none;
}
.nest ul li a {
    font-weight: 400;
	font-size: 15px;
	display: block;
	padding: 0;
	color: #545653 !important;
}
.nest ul li a:hover {
	color: #d685b1 !important;
	text-decoration: none;
}
.fixed_header {
    display:none;
    width:100vw;
    position:fixed;
    left:0;
    top:0;
    z-index:9999;
    background:rgba(255,255,255,1.0);
}
@media (max-width: 991.98px) {
    .fixed_header {
        display:none !important;
    }
}
.headerblock {
    /*background: #3d2414;*/
	background: rgb(19, 92, 161);
    padding: 0;
    border-radius: 0 0 10px 10px;
}
.h-logo {
    margin: 0.8rem 0 0rem 2rem;
}
.h-logo h2 {
    font-size: 10px;
    font-weight: 100;
    color: #fff;
}
.h-logo a{
	display: table;
    background: white;
    padding: 6px;
    border-radius: 5px;
}
.h-logo img {
    max-height: 36px;
}
.secondblock {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: -6.4rem auto 0;
}
.secondblock::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url("images/top-t.png") no-repeat;
    background-size: contain;
    display: inline-block;
    width: 21px;
    height: 229px;
}
.secondbox {
    padding: 5rem 0;
    position: relative;
    max-width: 860px;
    margin: auto;
}
.h01 {
    font-size: 30px;
    font-weight: 500;
    color: #4e70a3;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}
.h01 small {
    font-size: 20px;
}
.brnone-md {
    display: block;
}
.brnone-sm {
    display: block;
}
.brnone-xs {
    display: block;
}
.br-md {
    display: none;
}
.br-sm {
    display: none;
}
.br-xs {
    display: none;
}
.h02 {
    color: #4e70a3;
    background:linear-gradient(transparent 50%,#eee 50%);
    margin-bottom: 1.5rem;
    display: table;
    width: 100%;
}
.h02 small {
    display: table-cell;
    font-size: 20px;
    font-weight: 500;
    vertical-align: bottom;
    text-align: left;
    padding: 0 0 0.3rem;
}
.h02 span {
    display: table-cell;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    vertical-align: bottom;
    padding: 0 0 0 0.5rem;
    width: 70px;
}
p,
li {
    font-size: 15px;
    font-weight: 100;
    line-height: 2;
}
p strong {
    font-weight: 500;
}
.dl01,
.dl02,
.dl03,
.dl04,
.dl05 {
    display: table;
    width: 100%;
}
.dl01 p,
.dl02 p,
.dl03 p,
.dl04 p,
.dl05 p {
    margin-bottom: 2rem;
}
.dl01 dt {
    display: table-cell;
    width: 60%;
    padding-right: 25px;
    vertical-align: top;
}
.dl01 dd {
    display: table-cell;
    vertical-align: top;
    padding: 30px 0 0;
    text-align: center;
}
.dl01 dd img {
    max-height: 270px;
}
.dl02 dt {
    display: table-cell;
    padding: 30px 25px 0 0;
    vertical-align: top;
    text-align: center;
}
.dl02 dd {
    display: table-cell;
    width: 65%;
    vertical-align: top;
}
.dl02 dt img {
    max-height: 210px;
}
.dl02 dd .btn-more {
    text-align: right;
}
.dl03 dt {
    display: table-cell;
    width: 65%;
    padding-right: 25px;
    vertical-align: top;
}
.dl03 dd {
    display: table-cell;
    vertical-align: top;
    padding: 30px 0 0;
    text-align: center;
}
.dl03 dd img {
    max-height: 210px;
}
.dl04 dt {
    display: table-cell;
    width: 65%;
    padding-right: 25px;
    vertical-align: top;
}
.dl04 dd {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    text-align: center;
}
.dl04 dd img {
    max-height: 360px;
}
.dl05 dt {
    display: table-cell;
    width: 50%;
    padding-right: 25px;
    vertical-align: top;
}
.dl05 dd {
    display: table-cell;
    vertical-align: top;
    padding: 0;
    text-align: center;
}
.dl05 dd img {
    max-height: 240px;
}
.btn-more img {
    max-height: 33px;
}
.btn-more a {
    position: relative;
    display: inline-block;
    padding: 4px 65px;
    border-radius: 20px;
    background: #a3cdf8;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}
.btn-more a::before,
.btn-more a:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #fff;
}
.btn-more a::before {
    left:0;
}
.btn-more a::after {
    right: 0;
}
.btn-more a:hover {
    opacity: 0.7;
}
@media (max-width: 991.98px) {
    .brnone-md {
        display: none;
    }
    .br-md {
        display: block;
    }
    .dl01,
    .dl02,
    .dl03,
    .dl04,
    .dl05 {
        display: block;
    }
    .dl01 dt,
    .dl03 dt,
    .dl04 dt,
    .dl05 dt {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    .dl02 dd {
        display: block;
        width: 100%;
    }
    .dl01 dd,
    .dl02 dt,
    .dl03 dd,
    .dl04 dd,
    .dl05 dd {
        display: none;
    }
    .btn-more {
        text-align: center;
    }
    .dl02 dd .btn-more {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .secondbox {
        padding: 5.5rem 3rem;
    }
    .h01 {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .h01 small {
        font-size: 16px;
    }
}
@media (max-width: 767.98px) {
    .secondbox::before {
        background: url("images/top-t-s.png") no-repeat;
        background-size: contain;
        width: 21px;
        height: 151px;
    }
    .brnone-sm {
        display: none;
    }
    .br-sm {
        display: block;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .secondblock {
        margin-top: -3.4rem;
    }
    .secondbox {
        padding: 2.5rem 3rem;
    }
    .h01 {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .h01 small {
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .secondblock {
        margin-top: -2.4rem;
    }
    .secondbox {
        padding: 2.5rem 0;
    }
    .h01 {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .h01 small {
        font-size: 16px;
    }
    .brnone-xs {
        display: none;
    }
    .br-xs {
        display: block;
    }
}
.thirdblock {
    background: url("images/merit-bg_.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 3rem 0;
	position:relative;
	z-index:1;
}
.thirdblock:before{
  content: '';
	background: inherit;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index: -1;
}
.third-title {
    background: #afccf7;
    padding: 1.5rem 2rem;
    display: inline-block;
}
.third-title h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-left: 5rem;
    line-height: 1.6;
}
.third-title h3 small {
    font-size: 20px;
    display: block;
}
.thirdblock .container {
    max-width: 1000px;
}
.thirdbox1 {
    background: rgba(255,255,255,0.9);
    padding: 1.5rem 1.5rem 0.5rem;
    margin-bottom: 2rem;
}
.thirdbox1 p {
    font-weight: 400;
    color: #3d2414;
}
.thirdblock h4 {
    position: relative;
    padding: 0.6rem;
    background: rgba(255,255,255,1.0);
    font-size: 20px;
    font-weight: 500;
    color: #3d2414;
    text-align: center;
    border-radius: 2rem;
    margin-bottom: 2rem;
}

.thirdblock h4::after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    border: 12px solid transparent;
    border-top: 20px solid rgba(255,255,255,1.0);
    width: 0;
    height: 0;
}
.thirdblock h5 {
    font-size: 18px;
    font-weight: 500;
    color: #3d2414;
    text-align: center;
}
.thirdblock .ps-4 {
    padding-left: 2rem !important;
}
.thirdbox2 {
    display: table;
    background: rgba(255,255,255,1.0);
    padding: 0;
    text-align: center;
    width: 100%;
    min-height: 140px;
}
.thirdbox2 div {
    display: table-cell;
    vertical-align: middle;
}
.thirdbox2 p {
    font-size: 14px;
    font-weight: 500;
    color: #3d2414;
    margin-bottom: 0;
}
.thirdbox2 img {
    max-height: 62px;
}
.thirdbox2:hover p {
    opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-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;
}
@media (max-width: 991.98px) {
    .thirdblock .ps-4 {
        padding-left: 0.8rem !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .third-title h3 {
        font-size: 24px;
        margin-left: 2rem;
    }
    .third-title h3 small {
        font-size: 16px;
    }
}
@media (max-width: 575.98px) {
    .third-title {
        padding: 1.5rem 2rem;
        width: 95%;
    }
    .third-title h3 {
        font-size: 24px;
        margin-left: 0;
    }
    .third-title h3 small {
        font-size: 14px;
    }
}
.fourthblock {
    padding: 3rem 0;
}
.fourthblock .container {
    max-width: 860px;
}
.orange-box {
    list-style: none;
    border-left: 10px solid #afccf7;
    padding: 0.7rem 0 0.7rem 1.5rem;
    margin: 2rem auto;
}
.orange-box li {
    text-indent: -1.2em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 500;
    color: #e37959;
}
.block-5th {
    background: #c7ada0;
    padding: 3rem;
}
.block-5th h2 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}
.block-5th .container {
    max-width: 910px;
}
.block-5th h3 {
    background: #fff;
    padding: 0.5rem 0.5rem;
    text-align: center;
    font-family: 'Shippori Mincho', serif;
    font-size: 20px;
    color: #421f0a;
    margin-bottom: 1rem;
}
.block-5th p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2rem;
}
.block-5th .dl05 dd {
    vertical-align: middle;
}
.btn-more2 {
    position: relative;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 30px;
    background: #421f0b;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 3px;
}
.btn-more2::before,
.btn-more2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.btn-more2::before {
    left:0;
}
.btn-more2::after {
    right: 0;
}
.btn-more2:hover {
    opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .block-5th .dl05 dd {
        display: block;
        padding-top: 2rem;
    }
}
@media (max-width: 767.98px) {
    .block-5th {
        padding: 2rem 0 0;
    }
    .block-5th .dl05 dt {
        display: none;
    }
    .block-5th .dl05 dd {
        display: block;
        padding-bottom: 2rem;
    }
}
.block-6th {
    padding: 4rem 1.5rem 0;
}
.block-6th h2 {
    font-size: 30px;
    font-weight: 500;
    color: #3771a6;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}
.block-6th h2 small {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 0.6rem;
}
.box-6th {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1020px;
    margin: auto;
}
.box-6th a {
    position: relative;
}
.text-6th {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 1.5rem;
    right: 1.5rem;
}
.box-6th a h3 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
}
.box-6th a p {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .box-6th a h3 {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .box-6th a p {
        font-size: 13px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .box-6th a h3 {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .box-6th a p {
        font-size: 13px;
		line-height: 1.4;
    }
}
@media (max-width: 767.98px) {
    .box-6th {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 575.98px) {
    .box-6th a h3 {
        font-size: 14px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }
    .box-6th a p {
        font-size: 10px;
    }
}
.block-7th {
    padding: 4rem 1.5rem 2rem;
}
.block-7th h2 {
    font-size: 30px;
    font-weight: 500;
    color: #3771a6;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}
.block-7th h2 small {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 0.6rem;
}
.box-7th {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    max-width: 900px;
    margin: 0 auto 2rem;
}
.box-7th h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #a3cdf9;
}
.box-7th h3 {
    background: #efefef;
    padding: 0.5rem 1rem;
    font-size: 20px;
    font-weight: 500;
    color: #3771a6;
    margin-bottom: 1rem;
}
.box-7th table {
    margin-bottom: 1rem;
}
.box-7th th {
    padding: 0 0.3rem;
}
.ico-7th {
    max-height: 25px;
}
.box-7th dl {
    border: 1px solid #a3cdf9;
    padding: 1rem 1.5rem;
    margin-bottom: 0;
}
.box-7th dl dt {
    float: left;
    width: 8em;
    font-size: 14px;
}
.box-7th dl dd {
    margin-left: 8em;
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .box-7th {
        grid-template-columns: 1fr;
    }
}
.block-8th {
    background: #f6faff;
    padding: 4rem 0;
}
.block-8th h2 {
    font-size: 30px;
    font-weight: 500;
    color: #3771a6;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 3rem;
}
.block-8th h2 small {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 0.6rem;
}
.faq_acc {
    border-bottom: 1px dotted rgba(0,0,0,0.7);
    padding: 0.5rem 1rem;
    max-width: 860px;
    margin: auto;
}
.faq_acc.first-child {
    border-top: 1px dotted rgba(0,0,0,0.7);
}
.faq_acc.last-child {
    margin: 0 auto 3rem;
}
.faq_acc dt {
    font-size: 18px;
    font-weight: 500;
    color: #3771a6;
    padding: 0.5rem 1rem;
    cursor: pointer;
    display: table;
    width: 100%;
}
.faq_acc dt::before {
    content: 'Q';
    display: table-cell;
    width: 24px;
}
.faq_acc dt::after {
    display: table-cell;
    /*float: right;*/
	/*font-family: "Font Awesome 5 Free";*/
	font-weight: 900;
	content: "＋";
    vertical-align: middle;
    text-align: right;
    width: 24px;
}
.faq_acc dt.active::after {
	/*font-family: "Font Awesome 5 Free";*/
	font-weight: 900;
	content: "ー" !important;
}
.faq_acc dd {
    font-size: 15px;
    font-weight: 400;
    padding: 0.5rem 2rem;
}
.btn-faq {
    font-size: 13px;
    font-weight: 400;
    color: #3771a6;
    display: inline-block;
    padding: 0.1rem 1.5rem 0.2rem;
    border: 1px solid #3771a6;
    border-radius: 15px;
}
.btn-faq:hover {
    background: #3771a6;
    color: #fff;
}
@media (max-width: 767.98px) {
    .block-8th {
        padding: 4rem 0 1rem;
    }
}
@media (max-width: 767.98px) {
    .faq_acc dt {
        font-size: 15px;
        padding: 0.5rem 0rem;
    }
    .faq_acc dd {
        font-size: 14px;
        padding: 0.5rem 1rem;
    }
}
.block-9th {
    background: #a3cdf9;
    margin-bottom: 3rem;
}
.box-9th {
    max-width: 860px;
    margin: auto;
    display: table;
}
.box-9th dt,
.box-9th dd {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 50%;
}
.box-9th dt h3 {
    font-family: 'Shippori Mincho', serif;
    font-size: 35px;
    margin-bottom: 1.5rem;
    color: #fff;
}
.box-9th dt p {
    font-size: 15px;
    font-weight: 500;
    max-width: 315px;
    margin: 0 auto 2rem;
    color: #fff;
}
.btn-staff {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    padding: 0.1rem 1.5rem 0.2rem;
    border: 1px solid #fff;
    border-radius: 15px;
}
@media (max-width: 767.98px) {
    .block-9th {
        padding: 3rem 0;
    }
    .box-9th {
        display: block;
    }
    .box-9th dt,
    .box-9th dd {
        display: block;
        width: 100%;
    }
    .box-9th dt {
        margin-bottom: 2rem;
    }
}
.title-10th {
    background: #7eafe1;
    padding: 3rem 1rem;
    font-family: 'Shippori Mincho', serif;
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: relative;
    letter-spacing: 3px;
}
.block-10th {
    background: url("images/bg-10th_.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 3rem 1.5rem;
}
.block-10th::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 28px solid transparent;
    border-top: 23px solid #7eafe1;
    width: 0;
    height: 0;
}
.box-10th {
    max-width: 710px;
    margin: auto;
}
.list-btn {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.btn-10th {
    display: table;
    background: #a3cdf9;
    min-height: 100px;
    width: 100%;
}
.btn-10th div {
    display: table-cell;
    vertical-align: middle;
}
.btn-10th h4 {
    display: table;
    margin: 0 auto;
}
.btn-10th h4 span {
    display: table-cell;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    color: #fff;
    letter-spacing: 4px;
    margin: auto;
    padding-left: 1rem;
}
.btn-10th h4 small {
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.btn-10th h4::before {
    content: url("images/ico-tel.png");
    display: table-cell;
    vertical-align: middle;
}
.btn-10th h5 {
    display: table;
    margin: 0 auto;
}
.btn-10th h5 span {
    display: table-cell;
    font-size: 21px;
    color: #fff;
    letter-spacing: 2px;
    margin: auto;
    padding: 0 1rem 0 0.5rem;
}
.btn-10th h5::before {
    content: url("images/ico-mail.png");
    display: table-cell;
    vertical-align: middle;
}
.btn-10th h5::after {
    content: url("images/ico-arrow.png");
    display: table-cell;
    vertical-align: middle;
}
.btn-10th:hover {
    opacity: 0.7;
}
.table-10th {
    width: 100%;
}
.table-10th th {
    background: #7eb0e1;
    text-align: center;
    padding: 0.3rem;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}
.table-10th td {
    background: #fff;
    text-align: center;
    padding: 1rem;
    font-size: 17px;
    font-weight: 100;
    color: #421f0a;
    border: 1px solid rgba(0,0,0,0.1);
    letter-spacing: 3px;
}
.table-10th td:first-child {
    background: #f6faff;
    letter-spacing: 10px;
    width: 30%;
}
@media (max-width: 767.98px) {
    .list-btn {
        display: block;
    }
    .list-btn li {
        margin-bottom: 1rem;
    }
    .block-10th {
        background: url("images/bg-10th.jpg") no-repeat center;
        padding: 3rem 1.5rem 1rem;
    }
    .table-10th th {
        letter-spacing: 2px;
    }
    .table-10th td {
        font-size: 15px;
        letter-spacing: 0px;
    }
    .table-10th td:first-child {
        letter-spacing: 0px;
        width: 24%;
    }
}
.block-11th {
    padding: 3rem 1.5rem 2rem;
}
.box-11th {
    max-width: 750px;
    margin: 0 auto 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    padding-bottom: 2rem;
}
.box-11th div {
    max-width: 330px;
    margin: auto;
}
.box-11th div h3 {
    font-size: 20px;
    font-weight: 500;
    color: #3771a6;
    text-align: center;
    margin-bottom: 2rem;
}
.box-11th dl {
    margin-bottom: 2rem;
}
.box-11th dl dt {
    float: left;
    width: 7em;
    font-size: 14px;
    font-weight: 500;
    color: #3771a6;
}
.box-11th dl dd {
    margin: 0 0 1rem 7em;
    font-size: 14px;
    font-weight: 400;
}
.box-11th dl dd a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.box-11th dl dd a:hover {
    opacity: 0.7;
}
.box-11th p {
    font-size: 14px;
    font-weight: 400;
}
.box-11th2 {
    margin: 0 auto;
    border-bottom: none;
    padding-bottom: 0;
}
.list-insta {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.list-insta li {
    margin: 0 0.6rem;
}
.btn-insta {
    display: inline-block;
    background: #421f0a;
    padding: 0.2rem 0.8rem;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.btn-follow {
    display: inline-block;
    background: #3771a6;
    padding: 0.2rem 1rem;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 767.98px) {
    .box-11th {
        max-width: 750px;
        margin: 0 auto;
        display: block;
        border-bottom: none;
        padding-bottom: 0;
    }
    .box-11th .inner-11th {
        max-width: 100%;
        border-bottom: 1px dotted rgba(0,0,0,0.3);
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
}
.block-bread {
    background: #f4f4f4;
    padding: 0.3rem 1rem;
}
.list-bread {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    max-width: 1000px;
    margin: auto;
}
.list-bread li,
.list-bread li a {
    font-size: 13px;
    font-weight: 400;
    color: #421f0b;
}
.list-bread li a:hover {
    opacity: 0.7;
}
.list-bread li {
  padding-left: 0.5rem;
}
.list-bread li::before {
    float: left;
    padding-right: 0.5rem;
    content: '＞';
}
.list-bread li:first-child::before {
    content: none;
}
.list-bread li.active {
    color: #421f0b;
}
.block-contents {
    padding: 2rem 1rem;
}
.block-contents:first-child {
    padding: 5rem 1rem 2rem;
}
.box-contents {
    position: relative;
    max-width: 860px;
    margin: auto;
}
.box-contents h2 {
    font-size: 30px;
    font-weight: 500;
    color: #4e70a3;
    line-height: 1.5;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}
.box-contents h2 small {
    font-size: 20px;
}
.box-contents h3 {
    color: #4e70a3;
    background:linear-gradient(transparent 50%,#eee 50%);
    margin: 2rem auto 1.5rem;
    display: table;
    width: 100%;
}
.box-contents h3 small {
    display: table-cell;
    font-size: 20px;
    font-weight: 500;
    vertical-align: bottom;
    text-align: left;
    padding: 0 0 0.3rem;
}
body:not(.single) .box-contents h3 span {
    display: table-cell;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    vertical-align: bottom;
    padding: 0 0 0 0.5rem;
    width: 70px;
}
@media (max-width: 991.98px) {
    .box-contents .dl01,
    .box-contents .dl04 {
        display: flex;
        flex-direction: column-reverse;
    }
    .box-contents .dl01 dd,
    .box-contents .dl04 dd {
        display: block;
        text-align: center;
    }
}
.orange-box2 {
    list-style: none;
    border-bottom: 1px solid #ff7a57;
    border-top: 1px solid #ff7a57;
    padding: 1rem 1rem;
    margin: 0 auto 2rem;
}
.orange-box2 li {
    text-indent: -1.2em;
    padding-left: 1.2em;
    font-size: 17px;
    font-weight: 400;
    color: #ff7a57;
}
.block-contents2 {
    background: #f8fbfe;
    padding: 1rem 1rem 0;
}
.single .block-contents:first-child {
    padding: 5rem 1rem 5rem;
}
.box-contents h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    position: relative;
    padding-right: 25px;
    display: inline-block;
    margin: 2rem auto 1.5rem;
}
.box-contents h4:before {
    position: absolute;
    content: '';
    bottom: -3px;
    right: 0;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 15px transparent;
    border-bottom: solid 15px #ffa014;
}
.box-contents h4::after {
    position: absolute;
    content: '';
    bottom: -3px;
    right: 10px;
    width: 100%;
    border-bottom: solid 3px #ffa014;
}
.box-contents h5 {
    position: relative;
    padding-left: 35px;
    margin-bottom: 1rem;
}
.box-contents h5:before {
    position: absolute;
    /*font-family: "Font Awesome 5 Free";*/
    content: "";
    background: #ffa014 url("images/h5-icon.png") no-repeat;
	background-size: 11px;
	background-position: center;
    /*color: white;
    font-weight: 900;
    font-size: 15px;*/
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-contents h5:after {
    /*吹き出しのちょこんと出た部分*/
    content: '';
    display: block;
    position: absolute;left: 20px;
    height: 0;
    width: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #ffa014;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-contents .card-header {
    margin-bottom: 0;
}
footer {
    border-top: 1px solid #a3cdf9;
    padding-top: 3rem;
}
@media (min-width: 1200px) {
    .block-12th {
        /*background: url("images/bg-12th.png") no-repeat left;
        background-size: cover;*/
    }
}
.block-12th {
    /*background: url("images/bg-12th2.png") no-repeat left;
    background-size: cover;*/
    background: #f6faff;
}
.box-12th {
    display: table;
    max-width: 860px;
    margin: auto;
}
.box-12th dt {
    display: table-cell;
    vertical-align: middle;
    width:50%;
    padding-left: 1rem;
}
.box-12th dd {
    display: table-cell;
    width: 50%;
}
.box-bnr {
    max-width: 300px;
    float: right;
}
.box-bnr ul {
    list-style: none;
    padding-left: 0;
}
.box-bnr ul li {
    margin-bottom: 1rem;
}
.box-bnr p {
    margin-bottom: 0;
}
.box-12th dt h2 {
    margin-bottom: 2rem;
}
.box-12th dt h2 img {
    max-height: 62px;
    max-width: 100%;
}
.box-12th .dl5 dt {
    display: block;
    float: left;
    width: 5em;
    font-size: 14px;
    font-weight: 400;
    color: #626262;
    padding-left: 0;
}
.box-12th .dl5 dd {
    display: block;
    width: 100%;
    margin: 0 0 1rem 5em;
    font-size: 14px;
    font-weight: 400;
    color: #626262;
}
.box-12th .dl5 dd a {
    font-size: 10px;
}
.text-12th {
    font-size: 13px;
    font-weight: 400;
    color: #3771a6;
    display: inline-block;
    padding: 0.1rem 1.5rem 0.2rem;
    border: 1px solid #3771a6;
    border-radius: 15px;
    background: #fff;
}
.box-12th2 {
    display: table;
    max-width: 860px;
    margin: auto;
}
.box-12th2 dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width:50%;
    padding: 1rem;
}
.box-12th2 dt h3,
.box-12th2 dd h3 {
    margin-bottom: 1rem;
}
.box-12th2 dt img {
    max-height: 110px;
    max-width: 100%;
}
.box-12th2 dd {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width:50%;
    padding: 1rem;
}
.box-12th2 dd img {
    max-height: 110px;
    max-width: 100%;
}
@media (max-width: 767.98px) {
    .block-12th {
        background: none;
    }
    .box-12th {
        display: block;
    }
    .box-12th dt {
        display: block;
        width: 100%;
        background: #f6faff;
        padding: 3rem 1.5rem;
        text-align: center;
    }
    .box-12th dd {
        display: block;
        width: 100%;
        padding: 2rem 1.5rem 1rem;
    }
    .box-12th .dl5 dt,
    .box-12th .dl5 dd{
        padding: 0;
    }
    .box-12th .dl5 dt {
        float: none;
        width: 100%;
        font-weight: 500;
    }
    .box-12th .dl5 dd {
        width: 100%;
        margin: 0 auto 2rem;
    }
    .box-bnr {
        max-width: 100%;
        float: none;
    }
    .box-bnr ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        margin-bottom: 1rem;
    }
    .box-bnr ul li {
        margin-bottom: 1rem;
    }
    .box-bnr p {
        text-align: center;
    }
    .box-12th2 {
        display: block;
    }
    .box-12th2 dt {
        display: block;
        width:100%;
    }
    .box-12th2 dd {
        display: block;
        width:100%;
    }
}
.block-13th {
    padding: 3rem 1.5rem;
}
.box-13th {
    max-width: 860px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.box-13th ul {
    list-style: none;
    padding-left: 0;
}
.box-13th ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #626262;
    padding-bottom: 0.5rem;
}
.box-13th ul li a:hover {
    opacity: 0.7;
}
.box-13th ul li:first-child a {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 1rem;
}
.box-13th ul li:first-child {
    margin-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
    .block-13th {
        display: none;
    }
}
.block-14th {
    border-top: 1px solid #a3cdf9;
    padding: 2rem 0;
}
.block-14th h2 {
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    text-align: center;
    margin-bottom: 1rem;
}
.list-group {
    list-style: none;
    padding-left: 0;
    max-width: 960px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.list-group li img {
    max-height: 50px;
    max-width: 100%;
}
@media (max-width: 575.98px) {
    .list-group {
        grid-template-columns: 1fr 1fr;
    }
}
.block-copy {
    background: #a3cdf9;
    padding: 0.3rem 1rem;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
.fixed_footer {
    display:none;
    width:100vw;
    position:fixed;
    left:0;
    bottom:0;
    z-index:999;
}
.btn-footer {
    display: table;
    width: 100%;
    min-height: 100px;
}
.btn-tel,
.btn-mail {
    display: table-cell;
    vertical-align: middle;
    width: 42%;
    background: #74aae1;
}
.btn-mail {
    background: #8cbdee;
}
.btn-tel h4 {
    display: table;
    margin: 0 auto;
}
.btn-tel h4 span {
    display: table-cell;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
    margin: auto;
    padding-left: 0.5rem;
}
.btn-tel h4::before {
    content: url("images/ico-tel-f.png");
    display: table-cell;
    vertical-align: middle;
}
.btn-mail h5 {
    display: table;
    margin: 0 auto;
}
.btn-mail h5 span {
    display: table-cell;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
    margin: auto;
    padding-left: 0.5rem;
}
.btn-mail h5::before {
    content: url("images/ico-mail-f.png");
    display: table-cell;
    vertical-align: middle;
}
.btn-tel:hover,
.btn-mail:hover{
    opacity: 0.7;
}
.span-free {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 16%;
    background: #3771a6;
    position: relative;
    padding: 0.5rem;
}
.text-free {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    line-height: 1.2;
    letter-spacing: 2px;
}
@media (min-width: 576px) {
    .fixed_footer {
        display:none !important;
    }
}
@media (max-width: 575.98px) {
    .block-copy {
        margin-bottom: 100px;
    }
}
.table-price th {
    background: #7eb0e1;
    text-align: center;
    padding: 0.3rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}
.table-price td {
    background: #fff;
    padding: 1rem;
    font-weight: 100;
    color: #421f0a;
    border: 1px solid rgba(0,0,0,0.1);
    letter-spacing: 3px;
    width: 50%;
    vertical-align: middle;
}
.table-price2 td {
    width: 33.3333333%;
}
.table-price td:last-child {
    text-align: right;
}
.table-price td:first-child {
    background: #f6faff;
    text-align: center;
}
.list-indent,
.list-indent-s{
    list-style: none;
    padding-left: 0;
}
.list-indent li {
    text-indent: -1em;
    padding-left: 1em;
}
.list-indent-s li {
    font-size: 85%;
    text-indent: -0.85em;
    padding-left: 0.85em;
}
.table-normal {
    margin-bottom: 2rem;
}
.table-normal th {
    background: #7eb0e1;
    padding: 1rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle;
}
.table-normal td {
    background: #fff;
    padding: 1rem;
    font-weight: 100;
    color: #421f0a;
    border: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle;
}
.table-normal2 th {
    background: #7eb0e1;
    padding: 1rem;
    font-weight: 500;
    color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle;
    text-align: center;
}
.table-normal2 td {
    background: #fff;
    padding: 1rem;
    font-weight: 100;
    color: #421f0a;
    border: 1px solid rgba(0,0,0,0.1);
    vertical-align: middle;
}
.table-normal2 td:first-child {
    background: #f6faff;
    text-align: center;
}
/* トップに戻る */
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 24px;
	right: 16px;
	opacity: 0;
}
#page-top.fade-in {
	color: #000;
	font-size: 30px;
	opacity: 0.6;
	transition: opacity 1s;
    cursor: pointer;
}
#page-top.fade-in:hover {
	color: #000;
	opacity: 0.3;
	transition: opacity 1s;
}

.your-privacy .wpcf7-list-item {
    padding: 0.175rem 0.75rem;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    margin: 0 auto 0.3rem !important;
    background: #e8e8e8;
    display: table;
    width: 45%;
}
.your-privacy .wpcf7-list-item::before {
    content: '個人情報保護について';
    display: table-cell;
    font-size: 15px;
    color: #212121;
    margin-right: 0.4rem;
}
.your-type .wpcf7-list-item {
    padding: 0.175rem 0.75rem;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    width: 32.5%;
    display: inline-block;
    margin: 0 0.15rem 0.3rem !important;
    background: #e8e8e8;
}
@media (max-width: 599.98px) {
    .your-type .wpcf7-list-item {
        width: 48.2%;
        margin: 0 0.15rem 0.3rem;
    }
}
.widgettitle {
	display: none;
}
.widget_rss {
	list-style: none;
}
.widget_rss ul li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #000;
    font-size: 13px;
    color: #000;
}
.widget_rss ul li a {
    font-size: 13px;
    color: #000;
}
.widget_rss ul li a:hover {
    color: #333;
    opacity: 0.7;
}
.widget_rss ul li a::before {
    content: '';
    background-image: url(images/ico-no01.png);
    background-position: 5px center;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    display: inline-block;
    width: 6px;
    height: 9px;
}
@media (min-width:576px) and (max-width: 991.98px) {
    .your-privacy .wpcf7-list-item {
        width: 57.2%;
        margin: 0 0.15rem 0.3rem;
    }
}
@media (max-width: 575.98px) {
    .your-privacy .wpcf7-list-item {
        width: 100%;
    }
    .your-privacy .wpcf7-list-item::before,
    .wpcf7-list-item-label {
        font-size: 10px;
    }
}
.pagenation {
    margin: 0 auto 1rem;
    text-align: center;
}
.pagenation a {
    font-size: 14px;
    color: #5f5648;
}
.oldpage {
    float: left;
    font-size: 1.1rem;
}
.newpage {
    float: right;
    font-size: 1.1rem;
}
.pagenum span {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #a91b48;
    padding-bottom: 0;
}
.pagenum a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}
.pagenum a:hover {
    /*color: #a91b48;*/
    opacity: 0.7;
}
.pagenum a .arrow-l::before {
    content: url("images/ico-arrow-l.png");
    position: absolute;
    top: 0.1rem;
    left: -20px;
}
.pagenum a .arrow-r::after {
    content: url("images/ico-arrow-r.png");
    position: absolute;
    top: 0.1rem;
    right: -20px;
}
@media (max-width: 575.98px) {
    .pagenation {
        margin: 1rem auto 2rem;
    }
    .pagenation span,
    .pagenation a {
        font-size: 12px;
    }
}

/*20240703*/
.banner{
		padding:0 15px;
	text-align:center;
	}
.map{
	background: #f6faff;
}
@media (min-width: 767.98px) {
	.max_img_lg{
		max-width:400px;
	}
	.max_img_md{
		max-width:300px;
	}
	.max_img_sm{
		max-width:200px;
	}
	.banner{
		max-width:890px;
		margin:auto;
	}
	figure.tops{
		margin-top:0;
	}
	.banner.b2 img{
		max-width:300px;
	}
}
@media (max-width: 767.98px) {
	.map{
		margin-top: -4rem;
	}
	.banner.b1{
		margin-top:1.5rem;
	}
	.banner.b1 .col{
		margin-bottom:1rem;
	}
	.banner.b1 img{
		max-width:300px!important;
	}
}

/*20240722*/
.row.ali{
	align-items:center;
}
.row.t-dl > div{
	padding:0;
	border-right:1px solid white;
}
.row.t-dl > div:last-child{
	border-right: none;
}
.row.t-dl dl{
	margin:0;
	text-align:center;
}
.row.t-dl dt,
.row.t-dl dd{
	height:100%;
		font-size:90%;
	font-weight:normal;
	display: flex;
    align-items: center;
	justify-content:center;
	margin:0;
}
.row.t-dl dt{
	background: #7eb0e1;
	color:white;
	height: 73px;
}
.row.t-dl dd{
	background: white;
    height: 60px;
}
@media(max-width:576px){
	.row.t-dl > div{
	border-right: none;
}
	.youtube_ iframe{
		width:100%;
		height: 195px;
	}
}

/*20240808 tiktok*/
html body .etf_feed_wraper .etf_header{
	display:none!important;
}
.etf_feed_wraper,.etf_feed_wraper div {
	max-width:400px!important;
}
.etf_load_more_btns_wrap .etf_feed_btns_holder .etf-follow-btn {
	background: #3872a6!important;
}
.etf_load_more_btns_wrap .etf_feed_btns_holder .etf-follow-btn:hover {
	background: #3f7cb2!important;
}

/*1カラム画像*/
.figcol-1 img{
	max-width:500px;
}
@media(max-width:576px){
	.figcol-1 img{
	max-width:100%;
	}
}

/*フォーム 予約*/
table.reservation th {
    background: #f6faff;
	padding:15px 20px;
    font-weight: 100;
    color: #421f0a;
    border: 1px solid rgba(0, 0, 0, 0.1);
    letter-spacing: 3px;
    width: 50%;
    vertical-align: middle;
}
table.reservation th span.res{
	font-size:80%;
	color:red;
	float:right;
}
table.reservation td {
    background: #fff;
    padding: 1rem;
    font-weight: 100;
    color: #421f0a;
    border: 1px solid rgba(0,0,0,0.1);
    letter-spacing: 3px;
    vertical-align: middle;
}
.wpcf7-list-item {
    width: 100%;
}
.submit_{
	text-align:center;
	margin:30px 0;
}
.submit_ input[type=submit]{
	border: none;
    min-width: 200px;
    padding: 10px 10px;
    background: #a3cdf9;
    font-weight: 100;
	    color: white;
}
.submit_ input[type=submit]:hover{
	opacity:.8;
}
@media(max-width:576px){
	table.reservation{
		table-layout: fixed;
	width: 100%;
	}
	table.reservation input[type="text"], table.reservation input[type="tel"],table.reservation input[type="email"],table.reservation textarea {
		width:100%;
	}
	table.reservation th,
	table.reservation td{
		width:100%;
		display:block;
	}
	table.reservation th span.res {
    float: none;
}
	table.reservation .wpcf7-list-item-label{
		font-size:14px;
	}
}

/*youtubes*/
.youtubes{
	padding: 7rem 0 0;
	text-align: center;
}
.youtubes .inner{
	background: #f6faff;
    padding: 50px;
}
.youtubes .inner .h02 small{
	text-align: center;
}
@media(max-width:768px){
.youtubes iframe {
 width: 100%;
  aspect-ratio: 16 / 9;
}
}
@media(max-width:576px){
.youtubes .inner {
    padding: 50px 10px;
}
}


@media(min-width:576px){
.teech img{
	max-width:400px;
	}
}

.teech{
	text-align:center;
	margin-bottom:2rem;
	padding:0 10px;
}
.teech img{
	width:100%;
}



/* やまざき歯科用 */

.tit-box {
position: relative; /* タイトルをボックス内の左上に配置するための基準 */
margin: 2em auto; /* 外側の余白（上下と中央配置） */
border: 1px solid #CCA99D; /* 枠線の色を設定 */
border-radius: 5px; /* 角を少し丸めて柔らかい印象に */
}

.tit-box .box-title {
background-color: #CCA99D; /* タイトルの背景色 */
color: #fff; /* タイトルの文字色（白） */
padding: 0.1em 1em; /* タイトルの内側余白（上下・左右） */
position: absolute; /* 親要素（.box5-4）の中で固定配置 */
top: -0.8em; /* タイトルをボックスの上に少しはみ出させる */
left: 1em; /* 左側に少し余白を取る */
display: inline-block; /* タイトルの幅を内容に合わせる */
font-size: 0.9em; /* タイトルのフォントサイズを設定 */
border-radius: 5px; /* タイトルの角を丸める */
width: auto; /* タイトル幅を内容に応じて可変にする */
max-width: calc(100% - 2em); /* 左右の余白を考慮して最大幅を調整 */
white-space: nowrap; /* タイトルを1行に固定 */
overflow: hidden; /* はみ出した部分を非表示 */
text-overflow: ellipsis; /* 省略記号（...）を表示 */
}

.tit-box .box-content {
padding: 2em 1em 1em; /* 上部の余白を多めに確保し、タイトルと本文が重ならないようにする */
}

ul.list-onayami {
width: 100%;
max-width: 1020px;
margin: 0 auto;
list-style-type: none;
padding: 0;
}
ul.list-onayami li {
width: 33.3333333333333%;
padding: 2px;
float: left;
}
ul.list-onayami li a {
display: block;
text-align: center;
font-weight: 500;
color: rgb(33, 37, 41);
font-size: 1.2em;
padding: 5px;
}
ul.list-onayami li:nth-child(odd) a {background: #dee8f3;}
ul.list-onayami li:nth-child(even) a {background: #d1e7ff;}
@media(max-width:768px){
ul.list-onayami li {width: 100%; float: none;}
}

.second-mv {
width: 100%;
height: 400px;
background-position: center center;
background-size: cover;
}
.second-mv.mv-imp {background-image: url("images/mv-implant.jpg")}
.second-mv.mv-dent {background-image: url("images/mv-denture.jpg")}

.feature-page h2 {
font-weight: bold;
padding: 0.5em 1em;
background-color: #4c9ac0;
color: #fff;
overflow: hidden;
position: relative;
font-size: 1.5em
}
.feature-page h2::after {
content: '';
background-color: #fff;
opacity: 0.3;
transform: rotate(-65deg);
position: absolute;
bottom: -250px;
right: -250px;
width: 300px;
height: 500px;
}
.feature-page h3 {
font-weight: bold;
padding: 0.5em 0.3em;
margin-bottom: 0.3em;
position: relative;
background: none;
font-size: 1.4em;
color: #434343;
}
.feature-page h3::before {
content: '';
background-color: #4c9ac0;
width: 2em;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
}
.feature-page h4 {
padding: 0.5em;
box-shadow: 6px -6px #4c9ac0;
outline: 3px solid #fff;
border: 3px solid #4c9ac0;
position: relative;
font-size: 1.2em;
}
.feature-page h4::before , .feature-page h4::after {display: none;}

.accordion-006 {
/*max-width: 500px;*/
margin-bottom: 7px;
background-color: #edf5fd;
border-radius: 5px;
}

.accordion-006 summary {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 1em 2em;
color: #333333;
font-weight: 600;
cursor: pointer;
}

.accordion-006 summary::-webkit-details-marker {
display: none;
}

.accordion-006 summary::after {
transform: translateY(-25%) rotate(45deg);
width: 7px;
height: 7px;
margin-left: 10px;
border-bottom: 3px solid #acb8c4;
border-right: 3px solid #acb8c4;
content: '';
transition: transform .3s;
}

.accordion-006[open] summary::after {
transform: rotate(225deg);
}

.accordion-006 p {
transform: translateY(-10px);
opacity: 0;
margin: 0;
padding: .3em 2em 1.5em;
color: #333333;
transition: transform .5s, opacity .5s;
}

.accordion-006 p strong {
background: rgb(19, 92, 161);
color: #fff;
padding: 10px;
line-height: 1;
display: inline-block;
font-size: 1.15em;
}

.accordion-006[open] p {
transform: none;
opacity: 1;
}