@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
* {margin: 0;padding: 0;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
img {margin: 0;padding: 0;border: 0;}
table {width:100%; border-collapse: collapse;border-spacing: 0;}
ol, ul ,li{list-style: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
input, textarea, select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
max-width:100%;
}
a, a:hover {
    text-decoration: none;
}

body{
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;

}
.wi1000{
  width: 1000px;
  margin:0 auto;
}

.wi1200{
  width: 1200px;
  margin:0 auto;
}

.wrap{
margin: 0 auto;
}

.head{
  display: flex;
  justify-content:space-between;
}

.mv{
  background-image: url(../img/bg/mv-bg.png);
  background-size: cover;
}

.mv-img{
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.form{
  background-color: #1c599d;
  text-align: center;
  padding-top: 30px;
  padding-bottom:30px;
}

.tsuyomi-img{
  text-align: center;
  padding-top:50px;
  padding-bottom:50px;
}

.before-bg{
    background-image: url(../img/bg/before-bg.png);
  background-size: cover;
  padding-top:100px;
  padding-bottom:50px;
}

.before-img{
  text-align: center;
  padding-top:20px;
}
.nayami img{
  width: 100%;
}

.riyuu img{
  width: 100%;
}

.price-table{
  background-color: #f6f3ec;
  text-align: center;
  padding-bottom:50px;
}

.price-table{
  margin-top: 50px;
}

.price-table-img img{
margin-top:-40px;
}

.price{
      background-image: url(../img/bg/price-bg.png);
background-repeat: repeat;
margin-top:-5px;
text-align: center;
padding-bottom:100px;
}

.price-title{
  padding-top:100px;
}

.tsuta1{
        background-image: url(../img/bg/tsuta1.png);
width: 552px;
height: 430px;
position: absolute;
}
.tsuta2{
        background-image: url(../img/bg/tsuta2.png);
width: 533px;
height: 430px;
position: absolute;
right: 0;
margin-top:-310px;
}

.voice-title{
  text-align: center;
  padding-top:50px;
  padding-bottom:20px;
}

.voice-box{
  display: flex;
  margin-top: 50px;
}

.v-right{
  margin-left: 50px;
}

.v-left{
  margin-right: 50px;
}

.v-img{
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.4));
}

.v-txt1{
color: #3f2b16;
font-size:1.5rem;
font-weight:bold;

}
.v-txt2{
color: #3f2b16;
font-weight:bold;
margin-top:10px;
}
.v-txt3{
color: #3f2b16;
margin-top:10px;
line-height: 1.8;
}

.closing{
  text-align: center;
}

.copy{
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
}