@charset "UTF-8";
/*共通部分*/
html {
  -webkit-text-size-adjust: 100%;
}
main{
  overflow-x: hidden;
}
.wrapper{
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
}
html{
    font-size: 100%;
}
body{
    font-family:"Open Sans","Zen Kaku Gothic Antique" ;
    color:rgb(3, 1, 9) ;
}
p{
    font-family:"Open Sans","Zen Kaku Gothic Antique" ;
    color:rgb(3, 1, 9) ;
}
a{
    text-decoration: none;
    color: rgb(3, 1, 9);
}
img{
    max-width: 100%;
}
.sm-br{
  display: none;
}
.pc-br{
  display: block;
}
.openbtn{
  display: none;
}
/*Googleフォント*/
.zen-kaku-gothic-antique-black {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.zen-kaku-gothic-antique-bold {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-kaku-gothic-antique-black {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.open-sans-uniquifier {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "wdth" width;
}
.open-sans-uniquifier {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" width;
}
 /*Googleフォントここまで*/ 
  .hana-logo{
    width: 100px;
    margin-right: 300px;
    padding-top: 5px;
  } 
  .aboutus-text2{
    font-size: 40px;
  }
  /*ヘッダーここから*/
.header{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    position: fixed;
    padding-right: 145px;
    z-index: 2;   
  }
  .header.black .pc-nav a {
    color: #fff;
  }
.pc-nav{
    font-family: "Open Sans", sans-serif;
    width: 950px;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    gap: 40px;
    margin-top: 30px;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  font-size: 18px;
  
}

.pc-nav a:hover{
  color: #04b9fb;
}
/*ヘッダーここまで*/

/*TOPここから*/
/* ぼかしから出現 */
.top-container1{
	animation-name:blurAnime;
	animation-duration:4s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}
/* ぼかしから出現ここまで */

.top-1{
  width: 100vw;
  height: 100vh;
  min-height: 100%;
}
.sm-message-photo1{
  display: none;
}
.sm-message-photo2{
  display: none;
}
.top-container1{
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
.top-text1{
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  font-weight: 900;
}
.top-text2{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 34px;
  padding-bottom: 10px;
  text-align: right;
}
.pc-message-photo1{
  width: 600px;
}
.pc-message-photo2{
  width: 600px;  
}
.top-2{
  width: 100vw;
  height: 100vh;
  min-height: 100%;
}
.top-container2{
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
.top-text3{
  font-family:"Zen Kaku Gothic Antique", sans-serif;
  writing-mode: vertical-rl;
  font-weight: 900;
  font-size: 32px;
  line-height: 45px;
  line-height: 1.7;
  letter-spacing: 3px;
}
.top-text4{
  font-family:"Open Sans", "Zen Kaku Gothic Antique", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
}
.top-text5{
  font-family:"Open Sans", "Zen Kaku Gothic Antique", sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 700;
  line-height: 1.5;
  font-style: normal;
}

/*タイピングアニメーション*/
.aboutus-text1 span {
	display: none;
}

/*文字列後ろの線の設定*/
.aboutus-text1::after {
 	content: "|";
	animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}
/*タイピングアニメーションここまで*/

.aboutus-1{
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  background-color: rgb(10, 10, 10);
  position: relative;
  z-index: -1;
}


.aboutus-text1{
  font-family: "Open Sans","Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  font-size: 20px;
  color: rgb(249, 249, 249);
  padding-top: 300px;
}
.aboutus-2{
  width: 100vw;
  height: 100vh;
  min-height: 100%;
  background-image: url(../images/about-photo2.png);
  background-size: cover;
  height: 820px;
}
.aboutus-text2a{
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: rgb(249, 249, 249);
  text-align: right;
  font-size: 40px;
  line-height: 58px;
  margin-right: 30px;
  padding-top: 120px;  
}
.aboutus-text2b{
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: rgb(249, 249, 249);
  text-align: right;
  font-size: 34px;
  line-height: 58px;
  margin-right: 30px;   
  letter-spacing: 1px;
}
.aboutus-text2c{
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: rgb(249, 249, 249);
  text-align: right;
  font-size: 36px;
  line-height: 58px;
  margin-right: 30px;
  padding-top: 30px;  
}
.feature-1{
   width: 100vw;
   height: 100vh;
   max-height: 100%;
   text-align: center;
   position: relative;
   z-index: 0;
} 
.f-aboutustext{
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-align: right;
  font-size: 26px;
  margin-top: 20px;
  margin-right: 25px;
 
}
.f-aboutustext a{
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-decoration: underline;
}
.f-aboutustext a:hover{
  color: #f206d3;
}
.feature-text1{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 32px;
  margin-top: 300px;
}
.feature-2{ 
   width: 100vw;
   height: 100vh;
   max-height: 100%;
}
.feature-container{
  width: 100vw;
  display: flex;
  justify-content: center;
  gap: 90px;
  list-style: none;
  padding-top: 200px;
}
.feature-box{
  text-align: center;
}
.feature-photo{
  border-radius: 50%;
  width: 240px;
}
.feature-text2{  /*数字*/
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
  margin: 10px;
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-decoration-style: solid;
  text-underline-offset: 10px;
}
.feature-text3{
  font-family:"Open Sans", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  margin: 30px;
}

.photo-head{
  font-weight: 800;
  text-align: center;
  font-size: 80px;
  translate: 0 -55%;
  margin-top: 250px;
}
.photo-1{
  width: 100%;
  background-image: url(../images/cloth.png);
  background-repeat: repeat;
  position: relative;
  z-index: -1;
}
.grid{
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px 30px;
  margin: 0 auto;
  padding-left: 65px;
  padding-bottom: 150px;
}
.item{
  width: 100%;
  margin-bottom: 20px;
}
.lication-head{
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 80px;
  padding-top: 150px;
  padding-bottom: 20px;
}
.location-1{
   width: 100vw;
  height: 100vh;
  min-height: 100%;
}
.location-photo{
  margin: 30px 0;
}
.location-container{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: 70px;
}
.location-box1{
  gap: 30px;
}
.location-text1{
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 28px;
  padding-bottom: 40px;
}
.location-text2{
  font-family:"Open Sans", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  padding-bottom: 20px;
  font-size: 16px;

}
.googlemap{
  font-size: 17px;
  text-decoration: underline;
  font-weight: 900;
}
.googlemap:hover{
  color: #f206d3;
}
.contact-container{
  width: 100vw;
  background-image: url(../images/cloth.png);
  background-repeat: repeat;
  text-align: center;
  position: relative;
  z-index: 0;
}
.contact-form{
  z-index: 0;
}
.contact-head{
  font-weight: 800;
  margin-top: 350px;
  font-size: 80px;
  translate: 0 -55%;
}
.contact-form{
  width: 100vw;
  text-align: center;
}
.contact-box{
  width: 100vw;
  display: flex;
  justify-content: center;
}
.contact-photo{
  margin: 30px;
  width: 350px;
}
.contact-text1{
  font-family: "Open Sans","Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 100vw;
  max-width: 100%;
  font-size: 18px;
  margin: 0 auto;
  border:  rgb(3, 1, 9) 7px solid;
  padding: 70px;
  width: 600px;
  margin-bottom: 30px;
  translate: 0 -35%;
}

/* フォーム全体のスタイル */
form {
    width: 100vw;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    margin-top: 5px;
    position: relative;
}
/* ラベルのスタイル */
label {
   font-family: "Zen Kaku Gothic Antique", sans-serif;
    display: block;
    margin-top: 10px;
    font-weight: 900;
    color: rgb(3, 1, 9);
    text-align: left;
}

/* 入力欄のスタイル */
input, textarea {
    width: 100%; /* box-sizingが適用されるので、paddingやborder込みで100%に収まる */
    padding: 10px;
    margin-top: 5px;
    border: 3px solid rgb(3, 1, 9);
    background-color: #f8f8f8;
    font-size: 16px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 900;
    font-style: normal;
}

/* テキストエリアの高さを調整 */
textarea {
    resize: vertical;
    height: 300px;
}

/* 送信ボタンのスタイル */
button {
    background-color: rgb(3, 1, 9);
    font-weight: 700;
    color: white;
    border: none;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    margin-bottom: 50px;
    margin-top: 20px;
  }

/* ホバー時のボタンスタイル */
button:hover {
    background-color: #f206d3;
}

footer{
  text-align: center;
}
.footer-text{
  font-family: "Open Sans","Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  padding-top: 70px;
  color: #f1f1f1;
}
.footer-1{
  width: 100%;
  height: 160px;
  background-color:rgb(3, 1, 9) ;
}
.footer-2{
  width: 100%;
  height: 140px;
}
.f-hana-logo{
  width: 100px;
  padding-top: 20px;
}
.copyright{
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 13px;
  font-weight: 900;
  padding: 0;
  margin-bottom: 10px;
}

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所　anboutus1*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
  top: 420px;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -30px;
    /*テキストの形状*/
	color: #fff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 300px;
	background: #eee;
    /*線の動き2秒かけて動く。永遠にループ*/
	animation: pathmove 3.0s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所 feature下*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
  top: 500px;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:-15px;
	top: -30px;
    /*テキストの形状*/
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* 線の描写 */
.scrolldown2::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 300px;
	background: #000;
    /*線の動き2秒かけて動く。永遠にループ*/
	animation: pathmove 3.0s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}
/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所　TOPページ*/
.scrolldown3{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
top: 680px;
left:50%;
bottom:10px;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown3 span{
  /*描画位置*/
position: absolute;
left:-15px;
top: -30px;
  /*テキストの形状*/
color: #000;
font-size: 0.7rem;
letter-spacing: 0.05em;
 font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* 線の描写 */
.scrolldown3::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 1px;
height: 200px;
background: #000;
  /*線の動き2秒かけて動く。永遠にループ*/
animation: pathmove 3.0s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}





/*下層Aboutusここから*/
main{
  overflow-x: hidden;
}
/* ぼかしから出現 */
.aboutus-subcontainer{
	animation-name:blurAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  }
}
/* ぼかしから出現 ここまで*/
.subheader{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  padding-right: 145px;
  z-index: 1;
}
.subheader-text{
  font-weight: 900;
  font-size: 55px;
  padding-left: 10px;
}
.aboutus-subcontainer{
  height: 100vh;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  gap: 65px;
  padding-left: 80px;
}
.aboutus-photo3{
  width: 100%;
  padding: 0;
  margin: 0;
}
.aboutus-subtext2{
  font-family: "Open Sans","Zen Kaku Gothic Antique", sans-serif;
  font-weight: 800;
  color: rgb(3, 1, 9);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.aboutus-subtext3{
  font-family:"Open Sans", "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 900;
  color: rgb(3, 1, 9);
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.5;
}

.location-subhead{
  font-weight: 900;
  text-align: center;
  font-size: 45px; 
  margin-top: 150px;
}
.location-subcontainer{
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px; 
  margin-bottom: 100px;
}
.sm-menu{
  display: none;
}
.pc-menu{
  max-width: 85%;
  margin: 0 auto;
}
.menu-subbox{
  width: 100%;
  text-align: center;
  padding-top: 200px;

}
 .gallery-container{
   display: flex;

}
.gallery-main{
  width: 100%;
  min-height: 100%;
  background-image: url(../images/gallerybackground.png);
  background-size: contain;
   background-position: right;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider{
  width: 80%;
  margin-top: 60px;
  margin-left: 300px;
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: left;
  padding-right: 130px;
  padding: 0;
}
.slick-dots li {
    display:inline-block;
	  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:20px;/*ドットボタンのサイズ*/
    height:20px;/*ドットボタンのサイズ*/
    display:block;
    margin: 10px 5px;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:rgb(3, 1, 9) ;/*ドットボタンの現在地表示の色*/
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:2.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeup-text{
  display: none;
}



@media(max-width:440px){
/*共通部分*/
.fadeup-text{
  display: none;
}
.openbtn{
  display: block;
  position: fixed;
}
img{
  max-width: 100%;
  height: auto;
}
.pc-br{
  display: none;
}
.sm-br{
  display: block;
}
/*共通部分ここまで*/
.top-container1{
  flex-direction: column;
  margin-left: 0;
  gap: 50px;
  overflow-x: hidden;
  padding-top: 50px;
}
.pc-message-photo1{
  display: none;
}
.pc-message-photo2{
  display: none;
}
.sm-message-photo1{
  display: inline-flex;
}
.sm-message-photo2{
  display: inline-flex;
}
.top-container2{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-top: 20px;
}
.top-text1{
  font-size: 13px;
  text-align: right;
  padding-right: 10px;
}
.top-text2{
 font-size: 22px;
 text-align: left;
 padding-left: 10px;
}
.top-text3{
  writing-mode: horizontal-tb;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -2px;
  margin: 0 auto;
  padding-top: 285px;
  padding-bottom: 30px;
}
.top-text4{
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  padding: 0;
}
/*スクロールダウン3 消去*/
.scrolldown3{
   display: none;
}
.aboutus-1{
  margin-top: 100px;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
}
.aboutus-text1{
  color: rgb(249, 249, 249);
  font-size: 14px;
  padding-top: px;
  text-align: center;
}
.aboutus-2{
  height: 100vh;
  width: 100vw;
  min-height: 100%;
  background-image: url(../images/tb-aboutphoto2.png);
}
.aboutus-text2a{
  font-size: 22px;
  line-height: 1.6;
  margin-right: 10px;
}
.aboutus-text2b{
  font-size: 20px;
  line-height: 1.6;
  margin-right: 10px;
}
.aboutus-text2c{
  font-size: 22px;
  line-height: 1.6;
  margin-right: 10px;
  margin-top: 20px;
  padding: 0;
}
.f-aboutustext{
  font-size: 16px;
  margin-right: 10px;
}
.feature-text1{
  font-size: 20px;
}
.feature-container{
  width: 100vw;
  padding-top: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1%;
}
.feature-box{
  max-width: 49%;
}
.feature-photo{
  width: 60%;
}
.feature-text2{
  font-size: 32px;
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-decoration-style: solid;
  text-underline-offset: 8px;
}
.feature-text3{
  font-size: 12px;
  letter-spacing: -1px;
  margin-bottom: 30px;
  line-height: 1.7;
}
.photo-1{
  padding-bottom: 80px;
}
.photo-head{
  font-size: 40px;
  margin-top: 80px;
}
.grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 100px;
  margin: 0;
  padding: 0;
}
.item{
  width: 100%;
  margin: 0 auto;
}
.location-{
  margin: 0;
}
.location-1{
  margin: 0 auto;
}
.location-container{
  flex-direction: column-reverse;
  margin: 0 auto;
  gap: 0;
}
.location-box2{
  width: 100vw;
  text-align: center;
}
.lication-head{
  font-size: 40px;
  margin-top: 40px;
  padding: 0;
}
.location-text1{
  font-size: 20px;
  padding: 0;
  margin-bottom: 20px;
}
.location-text2{
  font-size: 14px;
  padding-bottom: 15px;
}
.googlemap{
  font-size: 14px;
}
.location-photo{
  max-width: 60%;
}
.contact-head{
  font-size: 40px;
  margin: 0;
}
.contact-box{
  width: 60%;
  margin: 0 auto;
}
.contact-photo{
  width: 60%;
  margin: 5px;
}
.contact-text1{
  width: 60%;
  font-weight: 800;
  font-size: 14px;
  margin: 0 auto;
  border:  rgb(3, 1, 9) 4px solid;
  padding: 14px;
  width: 300px;
  margin-bottom: 30px;
}
.contact-form{
  width: 80%;
}
label{
  font-size: 13px;
}
.footer-1{
  height: 100px;
}
.footer-text{
  font-size: 14px;
  padding-top: 40px;
}
.footer-2{
  height: 100px;
}
.f-hana-logo{
  width: 60px;
  padding-bottom: 10px;
}

/*下層Aboutusここから*/
.subheader-text{
  font-size: 40px;
  margin-left: 10px;
}
.aboutus-subcontainer{
  flex-wrap: wrap;
  gap: 30px;
  padding: 0;
  margin-top: 50px;
}
.aboutus-subtext2{
  font-size: 22px;
}
.aboutus-subtext3{
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}
.location-subhead{
  font-size: 32px;
  margin-top: 200px;
}
.location-subcontainer{
  flex-wrap: wrap-reverse;
  gap: 0;
  margin-bottom: 50px;
}
.menu-subbox{
  padding: 0;
  padding-top:120px;
}
.pc-menu{
  display: none;
}
.sm-menu{
  max-width: 100vw;
  width: 95%;
  display: block;
  margin: 0 auto;
  margin-top: 0;
}
/*下層Galleryここから*/
.gallery-main{
  width: 100%;
  height: 100vh;
  min-height: 100%;
  padding-top: 15%;
  background-image: url(../images/sm-galleryphoto.png);
  background-size: contain;
  display: flex;
  position: relative;
  z-index: 0;
  gap: 20px;
}
.gallery-container{
  margin: 0 auto;
  gap: 10px;
}
.slider{
  width: 375px;
  margin: 0 auto;
}
.slide{
  padding: 10px;
  padding-top: 200px;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: left;
  padding: 0;
}
.slick-dots li {
    display:inline-block;
}

.slick-dots button {
    margin: 0 auto;
    color: transparent;
    outline: none;
    width:15px;/*ドットボタンのサイズ*/
    height:15px;/*ドットボタンのサイズ*/
    display:block;
    margin: 2px 2px;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/

}

/*========= ナビゲーションのためのCSS ===============*/

.pc-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    right: -120%;
	  width:100%;
    height: 100vh;/*ナビの高さ*/
	  background:#04b9fb;
    /*動き*/
	  transition: all 0.6s;
    margin: 0;
}

/*アクティブクラスがついたら位置を0に*/
.pc-nav.panelactive{
    right: 0;
}


/*ナビゲーションの縦スクロール*/
.h-nav.panelactive .h-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width:100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/

/*リストのレイアウト設定*/

.h-nav li{
	list-style: none;
    text-align: left; 
    font-size: 26px;
    line-height: 1;
}

.h-nav li a{
	color: rgb(3, 1, 9);
	text-decoration: none;
	display: block;
  margin-left: 20px;
	font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	  top:5px;
	  right: 5px;
	  cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 14px;
    height: 3px;;
	  background-color: rgb(3, 1, 9);
  	width: 55%;
  }

  .header.black .openbtn span{
    background-color: rgb(255, 255, 255);
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

  /*メディアクエリの閉じ↓*/
}





@media(max-width:1250px) and (min-width:440px){
/*共通部分*/
.fadeup-text{
  display: none;
}
.openbtn{
  display: block;
  position: fixed;
}
img{
  max-width: 100%;
  height: auto;
}
.sn-br{
  display: none;
}
.pc-br{
  display: block;
}
/*共通部分ここまで*/

.top-container1{
  flex-direction: column;
  margin-left: 0;
  gap: 0;
  overflow-x: hidden;
  margin: 10px;
}
.sm-message-photo1{
  display: none;
}
.sm-message-photo2{
  display: none;
}
.pc-message-photo1{
  display: inline-flex;
  width: 100%;
}
.pc-message-photo2{
  display: inline-flex;
  width: 100%;
}
.top-container2{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-height: 0;
}
.top-text1{
  font-size: 14px;
  text-align: left;
  padding-right: 10px;
}
.top-text2{
 font-size: 24px;
 text-align: right;
}
.top-2{
  height: 90%;
}

.top-text3{
  writing-mode: horizontal-tb;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: -2px;
  margin: 0 auto;
  padding-top:100px;
}
.top-text4{
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  padding: 0;
  padding-top: 50px;
}
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
  top: 580px;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
  top: 440px;
	left:50%;
	bottom:10px;
    /*全体の高さ*/
	height:50px;
}
.scrolldown3{
   display: block;
   position: absolute;
   top: 1000px;
}
.aboutus-1{
  margin-top: 120px;
  width: 100vw;
  height: 100vh;
  min-height: 100%;
}
.aboutus-text1{
  color: rgb(249, 249, 249);
  font-size: 16px;
  padding-top:480px;
  text-align: center;
}
.aboutus-2{
  height: 100vh;
  width: 100vw;
  min-height: 100%;
  background-image: url(../images/tb-aboutphoto2.png);
}
.aboutus-text2a{
  font-size: 40px;
  line-height: 1.6;
  margin-right: 20px;
}
.aboutus-text2b{
  font-size: 36px;
  line-height: 1.6;
  margin-right: 20px;
}
.aboutus-text2c{
  line-height: 1.6;
  margin-right: 20px;
  margin-top: 38px;
  padding: 0;
}
.f-aboutustext{
  font-size: 26px;
  margin-right: 10px;
}
.feature-text1{
  font-size: 30px;
}
.feature-container{
  width: 100vw;
  padding-top: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1%;
}
.feature-box{
  max-width: 49%;
}
.feature-photo{
  width: 70%;
}
.feature-text2{
  font-size: 36px;
  text-decoration: underline;
  text-decoration-thickness: 6px;
  text-decoration-style: solid;
  text-underline-offset: 8px;
}
.feature-text3{
  font-size: 14px;
  letter-spacing: -1px;
  margin-bottom: 30px;
  line-height: 1.7;
}
.photo-1{
  padding-bottom: 80px;
}
.photo-head{
  font-size: 60px;
  margin-top: 80px;
}
.grid{
  width: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 100px;
  padding: 0;
  margin-left: 60px;
}
.item{
  width: 100%;
  margin: 0 auto;
}
.location-{
  margin: 0;
}
.location-1{
  margin: 0 auto;
}
.location-container{
  flex-direction: column-reverse;
  margin: 0 auto;
  gap: 0;
}
.location-box2{
  width: 100vw;
  text-align: center;
}
.lication-head{
  font-size: 60px;
  margin-top: 40px;
  padding: 0;
}
.location-text1{
  font-size: 26px;
  padding: 0;
  margin-bottom: 20px;
}
.location-text2{
  font-size: 16px;
  padding-bottom: 15px;
}
.googlemap{
  font-size: 16px;
}
.location-photo{
  max-width: 50%;
}
.contact-head{
  font-size: 60px;
  margin: 0;
}
.contact-box{
  width: 60%;
  margin: 0 auto;
}
.contact-photo{
  width: 60%;
  margin: 5px;
}
.contact-text1{
  width: 100%;
  font-weight: 800;
  font-size: 16px;
  margin: 0 auto;
  border:  rgb(3, 1, 9) 4px solid;
  padding: 30px;
  width: 500px;
  margin-bottom: 30px;
}
.contact-form{
  width: 80%;
}
label{
  font-size: 16px;
}
.footer-1{
  height: 100px;
}
.footer-text{
  font-size: 14px;
  padding-top: 40px;
}
.footer-2{
  height: 100px;
}
.f-hana-logo{
  width: 60px;
  padding-bottom: 10px;
}

/*下層Aboutusここから*/
.subheader-text{
  font-size: 40px;
  margin-left: 10px;
}
.aboutus-subcontainer{
  flex-wrap: wrap;
  padding: 0;
  margin-top: 50px;
}
.aboutus-subtext2{
  font-size: 26px;
}
.aboutus-subtext3{
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
}
.location-subhead{
  font-size: 36px;
  margin-top: 200px;
}
.location-subcontainer{
  flex-wrap: wrap-reverse;
  gap: 0;
  margin-bottom: 50px;
}
.menu-subbox{
  padding: 0;
  padding-top:120px;
}
.sm-menu{
  display: none;
}
.pc-menu{
  max-width: 100vw;
  width: 95%;
  display: block;
  margin: 0 auto;
  margin-top: 0;
}
/*下層Galleryここから*/
.gallery-main{
  width: 100%;
  height: 100vh;
  min-height: 100%;
  padding-top: 15%;
  background-image: url(../images/sm-galleryphoto.png);
  background-size: contain;
  display: flex;
  position: relative;
  z-index: 0;
  gap: 20px;
}
.gallery-container{
  margin: 0 auto;
  gap: 10px;
}
.slider{
  width: 750px;
  margin: 0 auto;
}
.slide{
  padding: 10px;
  padding-top: 200px;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: left;
  padding: 0;
}
.slick-dots li {
    display:inline-block;
}

.slick-dots button {
    margin: 0 auto;
    color: transparent;
    outline: none;
    width:15px;/*ドットボタンのサイズ*/
    height:15px;/*ドットボタンのサイズ*/
    display:block;
    margin: 2px 2px;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/

}

/*========= ナビゲーションのためのCSS ===============*/

.pc-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    flex-direction: column;
    justify-content: center;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    right: -120%;
	  width:100%;
    height: 100vh;/*ナビの高さ*/
	  background:#04b9fb;
    /*動き*/
	  transition: all 0.6s;
    margin: 0;
}

/*アクティブクラスがついたら位置を0に*/
.pc-nav.panelactive{
    right: 0;
}


/*ナビゲーションの縦スクロール*/
.h-nav.panelactive .h-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width:100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/

/*リストのレイアウト設定*/

.h-nav li{
	list-style: none;
    text-align: left;  
}

.h-nav li a{
	color: rgb(3, 1, 9);
	text-decoration: none;
	display: block;
  margin-left: 20px;
	font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-size: 38px;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	  top:5px;
	  right: 5px;
	  cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 14px;
    height: 3px;;
	  background-color: rgb(3, 1, 9);
  	width: 55%;
  }

  .header.black .openbtn span{
    background-color: rgb(255, 255, 255);
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
  /*メディアクエリの閉じ↓*/
}













