/*
theme name: Original Theme
theme uri: 
description: 
Author: 
version:2025
*/


/*------------------------------------------------------------
	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; } 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; }


body {
    animation: fadeIn .5s ease 0s 1 normal;
    -webkit-animation: fadeIn .5s ease 0s 1 normal;

}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}



/*------------------------------------------------------------
	LINK
------------------------------------------------------------*/
a{ color:#000; text-decoration:none; }
a:hover { color:#32cd32; text-decoration:none; }


/*------------------------------------------------------------
	TEXTS
------------------------------------------------------------*/
.bold{font-weight:bold;}
.right{text-align:right;}
.center{text-align:center; }
.large{ font-size:1.2em; }

/*------------------------------------------------------------
	COLORS
------------------------------------------------------------*/
.red{ color:#cc2728; }
.pink{color:#f66;}
.green{color:#9DC93A;}
.blue{color:#00A0E9;}
.brown{color:#7A6A56;}
.gold{color:#E6D3A1;}
.orange{color:#fc0;}
.purple{color:#A6B0D9;}
.gray{color:#999;}
.yellow{color:#eddc44;}


/*------------------------------------------------------------
	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
------------------------------------------------------------*/
.hissu{
margin-left:10px;
font-size:12px;
line-height:20px;
padding:0 5px;
color:#ff1493;
border:1px solid #ff1493;
display:inline-block;
border-radius:2px;
}


.form {
width:100%;
margin-bottom:30px;
}
.form dt {
font-weight:bold;
text-align:left;
overflow:hidden;
white-space:nowrap;
border-left:5px solid #000;
padding-left:10px;
line-height:20px;
margin-bottom:10px;
}
.form dd {
margin-bottom:20px;
}

input[type="text"],
input[type="email"]{
width:100%;
border-radius:4px;
border:1px solid #ccc;
padding:10px;
box-sizing:border-box;
-webkit-appearance: none;
}

select {
border-radius:4px;
border:1px solid #ccc;
-webkit-appearance: none;
padding:5px;
}

textarea {
width:100%;
border-radius:4px;
border:1px solid #ccc;
padding:10px;
box-sizing:border-box;
-webkit-appearance: none;
}

.mwform-tel-field input[type=text] {
width:25%;
border-radius:4px;
padding:10px;
-webkit-appearance: none;
}

.mwform-checkbox-field input, .mwform-radio-field input{
margin:0;
}
input[type=radio]{
vertical-align:-0.2em;
}


.formBtn {
display:flex;
justify-content:center;
}
.formBtn li {
display:inline-block;
margin:0 5px;
}

.mw_wp_form_confirm .fBtn input:hover,
.mw_wp_form_input .fBtn input:hover,
#submitback input:hover{
background:#000;
color:#fff;
}


.mw_wp_form_input .fBtn input {
background:#666;
color:#fff;
width:180px;
height:60px;
overflow:hidden;
border:none;
cursor:pointer;
border-radius:4px;
transition:all 0.3s;
font-weight:bold;
-webkit-appearance: none;
}
.mw_wp_form_confirm .fBtn input {
background:#666;
color:#fff;
width:180px;
height:60px;
overflow:hidden;
border:none;
cursor:pointer;
border-radius:4px;
transition:all 0.3s;
font-weight:bold;
-webkit-appearance: none;
}
.sbmBack input {
background:#666;
color:#fff;
width:80px;
height:60px;
overflow:hidden;
border:none;
cursor:pointer;
margin-right:10px;
border-radius:4px;
transition:all 0.3s;
font-weight:bold;
-webkit-appearance: none;
}

/*------------------------------------------------------------
    PAGE NAVI
------------------------------------------------------------*/
.wp-pagenavi {
clear: both;
text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
width:8vw;
height:8vw;
display:inline-block;
text-align:center;
line-height:8vw;
margin: 0 1vw;
background:#fcc;
color: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background-color: #32cd32;
color: #fff;
}

/*------------------------------------------------------------
	GOOGLEMAP
------------------------------------------------------------*/
.ggmap{
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
margin-bottom: 5px;
}
.ggmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*------------------------------------------------------------
	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
------------------------------------------------------------*/
.hissu{
margin-left:10px;
font-size:12px;
line-height:20px;
padding:0 5px;
color:#ff1493;
border:1px solid #ff1493;
display:inline-block;
border-radius:2px;
}


.form {
width:100%;
margin-bottom:30px;
}
.form dt {
font-weight:bold;
text-align:left;
overflow:hidden;
white-space:nowrap;
border-left:5px solid #000;
padding-left:10px;
line-height:20px;
margin-bottom:10px;
}
.form dd {
margin-bottom:20px;
}

input[type="text"],
input[type="email"]{
width:100%;
border:1px solid #ccc;
padding:10px;
border-radius:4px;
box-sizing:border-box;
}

select {
border-radius:4px;
border:1px solid #ccc;
padding:10px;
}
textarea {
width:100%;
border-radius:4px;
border:1px solid #ccc;
padding:10px;
box-sizing:border-box;
}

.mwform-checkbox-field input, .mwform-radio-field input{
margin:0;
}
input[type=radio]{
vertical-align:-0.1em;
}


/*------------------------------------------------------------
    PAGE NAVI
------------------------------------------------------------*/
.wp-pagenavi {
clear: both;
text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
width:40px;
height:40px;
display:inline-block;
text-align:center;
line-height:40px;
margin: 0 5px;
background:#fcc;
color: #fff;
transition:all 0.2s;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background-color: #32cd32;
color: #fff;
}

/*------------------------------------------------------------
	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
------------------------------------------------------------*/
}
