body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino serif",
    Meiryo,
    sans-serif;
    font-weight: 400;
}



header.block-header .block-header-inner h1 span {
    display: none;
}
header.block-header .block-header-inner h1 img{
	width:200px;
	padding:.5em 0;
}

@media screen and (max-width: 999px){
	header.block-header .block-header-inner h1{
		text-align:center;
	}
	header.block-header .block-header-inner h1 img {
		text-align: center;
	}
}
@media screen and (max-width: 380px){
	header.block-header .block-header-inner h1 img {
		width:150px;
	}
}

header.block-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 87, 171, 0.8);
    overflow: hidden;
    z-index: 8000;
}
header.block-header .block-header-inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 46px;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}

/************Strat ハンバーガー************/
#nav-toggle{
	display:none;
}

@media screen and (max-width: 1000px){
	body #nav-toggle {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    height: 60px;
    cursor: pointer;
    z-index: 9000;
    padding: 12px 20px 16px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
}



.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(0, 87, 171, 0.8);
}

@media screen and (max-width: 380px){
.menu-btn {
    position: fixed;
    top: 5px;
    right: 5px;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(0, 87, 171, 0.8);
	}
}


.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(0, 87, 171, 0.8);
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 80px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/************eND ハンバーガー************/




/*****************************見積固定電話
header.block-header .block-header-inner .mod-sns {
    float: right;
    margin: 22px 0 0 0;
}

ul.mod-sns {
    text-align: center;
    letter-spacing: -.4em;
}

ul.mod-sns li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 6px;
}
header.block-header .block-header-inner .mod-sns li {
    margin: 0 4.5px;
}
ul.mod-sns li a {
    display: block;
    width: 40px;
    height: 40px;
}
ul.mod-sns li a.is-fb {
    background: url(../../images/common/img_header_sns_fb01.png) no-repeat 50% 50%;
}
header.block-header .block-header-inner .mod-sns li a {
    width: 32px;
    height: 32px;
}
ul.mod-sns li a span {
    display: none;
}

**************************************/

header.block-header nav {
    max-width: 1092px;
    width: 100%;
    margin: 0 0 14px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
}
nav ul {
    list-style: none;
}
header.block-header nav ul li {
    display: inline-block;
    vertical-align: top;
}
header.block-header nav ul li:not(:last-child) {
    margin: 0 40px 0 0;
}
header.block-header nav ul li a {
    display: block;
    color: #ffffff;
    font-family: "Helvetica", sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 100%;
    padding: 4px;
}
header.block-header nav ul li a span {
    display: block;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 11px;
    font-weight: 500;
}

@media screen and (max-width: 1000px){
	body #nav-toggle-inner {
		display: none;
	}
}
@media screen and (max-width: 480px){
	span.uagb-question {
		padding-right: 10px;
	}
}

.btn-mitsumori {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 28px;
  text-decoration: none;
  color: #FFF;
  background: #f45656;
  border:2.5px solid red;
  transition: .4s;
  width:300px;
  box-sizing:border-box;
}

.btn-mitsumori:hover {
  opacity: .8;
}
.btn-mitsumori-inner{
  font-size:100%;
  padding:0 .5em;
}
.btn-mitsumori-inner h6{
  font-size:1.1em;
  text-align:center;
  margin:0;
  padding:0;
}
.btn-mitsumori-inner p{
  margin:0;
  font-size:.8em;
  text-align:center;
}

.lineH1-2 p{
	line-height: 1.2;
}

.wp-block-uagb-column.uagb-column__wrap{
	box-sizing:border-box;
}

.vk_borderBox_title_container i{
	margin-top:8px;
}

.height100 img{
	height:100%;
	width:100%;
}

.uagb-section__inner-wrap.menu a{
	color:#fff;
}
.uagb-section__inner-wrap.menu p{
	line-height:1.5em;
}


/*******************************************/
/*送迎料金の表*/

.sougeiPrice{
  display:flex;
}
.sougeiPrice .w20per-box{
  width:20%;
  padding:2px;
}
.sougeiPrice .w25per-box{
  width:25%;
  padding:2px;
}
.sougeiPrice .upperbox{
  background:#4169E1;
  text-align:center;
  margin-bottom:2px;
	color:#fff;
	padding:5px;
}
.sougeiPrice .lowerbox{
  background:#D9E5FF;
  padding:5px;
  height:60px;
}
.sougeiPrice .lowerbox.goukei{
  font-weight:bold;
  text-align:center;
}

@media screen and (max-width: 1000px){
  .sougeiPrice{
    flex-direction:column;
  }
	.sougeiPrice .w20per-box,
	.sougeiPrice .w25per-box{
    width:100%;
	}
}

