/* リセットCSS */
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

p, a, li {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

th, td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

a, a:hover, a:active {
  text-decoration: none;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

a:focus {
  text-decoration: none;
}

a img:hover {
  /*	filter: alpha(opacity=75);
          -moz-opacity:0.75;
          opacity:0.75;*/
}
/*# sourceMappingURL=reset.css.map */
body{
  font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  background-color: #f4f5f7;
}

header,header a,#haikei:hover{
    cursor: url('../../images/hosi4_48.png')16 16,auto;
}

/* #saisyo{
    position: relative;
} */

#logo{
    display: inline-block;
    width: 15%;
    vertical-align: bottom;
    margin: 5px 10% 0 10px;
}

#logo img{
    width: 100%;
    /* margin: 13px 0 0 30px; */
    border-radius: 5px;
}

#drawer_toggle{
    display: inline-block;
}

#yoyaku{
    position: absolute;
    top: 13px;
    right: 10px;
    color: white;
    background-color: #192f60;
    /* margin: 50px; */
    padding: 10px;
    border-radius: 35px;
    transition: 0.3s;
    font-size: 12px;
}

@media screen and (max-width:768px){
    #logo{
        width: 25%;
    }
    #logo img{
        width: 100%;
    }
    #yoyaku{
        right: 54px;
    }
}
@media screen and (max-width:450px){
    #yoyaku{
        font-size: 75%;
        position: absolute;
        top: 13px;
        right: 54px;
    }
    #logo{
        width: 40%;
        max-width: 220px;
    }
    #logo img{
        width: 80%;
        margin-left: 0;
    }
}
#yoyaku:hover{
    background-color: #f5c542;
    color: #192f60;
    transition: 0.3s;
}

#list{
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
    background-color: transparent;
}

#list ul{
    display: flex;
    flex-direction: row;
    width: 100%;
    /* max-width: 700px; */
    padding: 10px 0;
}

#list ul li{
    margin: 0 3%;
}

#list ul li a{
    color: white;
    /* padding: 20px; */
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5vw;
}
@media screen and (max-width:768px){
    /* #list{
        margin-top: 5%;
        display: inline-block;
        width: 70%;
    } */
    #list ul{
        display: inline-block;
        width: 70%;
        min-width: 100%;
    }
    #list ul li{
        margin: 0;
    }
    #list ul li a{
        /* padding: 1rem; */
        /* float: left; */
        text-align: center;
        font-size: 185%;
        margin: 1%;
    }

    #list {
        margin-top: 0;
        box-sizing: border-box;
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100vh;
        background: black;
        opacity: 0.9;
    /* 3. スライドメニューの場合 */
        display: block;
        right: -120%;
        transition: right .5s;
    /* ここまで */
    }
/* 3. スライドメニューの場合 */
    #list.sp_open {
        right: 0;
    }
/* ここまで */
    header nav ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    header nav ul li a {
        float: none;
        display: block;
        padding: 2%;
        border-radius: 5px;
        font-size: 1.8rem;
        text-align: center;
        text-decoration: none;
    }
    
    #drawer_toggle {
        z-index: 200;
	    box-sizing: border-box;
        position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
    }
    #drawer_toggle span {
        position: absolute;
        top: 19px;
        left: 15px;
        width: 30px;
        height: 3px;
        border-radius: 2px;
        background-color: white;
        transition: all 0.4s ease;
    }
    #drawer_toggle span:nth-child(2) {
        margin-top: 10px;
    }
    #drawer_toggle span:last-child {
        margin-top: 20px;
    }
    #drawer_toggle.open span:first-child {
        transform: rotate(45deg);
        top: 30px;
    }
    #drawer_toggle.open span:nth-child(2) {
        display: none;
    }
    #drawer_toggle.open span:last-child {
        transform: rotate(-45deg);
        margin-top: 11px;
    }
}
@media screen and (max-width:450px){
    #list ul li a{
        font-size: 200%;
    }
    #list ul li {
        margin: 5% 31%;
    }
    #list ul{
        display: block;
        min-width: 100%;
    }
    #list {
        margin-top: 0;
        box-sizing: border-box;
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100vh;
        background: black;
        opacity: 0.9;
    /* 3. スライドメニューの場合 */
        display: block;
        right: -120%;
        transition: right .5s;
    /* ここまで */
    }
/* 3. スライドメニューの場合 */
    #list.sp_open {
        right: 0;
    }
/* ここまで */
    header nav ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    header nav ul li a {
        float: none;
        display: block;
        padding: 10%;
        border-radius: 5px;
        font-size: 1.8rem;
        text-align: center;
        text-decoration: none;
    }
    /* #drawer_toggle {
        z-index: 200;
	    box-sizing: border-box;
        position: fixed;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
    }
    #drawer_toggle span {
        position: absolute;
        top: 19px;
        left: 15px;
        width: 30px;
        height: 3px;
        border-radius: 2px;
        background-color: white;
        transition: all 0.4s ease;
    }
    #drawer_toggle span:nth-child(2) {
        margin-top: 10px;
    }
    #drawer_toggle span:last-child {
        margin-top: 20px;
    }
    #drawer_toggle.open span:first-child {
        transform: rotate(45deg);
        top: 30px;
    }
    #drawer_toggle.open span:nth-child(2) {
        display: none;
    }
    #drawer_toggle.open span:last-child {
        transform: rotate(-45deg);
        margin-top: 11px;
    } */
}


#list ul li a:hover{
    color: #f5c542;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transform: none;
    transition: .4s;
}

header.active{
    transform: translateY(-100%);
}
#list.color{
    background-color: #192f60;
}
#haikei{
    background-image: url(../images/starry-sky-1656491_1920.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: auto;
    height: 600px;
    padding-top: 200px;
}
#saisin{
    margin-top: 300px;
}
#time,#title{
    display: inline-block;
}
#saisin p,#saisin a{
    color: #f4f5f7;

}
#taitoru{
    color: #f5c542;
    writing-mode: vertical-rl;
    line-height: 100px;
    margin: 0 auto;
    font-size: 24px;
}
.hyouji{
    opacity: 0;
    transition: 2.5s ease;
}
.hyouji.show{
    opacity: 1;
}
/* Stella Tripとは */
#setumei{
    /* display: flex;
    justify-content: space-between; */
    /* margin-bottom: 100px; */
    width: 100%;
    text-align: center;
}

#hasimoji{
    text-align: left;
    margin: 250px 20px 30px 0;
    display: inline-block;
    width: 45%;
    max-width: 700px;
    vertical-align: middle;
}

#hasimoji h2{
    font-size: 40px;
}
#hasimoji span{
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 46px;
}

#seto{
    margin-top: 80px;
    font-size: 95%;
    letter-spacing: 0.1em;
    line-height: 2;
    width: 100%;
}

#botan1{
    display: inline-block;
    margin-top: 30px;
    margin-left: 90px;
    color: white;
    background-color: #192f60;
    width: 230px;
    padding: 15px;
    transition: 0.3s;
}

#botan1:hover{
    background-color: #f5c542;
    color: #192f60;
    transition: 0.3s;
}

#hasi {
    position: relative;
    max-width: 43%;
    display: inline-block;
    vertical-align: middle;
}

#hasi::after {
  content: "";
  position: absolute;
  top: 10%;
  right: -10%;
  width: 100%;
  height: 100%;
  background-color: #192f60;
  pointer-events: none;
  z-index: 0;
}

#hasi img{
    position: relative;
    z-index: 1;
    max-width: 700px;
    width: 100%;
    /* margin: 200px 70px 0 20px; */
}
/* #sumaho{
    position: absolute;
    width: 96%;
} */
#photo{
    margin: 15% 100px;
    position: relative;
    z-index: 1;
    background-color: #192f60;
    padding: 80px 0 60px 0;
    border-radius: 20px;
}
@media screen and  (max-width:768px){
    header{
        position: fixed;
    }
    #sumaho{
        width: 100%;
        position: static;
    }
    #hasimoji{
        margin: 100px 0 30px 30px;
        width: auto;
    }
    #hasimoji h2{
        font-size: 230%;
    }
    #setumei{
        display: block;
        width: auto;
        height: auto;
        margin-bottom: 100px;
    }
    #seto{
        margin-top: 10px;
        font-size: 13px;
        width: 68%;
        display: inline-block;
        vertical-align: middle;
    }
    #botan1{margin-left: 3rem;
        width: 29%;
        padding: 1rem;
        margin: 0;
        font-size: 14px;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
    }
    #hasi {
       max-width: 83%;
       left: 0;
       bottom: 0;
    }
    /* #hasi img{
        margin: 1rem 7rem 0 2rem;
        width: 100%;
        max-width: 30rem;
    }
    #hasi::after{top: -100px;
      right: 140px;
      width: 300px;
      height: 300px;
    } */
}
@media screen and (max-width:450px){
    header{
        position: fixed;
    }
    #sumaho{
        display: block;
    }
    #botan1{
        margin-left: 0;
        width: 55%;
        padding: 1rem;
        margin: 0 0 5% 42%;
        font-size: 13px;
    }
    #hasimoji{
        width: 80%;
        margin: 250px 20px 0 30px;
    }
    #hasimoji h2{
        font-size: 230%;
    }
    #hasimoji span{
        font-size: 85%;
    }
    #taitoru{
        line-height: 220%;
    }
    #seto{
        font-size: 100%;
        width: 80%;
    }
/* スライドショー */
#photo{
    margin: 0 100px;
    position: relative;
    z-index: 1;
    background-color: #192f60;
    padding: 80px 0 60px 0;
    border-radius: 20px;
}

#photo::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#mainphoto{
    position: relative;
    z-index: 1;
}
}
@media screen and (max-width:768px){
    #photo{padding: 48px 10px 1px 10px;
    }
}
@media screen and (max-width:450px){
    #photo{padding: 39px 0 20px 0;
        margin: 0;
    }
}
/* ROOM */
.room{
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-top: 150px;
    font-size: 80px;
}

#room1{
    /* display: inline-block; */
    display: flex;
    margin-top: 50px;
    max-width: 900px;
    margin: 0 auto;
}

#heya1{
    width: 500px;
    height: 450px;
    margin-left: 100px;
}

#heya11{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

#heya1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#room11{
    /* width: 400px; */
    width: 460px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 5%;
}

.moji{
    font-size: 60px;
    background-color: #192f60;
    color: white;
    display: block;
    width: 100%;
}

.iro{
    color: #f5c542;
    font-size: 100%;
}

#futari3{
    margin-top: 10%;
    font-size: 20px;
}

#futari{
    display: block;
    font-size: 15px;
    margin: 15% 0 5px 0;
    text-align: center;
}

#syou{
    font-size: 20px;
    color: white;
    background-color: #192f60;
    width:70%;
    height: 50px;
    margin: 5% 0 0 15%;
    display: flex;              /* ← これを追加 */
    justify-content: center;    /* 横中央 */
    align-items: center;        /* 縦中央 */
    border-radius: 30px;        /* ← ボタンっぽくするならオススメ */
    transition: 0.3s;
    max-width: 245px;
}

#syou:hover {
    background-color: #f5c542;
    color: #192f60;
    transition: 0.3s;
}

#room2{
    display: flex;
    margin-top: 50px;
    max-width: 900px;
    margin: 100px auto 0 auto;
}

#room22{
    width: 460px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    padding: 0 5%;
}

#jyosi3{
    margin-top: 10%;
    font-size: 20px;
}

#jyosi{
    display: block;
    font-size: 15px;
    margin: 15% 0 5px 0;
    text-align: center;
}

#heya2{
    width: 500px;
    height: 450px;
    margin: 0 auto;
}

#heya22{
    width: 90%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

#heya2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#syou2{
    font-size: 20px;
    color: white;
    background-color: #192f60;
    width: 65%;
    height: 50px;
    margin: 5% 0 0 20%;
    display: flex;              /* ← これを追加 文字を真ん中に置く方法*/
    justify-content: center;    /* 横中央 */
    align-items: center;        /* 縦中央 */
    border-radius: 30px;        /* ← ボタンっぽくするならオススメ */
    transition: 0.3s;
    max-width: 245px;
}

#syou2:hover {
    background-color: #f5c542;
    color: #192f60;
    transition: 0.3s;
}
@media screen and (max-width:768px){
    .room{margin-top: 80px;
        font-size: 70px;
    }
    #room1{padding: 10px;
        margin-top: 10px;
        display: flex;
    }
    #room11{
        width: 300px;
        padding: 0;
    }
    #heya1{
        width: 35%;
        height: 320px;
        margin-left: 5%;
    }
    .moji{
        font-size: 25px;
        margin: 0 5%;
        padding: 5% 0;
        width: 90%;
    }
    #futari{
        margin-bottom: 5px;
    }
    #syou{
        font-size: 70%;
        width: 45%;
        height: 40px;
        /* margin-left: 70%; */
        margin: 5% 0 0 50%;
    }
    #room22{
        width: 300px;
        padding: 0;
    }
    #heya2{
        width: 35%;
        height: 320px;
    }
    #heya22{
        width: 100%;
    }
    #syou2{
        font-size: 70%;
        width: 45%;
        height: 40px;
        margin-left: 5%;
    }
}

@media screen and (max-width:450px){
    .room{margin-top: 80px;
        font-size: 60px;
    }
    #room1{
        padding: 0;
        display: inline-block;
    }

    #room11{width: 100%;
        font-size: 110%;
    }
    .moji{font-size: 250%;
        padding: 2% 0;
        width: auto;
        margin: 0;
    }
    #heya1{
        width: 50%;
        margin: 0 auto;
        height: 0%;

    }
    #futari{
        font-size: 15px;
        margin-bottom: 5px;
    }
    #syou{font-size: 105%;
        width: 46%;
        margin-top: 5%;
        margin-left: 26%;
    }
    #heya11{
    border-radius: 0;
    }
    #heya1 img{
        border-radius: 10%;
    }
    #room2{
        display: inline-block;
    }
    #room22{
        width: 100%;
        height: 100%;
        font-size: 110%;
    }
    #heya2{
        width: 75%;
        height: 100%;
        margin: 0 auto;
    }
    /* #heya2{width: 40%;
        height: 430px;
    } */
    #syou2{
        font-size: 105%;
        width: 46%;
        margin: 5% 0 5% 26%;
    }
    #heya22{
        border-radius: 0;
    }
    #heya2 img{
        height: 40%;
        border-radius: 5%;
    }
}
/* FOOD */
#pulan{
    font-size:20px;
    text-align: center;
    margin: 5% auto;
    background-color: #192f60;
    color: white;
    border-radius: 10px;
    padding: 2%;
    max-width: 70%;
}

.slider-1{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
  background-color: #192f60;
  padding-top: 50px;
  padding-bottom: 30px;
}

.slider-2{
  width: 400px;
}

.bxslider img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.caption {
  margin-top: 10px;
  font-size: 18px;
  color: #192f60;
  font-weight: bold;
}

#br{
    margin-top: 50px;
}

#di h3 ,#br h3{
  font-size: 50px;
  text-align: center;
}

.food{
    text-align: center;
    color: white;
    background-color: #f5c542;
    border-radius: 50%;
    height: 200px;
    padding-top: 30px;
}
@media screen and (max-width:768px){
    #pulan{
        font-size:16px;
        border-radius: 10px;
    }
    .slider-1{
      margin-top: 15px;
      padding-top: 50px;
      padding-bottom: 30px;
}
    #di h3 ,#br h3{
        font-size: 40px;
    }
    .slider-2{
        width: 250px;
    }
    .caption {
        font-size: 14px;
    }
}
@media screen and (max-width:450px){
    #pulan{
        padding: 5%;
        font-size: 100%;
    }
    .slider-1{
        display: inline-block;
        width: 100%;
        margin-top: 5px;
        padding-top: 25px;
        padding-bottom: 4%;
    }
    #di h3 ,#br h3{
        font-size: 35px;
    }
    .slider-2{
        width: 100%;
    }
    .caption {
        position: relative;
        font-size: 120%;
        /* margin:12% 0 5% 0; */
        margin: 0;
        color: white;
    }
    #caption1 {
        position: relative;
        text-align: left;
        margin-left: 7%;
        margin-bottom: 8%;
    }
    #caption1::before{
        content: "";
        position: absolute;
        bottom: -16%;
        right: 14%;
        width: 100%;
        height: 7%;
        background-color: #f5c542;
    }
    #caption2 {
        position: relative;
        text-align: left;
        margin-left: 7%;
        margin-bottom: 8%;
    }
    #caption2::before{
        content: "";
        position: absolute;
        bottom: -16%;
        right: 14%;
        width: 100%;
        height: 7%;
        background-color: #f5c542;
    }
    #caption3 {
        position: relative;
        text-align: left;
        margin-left: 7%;
        margin-bottom: 8%;
    }
    #caption3::before{
        content: "";
        position: absolute;
        bottom: -16%;
        right: 14%;
        width: 100%;
        height: 7%;
        background-color: #f5c542;
    }
    #caption4 {
        position: relative;
        text-align: left;
        margin-left: 7%;
        margin-bottom: 8%;
    }
    #caption4::before{
        content: "";
        position: absolute;
        bottom: -16%;
        right: 14%;
        width: 100%;
        height: 7%;
        background-color: #f5c542;
    }
    .food{
        /* padding: 9%; */
        height: 100%;
        width: 100%;
        /* margin: 0 auto; */
        padding: 0;
        margin-bottom: 3%;
        background-color: transparent;
    }
    .food ul li{
        font-size: 90%;
        text-align: left;
        margin-left: 7%;
    }
}
/* ACTIVITY */
#max{
    max-width: 85%;
    margin: 0 auto;
}
#ac{
    font-size:20px;
    text-align: center;
    margin: 5% auto;
    background-color: #192f60;
    color: white;
    border-radius: 10px;
    max-width: 70%;
    padding: 2%;
}

#hanabi {
    position: relative;
    /* display: inline-block;
    vertical-align: middle; */
    width: 20%;
    margin: 5% 10% 0 0;
    float: left;
    max-width: 350px;
}

#hanabi::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #192f60;
  border-radius: 5px;
  pointer-events: none;
  z-index: 0;
  left: 33px;
  top: 10%;
}

#hanabi img{
    border-radius: 5px;
    position: relative;
    z-index: 1;
    width: 100%;
}
#hanabi p{
    margin-left: 65%;
    position: absolute;
    z-index: 1;
    width: 100%;
    color: white;
    font-size: 90%;
    bottom: -9%;
}
#sayuu1{
    margin-left: 50px;
}

#sayuu2{
    display: inline-block;
    vertical-align: top;
    width: 70%;
    overflow: hidden;
    max-width: 1000px;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; */
    /* margin-left: 100px; */
}
.po{
    width: 50%;
    float: left;
    padding: 2%;
}
.po img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

#more{
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 90px;
    color: white;
    background-color: #192f60;
    width: 20%;
    padding: 15px;
    transition: 0.3s;
    text-align: center;
}

#more:hover{
    background-color: #f5c542;
    color: #192f60;
    transition: 0.3s;
}
@media screen and (max-width:768px){
    #ac{
        margin: 10% auto;
        font-size:18px;
    }
    #hanabi{
        width: 33%;
        margin: 0 0 0 19%;
        position: relative;
        float: none;
    }
    #hanabi::after {
      top: 9%;
      left: 55%;
      width: 100%;
      height: 100%;
    }
    #hanabi img{
        width: 100%;
        height: 100%;
        margin: 0 32%;
        object-fit: cover;
    }
    #hanabi p{
        margin-left: 90%;
        bottom: -22px;
        /* position: absolute;
        z-index: 1;
        width: 100%;
        color: white;
        font-size: 90%; */
    }
    #sayuu1{display: block;
    }
    #sayuu2{
        width: 85%;
        margin-left: 5%;
        margin-top: 15%;
    }
    .po{
        width: 50%;
        padding: 2%;
    }
    .po img{
        width: 100%;
        height: 100%;
    }
    #more{margin-top: 30px;
        margin-left: auto;
        margin-right: 12%;
        width: 25%;
        padding: 1%;
        font-size: 100%;
    }
}
@media screen and (max-width:450px){
    #ac{
        font-size: 100%;
        padding: 5%;
    }
    #sayuu1{margin-left: 0;
    }
    .po{
        float: left;
        width: 50%;
    }
    .po img{
        width: 100%;
        height: 85%;
    }
    .migi img{
        margin-left: 5%;
    }
    #more{
        /* margin-top: 10%;
        margin-right: 13px;
        margin-left: 64%; */
        margin: 10% 13px 0 64%;
        width: 33%;
        padding: 2%;
        font-size: 13px;
    }
    #hanabi{
        display: block;
        margin: 0 auto;
        width: 55%;
    }
    #hanabi img{
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
        object-fit: cover;
    }
    #hanabi::after{
    left: 27px;
    top: 35px;
    }
    #hanabi p{
        /* position: relative;
        z-index: 1;
        color: white; */
        margin-left: 66%;
        width: 50%;
        bottom: -28px;
    }
    #sayuu2{
        margin-top: 30%;
        width: 90%;
        margin-left: 4%;
        overflow: visible;
    }
}
/* NEWS */
#osi{
    width: 500px;
    margin: 20px auto 0 auto;
    text-align: center;
    color: white;
    background-color: #192f60;
}

#osi td {
    padding: 8px 0; /* ← 行の高さはこれで調整 */
}

#osi a{
    display: block;
    text-align: center;
    color: white;
}

#osi a:hover{
    color: #f5c542;
}

#mapu{
    /* background-color: #192f60; */
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

#mapu ul{
    margin-top:60px;
    margin-left: 50px;
}

#mapu ul li{
    line-height: 300%;
    color: white;
}

#mapu div{
    float: left;
    width: 50%;
    margin-top: 5%;
}

#tel{
    clear: both;
    padding: 5% 0 1% 0;
}

iframe{
    width: 85%;
    margin-top: 17%;
}

#logo2 img{
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 20px;
}

footer{
    color: white;
    text-align: center;
    background-color: #192f60;
    line-height: 70px;
}

#kotira{
    color: #192f60;
    background-color: white;
    padding: 30px;
    border-radius: 50%;
    margin-top: 3%;
    display: inline-block;
}

#kotira:hover{
    background-color: #f5c542;
}

#top a{
    color: white;
}

#top a:hover{
    color: #f5c542;
}

@media screen and (max-width:768px){
    #mapu{display: block;
    }
    #mapu ul li{
        line-height: 200%;
    }
    iframe{
        width: 75%;
        height: 300px;
        margin-left: 10%;
    }
    #osi{
        width: 100%;
    }
    #kotira{
        margin-top: 5%;
    }
}
@media screen and (max-width:450px){
    #osi{width: 90%;
        margin: 20px auto;
    }
    #mapu ul{
        margin: 10%;
    }
    #mapu ul li{
        line-height: 40px;
        font-size: 14px;
    }
    #tel{
        padding: 10%;
    }
    footer{
        font-size: 14px;
    }
    #logo2 img{
        width: 40%;
    }
    #kotira{
        margin: 5% auto;
        display: block;
        width: 54%;
    }
    iframe{
        margin-right: 0;
    }
}