
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  color: #928786;
  line-height: 1.6;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}


h2, h3, h4, h5, h6 {
	font-weight: 500;
  line-height: 1.2;
  color: #928786;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}


h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
}


h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #928786;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}


h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #928786;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  color: #928786;
}
@media only screen and (max-width: 576px) {
em,
li {
  font-size: 0.875rem;
}
}

em > a,
li > a {
  color: #928786;
}

em > a:hover,
li > a:hover {
  color: #928786;
}

small {
  color: #928786;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-size: 1rem;
  color: #928786;
  line-height: 2;
	letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}
@media only screen and (max-width: 576px) {
p {
  font-size: 0.875rem;
}
}

/* Links */
a {
  color: #3e3a39;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
	transition: 0.5s;
}

a:focus, a:hover {
  color: #3e3a39;
  text-decoration: none;
}

a:focus {
  outline: none;
}

::selection {
  color: #fff;
  background: #97b0d0;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #97b0d0;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

img {
	max-width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border: none;
    vertical-align: bottom;
}

.flbox{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flend{
	align-self: flex-end;
}

.flcenter{
  align-self: center;
}

.fontg1{font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;}
.fontg2{font-family: "Noto Serif JP", serif!important;}
.fontg3{font-family: "Marcellus", serif!important;}
.fontg4{font-family: "Jost", sans-serif!important;}

.marker{
  background: linear-gradient(transparent 70%, rgba(255,231,73,0.80) 70%);
}

/* imgchange */
.pc { display: block !important;
margin:0 auto;}
.sp { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 576px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* imgchange */
.pc2 { display: block !important;
margin:0 auto;}
.sp2 { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 768px) {
    .pc2 { display: none !important; }
    .sp2 { display: block !important; }
}

.st{
	border-left: 2px solid #B8B4B4;
	padding: 0 0 0 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.st span{
	color:rgba(134,134,134,0.80);
	letter-spacing: 0;
}
.st span em{
	font-size: 1.5em;
	font-style: normal;
	color:rgba(134,134,134,0.80);
	font-family: "Jost", sans-serif!important;
	font-weight: 300;
}

.st-2{
	display: inline-block;
	position:relative;
	border: 1px solid #B8B4B4;
	padding: 20px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	z-index: 1;
}
.st-2::before{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	background:#fff;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	z-index: -1;
}
.st-2 span{
	color:rgba(134,134,134,0.80);
	letter-spacing: 0;
}
.st-2 span em{
	font-size: 1.5em;
	font-style: normal;
	color:rgba(134,134,134,0.80);
	font-family: "Jost", sans-serif!important;
	font-weight: 300;
}

.st2{
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
}
.st2::before,
.st2::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #B5B5B5;
}
.st2::before {left: 0;}
.st2::after {right: 0;}

.st3 {
  position: relative;
  padding: 0.5em;
	width: calc(100% + 80px);
	left: -40px;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border: 1px solid #7D7D7D;
	z-index: 1;
}
@media only screen and (max-width:576px){
.st3 {
	width: calc(100% + 60px);
	left: -30px;
}
}

.st4{
	position: relative;
	padding: 0.5em 0.7em 0.3em;
	border-left: 4px solid #A2A2A2;
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
}
.st4::before{
	content: "";
	position: absolute;
	left: -4px;
	top:-7px;
	width: calc(100% + 9px);
	height: calc(100% + 14px);
	pointer-events: none;
	border-right: 1px solid #A2A2A2;
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
}

header{
	padding: 0;
	text-align: center;
	width: 100%;
    position: fixed;
    z-index: 10000;
	transition: all 0.6s;
}
header h1{
	margin:0 0 2px!important;
	width: 100%!important;
	text-align: left!important;
	font-size: 10px;
}
header .col-sm-2,header .col-sm-1{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logow{
	display: none;
}

@media only screen and (max-width:991px) {
.logoc{
	position: absolute;
	left: 0;
	top:0;
	opacity: 0;
	padding: 0 140px 0 0;
  transition-duration: 500ms;
  transition-property: all;
	z-index: 1;
}
.logow{
	display: block;
	padding: 0 40px 0 0;
  transition-duration: 500ms;
}
	
.hac .logoc{
	opacity: 1;
  transition-duration: 500ms;
  transition-property: all;
	}
	
.hac .logow{
	display: block;
  transition-duration: 500ms;
	opacity: 0;
}
}

#slider-area{
	position: relative;
	z-index: 0;
    width:100%;
    height: 100%;
	overflow: hidden;
}

#slider-area #slider{
	position: relative;
	z-index: 0;
    width:100%;
    height: 100%;
	overflow: hidden;
}

@media screen and (max-width:991px){
#slider-area::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
    width:100%;
    height: 100%;
	background-color: rgba(57,80,84,0.30);
}
}

/*parascroll*/

.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
-webkit-background-size: cover;
        background-size: cover;
-webkit-transition: all 1.5s ease 0s;
   -moz-transition: all 1.5s ease 0s;
        transition: all 1.5s ease 0s;
    z-index: -1;
}
.show .background {
    opacity: 1;
}
#parabg{
	position: relative;
}
#parabg::before{
	content: "";
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("../img/top/bg0.webp");
	background-position: center;
	background-size: cover;
	z-index: -1;
}

#parabg1_bg {background-image: url("../img/top/bg2.webp");}
#parabg2_bg {background-image: url("../img/top/bg1.webp");}
#parabg3_bg {background-image: url("../img/top/bg3.webp");}

@media only screen and (max-width:991px) {
#parabg::before{background-image: url("../img/top/bg0sp.webp");}
#parabg1_bg {background-image: url("../img/top/bg2sp.webp");}
#parabg2_bg {background-image: url("../img/top/bg1sp.webp");}
#parabg3_bg {background-image: url("../img/top/bg3sp.webp");}
}


.main{
	position: relative;
	z-index: 9;
	overflow: hidden;
	background:linear-gradient(60deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%,rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(130deg,rgba(234,232,232,0) 0%, rgba(234,232,232, 0) 28%, rgba(234,232,232, 0.4) 28%, rgba(234,232,232, 0.4) 100%),rgba(255,255,255,0.8);
}
@media only screen and (max-width:991px) {
.main{
	background:linear-gradient(75deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.6) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%), linear-gradient(110deg,rgba(234,232,232, 0) 0%, rgba(234,232,232, 0) 40%, rgba(234,232,232, 0.8) 40%, rgba(234,232,232, 0.8) 80%, rgba(234,232,232, 0) 80%, rgba(234,232,232, 0) 100%),rgba(255,255,255,0.8);
}
}
@media only screen and (max-width:576px) {
.main{
	background:linear-gradient(70deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%,rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(120deg,rgba(234,232,232, 0) 0%, rgba(234,232,232, 0) 25%, rgba(234,232,232, 0.1) 25%, rgba(234,232,232, 0.1) 100%),rgba(255,255,255,0.8);
}
}

.maintxt{
	margin:0 0 -200px;
}
@media only screen and (max-width:991px) {
.maintxt{
	margin:-340px 0 0;
}
.maintxt h2{
	color:#fff;
	}
}
@media only screen and (max-width:576px) {
.maintxt{
	margin:-180px 0 0;
}
}


table.com,table.comno,table.comc,table.pri{
	margin:0 auto;
	padding: 4px;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
}
table.pri{
	padding: 4px 0 4px 4px!important;
}
.com th,.comno th,.comc th,.pri th{
	letter-spacing: 0.1em!important;
    padding:10px;
    text-align:center;
	color:#928786;
	font-weight: 400;
}
.com td,.comno td,.comc td,.pri td{
	color:#928786; 
  padding: 10px;
	font-weight: 400;
}

.comc th{font-size: 14px;border-bottom: 1px solid #E9E9E9;}
.comc td{font-size: 14px;border-bottom: 1px solid #E9E9E9;}
.pri td{border-top: 1px solid #E9E9E9;border-right: 1px solid #E9E9E9;border-bottom: 1px solid #E9E9E9;}

table.com li{
	color:#928786;
	line-height: 1.5;
	margin-bottom: 5px;
}

table.com2{
	font-size: 14px;
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
}
.com2 th,.com2 td{
	font-size: 16px;
	font-weight: 500;
    padding:10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.com2no{
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
}
.com2no th,.com2no td{
	font-size: 16px;
	font-weight: 500;
    padding:10px;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

@media screen and (max-width:576px){
	.com th,.com td,.comc th,.comc td,.com2 td,.com2 th{
		width: 100%;
	font-size: 14px;
		display: block;
	}
	.comno th,.comno td,.com2no td,.com2no th{
		font-size: 14px;
	}
	.pri th,.pri td{padding:5px;font-size: 12px; }
table.comc{border-spacing:0;}
table.com li{
	font-size: 14px;
}
}


.time,.time2 {
	width: 100%;
	margin: 0 auto 10px;
}
.time th,.time2 th {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-weight: 500;
	font-size: 18px!important;
	letter-spacing: .2em;
}
.time td,.time2 td {
	padding:10px 4px;
	word-break: break-all;
	text-align: center;
	font-size: 18px!important;
	font-weight: bold;
	font-weight: 500;
}
.time th{color:#fff;}
.time td{color:#fff;border-top: 1px solid #fff;}
.time2 td{border-top: 1px solid #ccc;}

@media only screen and (max-width: 991px) {
	.time th,.time2 th {
		padding:10px 2px;
		font-size: 14px!important;
		letter-spacing: 0.2;
	}
	.time td,.time2 td {
		padding:10px 2px;
		font-size: 14px!important;
	}
}

footer {
position: relative;
	z-index: 1;
}
.fmenu{
	margin:0;
	padding:0;
	display: none;
	}

@media only screen and (max-width:576px){
footer {
padding: 0 0 18%;
	z-index: 99999;
}
.fmenu {
	display: inline;
	margin:0;
	position: fixed;
    bottom:0;
	padding:0;
	transition: 1s;
}

.fmenu.active{
    bottom:0;
}

#foot1{
	float:left;
	width:50%;
}

#foot2{
	float:left;
	width:50%;
}

#foot3{
	float:left;
	width:14%;
}
}

#back-top{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9998;
}
#back-top a{
	display: block;
	width: 90px;
	height: 90px;
}
@media screen and (max-width:576px){
#back-top{
	bottom: 70px;
	right: 10px;
}
#back-top a{
	width: 60px;
	height: 60px;
	line-height: 50px;
}
}

.kind{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.kind::before{
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	background-image: url("../img/top/kindbg.webp");
	background-size: cover;
	background-position: center;
}

.kindst{
	position: relative;
}
.kindst::before{
	content: "";
	position: absolute;
	bottom: -10px;
	left: -50vw;
	width: 200vw;
	height: 1px;
	background-color: #fff;
}

.area{
	position:relative;
}

.area figure{
	position:relative;
	left:0;
	top:0;
	width:40%;
	line-height: 0;
}

.area:nth-child(2n) figure{
	left:50%;
}

.price{
	padding: 0;
	border-left: 1px solid #fff;
}
.pricest{
	position: relative;
	padding:5px 0 5px 10px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.pricest::before{
	content: "";
	position: absolute;
	bottom:0;
	left: -10px;
	width: calc(100% + 10px);
	height: 1px;
	background-color: #fff;
}

.flow,.flowe{
  position: relative;
	padding:0 0 20px 20px;
	margin: 0;
  border-bottom: 1px solid #b6afb1;
  border-left: 1px solid #b6afb1;
}
.flow:before {
  position: absolute;
	margin: auto;
  bottom: -20px;
  left: 0em;
	right: 0;
  width: 0;
  height: 0;
  content: '';
  border-width: 20px 24px 0 24px;
  border-style: solid;
  border-color: #b6afb1 transparent transparent transparent;
}

@media screen and (max-width:576px){
.flow,.flowe{
  position: relative;
	padding:0 0 20px 20px;
  border-bottom: 1px solid #b6afb1;
  border-left: 1px solid #b6afb1;
}
}

.docst {
	position: relative;
	padding-bottom: 70px;
	text-align: center;
}
.docst::before {
	content: attr(data-en);
	display: block;
	color: rgba(135,152,156,0.3);
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: "Marcellus", serif!important;
}
.docst::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 1px;
	height: 60px;
	background-color: #87989C;
}

.docname {
	position: absolute;
	right: -40px;
	bottom:-40px;
}
@media screen and (max-width:1200px){
.docname {
	right:-20px;
}	
}
@media screen and (max-width:576px){
.docname {
	right:0;
}
}


.arrow {
width: 30px;
height: 30px;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
fill: #000;
cursor: pointer;
z-index: 50;
}

.arrow--left {
left: 5px;
}

.arrow--right {
left: auto;
right: 5px;
}

.arrow--disabled {
fill: rgba(255, 255, 255, 0.5);
}

.thumbnail-items {
position: relative;
overflow: hidden;
}


@media (max-width:991px){
.table-wrap{
	padding: 0 0 10px;
	overflow-x: scroll;
	}
.table-wrap img{
	max-width: none;
	width: 144vw!important;
	}
}
