@import url("./style-sub.css");
/* ==== Google font ==== */
/* @import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic'); */

@font-face {
    font-family: anzu;
    src: url('../fonts/apjapanesefont.eot?#iefix') format('oldIE'),
    url('../fonts/apjapanesefont.woff') format("woff"),
    url('../fonts/APJapanesefont.ttf') format("truetype");
}

html {
  width: 100%;
  height: 100%;
  line-height: 1;
  font: inherit;
  font-size: 62.5%; /* 10px */
}

body {
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-weight: 300;
  color: #000;
  background-color: #FFF;
  font-size: 1.6px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  /*text-transform: uppercase;*/
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
}

p.lead {
font-weight: 600;
}

a {
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #dd0000;
}

/* cell.is-empty設定IEのobject-fit:cover;の未対応の為
-------------------------------------------------------------------------------- */
.object-fit-img {
  object-fit: cover;
  object-position: center;
  background-position-y: center;
  font-family: 'object-fit: cover; object-position: center;';
}

/* ゴーストボタン設定
----------------------------------------------------------------------------------------------- */
a.gbtn:link,
a.gbtn:visited{
  display: inline-block;
  width: 420px;
  margin: 60px 40px 40px;
  padding: 15px 10px;
  border: 1px solid #222222;
  background: transparent;
  color: #222222;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  font-weight: 400;
}
a.gbtn-hover {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.gbtn::before {
  content: url(../images/link_icon.png);
  width: 31px;
  height: 25px;
  margin: 0 5px 0 0;
  padding: 0;
  position: relative;
  top: 2px;
}
a.gbtn-hover::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#f3f3f3;
  transition:.3s;
}
a.gbtn-hover:hover {
  color:#555;
}
a.gbtn-hover:hover::after {
  width:450px;
  height:450px;
  margin:-225px 0 0 -225px;
}

/* ゴーストボタン2設定 */
a.gbtn2:link,
a.gbtn2:visited{
  display: inline-block;
  width: 250px;
  margin: 45px 40px 0px;
  padding: 15px 10px;
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  font-weight: 700;
}
a.gbtn2-hover {
  position:relative;
  z-index:2;
  overflow:hidden;
}
a.gbtn2-hover::after {
  display:block;
  content:"";
  position:absolute;
  z-index:-1;
  top:50%;
  left:50%;
  width:0;
  height:0;
  margin:0;
  border-radius:50%;
  background:#222222;
  transition:.3s;
}
a.gbtn2-hover:hover {
  color:#FFFFFF;
}
a.gbtn2-hover:hover::after {
  width:450px;
  height:450px;
  margin:-65px 0 0 -225px;
}


img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  line-height: 0;
}

.light {
    font-weight: 400;
}

/* container
----------------------------------------------------------------------------------------------- */
.container {
  height: 100%;
}

/* マウスホバーアクション
----------------------------------------------------------------------------------------------- */
/*.transform01 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.transform02 {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
figure:hover .transform01 {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);

}
figure:hover .transform02 {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}*/
figure h4 {
  padding: 20px 0 5px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
figure p {
  color: #fff;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

figure {
  position: relative;
  overflow: hidden;
}

.end {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
  background: rgba(0,0,0,0.8);
}

.end p {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0px;
  margin: -5% 0 0 -19%;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

figcaption {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 300px;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}
figure:hover figcaption {
  top: 0;
  left: 0;
}


/* 画像フロート設定
----------------------------------------------------------------------------------------------- */
.image-left {
position: relative;
margin: 0 30px 40px 0;
padding: 0;
float: left;
}

.image-left02 {
position: relative;
margin: 0 30px 40px 0;
padding: 0;
float: left;
}

.image-right {
position: relative;
margin: 0 0px 40px 30px;
padding: 0;
float: right;
}

.image-center {
position: relative;
margin: 0 auto 20px;
padding: 0;
text-align: center;
}

/* 画像フロート設定
----------------------------------------------------------------------------------------------- */
.left {
position: relative;
margin: 0 30px 0px 0;
padding: 0;
}
.right {
position: relative;
margin: 0 0px 0px 30px;
padding: 0;
}
.center {
position: relative;
margin: 0 auto 0px;
padding: 0;
text-align: center;
}



/* googlemapレスポンシブ設定
----------------------------------------------------------------------------------------------- */
.ggmap {
position: relative;
margin: 0 auto 30px;
padding-bottom: 38%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed,
.ggmap #apimap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ggmap .apimap a {
  color: #000;
  text-decoration: underline;
}

/* box-sizing設定
----------------------------------------------------------------------------------------------- */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* clearfix設定
----------------------------------------------------------------------------------------------- */
.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: block!important;
}
.sp-tab-view {
  display: none!important;
}

.pconly-telnumber{
  display: block!important;
  letter-spacing: -2.5px;
}
.sponly-telnumber{
  display: none!important;
}
/* リンク画像設定
----------------------------------------------------------------------------------------------- */
a:hover img.hoverimg,
a.hoverimg:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

/* navbar
----------------------------------------------------------------------------------------------- */
body > .navbar {
  height: 85px;
  margin-bottom: 0;
  padding: 0;
  border: none;
  letter-spacing: 1px;
  background: rgba(255,255,255,1) repeat;
  border-radius: 0;
  -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
  -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
  transition: background .3s ease-in-out,padding .3s ease-in-out;
  z-index: 999;
}

.navbar .navbar-header {
  height: 85px;
}

.top-nav-collapse {
  padding: 0;
  background: #E5E5E5;
}

/*.navbar-custom.top-nav-collapse {
  height: 70px;
  margin-bottom: 0;
  padding: 19px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: rgba(31,31,31,0.7) repeat;
  background: url(../images/header_bg.png) repeat-x;
}*/

.navbar-brand:focus {
    outline: 0;
}
div .navbar-brand,
div .navbar-brand {
  margin: 0px !important;
  padding: 0px 0px 0;
  display: block;
  height: 100%;
}
div .navbar-brand .logo{
margin: 8px auto;
}
/* div .navbar-brand .logo {
  width: 240px;
  height: 42px;
  color: #000000;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 28px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  margin: 0px 0 0px;
  padding: 2px 0 0 65px;
  letter-spacing: -0.8px;
  text-align: left;
  position: relative;
  vertical-align: middle;
  display: table-cell;
}
div .navbar-brand .logo span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 34px;
  margin: 0px 0 0px;
  padding: 2px 0 0 0;
  display: inline-block;
  vertical-align: middle;
}
div .navbar-brand .logo::before {
  content: '';
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 48px;
  height: 42px;
  margin: 0px 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}*/
/* div .navbar-brand .logo {
  content: '';
  background-image: url(../images/header_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 571px;
  height: 85px;
  margin: 0px 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  top: 0;
  display: inline-block;
} */
.navbar-collapse {
  position: static;
  margin: 0;
  padding: 0;
}

.nav.navbar-nav {
-js-display: flex;
display: -webkit-flex; /* Safari */
display: flex;
-webkit-flex-direction: row; /* Safari */
flex-direction:         row;
-webkit-flex-wrap: wrap; /* Safari */
flex-wrap:         wrap;
-webkit-justify-content: center; /* Safari */
justify-content:         center;
-webkit-align-items: center; /* Safari */
align-items:         center;
margin: 0;
padding: 0;
text-align: center;
/* position: static; */
/* width: 1170px; */
float: none;
position: relative;
height: 84px;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    /*background-color: rgba(0,0,0,0.1);*/
}
.navbar-custom ul.nav li.freemail,
body:not(#page-top) .navbar-custom ul.nav li.freemail {
  margin: 0 15px 0 0;
}
.navbar-custom ul.nav li {
  /* margin: 0 15px 0 0; */
  padding: 0;

}
/*電話番号*/
.navbar .telephone,
body:not(#page-top) .navbar .telephone,
.is-animation .navbar .telephone,
body:not(#page-top).is-animation .navbar .telephone {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  color: #484848;
  margin: 0;
  padding: 0;
  /* right: 0;
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10px; */
}
/* .navbar .telephone::before, body:not(#page-top).navbar .telephone::before,
.is-animation .navbar .telephone::before, body:not(#page-top).is-animation .navbar .telephone::before {
  content: '';
  background-image: url(../images/freecall.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: table-cell;
  width: 45px;
  height: 57px;
  margin: 0;
padding: 0;
  position: relative;
  top: -8px;
} */
.navbar .telephone .telephonebox,
body:not(#page-top).navbar .telephone .telephonebox{
display: table;
}

.navbar .telephone .telephonebox div.freecall,
body:not(#page-top) .navbar .telephone .telephonebox div.freecall{
display: table-cell;
}

.navbar .telephone .telephonebox div.freecall-num,
body:not(#page-top) .navbar .telephone .telephonebox div.freecall-num{
display: table-cell;
vertical-align: middle;
padding-left: 10px;
}
.navbar .telephone .telephonebox .tel-link02,
.navbar .telephone .telephonebox .tel-link02 a,
body:not(#page-top) .navbar .telephone .telephonebox .tel-link02,
body:not(#page-top) .navbar .telephone .telephonebox .tel-link02 a{
  color: #db0101;
  vertical-align: middle;
  display: block;
  text-align: left;
  line-height: 31px;
  letter-spacing: -0.2px;
}
.navbar .telephone .telephonebox .teltime-caution,
body:not(#page-top) .navbar .telephone .telephonebox .teltime-caution{
  vertical-align: middle;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 15px;
  text-align: center;
}
.navbar .telephone .telephonebox .teltime,
body:not(#page-top) .navbar .telephone .telephonebox .teltime{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
}
/* .navbar .telephone,
 body:not(#page-top) .navbar .telephone ,
.is-animation .navbar .telephone,
 body:not(#page-top).is-animation .navbar .telephone {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    color: #484848;
} */
/* .navbar-custom ul.nav li::after {
  content: '';
  background-color: #999999;
  background-repeat: no-repeat;
  background-position: center top;
  width: 1px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 0;
  -webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);
  margin: 0;
  padding: 0 0 0;
} */
/* .navbar-custom ul.nav li:first-child::before {
  content: none;
  margin: 0;
  padding: 0;
} */
.navbar-custom ul.nav li.mask,
body:not(#page-top) .navbar-custom ul.nav li.mask {
  display: none;
}

.navbar-custom ul.nav li.freemail a,
body:not(#page-top) .navbar-custom ul.nav li.freemail a {
  line-height: 30px;
	letter-spacing: -0.8px;
	text-transform: uppercase;
  margin: -8px 0 -2px;
  display: block;
  background-color: #0093A0;
  border-radius: 20px;
  color: #FFF;
  width: 250px;
  padding: 6px 0 4px;
  font-size: 22px;
  font-size: 2.2rem;
}
.navbar-custom ul.nav li a span,
body:not(#page-top) .navbar-custom ul.nav li a span{
padding-left: 40px;
}
.navbar-custom ul.nav li a span::before,
body:not(#page-top) .navbar-custom ul.nav li a span::before{
  content: '';
  background-image: url(../images/freemail.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: table-cell;
  width: 32px;
  height: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 6px;
  left: 16px;
  vertical-align: middle;
}
.navbar-custom ul.nav li.home a,
body:not(#page-top) .navbar-custom ul.nav li.home a {
  display: none;
}
.navbar-custom ul.nav li.home a img,
body:not(#page-top) .navbar-custom ul.nav li.home a img {
  vertical-align: middle;
}
.navbar-custom ul.nav li.home a:hover,
body:not(#page-top) .navbar-custom ul.nav li.home a:hover {
  background-image: url(../images/home_blue.png);
  background-color: transparent;
}
.navbar-custom ul.nav li.home a:hover::before,
body:not(#page-top) .navbar-custom ul.nav li.home a:hover::before {
  content: none;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

body:not(#page-top) .navbar-custom ul.nav li a {
  color: #FFF;
  position: relative;
}

.navbar-custom ul.nav li a:hover,
.navbar-custom ul.nav li a:focus,
.navbar-custom ul.nav li.active,
body:not(#page-top) .navbar-custom ul.nav li a:hover,
body:not(#page-top) .navbar-custom ul.nav li a:focus,
body:not(#page-top) .navbar-custom ul.nav li.active,
#contact .navbar-custom ul.nav li a[title="contact"],
#privacy .navbar-custom ul.nav li a[title="privacy"]{
  color: #fff;
  background-color: #324F75;
}
/* .navbar-custom ul.nav li a:hover::before,
.navbar-custom ul.nav li a:focus::before,
.navbar-custom ul.nav li.active::before,
body:not(#page-top) .navbar-custom ul.nav li a:hover::before,
body:not(#page-top) .navbar-custom ul.nav li a:focus::before,
body:not(#page-top) .navbar-custom ul.nav li.active::before,
#service .navbar-custom ul.nav li a[title="service"]::before,
#company .navbar-custom ul.nav li a[title="company"]::before,
#access .navbar-custom ul.nav li a[title="access"]::before,
#contact .navbar-custom ul.nav li a[title="contact"]::before,
#privacy .navbar-custom ul.nav li a[title="privacy"]::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit- transform: translateY(0) translateX(-50%);
  width: 100%;
  height: 2px;
  transition: all 0.3s;
  border-bottom: 2px solid #c12c20;
} */
.navbar-toggle {
    padding: 4px 6px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    color: #fff;
    position: relative;
    right: 0;
    top: 0;
}

.top-nav-collapse .navbar-toggle {
    -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #222222;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

li.freemail{
  margin: 0;
padding: 0px 30px 0px 0;
position: relative;
}
li.freemail a{
  display: block;
  background-color: #0093A0;
  border-radius: 20px;
  color: #FFF;
  width: 250px;
  padding: 6px 0 4px;
  font-size: 22px;
}

/* スクロール後と各ページ設定 */
.is-animation .navbar .navbar-header{
  height: 84px;
}
.is-animation #menu-first-block {
  display: none;
}
/* .navbar,
body:not(#page-top) .navbar{
  opacity: 0;
} */
.is-animation .navbar,
body:not(#page-top).is-animation .navbar {
  position: fixed;
  /* bottom: 0!important; */
  left: 0;
  transform: translate(0,0);
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  width: 100%;
  height: 84px;
  z-index: 999;
  margin-bottom: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  letter-spacing: 1px;
  background: rgba(255,255,255,0.9) repeat;
  border-top: solid 2px #FF9702;
  top: auto !important;
  -webkit-transition: background .6s ease-in-out,padding .6s ease-in-out;
  -moz-transition: background .6s ease-in-out,padding .6s ease-in-out;
  transition: background .6s ease-in-out,padding .6s ease-in-out;
}


.is-animation .nav.navbar-nav {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
  float: none;
  position: relative;
}

.is-animation div .navbar-brand {
  margin: 0px !important;
  /* padding: 7px 0px 0; */
  display: block;
  height: 100%;
}

.is-animation div .navbar-brand .logo{
  width: 489px;
height: 70px;
margin: 10px auto;
}

/* .is-animation div .navbar-brand .logo img{
  display: none;
} */
/* .is-animation div .navbar-brand h1.logo::before {
  content: '';
  background-image: url(../images/header_logo_sub.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left;
  width: 489px;
  height: 70px;
  display:block;
} */

.navbar-collapse.collapse {
  /* display: block !important; */
  height: auto !important;
  padding: 0;
  overflow: visible !important;
  /* top: 0;
  position: absolute;
  margin: 0 0 0 595px; */
  float: right;
}
.is-animation .navbar-custom ul.nav li a span,
body:not(#page-top).is-animation .navbar-custom ul.nav li a span{
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  padding: 2px 30px 0 80px;
  display: block;
}
.is-animation .navbar-custom ul.nav li a span::before,
body:not(#page-top).is-animation .navbar-custom ul.nav li a span::before {
  content: '';
  background-image: url(../images/freemail_sub.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: table-cell;
  width: 45px;
  height: 34px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 9px;
  left: 26px;
  vertical-align: middle;
}
.is-animation .navbar-custom ul.nav li.mask,
body:not(#page-top).is-animation .navbar-custom ul.nav li.mask {
  display: block;
}
.is-animation .navbar-custom ul.nav li a,
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  padding: 13px 0 12px;
  display: block;
  width: 330px;
  border-radius: 30px;
}
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  color: #FFF;
}
.is-animation .navbar-custom ul.nav li.home {
  width: 38px;
  margin: 0;
  padding: 0;
}

.navbar-custom ul.nav li.home a,
body:not(#page-top) .navbar-custom ul.nav li.home a ,
.is-animation .navbar-custom ul.nav li.home a,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a {
  display: block;
  background-image: url(../images/home_black.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: none;
  width: 28px;
  height: 27px;
  margin: 0 0 0 10px;
  padding: 0px 0px 0;
}
.is-animation .navbar-custom ul.nav li.home a:hover,
.is-animation .navbar-custom ul.nav li.home a:active,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a:hover,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a:active {
  background-image: url(../images/home_blue.png);
  opacity: 1;
}

.is-animation .navbar-custom .nav li a:hover,
.is-animation .navbar-custom .nav li a:focus,
.is-animation .navbar-custom .nav li.active,
body:not(#page-top).is-animation .navbar-custom .nav li a:hover,
body:not(#page-top).is-animation .navbar-custom .nav li a:focus,
body:not(#page-top).is-animation .navbar-custom .nav li.active,
#contact.is-animation .navbar-custom ul.nav li a[title="contact"],
#privacy.is-animation .navbar-custom ul.nav li a[title="privacy"] {
    outline: 0;
    color: #fff;
}

.is-animation .comment ul li:first-child {
  color: #fff;
}
.is-animation .comment ul li:last-child {
  color: #fff;
}

.is-animation .comment ul li:last-child span {
  color: #fff;
}



/* #toTop設定
----------------------------------------------------------------------------------------------- */
#toTop {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
width: 40px;
height: 40px;
background-image: url('../images/up.png');
background-repeat: no-repeat;
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
z-index: 1000;
}
#toTop:hover {
opacity: 0.8;
filter: alpha(opacity=80); /* For IE8 and earlier */
}

/* hr設定
----------------------------------------------------------------------------------------------- */
hr {
  width: 100%;
  borderbottom: 1px solid #636363;
  clear: both;
  margin: 10px auto 20px;
}

/* margin設定
----------------------------------------------------------------------------------------------- */
.margin-bottom0{margin-bottom:0 !important;}
.margin-bottom10{margin-bottom:10px !important;}
.margin-bottom20{margin-bottom:20px !important;}
.margin-bottom30{margin-bottom:30px !important;}
.margin-bottom40{margin-bottom:40px !important;}
.margin-bottom50{margin-bottom:50px !important;}
.margin-bottom60{margin-bottom:60px !important;}
.margin-bottom70{margin-bottom:70px !important;}
.margin-bottom80{margin-bottom:80px !important;}
.margin-bottom90{margin-bottom:90px !important;}
.margin-bottom100{margin-bottom:100px !important;}
.margin-bottom120{margin-bottom:120px !important;}
.margin-bottom150{margin-bottom:150px !important;}
.margin-bottom160{margin-bottom:160px !important;}


/* max-width設定
----------------------------------------------------------------------------------------------- */
.max-width10{max-width: 10% !important;}
.max-width20{max-width: 20% !important;}
.max-width30{max-width: 30% !important;}
.max-width40{max-width: 40% !important;}
.max-width50{max-width: 50% !important;}
.max-width60{max-width: 60% !important;}
.max-width70{max-width: 70% !important;}
.max-width80{max-width: 80% !important;}
.max-width90{max-width: 90% !important;}


/* General sections
----------------------------------------------------------------------------------------------- */

#main-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 900px;
  height: calc(100% - 20%);
  background-image: url(../images/top/main01.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px auto 0px;
}
.main-inner-content{
  display: none;
}
/* .main-inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin: auto;
  padding: 0px;
  width: 1170px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
} */
.main-inner-content .comment01 {
  display: block;
  color: rgb(255, 255, 255,1);
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 44.45px;;
  text-align: center;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 5px 7px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 40px;
  padding: 0px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

/* .main-inner-content .comment02 {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 46px;
  text-align: center;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 5px 7px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 50px;
  padding: 0px;
} */

/* 背景動画設定
-------------------------------------------------------------------------------- */
/* .masthead {
    position: relative;
    min-width: 720px;
    height: 93vh !important;
}
.masthead-video {
    z-index: 0;
}
.masthead-overlay {
  background-image: url(../images/overlay.png);
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
    background-color: rgba(0,0,0,0.4);
    background-repeat: repeat;
    background-position: center top;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.masthead-video-credit {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  opacity: 0.6;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding-right: 10px;
  bottom: 10px;
  text-decoration: none;
  text-align: right;
  line-height: 1.5;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.masthead-video-credit span {
  display: block;
}
.masthead-video-credit:hover {
  opacity: 1;
}
.masthead-arrow {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0.4;
}

.masthead h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 235px;
  line-height: 44.45px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 44px;
  font-size: 4.4rem;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 5px 7px;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0.8px;
}

.masthead h2 img {
  display: block;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 35px;
} */

/* top-info */
/* #page-top .masthead .soundCtr{
  font-size: 16px;
  position: absolute;
  top: 85%;
  left: 100px;
  display: table;
  color: rgba(255,255,255,0.5);
  padding: 15px 30px;
  background-color: rgba(50,50,50,0.5);

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#page-top .masthead .soundCtr:before {
  content: "";
  display: table-cell;
  width: 70px;
  height: 30px;
  background-image: url(../images/volume_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 30px;
}

#page-top .masthead .soundCtr > span{
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}

#page-top .masthead .soundCtr > span:visited{
  color: rgba(255,255,255,0.5);
}

#page-top .masthead .soundCtr .soundOff{
  color: #FFF;
}

#page-top .masthead .soundCtr .soundOff:before {
  color: rgba(255, 255, 255, 0.5);
  content: "/";
  padding: 0 5px;
} */

/* loader-bg設定
-------------------------------------------------------------------------------- */
/* .loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
.loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -50px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.loader img {
  width: 30px;
  height: 30px;
  margin: 0 0 10px;
} */

/* sp-main-imag
-------------------------------------------------------------------------------- */
.sp-main-image {
	display: none;
}

/* home-section
----------------------------------------------------------------------------------------------- */
.home-section {
  padding-top: 60px;
  padding-bottom: 90px;
  display:block;
  position:relative;
  z-index:120;
}

.home-section02 {
  padding-top: 60px;
  padding-bottom: 0px;
  display:block;
  position:relative;
  z-index:120;
}

/* section title
----------------------------------------------------------------------------------------------- */
#page-top section .title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 64px;
  letter-spacing: -0.8px;
  font-weight: normal;
  color: #000;
  margin: 0px 0px 60px;
}
#page-top section .title span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
#page-top section .title-center {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 64px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 50px;
}
#page-top section .title-center span {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
#page-top section .title-center-white {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 64px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 30px;
}
#page-top section .title-center-white span {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.teldisplay, .mapdisplay {
    display: none;
}


/* section 共通項目
----------------------------------------------------------------------------------------------- */
section p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.889;
  text-align: left;
  color: #000;
  margin: 0 0 30px;
}

section a.link-btn {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 48px;
  text-align: center;
  color: #fff;
  border: 1px solid #5d5d5d;
  background-color: #0D3353;
  background-repeat: repeat;
  /* margin: 130px auto 0px; */
  padding: 2px 30px 5px;
  letter-spacing: -0.8px;
  display: inline-block;
  height: 50px;
}

section a.link-btn:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 24px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: 3px;
}
section a.link-btn:hover,
section a.link-btn:active {
  opacity: 0.7;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.image-list-4 > li {
  width: 270px;
  margin: 0 0 0px;
  padding: 0;
}
/* .image-list-4 > li img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  margin-bottom: 5px;
} */
.image-list-3 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}
.image-list-3 > li {
  width: 370px;
  margin: 0 0 30px;
  padding: 0;
}

.image-list-2 {
  display: -webkit-inline-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  list-style: none;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}
.image-list-2 > li {
  width: 570px;
  margin: 0 0 25px;
  padding: 0;
}



/* side-btn
----------------------------------------------------------------------------------------------- */
#side-btn {
 position:fixed;
 top:50%;
 right:0;
 transform: translate(0,-50%);
 z-index:9999;
}

#side-btn ul {
list-style: none;
margin: 0;
padding: 0;
}
#side-btn ul li {
margin: 0 0 0;
padding: 0;
transition:all 0.5s ease;
}
#side-btn ul li:last-child {
margin: 10px 0 0;
padding: 0;
}
#side-btn ul li a {
background-color: #fff;
display: block;
}
#side-btn ul li a img {
transition:all 0.5s ease;
}
#side-btn ul li a img:hover,
#side-btn ul li a img:active {
opacity: 0.7;
}



/* section 各背景設定
----------------------------------------------------------------------------------------------- */
.bg-white {
	background: #fff;
}
/* .content01 {
  background-image: url(../images/top/bg01.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 40px auto 55px;
  padding: 0;
  min-height: 670px;
  position: relative;
}
.content02 {
  background-image: url(../images/top/bg02.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto 45px;
  padding: 0;
  min-height: 1340px;
  position: relative;
}
.content03 {
  background-image: url(../images/top/bg03.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto 40px;
  padding: 0;
min-height: 1355px;
  position: relative;
} */




/* owl-carousel
----------------------------------------------------------------------------------------------- */
.owl-carousel {
  width: 100%;
  position: relative;
  margin: 0 0 40px;
}
.owl-dots {
  text-align: center;
  width: 100%;
  margin: 10px 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(189,189,189, 1);
  margin-left: 5px;
  margin-right: 5px;
}
.owl-dot.active {
  background-color: #ef6b00;
}
.owl-dots {
  text-align: center;
}
.owl-carousel a {
  display: block;
  margin: 0 0 10px;
}
.owl-carousel div p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
}


/* top content01
----------------------------------------------------------------------------------------------- */

.scrollbar{
  /* width: 920px; */
  height: 300px;
  /* height: 245px; */
  position: relative;
	overflow-y: auto;
	margin: 0px auto 10px;
  -webkit-overflow-scrolling: touch;
}

/* link_area
----------------------------------------------------------------------------------------------- */
section .link-area {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 150px 0 0px;
  padding: 0;
}
section .link-area a {
  width: 570px;
  margin: 0 0 0px;
  padding: 0;
  border: 1px solid #5d5d5d;
}
section .link-area a div {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
section .link-area a div div{
width: 170px;
}
section .link-area a div .inner {
  width: 398px;
  margin: 0;
  padding: 20px 30px 12px;

}
section .link-area a div .inner > p.head {
  font-size: 30px !important;
  font-size: 3.0rem !important;
  line-height: 36px;
  text-align: left;
  color: #fff;
  margin: 0 0 12px !important;
  padding: 0 !important;
}
section .link-area a div .inner > p.head::before {
  content: url(../images/arrow.png);
  line-height: 36px;
  margin: 0 15px 0 0;
  padding: 0;
}
section .link-area a div .inner > p.come {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  line-height: 28px !important;
  text-align: left;
  color: #fff;
  margin: 0 0 0 !important;
  padding: 0 !important;
}

/* contact_area
----------------------------------------------------------------------------------------------- */
#contact_area {
  width: 100%;
  margin: 50px auto 0;
  padding: 30px 0 30px;
  position: relative;
  background-color: #f0f0f0;
}

#contact_area .contact-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 155px;
  margin: 0 auto 0px;
  padding: 0;
  text-align: center;
  list-style: none;
}

#contact_area .contact-list li {
  margin: 0 60px 0 !important;
  padding: 0px 0 0 !important;
  position: relative;
}

#contact_area .contact-list li.tel {
  margin: 0 0 0;
  padding: 0;
  position: relative;
}
#contact_area .contact-list li.mail {
  margin: 0 0 0;
  padding: 0;
  position: relative;
}
#contact_area .contact-list li.mail a {
  display: block;
  margin: 0 0 0;
  padding: 0 0 0 105px;
}
#contact_area .contact-list li.tel .box {
  margin: 0 0 0;
  padding: 0 0 0 105px;
  position: relative;
}

#contact_area .contact-list li.tel .box:before {
  content: url(../images/tel.png);
  width: 86px;
  height: 77px;
  margin: 0 10px 0 0;
  padding: 0;
  position: absolute;
  top: 34px;
  left: 0;
}
#contact_area .contact-list li.mail a:before {
  content: url(../images/pc.png);
  width: 84px;
  height: 70px;
  margin: 0 10px 0 0;
  padding: 0;
  position: absolute;
  top: 32px;
  left: 0;
}
#contact_area .contact-list li.mail a:hover:before,
#contact_area .contact-list li.mail a:active:before {
  content: url(../images/pc_blue.png);
  width: 84px;
  height: 70px;
  margin: 0 10px 0 0;
  padding: 0;
  position: absolute;
  top: 32px;
  left: 0;
}

#contact_area .contact-list li p.name {
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px auto 15px;
  padding: 0px;
}
#contact_area .contact-list li p.name span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.667;
}
#contact_area .contact-list li p.tel {
  color: #000;
  font-size: 52px;
  font-size: 5.2rem;
  line-height: 52px;
  text-align: left;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  letter-spacing: -2.5px;
}
#contact_area .contact-list li p.tel span {
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
}
#contact_area .contact-list li p.tel a {
  color: #000;
}
#contact_area .contact-list li p.tel-comment {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#contact_area .contact-list li p.tel-comment span.bol {
  font-weight: bold;
}
#contact_area .contact-list li p.tel-comment span.small {
  font-size: 14px;
  font-size: 1.4rem;
}
#contact_area .contact-list li.mail div.button {
  display: block;
  color: #000;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.250;
  font-weight: normal;
  text-align: left;
  margin: 0px 0 10px;
  padding: 0;
  position: relative;
}

#contact_area .contact-list li p {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#contact_area .contact-list li.mail a:hover div.button,
#contact_area .contact-list li.mail a:active div.button,
#contact_area .contact-list li.mail a:hover p,
#contact_area .contact-list li.mail a:active p {
  color: #0b5cbf;
}

#contact_area .banner-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin: 0 0 5px;
  padding: 0;
  text-align: center;
  list-style: none;
}
#contact_area .banner-list li {
  margin: 0 0 0 30px !important;
  padding: 0 !important;
  position: relative;
}
#contact_area .banner-list li a {
  display: block;
}


/* Footer
----------------------------------------------------------------------------------------------- */
footer{
  max-width: 100%;
  height: auto;
  background-image: url("../images/top/bg_footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 150px auto 0;
  padding: 56px 0 85px;
  text-align: center;
}
footer .bg {
  /* background-color: #FFF; */
  margin: 0px 0 0px;
  padding: 0px 0 0;
  /* min-height: 380px; */
  position: relative;
  border-bottom: solid #D8D8D8 1px;
}

footer a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #df0000;
}

footer div#link_block{
  margin-bottom: 40px;
}
/* footer div#link_block{
  background-image: url(../images/top/bg_footer.jpg);
  background-repeat: no-repeat;
  height: 156px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
} */

footer div#info_block ul.area{
  margin: 35px auto;
padding: 0px 0 0px;
text-align: center;
-js-display: flex;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-justify-content: center;
justify-content: space-around;
align-items: center;
list-style: none;
width: 775px;
}

footer div#info_block ul.area li{
  width: 60px;
  height: 25px;
  background-color: #BE576F;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 5px 5px 5px;
}

footer div#info_block ul.area li.cell.is-empty {
    display: none;
}

footer div#info_block ul.card{
  margin: 30px auto 30px;
  padding: 0px 0 0px;
  text-align: center;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  width: 250px;
}


/* footer div#link_block > ul {
  margin: 0px 30px 0px;
  padding: 0;
  text-align: left;
  list-style: none;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 0;
}

footer div#link_block > ul > li {
  font-size: 14px;
font-size: 1.4rem;
line-height: 24px;
letter-spacing: -0.5px;
padding: 0 0 0 13px;
position: relative;
margin: 0 25px 10px;
list-style: none;
}

footer div#link_block > ul > li a {
  color: #fff;
}

footer div#link_block > ul > li a:hover,
footer div#link_block > ul > li a:focus {
  text-decoration: none;
  color: #dd0000;
}

footer div#link_block > ul > li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #B9B9B9;
  position: absolute;
  top: 8px;
  left: 0px;
}

footer div#link_block > ul > li span.narrow {
  letter-spacing: -1px;
} */

/* footer div#link_block > ul > li > ul {
  margin: 3px 0 0 -5px;
  padding: 0;
  list-style: none;
}

footer div#link_block > ul > li > ul > li {
  margin-bottom: 3px;
  list-style: none;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
footer div#link_block > ul > li > ul > li:last-child {
  margin-bottom: 30px;
}
footer div#link_block > ul > li > ul > li::before {
  color: rgb(255, 255, 255);
  content: "・";
}
footer div#link_block > ul > li > ul > li.space-blank::before {
  content: none;
}
footer div#link_block{
padding-bottom: 40px;
} */
/* footer div#info_block{
  margin: 40px auto;
  padding: 0px 0 0px;
  text-align: center;
  width: 915px;
  -js-display: flex;
  display: -webkit-flex; /* Safari */
  /* display: flex;
  -webkit-flex-direction: row; Safari */
  /*flex-direction:         row;
  -webkit-flex-wrap: nowrap;  Safari
  flex-wrap:         nowrap;*/
  /*-webkit-justify-content: center;  Safari */
  /* justify-content: center;
  align-items: center; */
}
footer div#info_block .map-btn {
  align-self: flex-end;
  margin-bottom: 10px;
} */

footer ul.add {
  display: block;
  margin: 0 0 0;
  padding: 0px 0 0;
  text-align: center;
  position: relative;
  list-style: none;
}
footer ul.add .logo {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 10px 0 0;
  padding: 0px 0 0 0;
  letter-spacing: -0.8px;
  text-align: left;
  position: relative;
}

footer ul.add .logo a {
	color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  margin: 0px 0 0;
  padding: 0px 0 0 0px;
  letter-spacing: -0.8px;
}

footer ul.add li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #000;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0px;
  padding: 0 0;
  position: relative;
}

footer ul.add li a {
  color: #000;
}
footer div.map-btn a {
color: #000;
  background-color: #E0E0E0;
  padding: 0;
  margin: 0 0 0 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 60px;
  font-weight: normal;
}

/* footer ul.add li.map-btn a {
    color: #fff;
    background-color: #f39700;
    padding: 3px 10px 0;
    margin: 0 0 0 0px;
    text-align: center;
    display: inline-block;
    border-radius: 60px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: normal;
    position: absolute;
    right: -65px;
    top: -55px;
} */

footer div.map-btn a:hover {
  background-color: #EF7600;
  color: #FFF;
}

footer ul.add li img {
  margin: 30px 0 0;
}
footer ul.bnn {
  display: block;
  margin: 0 0 0;
  padding: 0px 0 0;
  text-align: center;
  position: relative;
  list-style: none;
}
footer div.copy-bg {
  max-width: 100%;
  height: auto;
  background-image: url("../images/top/bg_copyright.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 0px;
  padding: 0 0 0;
  text-align: center;
}
footer div#copy {
  max-width: 100%;
  display: block;
  margin: 12px auto 12px;
  padding: 0;
  text-align: center;
}

footer div#copy div {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
  margin: 0;
  padding: 0px 0px 0px;
  display: inline-block;
}
footer div#copy div a {
  text-decoration: underline;
}

footer .add-block {
  margin: 0 0 0 55px;
}
footer .add-block span.telfaxbox {
    background-color: #7C7C7C;
    color: #FFF;
    padding: 1px 5px;
}

footer .add-block .fax-link01 {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
}
footer .add-block .tel-link02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 50px;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}
footer .footer-logo span::before {
  content: '';
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  width: 48px;
  height: 42px;
  margin: 0px 0 0px;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
}
div .footer-logo {
    width: 240px;
    height: 42px;
    color: #000000;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 28px;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
    margin: 0px 0 0px;
    padding: 2px 0 0 65px;
    letter-spacing: -0.8px;
    text-align: left;
    position: relative;
    vertical-align: middle;
    display: table-cell;
}
div .footer-logo span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 34px;
    margin: 0px 0 0px;
    padding: 2px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}


/* 各ページメイン画像設定
----------------------------------------------------------------------------------------------- */
#back {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  margin: 0px auto 0;
  /* z-index: 0; */
  width: 100%;
  min-height: 60px;
  background: url(../images/other_title_bg.jpg) repeat-x center top;
  z-index: 0;
}
.back-inner-content {
  position: relative; /* if position is not set, the script will set it to 'relative'. */
  z-index: 2; /* if z-index is not set, the script will set it to '2'. */
  margin: 0 auto 0;
  padding: 15px 0 0;
  max-width: 1170px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}

.back-inner-content .title {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: 3px;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 0px !important;
  padding: 0 0 0 !important;
  position: relative;
}
.back-inner-content .title span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
  font-family: "ヒラギノ角ゴ ProN W3",メイリオ , Meiryo,"MS UI Gothic", Tahoma, "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}



/* 各ページタイトルの設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) .content_title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 0px;
  position: relative;
}
body:not(#page-top) .content_title span {
  display: block;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  margin: 20px 0 0;
}

body:not(#page-top) .title_bar {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 48px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  background-image: url(../images/other_title_bar.png);
  margin: 0px 0px 40px;
  padding: 0 0 30px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* パンくずリストの設定
----------------------------------------------------------------------------------------------- */
#breadcrumb-box {
position: relative;
padding: 0px 0px 0;
margin: 20px -15px 80px;
text-align: center;
width: 100%;
height: auto;
overflow: hidden;
z-index: 950;
z-index: 999;
}
.breadcrumb {
background: none;
margin: 0 0 0px;
padding: 0px 0px 0;
list-style: none;
float: left;
clear: both;
}
.breadcrumb li {
font-size: 14px;
font-size: 1.4rem;
line-height: 14px;
display: inline;
padding-right: 0px;
text-align: left;
color: #fff;
}

.breadcrumb li:before {
content: '/';
padding: 0;
color: #fff;
}

.breadcrumb li:first-child:before {
content: '';
}

.breadcrumb li.active {
font-size: 14px;
font-size: 1.4rem;
line-height: 14px;
display: inline;
padding-right: 0px;
text-align: left;
color: #df0000;
}

.breadcrumb li a {
text-decoration: none;
color: #000; /* 通常時の文字色 */
}
.breadcrumb > li + li::before{
  color: #000;
}
.breadcrumb li a:hover {
text-decoration: underline;
color: #df0000; /* マウスオンした時の文字色 */
}


/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
[id^="page-"],
[id^="news-"] {
  margin-top:-55px !important;
  padding-top:55px !important;
}


#service,
#company,
#access{
  margin-top:-110px !important;
  padding-top:110px !important;
}


/* cell.is-empty flexbox左揃え用
----------------------------------------------------------------------------------------------- */
.cell.is-empty {
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* footer div#link_block > ul > li.cell.is-empty:before {
  content: none;
} */

/* youtubeレスポンシブ
----------------------------------------------------------------------------------------------- */
.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  width: 560px;
}
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.displaypc{
  display: block;
}
.displaysp{
  display: none;
}

/* 各ページsection
----------------------------------------------------------------------------------------------- */
body:not(#page-top) section:first-of-type {
  margin: 0;
  padding: 0 0 80px;
}

body:not(#page-top) section {
  margin: 0;
  padding: 0px 0 80px;
}

body:not(#page-top) section:last-of-type {
  margin: 0;
  padding: 0 0 0px;
}

/*パンくず*/
.page_navigation , .alt_page_navigation{
  display: inline-block;
  padding: 0;
  margin: 40px auto 0;
  text-align: center;
}

.page_navigation a, .alt_page_navigation a{
  padding:4px 8px 2px;
  margin:3px;
  color:white;
  text-decoration:none;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  background-color:#737373;
}

.active_page{
  background-color: #cccccc !important;
  color:black !important;
}

.content, .alt_content{
  color: black;
}

.content li, .alt_content li, .content > p{
  padding: 5px
}

element.style {
  display: block;
}

.ellipse {
  float: left;
  padding: 8px;
  margin: 0px;
}

#page-top .caution{
  text-align: left;
}

#page-top .caution::before {
  content: '※';
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.889;
  color: #000;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

/*content01
----------------------------------------------------*/
#page-top section#content01{
  margin: 40px auto 55px;
}

#page-top section#content01 div.content01_box{
background-color: #EBF5F9;
}

#page-top section#content01 div.content01_box ul.case{
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

#page-top section#content01 div.content01_box ul.case .case_name{
  display: block;
  background-color: #0F4375;
  color: #FFF;
  border-radius: 25px;
  padding: 9px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 20px;
  height: 50px;
}

#page-top section#content01 div.content01_box ul.price{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
  padding-bottom: 40px;
}

#page-top section#content01 div.content01_box ul.price .price_img{
  margin-bottom: 25px;
}

#page-top section#content01 div.content01_box ul.price .price_box{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  list-style: none;
  align-items: center;
}

#page-top section#content01 div.content01_box ul.price .price_outbox{
  width: 525px;
  margin-left: 40px;
}

#page-top section#content01 div.content01_box ul.price .price_inbox{
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
}

#page-top section#content01 div.content01_box ul.price .price_txt{
  padding-top: 43px;
}

#page-top section#content01 div.content01_box ul.price .price_txt span{
  background-color: #75A734;
  color: #FFF;
  width: 105px;
  height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
}

#page-top section#content01 div.content01_box ul.price .tax{
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding-bottom:10px;
}

#page-top section#content01 div.content01_box ul.price p{
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 15px;
  line-height: 35px;
  margin-bottom: 0;
}

#page-top section#content01 div.content01_box ul.price p span.caution{
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}

/*content02
----------------------------------------------------*/
#page-top section#content02 ul.box01{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content:center;
  /* margin-top: 60px; */
}

#page-top section#content02 .pinkbox{
  background: url(../images/top/pic02_02.png);
  width: 474px;
  height: 103px;
  position: relative;
  margin-left: 65px;
}

#page-top section#content02 .pinkbox span{
  font-family: anzu, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #663333;
  display: block;position: absolute;
  top: 8%;
  right: 0;
  left: 0;
  letter-spacing: -3px;
}

#page-top section#content02 .box02{
  margin: 0;
  padding: 0;
  margin-top: 20px;
  border: 8px solid #D8D8D8;
  display: flex;
  justify-content:space-between;
  list-style: none;
}

#page-top section#content02 .graystripe{
  background: repeating-linear-gradient( 90deg, #FDFDFB, #FDFDFB 10px, #F8F8F0 10px, #F8F8F0 20px );
  padding: 13px;
  width: 56%;
  margin: 0 auto;
}

#page-top section#content02 .graystripe .outbox{
  display: table;
  margin: 0 auto;
}

#page-top section#content02 .outbox .imgbox{
  display: table-cell;
  vertical-align: middle;
  padding-right: 13px;
}

#page-top section#content02 .outbox dl{
  display: table-cell;
  vertical-align: middle;
}

#page-top section#content02 .outbox dt{
  background-color: #DF7603;
  color: #FFF;
  border-radius: 20px;
  padding: 5px;
  display: block;
  width: 322px;
  margin: 0 auto 15px;
}

#page-top section#content02 .outbox dd.telnumber{
  font-size: 72px;
  font-size: 7.2rem;
  color: #db0101;
  line-height: 72px;
}

#page-top section#content02 .outbox dd.teltime{
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 25px;
}

#page-top section#content02 .outbox dd.teltime span{
  font-size: 30px;
  font-size: 3rem;
}

#page-top section#content02 .outbox dd.tel_caution{
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

#page-top section#content02 li.pinkstripe{
  background: repeating-linear-gradient( 90deg, #CF5572, #CF5572 10px, #CB4867 10px, #CB4867 20px );
  width: 44%;
  display: table;
  padding: 0 10px;
}

#page-top section#content02 li.pinkstripe div{
  height: 310px;
  vertical-align: middle;
  display: table-cell;
}

/*content03
------------------------------------------------------------------------------- */
#page-top section#content03{
  margin-top: 60px;
}

 #page-top section#content03 div.bg {
  background: url(../images/top/pic03_01.png);
  background-repeat: repeat;
  height: 240px;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
  display: flex;
  justify-content: center;
}

 #page-top section#content03 div.bg h3.txtbox{
  display: table;
}

 #page-top section#content03 div.bg h3.txtbox p{
  color: #FFF;
  font-size: 66px;
  font-size: 6.6rem;
  font-weight: bold;
  text-shadow: 5px 5px 1px #1B6860;
  text-align: center;
  line-height: 76px;
  vertical-align: middle;
  height: 240px;
  margin: 0;
  display: table-cell;
 }

#page-top section#content03 div.bg p span{
 color: #FFE502;
 }

#page-top section#content03 div.bg .imgbox{
  margin-top: -18px;
}

#page-top section#content03 ul.list{
  margin: 0 auto 40px;
  padding: 0;
  display: flex;
  list-style: none;
  justify-content: space-around;
}

#page-top section#content03 ul.list li{
  width: 370px;
}

#page-top section#content03 ul.list li p.list_title{
  font-size: 38px;
  font-size: 3.8rem;
  color: #073a80;
  text-align: center;
  line-height: 38px;
  margin: 20px auto 30px;
  font-weight: bold;
}

#page-top section#content03 ul.list li p span{
  font-size: 22px;
  font-size: 2.2rem;
  display: block;
  line-height: 22px;
  margin-top: 10px;
  font-weight: normal;
}

/*content04
-------------------------------------------------------------------------------- */
#page-top section#content04 .bg{
  background: url(../images/top/pic04_01.png);
  background-repeat: repeat;
  padding-top: 40px;
  border-top: 2px solid #BFBFBF;
  padding-bottom: 40px;
}

#page-top section#content04 ul.content04_want{
  margin: 30px auto 35px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}

#page-top section#content04 ul.content04_want li{
  background: url(../images/top/pic04_05.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 75px;
}

#page-top section#content04 ul.content04_want div.content04_want_outbox{
  display: table;
  vertical-align: middle;
}

#page-top section#content04 ul.content04_want div.content04_want_outbox p{
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
}

#page-top section#content04 ul.content04_want .content04_want_inbox{
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
#page-top section#content04 ul.antena_list01{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#page-top section#content04 ul.antena_list01 li.syadow{
  background-color: #FFF;
  width: 520px;
  text-align: center;
  padding: 0;
  box-shadow: 3px 3px 3px #8A8A8A;
}

#page-top section#content04 ul.antena_list01 li.syadow .imgbox{
  max-width: 440px;
  margin: 0 auto;
}

#page-top section#content04 ul.antena_list01 .antena_list_title{
  display: inline-block;
  margin: 20px auto;
  background-color: #0082CE;
  color: #FFF;
  border-radius: 36px;
  width: auto;
  font-size: 36px;
  font-size: 3.6rem;
  padding: 15px 35px;
  line-height: 36px;
}

#page-top section#content04 ul.antena_list01 .caption{
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  text-align: center;
  margin: 10px auto 20px;
}

#page-top section#content04 ul.antena_list01 .price_inbox{
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

#page-top section#content04 ul.antena_list01 .price_txt,
#page-top section#content04 ul.antena_list02 .price_txt{
  padding-right: 10px;
}

#page-top section#content04 ul.antena_list01 .price_txt span,
#page-top section#content04 ul.antena_list02 .price_txt span{
  background-color: #75A734;
  color: #FFF;
  width: 105px;
  height: 30px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
}
#page-top section#content04 div.content01_box ul.price .tax{
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding-bottom:10px;
}

#page-top section#content04 ul.antena_list02{
  margin: 40px auto 30px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  background: #FFF;
  box-shadow: 3px 3px 3px #8A8A8A;
  padding: 30px 40px;
  align-items: center;
}

#page-top section#content04 ul.antena_list02 li.img_box{
  max-width: 360px;
  width: 100%;
}

#page-top section#content04 ul.antena_list02 .price_inbox{
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto 10px;
  padding: 0;
}

#page-top section#content04 ul.antena_list02 dl{
  display: flex;
  justify-content: space-around;
  margin: 0;
}

#page-top section#content04 ul.antena_list02 li.antena_list02_blue{
  text-align: left;
  padding-left: 40px;
}

#page-top section#content04 ul.antena_list02 li.antena_list02_blue p.antena_list02_title{
  display: inline-block;
  text-align: left;
  background-color: #0082CE;
  color: #FFF;
  border-radius: 36px;
  width: auto;
  font-size: 36px;
  font-size: 3.6rem;
  padding: 15px 35px;
  line-height: 36px;
  margin-bottom: 25px;
}

#page-top section#content04 ul.antena_list02 li.antena_list02_blue .whats {
  margin: 0;
  margin-top: 25px;
}

#page-top section#content04 ul.antena_list02 li.antena_list02_blue .whats span{
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

#page-top section#content04 li.antena_list02_blue .caution{
  display: block;
  margin: 0;
}

#page-top section#content04 .caution:last-of-type{
  margin-bottom: 45px;
}

#page-top section#content04 .bg-white{
  box-shadow: 3px 3px 3px #8A8A8A;
  margin: 0 auto 70px;
  text-align: center;
}

#page-top section#content04 .bg-white h3.bg-white_imgbox{
  margin-top: -30px;
}

#page-top section#content04 .bg-white ul{
  margin: 45px auto 40px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#page-top section#content04 .bg-white li p{
  display: block;
  text-align: center;
  background-color: #0082CE;
  color: #FFF;
  border-radius: 36px;
  width: auto;
  font-size: 20px;
  font-size: 2rem;
  padding: 12px;
  line-height: 20px;
  margin: 15px auto 0;
}

#page-top section#content04 ul.antena_list02 dd.antena_list02_blue .whats{
  margin-top: 10px;
}

/*content05
-------------------------------------------------------------------------------- */
#page-top section#content05 .bg{
  border-top: 2px solid #BFBFBF;
  padding-top: 60px;
}

#page-top section#content05 h3{
  color: #325848;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 40px;
}

#page-top section#content05 ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content:  center;
}

#page-top section#content05 ul li{
  margin: 0 10px;
}

/*content06
-------------------------------------------------------------------------------- */
#page-top section#content06 {
  margin-bottom: 70px;
}

#page-top section#content06 .hosyo_outer{
  background: url(../images/top/pic06_01.jpg);
  height: 378px;
  width: auto;
  position: relative;
  margin-bottom: 80px;
  background-size: contain;
  background-repeat: no-repeat;
}

#page-top section#content06 .hosyo_inner{
  position:absolute;
  height: 315px;
  bottom: 0;
  width: 100%;
  padding-left: 23%;
}

#page-top section#content06 .hosyo_inner p{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  color: #000;
  text-align: left;
  padding-top: 45px;
  margin: 0;
}

#page-top section#content06 .hosyo_inner .caution_box{
  position: absolute;
  bottom: 0;
  padding-bottom: 40px;
}

#page-top section#content06 .hoken_outer{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 35px;
}

#page-top section#content06 .hoken_txt{
  background-color: #F8F6EA;
  border-radius: 10px;
  padding: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: left;
  font-weight: normal;
  color: #000;
  width: 710px;
  height: 160px;
}

/*content07
-------------------------------------------------------------------------------- */
#page-top section#content07 .bg{
  background: url(../images/top/pic07_01.png);
  background-repeat: repeat;
  height: 170px;
  margin-bottom: 50px;
}

#page-top section#content07 .bg .title_outer{
  display: table;
  margin: 0 auto;
}

#page-top section#content07 .bg .title_outer h3::before{
  content: '';
  background-image: url(../images/top/pic07_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 169px;
  height: 207px;
  margin: 0px 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}

#page-top section#content07 .bg .title_outer h3::after{
  content: '';
  background-image: url(../images/top/pic07_03.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 153px;
  height: 208px;
  margin: 0px 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}

#page-top section#content07 .bg .title_outer h3{
  text-align: center;
  line-height: 56px;
  font-size: 56px;
  font-size: 5.6rem;
  height: 170px;
  vertical-align: middle;
  display: table-cell;
  color: #FFF;
  text-shadow: 5px 5px 1px #236895;
  position: relative;
  padding: 18px 200px 0;
  font-weight: bold;
  line-height: 65px;
}

#page-top section#content07 .bg h3 span{
  display: block;
  font-size: 40px;
  font-size: 4rem;
  color: #F6FF00;
  text-shadow: 5px 5px 1px #236895;
}

#page-top section#content07 ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

#page-top section#content07 ul li{
  width: 370px;
  margin-bottom: 75px;
}

#page-top section#content07 ul li p:first-of-type{
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 44px;
  color: #0472b8;
  text-align: center;
  margin-top: 25px;
  height: 70px;
  font-weight: bold;
}

#page-top section#content07 ul li:nth-of-type(2) p:first-of-type,
#page-top section#content07 ul li:nth-of-type(3) p:first-of-type,
#page-top section#content07 ul li:nth-of-type(5) p:first-of-type{
line-height: 90px;
}

#page-top section#content07 ul li p:last-of-type{
  line-height: 28px;
  margin-bottom: 0;
}

/*content08
-------------------------------------------------------------------------------- */
#page-top section#content08 {
  margin-bottom: 70px;
}
#page-top section#content08 .bg{
  background: url(../images/top/pic08_01.png);
  background-repeat: repeat;
  margin-bottom: 50px;
  height: 110px;
}

#page-top section#content08 .bg h3{
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  color: #FFF;
  text-shadow: 5px 5px 1px #A35C32;
  position: relative;
  text-align: center;
  padding: 30px;
}

#page-top section#content08 .bg h3::before{
  content: '';
  background-image: url(../images/top/pic08_02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 160px;
  height: 147px;
  margin: 0px 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  left: 25%;
  bottom: 0;
  display: inline-block;
}

#page-top section#content08 .accordion1 {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;

}
#page-top section#content08 .accordion1 > li{
  margin-bottom: 30px;
position: relative;
}
#page-top section#content08 .accordion1 > li:last-of-type{
  margin-bottom: 0;
}
#page-top section#content08 .accordion1 > li::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2.5em solid transparent;
    border-left: 2.5em solid #FF6501; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
#page-top section#content08 .accordion1 .inner {
  display: none;
  list-style: outside none none;
  margin: 0px;
  padding: 20px;
  border: 5px solid #2E9A83;
}
#page-top section#content08 .accordion1 p{
  background: #2E9A83;
  cursor: pointer;
  padding: 32px 35px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  font-weight: normal;
  text-align: left;
  color: #FFF;
  margin-bottom: 0;
}
#page-top section#content08 .accordion1 p span{
  font-size: 36px;
  font-size: 3.6rem;
  padding-right: 15px;
  line-height: 36px;
}

#page-top section#content08 .accordion1 .inner li{
  line-height: 35px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
}

/*content09
-------------------------------------------------------------------------------- */
#page-top section#content09 {
  background: url(../images/top/pic09_01.png);
  background-repeat: repeat;
  margin-bottom: 70px;
  padding-top: 40px;
}
#page-top section#content09 h3 > div{
  display: inline-block;
  height: 60px;
  font-weight: normal;
}
#page-top section#content09 h3 > div span{
  background-color: #0F3858;
  display: table-cell;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 46px;
  padding-top: 5px;
}

#page-top section#content09 .flex-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 80px;
  padding: 0;
}
#page-top section#content09 .flex-list dl {
  border-collapse: collapse;
  margin: 0 0 10px;
  padding: 0;
  width: 570px;
  display: table;
}
#page-top section#content09 .flex-list dl:last-child {
  margin: 0 0 10px;
}
#page-top section#content09 .flex-list dl dt {
  width: 130px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: normal;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 15px 20px 10px 30px;
  background-color: #13334f;
  vertical-align: middle;
  display: table-cell;
}
#page-top section#content09 .flex-list dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
  margin: 0;
  padding: 15px 20px 10px 30px;
  letter-spacing: -0.8px;
  display: table-cell;
}

/* content10
-------------------------------------------------------------------------------- */
#page-top section#content10 h3{
  margin: 0 auto -27px;

display: table;

z-index: 1;
}
#page-top section#content10 h3 > div{
  display: inline-block;
  height: 60px;
  font-weight: normal;
}
#page-top section#content10 h3 > span{
  background-color: #207D9F;
  display: table-cell;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 46px;
  padding-top: 5px;
}
#page-top section#content10 .bluebox{
  background-color: #EEF6F8;
  display: flex;
  position: relative;
  border-radius: 10px;
  padding: 0 35px;
  height: 220px;
  align-items: center;
  z-index: -1;
}

#page-top section#content10 .bluebox img{
  position: absolute;
  bottom: 12px;
}

#page-top section#content10 .bluebox p{
  width: 67%;
  margin-left: auto;
  margin-bottom: 0;
  margin-top: 20px;
}
/* 準備中用
-------------------------------------------------------------------------------- */
.coming {
  position: relative;
  margin: 0;
  padding: 100px 0 100px !important;
  min-height: 200px;
}
.coming:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -145px;
  margin-left: -100px;
  content: '\f071';
  color: #232323;
  font-size: 200px;
  font-family: fontAwesome;
  z-index: -999;
}
.coming .head {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}
.coming .comment {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
}



























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


--- min-width1200 max-width1500(PC狭め)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1200px) and (max-width: 1500px) {

  .displaypc{
    display: block;
  }
  .displaysp{
    display: none;
  }
  .pconly-telnumber{
    display: block!important;
  }
  .sponly-telnumber{
    display: none!important;
  }


/* div .navbar-brand .logo {
  content: '';
  background-image: url(../images/header_logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 460px;
  height: 85px;
  margin: 0px 0 0px;
  padding: 0px 0 0 0;
  position: absolute;
  top: 0;
  display: inline-block;
  max-width: 571px;
} */
.navbar-collapse.collapse {
    margin-left:0 0 0 48%;
}

.navbar-custom ul.nav li a span::before {
    position: absolute;
top: 3px;
  }

.navbar .telephone,
body:not(#page-top) .navbar .telephone,
.is-animation .navbar .telephone,
body:not(#page-top).is-animation .navbar .telephone{
  font-size: 30px;
  font-size: 3.0rem;
text-align: left;
}
.navbar .telephone .telephonebox .teltime-caution{
  font-size: 13px;
    font-size: 1.3rem;
}
.navbar .telephone .telephonebox .teltime {
  font-size: 17px;
  font-size: 1.7rem;
  }
/* sp-main-imag
-------------------------------------------------------------------------------- */
.sp-main-image {
	display: none;
}
.nav.navbar-nav li.home {
    margin-right: 0;
}

/*top content*/
section.content01 div img {
width: 50%;
}
section.content01 a.link-btn {
    margin: 90px auto 0px;
}
/* .content02{
  min-height: 740px;
} */

.content03{
  min-height: 1395px;
}

footer div#info_block ul.area li.cell.is-empty {
  display: none;
}

} /* end */



























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


--- min-width993 max-width1200(PC狭め)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 993px) and (max-width: 1199px) {
  .pconly-telnumber{
    display: inline!important;
  }
  .sponly-telnumber{
    display: none!important;
  }


  #main-image {
    position: relative;
    overflow: hidden;
    width: 100%;
     min-height: 770px;
    background-image: url(../images/top/poster_sp01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto;
  }
  .main-inner-content{
    display: block;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  margin: auto;
  padding: 0px;
  width: 1170px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  }
.main-inner-content .comment02{
  text-align: left;
  padding: 10%;
}
/* wrap
-------------------------------------------------------------------------------- */
.wrap {
padding: 0 15px 0;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
.pc-view {
  display: none!important;
}
.sp-tab-view {
  display: block!important;
}
.displaypc{
  display: block;
}
.displaysp{
  display: none;
}

/* btn-cl
-------------------------------------------------------------------------------- */
.btn-cl {
  width: 320px;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}

/* sp-main-imag
-------------------------------------------------------------------------------- */
.sp-main-image {
	display: none;
}
.masthead h2{
line-height: 1.5;
}

/*勝手に電話番号の色が変わる回避*/
#page-top section#content02 .outbox dd.telnumber,
#page-top section#content02 .outbox dd.telnumber a,
.navbar .telephone .telephonebox .tel-link02,
.navbar .telephone .telephonebox .tel-link02 a,
body:not(#page-top) section#content02 .outbox dd.telnumber,
body:not(#page-top) section#content02 .outbox dd.telnumber a,
body:not(#page-top) .navbar .telephone .telephonebox .tel-link02,
body:not(#page-top) .navbar .telephone .telephonebox .tel-link02 a{
  color: #db0101!important;
}

/* navbar
-------------------------------------------------------------------------------- */
.navbar .container,
body:not(#page-top) .navbar .container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.navbar-custom ul.nav li a span,
body:not(#page-top) .navbar-custom ul.nav li a span{
  padding: 0px 0px 0 40px;
}
.navbar-custom ul.nav li a span::before,
body:not(#page-top) .navbar-custom ul.nav li a span::before {
  background-image: url(../images/freemail_sp.png);
  width: 25px;
  height: 19px;
  position: absolute;
  top: 4px;
  left: 86px;
}

  .navbar .telephone,
  body:not(#page-top) .navbar .telephone,
  .is-animation .navbar .telephone,
  body:not(#page-top).is-animation .navbar .telephone {
      font-size: 30px;
      font-size: 3.0rem;
      text-align: left;
  }
.navbar .telephone .telephonebox .teltime-caution,
body:not(#page-top) .navbar .telephone .telephonebox .teltime-caution{
  font-size: 13px;
  font-size: 1.3rem;
}
.navbar .telephone .telephonebox .teltime,
body:not(#page-top) .navbar .telephone .telephonebox .teltime {
  font-size: 17px;
  font-size: 1.7rem;
  }

div .navbar-brand .logo,
body:not(#page-top) div .navbar-brand .logo{
  text-align: left;
  width: 459px;
  height: 70px;
  margin: 6px auto;
}
.is-animation div .navbar-brand .logo,
body:not(#page-top).is-animation div .navbar-brand .logo {
  width: 459px;
  height: 70px;
  margin: 13px auto;
}
/* div .navbar-brand{
  margin-top: 5px !important;
} */


.navbar-custom ul.nav li.freemail a,
body:not(#page-top) .navbar-custom ul.nav li.freemail a {
  line-height: 20px;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  width: auto;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 15px 5px;
}
.navbar-custom ul.nav li a,
body:not(#page-top) .navbar-custom ul.nav li a {
  width: 200px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 -2px;
  padding: 0px 10px 0;
}

.navbar .telephone::before,
body:not(#page-top) .navbar .telephone::before,
.is-animation .navbar .telephone::before,
body:not(#page-top).is-animation .navbar .telephone::before {
  position: relative;
  top: 0;
}
.navbar .telephone .telephonebox,
body:not(#page-top) .navbar .telephone .telephonebox {
    display: table;
    vertical-align: bottom;
    text-align: center;
    table-layout: fixed;
}

.navbar .telephone .telephonebox .tel-link02,
.navbar .telephone .telephonebox .tel-link02 a,
body:not(#page-top) .navbar .telephone .telephonebox .tel-link02,
body:not(#page-top) .navbar .telephone .telephonebox .tel-link02 a {
  color: #db0101;
  vertical-align: middle;
  display: block !important;
  line-height: 23px;
  letter-spacing: -0.2px;
  font-size: 23px;
  font-size: 2.3rem;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
}

.navbar .telephone .telephonebox .teltime-caution,
body:not(#page-top) .navbar .telephone .telephonebox .teltime-caution {
  vertical-align: middle;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  text-align: center;
  margin-top: 2px;
}

.navbar .telephone .telephonebox .teltime,
body:not(#page-top) .navbar .telephone .telephonebox .teltime {
  font-size: 13px;
  font-size: 1.3rem;
}

.navbar .telephone .telephonebox div.freecall,
body:not(#page-top) .navbar .telephone .telephonebox div.freecall {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

.navbar .telephone .telephonebox div.freecall-num,
body:not(#page-top) .navbar .telephone .telephonebox div.freecall-num {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.is-animation .navbar-custom ul.nav .telephone .telephonebox .freecall-num .tel-link02 a,
body:not(#page-top).is-animation .navbar-custom ul.nav .telephone .telephonebox .freecall-num .tel-link02 a {
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block;
  width: auto;
  border-radius: 0;
  line-height: 23px;
  letter-spacing: -0.8px;
  font-size: 23px;
  font-size: 2.3rem;
}


/* スクロール後と各ページ設定 */
.nav.navbar-nav,
body:not(#page-top) .nav.navbar-nav {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-align: center;
  float: none;
  position: relative;
}
.navbar-custom ul.nav li,
body:not(#page-top) .navbar-custom ul.nav li {
  margin: 0;
  padding: 0;
}

.navbar-custom ul.nav li a span::before,
body:not(#page-top) .navbar-custom ul.nav li a span::before{
  background-image: url(../images/freemail_sp.png);
  width: 25px;
  height: 19px;
  top: 3px;
}
.navbar .telephone .telephonebox,
body:not(#page-top) .navbar .telephone .telephonebox {
    margin-top: -9px;
}

.navbar-custom ul.nav li:first-of-type,
body:not(#page-top) .navbar-custom ul.nav li:first-of-type {
margin-bottom: 0;
margin-top: 0;
width: 215px;
}

.navbar-custom ul.nav li:nth-of-type(2),
body:not(#page-top) .navbar-custom ul.nav li:nth-of-type(2){
  margin-top: 5px;
  width: 210px;
}
.navbar-custom ul.nav li,
body:not(#page-top) .navbar-custom ul.nav li {
  margin: 0;

  float: none;
  position: relative;
}


.navbar .container .row,
body:not(#page-top) .navbar .container .row {
  padding: 0 15px;
  width: 100%;
}
 .navbar .navbar-header,
.is-animation .navbar .navbar-header,
body:not(#page-top).is-animation .navbar .navbar-header {
  height: 84px;
  width: 459px;
}
.is-animation .navbar-collapse.collapse,
body:not(#page-top).is-animation .navbar-collapse.collapse {
  /* display: block !important; */
  height: auto !important;
  padding: 0;
  overflow: visible !important;
  float: right;
  width: 445px;
}

.navbar-custom ul.nav li a,
body:not(#page-top) .navbar-custom ul.nav li a {
  color: #000;
  height: auto;
  margin: 0 10px 0 0;
  padding: 10px 20px 5px;
  display: block;
  border-radius: 30px;
  text-align: center;
}

.navbar-custom ul.nav li a span::before,
.is-animation .navbar-custom ul.nav li a span::before,
body:not(#page-top) .navbar-custom ul.nav li a span::before,
body:not(#page-top).is-animation .navbar-custom ul.nav li a span::before {
  content: '';
  background-image: url(../images/freemail_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: table-cell;
  width: 25px;
  height: 19px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 0;
  vertical-align: middle;
}

.navbar-custom ul.nav li a span,
.is-animation .navbar-custom ul.nav li a span,
body:not(#page-top) .navbar-custom ul.nav li a span,
body:not(#page-top).is-animation .navbar-custom ul.nav li a span{
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  padding: 2px 0px 0 30px;
  display: block;
  color: #FFF;
  position: relative;
}
.navbar .telephone .telephonebox .teltime-caution,
body:not(#page-top) .navbar .telephone .telephonebox .teltime-caution{
  margin-top: 2px;
}
/* mainvisual
----------------------------------------------------------------------------------------------- */
.mainvisual__head h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 56px;
  font-weight: normal;
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 23%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-4 > li img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  margin-bottom: 5px;
}
.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
}

/* メイン画像設定
----------------------------------------------------------------------------------------------- */
.mainvisual__head {
  width: 42%;
  margin: -140px 0 0;
  padding: 0 30px 0 30px;
}
.mainvisual__news {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgb(0,0,0,0.5);
  padding: 20px 30px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 42%;
  z-index: 2;
}

/* トップページタイトル
-------------------------------------------------------------------------------- */
#page-top section .title {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  font-weight: normal;
  margin: 0px 0px 30px;
}
#page-top section .title-center {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 30px;
}
#page-top section .title-center-white {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 30px;
}
/*content01
--------------------------------------------------------------*/
#page-top section#content01 div.content01_box ul.case .case_name{
  font-size: 18px;
  font-size: 1.8rem;
  padding: 6px;
  height: auto;
  width: 80%;
  margin: 10px auto 0;
}

#page-top section#content01 div.content01_box h3{
  margin: 0;
}

#page-top section#content01 div.content01_box ul.price{
  padding: 0 15px 15px;
  align-items: center;
}

#page-top section#content01 div.content01_box ul.price .price_inbox{
  align-items: start;
  flex-direction: column;
}

#page-top section#content01 div.content01_box ul.price .price_txt{
  padding-top: 0;
  padding-bottom: 15px;
}

#page-top section#content01 div.content01_box ul.price p{
  font-size: 20px;
  font-size: 2rem;
}

#page-top .caution{
  line-height: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -1.5rem;
  margin-left: 1rem;
}
#page-top .caution::before{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
}

/*content02
-------------------------------------------------------------------------------- */
#page-top section#content02 .outbox dt{
  margin: 15px auto;
}

#page-top section#content02 .outbox .imgbox {
  display: none;
}

#page-top section#content02 .outbox dd.telnumber{
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  width: auto;
  display: inline-block;
}
#page-top section#content02 .outbox dd.telnumber::before{
  content: url(../images/top/pic02_06.png);
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#page-top section#content02 .outbox dd.teltime{
  font-size: 15px;
  font-size: 1.5rem;
}

#page-top section#content02 .outbox dd.teltime span {
  font-size: 25px;
  font-size: 2.5rem;
}

#page-top section#content02 .outbox dd.tel_caution {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
}

#page-top section#content02 .graystripe{
  width: 60%;
}
/* #page-top section#content02 li.pinkstripe{
  width: auto;
  display: block;
}
#page-top section#content02 li.pinkstripe div{
  padding: 13px;
} */
#page-top section#content02 li.pinkstripe div.sp-tab-view{
  padding: 15px 10px;
  height: auto;
}

#page-top section#content02 li.pinkstripe div.sp-tab-view .white_txt{
  color: #fff;
  text-shadow: 1px 2px 1px #8D3A4C;
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
}
#page-top section#content02 li.pinkstripe div.sp-tab-view .yellow_txt{
  color: #FFF603;
  text-shadow: 3px 3px 1px #8D3A4C;
  display: block;
  font-size: 30px;
  font-size: 3rem;
}


/*content03
  -------------------------------------------------------------------------------- */
#page-top section#content03 div.bg h3.txtbox p{
  font-size: 50px;
  font-size: 5rem;
}

#page-top section#content03 ul.list li{
  width: 290px;
}

#page-top section#content03 ul.list li p.list_title {
  font-size: 30px;
  font-size: 3rem;
  }

#page-top section#content03 ul.list li p span {
  font-size: 20px;
  font-size: 2rem;
}

/*content04
-------------------------------------------------------------------------------- */
#page-top section#content04 ul.content04_want div.content04_want_outbox p{
  font-size: 25px;
  font-size: 2.5rem;
}

#page-top section#content04 ul.antena_list01 li.syadow{
  width: 49%;
}
#page-top section#content04 ul.antena_list01 .antena_list_title,
#page-top section#content04 ul.antena_list02 li.antena_list02_blue p.antena_list02_title{
  font-size: 26px;
  font-size: 2.6rem;
  padding: 8px 25px 4px;
}

#page-top section#content04 ul.antena_list02 li.antena_list02_blue p.antena_list02_title{
  margin-bottom: 20px;
}
#page-top section#content04 ul.antena_list02 .price_inbox{
  margin: 0;
}
#page-top section#content04 ul.antena_list02 li.antena_list02_blue .whats{
  line-height: 28px;
}

#page-top section#content04 .bg-white ul{
  flex-direction: row;
  flex-wrap: wrap;
}

#page-top section#content04 .bg-white ul li{
  width: 310px;
}

#page-top section#content04 .bg-white li p{
  margin: 15px 15px 30px;
}

/* content05
-------------------------------------------------------------------------------- */
#page-top section#content05 h3{
  font-size: 45px;
  font-size: 4.5rem;
}

/* content06
-------------------------------------------------------------------------------- */
#page-top section#content06 .hosyo_outer{
  margin-bottom: 0;
}
#page-top section#content06 .hosyo_inner p{
  font-size: 20px;
  font-size: 2rem;
  padding-top: 25px;
}

#page-top section#content06 .hosyo_inner .caution_box{
  position: absolute;
  top: 43%;

width: 52%;
}

#page-top section#content06 .hoken_txt{
  line-height: 28px;
}

#page-top section#content06 .hoken_txt{
  padding: 20px;
  line-height: 28px;
  width: auto;
  height: auto;
  margin-left: 30px;
}

/* content07
-------------------------------------------------------------------------------- */
#page-top section#content07 .bg .title_outer h3{
  font-size: 50px;
  font-size: 5rem;
}

#page-top section#content07 .bg h3 span{
  font-size: 35px;
  font-size: 3.5rem;
}

#page-top section#content07 ul li{
  width: 32%;
}

#page-top section#content07 ul li p:first-of-type{
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
}
#page-top section#content07 ul li:nth-of-type(2) p:first-of-type,
#page-top section#content07 ul li:nth-of-type(3) p:first-of-type,
#page-top section#content07 ul li:nth-of-type(5) p:first-of-type{
line-height: 90px;
}


/* #content08
-------------------------------------------------------------------------------- */
#page-top section#content08 .bg h3::before{
  position: absolute;
  left: 15%;
}

#page-top section#content08 .accordion1 p{
  font-size: 22px;
  font-size: 2.2rem;
}

#page-top section#content08 .accordion1 p span {
  font-size: 30px;
  font-size: 3rem;
}

#page-top section#content09 .flex-list dl{
  width: 100%;
}

#page-top section#content09 .flex-list dl dt{
  width: 140px;
}


#page-top section#content10 .bluebox{
  height: 270px;
}
#page-top section#content10 .bluebox p{
  width: 58%;
}
/* link-area
-------------------------------------------------------------------------------- */
section .link-area a {
  width: 49%;
  margin: 0 0 0px;
  padding: 0;
}
section .link-area a div .inner {
  width: 284px;
  margin: 0;
  padding: 20px 15px 12px;
}
section .link-area a div .inner .head {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin: 0 0 12px;
  padding: 0;
}
section .link-area a div .inner .head::before {
  content: url(../images/arrow.png);
  line-height: 36px;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
  top: 2px;
}


/* #contact_area
-------------------------------------------------------------------------------- */
#contact_area .contact-list {
  justify-content: space-around;
}
#contact_area .contact-list li {
  margin: 0 0px 0 !important;
  padding: 0px 0 0 !important;
  position: relative;
}
#contact_area .contact-list li.tel {
  margin: 0 0px 0 !important;
  padding: 0px 0 0 20px !important;
  position: relative;
}
#contact_area .contact-list li:first-child::before {
  top: 10px;
  left: -35px;
}
#contact_area .contact-list li:first-child::after {
  top: 10px;
  right: -50px;
}
#contact_area .contact-list li:last-child::after {
  top: 10px;
  right: -25px;
}
#contact_area .contact-list li.tel {
  margin: 0 0 0 0;
}
#contact_area .contact-list li.mail {
}
#contact_area .contact-list li p.name {
  color: #000;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px auto 15px;
  padding: 0px;
}

/* footer
-------------------------------------------------------------------------------- */
/* footer div#link_block {
  font-size: 12px;
  font-size: 1.2rem;
  width: 100%;
}

footer div#link_block > ul {
  margin: 0px 20px 0px;
  padding: 0;
  text-align: left;
  list-style: none;
}

footer div#link_block > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: -0.5px;
  padding: 0 0 0 13px;
  position: relative;
  margin: 0 20px 10px;
  list-style: none;
} */

footer div#info_block ul.area li.cell.is-empty {
    display: none;
}


.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: left;
  width: 450px;
}


} /* end */




















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


 (min-width: 992px) and (max-width: 1024px)(タブレット設定)


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

@media only screen and (min-width: 992px) and (max-width: 1024px){
  /* 表示非表示切り替え設定
  ----------------------------------------------------------------------------------------------- */

  .pc-view {
    display: none;
  }

  .sp-tab-view {
    display: block;
  }
  .displaypc{
    display: block;
  }
  .displaysp{
    display: none;
  }
  .pconly-telnumber{
    display: inline!important;
  }
  .sponly-telnumber{
    display: none!important;
  }

  /*勝手に電話番号の色が変わる回避*/
  #page-top section#content02 .outbox dd.telnumber,
  #page-top section#content02 .outbox dd.telnumber a,
  .navbar .telephone .telephonebox .tel-link02,
  .navbar .telephone .telephonebox .tel-link02 a,
  body:not(#page-top) section#content02 .outbox dd.telnumber,
  body:not(#page-top) section#content02 .outbox dd.telnumber a,
  body:not(#page-top) .navbar .telephone .telephonebox .tel-link02,
  body:not(#page-top) .navbar .telephone .telephonebox .tel-link02 a{
    color: #db0101!important;
  }


  /* navbar
  -------------------------------------------------------------------------------- */
  /* ul.nav.navbar-nav{
    padding-top: 5px;
  } */

/* .is-animation .navbar .container .row,
body:not(#page-top).is-animation  .navbar .container .row {
  display: table;
  margin: 0 0 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 0;
}

.is-animation .navbar .container > .row > .navbar-header,
.is-animation .navbar .container > .row > .collapse,
body:not(#page-top).is-animation .navbar .container > .row > .navbar-header,
body:not(#page-top).is-animation .navbar .container > .row > .collapse {
  margin: 0 0 0;
  padding: 0;
  display: table-cell;
}
.is-animation .navbar .container > .row > .navbar-header,
body:not(#page-top).is-animation .navbar .container > .row > .navbar-header {
  width: 440px;
}
.is-animation .navbar .container > .row > .collapse,
body:not(#page-top).is-animation .navbar .container > .row > .collapse {
  text-align: right;
}

  div .navbar-brand{
    margin-top: 0!important;
  }
  .navbar .telephone .telephonebox {
    display: flex;
    vertical-align: bottom;
    width: 100% !important;
    justify-content: center;
    text-align: center;
}
  .navbar .telephone, body:not(#page-top) .navbar .telephone,
  .is-animation .navbar .telephone, body:not(#page-top).is-animation .navbar .telephone{
    font-size: 30px;
  font-size: 3.0rem;
  text-align: left;
  }
  .navbar .telephone .telephonebox .teltime-caution{
  vertical-align: middle;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 11px;
  text-align: center;
  }
  .navbar .telephone .telephonebox .teltime {
    font-size: 13px;
    font-size: 1.3rem;
    }

  div .navbar-brand .logo{
    text-align: left;
  }

  .navbar .telephone .telephonebox div.freecall {
      display: table-cell;
      vertical-align: top;
  }

.navbar .telephone .telephonebox .tel-link02,
.navbar .telephone .telephonebox .tel-link02 a {
  color: #db0101;
  vertical-align: middle;
  display: block!important;
  line-height: 23px;
  letter-spacing: -0.2px;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: left!important;
  padding-left: 0;
  margin-left: 0;
}

  .navbar-custom ul.nav li a {
    width: 200px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    display: block;
    margin: 0 0 -2px;
    padding: 3px 10px 0;
  }

  .navbar-custom ul.nav li.freemail{

    margin: 4px 15px 0 0;
  }
  .navbar-custom ul.nav li.freemail a {
    line-height: 20px;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    width: auto;
    font-size: 20px;
  font-size: 2rem;
  }
.navbar .telephone .telephonebox div.freecall-num{
  margin-top: -2px;
}

  .navbar .telephone .telephonebox div.freecall-num{
    margin-top: -2px;
  }

.navbar-custom ul.nav li a span::before{
    background-image: url(../images/freemail_sp.png);
    width: 25px;
    height: 19px;
    top: 3px;
  }
div .navbar-brand .logo,
.is-animation div .navbar-brand h1.logo {
  width: 440px;
  height: 55px;
  margin: 15px auto;
}
.is-animation div .navbar-brand h1.logo::before{
    width: 440px;
  height: 67px;
  margin: 0;
  padding: 0;
  }
  div .navbar-brand, div .navbar-brand{
    padding: 0;
  }
  .nav.navbar-nav {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    padding: 2px 0 0 0;
    text-align: center;
    float: none;
    height: 84px;
  }

.navbar-custom ul.nav li a,
body:not(#page-top).navbar-custom ul.nav li a {
  color: #000;
  height: auto;
  margin: 16px 0 0;
  padding: 10px 15px 5px;
  display: block;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  }
.navbar .telephone .telephonebox .tel-link02{
  font-size: 23px;
font-size: 2.3rem;
}
.navbar-custom ul.nav li:first-of-type{
  margin-top: 0;
  margin-bottom: 3px;
}
.navbar-custom ul.nav li a span::before {
  content: '';
  background-image: url(../images/freemail_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  display: table-cell;
  width: 25px;
  height: 19px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 0;
  vertical-align: middle;
}
.navbar-custom ul.nav li a span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    display: block;
    color: #FFF;
    padding: 0px 0px 0 30px;
}

.navbar .telephone .telephonebox{
  margin-top: -6px;
}
.navbar-custom ul.nav li:nth-of-type(2),
body:not(#page-top).navbar-custom ul.nav li:nth-of-type(2){
  margin-top: 5px;
} */



/* sp-main-image
-------------------------------------------------------------------------------- */
/* #main-image{
  display: none;
}

.sp-main-image {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
   min-height: 700px;
   max-height: 1000px;
   height: calc(100% - 11%);
  background-image: url(../images/top/poster_sp01.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px auto 0px;
}

.sp-main-image h2 {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  text-align: center;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 5px 7px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 10px;
  padding: 0px;
}
.sp-main-image h2 span {
  font-size: 30px;
font-size: 3rem;
display: block;
line-height: 3;
}

.sp-main-image h2 img{
  display: block;
  margin: 20px auto 0;
} */
/*top content_title
-------------------------------------------------------------------------------- */
/* .content02 {
    min-height: 1630px;
}
#page-top section.content03 .image-list li {
    width: 23%;
  }
#page-top section.content03 .list-block div,
#page-top section.content03 .list-block div dl{
  width: 100%;
}
#page-top section.content02 .item-list li{
  width: 370px!important;
}
#page-top section.content02 .item-list li:nth-of-type(1),
#page-top section.content02 .item-list li:nth-of-type(3),
#page-top section.content02 .item-list li:nth-of-type(5){
  margin-right: 30px;
}

#page-top section.content02 .item-list{
justify-content: center;
} */


footer div#info_block ul.area{
  justify-content: space-around;
  flex-wrap: wrap;
  width: auto;
}
footer div#info_block ul.area li.cell.is-empty {
    display: block;
    height: 0;
    background-color: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

} /* end */




















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


--- min-width768 max-width992(タブレット)ipad縦


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) and (max-width: 992px) {
  .pconly-telnumber{
    display: block!important;
  }
  .sponly-telnumber{
    display: none!important;
  }

  .sp-main-image {

    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* min-height: 590px;
    max-height: 1000px;
    height: calc(100% - 11%); */
    background-image: url(../images/top/poster_sp01.jpg);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto 0px;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
#main-image {
  display: none;
}
.pc-view {
  display: none!important;
}

.sp-tab-view {
  display: block!important;
}
.displaypc{
  display: block;
}
.displaysp{
  display: none;
}

/*勝手に電話番号の色が変わる回避*/
#page-top section#content02 .outbox dd.telnumber,
#page-top section#content02 .outbox dd.telnumber a,
.navbar .telephone .telephonebox .tel-link02,
.navbar .telephone .telephonebox .tel-link02 a,
body:not(#page-top) section#content02 .outbox dd.telnumber,
body:not(#page-top) section#content02 .outbox dd.telnumber a,
body:not(#page-top) .navbar .telephone .telephonebox .tel-link02,
body:not(#page-top) .navbar .telephone .telephonebox .tel-link02 a{
  color: #db0101!important;
}

/* navbar
-------------------------------------------------------------------------------- */
body > .navbar{
  height: 130px;
  background: rgba(255,255,255,0.5) repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
body:not(#page-top)  > .navbar{
  height: 130px;
  background: rgba(255,255,255,0.5) repeat;
  position: initial;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar-header{
  top: 0;
position: absolute;
}
.navbar-collapse.collapse{
display: none !important;
}
.navbar-collapse {
    margin: 4px 0 0 0;
}

.navbar-custom ul.nav li.home a,
body:not(#page-top) .navbar-custom ul.nav li.home a,
.is-animation .navbar-custom ul.nav li.home a,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home a{
  margin: 0;
  width: 20px;
  height: 20px;
}
.nav.navbar-nav{
  padding: 0;
}

div .navbar-brand .logo{
  /* padding: 7px 0 0 56px; */
  padding: 7px 0;
}
div .navbar-brand .logo span{
  padding: 1px 0 0 0;
}

.navbar .telephone,
body:not(#page-top) .navbar .telephone,
.is-animation .navbar .telephone,
body:not(#page-top).is-animation .navbar .telephone {
  font-size: 25px;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.navbar .telephone .telephonebox .tel-link02,
.navbar .telephone .telephonebox .tel-link02 a,
body:not(#page-top) .navbar .telephone .telephonebox .tel-link02,
body:not(#page-top) .navbar .telephone .telephonebox .tel-link02 a{
  line-height: 23px;
  font-size: 23px;
  font-size: 2.3rem;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
}

.navbar .telephone .telephonebox .teltime-caution,
body:not(#page-top) .navbar .telephone .telephonebox .teltime-caution{
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 13px;
  text-align: center;
}

.navbar .telephone .telephonebox .teltime,
body:not(#page-top) .navbar .telephone .telephonebox .teltime{
  font-size: 14px;
  font-size: 1.4rem;
}

.navbar .telephone::before,
body:not(#page-top) .navbar .telephone::before,
.is-animation .navbar .telephone::before,
body:not(#page-top).is-animation .navbar .telephone::before{
  background-size: 65%;
  background-position: center top;
  /* left: 12%; */
  top: 6px;
  height: auto;
}

.navbar .container,
body:not(#page-top) .navbar .container {
  width: 100%;
  text-align: center;
  margin: 0 0;
  padding: 0;
}
.navbar .container .row,
body:not(#page-top) .navbar .container .row {
  margin: 0 auto 0;
  padding: 0 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 730px;
  position: relative;
}
.navbar .container .row div,
body:not(#page-top) .navbar .container .row div {
  margin: 0;
  padding: 0;
  float: none !important;
}

.navbar-custom ul.nav li a,
body:not(#page-top) .navbar-custom ul.nav li a {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  display: block;
  margin: 0;
  padding: 0;
  float: none;
  position: relative;
}
div .navbar-brand, div .navbar-brand,
body:not(#page-top) div .navbar-brand, div .navbar-brand {
padding: 15px 0px 0;
}

/* スクロール後と各ページ設定 */
.is-animation .navbar-custom ul.nav li a span::before,
body:not(#page-top).is-animation .navbar-custom ul.nav li a span::before{
  background-image: url(../images/freemail_sp.png);
  width: 25px;
  height: 19px;
  top: -5px;
  left: 0;
}
.is-animation .nav.navbar-nav,
body:not(#page-top).is-animation .nav.navbar-nav{
float: right;
}
.is-animation .navbar-collapse,
body:not(#page-top).is-animation .navbar-collapse {
  display: table!important;
    margin: 0!important;
}
.is-animation div .navbar-brand .logo,
body:not(#page-top).is-animation div .navbar-brand .logo {
  width: 290px;
  height: 47px;
  margin: 6px auto;
}
.is-animation div .navbar-brand h1.logo::before,
body:not(#page-top).is-animation div .navbar-brand h1.logo::before{
  position: absolute;
  top: 16px;
  width: 290px;
  height: 50px;
  background-image: url(../images/header_logo_sp.png);
}

.is-animation .navbar-custom ul.nav li.freemail,
body:not(#page-top).is-animation .navbar-custom ul.nav li.freemail{
  display: block;
}
.telephone span a{
  color: #000;
}

.is-animation .navbar .telephone .telephonebox,
body:not(#page-top).is-animation .navbar .telephone .telephonebox{
  display: table;
  padding-top: 4px;
  padding-left: 0;
  text-align: left;
  margin: 0 auto;
}


.is-animation .navbar-custom ul.nav li,
body:not(#page-top).is-animation .navbar-custom ul.nav li {
  margin: 0;
  padding: 0px 0 0px;
  display: block;
}
.is-animation .navbar-custom ul.nav li:first-of-type,
body:not(#page-top).is-animation .navbar-custom ul.nav li:first-of-type{
  margin-top: -1px;
}

.is-animation .navbar-custom ul.nav li:nth-of-type(2),
body:not(#page-top).is-animation .navbar-custom ul.nav li:nth-of-type(2){
  margin-top: 0px;
}
.is-animation div .navbar-brand,
body:not(#page-top).is-animation div .navbar-brand {
  margin: 0px !important;
  display: block;
  height: 100%;
}

.is-animation .navbar-custom ul.nav li a,
body:not(#page-top).is-animation .navbar-custom ul.nav li a {
  line-height: 55px;
  margin: 0 10px 0 0;
  padding: 15px 10px 10px;
  width: auto;
}

.is-animation .navbar-custom ul.nav li a span,
body:not(#page-top).is-animation .navbar-custom ul.nav li a span{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 15px;
  padding: 0px 0 0px 30px;
  display: block;
  text-align: right;
  position: relative;
}

.is-animation .navbar-custom ul.nav li.home,
body:not(#page-top).is-animation .navbar-custom ul.nav li.home{
width: 20px;
}

.is-animation .navbar-collapse.collapse,
body:not(#page-top).is-animation .navbar-collapse.collapse{
  position: absolute;
  right: 0;
  padding-right: 5px;
}



/* masthead
-------------------------------------------------------------------------------- */
.masthead {
  display: none;
  /*position: relative;
  min-width: 100%;*/
}

/* .masthead h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 235px;
  line-height: 58px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 65px;
  font-size: 6.5rem;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 5px 7px;
  font-weight: 400;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: -10px;
} */

/* .masthead h2 span {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 58px;
  font-weight: 400;
  padding-left: 7px;
} */

/* sp-main-image
-------------------------------------------------------------------------------- */

.sp-main-image {
  display:block;
  position: relative;
  overflow: hidden;
  width: auto;
  min-height: 770px;
  background-image: url(../images/top/poster_sp01.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  margin: 0px auto;
  top: 0;
}

.sp-main-image .main-inner-content{
  display: table;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;z-index: 2;
  margin: auto;
  padding: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  height: 100%;
}
.sp-main-image .main-inner-content .comment02{
  text-align: left;
  padding: 30px;
  height: 770px;
  display: table-cell;
  width: 100%;
  margin: 0;
  vertical-align: bottom;
}
/* .sp-main-image h2 {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 5px 7px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 10px;
  padding: 0px;
}

.sp-main-image h2 span{
display: block;
line-height: 1;
font-size: 25px;
font-size: 2.5rem;
}
.sp-main-image h2 img{
  display: block;
  margin: 20px auto 0;
} */


/* owl-carousel
-------------------------------------------------------------------------------- */
section .owl-carousel .owl-item img {
  width: 100% !important;
  max-width: 100%;
}

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
  padding: 0 15px 0;
}

/* table-responsive
-------------------------------------------------------------------------------- */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.sp-info {
  text-align: left;
  color: #DD0000;
  text-indent: -1em;
  margin: 0 0 0 1em !important;
  padding: 0;
}
.sp-info::before {
  content: "※";
  margin: 0px;
}

/* topタイトル
-------------------------------------------------------------------------------- */
section h3.title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  text-align: center;
  font-weight: normal;
  color: #1d1d1d;
  margin: 0 0 40px;
  font-weight: 400;
  position: relative;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-4 > li img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 5px;
}
.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
  padding: 0;
}

/* top 背景用調整
-------------------------------------------------------------------------------- */

.content01 {
  background-image: url(../images/top/bg01.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0 auto 110px;
  padding: 90px 0 0;
  min-height: 960px;
  position: relative;
}

.content02 {
  background-image: url(../images/top/bg02.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto 80px;
  padding: 0;
  min-height: 1640px;
  position: relative;
}

.content03 {
  background-image: url(../images/top/bg03.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto 70px;
  padding: 0;
  min-height: 1605px;
  position: relative;
}

/* トップページタイトル
-------------------------------------------------------------------------------- */
#page-top section .title {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.3;
  font-weight: normal;
  margin: 0px 0px 30px;
}
#page-top section .title-center {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 30px;
}
#page-top section .title-center-white {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 30px;
}


/* top news
-------------------------------------------------------------------------------- */
.scrollbar {
  width: 100%;
  height: 350px;
  position: relative;
  overflow-y: auto;
  margin: 0px auto 0;
  -webkit-overflow-scrolling: touch;
}


/* content01
-------------------------------------------------------------------------------- */

#page-top section#content01 div.content01_box ul.case .case_name{
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 10px;
  height: auto;
  width: auto;
  margin: 5px;
  border-radius: 20px;
}

#page-top section#content01 div.content01_box h3{
  margin: 0;
}

#page-top section#content01 div.content01_box ul.price {
    padding: 0 15px 15px;
    align-items: flex-end;
}

#page-top section#content01 div.content01_box ul.price .price_box li:first-of-type img{
  display: none;
}
#page-top section#content01 div.content01_box ul.price .price_outbox {

    width: auto;
    margin-left: 0;

}
#page-top section#content01 div.content01_box ul.price .price_inbox {

    justify-content: center;
    flex-direction: row;

}
#page-top section#content01 div.content01_box ul.price .price_inbox img{
  width: 70%;
}
#page-top section#content01 div.content01_box ul.price .price_txt{
  padding-top: 0;
  padding-bottom: 15px;
}

#page-top section#content01 div.content01_box ul.price p{
  font-size: 20px;
  font-size: 2rem;
}

#page-top .caution{
  line-height: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}
#page-top .caution::before{
  font-size: 16px;
  font-size: 1.6rem;
}

/* top content02
-------------------------------------------------------------------------------- */
#page-top section#content02 ul.box01{
  margin-top: 0;
}
#page-top section#content02 .pinkbox{
  width: 474px;
  margin-left: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

#page-top section#content02 .pinkbox span{
  font-size: 30px;
  font-size: 3rem;
}

#page-top section#content02 .graystripe .outbox{
  /* display: flex; */
  margin: 10px auto 0;
  /* flex-direction: column; */
}
#page-top section#content02 .outbox .imgbox {
    display: none;
}
#page-top section#content02 .outbox dl{
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: auto;
}

#page-top section#content02 .outbox dt{
  width: 100%;
}

#page-top section#content02 .outbox dd.telnumber{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 35px;
  font-size: 3.5rem;
  justify-content: center;
}
#page-top section#content02 .outbox dd.telnumber a{
  color: #db0101!important;
  padding: 0;
  margin: 0;
  width: 100%;
}

#page-top section#content02 .outbox dd.telnumber::before{
  content: "";
  vertical-align: middle;
  background-image: url(../images/top/pic02_06.png);
  width: 56px;
  height: 74px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

#page-top section#content02 .outbox dd.tel_caution{
  margin-top: 5px;
}

#page-top section#content02 li.pinkstripe div.sp-tab-view{
  padding: 15px 10px;
  height: auto;
}

#page-top section#content02 li.pinkstripe div.sp-tab-view .white_txt{
  color: #fff;
  text-shadow: 1px 2px 1px #8D3A4C;
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
}
#page-top section#content02 li.pinkstripe div.sp-tab-view .yellow_txt{
  color: #FFF603;
  text-shadow: 3px 3px 1px #8D3A4C;
  display: block;
  font-size: 30px;
  font-size: 3rem;
}

#page-top section#content02 .box02{
  align-self: stretch;
background: repeating-linear-gradient( 90deg, #FDFDFB, #FDFDFB 10px, #F8F8F0 10px, #F8F8F0 20px );
}
#page-top section#content02 .graystripe{
height: auto;
align-self: center;
}

/* top content03
-------------------------------------------------------------------------------- */
#page-top section#content03 div.bg h3.txtbox p{
  font-size: 40px;
  font-size: 4rem;
}

#page-top section#content03 div.bg .imgbox{
  margin-top: 25px;
  width: 30%;
}

#page-top section#content03 ul.list li{
  width: 30%;
}

#page-top section#content03 ul.list li p.list_title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 35px;
}

#page-top section#content03 ul.list li p span{
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 17px;
}

/*content04/
-------------------------------------------------------------------------------- */
#page-top section#content04 .bg-white{
      margin: 0 auto 20px;
}
#page-top section#content04 ul.content04_want div.content04_want_outbox p {
    font-size: 20px;
    font-size: 2rem;
}
#page-top section#content04 ul.antena_list01 .antena_list_title,
#page-top section#content04 ul.antena_list02 li.antena_list02_blue p.antena_list02_title {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 8px 25px 4px;
}

#page-top section#content04 ul.antena_list01 li.syadow{
  width: 48%;
}
#page-top section#content04 ul.antena_list01 .price_inbox li{
  text-align: left;
}
#page-top section#content04 ul.antena_list01 .price_inbox,
#page-top section#content04 ul.antena_list02 .price_inbox{
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  padding: 0 10px;
}
#page-top section#content04 ul.antena_list01 .price_txt,
#page-top section#content04 ul.antena_list02 .price_txt{
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 0;
  margin-bottom: 10px;
  width: auto;
  display: block;
  margin-right: auto;
}

#page-top section#content04 ul.antena_list01 .price_txt span,
#page-top section#content04 ul.antena_list02 .price_txt span{
  width: auto;
  /* display: block; */
  margin-right: 5px;
  white-space: nowrap;
}

#page-top section#content04 ul.antena_list01 .price_inbox li img,
#page-top section#content04 ul.antena_list02 .price_inbox li img{
  width: 77%;
}

#page-top section#content04 ul.antena_list01 .price_inbox span.tax{
  font-size: 13px;
  font-size: 1.3rem;
}

#page-top section#content04 ul.antena_list02{
  padding: 30px 10px;
}
#page-top section#content04 ul.antena_list02 li.img_box{
  width: 40%;
}

#page-top section#content04 ul.antena_list02 li.antena_list02_blue{
width: 60%;
  padding-left: 20px;
}

#page-top section#content04 .bg-white ul{
  flex-direction: row;
  flex-wrap: wrap;
}

#page-top section#content04 .bg-white ul li{
  width: 33%;
}

#page-top section#content04 .bg-white li p{
  margin: 15px 15px 30px;
}

#page-top section#content05 h3{
  font-size: 33px;
  font-size: 3.3rem;
}

#page-top section#content06 .hosyo_outer{
  background-image: none;
  height: 210px;
  border: 5px solid #CC9B1A;
  margin-top: 20px;
}

#page-top section#content06 .hosyo_inner{
  height: 200px;
  background-image: url(../images/top/pic06_01_sp.png);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
}

#page-top section#content06 .hosyo_inner p{
  padding-top: 0;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  width: 100%;
  height: 60%;
}

#page-top section#content06 .hosyo_inner::before{
  content: "";
  background-image: url(../images/top/pic06_02_sp.png);
  width: 121px;
  height: 119px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 30px;
}
#page-top section#content06 .hosyo_inner p span:first-of-type{
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
#page-top section#content06 .hosyo_inner p span:last-of-type{
  display: block !important;
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 35px;
  text-shadow: 5px 5px 1px #fff;
  font-weight: bold;
  margin-top: 15px;
}

#page-top section#content06 .hosyo_inner .caution_box{
  padding-bottom: 10px;
  margin: 0 10px;
  width: 100%;
  left: 0;
}

#page-top section#content06 .hoken_txt{
  padding: 21px 13px 13px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  width: 560px;
  height: 160px;
  margin-left: 10px;
}

#page-top section#content07{
  margin-bottom: 40px;
}
#page-top section#content07 .bg .title_outer h3{
  font-size: 32px;
  font-size: 3.2rem;
  padding: 0 175px 15px;
}
#page-top section#content07 .bg h3 span{
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 23px;
}

#page-top section#content07 ul li{
  width: 30%;
  margin-bottom: 25px;
}

#page-top section#content07 ul li p:first-of-type{
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 28px;
  height: 43px;
  display: block;
  font-weight: bold;
}
#page-top section#content07 ul li:nth-of-type(2) p:first-of-type,
#page-top section#content07 ul li:nth-of-type(3) p:first-of-type,
#page-top section#content07 ul li:nth-of-type(5) p:first-of-type{
line-height: 60px;
}

#page-top section#content07 ul li p:last-of-type{
  font-size: 16px;
  font-size: 1.6rem;
}

#page-top section#content08 .bg h3{
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  padding: 32px 0 0 15%;
  height: 110px;
}
#page-top section#content08 .bg h3::before{
  left: 0;
  right: 42%;
  margin: 0 auto;
  padding: 0;
}

#page-top section#content08 .accordion1 p{
  padding: 19px 35px;
  font-size: 20px;
  font-size: 2rem;
}

#page-top section#content08 .accordion1 p span{
  font-size: 30px;
  font-size: 3rem;
  padding-right: 13px;
  line-height: 30px;
}

#page-top section#content08 .accordion1 .inner{
  padding: 15px;
}

#page-top section#content08 .accordion1 .inner li{
  font-size: 16px;
  font-size: 1.6rem;
}

#page-top section#content09 .flex-list dl{
  width: 100%;
}
#page-top section#content09 .flex-list dl dd span a{
  color: #000;
}
/*content10
-------------------------------------------------------------------------------- */
#page-top section#content10 .bluebox{
  padding: 0 20px;
}
#page-top section#content10 h3 > span{
  width: 66px;
  height: 66px;
  font-size: 36px;
  font-size: 3.6rem;
}
#page-top section#content10 .bluebox img{
  width: 30%;
}

#page-top section#content10 .bluebox p{
  width: 65%;
  margin-top: 29px;
  font-size: 1.6rem;
  line-height: 27px;
}
/* link-area
-------------------------------------------------------------------------------- */
section .link-area a {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
section .link-area a:last-child {
  margin: 0 0 0px;
  padding: 0;
}
section .link-area a div .inner {
  width: 536px;
  margin: 0;
  padding: 20px 15px 12px;
}
section .link-area a div .inner .head {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin: 0 0 12px;
  padding: 0;
}
section .link-area a div .inner .head::before {
  content: url(../images/arrow.png);
  line-height: 36px;
  margin: 0 15px 0 0;
  padding: 0;
  position: relative;
  top: 2px;
}


/* #contact_area
-------------------------------------------------------------------------------- */
#contact_area .contact-list {
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
#contact_area .contact-list li.tel {
  margin: 0 0 0;
  padding: 0;
  position: relative;
}
#contact_area .contact-list li.mail {
  margin: 0 0 0;
  padding: 0;
  position: relative;
}

#contact_area .contact-list li {
  margin: 0 0px 0 !important;
  padding: 0px 0 0 !important;
  position: relative;
}
#contact_area .contact-list li:first-child {
  margin: 0 0px 0px !important;
  padding: 0px 0 0 !important;
  position: relative;
}
#contact_area .contact-list li:first-child::before,
#contact_area .contact-list li:first-child::after,
#contact_area .contact-list li:last-child::after {
  content: none;
}
#contact_area .contact-list li p.name {
  color: #000;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px auto 15px;
  padding: 0px;
}
#contact_area .contact-list li p.tel {
  color: #000;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 52px;
  text-align: left;
  font-weight: normal;
  margin: 0px 0 0px;
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  letter-spacing: -1.8px;
}
#contact_area .contact-list li.tel .box {
  margin: 0 0 0;
  padding: 0 0 0 80px;
  position: relative;
}
#contact_area .contact-list li.mail a {
  display: block;
  margin: 0 0 0;
  padding: 0 0 0 80px;
}
#contact_area .contact-list li.tel .box:before {
  content: '';
  background-image: url(../images/tel.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 66px;
  height: 56px;
  margin: 0 10px 0 0;
  padding: 0;
  position: absolute;
  top: 54px;
  left: 0;
}
#contact_area .contact-list li.mail a:before {
  content: '';
  background-image: url(../images/pc.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 64px;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
}
#contact_area .contact-list li.mail a:hover:before,
#contact_area .contact-list li.mail a:active:before {
  content: '';
  background-image: url(../images/pc_orange.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 64px;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 0;
}
#contact_area .contact-list li p.tel-comment {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
#contact_area .contact-list li p {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.667;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}



/* footer
-------------------------------------------------------------------------------- */
footer .bg div.container {
  width: 100%!important;
}
footer div#info_block {
  width: auto;
}
footer div#info_block div.footer-logo {
margin-right: 20px;
}

footer div#info_block ul.area{
  justify-content: space-around;
  flex-wrap: wrap;
  width: auto;
}
footer div#info_block ul.area li {
    margin: 5px;
}
footer div#info_block ul.area li.cell.is-empty {
    display: block!important;
    height: 0;
    background-color: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* footer div#link_block {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: auto;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
footer div#link_block > ul {
  margin: 0px 10px 0px;
  padding: 0;
  text-align: left;
  list-style: none;
}
footer div#link_block > ul:first-child {
  margin: 0px 10px 0px 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
footer div#link_block > ul:last-child {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
}
footer div#link_block > ul > li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: -0.8px;
  padding: 0 0 0 13px;
  position: relative;
  margin: 0 15px 0 0;
  list-style: none;
}

footer div#link_block > ul > li::before{
  top: 8px;
} */

footer .add-block .tel-link02{
  margin-right: 0;
}

footer .add-block{
  margin: 0;
}
.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: none;
  width: 100%;
}
footer .add-block .fax-link01 {
  font-size: 18px;
  font-size: 1.8rem;
}


/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
[id^="page-"],
[id^="news-"] {
  margin-top:-100px !important;
  padding-top:100px !important;
}

#service,
#company,
#access {
  margin-top:-100px !important;
  padding-top:100px !important;
}




} /* end */





















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


--- max-width768(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 767px) {
  .displaypc{
    display: none;
  }
  .displaysp{
    display: block;
  }
  .pconly-telnumber{
  display: none!important;
}
.sponly-telnumber{
  display: block!important;
    letter-spacing: -2.5px;
}

/* wrap
-------------------------------------------------------------------------------- */
.wrap {
  padding: 0 15px 0;
}

/* 表示非表示切り替え設定
----------------------------------------------------------------------------------------------- */
#main-image {
  display: none;
}
.sp-tab-view {
  display: block;
}

/* masthead
-------------------------------------------------------------------------------- */
  /* .masthead {
    display: none;
    position: relative;
    min-width: 100%;
  } */
.main-inner-content .comment01{
  font-size: calc((65% + 0.25vw) * 2);
  margin: 0 auto;
}
.main-inner-content .comment02{
  font-size: calc((80% + 0.25vw));
}

/* sp-main-image
-------------------------------------------------------------------------------- */
.sp-main-image {
  display:block;
  position: relative;
  overflow: hidden;
  width: auto;
  min-height: 770px;
  background-image: url(../images/top/poster_sp01.jpg);
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  margin: 0px auto;
  top: 0;
}

.sp-main-image .main-inner-content{
  display: table;
  position: absolute;
  top: 17%;
  bottom: 0;
  left: 0;
  right: 0;z-index: 2;
  margin: auto;
  padding: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  height: 100%;
}
.sp-main-image .main-inner-content .comment02{
  text-align: left;
  padding: 30px;
  height: 770px;
  display: table;
  width: 100%;
  margin: 0;
}
/* .sp-main-image {
	display:flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 760px;
  max-height: 1000px;
  height: calc(100% - 10%);
  background-image: url(../images/top/poster_sp02.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px auto 0px;
}

.sp-main-image h2 {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 5px 7px;
  width: 100%;
  letter-spacing: -0.8px;
  margin: 0px auto 10px;
  padding: 0px;
}
.sp-main-image h2 span {
    display: block;
    font-size: 23px;
    font-size: 2.3rem;
    padding-top: 20px;
    line-height: 1.2;
}
.sp-main-image h2 img{
  display: block;
  margin: 20px auto 0;
} */

div .navbar-brand .logo,
body:not(#page-top) div .navbar-brand .logo{
  padding: 0;
}

/* wrap
-------------------------------------------------------------------------------- */
.home-section {
  padding-top: 60px;
  padding-bottom: 70px;
  display: block;
  position: relative;
  z-index: 120;
}

/* table-responsive
-------------------------------------------------------------------------------- */
.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: none;
}
.sp-info {
  text-align: left;
  color: #DD0000;
  text-indent: -1em !important;
  margin: 0 0 0 1em !important;
  padding: 0 !important;
}

.sp-info::before {
  content: "※";
  margin: 0px;
}

/* image-left image-right
-------------------------------------------------------------------------------- */
.image-left {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

.image-left02 {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

.image-right {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  float: none;
  text-align: center;
}

/* gbtn
-------------------------------------------------------------------------------- */
a.gbtn:link, a.gbtn:visited {
  display: inline-block;
  width: 100%;
  margin: 60px auto 40px;
  padding: 15px 10px 15px 46px;
  border: 1px solid #222222;
  background: transparent;
  color: #222222;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: .3s;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -1.4px;
  text-indent: -36px;
}


/* nav
-------------------------------------------------------------------------------- */
div .navbar-brand .logo::before{
  margin: -5px 0 0px;
}
body > .navbar {
  height: 63px;
  margin-bottom: 0;
  padding: 16px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  background: rgba(255,255,255,0.5) repeat;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
  position: fixed;
  top: 0 !important;
  right: 0;
  left: 0;
  z-index: 1030;
  width: 100%;
}
.is-animation .navbar,
body:not(#page-top).is-animation .navbar {
  top: 0 !important;
  height: 70px;
  padding: 19px 0;
  background: rgba(255,255,255,0.9) repeat;
  border-top: none;
}
.is-animation .navbar {
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0,0);
  width: 100%;
  height: 63px;
  z-index: 999;
  margin-bottom: 0;
  padding: 19px 0;
  border-bottom: 0;
  border-radius: 0;
  letter-spacing: 1px;
  background: rgba(255,255,255,1) repeat;
  -webkit-transition: background .6s ease-in-out,padding .6s ease-in-out;
  -moz-transition: background .6s ease-in-out,padding .6s ease-in-out;
  transition: background .6s ease-in-out,padding .6s ease-in-out;
}
.is-animation .navbar .navbar-header,
body:not(#page-top).is-animation .navbar .navbar-header {
  display: block;
}
.navbar .navbar-header {
  display: block;
}

.navbar-collapse.collapse {
  display: none !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
div .navbar-brand {
  margin: 0px !important;
  padding: 0px 0px 0 !important;
  display: block;
  height: 100%;
}

.navbar .navbar-header,
body:not(#page-top) .navbar .navbar-header {
  height: 63px;
position: absolute;
top: 0;
}
div .navbar-brand .logo,
body:not(#page-top) div .navbar-brand .logo {
  width: 65%;
  margin: 0;
  padding: 8px 0 0 10px;
}

.is-animation div .navbar-brand .logo img.displaysp{
  display: block;
}
.is-animation div .navbar-brand h1.logo::before{
  background-image: none;
  width: auto;
  height: auto;
  content: none;
}
div .navbar-brand .logo span,
body:not(#page-top) div .navbar-brand .logo span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  margin: 0px 0 0px;
  padding: 0;
  display: inline-block;
}

.is-animation .navbar .navbar-header,
body:not(#page-top) .navbar .navbar-header {
  display: block;
}
.is-animation div .navbar-brand .logo {
  display: block;
  width: 65%;
  margin: 0;
  padding: 8px 0 0 10px;
}
.navbar .comment {
  display: none;
}

/* menu-btn
-------------------------------------------------------------------------------- */
.menu-btn {
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 1040;
  display: inline;
  font-size: 32px;
  line-height: 32px;
  position: fixed;
  text-align: center;
}
.menu-btn a {
    display: inline-block;
    text-decoration: none;
    /* safari hack */
    color: #000;
}

.menu-btn a span {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto 0;
  padding: 0;
  display: block;
  color: #000;
}
.menu-btn a.btn-close span {
  color: #FFF;
}

.btn-open:before {
  color: #000;
  content: "\f20d";
  font-family: ionicons;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}

.btn-open:hover:before {
    color: #dd0000;
}

.menu-on {
  color: #dd0000;
}
.menu-on {
  color: #dd0000;
}

.btn-close:before {
  color: #fff;
  content: "\f129";
  font-family: ionicons;
  -webkit-transition: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
}

.btn-close:hover:before {
  color: #dd0000;
}
.teldisplay,
.mapdisplay {
    display: block !important;
}
.telmark {
    font-size: 30pt;
    background-color: #a8a8a8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 6px;
    right: 68px;
    color: #FFF;
    z-index: 50000;
}
.mapmark {
    font-size: 30pt;
    background-color: #a8a8a8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 10px;
    right: 127px;
    color: #FFF;
    z-index: 50000;
}
/* OVERLAY */
.overlay {
    position: fixed;
    top: 0;
    z-index: 1030;
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #333;
}

.overlay .menu {
    margin: 18% auto 10%;
    width: 80%;
}

.overlay .menu ul {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.overlay .menu ul li {
    float: none;
    margin: 0 auto 0;
    padding: 20px 10px;
    width: 50%;
    list-style: none;
    text-align: left;
    text-transform: uppercase;
}

.overlay .menu ul li a {
    color: #ffffff;
    font-size: 18px;
    font-weight: normal;
    display: block;
    text-decoration: none;
    text-align: left;
}

/*.overlay .menu ul li a:hover,
.overlay .menu ul li a.active {
  color: #d95672 !important;
}*/

.overlay .menu ul li a:hover,
.overlay .menu ul li a:focus,
.overlay .menu ul li.active,
#contact .menu ul li a[title="contact"],
#privacy .menu ul li a[title="privacy"] {
  color: #dd0000 !important;
  background-color: transparent;
}

.overlay .menu ul ul {
    margin-top: 50px;
}

.overlay .menu ul ul li {
    position: relative;
    float: none;
    margin: 0;
    width: 100%;
    display: block;
    border: 0 !important;
    padding: 5px 10px;
}

.overlay .menu ul ul li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
}

.overlay .menu ul ul li a:hover {
    color: #d95672;
}

/* owl-carousel
-------------------------------------------------------------------------------- */
.carousel-block {
  clear: both;
  overflow: hidden;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}

section .owl-carousel .owl-item img {
  width: 100% !important;
  max-width: 100%;
}

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}

.image-list-3 > li {
  width: 31%;
  margin: 0 0 0px;
  padding: 0;
}

.image-list-2 > li {
  width: 47%;
  margin: 0 0 0px;
  padding: 0;
}
.image-list-2 > li:nth-child(1),
.image-list-2 > li:nth-child(2) {
  margin: 0 0 30px;
}

/* top共通部分
-------------------------------------------------------------------------------- */
section {
  text-align: center;
}

section.news {
    margin: 0 auto 0;
    padding: 50px 0 80px;
}

#page-top section .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  font-weight: normal;
  margin: 0px 0px 30px;
}
#page-top section .title-center {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  font-weight: normal;
  color: #000000;
  margin: 0px 0px 30px;
}
#page-top section .title-center-white {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 30px;
}

#page-top section .title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 36px;
  background-image: none !important;
}
#page-top section .title span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#page-top section .blue-back .title-blue-bg {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 30px 0px 25px;
}
#page-top section .blue-back .title-blue-bg span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

body:not(#page-top) section .rounded-heading02 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  margin: 0px 0px 40px;
  padding: 12px 20px 8px;
  border-radius: 60px;
  width: 100%;
}

section p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  margin: 0 0 30px;
}
section a.link-btn {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #18395b;
  background-repeat: repeat;
  margin: 50px auto 0px;
  padding: 5px 0 5px;
  letter-spacing: -0.8px;
  display: inline-block;
  width: 100%;
  height: 50px;
}


/* 背景設定
-------------------------------------------------------------------------------- */
.content01 {
  background-image: url(../images/top/bg01.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 0 auto 60px;
  min-height: 870px;
  padding: 60px 0 0;
  position: relative;
  height: auto;

}
.content02 {
  background-image: url(../images/top/bg02.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto 70px;
  padding: 0;
  min-height: 1650px;
  position: relative;
}
.content03 {
  background-image: url(../images/top/bg03.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: 0 auto 70px;
  padding: 0;
  min-height: 2200px;
  position: relative;
}


/* top news
-------------------------------------------------------------------------------- */
/* #page-top section.news .title {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 40px;
} */

.scrollbar {
  width: 96%;
  height: 350px;
  position: relative;
  overflow-y: auto;
  margin: 0px 0 0;
  -webkit-overflow-scrolling: touch;
}
/* section.news .container div#news_block dl {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 13px 0;
  display: block;
  position: relative;
  height: auto;
}
section.news .container div#news_block dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  font-weight: normal;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 10px;
  display: block;
  width: 100%;
}
section.news .container div#news_block dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 10px 0;
  display: block;
} */


/* content01
-------------------------------------------------------------------------------- */
#page-top section#content01 div.content01_box ul.case .case_name {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 10px;
    height: auto;
    width: auto;
    margin: 5px;
    border-radius: 20px;
}

#page-top section#content01 div.content01_box h3{
  margin-bottom: 0;
}
#page-top section#content01 div.content01_box h3 span,
#page-top section#content04 h3 span,
#page-top section#content06 h3 span{
  display: none!important;
}
#page-top section#content01 div.content01_box ul.price {

    padding: 0 15px 15px;
    align-items: end;

}


#page-top section#content01 div.content01_box ul.price .price_box li:first-of-type img{
  display: none;
}
#page-top section#content01 div.content01_box ul.price .price_outbox {

    width: auto;
    margin-left: 0;

}
#page-top section#content01 div.content01_box ul.price .price_inbox {

    justify-content: center;
    flex-direction: row;

}
#page-top section#content01 div.content01_box ul.price .price_inbox img{
  width: 70%;
}
#page-top section#content01 div.content01_box ul.price .price_txt{
  padding-top: 0;
  padding-bottom: 15px;
}

#page-top section#content01 div.content01_box ul.price p{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  padding-right: 10px;
}

#page-top section#content01 div.content01_box ul.price p span.caution {
    font-size: 15px;
    font-size: 1.5rem;
}
#page-top section#content01 div.content01_box ul.price .price_img{
  margin-bottom: 20px;
}
#page-top section#content01 div.content01_box ul.price .price_img span{
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 35px;
}
#page-top section#content01 div.content01_box ul.price .price_img img{
  display: none;
}

/* top content02
-------------------------------------------------------------------------------- */
#page-top section#content02 .pinkbox{
  width: 474px;
  margin-left: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}

#page-top section#content02 .pinkbox span{
  font-size: 30px;
  font-size: 3rem;
}

#page-top section#content02 .graystripe .outbox{
  margin: 10px auto 0;
}
#page-top section#content02 h3 span,
#page-top section#content02 .outbox .imgbox {
    display: none!important;
}
#page-top section#content02 .outbox dl{
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  width: auto;
}

#page-top section#content02 .outbox dt{
  width: 100%;
  margin-bottom: 0;
}

#page-top section#content02 .outbox dd.telnumber{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 38px;
  font-size: 3.8rem;
}

#page-top section#content02 .outbox dd.telnumber::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 100%;
  width: 56px;
  height: 96px;
  background-image: url(../images/top/pic02_06.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 10px;
  padding-right: 15px;
}

#page-top section#content02 .outbox dd.tel_caution{
  margin-top: 5px;
}

#page-top section#content02 li.pinkstripe div.sp-tab-view{
  padding: 15px 10px;
  height: auto;
}

#page-top section#content02 li.pinkstripe div.sp-tab-view .white_txt{
  color: #fff;
  text-shadow: 1px 2px 1px #8D3A4C;
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
}

#page-top section#content02 li.pinkstripe div.sp-tab-view .yellow_txt{
  color: #FFF603;
  text-shadow: 3px 3px 1px #8D3A4C;
  display: block;
  font-size: 30px;
  font-size: 3rem;
}
#page-top section#content02 ul.box01{
  margin-top: 0;
}
#page-top section#content02 .box02{
  align-self: stretch;
background: repeating-linear-gradient( 90deg, #FDFDFB, #FDFDFB 10px, #F8F8F0 10px, #F8F8F0 20px );
}

#page-top section#content02 .graystripe{
height: auto;
align-self: center;
}

#page-top section#content02 .outbox dd.teltime {
  font-size: 16px;
  font-size: 1.6rem;
}
#page-top section#content02 .outbox dd.teltime span {
  font-size: 25px;
  font-size: 2.5rem;
}

.sponly-telnumber a{
text-decoration: none;
color: #dd0000;
}

/* content03
-------------------------------------------------------------------------------- */

#page-top section#content03 div.bg h3.txtbox p{
  font-size: 40px;
  font-size: 4rem;
}

#page-top section#content03 div.bg .imgbox{
  margin-top: 25px;
  width: 30%;
}

#page-top section#content03 ul.list li{
  width: 30%;
}

#page-top section#content03 ul.list li p.list_title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 35px;
}

#page-top section#content03 ul.list li p span{
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 17px;
}

/*content04/
-------------------------------------------------------------------------------- */
#page-top section#content04 ul.content04_want div.content04_want_outbox p {
  font-size: 18px;
  font-size: 1.8rem;
}

#page-top section#content04 ul.antena_list01 .antena_list_title,
#page-top section#content04 ul.antena_list02 li.antena_list02_blue p.antena_list02_title {
  font-size: 20px;
  font-size: 2rem;
  padding: 4px 25px 2px;
}
#page-top section#content04 ul.antena_list01 li{
  text-align: left;
}

#page-top section#content04 ul.antena_list01 li.syadow{
  width: 48%;
}
#page-top section#content04 ul.antena_list01 .caption{
  margin: 10px auto;
}
#page-top section#content04 ul.antena_list01 .price_inbox,
#page-top section#content04 ul.antena_list02 .price_inbox{
  flex-direction: column;
  align-items: end;
  padding: 0 10px;
  justify-content: flex-end;
}
#page-top section#content04 ul.antena_list01 .price_txt,
#page-top section#content04 ul.antena_list02 .price_txt{
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 0;
  margin-bottom: 10px;
}
#page-top section#content04 ul.antena_list01 .price_txt,
#page-top section#content04 ul.antena_list02 .price_txt{
  margin-right: auto;
}
#page-top section#content04 ul.antena_list01 .price_txt span,
#page-top section#content04 ul.antena_list02 .price_txt span{
  width: auto;
  display: block;
  margin-right: 5px;
  white-space: nowrap;
}

#page-top section#content04 ul.antena_list01 .price_inbox li img,
#page-top section#content04 ul.antena_list02 .price_inbox li img{
  width: 77%;
}

#page-top section#content04 ul.antena_list01 .price_inbox span.tax,
#page-top section#content04 ul.antena_list02 .price_inbox span.tax{
  font-size: 13px;
  font-size: 1.3rem;
}

#page-top section#content04 ul.antena_list02{
  padding: 30px 10px;
}
#page-top section#content04 ul.antena_list01 li.syadow .imgbox{
padding: 0 40px;
}

#page-top section#content04 ul.antena_list02 li.img_box{
  width: auto;
  min-width: 360px;
}

#page-top section#content04 ul.antena_list02 li.antena_list02_blue{
  padding-left: 20px;
}
#page-top section#content04 ul.antena_list02 li.antena_list02_blue img.visible-xs{
  display: none !important;
}
#page-top section#content04 .bg-white ul{
  flex-direction: row;
  flex-wrap: wrap;
}

#page-top section#content04 .bg-white ul li{
  width: 33%;
}

#page-top section#content04 .bg-white li p{
  width: 100%;
  font-size: 2rem;
  padding: 4px 0 2px;
  display: inline-block;
  max-width: 170px;
  background-color: #0082CE;
  color: #FFF;
  border-radius: 36px;
  text-align: center;
  line-height: 36px;
  margin: 15px 0 25px 0;
}

#page-top section#content05 h3{
  font-size: 30px;
  font-size: 3rem;
}

#page-top section#content06 .hosyo_outer{
  background-image: none;
  height: 230px;
  border: 5px solid #CC9B1A;
  margin-top: 20px;
}

#page-top section#content06 .hosyo_inner{
  height: 220px;
  background-image: url(../images/top/pic06_01_sp.png);
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

#page-top section#content06 .hosyo_inner p{
  padding-top: 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

#page-top section#content06 .hosyo_inner::before{
  content: "";
  background-image: url(../images/top/pic06_02_sp.png);
  width: 120px;
  height: 116px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: 5%;
}
#page-top section#content06 .hosyo_inner p{
  width: 100%;
}
#page-top section#content06 .hosyo_inner p span:first-of-type{
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
#page-top section#content06 .hosyo_inner p span:last-of-type{
  display: block;
  text-align: center;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 35px;
  text-shadow: 5px 5px 1px #fff;
  font-weight: bold;
  margin-top: 5px;
}

#page-top section#content06 .hosyo_inner .caution_box{
  line-height: 12px;

margin-bottom: 0;

padding-bottom: 0;
}

#page-top section#content06 .hoken_txt{
  padding: 17px 13px 13px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  width: 560px;
  height: 160px;
  margin-left: 10px;
}

#page-top section#content07{
  margin-bottom: 40px;
}
#page-top section#content07 .bg .title_outer h3{
  font-size: 26px;
  font-size: 2.6rem;
  padding: 0 175px 15px;
  line-height: 36px;
}
#page-top section#content07 .bg .title_outer h3::before{
  width: 148px;
  margin: 0px 0 0 21px;
}
#page-top section#content07 .bg .title_outer h3::after{
  width: 135px;
  margin: 0px 4% 0 0px;
}
#page-top section#content07 .bg h3 span{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
}

#page-top section#content07 ul li{
  width: 30%;
  margin-bottom: 25px;
}

#page-top section#content07 ul li p:first-of-type{
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  height: 30px;
  display: block;
  margin-top: 11px;
  font-weight: bold;
}
#page-top section#content07 ul li:nth-of-type(2) p:first-of-type,
#page-top section#content07 ul li:nth-of-type(3) p:first-of-type,
#page-top section#content07 ul li:nth-of-type(5) p:first-of-type{
line-height: 60px;
}

#page-top section#content07 ul li p:last-of-type{
  font-size: 16px;
  font-size: 1.6rem;
}

#page-top section#content08 .bg h3{
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  padding: 33px 10px 10px 20%;
  height: 110px;
  vertical-align: middle;
}
#page-top section#content08 .bg h3::before{
  width: 126px;
  height: 116px;
  margin: 0px -25px 0px;
}

#page-top section#content08 .accordion1 p{
  padding: 19px 10px 19px 35px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}

#page-top section#content08 .accordion1 p span{
  font-size: 25px;
  font-size: 2.5rem;
  padding-right: 13px;
  line-height: 30px;
}

#page-top section#content08 .accordion1 .inner{
  padding: 15px;
}

#page-top section#content08 .accordion1 .inner li{
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
}

/*content09*/
#page-top section#content09{
  margin-bottom: 30px;
}
#page-top section#content09 .flex-list{
  margin: 0 0 40px;
}
#page-top section#content09 .flex-list dl{
  width: 100%;
}

#page-top section#content10 h3 > span{
  width: 66px;
  height: 66px;
  font-size: 36px;
  font-size: 3.6rem;
}

#page-top section#content10 .bluebox{
  padding: 0 14px;
  height: 235px;
}
#page-top section#content10 .bluebox img{
  width: 30%;
}

#page-top section#content10 .bluebox p{
  margin-top: 29px;
  font-size: 1.6rem;
  line-height: 26px;
}

#page-top .caution::before {
  content: '※';
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
}

#page-top .caution {
  text-align: left;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 26px;
}
/* link-area
-------------------------------------------------------------------------------- */
section .link-area a {
  width: 49%;
  margin: 0 0 0px;
  padding: 0;
}
section .link-area a:last-child {
  margin: 0 0 0px;
  padding: 0;
}

section .link-area a div {
  margin: 0;
  padding: 20px 15px;
}
section .link-area a div div {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
  display: block;
}
section .link-area a div .inner {
  width: 100%;
  margin: 0;
  padding: 0;
}
section .link-area a div .inner .head {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 30px;
  text-align: left;
  color: #fff;
  margin: 0 0 12px;
  padding: 0;
}
section .link-area a div .inner .head::before {
  content: url(../images/arrow.png);
  line-height: 36px;
  margin: 0 10px 0 0;
  padding: 0;
  position: relative;
  top: 3px;
}


/* contact_area
------------------------------------------------------------------------------------- */
#contact_area {
  width: 100%;
  margin: 40px auto 0;
  padding: 40px 15px 0px;
  position: relative;
}
#contact_area .contact-list {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 54px;
  padding: 0;
  text-align: center;
  list-style: none;
}
#contact_area .contact-list li {
  margin: 0 0 0 !important;
  padding: 0 0 0 !important;
  position: relative;
}
#contact_area .contact-list li.tel {
  width: 100%;
  margin: 0 0px 30px !important;
  padding: 0px 0px 0;
  position: relative;
}
#contact_area .contact-list li.mail {
  width: 100%;
  margin: 0 0px 0 !important;
  padding: 0px 0px 0;
  position: relative;
}
#contact_area .contact-list li.mail a {
  padding: 0;
}

#contact_area .contact-list li:first-child::before,
#contact_area .contact-list li:first-child::after,
#contact_area .contact-list li:last-child::after,
#contact_area .contact-list li.mail a:before,
#contact_area .contact-list li.tel .box:before,
#contact_area .contact-list li.mail a:hover:before,
#contact_area .contact-list li.mail a:active:before {
  content: none;
}
#contact_area .contact-list li.tel .box {
  margin: 0 0 0;
  padding: 0 0 0;
  position: relative;
}
#contact_area .contact-list li p.name {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.667;
  text-align: center;
  margin: 0px auto 15px;
  padding: 0px;
  letter-spacing: -0.8px;
}
#contact_area .contact-list li p.name span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.667;
}
#contact_area .contact-list li p.tel {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.133;
  text-align: center;
  font-weight: normal;
  margin: 0px auto 0px;
  padding: 0 0 0 0px;
  overflow: hidden;
  position: relative;
  letter-spacing: -1.5px;
}

#contact_area .contact-list li p.tel-comment {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  text-align: left;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  letter-spacing: -0.8px;
}

#contact_area .contact-list li p.tel-comment span.bol {
  font-weight: normal;
}

#contact_area .contact-list li.mail div.button  {
  display: block;
  color: #FFF;
  background-color: #d95672;
  width: inherit;
  height: inherit;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.250;
  text-align: center;
  margin: 0px 0 10px;
  padding: 7px 40px 5px;
  position: relative;
}
#contact_area .contact-list li.mail a:hover div.button,
#contact_area .contact-list li.mail a:active div.button {
  color: #FFF;
}


/* footer_btn
------------------------------------------------------------------------------------- */
footer {
  padding: 56px 0 0;
  margin: 50px auto 0;
}
footer .bg {
  margin: 0px 0 0px;
  padding: 0px 0 0;
  min-height: auto;
  position: relative;
}

/* footer div#link_block {
  display: none;
} */
footer div#info_block {
  margin: 0 auto;
  text-align: center;
  width: auto;
  /* -js-display: flex;
  display: -webkit-flex; */
  display: block;
  /* -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end; */
}
footer #info_block .footer-logo {
  display: block;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center;
}
footer ul.add {
  display: block;
  margin: 0 auto 20px;
  padding: 0px 0 0;
  text-align: center;
  position: relative;
  list-style: none;
}
footer ul.add li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #000;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0px;
  padding: 0 0;
  position: relative;
}

footer div#info_block ul.area{
  justify-content: space-around;
  flex-wrap: wrap;
  width: auto;
}
footer ul.add .logo {
  text-align: center;
}

footer div#info_block ul.area li{
  margin: 5px;
}

footer div#info_block ul.area li.cell.is-empty {
    display: block;
    height: 0;
    background-color: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

footer div#info_block .map-btn {
  align-self: center;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
footer div.map-btn a {
  margin: 0 auto;
  margin: 0 auto 40px;
}

footer ul.bnn {
  display: block;
  margin: 0 auto 0;
  padding: 0px 0 0;
  text-align: center;
  position: relative;
  list-style: none;
}
/* footer div.copy-bg {
  max-width: 100%;
  height: auto;
  background-color: #192D47;
  margin: 0 auto 0px;
  padding: 0 0 0;
  text-align: center;
} */
footer div#copy {
  width: auto;
  margin: 0 auto 0;
  text-align: center;
  padding: 10px 15px 10px;
}

footer .add-block{
  margin: 0;
}
footer .add-block ul.add li.logo{
display: none;
}

footer #info_block .footer-logo a{
padding: 0 0 0 55px;
position: relative;
}

footer ul.add li.info{
  margin: 0 auto;
  max-width: 230px;
}
/* footer_area
------------------------------------------------------------------------------------- */
.footer_area .footer_area_inner {
  position: relative;
  width: 98%;
  margin: 5px auto 5px;
  padding: 5px 5px 0px;
  margin-right: 0px;
  background-color: #0871bb;
  -webkit-border-radius: 5px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  text-align: center;
  list-style: none;
}
.footer_area .footer_area_inner li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
  letter-spacing: -0.3px;
}

.footer_area .footer_area_inner li:nth-child(2) {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.footer_area .footer_area_inner li:nth-child(3) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.footer_area .footer_area_inner li span.small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  font-weight: normal;
}

.youtube-block {
  margin: 0 30px 0 0;
  padding: 0;
  float: none;
  width: 100%;
}


/* 各ページsection
------------------------------------------------------------------------------------- */
body:not(#page-top) section:first-of-type {
  margin: 0;
  padding: 0 0 60px;
}
body:not(#page-top) section {
  margin: 0;
  padding: 0px 0 60px;
}


/* 各ページ背景
------------------------------------------------------------------------------------- */
#back {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 70px auto 80px;
  padding: 0px 0 10px;
}

#breadcrumb-box {
  display: none;
}

.back-inner-content {
  position: relative;
  z-index: 2;
  margin: 0 auto 0;
  padding: 15px 0 0;
  max-width: 1170px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.back-inner-content .title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0px 0px 0px;
  padding: 0 0 0;
  position: relative;
}
.back-inner-content .title span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: -0.8px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  display: block;
}

/* cell.is-empty設定
----------------------------------------------------------------------------------------------- */
.cell.is-empty {
  width: 70px;
  height: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* アンカーリンク設定
----------------------------------------------------------------------------------------------- */
[id^="page-"],
[id^="news-"] {
  margin-top:-90px !important;
  padding-top:90px !important;
}

#service,
#company,
#access {
  margin-top:-90px !important;
  padding-top:90px !important;
}


/* 各ページタイトルの設定
----------------------------------------------------------------------------------------------- */
body:not(#page-top) section .title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  font-weight: normal;
  text-align: center;
  position: relative;
  letter-spacing: -1.4px;
  background-image: url(../images/title_bar.png);
  margin: 0px 0px 40px;
  padding: 0 0 15px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

body:not(#page-top) section .title span {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -1.2px;
  margin: 0 0 0 10px;
}

body:not(#page-top) .content_title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  color: #000;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 40px;
  padding: 0 0 0px;
  position: relative;
}
body:not(#page-top) .content_title span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 30px;
  margin: 15px 0 0;
}

body:not(#page-top) .title_bar {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 400;
  position: relative;
  background-image: url(../images/other_title_bar.png);
  margin: 0px 0px 40px;
  padding: 0 0 20px;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* coming
-------------------------------------------------------------------------------- */
.coming .head {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 34px;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}




}/* end */



















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


--- max-width730(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 730px) {

/* sp-main-image
----------------------------------------------------------------------------------------------- */
/* .sp-main-image {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 730px;
  max-height: 1000px;
  background-image: url(../images/top/poster_sp02.jpg);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px auto 0px;
} */

.sp-main-image h2 {
  font-size: 4.1rem;
}
/* .content02{
min-height: 1590px;
} */
/*content*/
#page-top section#content04 .bg-white{
  margin: 0 auto 20px;
}
#page-top section#content04 .bg{
  padding-bottom: 20px;
}
/* #page-top section#content04 h3.bg-white_imgbox span.naiyou.visible-xs{
  font-size: 30px;
  font-size: 3rem;
line-height: 32px;

} */
/*content06*/
#page-top section#content06{
  margin-bottom: 20px;
}

/*content01
----------------------------------------------------*/
#page-top section#content01{
  margin: 20px auto 0;
}
#page-top section#content01 div.content01_box h3 img{
display: none;
}
#page-top section#content01 div.content01_box h3 span{
  color: #FDFF00;
  display: block;
  background-color: #0F4375;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 29px;
  padding: 10px 5px;
  text-shadow: 2px 2px 1px #05111F;
  display: block!important;
}
/* #page-top section#content01 div.content01_box ul.price{
  flex-direction: column;
} */
#page-top section#content01 div.content01_box ul.case{
  flex-wrap: wrap;
}
#page-top section#content01 div.content01_box ul.case li{
  width: 43%;
  margin: 10px auto;
}
/* #page-top section#content01 div.content01_box ul.price{
  margin-top: 20px;
}
#page-top section#content01 div.content01_box ul.price li:last-of-type{
  margin: 0 auto;
}
#page-top section#content01 div.content01_box ul.price .price_inbox{
  flex-direction: column;
  align-items: start;
}
#page-top section#content01 div.content01_box ul.price .price_txt{
  margin-left: 10px;
}
#page-top section#content01 div.content01_box ul.price .price_img span{
  font-size: 30px;
font-size: 3rem;
} */

/*content02
----------------------------------------------------*/
/* #page-top section#content02 h3 img{
  display: none;
} */
#page-top section#content02 h3 span{
  text-decoration: underline #FFC600 wavy;
}
#page-top section#content02 h3 span span.pink{
  color: #DC205B;
}
#page-top section#content02 ul.box01{
  flex-direction: column;
  margin-top: 20px;
}
#page-top section#content02 .pinkbox{
  width: 294px;
  height: 70px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 10px;
  position: static;
  margin: 10px auto 0;
}
#page-top section#content02 .pinkbox span{
  margin-top: 5px;
  font-size: 25px;
  font-size: 2.5rem;
  position: static;
}
#page-top section#content02 .box02{
  flex-direction: column;
}
#page-top section#content02 .graystripe{
  width: 100%;
}
#page-top section#content02 .outbox dd.telnumber{
  font-size: 28px;
    font-size: 2.8rem;
  margin: 0 auto;
}
#page-top section#content02 .outbox dd.telnumber a{
  color: #db0101!important;
}
#page-top section#content02 .outbox dd.telnumber::before{
  width: 35px;
  height: 50px;
  margin: 0 10px 0 0;
}
#page-top section#content02 .outbox dd.teltime,
#page-top section#content02 .outbox dd.tel_caution{
  font-size: 15px;
  font-size: 1.5rem;
}
#page-top section#content02 .outbox dd.teltime{
  text-align: center;
}
#page-top section#content02 .outbox dd.teltime span{
  font-size: 22px;
  font-size: 2.2rem;
}
#page-top section#content02 li.pinkstripe{
  width: 100%;
}
#page-top section#content02 li.pinkstripe img.pc-view{
  margin: 0 auto;
}
#page-top section#content02 li.pinkstripe div{
  height: auto;
  padding: 10px 0;
}

/*content03
----------------------------------------------------*/
#page-top section#content04 h3 span{
  font-size: 30px;
  font-size: 3rem;
  line-height: 32px;
}
#page-top section#content04 h3 span.pink {
    font-size: 22px;
    font-size: 2.2rem;
}
#page-top section#content03 div.bg{
  background-image: none;
  background-color: #26A499;
  height: 100px;
}
#page-top section#content03 div.bg .imgbox{
  display: none;
}
#page-top section#content03 div.bg h3.txtbox{
  vertical-align: middle;
  border-top: dotted 3px #85CCC6;
  margin-top: -10px;
  height: 122%;
  border-bottom: dotted 3px #85CCC6;
  width: 100%;
}
#page-top section#content03 div.bg h3.txtbox p{
  font-size: 24px;
  font-size: 2.4rem;
  padding: 18px 10px;
  line-height: 34px;
  height: auto;
}
/* #page-top section#content03 ul.list{
  flex-direction: column;
} */
#page-top section#content03 ul.list{
  flex-wrap: wrap;
}
#page-top section#content03 ul.list li{
  width: 43%;
}
#page-top section#content03 ul.list li p.list_title{
  margin: 11px auto 13px;
}

/*content04
----------------------------------------------------*/
#page-top section#content04 h3 img,
#page-top section#content04 ul.antena_list02 li.img_box,
#page-top section#content06 h3 img{
  display: none;
}
#page-top section#content04 h3.bg-white_imgbox span.naiyou.visible-xs{
  font-size: 30px;
  font-size: 3rem;
  display: block!important;
  color: #002C6D;
  text-shadow: 5px 5px 1px #B7B7B7;
  line-height: 32px;
}
#page-top section#content04 .bg-white h3.bg-white_imgbox{
  margin-top: 30px;
}

#page-top section#content04 h3{
  font-size: 40px;
  font-size: 4rem;
}
#page-top section#content04 h3 span{
  display: block!important;
}
#page-top section#content04 h3 span.pink{
  display: block;
  color: #DC1140;
  font-size: 30px;
  font-size: 3rem;
}
#page-top section#content04 ul.antena_list01 .price_inbox,
#page-top section#content04 ul.antena_list02 .price_inbox{
  width: 66%;
}
#page-top section#content04 ul.content04_want,
#page-top section#content04 ul.antena_list01,
#page-top section#content04 ul.antena_list02,
#page-top section#content04 ul.content04_want .content04_want_inbox,
#page-top section#content04 ul.antena_list02 li.img_box{
  flex-direction: column;
}
#page-top section#content04 ul.content04_want .content04_want_inbox{
display: none;
}
#page-top section#content04 ul.antena_list02 .price_inbox{
  margin-top: 10px;
}
#page-top section#content04 ul.antena_list02{
  margin: 20px auto 30px;
  padding: 30px 0;
}
#page-top section#content04 ul.antena_list02 li.antena_list02_blue{
  padding-left: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
#page-top section#content04 ul.antena_list02 li.antena_list02_blue img.visible-xs{
  display: block!important;
  margin: 0 auto;
}
#page-top section#content04 li.antena_list02_blue .caution{
  margin: 0 20px;
  padding: 0 10px;
}
#page-top section#content04 ul.antena_list02 li.antena_list02_blue .whats{
  margin: 25px 20px 0;
  padding: 0 10px;
}
#page-top section#content04 ul.antena_list02 li.antena_list02_blue .whats span{
  font-size: 20px;
  font-size: 2rem;
}
#page-top section#content04 ul.content04_want li{
  width: 100%;
  background-image: none;
  border-bottom: 2px #103F5A solid;
  height: auto;
}
#page-top section#content04 ul.content04_want div.content04_want_outbox{
  margin: 0 auto;
}
#page-top section#content04 ul.antena_list01 li.syadow{
  width: 100%;
  margin-bottom: 20px;
}
#page-top section#content04 .bg-white ul li{
padding: 0 10px;
}
/*#page-top section#content04 .bg-white ul li,*/
#page-top section#content04 .bg-white ul li img{
  width: 100%;
  max-width: 170px;
}
#page-top section#content04 .bg-white li p{
  display: block;
  max-width: initial;
  margin: 15px 0 45px 0;
}

/*content05
----------------------------------------------------*/
#page-top section#content05 h3 {
  /* font-size: 20px;
  font-size: 2rem; */
    font-size: 30px;
    font-size: 3rem;
  line-height: 32px;
}

/*content06
----------------------------------------------------*/

#page-top section#content06 .hosyo_inner::before{
  display: none;
}
#page-top section#content06 .hosyo_inner p span:last-of-type{
  margin-top: 0;
  color: #A61316;
text-shadow: 2px 2px 1px #FCEE21;
}

#page-top section#content06 .hoken_txt{
  width: 100%;
  margin-top: 10px;
  height: auto;
  font-size: 15px;
  font-size: 1.5rem;
}
#page-top section#content06 .hoken_outer{
  flex-direction: column;
}

#page-top section#content06 h3 span.visible-xs{
  display: block!important;
  color: #3F3F3F;
  line-height: 40px;
  font-size: 30px;
  font-size: 3rem;
  text-shadow: 3px 3px 1px #B7B7B7;
}
#page-top section#content06 h3 span.red{
  display: block;
  color: #E10000;
  font-size: 30px;
  font-size: 3rem;
  text-shadow: 3px 3px 1px #B7B7B7;
}
/*content07*/
#page-top section#content07 .bg{
  height: 90px;
}
#page-top section#content07 .bg .title_outer h3::after,
#page-top section#content07 .bg .title_outer h3::before{
  display: none;
}
#page-top section#content07 .bg .title_outer h3{
  padding: 15px;
  font-size: 25px;
  font-size: 2.5rem;
  height: auto;
}
#page-top section#content07 ul{
  justify-content: space-around;
}
#page-top section#content07 ul li{
  width: 43%;
}

/*content08*/
#page-top section#content08 .bg h3::before{
  display: none;
}
#page-top section#content08 .bg{
  height: 90px;
  display: table;
  width: 100%;
}
#page-top section#content08 .bg h3{
  margin: 0 auto;
  padding: 0;
  height: 90px;
  font-size: 2.5rem;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

/*content09*/
#page-top section#content09 .flex-list dl dd span a{
  color: #000;
}
#page-top section#content09 h3 > div span,
#page-top section#content10 h3 > span{
  width: 56px;
  height: 56px;
}
#page-top section#content08 .bg h3,
#page-top section#content09 h3 > div span,
#page-top section#content10 h3 > span{
  font-size: 30px;
  font-size: 3rem;
}

}/* end */



















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


--- max-width650(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 650px) {

/* sp-main-image
----------------------------------------------------------------------------------------------- */
.sp-main-image h2 {
font-size: 29px;
font-size: 2.9rem;
}
.sp-main-image h2 img {
padding: 0 10px;
}

/*top背景調整*/
.content02{
  min-height: 1520px;
}
#page-top section#content06 .hosyo_outer,
#page-top section#content06 .hosyo_inner,
#page-top section#content06 .hosyo_inner .caution_box{
  height: 100%;
  position: initial;
  display: block;
}
#page-top section#content06 .hosyo_inner .caution_box{
  margin-top: 40px;
  font-size: 15px;
  font-size: 1.5rem;
height: auto;
}
/* #page-top section#content06 .hosyo_outer{
  height: 230px;
}
#page-top section#content06 .hosyo_inner{
  height: 220px;
}
#page-top section#content06 .hoken_outer{
  flex-direction: column;
} */
#page-top section#content10 .bluebox img {

    width: 100%;
    display: none;

}
#page-top section#content10 .bluebox{
  height: 255px;
}
#page-top section#content10 .bluebox p{
  width: 100%;
}


} /* end */



















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


--- max-width600(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 600px) {
  .sp-main-image {
    display: block;
    position: relative;
    overflow: hidden;
    background-image: url(../images/top/poster_sp02.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto;
    width: auto;
    min-height: 550px;
}
.sp-main-image .main-inner-content{
  display: table;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;z-index: 2;
  margin: auto;
  padding: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  height: 100%;
}
.sp-main-image .main-inner-content .comment02{
  text-align: left;
  padding: 30px;
  height: 500px;
  display: table;
  width: 100%;
  margin: 0;
  bottom: 0;
  position: absolute;
}
/*content04
----------------------------------------------------------------------------------------------- */
/* #page-top section#content04 .bg-white ul{
  flex-direction: column;
}
#page-top section#content04 .bg-white ul li{
width: 100%;
} */

/*content06
----------------------------------------------------------------------------------------------- */
/* #page-top section#content06 .hosyo_outer{
  height: 230px;
}
#page-top section#content06 .hosyo_inner{
  height: 220px;
}
#page-top section#content06 .hoken_outer,
#page-top section#content06 .hosyo_inner p{
    flex-direction: column;
}
#page-top section#content06 .hosyo_inner p{
  display: flex;
  line-height: 28px;
  height: 180px;
  vertical-align: middle;
}
#page-top section#content06 .hosyo_inner::before{
  display: none;
}
#page-top section#content06 .hosyo_inner p span:first-of-type{
  font-size: 1.8rem;
  font-weight: normal;
  order: 2;
  line-height: 28px;
}
#page-top section#content06 .hosyo_inner p span:last-of-type{
  order: 1;
} */

/*content07
----------------------------------------------------------------------------------------------- */
#page-top section#content04 .bg-white ul{
  justify-content: space-around;
}
#page-top section#content04 .bg-white h3.bg-white_imgbox{
  margin-top: 30px;
}
/* #page-top section#content04 h3.bg-white_imgbox span.naiyou.visible-xs{
  font-size: 20px;
  font-size: 2rem;
  color: #002C6D;
  text-shadow: 3px 3px 1px #B7B7B7;
} */
#page-top section#content04 .bg-white ul li{
width: 43%;
}
#page-top section#content04 .bg-white li p{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  margin: 10px 0 25px 0;
}

/*content06*/
/* #page-top section#content06 h3 span.visible-xs,
#page-top section#content06 h3 span.red{
  font-size: 20px;
  font-size: 2rem;
  text-shadow: 3px 3px 1px #B7B7B7;
  line-height: 30px;
} */

/*content07*/
#page-top section#content07 ul li p:first-of-type {

    height: auto;
    margin: 10px auto;

}

/*content09*/
#page-top section#content09 .flex-list{
  flex-direction: column;
  flex-wrap: nowrap;
}
#page-top section#content09 .flex-list dl,
#page-top section#content09 .flex-list dl dt,
#page-top section#content09 .flex-list dl dd{
  width: 100%;
  display: block;
}

} /* end */



















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


--- max-width530(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 530px) {

  /* main
  -------------------------------------------------------------------------------- */
.sp-main-image {
  display: block;
  position: relative;
  overflow: hidden;
  background-image: url(../images/top/poster_sp02.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px auto;
  width: auto;
  min-height: 410px;
}
.sp-main-image .main-inner-content {
    display: table;
    z-index: 2;
    margin: auto;
    padding: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    height: 410px;
}
.sp-main-image .main-inner-content .comment02 {
    text-align: left;
    padding: 30px;
    height: 370px;
    display: table-cell;
    width: 100%;
    margin: 0;

    vertical-align: bottom;
}
/* link-area
-------------------------------------------------------------------------------- */
section .link-area a {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}
section .link-area a:last-child {
margin: 0 0 0;
padding: 0;
}

div .navbar-brand .logo, body:not(#page-top) div .navbar-brand .logo{
padding: 12px 0 0 10px;
}

/*top背景調整*/
/* section.content01{
  background-image: none;
  min-height: 520px;
  margin: 0 auto 70px;
}

section.content02,
section.content03{
  background-image: none;
  min-height: 100%;
  margin: 0;
}
section.content01 a.link-btn,
section.content02 a.link-btn{
  margin: 50px auto 100px;
}

section.content03 a.link-btn {
  margin: 0 auto 100px;
} */
#page-top section#content01 div.content01_box ul.price,
#page-top section#content01 div.content01_box ul.price .price_box{
  width: 100%;
  flex-direction: column;
}
#page-top section#content01 div.content01_box ul.price .price_inbox li.price_txt{
  width: auto;
}
#page-top section#content01 div.content01_box ul.price li,
#page-top section#content01 div.content01_box ul.price .price_box li,
#page-top section#content01 div.content01_box ul.price .price_outbox{
  width: 100%;
}
#page-top section#content03 ul.list{
  flex-wrap: nowrap;

flex-direction: column;
}
#page-top section#content03 ul.list li{
  width: 100%;
}
#page-top section#content07 ul {
    flex-direction: column;
}
#page-top section#content07 ul li {
    width: 100%;
}
#page-top section#content07 ul li:nth-of-type(2) p:first-of-type,
#page-top section#content07 ul li:nth-of-type(3) p:first-of-type,
#page-top section#content07 ul li:nth-of-type(5) p:first-of-type{
line-height: 26px;
}

} /* end */


















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


--- max-width470(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 470px) {

#page-top section#content04 ul.antena_list01 li.syadow .imgbox{
padding: 0;
}
#page-top section#content04 ul.antena_list02 li.antena_list02_blue img.visible-xs{
  width: 100%;
}
}
/* /////////////////////////////////////////////////////////////////////////////////////////////////////////


--- max-width465(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 465px) {

/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 48%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-3 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-4 > li:last-child,
.image-list-3 > li:last-child  {
  margin: 0;
}


/* contact_area
-------------------------------------------------------------------------------- */
#contact_area .banner-list li {
  margin: 0 0 0 30px !important;
  padding: 0 !important;
  position: relative;
}
#contact_area .banner-list li:first-child {
  margin: 0 0 10px 30px !important;
  padding: 0 !important;
  position: relative;
}

div .navbar-brand .logo, body:not(#page-top) div .navbar-brand .logo,
.is-animation div .navbar-brand .logo, .is-animation body:not(#page-top) div .navbar-brand .logo{
padding: 15px 0 0 10px;
}

} /* end */




















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


--- max-width430(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 430px) {


  /* div .navbar-brand .logo::before{
    margin: -5px 0 0px;
  }
  div .navbar-brand .logo,
  body:not(#page-top) div .navbar-brand .logo{
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    vertical-align: middle;
  }
  div .navbar-brand .logo span,
  body:not(#page-top) div .navbar-brand .logo span {
      font-size: 15x;
      font-size: 1.5rem;
      line-height: 1;
      vertical-align: middle;
      display: block;
    } */
    #page-top section#content01 div.content01_box ul.case{
      flex-direction: column;
    }
    #page-top section#content01 div.content01_box ul.case li,
    #page-top section#content04 ul.antena_list01 .price_inbox,
    #page-top section#content04 ul.antena_list02 .price_inbox{
      width: 100%;
    }

}/* end */




















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


--- max-width395(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 395px) {


} /* end */



















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


 max-width370(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media only screen and (max-width: 370px) {

/* .sp-main-image{
  min-height: 320px;
  height: calc(100% - 40%);
} */
.sp-main-image {
    display: block;
    position: relative;
    overflow: hidden;
    background-image: url(../images/top/poster_sp02.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0px auto;
    width: auto;
    min-height: 300px;
}
.sp-main-image .main-inner-content {
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    padding: 0px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    height: 100%;
}
.sp-main-image .main-inner-content .comment02 {
    text-align: left;
    padding: 30px;
    height: 250px;
    display: block;
    width: 100%;
    margin: 0;
    bottom: 10px;
    position: absolute;
}
/* image-listの設定
----------------------------------------------------------------------------------------------- */
.image-list-4 > li {
  width: 48%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-3 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}
.image-list-2 > li {
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
}

.image-list-4 > li:last-child,
.image-list-3 > li:last-child,
.image-list-2 > li:last-child  {
  margin: 0;
}

/**/
.menu-btn{
  top: 0;
}
.telmark {
    font-size: 20pt;
    width: 35px;
    height: 35px;
    top: 8px;
    right: 65px;
}
.mapmark {
    font-size: 20pt;
    width: 35px;
    height: 35px;
    top: 17px;
    right: 64px;
}

body > .navbar,
.navbar .navbar-header,
body:not(#page-top) .navbar .navbar-header,
.is-animation .navbar {
    height: 50px;
  }

div .navbar-brand .logo,
body:not(#page-top) div .navbar-brand .logo{
  padding: 13px 0 0 10px;
  height: 50px;
}

div .navbar-brand .logo::before{
  margin: -5px 0 0px;
}
div .navbar-brand .logo, body:not(#page-top) div .navbar-brand .logo{
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
}
div .navbar-brand .logo span, body:not(#page-top) div .navbar-brand .logo span {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: middle;
    display: block;
  }

/* div .navbar-brand .logo, body:not(#page-top) div .navbar-brand .logo img{
  width: 76%;
  padding-top: 6px;
} */
.is-animation .navbar .navbar-header, body:not(#page-top) .navbar .navbar-header{
top: 0;
position: absolute;
height: 63px;
}
div .navbar-brand .logo,
body:not(#page-top) div .navbar-brand .logo {
  width: 65%;
  margin: 0;
  padding: 18px 0 0 10px;
}

.is-animation div .navbar-brand .logo {
  display: block;
  width: 65%;
  margin: 0;
  padding: 18px 0 0 10px;
}
/* footer
-------------------------------------------------------------------------------- */
footer div#copy div {
  font-size: 11px;
  font-size: 1.1rem;
padding: 0;
}

/*content01
-------------------------------------------------------------------------------- */

#page-top section#content01 div.content01_box ul.case .case_name {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 6px 10px;
  height: auto;
  width: auto;
  margin: 5px;
  border-radius: 20px;
}

#page-top section#content01 div.content01_box ul.price{
  margin-top: 20px;
}
#page-top section#content01 div.content01_box ul.price li:last-of-type{
  margin: 0 auto;
}
#page-top section#content01 div.content01_box ul.price .price_inbox{
  flex-direction: column;
  align-items: start;
}
#page-top section#content01 div.content01_box ul.price .price_txt{
  margin-left: 10px;
}
#page-top section#content01 div.content01_box ul.price .price_img span{
  font-size: 30px;
font-size: 3rem;
}

/*content02
-------------------------------------------------------------------------------- */
#page-top section#content02 h3 img,
#page-top section#content04 ul.content04_want .content04_want_inbox{
  display: none;
}
#page-top section#content02 h3 span{
  text-decoration: underline #FFC600 wavy;
  display: block!important;
}
#page-top section#content02 h3 span span.pink{
  color: #DC205B;
}

/*content04
-------------------------------------------------------------------------------- */
#page-top section#content04 h3 span,
#page-top section#content04 h3.bg-white_imgbox span.naiyou.visible-xs{
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
#page-top section#content04 h3 span.pink {
    font-size: 20px;
    font-size: 2rem;
}
#page-top section#content04 .bg-white ul li{
    width: 100%;
}
#page-top section#content04 ul.antena_list01 .price_inbox{
      width: 100%;
}
/*content05
-------------------------------------------------------------------------------- */
#page-top section#content05 h3 {
  font-size: 20px;
  font-size: 2rem;
}

/*content06
-------------------------------------------------------------------------------- */
#page-top section#content06 h3 span.visible-xs {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}
#page-top section#content06 .hosyo_inner {
    height: 100%;
}
#page-top section#content06 .hosyo_inner .caution_box{
  margin-top: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  height: auto;
}
#page-top section#content06 .hoken_outer{
  flex-direction: column;
}
#page-top section#content06 .hosyo_inner p span:first-of-type{
  display: block;
  line-height: 30px;
  font-size: 20px;
  font-size: 2rem;
}

/*content08
-------------------------------------------------------------------------------- */
#page-top section#content08 .accordion1 .inner li {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
}
  #page-top section#content08 .accordion1 p{
    padding: 9px 10px 9px 35px;
  font-size: 15px;
  font-size: 1.5rem;
}
  #page-top section#content08 .accordion1 p span {
    font-size: 20px;
    font-size: 2rem;
}

/*content09
-------------------------------------------------------------------------------- */
#page-top section#content09 h3 > div span{
  width: 50px;
  height: 50px;
  font-size: 27px;
  font-size: 2.7rem;
}

/*content10
-------------------------------------------------------------------------------- */
#page-top section#content10 h3{
  margin: 0 auto;
}
#page-top section#content10 h3 > span{
  line-height: 45px;
  padding-top: 0;
  width: 45px;
  height: 45px;
  font-size: 27px;
  font-size: 2.7rem;
}
#page-top section#content10 .bluebox{
  height: auto;
  padding: 14px;
}
#page-top section#content10 .bluebox p {
  margin-top: 0;
}


} /* end */




















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


 max-width768(スマホ)


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
    .overlay .menu ul li {
        float: none;
        margin-bottom: 0px;
        width: 100%;
        display: block;
        border-bottom: 1px solid #575757 !important;
    }
    .overlay .menu ul li:last-child {
        border: 0;
    }
    .overlay .menu ul ul {
        margin-top: 20px;
    }
    .menu-btn {
        right: 10px;
    }


} /* end */




















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


--- Elements


///////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn {
  border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    display: block;
    width: 77px;
    height: 77px;
    margin-top: 250px;
    padding: 7px 0px;
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
