/* CSS Document */

body{
background: url(../logo/sub_block_bg.jpg);
margin:0px;
color:#666;
font-size:small;
line-height:150%;
}

body.top{
  background: #fcfcfc;
}

.img_box_l img{
  width: 25%;
  margin-right: 5%;
  margin-bottom: 20px;
}

.image_box_l img, .image_box_l p {
    float: left
}

.image_box_l p {
    width: 70%;
}

.image_box_l img, .image_box_l p {
    float: left;
}

.image_box_l:after {
    content: "";
    display: block;
    clear: both;
}


.sub_block{
    width: 840px;
    padding: 60px 45px;
    margin: 0 2% 0 0;
    background: #fefefe;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    margin-bottom: 60px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}

.sub_block:before{
    content: "";
    display: block;
    height: 4px;
    width: 60px;
    background: #f33;
    position: absolute;
    left: 40px;
    top: 0;
}

.sub_block:after{
    content: "";
    display: block;
    height: 244px;
    width: 164px;
    position: absolute;
    right: -190px;
    bottom: -62px;
}

.sub_block:nth-of-type(2n):after{
  right: auto;
  left: -190px;
}

.sub_block:nth-of-type(6n-5):after{background: url(../logo/sub_block_floatimg_r1.png);}
.sub_block:nth-of-type(6n-4):after{background: url(../logo/sub_block_floatimg_l1.png);}
.sub_block:nth-of-type(6n-3):after{background: url(../logo/sub_block_floatimg_r2.png);}
.sub_block:nth-of-type(6n-2):after{background: url(../logo/sub_block_floatimg_l2.png);}
.sub_block:nth-of-type(6n-1):after{background: url(../logo/sub_block_floatimg_r3.png);}
.sub_block:nth-of-type(6n):after{background: url(../logo/sub_block_floatimg_l3.png);}


.sub_block:nth-of-type(2n) {
    margin: 0 0 60px 120px;
}

.sub_top_banner{
  padding: 30px;
  text-align: center;
  margin-bottom: 60px;
  position: relative; 
  z-index: 1;   
}

.sub_top_banner:before {
    content: "";
    display: block;
    width: 3000px;
    height: 100%;
    background: url(../logo/gray_bg.jpg) center top;
    position: absolute;
    top: 0;
    left: calc(50% - 1500px);
    z-index: -1;
}

/****************************************/
/*layout*/
/****************************************/

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px !important;
}

.mb0{
  margin-bottom: 0px;
}

.mb30{
  margin-bottom: 30px;
}

.mb45{
  margin-bottom: 45px;
}

.mb60{
  margin-bottom: 60px;
}

.mb90{
  margin-bottom: 90px;
}

.mb120{
  margin-bottom: 120px;
}

.pc_none{
    display:none;
}
.sp_none{
    display:block;
}

br.pc_none{
    display:none;
}
br.sp_none{
    display: inline-block;
}

/****************************************/
/*  */
/****************************************/
a img, img, table{border:0;}
p{margin: 0;}
#all{
width:100%;
}

#wrapper{
  min-width: 1140px;
  overflow: hidden;
}

#container{
}

#header{
  background: #fcfcfc;
  height: 120px;
  position: relative;
    border-top: 5px solid #f33;
}

#logo{
  position: absolute;
  left: 20px;
  top: 32px;
}

#menu1{
  position: absolute;
  right: 0;
  top:58px;
}

#menu2{
  text-align: center;
  padding: 25px 0 0px 30px;
  background: rgba(0,0,0,.8);
  color: #fff;
  font-size: 14px;
  position: fixed;
  top: calc(100vh - 100px);
  width: 670px;
  height: 100px;
  right: 0;
  box-sizing: border-box;
  line-height: 2;
  border-radius: 30px 0 0 0;
  z-index: 100;
  box-shadow: -5px -5px 15px rgba(0,0,0,.2);
}

#menu2 a{
  width: 180px;
  height: 46px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#menu2 a:nth-of-type(1){
  background: rgb(6,97,159);
  background-image: -moz-linear-gradient( 90deg, rgb(12,86,136) 0%, rgb(0,109,183) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(12,86,136) 0%, rgb(0,109,183) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(12,86,136) 0%, rgb(0,109,183) 100%);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 1px rgba(0,0,0,.5), -1px -1px 1px rgb(255,255,255,.3);
  position: absolute;
  right: 30px;
  bottom: 25px;
}

#menu2 a:nth-of-type(2){
  background: #d0312e;
  background-image: -moz-linear-gradient( 90deg, rgb(176,19,31) 0%, rgb(228,67,55) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(176,19,31) 0%, rgb(228,67,55) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(176,19,31) 0%, rgb(228,67,55) 100%);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 1px rgba(0,0,0,.5), -1px -1px 1px rgb(255,255,255,.3);
  position: absolute;
  right: 225px;
  bottom: 25px;
}

#menu2 a:hover{
  opacity: .8;
}

#contents{
  width:960px;
  margin:0 auto;
}

#contents.top_contents{
  padding: 60px 0 0;
}

#corona{
  width: 100%;
  background: #f6f6f6;
  text-align: left;
  padding: 10px 15px;
  box-sizing: border-box;
}

#corona div{
  width: 960px;
  margin:0 auto;
}

#corona span{
  padding: 3px 7px;
  background: #666;
  color: #fff;
  margin: 0 10px 0 0;
  font-size: 12px;
  border-radius: 1px;
}

#footer_wrapper{
  height: 150px;
  background: #222;
  padding: 20px 0;
}

#footer{
  text-align: left;
  margin: 0 auto;
}

#footer ul{
  width: 960px;
  height: 30px;
  margin: 0 auto 60px;
  padding: 0;
}

#footer li{
  margin-right: 10px;
}


#footer li a{
color:#fcfcfc;
text-decoration:none;
}

#footer li a:hover{
text-decoration:underline;
}

.text_red{
  color: #f33;
}

.text_gold{
  color: #b18c35
}

.serif{
  font-family: serif;
  font-weight: bold;
}

div.top_left,
div.top_middle{
    width: 100%;
    padding: 30px 30px 90px;
    background: #fefefe;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}

div.top_middle{
  margin-bottom: 90px;
}

div.top_left:before, div.top_middle:before {
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    background: #f33;
    position: absolute;
    left: calc(50% - 40px);
    top: 0;
}

div.top_left_bg:after,
div.top_middle:after{
  content: "";
  display: block;
  width: 975px;
  height: 916px;
  position: absolute;
  top: -150px;
  z-index: -1;
}

div.top_left_bg:after{
  background: url(../logo/top_left_bg1.png) no-repeat;
  left: calc(50% - 975px);
}

div.top_middle:after{
  background: url(../logo/top_left_bg2.png) no-repeat;
  right: calc(50% - 975px);
}

.top_right_outer{
  padding: 60px 0;
}

.top_right_outer:after {
    content: "";
    display: block;
    clear: both;
}

.top_right_wrapper{
  width: 960px;
  margin: 0 auto;
}

div.top_right{
  width: 49%;
  padding: 15px 30px 30px;
  height: 290px;
  margin: 0 2% 60px 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 10px;
  box-sizing: border-box;
  float: left;
  position: relative;
  overflow: hidden;
}
div.top_right:before{
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #b9aa88;
  position: absolute;
  left: 40px;
  top: 0;
}

div.top_right:after{
  content: "";
  display: block;
  width: 100px;
  height: 117px;
  background: #b9aa88;
  position: absolute;
  right: 0;
  bottom: 0;
}

div.top_right:nth-of-type(1):after{
  background: url(../logo/top_right_dog1.png) no-repeat;
}

div.top_right:nth-of-type(2):after{
  background: url(../logo/top_right_dog2.png) no-repeat;
}

div.top_right:last-of-type{
    margin: 0;
}

.top_section_space{
    display: block;
    width: 100%;
    height: 170px;
    padding: 43px 0;
    box-sizing: border-box;
    text-align: center;
}

div.top_text1{
    width: 660px;
    margin: 0 auto;
}

.top_right div.top_text1 {
  width: auto;
}

.main_right2 .top_text1{
  width: 49%;
  padding: 45px 30px 30px;
  margin: 0 2% 0 0;
  background: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  border-radius: 10px;
  box-sizing: border-box;
  float: left;
  position: relative;
}

.main_right2 .top_text1:before {
    content: "";
    display: block;
    height: 4px;
    width: 60px;
    background: #b9aa88;
    position: absolute;
    left: 40px;
    top: 0;
}

.main_right2 .top_text1:last-of-type {
    margin: 0;
}

.main_right2 .top_text1 img{
  margin-bottom: 15px;
}

div.top_jisseki{
  margin-bottom: 60px;
}

p.p_top_jisseki{
  text-align:right;
  margin:0px;
  padding:0px 20px;
}

div.top_jisseki_box{
  width:18%;
  margin:0 2.5% 30px 0;
  padding:15px;
  box-sizing: border-box;
  float:left;
  font-size:smaller;
  line-height:180%;
  background:#fefefe;
  position: relative;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

div.top_jisseki_box:before {
    content: "";
    display: block;
    width: 15%;
    height: 4px;
    background: #b9aa88;
    position: absolute;
    left: 16px;
    top: 0;
}

div.top_jisseki_box p{
  line-height: 150%;
  margin-bottom: 10px;
}

div.top_jisseki_box p span{
  font-size: 14px;
}

div.top_jisseki_box img{
  width: 100%;
  margin: 0 0 15px;
}

div.top_jisseki_box:nth-of-type(5){
 margin:0 0 30px;
}

h2.h2_top{
  font-weight: normal;
  font-size: 42px;
  display: block;
  letter-spacing: 0.2em;
  margin: 90px 0 75px;
  color: #404040;
  position: relative;
  text-shadow: 1px 1px 1px rgb(255 255 255), 1px 1px 5px rgba(0,0,0,.25);
}

h2.h2_top:before {
    content: "";
    display: block;
    height: 1px;
    width: 300px;
    background: #444;
    position: absolute;
    left: -315px;
    top: 7px;
}

.paypay_banner {
  margin: 0 auto 45px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.paypay_banner:hover {
  opacity: .8;
} 

.paypay_banner img {
  width: 960px;
  border-radius: 10px;
}

address{
    font-style: normal;
    display: inline;
    position: absolute;
    left: 30px;
    bottom: 45px;
}

.tel{
  position: fixed;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  left: 30px;
  bottom: 15px;
}

.sub_block .tel{
    margin: 5px 0px;
    font-weight: bold;
    font-size: 18px;
    position: static;
}
/****************************************/
/* h */
/****************************************/
h1{
  font-size:12px;
  margin:0px;
  position: absolute;
  left: 30px;
  top: 5px;
}


/****************************************/
/* top page */
/****************************************/

div#main_img.top_main_img{
  height: auto;
}

div#main_img img{
  width: auto;
  height: auto;
  min-width: 1920px;
  min-height: 100%;
  max-width: inherit;
}

h2.h2_top_left,h2.h2_top_middle{
    color: #151515;
    padding: 10px;
    font-size: 38px;
    text-align: center;
    font-weight: normal;
    line-height: 125%;
    letter-spacing: .2em;
    margin-bottom: 60px;
}

h2.h2_top_intro{
    color: #222222;
    padding: 10px;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
    line-height: 250%;
    letter-spacing: .2em;
    font-family: serif;
    margin: 0 0 60px;
    text-shadow: 1px 1px 1px rgba(255,255,255), 1px 1px 5px rgba(0,0,0,.25);
    font-weight: bold;
    position: relative;
}

h2.h2_top_intro:before{
  content:"";
  display: block;
  background: url(../logo/intro_person.png);
  width: 45px;
  height: 202px;
  position: absolute;
  right: 90px;
  bottom: -17px;
}

h2.h2_top_intro span{
  color: #b18c35;
  font-size: 92px;
  font-weight: normal;
}

h2.h2_top_right{
    font-size: 20px;
    color: #151515;
    padding: 10px 0;
    margin-top: 25px;
    font-weight: bold;
}

.h2_top_small{
  font-size: 14px;
  padding: 0px 0px 0px 10px;
  color: #b18c35;
  letter-spacing: 0.8em;
  font-weight: lighter;
}

.h2_intro_caption{
  position: relative;
  right: -138px;
  top: -10px;
}

h3.h3_top_left{
  color:#EF9032;
  font-size:20px;
}
.reason3 h3.h3_top_left{
  color:#333;
  font-size:20px;
  position: relative;
  left: 60px;
}
h3.number span
{
  color: #b18c35;
  font-size: 45px;
  font-family: serif;
  font-style: oblique;
  margin-right: 8px;
  position: relative;
  bottom: -5px;
}
.reason3 h3.h3_top_left:before{
  content:"";
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  left: -96px;
  top: -24px;
}

.reason3 h3.h3_top_left:nth-of-type(1):before{  background: url(../logo/reason1.png);}
.reason3 h3.h3_top_left:nth-of-type(2):before{  background: url(../logo/reason2.png);}
.reason3 h3.h3_top_left:nth-of-type(3):before{  background: url(../logo/reason3.png);}

.reason3 h3.h3_top_left + p{
  margin-bottom: 60px;
  position: relative;
  left: 60px;
}

.reason3 h3.h3_top_left:last-of-type + p{margin: 0;}


h3.h3_top_middle{
color:#6EB4D6;
font-size:20px;
}
h3.h3_top_right{
color:#69778a;
font-size:small;
margin: 0 0 5px;
}
.main_left_bottom{
  margin-bottom: 90px;
}
.p_link{
text-align:right;
color:#f33;
text-decoration:none;
padding: 15px 0 0;
}

.top_left .p_link,
.top_middle .p_link{
padding: 75px 0 0;
}

.p_link a{
  border-radius: 5px;
  background: #d0312e;
  background-image: -moz-linear-gradient( 90deg, rgb(176,19,31) 0%, rgb(228,67,55) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(176,19,31) 0%, rgb(228,67,55) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(176,19,31) 0%, rgb(228,67,55) 100%);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.75),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
  text-shadow: 1px 1px 1px rgba(0,0,0,.5), -1px -1px 1px rgb(255,255,255,.3);
  margin: 0 auto;
  display: block;
  width: 240px;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.p_link:visited{
text-align:right;
margin:0px;
color:#f33;
text-decoration:none;
padding:3px 0px 3px 20px ;
}

.p_link a:hover,.paypay_link a:hover{
  opacity: .8;
}

.p_link.next_page a{
  width: 500px;
  padding: 20px;
  font-size: 16px;
}

.coment{
font-size:12px;
}
/****************************************/
/*  */
/****************************************/
p.clear0{
clear:both;
margin:0px;
}

p.clear30{
clear:both;
margin:0 0 30px 0;
}

ul{
list-style:none;
}

li{
float:left;
padding:10px 6px;
}

/****************************************/
/* main */
/****************************************/

/******************************************/
/*メインイメージのムービー*/

#mainImg_outline{
  width:100%;
  margin:0 auto;
  background:#fff;
}

#mainImg_wrapper{
  width: 100%;
  height: 540px;
  background:#fff url(../logo/topBackAlpha.jpg) repeat-x 0 0;
  margin: 0 auto;

}

#mainImg{
  width: 1080px;
  height: 540px;
  margin: 0 auto;
  background:#fff;
  position:relative;
}


#mainImg ul{
  width: 100%;
  height: 100%;
  background: #fff url(../logo/topBack.jpg) repeat-x;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#mainImg li{
  float:left;
  width: 100%;
  height: 100%;
  padding: 0;
}

#slideBtnBack{
  position:absolute;
  top: calc(50% - 30px);
  left:0px;
  height:60px;
  width:30px;
  border-radius: 0 30px 30px 0;
  cursor:pointer;
}

#slideBtnPrev{
  position: absolute;
  height: 60px;
  width: 30px;
  border-radius: 30px 0 0 30px;
  top: calc(50% - 30px);
  right: 0px;
  cursor: pointer;
}

#nowPos{
  /*display:none;*/
}


.display_none{
  display: none;
}



.mainImag_bottom_img{
  width: 100%;
  height: 70px;
  background: url(../logo/mainimg_bottom_bg.jpg) repeat-x center top;
  position: relative;
}

.mainImag_bottom_img:before,
.mainImag_bottom_img:after{
  content: "";
  display: block;
  width: 660px;
  height: 220px;
  position: absolute;
  bottom: 0;
}

.mainImag_bottom_img:before{
  background: url(../logo/mainimg_bottom_person_left.png) no-repeat;
  left: calc(50% - 1168px);

}

.mainImag_bottom_img:after{
  background: url(../logo/mainimg_bottom_person_right.png) no-repeat;
  right: calc(50% - 1168px);
}



div#main_img{
  height: 150px;
  overflow: hidden;
  position: relative;
  border-bottom: 3px solid #b18c35;
  background: #222;
}

div#main_img:before {
    content: "";
    display: block;
    background: rgba(255,255,255,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    left: calc(50% + 420px);
    top: 0;
    transform: skew(-75deg);
}

div#main_img:after {
    content: "";
    display: block;
    background: #444444;
    position: absolute;
    width: 100%;
    height: 100%;
    right: calc(50% + 140px);
    top: 0;
    transform: skew(35deg);
}

div#main_img h2{
    color: #fff;
    font-size: 32px;
    font-family: serif;
    letter-spacing: .2rem;
    position: relative;
    z-index: 1;
    left: calc(50% - 480px);
    bottom: 165px;
    margin: 0;
    line-height: 90%;
}

div#main_img h2:first-letter{
  font-size: 44px;
}

div#main_img h2 span{
  font-size: 20px;
  color: #c49e44;
}

div.main{
  margin-bottom: 90px;
}

div.main_left_top{
    margin-bottom: 30px;
    padding: 8px 0;
}

div.main_left_top.mb0{
  margin-bottom: 0;
}

div.main_right{
  padding: 60px 0 75px;
  background: url(../logo/top_right_bg2.jpg) repeat-x center top;
}

div.main_right2{
  width: 960px;
  margin: 0 auto;
}

div.main_right2:after{
  content:"";
  display: block;
  clear: both;
}

div.main_right_top{
width:230px;
padding:15px 15px 0px 15px;
margin:0px;
text-align:right;
color:#ccc;
/*border:1px solid #900;*/
}

div.main_right_bottom{

}

h2.h2_main_right{
    font-size: 28px;
    /* background: #778494; */
    color: #222;
    padding: 0 0 10px;
    margin: 0px;
    font-weight: normal;
}

p.p_main_right{
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-radius: 5px;
}

.card_info_bg{
  background: #f7f7f7;
  border-radius: 5px;
  padding: 0 0 0 15px;
}

h2.h2_main{
  font-weight:normal;
  font-size:38px;
  display: block;
  letter-spacing:0.2em;
  line-height: 130%;
  padding: 15px 0;
  margin: 0 0 60px;
  color:#333;
  position: relative;
  text-shadow: 1px 1px rgb(255,255,255), 0 0 30px rgba(0,0,0,.2);
}


.h2_main span{
  font-size: 14px;
  padding: 0px 0px 0px 10px;
  color: #b18c35;
  position: absolute;
  left: -8px;
  bottom: -22px;
  letter-spacing: 0.8em;
  font-weight: lighter;
}

h3.h3_main{
  font-size: 18px;
  color: #444;
  padding: 0 0 15px;
  margin: 0;
}

.image_box_l{
  float:left;
  margin: 0 30px 15px 0;
}
.image_box_r{
float:right;
}
/****************************************/
/* tenpo */
/****************************************/

.text_box_setubi{
float:left;
padding: 5px 0 0;
width:530px;
}
.image_box_l_setubi{
float:left;
margin:0px 30px 45px 0;
}

.image_box_l_staff{
float: left;
margin:0px 30px 45px 0;
}
.text_box_staff1{
width:530px;
float:left;
}
.image_box_r_staff{
float:right;
border:1px solid #900;
padding:10px;
}
.h3_staff{
font-weight:normal;
margin:0px 0px 5px;
}
.h4_staff{
font-weight:normal;
margin:0px 0px 10px;
}
.p_staff{
margin:0px 0px 5px 5px;
}
.box_tenpo dt {
font-size: 16px;
margin: 0 0 15px;
background: #f6f6f4;
padding: 5px 10px;
border-radius: 3px;
}
.box_tenpo dd {
margin: 0;
}

.company_movie iframe {
  margin:0 auto 30px;
}

/****************************************/
/* price */
/****************************************/

.price_block{
  width: 513px;
  float: left;
  margin-bottom: 90px;
}

.price_block:last-of-type {
  margin-bottom: 0;
}

.price_intro{
  padding: 60px;
}

.price_intro_img{
  float: left;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.h2_main_center{
    color: #151515;
    font-size: 38px;
    text-align: center;
    font-weight: normal;
    line-height: 130%;
    letter-spacing: .2em;
    margin-bottom: 30px;
    position: relative;
    padding: 0 30px 0 60px;
}

.price_under{
  font-family: serif;
  color: #f33;
  font-weight: bold;
  font-size: 60px;
  position: relative;
}

.price_under:after{
  content: "";
  display: block;
  background: url(../logo/price_intro_under.png);
  width: 70px;
  height: 74px;
  position: absolute;
  top: -9px;
  left: -61px;
}

.price_intro .h2_sub_text{
  color: #858585;
  font-size: 18px;
  letter-spacing: 1.5rem;
}

.price_intro .p_main{
  width: 380px;
  float: right;
}

.price_intro .p_main.p_price_intro{
  width: 620px;
  padding: 0 50px;
  display: block;
  margin-bottom: 45px;
  margin: 0 auto 60px;
}

.price_intro h3{
  width: 380px;
  float: right;
  position: relative;
  font-family: serif;
  text-align: center;
  font-size: 20px;
  line-height: 225%;
  letter-spacing: .2em;
  box-sizing: border-box;
  padding: 15px 0 20px;
  z-index: 1;
  color: #fff;
  margin: 0 0 40px
}

.price_intro h3:before{
  content: "";
  display: block;
  height: 100%;
  background: #444;
 background-image: -moz-linear-gradient( 0deg, rgb(240,240,240) 0%, rgb(102,101,101) 36%, rgb(68,68,68) 61%);
  background-image: -webkit-linear-gradient( 0deg, rgb(240,240,240) 0%, rgb(102,101,101) 36%, rgb(68,68,68) 61%);
  background-image: -ms-linear-gradient( 0deg, rgb(240,240,240) 0%, rgb(102,101,101) 36%, rgb(68,68,68) 61%);
  width: calc(100% + 460px);
  position: absolute;
  right: -60px;
  top: 0;
  z-index: -1;
}

.price_jirei img {
    margin: 0 0 10px;
}

.h3_big{
  font-size: 40px;
}

.price_block h4{
    margin: 0px 0 10px;
    font-size: 16px;
    color: #444;
}

table.price{
    border-collapse: collapse;
    margin-bottom: 10px;
}

table.price td{
    width: 240px;
    padding: 6px 0 6px 15px;
    margin: 0;
    border: 1px solid #ccc;
}

table.price td.price_categoty{
    background: #444;
    color: #fff;
    border: 1px solid #555;
}

td.total_price {
    background: #e9e9e7;
}

table.price.price_all td{
    padding: 15px 0 10px 15px;
    font-size: 20px;
}

.price_red {
  color: #f33;
  font-weight: bold;
}

.price_small{
  font-size: 12px;
}


/****************************************/
/* shaken */
/****************************************/
.box_shaken{
height:420px;
padding:80px 20px 20px 100px;
background:url(../logo/shaken_meritto.jpg) no-repeat top left;
}

.h3_shaken{
margin:0px;
padding:0px;
font-size:18px;
color:#000;
}

.s_main{
font-size:12px;
padding:0px 0px 0px 0px;
margin:20px 0px 50px 0px;
line-height:150%;
}

.shaken_text{
width:320px;
}

.nagare_box{
height:200px;
background:url(../logo/nagare_bg.jpg) no-repeat top left;
}

.text_box_shaken{
float:left;
padding:0px 20px 0px 20px;
width:370px;
}
/****************************************/
/* okyakusama */
/****************************************/
.image_box_l_okyakusama{
float:left;
margin:0px 20px 0px 0;
background:url(../logo/image_box_l_okyakusama_bg.jpg) no-repeat right bottom;
padding:0;
}
.image_box_l_okyakusama:nth-of-type(3n){
margin:0px 20px 0px 30px;
}
.image_box_l_okyakusama:nth-of-type(3n-1){
margin:0px 20px 0px 60px;
}
.h3_okyakusama{
font-size:12px;
font-weight:normal;
margin:5px 0px;
}
.h4_okyakusama{
margin:5px 0px;
}
.text_box_okyakusama{
width:510px;
min-height: 120px;
margin-bottom: 90px;
float:left;
background: #f6f6f4;
box-sizing: border-box;
padding: 15px;
border-radius: 5px;
}
/****************************************/
/* q-a */
/****************************************/
.box_q_a{
padding:0px 30px;

}
.h3_q{
  font-weight: normal;
  color: #333;
  background: #f6f6f4;
  padding: 30px 30px 20px 80px;
  letter-spacing: 0.5em;
  margin: 0;
  font-size: 20px;
  line-height: 150%;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.h3_q:before {
  content: "";
  display: block;
  background: url(../logo/q.png) no-repeat;
  width: 19px;
  height: 21px;
  position: absolute;
  left: 43px;
  top: 34px;
}
.p_a{
  color: #666;
  background: #f6f6f4;
  padding: 0px 30px 30px 80px;
  line-height: 180%;
  margin: 0 0 30px;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.p_a:before {
  content: "";
  display: block;
  background: url(../logo/a.jpg) no-repeat;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  left: 25px;
  top: -2px;
}
/****************************************/
/* access */
/****************************************/
.access_map{
text-align:center;
padding:10px;
background:#fff;
margin:10px 0px;
}

/****************************************/
/* otoiawase */
/****************************************/

.box_otoiawase{
padding:10px;
}


/****************************************/
/* menu */
/****************************************/
#menu1{
  position: absolute;
  right: 0;
  top: 0;
}

#menu1 ul{
  list-style:none;
  padding: 0;
  margin: 0;
}

#menu1 ul:after{
  content: "";
  display: block;
  clear: both;
}

#menu1 li{
  float: left;
  height: 120px;
  width: 120px;
  padding: 0;
  box-sizing: border-box;
  background: #fcfcfc;
  border-right: 1px solid #fff;
  box-shadow: inset -5px -5px 40px rgba(0,0,0,.05);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#menu1 li a{
  width: 120px;
  height: 120px;
  padding: 80px 5px 0px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #666;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
}

#menu1 li a:before{
  content:"";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 45px;
  top:40px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#menu1 li:hover{
  background: #f3f3f3;
}



#menu1 li:nth-of-type(1) a:before{background: url(../logo/menu_tenpo.png) no-repeat}
#menu1 li:nth-of-type(2) a:before{background: url(../logo/menu_works.png) no-repeat}
#menu1 li:nth-of-type(3) a:before{background: url(../logo/menu_price.png) no-repeat}
#menu1 li:nth-of-type(4) a:before{background: url(../logo/menu_okyakusama.png) no-repeat}
#menu1 li:nth-of-type(5) a:before{background: url(../logo/menu_q-a.png) no-repeat}
#menu1 li:nth-of-type(6) a:before{background: url(../logo/menu_access.png) no-repeat}

#menu1 li:nth-of-type(1):hover a:before{background: url(../logo/menu_tenpo_hover.png) no-repeat}
#menu1 li:nth-of-type(2):hover a:before{background: url(../logo/menu_works_hover.png) no-repeat}
#menu1 li:nth-of-type(3):hover a:before{background: url(../logo/menu_price_hover.png) no-repeat}
#menu1 li:nth-of-type(4):hover a:before{background: url(../logo/menu_okyakusama_hover.png) no-repeat}
#menu1 li:nth-of-type(5):hover a:before{background: url(../logo/menu_q-a_hover.png) no-repeat}
#menu1 li:nth-of-type(6):hover a:before{background: url(../logo/menu_access_hover.png) no-repeat}



.nptxt {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: left;
	letter-spacing: 0em;
}
.nptxt2 {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: left;
	letter-spacing: 0em;
}
.footer_text2 {
	font-size: 10px;
	letter-spacing: 0em;
	text-align: center;
	clear: both;
	padding-top: 10px;
	color: #666666;
}

.copyright{
  font-size: 12px;
  width: 960px;
  margin: 0 auto;
  color: #ccc;
}

.copyright a:link, .copyright a:visited{
  color:#006da2;
  text-decoration: none;
}

.copyright a:active, .copyright a:hover{
  text-decoration: underline;
}

.fb_ban{
  width: 210px;
  height: 73px;
  display: block;
  float: left;
  text-align: center;
  margin: 20px 0 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.fb_ban:hover{
  opacity: .8;
}

.fb_ban_top{
  background: none repeat scroll 0 0 #3b589e;
  border-radius: 8px;
  clear: both;
  margin: 0 auto;
  text-align: center;
  width: 960px;
}

.fb_ban_top p a{
  background:url(../logo/fb_top_logo.jpg) no-repeat 340px top;
  color: #fff;
  display: block;
  line-height: 60px;
  margin: 0 auto;
  width: 100%;
}

p.flon_number{
  font-size: 12px;
  background: #f7f7f7;
  border-radius: 5px;
  box-sizing: border-box;
  float: right;
  padding: 10px;
  margin: 20px 0 0;
}

.paypay_campaign {
  width: 960px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  clear: both;
  margin: 0 auto 60px;
  padding: 30px;
}

.paypay_campaign h2 {
    padding-bottom: 15px;
}

.paypay_campaign p {
    font-size: 16px;
    letter-spacing: 0.1rem;
}

.paypay_campaign span {
    font-size: 12px;
}

p.box_left {
  float: left;
  margin-right: 30px;
}

.paypay_link{
  padding: 30px 0 0;
  position: relative;
  top: 45px;
}

.paypay_link a{
  border-radius: 5px;
  background: #006db7;
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 75%), inset 0px 1px 0px 0px rgb(255 255 255 / 40%);
  text-shadow: 1px 1px 1px rgb(0 0 0 / 50%), -1px -1px 1px rgb(255 255 255 / 30%);
  margin: 0 auto;
  display: block;
  width: 240px;
  color: #fff;
  text-decoration: none;
  padding: 12px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  letter-spacing: .1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* 2015-11-24 弘田　追記*/
form[name="form1"] ul{
	padding: 0;
	margin: 0;
}
form[name="form1"] li{
	float: none;
	padding: 0;
}
.pict_input_block {
    width: 70%;
    float: left;
}
.input_pict_file {
    margin: 0 0 5px;
}
.pict_plus_minus_btn_block {
    width: 30%;
    float: right;
}
#pict_form_plus {
    float: left;
    padding: 0 15px 0 0;
    margin: 0;
    cursor: pointer;
}
#pict_form_minus {
    cursor: pointer;
    margin: 0;
}
#file_input_block{
	width: 390px;
    display: inline-block;
}
#contact .pict_input_block ul {
	border: none;
	margin: 0;
}
#contact .pict_input_block ul li{
	background: inherit;
	border: none;
	background: #fff;
	padding: 0;
    margin: 0 0 15px 0;
}
#contact .pict_input_block ul li input{
	width: 250px;
	overflow: visible;
}

#thankyou_body .box-form{
padding:20px;
width:auto;
margin:10px 50px 10px 50px;
}

#thankyou_body .box-form2{
padding:20px;
width:auto;
margin:10px 50px 10px 50px;
}



/* 2015-11-24 弘田　追記　ここまで*/



/*20160316元兼追記*/


/*mitumori*/

.box-form {
  padding: 15px;
  margin: 0 0 15px;
  width: auto;
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #fff;
}

.box-form2 {
  padding: 15px;
  width: auto;
  background-color: rgba(255, 255, 255, .7);
  border: 1px solid #fff;
}

.box-form2 span {
  color: #ffffff;
}

.box-form table,
.box-form2 table {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px;
}

.box-form table input,
.box-form table textarea,
.box-form table select,
.box-form2 table input,
.box-form2 table textarea,
.box-form2 table select {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #CCC;
  vertical-align: middle;
  margin: 0 3px 1px 0;
}

form[name="form1"] input[type="text"] {
  width: 90%;
}

.box-form table input[name="jusyo"],
.box-form2 table input[name="jusyo"] {
  width: 90%;
}

.box-form table input[name="adoresu"],
.box-form2 table input[name="adoresu"] {
  width: 80%;
}

.box-form table input[type="file"],
.box-form2 table input[type="file"] {
  border: none;
  padding: 0;

  border-radius: 0;
}

.box-form table tr,
.box-form2 table tr {
  width: 100%;
}

.box-form table th,
.box-form table td,
.box-form2 table th,
.box-form2 table td {
  padding: 8px;
  text-align: left;
  border: solid 1px #d6d6d6;
  background: #F5F5F5;
  color: #535353;
  box-shadow: inset 0 1px #FFF;
}

.box-form table th,
.box-form2 table th {
  width: 30%;
  font-weight: bold;
  font-size: 12px;
  background: #EEE;
}

.box-form table th .mitumori-hissu,
.box-form2 table th .mitumori-hissu{
  color: #e33;
}

.box-form table td,
.box-form2 table td {
  font-weight: normal;
  font-size: 12px;
  width: 70%;
}

.pict_plus_minus_btn_block {
  float: right !important;
  width: 25% !important;
}

input[type="submit"] {
  width: 200px;
  height: 45px;
  outline: none;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  display: block;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  margin: 0 auto 20px;
  overflow: hidden;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #FF0303;
  background-image: -webkit-linear-gradient(#FF0303, #FF3636);
  background-image: -moz-linear-gradient(#FF0303, #FF3636);
  background-image: -o-linear-gradient(#FF0303, #FF3636);
  background-image: linear-gradient(#FF0303, #FF3636);
}

input[type="submit"]:hover {
  background-image: -webkit-linear-gradient(#FF3636, #FF0706);
  background-image: -moz-linear-gradient(#FF3636, #FF0706);
  background-image: -o-linear-gradient(#FF3636, #FF0706);
  background-image: linear-gradient(#FF3636, #FF0706);
}

input[type="submit"]:active {
  border-bottom: 0;
  background-image: -webkit-linear-gradient(#FF0706, #FF3636);
  background-image: -moz-linear-gradient(#FF0706, #FF3636);
  background-image: -o-linear-gradient(#FF0706, #FF3636);
  background-image: linear-gradient(#FF0706, #FF3636);
  -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.25);
}

input[type="reset"] {
  width: 80px;
  height: 24px;
  outline: none;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  display: block;
  font-size: 1em;
  letter-spacing: 0.05em;
  margin: 0 auto 20px;
  overflow: hidden;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #999;
  background-color: #CCC;
}

/*-mitumori*/


/*otoiawase banner*/

.otoiawase_container{
  width: 800px;
  height: 200px;
  margin: 0 auto 60px;
}

.otoiawase_container:after{
  content:"";
  display: block;
}

.tel_contact_banner{
  float: left;
  margin-right: 15px;
}

.otoiawase_container a{
  float: left;
  margin-bottom: 15px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.otoiawase_container a:hover{
  opacity: .8;
}

/****** Validation ******/
div.baloon {
   position: absolute;
   z-index:1;
   min-width:130px;
}

div.baloon a {
    color: #F60;
    text-decoration: none;
    padding: 3px;
    height: 9px;
    line-height: 9px;
    display: inline-block;
    margin-right: 5px;
    background: #FFF;
    border-radius: 100%;
    font-size: 12px;
}

div.baloon a:hover {
    background-color: #F5F5F5;
}

div.baloon div {
    background: #F60;
    padding: 3px 5px;
    color: #FFF;
    border-radius: 18px;
    font-size: 12px;
}
/* Validation ここまで*/

