
body * {
box-sizing: border-box;
}

.online_bnr {
display: none!important;
}

.check_btn {
  display: block;
  width: 90%;
  max-width: 250px;
  margin-top: 7px;
  padding: 2px;
  background: #6f6f6f;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.check_btn a {
  display: block;
  width: 100%;
  color: #fff;
}
.check_btn:hover {
  background: #fff;
  box-shadow: 0 0 0 1px #6f6f6f inset;
}
.check_btn:hover a {
  color: #6f6f6f!important;
}

@media screen and (max-width: 768px) {
.check_btn.center {
  margin: 10px auto 0;
}
}

#vis {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
#vis h2 img {
display: block;
}
#vis .pc {
display: block;
}
#vis .sp {
display: none;
}
@media screen and (max-width: 960px) {
#vis .pc {
display: block!important;
}
#vis .sp {
display: none;
}
}
@media screen and (max-width: 768px) {
#vis .pc {
display: none!important;
}
#vis .sp {
display: block!important;
}
}

h3.common {
padding: 80px 0 50px;
text-align: center;
font-size: 28px;
font-weight: 500;
}

@media screen and (max-width: 768px) {
h3.common {
padding: 50px 0 40px;
text-align: center;
font-size: 20px;
}
}

section {
width: 90%;
max-width: 1200px;
margin: 80px auto 0;
float: none;
}
@media screen and (max-width: 768px) {
section {
margin: 40px auto 0;
}
}

p {
line-height: 1.8em;
}
@media screen and (max-width: 768px) {
p {
font-size: 13px;
}
}

#intro {}
#intro .catch {
margin-bottom: 50px;
font-size: 28px;
text-align: center;
line-height: 28px;
}

@media screen and (max-width: 768px) {
#intro .catch {
margin: 40px 0 20px;
font-size: 16px;
line-height: 16px;
}
}

#intro .box { 
width: 100%;
max-width: 1080px;
margin: 0 auto;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
align-items: center;
}

#intro .box .left {
flex: 0 1 45%;
max-width: 45%;
}

#intro .box .right {
flex: 0 1 55%;
max-width: 55%;
padding: 0 50px;
}
#intro .box .right h3 {
margin-bottom: 15px;
font-size: 27px;
line-height: 1.4em;
font-weight: 500;
}
#intro .box .right p {
font-size: 14px;
line-height: 2em;
}
#intro .box .right .reserve_btn {
width: 90%;
max-width: 325px;
background: #2C84BF;
border-radius: 100px;
text-align: center;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
#intro .box .right .reserve_btn:hover {
box-shadow: 0 0 0 1px #2C84BF inset;
background: #fff;
}
#intro .box .right .reserve_btn a {
display: block;
width: 100%;
height: auto;
margin-top: 20px;
padding: 10px 0;
color: #fff;
font-size: 18px;
font-weight: 500;
}
#intro .box .right .reserve_btn:hover a {
color:#2C84BF!important;
}

@media screen and (max-width: 1200px) {
#intro .box .right {
padding: 0 0 0 50px;
}
}

@media screen and (max-width: 980px) {
#intro .box .right {
padding: 0 0 0 30px;
}
#intro .box .right h3 {
margin-bottom: 5px;
font-size: 18px;
font-weight: 500;
}
#intro .box .right p {
font-size: 13px;
line-height: 1.8em;
}
#intro .box .right .reserve_btn a {
margin-top: 10px;
}
}
@media screen and (max-width: 768px) {
#intro .box .left {
flex: 0 1 100%;
max-width: 100%;
}

#intro .box .right {
flex: 0 1 100%;
max-width: 100%;
padding-left: 0;
}
#intro .box .right h3 {
margin: 15px 0 5px;
font-weight: 500;
}
#intro .box .right .reserve_btn {
width: 90%;
margin: 15px auto 0;
}
#intro .box .right .reserve_btn a {
padding: 15px 0;
font-size: 15px;
}
#intro .pc {
display: none!important;
}
#intro .sp {
display: block!important;
}
}

#intro .scene {
width: 100%;
max-width: 900px;
margin: 0 auto;
text-align: center;
} 
#intro .scene .read {
display: inline-block;
margin: 80px 0 50px;
padding: 0 30px 10px;
font-size: 23px;
border-bottom: solid 1px #000;
} 
#intro .scene ul.cate {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
} 
#intro .scene ul.cate::before {
content: "";
display: block;
width: 31.5%;
order: 1;
}
#intro .scene ul.cate::after {
content: "";
display: block;
width: 31.5%;
}
#intro .scene ul.cate li {
flex: 0 1 22%;
max-width: 22%;
margin-bottom: 30px;
} 
#intro .scene ul.cate li p {
margin-top: 10px;
color: #666666;
} 

@media screen and (max-width: 900px) {
#intro .scene .read {
display: block;
margin: 50px 0 30px;
padding: 0 0 10px;
font-size: 16px;
border-bottom: solid 1px #000;
} 
#intro .scene ul.cate li {
flex: 0 1 30%;
max-width: 30%;
margin-bottom: 20px;
font-size: 12px;
} 
#intro .scene ul.cate li p {
margin-top: 5px;
} 
}

@media screen and (max-width: 768px) {
#intro .scene ul.cate li p {
font-size: 11px;
} 
}

#intro .scene .attention {
margin-top: 20px;
color: #666;
} 

@media screen and (max-width: 768px) {
#intro .scene .attention {
margin-top: 10px;
font-size: 12px;
} 
}

#intro .suggestion {
width: 100%;
max-width: 920px;
margin: 60px auto 0;
background: #F7F7F7;
position: relative;
}

#intro .suggestion .dec {
display: block;
width: 60px;
height: auto;
margin: 0 auto;
position: absolute;
top: -28px;
left: 0;
right: 0;
}

#intro .suggestion .box {
padding: 40px; 
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
} 

#intro .suggestion .box .left {
flex: 0 1 40%;
max-width: 40%;
} 

#intro .suggestion .box .right {
flex: 0 1 60%;
max-width: 60%;
padding: 0 0 0 40px;
} 

#intro .suggestion .box .right h3 {
margin-bottom: 5px;
font-size: 21px;
line-height: 1.6em;
} 
#intro .suggestion .box .right p {
font-size: 14px;
line-height: 1.8em;
} 

@media screen and (max-width: 980px) {
#intro .suggestion .box .right h3 {
font-size: 18px;
font-weight: 500;
} 
}

@media screen and (max-width: 768px) {
#intro .suggestion {
margin: 50px auto 0;
}
#intro .suggestion .box .left {
flex: 0 1 100%;
max-width: 100%;
} 
#intro .suggestion .box {
margin-top: 40px;
padding: 30px; 
} 
#intro .suggestion .box .right {
flex: 0 1 100%;
max-width: 100%;
padding: 0;
} 
#intro .suggestion .box .right h3 {
font-size: 16px;
font-weight: 500;
} 
#intro .suggestion .box .right p {
font-size: 13px;
line-height: 1.8em;
} 
} 

#intro .note {
width: 100%;
max-width: 920px;
margin: 50px auto 0;
border:2px solid #333;
padding: 40px 40px 30px 40px;
background:#eee;
}
#intro .note b {
display: block;
margin-bottom: 20px;
}
#intro .note ul li {
padding-bottom: 5px;
}
#intro .note ul li::before {
content: "・";
}

@media screen and (max-width: 768px) {
#intro .note {
margin-top: 30px;
padding: 30px 30px;
}
}

/* =================================
flow
================================= */
#flow {
width: 100%;
padding-bottom: 60px;
max-width: initial;
background: #F7F7F7;
} 

@media screen and (max-width: 768px) {
#flow {
padding-bottom: 10px;
} 
}

#flow ul li.box {
width: 90%;
max-width: 1000px;
margin: 0 auto 50px;
padding: 40px 80px;
background: #fff;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
-o-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
align-items: center;
} 

#flow ul li.box span.dec {
display: block;
width: 70px;
height: 70px;
text-align:center;
background: #2C84BF;
border-radius: 100px;
color: #fff;
font-size: 28px;
line-height: 70px;
position: absolute;
top:50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
left: 0;
} 

#flow ul li.box .left {
flex: 0 1 55%;
max-width: 55%;
padding-right: 50px;
} 
#flow ul li.box .left .reserve_btn {
width: 90%;
padding: 15px 0;
max-width: 325px;
margin-top: 15px;
background: #2C84BF;
text-align: center;
border-radius: 100px;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
} 
#flow ul li.box .left .reserve_btn:hover {
box-shadow: 0 0 0 1px #2C84BF inset;
background: #fff;
}
#flow ul li.box .left .reserve_btn a {
padding: 10px 0;
color: #fff;
font-size: 18px;
font-weight: 500;
} 
#flow ul li.box .left .reserve_btn:hover a {
color:#2C84BF!important;
}

#flow ul li.box .right {
flex: 0 1 45%;
max-width: 45%;
} 

#flow ul li.box h4 {
margin-bottom: 20px;
font-size: 28px;
font-weight: 500;
} 

@media screen and (max-width: 980px) {
#flow ul li.box span.dec {
display: block;
width: 50px;
height: 50px;
text-align:center;
background: #2C84BF;
border-radius: 100px;
color: #fff;
font-size: 28px;
line-height: 50px;
position: absolute;
top:0;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
left: 5%;
} 
#flow ul li.box h4 {
font-size: 18px;
} 
}

@media screen and (max-width: 768px) {
#flow ul li.box {
margin: 0 auto 50px;
padding: 40px;
} 
#flow ul li.box span.dec {
display: block;
width: 40px;
height: 40px;
text-align:center;
background: #2C84BF;
border-radius: 100px;
color: #fff;
font-size: 20px;
line-height: 40px;
position: absolute;
top:0;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
left: 10px;
} 
#flow ul li.box .left {
flex: 0 1 100%;
max-width: 100%;
padding-right: 0;
} 
#flow ul li.box .right {
flex: 0 1 100%;
max-width: 100%;
order: -1;
} 
#flow ul li.box h4 {
margin: 20px 0 5px;
font-size: 16px;
line-height: 1.6em;
} 
#flow ul li.box .left .reserve_btn a {
font-size: 15px;
} 
}




#flow .note {
width: 90%;
max-width: 1000px;
margin: 40px auto 60px;
padding: 40px 40px;
background: #F7F7F7;
border: 1px solid #dfdfdf;
}
#flow .note .note_title {
margin-bottom: 10px;
font-size: 20px;
font-weight: 400;
}
#flow .note .note_title  .red{
color: red;
padding-left: 20px;
font-weight: 400;
font-size: 0.8em;
}
#flow .note ul li {
line-height: 2em;
}
#flow .note ul li::before {
content:"・";
}

#flow .note .btn {
  display: block;
  width: 90%;
  max-width: 250px;
  margin-top: 7px;
  padding: 2px;
  background: #6f6f6f;
  border-radius: 100px;
  text-align: center;
  font-size: 13px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#flow .note .btn a {
  display: block;
  width: 100%;
  color: #fff;
}
#flow .note .btn:hover {
  background: #fff;
  box-shadow: 0 0 0 1px #6f6f6f inset;
}
#flow .note .btn:hover a {
  color: #6f6f6f!important;
}

@media screen and (max-width: 768px) {
#flow .note .btn {
  width: 200px;
  max-width: initial;
}
#flow .note .btn a {
  padding: 2px 0;
  font-size: 11px;
  letter-spacing: 0.05em;
}
}

@media screen and (max-width: 768px) {
#flow .note {
width: 90%;
padding: 6% 6%;
}
#flow .note .note_title {
font-size: 18px;
}
#flow .note ul li {
margin-bottom: 5px;
font-size: 12px;
line-height: 1.6em;
}
}

@media screen and (max-width: 960px) {
footer #footer-menu-area {
  width: auto;
}
footer #footer-menu-area .cbox-contact .cont a {
  width: 100%;
}
}
#left-bnr{display: none;}