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

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

body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px!important;
	color:#000;
	line-height:1.8 !important;
	background:#FFF;
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
	overflow-x: hidden;  /*  横スクロールバーを消します。 */
	height: 100%;
	letter-spacing: .2em;
}

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

#TopPhoto {
	width: 65%;
}


/* 全画面表示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: 180%;
}

.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: #fffe81;
}

.ColorBg {
	padding: 5% 0;
}

.TitleDownText {
	font-size: 120%;
}

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

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

.GraphBox {
	margin: 0 auto;
}



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

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 td {
	width: 90%;
	margin: 0 auto;
	vertical-align: middle;
}

#table01 th {
  width: 50%;
	background: #fffe81;
	padding: 24px;
}

/* sp */
@media only screen and (max-width: 480px) {
	
#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: 3% 0 !important;
	text-align: center;
}

.FotterInner {
	width: 90%;
	margin: 0 auto;
}

.Copy {
	font-family: -apple-system,BlinkMacSystemFont, "Source Sans Pro", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 13px;
	margin-top: 15px;
}

.S01Wrap {
	width:100%;
	background: url(../images/contact_bg.jpg) no-repeat fixed;
	padding: 8% 0;
	margin: 5% 0 0 0;
	background-size: cover;
	color: #000;
	text-align: center;
}

.TranslucentBox {
	background-color: rgba(255,255,255,0.8);
	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;
	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;
    max-width: 180px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
}
.button_solid008 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.2s ease 0s;
}

.button_solid008 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #000;
  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: #BBBBBB;
	color: #FFF;
}


.AccessWrap {
	background: url("../images/access_bg.jpg") left no-repeat fixed;
}

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

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

.F_nav {
	margin-top: 2%;
	text-align: center;
}

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

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

.F_nav li a:hover {
	text-decoration: underline;
}