-@charset "UTF-8";
/* CSS Document */

@keyframes delay {
  0%, 40%, 100% { 
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
background-color: #ffffff;
margin: 0;
padding: 0;
}
    
th{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
margin-right: 50px;
line-height: 40px;
height: 40px;
text-align: left;
}
    
td{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;   
height: 40px;
line-height: 40px;
}

.loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  perspective: 800px;
}

.inner {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 50%;  
}

.inner.one {
  left: 0%;
  top: 0%;
  animation: rotate-one 1s linear infinite;
  border-bottom: 3px solid #FFFFFF;
}

.inner.two {
  right: 0%;
  top: 0%;
  animation: rotate-two 1s linear infinite;
  border-right: 3px solid #FFFFFF;
}

.inner.three {
  right: 0%;
  bottom: 0%;
  animation: rotate-three 1s linear infinite;
  border-top: 3px solid #FFFFFF;
}

@keyframes rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 3s;
  z-index: 9999999999999999999999999999999999999999999999999999999999999;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at center, #AE0F21 0%, #8F192E 100%);
  margin: 0;
  padding: 0;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

a{
  transition: .3s;
  color: #000000;
  cursor: pointer;
}
a:visited {text-decoration: none;}
a:hover {color: #6d2132;}

#top-contents{
width: 100vw;
height: 100vh;
text-align: center;
background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #EEEEEE 90%);
background-image: url("../img/top-back.jpg");
background-position: center top;
background-size: cover;
position: relative;
}

#top-contents2{
width: 100vw;
height: 40vh;
text-align: center;
background-image: radial-gradient(circle farthest-corner at center, #FFFFFF 0%, #EEEEEE 90%);
background-image: url("../img/top-back2.jpg");
background-position: center top;
background-size: cover;
position: relative;
}

#contents{
width: 100vw;
position: relative;
}

#content-cont{
width: 90%;
margin: 0 auto;
}

#title-cont{
width: 20%;
height: 190px;
display: flex;
justify-content: center;
align-items: center;
background: -moz-linear-gradient(top left, #a42d2c, #6d2132); 
background: -webkit-linear-gradient(top left, #a42d2c, #6d2132); 
background: linear-gradient(to bottom right, #a42d2c, #6d2132); 
margin-top: -120px;
}

#title-cont-cont{
width: 100%;
color: #fff;
text-align: center;
font-family: 'Lora', serif;
letter-spacing: 5px;
font-size: 25px;
text-align: center;
}

#title-cont-cont img{
width: 15%;
margin-bottom: 10px;
}

#header-contents{
width: 100%;
height: 100px;
position: fixed;
top:0;
}

#header-contents-left{
width: 20%;
height: 100px;
float: left;
position: relative;
}

#logo{
width: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

#logo img{
width: 100%;
}

#logo-b{
width: 50%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

#logo-b img{
width: 100%;
}

#header-contents-right{
width: 75%;
float: right;
}

h1{
color: #000;
font-family: 'Cormorant Garamond', serif;
font-size: 30px;
letter-spacing: 2px;
}

h2{
font-family: 'Cormorant Garamond', serif;
font-size: 26px;
letter-spacing: 2px;
color: #6d2132;
}

h3{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 18px;
letter-spacing: 2px;
color: #000;
font-weight: 400;
margin-top: -10px;
border-bottom: 1px solid #000;
padding-bottom: 10px;
width: 100%;
}

p{
color: #000;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 14px;
line-height: 2em;
}

#copy{
color: #9B744B;
font-family: 'Cormorant Garamond', serif;
font-size: 12px;
position: fixed;
bottom: 7px;
z-index:9999999;
}

#tagline{
  position: absolute;
  top: 40%;
  left: 8%;
  transform: translateY(-40%) translateX(-8%);
  -webkit- transform: translateY(-40%) translateX(-8%);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2vw;
  text-align: left;
  letter-spacing: 3px;
}

#tagline span{
  font-size: 1vw;
  font-family: 'Cormorant Garamond', serif;
  text-align: left;
  letter-spacing: 1px;
  color: #6d2132;
}

@keyframes fadein{
    from{
    opacity: 0;
    transform: translatesy(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:fixed;
  right:3%;
  bottom:3%;
  height:100px;
  z-index: -1;
}


/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 100px;
  background: #6d2132;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:50px;
    opacity: 1;
  }
  100%{
    height:0;
    top:100px;
    opacity: 0;
  }
}

#news{
width: 100%;
height: 80px;
margin: 0 auto;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 20px;
line-height: 80px;
}

#news span{
height: 80px;
margin: 0 auto;
font-family: 'Cormorant Garamond', serif;
font-size: 20px;
letter-spacing: 2px;
line-height: 80px;
float: left;
margin-right: 10px;
margin-left: 10px;
display: block;
}

.lined{
width: 200px;
height: 80px;
display: block;
background-image: url("../img/b-line.svg");
float: left;
padding-right: 10px;
padding-left: 10px;
display: block;
}

.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  font-weight: normal;
  color: #000;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
  background-color: #eaeaea;
  color: #000;
}

.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 #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  padding-left: 355px;
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#contet-100{
width: 100%;
margin-top: 150px;
margin-bottom: 50px;
}


#contet-100-left{
width: 40%;
float: left;
margin-left: 6%;
}

#contet-100-right{
width: 50%;
min-height: 400px;
float: right;
position: relative;
background-image: url("../img/about-image.jpg");
background-position: center center;
}

#contet-100-left2{
width: 50%;
float: left;
position: relative;
background-image: url("../img/company-image.jpg");
background-position: right center;
background-size: cover;
min-height: 400px;
}

#contet-100-right2{
width: 40%;
float: right;
margin-right: 6%;
}

.underline{
width: 100%;
height: 5px;
display: block;
background: -moz-linear-gradient(top left, #a42d2c, #6d2132); 
background: -webkit-linear-gradient(top left, #a42d2c, #6d2132); 
background: linear-gradient(to bottom right, #a42d2c, #6d2132); 
position: absolute;
bottom: 0;
}

#service{
width: 100%;
min-height: 300px;
background-image: url("../img/service.jpg");
background-size: cover;
margin-top: 100px;
}

#service-cont{
width: 88%;
margin: 0 auto;
}

#service-cont h2{
font-family: 'Cormorant Garamond', serif;
font-size: 26px;
letter-spacing: 2px;
color: #fff;
padding-top: 80px;
}

#service-cont h3{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 18px;
letter-spacing: 2px;
color: #fff;
font-weight: 400;
margin-top: -10px;
border-bottom: none;
padding-bottom: 10px;
width: 98%;
}

#service-cont p{
color: #fff;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 14px;
line-height: 2em;
}

header{
background-image: url("../img/whiteback.png");
width: 100%;
z-index: 9999;
height: 100px;
position: relative;
display: none;
border-bottom: 1px solid #6d2132;
}

.fixed{
position: fixed;
top: 0;
left: 0;
display: block;
}

.menu{
width: 20%;
float:right;
display: flex;
justify-content: center;
align-items: center;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 14px;
letter-spacing: 2px;
height: 100px;
animation-name: fadeon;
animation-duration: 3s;
text-align: center;
cursor: pointer;
}

@keyframes fadeon{
    from{
    opacity: 0;
    transform: translatesy(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}

#menu-contents{
width: 100%;
height: 100px;
top:0;
}

#menu-contents-left{
width: 20%;
height: 100px;
float: left;
position: relative;
}

#menu-contents-right{
width: 75%;
float: right;
text-align: 
}

.hide{
  opacity: 0;
  transition: all 0.5s;
}

#footer{
width: 100%;
margin: 0 auto;
z-index: 99999999999999999999999999999;
background: -moz-linear-gradient(top left, #a42d2c, #6d2132); 
background: -webkit-linear-gradient(top left, #a42d2c, #6d2132); 
background: linear-gradient(to bottom right, #a42d2c, #6d2132); 
color: #fff;
display: block;
}

#footer-left{
width: 94%;
float: left;
}

#footer-left-content{
width: 87%;
margin: 0 auto;
margin: 0 auto;
}

#footer-left-content p{
color: #fff;
}

#footer-logo{
width: 17%;
margin-top: 30px;
}

#footer-logo img{
width: 100%;
}


#footer-right{
width: 6%;
float:right;
background-color: #fff;
display: block;
text-align: center;
}

#footer-right img{
width: 40%;
margin:0 auto;
padding-top: 30px;
padding-bottom: 30px;
}

#footer-copy{
width: 100%;
height: 30px;
text-align: center;
font-family: 'Cormorant Garamond', serif;
font-size: 13px;
letter-spacing: 1px;
}

#tel{
font-family: 'Cormorant Garamond', serif;
font-size: 22px;
letter-spacing: 2px;
}

.footer-menu{
width: 20%;
float:left;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 14px;
letter-spacing: 2px;
height: 100px;
animation-name: fadeon;
animation-duration: 3s;
text-align: center;
cursor: pointer;
color: #fff;
text-align: left;
}


.footer-allmenu{
width: 100%;
display: block;
}


#contact-100{
width: 100%;
margin-top: 150px;
margin-bottom: 50px;
background-color: #eaeaea;
height: 650px;
}

#contact-100-2{
width: 100%;
margin-bottom: 50px;
background-color: #fff;
height: 650px;
}


#contact{
width: 88%;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 30px;
}

#contact-100-left{
width: 47%;
float: left;
}

#contact-100-right{
width: 47%;
float: right;
}

#contact-100-right p{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


#form{
width: 100%;
display: block;
padding-bottom: 30px;
margin-bottom: 30px;
}

#form-left{
width: 35%;
float: left;
line-height: 30px;
}

#form-left p{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#form-right{
width: 60%;
float: right;
color: #6d2132;
font-size: 14px;
line-height: 30px;
}

#form-right p{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.formbuttons{
    width: 100%;
}

.formbuttons-left{
    width: 48%;
    float: left;
}

.formbuttons-right{
    width: 48%;
    float: right;
}

.formbutton {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    background-color: #CCCCCC;
    border: 2px solid #CCCCCC;
    color: #6d2132;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    cursor: pointer;
}

.formbutton::before,
.formbutton::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.formbutton,
.formbutton::before,
.formbutton::after {                        
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.formbutton:hover {
  background-color: #6d2132;
  border-color: #6d2132;
  color: #fff;
}

input{
    width: 80%;
    height: 30px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #666666;
    background: #EAEAEA;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    font-size: 14px;
    transition: ease-in-out 0.25s;
    line-height: 30px;
    margin-right: 5px;
}
  textarea {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border: 1px solid #666666;
    background: #EAEAEA;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    font-size: 14px;
    transition: ease-in-out 0.25s;
    line-height: 30px;
    margin-right: 5px;
  }

input-internal-autofill-selected {
background-color: #999;
      }

#history{
width: 100%;
margin: 0 auto;
text-align: center;
}

#history-cont{
width: 88%;
margin: 0 auto;
}

#history-cont-left{
width: 45%;
text-align: left;
float: left;
}

#history-cont-right{
width: 45%;
text-align: left;
float: right;
}

#service-content{
width: 88%;
margin: 0 auto;
background-color: #fff;
position: relative;
min-width: 300px;
display: block;
}

#service-content2{
width: 80%;
margin: 0 auto;
position: relative;
padding-top: 60px;
}

#service-content2 ul{
margin: 0 ;
padding: 0;
}

.upperline{
width: 100%;
height: 5px;
display: block;
background: -moz-linear-gradient(top left, #a42d2c, #6d2132); 
background: -webkit-linear-gradient(top left, #a42d2c, #6d2132); 
background: linear-gradient(to bottom right, #a42d2c, #6d2132); 
position: absolute;
top: 0;
}

#service-detail{
width:  100%;
margin: 0 auto;
}

#service-detail img{
width: 100%;
}


#service-detail h2{
color: #6d2132;
padding-top: 0;
}

#service-detail h2 span{
font-size: 1.4em;
margin-left: 10px;

}

#service-detail h3{
color: #000;
}

#service-detail p{
color: #000;
}

.dt{
display: block;
}
.mob{
display: none;
}

/*menu*/
.m-menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 40px;
    width: 30px;
    z-index: 999999;
    display: none;
}

.menu__line{
    background: #6d2132;;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
    background: #fff;
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
    background: #fff;
}

/*gnav*/
.gnav{
background: -moz-linear-gradient(top left, #a42d2c, #6d2132); 
background: -webkit-linear-gradient(top left, #a42d2c, #6d2132); 
background: linear-gradient(to bottom right, #a42d2c, #6d2132); 
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
    opacity: 0.9;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}
.gnav__menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    list-style: none;
    padding-inline-start:0px;
}

.gnav__menu__item{
    margin: 20px 0 15px 0;
    list-style: none;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 2.5vh;
    text-decoration: none;
    transition: .5s;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
    margin-top: 30px;
}

.gnav__menu__item a span{
    color: #fff;
    font-size: 2vh;
    text-decoration: none;
    transition: .5s;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    margin-top: 30px;
    opacity: 0.7;
}

.gnav__menu__item a:hover{
    color: #ccc;
}


.nav-logo{
width: 15%;
margin: 0 auto;
margin-bottom: 30px;
}

.nav-logo img{
width: 100%;
}

@media all and (-ms-high-contrast: none){
    
/*gnav*/
.gnav{
background: -moz-linear-gradient(top left, #a42d2c, #6d2132); 
background: -webkit-linear-gradient(top left, #a42d2c, #6d2132); 
background: linear-gradient(to bottom right, #a42d2c, #6d2132); 
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
}
.gnav__menu{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
    
.gnav__menu__item{
    margin: 15px 0 15px 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 2vh;
    text-decoration: none;
    transition: .5s;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}
.gnav__menu__item a:hover{
    color: #666;
}

}

input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
    
input[type="reset"] {
-webkit-appearance: none;
border-radius: 0;
}

/* タブレット縦 */
@media screen and (max-width: 1024px) { 
    
#logo{
width: 70%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

#logo img{
width: 100%;
}

#logo-b{
width: 70%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

#logo-b img{
width: 100%;
}
    
#header-contents-left{
width: 30%;
height: 100px;
float: left;
position: relative;
}

#header-contents-right{
width: 65%;
float: right;
}

#menu-contents-left{
width: 30%;
height: 100px;
float: left;
position: relative;
}

#menu-contents-right{
width: 65%;
float: right;
text-align: 
}

.menu{
display: none;
}
    
#tagline{
  position: absolute;
  top: 40%;
  left: 8%;
  transform: translateY(-40%) translateX(-8%);
  -webkit- transform: translateY(-40%) translateX(-8%);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.5vw;
  text-align: left;
  letter-spacing: 3px;
}

#tagline span{
  font-size: 1.9vw;
  font-family: 'Cormorant Garamond', serif;
  text-align: left;
  letter-spacing: 1px;
  color: #6d2132;
}
    
#title-cont{
width: 40%;
height: 190px;
display: flex;
justify-content: center;
align-items: center;
background: -moz-linear-gradient(top left, #a42d2c, #6d2132); 
background: -webkit-linear-gradient(top left, #a42d2c, #6d2132); 
background: linear-gradient(to bottom right, #a42d2c, #6d2132); 
margin-top: -120px;
}

#title-cont-cont{
width: 100%;
color: #fff;
text-align: center;
font-family: 'Cormorant Garamond', serif;
letter-spacing: 5px;
font-size: 22px;
text-align: center;
}

#title-cont-cont img{
width: 15%;
margin-bottom: 10px;
}

.lined{
width: 50px;
height: 80px;
display: block;
background-image: url("../img/b-line.svg");
background-position: left center;
float: left;
padding-right: 10px;
padding-left: 10px;
display: block;
}
    
#news{
width: 100%;
height: 80px;
margin: 0 auto;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 16px;
line-height: 80px;
}
    
.accordion-content {
  display: none;
  padding-left: 0;
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
    
#contet-100{
width: 90%;
margin-top: 50px;
margin-bottom: 50px;
margin: 0 auto;
}

#contet-100-left{
width: 100%;
float: left;
margin: 0 auto;
}

#contet-100-right{
width: 100%;
height: 200px;
min-height: 200px;
float: left;
position: relative;
background-image: url("../img/about-image.jpg");
background-position: center center;
}

#service-content{
width: 100%;
margin: 0 auto;
background-color: #fff;
position: relative;
min-width: 300px;
display: block;
}

#contet-100-left2{
width: 100%;
float: left;
position: relative;
background-image: url("../img/company-image.jpg");
background-position: right top;
background-size: cover;
min-height: 230px;
margin-top: 50px;
}

#contet-100-right2{
width: 100%;
float: left;
margin-right: 0;
}
    
#form{
width: 100%;
display: block;
padding-bottom: 30px;
margin-bottom: 30px;
}

#form-left{
width: 100%;
float: left;
line-height: 30px;
}

#form-left p{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

#form-right{
width: 100%;
float: left;
color: #6d2132;
font-size: 14px;
line-height: 30px;
}
    
#contact-100{
width: 100%;
margin-top: 100px;
margin-bottom: 50px;
background-color: #eaeaea;
height: 1150px;
}

#contact{
width: 88%;
margin: 0 auto;
padding-top: 30px;
padding-bottom: 30px;
}

#contact-100-left{
width: 100%;
float: left;
}

#contact-100-right{
width: 100%;
float: left;
}

#contact-100-right p{
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
    
.formbuttons{
    width: 100%;
    margin-top: 50px;
}

#footer-left{
width: 90%;
float: left;
}

#footer-left-content{
width: 87%;
margin: 0 auto;
margin: 0 auto;
}

#footer-left-content p{
color: #fff;
}

#footer-logo{
width: 25%;
margin-top: 30px;
}

#footer-logo img{
width: 100%;
}


#footer-right{
width: 10%;
float:right;
background-color: #fff;
display: block;
text-align: center;
}

#footer-right img{
width: 40%;
margin:0 auto;
padding-top: 30px;
padding-bottom: 30px;
}

.footer-allmenu{
width: 100%;
display: none;
}

.mob{
display: none;
}

.m-menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 40px;
    width: 30px;
    z-index: 999999;
    display: block;
}

/*gnav*/
.gnav{
background: -moz-linear-gradient(top left, #a42d2c, #6d2132); 
background: -webkit-linear-gradient(top left, #a42d2c, #6d2132); 
background: linear-gradient(to bottom right, #a42d2c, #6d2132); 
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}
.gnav__menu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.gnav__menu__item{
    margin: 5% 0 0 0;
}
.gnav__menu__item a{
    color: #fff;
    font-size: 2.5vh;
    text-decoration: none;
    transition: .5s;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}
.gnav__menu__item a:hover{
    color: #666;
}
    
.nav-logo{
width: 30%;
margin: 0 auto;
margin-bottom: 30px;
}

.nav-logo img{
width: 100%;
}

.mob{
display: block;
}
    
.dt{
display: none;
}

}



/* スマホ横 */
@media screen and (max-width: 896px) { 

.menu{
display: none;
}

}

/* スマホ縦 */
@media screen and (max-width: 480px) { 
    
#header-contents-left{
width: 50%;
height: 80px;
float: left;
position: relative;
}

#header-contents-right{
width: 50%;
float: right;
}
    
#menu-contents-left{
width: 50%;
height: 80px;
float: left;
position: relative;
}

#menu-contents-right{
width: 50%;
float: right;
text-align: 
}
    
#logo{
width: 70%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

#logo img{
width: 100%;
}

#logo-b{
width: 70%;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}

#logo-b img{
width: 100%;
}
    
#tagline{
  position: absolute;
  top: 40%;
  left: 14%;
  transform: translateY(-40%) translateX(-8%);
  -webkit- transform: translateY(-40%) translateX(-8%);
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 21px;
  text-align: left;
  letter-spacing: 3px;
}

#tagline span{
  font-size: 15px;
  font-family: 'Cormorant Garamond', serif;
  text-align: left;
  letter-spacing: 1px;
  color: #6d2132;
}

header{
background-image: url("../img/whiteback.png");
width: 100%;
height: 80px;
position: relative;
display: none;
border-bottom: 1px solid #6d2132;
}


#menu-contents{
width: 100%;
height: 80px;
top:0;
}
    
#title-cont{
width: 100%;
height: 180px;
display: flex;
justify-content: center;
align-items: center;
background: -moz-linear-gradient(top left, #a42d2c, #6d2132); 
background: -webkit-linear-gradient(top left, #a42d2c, #6d2132); 
background: linear-gradient(to bottom right, #a42d2c, #6d2132); 
margin-top: -100px;
}

#title-cont-cont{
width: 100%;
color: #fff;
text-align: center;
font-family: 'Cormorant Garamond', serif;
letter-spacing: 5px;
font-size: 22px;
text-align: center;
}

#title-cont-cont img{
width: 10%;
margin-bottom: 10px;
}
    
#news{
width: 100%;
height: 80px;
margin: 0 auto;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 13px;
line-height: 80px;
padding-left: 10px;
}
    
.menu{
display: none;
}

.footer-allmenu{
width: 100%;
display: none;
}

.mob{
display: block;
}
    
.dt{
display: none;
}
    
p{
color: #000;
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
font-size: 14px;
line-height: 1.5em;
}
    
#footer-logo{
width: 50%;
margin-top: 30px;
}
    
#footer-left{
width: 80%;
float: left;
}

#footer-left-content{
width: 80%;
margin: 0 auto;
}

#footer-right{
width: 18%;
float:right;
background-color: #fff;
display: block;
text-align: center;
}

#footer-right img{
width: 50%;
margin:0 auto;
padding-top: 30px;
padding-bottom: 30px;
}

#news span{
display: none;
}
    
#service-content2{
width: 60%;
margin: 0 auto;
position: relative;
padding-top: 60px;
}
    
.m-menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 30px;
    width: 30px;
    z-index: 999999;
    display: block;
}

.gnav__menu__item a{
    color: #fff;
    font-size: 2.5vh;
    text-decoration: none;
    transition: .5s;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
}
    
.nav-logo{
width: 50%;
margin: 0 auto;
margin-bottom: 30px;
}

.nav-logo img{
width: 100%;
}
    
.m-spacer{
width: 100%;
height: 70px;
display: block;
}
    
.m-spacer2{
width: 100%;
height: 5px;
display: block;
}
    
input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
    
input[type="reset"] {
-webkit-appearance: none;
border-radius: 0;
}

}