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

/*PCのみに適用*/
@media only screen and (min-width:769px){
.PageLink {
    padding-top:70px;
	margin-top:-70px;
}
	
.PageLink2 {
    padding-top:100px;
	margin-top:-100px;
}
}
/*PCのみに適用 END*/

body {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px!important;
	color:#FFF;
	line-height:1.8 !important;
	background:#000;
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
	overflow-x: hidden;  /*  横スクロールバーを消します。 */
	height: 100%;
	letter-spacing: .1em;
}

.C_Main {
	display: flex;
	justify-content: center;
  align-items: center;
	justify-content: flex-end
}

#TopPhoto {
	width: 65%;
}

.TopText {
	text-align: center;
	padding: 15px;
}

/* 全画面表示CSS */

.hero {
  height: 100vh; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/main_pc.jpg");
	position: relative;
}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}

/* 全画面表示CSS END */

.Title {
	font-size: 230%;
}

.TextBoxRight {
	background: #F8F8F8;
	padding: 5% 5% 5% 10%;
	float: right;
	width: 37%;
	margin-left: -10%;
	margin-top: 18%;
	position: relative;
	z-index: 0;
	font-size: 110%;
}

.PhotoLeft {
	float: left;
	width: 55%;
	position: relative;
	z-index: 1;
}

.TextBoxLeft {
	background: #F8F8F8;
	padding: 5% 10% 5% 5%;
	float: left;
	width: 37%;
	position: relative;
	z-index: 0;
	font-size: 110%;
	margin-right: -10%;
}

.PhotoRight {
	float: right;
	width: 55%;
	position: relative;
	z-index: 1;
	margin-top: 5%;
}

.PhotoLeftCenter {
	display: inline-block;
	width: 55%;
	vertical-align: middle;
}

.TextBoxRightCenter {
	display: inline-block;
	width: 35%;
	margin-left: 3%;
	font-size: 110%;
	vertical-align: middle;
}

.S_Title {
	font-size: 150%;
	line-height: 1.5;
}

.BG {
	background: #000;
}

.ColorBg {
	padding: 5% 0;
}

.TitleDownText {
	font-size: 120%;
	margin-top: 20px !important;
}

.AboutText {
	margin-top: 20px;
}

.WhtBox {
	background: #FFF;
	padding: 5%;
}

.GraphPhoto {
	display: inline-block;
	width: 35%;
	vertical-align: middle;
}

.GraphBox {
	margin: 0 auto;
}

.GraphBox a {
	color: #000;
}

.GraphBox h3 {
	font-size: 120%;
	padding: 50px 0 30px;
}

/* table01 */
.table01 {
	font-size: 90% !important;
	width: 100%;
	border-top: 1px solid #000;
}
.table01 tr {
  border-bottom: 1px solid #000;
}

.table01 th,
.table01 td {
  padding: 15px 0;
  border: none;
}

.table01 td {
	width: 90%;
	margin: 0 auto;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.8) 
}

.table01 th {
  width: 50%;
	padding: 15px;
	background: rgba(188, 154, 119, 0.8) 
}

/* sp */
@media only screen and (max-width: 480px) {
	
.table01 {
	border-top: none;
}
	
.table01 tr {
  border-bottom: none;
}
	
  .table01 th,  .table01 th,
  .table01 td {
     width: 90%;
    display: block;
	  padding: 3% 5%;
  }
}

.LeftBox {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
}

.RightBox {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	padding-left: 5% !important;
}
.Insta {
	margin-top: -3% !important;
}

.Insta li {
	margin-top: 3% !important;
}



.AccessDl {
	font-size: 110%;
}

.AccessDl dt {
	font-weight: bold;
	margin-top: 20px;
}

footer {
	background: #000;
	color: #FFF;
	padding: 50px 0 0 !important;
	text-align: center;
}

.FotterInner {
	width: 90%;
	margin: 0 auto;
}
.FotterInner > a {
	display:inline-block;
	margin-top:2.0em;
}
.FotterInner > a > span > img {
	display:block;
	width:2.5em;
	height:auto;
	margin: 0 auto;
}

.Copy {
	font-size: 80%;
	margin-top: 30px;
	padding-bottom: 50px;
}

.S01Wrap {
	width:100%;
	background: url(../images/contact_bg.jpg) no-repeat fixed center center;
	padding: 8% 0;
	background-size: cover;
	color: #000;
	text-align: center;
}
/*Safari用*/
::-webkit-full-page-media, :future, :root .S01Wrap {
	width:100%;
	background: url(../images/contact_bg.jpg) no-repeat center center;
	padding: 8% 0;
	margin: 5% 0 0 0;
	background-size: cover;
	color: #000;
	text-align: center;
}

.TranslucentBox {
	background-color: rgba(255,255,255,0.7);
	max-width: 700px;
	width: 70%;
	margin: 0 auto;
	padding: 5%;
}

.TranslucentBox p {
	font-size: 120%;
}

.S03Wrap {
	width:100%;
	background: url("../images/bg2_pc.jpg") no-repeat fixed center center;
	padding: 8% 0;
	margin: 0;
	background-size: cover;
	color: #000;
	text-align: center;
}
/*Safari用*/
::-webkit-full-page-media, :future, :root .S03Wrap {
	width:100%;
	background: url("../images/bg2_pc.jpg") no-repeat center center;
	padding: 8% 0;
	margin: 0;
	background-size: cover;
	color: #000;
	text-align: center;
}

/* solid008 */
.button_solid008 a{
    background: #000;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
	background: #0097cd;
	font-size: 110%;
}
.button_solid008 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #0097cd;
  transition: 0.2s ease 0s;
}

.button_solid008 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #0097cd;
  transition: 0.2s ease 0.2s;
}

.button_solid008 a:hover::before {
  width: 0%;
}

.button_solid008 a:hover::after {
  height: 0%;
}

.button_solid008 a:hover {
  text-decoration: none;
  background-color: #bc9a77;
	color: #FFF;
}


.AccessWrap {
	background: url("../images/access_bg.jpg") left no-repeat fixed;
}
/*Safari用*/
::-webkit-full-page-media, :future, :root .AccessWrap {
	background: url("../images/access_bg.jpg") left no-repeat;
}

.AccessBox {
	width: 50%;
	padding: 5%;
	float: right;
	background: #000;
}
.MapBox {
	margin-bottom: -15px;
	background: #EBEADF;
}

.Map {
	width: 100%;
	height: 600px;
}

.F_Logo {
	width: 150px;
	margin: 0 auto;
}

.F_nav {
	margin-top: 20px;
	text-align: center;
}

.F_nav li {
	margin: 0 15px;
	display: inline-block;
}

.F_nav li a {
	text-decoration: none;
	color: #FFF;
}

video {
  width: 100%; /* 動画をレスポンシブ化 */
}

.Movie {
	max-width: 1200px;
	margin: 50px auto 0;
}
.DMenu > span {
	display:block;
	text-indent:-1.0em;
	padding-left:1.0em;
}