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

.section .oneArea {
  margin-bottom: 0px;
}
.section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 0 0px;
	padding: 0;
	box-sizing: border-box;
	
}
.section ul li {
  width: calc(100% /5);
  text-align: center;
  box-sizing: border-box;
}
.section ul li:last-child {
  border-right: none;
}
.section ul li a {
	display: block;
	padding: 0px;
	text-decoration: none;
	background: #;
	transition-duration: 0;
}

.section .oneArea .one_title {
  color: #1e92ff;
  text-align: center;
  padding: 10px;
  }
  
.section .oneArea a.button {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 40px;
}
.section .oneArea a.button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 671px) {
  .section .oneArea .one_title {
    font-size: 18px;
  }
}
.nav {
	padding: 0 0px;
	margin: 0 0 0;
	width: 100%;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
}

.menu {
	height:auto;
	padding: 0px;
	max-width: 100%;
	}

.pic {
	height: auto;
	width: 100%;
	border: 0px;
}


.container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#main {
  width: 100%;
}

.cam{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
		
}

#main {
  width: 100%;
}


.title_c_box1{
    width: 100%;
    height: auto;
    margin-left: 0px;
    position: relative;
    margin-bottom: 0px;
	}

.title_c_box2{
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}

.title_c_box3{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}

.title_c_box4{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}

a {
	text-decoration: none;
	color: #f6b51b;
	outline: none;

}

a:hover {
	text-decoration: underline;
	color: #f6b51b;
	outline: none;

}

/*===========
inview
===========*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*===========
.imgBox
===========*/

.imgBox {
	text-align: center;
	margin: 20;
	vertical-align: middle;
}
.imgBox img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/*===========
.txtBox
===========*/

.txtBox {
  text-align: center;
}
.txtBox p {
  font-size: 60px;
  font-weight: bold;
  padding: 2em 0;
  margin: 0;
}

/*===========
base
===========*/

* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #ffe29d;
}

::-webkit-scrollbar-thumb {
  background: #503f11;
  border-radius: 5px;
}

.fixed-background{
  min-height:100vh;
  background-attachment:fixed;
  background-size:cover;
  background-position:center;
}

html, body {
   overflow-y: auto;
   width: 100%;
   caret-color: transparent;
  
}

:focus { outline: none;

}


* {
  box-sizing: border-box;
}
.section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0px 0px;
  overflow-x: hidden;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #1e92ff;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 1000;	
}
#page-top a {
    background: #503f11;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #ffe29d;
}


/***** header *****/

#header {
	width: 0px auto;
	width: 100%;
	position: relative;
	height: auto;
	margin: 0;
}

.bg {
	width: 100%;
	height: 100%;

}

body.no-scroll {
    overflow: hidden;
}

    *{
      padding: 0;
      margin: 0;
    }



/***** footer *****/

#footer {
	width: 100%;
	height: 100px;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	color: fff;
}


/***** content *****/

#content_name1{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 5px;
}

.content_main{
    width: 100%;
    height: auto;
    margin-left: auto;
    position: relative;
    margin-right: auto;
    margin-top: auto;
    text-align: center;
    vertical-align: auto;
    margin-bottom: auto;
}


#content_box1{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
}



#content_box6{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	
}

.btn a {
	width: 30px;
	height: 30px;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #FFF;
	margin: 0 auto;
}


.fixed-background {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#visual{
	width: 100%;
	height: auto;
	margin-top: 0px;
	position: relative; /* ★ relativeにしてメイン画像（main.png）の高さを正しく確保 */
	z-index: 1;
}

#visual2{
	width: 100%;
	height: auto;
	position: absolute; /* ★ 重ね合わせる画像を absolute に変更 */
	top: 0;
	left: 0;
	z-index: 2;
}

.link{
	text-align: center;
	padding: 5px;
}
.link li{
   display: inline-block;
   list-style: none;
   padding: 5px;
}


.contentsArea_link_box {
  position: absolute;
}
.contentsArea_link_box {
	top: 35%;
    width: 100%;
	height: auto;
	z-index: 150;
	float: left;
	
}
.contentsArea_inquiry_box {
  position: absolute;
}
.contentsArea_inquiry_box {
	top: 5%;
    width: 100%;
	height: auto;
	z-index: 150;
	float: left;
	
}

.link_img{
	height: auto;
	padding: 5px;
	max-width: 100px;
	
}

/* スマホ・タブレット表示時のお問い合わせエリア修正 */
@media screen and (max-width: 768px) {
  .contentsArea_inquiry_box {
    position: relative !important; /* 絶対配置を解除して高さを自動確保 */
    top: auto !important;
    float: none !important;
    padding: 20px 10px; /* 内側に少し余白を設ける */
  }

  /* 背景画像がフォームの下に潜り込んで不要になる場合は非表示、または高さを自動に */
  #inquiry .imgBox img.pic {
    display: none; /* スマホでは背景画像を隠してフォームを押しやすくする */
  }
}
