@charset "utf-8";

@font-face {
   font-family: MyWebFont01;
   src: url('font/font01.woff') format("woff");
}
@font-face {
   font-family: MyWebFont02;
   src: url('font/font02.woff') format("woff");
}

html{
	font-size: 62.5%;
}
body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	border-top: solid 60px #595757;
	font-size: 1.4rem;
	color: #3e3a39;
}
body.page{
	border-top: none;
}

a{
	transition: .3s all;
}
a:hover{
	opacity: 0.7;
}

.inner{
	max-width: 1200px;
	margin: 0 auto;
}

.sp{
	display: none;
}

.btn01{
	text-align: center;
	margin: 60px 0 0;
}
.btn01 a{
	font-family: MyWebFont02;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #ddd;
    padding: 8px 15px 8px 25px;
    margin: auto;
    max-width: 80px;
    color: #3e3a39;
}

/*-------------------------------------------

    Element

-------------------------------------------*/
header{
	padding: 60px 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	z-index: 2;
}
header .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .logo a{
	color: #727171;
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: 0.2em;
}
header nav ul{
	display: flex;
	align-items: center;
}
header nav ul li{
	margin: 0 0 0 20px;
}
header nav ul li a{
	color: #727171;
}

header.page_head{
	background: #595757;
	position: static;
	padding: 40px 20px;
}
header.page_head .logo a{
	color: #fff;
}
header.page_head nav ul li a{
	color: #fff;
}

#sp-menu{
	display: none;
}


#fv{
	position: relative;
}
#fv h2{
    position: absolute;
    top: 30%;
    left: 20px;
    right: 20px;
    margin: auto;
    max-width: 1200px;
    font-size: 10rem;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #727171;
    z-index: 2;
}
#fv h2 span{
	letter-spacing: 0.115em;
}
#fv h2 small{
    font-size: 3rem;
    display: block;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin: 15px 0 0 8px;
}
#fv img{
    object-fit: cover;
    object-position: bottom;
    height: calc(100vh - 60px);
    width: 100%;
}


#read{
	background: url(images/bg01.jpg) no-repeat center;
	background-size: cover;
	padding: 120px 20px;
	position: relative;
}
#read::before{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#read::after{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#read h2{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.15em;
	margin: 0 0 60px;
}
#read p{
	text-align: justify;
	font-size: 1.5rem;
	line-height: 2;
	margin: 0 40px;
}
#read #top{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	transform: translateY(45%);
	z-index: 2;
}


#maintenance{
	padding: 120px 20px;
}
#maintenance .maintenance_box01{
	background: #f3f3f3;
	padding: 0 0 80px;
	margin: 0 0 80px;
}
#maintenance .maintenance_box01 h2{
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 0.15em;
	margin: 80px 0 50px;
}
#maintenance .maintenance_box01 p{
	text-align: justify;
	font-size: 1.5rem;
	line-height: 2;
	margin: 0 40px;
}
#maintenance .maintenance_box02 ul{
	display: flex;
	justify-content: space-between;
}
#maintenance .maintenance_box02 ul li{
	background: #f3f3f3;
	width: calc(25% - 20px);
	position: relative;
	text-align: center;
}
#maintenance .maintenance_box02 ul li a{
	color: #727171;
	display: block;
	padding: 0 0 60px;
}
#maintenance .maintenance_box02 ul li p{
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: justify;
	color: #3e3a39;
	margin: 30px 20px 20px;
}
#maintenance .maintenance_box02 ul li p b{
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 0 30px;
	text-align: center;
}
#maintenance .maintenance_box02 ul li span{
	font-family: MyWebFont02;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #ddd;
    padding: 8px 10px 8px 20px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80px;
}


#news_event{
	background: url(images/bg01.jpg) no-repeat center;
	background-size: cover;
	padding: 120px 20px;
	position: relative;
}
#news_event::before{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#news_event::after{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#news_event .inner{
	display: flex;
	justify-content: space-between;
}
.news_box{
	width: calc(50% - 30px);
}
.news_box h2{
	margin: 0 0 30px;
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.news_box ul{
	border: solid 1px #ccc;
}
.news_box ul li{
	border-bottom: solid 1px #ccc;
}
.news_box ul li:last-child{
	border-bottom: none;
}
.news_box ul li a{
	display: block;
	background: #fff;
	padding: 20px;
}
.news_box ul li a span{
	display: block;
	margin: 0 0 10px;
	color: #aaabab;
	letter-spacing: 0.1em;
}
.news_box ul li a p{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #313131;
}
.event_box{
	width: calc(50% - 30px);
}
.event_box h2{
	margin: 0 0 30px;
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.event_box ul{
	border: solid 1px #ccc;
}
.event_box ul li{
	border-bottom: solid 1px #ccc;
}
.event_box ul li:last-child{
	border-bottom: none;
}
.event_box ul li a{
	display: block;
	background: #fff;
	padding: 20px 20px 20px 30%;
	position: relative;
}
.event_box ul li figure{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 30%;
	overflow: hidden;
}
.event_box ul li figure img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.event_box ul li a span{
	display: block;
	margin: 0 0 10px 20px;
	color: #aaabab;
	letter-spacing: 0.1em;
}
.event_box ul li a p{
	margin: 0 0 0 20px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	color: #313131;
}


#info{
	padding: 120px 20px;
}
#info h2{
	text-align: center;
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 0 80px;
}
#info ul{
	display: flex;
	flex-wrap: wrap;
}
#info ul li{
	width: 25%;
	margin: 0 0 30px;
	box-sizing: border-box;
	border: solid 1px #ababac;
	border-right: none;
}
#info ul li:nth-of-type(4n),#info ul li:last-child{
	border-right: solid 1px #ababac;
}
#info ul li p{
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: justify;
	padding: 20px;
	color: #3e3a39;
}
#info ul li a{
	display: block;
}


#sns{
	background: url(images/bg01.jpg) no-repeat center;
	background-size: cover;
	padding: 120px 20px;
	position: relative;
	text-align: center;
}
#sns::before{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#sns::after{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#sns h2{
	margin: auto;
	max-width: 1200px;
	font-size: 6rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.2em;
	color: #3e3a39;
	margin: 0 0 40px;
}
#sns h2 span{
	letter-spacing: 0.115em;
}
#sns h2 small{
    font-size: 1.6rem;
    display: block;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin: 15px 0 0 8px;
}
#sns li{
	max-width: 50px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}


footer{
	background: #595757;
	padding: 100px 0 0;
	color: #fff;
	text-align: center;
}
footer a.tel{
	font-family: MyWebFont01;
	display: inline-block;
	color: #fff;
	font-size: 6rem;
	letter-spacing: 0.1em;
}
footer p{
	font-size: 1.4rem;
	line-height: 1.8;
	margin: 30px 0 0;
}
footer ul{
	background: #fff;
	padding: 20px;
	margin: 60px 0 0;
	text-align: center;
}
footer ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
footer ul li a{
	color: #595757;
}

@media screen and (min-width:768px) and ( max-width: 1020px) {
header .logo a {
    color: #727171;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2em;
}
header nav ul li {
	font-size: 1.2rem;
    margin: 0 0 0 10px;
}
#fv h2 {
	left: 8%;
    font-size: 6rem;
}
#fv h2 small {
    font-size: 1.6rem;
}
}

@media screen and (min-width:320px) and ( max-width: 767px) {
body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	border-top: solid 20px #595757;
	font-size: 1.4rem;
	color: #3e3a39;
}
body.page{
	border-top: none;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    z-index: 2;
    background: #000;
    opacity: 0.8;
    transition: .3s all;
}
body.clicked::before {
    z-index: 2;
    bottom: 0;
    top: 0;
}

.inner{
	max-width: 1200px;
	margin: 0 auto;
}

.sp{
	display: block;
}
.pc{
	display: none;
}

.btn01{
	text-align: center;
	margin: 40px 0 0;
}
.btn01 a{
	font-family: MyWebFont02;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #ddd;
    padding: 8px 15px 8px 25px;
    margin: auto;
    max-width: 80px;
    color: #3e3a39;
}

/*-------------------------------------------

    Element

-------------------------------------------*/
header{
	background: #fff;
	padding: 20px 20px;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	z-index: 100;
}
header .inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header .logo a{
	color: #727171;
	font-size: 1.8rem;
	font-weight: normal;
	letter-spacing: 0.2em;
}
header nav{
	display: none;
}
header nav ul{
	display: block;
	align-items: center;
}
header nav ul li{
	margin: 0 0 0 20px;
}
header nav ul li a{
	color: #727171;
}

header.page_head{
	background: #595757;
	position: relative;
	padding: 20px 20px;
}
header.page_head .logo a{
	color: #fff;
}
header.page_head nav ul li a{
	color: #fff;
}
#sp-menu {
    width: 30px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 999999;
    margin: -9px 0 0;
    display: block;
}
#sp-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-size: 100% 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
    background: #595757;
}
header.page_head #sp-menu span{
	background: #fff;
}
#sp-menu span.top-border {
    top: -2px;
}
#sp-menu span.middle-border {
    top: 50%;
    margin: -2px 0 0;
}
#sp-menu span.bottom-border {
    bottom: 0;
}
#sp-menu.clicked span.top-border {
    transform: rotate(-45deg);
    top: 8px;
}
#sp-menu.clicked span.middle-border {
    width: 0;
}
#sp-menu.clicked span.bottom-border {
    transform: rotate(45deg);
    bottom: 8px;
}

header nav{
    margin: 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 58px;
    background: #595757;
    z-index: 100;
    display: none;
}
header nav ul{
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}
header nav ul li{
	padding: 0 0 0 25px;
	margin: 0 0 0 0;
	position: relative;
	border-bottom: solid 1px #656464;
}
header nav ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    width: 10px;
    height: 1px;
    transform: rotate(0deg);
    background: #b3b3b3;
}
header nav ul li:first-child::before{
	display: block;
}
header nav ul li a{
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	display: block;
	padding: 20px;
}


#fv{
	position: relative;
}
#fv h2{
    position: absolute;
    top: 8%;
    left: 20px;
    right: 20px;
    margin: auto;
    max-width: 1200px;
    font-size: 9vw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #727171;
    z-index: 2;
}
#fv h2 span{
	letter-spacing: 0.115em;
}
#fv h2 small{
    font-size: 3vw;
    display: block;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin: 10px 0 0 2px;
}
#fv img{
    object-fit: cover;
    object-position: bottom;
    height: calc(60vh - 60px);
    width: 100%;
}


#read{
    background: url(images/bg01.jpg) no-repeat center;
    background-size: cover;
    padding: 60px 20px;
    position: relative;
}
#read::before{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#read::after{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#read h2{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    font-size: 6vw;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin: 0 0 40px;
}
#read p{
	text-align: justify;
	font-size: 1.4rem;
	line-height: 2;
	margin: 0 0;
}
#read #top{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	transform: translateY(45%);
	z-index: 2;
}


#maintenance{
	padding: 60px 20px;
}
#maintenance .maintenance_box01{
	background: #f3f3f3;
	padding: 0 0 40px;
	margin: 0 0 20px;
}
#maintenance .maintenance_box01 h2{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: center;
    font-size: 5.5vw;
    line-height: 1.6;
    letter-spacing: 0.15em;
    margin: 40px 0 40px;
}
#maintenance .maintenance_box01 p{
	text-align: justify;
	font-size: 1.4rem;
	line-height: 2;
	margin: 0 20px;
}
#maintenance .maintenance_box02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#maintenance .maintenance_box02 ul li{
	background: #f3f3f3;
	width: 100%;
	position: relative;
	text-align: center;
	margin: 20px 0 0;
}
#maintenance .maintenance_box02 ul li a{
	color: #727171;
	display: block;
	padding: 0 0 20px;
}
#maintenance .maintenance_box02 ul li p{
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: justify;
	color: #3e3a39;
	margin: 20px 20px 20px;
}
#maintenance .maintenance_box02 ul li p b{
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 0 20px;
	text-align: center;
}
#maintenance .maintenance_box02 ul li span{
	font-family: MyWebFont02;
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #ddd;
    padding: 8px 10px 8px 20px;
    position: static;
    margin: auto;
    max-width: 80px;
}


#news_event{
	background: url(images/bg01.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 20px;
	position: relative;
}
#news_event::before{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#news_event::after{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#news_event .inner{
	display: block;
	justify-content: space-between;
}
.news_box{
	width: 100%;
	margin: 0 0 40px;
}
.news_box h2{
	margin: 0 0 30px;
	font-size: 7.5vw;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.news_box ul{
	border: solid 1px #ccc;
}
.news_box ul li{
	border-bottom: solid 1px #ccc;
}
.news_box ul li:last-child{
	border-bottom: none;
}
.news_box ul li a{
	display: block;
	background: #fff;
	padding: 20px;
}
.news_box ul li a span{
	display: block;
	margin: 0 0 5px;
	color: #aaabab;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
}
.news_box ul li a p{
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #313131;
}
.event_box{
	width: 100%;
}
.event_box h2{
	margin: 0 0 30px;
	font-size: 7.5vw;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.event_box ul{
	border: solid 1px #ccc;
}
.event_box ul li{
	border-bottom: solid 1px #ccc;
}
.event_box ul li:last-child{
	border-bottom: none;
}
.event_box ul li a{
	display: block;
	background: #fff;
	padding: 20px 20px 20px 30%;
	position: relative;
}
.event_box ul li figure{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 30%;
	overflow: hidden;
}
.event_box ul li figure img{
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
.event_box ul li a span{
	display: block;
	margin: 0 0 5px 20px;
	color: #aaabab;
	letter-spacing: 0.1em;
	font-size: 1.2rem;
}
.event_box ul li a p{
	margin: 0 0 0 20px;
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #313131;
}


#info{
	padding: 60px 20px;
}
#info h2{
	text-align: center;
	font-size: 7.5vw;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 0 60px;
}
#info ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 -20px;
}
#info ul li{
	width: 50%;
	margin: 0 0 20px;
	box-sizing: border-box;
	border: solid 1px #ababac;
	border-right: none;
}
#info ul li:nth-of-type(2n){
	border-right: solid 1px #ababac;
}
#info ul li:nth-of-type(4n),#info ul li:last-child{
	border-right: solid 1px #ababac;
}
#info ul li p{
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: justify;
	padding: 15px;
	color: #3e3a39;
}
#info ul li img{
	width: 100%;
	height: 35vw;
	object-fit: cover;
	object-position: center;
}


#sns{
	background: url(images/bg01.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 20px;
	position: relative;
	text-align: center;
}
#sns::before{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#sns::after{
	background: url(images/line.png) no-repeat;
	background-size: 100% 100%;
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#sns h2{
	margin: auto;
	max-width: 1200px;
	font-size: 9.5vw;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.2em;
	color: #3e3a39;
	margin: 0 0 30px;
}
#sns h2 span{
	letter-spacing: 0.115em;
}
#sns h2 small{
    font-size: 3vw;
    display: block;
    font-weight: normal;
    letter-spacing: 0.3em;
    margin: 15px 0 0 8px;
}
#sns li{
	max-width: 40px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: middle;
}


footer{
	background: #595757;
	padding: 40px 0 0;
	color: #fff;
	text-align: center;
}
footer a.tel{
	font-family: MyWebFont01;
	display: inline-block;
	color: #fff;
	font-size: 7.5vw;
	letter-spacing: 0.1em;
}
footer p{
	font-size: 1rem;
	line-height: 1.8;
	margin: 30px 20px 0;
}
footer ul{
	background: #fff;
	padding: 20px;
	margin: 40px 0 0;
	text-align: center;
}
footer ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
footer ul li a{
	color: #595757;
}
}
