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

* {
	line-height: 1;
}

img {
    border: 0;
    vertical-align: top;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}

/*body*/

body {
　/*サイトによって変更*/
width: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    vertical-align: top;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.75;
}

html {
scroll-behavior: smooth;
scroll-padding-top: 90px;
}

.contents-box {
	font-family: source-han-sans-cjk-ja, sans-serif;
font-style: normal;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #603813;
	font-size: 16px;
	line-height: 1.8;
}

.contents-box p {
	font-family: source-han-sans-cjk-ja, sans-serif;
font-style: normal;
font-weight: 400;
	font-size: 16px;
	color: #603813;
	line-height: 1;
}

.contents-box p br.sp-view {
	display: none;
}

.contents-box a {
}

.contents-box p a {
}

.space-box {
	clear:both;
}


.anctxt {
	display: block; 
    position: relative;
    top: -180px;
    visibility: hidden;
	height: 1px;
}


/*header*/

.header {
	z-index: 99999999999;
	position: fixed;
left: 0px;
top: 0px;
	width: 100%;
	display: flex;
  justify-content: space-between;
	align-items: center;
	padding: 30px 30px 20px;
	background : rgba(40, 14, 0, 0.6);
}

.header h2 {
	margin-bottom: 30px;
}

.header h2 img {
	height: 150px;
	width: auto;
}

.header .header-right {
	display: flex;
  justify-content: flex-end;
}

.header .header-right > ul {
	margin-right: 10px;
	display: flex;
  justify-content: flex-end;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 340px;
}

.header .header-right > ul li {
	margin-left: 10px;
	font-size: 15px;
color: #FFF;
line-height: 1.2;
font-weight: bold;
}

.header .header-right > ul li:first-child {
	border-style : solid;
border-color : #FFF;
border-width : 1px;
	padding: 4px 20px;
	margin-right: 5px;
	margin-top: 5px;
}

.header .header-right > ul li img {
	width: 35px;
height: auto;
}

/*.header .header-right > ul li:last-child {
	padding-top: 8px;
}*/

.header .header-right > ul li:last-child img {
	width: auto;
height: auto;
}

.header .header-right .box01 {
	text-align: right;
	margin-right: 20px;
}

.header .header-right .box01 .box001 {
	margin-bottom: 15px;
}

.header .header-right .box01 .box001 ul {
	display: flex;
  justify-content: flex-end;
}

.header .header-right .box01 .box001 ul li {
	margin-left: 20px;
}

.header .header-right .box01 .box001 ul li a {
color: #FFF;
line-height: 1.2;
font-weight: normal;
	display: block;
}


/*メニュー部分*/
	nav {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #FFF;
  left: 0;
		overflow: auto;
		z-index: 9999;
}
nav div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
}
nav ul {
  margin: 0 auto;
  width: 740px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav ul li {
  width: 50%;
}


nav ul li a {
  display: block;
  color: #42210b;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  padding: 10px 15px;
  background-color: #FFF;
  
}

nav ul li a:before {
  content: "●";
  font-size: 18px;
}


nav ul li:nth-child(-n+12) a {
  color: #FFF;
  background-color: #42210b;
  letter-spacing: 0.1em;
  border-style: solid;
  border-color: #FFF;
  border-width: 1px;
}
nav ul li:nth-child(-n+12) a:before {
  content: "・";
}


nav ul li a:hover {
  opacity: 1;
  color: #b39c86; /* 白背景用のhover */
  /* 背景が白の要素はデフォルトのまま */
}
nav ul li:nth-child(-n+12) a:hover {
  color: #FFF;
  background-color: #b39c86; /* 茶色背景用のhover */
}

nav ul li:nth-child(12) a, nav ul li:nth-child(12) a {
	margin-bottom: 20px;
	}




/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 70px;
		height: 70px;
		position: relative;
		top: 0px;
		z-index: 10000000000;
		background-image: url("../images/menu-nav.svg");
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding: 25px 15px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #FFF;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}



/* nav-pc */

.nav-pc {
	width: 100%;
	line-height: 0;
	text-align: center;
	position: absolute;
left: 0px;
bottom: 0px;
}

.nav-pc ul {
	display: inline-block;
}

.nav-pc ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 35px;
}

.nav-pc ul li a:hover {
	opacity: 0.75;
}




/* main-img-top */

#main-img {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#main-img img {
	width: 100%;
height: auto;
}

/*title-box*/
 
.title-box {
	position: absolute;
   top: 60%;
   left: 50%;
   -webkit-transform: translate(-50%, -60%);
   transform: translate(-50%, -60%);
	width: 100%;
	text-align: center;
}

.title-box h2, .title-box h3 {
color: #FFF;
line-height: 1.2;
font-weight: normal;
}

.title-box h2 {
	font-family: fertigo-script, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 75px;
	margin-bottom: 35px;
	line-height: 0.6;
}

.title-box h3 {
	padding: 6px 50px;
	background-color: #42210b;
	display: inline-block;
	letter-spacing: 0.2em;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/*contents*/
 


.contents {
	width: 100%;
	background-image: url("../images/header-line.jpg");
background-position: center top;
background-repeat: repeat-x;
	padding-top: 46px;
}

/*lay01*/
 
.lay01 {
	width: 100%;
	padding-top: 60px;
	margin-bottom: 60px;
	text-align: center;
}

.lay01 p, .lay03 p {
	line-height: 2;
}

.lay02 {
	width: 100%;
	padding: 0px 0px 60px;
	background-color: #f5f4f0;
	margin-bottom: 70px;
}

.lay03 {
	width: 940px;
	text-align: center;
	margin-bottom: 30px;
}

.lay03 .box {
	padding: 65px 0px;
	border-bottom-style : dotted;
border-bottom-color : #5c402d;
border-bottom-width : 4px;
}

.lay03 .box:last-child {
	border-bottom-style : none;
}


/*midashi*/

p.text01 {
	color:#603813;
	line-height:1.6;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.midashi01 {
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}

.midashi01 h2 {
	font-family: fertigo-script, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 39px;
color: #42210b;
line-height: 0.6;
	margin-bottom: 30px;
}

.midashi01 p, .midashi02 {
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	padding: 6px 50px;
	background-color: #42210b;
	text-align: center;
}

.midashi01 p {
	font-size: 20px;
	display: inline-block;
}

.midashi02 {
	font-size: 28px;
	margin-bottom: 45px;
	padding: 8px 0px;
}

.midashi03 {
	margin-bottom: 30px;
	padding: 8px 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #5c402d;
	font-size: 25px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.4em;
font-weight: normal;
}

.btntop-footer {
	display: none;
	}


/*pagetop_btn*/

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 100;
}

.pagetop_btn a {
    display: block;
    background : #42210b;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}

.pagetop_btn a:hover {
    display: block;
    background-color: #b39c86;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}



/*time*/
#time {
	position:fixed;
	top:40%;
	right:-520px;
	margin:0;
	background-color: #FFF;
	padding: 30px 20px;
	padding-left: 85px;
	background-image: url("../images/btn-time.svg");
background-position: left center;
background-repeat: no-repeat;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
}

#banner-24 {
	position:fixed;
	top:40%;
	right:0px;
}


/*footer-link*/

.footer-link {
	width: 100%;
	text-align: center;
	padding: 10px 5px;
	background-color: #42210b;
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: none;
}

.footer-link ul {
	display: flex;
  justify-content: center;
}

.footer-link ul li {
	width: 32%;
	margin: 0px 1%;
}

.footer-link ul li img {
	width: 100%;
height: auto;
}


footer {
	padding-top: 150px;
	background-image: url("../images/footer-line.jpg");
background-position: center top;
background-repeat: repeat-x;
}


/*subcontents*/

#subcontents {
	width: 570px;
	text-align: center;
}

#subcontents h2 {
	margin-bottom:40px;
}

#subcontents h3 {
	margin-bottom:20px;
	font-size: 16px;
color: #FFF;
	padding: 6px 0px;
	background-color: #42210b;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.2;
	font-weight: normal;
}

#subcontents h4 {
	font-size: 55px;
color: #42210b;
line-height: 0.8;
letter-spacing: 0.1em;
font-weight: normal;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: relative;
	padding-left: 35px;
	margin-bottom: 25px;
	display: inline-block;
}

#subcontents h4:before {
	content: "";
	position: absolute;
left: 0px;
top: 10px;
	background-image: url("../images/tel-footer.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 28px;
	height: 35px;
}

#subcontents h5 {
	margin-bottom: 40px;
}

#subcontents h5 img {
	width: 400px;
height: auto;
}

#subcontents ul {
	padding-top: 10px;
	display: flex;
  justify-content: center;
}

#subcontents ul li {
	margin: 0px 10px;
}

#subcontents p {
	margin-top: 30px;
	font-size: 16px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: bold;
	border-style : solid;
border-color : #42210b;
border-width : 1px;
	padding: 4px 20px;
	display: inline-block;
}

/*subcontents-map*/

.subcontents-map {
	width: 100%;
	clear: both;
	text-align:center;
	padding-top: 50px;
}

.subcontents-map .map-title {
	width: 100%;
}

.subcontents-map .box01 {
	margin-bottom: 20px;
	display: flex;
  justify-content: center;
	align-items: center;
}


.subcontents-map p {
	font-size: 14px;
color: #42210b;
line-height: 1.2;
font-weight: normal;
	padding-left: 20px;
}

.subcontents-map .map-box, .subcontents-map iframe {
	width: 100%;
	clear: both;
	height: 400px;
}


.footer {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#FFF;
}

.footer p {
	font-size: 14px;
	color: #42210b;
}


/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1280px;
	}
	


#header .sp-view {
	display: none;
}
	

}
@media screen and (max-width: 737px) {
   
	
html {
scroll-padding-top: 70px;
}
	
	body {
    }

.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.contents-box {
	font-size: 14px;
}

.contents-box p {
	font-size: 14px;
}

.contents-box p br.sp-view {
	display: inline-block;
}
	
.wrap-box {
	background-size: 200% auto;
}


/*header*/


/*header*/

.anctxt {
    top: -80px;
}
	
.header h2 {
	padding-top: 20px;
}

.header {
	padding: 7px;
	padding-left: 12px;
}
	
.header .header-right > ul {
	display: none;
}
	
.header .header-right .box01 {
	margin-right: 8px;
	padding-top: 5px;
}
	
.header .header-right .box01 .box001 {
	display: none;
}
	
.header .header-right .box01 h6 img {
	height: 35px;
	width: auto;
}
	

	
	.header h1 img {
		height: 35px;
		width: auto;
}
	
	.header h2 {
		text-align: center;
}
	
.header h2 img {
		height: 80px;
		width: auto;
}
	
	
 .header .header-right .box01 .box002 h6 {
    display: flex;
    justify-content: center; /* 左寄せの場合はflex-start、右寄せならflex-endに変更 */
    align-items: center;
    gap: 10px;  /* 各要素の間に間隔を作る */
  }	
	
/*開閉ボタン*/
	#nav_toggle{
		width: 45px;
		height: 45px;
		padding: 12px 10px;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:8px;
	}
	#nav_toggle span:nth-child(3){
		top:16px;
	}

	
	.nav-pc {
		display: none;
	}
	
	
nav div {
  display: block;
}
	
	nav ul{
		width: 100%;
		padding-bottom: 80px;
	}
	
nav ul li {
	width: 100%;
	
}
	
nav ul li a {
		font-size: 18px;
	}
	
	nav ul li a {
		padding: 10px 15px;
	}

nav ul li:nth-child(3) a {
	padding-bottom: 10px;
	}
	
/* main-img-top */

#main-img {
	width: 100%;
}

#main-img img {
	width: 140%;
height: auto;
	margin-left: -20%;
}

/*title-box*/

.title-box {
   top: 75%;
   left: 50%;
   -webkit-transform: translate(-50%, -75%);
   transform: translate(-50%, -75%);
}
	
.title-box h2 {
font-size: 25px;
	margin-bottom: 15px;
	line-height: 0.6;
}

.title-box h3 {
	padding: 5px 30px;
	letter-spacing: 0.1em;
	font-family: yu-mincho-pr6, sans-serif;
font-style: normal;
font-weight: 400;
}


	
/*contents*/


.contents {
	background-size: auto 20px;
	padding-top: 20px;
}
	
/*lay01*/
 
.lay01 {
	width: 100%;
	padding-top: 40px;
	margin-bottom: 40px;
}
	
.lay01 > p, .lay03 > p {
	width: 92%;
	margin: auto;
	line-height: 1.8;
}

.lay02 {
	width: 100%;
	padding: 0px 0px 40px;
	margin-bottom: 40px;
}
	
.lay03 {
	width: 92%;
	margin-bottom: 20px;
}

.lay03 .box {
	padding: 40px 0px 35px;
border-bottom-width : 3px;
}




/*midashi*/

p.text01 {
	font-size: 14px;
}
	
	

.midashi01 {
	width: 92%;
	margin: auto;
	text-align: center;
	margin-bottom: 25px;
}

.midashi01 h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.midashi01 p, .midashi02 {
	font-family: yu-mincho-pr6, sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: 0.1em;
}

.midashi01 p {
	font-size: 14px;
	padding: 4px 15px;
}

.midashi02 {
	font-size: 18px;
	margin-bottom: 30px;
}
	
.midashi03 {
	margin-bottom: 20px;
	padding: 6px 20px;
	font-size: 17px;
letter-spacing: 0.2em;
}

	
.btntop-footer {
		width: 92%;
		padding-top: 20px;
		display: block;
	}
	
.btntop-footer img {
		width: 100%;
	height: auto;
	}


#time {
	display: none;
}
	
#banner-24 {
	display: none;
}
	
	
	
/*footer-link*/

.footer-link {
	display: block;
}
	
	
/*btn-top*/
	
	.pagetop_btn {
		bottom: 58px;
		left: 5px;
	}
	
	.pagetop_btn a {
		width: 50px;
		height: 50px;
		padding-top: 15px;
	}

	
footer {
	padding-top: 60px;
	background-size: auto 25px;
}


/*subcontents*/

#subcontents {
	width: 92%;
}

#subcontents h2 {
	margin-bottom:30px;
}
	
#subcontents h2 img {
	height: 100px;
	width: auto;
}

#subcontents h3 {
	margin-bottom:15px;
	font-size: 14px;
	font-family: yu-mincho-pr6, sans-serif;
font-style: normal;
font-weight: 400;
}

#subcontents h4 {
	font-size: 32px;
	font-family: yu-mincho-pr6, sans-serif;
font-style: normal;
font-weight: 400;
	padding-left: 22px;
	margin-bottom: 20px;
}

#subcontents h4:before {
	height: 25px;
	top: 3px;
}
	
#subcontents h5 {
		width: 100%;
	margin: auto;
	margin-bottom: 30px;
	}
	
#subcontents h5 img {
		width: 100%;
	height: auto;
	}
	
#subcontents h6 img {
	width: 100%;
height: auto;
}


/*subcontents-map*/

.subcontents-map {
	padding-top: 30px;
}

.subcontents-map .map-title {
	width: 100%;
}

.subcontents-map .box01 {
	margin-bottom: 20px;
	display: block;
}


.subcontents-map p {
	font-size: 12px;
	padding-left: 0px;
	padding-top: 15px;
}

.subcontents-map .map-box, .subcontents-map iframe {
	width: 100%;
	clear: both;
	height: 150px;
}


	

	.footer {
		padding-bottom: 20%;
	}

	.footer p {
		font-size: 10px;
	}


      
}
