/*
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.6
Tested up to: 6.8
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@500;700&family=Poppins:wght@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;
}

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;  
}
*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
a{
	text-decoration:none;
	color: #191103;
}
p a:hover {
	color: #d9010e;
}
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, dt, dd{
	color: #191103;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
.osw {
	font-family: "Poppins", sans-serif!important;
}
.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, dd{
	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.big{
	font-size:120%!important;
}
span.small {
	font-size:80%!important;
}
span.color-red {
	color:#d9010e;
}
span.yb {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fdf663));
    background: -o-linear-gradient(transparent 60%, #fdf663 0%);
    background: linear-gradient(transparent 60%, #fdf663 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);
	}
}
@-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 {
    position: relative;
    z-index: 100;
}
header.top hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #191103eb;
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header.top hgroup .logo {
    width: 95px;
}
header.top hgroup .logo a {
    padding: 10px;
    display: block;
}
.menu1 {
    padding-right: 20px;
}
.menu1 li {
    display: inline-block;
}
.menu1 li a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    font-family: "Poppins", sans-serif;
}
.menur {
    display: none;
}

.map {}
.map iframe, ul.map2 li iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 400px;
    display: block;
}
ul.map2 {
	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;
}
ul.map2 li {
    width: 49%;
    text-align: center;
}
ul.map2 li span {
    display: block;
    background: #191103;
    color: #fff;
    padding: 10px 0;
    font-family: "Poppins", sans-serif;
}
ul.map2 li:nth-child(2) span {
	background:#d9010e;
}
p.flogo {
    width: 150px;
    margin: 0 auto 10px;
}
p.tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto;
}
p.tel a {
    display: block;
    background: #191103;
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
}
p.tel a:hover {
    background:#fdf663;
    color:#191103;
}
ul.sitemap {
    text-align: center;
    margin: 3% auto;
}
ul.sitemap li {
    display: inline-block;
}
ul.sitemap li a {
    display: block;
    padding: 10px;
}
footer#colophon {
    background: #191103;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}



/*------------------------------------*\
    共通_00
\*------------------------------------*/

.ttl1 {
    margin: 8% auto 3%;
    font-family: "Poppins", sans-serif;
    font-size: 95px;
    color: #707070;
    border-bottom: 10px solid #707070;
}
.ttl1 span {
    font-size: 20px;
    color: #d9010e;
    padding: 0 10px;
    font-weight: 700;
    display: inline-block;
}
.ttl2 {
    text-align: center;
    margin: 8% auto 3%;
    font-family: "Poppins", sans-serif;
    font-size: 95px;
    color: #707070;
    border-bottom: 10px solid #707070;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
}
.ttl2 span {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
.ttl3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 95px;
}
.ttl3 span {
    display: block;
    font-size: 30px;
    margin: -70px auto 4%;
}
.ttl4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
}
.ttl5 {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    letter-spacing: 0;
    color: #707070;
}
.ttl5 i {
    color: #d9010e;
    font-size: 90%;
    padding-right: 10px;
}
.ttl5 span {
    display: block;
    background: #d9010e;
    color: #fff;
    font-size: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 5px;
}
.ttl6 {
    font-size: 30px;
    margin-bottom: 20px;
}
.ttl6 span {
    display: block;
    font-size: 70%;
    color: #d9010e;
}
.ttl7 {
    font-size: 25px;
    border-left: 10px solid #d9010e;
    border-bottom: 1px solid #d9010e;
    margin: 3% auto 15px;
    padding: 0 5px 3px;
}
.ttl8 {
    text-align: center;
    font-size: 30px;
    margin: 5% auto 3%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
.ttl8::before {
    content: "";
    height: 100%;
    width: 3px;
    background:#d9010e;
    position: absolute;
    -webkit-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
            transform: rotate(-35deg);
    right: 120%;
    top: 5px;
}
.ttl8::after {
    content: "";
    height: 100%;
    width: 3px;
    background:#d9010e;
    position: absolute;
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
    left: 120%;
    top: 5px;
}
.ttl9 {
    font-size: 18px;
    margin-bottom: 5px;
}

section.cta1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-filter: drop-shadow(2px 2px 3px #00000070);
            filter: drop-shadow(2px 2px 3px #00000070);
}
section.cta1 div {
    width: 48%;
}
section.cta1 ul {
    width: 48%;
}
section.cta1 ul li {
    background: #fff;    
}
section.cta1 ul li:first-child {
    margin-bottom: 2%;
}
section.cta1 a, section.cta2 ul li a {
    display: block;
}
section.cta1 a:hover, section.cta2 ul li a:hover {
    opacity: 0.8;
}

section.cta2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-filter: drop-shadow(2px 2px 3px #00000070);
    filter: drop-shadow(2px 2px 3px #00000070);
    margin: 5% auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
section.cta2 ul li {
    width: 48%;
    background: #fff;
}


ul.link1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 3% auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.link1 li {
    width: 48%;
    text-align: center;
}
ul.link1 li a {
    background: #191103;
    color: #fff;
    display: block;
    padding: 13px 0;
    border-radius: 50px;
}
ul.link1 li:last-child a {
    background: #fdf663;
    color: #191103;
}
ul.link1 li a:hover {
    background:#d9010e!important;
    color:#fff!important;
}

p.link2 {
    margin: 3% auto;
    text-align: right;
}
p.link2 a {
    display: block;
    border-bottom: 1px solid;
    padding: 10px 5px;
}
p.link2 a::after {
    content: "\025b6";
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}
p.link2 a:hover::after {
    width: auto;
}

ul.link3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.link3 li {
    text-align: center;
    width: 48%;
}
ul.link3 li a {
    display: block;
    background: #d9010e;
    color: #fff;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding: 15px 0;
    position: relative;
}
ul.link3 li:last-child a {
    background: #191103;
}
ul.link3 li a::before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    border: 1px solid;
    left: 10px;
    top: 10px;
}
ul.link3 li a:hover {
    background:#fdf663;
    color:#191103;
}
ul.link4 {}
ul.link4 li {
    width: 30%;
    margin-bottom: 3%;
}
ul.link4 li a {
    display: block;
    position: relative;
    text-align: center;
    padding: 30px 10px;
}
ul.link4 li a img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
}
ul.link4 li a span {
    background: #ffffffd1;
    display: block;
    position: relative;
    padding: 10px 0;
}
ul.link4 li a:hover span {
    background: #191103eb;
    color: #fff;
}

ul.list1 {
	margin: 3% auto;
}
ul.list1 > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 2%;
}
ul.list1 > li::before {
    content: "";
    width: 16px;
    height: 16px;
    background: #d9010e;
    position: absolute;
    border-radius: 50%;
    left: 3px;
    top: 5px;
}
ul.list1 > li::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #d9010e;
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 0;
}
ul.list2 {
    text-align: center;
}
ul.list2 li {
    position: relative;
    padding-left: 1.5rem;
    letter-spacing: 0.5px;
    line-height: 28px;
    display: inline-block;
    margin: 0 1% 2%;
}
ul.list2 li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: 0;
  width: 10px;
  height: 5px;
  border-left: 3px solid #d9010e;
  border-bottom: 3px solid #d9010e;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
ul.list3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.list3 li {
    width: 49%;
    background: #707070;
    color: #fff;
    padding: 10px 10px 10px 40px;
    position: relative;
    margin-bottom: 2%;
    font-size: 18px;
}
ul.list3 li i {
    position: absolute;
    left: 13px;
    top: 15px;
    color: #fdf663;
}
ul.list-icon {
    margin: 3% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.list-icon li {
    width: 48%;
    margin-bottom: 2%;
    background: #d9010e;
    color: #fff;
    padding: 10px 10px 10px 30px;
    position: relative;
}
ul.list-icon li i {
    position: absolute;
    left: 8px;
    top: 15px;
}

section.bread {
    margin-bottom:3%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.bread ul {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0;
}
section.bread li {
  display: inline;
  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.bread li a:hover {
	color:#d9010e;
}


/*====================================================================
slick
====================================================================*/

.sliderArea {
  max-width: 100%;
  margin: 3% auto;
  padding: 0 0 30px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/
.full-screen .slick-list {
  overflow: visible;
  padding: 0!important;
}
.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 950px;
  margin: 0 auto;
}
.sliderArea .slick-prev {
    left: -10px;
}
.sliderArea .slick-next {
    right: -10px;
}
.sliderArea .slick-slide a {
    display: block;
    padding: 0 3%;
}

ul.top-works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.top-works li {
    width: 48%;
    position: relative;
}
ul.top-works li::before {
	content:"";
	width: 100%;
	position: absolute;
	height: 20%;
	top: 0;
	bottom: 0;
	left: 97%;
	margin: auto;
	background: url(https://dc-toso.site/wp-content/uploads/2025/08/right1.png)no-repeat left / contain;
	z-index: 1;
}
ul.top-works li:nth-child(2)::before {
	background: url(https://dc-toso.site/wp-content/uploads/2025/12/right2a.png)no-repeat right / contain;
	left: auto;
	right: 95%;
}
ul.top-works li span:nth-child(1) {
    display: block;
    background: #191103;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding: 10px 0;
    font-size: 25px;
    text-transform: uppercase;
}
ul.top-works li:nth-child(2) span:nth-child(1) {
    background: #d9010e;
}
ul.top-works li span:nth-child(2) {
    position: relative;
    display: block;
}
ul.top-works li span:nth-child(2)::before {
    content:"";
    width: 100%;
    padding-top: 70%;
    display: block;
}
ul.top-works li span img {
    position: absolute;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.top-works-txt {
    text-align: center;
    background: #191103;
    padding: 10px;
    margin-top: 2%;
}
.top-works-txt * {
    color: #fff;
}
.top-works-txt h3 {
    font-size: 18px;
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

section.main {
    position: relative;
    padding-top: 15%;
    overflow: hidden;
}
section.main h1 {
    width: 96%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto 5%;
}
section.main h1 span {
    color: #fff;
    display: block;
    margin-top: 3%;
}
section.main h1 span br {
	display:none;
}
section.main h1 img {
	max-width: 800px;
	margin: 0 auto;
	width: 80%;
}
section.main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3%;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.main ul li {
    width: 32%;
}
section.main ul li span {
    background: #191103;
    color: #fff;
    padding: 10px;
    position: relative;
    border-radius: 50px;
    min-width: 80%;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto -20px;
    -webkit-filter: drop-shadow(2px 4px 4px #fff);
            filter: drop-shadow(2px 4px 4px #fff);
}
section.main p {
    position: absolute;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}
section.main p::before {
    content: "";
    background: #19110396;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section.main p img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.sf_scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  -webkit-filter: drop-shadow(2px 4px 6px #00000070);
          filter: drop-shadow(2px 4px 6px #00000070);
  background: #fff;
  margin-bottom: 5%;
}
.sf_scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: sf_scroll 20s linear infinite;
          animation: sf_scroll 20s linear infinite;
  width: 200%;
}
.sf_scroll-inner img {
  width: calc((96% / 3) * 1.5);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2%;
}
@-webkit-keyframes sf_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}
@keyframes sf_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
}

section.back1 {
    background: url(/wp-content/uploads/2025/12/back2.webp)no-repeat center / cover;
    padding: 5% 0;
    position: relative;
    margin: 5% auto 0;
}
section.back1::before {
    content: "";
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 20px;
}
section.back1::after {
    content: "";
    width: 100%;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: 20px;
}
ul.img-txt-link {}
ul.img-txt-link li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5%;
}
ul.img-txt-link li:last-child {
    margin-bottom: 0;
}
ul.img-txt-link li > p {
    width: 47%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
ul.img-txt-link li:nth-child(even) > p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
ul.img-txt-link li > p img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
}
ul.img-txt-link li > div {
    width: 50%;
    padding-bottom: 80px;
    position: relative;
}
ul.img-txt-link li > div p.link2 {
    width: 100%;
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
}

section.back_sb {
    background: #19110396;
    position: relative;
    padding: 5% 0;
}
section.back_sb::before {
    content: "";
    background: url(/wp-content/uploads/2025/08/sb.webp)no-repeat center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
section.back_sb * {
    color:#fff;
}
section.back_sb div {
    border: 5px solid;
    padding: 2% 3% 3%;
}
section.back_sb div .ttl2 {
    border-color: #fff;
}
section.back_sb ul.link1 li:first-child a {
    background: #fff;
    color: #191103;
}

ul.en-img-txt * {
    color:#fff;
}
ul.en-img-txt li {
    width: 32%;
    background: #191103;
    padding: 2%;
    border-radius: 30px;
    position: relative;
}
ul.en-img-txt li:nth-child(even) {
    background: #d9010e;
}
ul.en-img-txt li > p:first-child span:first-child {
    position: absolute;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    top: 5px;
    left: 5%;
}
ul.en-img-txt li > p:first-child span:nth-child(2) {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 8%;
}
ul.en-img-txt li > p:first-child span:nth-child(2)::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
ul.en-img-txt li > p:first-child span:nth-child(2) img {
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
}

ul.top-faq {}
ul.top-faq * {
    color:#fff;
}
ul.top-faq li {
    margin-bottom: 2%;
    background: #707070;
    overflow: hidden;
    border-radius: 15px;
}
ul.top-faq li input {
    display: none;
}
label.qa-btn {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 10px 15px 80px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
label.qa-btn span {
    font-size: 150%;
    font-family: "Poppins", sans-serif;
    position: absolute;
    left: 15px;
    top: 5px;
}
label.qa-btn:hover {
    background: #191103;
    color: #fff;
}
ul.top-faq li input:checked ~ label.qa-btn {
    background: #191103;
}
.show-a {
    width: 100%;
    padding: 0 10px 0 80px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #191103;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
}
.show-a p:first-child span:first-child {
    color: #fdf663;
    font-family: "Poppins", sans-serif;
    position: absolute;
    left: 15px;
    top: -3px;
    font-size: 30px;
}
ul.top-faq li input:checked ~ .show-a {
    height: auto;
    opacity: 1;
    padding: 10px 10px 10px 80px;
    overflow: visible;
}

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%;
    padding: 10px 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: auto;
    margin: 0;
    padding: 0;
}
section.loop > ul:nth-of-type(1) {
    -webkit-animation: loop 60s -30s linear infinite;
    animation: loop 60s -30s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
section.loop > ul + ul {
    -webkit-animation: loop2 60s linear infinite;
    animation: loop2 60s 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 / 5);
    list-style: none;
    text-align: center;
    position: relative;
    border-right: 10px solid #ffffff00;
    overflow: hidden;
}
section.loop > ul li a {
    display: block;
    padding-top: 100%;
}
section.loop > ul li a::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
    background: -o-linear-gradient(left, #000000, transparent);
    background: linear-gradient(90deg, #000000, transparent);
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
}
section.loop > ul li img {
    position: absolute;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
section.loop > ul li:hover img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
section.loop > ul li a:hover::before {
    opacity: 0;
}

section.loop div.gallery {
    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: 300%;
    margin: 0;
    padding: 0;
}
section.loop div.gallery:nth-of-type(1) {
    -webkit-animation: loop 100s -50s linear infinite;
    animation: loop 100s -50s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
section.loop div.gallery:nth-of-type(2) {
    -webkit-animation: loop2 100s  linear infinite;
    animation: loop2 100s linear infinite;
}
section.loop div.gallery dl.gallery-item {
	display: inline-block;
	width: calc(100vw / 5)!important;
	list-style: none;
	text-align: center!important;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 10px solid #ddd0;
	float: unset!important;
	margin: 0!important;
}
section.loop div.gallery br {
    display: none;
}
section.loop div.gallery dl.gallery-item a {
	display:block;
	position:relative;
	overflow: hidden;
}
section.loop div.gallery dl.gallery-item a::before {
	content:"";
	width: 100%;
	padding-top: 100%;
	display: block;
}
section.loop div.gallery dl.gallery-item a::after {
	content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
    background: -o-linear-gradient(left, #000000, transparent);
    background: linear-gradient(90deg, #000000, transparent);
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
}
section.loop div.gallery dl.gallery-item a:hover::after {
	opacity: 0;
}
section.loop div.gallery dl.gallery-item a img {
	border: unset!important;
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	top: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
section.loop div.gallery dl.gallery-item a:hover img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}


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





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

section.header {
    padding: 120px 0 50px;
    background: url(/wp-content/uploads/2025/08/back1.webp)no-repeat top center / cover;
}
section.header.head-sb {
    background: url(/wp-content/uploads/2025/08/sb.webp)no-repeat center / cover;
}
.ttl-page {
    color: #fff;
    font-size: 30px;
}
section.header.head-sb .ttl-page {
	text-align: center;
}
.ttl-page span {
    display: block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 100px;
    -webkit-filter: drop-shadow(2px 3px 4px #191103);
            filter: drop-shadow(2px 3px 4px #191103);
}
section.header.head-sb .ttl-page span {
    text-transform: uppercase;    
}

ul.service {
    margin: 10% auto;
}
ul.service > li {
    position: relative;
    padding: 3%;
    border-bottom: 1px solid;
}
ul.service > li:first-child {
    border-top: 1px solid;
}
ul.service > li p.floatr, ul.col2_service > li > div:first-child {
    position: relative;
    overflow: hidden;
}
ul.service > li p.floatr::before, ul.col2_service > li > div:first-child::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 80px;
    background: #ffffff;
    right: -50px;
    top: -30px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: 1;
}
ul.service > li p.floatr::after, ul.col2_service > li > div:first-child::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 80px;
    background: #ffffff;
    left: -50px;
    bottom: -30px;
    -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
            transform: rotate(35deg);
}
ul.service > li p.floatr span, ul.col2_service > li > div:first-child span {
    position: absolute;
    bottom: 0;
    right: 10px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    letter-spacing: 0;
    font-size: 50px;
}

ul.col2_service > li > div:first-child {
    padding-top: 70%;
    margin-bottom: 3%;
}
ul.col2_service > li > div:first-child img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    position: absolute;
}
ul.flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.flow > li {
    width: 32%;
    text-align: center;
    margin-bottom: 3%;
    position: relative;
}
ul.flow > li::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 80px;
    border-right: 3px solid #ddd;
    border-bottom: 3px solid #ddd;
    right: 0;
    bottom: 0;
}
ul.flow > li h3 {
    font-size: 20px;
    margin-bottom: 3%;
    color:#d9010e;
}
ul.flow > li h3 i {
    display: block;
    font-size: 230%;
    margin-bottom: 10px;
    color: #ddd;
}

ul.paint {}
ul.paint > li {
    width: 48%;
    margin-bottom: 4%;
}
ul.paint > li > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.paint > li > div:first-child span {
    width: 49%;
    position: relative;
    border-bottom: 3px solid #707070;
}
ul.paint > li > div:first-child span::before {
    content: "";
    width: 100%;
    padding-top: 80%;
    display: block;
}
ul.paint > li > div:first-child span::after {
    content:"";
    width: 3px;
    height: 50%;
    background: #707070;
    position: absolute;
    bottom: -3px;
    right: -3px;
}
ul.paint > li > div:first-child span img {
    position: absolute;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
}
ul.paint > li h3 span {
    margin: 0 0 3% auto;
}

table.price1, table.price2 {
    margin: 3% auto;
    table-layout: fixed;
}
table.price1 th * {
    color: #fff;
}
table.price1 th, table.price2 th {
    background: #d9010e;
    color: #fff;
    border-bottom: 3px solid;
    padding: 10px;
    max-width: 300px;
}
table.price1 td, table.price2 td {
    padding: 10px;
    text-align: right;
    background: #ddd;
    border-bottom: 3px solid #fff;
    font-size: 18px;
}
table.price1 td span {
    display: block;
    font-size: 14px;
    color: #d9010e;
}
table.price2 th {
    text-align: center;
    font-size: 18px;
    width: 250px;
}
table.price2 th span {
    display: block;
    color: #fdf663;
    font-size: 14px;
}
table.price2 td:nth-of-type(1) {
    text-align: left;
    border-right: 3px solid #fff;
    font-size: 14px;
    background: #fcfbd2;
}
table.price2 td:nth-of-type(2) {
	width: 250px;
}
table.price2 td:nth-of-type(2) span {
	font-size: 70%;
}

ul.img-gallery, ul.img-gallery1 {
    margin: 5% auto;
    justify-content: center;
}
ul.img-gallery li, ul.img-gallery1 li {
    width: 32%;
    margin-bottom: 3%;
    margin-right: 2%;
    position: relative;
}
ul.img-gallery1 li::before {
	content:"";
	width: 100%;
	padding-top: 100%;
	display: block;
}
ul.img-gallery li:nth-child(3n),ul.img-gallery li:last-child,
ul.img-gallery1 li:nth-child(3n),ul.img-gallery1 li:last-child{
    margin-right: 0;
}
ul.img-gallery1 li img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
}

section.form {
    margin: 8% auto;
}
section.form table {
    border-collapse: separate;
    border-spacing: 0 5px;
}
section.form table th {
    background: #ddd;
    vertical-align: top;
    width: 250px;
    text-align: center;
    padding: 20px 0;
}
section.form table th p,section.form table td p {
	margin-bottom:0;
}
section.form table th span {
    color: #c43c3c;
    font-size: 14px;
    padding-left: 5px;
}
section.form table td {
    padding: 10px 20px 5px 20px;
}
section.form table td span.rei {
    display: block;
    margin-top: 3px;
    font-size: 14px;
}
section.form table td.rdate {
    padding-bottom: 10px;
}
section.form table td.rdate > p > span.wpcf7-form-control-wrap {
    display: inline-block;
    margin-right: 10px;
}
section.form table td.howmany > p > span.wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: bottom;
}
td.rdate span.rei br {
    display: none;
}
section.form table td span.wpcf7-list-item {
    margin: 0 1em 0 0;
    line-height: 28px;
    letter-spacing: 1px;
}
section.form table td label span {
	cursor: pointer;
}
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, section.form table td input.wpcf7-number {
    border: 1px solid #cfcfcf;
    background: #f8f8f8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
section.form table td input.wpcf7-text {
    width: 80%;
    max-width: 400px;
    height: 35px;
}
section.form table td input.wpcf7-number {
    width: 100px;
    height: 35px;
    margin-right: 5px;
}
section.form table td span.wpcf7-checkbox {
    padding-top: 0!important;
}
section.form table td span.wpcf7-checkbox input:checked ~ span.wpcf7-list-item-label {
	color: #6b77b7;
}
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: 15px 30px;
    background: #191103;
    font-size: 18px;
    margin-top: 50px;
    margin-left: 72px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    border: unset;
}
section.form p input.wpcf7-form-control.wpcf7-submit:hover {
    background: #d9010e;
}
section.form form > p {
    text-align: center;
}

table.about {}
table.about th * {
    color: #fff;
}
table.about th {
    background: #707070;
    color: #fff;
    border-bottom: 3px solid;
    padding: 10px;
    text-align: center;
    width: 200px;
}
table.about td {
    padding: 10px;
    background: #ddd;
    border-bottom: 3px solid #fff;
}
table.about td a:hover {
    color: #d9010e;
}
ul.sitemap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
ul.sitemap1 li {
    width: 48%;
}
ul.sitemap1 li a {
    display: block;
    border-bottom: 1px solid;
    padding: 10px;
}
ul.sitemap1 li a i {
    color: #d9010e;
    padding-right: 3px;
}
ul.sitemap1 li a:hover {
    color: #d9010e;
}

ul.price {}
ul.price li {
    padding: 2%;
    border-bottom: 1px solid #ddd;
}
ul.price li:last-child {
	border: unset;
}
ul.price li dt {
    font-size: 20px;
    color: #d9010e;
}
ul.price li dt span {
    font-size: 80%;
}
ul.price li dd {
    color: #707070;
    font-size: 14px;
    margin: 0;
}
ul.price li dd span.dd-price {
    display: block;
    text-align: right;
    background: -o-linear-gradient(45deg, transparent, #ddd);
    background: linear-gradient(45deg, transparent, #ddd);
    padding: 3px 5px;
    font-size: 120%;
}
ul.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
ul.icon li {
    width: 100px;
    text-align: center;
    margin: 0 2% 3%;
}
ul.icon li i {
    display: block;
    color: #ddd;
    font-size: 40px;
    margin-bottom: 9px;
}
ul.icon li span {
    display: block;
    font-size: 14px;
}
.box-wall {
    background: url(/wp-content/uploads/2025/08/back-scaled.webp)no-repeat center / cover;
    padding: 3% 3% 1%;
    margin: 3% auto;
}





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

.sliderArea .slick-prev {
    left: -5px;
}
.sliderArea .slick-next {
    right: -5px;
}

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

header.top hgroup {
    background: unset;
}
div.menu1 {
    display: none;
}
div.menur {
    display: block;
}
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: #fdf663;
    -webkit-box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 45%);
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 45%);
}
.r-btn span,
.r-btn span:before,
.r-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #191103;
    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: 100%;
    padding: 10px 5% 30px;
    overflow: hidden;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 500px;
    background: #191103eb;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 89;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    left: 0;
}
.hidden_box input:checked ~ .hidden_show {
    margin: 0 auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 30%);
    max-height: 100%;
    overflow: scroll;
}
.hidden_box .hidden_show > p {
	max-width: 75px;
	margin: 0 auto 20px;
}
.hidden_show ul.nav1-a {
	max-width: 100%;
	text-align: center;
}
.hidden_show ul.nav1-a li a{
	display: block;
	padding: 9px 10px;
	border-bottom: 1px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
	font-size: 15px;
	color: #fff;
	font-family: "Poppins", sans-serif;
}
.hidden_show ul.nav1-a li:last-child a{
	border-bottom:unset;
}
.hidden_show ul.nav1-b {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin: 20px auto 0;
}
.hidden_show ul.nav1-b li {
    width: 85px;
    text-align: center;
}
.hidden_show ul.nav1-b li a {
    display: block;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.hidden_show ul.nav1-b li a img {
    width: 80%;
    margin: 0 auto;
}
.hidden_show ul.nav1-b li a span {
    color: #fff;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
}


/*------------------------------------*\
    共通_1000
\*------------------------------------*/

.ttl1, .ttl3 {
    font-size: 80px;
}
.ttl1 span, .ttl4 {
    font-size: 18px;
}
.ttl2 {
    font-size: 80px;
    border-bottom: 8px solid #707070;
}
.ttl2 span {
    font-size: 25px;
    margin-bottom: 8px;
}
.ttl3 span {
    font-size: 25px;
    margin: -63px auto 4%;
}
.ttl5 {
    font-size: 45px;
}
.ttl5 span {
    font-size: 12px;
}
.ttl6 {
    font-size: 28px;
    margin-bottom: 15px;
}
.ttl7 {
    font-size: 23px;
    border-left: 8px solid #d9010e;
    margin-bottom: 10px;
}
.ttl8 {
    font-size: 28px;
}

section.cta1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 700px;
}
section.cta1 div {
    width: 100%;
    margin: 0 auto 3%;
}
section.cta1 ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.cta1 ul li, section.cta2 ul li {
    width: 49%;
}
section.cta1 ul li:first-child {
    margin: 0 2% 0 0;
}

ul.link4 li {
    width: 32%;
    margin-bottom: 2%;
}
ul.link4 li a span {
    font-size: 15px;
}

ul.list3 li {
    font-size: 17px;
    padding: 8px 8px 8px 35px;
}
ul.list3 li i {
    top: 12px;
    left: 11px;
}

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

section.main ul li span {
    font-size: 14px;
    padding: 5px 10px;
}
ul.en-img-txt li > p:first-child span:first-child {
	font-size: 30px;
}
label.qa-btn {
    font-size: 18px;
}

section.loop {
	padding:8px 0;
}
section.loop ul, section.loop div.gallery {
	width:400%;
}
section.loop ul li, section.loop div.gallery dl.gallery-item {
    width: calc(100vw / 4)!important;
    border-right: 8px solid #ddd0;
}

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





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

ul.service > li p.floatr::before, ul.service > li p.floatr::after,ul.col2_service > li > div:first-child::before,ul.col2_service > li > div:first-child::after {
    width: 130px;
    height: 60px;
}
ul.service > li p.floatr span, ul.col2_service > li > div:first-child span {
    font-size: 40px;
}

ul.col2_service > li h2.ttl6 {
    font-size: 25px;
}
ul.paint > li h3 {
    font-size: 40px;
}

table.price2 th, table.price2 td:nth-of-type(2) {
	width: 170px;
}

section.form table th {
    padding: 15px 0;
    width: 200px;
}
section.form table td {
    padding: 5px 15px 3px 15px;
}
section.form table td span.wpcf7-list-item {
    line-height: 26px;
}
section.form table td span.wpcf7-form-control {
    padding: 10px 0 5px;
}
section.form p input.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px;
    font-size: 16px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}

ul.price li dt {
    font-size: 18px;
}


}





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

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



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

section.footer div.center > p {
    font-size: 14px;
}
p.flogo {
    width: 130px;
}
ul.map2 li {
    width: 100%;
}

/*------------------------------------*\
    共通_700
\*------------------------------------*/

.ttl1 {
	font-size: 50px;
	line-height: 30px;
	border-bottom: 5px solid #707070;
}
.ttl2 {
	font-size: 43px;
	border-bottom: 5px solid #707070;
}
.ttl2 span {
	font-size: 20px;
	margin-bottom: 3px;
}
.ttl3 {
	font-size: 50px;
}
.ttl3 span {
	font-size: 20px;
	margin: -40px auto 4%;
}
.ttl5 {
    font-size: 40px;
}
.ttl6 {
    font-size: 23px;
}
.ttl7 {
    font-size: 20px;
    border-left: 5px solid #d9010e;
}
.ttl8 {
    font-size: 25px;
}
.ttl8::before {
    right: 110%;
}
.ttl8::after {
    left: 110%;
}
.ttl9 {
    font-size: 16px;
}

section.cta1 ul, section.cta2 ul {
    max-width: 500px;
}
section.cta1 ul {
    margin: 0 auto;
}
section.cta1 ul li, section.cta2 ul li {
    width: 100%;
    margin: 0 0 3% 0!important;
}

ul.link1 li {
    width: 49%;
}
ul.link1 li a {
    font-size: 14px;
    border-radius: 10px;
}
ul.link3 li {
    width: 49%;
}
ul.link3 li a {
    font-size: 20px;
    padding: 13px 0;
}
ul.link3 li a::before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    left: 7px;
    top: 7px;
}
ul.link4 li {
    width: 48%;
    margin-bottom: 3%;
}
ul.link4 li a {
	padding: 20px 5px;
}
ul.link4 li a span {
    font-size: 14px;
}

ul.list1 > li {
    padding-left: 23px;
}
ul.list1 > li::before {
    width: 12px;
    height: 12px;
    top: 6px;
}
ul.list1 > li::after {
    width: 16px;
    height: 16px;
    top: 3px;
}
ul.list2 li {
    font-size: 14px;
    line-height: 26px;
    padding-left: 1.2rem;
}
ul.list3 li {
    font-size: 16px;
    width: 100%;
    margin-bottom: 1%;
}
ul.list-icon li {
    width: 100%;
    padding: 8px 8px 8px 28px;
    font-size: 15px;
}
ul.list-icon li i {
    top: 12px;
}


section.bread li {
    font-size: 12px;
}
section.bread li a {
    padding: 13px 0;
}

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

section.main h1 span {
	font-size:14px;
}
section.main h1 span br {
	display:block;
}
section.main ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
section.main ul li {
    width: 100%;
    margin-bottom:3%;
    max-height: 130px;
    overflow: hidden;
}
section.main {
    padding-top: 110px;
}

section.back1 {
    padding: 30px 0;
}
section.back1::before {
    height: 8px;
    top: 10px;
}
section.back1::after {
    height: 8px;
    bottom: 10px;
}
ul.img-txt-link li > p {
    width: 100%;
}
ul.img-txt-link li > p::before {
    content:"";
    width: 100%;
    padding-top: 70%;
    display: block;
}
ul.img-txt-link li > div {
    width: 100%;
    padding-bottom: 50px;
}
ul.img-txt-link li:nth-child(even) > p {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
}

ul.en-img-txt li {
    width: 100%;
    margin: 0 auto 3%;
    padding: 5%;
}
ul.en-img-txt li > p:first-child span:first-child {
    font-size: 50px;
}
ul.en-img-txt li > p:first-child span:nth-child(2) {
	width: 80%;
	margin: 0 auto 5%;
	max-width: 300px;
}

ul.top-works li span:nth-child(1) {
    font-size: 20px;
    padding: 5px 0;
}

label.qa-btn {
    font-size: 16px;
    padding: 10px 5px 10px 65px;
}
label.qa-btn span {
    left: 10px;
}
.show-a {
    padding: 0 5px 0 65px;
}
ul.top-faq li input:checked ~ .show-a {
    padding: 5px 5px 10px 65px;
}
.show-a p:first-child span:first-child {
    font-size: 25px;
    left: 9px;
}
.show-a p {
    font-size: 14px;
}

section.loop {
	padding:5px 0;
}
section.loop ul li, section.loop div.gallery dl.gallery-item {
    width: calc(100vw / 3)!important;
    border-right: 5px solid #ddd0;
}
/*------------------------------------*\
    アーカイブ700
\*------------------------------------*/





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

section.header {
    padding: 100px 0 30px;
}
.ttl-page {
    font-size: 25px;
}
.ttl-page span {
    font-size: 55px;
}

ul.col2_service > li {
    width: 100%;
    padding: 3% 3% 5%;
    border-bottom: 1px solid;
    margin: 0 auto 5%;
}
ul.flow > li {
    width: 100%;
    padding-bottom: 3%;
}
ul.flow > li h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
ul.flow > li p br {
    display: none;
}

ul.paint > li {
    width: 100%;
}
ul.paint > li > div:first-child span {
    border-bottom: 2px solid #707070;
}
ul.paint > li > div:first-child span::after {
    width: 2px;
    right: -2px;
    bottom: -2px;
}

table.price1 th, table.price2 th {
    display: block;
    width: 100%;
    border: unset;
    max-width: unset;
}
table.price1 td, table.price2 td {
    display: block;
    width: 100%;
    border: unset;
    padding: 5px 10px 5px;
}
table.price2 tr {
    display: block;
}
table.price2 td:nth-of-type(1),table.price2 td:nth-of-type(2) {
    width: 100%;
    border: unset;
}

ul.img-gallery li, ul.img-gallery li:nth-child(3n),ul.img-gallery1 li, ul.img-gallery1 li:nth-child(3n) {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
}
ul.img-gallery li:nth-child(even),ul.img-gallery1 li:nth-child(even) {
    margin-right: 0;
}

section.form table th {
    display: block;
    width: 100%;
    padding: 10px 0;
}
section.form table td {
    padding: 5px 0px 3px;
    width: 100%;
    display: block;
}
section.form table td.rdate {
    text-align: center;
}
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%;
    max-width: unset;
}
section.form table td.rdate  span.wpcf7-form-control-wrap {
    display: inline-block;
    margin: 0 5px;
}

table.about th,table.about td {
    display: block;
    width: 100%;
    border: unset;
}

ul.price li dt {
    font-size: 16px;
}
ul.price li dd span.dd-price {
    font-size: 15px;
    padding: 1px 3px;
}
ul.icon li {
    width: 90px;
}
ul.icon li i {
    font-size: 35px;
}
ul.icon li span {
    font-size: 12px;
}



}

