
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: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flend{align-self: flex-end;}
.flcenter{align-self: center;}
.flicenter{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; }
}

header{
	width: 100%;
    position: fixed;
    z-index: 999;
	transition: all 0.6s;
	background-color: #fff;
}
header h1{
	margin:0 0 2px!important;
	width: 100%!important;
	text-align: left!important;
	font-size: 10px;
}

.headerin{
  display: flex;
	justify-content: space-between;
}

.htel,.hres{
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.htel a,.hres a{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content:center;
	flex-direction: column;
	line-height: 1.3;
}
.hres a::after{
	content: "";
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
}

.htel a span{margin:0 7px 0 0;}

.logo{
	width: 260px;
	z-index: 1;
}

@media only screen and (max-width:991px) {
.logo{
	width: 240px;
	z-index: 1;
}
}

@media only screen and (max-width:576px) {
.htel,.hres{
	display: none;
}
}


/*==================slide==================*/

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

#slider-area #slider{
	position: relative;
	z-index: 0;
    width:100vw;
    height:90vh;
	overflow: hidden;
}
#slider-area #slider::after{
	content: "";
	position: absolute;
    width:100%;
    height: 100%;
	background-color: rgba(0,0,0,0.2);
}

.vegas-wrapper{
	display: flex;
	align-items: center;
	justify-content: center;
    width:100%;
    height: 100%;
}

#slider-area #slider .container{
	position: absolute;
	z-index: 9;
}
@media only screen and (max-width:991px) {
#slider-area #slider{
    height:60vh;
}
}
@media only screen and (max-width:576px) {
#slider-area #slider{
    height:85vh;
}
}

/*==================messerge==================*/

.mess{
	position: relative;
	z-index: 1;
}
.mess::before{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	background: #B4C7E7;
	width: 100vw;
	height: 100%;
	z-index: -1;
}

.mess p{
	color:#fff;
}

.messimg{
	position: absolute;
	top:310px;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: calc(100% - 310px);
}
@media only screen and (max-width:991px) {
.messimg{
	top:220px;
	height: 380px;
}
}
@media only screen and (max-width:576px) {
.messimg{
	top:230px;
	height: 260px;
}
}

/*==================occupation==================*/

.occ,.occ2{
	position:relative;
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
}
.occ::before,.occ2::before{
	content: "";
	position:absolute;
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.occ::before{
	background: linear-gradient(180deg,rgba(181,168,168,0.9) 60%, rgba(181,168,168, 0.4) 100%);
}
.occ2::before{
	background: linear-gradient(90deg,rgba(136,120,120,0.40) 60%, rgba(136,120,120, 0.4) 100%);
}
@media only screen and (max-width:576px) {
.occ{
	background-position:right -40px center;
}
.occ::before{
	background: linear-gradient(180deg,rgba(181,168,168,0.9) 50%, rgba(181,168,168, 0.4) 100%);
	z-index: 1;
}
}

.occt{
	position: relative;
	overflow: hidden;
}
.occt span{
	padding: 0 10px 0 0;
}
.occt::after{
	content: "";
	position: absolute;
	top:50%;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.occt2{
	position: relative;
	line-height: 1.2;
}
.occt2::after{
	content: "";
	position: absolute;
	margin: auto;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	width: 1px;
	height: 70px;
	background-color: #fff;
}

.occb{
	right: 0;
	bottom: 20px;
	position: absolute;
	background-color: #403737;
	color:#fff;
	padding: 14px 40px 16px 30px;
	z-index: 2;
}
.occb::before,.occb::after {
	content: "";
  position: absolute;
	right: 14px;
  background-color: #fff;
  height: 1px;
}
.occb::before {
  width: 100px;
	bottom: 15px;
  margin-top: 29px;
  border-radius: 2px;
}
.occb::after {
  width: 12px;
	bottom: 16px;
  border-radius: 2px;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
@media only screen and (max-width:576px) {
.occb{
	font-size: 14px;
	padding: 10px 30px 12px 20px;
	z-index: 2;
}
.occb::before {
  width: 80px;
	bottom: 10px;
  margin-top: 29px;
  border-radius: 2px;
}
.occb::after {
  width: 10px;
	bottom: 11px;
  border-radius: 2px;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
}


/*==================flow==================*/

.flow,.flowe{
	position: relative;
	border:#fff solid 1px;
	padding: 40px;
	background-color:rgba(0,0,0,0.1);
}
.flow::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5em 1.4em 1.5em 1.4em;
	border-color:  #fff transparent transparent transparent;
	top:100%;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width:576px) {
.flow,.flowe{
	padding: 20px;
}
}

.flowno{
	display:flex;
	border-right:#fff solid 1px;
	align-items: center;
	justify-content: center;
}

.flowtxt{
	display:flex;
	align-self: center;
	flex-direction: column;
	padding: 20px;
}
@media only screen and (max-width:576px) {
.flowtxt{
	padding: 0px;
}
}

/*==================entrybtn==================*/

.entbg{
	position: relative;
}
.entbg::before{
	content: "";
	position: fixed;
	top:0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-image: url("../img/top/bg1.webp");
	background-size: cover;
	background-position: center;
	z-index: -1;
}
@media only screen and (max-width:991px) {
.entbg::before{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("../img/top/bg1sp.webp");
	background-size: cover;
	background-position: bottom 40% center;
}
}

.ent{
	position: relative;
	display: block;
	background-color: rgba(181,168,168,0.9);
	color: #fff;
}
.ent::before,.ent::after {
	content: "";
  position: absolute;
	right: 20px;
  background-color: #fff;
  height: 2px;
}
.ent::before {
  width: 160px;
	bottom: 30px;
  margin-top: 29px;
  border-radius: 2px;
}
.ent::after {
  width: 30px;
	bottom: 31px;
  border-radius: 2px;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}
@media only screen and (max-width:576px) {
.ent::before,.ent::after {
	height: 1px;
	right: 10px;
}
.ent::before {
	width: 120px;
	bottom: 10px;
}
.ent::after {
	width: 18px;
	bottom: 11px;
}
}

.ent2{
	position: relative;
	display: block;
	background-color: #fff;
	color:#97b0d0;
}
.ent2::before,.ent2::after {
	content: "";
  position: absolute;
  background-color: #97b0d0;
	height: 1px;
	right: 10px;
}
.ent2::before {
	width: 120px;
	bottom: 10px;
  margin-top: 29px;
  border-radius: 2px;
}
.ent2::after {
	width: 18px;
	bottom: 11px;
  border-radius: 2px;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

/*==================footer==================*/

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


table.com,table.comno,table.comc,table.pri{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
	font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
	border: 1px solid #E9E9E9;
}
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 td{border-top: 1px solid #DBD3D2;}
.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: 9999;
}
.fmenu {
	position: fixed;
	left: 0;
    bottom:0;
	display: flex;
	flex-wrap: wrap;
	margin:0;
	padding:0;
	width: 100%;
	transition: 1s;
}

.fmenu.active{
    bottom:0;
}

.foot1,.foot2,.foot3{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	color:#fff;
	padding: 10px 0 5px;
	line-height: 1.4;
}
.foot1{width:50%;}
.foot2{width:50%;}
.foot3{
	width:14%;
}
.foot1{background-color: rgba(180,199,231,0.8);}
.foot2{background-color: rgba(181,168,168,0.8);}
.foot3{
	background: linear-gradient(54deg, rgba(253,190,91,0.8) 0%, rgba(218,46,126,0.8) 35%, rgba(85,97,207,0.8) 100%);
	background-repeat: repeat-x;
}
}

#back-top{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 10000;
}
#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;
}
}

/*==================内部ページ==================*/

.title{
	position: relative;
}
.title::after{
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.titleimg{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.st{
	position: relative;
	line-height: 1.2;
}
.st::after{
	content: "";
	position: absolute;
	margin: auto;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	width: 1px;
	height: 70px;
	background-color: #B4C7E7;
}
.bg-color-primary-light .st::after{
	background-color: #97b0d0;
}

.st2{
	display: inline-block;
	position: relative;
	padding: .5em .7em .4em;
	border-bottom: 2px solid #ccc;
}
.st2::before,
.st2::after {
    position: absolute;
    left: 0;
	right: 0;
	margin: auto;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.st2::before {background-color: #ccc;}
.st2::after {
    bottom: -12px;
    background-color: #fff;
}

.st3{
	text-align: center;
	padding: 0.8em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.st4{
	padding: 0 0 0 0.6em;
	border-left:4px solid #B4C7E7;
}

.st4-d{
	padding: 0 0 0 0.6em;
	border-left:4px solid #fff;
}

.stf{
    position: relative;
    padding: 0.5em;
	line-height: 1.5;
	color: #fff;
	z-index: 1;
}
.stf:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5em 1.4em 1.5em 1.4em;
	position: absolute;
	bottom:-2em;
	left: 2em;
	margin: auto;
	z-index: -1;
}

.stfc{
	text-align: center;
	position: relative;
	padding:0.4em;
	margin-bottom: 0;
	color:#FFFFFF;
}
.stfc:before{
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 14px solid transparent;
     border-top: 10px solid;
}


.stfc1{background-color: #B4C7E7;}.stfc1:before{border-color:  #B4C7E7 transparent transparent transparent;}
.stfc2{background-color: #B5A8A8;}.stfc2:before{border-color:  #B5A8A8 transparent transparent transparent;}



.infinite-slider .swiper-wrapper {
  transition-timing-function: linear!important;
}

.infinite-slider .swiper-slide {
  height: 600px !important;
  width: auto !important;
}

.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

@media screen and (max-width:576px){
.infinite-slider .swiper-slide {
  height: 320px !important;
  width: auto !important;
}
}


