@charset "utf-8";
html {
  margin: 0;
  height: 100%;
  font-size: 62.5%
}

body, div, dl, dd, dt, ol, ul, li, a, h1, h2, h3, h4, h5, h6, span, p, table, caption, tbody, tfoot, thead, tr, th, td, article, figcaption, figure, input, textarea, footer, header {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: normal;
  list-style-type: none;
}

body {
  margin: 0;
  height: 100%;
  font-size: 1.6rem
}

h1 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center
}

h1 span {
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
  line-height: 1.15;
  text-align: center;
  color: #111
}

h1 span small {
  font-size: 2rem
}

h2 {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center
}

h2 span {
  display: block;
  padding: 36px 10px;
  font-size: 3rem;
  line-height: 1.15;
  color: #111
}

h3 span {
  display: block;
  padding: 16px 10px;
  font-size: 2.2rem;
  line-height: 1.45;
  color: #111
}

.parenthesis {
  position: relative;
  width: 100%;
  padding: 15px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.parenthesis span {
  font-size: 2.2rem
}

.parenthesis::before, .parenthesis::after, .parenthesis>p::before, .parenthesis>p::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 50%;
  background-color: #5ac8f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.parenthesis::before {
  top: 0;
  left: 15px;
  margin-top: 4px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  display: inline-block;
}

.parenthesis::after {
  bottom: 0;
  left: 15px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  display: inline-block;
}

.parenthesis>p::before {
  top: 0;
  right: 15px;
  margin-top: 4px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg)
}

.parenthesis>p::after {
  bottom: 0;
  right: 15px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg)
}



@media (min-width: 1200px) {
  h1 span {
    font-size: 3.3rem
  }
  h2 span {
    font-size: 3rem
  }
  h3 span {
    font-size: 2.2rem
  }
}

@media screen and (max-width: 640px) {
  h1 span {
    font-size: 2rem
  }
  h2 span {
    font-size: 2.2rem
  }
  h3 span {
    font-size: 1.6rem
  }
}

article {
  padding-bottom: 70px
}

em {
  font-style: normal!important;
  letter-spacing: 0
}

.fas {
  display: inline!important;
  margin-right: 6px
}

.note {
  text-indent: -1em;
  padding-left: 1em
}

.note.fs {
  padding-bottom: 3px
}

.note li .fas {
  display: inline
}

.f-h2 {
  font-size: 3rem;
  line-height: 1
}

.f-h3 {
  font-size: 2.2rem;
  line-height: 1
}
.fs11 {
  font-size: 12px
}
.fs {
  font-size: 13px
}

.fm {
  font-size: 1rem
}

.fl {
  font-size: 2rem
}
.fn_22 {
  font-size: 2.2rem;
}
.fl-x24 {
  font-size: 2.4rem
}
.fl-x {
  font-size: 2.6rem
}

.fs_80 {
  font-size: 80%
}

.fs_75 {
  font-size: 75%
}

.fs_70 {
  font-size: 70%
}
.letter_0 {
  letter-spacing: 0
}
.letter_1 {
  letter-spacing: 1px
}

.letter_2 {
  letter-spacing: 2px
}
.line_height_1 {
  line-height: 1
}
.line_height_145 {
  line-height: 1.45
}
.line_height_175 {
  line-height: 1.75
}
.border_none {
  border: none!important
}
.w-auto{width: auto !important}
.h-100{height: 100% !important}

@media screen and (max-width: 640px) {
  .f-h2 {
    font-size: 2rem
  }
  .f-h3 {
    font-size: 2rem
  }
  .fl {
    font-size: 1.6rem
  }
.fn_22 {
  font-size: 1.7rem;
}
article {
  padding-bottom: 60px
}
  .parenthesis span {
    font-size: 1.8rem
  }
}

.primary_color {
  color: #2098c7
}

.primary_bgcolor_fv {
  background-color: rgba(94, 194, 230, 0.9)
}
.primary_bgcolor_fv article{
padding-bottom: 30px;
}
.cor_box {
  background-color: rgba(67, 83, 255, 0.1);
  color: #5ac8f0
}

.cor_box_yellow {
  background-color: #fff3b5
}

.cor_box_skyblue {
  background-color: #5ac8f0
}

.cor_box_deepblue {
  background-color: #2098c7;
}
.cor_box_violet {
  background-color: #657bcf;
}

.text-shadow_white {
  text-shadow: 0 1px 3px #3159a0
}

.text-shadow_black {
  text-shadow: 0 1px 3px #555
}

.box-shadow {
  box-shadow: 0 0 15px 0 rgba(96, 125, 139, 0.6);
  margin-bottom: 20px
}

.box-shadow_border {
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: 1px solid #fff
}

img.max_width_none {
  max-width: none
}

@media screen and (max-width: 640px) {
  .box-shadow_border {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 10px;
    border: 1px solid #fff
  }
  .box-shadow {
    box-shadow: 0 6px 26px 0 rgba(0, 0, 0, 0.15)
  }
}

ul.list_check li span {
  background: linear-gradient(transparent 60%, #efefef 0%);
  padding-top: 12px;
  padding-bottom: 10px
}

ul.list_check li span .fa-check {
  margin-left: 1rem;
  margin-right: 1rem
}

ul.list_check .fa-check:before {
  color: #2098c7
}

@media screen and (max-width: 640px) {
  ul.list_check li span {
    padding-bottom: 5px;
    padding-right: 0;
    padding-left: 2.5rem;
    text-indent: -3rem;
    font-size: 16px;
    background: linear-gradient(transparent 50%, #efefef 0%)
  }
  ul.list_check li span .fa-check {
    margin-left: 10px;
    margin-right: 5px
  }
}

.pano_scroll_lock:before {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bgclear.png) repeat;
  background-size: 100%;
  z-index: 9
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  border: none
}

#map iframe {
  pointer-events: visible!important
}

.pano_scroll_lock iframe {
  position: static!important
}

@media screen and (max-width: 640px) {
  #map {
    height: 400px;
    width: 100%;
    margin: 0 auto
  }
}

.pano_scroll_lock.pano_inline iframe {
  pointer-events: auto!important
}

.pano_scroll_lock.pano_inline:before {
  content: none;
  top: 0
}

#mainvisual>h1, #mainvisual article>h2 {
  text-indent: -9999px;
  line-height: 0
}

#mainvisual article h3 {
  width: 75%;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  color: #6eb313;
  font-size: 20px;
  letter-spacing: 1px
}

@media screen and (min-width: 1260px) {
  #mainvisual {
    background: url(../images/mainvisual_pc.png) no-repeat center top #f7f7f7;
    background-size: 1500px 500px;
    height: 600px
  }
  #mainvisual article.first {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 365px;
    width: 1115px
  }
  #mainvisual article a.btn {
    position: absolute;
    bottom: 0;
    right: 0
  }
}

@media screen and (max-width: 1259px) {
  #mainvisual article>h1, #mainvisual article>h2 {
    display: none
  }
  #mainvisual {
    background: url(../images/mainvisual_sp.png) no-repeat center top #f7f7f7;
    background-size: contain;
    padding-top: 52.08%
  }
  #mainvisual article.first {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0
  }
  #mainvisual article h3 {
    width: 90%;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5
  }
}

a.btn.contact {
  position: relative;
  display: inline-block;
  min-width: 300px
}

a.btn.primary.contact:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50px;
  font-size: 40px;
  font-weight: bold;
  line-height: 0
}

a.btn.contact dl dt {
  font-size: 110%
}

.min_width600 {
  min-width: 600px!important
}

@media screen and (max-width: 640px) {
/* Smapano ロゴ */
.navbar .brand{
width: 100%;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
#mainvisual article h3{
font-size: 17px;
letter-spacing: 0;
}


  a.btn.contact {
    padding-left: 10px!important;
    padding-right: 5px!important
  }
  a.btn.contact dl {
    padding-left: 0!important;
    padding-right: 0!important
  }
  a.btn.contact dl dt {
    font-size: 85%;
    padding: 0
  }
  a.btn.contact dl dt.fl {
  font-size: 110%
  }
  a.btn.contact dl dd {
    padding-left: 0!important;
    padding-right: 0!important
  }
  .min_width600 {
    min-width: 100%!important
  }
}

@media screen and (max-width: 640px) {
  a.btn.primary.contact {
    width: 98%
  }
#contact dl.bg-white dd .btn.secondary{
  min-width: auto;
  width: 96%;
}
}

.page_top {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  z-index: 100;
  color: #323232;
  font-weight: bold
}

.page_top a {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
  text-decoration: none
}

.page_top a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-left: -14px;
  border-right: 5px solid #363b4d;
  border-top: 5px solid #363b4d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box
}

@media screen and (max-width: 640px) {
  .page_top {
    bottom: 0!important;
    right: 20px;
    width: 50px;
    font-size: 14px
  }
  .page_top a {
    bottom: 50px!important
  }
  .page_top a span {
    width: 24px;
    height: 24px;
    margin-left: 2px
  }
}

.tableScroll {
  width: 100%
}

table.tableList {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  flex-direction: column
}

table.tableList th {
  border-bottom: solid 1px #111;
  border-right: solid 1px #aaa;
  padding: 15px 0;
  vertical-align: middle;
  flex-grow: 1;
  line-height: 1;
  text-align: center;
  height: auto !important;
}

table.tableList td {
  border-bottom: solid 1px #aaa;
  border-right: solid 1px #aaa;
  padding: 12px 0;
  vertical-align: middle;
  flex-grow: 1;
  font-size: 1.5rem;
  text-align: center
}

table.tableList th:first-child, table.tableList td:first-child {
  padding-left: 10px;
  text-align: left;
  border-right: solid 1px #aaa
}

table.tableList th:last-child, table.tableList td:last-child {
  border-right: none
}

@media screen and (max-width: 640px) {
  .tableScroll {
    overflow-x: auto;
  }
  table.tableList {
	min-width: 500px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column !important;
  }
  table.tableList tbody tr.row{
	  display: table !important;
	  	  width: 100%!important;
  }
  table.tableList tbody tr.row th,
  table.tableList tbody tr.row td{
  display: table-cell !important;
  width: 25%!important;
  }
  table.tableList tbody tr.row td.w-75{
  width: 75%!important;
  }
}

#function dl {
  margin-bottom: 40px
}

#function dl dt {
  text-align: right
}

#function dl dt img {
  margin-left: 20px
}

#function dl dd {
  ;
  text-align: left
}

#function dl dd h3 span {
  padding-top: 0;
  padding-bottom: 0
}

#function dl dd p {
  padding-left: 30px;
  font-weight: normal
}

a:hover img.box-shadow_border {
  -webkit-transition: all .22s ease;
  -o-transition: all .22s ease;
  transition: all .22s ease;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
  opacity: .7
}

@media screen and (max-width: 640px) {
  #function ul dl {
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
  #function ul dl dt, #function ul dl dd {
    padding-left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left!important
  }
  #function dl dt {
    padding-right: 0;
    padding-left: 0;
    margin-left: 10px
  }
  #function dl dd {
    padding-right: 0;
    padding-left: 0;
    margin-left: 10px
  }
  #function dl dd h3 span {
    padding-right: 0;
    padding-left: 0
  }
  #function dl dt img {
    margin-right: 0;
    margin-left: 0;
    width: 50px;
    height: auto;
    margin-bottom: 10px
  }
  #function dl:last-child dt img {
    width: 170px;
    height: auto
  }
  #function dl dt figure {
    text-align: left
  }
  #function dl dd p {
    padding-left: 0
  }
  #function img.box-shadow_border {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    padding: 6px
  }
}

#merit-1 .row:nth-of-type(1)>div:nth-of-type(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc
}

@media screen and (max-width: 640px) {
  #merit-1 .row:nth-of-type(1)>div:nth-of-type(2) {
    border-left: none;
    border-right: none;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333
  }
}

#merit .f-h3 {
  line-height: 1.75
}

#merit-2 div .row:nth-of-type(2) {
  border-top: 10px solid #f4f5f6;
  border-bottom: 10px solid #f4f5f6
}

#merit-2 div h3 span, #merit-3 .merit_naiken span {
  font-size: 2rem;
  padding-top: 0
}

#merit-2 .use dl {
  position: relative;
  padding: 10px 6px;
  margin: 5px;
  border: 1px solid #333
}

#merit-2 .use dl dt {
  font-size: 1.8rem;
  line-height: 1.45
}

#merit-2 .use dl dd {
  line-height: 1.25
}

#merit-2 div h3 em, #merit-3 .merit_naiken em {
  background: linear-gradient(transparent 50%, #fff27d 50%)
}

@media screen and (max-width: 640px) {
  #merit .f-h3 {
    line-height: 1.45
  }
  #merit-2 div h3 span, #merit-3 .merit_naiken>span {
    font-size: 1.6rem;
    padding-top: 20px
  }
}

#strength div>div {
  padding: 20px 30px 10px;
  border: 1px solid #5ac8f0;
  text-align: center;
  background: #fff
}

#strength div>div h3 {
  display: block;
  font-size: 2.2rem;
  line-height: 1.75
}

@media screen and (max-width: 640px) {
  #strength div>div {
    padding: 20px 15px 10px
  }
  #strength div>div h3 {
    font-size: 1.7rem;
    line-height: 1.45
  }
}

.tag {
  position: relative;
  display: block;
  text-align: center;
  height: 100%
}

.tag:before {
  content: "体験";
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  height: 1.75em;
  background: #FF5722;
  font-size: 90%;
  color: #fff;
  font-weight: bold;
  z-index: 999
}
/* Smapano ロゴ */
.navbar.default-nav .brand{

}
@media screen and (max-width: 640px) {
  #point iframe {
    height: 300px
  }
  img.col-12.col-sm-7.px-0 {
    height: 250px!important;
    width: 100%!important
  }
}

footer {
  margin-top: 120px;
  padding-top: 30px;
  width: 100%;
  z-index: 10;
  background: #363b4d
}

footer a, footer #about a ul h3, footer #about a ul p {
  color: #fff;
  font-size: 15px
}

footer a:hover, footer #about a ul h3:hover, footer #about a ul p:hover {
  color: #fff;
  opacity: .7
}

footer .copyright {
  display: inline-block;
  font-size: 11px;
  padding-top: 20px;
  padding-bottom: 20px
}

footer .copyright em {
  letter-spacing: 0;
  font-style: normal!important
}

footer.txLeft {
  left: 0;
  display: inline
}

footer #about ul {
  display: block;
  width: 200px
}

li#about {
  border: 1px solid #fff;
  display: inline-block;
  padding-right: 10px;
  margin-left: -20px;
  margin-top: 10px
}

footer #about a ul li {
  font-size: 13px;
  color: #fff
}
/* 遅延読み込み */
.fade-in_lazy {
    opacity: 0;
    transform: translate(0, 50px);
    transition: 0.3s;
    }
  .fade-in_lazy.lazyloaded {
    transform: translate(0, 0);
    opacity: 1;
    }

@media screen and (min-width: 641px) {
  .br-sp {
    display: none!important
  }
  .pc_mt0 {
    margin-top: 0!important
  }
}

@media screen and (max-width: 640px) {
.sp_fs{
	font-size: 90% !important;
}
  .br-pc {
    display: none!important
  }
  .sp_mt20 {
    margin-top: 20px!important
  }
  .sp-mt20 {
    margin-top: -20px!important
  }
  .sp_mt30 {
    margin-top: 30px!important
  }
  .sp_mt50 {
    margin-top: 50px!important
  }
  .sp_mb0 {
    margin-bottom: 0!important
  }
  .sp_mb20 {
    margin-bottom: 20px!important
  }
  .sp_mb70 {
    margin-bottom: 70px!important
  }
  .pc_mr20 {
    margin-right: 20px!important
  }
  .sp_pt20 {
    padding-top: 20px!important
  }
  .sp_pb20{
	  padding-bottom: 20px !important;
  }
  .sp_pb40{
	  padding-bottom: 40px !important;
  }
}
