@charset "UTF-8";

/*テンプレートcssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("aos.css");
@import url("drawer.css");
@import url("../webfonts/css/all.css");
@import url("../slick/slick.css");
@import url("../slick/slick-theme.css");

/*全体の設定
---------------------------------------------------------------------------*/
html {
-moz-text-size-adjust:none;
-webkit-text-size-adjust:100%;
overflow-x: hidden;
overflow-y:scroll;
}
body {font-size:1em;
font-family: "Meiryo", "メイリオ", "ＭＳ　Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;font-style:normal;
line-height: 1.9;color: #333;-webkit-text-size-adjust: 100%;text-align: center;-webkit-font-smoothing: antialiased;}
* {
margin: 0;
padding: 0;
}

/*リセット*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
dd {margin: 0;}
nav,ul,li,ol {margin: 0;padding: 0;}
ul {list-style: none;}
input {font-size: 1rem;}

.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
overflow:hidden;
}

/*reCAPTCHA*/
.grecaptcha-badge { visibility: hidden; }


/*container（サイト全般を囲むブロック）
---------------------------------------------------------------------------*/
.container {
padding: 0 6%;
box-sizing:border-box;
width:100%;
}
@media screen and (min-width: 768px) {
.container {
margin: 0 auto;
}}
@media screen and (min-width: 1024px) {
.container{
width:1000px;
padding: 0;
}}


/*img*/
img{vertical-align:middle;border-style:none;border:0;-webkit-backface-visibility: hidden; backface-visibility: hidden;}
a:hover img{opacity:0.8;filter:alpha(opacity=80);-ms-filter:"alpha( opacity=80 )";}
/*img Chromeのみ*/
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
img {image-rendering: -webkit-optimize-contrast;}
}

/*p*/
p {text-align: justify;}

/*回りこみ解除*/
.clear {
clear:both;
}
a img,
ol li img,
li img,
ul li img {/*上揃え*/
vertical-align: top;
text-align:center;
border-style:none;
}
img {
vertical-align: middle;
border: none;
max-width: 100%;
height: auto;
}

/*フロート設定*/
.tex img.centered,.tex img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
clear:none;
}
.tex img.alignright,
.tex .alignright img{
margin-left:20px;
margin-right:0;
margin-bottom:20px;
display:inline;
clear:none;
}
.tex img.alignleft,
.tex .alignleft img {
margin-left:0;
margin-right:20px;
margin-bottom:20px;
display:inline;
clear:none;
}
.tex img.alignnone,
.tex .alignnone img {
margin-left:0;
margin-right:0;
margin-bottom:10px;
clear:none;
display:block;
}
.tex .alignright,.right {
float:right;
}
.tex .alignleft {
float:left;
}
@media only screen and (max-width:60em) {
.tex img.alignright,.tex img.alignleft,.tex img.alignnone,.tex img.aligncenter {clear:both;display:block;margin-left:auto;margin-right:auto;}
.tex .alignright {float:none;}
.tex .alignleft {float:none;}
.tex .aligncenter {clear:both;display:block;margin-left:auto;margin-right:auto;}
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
color:#333;
text-decoration:none;
}
a:hover {
color:#848484;
text-decoration:none;
}
/* a TEL */
a[href^="tel:"] {text-decoration:none;color:#333;}
@media screen and (min-width: 1024px) {
a[href^="tel:"] {pointer-events: none;}
}

/*PC･スマホ 表示・非表示
---------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {.sp{display: none !important;}}
@media screen and (max-width: 1023px) {.pc{display: none !important;}}


/*pagetop
---------------------------------------------------------------------------*/
.pagetop {
display: none;
position: fixed;
bottom: 0;
right: 0;
}
.pagetop a {
display: block;
background-color: #333;
text-align: center;
color: #FFF;
font-size: 12px;
padding: 8px 13px 8px 13px;
}
.pagetop a:hover {
display: block;
opacity: 0.5;
transition: 0.5s;
text-align: center;
color: #fff;
}
@media screen and (max-width: 1023px) {
.pagetop {
bottom: 100px;
}
}

/*header（ロゴが入ったサイト上部のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
.logo{
margin: 4px 0 14px 2%;
text-align: left;
}
h1 a {
background: url(../img/logo.svg) no-repeat;
background-size: 200px 23px;
display: block;
width: 200px;
height: 23px;
float: left;
}
h1 a span {
display: none;
}

a.button_toi {
  font-weight: normal;
  border-radius: 100px;
	padding: 0 1.5em;
	text-align: center;
	font-size: 80%;
	margin-left: 10px;
	border: 1px solid #848484;
	transition: 0.5s;
	background: rgba(255, 255, 255, 0.5);
	
		color: #848484;
	}
a.button_toi:hover {
color: #fff;
		background: #848484;
}
a.button_toi::before{
   content: "\f0e0";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  margin-right: 5px;
	font-size: 10px;
	color: #848484;
}
a.button_toi:hover::before{
	color: #fff;
}
@media screen and (min-width: 768px) {
.logo{
margin: 4px 0 14px 1%;
}
h1 a {
background-size: 255px 30px;
width: 255px;
height: 30px;
}}
@media screen and (min-width: 1024px) {
.logo{
margin: 12px 0 15px 6%;
}
}

@media screen and (min-width: 1200px) {
.logo{
margin: 10px 0 15px 6%;
}
h1 a {
background-size: 298px 35px;
width: 298px;
height: 35px;
}
a.button_toi {
	height: 40px;
	line-height: 40px;
}
}
@media only screen and ( max-width : 1023px ) {
a.button_toi {
  margin:6%;
	height: 40px;
	line-height: 40px;
}
}


/*フッター
---------------------------------------------------------------------------*/
#footer {
width: 100%;
color: #fff;
padding: 0 0 100px 0;
background: url(../img/footer_bg.jpg) repeat;
}
/*address*/
.f_box{
text-align: center;
}
.f_box h5 img {
width: 200px;
height: auto;
margin: 0 0 30px 0
}
.f_box address {
font-style: normal;
font-size: 90%;
display:block;
}
.f_box address a{
color: #fff;
}
.copy {
font-family: Verdana, “Droid Sans”;
font-size: 70%;
padding: 30px 0 0 0;
text-align: center;
font-weight:normal;
clear: both
}

/*footer　menu　 */
.flex_foot-item ul {
list-style: none;
}
.flex_foot-item {
text-align: left
}
.flex_foot-item ul li a{
line-height: 1.5; 
font-size: 90%;
color: #fff;
height: 100%;
width: 100%
}
.flex_foot-item ul li a:hover {
opacity: 0.6;
transition: 0.5s;
}
.flex_foot-box {
display: flex;
text-align: left;
}

@media only screen and ( max-width : 767px ) {
.flexbox {
 display: flex;
flex-wrap: wrap; 
}
.f_box {
width: 100%;
-webkit-order: 2;
order: 2;
}
.f_box h5 img {
margin: 50px 0 30px 0;
}
.flex_foot-box {
display: none
}
}
@media screen and (min-width: 768px) {
#footer {
display: flex;
justify-content: space-between;
padding: 60px 0;
}
p.copy{
text-align: left;
padding: 5% 0 0 0;
float: left;
}
.f_box {
width: 45%;
margin: 0;
text-align: left;
float: left;
}
.flex_foot-box {
float: right;
}
.flex_foot-item {
padding-left: 50px;
}
}


/*table
---------------------------------------------------------------------------*/
table {
width: 100%;
border-collapse: collapse;
margin: 10px 0;
border-style: solid;
border-width: 0;
border-bottom: 1px solid #ccc;
text-align: left;
}
table th,table#otoiawase th {
background-color:#f5f5f5;
vertical-align: middle;
box-sizing: border-box;
}
table th,
table td {
font-weight:normal;
padding: 8px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
vertical-align: middle;
}
table#otoiawase th {
font-weight:normal;
padding: 8px;
border-bottom: 1px solid #ccc;
}
table#otoiawase td {
font-weight:normal;
padding: 8px 0;
border-bottom: 1px solid #ccc;
}
table.mobile-block {
border-left: none;
}
table.mobile-block th {
color:#333;
}
table td img {
margin: 0 0 10px 0;
margin-bottom: 0;
}
.red {
color: red;
}
.form_moji {
font-size: 130%;
}
/* 画像用 */
table.topwaku td,
table.topwaku {
font-weight:normal;
padding: 0px 10px;
border: none;
border-top: none;
}
textarea{
width:100%;
padding:5px;
box-sizing:border-box;
}
input[type="text"] ,input[type="email"] ,input[type="tel"] {
width:100%;
padding:5px;
box-sizing:border-box;
}
/* お問い合わせボタン */
.buttonContainer {
text-align: center;
padding: 20px 0 0 0;
}
#button {
width: 98%;
display: inline-block;
font: normal normal 300 1.3em '';
text-decoration: none;
color: #848484 ;
border: 1px solid #848484 ;
padding: 1em 0;
margin: 5px;
background-size: 200% 100%;
background-color: #fff;
transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
#button:hover {
color: rgba(255, 255, 255, 1);
background-color: #848484 ;
background-position: -100% 100%;
}
.contactform-width {
max-width: 100%;
}
/* 確認赤枠 */
.red_line {
margin: 2em 0;
padding:2em;
border: solid 1px red;
text-align: center;
font-weight:normal
}
.red_line p {
margin: 0; 
padding: 0;
}

@media screen and (min-width: 768px) {
table#otoiawase {
border-top: 1px solid #ccc;
}
table#otoiawase th,
table#otoiawase td {
padding: 20px;
}
table#otoiawase th {
width:30%;
}
#button {
width: 240px;}
}





/* アイコン型SNS
/* ------------------------------------- */
#copy-icon {
	margin-top: 20px;
}
#social-icon a {
  display: block;
  float: left;
  padding: 0;
  color: #fff;
	font-size: 160%;
}
#social-icon i {
  margin: 0;
  text-align: center;
}
#social-icon a:hover i { opacity: 0.5;transition: 0.5s; }

@media screen and (min-width: 769px) {
#social-icon a {
margin-right: 30px;
}
}

@media screen and (max-width: 768px) {
#copy-icon {
width: 120px;
margin: 20px auto 0 auto ;
}
#social-icon {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
#social-icon a {
font-size: 200%;
}
}

/*footer お問い合わせ
---------------------------------------------------------------------------*/
.back_inquiry{
width: 100%;
padding: 50px 0;
background: url(../img/inquiry_bg.jpg) repeat;
}
.section-inquiry-h3 {
text-align:center;
font-size: 20px;
line-height: 1.5;
font-weight: normal;
letter-spacing:.05em;
margin: 0 0 20px 0;
color: #fff
}

/*お問い合わせ　バナー
---------------------------------------------------------------------------*/
.two-inquiry-pc	{
width: 80%;
margin: 0 auto;
}
.two-inquiry-pc:after	{content: "";
display: block;
clear: both}
.two-inquiry-l	{
margin-bottom: 10px}
.two-inquiry-l	img{
width: 185px;
height: auto}
.two-inquiry-r i{
padding-right: 10px
}
.back_inquiry .size{
font-size:1.3em;
}
.btn_01 a {
display: flex;
justify-content: center;
align-items: center;
position: relative;
width: 100%;
height: 75px;
line-height:75px;
margin: 0 auto;
padding: 0;
background-color: #fff;
font-size: 1em;
color: #333;
text-decoration: none;
}
.btn_01 a:hover {
color:#848484;
text-decoration:none;
}

@media screen and (min-width: 768px) {
.two-inquiry-pc	{
width: 100%;
}
.two-inquiry-l	{float: left;
	width: 48%;
	margin-bottom: 0}
.two-inquiry-r	{float: right;
	width: 48%;
}
}
@media screen and (min-width: 1024px) {
.back_inquiry {
padding:60px 0;
}
.two-inquiry-pc	{
width: 700px;
}
.section-inquiry-h3 {
font-size: 23px;
margin: 0 0 30px 0;
}}


/* instagram
/* ------------------------------------- */
/*footer*/
.fa-size {
font-size: 2em;
color: #fff;
}
/*header pc*/
.fa-header-insta {
font-size: 2em;
color: #555;
margin-top: 5px;
margin-left: 20px
}
a .fa-size:hover,
a .fa-header-insta:hover{
	opacity: 0.6;
	transition: 0.5s;
	text-decoration: none;
}
@media screen and (min-width: 1024px) {
.fa-header-insta {
padding-top: 5px;
padding-left: 10px
}
}

/*header shareList
---------------------------------------------------------------------------*/
.tel_pc{
width: 190px;
height: auto;
padding: 10px
}
.shareList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
	float:right;
	position: absolute;
  top: 15px;
  right: 65px;
  z-index: 9999;
}
.fa-header-insta {
margin-top: 2px;
margin-left:0;
font-size: 1.7em;
}
.fa-header-tel {
font-size: 1.4em;
color: #555;
margin-top: 5px;
margin-right: 15px
}

.shareList li {
float:left;
}
.shareList li:first-child {
padding-right: 5px
}


/*floatingmenu
---------------------------------------------------------------------------*/
#floatingmenu {
display: block;
position: fixed;
z-index: 9999;
text-align: center;
}
#fl_nav {
  list-style: none;
  display: flex;
	text-align: center;
}
#fl_nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  padding: 0;
	font-size: 100%;
	display: block;
}
#fl_nav li:hover,
.sns_instagram a:hover {
  opacity: 0.6;
	transition: 0.6s
}

#fl_nav li:first-child{
  background: #2ea7e0;
}
#fl_nav li.gas a::before {
content: "";
    display: inline-block;
    width: 16px;
    height: 12px;
		background-image: url('../img/top/gas.png');
    background-position: center;
    background-size: contain;
		background-repeat: no-repeat;
		padding: 0 10px 0 0
}

#fl_nav li:nth-child(2) {
  background: #ea5514;;
}
#fl_nav li:last-child{
  background: #22ac38;
}
/*サイドinstagram */
.sns_instagram a{
display: inline-block;
background: linear-gradient(to right,
rgba(247, 207, 0, 0.7),
rgba(246, 37, 2, 0.7) 45%,
rgba(182, 47, 82, 0.7) 75%,
rgba(113, 58, 166, 0.7));
color: #fff;
text-decoration: none;
width: 50px;
height: 50px;
line-height: 50px
}
@media screen and (min-width: 1024px) {
#floatingmenu {
bottom: 50%;
transform: translate(0,50%);
right: 0;
}
#fl_nav {
	flex-flow: column;
}
#fl_nav li {
  width: 50px;
  text-align: center;
  height: 120px;
  line-height: 50px;
	writing-mode: vertical-rl;
}
#fl_nav li:first-of-type::before {
	padding: 10px 0 0 0
}
}

@media screen and (max-width: 1023px) {
#floatingmenu {
width: 100%;
bottom: 0;
right: 0;
padding: 0 auto;
margin: 0
}
#fl_nav {
	justify-content:space-between;
}
 
#fl_nav li {
  text-align: center;
	width: calc(100% / 3);
  height: 50px;
  line-height: 50px;
}
}

/*youtube
---------------------------------------------------------------------------*/
.wp-block-embed-youtube {
position: relative;
padding-bottom: 56.25%; /* 16:9のアスペクト比 */
height: 0;
overflow: hidden;
}

.wp-block-embed-youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}