.c-text{
	line-height: 1.8;
}
.slider2{
	text-align: center;
}
.slick-slide img {
    margin: auto;
}
.hiramin{
	    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	    line-height: 1;
}
.navbar{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a17215+0,8b5710+31,ffe88f+76,bb8419+100 */
background: #a17215; /* Old browsers */
background: -moz-linear-gradient(left, #a17215 0%, #8b5710 31%, #ffe88f 76%, #bb8419 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #a17215 0%,#8b5710 31%,#ffe88f 76%,#bb8419 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #a17215 0%,#8b5710 31%,#ffe88f 76%,#bb8419 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a17215', endColorstr='#bb8419',GradientType=1 ); /* IE6-9 */
border-bottom:1px solid #895c05;
padding: .5rem 1rem 1rem;
opacity: .75;
}
.navbar a{
color: #fff;	
font-weight: bold;
text-shadow:0 1px 0 #895c05;
}

.header .navbar-nav li a:hover {
    color: #fff;
    opacity:.8;
}
.header .navbar-nav li.nav-item a:hover::after{
    content: "";
    border-bottom: 1px solid #fff;
    opacity:.8;

}
.header .navbar-nav li.nav-item a:hover::before {
    left: 0;
    border-bottom: 1px solid #fff;
    opacity:.8;
}

.plan-inner{
	width: 67%;
	margin: auto;
}
.option .flex-container{
	background: #a3d6cc;
	color: #fff;
}
.c-option-text{
	 font-weight: bold;
 }
.option .flex-container .flex-chid div:first-child::after {
    content: "";
    box-shadow: 0px 1px #fff;
} 
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #a3d6cc;
  color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.option .img{
	margin:0 0 10px;
}
.open-modal{
	font-size: 14px;
	background: #fff;
    color: #a3d6cc;
    padding: 8px 0 5px;
    font-weight: normal;
    width: 100%;
}
.open-modal:hover{
	text-decoration: none;
	opacity:.7;
}
.option .flex-chid ul{
	margin-bottom: 1rem;
}

.option .c-list,
.option .c-list li{
	list-style:none;
}
.option .flex-chid {
    margin-top: 0;
}
.option .flex-container {
    padding: 1em 2em 2em 2em;
}
footer .navbar-nav li a:hover {
   color: #fff;
    opacity:.8;
}
.capel-img{
	margin: 20px 0 0;
	text-align: center;
}
.capel-img img{
	margin: auto;	
}
.square {
    color: #fff;
    background: #a3d6cc;
    border: 1px solid #a3d6cc;
}
.before_after h2{
	font-weight: normal;
	text-align: center;
	font-size: 2.8rem;
	margin:40px 0 50px 0;
}
.before_after .list{
	margin:0 0 50px;
}
.before_after .list ul{
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.before_after .list li{
	margin: 0;
	width: 48.5%;
}
.before_after .text{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 20px;
	color: #434343;
	text-align: center;
	display: block;
}
.d-flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.footer-links ul{
	list-style: none;
	justify-content: center;
}
.sticky{
	display: none;
}
@media screen and (max-width:991px){
.navbar{
	background:none;
	border-bottom:0;
}
.side-open .drower.navbar{
width: 39%;
top:0;
right: 0;
margin:0;
padding: 0;	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c79810+0,e2bf5d+50,c79810+100 */
background: #c79810; /* Old browsers */
background: -moz-linear-gradient(left, #c79810 0%, #e2bf5d 50%, #c79810 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #c79810 0%,#e2bf5d 50%,#c79810 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #c79810 0%,#e2bf5d 50%,#c79810 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c79810', endColorstr='#c79810',GradientType=1 ); /* IE6-9 */
}
.drower #navbarText {
    background-color: transparent;
    height: 100vh;
}
.option .list-center{
	margin-bottom: 20px;
}
.option .list-center:last-child{
	margin-bottom: 0px;
}
.option .flex-container {
    padding: 1em;
}
}	

@media screen and (max-width:500px){
.sticky{
	display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: rgba(163,214,204,.9);
    padding: 8px 0;
}
.sticky ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
}
.sticky li{width: 50%;}

.sticky a{
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: center;
}	
.sticky a:after {
    content: "\0025b6\00fe0e";
    font-size: .7rem;
    position: relative;
    left: 10px;
    top: -3px;
}	
.footer-links ul{
	flex-wrap: wrap;
}
.footer-links li{
	width: 100%;
}	
#site-footer .d-flex{
	flex-wrap: wrap;
}
#site-footer .nav-item{
	width: 100%;
    padding: 10px;
    border-top: 1px solid #ccc;
    line-height: 1;
}
.before_after h2{
	font-size: 2rem;
	margin:0 0 20px;
}
.before_after .list{
	margin:0 0 30px;
}
.before_after .list ul{
	flex-wrap: wrap;
}
.before_after .list li{
	margin: 0;
	width: 100%;
}	
.before_after .list li:first-child{
	margin-bottom: 10px;
}
.before_after .sp-row-pic li{
	width: 49.5%;
}
.side-open .wrapper, .side-open .overlay {
    -webkit-transform: translate3d(-70%, 0, 0);
    transform: translate3d(-70%, 0, 0);
}	
.side-open .drower.navbar {
    width: 70%;
} 
.plan-inner {
    width: auto;
}   	
.option .c-list, .option .c-list li{
	font-size: 18px;
}
.c-text{
	font-size: 14px;
}
.top {
    margin-bottom: 4em;
}
.plan-card-wrap {
    padding: 0;
}
.plan-card-wrap :nth-child(1)::after {
    bottom: 65%;
}
.plan-card-wrap :nth-child(2)::after {
    bottom: 32%;
}
.include {
    margin-top: 3em;
}
.plan-img img {
    width: 50%;
    margin: auto;
}
.modalWrapper {
    width: 80%;
    padding: 10px;
}
.square {
    margin: 30px auto;

}
.page {

    margin-top: 80px;
    margin-bottom: 60px;
}

}