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

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 9999999999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_logo {
display: block;
}


/***************************************************
 * Generated by SVG Artista on 7/24/2025, 12:19:43 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 652.516845703125px;
    stroke-dasharray: 652.516845703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 652.516845703125px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 652.516845703125px;
    stroke-dasharray: 652.516845703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 652.516845703125px;
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 279.6080322265625px;
    stroke-dasharray: 279.6080322265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 279.6080322265625px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 279.6080322265625px;
    stroke-dasharray: 279.6080322265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 279.6080322265625px;
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 413.5859069824219px;
    stroke-dasharray: 413.5859069824219px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 413.5859069824219px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 413.5859069824219px;
    stroke-dasharray: 413.5859069824219px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 413.5859069824219px;
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both;
}


body{
margin: 0;
padding: 0;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
overflow-x: hidden;
background-color: #fff;
}


a{
  transition: .3s;
  color: #666666;
  text-decoration: none;
  cursor: pointer;
}
a:visited {color: #B57B89;　text-decoration: none;}
a:hover {color: #B57B89;　cursor: pointer; transition : 1s;}


.header{
width: 100%;
position: absolute;
top:0;
}


.c-header{
width: 80%;
margin: 0 auto;
position: relative;
margin-top: 1%;
z-index: 2;
}

.header-left{
width: 9%;
float: left;
}

.header-left img{
width: 85%;
float: left;
}

.header-center{
width: 70%;
float: left;
}

.header-center img{
width: 40%;
margin-top: 10px;
}

.header-right{
width: 20%;
float: left;
}

.header-right img{
width: 90%;
margin-top: 10px;
}


h1{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 14px;
font-weight: 400;
color: #000;
}

h2{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 22PX;
font-weight: 600;
color: #000;
}

h3{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 18px;
font-weight: 600;
color: #000;
}

p{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 14px;
font-weight: 400;
color: #000;
line-height: 2em;
padding-top: 15px;
padding-bottom: 25px;
}
    
/*menu*/
.menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 30px;
    width: 30px;
    z-index: 99999999;
}

.menu__line{
    
    background: #000;
    display: block;
    height: 1px;
    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);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

/*gnav*/
.gnav{
    background-image: url("../img/menu_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 999999;
    padding: 0;
    margin: 0;
    top: 0;
}
.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;
}
.gnav__menu__item{
    margin: 20px 0 15px 0;
}
.gnav__menu__item a{
    color: #000;
    font-size: 2.5vh;
    text-decoration: none;
    transition: .5s;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin-top: 15px;
    letter-spacing: 3px;
}
.gnav__menu__item a:hover{
    color: #666;
}

.gnav__menu__item2 a{
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5vh;
    text-decoration: none;
    transition: .5s;
    text-align: center;
}

.gnav__menu__item2 {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2vh;
    text-decoration: none;
    transition: .5s;
    text-align: center;
    margin-top: 15px;
}

.gnav__menu__item2 a:hover{
    color: #666;
}

@media all and (-ms-high-contrast: none){
    
/*gnav*/
.gnav{
    background-image: url("../img/menu_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    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: #000;
    font-size: 3.3vh;
    text-decoration: none;
    transition: .5s;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
}
.gnav__menu__item a:hover{
    color: #666;
}


}


.nav-footer{
width: 100%;
display: block;
bottom: 0;
text-align: center;
margin-top: 20px;
}

li{
  list-style:none;
}

.swiper-wrapper {
  width: 100%;
  position: absolute;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  height: 800px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.8em
}

.swiper-slide:nth-child(3n + 1) {
  /*1、4、7、3n+1枚目の背景色 */
  background-image: url("../img/curtain-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #1D3A63;
}

.swiper-slide:nth-child(3n + 2) {
  /*2、5、8、3n+2枚目の背景色 */
  background-image: url("../img/curtain-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #333333;
}

.swiper-slide:nth-child(3n + 3) {
  /*3、6、9、3n+3枚目の背景色 */
  background-image: url("../img/curtain-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}

.contents100{
width: 100%;
position: absolute;
z-index: 999;
}

.page_contents{
width: 80%;
margin: 0 auto;
margin-top: -10%;
}

.second_contents{
width: 80%;
margin: 0 auto;
margin-top: 50px;
}

.page_contents-left{
width: 75%;
margin-top: 15vw;
float: left;
}

.left-txt{
width: 100%;
display: block;
}

.page_contents-right{
width: 22%;
float: right;
text-align: right;
}

.page_contents-right img{
width: 100%;
}

.maker{
width: 100%;
margin-top: 100px;
background-color: #eaeaea;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 80%;
}

.circle{
    width: 85%;
    float: left;
    margin-top: 15px;
}

.circle-cont{
    width: 25%;
    float:left;
    text-align: left;
}

.circle-cont img{
    width: 85%;
}

.contact-c{
width: 80%;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 50px;
}

.contact-c img{
margin-top: 20px;
margin-bottom: 20px;
}

.contact-c-left{
width: 50%;
float:left;
text-align: left;
}

.contact-c-left img{
width: 40%;
}

.contact-c-right{
width: 50%;
float:right;
text-align: left;
}

.button-56 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .7em 2em;
    border: none;
    border-radius: 25px;
    background-color: #B57B89;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 20px;
    margin-bottom: 20px;
}

.button-56:hover {
    background-color: #CC99A9;
    transition: .3s;
}

.button-56::before {
    width: 1.25em;
    height: 1.25em;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 3H21C21.5523 3 22 3.44772 22 4V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V4C2 3.44772 2.44772 3 3 3ZM12.0606 11.6829L5.64722 6.2377L4.35278 7.7623L12.0731 14.3171L19.6544 7.75616L18.3456 6.24384L12.0606 11.6829Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
    content: '';
}

.company{
width: 100%;
}

.company-left{
width: 20%;
height: 50px;
background-color: #eaeaea;
text-align: left;
float: left;
padding: 1%;
font-size: 1em;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
border-bottom: 1px solid #fff;
}

.company-right{
width: 76%;
height: 50px;
text-align: left;
float: right;
padding: 1%;
font-size: 1em;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
border-bottom: 1px solid #fff;
}

.footer{
width: 100%;
margin: 0 auto;
background-color: #eaeaea;
margin-top: 50px;
}

.footer-contents{
width: 80%;
margin: 0 auto;
text-align: center;
padding: 1%;
padding-top: 2%;
}

.footer-logo{
width: 10%;
margin: 0 auto;
}

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

.footer-tel{
width: 15%;
margin: 0 auto;
margin-top: 50px;
}

.footer-tel img{
width: 100%;
}

.copy{
width: 98%;
padding: 1%;
font-size: 0.8em;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #333333;
margin-bottom: 0;
}

.footer-link{
width: 100%;
margin: 0 auto;
margin-top: 30px;
}

.footer-link-txt{
width: 20%;
height: 60px;
float: left;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 1em;
}

.footer-link2{
width: 50%;
margin: 0 auto;
}

.footer-link-txt2{
width: 50%;
height: 60px;
float: left;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 1em;
}

.footer-link3{
width: 100%;
height: 60px;
margin: 0 auto;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 0.9em;
}

.com-link{
width: 100%;
margin: 0 auto;
border-bottom: 1px solid #ccc;
}

.com-link-cont{
width: 10%;
float: right;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 0.6em;
color: #333333;
padding-top: 10px;
}

.com-link-cont img{
width: 100%;
margin-top: 10px;
}

.f-page{
text-decoration: none;
font-size: 18px;
margin-top: 30px;
padding-top: 15px;
margin: 0 auto;
text-align: center;
}

.f-page a{

text-decoration: none;

}

.red{
 color: #8C0000;
}

.send-wrap{
width: 100%;
margin: 0 auto;
background-color: #eaeaea;
display: block;
}

.send{
width: 100%;
margin: 0 auto;
}


.form-left{
width: 30%;
	height: inherit;
	float: left;
	background-color: #eaeaea;
	color: #000;
	font-size: 14px;
	padding: 1%;
	text-align: left;
	border-top: 1px solid #fff;
}

.form-right{
width: 70%;
	float: right;
	color: #666;
	font-size: 14px;
	padding: 1%;
	text-align: left;
	background-color: #fff;
    border-top: 1px solid #EAEAEA;
}

textarea{
	width: 100%;

	}

.sn_button_sent {
	height:40px;
	font-size:16px;
	background:#f9f2f2; /* Old browsers */
	background: -moz-linear-gradient(top,#f9f2f2 0%,#ffbaba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f2f2),color-stop(100%,#ffbaba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#f9f2f2 0%,#ffbaba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#f9f2f2 0%,#ffbaba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#f9f2f2 0%,#ffbaba 100%); /* IE10+ */
	background: linear-gradient(to bottom,#f9f2f2 0%,#ffbaba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f2f2',endColorstr='#ffbaba',GradientType=0); /* IE6-9 */
	border-radius:2px;
	border:solid 1px #AB6969;
	width: 111px;
}

hr{
color: #eaeaea;
opacity: 0.6;
}

.catalog{
width: 100%;
margin-bottom: 30px;
}

.catalog-title{
width: 31%;
background-color: #eaeaea;
display: flex;
justify-content: center;
align-items: center;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
}

.catalog-cont{
width: 31%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
border-bottom: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
height: 180px;
text-align: center;
line-height: 1.7em;
}

.catalog-cont2{
width: 31%;
background-color: #fff;
position: relative;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
border-bottom: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
height: 180px;
}

.inner{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
　text-align: center;
　line-height: 1.7em;
}

.catalog-cont3{
width: 31%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
border-bottom: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
height: 180px;
text-align: center;
line-height: 1.7em;
}

.catalog-cont img{
width: 31%;
}

.catalog-cont a{
width: 100%;
}

.red {
color: #990000;
font-weight: 600;
}


.maker-title{
width: 27%;
background-color: #eaeaea;
display: flex;
justify-content: center;
align-items: center;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
}

.maker-title2{    
width: 67%;
background-color: #eaeaea;
display: flex;
justify-content: center;
align-items: center;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
}

.maker-cont{
width: 27%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
border-bottom: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
height: 200px;
text-align: center;
line-height: 1.7em;
}

.maker-cont2{
width: 67%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
border-bottom: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
height: 200px;
text-align: center;
line-height: 1.7em;
}


.maker-cont2-cont{
display: block;
text-align: center;
padding: 3%;
}


.maker-cont2 .small{
font-size: 0.8em;
padding-top: 10px;
margin-top: 15px;
}

.maker-cont2 hr{
color: #eaeaea;
width: 90%;
}

.maker-cont img{
width: 36%;
}

.maker-cont a{
width: 100%;
}

.question{
width: 100%;
}

.question-left{
width: 5%;
float: left;
display: flex;
align-items: center;
height: 100px;
}

.question-left img{
width: 90%;
float: left;
}

.question-right{
width: 93%;
float: right;
text-align: left;
display: flex;
align-items: center;
height: 100px;
}

.libertinus-serif-regular {
  font-family: "Libertinus Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.libertinus-serif-semibold {
  font-family: "Libertinus Serif", serif;
  font-weight: 600;
  font-style: normal;
}

.libertinus-serif-regular-italic {
  font-family: "Libertinus Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.step{
width: 100%;
display: block;
margin-bottom: 50px;
}

.step-left{
width: 15%;
float: left;
display: flex;
align-items: center;
}

.step-right{
width: 83%;
float: right;
text-align: left;
display: flex;
align-items: center;
}

.step-right-content{
width: 100%;
}

.circle_width {
width: 80%;
background-color: #B57B89;
border-radius: 50%;
}
 
.circle_height {
position: relative;
padding-top: 100%;
height: 0;

}
 
.circle_height p {
position: absolute;
top: calc((100% - 2em)/2);
left: 0;
right: 0;
margin: 0;
text-align: center;
padding: 0;
font-family: "Libertinus Serif", serif;
color: #fff;
font-size: 1.7vw;
}


.tab-4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tab-4 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    width: 100%;
    padding: .7em 1em;
    background-color: #f2f2f2;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-4 > label:hover,
.tab-4 label:has(:checked) {
    background-color: #88a9bf;
    color: #fff;
}

.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #88a9bf;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-4 input {
    display: none;
}

.tab-4 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

.tab-4 label:has(:checked) + div {
    display: block;
}

.map_iframe_wrap {
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;/*GoogleMapの小・中・大は75%でOK。それ以外ではこの数値は調整が必要かも*/
    margin-top: 50px;
}
.map_iframe_wrap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.privacy{
width: 100%;
height: 300px;
margin-top: 7vw;
background-image: url("../img/privacy_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.flow_image{
width: 100%;
height: 300px;
margin-top: 7vw;
background-image: url("../img/flow_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.catalog_image{
width: 100%;
height: 300px;
margin-top: 7vw;
background-image: url("../img/books_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.area_image{
width: 100%;
height: 300px;
margin-top: 7vw;
background-image: url("../img/visit_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.showroom_image{
width: 100%;
height: 300px;
margin-top: 7vw;
background-image: url("../img/catalog_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.faq_image{
width: 100%;
height: 300px;
margin-top: 7vw;
background-image: url("../img/faq_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.form_image{
width: 100%;
height: 300px;
margin-top: 7vw;
background-image: url("../img/mail_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.company_image{
width: 100%;
height: 300px;
margin-top: 7vw;
background-image: url("../img/company_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

tr{
padding: 2%;
}

th{
margin-bottom: 5px;
width: 50%;
text-align: left;
background-color: #eaeaea;
padding: 2%;
}

td{
margin-bottom: 5px;
width: 50%;
text-align: left;
padding: 2%;
min-width: 400px;
}

.menu-tx{
width: 30px;
height: 15px;
top: 10px;
right: 20px;
font-size: 10px;
text-align: center;
color: #000;
font-family: "Cormorant Garamond", serif;
font-weight: 700;
position: fixed;
z-index: 99999999;
}


.float-button__wrap {
    display: none;/*最初は隠す*/
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
}

.float-button__wrap img{
width: 100%;
} 

.tel{
pointer-events: none;
}

/* タブレット縦 */
@media screen and (max-width: 1024px) { 

.c-header{
width: 85%;
margin: 0 auto;
position: relative;
margin-top: 1%;
z-index: 2;
}

.header-left{
width: 10%;
float: left;
}

.header-left img{
width: 95%;
float: left;
}

.header-center{
width: 65%;
float: left;
}

.header-center img{
width: 55%;
}

.header-right{
width: 19%;
float: left;
}

.header-right img{
width: 100%;
margin-top: 20px;
}
    
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  height: 800px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.8em
}
    
.page_contents-right{
width: 21%;
float: right;
text-align: right;
}
    
.page_contents{
width: 90%;
margin: 0 auto;
margin-top: -10%;
}

.footer-logo{
width: 20%;
margin: 0 auto;
}
    
.maker{
width: 100%;
margin-top: 70px;
}

.footer-tel{
width: 20%;
margin: 0 auto;
margin-top: 20px;
}
    
.com-link-cont{
width: 15%;
float: right;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 0.6em;
color: #333333;
}
    
.question{
width: 100%;
}

.question-left{
width: 5%;
float: left;
display: flex;
align-items: center;
height: 80px;
}

.question-left img{
width: 90%;
float: left;
}

.question-right{
width: 93%;
float: right;
text-align: left;
height: 80px;
display: flex;
align-items: center;
}

.privacy{
width: 100%;
height: 300px;
margin-top: 8.5vw;
background-image: url("../img/privacy_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.flow_image{
width: 100%;
height: 300px;
margin-top: 8.5vw;
background-image: url("../img/flow_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.catalog_image{
width: 100%;
height: 300px;
margin-top: 8.5vw;
background-image: url("../img/books_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.area_image{
width: 100%;
height: 300px;
margin-top: 8.5vw;
background-image: url("../img/visit_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.showroom_image{
width: 100%;
height: 300px;
margin-top: 8.5vw;
background-image: url("../img/catalog_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.faq_image{
width: 100%;
height: 300px;
margin-top: 8.5vw;
background-image: url("../img/faq_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.form_image{
width: 100%;
height: 300px;
margin-top: 8.5vw;
background-image: url("../img/mail_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.company_image{
width: 100%;
height: 300px;
margin-top: 8.5vw;
background-image: url("../img/company_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
    
.circle_width {
width: 90%;
background-color: #B57B89;
border-radius: 50%;
margin-top: 20px;
}
    
.circle_height p {
position: absolute;
top: calc((100% - 2em)/2);
left: 0;
right: 0;
margin: 0;
text-align: center;
padding: 0;
font-family: "Libertinus Serif", serif;
color: #fff;
font-size: 2vw;
}

h1{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 11px;
font-weight: 400;
color: #000;
}
    
.footer-contents{
width: 90%;
margin: 0 auto;
text-align: center;
padding: 1%;
padding-top: 2%;
}
    
.footer-link-txt{
width: 20%;
height: 60px;
float: left;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 0.8em;
}
    
.footer-link-txt2{
width: 50%;
height: 60px;
float: left;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 0.8em;
}
    
.footer-link3{
width: 100%;
height: 60px;
margin: 0 auto;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 0.8em;
}
    
.contact-c-left img{
width: 60%;
}
    
.tel{
pointer-events: all;
}


}



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

}

/* スマホ縦 */
@media screen and (max-width: 480px) { 
    
html{
overflow-x:hidden;
}

h1{
display: none;
}
    
.header-right{
display: none;
}

.header-left{
width: 20%;
float: left;
}
    
.header-center{
width: 70%;
float: left;
}

.header-center img{
width: 95%;
margin-top: 15px;
}
    
.maker{
width: 100%;
margin-top: 55px;
}
    
.page_contents-left{
width: 100%;
height: 220px;
float: left;
display: flex;
align-items: flex-end;
}
    
.page_contents-right{
display: none;
}
    
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  height: 500px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.8em
}

.swiper-slide:nth-child(3n + 1) {
  /*1、4、7、3n+1枚目の背景色 */
  background-image: url("../img/curtain-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #1D3A63;
}

.swiper-slide:nth-child(3n + 2) {
  /*2、5、8、3n+2枚目の背景色 */
  background-image: url("../img/curtain-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #333333;
}

.swiper-slide:nth-child(3n + 3) {
  /*3、6、9、3n+3枚目の背景色 */
  background-image: url("../img/curtain-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
}
    
h2{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 16px;
font-weight: 600;
color: #000;
line-height: 1.7em;
}

h3{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 16px;
font-weight: 600;
color: #000;
line-height: 1.7em;
}

p{
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 14px;
font-weight: 400;
color: #000;
line-height: 1.7em;
}
    
.page_contents-left{
width: 100%;
height: 370px;
float: left;
display: flex;
align-items: flex-end;
}
    
.circle{
    width: 100%;
    float: left;
}
    
.menu{
    height: 20px;
    position: fixed;
    right: 10px;
    top: 25px;
    width: 30px;
    z-index: 99999999;
}
    
.menu-tx{
width: 30px;
height: 15px;
top: 5px;
right: 10px;
font-size: 10px;
text-align: center;
color: #000;
font-family: "Cormorant Garamond", serif;
font-weight: 700;
position: fixed;
z-index: 99999999;
}
    
.footer-link{
display: none;
}

.footer-link2{
display: none;
}

.footer-link3{
display: none;
}
    
.footer-logo{
width: 35%;
margin: 0 auto;
margin-top: 20px;
}

.footer-tel{
width: 50%;
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px;
}
    
.com-link-cont{
width: 40%;
margin: 0 auto;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align: center;
font-size: 0.6em;
color: #333333;
float:none;
}
    
.com-link{
width: 100%;
margin: 0 auto;
border-bottom: none;
height: 80px;
}

    
.contact-c{
width: 90%;
margin: 0 auto;
}

.contact-c-left{
width: 100%;
float:left;
text-align: left;
margin-bottom: 30px;
}

.contact-c-left img{
width: 60%;
margin-top: 20px;
margin-bottom: 20px;
}

.contact-c-right{
width: 100%;
float:left;
text-align: left;
}

.f-page{
        text-decoration: none;
        font-size: 14px;
        margin-top: 30px;
        padding-top: 15px;
        margin: 0 auto;
        width: 100%;
        text-align: center;
}

.f-page a{
        display: block;
        text-decoration: none;
        text-align: center;
}
    
.button-56 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .7em 2em;
    border: none;
    border-radius: 25px;
    background-color: #B57B89;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 20px;
    margin-bottom: 20px;
}
    
.privacy{
width: 100%;
height: 300px;
background-color: #eaeaea;
margin-top: 15vw;
}
    
.company{
width: 100%;
}

.company-left{
width: 100%;
height: 50px;
background-color: #eaeaea;
text-align: center;
float: left;
padding: 1%;
font-size: 14px;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
border-bottom: 1px solid #fff;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 13px;
}

.company-right{
width: 100%;
height: 50px;
text-align: left;
float: left;
padding: 1%;
font-size: 14px;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
border-bottom: 1px solid #fff;
}

.send-wrap{
width: 100%;
margin: 0 auto;
background-color: #EAEAEA;
display: block;
}

.send{
width: 100%;
margin: 0 auto;
}


.form-left{
width: 100%;
	height: inherit;
	float: left;
	background-color: #EAEAEA;
	color: #000000;
	font-size: 14px;
	padding: 2%;
	text-align: left;
	border: none;
    padding-bottom:  10px;
}

.form-right{
width: 100%;
	float: left;
	color: #666;
	font-size: 14px;
	padding: 1%;
	text-align: left;
	background-color: #fff;
    padding-top: 5%;
	padding-bottom: 5%;
}
	
textarea{
	width: 100%;

	}
.button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  margin-bottom: 15%;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  letter-spacing: 2px;
  font-size: 12px;
}
    
.question{
width: 100%;
}

.question-left{
width: 15%;
float: left;
display: flex;
align-items: center;
height: 80px;
}

.question-left img{
width: 90%;
float: left;
}

.question-right{
width: 83%;
float: right;
text-align: left;
height: 80px;
display: flex;
align-items: center;
}
    
.privacy{
width: 100%;
height: 200px;
margin-top: 15vw;
background-image: url("../img/privacy_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.flow_image{
width: 100%;
height: 200px;
margin-top: 15vw;
background-image: url("../img/flow_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.catalog_image{
width: 100%;
height: 200px;
margin-top: 15vw;
background-image: url("../img/books_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.area_image{
width: 100%;
height: 200px;
margin-top: 15vw;
background-image: url("../img/visit_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.showroom_image{
width: 100%;
height: 200px;
margin-top: 15vw;
background-image: url("../img/catalog_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.faq_image{
width: 100%;
height: 200px;
margin-top: 15vw;
background-image: url("../img/faq_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.form_image{
width: 100%;
height: 200px;
margin-top: 15vw;
background-image: url("../img/mail_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}

.company_image{
width: 100%;
height: 200px;
margin-top: 15vw;
background-image: url("../img/company_image.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
    
.circle_width {
width: 90%;
background-color: #B57B89;
border-radius: 50%;
margin-top: 20px;
}
    
.circle_height p {
position: absolute;
top: calc((100% - 2em)/2);
left: 0;
right: 0;
margin: 0;
text-align: center;
padding: 0;
font-family: "Libertinus Serif", serif;
color: #fff;
font-size: 2vw;
}
    
.step{
width: 100%;
display: block;
margin-bottom: 50px;
}

.step-left{
width: 100%;
float: left;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}

.step-right{
width: 100%;
float: left;
text-align: left;
display: flex;
align-items: center;
}

.step-right-content{
width: 100%;
}

.circle_width {
width: 40%;
background-color: #B57B89;
border-radius: 50%;
}
 
.circle_height {
position: relative;
padding-top: 100%;
height: 0;

}
 
.circle_height p {
position: absolute;
top: calc((100% - 2em)/2);
left: 0;
right: 0;
margin: 0;
text-align: center;
padding: 0;
font-family: "Libertinus Serif", serif;
color: #fff;
font-size: 5vw;
}

.second_contents{
width: 80%;
margin: 0 auto;
margin-top: 50px;
}
    
.catalog-title{
display: none;
}

.catalog-cont{
width: 100%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
float: left;
border: 1px solid #eaeaea;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
height: 180px;
text-align: center;
line-height: 1.7em;
}

.catalog-cont2{
width: 100%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
border-bottom: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
height: 180px;
text-align: center;
line-height: 1.7em;
}

.catalog-cont3{
width: 100%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
border-bottom: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
height: 180px;
text-align: center;
line-height: 1.7em;
margin-bottom: 20px;
}

.catalog-cont img{
width: 31%;
margin: 0 auto;
}

.catalog-cont a{
width: 100%;
}

.red {
color: #990000;
font-weight: 600;
}
    
.map_iframe_wrap {
    position:relative;
    width:100%;
    height:400px;
    padding-top:20%;/*GoogleMapの小・中・大は75%でOK。それ以外ではこの数値は調整が必要かも*/
    margin-top: 0px;
}
.map_iframe_wrap iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
    
.maker-title{
display: none;
}
    
.maker-title2{
display: none;
}


.maker-cont{
width: 100%;
background-color: #fff;
display: flex;
justify-content: center;
align-items: center;
float: left;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
border: 1px solid #eaeaea;
height: 200px;
text-align: center;
line-height: 1.7em;
}

.maker-cont2{
width: 100%;
background-color: #fff;
display: block;
float: left;
border-right: 1px solid #fff;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
padding: 1%;
border-bottom: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-left: 1px solid #eaeaea;
height: inherit;
text-align: center;
line-height: 1.7em;
margin-bottom: 20px;
}


.maker-cont2-cont{
display: block;
text-align: center;
padding: 3%;
width: 94%;
float: left;
margin-bottom: 15px;
}


.maker-cont2 .small{
font-size: 0.8em;
padding-top: 10px;
margin-top: 15px;
}

.maker-cont2 hr{
color: #eaeaea;
width: 90%;
}

.maker-cont img{
width: 30%;
margin: 0 auto;
}

.maker-cont a{
width: 100%;
}

.scroll-infinity__item {
  width: calc(100vw / 3);
}
    
/*独自のマウスカーソルを作成*/
.cursor {
 display: none;
}

/*aタグにホバーした時に見た目変化*/
.cursor.cursor--hover {
  display: none;
}

.page_contents-left{
width: 100%;
margin-top: 180px;
float: left;
}
    
/*gnav*/
.gnav{
    background-image: url("../img/menu_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 100vh;
    position: fixed;
    width: 100vw;
    z-index: 999999;
    padding: 0;
    margin: 0;
    top: 0;
}
.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;
}
.gnav__menu__item{
    margin: 10px 0 10px 0;
}
.gnav__menu__item a{
    color: #000;
    font-size: 2vh;
    text-decoration: none;
    transition: .5s;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin-top: 0;
    letter-spacing: 3px;
}
.gnav__menu__item a:hover{
    color: #666;
}

.gnav__menu__item2 a{
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8vh;
    text-decoration: none;
    transition: .5s;
    text-align: center;
}

.gnav__menu__item2 {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8vh;
    text-decoration: none;
    transition: .5s;
    text-align: center;
    margin-top: 15px;
}

.gnav__menu__item2 a:hover{
    color: #666;
}
    
.nav-footer{
width: 100%;
display: block;
bottom: 0;
text-align: center;
margin-top: 20px;
}
    
.page_contents{
width: 80%;
margin: 0 auto;
margin-top: -10%;
}
    
tr{
padding: 2%;
}

th{
margin-bottom: 5px;
width: 76%;
text-align: left;
background-color: #eaeaea;
padding: 1%;
float: left;
font-size: 14px;
}

td{
margin-bottom: 5px;
width: 76%;
text-align: left;
padding: 1%;
min-width: 400px;
float: left;
font-size: 14px;
}
    
.float-button__wrap {
    display: none;/*最初は隠す*/
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 9999;
}

.float-button__wrap img{
width: 100%;
}
    
.tel{
pointer-events: all;
}
    
}

