@charset "utf-8";

html {
    scroll-padding-top: 100px;
    /* 固定ヘッダーの高さなど、ずらしたい分 */
    scroll-behavior: smooth;

}

body {
    line-height: 1.75;
    font-size: 16px;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Meiryo', sans-serif;
    color:#1e001e;
    text-align: center;
}

.header-area {
    width: 100%;
    text-align: center;
    padding-top: 80px;
}


.headnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.headnav ul {
    background-color: #003366;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0.5em 0 0.5em;
    box-shadow: 0 0px 10px rgb(0 0 0 / 0.7);
}

.headnav ul li {
    margin: 0 18px 0;
    font-size: 20px;
    color: #fff;
    text-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.5);
}
.headnav ul li a {
    border-bottom: 2px solid #fff;
}

header nav ul li a:hover {
    opacity: 0.7;
    border-radius: 5px;
    color: #ff6a14;
}
.insta {
    color: #000;
    font-weight: bold;
}
.instaArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

/* ヘッドトップナビ　ここまで------- */
/* トップ題名　ふりがな付 */

img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 3px #dddddd;
}
.battouImg {
  display: flex;
  align-items: center;     /* 中央に揃える */
  padding: 0;
  margin: 0 auto;
  width: 700px;
  gap: 30px;
  justify-content: center;
}

main {
    width: 100%;
    margin: 0 auto;
}

h1 {
    width: 100%;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    padding-top: 1em;
    color: #000;
}

.rubitop {
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    padding-bottom: 0.5em;
    color: #000;
}

.rubisita {
    color: #000;
    font-size: 0.8em;
    font-family: serif;
}


h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 30px;
}


.flex {
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; /* 画面サイズに合わせる */
  max-width: 650px; /* 必要に応じて */
  margin: 0 auto;
}


.map-frame {
  width: 250px;
  height: 290px;
  border: 0;
}




/* 黄色問合せエリア */
.toiawase {
    background-color: #fbffb4ee;
    margin-bottom: 20px;
    text-align: center;
}

button {
    width: 200px;
    background-color: #990066;
    color: yellow;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    padding: 5px 0;
    box-shadow: 2px 2px 3px #1f011f;
}

button a:hover {
    opacity: 0.7;
    border-radius: 5px;
    color: rgb(92, 247, 229);
}

/* footerフッター */
footer {
    background-color: #003366;
    color: whitesmoke;
    text-align: center;
    font-size: 0.9em;
}

/* footer会名前大文字化 */
.footer1 {
    text-transform: uppercase;
    border-bottom: 2px solid #008080;
    font-size: 18px;
    padding: 1em;
}

.footer-nav {
    background-color: #ccbec1;
    color: #1e001e;
    margin-bottom: 5px;
    border-bottom: 5px double #990066;
    padding-bottom: 10px;
    padding-top: 15px;
    font-size: 20px;
}
.footer-nav li a {
    border-bottom: 2px solid #990066;
}
.footer-nav li a:hover {
    opacity: 0.7;
    border-radius: 5px;
    color: #ff6a14;
}

.footername {
    padding-top: 15px;
    border-top: 6px solid #008080;
    font-size: 18px;
}

.footer1 {
    font-size: 16px;
}

.footer2 {
    margin-top: -20px;
    font-size: 0.8em;
}

/*スマホ対応からｐｃへレスポンシブ ブレイクポイント800px*/
@media screen and (min-width:800px){
    img{
        width: 100%;
        height: auto;
    }
    body {
        font-size: 18px;
    }
 .flex {
    display: flex;
        justify-content: space-around;
        gap: 70px;
        align-items: center;
 }



.toiawaseText {
    padding: 4em 2.3em;
    margin: 0 auto;
}
h1 { 
 font-size: 40px;
}
.rubitop,.rubisita{
    font-size: 1em;
}
h2{
    font-size:  28px;
}



}