html, body {
font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}

.under-line {
  border-bottom: dotted 2px #000;
  padding-bottom: 2px;
}

.ggmap {
position: relative;
padding-bottom: 86%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ggmap2 {
position: relative;
padding-bottom: 55%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap2 iframe,
.ggmap2 object,
.ggmap2 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block; /* 親要素をブロック化 */
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  display: block; /* iframe自体もブロック化 */
}

.you { text-align: center; }

p.resizeimage img { width: 100%; }



.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 400px;
}


.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background :#85baef;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}

.box1 {
    padding: 0.5em 1em;
    margin: 0 0;
    border: solid 1px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box2-b {
    padding: 0.5em 1em;
    margin: 0 0 1em 0;
    background: #0099d9;
    color: #ffffff;
    font-weight: bold;
}
.box2-b p {
    margin: 0; 
    padding: 0;
}


.box2-p {
    padding: 0.5em 1em;
    margin: 0 0 1em 0;
    background: #b395c4;
    border-radius: 6px 6px 6px 6px;
    color: #ffffff;
    font-weight: bold;
}
.box2-p p {
    margin: 0; 
    padding: 0;
}

.box24 {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 1em 0;
    background: #32b4c8;
    color: #ffffff;
    font-weight: bold;
}
.box24:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 49%;
    border: 15px solid transparent;
    border-top: 15px solid #32b4c8;
    width: 0;
    height: 0;
}
.box24 p {
    margin: 0; 
    padding: 0;
}


.box26 {
    position: relative;
    margin: 1em 0;
    padding: 1em 1em;
    border: solid 3px #32b4c8;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 22px;
    background: #FFF;
    color: #32b4c8;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}


.box26-pk {
    position: relative;
    margin: 1em 0;
    padding: 1em 1em;
    border: solid 3px #ff9288;
    border-radius: 8px;
}
.box26-pk .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff9288;
    font-weight: bold;
}
.box26-pk p {
    margin: 0; 
    padding: 0;
}


.box26-2 {
    position: relative;
    margin: 1em 0;
    padding: 3em 3em;
    border: solid 1px #000000;
    border-radius: 0px;
}
.box26-2 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #000000;
    font-weight: bold;
}
.box26-2 p {
    margin: 0; 
    padding: 0;
}


.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_yellow_futo {
background: linear-gradient(transparent 0%, #ffff66 0%);
}

.button-A {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #fff;
    border-radius: 5px;
    background-color: #d36150;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}

.button-A::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-A:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.button-B {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #c59b6d;
    border-radius: 5px;
    background-color: #c59b6d;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}

.button-B::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #fff;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-B:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

.noline:hover {
  color: #fff;
  text-decoration: none;
}

.button-C {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: .9em 3em .9em 2em;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #000;
    color: #c59b6d;
    font-size: 1em;
    font-weight: bold;
}

.button-C::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #c59b6d;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-C:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

#embed_map {
    height: 960px;
    max-width: 960px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}

@media screen and (max-width: 768px) {
#embed_map {
height: 760px;
width: 100%;
}
}

.overfloww {
  width: auto;
  height: 300px;
  overflow: auto;
}