@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);
/*  使えるフォントとして、"めもわーる"を追加  */
@font-face {
    /*   適用させるフォント名 → 間違っていると反映されないので注意  */
    font-family: 'Bad Script';
    /*   .otf, .ttfの拡張子がついているファイルがフォントファイルである。   */
 /*   フォントファイルが何処場所にあるのか : パスを書いてあげる   */
    src: url('fonts/BadScript-Regular.ttf') format('truetype');
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}





@charset "utf-8";
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	background-color: #fff;
	letter-spacing : 0.2em;
}
header {
	z-index: 5000;

	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	background-color: #ffffffd7;
	display: flex;
	justify-content: space-between;

	align-items: center;
	transition: all .2s ease-out;
	font-family: Bad Script;
}



.logo img {
	
    height: 70px;
	transition: max-width 0.3s ease;
	display: flex;
	align-items: center; /* 垂直方向の中央揃え */
	margin-left: 10px;

  }


.instagram-link{
	margin-right: 70px;
	align-items: center; /* 垂直方向の中央揃え */
	display: flex;
}

  .instagram-link img {
	
	height: 30px; /* Instagramアイコンのサイズは適宜調整してください */
	align-items: center; /* 垂直方向の中央揃え */
	display: flex;

  }
 

/* スライドショーのスタイル */
.hero-section {
	position: relative;
	height: 80vh;
	overflow: hidden;
  }
  
  .hero-section img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: 70px;
	opacity: 0;
	transition: opacity 1s ease-in-out;
  }
  
  .hero-section img.active {
	opacity: 1;
  }
  

  .overlay-image {
	position: absolute;
	height: 100vh;
	top: 50%;
	right: 0;
	bottom: 0;
	width: 30%; /* 重ねる画像のサイズを調整 */
	height: 30%;
  }
  /* テキストのスタイル */

  
  .hero-text h1 {

	font-weight: bold;
	text-align: left;
	text-shadow: 2px 2px 2px #2c2c2c;
	color: #ffffff;
	font-family: serif;
	font-size: 30px;
 
  position: absolute;
  top: 20%;
  left: 10%;
  width: 550px;
  white-space: nowrap;
  }
  


  /* スライダーボタンのスタイル */
  .slider-buttons {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .slider-button {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: white;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
  }
  
  .slider-button.active {
	background-color: #0e2b4b79;
  }
/*========================
　smartphone　bottom menu
　========================*/




ul.bottom-menu {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px; /* アイコン枠の高さ */
	background-color: #ffffff; /* 背景色 */
	border-top: 1px solid rgba(80, 75, 75, 0.671); /* バーの上線 */
	z-index: 30;
	padding-bottom: env(safe-area-inset-bottom);
  }
  .bottom-menu img {
	height: 25px; /* ロゴのサイズは適宜調整してください */
	position: relative;
	object-fit: cover;
	margin-bottom: 10px;
  }
  ul.bottom-menu li {
	float: left;
	width: 20%; /* メニューアイコンを4つ並べる */
	list-style-type: none;
	text-align: center;
	font-size: 15px; /* アイコンのサイズ */
  }
  


.bottom-menu li a {
    display: block;
	color: #000000;
    padding-top:5px;
    line-height:5px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#b91b1b;/*マウスオーバー時の色*/}

	.mini-text{
		font-size:10px;/*文字大きさ*/
		color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
/* さらに小さい画面サイズ用のスタイル */
@media (max-width: 480px) {
	.mini-text {
		font-size: 2.2vw;
		max-font-size: 10px; /* さらに小さい画面では文字の大きさをさらに大きくする */

	}
}
/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
	background-color:#ffffff;/*背景色*/
	text-align: center;
    font-size:2vw;/*展開メニューの文字サイズ*/
    line-height:20px;/*文字の縦幅*/
	}

.menu-second-level li a:hover {
    height:100%;
    background: #fffffffa;/*マウスオーバーの色*/
color: #d10ad8;
}
	

li.menu-width-max ul.menu-second-level {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 60px;/*高さ*/
	width: 100%;
	background-color: #ffffff;
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}





	

	/*PC表示の際はボトムメニューは表示しない*/
@media(min-width: 768px){
    .bottom-menu{display:none; }
}

h1 {
	margin: 0; padding: 0;
	font-size: 20px;
	font-family: Bad Script,ヒラギノ明朝;
}
a {	
	text-decoration: none;
	color: #ffffff;
}
p {
	line-height: 2;
}
nav {
	margin: 0 0 0 auto;

}
ul {
	list-style: none;
	margin: 0 auto;
	display: flex;
}
li {
	margin: 0 0 0 15px;
	font-size: 14px;
}

/*リンクボタン*/
a.button {
	display: block;
	width: 200px;
	margin: auto;
	padding: 15px 30px;
	text-align: center;
	border: 2px solid #fff;
	transition: all .3s ease-out;
	font-family:"serif";
}
a.button:hover {
	color: #505050;
	background-color: #fff;
	font-family:"serif";
}

#plan a.button {
	color: #293f4d;
	border: 1px solid #293f4d;
}
#plan a.button:hover {
	color: #fff;
	background-color: #293f4d;
}

#service a.button {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #293f4d;

}
#service a.button:hover {
	color: #000000;
	background-color: #ffffff;
}

#about a.button {
	color: #293f4d;
	border: 1px solid #293f4d;

}
#about a.button:hover {
	color: #fff;
	background-color: #293f4d;
}


/* section */
.flex {
	display: inline-flex;
	justify-content: center;
}

.flex2 {
	display: inline-flex;
	justify-content: center;
	
}
section {
	overflow: hidden;
	text-align: center;
	padding: 25px 5% 25px 5%;
}
#hero{
	padding: 0 ;
}

section h1 {
	font-size: clamp(12px, 4.5vw, 30px);	
	color: #293f4d;
	text-align: center;
	font-family: Bad Script,serif;
}

section h2 {
	font-size: 25px;
	color: #293f4d;
	text-align: center;
	font-family: Bad Script,serif;
}

section h3 {
	font-size: 30px;
	margin: 0px 0 0px 0;
	color: #293f4d;
	text-align: center;
	font-family: Bad Script,serif;
}
#catchcopy p {
	margin-top: -50px;
	font-size: 20px;
	width: 80%;
	text-align: center;
}

section p {
	color: #293f4d;
	margin: 0px auto 0px auto;
	text-align: center;
	max-width: 1000px;
}

.photo {
	width: 55%;
	height: 500px;
	background: #fff url(section-bg.jpg) center/ cover no-repeat;
}
.photo + div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 45%;
}


#about p {
	max-width: 1200px;
	margin: auto;
	text-align: left;
}


#plan {
    background-color: #f7f7f7;
}

#plan .icon_list {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}

#plan ul {
    margin: auto;
    padding: 0;
    display: flex; /* flexboxを使う */
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	display: grid;
	grid-template-columns: repeat(4, 1fr); /* PC: 4列 */
}


#plan ul li img {
    width: 100%;
    object-fit: cover; /* 不要なプロパティを削除 */
	aspect-ratio: 2 / 1; /* アスペクト比を1:3に設定 */
}

#plan ul li p,
#plan p { /* 共通のスタイルをまとめて設定 */
    margin: 0 0 40px 0;
    font-size: 14px;
    color: #000000;
}

@media (max-width: 768px) 
{

	#plan ul {

		grid-template-columns: repeat(3, 1fr); /* PC: 4列 */
	}
}

@media (max-width: 500px) 
{

	#plan ul {

		grid-template-columns: repeat(2, 1fr); /* PC: 4列 */
	}

}



/*サービス*/
#service {
color: #ffffff;
}
#service .icon_list {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
	
	

}
#service ul {
	margin: 0;
	padding: 0;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	
}
#service ul li {
    width: 30%;
    margin: 0;
    text-align: center;
	
}


#service ul li p {
	
    font-size: 20px;
    color: #ffffff;
	padding:10px;
	vertical-align:top; 
}


#service ul li {
    width: 30%;
    text-align: left;
	margin-bottom: 50px;
	font-size:15px;
	color: #fff;
}

.service_list {
	display: inline-flex;      /* インラインブロックにする */
	max-width: 1100px;

}
/*review*/

#review img {
    width: 116px;
	height: 116px;
	object-fit:cover;
	border-radius:50%;
}


/*cameraman*/
#camera img {
    width: 80%;
	max-width: 600px;
max-height: 600px;
	object-fit:cover;
	padding-bottom: 100px;
}

#camera p {
	text-align: left;
	word-break: keep-all;
	max-width: 900px;
}

/*INSTAGRAM*/

.Instagram-area {
	width: 92%;
	max-width: 1000px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
	gap: 1rem;
  }
  
  .Instagram-box blockquote {
	padding: 0;
  }
  
  .Instagram-box blockquote:before {
	display: none;
  }

/*アクセス*/

#access p {
	text-align: left;
}
#access-box {
	display: flex;
	
}
#access img {
	width: 25%;
}
/* footer */
footer {
	padding: 50px 0 20px;
	background-color: #293f4d;
	text-align: center;
}
footer div {
	text-align: left
}

footer img {
	width: 25%;
}
/*　　　　以下スマホ用設定　　　　*/
/*　　　　以下スマホ用設定　　　　*/
/*　　　　以下スマホ用設定　　　　*/
/*　　　　以下スマホ用設定　　　　*/
/*　　　　以下スマホ用設定　　　　*/
/*　　　　以下スマホ用設定　　　　*/
/*　　　　以下スマホ用設定　　　　*/



/* メディアクエリ: 768px以下の画面サイズに適用 */
@media (max-width: 768px) 

{

/* スライドショーのスタイル */
.hero-section {
	position: relative;
	height: 70vh;
	overflow: hidden;
  }
  
  .hero-text h1 {

	position: absolute;

	font-weight: bold;
	text-align: left;
	font-size: 18px;
	text-shadow: 2px 2px 2px #2c2c2c;
	color: #ffffff;
	font-family: serif;
	white-space: nowrap;
	top: 35%;
	left: 10%;

}


  
	.logo img {
		width: 220px;
		height: auto;
		align-items: center; /* 垂直方向の中央揃え */
	 display: flex;
 margin-left: 10px;
	}
  
	.instagram-link img{
		height: 27px; /* Instagramアイコンのサイズは適宜調整してください */
		align-items: center; /* 垂直方向の中央揃え */
		display: flex;

	}




  }


@media (max-width: 768px) 
{


	h1 {
		margin: 0; padding: 0;
		font-size: 20px;
	}
 h2 {
		font-size: 15px;
		font-weight: normal;
		color: #000000;
		text-align: left;
		font-family: Bad Script,ヒラギノ明朝;

	}
	section h2 {
		font-size: 20px;
		color: #293f4d;
		text-align: center;
		font-family: Bad Script,serif;
	}

	section h3 {
		font-size: 20px;
		margin: -95px 0 0 0;
		color: #293f4d;
		text-align: center;
		font-family: Bad Script,serif;
	}
	#catchcopy p {
		margin-top: 0px;
		font-size: 20px;
		width: 100%;
		text-align: center;
	}

	section p {
		color: #293f4d;
		text-align: center;
		font-size: 12px;
		
	}	

	


	#about p {
		width: 100%;
		margin: auto;
		text-align: left;
	}
	
	


	#service ul li {
		width: 90%;
		text-align: left;
		margin: auto;
		margin-bottom: 50px;
		font-size:12px;
		color: #fff;
	}

	#service ul li P{

		font-size:15px;

	}

	#review {
		width: 80%;
		margin: auto;
		margin-bottom: 50px;
		font-size:15px;
		color: #000000;
	}

	
/*リンクボタン*/
a.button {
	width: 200px;
	margin: 0 auto;
	padding: 15px 30px;
	text-align: center;
	border: 1px solid #ffffff;
	color: #ffffff;
	transition: all .3s ease-out;
	font-family:"serif";
}

a.button:hover {
	color: #505050;
	background-color: #fff;
}


	.toggle {
		transform: translateY( 0 );
		opacity: 1;
		
	}
	.main-visual {
		padding: 0 4%;
	}
	h2 {
		line-height: 1.6;
		text-align: center;
		
	}
	/* section */
	#service ul li {
		width: 90%
	}


		
}

@media (max-width: 380px) 

{
header{
	height: 50px;
}




  .logo img {
	width: 150px;
	height: auto;
	align-items: center; /* 垂直方向の中央揃え */
 display: flex;
 margin-left: 10px;

}




/* スライドショーのスタイル */
.hero-section {
	position: relative;
	height: 65vh;
	overflow: hidden;
  }
  .hero-section img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-top: 50px;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	object-position: bottom; /* 画像の上部を基準にして配置 */

  }
  
  section h2 {
	font-size: 15px;
	color: #293f4d;
	text-align: center;
	font-family: Bad Script,serif;
}
section h3 {
	font-size: 15px;
	color: #293f4d;
	text-align: center;
	font-family: Bad Script,serif;
}
  .hero-text h1 {

	position: absolute;

	font-weight: bold;
	text-align: left;
	font-size: 15px;
	text-shadow: 2px 2px 2px #2c2c2c;
	color: #ffffff;
	font-family: serif;
	white-space: nowrap;
	top: 35%;
	left: 5%;
	white-space: nowrap;
  }





} 



table {
	max-width: 700px;
	margin: 0 auto;
	color: #aaa;
}

/* フェードイン用のCSS */

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 0.8s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 0.8s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 0.8s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 0.8s ease-out;
 }



/*続きをよむボタン*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
max-width: 900px;
	margin: 2em auto;
	text-align: left;
}
/*開く前ボタン*/
.cp_box label {
	display: block;
	width: 200px;
	margin: auto;
	padding: 15px 30px;
	text-align: center;
	border: 2px solid #fff;
	transition: all .3s ease-out;
	font-family:"serif";
	border: 1px solid #293f4d;

}
/*開いた後のボタン*/
.cp_box label:hover {
	transition: all 0.3s;
	color: #fff;
	background-color: #293f4d;
}


.cp_box input:checked ~ label:hover::after {
	color: #293f4d;
}
.cp_box input {
	display: none;
}

/*開いたあとの設定*/
.cp_box .cp_container {
	margin: auto;
	padding: 0;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	background-color: #fff;
	letter-spacing : 0.2em;
	
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: 50px;
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}



/* ハンバーガーメニューのCSS */
#burger-icon {
	cursor: pointer;
	position: fixed;
	right: 16px;
	top: 20px;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height: 30px;
  }
  
/* モバイルデバイス用のスタイル */
@media (max-width: 380px) {
	#burger-icon {
		top: 10px; /* モバイルデバイスでは上部の余白を小さくする */
		height: 30px; /* アイコンの高さを少し小さくする */
	}

	
}


  .bar1, .bar2, .bar3 {
	width: 30px;
	height: 2px;
	background-color: #000000;
	transition: 0.3s;
  }
  
  /* メニューが開いた時のバーの変化 */
  .change .bar1 {
	transform: rotate(-45deg) translate(-6px, 6px);
  }
  
  .change .bar2 {
	opacity: 0;
  }
  
  .change .bar3 {
	transform: rotate(45deg) translate(-8px, -8px);
  }
  
  /* メニューのスタイル */
  .menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	background-color: #ffffff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
  }
  
  /* メニュー内のリンク */
  .menu a {
	padding: 8px 8px 8px 32px;
	font-size: 20px;
	color: #535353;
	display: block;
	transition: 0.3s;
	font-family: Arial, Helvetica, sans-serif;
  }
  @media (max-width: 500px) {
	.menu a {
		padding: 5px 2px 5px 30px; /* さらに小さい画面ではパディングをさらに小さくする */
		font-size: 14px; /* さらに小さい画面ではフォントサイズをさらに小さくする */
	}
}
  .instagram-link-menu img {
	
	height: 25px; /* Instagramアイコンのサイズは適宜調整してください */
	position: absolute; 
	top: 22px;
	right: 70px;
	align-items: center; /* 垂直方向の中央揃え */
	display: flex;
}
/* モバイルデバイス用のスタイル */
@media (max-width: 380px) {

	.instagram-link img{
		height: 25px; /* Instagramアイコンのサイズは適宜調整してください */
		top: 10px; /* 上の余白をさらに小さくする */

		display: flex;

		
	}


	.instagram-link-menu img {
		height: 25px; /* さらに小さい画面ではアイコンのサイズをさらに小さくする */
		right: 70px; /* 右の余白をさらに小さくする */
		top: 12px; /* 上の余白をさらに小さくする */
	}


	
}

	/* アイコンとハンバーガーメニューの間隔 */
  
  .X-link-menu img {
	
	height: 25px; /* Instagramアイコンのサイズは適宜調整してください */
	position: absolute; 
	top: 20px;
	left: 80px;
	padding: auto;
	/* アイコンとハンバーガーメニューの間隔 */
  }
  .Line-link-menu img {
	position: absolute;
	margin-top: 1px;
	right: 30px;
	height: 25px; /* Instagramアイコンのサイズは適宜調整してください */
	/* アイコンとハンバーガーメニューの間隔 */
  }

  
  @media (max-width: 380px) {
  .Line-link-menu img {
	position: absolute;
	margin-top: 0px;
	right: 50px;
	height: 20px; /* Instagramアイコンのサイズは適宜調整してください */
	/* アイコンとハンバーガーメニューの間隔 */
  }
}
  

  .hero-section img.active {
	opacity: 1;
  }

  .menu a:hover {
	color: #000000;
  }
  
  /* メニューが開いた時のスタイル */
  .menu.open {
	width: 250px;
  }


  /* スライドショーのコンテナ */
.flipsnap {
	overflow: hidden;
	position: relative;
	width: 100%;
  }
  
  /* 各スライド */
  .flipsnap img {
	width: 100%; /* レスポンシブ対応 */
	display: block; /* 画像の間に隙間ができないように */
  }
/* ご予約はこちらボタンのスタイル */
.reservation-button {
	display: flex; /* フレックスボックスを使用して要素を配置 */
	justify-content: center; /* 水平方向の中央揃え */
	align-items: center; /* 垂直方向の中央揃え */
	width: auto;
	max-width: 25%;
	max-width: 150px;
    height: 60%;
	max-height: 40px;
	padding:  5px 20px;
	margin-right: 60px;
	background-color: #85bddde0; /* モダンな色合い */
	color: white;
	text-align: center;
	border-radius: 20px;
	transition: background-color 0.3s;
	order: 1; /* ボタンを右側に移動 */
	white-space: nowrap; /* テキストを折り返さない */
	font-size: 17px; /* フォントサイズの最大値を設定 */

  }
  
  .reservation-button:hover {
	background-color: #3949AB; /* ホバー時の色変更 */
  }

  @media (max-width: 600px) {
.reservation-button {
		font-size: 3vw;
	}
}

.nav-header {
	color: rgb(0, 0, 0); /* テキスト色 */
	text-align: center; /* テキストを中央揃え */
	border-bottom: 1px solid #ccc; /* 灰色のボーダーライン */
	margin-bottom: 15px;
}

.nav-header:last-child {
	border-bottom: none;
}

  .nav-header img{
height: 20px;
  }