@charset "UTF-8";

* {
    font-family: serif;
    margin: 0;
    padding: 0;
}
/*----------------タイトル・背景画-------------------*/
.title-image {
    position: relative;
    width: 100%;
    height: 150px;
    object-fit: cover;
    filter: blur(5px);
}
.title-text6 {
    font-size: 24px;
    color: white;
    position: absolute;
    text-align: center;
    margin-top: -90px;
    margin-left: 10px;
}

/*--------予約・問い合わせ------------*/
.right-box {
    position: fixed;
    top: 0;
    right: 0;

    width: 10vw;
    height: 105vh;
    background-color: gray;

    display: flex;
    flex-direction: column;   /* ←縦並び */
    align-items: center;      /* ←中央寄せ */
    justify-content: flex-start;

    padding-top: 20px;
    
    z-index: 9999;
}

/* テキスト */
.right-box p {
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: clamp(12px, 4vw, 36px);
    color: white;
}

/* リンク（重要） */
.right-box2 a {
    display: block;   /* ←これ入れると安定 */
    margin-top: 20px;
}

/* 画像 */
.instagram,
.LINE {
    width: 90%;
    height: 90%;
    display: block;
    padding-top: 5px;
}
/*---------------背景画像--------------------------------*/
.haikei8 {
    margin-top: -40px;
    background-color: #008080;
    width: 100%;
    
}
.dogrun-annai1{
    text-align: center;
}

.annai-title{
    margin-top: 30px;
    font-size: 24px;
    color: white;
}

.annai-images{
    flex-direction: column;
    align-items: center;
}

.dogrun-annai,
.dogrun-parking{
        width: 90%;
    }

.annai-text{
    font-size: 10px;
    color: white;
}

.dogrun-annai2{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.annai2 {
    justify-content: center;
    width: 90%;
}
.dogrun-annai2 p {
    font-size: 10px;
    color: white;

}
/*注意事項*/
.dogrun-annai3{
    text-align: center;
}

/* スマホは縦並び */
.fence-images{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.dogrun-fence{
    width: 90%;
    max-width: 500px;
    height: auto;
}

.dogrun-watering{
    width: 90%;
    max-width: 700px;
    height: auto;
    margin-top: 20px;
}

.annai3-text{
    font-size: 10px;
    color: white;
}
/*----------------------------ページ下--------------------------*/

.under-box8 {
  margin-top: -30px;
  background-color: #008080;
  padding: 40px 0;
  width: 100%;
  height: 300px;
}

.menu {
  display: block;
  color: white;
  font-size: 32px;
  text-align: center;
  margin: 20px 0;
  text-decoration: none;
}

.footer {
  background: #008080;
  padding: 30px 20px;
  text-align: center;

}

/* 住所 */
.address {
  color: white;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
        margin-right: 40px;
}

/* 地図 */
.map-wrap {
  position: relative;
  width: 89%;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* ロゴ */
.logo {
  width: 120px;
  margin: 20px 110px;
  display: block;
    margin-right: 40px;
}

/* コピーライト */
.copyright {
  color: white;
  font-size: 14px;
    margin-right: 40px;
}
