@charset "utf-8";
body {
  margin: 0px;
}
/* CSS Document */
@media (max-width: 599px) {
}
.h1_sub_page {
  text-align: center;
}
@media (max-width: 599px) {
  .h1_sub_page {
  }
}
h2 {
	font-family: HG明朝B;
  border-bottom: 4px solid #000000;
  margin-top: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
  display: inline-block;
  width: auto;
}
@media (max-width: 599px) {
  h2 {
	  line-height: 36px;
	  margin-top: 10px;
	  padding-top: 10px;
  }
}

h2 a{
	text-decoration: none;
	color:#000;
}
	
.div_header {
  background-size: cover;
  height: 100vh;
}

/* 2023/07/03 ↓追加 */
.fade {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fade li {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.fade li:first-of-type {
  background-image: url(../images/bnr_main01.jpg);
}
.fade li:nth-child(2) {
  background-image: url(../images/bnr_main02.jpg);
}
.fade li:nth-child(3) {
  background-image: url(../images/bnr_main03.jpg);
}

@media (max-width: 599px) {
  .fade li:first-of-type {
    background-image: url(../images/bnr_main_sp01.jpg);
  }
  .fade li:nth-child(2) {
    background-image: url(../images/bnr_main_sp02.jpg);
  }
  .fade li:nth-child(3) {
    background-image: url(../images/bnr_main_sp03.jpg);
  }
}

/* 拡大率調整 */
@keyframes fadeAnime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* ズームアニメーション */
.animation {
  animation: fadeAnime 2s 0s forwards;
}

/* 2023/07/03 ↑ここまで */

/*
.div_header_sub {
	background-image: url("../menu/sub_bnr_menu.jpg");
	height:400px;
	text-align: center;
	width: 100%;
}
@media(max-width:599px){
	.div_header_sub {
		height:200px;
	}
}
*/

.div_subpage_bnr {
  background-image: url('../menu/subpage_bnr01.jpg');
  background-size: cover;
  height: 500px;
  text-align: center;
}

@media (max-width: 599px) {
  .div_subpage_bnr {
    background-image: url('../menu/subpage_bnr02_sp.jpg');
    height: 300px;
  }
}

.h2_sub_tit_head {
  width: 100px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
  color: #fff;
  border: none;
}

@media (max-width: 599px) {
  .h2_sub_tit_head {
    margin-top: 135px;
  }
}

.icon_sns {
  width: 30px;
  margin-left: 0px;
  margin-right: 5px;
}
@media (max-width: 599px) {
}

.img_logo_header {
  width: 290px;
}
@media (max-width: 599px) {
.img_logo_header {
	width: 180px;
	margin:0 0 0 10px;
}
}
.div_gnavi {
  width: 100%;
  background: rgba(255, 255, 255, 1);
  padding-top: 20px;
  padding-bottom: 10px;
  position: fixed;
	z-index: 100;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1);
}
@media (max-width: 599px) {
  .div_gnavi {
	  height:50px;

	}
}

.div_gnavi ul {
  width: 640px;
  margin-top: 5px;
  margin-bottom: 20px;
  float: right;
}
@media (max-width: 599px) {
  .div_gnavi ul {
    float: none;
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
	  display: none;
  }
}
.div_gnavi ul li {
  color: #888;
  list-style-type: none;
  display: inline;
  letter-spacing: 1px;
  margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  padding-right: 20px;
}
@media (max-width: 599px) {
  .div_gnavi ul li {
	  padding-right: 0px;
	
  }
}
.div_header_icon_top {
  float: right;
  margin-right: 20px;
}
@media (max-width: 599px) {
  .div_header_icon_top {
    display: none;
    margin-right: 0px;
  }
}
.div_logo_main {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 400px;
  clear: both;
}
@media (max-width: 599px) {
  .div_logo_main {
    width: 100%;
    text-align: center;
    margin-top: 300px;
  }
}
.img_logo_main {
  width: 100%;
}

@media (max-width: 599px) {
  .img_logo_main {
    width: 80%;
  }
}
.div_location {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .div_location {
    width: 95%;
  }
}
.div_location p {
  margin-top: 5px;
}
.h3_top_title {
  text-align: center;
  font-size: 1.6em;
  font-weight: normal;
  padding-top: 20px;
  margin-top: 0px;
}
@media (max-width: 599px) {
}

/* リードエリア（lead） */
.div_lead {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  background-image: url();
  background-size: cover;
  text-align: center;
}
@media (max-width: 599px) {
  .div_lead {
  }
}
.h2_lead {
	color: #888;
	font-family: MSゴシック;
	font-size: 1.2em;
	width:1000px;
	margin: 30px auto 50px auto;
	border-bottom: none;
	line-height: 36px;
	
}
@media (max-width: 599px) {
	.h2_lead {
		width:90%;
	}
}


.p_lead {
  width: 900px;
  color: #5a5b5b;
  margin: 10px auto 20px auto;
  text-align: left;
  line-height: 30px;
  font-size: 1em;
}
@media (max-width: 599px) {
  .p_lead {
    color: #262626;
    width: 80%;
  }
}

/* スライダーエリア */
.div_slide {
  background-color: #fff;
}

@media (max-width: 599px) {
}
.slider {
  margin: 0;
  padding: 0;

}
.slider li {
  list-style-type: none;
  margin: 0;
  padding: 0px 5px 0px 5px;
}



/* contents */
.div_contents {
  clear: both;
  background-color: #fff; /*#F5F5F5; */
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 599px) {
.div_contents {
  padding-bottom: 20px;
}
}
.div_contents_inr {
  width: 1000px;
  margin: 40px auto 0 auto;
  text-align: center;

}
@media (max-width: 599px) {
  .div_contents_inr {
    width: 95%;
  }
}

.div_top_contents_left {
  width: 450px;
  float: left;
  text-align: left;
}
@media (max-width: 599px) {
  .div_top_contents_left {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.div_top_contents_right {
  width: 450px;
  float: right;
  text-align: left;
}
@media (max-width: 599px) {
  .div_top_contents_right {
    float: none;
    width: 95%;
    margin: 50px auto 0 auto;
  }
}

.p_contents_tit {
  font-weight: bolder;
  font-size: 0.9em;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .p_contents_tit {
  }
}

.p_contents {
  font-size: 1.0em;
  margin-bottom: 5px;
  margin-top: 0px;
}
@media (max-width: 599px) {
  .p_contents {
	  
  }
}


.p_company{
	text-align: center;
	line-height: 26px;
}

@media (max-width: 599px){
.p_company{
	text-align: left;
	width:95%;
	margin:5px auto;
}
}

.img_map{
	
}

@media (max-width: 599px){
	.img_map{
		width:100%;
}
}


/*--------- お知らせエリア ---------*/
.div_cont_news {
  background-image: url();
  background-size: cover;
  background-color: #fff;
  padding-top: 70px;
  text-align: center;
}

@media (max-width: 599px) {
  .div_cont_news {
    height: auto;
    padding-top: 15px;
    padding-bottom: 30px;
  }
}

.div_cont_news_inr {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 599px) {
  .div_cont_news_inr {
    width: 95%;
  }
}

/*instagramエリア */
.div_cont_instagram {
  margin-top: 0px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 599px) {
}
.div_cont_instagram_inr {
  width: 1000px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (max-width: 599px) {
  .div_cont_instagram_inr {
    width: 100%;
  }
}

.div_instagram_top {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 599px) {
  .div_instagram_top {
    width: 95%;
  }
}
.p_instagram_more {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
}

/*パララックス　エリア */
.div_parallax {
  box-sizing: border-box;
  color: #fff;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  clear: both;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .div_parallax {
  }
}

.div_parallax_menu {
  box-sizing: border-box;
  color: #fff;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  clear: both;
  margin-top: 40px;
}
@media (max-width: 599px) {
  .div_parallax_menu {
  }
}



/* 背景画像の見えている高さ */
.div_parallax-bg {
  height: 700px;
}
@media (max-width: 599px) {
  .div_parallax-bg {
  }
}

.div_parallax-bg_menu {
  height: 500px;
}

@media (max-width: 599px) {
  .div_parallax-bg_menu {
  }
}

/* 背景画像 */
.div_parallax-bg::before {
  background-image: url(../images/img_toppage02.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 599px) {
  .div_parallax-bg::before {
	    background-image: url(../images/img_toppage02sp.jpg);
  }
}

/*
.div_parallax-bg_menu::before {
  background-image: url('../menu/sub_bnr_menu.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

@media (max-width: 599px) {
  .div_parallax-bg_menu {
  }
}
*/

.p_parallax-bg01 {
  text-indent: -9999px;
}
@media (max-width: 599px) {
}

.p_parallax-bg_menu {
  text-align: center;
}
@media (max-width: 599px) {
}


/*-------  サブページここから  -------*/

/*---   ---*/

.div_header_sub {

}

.img_sub_page{width:100%;}


/* サブページのメニュー */
.h2_sub_tit {
  background-image: url();
  background-repeat: no-repeat;
  line-height: 24px;
  color: #000;
  font-weight: bolder;
  margin-bottom: 30px;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 4px solid #000000;
  display: inline-block;
  width: auto;
  font-size: 1.8em;
}

@media (max-width: 599px) {
  .h2_sub_tit {
  }
}
.menu_tit_small {
  font-size: 0.6em;
  line-height: 5px;
}

.div_menu_pdf {
  margin-bottom: 40px;
  text-align: left;
}

@media (max-width: 599px) {
  .div_menu_pdf {
    text-align: center;
  }
}

.img_menu {
  width: 280px;
  border: 1px solid #dbdbdb;
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (max-width: 599px) {
  .img_menu {
    width: 45%;
    margin-left: 5px;
    margin-right: 0px;
  }
}

/* メールフォーム　*/

.mailform{
  padding: 1.4em 0 0;
	clear: both;
	
}

@media (max-width: 599px) {
.mailform{
	}
}

.table_mailform{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.0em;
	border: 0.5px solid #CCCCCC;
	border-collapse: collapse;
}
@media (max-width: 599px) {
}
.table_mailform tr th{
	padding: 1.6em;
	text-align: left;
	border: 0.5px solid #CCCCCC;
	font-weight: normal;
	background-color: #F5F5F5;
	width: 25%;
}
@media (max-width: 599px) {
	.table_mailform tr th{
	padding: 1.0em;
}
}

.table_mailform tr td{
	padding: 1.6em;
	border: 0.5px solid #CCCCCC;
	text-align: left;
	line-height: 28px;
}
@media (max-width: 599px) {
	.table_mailform tr td{
	padding: 1.0em;
}
}


.input_name{
	width:90%;
}
@media screen and (max-width: 375px) {
.input_name{
	width:90%;
}
}
.input_textarea{
	width:80%;
}

@media (max-width: 599px) {
.input_textarea{
	width:90%;
	
}
}



/* メールフォームここまで　*/

/* フッターエリア　*/
.div_footer {
  background-image: url();
  background-color: #f5f5f5;
  height: auto;
  padding-top: 50px;
}
@media (max-width: 599px) {
  .div_footer {
    background-image: url();
  }
}
.div_ft_inr {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
@media (max-width: 599px) {
  .div_ft_inr {
    width: 95%;
    padding-top: 20px;
  }
}
.div_ft_left {
  width: 350px;
  float: left;
}
@media (max-width: 599px) {
  .div_ft_left {
    float: none;
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.div_ft_center {
  float: left;
  width: 350px;
}
@media (max-width: 599px) {
  .div_ft_center {
    float: none;
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #000000;
  }
}
.div_ft_right {
  float: right;
  width: 300px;
  text-align: center;
}
@media (max-width: 599px) {
  .div_ft_right {
    float: none;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: left;
  }
}

.img_ft_logo {
  width: 90%;
  margin-top: 50px;
}

@media (max-width: 599px) {
  .img_ft_logo {
  }
}

.p_ft_tit {
  font-weight: bolder;
  font-size: 0.9em;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media (max-width: 599px) {
  .p_ft_tit {
  }
}

.p_ft {
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-top: 0px;
}
@media (max-width: 599px) {
  .p_ft {
  }
}

/* fontasesome ここから*/

.fa-instagram {
  font-size: 2.2em;
  margin-leght: 10px;
}
.fa-facebook {
  font-size: 2em;
}

/* fontasesome　ここまで　 */

.div_copyright {
  clear: both;
}
@media (max-width: 599px) {
}
.p_copyright {
  text-align: center;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 599px) {
  .p_copyright {
  }
}
.div_gnavi a:link,
.div_gnavi a:visited {
  text-decoration: none;
  color: #888;
}
.div_gnavi a:hover,
.div_gnavi a:active {
  text-decoration: underline;
  color: #999;
}

/*
a:link img, a:visited img {
	border: 0;
}

a:hover img, a:active img {
	border: 0;
}
*/

a:link img,
a:visited img {
  filter: Alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover img,
a:active img {
  filter: Alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.div_ft_gnavi a:link,
.div_ft_gnavi a:visited {
  text-decoration: none;
  color: #888;
}
.div_ft_gnavi a:hover,
.div_ft_gnavi a:active {
  text-decoration: underline;
  color: #ccc;
}


.span_txt_red{
	color:red;
}


.br_sp{display: none;}
@media(max-width:599px){.br_sp{display: block;}}

.div_kara {
  clear: both;
}
