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

.header_2{
	width:100%;
	height: 100vh;
	background-attachment: fixed;
} 

.container_2{
	position: relative;
	z-index:1;
	background-color: #F8F3EF;
	background-image: url("../images/bb_texture02.webp"), url("../images/bbb.png");
	background-position: left, top;
	background-attachment: fixed, scroll;
	background-size: 100%, 90%;
	padding: 1px 0;
}

.jumbotron_content{
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%);
	transform: translate(-50%, -50%);
}

@media (min-width: 1441px) {
	.jumbotron_content{
		margin-top: 13rem;
	}
}

@media (max-width: 1023px) {
	.jumbotron_content{
		width: 14rem;
	}
}

@font-face{
    font-family: "Baskervville Regular";
    src: url("../web_font/Baskervville-Regular.woff");
    font-weight:400;
    font-style: normal;
}

@font-face{
    font-family: "BASKRV L";
    src: url("../web_font/BASKRV_L.woff");
    font-weight: normal;
    font-style: normal;
}

body::-webkit-scrollbar {
  display: none;
}

#header{
	position: fixed;
	top: 0;
	height: 70px;
	width: 100%;
	text-align: center;
	padding: 20px;
	z-index: 999;
}

section{
	padding: 0px;
}

#page-link{
	padding-top: 0px;
}

body{
	background-color: #F8F3EF;
	font-family: "BASKRV L", serif;
}

p{
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	font-weight: normal;
	line-height: 1.95rem;
	letter-spacing: 0.05rem;
	text-align: justify;
}

h1{
    font-family: "Baskervville Regular", serif;
    font-size: 2.7rem;
    font-weight: normal;
    letter-spacing: 0.03rem;
    text-align: center;
    text-decoration: none;
}

h2,h3,h4,h5,h6{
	font-family: "Baskervville Regular", "'Hiragino Mincho ProN", '游明朝', 'Yu Mincho',serif;
	font-weight: normal;
	letter-spacing: 0.1rem;
	text-align: center;
}

td,th,tr{
	font-size: 0.9rem;
	font-family: '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	font-weight: normal;
	letter-spacing: 0.1rem;
}

.tel{
    font-family: "BASKRV L";
    font-size: 2.7rem;
    font-weight: normal;
    letter-spacing: 0.03rem;
    text-decoration: none;
}

.tel a{
    color: black;
    pointer-events: none;
}

.icon_pict{
    width: 37px;
    height: 100%;
    object-fit: cover;
}

.media-body{
	font-family: '游明朝', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	font-size: 0.95rem;
	font-weight: 400;
	letter-spacing: 0.03rem;
	line-height: 1.75rem;
	text-align: justify
}

.media-body_title{
	font-size: 1.05rem;
	font-weight: 500;
}

.footer_p{
	font-family: "Baskervville Regular", serif;
	text-align: center;
}

.font_space{
	font-size: 1.02rem;
    letter-spacing: 0.09rem;
}

.custom_color{
	color: #744924;
}

.logo_style {
	width: 17.7rem;
	filter: drop-shadow(0px 3px 1.5px #000);
}

@media (min-width:1441px){
    .logo_style{
        width: 22.5rem;
    }
}

.style_h1a {
	font-size: 1.7rem;
	line-height: 1.8rem;
	letter-spacing: -0.02rem;
	color: white;
	text-shadow: 2px 2px 2px #3d3d3d;
	white-space: nowrap;
}

.me-3 {margin-right: 1.1rem;
}

.blog_contents{
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: left;
	letter-spacing: 0.1rem;
	line-height: 1rem;
}

.blog_date{
	line-height: 0.7rem;
}

.image-container {
	width: 600px;
	overflow: hidden; 
}

.button_underline{
	text-underline-offset: 0.37rem;
}

.btn_01 {
	display: inline-block;
	padding: 0.4rem 3.9rem 0.3rem 3.9rem;
	font-family:'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	font-weight: 300;
	font-size: 0.8rem;
	letter-spacing: 0.05rem;
	color: #744924;
	user-select: none;
	border: 1px #664223 solid;
	border-radius: 4px;
	transition: 0.3s ease;
}

.btn_01:hover {
	color: #fff;
	background: #00b1bb;
	border: 1px #00b1bb solid;
	border-radius: 4px;
}

.indent_1 {
	text-indent: -1.5rem;
	margin-left: 1.5rem;
	line-height: 1.7rem;
}


/* modaal window -------------------------------------------------------------- */
.hide-area{
	display: none;
}

.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/* top page scroll down --------------------------------------------------------------- */
.scrolldown {
	position: fixed;
	top: 90%;
	right: 50%;
	animation: arrowmove 1.9s ease-in-out infinite;
	z-index: 1;
}

@keyframes arrowmove {
      0% {bottom: 1%;}
      50% {bottom: 5%;}
     100% {bottom: 1%;}
 }

.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 35%;
    right: -7px;
    width: 1.5px;
    height: 27px;
    background: #744924;
    transform: skewX(-28deg);
}

.scrolldown:after{
	content:"";
	position: absolute;
	bottom: 35%;
	right: 0;
	width: 1.5px;
	height: 67px;
	background: #744924;
}

#g-nav{
	position: fixed;
	z-index: 997;
	top: -150%;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,0.90);
	transition: all 0.6s;
}

#g-nav.panelactive{
    top: 0;
}

#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 997; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav ul {
    position: absolute;
    z-index: 997;
    top: 48%;
    left: 49%;
    transform: translate(-50%,-50%);
}

#g-nav li{
	list-style: none;
	text-align: center; 
}

#g-nav li a{
	font-size: 1.2rem;
	font-family: "Baskervville Regular", serif;
	font-weight: 400;
	color: #744924;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* humbergar menu btn ----------------------------------------------------------------------- */
.openbtn{
	position: relative;
	background: transparent;
	cursor: pointer;
	width: 50px;
	height:51px;
	border-radius: 5px;
	z-index: 999;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 11px;
    height: 2px;
    border-radius: 2px;
	background: #744924;
  }

.openbtn span:nth-of-type(1) {
	top:13px;	
  	width: 60%;
}

.openbtn span:nth-of-type(2) {
	top:24px;
  	width: 60%;
}

.openbtn span:nth-of-type(3) {
	top:35px;
  	width: 60%;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 10px;
    transform: translateY(6px) rotate(-135deg);
    width: 60%;
	background: #744924;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 10px;
    transform: translateY(-6px) rotate(135deg);
    width: 60%;
	background: #744924;
}

.une_mark{
    display: inline-block;
	width: 133%;
    height: auto;
    object-fit: cover;
}

.popup-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background-color: rgba(0, 0, 0, 0.5); */
      z-index: 1000;
    }

    .popup-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); 
      background-color: white;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 5px 6px rgba(0, 0, 0, 0.5);
      min-width: 300px;
      min-height: 250px;
    }

    .popup-close {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      font-size: 24px;
      color: #000;
    }

    .popup-close:hover{
     color: #A5A5A5;
    }