/*
Theme Name: Twenty Twelve
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 4.4
Tested up to: 6.7
Requires at least: 3.5
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto ,"Yu Gothic" , "YuGothic" ,  "Hiragino Kaku Gothic Pro" , "Meiryo UI" , Meiryo , "MS PGothic" , sans-serif;
	
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}


ul.flex,.flex{
	display:-webkit-box;
	display:-ms-box;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

table{
	border-collapse: collapse;
	border-spacing:0;
	width: 100%;
}

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clear:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

* html .clear {
	height: 1px;
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

a{
	text-decoration:none;
	color:#525252;
}
p a:hover, td a:hover, li a:hover {
	color:#086189;
}
body {
	overflow:hidden;
	background: url(https://takebesinkyu.site/wp-content/uploads/2025/04/back.webp);
	background-attachment: fixed;
	background-size: cover;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b,dt,dd{
	color:#525252;
	font-family: 'Noto Serif JP', serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.grecaptcha-badge {
    position: absolute;
    z-index: -100;
    visibility: hidden;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
.width p, .h_p{
	margin-bottom:10px;
	letter-spacing:1px;
	text-align: justify;
	line-height: 28px;
}
.width a, .width span, .width b {
	font-size:100%;
}
.mt10 {margin-top:10%!important;}
.mt8 {margin-top:8%!important;}
.mt5 {margin-top:5%!important;}
.mt3 {margin-top:3%!important;}
.mt0 {margin-top:0%!important;}
.mb0 {margin-bottom:0%!important;}
.mb3 {margin-bottom:3%!important;}
.mb5 {margin-bottom:5%!important;}
.mb8 {margin-bottom:8%!important;}
.mb10 {margin-bottom:10%!important;}

div.float {
    margin: 3% auto;
}
.float p.floatr {
    float: right;
    margin: 0 0 10px 3%;
    width: 47%;
}
.float p.floatl {
    float: left;
    margin: 0 3% 10px 0;
    width: 47%;
}

.center {
	text-align:center!important;
}
.right {
	text-align:right!important;
}
.left {
	text-align:left!important;
}
span.ib {
	display:inline-block!important;
}
span.bu {
	border-bottom:1px solid;
	font-weight:500;
	font-size:100%;
}
span.bo {
	font-size:100%;
	font-weight:600;
}
span.bbig{
	font-weight:bold!important;
	font-size:120%!important;
}
span.blue {
    color: #096089;
}
.width p span.yb {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #e6e4cf));
	background:-o-linear-gradient(transparent 60%, #e6e4cf 0%);
	background:linear-gradient(transparent 60%, #e6e4cf 0%);
}


@-webkit-keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}

@keyframes fadein {
	from {opacity: 0;}
	to {opacity: 1;}
}
@-webkit-keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinrl {
	from {
		opacity: 0;
		-webkit-transform: translateX(20px);
		        transform: translateX(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes fadeinlr {
	from {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeinbt {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes fadeintb {
	from {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

.fadein{
	opacity:0;
	-webkit-transition : all 3s;
	-o-transition : all 3s;
	transition : all 3s;
}
.downup .fadein {
	opacity : 0;
	-webkit-transform : translate(0, 50px);
	    -ms-transform : translate(0, 50px);
	        transform : translate(0, 50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.updown .fadein {
	opacity : 0;
	-webkit-transform : translate(0, -50px);
	    -ms-transform : translate(0, -50px);
	        transform : translate(0, -50px);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinrl .fadein {
	opacity : 0;
	-webkit-transform : translate(80px, 0);
	    -ms-transform : translate(80px, 0);
	        transform : translate(80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadeinlr .fadein {
	opacity : 0;
	-webkit-transform : translate(-80px, 0);
	    -ms-transform : translate(-80px, 0);
	        transform : translate(-80px, 0);
	-webkit-transition : all 800ms;
	-o-transition : all 800ms;
	transition : all 800ms;
}
.fadein.scrollin {
	opacity : 1;
	-webkit-transform : translate(0, 0);
	    -ms-transform : translate(0, 0);
	        transform : translate(0, 0);
}



/*------------------------------------*\
    ヘッダー＆フッダー
\*------------------------------------*/

header.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #ffffffba;
    padding-right: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	box-shadow: rgba(0, 0, 0, .25) 0 1px 10px;
}
header.top hgroup p a {
    display: block;
    padding: 0 10px;
    font-size: 30px;
    text-align: center;
}
header.top hgroup p a span {
    display: block;
}
nav.menu {
	/* padding-top:20px; */
}
nav.menu li {
    display: inline-block;
}
nav.menu li a {
    display: block;
    padding: 30px 15px;
}
nav.menu li a:hover {
    color: #086189;
}
.menur {
    display: none;
}
ul.tocontact {
    position: fixed;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 10px;
    left: 10px;
    font-size: 0;
    z-index: 51;
	display:flex;
}
ul.tocontact li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    width: 120px;
}
ul.tocontact li.keiro {
	display:none;
}
ul.tocontact li a {
    display: block;
    background: #086189;
    border-radius: 10px;
    padding: 8px 0 7px;
	height:100%;
}
ul.tocontact li:nth-child(2) a {
    background: #726e52;
}
ul.tocontact li:nth-child(3) a {
    background: #c1470b;
}
ul.tocontact li a img {
    width: 40%;
    margin: 0 auto;
}
ul.tocontact li a span {
    color: #fff;
    font-size: 12px;
}
ul.tocontact li a:hover {
    opacity: 0.8;
}
ul.tocontact li a .tub {
    display:none;
}


.top-map {
}
.top-map iframe {
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 300px;
    display: block;
}
p.name {
    margin: 7% auto 3% 0;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    width: 50%;
    color: #096089;
}
p.name span {
    display: block;
    font-size: 45%;
    letter-spacing: 3px;
    color: #096089;
}
section.footer div.width {
    font-size: 0;
    padding: 1% 0;
    position: relative;
}

section.footer div.width > p:nth-child(2) {
    width: 50%;
    display: inline-block;
    text-align: center;
    line-height: normal;
    vertical-align: top;
    color: #096089;
}
section.footer div.width > p:nth-child(2) > span {
    display: block;
    background: #0b5f89;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1% auto;
    padding: 1% 3%;
    color: #fff;
}
section.footer div.width > p:nth-child(2) > span span {
    background: #fff;
    display: block;
    margin: 0 auto 1%;
    color: #0b5f89;
    font-size: 110%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
    border-radius: 50px;
}
section.footer div.width > p:nth-child(2) a {
    color: #096089;
}
ul.foot-sitemap {
    width: 50%;
    display: inline-block;
}
ul.foot-sitemap li {
    display: inline-block;
}
ul.foot-sitemap li a {
    display: block;
    color: #096089;
    padding: 0 10px 20px;
}
footer#colophon {
    margin: 0;
    background: #096089;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}

.h_keiro {
	position:absolute;
	top:0;
	right: 45px;
}
.h_keiro a {
	padding: 10px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0 0 15px 15px;
    color: #fff;
    background: #086189;
	transition:all .3s;
}
.h_keiro a:hover {
	opacity:0.8;
}

/*------------------------------------*\
    トップページ
\*------------------------------------*/

.title1 {
    position: relative;
    margin: 7% auto 3%!important;
    font-size: 35px;
    color: #086189;
    line-height: normal!important;
}
.title1 span {
    display: block;
    color: #fff;
    font-size: 200%;
    -webkit-filter: drop-shadow(2px 2px 1px rgb(154 154 154));
    filter: drop-shadow(2px 2px 1px rgb(154 154 154));
    margin-bottom: 1%;
}
.title1 img {
    position: absolute;
    width: 50%;
    opacity: 0.6;
    z-index: -1;
    left: -15%;
    top: -90%;
}
.title2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 2.5%;
    letter-spacing: 1px;
}
.title3 {
    color: #096089;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 10px;
}
.title4 {
    text-align: center;
    color: #096089;
    font-size: 40px;
    letter-spacing: 5px;
    font-weight: bold;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 3%;
    border-top: 3px solid;
    border-bottom: 3px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 8%;
}
.title5 {
    text-align: center;
    font-size: 40px;
    margin: 0 auto 3%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, ##e6e4cf));
    background: -o-linear-gradient(transparent 60%, ##e6e4cf 0%);
    background: linear-gradient(transparent 60%, #e6e4cf 0%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 5%;
    letter-spacing: 2px;
}
.title6 {
	color:#096089;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2%;
	font-size: 25px;
}
.title7 {
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 2%;
	font-size: 25px;
}
.title8 {
    text-align: center;
    font-size: 45px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #096089;
    margin-bottom: 3%;
}
.title8 img {
    width: 15%;
    margin: 1% auto 0;
    max-width: 100px;
}
.title9 {
    position: relative;
    text-align: center;
    margin: 5% auto 3%;
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 12px;
}
.title9::before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(https://takebesinkyu.site/wp-content/uploads/2025/04/square2.png);
    background-size: contain;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}
.title9::after {
    content: "";
    height: 3px;
    width: 100px;
    background: #e6e4cf;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
}
ul.list1 li {
    letter-spacing: 1px;
    text-align: justify;
    line-height: 28px;
}
p.link1 a {
    background: #096089;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 15px 10px 130px;
    position: relative;
    margin: 3% 0 0 auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link1 a::before {
    content: "";
    border-right: 12px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 12px solid transparent;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}
p.link1 a::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 90px;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 27px;
    margin: auto;
}
p.link1 a:hover {
    background: #e6e4cf;
    color: #096089;
}
p.link1 a:hover::after {
    background: #096089;
}
p.link2 a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0 10px 100px;
    margin: 3% 0 0 auto;
    position: relative;
    overflow: hidden;
}
p.link2 a::before {
    content: "";
    position: absolute;
    background: #525252;
    height: 1px;
    width: 80px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link2 a:hover::before {
    width: 0;
}
p.link3 a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #096089;
    display: block;
    color: #fff;
    padding: 10px 8%;
    margin: 5% auto 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
}
p.link3 a:hover {
    background: #e6e4cf;
    color: #096089;
}
p.link4 a {
    display: block;
    position: relative;
    height: 50px;
    font-size: 0;
}
p.link4 a::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #736e52;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: -23px;
    margin: auto;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link4 a::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #736e52;
    position: absolute;
    bottom: 30px;
    left: -23px;
    right: 0px;
    margin: auto;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link4 a:hover::before, p.link4 a:hover::after {
    bottom:20px;
}
ul.linkli {
    font-size: 0;
    margin: 3% auto;
}
ul.linkli li {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    text-align: center;
}
ul.linkli li:last-child {
    margin-right: 0;
}
ul.linkli li a {
    background: #fff;
    display: block;
    padding: 15px 0;
    color: #096089;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.linkli li a:hover {
    background: #096089;
    color: #fff;
}

section.main ul {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.main ul li {
  width: calc(100% / 3);
  position: relative;
  overflow: hidden;
}
section.main ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
section.main ul li img:nth-of-type(1) {
  opacity: 1;	
}
section.main ul li img:nth-of-type(2) {-webkit-animation: mvFade1 10s linear infinite;animation: mvFade1 10s linear infinite;}
section.main ul li img:nth-of-type(3) {-webkit-animation: mvFade2 10s linear infinite;animation: mvFade2 10s linear infinite;}
section.main ul li:nth-child(2) img:nth-of-type(2),
section.main ul li:nth-child(2) img:nth-of-type(3)
{ -webkit-animation-delay: 3s; animation-delay: 3s; }
section.main ul li:nth-child(3) img:nth-of-type(2),
section.main ul li:nth-child(3) img:nth-of-type(3)
{ -webkit-animation-delay: 1s; animation-delay: 1s; }

@-webkit-keyframes mvFade1 {
  0%   { opacity: 0; }
  23%  { opacity: 0; }
  33%  { opacity: 1; }
  70%  { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes mvFade1 {
  0%   { opacity: 0; }
  23%  { opacity: 0; }
  33%  { opacity: 1; }
  70%  { opacity: 1; }
  100% { opacity: 0; }
}
@-webkit-keyframes mvFade2 {
  0%   { opacity: 0; }
  56%  { opacity: 0; }
  66%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes mvFade2 {
  0%   { opacity: 0; }
  56%  { opacity: 0; }
  66%  { opacity: 1; }
  90%  { opacity: 1; }
  100% { opacity: 0; }
}

section.main ul li span {
    color: #fff;
    position: absolute;
}
section.main ul li span>.sp {
		display:none;
	}
section.main ul li:nth-child(1) span {
    font-size: 4vw;
    bottom: 10%;
    left: 0;
}
section.main ul li:nth-child(2) span {
	font-size:5vw;
    top: 90px;
}
section.main ul li:nth-child(3) span {
    font-size: 4.5vw;
    right: 1%;
    bottom: 1%;
}
section.index1 {
    /*padding: 0 5% 5%;*/
	padding:0 0 5%;
    position: relative;
    z-index: 1;
}
table.table {
    margin: 3% auto;
}
table.table tr {
    border: 1px solid #525252;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
table.table tr:first-child th, table.table tr:first-child td {
    background: #716e52;
}
table.table th {
    text-align: center;
    width: 25%;
    position: relative;
    padding: 10px 0;
    font-size: 20px;
    overflow: hidden;
    background: #fff;
    vertical-align: middle;
}
table.table th span {
    display: block;
    font-size: 60%;
}
table.table tr:first-child th::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    left: 0%;
    top: 50%;
    -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
            transform: rotate(18deg);
}
table.table tr:first-child th span, table.table tr:first-child td {
    color: #fff;
}
table.table tr:first-child th span:nth-child(1) {
    font-size: 70%;
    position: absolute;
    right: 5px;
    top: 5px;
}
table.table tr:first-child th span:nth-child(2) {
    font-size: 70%;
    position: absolute;
    left: 5px;
    bottom: 5px;
}
table.table td {
    padding: 10px 0;
    width: calc(75% / 7);
    text-align: center;
    border-left: 1px solid #525252;
    vertical-align: middle;
    font-size: 18px;
    background: #e6e4cf;
    font-weight: bold;
}
table.table td > span {
    display: block;
    font-size: 70%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    padding: 0 7px;
}
table.table td > span::before {
    content: "(";
    position: absolute;
    left: 2px;
    top: 0;
}
table.table td > span::after {
    content: ")";
    position: absolute;
    right: 2px;
    top: 0;
}
table.table tr:first-child td {
    border-left: 1px solid #fff;
}
ul.col3 {}
ul.col3 li {
    width: 32%;
    margin-bottom: 3%;
    position: relative;
}
ul.col3.wli2 li {
    padding-bottom: 60px;	
}
ul.col3.wli2 li .title3 img {
    display: block;
    margin: 0 auto 10px;
}
ul.col3.wli2 li p.link2 {
    position: absolute;
    bottom: 0;
    right: 0;
}
section.index2 {
    background: #ffffffba;
    padding: 3%;
}
div.i2in > p:first-child {
    width: 30%;
    float: left;
    margin: 0 3% 10px 0;
    max-width: 300px;
}
ul.limb3 > li {
    margin-bottom: 3%;
}
ul.col3i li {
    width: 30%;
    text-align: center;
    margin-bottom: 3%;
}
ul.col3i li img {
    width: 80%;
    margin: 0 auto;
    max-width: 200px;
}
ul.col3i li a {
    width: 100%;
}
section.index3 {
    background: #fff;
    padding-top: 3%;
}
ul.col4 li {
    width: calc(94% / 4);
    margin-bottom: 3%;
}
.skull {
    background: url(https://takebesinkyu.site/wp-content/uploads/2025/04/face.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    padding: 5% 0;
}
section.index4 {
    background: #e6e4cf url(https://takebesinkyu.site/wp-content/uploads/2025/04/race.webp)repeat-x top center / auto 6%;
    padding: 6% 0 5%;
}
ul.top-news li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #525252;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.top-news li a br {
    display: none;
}
ul.top-news li a span {
    display: inline-block;
    padding-right: 20px;
    font-size: 90%;
}
ul.top-news li a:hover {
    color: #096089;
}

/*------------------------------------*\
    アーカイブ
\*------------------------------------*/

section.page-head {
	background: #e6e4cf url(https://takebesinkyu.site/wp-content/uploads/2025/04/race.webp) repeat-x 0 88px / auto 40px;
    padding: 190px 0 5%;
}

section.page-head h1,section.page-head p.title {
    color: #0b5f8a;
    font-size: 45px;
    text-align: center;
    letter-spacing: 5px;
}
section.page-head p:nth-child(2) {
    color: #0b5f8a;
    text-align: center;
    font-size: 20px;
    padding-bottom: 70px;
    background: url(https://takebesinkyu.site/wp-content/uploads/2025/04/square2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100px;
}

ul.news {}
ul.news li {
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
    margin-bottom: 3%;
}
ul.news li:nth-child(even) {
    margin-right: 0;
}
ul.news li a {
    display: block;
    background: rgba(255,255,255,0.5);
    position: relative;
    font-size: 0;
    height: 100%;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.news li a:hover {
    background:#fff;
    -webkit-box-shadow: 0px 0px 7px #b1b0b0;
    box-shadow: 0px 0px 7px #b1b0b0;
}
ul.news li a > p {
    position: relative;
    width: 140px;
    left: -3%;
    top: -30px;
    display: inline-block;
    margin-right: -7%;
    vertical-align: top;
}
ul.news li a > p > span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    text-align: center;
    color: #fff;
}
ul.news li a > p > span span {
    display: block;
}
ul.news li a > div {
    display: inline-block;
    width: calc(107% - 140px);
    position: relative;
    padding: 38px 5% 3% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
ul.news li a > div h2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2%;
}
ul.news li a > div p:nth-child(2) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
ul.news li a > div p:last-child {
    margin-bottom: 0;
    font-size: 14px;
    text-align: right;
    color: #0b5f89;
}
section.singlep h1 {
    color: #0b5f89;
    font-size: 25px;
    font-weight: bold;
}
p.date {
    background: #e6e4cf;
    text-align: right;
    color: #0b5f89;
    padding-right: 5px;
}
nav.news-nav ul {
    font-size: 0;
    position: relative;
    margin: 10% auto 3%;
}
nav.news-nav li {
    display: inline-block;
    width: 50%;
}
nav.news-nav li:nth-child(2) {
    text-align: right;
}
nav.news-nav li a {
    display: inline-block;
    margin: 0 auto;
    font-weight: 500;
    padding: 10px 20px;
    background: #096089;
    letter-spacing: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    color:#fff;
}
nav.news-nav li a:hover {
    background: #e6e4cf;
    color: #096089;
}
nav.news-nav li:nth-child(3) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 200px;
    text-align: center;
    width: 28%;
}
nav.news-nav li:nth-child(3) a {
    display: block;
    padding: 10px 0;
}

div#fancybox-title {
    color: #fff;
}
nav.navigation.pagination {
    margin: 8% auto 0;
    text-align: center;
}
nav.navigation.pagination h2 {
    display: none;
}
.nav-links a,.nav-links span {
    background: #096089;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 8px;
    margin-right: 1%;
    margin-top: 10px;
    font-weight: bold;
}
.nav-links a:last-child, .nav-links span:last-child {
    margin-right: 0;
}
.nav-links a:hover {
    background: #e6e4cf;
    color: #096089;
}

.top_flow li img {
	height: 300px;
	object-fit:cover;
}


/*------------------------------------*\
    下層ページ
\*------------------------------------*/

.box1{
	background:rgba(255,255,255,0.5);
	padding: 5%;
	-webkit-box-shadow:0px 0px 5px #ddd;
	box-shadow:0px 0px 5px #ddd;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.box1.about_box {
	padding:85px 5%;
}
ul.tsuyomi li {
    width: 30%;
    margin-right: 5%;
    position: relative;
    padding-top: 5%;
}
ul.tsuyomi li:last-child {
    margin-right: 0;
}
ul.tsuyomi li::before,ul.funin li::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(https://takebesinkyu.site/wp-content/uploads/2025/04/square3.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    left: 0;
    top: 0;
    z-index: -1;
}
ul.tsuyomi li h2,ul.funin li h3 {
    text-align: center;
    margin-bottom: 3%;
    font-size: 20px;
    color: #736e52;
    font-weight: bold;
}
table.about {
    border-spacing: 0px 15px;
    border-collapse: separate;
}
table.about th {
    width: 250px;
    background: #e6e4cf;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 5px;
}
table.about td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    background: #ffffffba;
}
ul.sitemap {
    font-size: 0;
}
ul.sitemap > li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #0b5f89;
    margin-right: 2%;
}
ul.sitemap > li:nth-child(even) {
    margin-right: 0;
}
ul.sitemap > li:last-child,ul.sitemap > li:nth-last-child(2) {
    border-bottom: 1px solid #0b5f89;
}
ul.sitemap > li > a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 10px;
}
ul.sitemap > li > ul li a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px 10px;
}
ul.menu li {
    width: 32%;
    margin-right: 2%;
    background: rgba(255,255,255,0.5);
    padding: 2% 2% 1%;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    margin-bottom: 3%;
}
ul.menu li:nth-child(3n) {
    margin-right: 0;
}
ul.menu li h3 {
    font-size: 20px;
    position: relative;
    margin-bottom: 3%;
}
ul.menu li h3::before {
    content: "";
    background: url(https://takebesinkyu.site/wp-content/uploads/2025/04/pin.png);
    width: 20px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}
ul.menu li h3 span {
    display: inline-block;
    color: #736e52;
    font-size: 80%;
}
table.price {
    border-collapse: separate;
    border-spacing: 0 3px;
}
table.price th {
    background: #0b5f89;
    color: #fff;
    width: 100px;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
table.price td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
    background: #e6e4cf;
}
.dl_box{
	border-bottom: 2px dashed #d4e5fb;
	padding-bottom: 3%;
	margin: 3% 0;
}
.dl_box dt{
	font-size:120%;
	font-weight:bold;
	color:#096188;
}

ul.contact {
    font-size: 0;
    text-align: center;
}
ul.contact li {
    display: inline-block;
    width: calc(94% / 3);
    margin: 0 1% 1%;
    max-width: 200px;
    border-radius: 10px;
    overflow: hidden;
}
ul.contact li.keiro {
    display:none;
}
ul.contact li a {
    display: block;
    background: #096089;
    padding: 13px 0;
}
ul.contact li:nth-child(2) a {
    background: #736e52;
}
ul.contact li:nth-child(3) a {
    background: #00b901;
}
ul.contact li a img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    margin-right: 5px;
}
ul.contact li a span {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin-right: 3px;
}
ul.contact li a:hover {
    opacity: 0.8;
}

section.form {
    max-width: 900px;
    margin: 0 auto;
}
section.form table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
section.form table th {
    background: #e6e4cf;
    vertical-align: top;
    width: 230px;
    padding: 20px 0;
}
section.form table th p {
    color: #09608a;
    text-align: center;
}
section.form table th span {
    color: #d37171;
    font-size: 14px;
    padding-left: 5px;
}
section.form table td {
    padding: 10px 20px 0 20px;
    background: #ffffffba;
}
section.form table td span.rei {
    display: block;
    margin-top: 3px;
    font-size: 14px;
}
section.form table td span.wpcf7-list-item {
    margin: 0 1em 0 0;
    line-height: 28px;
    letter-spacing: 1px;
}
section.form table td span.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
    line-height: normal;
}
section.form table td span.wpcf7-form-control-wrap {
    display: block;
}
section.form table td span.wpcf7-form-control {
    padding: 10px 0;
    display: block;
}
section.form table td input.wpcf7-text, section.form table td textarea.wpcf7-textarea {
    border: 1px solid #b6b6b6;
    background: #f5f5f5;
}
section.form table td input.wpcf7-text {
    width: 80%;
    max-width: 400px;
    height: 35px;
}
section.form table td textarea.wpcf7-textarea {
    width: 100%;
}
section.form p span.wpcf7-spinner {
    vertical-align: sub;
}
section.form p input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 30px;
    background: #e6e4cf;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 18px;
    margin-top: 5%;
    margin-left: 72px;
    color: #525252;
    font-family: 'Kiwi Maru', serif;
}
section.form p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #0b5f89;
    color: #fff;
}
section.form form > p {
    text-align: center;
}

ul.qa {
}
ul.qa li {
    margin-bottom: 2%;
    background: #e6e4cf;
    overflow: hidden;
}
ul.qa li input {
    display: none;
}
label.qa-btn {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 25px 20px 25px 60px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
label.qa-btn span {
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 200%;
    font-weight: bold;
    color: #fbf823;
}
label.qa-btn:hover {
    background: #0b5f89;
    color: #fff;
}
ul.qa li input:checked ~ label.qa-btn {
    background: #0b5f89;
    color: #fff;
}
.show-a {
    width: 100%;
    padding: 0 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-sizing: border-box;
    background: #fff;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.show-a p {
    position: relative;
}
.show-a p:first-child span:first-child {
    width: 45px;
    display: inline-block;
}
.show-a span:first-child img {
    width: 35px;
    position: absolute;
    top: -15px;
}
.show-a a {
	display:inline-block;
}
ul.qa li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    padding: 30px 20px 20px;
    overflow: visible;
}

ul.col3c {}
ul.col3c li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}
ul.col3c li:nth-child(3n) {
    margin-right: 0;
}
ul.col3c li a {
    display: block;
    overflow: hidden;
    padding-top: 30px;
}
ul.col3c li > p,ul.col3c li a > br {
    display: none;
}
ul.col3c li a h2 {
    background: #0b5f89;
    position: relative;
    color: #fff;
    padding: 10px 25px;
    overflow-x: clip;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-size: 20px;
}
ul.col3c li a h2::before {
    content: "";
    border-right: 12px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 12px solid transparent;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.col3c li a h2::after {
    content: "";
    border-right: 12px solid transparent;
    border-top: 15px solid #fff;
    border-left: 12px solid transparent;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.col3c li a h2 span {
    position: absolute;
    color: #0b5f89;
    left: 0;
    top: -30px;
    font-weight: bold;
    font-size: 20px;
}
ul.col3c li a > p {
    margin: 0;
    border: 2px solid #0b5f89;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}
ul.col3c li a > p::before {
    content:"";
    width: 100%;
    padding-top: 70%;
    display: block;
}
ul.col3c li a > p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    position: absolute;
}
ul.col3c li a:hover h2 {
    background: #e6e4cf;
    color: #096089;
}
ul.col3c li a:hover > p {
    border:2px solid #e6e4cf;
}
ul.col2 {}
ul.col2 > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}
ul.col2 > li:nth-child(even) {
    margin-right: 0;
}

table.cause {
    margin: 3% auto;
    border-collapse: separate;
    border-spacing: 5px;
}
table.cause th {
    width: 300px;
    padding: 10px 0;
    text-align: center;
    background: #e6e4cf;
    font-weight: bold;
    letter-spacing: 1px;
}
table.cause tr:first-child th,table.cause tr:first-child td {
    background: #096089;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
table.cause td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    padding: 10px;
}
table.cause td.td2:nth-of-type(1) {
    background: #FCFFD8;
    width: 200px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
ul.lic {
	margin:0 auto 3%;
}
ul.lic li {
    position: relative;
    padding-left: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 28px;
}
ul.lic li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 3px solid #096089;
  border-bottom: 3px solid #096089;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

ul.funin {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3% auto;
}
ul.funin li {
    width: 30%;
    position: relative;
    margin-right: 5%;
    padding: 5% 2% 3%;
}
ul.funin li:nth-child(3n),ul.funin li:last-child {
    margin-right: 0;
}

/*------------
 * 施術メニュー
 * ------------*/
.menu-box {
	position:relative;
	z-index:1;
}
.menu-box:before {
	content:"";
	display:block;
	width:300px;
	height:100%;
	position:absolute;
	bottom:0;
	right:40px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:.25;
	z-index:-1;
}
.menu-box.denki:before {
	background-image:url(https://takebesinkyu.site/wp-content/uploads/2025/04/menu-1.jpeg);
}
.menu-box.keiraku:before {
	background-image:url(https://takebesinkyu.site/wp-content/uploads/2025/04/menu-2.jpeg);
}
.title10 {
	text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: #0b5f89 3px solid;
    padding: 7px 0;
    background: #fff;
    color: #0b5f89;
}
.title10 span {
    color: #0b5f89;
	font-weight: bold;
}
.width p.txt_c {
	text-align:center;
}
.txt_navy {
	color:#0b5f89;
}
.bo {
	font-weight:bold;
}
.table1 {
	border-top: #333 6px double;
}
.table1 tr {
	border-bottom: #333 6px double;
}
.table1 th,
.table1 td {
	padding:20px 0 20px 20px;
}
.table1 th {
	vertical-align:middle;
	color:#0b5f89;
	font-weight:bold;
	font-size:20px;
	width:30%;
}
.table1 th .ib {
	color:#0b5f89;
	font-weight:bold;
	font-size:20px;
}
.parking-img {
	display:flex;
	justify-content:space-between;
}
.parking-img p {
	width:48%;
}
.gallery-img {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.gallery-img p {
	width:33%;
}











@media screen and (max-width: 1000px) {
.width {
	width:90%;
}
.width p, .h_p {
	font-size:15.5px;
	margin-bottom:8px;
	line-height: 27px;
}

/*------------------------------------*\
    ヘッダー＆フッダー
\*------------------------------------*/

header.top {
    position: absolute;
}
header.top hgroup p a {
    font-size: 25px;
    padding: 10px;
}
nav.menu {
    display: none;
}
.menur {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
}
nav.nav1 {
    display: block;
}
.r-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 90;
    background-color: #096089;
}
.r-btn span,
.r-btn span:before,
.r-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.r-btn span:before {
    bottom: 8px;
}
.r-btn span:after {
    top: 8px;
}
#label1:checked ~ .r-btn span {
    background-color: #fff0;
}
#label1:checked ~ .r-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
	background-color: #fff;
}
#label1:checked ~ .r-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
	background-color: #fff;
}
#label1 {
    display: none;
}
.hidden_box {height: 0;}
.hidden_box .hidden_show {
    padding: 20px 10px 30px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: left;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 35%);
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 35%);
    max-height: 100vh;
}
.hidden_show > p {
	text-align: center;
	width: calc(100% - 70px);
	margin-bottom: 10px;
}
.hidden_show > p a {
	display: block;
	font-size: 30px;
}
.hidden_show > p a span {
	display: block;
	font-size: 45%;
	letter-spacing: 2px;
}
.hidden_show ul.nav1-a {
    padding: 0;
    width: calc(100% - 70px);
}
.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
    margin: 0 auto;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    overflow: scroll;
    background: #e6e4cf;
    display: block;
}
.hidden_box input:checked ~ .hidden_show ul.nav1-a {
	opacity: 1;
}
.hidden_show ul.nav1-a > li > a{
	display: block;
	padding: 10px;
	border-top: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
}
.hidden_show ul.nav1-a > li:last-child{
	border-bottom: 1px solid #fff;
}
.hidden_show ul.nav1-a > li > a:hover {
	color:#096089;
}
ul.tocontact li {
    width: 80px;
}
	ul.tocontact li a img.book {
		display: none;
	}
ul.tocontact li a .tub {
    display:block;
}

p.name {
    font-size: 30px;
}
section.footer div.width > p:nth-child(2) {
    font-size: 14px;
}
ul.foot-sitemap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 3%;
    text-align: center;
}
.h_keiro {
	right:90px;
	position:fixed;
}


/*------------------------------------*\
    トップページ
\*------------------------------------*/

.title1 {
    font-size: 30px!important;
}
.title2 {
    font-size: 17px;
}
.title3 {
    font-size: 17px;
    margin-bottom: 5px;
}
.title4,.title5 {
    font-size: 33px;
}
.title6,.title7 {
    font-size: 23px;
}
.title8 {
    font-size: 38px;
}
.title9 {
    font-size: 19px;
}
.title9::before {
    width: 30px;
    height: 30px;
    top: -35px;
}

p.link1 a {
    padding: 10px 15px 10px 90px;
    font-size: 15px;
}
p.link1 a::after {
    width: 50px;
}
p.link2 a {
    font-size: 15px;
    padding: 10px 0 10px 50px;
    letter-spacing: 0;
}
p.link2 a::before {
    width: 39px;
}
p.link3 a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

table.table th {
    font-size: 18px;
}
table.table td {
    font-size: 17px;
}

ul.col3i li {
    width: 32%;
    margin-right: 2%;
}
ul.col3i li p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0;
}
ul.col4 li {
    width: 48%;
    margin-right: 4%;
}
ul.col4 li:nth-child(even) {
    margin-right: 0;
}

section.main ul {
    height: 500px;
    max-height: 80vh;
}
	section.main ul li span>.sp {
		display:block;
	}
section.main ul li:nth-child(1) span {
    font-size: 5vw;
}
section.main ul li:nth-child(2) span {
    font-size: 7vw;
}
section.main ul li:nth-child(3) span {
    font-size: 6vw;
}
.index3in {
    background-size: auto 120%;
}
.index3in div.width {
    padding: 3% 5%;
    position: relative;
    background: #ffffffb5;
    width: 100%;
}
ul.linkli li a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    font-size: 15px;
}
ul.col3.wli2 li .title3 img {
	margin-bottom: 8px;
}
/*------------------------------------*\
    アーカイブ
\*------------------------------------*/

section.page-head {
    background: #e6e4cf url(https://takebesinkyu.site/wp-content/uploads/2025/04/race.webp) repeat-x 0 79px / auto 30px;
    padding: 140px 0 5%;
}
section.page-head h1, section.page-head p.title {
    font-size: 40px;
}
section.page-head p:nth-child(2) {
    font-size: 18px;
    padding-bottom: 45px;
    background-size: 80px;
}

ul.news li a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
ul.news li a > p {
    width: 120px;
    top: -15px;
    margin-right: -10%;
}
ul.news li a > p > span {
    font-size: 14px;
    line-height: normal;
}
ul.news li a > div {
    width: calc(110% - 120px);
    padding: 41px 5% 3% 0;
}
ul.news li a > div h2 {
    font-size: 18px;
}
ul.news li a > div p:nth-child(2) {
    line-height: normal;
}
section.singlep h1 {
    font-size: 23px;
}
nav.news-nav li a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    letter-spacing: 1px;
}




/*------------------------------------*\
    下層ページ
\*------------------------------------*/
	
	.box1.about_box {
		padding:5%;
	}

ul.tsuyomi li h2, ul.funin li h3 {
    font-size: 18px;
}
table.about th {
    width: 200px;
    padding: 15px 0;
}
table.about td {
    padding: 15px;
}
ul.menu li h3 {
    font-size: 18px;
}
ul.menu li h3::before {
    width: 17px;
    height: 21px;
}
table.price th {
    width: 80px;
}

section.form table th {
    padding: 15px 0;
    width: 200px;
}
section.form table td {
    padding: 5px 10px 0 10px;
}
section.form table td span.wpcf7-form-control {
    padding: 5px 0;
}
section.form p input.wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

label.qa-btn {
    padding: 20px 15px 20px 55px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    font-size: 20px;
}
label.qa-btn span {
    left: 15px;
    top: 0px;
}
.show-a {
    padding: 0 15px;
}
ul.qa li input:checked ~ .show-a {
    padding: 20px 15px 10px;
}
.show-a p:first-child span:first-child {
    width: 35px;
}
.show-a span:first-child img {
    width: 30px;
    top: -10px;
}

ul.col3c li a h2 {
    font-size: 18px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
ul.col3c li a > p {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

table.cause th {
    width: 250px;
}
table.cause tr:first-child th, table.cause tr:first-child td {
    font-size: 18px;
}
table.cause td {
    font-size: 15px;
}
table.cause td.td2:nth-of-type(1) {
    width: 170px;
}

ul.lic li {
    font-size: 15px;
    line-height: 27px;
}

ul.funin li {
    width: 32%;
    margin-right: 2%;
}	






















}


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

.width {
	width:96%;
}
.width p, .h_p {
	font-size:15px;
	letter-spacing:0.5px;
	margin-bottom:5px;
	line-height: 25px;
}
.float p.floatr, .float p.floatl, img.floatr {
	float:unset;
	width:100%;
	margin:0 auto 10px;
}



/*------------------------------------*\
    ヘッダー＆フッダー
\*------------------------------------*/

.hidden_box .hidden_show {
    max-height: calc(100vh - 45px);
    padding: 20px 10px 50px;
}
ul.tocontact {
    width: 100%;
    left: 0;
    bottom: 0;
    border-top: 3px solid #fff;
}
ul.tocontact li {
    width: calc(100% / 3);
    margin: 0;
}
	ul.tocontact li.keiro {
	display:block;
}
ul.tocontact li a {
    border-radius: 0;
    padding: 12px 0;
}
ul.tocontact li a:hover {
    opacity: 1;
}
ul.tocontact li a img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
ul.tocontact li a .tub {
    display:none;
}
	
	
.top-map img {
	width: 100%;
	margin: 0 auto;
	max-width: 400px;
}
.top-map iframe {
	width: 100%;
	height: 300px;
}
p.name {
    font-size: 30px;
    width: 100%;
    margin: 8% auto 3%;
}
section.footer div.width > p:nth-child(2) {
	width: 100%;
	margin: 0 auto 5%;
}
section.footer div.width > p:nth-child(2) > span {
    padding: 1% 2%;
}
ul.foot-sitemap {
    width: 100%;
    padding: 0;
}
footer#colophon {
    padding: 10px 0 60px;
    font-size: 12px;
}
.h_keiro {
	display:none;
}


/*------------------------------------*\
    トップページ
\*------------------------------------*/

.title1 {
    font-size: 23px!important;
}
.title1 img {
    top: -30%;
    width: 80%;
    max-width: 450px;
}
.title2 {
    font-size: 16px;
}
.title3 {
    font-size: 16px;
    margin-bottom: 3px;
}
.title4,.title5 {
    font-size: 23px;
    padding: 5px 7%;
    letter-spacing: 1.5px;
}
.title6,.title7 {
    font-size: 18px;
}
.title8 {
    font-size: 27px;
}

section.main ul {
    height: auto;
    max-height: unset;
}
section.main ul li {
    width: 100%;
    height: 130px;
}
section.main ul li:nth-child(1) {height: 200px;}
section.main ul li:nth-child(1) span {
    font-size: 7vw;
    bottom: 0;
}
section.main ul li:nth-child(2) span {
    font-size: 7vw;
    top: 0;
    right: 1%;
}
section.main ul li:nth-child(3) span {
    font-size: 7vw;
    left: 1%;
    top: 0;
}

section.index1 {
    padding: 0 0 5%;
}
table.table th {
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 5px;
}
table.table td > span::before,table.table td > span::after {
    display: none;
}
table.table td > span span {
    display: block;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    margin: 0 auto;
}
p.link1 a {
    font-size: 14px;
    padding: 10px 15px 10px 25px;
}
p.link1 a::before {
    left: 10px;
}
p.link1 a::after {
    display: none;
}
ul.col3 li {
    width: 100%;
    margin: 0 auto 3%;
}
ul.col3.wli2 li {
    padding-bottom: 0px;	
}
ul.col3.wli2 li .title3 img {
	margin-bottom: 5px;
}
ul.col3.wli2 li p.link2 {
    position: unset;
}
ul.col3i li,ul.col3i li:nth-child(3n) {
    width: 48.5%;
    margin-right: 3%;
}
ul.col3i li:nth-child(even) {
    margin-right: 0;
}
section.index2 h3.title3 {
    font-size: 14.7px;
}
.index3in {
    background-size: cover;
}
section.index4 {
    padding: 10% 0 5%;
}
ul.list1 li {
    font-size: 15px;
    line-height: 25px;
}
ul.linkli li {
    width: 32%;
    margin-right: 2%;
}
ul.linkli li a {
    font-size: 13px;
}
ul.top-news li a {
    padding: 10px;
    font-size: 15px;
}
ul.top-news li a br {
    display: block;
}



/*------------------------------------*\
    アーカイブ
\*------------------------------------*/


section.page-head h1, section.page-head p.title {
    font-size: 30px;
    letter-spacing: 2px;
}
section.page-head p:nth-child(2) {
    font-size: 20px;
    background-size: 60px;
    padding-bottom: 35px;
}

ul.news li {
    width: 100%;
    margin: 0 auto 3%;
}
ul.news li a > p {
    width: 100px;
    left: -2%;
    margin-right: -3%;
}
ul.news li a > div {
    width: calc(103% - 100px);
    padding: 30px 5% 3% 0;
}
ul.news li a > div p:last-child {
    font-size: 12px;
}
section.singlep h1 {
    font-size: 20px;
}
p.date {
    font-size: 14px;
}
nav.news-nav li a {
    font-size: 14px;
}






/*------------------------------------*\
    下層ページ
\*------------------------------------*/

ul.tsuyomi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul.tsuyomi li {
    width: 47%;
    margin-right: 6%;
}
ul.tsuyomi li:nth-child(even),ul.tsuyomi li:last-child {
    margin-right: 0;
}
ul.tsuyomi li:last-child {
    width: 52%;
}
ul.tsuyomi li h2, ul.funin li h3 {
    font-size: 16px;
}
ul.tsuyomi li p {
    font-size: 14px;
}
table.about {
    border-collapse: collapse;
    border-spacing: 0;
}
table.about th {
    display: block;
    width: 100%;
}
table.about td {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: normal;
}
ul.menu li,ul.menu li:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
}
ul.menu li:nth-child(even) {
    margin-right: 0;
}
ul.menu li h3 {
    font-size: 15px;
}
ul.menu li h3::before {
    height: 18px;
    margin-right: 3px;
}
table.price th {
    font-size: 15px;
    width: 65px;
}
table.price td {
    font-size: 14px;
    padding: 5px;
}
dl.dl_box dt {
    font-size: 18px;
}
dl.dl_box dd {
    font-size: 14px;
}

ul.contact li {
    max-width: 160px;
}
ul.contact li a {
    padding: 8px 0 13px;
}
ul.contact li a img {
    width: 17px;
}
ul.contact li a span {
    font-size: 13px;
}

section.form table {
    border-collapse: collapse;
    border-spacing: 0;
}
section.form table th {
    display: block;
    width: 100%;
    padding: 10px 0 7px;
}
section.form table td {
    padding: 5px;
    width: 100%;
    display: block;
}
section.form table td span.wpcf7-list-item span {
    font-size: 15px;
    letter-spacing: 0.5px;
}
section.form table td span.wpcf7-form-control {
    padding: 0;
}
section.form table td input.wpcf7-text {
    width: 100%;
}

label.qa-btn {
    padding: 15px 10px 15px 45px;
    font-size: 18px;
}
label.qa-btn span {
    left: 10px;
    top: -3px;
}
.show-a {
    padding: 0 10px;
}
ul.qa li input:checked ~ .show-a {
    padding: 15px 10px 5px;
}
.show-a p:first-child span:first-child {
    width: 30px;
}
.show-a span:first-child img {
    width: 25px;
    top: -8px;
}

ul.col3c li,ul.col3c li:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
}
ul.col3c li:nth-child(even) {
    margin-right: 0;
}
ul.col3c li a {
    padding-top: 25px;
}
ul.col3c li a h2 {
    font-size: 16px;
    padding: 5px 25px;
}
ul.col3c li a h2 span {
    font-size: 18px;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
}
ul.col3c li a h2::before {
    left: 4px;
}
ul.col3c li a h2::after {
    right:4px;
}

ul.col2 > li {
    width: 100%;
    margin: 0 auto 3%;
}
table.cause {
    border-collapse: collapse;
    border-spacing: 0;
}
table.cause tr:first-child {
    display: none;
}
table.cause tr {
    display: block;
}
table.cause th {
    display: block;
    width: 100%;
    background: #096089;
    color: #fff;
}
table.cause td,table.cause td.td2:nth-of-type(1) {
    display: block;
    width: 100%;
}

ul.lic li {
    padding-left: 1.1rem;
	font-size: 14px;
    line-height: 25px;
}

ul.funin li, ul.funin li:nth-child(3n) {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 3%;
}
ul.funin li:nth-child(even) {
    margin-right: 0;
}
ul.funin li:last-child {
    margin-top: -3%;
}
.gallery-img p {
	width:48%;
}
	.menu-box:before {
		width: 90%;
		height: 100%;
		top:calc(50% - 50%);
		bottom: unset;
		right:unset;
		left:calc(50% - 45%);
	}
	.title10 {
		font-size:17px;
	}
	.table1 th, .table1 td {
		display:block;
		width:100%;
		padding: 10px;
	}
	section.main ul li span>.sp {
		display:none;
	}


}

/*-----
 * 25.05.13　追記
 * -------*/
ul.menu li p>img {
	height:250px;
	object-fit:cover;
}
@media screen and (max-width:1000px) {
	ul.menu li p>img {
	height:150px;
}
}
/*--------
 * 25.05.14 追記
 * ---------*/
.gallery {
	display:flex;
	justify-content:space-between;
}
.gallery li {
	width:48%;
}
.bbig>a {
	font-weight:bold;
	color: #096089;
}
.bbig>a:hover {
	opacity:0.8;
}
@media screen and (max-width:700px) {
	.gallery {
		flex-direction:column;
	}
	.gallery li {
		width:100%;
		margin-bottom:3%;
	}
}

/*---------------
 * 25.06.25 DC追記
 * ---------------*/
.ttl1 {
	padding:10px;
	background: #0b5f8a;
    font-size: 24px;
	font-weight:bold;
	color:#fff;
	margin: 2% 0 3%;
}
.ttl1.sp {
	white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
.ttl2 {
	padding:10px;
	border-bottom: #0b5f8a 2px solid;
	font-size:20px;
	color: #0b5f8a;
	font-weight:bold;
	margin: 1.5% 0 2%;
}
.list1 li {
	margin: 3% 0;
}
.float .w35 {
	width:35% !important;
}
.btn1 {
	margin:3% auto;
}
.btn1 a {
	display:block;
	margin:0 auto;
	padding: 10px 0;
	width:200px;
	background: #fff;
	border:#0b5f8a 1px solid;
	font-size:18px;
	color:#0b5f8a;
	font-weight:bold;
	text-align:center;
	transition:all .3s;
}
.btn1 a:hover {
	background: #0b5f8a;
	border:#0b5f8a 1px solid;
	color:#fff;
}
.read_txt {
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (max-width:700px) {
	.ttl1 {
		font-size:20px;
	}
	.float .w35 {
		width:100% !important;
	}
}
/*-------------------
25.11.06 DC追記
----------------------*/
.dc_ttl1 {
    color: #096089;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 2%;
}
.dc_list1 {
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 10px;
}
.dc_list1 li {
    border-bottom: #096089 dashed 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.dc_list1 a {
    text-decoration: none;
    color: #000;
    transition: all .3s;
}
.dc_list1 a:hover {
    opacity: .8;
}
.dc_ttl2 {
    padding: 0;
    margin: 5px 0;
    border: none;
    white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
    color: #096089;
}
.dc_read_txt {
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
    line-height: normal;
    margin: 0;
}
.dc_column_link {
    text-align: right !important;
}
.dc_column_link a {
    text-decoration: none;
    color: #000;
    transition: all .3s;
}
.dc_column_link a:hover {
    color: #096089;
    opacity: .8;
}
/*------------------
25.12.11 DC追記
---------------------*/
.bnr_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bnr_list li {
    width: 48%;
    margin-bottom: 2%;
    border: 7px solid #716e52;
    border-top: 7px solid #cac594;
    border-left: 7px solid #cac594;
}
.bnr_list li:hover {
    opacity: 0.8;
}
.bnr_list li a,
.bnr_list li a img {
    display: block;
}
.bg_white {
    background: #ffffffba;
    padding: 20px;
}
@media screen and (max-width:700px) {
    .bnr_list li {
        width: 100%;
        margin-bottom: 2%;
    }
}
/*----------------------
25.12.15 DC追記
-----------------------*/
.bg_gray {
    padding: 10px;
    background-color: #ffffffde;
    border: #096088 5px double;
}
.attention_txt {
    font-weight: bold !important;
    font-size: 120% !important;
    color: crimson;
}
.list2 {
    list-style: inside;
}
.list2 li {
    margin-bottom: 0;
    font-size: 14px;
}
.voice_slider li {
	position:relative;
	padding:15px;
	border-radius:15px;
	background: #e6e4cf;
	height: 340px;
	margin:0 10px;
	overflow-y: scroll;
}
.mun {
	display:flex;
	background:#716e52;
	font-size:38px !important;
	line-height:1;
	color:#fff;
	width:60px;
	height:60px;
	border-radius:60px;
	justify-content:center;
	align-items:center;
}
.ttl3 {
	font-size:18px;
	color:#716e52;
	margin-bottom:10px;
}
.slick-prev, .slick-next {
    bottom: -75px !important;
	top:unset !important;
	right:unset !important;
	left:0 !important;
	width:40px !important;
	height:40px !important;
}
.slick-next {
	left: 55px !important;
}
.slick-prev:before, .slick-next:before {
	color:#716e52 !important;
	font-size:40px !important;
	display:block !important;
	opacity:1 !important;
}
.mb75 {
	margin-bottom:75px;
}