@charset "utf-8";
/*
Theme Name: AVANTE
Vresion: 1.0.0
*/
/*@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');*/
/*
*{
	outline: 1px solid magenta;
}
*/
:root{
	--maincolor: #ed8104;
	--secondcolor: #003f8e; /* rgba(0,63,142,.5) */
	--thirdcolor: #1299e3;	/* rgba(18,153,227,.25) */
	--fourthcolor: #da0442; /* rgba(218,4,66,.6) */
	--sectionbgcolor: rgba(196,187,156,.25);
	--invertcolor: #fff;
	--textsecondcolor: #333;
	--maxwidthinner: 96.7vw;
}

html {
	scroll-behavior: smooth !important;
	overflow-x: hidden; /* iOS */
	font-size: 16px;
}

body {
	width: 100%;
	color: #000;
	font-family: 'Noto Sans JP', YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic medium", Meiryo, "sans-serif";
	font-weight: 500;
	font-style: normal;
	line-break: strict;
	word-wrap: break-word;
}
/* HEADER */
header{
	width: 100%;
	min-height: 96px;
	position: sticky;/*fixed*/
	top: 0;
	z-index: 99;
	transition: transform .3s ease;
}

#header-nav{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
}

.header-nav_inner:nth-of-type(1) {
	flex: 0 0 auto;
}

.header-nav_inner:nth-of-type(1) img {
	display: block;
	width: auto;
	height: auto;
	max-height: 4rem;
}

.header-nav_inner:nth-of-type(2) {
	flex: 1 1 auto;
}

.header-nav_inner:nth-of-type(3) {
	flex: 1 1 auto;
	max-width: 20%;
}

@media only screen and (max-width:1024px){
	.header-nav_inner {
		flex: 1 !important;
	}
}
/* SNS */
ul#menu-sns {
	width: 100%;
	display: flex;
	flex-lfow: row nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

ul#menu-sns li.menu-item {
	flex: 1;
	background-color: var(--maincolor);
	border-radius: 60px;
}

ul#menu-sns li.menu-item:first-child {
	background-color: #06c755;
}

ul#menu-sns li.menu-item a {
	display: block;
	font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem) !important;
	text-align: center;
	color: var(--invertcolor);
	padding: .25rem 0;
}
/* SNS FOOTER */
ul#menu-sns-ft {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
	gap: 1rem;
}

ul#menu-sns-ft li.menu-item a i{
	display: block;
	font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem) !important;
	color: var(--invertcolor);
	padding: 0 0 1rem;
}
/* SNS HOVER */
ul#menu-sns li.menu-item a:hover,
ul#menu-sns-ft li.menu-item a:hover i {
	transform: scale(1.1,1.1);
	transition: .3s;
}
/* MAIN VISUAL */
#main-visual {
	position: relative;
	width: var(--maxwidthinner);
	margin: 0 auto;
}

#main-visual img,
#main-visual video{
	width: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	object-fit: cover;
	object-position: top;
	border-radius: 2rem;
}

.main-visual__message {
	width: auto;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(-10%,-50%);
}

.main-visual__message h1 {
	font-size: clamp(3rem, 2.4rem + 3vw, 6rem);
	color: #fff;
	text-shadow: 3px 3px 6px rgba(0,0,0,.5);
	line-height: 1;
}

.main-visual__message h1 span {
	font-size: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
}

@media only screen and (max-width:767px){
	.main-visual__message {
		top: 25%;
	}
	
	#top_contents-1 .align1 {
		text-align: left;
	}
}
/* IMAGE HEADER */
.img-header {
	position: relative;
	width: var(--maxwidthinner);
	height: calc(var(--vh, 1vh) * 54.3);
	background-color: var(--secondcolor);
	border-radius: 2rem;
	margin: 0 auto;
}

.img-header2 {
	position: relative;
	width: var(--maxwidthinner);
	height: calc(var(--vh, 1vh) * 54.3);
	border-radius: 2rem;
	margin: 0 auto;
	overflow: hidden;
}

.img-header .overlay,
.img-header2 .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.15);
    pointer-events: none;
    z-index: 5;
	border-radius: 2rem;
}

.img-header img {
	object-fit: cover;
	object-position: center;
	border-radius: 2rem;
}

.img-header2 img {
	height: auto;
	object-fit: cover;
	object-position: center;
}

.img-header h2,
.img-header2 h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-shadow: 3px 3px 6px rgba(0,0,0,.5);
	z-index: 10;
}
/* CONTENTS */
#main {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

section {
	padding: 2rem 0;
}

.section_bg{
	background-color: var(--sectionbgcolor);
}

.inner {
	max-width: var(--maxwidthinner);
	margin: 0 auto;
}

.inner_width-narrow {
	max-width: 75vw;
	margin: 0 auto;
}

.inner_width-narrow2 {
	max-width: 50vw;
	margin: 0 auto;
}

.home #container {
	max-width: var(--maxwidthinner);
}

#container{
	width: 100%;
	max-width: 75vw;
	margin: 0 auto 2rem;
}

#main-conts{
	margin: 1rem 0 0;
}

#side-conts{

}

aside {
	margin: 0 auto;
}
/* POST LIST */
#new-post-list{
	width: 100%;
	padding: 0;
}

.post-list {
	list-style: none;
}

.post-title a {
	display: block;
	width: 100%;
}

.post-list li{
	display: flex;
	gap: 1rem;
	border-bottom : solid 1px #fff;
	padding: .5rem 0;
}

.post-list li time.post-data{
	flex: 1;
}

.post-list li span.post-title{
	flex: 2;
}
/* FOOTER */
#footer{
	background-color: var(--secondcolor);
}

#footer_inner{
	width: 100%;
	max-width: var(--maxwidthinner);
	display: grid;
	grid-template-columns: 2fr repeat(4, 1fr);
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	gap: 1rem;
	margin: 0 auto;
	padding: 2rem 1rem;
}

.footer__inner,
.footer__inner a {
	color: var(--invertcolor);
}

.ft_company-name {
	font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
	font-weight: 800;
}

ul#menu-fnav li.menu-item a,
ul#menu-fnav-2 li.menu-item a, 
ul#menu-fnav-3 li.menu-item a {
	font-size: 87.5%;
}

@media(max-width:767px) {
	.footer__inner {
		text-align: center;
	}
}
/* COPYRIGHT */
#copyright {
	text-align: right;
}

#copyright a {
	font-size: 75%;
}
/* TITLE */
h1{
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	font-weight: 800;
	line-height: 1.5;
	color: #000;
}

h2 {
	font-size: clamp(2.25rem, 2.1rem + 0.75vw, 3rem);
	font-weight: 800;
	letter-spacing: .15rem;
	text-align: center;
}

h2 span {
	font-size: clamp(1.75rem, 1.7rem + 0.25vw, 2rem);
}

h3 {
	font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
	font-weight: 800;
	letter-spacing: .15rem;
	text-align: center;
	margin: 0 0 2rem;
}

h3 span {
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}

@media(max-width:767px) {
	h2,h3 {
		line-height: 125%;
	}
}

h4 {
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: 0;
}

h4 span {
	font-size: clamp(0.75rem, 0.7rem + 0.25vw, 1rem);
}

h5 {
	font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
	font-weight: 800;
	line-height: 1.5;
	color: #000;
	margin: 1rem 0;
}

h6{
	font-weight: 800;
	line-height: 1.5;
	color: #000;
	margin: 1rem 0;
}
/* COMMON */
.mgn-t1{
	margin: 1rem 0 0;
}

.mgn-t2{
	margin: 2rem 0 0;
}

.mgn-t3{
	margin: 3rem 0 0;
}

.mgn-t4{
	margin: 4rem 0 0;
}

.mgn-b {
	margin: 0 0 .5rem;
}

.mgn-b1 {
	margin: 0 0 1rem;
}

.mgn-b2 {
	margin: 0 0 2rem;
}

.pad-l {
	padding: 6rem 0;
}

.non-pad{
	padding: 0 !important;
}

.pos-rel{
	position: relative;
}

.pos-abs {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ltr-sc_s{
	letter-spacing: -.15rem;
}

.line-h {
	line-height: 1.25;
}

.line-h_1 {
	line-height: 1.5;
}

.line-h_2 {
	line-height: 2;
}

.txt-upper {
	text-transform: uppercase;
}

.txt_wrap{
	padding: 0 0 2rem;
}

.txt_wrap-bg {
	background-color: #f1f1f1;
	padding: 1rem;
}

.txt_wrap ul,
.txt_wrap ol {
	margin-left: 1.25rem;
}

.align1{
	text-align: center;
}

.align2{
	text-align: right;
}

.align3{
	text-align: left;
}

.txt-price {
	color: red;
	font-weight: 600;
	font-family: "Roboto", sans-serif;
	font-size: 150%;
}

.txt-link {
	color: #1a0dab;
}

.txt-color1{
	color: var(--maincolor);
}

.txt-color2{
	color: var(--secondcolor);
}

.txt-color3{
	font-size: 100%;
	color: var(--thirdcolor);
}

.txt-color4{
	color: var(--fourthcolor);
}

.txt-color5{
	color: var(--textsecondcolor) !important;
}

.txt-color-white {
	color: var(--invertcolor) !important;
}

.txt-bold{
	font-weight: 800;
}

.txt-shadow {
	text-shadow: 3px 3px 6px rgba(0,0,0,.5);
}

.txt-italic {
	font-style: italic;
}

.txt-roboto {
	font-family: "Roboto", sans-serif;
}

.txt-75 {
	font-size: 75%;
}

.txt-85 {
	font-size: 85%;
}

.txt-110 {
	font-size: 110%;
}

.txt-125 {
	font-size: 125%;
}

.txt-150 {
	font-size: 150%;
}

.txt-200 {
	font-size: 200%;
}

.txt-tel a::before{
	content: '\f098';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	padding: 0 .25rem 0 0;
}

.txt-bread::before{
	font-weight: 600;
	content: '\f098';
	font-family: "Font Awesome 6 Free";
	padding: 0 .25rem 0 0;
}
/* LAYOUT */
.grid_wrap {
	display: grid;
	align-items: stretch;
	gap: 32px;
}

.grid__columns {
	grid-template-columns: repeat(2, 1fr);
}

.grid__columns-responsive {
	grid-template-columns: repeat(2, 1fr);
}

.grid___columns {
	grid-template-columns: repeat(3, 1fr);
}

.grid____columns {
	grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width:767px){
.grid_wrap {
	gap: 16px;
	}	
	
.grid__columns-responsive {
	grid-template-columns: 1fr;
	}

.grid___columns {
	grid-template-columns: 1fr;
		
	}
	
.grid____columns {
	grid-template-columns: repeat(2, 1fr);
	}
}

.flex-box_wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: flex-start;
	/*align-items: flex-start;*/
	align-items: stretch;
}

.align-center {
	align-content: center !important;
	align-items: center !important;
}

.flex-box_inner {
	flex: 1;
}

.flex-box_wrap .flex-box__inner {
	width: calc(100% / 2 - 32px);
}

.flex-box_wrap .flex-box___inner{
	width: calc(100% / 3 - 32px);
}

.flex-box_wrap .flex-box____inner{
	width: calc((100% - 96px) / 4);
}
/*
.flex-box____inner{
	width: calc(100% / 4 - 16px);
}
*/
.outside-left{
    flex: 1;
    margin-left: calc(50% - 50vw);
	max-height: 640px;
	border-radius: 0 30px 30px 0;
	overflow: hidden;
}

.outside-left img {
	width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center;
}

.outside-right{
    flex: 1;
    margin-right: calc(50% - 50vw);
    max-height: 640px;
	border-radius: 30px 0 0 30px;
	overflow: hidden;
}

.outside-right img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center;
}

.flex-order-1 {
	order: 1;	
}

.flex-order-2 {
	order: 2;	
}

.flex-order-3 {
	order: 3;	
}

.flex-order-4 {
	order: 4;	
}

.flex-order-5 {
	order: 5;	
}

.flex-order-6 {
	order: 6;	
}

@media only screen and (max-width:767px){
.flex-box__inner,
.flex-box___inner{
	width: 100% !important;
	}
	
.outside-left, 
.outside-right {
    margin-left: 0 !important;
    margin-right: 0 !important;
	}

.outside-left img, 
.outside-right img {
	border-radius: 20px;
	}
	
.flex-order-1 {
	order: 1;	
	}

.flex-order-2 {
	order: 2;	
	}
}

.btn_radius-10 {
	border-radius: 10px !important;
}

.radius-10 {
	border-radius: 10px !important;
}

.radius-20 {
	border-radius: 20px !important;
}

.radius-30 {
	border-radius: 30px !important;
}

.radius-60 {
	border-radius: 60px;
}

.img_radius img{
	border-radius: 20px;
}

.img_radius-30 img{
	border-radius: 30px;
}
/* LIST */
ol.list-number {
	margin:  1rem 0;
}

ol.list-number li {
	list-style: none;
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}

ol.list-number li::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	/*font-size: 75%;*/
	color: var(--maincolor);
	padding-right: .85rem;
}

ol.list-number li:nth-of-type(1)::before {
	content: "\31";
}

ol.list-number li:nth-of-type(2)::before {
	content: "\32";
}

ol.list-number li:nth-of-type(3)::before {
	content: "\33";
}

ol.list-number li:nth-of-type(4)::before {
	content: "\34";
}

ol.list-number li:nth-of-type(5)::before {
	content: "\35";
}

ul.list-bullet li{
	list-style: none;
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}

ul.list-bullet li::before{
	content: "\f0c8";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: 75%;
	color: var(--secondcolor);
	padding-right: .85rem;
}

ul.list-bullet li > ul li{
	list-style: none;
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}

ul.list-bullet li > ul li::before{
	content: "\f111";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	font-size: 75%;
	color: var(--secondcolor);
	padding-right: .85rem;
}

ul.asterisk li {
	list-style-type: none;
	text-indent: -1rem;
	padding-left: 1rem;
	font-size: 85%;
	line-height: 175%;
}
ul.asterisk li:before {
	display: inline;
	content: "※";
	padding-right: .25rem
}
/*
ul.list-check li{
	list-style: none;
	text-indent: -2rem;
	padding-left: 2rem;
}

ul.list-check li::before{
	content: "\f14a";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	color: var(--thirdcolor);
	font-size: 125%;
	padding-right: 1rem;
}
*/

ul.list-large li {
	font-weight: 600;
	font-size: 125%;
	line-height: 250%;
	font-family: "Zen Maru Gothic", serif;/*※*/
}

@media only screen and (max-width:767px){
	ul.list-large li {
		font-size: 115%;
		line-height: 175%;
	}	
}
/* IFRAME */
.iframe-wrap {
	position: relative;
	/*max-width: 75vw;*/
	width: 100%;
	height: 0;
	border-radius: 2rem;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 33%;
	overflow: hidden;
}

.iframe-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe-wrap2{
	/*aspect-ratio: 16 / 9;*/
    max-width: 75vw;
    height: auto;
	background-color: #fff;
	border-radius: 2rem;
	margin: 2rem auto 0;
	padding: 1rem;
}

@media only screen and (max-width:767px){
.iframe-wrap {
	padding-bottom: 56.25%;
	}
}
/* TABLE */
table{
	width: 100%;
	border: none;
	margin: 1rem 0;
}

tr{
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	background-color: rgba(255,255,255,.5);
}

th,
td {
	border: none;
	padding: .5rem !important;
}

th {
	width: 25%;
	text-align: left;
}

@media(max-width:767px) {
	/*tr {
		border: none;
	}
	
	th,
	td {
		display: block;
		width: 100%;
	}
	
	th {
		background-color: #f1f1f1;
	}*/
	
	/*th {
		width: 25%;
		padding: .5rem !important;
	}*/
}
/* SIDEBAR */
.sidebar{
	margin: 0 0 2rem;
}

.sidebar select,
.sidebar input{
	width: 100%;
	border: 1px solid #f1f1f1;
	margin: .5rem 0 0;
	padding: .25rem .5rem;
}

.sidebar_ttl{
	font-size: 125%;
	font-weight: 800;
	color: var(--maincolor);
	border-top: .2rem solid var(--maincolor);
}

.sidebar ul li span,
.sidebar ul li a {
	font-size: 87.5%;	
}
/* WIDGET */
.widget_recent_entries ul{
	margin: .5rem 0 0;
}

.widget_recent_entries li{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin: 0 0 .5rem;
}

.widget_recent_entries li a{
	width: 100%;
	order: 2;
}

.widget_recent_entries li span.post-date{
	width: 100%;
	order: 1;
}

.wp-calendar-table caption{
	text-align: left;
}

.wp-calendar-table tr,
.wp-calendar-table th,
.wp-calendar-table td{
	width: auto;
	text-align: center;
}

.wp-calendar-table td#today{
	background-color: var(--maincolor);
}

.wp-calendar-nav{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
	font-size: /*clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem)*/87.5%;	
	line-height: 200%;
}

.widget_search input[type="submit"]{
	width: 5rem;
	display: block;
	font-size: /*clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem)*/87.5%;
	color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: .25rem;
	background-color: var(--maincolor);
	margin: 1rem auto 0;
	padding: .25rem;
}
/* BREAD CRUMB */
.breadcrumb {
	max-width: var(--maxwidthinner);
	margin: 0 auto;
	padding: 1rem 0 0;
}

@media only screen and (max-width:767px){
.breadcrumb{
	padding: 1rem .5rem;
	}
}

.breadcrumb-item {
	display: inline-block;
	font-size: 87.5%;
}

.breadcrumb-item a span {
	font-size: 87.5%;
}

.breadcrumb-item:nth-child(n + 2)::before{
	display: inline-block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 600;
	content: '\f101';
}
/* ARCHIVE */
.arc_wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(348px, 1fr));
	gap: 16px;
}

.arc_inner {
	/*max-width: 320px;*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: .5rem;
	background: #f0f0f0;
	border-radius: 20px;
	padding: 1rem;
}

.arc-img {
	position: relative;
	margin: 0 0 .5rem;
}

.arc-img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.arc-label{
	width: 25%;
	/*height: 25%;*/
	position: absolute;
	top: 0;
	left: 0;
	background-color: var(--secondcolor);
	padding: .5rem;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	z-index: 99;
}

.arc-data {
	font-size: 87.5%/*clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem)*/;
	line-height: 120%;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	/*color: #fff;*/
}

.arc-cat a{
	display: inline-block;
	font-size: 75%;
}

.arc-title{
	line-height: 150%;
	font-weight: 800;
}

.arc-txt{
	font-size: 87.5%;
	line-height: 150%;
}

.arc-label2 {
	max-width: 15%;
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(96px,1fr));
	align-content: flex-start;
	align-items: flex-start;
	gap: 4px;
}

.arc-data2 {
	/*font-size: 87.5%;*/
	line-height: 120%;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
} 

.arc-cat2,
.arc-cat2 a{
	font-weight: 800;
	font-size: 87.5%;
	line-height: 120%;
	color: #fff;
}

.arc-cat2 a {
	background-color: var(--secondcolor);
	padding: .25rem 1rem;
}
/* PAGER */
.nav-links {
	position: relative;
	width: 100%;
    display: block;
	padding: 4rem 0 2rem;
}

.nav-links ul{
	display: flex;
	justify-content: center;
	gap: 16px;
	list-style: none;
}

.nav-links li > * {
	display: flex;
	align-items: center;
	justify-content: center;
	/*font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);*/
	height: 48px;
}

.nav-links li > *:not(.dots){
	width: 48px;
	color: rgba(255,255,255,1);
	background-color: #e5e5e5;
	border-radius: 50%;
	transition: color 0.3s ease, background 0.3s ease;
}

.nav-links li > .current,
.nav-links li > a:hover{
	color: rgba(255,255,255,1);
	background-color: #b2b2b2;
}

.nav-next{
	position: absolute;
	width: 32px;
	right: 0;
}

.nav-previous{
	position: absolute;
	width: 32px;
	left: 0;
}

.nav-previous a,
.nav-next a{
	display: block;
	color: var(--maincolor);
	text-align: center;
	border: solid 1px var(--maincolor);
	padding: .5rem;
}

.nav-previous a:hover,
.nav-next a:hover{
	color: #fff;
	background-color: var(--maincolor);
}
/* FORM */
#form{
	
}

#form table {
	padding: 1rem;
}

#form tr{
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	border-left: none;
	border-right: none;
}

#form th{
	width: 25%;
	text-align: left;
	border: 0;
	padding: 2rem 1rem;
	vertical-align: top;
}

#form td{
	border: 0;
	padding: 2rem 1rem;
}

.wpcf7 .wpcf7-spinner{
	display: none !important; /* 送信ボタンの不要なマージン削除 */
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
	border: solid 1px rgba(225,225,225,1);
	border-radius: .25rem;
	padding: .5rem;
}

.wpcf7 #form input[name="your-name"],
.wpcf7 #form input[name="your-furigana"]/*,
.wpcf7 #form input[name="your-email"]*/ {
	display: block;
	width: 50%;
}

.wpcf7 #form input[name="zip"],
.wpcf7 #form input[name="pref"],
.wpcf7 #form input[name="city"]{
	display: block;
	width: 25%;
}

.wpcf7 #form input[name="your-age"],
.wpcf7 #form input[name="yosan"],
.wpcf7 #form input[name="yosan2"] {
	width: 25%;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"], 
.wpcf7 input[type="reset"]  {
	display: block;
	color: rgba(255,255,255,1);
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	border: solid 2px rgba(255,51,51,1);
	border-radius: .25rem;
	background-color: rgba(255,51,51,1);
	margin: 0 auto;
	padding: .5rem 3rem;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="button"]:hover, 
.wpcf7 input[type="reset"]:hover {
	color: rgba(255,51,51,1);
	border: solid 2px rgba(255,51,51,1);
	background-color: rgba(255,255,255,1);
}

.wpcf7 textarea {
	width: 100%;
}

.must{
	background-color: rgba(255,51,51,1);
}

.free{
	background-color: #ccc;
}

.must,
.free{
	color: rgba(255,255,255,1);
	font-size: 75%;
	margin: 0 .5em 0 0;
	padding: .25rem .5rem;
	border-radius: .25rem;
}

.accept{
	/*font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);*/
	text-align: center;
	margin: 2rem auto;
}

.contact-btn_wrap {
	margin: 2rem auto;
}

.contact-btn_wrap ul {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	gap: 1rem;
	list-style: none;
}

.wpcf7-acceptance input[disabled] + label,
.wpcf7-acceptance input[disabled] ~ label,
.wpcf7-acceptance input[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(100%);
  pointer-events: none; /* ラベルクリックも無効に */
}
/* FEATURES */
.feature_wrap {
	max-width: 1024px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 32px;
	margin: 0 auto 0;
	padding: 1rem 2rem;
}

.bg-circle_h{
	position: relative;
	padding-top: 100%;
	height: 0;
	background-color: rgba(218,4,66,.6);
	border-radius: 50%;
	/*box-shadow: 0px 0px 15px -5px var(--maincolor);*/
}

.bg-circle_h .circle_in-img{
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.bg-circle_h .circle_in-img img{
	width: 100%;
	object-fit: contain;
	object-position: center;
	opacity: .5;
}

.bg-circle_h .circle_in-ttl{
	position: absolute;
	width: 100%;
	top: 30%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
	font-weight: 800;
	font-style: oblique;
	line-height: 1;
	letter-spacing: .125rem;
	color: var(--invertcolor);
	text-align: center;
	z-index: 1;
}

.bg-circle_h .circle_in-ttl2{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: .1rem;
	color: var(--invertcolor);
	text-align: center;
	z-index: 1;
}

.bg-circle_h .circle_in-txt{
	width: 100%;
	position: absolute;
	bottom: 30%;
	left: 50%;
	transform: translate(-50%,50%);
	font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
	line-height: 1;
	color: var(--invertcolor);
	text-align: center;
	/*margin: 1rem 0 0; bgの外に出す場合 */
	/*padding: 0 2rem;*/
}
/* PARALLAX */
.parallax_bg {
	position: relative;
	background-attachment: fixed;
	background-image: url("images/parallax_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 10rem;
}

/* ----------------------
Common
---------------------- */
body.no-transition .header-nav_nav-menu {
    transition: none;
}

.sp-only {
	display: none;
}

@media(max-width:767px) {
	.sp-only {
		display: block;
	}

	.txt_wrap {
		padding: 0;
	}
}
/* PAGE TOP */
.page-top-button {
	position: fixed;
	z-index: 9000;
	right: 4.75rem;
	bottom: 1.25rem;
	width: 4.25rem;
	height: 4.25rem;
	cursor: pointer;
	background: var(--secondcolor);
	border-radius: 10px;
	transition: opacity 0.5s;
	box-shadow: 3px 3px 10px rgba(0,0,0, 0.3);
}

.page-top-button::after {
    position: absolute;
    top: 44%;
    left: 53%;
    width: 15px;
    height: 15px;
    content: "";
    transform: rotate(-45deg) translate(-50%, -50%);
    border-top: 4px solid #FFF;
    border-right: 4px solid #FFF;
}

.page-top-button:hover {
	color: var(--maincolor);
	transition: all .5s ease;
}

.page-top-button:hover::after {
	border-top: 4px solid  var(--maincolor);
    border-right: 4px solid  var(--maincolor);
}

@media(max-width:767px) {
	.page-top-button {
		 right: .25rem;
	}

	.page-top-button::after {
		position: absolute;
		top: 45%;
		left: 55%;
		width: 10px;
		height: 10px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
	}
}

@media (max-width: 399px) {
    .parallax_bg {
        background-attachment: scroll; /* パララックス効果を無効に */
    }
}
/* ----------------------
Map
---------------------- */
.non-pad {
	position: relative;
}

.non-pad .inner {
	padding: 0;
}
/* ----------------------
Animation
---------------------- */
.js-scroll-trigger {
	opacity: 0;
}

.fade-in.is-active {
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  }

.fade-in2.is-active {
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 0.3s;
}

.fade-in3.is-active {
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 0.6s;
}

.fade-in4.is-active {
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 0.9s;
}

.fade-in5.is-active {
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 1.2s;
}

.fade-in6.is-active {
	animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
	animation-delay: 1.5s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}
/* reCAPTCHA */
.grecaptcha-badge {
	margin-bottom: .75rem;
}

@media(max-width:767px) {
	.grecaptcha-badge {
		margin-bottom: 5rem;
	}	
}

.privacy-item {
	padding: 0 0 0 1rem;
}

.privacy-item > li::marker {
	font-weight: 800;
}

.privacy-item ol > li {
	margin: 0 0 0 1rem;
}