@charset "utf-8";
/* CSS Document */

body{
 text-align: center;
 font-family: "Sawarabi Gothic";
 background-color: #FFFDF6;
	
}
h1{
	margin-top: 100px;
}
.header {
    display: flex;  /* フレックスボックスを適用 */
    justify-content: center;  /* 右寄せ */
    padding-right: 20px; /* 任意の余白調整 */
	
	margin-top: 30px;
}
.top-menu {
    list-style: none; /* リストのマーカーを削除 */
    padding: 0;
    margin: 0;
    display: flex; /* 横並びにする */
    gap: 20px; /* メニュー間の間隔 */
}

.top-menu li {
    display: inline-block; /* インラインブロック要素にする */
	font-size: 25px;
	
	font-family: "Cabin Sketch", serif;
    font-weight: 400;
    font-style: normal;
}

.top-menu a {
    text-decoration: none; /* 下線を消す */
    color: #333; /* 文字色を指定 */
    padding: 10px 15px; /* 余白をつける */
    display: block; /* リンク全体をクリック可能に */
}

.top-menu a:hover {
    background-color: #f0f0f0; /* ホバー時の背景色 */
    border-radius: 5px; /* 角を丸くする */
}

.wpcf7-form {
 
    padding: 30px;
    font-family: 'Courier New', Courier, monospace;
    max-width: 500px;
    margin: 0 auto;
}

/* 入力フィールドのスタイル */
.wpcf7-form .form-group {
    margin-bottom: 15px;
}

.wpcf7-form .form-group label {
    display: block;
    margin-top: 30px;
	margin-bottom: 10px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form input[type="file"] {
    width: 100%;
    padding: 14px;
    border: 1px solid #bfa888;
    border-radius: 6px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 15px;
    box-sizing: border-box;
}

/* フォーカス時のスタイル */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form input[type="file"]:focus {
    border-color: #a07b5c;
    box-shadow: 0 0 5px rgba(160,123,92,0.2);
    outline: none;
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
	margin-top: 30px;
    background-color: #8B5E3C;
    color: #FFFFFF;
    font-family: 'Georgia', serif;
    font-size: 17px;
    padding: 14px 40px;
    border-radius: 30px;
    border: 2px solid #70533A;
    transition: background-color 0.3s ease;
    cursor: pointer;
    width: 30%;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #70533A;
}

.item-footer{
    width: 600px;
    height: 600px;
    display: flex;
    flex-direction: column;
	gap: 20px;
}
p{
	margin: 0 auto;
}
#containaer{
		display: flex;
    margin: 0 auto;
    max-width: 1200px;
	padding-top: 200px;
}
footer{
	background-color: #DBEDF0;}
li{
	font-size: 15px;
		
}
.footer02 {
 color: #FFFFFF;
 background: #5C493E;
 text-align: left;
 padding: 30px;
}
.footer02 a {
 color: #FFFFFF;
 text-decoration: none;
}
.footer02 a:hover {
 text-decoration: underline;
}
.footer02 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}
.footer02 .menu li {
font-size: 15px;
 margin: 0;
 padding: 0 20px;
}
.footer02 .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}

.footer03 {
 color: #FFFFFF;
 background: #000;
 text-align: left;

}
.footer03 a {
 color: #FFFFFF;
 text-decoration: none;
}
.footer03　a:hover {
 text-decoration: underline;
}
.footer03 .menu02 {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}
.footer03 .menu02 li {
font-size: 15px;
 margin: 0;
 padding: 0 20px;
}
.footer03 .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}
.white-effect {
	cursor: pointer;
    transition: filter 0.3s ease, opacity 0.3s ease; /* なめらかに変化 */
}

.white-effect:hover {
     opacity: 0.7; /* 透明度を70%にする（色が薄く見える） */
    filter: saturate(50%); /* 色の鮮やかさを50%にする */
}


@media screen and (max-width: 768px) {
	.header {
        flex-direction: column;
        align-items: center;
    }

    .top-menu {
        flex-direction: column;
        text-align: center;
    }

    .containaer {
        flex-direction: column;
        align-items: center;
        padding: 20px;
		width: 100%;
    }
	

    .item-text, .item {
        width: 100%;
    }

    #reservation img{
	z-index: 9999;
	position: fixed;
	margin-left: auto;
        position: static;
        text-align: center;
    }

 img {
        max-width: 100%;
        height: auto;
    }

	#containaer{
		width: 100%;
	}
	iframe{
		width: 60%;
	}
