@charset "UTF-8";
/* CSS Document */
*, *: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;
}
html {
font-size: 16px;
}
body{
background-color: #fff;
font-family: "FP-HiraMinProN-W3","Hiragino Mincho ProN","HGS明朝E",メイリオ,Meiryo,serif;
letter-spacing: 0em;
text-align: center;
}
div{
line-height: 1.8em;
}
a, a:link, a:visited {  
    text-decoration: none;
    color: #000;
}  
a:hover {  
    text-decoration: none;
    color: #000;
}  
a:active {  
    text-decoration: none;
    color: #000;  
}
.hiramin-w6{font-family: "FP-HiraMinProN-W6";}
img{width: 100%;}
h1,h2,h3,h4,h5{
font-family: "FP-HiraMinProN-W6";
}

/*top*/
.ll-box{
width: 100%;
margin: 0;
padding: 0;
}
.l-box{
max-width: 1100px;
margin: 0 auto;
padding: 0;
}
.m-box{
max-width: 900px;
margin: 0 auto;
padding: 0 40px;
}
.s-box{
max-width: 500px;
padding: 0 40px;
}

nav{
border-bottom: 2px #C69C6D solid;
}
.navbar-collapse{
padding: 20px 0; 
}
.nav-link{
font-size: 100%;
text-align: center;
}
.navbar-collapse li{
margin: 0 10px;
}
.navbar-nav{
width: 100%;
padding: 0 20px;
}
.navbar-toggler{
border: 0;
padding-bottom: 0;
}
.menu{
font-size: 50%;
color: #C69C6D;
}

/*content*/
.swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-button-next {
background-image: url("../img/arrow_right.png");
}
.swiper-button-prev {
background-image: url("../img/arrow_left.png");
}
.swiper-pagination-bullet-active{
background: #262626;
}
#top{
background-image: url(../img/plan_back.jpg);
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
}
#top-title{
margin: 30px auto 0;
color: #8C6239;
}
#top-title h2{
font-size: 140%;
}
#top-title p{
font-size: 120%;
letter-spacing: 0.1em;
}
#top-title img{
width: auto;
}
#plan{
margin: 40px auto 0;
text-align: center;
color: #C69C6D;
font-size: 150%;
letter-spacing: 0.1em;
}
#plan ul,li{
list-style: none;
}
#plan ul{
padding: 0;
margin: 0;
}
#plan li {
display: inline-block;
width: 23%;
padding-bottom: 10px;
margin-left: 20px;
margin-right: 20px;
border-bottom: 4px #C69C6D solid;
}  
#plan a {  
color: #C69C6D;
}
#plan a:hover {  
    opacity: 0.5 ;
}
#plan img {  
margin-top: 50px;
}
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}
@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}

.midashi-box{
text-align: left;
padding: 0 15px;
margin: 60px 0 0;
}
.midashi-contens{
border: 1px #C1272D solid;
text-align: center;
padding: 1px;
}
.midashi-box h3{
display: inline-block;
background-color: #C1272D;
border: 1px solid #fff;
box-shadow: 0 0 0 1px #C1272D;
color: #fff;
padding: 5px 15px;
vertical-align: middle;
margin-bottom: 10px;
}
.midashi-box span{
line-height: 1.5em;
color: #8C6239;
letter-spacing: 0.1em;
font-size: 120%;
display: inline-block;
vertical-align: middle;
margin-top: -5px;
margin-left: 10px;
}
.midashi-box p{
padding: 0 15px;
color: #998675;
margin-top: 10px;
}
.plan{
border: 1px solid #C7B299;
margin: 15px 30px 0;
}
.plan h4{
background-color: #C7B299;
color: #fff;
margin: 1px;
text-align: left;
padding: 10px 15px;
letter-spacing: 0.2em;
width: 100%;
}
.plan .col-6{
color: #C69C6D;
display: inline-block;
margin: 0;
padding: 0;
}
.plan-price{
font-size: 150%;
font-weight: 800;
border-bottom: solid 1px #C69C6D;
width: 80%;
margin: 5em auto 0;
}
.plan-subtitle{
font-size: 65%;
color: #fff;
display: block;
background-color: #F7931E;
font-weight: 300;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
padding: 5px;
margin-bottom: 10px;
line-height: 1.2em;
}
.plan-name{
font-size: 200%;
letter-spacing: 0.2em;
}
.plan p{
text-align: left;
color: #998675;
margin: 15px;
}
.plan-content{
font-size: 85%;
padding: 0 15px;
text-align: left;
color: #998675;
}
.plan-content ul{
text-align: left;
padding: 0;
}
.plan-content li{
background-color: #C7B299;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
display: inline-block;
color: #fff;
padding: 3px 8px;
margin-top: 5px;
}
.plan-photo{
color: #998675;
margin: 0 auto;
padding: 0 15px;
width: 80%;
}
.plan-photo .col-4{
margin: 0px;
padding: 5px;
}
.plan-no{
margin-bottom: 15px;
}
.plan-flow{
margin: 30px 30px 0;
}
.plan-flow h5{
color: #C7B299;
font-size: 150%;
letter-spacing: 0.2em;
border-bottom: 1px solid #C7B299;
}
/*ハイグレードプラン*/
.plan2{
border: 1px solid #998675;
}
.plan2 h4{
background: linear-gradient(#B1954F, #6F4B26);
}
.plan2 .col-6{
color: #998675;
}
.plan-price2{
border-bottom: solid 1px #998675;
}
.plan-subtitle2{
background: linear-gradient(#F0CC7E, #C78A03);
}
.plan-content2 li{
background-color: #998675;
}


#shisetsu .row{
margin-top: 20px;
padding: 0 15px;
margin-left: 0;
margin-right: 0;
}
#shisetsu p{
color: #998675;
}
#formWrap h4{
font-size: 150%;
font-weight: 800;
border-bottom: double 3px #C69C6D;
margin: 15px auto;
padding-bottom: 10px;
color: #C69C6D;
letter-spacing: 0.2em;
text-align: center;
}
.form {
  position: relative;
  z-index: 1;
}
.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 10px 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form span{
  font-size: 85%;
}
.form .text{
width: auto;
background: #fff;
}
.form textarea {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  padding: 15px;
  box-sizing: border-box;
  margin: 10px 0;
}
.form button {
  text-transform: uppercase;
  outline: 0;
  background: #A0967E;
  border: 0;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  display: inline-block;
  font-family: 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
  font-weight: 600;
}
.form button:hover,.form button:active,.form button:focus {
  background: #817E6E;
}
.form p{
margin: 25px 0 0;
}

#formWrap {
	margin:40px auto 0;
	color:#555;
	line-height:120%;
	font-size:90%;
	padding: 0 20px;
	text-align: left;
}
table.formTable{
	width:95%;
	margin:30px auto 0;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom:1px solid #ccc;
	padding:10px;
	  vertical-align: middle;
}
table.formTable th{
	width:20%;
	font-weight:normal;
	text-align:left;
}
.checkbox{
width: auto !important;
}


/*footer*/
footer{
margin-top: 70px;
margin-bottom: 70px;
text-align: center;
}
address{
display: inline-block;
font-size: 115%;
font-family: 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
text-align: left;
line-height: 1.5em;
margin: 10px auto;
color: #C7B299;
}
footer p{
margin-top: 30px;
color: #D2D2D2;
}
