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

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

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

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

ol, ul{
	list-style:none;
}


ul.flex,.flex{
	display:-webkit-box;
	display:-ms-box;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

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:#525252;
}
p a:hover {
	color:#8fb2dc;
}
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:#525252;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size:16px;
}
b{font-weight:bold;}
img{
	width: 100%;
	display: block;
	height: auto;
}
span.sbi_follow_btn.sbi_custom span,#sb_instagram .sbi_load_btn .sbi_btn_text {
    color: #fff;
}

.width {
	width:80%;
	max-width:1200px;
	margin:0 auto;
}
.width p{
	margin-bottom:10px;
	letter-spacing:1px;
	text-align: justify;
}
.width a, .width span, .width b, .width strong,
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;}
.mb5 {margin-bottom:5%!important;}
.mb0 {margin-bottom:0%!important;}
.mb10 {margin-bottom:10%!important;}

div.floatr,div.floatl {
    margin: 3% auto;
}
.floatr p.float, img.floatr {
    float: right;
    margin: 0 0 10px 3%;
    width: 47%;
}
.floatl p.float {
    float: left;
    margin: 0 3% 10px 0;
    width: 47%;
}
span.b {
	font-weight:500;
}
span.bu {
	font-weight:500;
	border-bottom:1px solid;
}
span.blue {
	color: #8fb2dc;
}
span.rblue {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #d6e2ec));
	background:-o-linear-gradient(transparent 60%, #d6e2ec 0%);
	background:linear-gradient(transparent 60%, #d6e2ec 0%);
	padding:0 3px;
}
span.borange {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #f7d2b7));
	background:-o-linear-gradient(transparent 60%, #f7d2b7 0%);
	background:linear-gradient(transparent 60%, #f7d2b7 0%);
	padding:0 3px;
}
span.pink {
	color: #ec649a;
}
span.orange {
	color: #f78842;
}
span.big {
	font-weight:500;
	font-size:120%!important;
}
.small {
    font-size: 80%!important;
}
.ib {
    display:inline-block;
}
p.right {
    text-align: right;
}
p.center {
    text-align: center;
}

@-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 fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.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);
}
.fuwafuwa {
    -webkit-animation: 3s fuwafuwa infinite;
            animation: 3s fuwafuwa infinite;
}



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

hgroup p {
    position: absolute;
    width: 200px;
    top: 10px;
    left: 10px;
    z-index: 10;
}
hgroup p a {
    display: block;
}
.menu1 {
    position: fixed;
    width: 100%;
    right: 10px;
    top: 10px;
    text-align: right;
    z-index: 99;
}
.menu1 ul {
    font-size: 0;
    -webkit-filter: drop-shadow(2px 2px 5px rgb(214 214 214));
            filter: drop-shadow(2px 2px 5px rgb(110 110 110));
}
.menu1 li {
    display: inline-block;
    background: #fff;
    width: 110px;
    text-align: center;
    margin: 0 -5px;
    border-radius: 50%;
    -webkit-animation: fadeintb;
    animation: fadeintb;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    vertical-align: top;
}
.menu1 li:nth-child(1) {
	-webkit-animation-delay:0;
	        animation-delay:0;
}
.menu1 li:nth-child(2) {
	-webkit-animation-delay:0.2s;
	        animation-delay:0.2s;
}
.menu1 li:nth-child(3) {
	-webkit-animation-delay:0.4s;
	        animation-delay:0.4s;
}
.menu1 li:nth-child(4) {
	-webkit-animation-delay:0.6s;
	        animation-delay:0.6s;
}
.menu1 li:nth-child(5) {
	-webkit-animation-delay:0.8s;
	        animation-delay:0.8s;
}
.menu1 li:nth-child(6) {
	-webkit-animation-delay:1.0s;
	        animation-delay:1.0s;
}
.menu1 li:nth-child(7) {
	-webkit-animation-delay:1.2s;
	        animation-delay:1.2s;
}
.menu1 li a {
    display: block;
    padding: 43.5px 0;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.menu1 li.pin1 a {
	letter-spacing: -2px;
}
.menu1 li.pin2 a {
	padding: 32px 0;
	letter-spacing: -2px;
}
.menu1 li a::before {
    content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0;
	right:0;
    top: 0px;
	margin:auto;
    background: #8FB2DC;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	opacity:0;
}
.menu1 li a:hover, .menu1 li a.current {
    color: #fff;
}
.menu1 li a:hover::before, .menu1 li a.current::before {
    opacity:1;
    width: 110px;
    left:0;
}
.menur {
    display: none;
}

section.top-contact {
    background: #d6e2ec;
    padding: 3% 0;
    margin-bottom: 5%;
    position: relative;
}
section.top-contact::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #d6e2ec;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
}


section.top-contact > div {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
}
section.top-contact table,section.top-contact tbody {
    width: 100%;
    font-size: 0;
}
section.top-contact tr {
    border-bottom: 10px solid #d6e1ec;
}
section.top-contact tr:nth-child(n+2):nth-child(-n+5) {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
section.top-contact th {
    display: inline-block;
    width: 180px;
    vertical-align: top;
    background: #8fb2dc;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}
section.top-contact table p {
    color:#fff;
    margin:0;
    letter-spacing: 0;
}
section.top-contact th span {
    font-size: 14px;
    padding-left: 5px;
    color: #FFFE01;
}
section.top-contact td {
    display: inline-block;
    width: calc(100% - 180px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}
section.top-contact tr:first-child td,section.top-contact tr:last-child td {
    padding: 10px;
}
section.top-contact td span.rei {
    display: block;
    font-size: 14px;
}
div.wpcf7 td span.wpcf7-list-item {
    margin: 0 1em 0 0;
}
div.wpcf7 td span.wpcf7-list-item-label {
    cursor: pointer;
}
div.wpcf7 td input.wpcf7-text {
    height: 43px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    max-width: 350px;
    border: unset;
}
div.wpcf7 td textarea.wpcf7-textarea {
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    border: unset;
}
div.wpcf7 p input.wpcf7-submit {
    padding: 12px 0;
    background: #8fb2dc;
    font-weight: bold;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px!important;
    color: #ffffff;
    margin-top: 5%;
    margin-left: 72px;
    width: 140px;
    border: unset;
}
div.wpcf7 p input.wpcf7-submit:hover {
    background: #fff;
    cursor: pointer;
    color: #8fb2dc;
}
.wpcf7 form .wpcf7-response-output {
    border: none!important;
}
section.top-contact form > p {
    text-align:center;
}
section.footer > div p {
    text-align:center;
    font-size: 18px;
}
section.footer > div > p span {
    display: block;
    font-size: 80%;
    color: #8eb1db;
}
section.footer > div > p span.fmail {
    font-size: 100%;
    background: #8eb1db;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1% auto 2px;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 500;
}
section.footer > div p img {
    margin: 0 auto 5%;
    max-width: 500px;
    width: 70%;
}
section.footer > div  ul {
    margin: 5% auto;
    text-align: center;
}
section.footer > div ul li {
    display: inline-block;
}
section.footer > div ul li a {
    display: block;
    padding: 13px 20px;
}
section.footer > div ul li a:hover {
    color: #8fb2dc;
}
footer#colophon {
    background: #8fb2dc;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
}


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

section.main {
    position: relative;
}
section.main h1 {
    position: absolute;
    bottom: 3px;
    right: 3px;
}
section.main p:nth-child(2) {
    position: absolute;
    width: 25%;
    max-width: 350px;
    left: 15%;
    top: 15%;
    -webkit-animation: fadeintb;
    animation: fadeintb;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
.box1 {
    display: inline-block;
    width: 300px;
    position: relative;
    background: #D6E3EC;
    z-index: 1;
}
.box1::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
    background: #D6E3EC;
}
.box1::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #8FB2DC;
    left: 10px;
    top: 10px;
    z-index: -2;
}
.box1 div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10%;
}
.title1 {
    font-size: 20px;
    letter-spacing: 1px;
}
.title1 span {
    display: block;
    color: #fff;
    font-size: 200%;
}
.title2 {
    font-size: 80px;
    color: #8fb2dc;
    font-weight: 500;
    margin: 5% auto 3%;
}
.title2 span {
    display: block;
    font-size: 30px;
}
.title3 {
    text-align: center;
    background: #8fb2dc;
    position: relative;
    margin: 20px 0;
}
.title3::before {
    content:"";
    height: calc(100% + 20px);
    width: 2px;
    position: absolute;
    background: #D6E3EC;
    top: -10px;
    left: 15px;
}
.title3::after {
    content:"";
    height: calc(100% + 20px);
    width: 2px;
    position: absolute;
    background: #D6E3EC;
    top: -10px;
    right: 15px;
}
.title3 span {
    display: block;
    color: #fff;
    padding: 20px 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 5px;
}
.title3 span::before {
    content:"";
    width: calc(100% + 20px);
    height: 2px;
    position: absolute;
    background: #D6E3EC;
    top: 15px;
    left: -10px;
}
.title3 span::after {
    content:"";
    width: calc(100% + 20px);
    height: 2px;
    position: absolute;
    background: #D6E3EC;
    bottom: 15px;
    left: -10px;
}
.title4 {
    font-size: 40px!important;
    font-weight: bold;
    color: #8fb2dc;
    letter-spacing: 3px!important;
    margin-bottom: 3%!important;
}
.title5 {
    font-size: 40px;
    font-weight: bold;
    text-align:center;
    letter-spacing: 3px!important;
    margin-bottom: 3%!important;
}
.title6 {
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 8px;
}
.title7 {
    text-align: center;
    font-size: 33px;
    letter-spacing: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 3%;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
}
.title7::before {
    content: "★";
    display: block;
    position: absolute;
    letter-spacing: 0;
    color: #f0e664;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 50px;
}
.title7::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #f0e564;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.title8 {
    margin: 3% auto 1.5%;
    font-weight: 500;
    font-size: 25px;
}
.title8 span {
    color: #8eb1db;
}
.title9 {
	font-weight: 500;
	font-size:30px;
	margin-bottom: 5%;
	position: relative;
	padding-bottom: 8px;
}
.title9 span {
    display: block;
    font-size: 140%;
    color: #d6e2ec;
	font-weight: 500;
}
.title9::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background:#8fb2dc;
    width: 60px;
    height: 3px;
}
p.link1 a {
    display: block;
    max-width: 240px;
    margin: 10px 0 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #525252;
    position: relative;
}
p.link1 a::before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    background: #525252;
    -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
            transform: rotate(-60deg);
    bottom: -8px;
    right: 12px;
}
p.link1 a:hover {
    color: #8fb2dc;
    border-bottom: 1px solid #8fb2dc;
}
p.link1 a:hover::before {
    background: #8fb2dc;
}
section.index1 {
    position: relative;
    font-size: 0;
}
section.index1::before {
    content: "";
    background: #d6e2ec;
    width: 40%;
    height: 1000px;
    position: absolute;
    -webkit-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
    z-index: -1;
    right: -20%;
    bottom: -35%;
}
section.index1 .box1 {
    -webkit-animation: fadeinlr;
    animation: fadeinlr;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
section.index1 ul {
    width: calc(100% - 300px);
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5%;
    vertical-align: bottom;
}
section.index1 ul li {
	-webkit-animation: fadeinbt;
	animation: fadeinbt;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay:0s;
	animation-delay:0s;
	opacity: 0;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
section.index1 ul li:nth-child(2) {
	-webkit-animation-delay:0.3s;
	        animation-delay:0.3s;
}
section.index1 ul li a {
    display: block;
    border-bottom: 1px solid #525252;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
section.index1 ul li a span {
    padding-right: 20px;
}
section.index1 ul li a:hover {
    color: #8fb2dc;
}
section.index2 ul {}
section.index2 ul li:nth-child(1) {
    width: 67%;
    margin-right: 3%;
}
section.index2 ul li:nth-child(2) {
    position: relative;
    width: 30%;
}
section.index2 ul li:nth-child(2) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.index3 .title3 {
    width: 470px;
    z-index: 2;
}
.index3 > div {
    width: calc(110% - 470px);
    background: #d6e2ec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8% 5% 4%;
    margin: -6% 0 -50px auto;
    min-width: 600px;
}
.index3 > ul li, ul.col4 li {
    width: calc(94% / 4);
    margin-right: 2%;
    position: relative;
}
.index3 > ul li::before {
    content:"";
    width: 100%;
    padding-top: 100%;
    display: block;
}
.index3 > ul li:last-child, ul.col4 li:last-child,section.page-body .index3 > ul li:nth-child(4n) {
    margin-right: 0;
}
.index3 > ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
}
.index3 > ul li span {
    position: absolute;
    background: #fff;
    color: #8fb2dc;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    right: 0;
    text-align: center;
    width: 80%;
    border-radius: 50px;
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.index3 > ul li a:hover span {
	background:#fbfd67;
	color:#525252;
}

ul.col4 {
    margin: 3% auto;
}
section.index4 ul li, ul.service li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    font-size: 0;
}
section.index4 ul li:nth-child(even), ul.service li:nth-child(even) {
    margin-right: 0!important;
}
section.index4 ul li > p {
	position: relative;
	width: 70%;
	margin: -40% 0 0 auto;
	z-index: -2;
}
section.index4 ul li > p::before, ul.service li > p::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
section.index4 ul li > p img, ul.service li > p img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
}



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

section.head {
    background: url(https://mirainet-y.site/wp-content/uploads/2023/01/back1.jpg);
    background-size: cover;
    padding: 170px 0 4%;
    position: relative;
    margin-bottom: 20px;
}
section.head.h-kirari {
    background: url(https://mirainet-y.site/wp-content/uploads/2024/01/studio1.jpg)no-repeat center / cover;
}
section.head::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -8px;
    background: #a2dcff;
}
section.head::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -14px;
    background: #b2e0fe;
}
section.head h1,section.head p.title {
    color: #fff;
    font-weight: bold;
    font-size: 70px;
    letter-spacing: 5px;
    position: relative;
}
span.mirai {
    position: absolute;
    font-size: 16px;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: bold;
}
section.head p:nth-child(2), section.head h1.h-kirari {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding-left: 3%;
}
section.head p.h-kirari {
    width: 60%;
    max-width: 600px;
    -webkit-filter: drop-shadow(1px 1px 5px rgb(0 0 0));
    filter: drop-shadow(1px 1px 5px rgb(0 0 0));
    margin-bottom: 3%;
}
section.head h1.h-kirari {
    position: relative;
}
section.head h1.h-kirari::after {
    content: "";
    width: 130px;
    height: 100px;
    background: url(https://mirainet-y.site/wp-content/uploads/2024/01/piyori.gif)no-repeat center bottom / contain;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 43%));
    filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 43%));
}

ul.news li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}
ul.news li:nth-child(even) {
    margin-right: 0;
}
ul.news li a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1rem;
    background: #fff;
    -webkit-filter: drop-shadow(2px 2px 5px #989898a1);
            filter: drop-shadow(2px 2px 5px #989898a1);
    font-size: 0;
    height: 100%;
}
ul.news li a p.fuwafuwa {
    position: absolute;
    width: 60px;
    left: -40px;
    top: -50px;
}
ul.news li a:hover p.fuwafuwa {
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}
ul.news li a p.img {
    width: 90px;
    display: inline-block;
    margin-right: 10px;
}
ul.news li a div {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
}
ul.news li a div p span {
    font-size: 120%;
    padding-right: 5px;
    color: #8fb2dc;
    font-weight: bold;
}
ul.news li a div h2 {
    font-size: 25px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.news li a > p:nth-child(4) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
ul.news li a > p:last-child {
    margin: 0 0 0 auto;
    border-bottom: 1px solid #525252;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 50px 5px 10px;
    position: relative;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
ul.news li a > p:last-child::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #525252;
    position: absolute;
    right: -3px;
    bottom: 6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
ul.news li a:hover div h2 {
    color: #8fb2dc;
}
ul.news li a:hover > p:last-child {
    padding: 0 30px 5px 30px;
    color: #8fb2dc;
}
nav.navigation.pagination {
    margin: 8% auto 0;
    text-align: center;
}
nav.navigation.pagination h2 {
    display: none;
}
.nav-links a,.nav-links span {
    background: #8FB2DC;
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
    margin-right: 1%;
    margin-top: 10px;
    font-weight: bold;
    font-size: 23px;
}
.nav-links a:last-child, .nav-links span:last-child {
    margin-right: 0;
}
.nav-links a:hover {
    background: #D6E3EC;
    color:#525252;
}

section.singlep {
    position: relative;
}
section.singlep p.fuwafuwa {
    position: absolute;
    width: 70px;
    left: -50px;
    top: -90px;
}
section.singlep h1 {
    background: #D6E3EC;
    font-size: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
section.singlep p.date {
    background: #8FB2DC;
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
}
section.singlep img {
    margin: 3% auto;
}
section.singlep p.fuwafuwa img,section.singlep img.floatr {
    margin: 0;
}

nav.news-nav ul {
    font-size: 0;
}
nav.news-nav li {
    width: 50%;
    display: inline-block;
}
nav.news-nav li:nth-child(1) a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 10px 5px 50px;
    border-bottom: 1px solid #525252;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
nav.news-nav li:nth-child(2) a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 50px 5px 10px;
    border-bottom: 1px solid #525252;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
nav.news-nav li:nth-child(1) a::before {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    background: #525252;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    left: -3px;
    bottom: 6px;
}
nav.news-nav li:nth-child(2) a::before {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    background: #525252;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: -3px;
    bottom: 6px;
}
nav.news-nav li:nth-child(1) a:hover,nav.news-nav li:nth-child(2) a:hover {
    padding: 15px 30px 5px;
    color: #8fb2dc;
}
nav.news-nav > p a, p.link2 a {
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    background: #d5e3ec;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 13px 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
}
nav.news-nav > p a:hover {
    background: #8fb2dc;
    color: #fff;
}



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

ul.service li > p {
	position: relative;
	width: 70%;
	margin: 100px 0 0 -40%;
	z-index: -2;
	display: inline-block;
	vertical-align: top;
}
.box2 {
    width: 70%;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
    display: inline-block;
    vertical-align: top;
}
.box2::before {
    content:"";
    background:#fffaaf;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.box2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f0e764;
    z-index: -2;
    left: 10px;
    top: 10px;
}

section.message {
    background: #fffaaf;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3%;
    max-width: 1000px;
    margin: 0 auto;
}
section.message div {
    margin: 0;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4% 5% 5%;
}
section.message p.float {
    max-width: 300px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-top: -150px;
}
section.message p.float::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
section.message p.float img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
}

table.about {
    max-width: 1000px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0 10px;
}
table.about th {
    background: #d6e2ec;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200px;
    text-align: center;
    padding: 15px 0;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 18px;
}
table.about td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    background: #f1f6fb;
    border-left: 10px solid #fff;
}
ul.sitemap {
    font-size: 0;
}
ul.sitemap > li {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
    vertical-align: top;
    border-top: 1px solid;
}
ul.sitemap > li:nth-child(even) {
    margin-right: 0;
}
ul.sitemap > li:last-child,ul.sitemap > li:nth-last-child(2) {
    border-bottom: 1px solid;
}
ul.sitemap > li > a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    font-size: 18px;
}
ul.sitemap > li > ul li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px 10px 20px;
    display: block;
}
ul.sitemap li a:hover {
    color: #8fb2dc;
}

table.tablep {
    border-collapse: separate;
    border-spacing: 5px;
}
table.tablep th {
    background: #d6e2ec;
    width: 40%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    font-size: 18px;
    min-width: 300px;
}
table.tablep tr:first-child th,table.tablep tr:first-child td {
    background: #8eb1db;
    color: #fff;
    font-size: 20px;
    text-align: center;
}
table.tablep th span,table.tablep td span,table.tablep td a {
    display: block;
    font-size: 80%;
}
table.tablep td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background: #ffffdd;
    padding: 10px;
    font-size: 18px;
}
table.tablep td:nth-of-type(2) {
    text-align: right;
    width: 20%;
    min-width: 200px;
    background: #ffedde;
}
table.tablep td a:hover {
	color:#8eb1db;
}

ul[class^="price_"]{
    font-size: 0;
    margin: 0 auto;
}
ul[class^="price_"] li {
    display: inline-block;
    position: relative;
    background: url(https://mirainet-y.site/wp-content/uploads/2023/03/back2.jpg);
    text-align: center;
    border-radius: 50%;
    background-size: cover;
}
ul[class^="price_"] li:last-child {
    margin-right: 0px;
    background: url(https://mirainet-y.site/wp-content/uploads/2023/03/back3.jpg);
    background-size: cover;
}
ul[class^="price_"] li::before {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}
ul[class^="price_"] li span {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    font-size: 25px;
    font-weight: 500;
}
ul[class^="price_"] li span::before {
    content: "";
    background: #fff;
    height: 50px;
    width: 5px;
    position: absolute;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    right: 8px;
    z-index: 1;
    margin: auto;
}
ul[class^="price_"] li span::after {
    content: "";
    background: #fff;
    width: 50px;
    height: 5px;
    position: absolute;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    right: -15px;
    z-index: 1;
    margin: auto;
}
ul[class^="price_"] li:nth-last-child(2) span::before, ul[class^="price_"] li:nth-last-child(2) span::after {
    display:none;
}
ul[class^="price_"] li:last-child span::before {
    content: "";
    height: 5px;
    width: 50px;
    bottom: 60%;
    top: auto;
    right: auto;
    left: -5%;
}
ul[class^="price_"] li:last-child span::after {
    content: "";
    width: 50px;
    height: 5px;
    top: 60%;
    bottom: auto;
    right: auto;
    left: -5%;
}
ul.price_1 {
    max-width:800px;
}
ul.price_1 li {
    width: 35%;
    margin-right: -2.5%;
}
ul.price_2 {
    max-width: 1000px;
}
ul.price_2 li {
    width: 27%;
    margin-right: -2.7%;
}

ul.li1 li,ul.li2 li {
    font-size: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 1.5em;
    position: relative;
    line-height: 28px;
}
ul.li1 li::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(https://mirainet-y.site/wp-content/uploads/2023/03/back2.jpg);
    background-size: cover;
    border-radius: 50%;
    left: 3px;
    top: 5px;
}
ul.li2 li::before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    background: url(https://mirainet-y.site/wp-content/uploads/2023/03/back3.jpg);
    background-size: cover;
    border-radius: 50%;
    left: 3px;
    top: 5px;
}

ul.col2 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3%;
}
ul.col2 li:nth-child(even) {
    margin-right: 0;
}
ul.col2 li p:first-child {
    position: relative;
}
ul.col2 li p:first-child img {
    width: 70%;
    max-width: 400px;
}
ul.col2 li p:first-child span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 60%;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 30%);
            box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 30%);
    font-size: 30px;
    padding: 10px 0;
    color: #8eb1db;
    font-weight: bold;
}
ul.col2 li .title6 {
    text-align: left;
}

ul.col3 > li {
    width: calc(100% / 3);
}
div.cartjs_product_img, div.cartjs_product_table table {
    width: 80%!important;
}
div.cartjs_cart_in {
    width: 90%!important;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 2%!important;
}
div.cartjs_product_explain {
    width: 96%!important;
    height: 230px;
    overflow: scroll;
    background: #d6e2ec;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #d6e2ec;
}
div.cartjs_product_explain::before {
	content: "\02191Scroll";
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 25px;
}

section.page-body .index3 > ul li {
	margin-bottom: 2%;
}

table.table1 {
    border-collapse: separate;
    border-spacing: 0 3px;
}
table.table1 th {
    background: #8eb1db;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    min-width: 100px;
}
table.table1 td {
    background: #d6e2ec;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    text-align: right;
}

.map iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    max-height: 450px;
    display: block;
}










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

/*------------------------------------*\
    ヘッダー＆フッダー
\*------------------------------------*/
hgroup p {
    width: 160px;
}
.menu1 {
    display: none;
}
.menur {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
}
nav.nav1 {
    display: block;
}
.r-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 90;
    background-color: #f2cf54;
}
.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{
    background: #fff;
}
#label1:checked ~ .r-btn span {
    background-color: #fff0;
}
#label1:checked ~ .r-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
	background-color: #8fb2dc;
}
#label1:checked ~ .r-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
	background-color: #8fb2dc;
}
#label1 {
    display: none;
}
.hidden_box .hidden_show {
    height: 0;
    padding: 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: left;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 35%);
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 35%);
    max-height: 100vh;
}
.hidden_show ul.nav1-a {
    height: 0;
    padding: 0;
    overflow: hidden;
    width: calc(100% - 70px);
}
.hidden_box input:checked ~ .hidden_show {
    padding: 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: #8fb2dc;
}
.hidden_box input:checked ~ .hidden_show ul.nav1-a {
	opacity: 1;
	height: auto;
}
.hidden_show ul.nav1-a li a{
	display: block;
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
}
.hidden_show ul.nav1-a li:last-child a{
	border-bottom:unset;
}

section.top-contact tr:nth-child(n+2):nth-child(-n+5) {
    display: block;
    width: 100%;
}
section.top-contact td, section.top-contact tr:first-child td, section.top-contact tr:last-child td {
    padding: 0 0 0 10px;
}
div.wpcf7 p input.wpcf7-submit {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}




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

.title1 {
    font-size: 18px;
}
.title1 span {
    font-size: 180%;
}
.title2 {
    font-size: 70px;
}
.title3 span {
    font-size: 30px;
}
.title4,.title5 {
    font-size: 35px!important;
}
.title6 {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.title7 {
    font-size: 28px;
}
.title7::before {
    top: -60px;
}
.title8 {
    font-size: 23px;
}
.title9 {
    font-size: 25px;
}

section.main p:nth-child(2) {
    left: 5%;
    top: 5%;
    width: 30%;
}
.box1 {
    width: 200px;
}
section.index1 ul {
    width: calc(100% - 200px);
}
section.index2 ul li:nth-child(1) {
    width: 60%;
}
section.index2 ul li:nth-child(2) {
    width: 37%;
}
.index3 .title3 {
    width: 380px;
}
.index3 > div {
    width: calc(100% - 200px);
    min-width: unset;
    margin: -6% 0 -40px auto;
}
.index3 > ul li span {
    font-size: 18px;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}



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

section.head {
    padding: 120px 0 5%;
}
section.head h1, section.head p.title {
    font-size: 55px;
}
ul.news li a p.fuwafuwa {
    width: 40px;
    left: -25px;
    top: -30px;
}
ul.news li a p.img {
    width: 60px;
}
ul.news li a div h2 {
    font-size: 20px;
}
ul.news li a div p {
    margin: 0;
}
ul.news li a > p:last-child {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}
.nav-links a, .nav-links span {
    width: 50px;
    height: 50px;
    padding-top: 7px;
}
section.singlep p.fuwafuwa {
    width: 50px;
    left: -30px;
    top: -50px;
}
section.singlep h1 {
    font-size: 25px;
}
nav.news-nav li:nth-child(1) a, nav.news-nav li:nth-child(2) a, nav.news-nav > p a, p.link2 a {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
}


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

ul.service li {
	width:49%;
	margin-right:2%;
}
ul.service li > p {
	margin: 160px 0 0 -50%;
}
.box2 {
    width: 80%;
}
table.about th {
    font-size: 17px;
    padding: 10px 0;
}
table.about td {
    padding: 10px;
}
ul.sitemap > li > a {
    font-size: 17px;
}

table.tablep th {
    width: 32%;
    font-size: 17px;
    min-width: 190px;
}
table.tablep tr:first-child th, table.tablep tr:first-child td {
    font-size: 19px;
}
table.tablep td:nth-of-type(2) {
    min-width: unset;
    width: 150px;
}
ul[class^="price_"] li span {
    font-size: 20px;
}
ul[class^="price_"] li span::before {
    height: 40px;
}
ul[class^="price_"] li span::after {
    width: 40px;
    right: -10px;
}
ul[class^="price_"] li:last-child span::before, ul[class^="price_"] li:last-child span::after {
    width: 40px;
    left: -3%;
}

ul.li1 li, ul.li2 li {
    font-size: 17px;
}
ul.col2 li p:first-child span {
    font-size: 25px;
}








}

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

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




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

hgroup p {
    width: 120px;
}
section.top-contact {
    padding: 5% 2%;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15%;
}
section.top-contact > div {
    padding: 0;
}
section.top-contact th {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
section.top-contact td, section.top-contact tr:first-child td, section.top-contact tr:last-child td {
    padding: 0;
    width: 100%;
    display: block;
}
div.wpcf7 td input.wpcf7-text {
    max-width: unset;
}
div.wpcf7 td span.wpcf7-acceptance span.wpcf7-list-item {
    margin: 0;
}
div.wpcf7 p input.wpcf7-submit {
    font-size: 16px;
    margin-left: 44px;
}
.wpcf7-spinner {
    margin: 0 10px;
}





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

.title2 {
    font-size: 45px;
}
.title2 span {
    font-size: 25px;
}
.title3 {
    margin: 10px auto;
}
.title3::before {
    left: 10px;
}
.title3::after {
    right: 10px;
}
.title3 span {
    font-size: 23px;
    padding: 15px 0;
}
.title3 span::before {
    top: 10px;
}
.title3 span::after {
    bottom: 10px;
}
.title4, .title5 {
    font-size: 25px!important;
}
.title7 {
    font-size: 25px;
}
.title7::before {
    font-size: 40px;
    top: -48px;
}
.title8 {
    font-size: 20px;
}
.title9 {
    font-size: 20px;
}

section.index1::before {
    width: 60%;
    right: -40%;
}
.box1 {
    display: block;
    width: 80%;
    margin-bottom: 5%;
}
.box1::before {
    padding-top: 150px;
}
p.link1 a {
    width: 50%;
}
p.link1 a::before {
    height: 20px;
    bottom: -6px;
    right: 7px;
}
.box1 p.link1 a {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
}
section.index1 ul {
    width: 100%;
    display: block;
    padding: 0;
}
section.index2 ul li:nth-child(1) {
    display: block;
    width: 100%;
    margin: 0 auto 5%;
}
section.index2 ul li:nth-child(2) {
    width: 100%;
    display: block;
}
.index3 .title3 {
    width: 100%;
}
.index3 > div {
    width: 100%;
    margin: -10px auto 10px;
    padding: 5% 5% 4%;
}
.index3 > ul li, ul.col4 li {
    width: 49%;
    margin-bottom: 2%;
}
.index3 > ul li:nth-child(even), ul.col4 li:nth-child(even) {
    margin-right: 0;
}
section.index4 ul li, ul.service li {
    width: 100%;
    margin: 0 auto 5%;
}
section.index4 .box1::before {
    padding-top: 180px;
}
section.index4 ul li > p {
    margin: -120px 0 0 auto;
}


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

section.head {
    padding: 100px 0 5%;
}
section.head h1, section.head p.title {
    font-size: 35px;
    letter-spacing: 3px;
}
span.mirai {
    top: -10px;
    font-size: 14px;
}
section.head p:nth-child(2), section.head h1.h-kirari {
    font-size: 20px;
}
section.head p.h-kirari {
    width: 90%;
}
section.head h1.h-kirari::after {
    width: 80px;
    height: 70px;
}

ul.news li {
    width: 100%;
    margin: 0 auto 3%;
}
ul.news li a {
    padding: 10px;
}
ul.news li a p.fuwafuwa {
    width: 30px;
    left: -1%;
    top: -20px;
}
ul.news li a > p:last-child {
    font-size: 12px;
    padding: 0 30px 5px;
}
.nav-links a, .nav-links span {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    font-size: 16px;
}

section.singlep p.fuwafuwa {
    width: 40px;
    left: -3%;
    top: -40px;
}
section.singlep h1 {
    font-size: 20px;
}

nav.news-nav li:nth-child(1) a,nav.news-nav li:nth-child(1) a:hover {
    padding: 10px 15px 8px 30px;
    font-size: 14px;
}
nav.news-nav li:nth-child(2) a,nav.news-nav li:nth-child(2) a:hover {
    padding: 10px 30px 8px 15px;
    font-size: 14px;
}
nav.news-nav > p a, p.link2 a {
    width: 160px;
    padding: 10px 0;
}


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

.box2 {
    width: 85%;
    display: block;
}
ul.service li:nth-child(even) .box2 {
	margin:0 0 0 auto;
}
ul.service li > p {
    display: block;
    margin: -30% 0 0 auto;
}
ul.service li:nth-child(even) > p {
    display: block;
    margin: -30% auto 0 0;
}

section.message div {
    padding: 0 5% 5%;
}
section.message h2 {
    text-align: center;
    font-size: 65px;
}
section.message p.float {
    margin-top: 0;
}

table.about {
    border-collapse: collapse;
    border-spacing: 0;
}
table.about th {
    display: block;
    width: 100%;
    font-size: 16px;
}
table.about td {
    display: block;
    border: unset;
}
ul.sitemap > li > a {
    font-size: 16px;
}

table.tablep {
    border-collapse: collapse;
    border-spacing: 0;
}
table.tablep th {
    display: block;
    width: 100%;
    padding: 7px 0;
    border-top: 3px solid#8eb1db;
    border-bottom: 3px solid#8eb1db;
}
table.tablep td,table.tablep td:nth-of-type(2) {
    display: block;
    width: 100%;
}
table.tablep tr:first-child td {
    display: none;
}
table.tablep td:nth-of-type(2) {
    text-align: center;
    background: #f2ce54;
    color: #fff;
}
ul[class^="price_"] li span {
    font-size: 4vw;
}
ul[class^="price_"] li span::before {
    height: 20px;
    width: 2px;
    right: 4px;
}
ul[class^="price_"] li span::after {
    width: 20px;
    height: 2px;
    right: -5px;
}
ul[class^="price_"] li:last-child span::before, ul[class^="price_"] li:last-child span::after {
    height: 2px;
    width: 20px;
}

ul.li1 li, ul.li2 li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 1.4em;
}
ul.li1 li::before,ul.li2 li::before {
    width: 15px;
    height: 15px;
    top: 6px;
}
ul.col2 li {
    width: 100%;
    margin: 0 auto 3%;
}

ul.col3 > li {
    width: 100%;
}

table.table1 th,table.table1 td {
    padding: 3px;
}






}

