@charset"utf-8";



*{
  margin: 0;
  padding: 0 ;
  box-sizing: border-box;
  font-family: "Kaisei Opti", serif;
 
}


.header-container_02{
  display: none;
  

}
ul,
ol {
  list-style:none;
}

a {
  color:inherit;
  text-decoration: none;
}

body {

  font-size:30px;
  color:#000000;
  line-height: 1;
  background-color: #ffffff;
}






.header-inner{
  position: fixed;
  text-align: center;

   
  width:100%;
 
  height: 150px;
 
   z-index: 10; 
  background-color: #f8f8f8;
}

.header-inner{
  
   
   display: flex;
  justify-content: space-between;
  align-items: center;
} 






.site-menu ul {
  display: flex;


  
  
}

.site-menu ul li {
  margin-bottom: 100px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
}

.site-menu ul a:hover {
  transform: scale(1.20);
}

.site-menu ul a {
  display: block;
  transition-duration: 0.2s;
} 
 



.footer{
  color: #ffffff;
  background-color: #24211b;
  
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.copyright{
  font-size: 30px;
  font-weight: bold;
  margin-top: 25px;
}



.site-menu ul{
  margin-top: 90px;
  margin-right: 50px;

}

.recommended {
  background-color: #f8f8f8;
  padding-top: 45px;
  padding-bottom: 55px;
  margin-top: 50px;
}

.recommended h3 {
  font-size: 50px;


 
  font-weight: bold;
  text-align: center;
}
.recommended h3::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}




  





.btn, .btn2, .btn3, .btn4, .btn5, .btn6, .btn7, .btn10{
  padding: 15px 100px;
  margin:10px 4px;
  color: #7c7e97;
 
  text-transform: uppercase;
 text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  margin-left: 430px;
  font-weight: bold;
 
  
 
  
}

.btn2::before{
  content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: -1;
background-color: #97bfe1;
-webkit-transform: scaleY(.3);
transform: scaleY(.3);
opacity: 0;
transition: all .3s
}

.btn2:hover{
  color:#0f1520;  
}
.btn2:hover::before{
  border-radius: 50px;
  opacity: 1;
  background-color: #b5caee;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
  transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
}

.p{
  padding: 15px 100px;
  margin:10px 4px;
  color: #7c7e97;
  font-family: sans-serif;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  text-decoration: none;
  display:inline-block;
  margin-left: 630px;
  font-weight: bold;

  margin-bottom: 50px;
  margin-top: 50px;
  
 
  
}

.p:before{
  content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: -1;
background-color: #97bfe1;
-webkit-transform: scaleY(.3);
transform: scaleY(.3);
opacity: 0;
transition: all .3s
}

.p:hover{
  color:#0f1520;  
}
.p:hover::before{
  border-radius: 50px;
  opacity: 1;
  background-color: #b5caee;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
  transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
}



.item-list {
  display: flex; 
  
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
  overflow: scroll;
}

 ul.ol {
  
  list-style: none;
} 

.item-list li{
 
  flex-shrink: 0;
  width: 350px;
  margin-left: 60px;
  
}

.img{
  object-fit: cover;
  width: 300px;
  height: 250px;
  border-radius: 20px;

}

.item-list  li a:hover {
  transform: scale(1.1);
}

.item-list  li a {
  display: block;
  transition-duration: 0.2s;
} 



  .item-list li:first-child{
  margin-left: 0; 
} 



.item-list dt {

   font-weight: bold;
   text-align: center;
  
   font-size: 25px;
   margin-top: 10px;
   margin-left: -60px;
   
}

.lab2{
  font-size: 15px;
  line-height: 30px;
  margin-top: -50px;
  text-align: center;
  margin-left: -60px;
}



.lab{
 
  left: calc(100% + 18px);
  font-size: 25px;
  white-space: nowrap;
  transform-origin: top right;
  transform: rotate(90deg);
  margin-right:18px; 
   margin-top: 45px;

}

.lab3{
 
  left: calc(100% + 18px);
  font-size: 25px;
  white-space: nowrap;
  transform-origin: top right;
  transform: rotate(90deg);
  margin-right:18px; 
   margin-top: 40px;

}

.lab4{
 
  left: calc(100% + 18px);
  font-size: 20px;
  white-space: nowrap;
  transform-origin: top right;
  transform: rotate(90deg);
  margin-right:18px; 
   margin-top: 50px;
 
}


.footer{
  color: #ffffff;
  background-color: #24211b;
  line-height: 70px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}



.footer-logo img{
  display: block;
  width: 350px;
}

.footer-tel{
  font-size: 26px;
  font-weight: bold;

}

.site-menu2 ul {
  display: flex;
  height: 120px;


  
  
}

.site-menu2 ul li {
  margin-bottom: 100px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 25px;
}

.site-menu2 ul a:hover {
  transform: scale(1.20);
}

.site-menu2 ul a {
  display: block;
  transition-duration: 0.2s;
} 
 





@media screen and (max-width: 768px) {

 .header{

   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   background-color: #ffffff;
  
   z-index: 10;
   box-shadow: 0 3px 6px rgba(0,0,0,0.1);
   
 }

.header-inner{
  display: block;
  width: 100%;
  height: 70px;
  
}
.go img{
  width:130px;
  padding: 0px;
margin-top: -0px;
  
}

  .recommended h3{
    font-size: 25px;
  }

 

 .header-site-menu{
  display: none;
 }
 .main{
   padding-top: 50px;
 }

 .footer-tel {
   font-size: 20px;
 }
 .copyright{
   margin-top: 50px;
 }

 .site-menu2{
 height: 40px;
 }
 .site-menu2 ul li{
  font-size: 20px;

 }

 /* ハンバーガー */
 .header-container_02{
  display: block;
 }
 
 .header-container_02 {
  position: relative;

  height: 60px;
  font-family: serif;
  background: #f5f6f6;
  
  width: 100%;
  margin-top: 60px;
  font-size: 15px;
}

.header__navi_02 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #f9f9f5;
  width: 100%;
  transform: translateY(-120%);
  transition: all 0.6s;
}

.header__navi_02.active {
  transform: translateY(0%);
}

.header__navi_02 ul {
  padding-top: 48px;
  text-align: center;
}

.header__navi_02 li {
  list-style: none;
  margin-bottom: 24px;
}

.header__navi_02 li a {
  color: #080808;
  text-decoration: none;
}

/* メニューボタン */
.sp-menu-btn_02 {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 40px;
  cursor: pointer;
  z-index: 1000;
}

.sp-menu-btn_02 .line {
  display: block;
  position: absolute;
  height: 1px;
  right: 15px;
  background: #0b0a0a;
  transition: 0.3s ease-in-out;
}

.sp-menu-btn_02 span:nth-child(1) {
  top: 16px;
  width: 30px;
}

.sp-menu-btn_02 span:nth-child(2) {
  top: 24px;
  width: 20px;
}


/* メニューが開いているときのボタン */
.sp-menu-btn_02.active span:nth-child(1) {
  top: 24px;
  background: #0f0e0e;
  transform: rotate(-45deg);
}

.sp-menu-btn_02.active span:nth-child(2) {
  top: 24px;
  background: #ade1e1;
  width: 30px;
  transform: rotate(45deg);
}

.header-container_02 h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-weight: normal;
}
  .site-menu ul {
    display: block;
    text-align: center;
  }
 

 .site-menu li {
  margin-top: 20px;
 }
 
 .recommended{
  margin-top: -80px;
 }

} 






























