/*
theme name: Original Theme
theme uri: 
description: 
Author: 
version:2016
*/


/*------------------------------------------------------------
RESET
------------------------------------------------------------*/
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, figure { margin: 0; padding: 0; border: 0; outline: 0; font-size: 1em; box-sizing:border-box;}
body, table, input, textarea, select, option { font-family: 'Noto Sans JP',sans-serif; font-size: 1em; box-sizing:border-box; } 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; }

html{ overflow-y:scroll; }

img{ vertical-align:middle;}
img{vertical-align:middle;max-width:100%; height:auto;}
img {
width: inherit\9;
max-width: 100%\9;
height: auto\9;
}
table{border-collapse:collapse;}

.wrap{ overflow:hidden; }

iframe {
width: 100%;
aspect-ratio: 16 / 9;
height: auto;
border: none;
display: block;
}



/*------------------------------------------------------------
LINK
------------------------------------------------------------*/
a{ color:#1f8fc6; text-decoration:none; }
a:hover { color:#64bff9; text-decoration:none; }


/*------------------------------------------------------------
TEXTS
------------------------------------------------------------*/
.bold{font-weight:bold;}
.right{text-align:right;}
.center{text-align:center; }
.large{ font-size:1.2em; }

/*------------------------------------------------------------
MARGINS
------------------------------------------------------------*/

.mb0{ margin-bottom:0px !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }


/*------------------------------------------------------------
CONTACT MW WP FORM
------------------------------------------------------------*/

.form{
display: grid;
grid-template-columns: 1fr;
border-top: 1px solid var(--color-border);
margin: 0;
}

.form dt{
padding: 4.8vw 3.2vw 1.6vw 0;
font-weight: bold;
display: flex;
align-items: center;
gap: 2.4vw;
}

.form dd{
padding: 0 0 4.8vw 0;
margin: 0;
border-bottom: 1px solid #E5E7EB;
}
.form dt span.req{
background-color: #DC2626;
color: #fff;
font-size: 3vw;
font-weight: bold;
padding: .8vw 1.6vw;
border-radius: .8vw;
line-height: 1;
}

input[type="text"],
input[type="email"]{
width: 100%;
padding: 2.4vw 3.2vw;
border: 1px solid #E5E7EB;
border-radius: 1.6vw;
background-color: #F9FAFB;
font-size: 3.5vw;
}
.form-note{
font-size: 3vw;
color: #4B5563;
margin: 1.6vw 0 0;
}

.mw_wp_form .error{
font-size: 3vw !important;
margin: 1.6vw 0 0;
}


textarea{
width: 100%;
padding: 2.4vw 3.2vw;
border: 1px solid  #E5E7EB;
border-radius: 1.6vw;
background-color:  #F9FAFB;
font-size: 3.5vw;
}


.pp-chk{
text-align: center;
margin: 9.6vw 0;
padding: 6.4vw 3.2vw;
background-color: #F9FAFB;
border-radius: 1.6vw;
}
.pp-info{
font-size: 3.5vw;
margin-bottom: 3.2vw;
}

.pp-chk label {
display: inline-flex;
align-items: center;
cursor: pointer;
font-size: 3.2vw;
}

.pp-chk input[type="checkbox"] {
width: 3.6vw;
height: 3.6vw;
margin-right: 1.6vw;
cursor: pointer;
}

.pp-info a{
color:#F08300;
}

.form-submit {
display: flex;
flex-direction: column;
gap: 3.2vw;
align-items: center;
}

.form-submit input[type="submit"], .form-submit button {
width: 100%;
max-width: 300px;
padding: 3.2vw;
font-size: 4vw;
-webkit-appearance: button;
border: none;
cursor: pointer;
}

.btn-accent {
background-color: #F08300;
color: #fff;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: bold;
border-radius: 9999px;
transition: all .2s;
text-align: center;
box-shadow: 0 .8vw 1.2vw -.2vw rgba(0, 0, 0, 0.1);
}



/*------------------------------------------------------------
PAGE NAVI
------------------------------------------------------------*/
.wp-pagenavi {
clear: both;
text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
width:8vw;
height:8vw;
display:flex;
text-align:center;
line-height:40px;
gap: 0 1vw;
background:#fcc;
color: #fff;
transition:all 0.2s;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background-color: #f66;
color: #fff;
}



/*------------------------------------------------------------
GOTOTOP
------------------------------------------------------------*/
.gototop a{
position:fixed;
bottom:20px;
right:10px;
cursor:pointer;
z-index:999;
display:block;
color:#666;
padding-top:20px;
width:39px;
font-size:10px;
line-height:12px;
text-align:center;
}

.gototop a::before{
content:'';
width:26px;
height:26px;
border-right:1px solid #666;
border-bottom:1px solid #666;
transform:rotate(-135deg);
position:absolute;
top:0;
left:6px;
}




/*------------------------------------------------------------
FOR PC LAYOUT CSS
------------------------------------------------------------*/
@media screen and (min-width:768px){

/*------------------------------------------------------------
CONTACT MW WP FORM
------------------------------------------------------------*/

.form{
display:grid;
border-top:1px solid #E5E7EB;
grid-template-columns:240px 1fr;
margin:0;
}
.form dt{
padding: 32px 24px 32px 0;
border-bottom: 1px solid #E5E7EB;
font-weight: bold;
display: flex;
align-items: center;
gap: 12px;
}
.form dt span.req{
background-color: #DC2626;
color: #fff;
font-size: 0.75rem;
font-weight: bold;
padding: 4px 8px;
border-radius: 4px;
line-height: 1;
}

.form dd{
padding: 32px 0;
margin: 0;
border-bottom: 1px solid #E5E7EB;
}

input[type="text"],
input[type="email"]{
width: 100%;
padding: 12px 16px;
border: 1px solid #E5E7EB;
border-radius: 8px;
background-color: #F9FAFB;
font-size: 1rem;
}
.form-note{
font-size: 0.8125rem;
color: #4B5563;
margin: 8px 0 0;
}

.mw_wp_form .error{
font-size: 0.8125rem !important;
margin: 8px 0 0;
}


textarea{
width: 100%;
padding: 12px 16px;
border: 1px solid  #E5E7EB;
border-radius: 8px;
background-color:  #F9FAFB;
font-size: 1rem;
}

.pp-chk{
text-align: center;
margin: 48px 0;
padding: 32px 16px;
background-color: #F9FAFB;
border-radius: 8px;
}
.pp-info{
font-size: 1rem;
margin-bottom: 16px;
}

.pp-chk label {
display: inline-flex;
align-items: center;
cursor: pointer;
font-size: 0.9375rem;
}

.pp-chk input[type="checkbox"] {
width: 18px;
height: 18px;
margin-right: 8px;
cursor: pointer;
}

.pp-info a{
color:#F08300;
}

@media (min-width: 640px) {
.form-submit {
flex-direction: row;
justify-content: center;
gap: 24px;
}
}
.form-submit {
display: flex;
flex-direction: column;
gap: 16px;
align-items: center;
}

.form-submit input[type="submit"], .form-submit button {
width: 100%;
max-width: 300px;
padding: 16px;
font-size: 1.125rem;
-webkit-appearance: button;
border: none;
cursor: pointer;
}

.btn-accent {
background-color: #F08300;
color: #fff;
}
.btn {
display: inline-flex;
align-items: center;
justify-content: center;
font-weight: bold;
border-radius: 9999px;
transition: all .2s;
text-align: center;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.btn-accent:hover {
background-color:#ffb343;
}



/*------------------------------------------------------------
GOTOTOP
------------------------------------------------------------*/
.gototop a{
position:fixed;
bottom:53px;
right:50px;
cursor:pointer;
z-index:999;
display:block;
color:#ccc;
padding-top:30px;
width:56px;
font-size:10px;
line-height:12px;
text-align:center;
}

.gototop a::before{
content:'';
width:40px;
height:40px;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
transform:rotate(-135deg);
position:absolute;
top:0;
left:8px;
}

.gototop a:hover{
color:#666;
}
.gototop a:hover::before{
content:'';
width:40px;
height:40px;
border-right:1px solid #666;
border-bottom:1px solid #666;
transform:rotate(-135deg);
position:absolute;
top:0;
left:8px;
}


/*------------------------------------------------------------
END PC LAYOUT CSS
------------------------------------------------------------*/
}