html, body {
font-family:"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
}


.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.youtube2 {
  position: relative;
  width: 80%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 80% !important;
  height: 80% !important;
}

.you { text-align: center; }

p.resizeimage img { width: 100%; }

.tictok-block {
  margin: 2rem auto;
  max-width: 92%;
}

.height-video {
  margin: 2rem auto;
  max-width: 55%;
}

.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 880px;
}


.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 15px 20px;
    color :#45233b;
    font-weight: bold;
    background :#ffced0;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    background :#ffc4d7;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    margin: 1.5px 0;
    padding: 15px;
    background: #eaeaea;
    opacity: 1;
}

.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background: #038193;
}

.btn-gradient-radius-2 {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background: #5bbeaf;
}

.btn-gradient-radius-3 {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background: #ea5532;
}

.overfloww {
  width: auto;
  height: 200px;
  overflow: auto;
}



.box1 {
    padding: 0.8em 0.8em;
    margin: 0.5em 0em;
    border: solid 1px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.box1-red {
    padding: 2em 5em;
    margin: 0.5em 0em;
    border: solid 2px red;
}
.box1-red p {
    margin: 0; 
    padding: 0;
}

.box01 {
    padding: 0.5em 0.5em;
    margin: 1em 1em;
    border: solid 1px #000000;
    background: #ffffc8;
}
.box01 p {
    margin: 0; 
    padding: 0;
}

.box01-red {
    padding: 0.5em 0.5em;
    margin: 1em 1em;
    border: solid 1px red;
    background: red;
    color: #fff;
}
.box01-red p {
    margin: 0; 
    padding: 0;
}

.box1-b {
    padding: 1.5em 1.5em;
    margin: 1em 0;
    background: #f2f2f2;
}

.box1-b p {
    margin: 0; 
    padding: 0;
}

.box1-y {
    padding: 1.5em 1.5em;
    margin: 1em 0;
    line-height: 200%;
    background: #ffffc8;
}

.box1-y p {
    margin: 0; 
    padding: 0;
}

.box1-o {
    padding: 1.5em 1.5em;
    margin: 1em 0;
    line-height: 150%;
    background: #f59600;
    color: #ffffff;
}

.box1-o p {
    margin: 0; 
    padding: 0;
}

.box-e {
    padding: 1em 1.5em;
    margin: 0 0;
    background: #f0cccb;
    border: solid 1px #c85c6b;
}
.box-e 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: #e61f4c;
    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: 19px;
    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-bl {
    position: relative;
    margin: 1em 0;
    padding: 1em 1em;
    border: solid 3px #59a9c6;
    border-radius: 8px;
}
.box26-bl .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #59a9c6;
    font-weight: bold;
}
.box26-bl p {
    margin: 0; 
    padding: 0;
}


.box26-gr {
    position: relative;
    margin: 1em 0;
    padding: 1em 1em;
    border: solid 3px #17a196;
    border-radius: 8px;
}
.box26-gr .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #17a196;
    font-weight: bold;
}
.box26-gr 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%);
}

/* マーカー通常時 */
.m-marker {
  display: inline;
  background-image: linear-gradient(90deg, #fcf69f, #fcf69f); /* マーカーの色を指定 */
  background-repeat: no-repeat;
  background-position: left bottom; /* マーカーの発生位置を左下に設定 */
  background-size: 0 40%; /* マーカーの横幅 / 縦幅 */
  transition: all 0.8s ease; /* マーカーを引く速度 */
  cursor: pointer; /* ホバー時のカーソルをポインターにする */
}

/* マーカーホバー時 */
.m-marker:hover {
  background-size: 100% 40%; /* マーカーの横幅を100%にする */
}



span.beauty{
color:#ff6eff;
}
span.health{
color:#8fc31f;
}
span.gourmet{
color:#ea5514;
}
span.leisure{
color:#ff9757;
}
span.life{
color:#dacb00;
}
span.fashion{
color:#ff467e;
}
span.career{
color:#634d6f;
}
span.money{
color:#c9a063;
}
span.event{
color:#47b8ff;
}
span.seminar{
color:#2e5da9;
}
span.love{
color:#ffa7c2;
}

.catname {float: left;}

.catname a {
    font-size: 13px;
}

span.pr {
    float: right;
    color: #CCC;
    font-size: 10px;
    border: solid 1px #CCC;
    padding: 0 5px;
    margin: 0 2px 0 0;
}

span.pr.other {
    background-color:#969696;
    color:#FFF;
    border: solid 1px #969696;
}
span.pr.higashi {
    background-color:#008200;
    color:#FFF;
    border: solid 1px #008200;
}
span.pr.hiroshima {
    background-color:#FF0000;
    color:#FFF;
    border: solid 1px #FF0000;
}

span.pr.hiroshima a,span.pr.higashi a,span.pr.other a{
    color:#FFF;
}

span.pr a{
    color:#CCC;
}

.topicslist h3 {
    text-align: left;
}
.topicslist h3 a {
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.topicslist .date {
    font-size: 12px;
    text-align: left;
    text-decoration: underline;
    color: #999;
}


.snsparts {
    float: left;
    margin: 0 20px 0 0;
}

.snsshare.clearfix {
    width: 255px;
    float: right;
}


blockquote {
    position: relative;
    padding: 10px 20px;
    box-sizing: border-box;
    font-style: italic;
    color: #4e4e4e;
    background: #fff0f0;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: -10px;
    content: "“";
    font-family: sans-serif;
    color: #ffdfdf;
    font-size: 130px;
    line-height: 1;
}
blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #ffdfdf;
    font-size: 90px;
    line-height: 1;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}


.gs {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}


span.other2 {
    background-color:#969696;
    color:#FFF;
    border: solid 1px #969696;
}
span.higashi2 {
    background-color:#008200;
    color:#FFF;
    border: solid 1px #008200;
}
span.hiroshima2 {
    background-color:#FF0000;
    color:#FFF;
    border: solid 1px #FF0000;
}

span.hiroshima2 a,span.higashi2 a,span.other2 a{
    color:#FFF;
}


.btn-square-pop {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 4em;
  line-height: 1.3;
  text-decoration: none;
  color: #FFF;
  background: #4c598e;/*背景色*/
  border-bottom: solid 2px #2a5494;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  animation: Shake 1.5s ease infinite; 
}
@keyframes Shake {
  0% {transform: skew(0deg,0deg);}
  5% {transform: skew(8deg, 8deg);}
  15% {transform: skew(-1deg, -1deg);}
  20% {transform: skew(6deg, 6deg);}
  25% {transform: skew(-4deg, -4deg);}
  30% {transform: skew(2deg, 2deg);}
  40% {transform: skew(-2deg, -2deg);}
  50% {transform: skew(1deg, 1deg);}
  60% {transform: skew(-1deg, -1deg);}
  100% {transform: skew(0deg,0deg);}
}

.btn-square-pop:active {
  border-bottom: solid 2px #27478c;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop:hover{
  color: yellow;
}

.btn-square-pop2 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 4em;
  line-height: 1.3;
  text-decoration: none;
  color: #FFF;
  background: #ea5b80;/*背景色*/
  border-bottom: solid 2px #ea4461;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  animation: katakata 2s ease infinite; 
}
@keyframes katakata {
  0% {transform:translate(0, 0) rotate(0deg);}
  21% {transform:translate(0, 0) rotate(0deg);}

  22% {transform:translate(0, 0) rotate(-3deg);}
  23% {transform:translate(0, -1px) rotate(0deg);}
  24% {transform:translate(0, -1px) rotate(3deg);}

  25% {transform:translate(1px, 0) rotate(-2deg);}
  26% {transform:translate(0, 1px) rotate(0deg);}
  27% {transform:translate(0, 0) rotate(3deg);}

  28% {transform:translate(0, 0) rotate(0deg);}
  100% {transform:translate(0, 0) rotate(0deg);}
}

.btn-square-pop2:active {
  border-bottom: solid 2px #ea4461;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop2:hover{
  color: yellow;
}

.btn-square-pop-red {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 4em;
  line-height: 1.3;
  text-decoration: none;
  color: #FFF;
  background: red;/*背景色*/
  border-bottom: solid 2px -red;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  animation: squash 0.8s ease-in-out infinite; 
}
@keyframes squash {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}

.btn-square-pop-red:active {
  border-bottom: solid 2px #ea4461;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop-red:hover{
  color: yellow;
}

.btn-square-pop-pp {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.5em 4em;
  line-height: 1.3;
  text-decoration: none;
  color: #FFF;
  background: #9a6290;/*背景色*/
  border-bottom: solid 2px #9a6290;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  animation: fluffy1 2s ease infinite; 
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-15px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

.btn-square-pop-pp:active {
  border-bottom: solid 2px #9a6290;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-pop-pp:hover{
  color: yellow;
}


.box1-fade {
    padding: 1.5em 1.5em;
    margin: 1em 0;
    background: #f2f2f2;
    animation: fadein 3s ease-in-out 2s 1 normal;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
  }
}

.box1-fade p {
    margin: 0; 
    padding: 0;
}


.snow {
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 30px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow:
  5vw   -100px 2px,
  10vw  -400px 3px,
  20vw  -500px 4px,
  30vw  -580px 1px,
  39vw  -250px 2px,
  42vw  -340px 5px,
  56vw  -150px 2px,
  63vw  -180px 0,
  78vw  -220px 4px,
  86vw  -320px 9px,
  94vw  -170px 7px;
  /*雪アニメーション1*/
  animation: roll 5s linear infinite;
}
  /*2つめの雪アニメーション*/
.snow2nd{animation: anim 8s linear infinite;}

@keyframes roll {
    0% {transform:rotate(0deg);}
   90% {opacity:1;}
   100% {transform:rotate(20deg);top:100%;opacity:0;}
}
@keyframes anim {
  100% {color:transparent;top:150%;}
}

#text-1,#text-2,#text-3 { display:inline-block; overflow:hidden; white-space:nowrap; width:0%; }
#text-1 { animation:s1 6s infinite; } @keyframes s1 { from { width:0em; } 33% { width: 80%; } to { width:100%; } } 
#text-2 { animation:s2 6s infinite; } @keyframes s2 { 0% { width:0em; } 33% { width:0em; } 66% { width:80em; } to { width:100%; } } 
#text-3 { animation:s3 6s infinite; } @keyframes s3 { 0% { width:0em; } 66% { width:0em; } to { width:100%; } }

.box23 {
    position: relative;
    margin: 2em 0 2em 40px;
    padding: 8px 15px;
    background: #fff0c6;
    border-radius: 30px;
}
.box23:before{content: "●";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #fff0c6;
}
.box23:after{
    content: "●";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #fff0c6;
}
.box23 p {
    margin: 0; 
    padding: 0;
}
