@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;700&display=swap');
@import url("https://use.typekit.net/vxt0gvy.css");
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap');
/*
Theme Name: nonochiro
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/
*{
    box-sizing: border-box;
    font-family: "Zen Old Mincho", serif;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
p{
    line-height: 2;
}
a,
a:link {
	color: #676767;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #546373;
}
a:hover {
	color: #546373;
}
a:active {
	color: #546373;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #546373;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #ebf6ff;
    background-image: url(img/common/connected.png);
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	/* padding-top: 83px; */
	overflow: hidden;
	text-align: left;
}
.special #container {
	
}
#main {
	/* margin-top: 58px; */
    margin-bottom: 240px;
	display: block;
}
section{
    margin-top: 160px;
    background: #FFF;
    padding: 32px 40px;
    border-radius: 20px;
}
[class$="Page"] {
    max-width: 1400px;
    padding: 16px 24px;
    margin: 0 auto;
    width: 100%;
}
.contactPage.thanks{
    max-width: 1400px;
    padding: 16px 24px;
    margin: 0 auto;
    width: 100%;
}
.common h3{
    margin: 16px 0px 32px 40px;
    font-size: 3rem;
    position: relative;
}
.common h3::before{
    position: absolute;
    content: "〇";
    font-size: 1.8rem;
    top: 50%;
    left: -32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.topimg{
    margin-right: calc(50% - 36vw);
    margin-left: calc(50% - 37vw);
}
.topimg video{
    width: 100%;
}
.topimg img{
    width: 100%;
}

@media all and (min-width: 1001px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 1365px){
    .topimg{
       margin: 0 auto;
    }
}
@media all and (max-width: 1000px) {
    [class$="Page"]{
        padding: 0 16px;
    }
    .contactPage.thanks{
        padding: 0 16px;
    }
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
    #main {
        margin-bottom: 50px;
		margin-top: 75px;
    }
	#container {
		padding-top: 0px;
	}
	.special #container {
		padding-top: 0px;
	}
    section{
        padding: 24px 16px 24px;
        margin-top: 120px;
    }
    .common h3{
        font-size: 2rem;
        margin: 16px 0 24px 8px;
    }
    .common h3::before{
        font-size: 1rem;
        top: 16px;
        left: -16px;
    }
    .topimg{
        margin: 0 auto;
    }
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	/* position: fixed; */
	/* left: 0; */
	/* top: 0; */
	/* height: 140px; */
	width: 100%;
	/* z-index: 1000; */
	padding: 16px 0;
	background: #fff;
}
.special01 #gHeader {
}
.special01 #gHeader.on {
	background: #fff;
}
#gHeader .h1box {
    padding: 0px 0 0 8px;
	float: left;
}
#gHeader .menu {
    cursor: pointer;
    border-radius: 39px;
    position: relative;
    box-sizing: border-box;
}
#global-nav {
    background: #f8f4e6;
    width: 100%;
    padding: 20px 30px;
    position: fixed;
    top: 0;
    z-index: 1000;
}

#global-nav.m_fixed,#global-nav.a_fixed {
	left: 0;
	position: fixed;
	top: 0;
    z-index: 1000;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

#global-nav .inner {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.global-list {
    display: flex;
    list-style: none;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.global-list .nav-item a{
    display: inline-block;
    font-size:120%;
    text-decoration:none;
    position: relative;
    transition: .3s;
    z-index: 1;
}
.global-list .nav-item a::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color:#1a73e8;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.18, 0.65, 0.08, 1.01);
    transition: all 0.8s cubic-bezier(0.18, 0.65, 0.08, 1.01);
}
.current a{
    position: relative;
    color: #1a73e8;
}
.inner .global-list .current a::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1a73e8;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.8s cubic-bezier(0.18, 0.65, 0.08, 1.01);
    transition: all 0.8s cubic-bezier(0.18, 0.65, 0.08, 1.01);
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.menu span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 14px);
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background-color: #676767;
}
.menu.on span {
    top: 35px !important;
    opacity: 0;
}
.menu.on span:nth-of-type(1) {
    transform: rotate(45deg);
    opacity: 1;
}
.menu.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    opacity: 1;
}
.menuBox {
    display: none;
    position: fixed;
    right: 50px;
    top: 149px;
    width: 550px;
    background-color: #ebf6ff;
    background-image: url(img/common/connected.png);
    z-index: 1000;
    height: calc(100% - 149px);
    overflow-y: auto;
    box-sizing: border-box;
}
.menuBox .naviUl {
    padding: 0 50px 100px 60px;
}
.menuBox .naviUl li a {
    padding: 20px 30px 19px 0;
    position: relative;
    font-size: 1.6rem;
    display: block;
    font-weight: 500;
    letter-spacing: 0.06em;
    border-bottom: 1px solid;
}
.menuBox .naviUl li a:before {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left top;
    background-size: 21px 11px; 
    content: "";
    transition: .3s;
	-webkit-transition: .3s;
}
.menuBox .naviUl .blank a:before {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    background: url("img/common/icon13.png") no-repeat left top;
    background-size: 17px 17px; 
    content: "";
}

@media all and (min-width: 1001px) {
    #gHeader .menu:hover {
        opacity: 0.7;
    }
    .menuBox .naviUl li a:hover::after{
        right: -15px;
    }
	#gHeader.on {
	}
	#gHeader.on h1 {
		padding: 19px 0 0 50px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on h1 img {
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .menu {
		width: 52px;
		height: 52px;
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .menu span {
		width: 25px;
		left: calc(50% - 13px);
		transition: .3s;
		-webkit-transition: .3s;
	}
	#gHeader.on .menu span:nth-of-type(1) {
		top: 13px;
	}
	#gHeader.on .menu span:nth-of-type(2) {
		top: 22px;
	}
	#gHeader.on .menu span:nth-of-type(3) {
		top: 31px;
	}
	#gHeader.on .menu.on span {
		top: 23px !important;
	}
    .global-list .nav-item a:hover{
        color: #1a73e8;
    }
    .global-list .nav-item a:hover::after{
        opacity: 1;
        -webkit-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}
@media all and (max-width:1000px) {
	#gHeader {
        background: #fff;
        padding: 8px;
        position: fixed;
        z-index: 1000;
        top:0 ;
	}
    #gHeader > p{
        font-size: 1rem;
    }
    #gHeader h1 {
        padding: 1px 0 0 4px;
        float: left;
    }
    #gHeader .menu {
        float: right;
        width: 57px;
        height: 57px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    body.fixed #gHeader .rBox .btn {
        display: none;
    }
    .menu span {
        left: calc(50% - 15px);
        width: 30px;
        height: 2px;
    }
    .menu span:nth-of-type(1) {
        top: 12px;
    }
    .menu span:nth-of-type(2) {
        top: 18px;
        transform: rotate(90deg);
        width: 14px;
        left: calc(50% - 8px);
    }
    .menu span:nth-of-type(3) {
        top: 24px;
    }
    .menu.on span {
        top: 15px !important;
    }
    .menu p{
        position: absolute;
        bottom: 0;
        color: #676767;
    }
    .menuBox {
        right: 0px;
        top: 73px;
        width: 100%;
        height: calc(100% - 60px);
    }
    .menuBox .naviUl {
        padding: 0 27px 50px;
    }
}
@media all and (max-width:522px) {
    #gHeader .h1box{
        font-size: 1rem;
    }
}
/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
aside{
    height: 100%;
    z-index: 1;
    padding: 16px 40px 16px 8px;
    width: 17%;
    transition: all 0.8s;
    min-width: 358px;
}
aside .information h4{
    background: #FFF;
}
aside h4{
    text-align: center;
    font-size: 2rem;
    padding: 16px 0;
    color: #546373;
}
.side_links div{
    position: relative;
    margin-top: 32px;
}
.side_links div h4 {
    position: absolute;
    background: none;
    bottom: 10px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.information{
    text-align: center;
}
aside a{
    position: relative;
    height: 100%;
    display: block;
}
aside .information a::before{
    position: absolute;
    background: #fff9;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
aside a::before {
    position: absolute;
    background: #fff9;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s;
}
.hour{
    font-size: 2rem;
    background: #FFF;
    margin: 16px 0 32px;
}
.tel{
    font-size: 2rem;
    letter-spacing: 2px;
    background: #1a73e8 url(img/common/45-degree-fabric-dark.png);
    color: #FFF !important;
    padding: 8px 20px;
    border-radius: 50px;
}
.tel svg{
    margin-right: 8px;
}
.adress{
    font-size: 1.8rem;
    margin: 16px 0;
}
.adress svg{
    margin-right: 8px;
}
.contactside{
    background: #FFF;
    padding: 16px 16px;
}
.contactside h5{
    margin-bottom: 12px;
    font-size: 2rem;
    border-bottom: 2px dashed #bbbbbb;
    padding-bottom: 12px;
}
@media all and (min-width: 1001px) {
    aside a:hover::before {
        opacity: 0;
    }
    aside .information a:hover::before{
        opacity: 1;
    }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	max-width: 1150px;
    padding: 0 20px;
	margin: 0 auto 120px;
}
#pagePath li {
	margin-right: 10px;
	display: inline;
	letter-spacing: 0.08em;
}
#pagePath li a {
	padding-right: 30px;
	display: inline-block;
	background: url("img/common/icon04.png") no-repeat right center;
	background-size: 9px auto; 
}
#pagePath li img {
    margin: -3px 0 0;
    display: inline-block;
    vertical-align: middle;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 1000px) {
    #pagePath {
        max-width: inherit;
        margin: 0 auto 42px;
        padding: 0 24px;
    }
    #pagePath li {
        margin-right: 9px;
    }
    #pagePath li a {
        padding-right: 26px;
        background: url("img/common/sp_icon03.png") no-repeat right center;
        background-size: 8px auto; 
    }
    #pagePath li img {
        margin: -3px 0 0;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.scheduledata{
    padding: 80px 0;
    background: #FFF;
    position: relative;
}
.scheduledata::before{
    position: absolute;
    content: "";
    background: url(img/common/bgfooter.png)no-repeat center;
    width: 100%;
    height: 118px;
    background-size: 100% 100%;
    top: -112px;
    left: 0;
}
.top_footer{
    display: flex;
    justify-content: space-around;
    max-width: 1400px;
    margin: 0 auto 80px;
}
.xo-event-calendar table.xo-month .month-header>span{
    font-size: 2rem;
}
.top_footer table{
    width: 35%;
    background: #FFF;
    border-collapse: collapse;
    max-height: 200px;
}
.top_footer table th,.top_footer table td{
    text-align: center;
    font-size: 2rem;
    border: 1px solid #676767;
}
.circle{
    color: #dc3232;
}
.cross{
    color: #00d;
}
.top_footer table tr th:first-of-type{
    max-width: 60px;
}
.footer_information p{
    font-size: 2rem;
}
.footer_information .adress{
    font-size: 2.4rem;
}
.footer_information p:last-of-type{
    padding-bottom:32px ;
}
.footer_information img{
    width: 200px;
}
.xo-event-calendar{
    max-width: 1700px;
    margin: 0 auto;
}
.calendars.xo-months{
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.calendar.xo-month-wrap{
    width: 40%;
}
.xo-event-calendar table.xo-month button span.nav-next{
    position: absolute;
    right: 66px;
    top: 5%;
}
.holiday-titles{
    max-width: 900px;
    margin: 32px auto 0;
    display: flex;
    justify-content: center;
    gap: 32px;
}
#gFooter  {
    padding: 20px 100px;
}
#gFooter address {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    font-style: normal;
    text-align: center;
}
iframe{
    width: 100%;
}
.pageTop {
    position: fixed;
    right: 46px;
    bottom: 25px;
	z-index: 600;
    transition: 0.5s;
    opacity: 0;
}
.pageTop a:hover {
    opacity: 0.7;
}
@media all and (max-width: 1000px) {
    .scheduledata{
        padding: 64px 16px 0;
        margin-top: 160px;
    }
    .scheduledata::before{
        height: 37px;
        top: -37px;
    }
    .top_footer{
        flex-direction: column;
    }
    .top_footer table{
        width: 100%;
        max-width: 490px;
        margin: 0 auto;
    }
    .top_footer table tr th:first-of-type {
        max-width: 100px;
    }
    .top_footer table th, .top_footer table td{
        font-size: 1.6rem;
    }
    .footer_information{
        text-align: center;
        margin: 40px 0;
    }
    .footer_information .adress{
        font-size: 1.8rem;
    }
    .footer_information p{
        font-size: 1.6rem;
    }
    .calendar.xo-month-wrap{
        width: 100%;
    }
    .calendars.xo-months{
        flex-direction: column;
        max-width: 500px;
        width: 100%;
    }
    .xo-event-calendar table.xo-month button span.nav-next{
        right: 12px;
        top: 49%;
    }
    #gFooter  {
        padding: 22px 0;
        border-top: 1px solid #efeded;
    }
    .special #gFooter {
        border-top: none;
    }
    #gFooter address {
        font-size: 1.2rem;
        text-align: center;
    }
    .pageTop {
        display: none;
    }
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1116px;
	margin: 0 auto;
	padding: 0 20px;
}
@media all and (max-width: 1000px) {
    .content {
        max-width: inherit;
        padding: 0px;
    }
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 26px;
	padding: 93px 0 63px;
	text-align: center;
	border-bottom: 1px solid #D1CFCF;
}
.pageTitle .headLine01 .en {
	margin-bottom: 8px;
	display: block;
	font-size: 5.4rem;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.08em;
}
.pageTitle .headLine01 .jp {
	display: block;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
@media all and (max-width: 1000px) {
    .pageTitle {
        margin-bottom: 13px;
        padding: 18px 0 30px;
    }
    .pageTitle .headLine01 .en {
        margin-bottom: 2px;
        font-size: 3rem;
    }
    .pageTitle .headLine01 .jp {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/*------------------------------------------------------------
	indexPage
------------------------------------------------------------*/
.mainVisual {
	width: 100%;
}
.mainVisual video {
	width: 100%;
}
.maincontent{
    display: flex;
}
.indexPage h2{
    margin: 16px 0 16px;
    font-size: 3rem;
    color: #1a73e8;
}
.ind_blogsec ul{
    display: flex;
    flex-direction: column;
}
.index_blog{
    display: flex;
    gap: 36px;
    padding: 16px 0;
    transition: 0.5s;
}
.ind_blogsec ul li + li{
    border-top: 2px dashed #bbbbbb;
}
.index_blog h3{
    font-size: 2rem;
}
.alink{
    text-align: center;
    margin-top: 80px;
}
.alink a{
    font-size: 2rem;
    letter-spacing: 2px;
    background: #1a73e8 url(img/common/45-degree-fabric-dark.png);
    color: #FFF !important;
    padding: 8px 20px;
    border-radius: 50px;
    position: relative;
}
.alink a::before {
    position: absolute;
    background: #fff9;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.ind_greetingsec{
    padding: 32px 40px 96px;
    background: none;
}
.ind_greetingsec h2{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 16px 0 -30px;
    letter-spacing: 5px;
    height: 220px;
}
.ind_greetingsec p{
    max-width: 935px;
    margin: 0 auto;
    font-size: 2rem;
    line-height: 2.5;
    padding-left: 50px;
}
.ind_greetingsec .name{
    text-align: end;
}
.ind_features{
    background-image: url(img/index/indexbg.jpg);
    position: relative;
    background-position: right center;
    padding: 60px 40px 70px;
}
.ind_features::after{
    position: absolute;
    content: "";
    background: #fbfbfb9c;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    border-radius: 20px;
}
.ind_features h2{
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
}
.ind_features h3{
    z-index: 1;
    position: relative;
    font-size: 2rem;
    padding: 4px 0;
    background: #ebf6ff;
    color: #1a73e8;
}
.ind_features h3 span{
    margin-right: 16px;
    background: #1a73e8;
    padding: 4px 8px;
    color: #FFF;
    letter-spacing: 2px;
}
.headerwrapper{
    position: relative;
}
.featurespart p{
    margin: 0px 0 48px;
    z-index: 1;
    position: relative;
    background: #FFF;
    padding: 16px;
}
.featurespart:last-child p {
    margin-bottom: 0;
}
@media all and (min-width: 1001px) {
    .index_blog:hover{
        color: #1a73e8;
    }
    .alink a:hover::before {
        opacity: 1;
    }
}
@media all and (max-width: 1000px) {
    .indexPage h2{
        font-size: 2rem;
        margin: 16px 0 32px;
        height: 130px;
    }
    .index_blog{
        flex-direction: column;
        gap: 8px;
    }
    .index_blog h3{
        font-size: 1.8rem;
    }
    .alink{
        margin-top: 40px;
    }
    .alink a{
        font-size: 1.6rem;
    }
    .ind_greetingsec{
        padding: 0;
    }
    .ind_greetingsec p{
        margin: 40px auto 0;
        font-size: 1.2rem;
        max-width: 710px;
        padding: 0;
        line-height: 2.5;
    }
    .ind_features{
        padding: 8px;
    }
    .ind_features h2{
        margin: 16px 0 48px;
    }
    .ind_features h3{
        font-size: 1.8rem;
    }
    .featurespart p{
        padding: 16px 8px;
    }
}
/*------------------------------------------------------------
	初めての方へ
------------------------------------------------------------*/ 
.firsttime_explanationsec{
    position: relative;
}
.firsttime_explanationsec:nth-of-type(2n){
    background: none;
    margin-top:320px
}
.firsttime_explanationsec:nth-of-type(2n) h3{
    margin: 16px 0px 8px 40px;
}
.firsttime_explanationsec:nth-of-type(2n)::before{
    content: "";
    position: absolute;
    width: 3000px;
    height: 153%;
    background: url(img/common/bgsection.png)no-repeat;
    top: -17%;
    background-size: 100% 85%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
}
.firsttime_explanationsec h4{
     font-size: 2rem;
     color: #6ea4eb;
}
.explanationblock{
    margin-top: 40px;
}
.firsttime_point > div{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.firsttime_point{
    margin-top: 320px;
}
.pointbox{
    display: flex;
}
.pointbox p{
    padding: 8px 32px 56px 16px;
}
.pointbox img{
    width: 30%;
    object-fit: contain;
}
.headerwrapper h4{
    z-index: 1;
    position: relative;
    font-size: 2rem;
    padding: 8px 0;
}
@media all and (max-width: 1000px) {
    .firsttime_point > div{
        gap: 80px;
    }
    .firsttime_explanationsec:nth-of-type(2n){
        margin-top: 200px;
    }
    .firsttime_explanationsec:nth-of-type(2n) h3{
        margin: 16px 0 24px 16px;
    }
    .firsttime_point{
        margin-top: 200px;
    }
    .headerwrapper h4{
        padding: 0;
    }
    .pointbox{
        flex-direction: column;
    }
    .pointbox p{
        padding: 32px 16px 16px;
    }
    .pointbox img{
        width: 80%;
        margin: 0 auto;
    }
}
/*------------------------------------------------------------
	施設の流れ
------------------------------------------------------------*/
.flow_flowsec{
    background: none;
    padding: 0;
}
.flow_boxwrapper{
    display: flex;
    flex-direction: column;
    gap: 120px;
}
.flow_box{
    background: #FFF;
    padding: 32px 16px 40px;
    border-radius: 20px;
    position: relative;
}
.common .flow_box h3::before{
    display: none;
}
.flow_box:nth-of-type(1){
    background: #FFF url(img/common/pointicon01.png)no-repeat right 5% bottom 20%;
    background-size: 100px auto;
}
.flow_box:nth-of-type(2){
    background: #FFF url(img/common/pointicon02.png)no-repeat right 5% bottom 20%;
    background-size: 100px auto;
}
.flow_box:nth-of-type(3){
    background: #FFF url(img/common/pointicon03.png)no-repeat right 5% bottom 20%;
    background-size: 100px auto;
}
.flow_box:nth-of-type(4){
    background: #FFF url(img/common/pointicon04.png)no-repeat right 5% bottom 20%;
    background-size: 100px auto;
}
.flow_box + .flow_box::before{
    position: absolute;
    content: "";
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: url(img/common/arrow.png)no-repeat center;
    background-size: 40px auto;
}
.flow_box h3{
    display: flex;
    gap: 16px;
    margin: 0;
    align-items: center;
}
.flow_box p{
    padding: 24px 0 0 60px;
}
.flow_box span{
    border-radius: 50%;
    color: #1a73e8;
    height: 44px;
    width: 44px;
    display: flex;
    text-align: center;
    border: 1px dashed;
    align-items: center;
    justify-content: center;

}
@media all and (max-width: 1000px) {
    .flow_box:nth-of-type(1){
        background: #FFF url(img/common/pointicon01.png)no-repeat right 5% bottom 5%;
        background-size: 80px auto;
    }
    .flow_box:nth-of-type(2){
        background: #FFF url(img/common/pointicon02.png)no-repeat right 5% bottom 5%;
        background-size: 80px auto;
    }
    .flow_box:nth-of-type(3){
        background: #FFF url(img/common/pointicon03.png)no-repeat right 5% bottom 5%;
        background-size: 80px auto;
    }
    .flow_box:nth-of-type(4){
        background: #FFF url(img/common/pointicon04.png)no-repeat right 5% bottom 5%;
        background-size: 80px auto;
    }
}

/*------------------------------------------------------------
	料金表
------------------------------------------------------------*/
.pricelistsec{
    background: none;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.pricelistsec small{
	text-align:end;
}
.common .pricelistsec h3::before{
    display: none;
}
.pricelistsec h3{
    border-bottom: 1px solid;
    padding-bottom: 16px;
}
.pricelistsec h3::after{
    position: absolute;
    content: "";
    width: 50%;
    left: 0;
    bottom: -2px;
    border-bottom: 3px solid #1a73e8;
}
.pricelistsec dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
.pricelistsec dl + dl{
    margin-top:16px;
}
.pricelistsec dl::before{
    position: absolute;
    content:"";
    width: 63%;
    height: 10%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-top: 1px dashed ;
}
.pricelistsec dt, .pricelistsec dd{
    width: 128px;
    font-size: 2.5rem;
    font-family: "Akshar", sans-serif;
    text-align: center;
}
@media all and (max-width:600px) {
    .pricelistsec{
        padding: 0;
    }
    .pricelistsec dt, .pricelistsec dd{
        font-size: 2rem;
        width: fit-content;
    }
    .pricelistsec dl::before{
        width: 50%;
    }
}

/*------------------------------------------------------------
	アーカイブ
------------------------------------------------------------*/
#blog_archive{
    margin-top: 80px;
}
.blogPage_inner{
    display: flex;
    justify-content: space-between;
}
.blogPage_item{
    width: 70%;
}
.blogPage_item_widget{
    width: 25%;
}
.blog_txt{
    padding: 16px 8px;
    width: 100%;
}
.blogUl{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.blog_li{
    overflow: hidden;
}
.blog_li a{
    display: flex;
    gap: 16px;
    background: #FFF;
}
.title-wrap{
    margin-bottom: 8px;
}
.blog_title{
    font-size: 2rem;
}
.new_recent{
    background: #2e88ff;
    background-image: url(img/common/45-degree-fabric-dark.png);
    padding: 0px 8px;
    height: fit-content;
    color: #FFF;
    border-radius: 16px;
    margin-left: 16px;
}
.blog_content{
    font-size: 1.5rem;
}
.blog_li img{
    width: 30%;
    transition: 0.5s;
    object-fit: cover;
}
.widget{
    background: #2e88ff;
    border-radius: 20px;
    padding: 32px 16px;
    background-image: url(img/common/45-degree-fabric-dark.png);
}
.widget-title{
    color: #FFF;
    text-align: center;
    padding-bottom: 16px;
    font-size: 1.8rem;
}
.widget ul{
    background: #FFF;
    display: flex;
    flex-direction: column;
}
.widget ul li + li{
    border-top: 1px dashed;
}
.widget ul li a{
    display: block;
    width: 100%;
    padding: 16px 8px;
    text-align: center;
}
@media all and (min-width: 1001px) {
    .blog_li a:hover{
        color: #1a73e8;
        transition: 0.5s;
    }
    .blog_li a:hover img{
        transform: scale(1.03);
        transition: 0.5s;
    }
    .widget ul li a:hover{
        color: #1a73e8;
    }
}
@media all and (max-width: 1000px) {
    .blogPage_inner{
        flex-direction: column;
        gap: 80px;
    }
    .blogPage_item{
        width: 100%;
    }
    .blog_li a{
        flex-direction: column;
        gap: 0;
    }
    .blog_txt{
        padding: 8px 8px 16px;
    }
    .title-wrap{
        gap: 0;
        justify-content: space-between;
    }
    .blog_title{
        font-size: 1.8rem;
    }
    .blog_li img{
        width: 100%;
    }
    .blogPage_item_widget {
        width: 80%;
        margin: 0 auto;
    }
    .widget{
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
}
/*------------------------------------------------------------
	single
------------------------------------------------------------*/
.singlePage #pagePath{
    margin: 80px auto 120px;
}
.singleBox{
    text-align: center;
    padding: 40px 16px;
    background: #FFF;
}
.news_date{
    padding-left: 16px;
    font-size: 2.0rem;
}
.single_txt h1 {
  font-weight: bold;
  border-bottom: 2px solid #4c9ac0;
  padding: 0.3em;
  margin-bottom: 0.3em;
  font-size: 1.5em;
}
.single_txt h1:first-letter {
  font-size: 1.8em;
  color: #4c9ac0;
}
.single_txt h2 {
  font-weight: bold;
    padding: 0.5em 0.3em;
    margin-bottom: 0.3em;
    position: relative;
    font-size: 1.3em;
}
.single_txt h2::before {
  content: '';
  background-color: #4c9ac0;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single_txt h3{
    padding-left: 16px;
    font-size: 2.4rem;
    padding-bottom: 24px;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #D1CFCF;
    margin-bottom: 46px;
}
.single_txt h4{
    font-weight: bold;
    padding: 0.5em 0.3em;
    margin-bottom: 0.3em;
    position: relative;
    font-size: 1.3em;
}
.news_date,.single_txt{
    text-align: justify;
    padding-top: 16px;
}
.single_txt p img {
    width: 33%;
    padding: 0 4px;
}
.single_txt p:has(img) {
    text-align: center;
}
.pageNavi{
    display: flex;
    justify-content:space-around;
    margin: 80px 0;
}
.singlePage .widget{
    max-width: 550px;
    margin: 0 auto;
}

@media all and (max-width: 1000px) {
    .singleBox{
        padding: 16px 8px;
    }
}
/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/
.comVisual {
    margin-bottom: 25px;
    color: #546373;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url("img/page/com_visual_bg.png") no-repeat center center;
    background-size: cover;
}
.comVisual .headLine05 {
    font-size: 4.6rem;
    letter-spacing: 0.06em;
}
@media all and (max-width: 1000px) {
    .comVisual {
        margin-bottom: 13px;
        height: 120px;
        background: url("img/page/sp_com_visual_bg.png") no-repeat center center;
        background-size: cover;
    }
    .comVisual .headLine05 {
        font-size: 2rem;
    }
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/


.contactPage .topTxt {
	margin: 0 0 68px 3px;
	letter-spacing: 0.06em;
}
.contactPage table {
    margin-bottom: 158px;
	width: 100%;
	border-collapse: collapse;
	word-break: break-all;
}
.contactPage th,
.contactPage td {
	padding: 28px 0 28px 58px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #D1CFCF;
}
.contactPage th {
	padding: 20px 50px 20px 0;
	width: 40%;
	font-weight: 500;
}
.contactPage td {
    font-size: 1.3rem;
	position: relative;
}
.contactPage th .must {
	float: right;
    width: 44px;
    color: #fff;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 500;
    background: #1a73e8;
    text-align: center;
    border-radius: 20px;
}
.contactPage td:before {
	position: absolute;
	left: 0;
	top: 27px;
	width: 1px;
	bottom: 27px;
	background: #D1CFCF;
	content: "";	
}
.contactPage td input[type="text"],
.contactPage td input[type="email"],
.contactPage td input[type="number"],
.contactPage td input[type="tel"],
.contactPage td select,
.contactPage td textarea {
	width: 100%;
	height: 58px;
	color: #212836;
	font-size: 1.3rem;
	padding: 5px 10px 5px 23px;
	-webkit-appearance: none;
	box-sizing: border-box;
	background: #Fff;
    border: 1px solid #F4F4F4;
	border-radius: 4px;
}
.contactPage td .wid01 {
    width: 98px !important;
}
.contactPage td .ico {
    display: inline-block;
    margin-right: 10px;
	font-size: 1.6rem;
}
.contactPage td .add {
    margin-bottom: 20px;
}
.contactPage td textarea {
    height: 265px;
    resize: vertical;
    padding: 20px 10px 20px 23px;
}
.contactPage .txtP {
    margin-bottom: 45px;
    line-height: 1.9;
    text-align: center;
}
.contactPage .txtP a {
    text-decoration: underline;
}
.contactPage .txtP a:hover {
    opacity: 0.7;
}
.contactPage .agreeTxt {
    width: 460px;
    margin: 0 auto 100px;
    padding: 12px 10px 16px 80px;
    box-sizing: border-box;
    border: 1px solid #CCC;
}
.contactPage .agreeTxt input[type="checkbox"] {
    display: none;
}
.contactPage .agreeTxt input[type="checkbox"] ~ span {
    background: url("img/common/check_box_bg02.png") no-repeat left top 9px;
    background-size: 16px 16px;
    display: block;
    min-height: 16px;
    padding: 4px 0 6px 26px;
}
.contactPage .agreeTxt input[type="checkbox"]:checked ~ span {
    background: url("img/common/check_box_bg01.png") no-repeat left top 9px;
    background-size: 16px 16px;
}
.contactPage .submit {
    text-align: center
}
.contactPage .submit li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: top;
}
.ajax-loader {
	display: none !important;
}
.contactPage .submit li .info01 {
    display: block;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
}
.contactPage .submit li .info02 {
	position: relative;
	z-index: 2;
}
.contactPage .submit li .info01:before {
    margin-top: -5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon05.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.contactPage .submit li .info01:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.contactPage .submit .back .info01:before {
    margin-top: -5px;
    position: absolute;
    right: auto;
    left: 10px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px 11px; 
    content: "";
}
.contactPage .submit li input {
    color: #fff;
    width: 258px;
    height: 48px;
    font-size: 1.6rem;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
	background: none;
}
.contactPage .submit li input:disabled {
	cursor: default;
	pointer-events: none;
}
.contactPage .submit .back .info01 {
    background: #919191;
	border-color: #919191;
}
.contactPage .submit li.disabled .info01 {
	background: #CECECE;
	border-color: #CECECE;
}
.contactPage .submit li.disabled .info01:after {
	display: none;
}
.contactPage .errTop {
    margin-bottom: 16px;
    padding: 18px 10px;
    color: #C1272D;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: 3px solid #C1272D;
    background: #FCDEDD;
    text-align: center;
}
.contactPage .errTop img {
    margin: -3px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.contactPage .error td input,
.contactPage .error td select,
.contactPage .error td textarea {
    background: #FCDEDD;
    border: 1px solid #C1272D;
}
.contactPage .error td .errorTxt {
    margin: 2px 0 -22px;
    display: block;
    color: #DE2B2B;
    font-weight: 500;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}
.contactPage .confirmTab th,
.contactPage .confirmTab td {
    height: 60px;
}
.contactPage .confirmTab td .add {
    margin-bottom: 4px;
}
.thanks .title {
    margin-bottom: 32px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.06em;
}
.thanks .thanksTxt {
    margin-bottom: 180px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}
.thanks .linkBtn a {
    margin: 0 auto;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    width: 256px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #212836;
	border: 1px solid #212836;
	box-sizing: border-box;
}
.thanks .linkBtn a:before {
    margin-top: -4px;
    position: absolute;
    left: 11px;
    top: 50%;
    width: 21px;
    height: 11px;
    background: url("img/common/icon07.png") no-repeat left center;
    background-size: 21px auto;
    content: "";
	z-index: 3;
    transition: .3s;
	-webkit-transition: .3s;
}
.thanks .linkBtn .info {
	position: relative;
	z-index: 2;
}
.thanks .linkBtn a:after {
	content: " ";
	position: absolute;
	top: 0;
	height: 100%;
	width: 0;
	left: auto;
	right: 0;
	background-color: #fff;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-transition-duration: 0.5s;
	-ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition-duration: 0.5s;
	-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media all and (min-width: 1001px) {
	.contactPage .submit li:hover .info01:after {
        width: 100%;
        right: auto;
        left: 0;
	}
	.contactPage .submit li:hover .info01:before {
		right: -21px;
		background-image: url("img/common/icon08.png");
	}
	.contactPage .submit li.disabled:hover .info01:before {
		right: 10px;
		background-image: url("img/common/icon05.png");
	}
	.contactPage .submit li:hover input {
		color: #212836;
	}
	.contactPage .submit li.disabled:hover input {
		color: #fff;
	}
	.contactPage .submit li.back:hover .info01:before {
		left: -21px;
		background-image: url("img/common/icon14.png");
	}
	.thanks .linkBtn a:hover {
		color: #212836;
	}
	.thanks .linkBtn a:hover:before {
		background-image: url("img/common/icon14.png");
		left: -21px;
	}
    .thanks .linkBtn a:hover:after {
        width: 100%;
        right: auto;
        left: 0;
    }
}
@media all and (max-width: 1000px) {
    .contactPage .topTxt {
        margin: 0 0 17px;
        line-height: 1.9;
        text-align: center;
    }
    .contactPage table {
        margin-bottom: 48px;
    }
    .contactPage th,
    .contactPage td {
        float: left;
        width: 100%;
        padding: 0 0 25px;
        box-sizing: border-box;
    }
    .contactPage th {
        padding: 22px 0 10px;
        width: 100%;
        border: none;
    }
    .contactPage td:before {
        display: none;
    }
    .contactPage td input[type="text"],
    .contactPage td input[type="email"],
    .contactPage td input[type="tel"],
    .contactPage td textarea {
        height: 58px;
        font-size: 1.2rem;
        padding: 5px 10px 5px 25px;
    }
    .contactPage td {
        font-size: 1.4rem;
    }
    .contactPage td .wid01 {
        width: 124px !important;
    }
    .contactPage td .ico {
        margin-right: 7px;
    }
    .contactPage td .add {
        margin-bottom: 20px;
    }
    .contactPage td textarea {
        height: 180px;
        padding: 20px 10px 20px 25px;
    }
    .contactPage .txtP {
        margin-bottom: 23px;
        line-height: 1.85;
    }
    .contactPage .agreeTxt {
        width: auto;
        margin: 0 auto 51px;
        padding: 14px 10px 14px 30px;
    }
	.contactPage .agreeTxt span.wpcf7-list-item {
		margin: 0 !important;
	}
    .contactPage .submit li {
        margin: 0 0 15px;
        display: block;
    }
    .contactPage .submit li:last-child {
        margin-bottom: 0;
    }
    .contactPage .submit li span:before {
        right: 17px;
    }
    .contactPage .submit li input {
        width: 100%;
        height: 60px;
    }
    .contactPage .errTop {
        margin-bottom: 18px;
        padding: 23px 10px 20px;
        font-size: 1.6rem;
        border-width: 2px;
        line-height: 1.9;
    }
    .contactPage .errTop img {
        margin: 0 auto 5px;
        display: block;
    }
    .contactPage .error td .errorTxt {
        margin: 3px 0 -19px;
        font-size: 1.1rem;
    }
    .contactPage .confirmTab th,
    .contactPage .confirmTab td {
        padding: 21px 0 7px;
        height: auto;
        line-height: 2;
    }
    .contactPage .confirmTab td {
        padding: 0 0 20px;
    }
    .contactPage .confirmTab td .add {
        margin-bottom: 4px;
    }
    .thanks .title {
        margin-bottom: 22px;
        font-size: 2.4rem;
    }
    .thanks .thanksTxt {
        margin-bottom: 37px;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.9; 
    }
    .thanks .linkBtn a {
        margin: 0 auto;
        height: 60px;
        width: 100%;
        font-size: 1.6rem;
        max-width: 450px;
        letter-spacing: 0.06em;
    }
    .thanks .linkBtn a:before {
        left: 16px;
    }
}
@media all and (max-width: 374px) {
    .contactPage .txtP {
        margin: 0 -17px 23px;
    }
    .contactPage .agreeTxt {
        padding: 14px 5px 14px 10px;
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
.common .privacyPage h3:before{
    display: none;
}
.privacyPage .content{
    padding: 80px 0;
}
.privacyPage {
    margin-bottom: 240px;
}
.privacyPage h4{
    margin-bottom: 16px;
}
.privacyPage section{
    margin-top: 0px;
    padding: 8px 16px;
}
.privacyPage p {
    margin-bottom: 4px;
    line-height: 2.3;
    letter-spacing: 0.06em;
}
.privacyPage h5 {
    margin-bottom: 6px;
    font-weight: 700;
    letter-spacing: 0.06em;
}
.privacyPage .txt01 {
    margin-bottom: 65px;
}
.privacyPage .txt02 {
    margin-bottom: 72px;
}
.privacyPage .txt03 {
    margin-bottom: 35px;
}
.privacyPage .txt04 {
    margin-bottom: 0;
}
@media all and (max-width: 1000px) {
    .privacyPage {
        margin-bottom: 110px;
    }
	.privacyPage .pageTitle {
		padding: 28px 0 30px;
	}
	.privacyPage .pageTitle .headLine01 .en {
		margin-bottom: 8px;
		font-size: 3.2rem;
	}
	.privacyPage .pageTitle .headLine01 .jp {
		font-size: 2rem;
	}
	.privacyPage #pagePath {
		margin-bottom: 56px;
	}
    .privacyPage p {
        margin-bottom: 3px;
        line-height: 1.85;
        letter-spacing: 0.01em;
    }
    .privacyPage h5 {
        margin: 4px 0;
        letter-spacing: 0.01em;
    }
    .privacyPage .txt01 {
        margin-bottom: 57px;
    }
    .privacyPage .txt02 {
        margin-bottom: 60px;
    }
    .privacyPage .txt03 {
        margin-bottom: 27px;
    }
    .privacyPage .txt04 {
        margin-bottom: 0;
    }
}
.wpcf7-response-output {
    display: none !important;
}
@media all and (min-width: 1001px) {
	.sp2 {
		display: none !important;
	}
}
@media all and (max-width: 1000px) {
    .pc2{
        display: none;
    }
    aside{
        display: none;
    }
}