@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:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
div{
line-height: 1.8em;
}
a, a:link, a:visited {
    text-decoration: none;
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
	filter:alpha(opacity=80);
	opacity:0.8;
}
a:active {
    text-decoration: none;
    color: #000;
	filter:alpha(opacity=80);
	opacity:0.8;
}
h1,h2,h3,h4{
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
p{
margin: 0;
padding: 0;
}

/*bace*/
.ll-box{
width: 100%;
margin: 0;
padding: 0;
}
.l-box{
max-width: 1130px;
margin: 0 auto;
padding: 0 15px;
}
.m-box{
max-width: 900px;
margin: 0 auto;
padding: 0 20px;
}
.s-box{
max-width: 600px;
margin: 0 auto;
padding: 0 20px;
}

/*contents*/
header{
width: 100%;
background-color: #000;
padding: 8px 0 8px 20px;
vertical-align: middle;
color: #fff;
line-height: 2em;
font-weight: 800;
display:table;
}
header img{
height: 35px;
vertical-align: middle;
margin-right: 15px;
}
header font{
font-size: 0.9em;
font-weight: 500;
}
header div{
display: table-cell;
}
header div:nth-of-type(2){
text-align:right;
}

/*image*/
#reform img,#point img{
width: 100%;
}


.full{
height: 100%;
width: auto;
filter: grayscale(20%);
}
.dotImg {
width: 100%;
height: 100%;
position: absolute;
background: url("../img/dot.png") repeat;
z-index: 1;
}
#videoWrap {
position: relative;
width: 100%;
margin: 0 auto;
}
#mainVideo {
width:100%;
height:100%;
}
#main-img{
position: relative;
}
#main-img .main-logo{
position: absolute;bottom:20px;right:0;z-index:2;
}
#main-img img{
margin:0 15px 15px 0;
vertical-align: bottom;
}

h1{
width: 100%;
margin-top: 50px;
background-color: rgba(0,0,0,0.7);
color: #fff;
padding: 20px 0;
font-size: 1.5em;
font-weight: 400;
line-height: 1.5em;
letter-spacing: 0.1em;
}
h1 font{
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: 700;
}
h2{
margin-top: 30px;
padding: 20px 0;
font-size: 2em;
font-weight: 400;
line-height: 1.5em;
letter-spacing: 0.1em;
line-height: 2em;
}
h2 p{
border-bottom: double 6px #C4C5C5;
padding-bottom: 10px;
display: inline;
}
h2 font{
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: 900;
}

#reform{
background: url("../img/reform-01.png") no-repeat top right;
background-size:contain;
margin-top:30px;
text-align: center;
}
.reform{
text-align:left;
padding-bottom: 40px;
}

#sns{
text-align: center;
}
#sns img{
width: 100px;
}

#news{}
#news h3 {
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
margin: 50px 0 0;
position: relative;
font-size: 1.5rem;
overflow: hidden;
padding: 1rem 2rem 1rem 110px;
border: 2px solid #000;
}
#news h3:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 190px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #000;
}
#news h3 span {
  font-size: 1.2rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 1.2rem;
  padding-left: 13px;
  color: #fff;
}
#news table tr{
display: block;
margin: 0.5rem 0;
}
#news article{
padding: 1rem 2rem;
background: #F0F0F0;
}
#news a{
text-decoration: underline;
display: inline-block;
padding-left: 0.5rem;
}
#news p{
width: 100%;
text-align: right;
}


#point{
margin-top: 50px;
}
#point h3{
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: 700;
line-height: 0.9em;
}
#point h3::first-letter{
display: inline-block;
font-size: 1.5em;
color: #fff;
padding: 5px;
background-color: #000;
margin-right: 5px;
}
#point .col-md-6{
margin: 40px 0 0; /*line-height:0.9em;の影響で上と重なってしまうため50px*/
}
#point p{
margin: 10px 0 5px; /*line-height:0.9em;の影響で上と重なってしまうため50px*/
}
#point .content {
padding: 0 15px;
margin: 0;
text-align: center;
}
#point .more{
text-align: center;
cursor: pointer;
border-radius: 10px;
padding: 5px 10px;
background-color: #000;
font-size: 100%;
font-weight: 400;
color: #fff;
max-width: 200px;
margin-left: auto;
margin-right: auto;
}
#point .content p{
font-weight: 700;
padding: 0;
margin-top: 5px;
}

#showroom{
text-align: center;
position: relative;
margin-top: 50px;
}
#showroom h3 {
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
text-align: center;
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
  margin: 0 auto;
  font-weight: 900;
}
#showroom h3:before, #showroom h3:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#showroom h3:before {
  border-left: solid 1px #B0B0B1;
  border-top: solid 1px #B0B0B1;
  border-bottom: solid 1px #B0B0B1;
  left: 0;
}
#showroom h3:after {
  content: '';
  border-top: solid 1px #B0B0B1;
  border-right: solid 1px #B0B0B1;
  border-bottom: solid 1px #B0B0B1;
  right: 0;
}
#showroom .icon{
position: absolute;
top: 3px;
right: 0;
}
#showroom .icon img{
width: 40px;
margin-right: 10px;
text-align: right;
}
#showroom .row{
margin-top: 30px;
}
#showroom p{
margin: 30px 0 20px;
text-align: left;
}
#showroom button{
border: none;
border-radius: 10px;
padding: 10px 20px;
margin: 0 10px;
background-color: #646464;
font-size: 130%;
font-weight: 600;
color: #fff;
}
#showroom .mitsumori{
margin-top: 100px;
position: relative;
}
#showroom .mitsumori .icon{
position: absolute;
top: 3px;
right: 0;
}
#showroom .mitsumori p{
text-align: center;
}
#showroom .mitsumori .s-box{
margin-top: 30px;
}
#showroom .mitsumori .s-box img{
width: 100%;
}
#showroom .mitsumori a{
vertical-align: top;
}
/*ボタン装飾*/
.mitsumori label {
padding: 8px 20px;
margin: 0 10px;
font-weight: bold;
border: solid 2px black;
cursor :pointer;
border-radius:10px;
vertical-align: top;
font-size: 110%;
font-weight: 600;
}
/*ボタンホバー時*/
.mitsumori label:hover {
    background: #efefef;
}
/*チェックは見えなくする*/
.mitsumori input {
    display: none;
}
/*中身を非表示にしておく*/
.mitsumori .hidden_show1 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.mitsumori input:checked ~ .hidden_show1 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
#showroom .swiper-container{
margin-top: 20px;
}
#showroom .swiper-slide{
border: 1px solid #646464;
}


#outerwall{
margin-top: 100px;
padding: 50px 0;
background-image: url("/img/outerwall_back.jpg");
background-size: cover;
}
#outerwall h3{
text-align: center;
}
#outerwall h4{
border-bottom: dotted 2px #D8D8D8;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
#outerwall ol {
margin-top: 30px;
counter-reset:number; /*数字をリセット*/
list-style-type: none!important; /*数字を一旦消す*/
padding-left: 15px;
padding-right: 15px;
}
#outerwall li {
position: relative;
line-height: 1.5em;
padding: 0.5em 0.5em 0.5em 35px;
margin-top: 10px;
}
#outerwall li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #000;
  color: white;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.outerwallimg{
margin: 15px auto;
max-width: 600px;
}
.outerwallimg img{
width: 100%;
}


#outerwall .kangae{
margin: 30px 0 0;
padding: 20px;
background:rgba(255,255,255,0.7);
}
#outerwall .kangae h4{
border: none;
letter-spacing: 0.1em;
font-weight: 400;
margin-bottom: 20px;
text-align: center;
}
#outerwall .kangae-title{
text-align: center;
}
#outerwall .kangae-title .kangae-img{
max-width: 100%;
max-height: 200px;
}
.accordion-container {
  position: relative;
  width: 100%;
  cursor: pointer;
  padding: 0 2em 1em;
  text-align: left;
}
.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  background: #FFAB21;
  cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #FFC423;
  color: white;
}
.accordion-container .accordion-title:hover i:before,
.accordion-container .accordion-title:hover i:active,
.accordion-container .content-entry.open i {
  color: white;
}
.accordion-title{
  position: relative;
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.kangae-touroku{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.kangae-touroku iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.accordion-content {
  display: none;
  padding: 1em 1em 0;
}

/*---meyasu.html---*/
.kangae div{
margin-top: 20px;
}
.kangae h5{
text-align: center;
}
.kangae h6{
padding-bottom: 5px;
border-bottom: 1px solid #777;
font-size: 1.2em;
font-weight: 700;
}
.kangae table{
margin-bottom: 5px;
}
.kangae th{
font-weight: 300;
}
.kangae p{
font-size: 0.9em;
}
.kaiketsu{
margin-top: 30px;
background-image: url("../img/kangae02.png");
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
padding: 20px 0;
}
/*---end--meyasu.html---*/

menu{
margin: 80px 0;
text-align: center;
letter-spacing: 0.1em;
background-color: #D8D8D8;
padding: 10px;
}
menu a{
text-decoration: underline!important;
}

#example .box{
background-color: #FFF8DD;
border-radius: 20px;
padding: 17px 5px;
position: relative;
margin-bottom: 25px;
}
#example h4{
background-color: #000;
padding: 5px 5px;
color: #fff;
font-size: 0.9em;
position: absolute;
top:15px;
right:15px;
z-index: 9999;
}
.swiper-slide img {
width: 100%;
}
#example .price{
margin-top: 10px;
line-height: 1.4em;
color: #545454;
}
#example .price p{
font-weight: 700;
}
#example .price font{
font-size: 1.5em;
color: #FFAD10;
}
#example .price .tax{
font-size: 0.8em;
font-weight: 500;
color: #545454;
}
#example .detail h5{
font-weight: 700;
font-size: 1.3em;
}
#example .detail span{
display: inline-block;
background-color: #FFAD10;
padding: 0px 10px;
color: #fff;
font-size: 0.9em;
font-weight: 700;
border-radius: 15px;
margin-right: 10px;
}
#example .detail p{
margin-top: 10px;
font-size: 0.9em;
line-height: 1.4em;
}
#example .content {
padding: 0;
margin: 0;
}
#example .more{
text-align: center;
cursor: pointer;
border-radius: 10px;
padding: 10px 20px;
background-color: #FFAD10;
font-size: 130%;
font-weight: 600;
color: #fff;
width: 200px;
margin-left: auto;
margin-right: auto;
}
#example ul,#example li {
list-style: none;
}
#example ul {
padding: 0 15px;
}
#example02 {
margin-top: 50px;
}
#example02 h5{
color: #fff;
text-align: center;
padding: 10px 5px;
border-radius:25px;
background: #000;
margin-top: 30px;
}
#example02 .example_box{
text-align: center;
}
#example02 h6{
margin: 10px auto 10px;
position: relative;
line-height: 1.4;
padding:0.25em 1.5em;
display: inline-block;
top:0;
font-weight: 700;
letter-spacing: 0.1em;
}
#example02 h6:before, #example02 h6:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
#example02 h6:before {
  border-top: solid 1px #646464;
  border-left: solid 1px #646464;
  border-bottom: solid 1px #646464;
  left: 0;
}
#example02 h6:after {
  content: '';
  border-top: solid 1px #646464;
  border-right: solid 1px #646464;
  border-bottom: solid 1px #646464;
  right: 0;
}
#example02 .col-md-6{
margin-top: 10px;
}
#example02 .col-12{
text-align: center;
}
/*ボタン装飾*/
#example02 label {
padding: 8px 20px;
margin: 20px 10px;
font-weight: bold;
border: solid 2px black;
cursor :pointer;
border-radius:10px;
vertical-align: top;
font-size: 110%;
font-weight: 600;
}
/*ボタンホバー時*/
#example02 label:hover {
    background: #efefef;
}
/*チェックは見えなくする*/
#example02 input {
    display: none;
}
/*中身を非表示にしておく*/
#example02 .hidden_show2 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
#example02 .hidden_show3 {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
#example02 #label2:checked ~ .hidden_show2 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
#example02 #label3:checked ~ .hidden_show3 {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

#flow{
margin-top: 100px;
background: url("/img/flow_back.jpg") repeat-y ;
background-size: 100% auto;
padding: 50px;
position: relative;
}
#flow h4{
text-align: center;
font-weight: 300;
letter-spacing: 0.1em;
font-size: 1.8em;
}
#flow .box{
max-width: 1100px;
border: 2px solid #000;
margin: 30px auto;
background: #fff;
}
#flow .row{
padding: 20px;
}
#flow .row img{
width: 100%;
}
#flow .step{
position: absolute;
width: 100px;
background: #000;
padding: 10px 5px;
text-align: center;
color: #fff;
letter-spacing: 0.1em;
font-weight: 600;
}
#flow h5{
padding: 12px 0 5px 120px;
font-weight: 800;
}
#flow p{
font-size: 0.8em;
text-align: right;
}
#flow .comment{
max-width: 1100px;
margin: auto;
}
#flow .balloon1-right {
  position: relative;
  display: inline-block;
  padding: 15px 18px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #fff;
}
#flow .balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #fff;
}
#flow .balloon1-right p {
  margin: 0;
  padding: 0;
}
#flow .balloon1-right h6{
font-weight:800;
color:#646464;
}

#loan{
background: url(/img/loan_back.jpg);
background-size: cover;
padding: 50px 0;
}
#loan h4{
text-align: center;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: 700;
line-height: 1.5em;
}
#loan p{
margin-top: 30px;
}

#company{
padding: 60px 0 50px;
background: url("/img/logo.png") no-repeat right 15px top 15px;
background-size: 70px;
}
#company h4{
line-height: 1.5em;
}
#company .row{
padding-left: 0;
padding-right: 0;
}
#company .col-sm-4 img{
width: 100%;
}
#company .col-md-5,#company .col-md-7,#company .col-md-12{
padding-top: 20px;
}
#company h5{
background: #000;
border-radius: 10px;
padding: 8px 30px;
color: #fff;
font-size: 1em;
letter-spacing: 0.1em;
display: inline-block;
}
#company th{
padding-right: 20px;
font-weight: 300;
}
#company .maker img{
height: 30px;
}

#info{
margin-top: 50px;
}
#info h4{
text-align: center;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: 700;
font-size: 1.8em;
}

#map h2{
text-align: center;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-weight: 700;
letter-spacing: 0.3em;
}
#map h2 span{
font-size: 0.8em;
font-weight: 500;
letter-spacing: 0em;
}
#map p{
text-align: center;
margin-top: 30px;
}
#map span{
font-size: 2em;
}


/*footer*/
footer{
background-color: #F0F0F0;
margin-top: 50px;
text-align: center;
padding: 10px;
}
footer p{
font-size: 85%;
margin: 7px 0 0 7px;
line-height: 1.2em;
}


/*RSS新着記事一覧*/
.RSS-Inner-Card{
   display: flex;
   flex-wrap: wrap;/*折返し許可*/
}
.RSS-Inner-Card-Item{
  width: calc((100% - 10px * 2) / 3);/*PCのときは3列*/
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  .RSS-Inner-Card-Item{
    width: 100%;/*スマホのときは１列にする*/
  }
}
.RSS-Inner-Card-Item:not(:nth-child(3n-2)){
  margin-left: 10px;
}
.RSS-Inner-Card-Item:not(:nth-child(-n+3)){
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .RSS-Inner-Card-Item:not(:nth-child(3n-2)){
    margin-left: 0;
  }
  .RSS-Inner-Card-Item:not(:nth-child(-n+3)){
    margin-top: 0;
  }
  .RSS-Inner-Card-Item:not(:nth-child(1)){
    margin-top: 10px;
  }
}
.RSS-Inner-Card-Item-ImgBox{
  width: 100%;
}
.RSS-Inner-Card-Item-ImgBox-Img{
  width: 100%;
  padding-top: 56.25%;/*画像縦横比率維持*/
}
.RSS-Inner-Card-Item-Title{
  margin-top: 10px;
  color: #5bc8ac;
  font-size: 16px;
}
.RSS-Inner-Card-Item-Text{
  margin-top: 8px;
  line-height: 1.8;
  color: #666;
  font-size: 14px;
}