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

body{
background-color: #fff;
margin: 0;
padding: 0;
transition: all 1s;
-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
animation: fadeIn 1.5s ease 0s 1 normal;
color: #666;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

a{
  transition: .3s;
  color: #b27c6f;
  cursor: pointer;
}
a:visited {text-decoration: none;}

@keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

h2{
font-family: 'Cormorant Garamond', serif;
font-size: 24px; 
margin-bottom: 10px;
color: #b27c6f;
letter-spacing: 3px;
}

h3{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 15px; 
margin-bottom: 10px;
color: #666;
}

.s-1{
width: 100vw;
height: 100vh;
background-image: url("../img/image1.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}

.s-2{
width: 100vw;
height: 100vh;
background-image: url("../img/image2.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}


.swiper-slide div { 
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}


.lineup-t{
font-family: 'Cormorant Garamond', serif;
width: 100%;
color: #fff;
font-size: 2.5vw; 
margin-top: 1%;
margin-bottom: 1%;
}

.cc-info{
color: #5a6578;
font-size: 0.8em; 
} 

#grade{
display: block;
width: 100%;
padding: 5%;
text-align: left;
background-color: #d9c4b6;
color: #666;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2em;
}

#grade p{
color: #666;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2em;
}

#gallery{
width: 100vw;
height: 100vh;
z-index: 99999;
position: absolute;
}

.pace-running #gallery {
  display:none;
}

#animation_container {
	position: absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
  }

.slide-title{
width: 80%;
font-family: 'Cormorant Garamond', serif;
font-size: 6vw;
line-height: 0.7em;
color: #fff;
position: fixed;
text-align: left;
padding-left:1%;
padding-top:0.8%;
}

.slide-title span{
font-family: 'Cormorant Garamond', serif;
font-size: 3vw;
color: #fff;
text-align: left;
}


#header-area{
width: 100%;
padding-top: 1%;
text-align: center;
position: fixed;
z-index: 999999;

}

#header-area img{
width: 5%;
margin: 0 auto;
}
  
.l-menu{
    padding-left: -40px;
        }

.menu__item {
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'Cormorant Garamond', serif;
}

.menu__item__link {
  color: #fff;
  display: block;
  padding: 0 1rem;
  position: relative;
  text-decoration: none;
  padding: 5px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
}

.submenu {
  display: none;
  padding: 0;
  margin: 0;
}
.submenu__item {
  color: #222;
  padding: 5px;
  text-decoration: none;
  background-color: #0c2340;
  text-decoration: none;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: #96a2a8;
}
        
.submenu__item a{
  text-decoration: none;
  color: #96a2a8;
}


.page-area{
width: 100vw;
margin: 0 auto;
position: relative;
}

.page-area2{
width: 100vw;
height: auto;
margin: 0 auto;
position: relative;
padding-top: 10px;
}

.page-area-content{
    width: 90%;
    margin: 0 auto;
}

.page-area-left{
    width: 20%;
    height: 100vh;
    float: left;
}

.page-area-right{
    width: 100%;
    height: 100vh;
    float: right;
}

.page-area-right-2{
    width: 100%;
    float: right;
}


.page-area-left p{
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 6vw;
    letter-spacing: 2%;
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    text-indent: 2.9em;
    white-space: nowrap;
}


#content-area{
width: 100%;
margin: 0 auto;
position: relative;
top: 50%;
-webkit-transform : translateY(-50%);
transform : translateY(-50%);
}

#content-area p{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2em;
}

#content-area-2{
width: 100%;
margin: 0 auto;
position: relative;
padding-top: 10%;
}

#content-area-2 p{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2em;
}


#content-area2{
width: 60%;
margin: 0 auto;
}

#content-area2 p{
color: #fff;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2em;

}

.header-image{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/product.jpg) ;
}

.header-image-contact{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/contact.jpg) ;
}

.header-image-gallery{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/gallery.jpg) ;
}


#pagetitle{
width: 75%;
margin: 0 auto;
color: #fff;
font-family: 'Cormorant Garamond', serif;
font-size: 8vw;
padding-top: 15%;
}

.mini-t{
font-size: 2vw;
padding-top: 30px;
}


.footer-area{
width: 100%;
bottom: 0;
color: #d9c4b6;
text-align: center;
font-size: 1vw; 
padding-bottom: 15px;
font-family: 'Cormorant Garamond', serif;
}


.button {
    display: inline-block;
    width: 100%;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    outline: none;
    background-color: #036eb8;
    border: 2px solid #036eb8;
    color: #8aa0ac;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Cormorant Garamond', serif;
    padding: 0;
}

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


.button:hover {
  background-color: #2d98d5;
  border-color: #2d98d5;
  color: #8aa0ac;
}

.multiple { padding: 0;}
.multiple img { width: 100%;}
.multiple div { margin: 5px;}
.multiple .slick-next { right: 17px;　z-index: 100; position: absolute;}
.multiple .slick-prev { left: 34px; z-index: 100; position: absolute;}

.multiple2 { padding: 0;}
.multiple2 img { width: 100%;}
.multiple2 div { margin: 5px;}
.multiple2 .slick-next { right: 17px;　z-index: 100; position: absolute;}
.multiple2 .slick-prev { left: 34px; z-index: 100; position: absolute;}

.multiple-txt{
display: block;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
width: 100%;
font-size: 12px;
color: #036eb8;
line-height: 12px;
text-align: center;
margin: 0 auto;
margin-top: 5px;
padding-top: 5px;
line-height: 1.8em;
}


#gallery-part{
width: 100%;
margin: 0 auto;
}

#gallery-part-pic{
width: 31.3%;
float: left;
padding: 1%;
}

#gallery-part-pic img{
width: 100%;
margin: 0 auto;
}

.MarkerImage img{
width: 100%;
}

    
table {
 width: 100%;
 margin: 0 auto;
 margin-top: 30px;
 margin-bottom: 30px;
}
.tbl-r02 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
}
.tbl-r02 td {
  background-color: #182e52;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tbl-r03 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.tbl-r03 td {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

input[type="text"]{
	width:100%;
    height: 30px;
	font-size:110%;
	display:block;
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
}

textarea {
	width:100%;
	font-size:110%;
	display:block;
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
}


table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding:10px;
    color: #666;
}
table.formTable th{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	width:30%;
	font-weight:normal;
	background:#b27c6f;
	text-align:left;
    border: solid 1px #d9c4b6;
    color: #FFF;
}

p.error_messe{
	margin:5px 0;
	color:red;
}

.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: #b27c6f;
    border: 2px solid #b27c6f;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.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: #fff;
  border-color: #fff;
  color: #b27c6f;
}

#footer-logo-area{
width: 100%;
text-align: center;
z-index: 999999;
margin: 0 auto;
margin-bottom: -10px;
opacity: 0.7;
}

#footer-logo-area img{
width: 10%;
margin: 0 auto;
}


.Item-Box {
  overflow: hidden;
}
.Item-Box-ImgBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%,0,0);
  transform: translate3d(-100.5%,0,0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.Item-Box.isShow .Item-Box-ImgBox {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.Item-Box-ImgBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #96a2a8;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.Item-Box.isShow .Item-Box-ImgBox:before {
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.Item-Box-ImgBox-Img {
  width: 100%;
  padding-top: 62.5%;/*画像比率指定*/
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}

.product .main {
  margin-bottom: 10px;
}

.product  .thumbnail .swiper-slide {
  cursor: pointer;
  opacity: .7;
}

.product  .thumbnail .swiper-slide-active {
  opacity: 1;
}

.product  .thumbnail .swiper-wrapper{
  margin-left: calc(-37.5% - 5px);
}

.swiper-slide a{
display: block;
width: 100vw;
height: 100vh;
cursor: pointer;
}

.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.f-page{
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
font-size: 18px;
margin-top: 30px;
padding-top: 15px;
margin: 0 auto;
text-align: center;
}

.f-page a{

text-decoration: none;

}


#bread_list{
font-family: 'Cormorant Garamond', serif;
text-decoration: none;
font-size: 20px;
padding-bottom: 40px;
text-align: left;
color: #96a2a8;
display: block;
width: 100%;
}

#bread_list a{
text-decoration: none;
}

#product-corner{
width: 100%;
border: solid 15px #036eb8;
padding: 5%;
}

#product-corner img{
width: 100%;
}

.product-title{
width: 100%;
height: 75px;
border-bottom: 1px solid #036eb8;
border-top: 1px solid #036eb8;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 8px;
}

.product-title-left{
width: 45%;
float: left;
text-align: left;
font-family: 'Noto Sans JP', sans-serif;
color: #036eb8;
font-size: 20px;
}

.product-title-left span{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #036eb8;
font-size: 14px;
}

.product-title-right span{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #036eb8;
font-size: 14px;
}

.product-title-right{
width: 45%;
float: right;
text-align: right;
font-family: 'Noto Sans JP', sans-serif;
color: #036eb8;
font-size: 20px;
}

#movies{
width: 100%;
margin: 0 auto;
}

.button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin-bottom: 40px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button {
  background-color: #b27c6f;
  border: 2px solid #b27c6f;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #b27c6f;
  color: #b27c6f;
}

.c-logo{
width: 15%;
margin-bottom: 20px;
}

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

.swiper-slide img{
  height: 40vh;
  width: inherit;
}

/* タブレット縦 */
@media screen and (max-width: 1024px) { 
    
.swiper-slide img{
  height: 30vh;
  width: inherit;
}

.product-title{
width: 100%;
height: 110px;
border-bottom: 1px solid #036eb8;
border-top: 1px solid #036eb8;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 8px;
}
    
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/500-2-sp.jpg) 
}

.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/650-2-sp.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}

#pagetitle{
width: 75%;
margin: 0 auto;
color: #fff;
font-family: 'Cormorant Garamond', serif;
font-size: 10vw;
padding-top: 35%;
}

.mini-t{
font-size: 5vw;
padding-top: 30px;
}

    
.page-area-left{
    width: 15%;
    height: 100vh;
    float: left;
}
    

.page-area-left p{
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 8vw;
    letter-spacing: 2%;
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    text-indent: 2.9em;
    white-space: nowrap;
}

.page-area-right{
    width: 100%;
    height: 100vh;
    float: right;
}
    
    
.page-area-right-2{
    width: 100%;
    float: right;
}
    
    
.s-1{
width: 100vw;
height: 100vh;
background-image: url("../img/image1.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}

.s-2{
width: 100vw;
height: 100vh;
background-image: url("../img/image2.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
}


.swiper-slide div { 
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

    
.slide-title{
width: 80%;
font-family: 'Barlow Condensed', sans-serif;
font-size: 8vw;
line-height: 0.7em;
color: #fff;
position: fixed;
text-align: left;
padding-left:1%;
padding-top:0.8%;
}

.slide-title span{
font-family: 'Barlow Condensed', sans-serif;
font-size: 4.5vw;
color: #fff;
text-align: left;
}

.cb-slideshow li div p{ 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4.5vw;
    margin-top: -1%;
}

.cb-slideshow li div h3 { 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 8vw;
    padding: 0;
    letter-spacing: 10px;
}

#content-area p{
color: #666;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 14px;
line-height: 2.5em;
}

.footer-area{
width: 100%;
bottom: 0;
color: #d9c4b6;
text-align: center;
font-size: 14px; 
padding-bottom: 15px;
font-family: 'Cormorant Garamond', serif;
}

h2{
font-family: 'Cormorant Garamond', serif;
font-size: 24px; 
margin-bottom: 10px;
color: #b27c6f;
letter-spacing: 3px;
}

h3{
font-family: 'Cormorant Garamond', serif;
font-size: 18px; 
margin-bottom: 10px;
color: #666;
}
    
.cc-info{
color: #5a6578;
font-size: 0.8em; 
} 

    
.tbl-r02 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  width: 100%;
  float: left;
}

.tbl-r02 td {
  background-color: #182e52;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
    
.tbl-r02 td:last-child {
    margin-bottom: 20px;
    }

.tbl-r03 thead{
    display: none;
    }

.tbl-r03 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  overflow-x: auto;
  width: 100%;
  float: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tbl-r03 td {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 100%;
  float: left;
  margin-bottom: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
    
.tbl-r03 td:last-child {
    margin-bottom: 20px;
    }
    
.tbl-r03 td::before {
    content: attr(data-label);
    font-size: 10px;
    color: #ccc;
    display: block;
    margin-bottom: 0.25rem;
  }

.modelname {
  border: solid 1px #5a6578;
  background-color: none;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.modelprice {
  background-color: #182e52;
  color: #fff;
  padding: 10px;
  font-size: 14px;
}

.modelname span{
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}

.modelname2 {
  display: none;
}
    
td.modelname2 {
  display: none;
}
    
input[type="text"], textarea {
	width:100%;
	font-size:110%;
	display:block;
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
    border-radius: 0;
    -webkit-appearance: none;
}
       
.ar-con{
width: 100%;
display: block;
position: relative;  
}

#footer-logo-area{
width: 100%;
text-align: center;
z-index: 999999;
margin: 0 auto;
margin-bottom: -10px;
opacity: 0.7;
}

#footer-logo-area img{
width: 15%;
margin: 0 auto;
}
    
.jp-logo{
    width: 40%;
    display: block;
    margin-bottom: 15px;
}

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

.c-logo{
width: 30%;
margin-bottom: 20px;
}

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



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

}

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

    
#pagetitle{
width: 75%;
margin: 0 auto;
color: #fff;
font-family: 'Cormorant Garamond', serif;
font-size: 12vw;
padding-top: 35%;
}
 
.mini-t{
font-size: 6vw;
padding-top: 30px;
}

    
.page-area-content{
    width: 90%;
    margin: 0 auto;
}


.page-area-right{
    width: 100%;
    height: 100vh;
    float: right;
}

.page-area-right-2{
    width: 100%;
    float: right;
}

    
#content-area p{
color: #666;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 13px;
line-height: 2em;
}
    
#content-area-2{
width: 100%;
margin: 0 auto;
position: relative;
padding-top: 10%;
}


#content-area-2 p{
color: #666;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 12px;
line-height: 2em;
}

#grade p{
color: #666;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
font-size: 12px;
line-height: 2em;
}
    
.mini{
font-size: 0.9em;
}
    
.page-area-left p{
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10vw;
    letter-spacing: 2%;
    transform: rotate3d(0, 0, 1, 90deg);
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    text-indent: 1em;
    white-space: nowrap;
}

    
h2{
font-family: 'Cormorant Garamond', serif;
font-size: 24px; 
margin-bottom: 10px;
color: #b27c6f;
letter-spacing: 3px;
font-weight: 200;
font-style: italic;
}

h3{
font-family: 'Cormorant Garamond', serif;
font-size: 18px; 
margin-bottom: 10px;
color: #666;
font-weight: 200;
font-style: italic;
}
    
.button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin-bottom: 40px;
  font-weight: 200;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
}
    
.cc-info{
color: #5a6578;
font-size: 0.8em; 
} 
    
.cb-slideshow li div p{ 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 8vw;
    margin-top: -1%;
}

.cb-slideshow li div h3 { 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11vw;
    padding: 0;
    letter-spacing: 10px;
}
    
#header-area img{
width: 20%;
margin: 0 auto;
margin-top: 5px;
}

.swiper-slide img{
  height: 30vh;
  width: inherit;
}


.swiper-slide div { 
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.swiper-slide div p{ 
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 10vw;
    font-weight: bold;
    color: #036eb8;
    letter-spacing: 8px;
    line-height: 2em;
    text-decoration: none;
    padding-bottom: 30%;
}

    
#gallery-part{
width: 100%;
margin: 0 auto;
}

#gallery-part-pic{
width: 100%;
float: left;
margin-bottom: 20px;
}

#gallery-part-pic img{
width: 100%;
margin: 0 auto;
}
    
.share-area ul.snsbtniti{
width: 100%;
margin: 0 auto;
margin-top: 20px;

}

.gnav__menu__item a{
    color: #fff;
    font-size: 5vh;
    text-decoration: none;
    transition: .5s;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
}
 
.tbl-r02 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  width: 100%;
  float: left;
}

.tbl-r02 td {
  background-color: #182e52;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
    
.tbl-r02 td:last-child {
    margin-bottom: 20px;
    }

.tbl-r03 thead{
    display: none;
    }

.tbl-r03 th {
  border: solid 1px #5a6578;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  overflow-x: auto;
  width: 100%;
  float: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.tbl-r03 td {
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  width: 100%;
  float: left;
  margin-bottom: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
    
.tbl-r03 td:last-child {
    margin-bottom: 20px;
    }
    
.tbl-r03 td::before {
    content: attr(data-label);
    font-size: 10px;
    color: #ccc;
    display: block;
    margin-bottom: 0.25rem;
  }

#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
    
table.formTable th, table.formTable td span{
	width: 100%;
	display:block;
}

table.formTable th {
	margin-top:5px;
	margin-bottom: 10px;
    color: #FFF;
}
input[type="text"], textarea {
	width:100%;
	font-size:110%;
	display:block;
    margin-bottom: 10px;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
    border-radius: 0;
    -webkit-appearance: none;
}
    
.formbuttons-left{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.formbuttons-right{
    width: 100%;
    float: left;
}
    
.jp-logo{
    width: 70%;
    display: block;
    margin-bottom: 15px;
}

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

.ar-con{
width: 100%;
display: block;
position: relative;  
}
    
#footer-logo-area{
width: 100%;
text-align: center;
z-index: 999999;
margin: 0 auto;
margin-bottom: -10px;
opacity: 0.7;
}

#footer-logo-area img{
width: 20%;
margin: 0 auto;
}
    

.header-image-gallery{
    position: relative;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px; 
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    background-image: url(../img/gallery.jpg) ;
}

    
.f-page{
display: none;
} 
    

#bread_list{
display: none;
}
    


    
.c-logo{
width: 40%;
margin-bottom: 20px;
}

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

}