/*
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: 'Poppins','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; }


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}
}


@font-face {
  font-family: 'Arial';
  src: url('fonts/arial.eot');
  src: url('fonts/arial.eot?#iefix') format('embedded-opentype'),
       url('fonts/arial.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


h2,h3,h4,h5{
font-weight:400 !important;
}

/*------------------------------------------------------------
	MAPS
------------------------------------------------------------*/

.office-map{
position: relative;
height: 0;
padding:0 0 56.25%;
overflow: hidden;
}
.office-map iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*------------------------------------------------------------
	LINK
------------------------------------------------------------*/
a{ color:#ff1493; text-decoration:none; }
a:hover { color:#f00; text-decoration:none; }

/*------------------------------------------------------------
	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;
}


.wp-pagenavi {
margin:10vw 0 0;
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:#f2f2f2;
color: #111;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background-color: #0B75E1;
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%;
}

/*------------------------------------------------------------
	FOR PC LAYOUT CSS
------------------------------------------------------------*/
@media screen and (min-width:768px){




/*------------------------------------------------------------
	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;
}
/*------------------------------------------------------------
    PAGE NAVI
------------------------------------------------------------*/
.wp-pagenavi {
margin:80px 0 0;
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:#f2f2f2;
color: #111;
transition:all 0.3s;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
background-color: #0B75E1;
color: #fff;
}
