@charset "utf-8";
/*
Site Name:
Description: gloval style
*/

/* universal reset
----------------------------------------- */

*{
    box-sizing: border-box;
}


p, h1, h2, h3 {
    margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

q{
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ins {
	background-color: #FF9;
	color: #000;
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

em, address{
	font-style: normal;
}


img {
	max-width: 100%;
	height: auto;
    vertical-align: middle;
}

a img{
	text-decoration: none;
}

a {
    transition: 0.3s;
}
/*
a:hover{
	text-decoration: underline;
}*/

a[href^="tel"] {
    cursor: default;
}

@media screen and (min-width: 1025px) {
    a[href^="tel"] {
        pointer-events: none;
    }
}

.offscreen{
	position: absolute;
	top: -9999px;
}

.ib {
	display: inline-block;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.viwe-pc { display: block !important; }
.viwe-sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 540px) {
    .viwe-pc { display: none !important; }
    .viwe-sp { display: block !important; }
}

/* body and base setting
----------------------------------------- */
body {
	padding: 0px;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	overflow-x: hidden;
	/*font-size: 62.5%;*/
    width: 100%;
	/*min-width: 360px;*/
}

/* general style
----------------------------------------- */
html{
	overflow-y: scroll!important;
	overflow-x: auto;
}

/*p {
    margin: 0 !important;
}*/

ul {
	padding-left: inherit;
}

li {
	list-style: none;
}

.elementor-element-populated {
	padding: 0 !important;
}

.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main {
   	max-width:none !important;
    }


@media screen and (max-width: 575px) {
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    padding-right: initial !important;
    padding-left: initial !important;
}
}
.site-footer {
    padding-top: 0;
    padding-bottom: 0;
}
#site-footer {
	padding-top: 0;
  padding-bottom: 0;
}

[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover {
    color: #fff;
    text-decoration: none
}

/*デフォルトテーブルスタイル削除*/
table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
	background-color: initial !important;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
 background-color:initial !important;
}

table {
 background-color:transparent;
 width:100%;
 margin-bottom:0 !important;
 font-size:.9em;
 border-spacing:0;
 border-collapse:collapse
}
table td,
table th {
 padding:15px;
 line-height:1.5;
 vertical-align:top;
 border:none !important;
}
table th {
 font-weight:700
}
table tfoot th,
table thead th {
 font-size:1em
}
table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
 border-top:none !important;
}
table tbody+tbody {
 border-top:none !important;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
 width:100%;
 border:1px solid #ccc !important;
 border-radius:3px;
 padding:.5rem 1rem;
 transition:all .3s;
background: #eee !important;
}



[type=button],
[type=submit],
.form button {
 display:inline-block;
 font-weight:400;
 color:#fff !important;
 text-align:center;
 white-space:nowrap;
 user-select:none;
 background-color:#111 !important;
 border:1px solid #111 !important;
 padding:0.8rem 5rem !important;
 font-size:1rem;
 border-radius:0 !important;
 transition:all .3s
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus {
 color:#333 !important;
 background-color:#Fff !important;
 text-decoration:none;
 transition:all .3s
}

/*[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:hover {
 color:#333 !important;
 background-color:#FA6600 !important;
 text-decoration:none;
 transition:all .3s
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
.form button:focus,
.form button:hover {
 color:#333 !important;
 background-color:#fff !important;
 text-decoration:none;
border:1px solid #FA6600 !important;
}*/


button:focus,
a:focus-visible{
    outline: none !important;
}

.about-img .elementor-column.elementor-col-33.elementor-inner-column.elementor-element {
    margin: 10px !important;
}
