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

.TopHeader {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.SnsList {
	position: absolute;
	top: 50px;
	right: 2.5%;
}

.SnsList li {
	display: inline-block;
	margin-left: 15px;
}


#TopPhoto {
	width: 90%;
	margin: 30px auto 0;
}

/* 全画面表示CSS */

.hero {
  height: 75vh; /* 全画面表示フルなら100 */
  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);
}

/* text */

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.title {
  font-size: 300%;
	font-weight: normal;
  line-height: 1.5;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
.description {
  color: white;
  text-align: center;
	margin-top: 15px;
	font-size: 150%
}

/* 全画面表示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 {
	float: left;
	width: 55%;
}

.TextBoxRightCenter {
	float: right;
	width: 32%;
	padding: 5% 10% 0 3%;
	font-size: 110%;
}

.PhotoRightCenter {
	float: right;
	width: 55%;
}

.TextBoxLeftCenter {
	float: left;
	width: 32%;
	padding: 5% 3% 0 10%;
	font-size: 110%;
}

.TextBoxRightCenter h3,
.TextBoxLeftCenter h3 {
	text-align: center;
}

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

.BG {
	background: #FFEEEE;
}

.ColorBg {
	padding: 5% 0;
}

.TitleDownText {
	font-size: 120%;
}

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

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

.GraphBox {
	display: inline-block;
	width: 58%;
	margin-left: 5%;
	vertical-align: middle;
}



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

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

#table01 td {
	vertical-align: middle;
}

#table01 th {
  width: 30%;
	background: #FFEEEE;
	padding: 24px;
}

/* sp */
@media only screen and (max-width: 480px) {
	
#table01 tr {
  border-bottom: none;
}
	
  #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%;
}

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


.AccessDl {
	font-size: 110%;
}

.AccessDl dt {
	font-weight: bold;
	margin-top: 20px;
}
/*ボタン*/
a.btn_23 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 180px;
	padding: 0.5rem 1rem;
	font-weight: bold;
	border: 2px solid #00A0D8;
	color: #00A0D8;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn_23::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 160, 216);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_23:hover::before {
	transform: translateX(0);
}
a.btn_23:hover {
	color: #fff;
}
/*ボタン END*/
footer {
	background: #FFF;
	color: #BC9664;
	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;
}

.Wide1500 {
	max-width: 1500px;
	margin: 0 auto;
}

.List4-2 {
	text-align: center;
}

.List4-2 li {
	width: 22%;
	display: inline-block;
	margin: 0 1%;
}

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

/*ボタン*/

.Btn {
	width: 200px;
}

a.btn_06 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 2px, #BC9664 2px, #BC9664 10px);
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: -6px;
  transition-duration: 0.2s;
}
a.btn_06:hover span {
  left: -1px;
  top: -1px;
}

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

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

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

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

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