/*
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+Sans+JP:wght@400&family=Noto+Serif+JP:wght@400;600&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;
}

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

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clear:after, ul.txt-img1 li: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;  
}
*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
a{
	text-decoration:none;
	color:#655c51;
}
a:hover {
	color: #f9bd00;
}
body {
	overflow:hidden;
	background:#fff;
}
div, a, p, h1, h2, h3, h4, h5, h6, span, th, td, li, time, footer, button, label, strong, em, b{
	color: #655c51;
	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;
}
section[class^="index_"]{
}
.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
p{
	margin-bottom:10px;
	letter-spacing:1px;	
}
section a, section span, section b, section strong {
	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.yb {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #FFFAC6));
    background: -o-linear-gradient(transparent 60%, #FFFAC6 0%);
    background: linear-gradient(transparent 60%, #FFFAC6 0%);
}
.orange {
	color:#f9bd00!important;
}

section.loop {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    width: 100%;
    background: #f4efee;
    padding: 3% 0;
}
section.loop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 500%;
    margin: 0;
    padding: 0;
}
section.loop ul:first-child {
    -webkit-animation: loop 50s -25s linear infinite;
    animation: loop 50s -25s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
section.loop ul + ul {
    -webkit-animation: loop2 50s  linear infinite;
    animation: loop2 50s linear infinite;
}
section.loop:hover ul{
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}
section.loop ul li {
	display: inline-block;
	width: calc(100vw / 3);
	list-style: none;
	text-align: center;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 30px solid #ffffff00;
}


@-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);
	}
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.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);
}

ul[class^="col2_"] > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}
ul[class^="col3_"] > li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 3%;
}
ul[class^="col2_"] > li:nth-child(even), ul[class^="col3_"] > li:nth-child(3n){
    margin-right: 0;
}

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

header.top {}
.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.menu > div.logo {
    /* width: 200px; */
}
.menu > div.logo a {
	display: block;
	padding: 10px;
	text-align: center;
}
.menu > div.logo span:nth-child(1) {
	display: block;
}
.menu > div.logo span:nth-child(2) {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
.menu > div.logo a:hover span {
	color:#f9bd00;
}
.menu > div.tel a {
	display: block;
	padding: 0 10px;
}
.menu > div.tel a img {
    display: inline-block;
    width: 60px;
    margin-right: 5px;
    vertical-align: middle;
}
.menu > div.tel a span {
    display: inline-block;
    font-weight: bold;
    font-size: 60px;
    vertical-align: middle;
}
.menu > div.tel a:hover span {
	color:#f9bd00;
}
.menu nav {
	width: 100%;
	text-align: center;
	background: #655c51;
}
.menu li {
    display: inline-block;
}
.menu li a {
    display: block;
    padding: 28px 20px;
	color:#fff;
}
.menu li a:hover {
    color: #fec200;
}
.menur, ul.cta1 {
    display: none;
}

ul.cta2 {
    text-align: center;
}
ul.cta2 li {
    width: 48%;
}
ul.cta2 li a {
    display: block;
    background: #655c51;
    color: #fff;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 20px;
}
ul.cta2 li a:hover {
    background: #f9bd00;
    color: #655c51;
}
ul.cta3 {
    margin: 3% auto;
}
ul.cta3 li {
    width: 48%;
}
ul.cta3 li a {
    display: block;
}
ul.cta3 li a:hover {
    opacity: 0.8;
}

p.bunner a {
    display: block;
    border: 2px solid #655c51;
    border-radius: 10px;
    overflow: hidden;
}
p.bunner1 a {
    display: block;
}
p.bunner a:hover, p.bunner1 a:hover {
	opacity:0.8;
}

p.f-logo {
    text-align: center;
    margin-bottom: 3%;
}
p.f-logo img {
    display: inline-block;
    height: 130px;
    width: auto;
}
ul.sitemap {
    margin: 3% auto;
    text-align: center;
}
ul.sitemap li {
    display: inline-block;
}
ul.sitemap li a {
    display: block;
    padding: 10px;
}
.access iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
    display: block;
}
footer#colophon {
    background: #655c51;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}



.ttl1 {
    margin: 5% auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #fff;
    padding: 15px 30px 30px;
    font-size: 40px;
    font-weight: bold;
    border: 2px solid #655c51;
    position: relative;
    min-width: 800px;
    text-align: center;
}
.ttl1 br {display:none;}
.ttl1 span {
    display: block;
    font-size: 18px;
    position: absolute;
	bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    background: #655c51;
    color: #fff;
    padding: 8px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50px;
    white-space: nowrap;
}
.ttl2 {
    margin: 8% auto 3%;
    font-size: 33px;
    font-weight: bold;
}
.ttl2 span {
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #f9bd00;
}
.ttl3 {
    font-size: 23px;
    position: relative;
    margin-bottom: 13px;
    z-index: 1;
    font-weight: bold;
}
.ttl3 span {
    position: absolute;
    font-size: 130px;
    top: -70px;
    color: #fec200;
    z-index: -1;
    left: 0;
}
.ttl3a {
    font-size: 23px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    font-weight: bold;
    padding-left: 80px;
}
.ttl3a span {
	display:block;
	color: #f9bd00;
	font-size: 70%;
}
.ttl3a img {
	position: absolute;
	width: 70px;
	left: 0;
	top: 0;
}
.ttl4 {
    text-align: center;
    font-size: 40px;
    margin: 8% auto 3%;
}
.ttl4 span {
    color: #fec200;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.ttl4 span.t4b {
    display: block;
    font-size: 16px;
    background: #655c51;
    width: fit-content;
    margin: 10px auto 0;
    min-width: 600px;
    padding: 10px 30px;
    border-radius: 50px;
}
.ttl5 {
    font-size: 33px;
    margin: 8% auto 3%;
    font-weight: bold;
}
.ttl5 span {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.ttl6 {
    text-align: center;
    color: #fec200;
    position: relative;
    font-size: 170px;
    line-height: 200px;
    z-index: -1;
}
.ttl6 span {
    position: absolute;
    font-size: 18px;
    bottom: -20px;
    height: fit-content;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: bold;
}
.ttl7 {
    font-size: 20px;
    margin: 3% auto 10px;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 3px;
}
.ttl8 {
    background: #fec200;
    padding: 5px;
    font-size: 30px;
    letter-spacing: 1px;
}
.ttl8 span {
    display: inline-block;
    font-size: 60%;
    color: #fff;
}
.ttl10 {
	font-size: 33px;
    margin: 8% auto 3%;
    font-weight: bold;
}
.ttl10 span.first {
	font-size:140%;
	font-weight:bold;
	color:#fec200;
}
.ttl10 span {
	font-weight:bold;
}

p.link1 a {
    display: block;
    margin: 0 auto;
    text-align: center;
    background: #665c51;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 300px;
    border-radius: 50px;
    padding: 15px 0;
    position: relative;
}
p.link1 a::before {
    content:"";
    height: 1px;
    width: 50px;
    background: #fec200;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -25px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
p.link1 a:hover {
    background: #fec200;
}
p.link1 a:hover::before {
    width: 0px;
}

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

section.index1 > p:last-child {
    position: relative;
    z-index: -1;
    margin-top: -3%;
}
ul.txt-img1 {}
ul.txt-img1 li {
    background: #f4efed;
    padding: 3% 3% 2%;
    border-radius: 10px;
    margin-bottom: 3%;
}
ul.txt-img1 li > p:first-child {
    width: 40%;
    float: right;
    margin: 0 0 10px 3%;
}
ul.txt-img2 {}
ul.txt-img2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.txt-img2 li div {
    width: 48%;
    background: #f3efec;
    padding: 3%;
    border-radius: 10px;
}
ul.txt-img2 li:nth-child(even) div {
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
}
ul.txt-img2 li div p {
    position: relative;
    z-index: 1;
}
ul.txt-img2 li div p:last-child {
    margin-bottom: 0;
}
ul.txt-img2 li > p {
    width: 48%;
    margin: 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
ul.txt-img2 li > p img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}
.message {
    margin: 8% auto;
    border: 3px solid #655c51;
    padding: 3%;
}

section.back-list {
    background: url(https://motoyama-seitai.site/wp-content/uploads/2025/03/back3-scaled.webp)no-repeat center / cover;
    padding: 3% 0;
}
section.back-list ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.back-list ul li {
    width: 48%;
    margin-bottom: 3%;
    background: #fff;
    padding: 20px;
    font-size: 18px;
}
ul.step {
}
ul.step li {
    width: 32%;
}
section.backimg-box {
    margin: 8% auto;
    background: url(https://motoyama-seitai.site/wp-content/uploads/2025/04/in2.webp)no-repeat center / cover;
    padding: 5% 0;
}
section.backimg-box div.width {
    background: #ffffffed;
    padding: 3%;
}
.list9 li {
	padding:10px;
	margin-bottom:2%;
	border-bottom: #999 dotted 4px;
}
.list9 li a {
	transition:all .3s;
}
.list9 li a:hover h3{
	color:#fec200;
}
.list9 li a h3{
	font-size:18px;
	font-weight:700;
	white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
.list9 li a h3 span {
	font-size:18px;
	font-weight:700;
	margin-right:15px;
}


/*------------------------------------*\
    アーカイブ00
\*------------------------------------*/
.single_content {
	display:flex;
	justify-content:space-between;
}
.single_main {
	width:70%;
}
.single_side {
	width:25%;
}
.nav-single {
	display:flex;
	justify-content:space-between;
	width:90%;
	margin:0 auto;
}
.nav-previous a,
.nav-next a {
	color:#fff;
	padding:10px 20px;
	text-align: center;
    background: #655c51;
	display:block;
}
.nav-single .meta-nav {
	color:#fff;
}
.btn1 a {
	display:block;
	padding:10px 20px;
	color:#fff;
	text-align: center;
    background: #655c51;
	margin: 5% auto;
	width:fit-content;
}
.list7 .ttl7 {
	margin-top:20px;
	white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
.single_side .ttl7 {
	margin-top: 20px;
}
.single_side li {
	white-space: nowrap; /* 折り返し無しにする */
    overflow: hidden; /* はみ出た部分を非表示 */
    text-overflow: ellipsis; /* 語尾を3点リーダーに */
}
.list7 .read_txt {
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}

.pagination {
  display: flex;
  justify-content: center;
}
 
 
.nav-links{
   display:flex;
}
.page-numbers{
   display:inline-block;
   margin-right:10px;
   padding:10px 20px;
   color:#666666;
   border-radius:3px;
   background:#ffffff;
  border: 1px solid #666666;
}
.page-numbers.current{
   padding:10px 20px;
   background:#fec200;
   color:#ffffff;
}
.page-numbers.prev,
.page-numbers.next{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#666666; 
}
.page-numbers.dots{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#666666; 
}
.single_area.float p.floatl {
	width:30%;
}
 
 
/* レスポンシブデザインのためのメディアクエリ */
@media (max-width: 600px) {
.page-numbers,
.page-numbers.current    {
     padding:5px 10px; /* パディングを小さく */
  }
}


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

section.header {
    background: url(https://motoyama-seitai.site/wp-content/uploads/2025/03/back3-scaled.webp) no-repeat center top / cover;
    padding: 10% 0 8%;
    overflow: hidden;
}
.ttl-page {
    font-size: 45px;
    letter-spacing: 3px;
    font-weight: bold;
}
.ttl-page span {
    display: block;
    font-size: 20px;
    color: #f9bd00;
    font-weight: bold;
}
section.bread {
    margin-bottom: 8%;
}
section.bread li {
    display: inline-block;
    font-size: 14px;
}
section.bread li::after {
    content:"/";
    padding: 0 10px;
}
section.bread li:last-child::after {
    display:none;
}
section.bread li a {
    display: inline-block;
    padding: 12px 0;
}

section.contact-f {
    margin: 0 auto;
}
section.contact-f th p, section.contact-f td p:last-child {
    margin:0;
}
section.contact-f table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
section.contact-f table th {
    background: #655c51;
    text-align: center;
    width: 200px;
    padding: 20px 0;
    vertical-align: top;
}
section.contact-f th p {
	color:#fff;
}
section.contact-f table th span {
    font-size: 80%;
    color: #f9bd00;
}
section.contact-f table td {
    padding: 20px 0 20px 20px;
    vertical-align: middle;
}
section.contact-f table td span.rei {
    display: block;
    margin-top: 3px;
    font-size: 15px;
}
section.contact-f table td span.wpcf7-list-item {
    margin: 0 1em 0 0;
    line-height: 28px;
    letter-spacing: 1px;
}
section.contact-f table td span.wpcf7-acceptance span.wpcf7-list-item, section.contact-f table td span.acceptance-001 span.wpcf7-list-item {
    margin: 0;
}
div.wpcf7 td span.wpcf7-list-item-label {
    cursor: pointer;
}
section.contact-f table td span.wpcf7-form-control-wrap {
}
section.contact-f table td input.wpcf7-text, section.contact-f table td textarea.wpcf7-textarea {
    border: 1px solid #b6b6b6;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.contact-f table td input.wpcf7-text {
    width: 80%;
    max-width: 400px;
    height: 35px;
}
section.contact-f table td textarea.wpcf7-textarea {
    width: 100%;
}
section.contact-f p span.wpcf7-spinner {
    vertical-align: sub;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 30px;
    background: #655c51;
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
    margin-left: 72px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    border-radius: 5px;
    min-width: 200px;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #f9bd00;
    color: #fff;
}
section.contact-f form > p {
    text-align: center;
}
.top_menu-img {
	max-width:500px;
	margin: 0 auto;
}
.com_btn {
	width:fit-content;
	margin:0 auto;
}
.com_btn a {
	display: block;
    background: #655c51;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 20px;
	transition:all .3s;
}
.com_btn a:hover {
	background: #fec200;
    color: #655c51;
}

/*-----------------
 * 対応症状
 * ----------------*/


/*--------------------
 * 料金表
 * ------------------*/
.table1 {
	border: 2px solid #655c51;
}
.table1 th,
.table1 td {
	padding: 10px 0 10px 10px;
	font-size:18px;
}
.table1 th {
	background: #fed200;
	color:#655c51;
	font-weight:bold;
}
.table1 tr.border-b {
	border-bottom: 2px solid #655c51;
}
.table1 td span.txt_small {
	font-size:80%;
	color:#655c51;
}


/*------------------
 * お客様の声
 * ------------------*/
.cta_area {
	display:flex;
	justify-content:space-between;
}
.cta {
	width:48%;
}
.cta.border_brown {
    border: 2px solid #655c51;
    border-radius: 10px;
    overflow: hidden;
}
.youtube iframe {
	aspect-ratio: 16 / 9;
}
.page_img {
	width:90%;
	max-width:600px;
	margin: 0 auto 3%;
}
.list5 li {
	display:flex;
    flex-wrap: wrap;
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
}
.list5 li img {
	width:30px;
	object-fit:contain;
	margin-right:10px;
}
.txt_red {
	color:red;
}

/*------------------
 * 当院について
 * -----------------*/
.table2 {
}
.table2 th,
.table2 td {
	padding: 10px 0 10px 10px;
	font-size:18px;
	border-bottom: 2px solid #655c51;
}
.table2 th {
	color:#fec200;
	font-size:20px;
	font-weight:bold;
}
.list6 {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	max-width:700px;
	margin:0 auto;
}
.list6 li {
	border-bottom: 2px solid #fec200;
	width:48%;
}
.list6 li a {
	display:block;
	padding:10px;
}

/*--------------------
 * 交通事故
 * --------------------*/
.list1 {
	list-style:inside;
}
.list1 li {
	font-weight:bold;
	font-size:22px;
	margin-bottom:1.5%;
}
.list1 li span {
	position: relative;
    font-weight: bold;
    z-index: 1;
    width: fit-content;
    display: inline-block;
}
.list1 li span:before {
	content:"";
	display:block;
	width:100%;
	height:10px;
	position: absolute;
	bottom:0;
	left:0;
	background:#fec200;
	z-index:-1;
	opacity:0.8;
}
.txt_c {
	text-align:center;
}
.big_txt,
.big_txt span {
	font-weight:bold;
	font-size:28px;
}
.list2 {
	counter-reset: number 0;
}
.list2 li {
	border:3px solid #655c51;
	border-radius:10px;
	margin-bottom:3%; 
}
.list2 li .list2_h3 {
	background:#655c51;
	color:#fff;
	font-size:22px;
	font-weight:500;
	padding:10px 20px;
}
.list2 li .list2_h3:before {
	counter-increment: number 1;
	content: "Point"counter(number) ;
    font-size: 32px;
    color: #fec200;
	margin-right:15px;
    font-weight: bold;
    text-shadow: rgba(255, 255, 255, .5) 0px 0px 5px;
}
.list2 li .list2_h3 .txt_b {
	color:#fff;
	font-size:22px;
	font-weight:bold;
}
.list2 li .txt_area {
	padding:20px;
}
.list3 {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list3 li {
	width: 48%;
    margin-bottom: 3%;
    padding: 1%;
}
.list3_h3 {
	font-size: 24px;
    font-weight: bold;
    border-bottom: 5px double #fec200;
    padding-bottom: 5px;
}
.list3_h3 span {
	font-size: 160%;
    font-weight: bold;
    color: #fec200;
}
.jiko_cta_area {
	display:flex;
	justify-content:space-between;
}
.jiko_cta {
	width:48%;
}
.jiko_cta a {
	transition:all .3s;
}
.jiko_cta a:hover {
	opacity:0.8;
}
.txt_small {
	font-size:70%;
	color:#fff;
}
p.txt_small {
	font-size:70%;
	color:unset;
}
.list2_h3 span.ib {
	color:#fff;
}
.list2 li .list2_h3 .txt_b>.ib {
	font-weight:bold;
}
.ttl9 {
	font-size:32px;
    font-weight: bold;
    text-align: center;
}
.bg_yellow {
	background: #fec200;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    display: block;
    width: fit-content;
    margin:0 auto 1%;
}
.ttl9 .red {
	font-size:40px;
	color:red;
	font-weight:bold;
}
.ttl9 .yellow {
	font-size:40px;
	color:#fec200;
	font-weight:bold;
}
.ttl9 .ib {
	font-weight:bold;
}
.list4 {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.list4 li {
	height:150px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:30%;
	margin-bottom:2%;
	padding:10px;
	border-radius:10px;
}
.list4.circle {
	justify-content:space-evenly;
}
.list4.circle li {
	height:300px;
	width:300px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:2%;
	border-radius:100%;
	overflow:hidden;
	box-shadow: rgba(0,0,0,.25)2px 2px 4px;
	text-align:center;
}
.list4.circle li {
	position:relative;
	z-index:1;
}
.list4.circle li:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	opacity:.25;
	z-index:-1;
}
.list4.circle .circle1:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/top_circle-3.jpeg);
}
.list4.circle .circle2:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/top_circle-2.jpeg);
}
.list4.circle .circle3:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/first-1.jpeg);
}
.list4.circle .circle4:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/img5.jpg);
}
.list4.circle .circle5:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/top_circle-1.jpeg);
}
.list4.circle .circle6:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/img7.jpg);
}

.list4.top .square1:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/approach-2.jpeg);
}
.list4.top .square2:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/img6.jpg);
}
.list4.top .square3:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/img3.jpg);
}
.list4.top .square4:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/img4.jpg);
}
.list4.top .square5:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/approach-3.jpeg);
}
.list4.top .square6:before {
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/jiko-flow-2.png);
}

.list4 li h3 {
	font-size:24px;
	font-weight:bold;
}
.list4 li.red {
    border: 10px red double;
	position:relative;
	z-index:1;
}
.list4 li.red:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/approach-1.jpeg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	opacity:.25;
	z-index:-1;
}
.list4 li.red h3 {
	color:red;
}
.list4 li.orange {
    border: 10px #f90 double;
	position:relative;
	z-index:1;
}
.list4 li.orange:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/approach-2.jpeg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	opacity:.25;
	z-index:-1;
}
.list4 li.orange h3 {
	color:#f90;
}
.list4 li.yellow_green {
    border: 10px #99cc00 double;
	position:relative;
	z-index:1;
}
.list4 li.yellow_green:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/approach-3.jpeg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	opacity:.25;
	z-index:-1;
}
.list4 li.yellow_green h3 {
	color:#99cc00;
}
.list4 li.green {
    border: 10px #33cc00 double;
	position:relative;
	z-index:1;
}
.list4 li.green:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/approach-4.jpeg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	opacity:.25;
	z-index:-1;
}
.list4 li.green h3 {
	color:#33cc00;
}

.list4 li.water_blue {
    border: 10px #00cccc double;
	position:relative;
	z-index:1;
}
.list4 li.water_blue:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/approach-5.jpeg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	opacity:.25;
	z-index:-1;
}
.list4 li.water_blue h3 {
	color:#00cccc;
}

.list4 li.blue {
    border: 10px #0033ff double;
	position:relative;
	z-index:1;
}
.list4 li.blue:before {
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-image:url(https://motoyama-seitai.site/wp-content/uploads/2025/04/img8.webp);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	opacity:.25;
	z-index:-1;
}
.list4 li.blue h3 {
	color:#0033ff;
}

/*---------------
 * お問合せ
 * ---------------*/
.form>p {
	text-align:center;
}

/*---------------
 * 慢性腰痛
 * ----------------*/
.box1 {
	margin: 4% auto 3%;
    border: 3px solid #655c51;
    padding: 3%;
}
.flex.page_lower .box1 {
	margin:0;
	width:48%;
	margin-bottom:3%;
}


@media screen and (max-width: 1000px) {
.width {
	width:90%;
}
p {
	font-size:15.5px;
	margin-bottom:8px;
}
section.loop ul li {
    width: calc(100vw / 2);
    border-right: 20px solid #ffffff00;
}

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

.menu > div.logo a {
    padding: 5px 10px;
}
.menu > div.logo span:nth-child(1) {
    font-size: 14px;
}
.menu > div.logo span:nth-child(2) {
    font-size: 25px;
}
.menu > div.tel a img {
    width: 45px;
}
.menu > div.tel a span {
    font-size: 45px;
}
.menu li a {
    padding: 20px 9px;
}

ul.cta1 {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 100;
    font-size: 0;
}
ul.cta1 li {
    display: inline-block;
    margin-left: 10px;
    width: 80px;
    border-radius: 20px;
    overflow: hidden;
}
ul.cta1 li a {
    background: #f9bd00;
    display: block;
    padding: 12px 0 7px;
}
ul.cta1 li:nth-child(2) a {
    background: #00B900;
}
ul.cta1 li:nth-child(3) a {
    background: #cf5852;
}
ul.cta1 li a img {
    width: 50%;
    margin: 0 auto 3px;
}
ul.cta1 li a span {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

ul.cta2 li a {
    font-size: 18px;
    padding: 13px 0;
}

.ttl1 {
    min-width: unset;
    font-size: 33px;
    padding: 13px 20px 30px;
}
.ttl2 ,.ttl5 {
    font-size: 30px;
}
.ttl2 span {
    font-size: 18px;
}
.ttl3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.ttl3 span {
    font-size: 100px;
    top: -50px;
}
.ttl3a {
	font-size: 20px;
	padding-left: 60px;
	margin-bottom: 15px;
}
.ttl3a img {
    width: 55px;
}
.ttl4 {
    font-size: 38px;
}
.ttl4 span, .ttl5 span {
    margin-top: 8px;
}
.ttl4 span.t4b {
    margin-top: 8px;
    min-width: unset;
}
.ttl6 {
    font-size: 150px;
    line-height: 150px;
}
.ttl7 {
	font-size:18px;
}
.ttl8 {
	font-size:25px;
}
	footer#colophon {
		padding:25px 0;
	}
/*------------------------------------*\
    トップページ1000
\*------------------------------------*/


section.back-list ul li {
    padding: 15px;
    font-size: 17px;
}
.list4.circle li {
	height:200px;
	width:200px;
}
.list4.top li h3 {
	font-size: 18px;
	}

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





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

.ttl-page {
    font-size: 40px;
}
.ttl-page span {
    font-size: 18px;
}

section.contact-f table th {
    padding: 15px 0;
    width: 180px;
}
section.contact-f table td {
    padding: 15px 0 15px 15px;
}
section.contact-f table td span {
    font-size: 15px;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px;
    font-size: 17px;
}
	
	/*------------------
	 * 交通事故
	 * -----------------*/
	.big_txt, .big_txt span {
		font-size:28px;
	}
	.list1 li {
		font-size:18px;
	}
	.list2 li .list2_h3:before {
		font-size:24px;
		display:block;
	}
	.list3_h3 {
		font-size:20px;
	}
	.list4 li h3 {
		font-size: 20px;
	}
	/*---------------
	 * 慢性腰痛
	 * --------------*/
	.flex.page_lower {
		flex-direction:column;
	}
	.flex.page_lower .box1 {
		width:100%;
	}


}





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

.width {
	width:96%;
}
p {
	font-size:15px;
	letter-spacing:0.5px;
	margin-bottom:5px;
}
.float p.floatr,.float p.floatl {
	float:unset;
	width:100%;
	margin:0 auto 10px;
}
section.loop ul li {
    width: calc(100vw / 1);
    border-right: 15px solid #ffffff00;
}


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

.menu > div.logo a {
    padding: 10px 5px;
}
.menu > div.logo span:nth-child(1) {
    font-size: 12px;
}
.menu > div.logo span:nth-child(2) {
    font-size: 20px;
}
.menu > div.tel a {
    padding: 10px 60px 10px 0;
    position: absolute;
    top: 0;
    right: 0;
}

.menu > div.tel a span {
    display: none;
}

.menu nav {
    display: none;
}
div.menur {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.r-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10000;
    background-color: #f9bd00;
}
.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);
}
#label1:checked ~ .r-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#label1 {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 0 80px 0 10px;
    overflow: hidden;
    -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: center;
    -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.ttl-logo {
	opacity:0;
	margin:0 auto 5%;
}
p.ttl-logo span:nth-child(1) {
    display: block;
    color: #fff;
    font-size: 12px;
}
p.ttl-logo span:nth-child(2) {
    display: block;
    color: #f9bd00;
    font-size: 20px;
    font-weight: bold;
}
.hidden_show ul.nav1 {
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
.hidden_box input:checked ~ .hidden_show {
    padding: 20px 80px 30px 10px;
    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: #655c51;
}
.hidden_box input:checked ~ .hidden_show p.ttl-logo {
	opacity:1;
}
.hidden_box input:checked ~ .hidden_show ul.nav1 {
	opacity: 1;
	height: auto;
}
.hidden_show ul.nav1 > li{
    border-bottom: 1px solid #fff;
}
.hidden_show ul.nav1 > li:last-child{
    border-bottom: unset;
}
.hidden_show ul.nav1 > li > a {
    padding: 10px 0;
    display: block;
    font-size: 110%;
    color:#fff;
}

p.f-logo img {
    height: 100px;
}
footer#colophon {
    padding-bottom: 63px;
}

ul.cta1 {
    bottom: 0;
    width: 100%;
}
ul.cta1 li {
    margin: 0;
    border-radius: unset;
    width: calc(100% / 3);
    text-align: center;
}
ul.cta1 li a {
    padding: 13px 0px;
}
ul.cta1 li a img {
    width: 23px;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: middle;
}
ul.cta1 li a span {
    display: inline-block;
    vertical-align: middle;
}
ul.cta2 li a {
    font-size: 16px;
}
ul.cta3 {
	margin-bottom: 0;
}
ul.cta3 li {
    width: 100%;
    margin-bottom: 3%;
}

.ttl1 {
    font-size: 25px;
    padding: 10px 3% 20px;
    margin: 5% auto 30px;
}
.ttl1 br {
    display: block;
}
.ttl1 span {
    font-size: 14px;
    padding: 5px 10px;
}
.ttl2, .ttl5 {
    font-size: 25px;
}
.ttl2 span {
    font-size: 16px;
}
.ttl3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.ttl3 span {
    font-size: 80px;
    top: -40px;
}
.ttl4 {
    font-size: 30px;
}
.ttl4 span, .ttl5 span {
    margin-top: 3px;
    font-size: 15px;
}
.ttl4 span.t4b {
    margin-top: 3px;
    font-size: 15px;
    padding: 5px 20px;
}
.ttl6 {
    font-size: 100px;
    line-height: 120px;
}
.ttl8 {
	font-size:23px;
}

p.link1 a {
    padding: 10px 0;
    min-width: 200px;
}


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


ul.txt-img1 li > p:first-child {
    float: unset;
    width: 100%;
    margin: 0 auto 10px;
}
ul.txt-img2 li div {
    width: 100%;
    order: unset!important;
    margin-bottom: 3%;
}
ul.txt-img2 li > p {
    height: 180px;
    width: 100%;
}
section.back-list ul li {
    width: 100%;
    font-size: 16px;
    padding: 10px;
}
ul.step li {
    width: 100%;
}
.list4.circle li {
	height:160px;
	width:160px;
}
.list4.top li h3 {
	font-size: 16px;
}





/*------------------------------------*\
    アーカイブ700
\*------------------------------------*/
	.single_content {
		flex-direction:column;
	}
	.single_main,
	.single_side {
		width:100%;
	}
	.single_area.float p.floatl {
		width:30%;
	}




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

.ttl-page {
    font-size: 30px;
    letter-spacing: 2px;
}
.ttl-page span {
    font-size: 16px;
}
section.bread li {
    font-size: 12px;
}
section.bread li a {
    padding: 13px 0;
}

section.contact-f table {
    border-collapse: collapse;
    border-spacing: 0;
}
section.contact-f table th {
    display: block;
    width: 100%;
    padding: 10px 0;
}
section.contact-f table td {
    padding: 10px 0;
    width: 100%;
    display: block;
}
section.contact-f table td span.wpcf7-list-item span {
    letter-spacing: 0.5px;
}
section.contact-f table td input.wpcf7-text {
    width: 100%;
}
section.contact-f p input.wpcf7-form-control.wpcf7-submit {
    min-width:150px;
}
	
	/*-----------------------
	 * 料金表
	 * ----------------------*/
	.table1 tr td:nth-of-type(1) {
		background:#dcdcdc;
	}
	.table1 th,
	.table1 td {
		display:block;
		width:100%;
	}
	.table1 th.sp_none {
		display:none;
	}
	.table1 tr.border-b {
		border-bottom:unset;
	}
	
	/*---------------------
	 * お客様の声
	 * ----------------------*/
	.cta_area {
		flex-direction:column;
	}
	.cta {
		width:100%;
		margin-bottom:5%;
	}
	
	/*------------------
	 * 当院について
	 * -----------------*/
	.table2 th,
	.table2 td {
		display:block;
		width:100%;
	}
	
	/*---------------
	 * 交通事故
	 * ---------------*/
	.big_txt, .big_txt span {
		font-size:24px;
	}
	.list2 li .list2_h3 {
		font-size: 20px;
		padding: 10px;
	}
	.list3 li {
		width:100%;
	}
	.jiko_ttl1 {
		font-size:22px;
	}
	.jiko_cta_area {
		flex-direction:column;
	}
	.jiko_cta {
		width:100%;
	}
	.ttl9 {
		font-size:17px;
	}
	.ttl9 .red,
	.ttl9 .yellow {
		font-size:24px;
	}
	.list4 li {
		width:48%;
	}
	.list4 li h3 {
		font-size: 19px;
	}



}

/*-----------
 * 25.05.14 追記
 * ----------*/
.list7 li {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 1%;
}
.list7 li span {
	color:#fec200;
	margin-right:5px;
}
.list8 {
    padding:10px 15px;
}
.list8 li {
	font-size:14px;
	margin-bottom:0.5%;
}
.list8 li span {
	color:unset;
	margin-right:5px;
}

/*g-mav　ドロップダウン*/
.link {
  position: relative;
  display: flex;
  align-items: center;
  transition: color .15s;
}

.dropDown {
  position: absolute;
  bottom: 0;
  display: none;
  background-color: #655c51;
  box-shadow: 0px 3px 8px -2px #777;
  color: initial;
  transform: translate(0, 100%);
}

.link:hover > .dropDown {
  display: block;
	width:100%;
}

.dropDown__list {
  display: flex;
  flex-direction: column;
	padding:10px 5px;
}

.dropDown__link {
  padding: 10px 20px;
}
.menu .dropDown__item a {
	padding:10px 0px;
}

/*----------------
 * ブログ見出し
 * --------------*/
.post h2 {
	border-bottom:2px solid #fec200;
    padding: 5px;
    font-size: 24px;
    letter-spacing: 1px;
	font-weight:bold;
}

.post h3 {
	color: #fec200;
    padding: 5px;
    font-size: 20px;
    letter-spacing: 1px;
	font-weight:bold;
}
.post h4 {
	background: #655c51;
	color:#fff;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 1px;
	font-weight:bold;
}

/*---------------
 * 25.08.27 DC追記
 * --------------*/
.column_list li {
	margin-bottom:5%;
}
.float p.floatr.w30 {
	width:30%;
}
.btn2 {
	margin:3% auto;
	width:fit-content;
	margin-left:calc(33% - 100px);
}
.btn2 a {
	display:block;
	width:200px;
	padding:10px 0;
	background:#f9bd00;
	color:#fff;
	text-align:center;
	transition:all .3s;
}
.btn2 a:hover {
	opacity:0.8;
}
.read_txt {
	display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 3; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
}
.mb1 {
	margin-bottom:1% !important;
}
@media screen and (max-width:700px) {
	.float p.floatr.w30 {
		width:100%;
	}
	.btn2 {
		margin:3% auto;
	}
}
/*-------------------
25.11.06 DC追記
----------------------*/
.dc_ttl1 {
    text-align: center;
    font-size: 40px;
    margin: 8% auto 3%;
}
.dc_ttl1 span {
    color: #fec200;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.dc_list1 {
    max-height: 200px;
    overflow-y: scroll;
    margin-bottom: 10px;
}
.dc_list1 li {
    border-bottom: #f9bd00 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: #f9bd00;
    font-size: 20px;
}
.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;
}
.dc_column_link a {
    text-decoration: none;
    color: #000;
    transition: all .3s;
}
.dc_column_link a:hover {
    color: #f9bd00;
    opacity: .8;
}

/*---------------------
26.01.20 DC追記
-----------------------*/
.voice_card {
    background-color: #665c51;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0 30px;
}
.voice_user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: #fff 3px solid;
    margin-bottom: 10px;
}
.voice_user>p {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.voice_user>p>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.user_txt p {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.voice_txt p {
    color: #fff;
    font-weight: 500;
}
