﻿@charset "UTF-8";

body {
 width: 100%;
 height: 100%;
}

h1{
  font-size: 3.0em;
  font-family: 'Glacial Indifference Regular', 'Noto Sans CJK jp', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'MS PGothic', sans-serif;
  font-weight: 100;
  line-height: 1.2;
  color: #00a7d4;
  text-align: center;
  word-break: break-all;
}
h2{
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #333333;/*文字色*/
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #ababab));
background: -webkit-linear-gradient(#fff, #ababab);
background: -moz-linear-gradient(#fff, #ababab);
background: -o-linear-gradient(#fff, #ababab);
background: -ms-linear-gradient(#fff, #ababab);
background: linear-gradient(#fff, #ababab);
border-left: solid 5px #00a7d4;/*左線*/
border-bottom: solid 3px #ababab;/*下線*/
}
#review h2{
  border-left: solid 5px #fa0;/*左線*/
}

#tokuten h2{
  border-left: solid 5px #f36;/*左線*/
}
h3{
font-size: 18px;
color: #FFF;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
display: inline-block;/*おまじない*/
line-height: 1.3;/*行高*/
background: #00a7d4;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
}
h3:before{
content: '●';
color: white;
margin-right: 8px;
}

h5{
  position: relative;
  padding: 0.6em;
  background: #f36;
  display: inline-block;
  color: #FFF;
}
h5:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #f36;
width: 0;
height: 0;
}

#review h5{
  position:relative;
  padding: 0.6em;
  background: #fa0;
  display: inline-block;
  color: #FFF;
}

#review h5:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #fa0;
width: 0;
height: 0;
}

.container{
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
  }
#map_pc .container{
   flex-wrap: nowrap;
}
.item2{
     flex-basis: 640px;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #00a7d4;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    font-size: larger;
    margin-right:1px
}
.square_btn2{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f36;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    font-size: larger;
    margin-right:1px
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn2:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.page_header{
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 60px 14px 0;
    -webkit-box-shadow: -3px -3px 3px 0 rgba(0, 0, 0, 0.19), 3px 0 3px 0 rgba(0, 0, 0, 0.19), 0 3px 3px 0 rgba(0, 0, 0, 0.23);
    box-shadow: -3px -3px 3px 0 rgba(0, 0, 0, 0.19), 3px 0 3px 0 rgba(0, 0, 0, 0.19), 0 3px 3px 0 rgba(0, 0, 0, 0.23);
    background-color: #FFF;
}
.page_header-in{
  display: -webkit-box;
}
.page_header-in img{
  width: 20px;
  margin-left: 15px;
}
.page_header-in p{
  font-weight: bold;
}
.xperia_navi-in{
  padding: 10px 15px;
  background-color:#f0f0f0;
}

.content_header-in{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #989898), color-stop(1.00, #272727));
  background: -webkit-linear-gradient(#989898, #272727);
  background: -moz-linear-gradient(#989898, #272727);
  background: -o-linear-gradient(#989898, #272727);
  background: -ms-linear-gradient(#989898, #272727);
  background: linear-gradient(#989898, #272727);
}

.content_header-in_text{
  padding: 15px 0px 15px;
}

.content_header-in_text p{
  margin-top: 5px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}

.content_main{
  max-width: 1260px;
  padding: 0px 0 20px !important;
  margin: 0 auto;
  bottom: 100px;
}
.content_main-in{
  margin: 0 auto;
  border: solid 1px #eaeaea;
  padding: 25px;
  max-width: 960px;
  background: #FFF;
  text-align: left;
}

.content_main-in p{
  margin-top:16px;
}


#price_pc{
     width: 960px;
     margin: 0 auto;
     text-align: center;
}

#price_sp{
     margin: 20px 0;
     text-align: center;
}

#tab{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin-bottom: 30px;
}
#tab p.select{
 background-color: #00a7d4;
}
#tab p{
 background-color: #898989;
 color: #FFF;
 width: 31%;
 padding: 10px 0;
 cursor: pointer;
 margin-right: 0;
 margin: 1%;
 /* font-size: 3.2rem; */
}

.disnon{
 display: none;
}
.content_wrap table{
 width: 100%;
 color:#fff;
 margin: 0 auto;
}
.content_wrap table thead{
 background-color: #00a7d4;
}
.content_wrap table thead th{
 border:1px solid #fff;
 padding: 10px 0;
 /* font-size: 2.9rem; */
}
.content_wrap table tbody th{
 background-color: #898989;
 border:1px solid #fff;
 padding: 10px 0;
 color: #fff;
 /* font-size: 2.9rem; */
}
.content_wrap table tbody td{
 text-align: center;
 background-color:#EFE8EA;
 border:1px solid #fff;
 color:#565656;
 padding: 10px 0;
 vertical-align: middle;
 /* font-size: 2.9rem; */
 font-weight: bold;
}
red{
 color:#FF0000;
}

#flow_pc p{
  margin-top:5px;
  margin-bottom: 15px;
}

#flow_sp p{
  margin-top:5px;
  margin-bottom: 15px;
}

#menu_pc p{
  margin-top:5px;
  margin-bottom: 5px;
}

#menu_sp p{
  margin-top:5px;
  margin-bottom: 5px;
}


footer {
  position: fixed;
  bottom: 0px;
  z-index: 99999;
  background-color: #f0f0f0;
  width: 100%;
  max-height: 125px;
  }

#footer-in_pc{
  padding: 25px 10px 5px;
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  width: 960px;
  height: 120px;
  margin: 0 auto;
  }

#footer-in_sp{
  padding: 5px 10px 5px;
  display:flex;
  justify-content:space-around;
  flex-wrap: wrap;
  }

#footer-in_pc p{
  width: 45%;
  heigth: auto;
}

#footer-in_sp p{
  width:48%;
  heigth: auto;
}


@media screen and (min-width: 641px){
 .sp{
    display: none !important;
  }
}

@media screen and (max-width: 641px){
 .pc{
    display: none !important;
  }
}