@charset "UTF-8";
html {
  color: #000;
  background: #FFF
}

html, body {
  height: 100%
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0
}

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

img {
  border: 0;
  vertical-align: bottom;
  line-height: 0
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit
}

li {
  list-style: none
}

sup, sub {
  vertical-align: baseline
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  background: #fff;
  font-size: 27px;
  line-height: 53px;
  letter-spacing: .075em
}

a, a:link, a:visited {
  color: #4494d0
}

a:hover, a:active {
  color: #0079d4
}

.disappear {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0
}

.appear {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1
}

#wrapper {
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto
}

#wrapper img {
  width: 100%;
  height: auto
}

sup {
  font-size: 50%;
  line-height: 1
}

.ccv_back_blue{
  background: #62c4e1;
}

.cnt {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
}

#scrpt {
  display: none
}

.atte {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .05em;
  color: #818181;
  padding: 24px 30px 40px;
  font-weight: 100;
}

.atte.ccv_back {
  color: #fff;
  background-color: #62c4e1;
  background-size: 100%;
}

.no1_bk {
  background-image: url(../images/no1_bk.png);
  background-size: 100%;
  padding: 5%;
}

.point_2 {
  background-image: url(../images/2_point_bk.png);
  background-size: 100%;
  padding-bottom: 5%;
}
.atte li {
  position: relative;
  padding-left: 1.5em
}

.atte .as-no li {
  padding-left: 2.5em
}

.atte li span {
  position: absolute;
  left: 0;
  top: 0
}

header {
  background-color: rgba(255, 255, 255, .5);
  z-index: 50;
  width: 100%;
  position: fixed;
  top: 0
}

header .container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  margin: 0 auto;
  max-width: 1024px
}

@media screen and (max-width:1024px) {
  header .container {
    margin: 0 15px
  }
}

@media screen and (max-width:640px) {
  header .container {
    height: 65px
  }
}

@media screen and (max-width:370px) {
  header .container {
    height: 65px;
    margin: 0 10px
  }
}

@media screen and (max-width:640px) {
  header .logo {
    width: 80px
  }
}

@media screen and (max-width:370px) {
  header .logo {
    width: 70px
  }
}

@media screen and (max-width:640px) {
  header .logo img {
    vertical-align: baseline;
    width: 100%;
    height: auto
  }
}

header .link {
  margin-left: auto
}

header ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

header ul li+li {
  margin-left: 10px
}

@media screen and (max-width:640px) {
  header ul li+li {
    margin-left: 5px
  }
}

header .button {
  width: 180px
}

@media screen and (max-width:640px) {
  header .button {
    width: 110px
  }
}

@media screen and (max-width:370px) {
  header .button {
    width: 105px
  }
}

header .button a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .01em;
  height: 44px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10px;
  text-decoration: none
}

@media screen and (max-width:640px) {
  header .button a {
    font-size: 8px;
    height: 40px;
    padding-left: 14px
  }
}

header .button a span {
  position: relative
}

header .button a span::before {
  background-size: contain;
  content: '';
  display: block;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:640px) {
  header .button a span::before {
    left: -20px
  }
}

@media screen and (max-width:640px) {
  header .button a span::before {
    left: -18px
  }
}

header .button-blue {
  background-color: #55ace1;
  border: 1px solid #55ace1;
  color: #fff
}

header .button-blue span::before {
  background: url(../images/kira_w.png) no-repeat center center
}

header .button-white {
  background-color: #fff;
  border: 1px solid #55ace1;
  color: #55ace1
}

header .button-white span::before {
  background: url(../images/kira_b.png) no-repeat center center
}

#top_area dl.date {
  position: relative;
}

#top_area dl.date dd.countdown {
  display: none;
  position: relative;
  height: 245px
}

#top_area dl.date dd.countdown.active {
  display: block;
  background: #62c4e1 url(../images/cd_bg.png) left top / 100% auto no-repeat}

#top_area dl.date dd.countdown ul {
  position: absolute;
  left: 155px;
  top: 110px;
  width: 690px;
  font-size: 0
}

#top_area dl.date dd.countdown ul li {
  display: inline-block;
  margin-right: 3px;
  width: 110px;
  font-size: 0
}

#top_area dl.date dd.countdown ul li+li {
  margin-right: 3px
}

#top_area dl.date dd.countdown.active ul li span {
  display: inline-block;
  width: 46px;
  height: 63px;
  background: url(../images/cd_num.svg) 0 top / auto 100% no-repeat
}

#top_area dl.date dd.countdown.active ul li span.image1 {
  background-position: 10px top
}

#top_area dl.date dd.countdown.active ul li span.image2 {
  background-position: -52px top
}

#top_area dl.date dd.countdown.active ul li span.image3 {
  background-position: -114px top
}

#top_area dl.date dd.countdown.active ul li span.image4 {
  background-position: -176px top
}

#top_area dl.date dd.countdown.active ul li span.image5 {
  background-position: -238px top
}

#top_area dl.date dd.countdown.active ul li span.image6 {
  background-position: -300px top
}

#top_area dl.date dd.countdown.active ul li span.image7 {
  background-position: -360px top
}

#top_area dl.date dd.countdown.active ul li span.image8 {
  background-position: -424px top
}

#top_area dl.date dd.countdown.active ul li span.image9 {
  background-position: -486px top
}

#top_area dl.date dd.countdown.active ul li span.image0 {
  background-position: -546px top
}

#cam03_area div.ani {
  position: absolute;
  left: 60px;
  top: 140px;
  width: 270px
}

#cam03_area dl {
  position: relative;
  background: #7cbde7
}

#cam03_area dl dd.atte {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  font-weight: 400;
  padding: 20px 20px 40px
}

#shop_area {
  background: #fff;
  margin-bottom: 40px
}

#shop_area .cnt {
  background: #fff;
}

#shop_area img {
  width: auto
}

#shop_area h2 {
  font-size: 33px;
  line-height: 1;
  letter-spacing: .2em;
  color: #666;
  font-weight: 300!important;
  text-align: center;
  padding: 83px 0 0
}

#shop_area h2 strong {
  display: block;
  font-size: 45.6px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em;
  color: #55ace1;
  padding-top: 33px
}

#shop_area h2 strong>strong {
  display: inline;
  font-size: 57px;
  line-height: 1
}

#shop_area h2 small {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: .1em;
  color: #555;
  text-align: right;
  padding: 50px 20px 12px;
  display: block
}

#shop_area h3 {
  background: url(../images/shop_btn_open.png) 660px top / 50px auto no-repeat #55ace1;
  text-align: center;
  cursor: pointer
}

#shop_area h3.active {
  background: url(../images/shop_btn_close.png) 660px top / 50px auto no-repeat #55ace1
}

#shop_area h3 img {
  height: 100px
}

#shop_area .incnt+h3 {
  margin-top: 10px
}

#shop_area .incnt {
  display: none
}

#shop_area tr {
  display: block;
  position: relative
}

#shop_area tr.kanto {
  padding-bottom: 60px
}

#shop_area tr+tr {
  margin-top: 10px
}

#shop_area a, #shop_area .more a:nth-child(odd) {
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 18px 40px 14px 30px;
  font-size: 15px;
  line-height: 19px;
  color: #555;
  background: url(../images/shop_arrow.png) 572px center no-repeat #fefefe;
  box-sizing: border-box
}

#shop_area a dt {
  color: #55ace1;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
  font-weight: 700
}

#shop_area a:nth-child(odd), #shop_area .more a:nth-child(even) {
  background: url(../images/shop_arrow.png) 572px center no-repeat #fafafa
}

#shop_area th {
  width: 150px;
  text-align: center;
  vertical-align: middle;
  color: #55ace1;
  font-size: 30px;
  background: #f0f9ff;
  font-weight: 400
}

#shop_area td {
  width: 600px;
  box-sizing: border-box
}

#shop_area .more h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background: url(../images/shop_more_close.png) left top no-repeat;
  background-size: 100%
}

#shop_area .more h4.active img {
  visibility: hidden
}

#shop_area h4+.incnt {
  display: none
}

#shop_area .incnt, #shop_area th {
  position: relative
}

#shop_area .region h3:hover, #shop_area .region h4:hover, #shop_area .region a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -ms-filter: "alpha(opacity=70)"
}

#shop_area .anchor01 {
  position: absolute;
  left: 0;
  top: -110px;
  visibility: hidden
}

#shop_area .anchor02 {
  position: absolute;
  left: 0;
  top: -110px;
  visibility: hidden
}

.cv {
  background: #fff;
  padding: 0 0 40px
}

.cv .cnt {
  background: #fff;
}

.cv div.btn {
  margin: 0 auto;
  width: 605px;
  position: relative
}

.cv .tel {
  position: relative;
  margin: 30px auto 0;
  width: 620px;
}

.cv .tel img {
  width: 100%
}

.cv .tel dd.btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 53%;
  text-align: left;
  box-sizing: border-box
}

.tel_num {
  color: #55ace1;
  text-decoration: underline;
  letter-spacing: .05em;
  font-size: 40px;
  line-height: 1
}

.tel_num a, .tel_num a:link, .tel_num a:visited, .tel_num a:hover, .tel_num a:active {
  color: #55ace1
}

#attention_area {
  padding: 20px 0 0;
  background: #fff;
  position: relative
}

#attention_area .cnt {
  padding-bottom: 60px;
  background: #fff;
}

#attention_area h2 strong {
  font-weight: 700
}

#attention_area h2 span {
  font-size: 14px
}

#attention_area .attention {
  text-align: left;
  padding: 6px 0 25px;
  color: #888;
  font-size: 14px;
  line-height: 1.85;
  margin: 0 6.666% 0;
  letter-spacing: .1em
}

#attention_area .attention+.attention {
  background: url(../images/ftr_line.png) center top / 650px auto no-repeat;
  padding-top: 38px
}

#attention_area .attention .cpt {
  color: #55ace1;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
  text-align: left;
  margin-bottom: 18px
}

#attention_area .attention ul li {
  position: relative
}

#attention_area .attention ul li span {
  position: absolute;
  left: 0;
  top: 0
}

#attention_area .attention .kome li {
  padding-left: 1em
}

#attention_area .attention .kome2 li {
  padding-left: 2em
}

#attention_area .gotohead {
  position: absolute;
  right: 5%;
  bottom: 0;
  text-align: right;
  overflow: hidden;
  background: #55ace1;
  padding: 10px 3%;
  margin: 10px 0 0 0;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

#attention_area .gotohead a {
  font-size: 20px;
  background: url(../images/ftr_icn01.png) left center / 20px auto no-repeat;
  line-height: 1.5;
  display: inline-block;
  padding-left: 24px;
  text-decoration: none;
  border-bottom: #fff solid 1px
}

#attention_area .gotohead a, #attention_area .gotohead a:link, #attention_area .gotohead a:visited {
  color: #fff
}

#attention_area .gotohead a:hover, #attention_area .gotohead a:active {
  color: #fff
}

#footer_area {
  background: #55ace1;
  padding: 80px 0 330px;
  margin: 0 auto;
  max-width: 750px;
}
#footer_area .cnt {
  background: #55ace1;
}

#footer_area img {
  width: 100%;
  height: auto
}

#footer_area p.cpt {
  width: 640px;
  margin: 0 auto 24px;
  line-height: .1
}

.footer {
  position: relative;
  box-sizing: border-box;
  padding: 30px 50px 0
}

.footer p.logo {
  position: absolute;
  left: 50px;
  top: 15px;
  width: 220px
}

.footer table {
  margin: 0 0 0 40%;
  width: 60%
}

.footer table td {
  padding: 3px 0 5px 4%;
  text-align: left;
  font-size: 21px;
  line-height: 33px
}

.footer table .line {
  border-right: #c3e8ff solid 1px;
  padding: 3px 4% 5px 0;
  text-align: right
}

.footer a, .footer a:link, .footer a:visited {
  color: #c4e9ff;
  text-decoration: underline;
  opacity: 1
}

.footer a:hover, .footer a:active {
  color: #c4e9ff;
  text-decoration: none;
  opacity: 1
}

.footer .logos {
  font-size: 0;
  padding: 40px 0 0;
  overflow: hidden;
  display: block
}

.footer .logos li {
  display: inline-block
}

.footer .logos li+li {
  margin-left: 25px
}

.footer .logos li.logo02 {
  width: 295px
}

.footer li.copy {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .05em;
  padding-top: 13px;
  width: 320px
}

#backpopup {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .7);
  margin: auto
}

#backpopup img {
  width: 100%;
  height: auto
}

#backpopup div.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: auto!important;
  text-align: center;
  background-color: transparent;
  border: none;
  max-height: 740px
}

#backpopup p.cvb {
  position: relative;
  max-width: 690px;
  max-height: 100vw;
  margin: 0 auto;
  margin-top: 10vw;
  background-color: transparent
}

#backpopup p.cvb a {
  display: block
}

#backpopup p.cvb .close02 {
  position: absolute;
  right: 3vw;
  top: -3vw;
  width: 50px;
  height: 50px;
  z-index: 1000
}

#qa_area {
  padding-bottom: 1px;
  margin-top:10%;
}

#qa_area .cnt {
  background: #fff;
}

#qa_area dl.ac {
  width: 672px;
  margin: 0 auto;
  padding-top: 10px;
  border-bottom: #55ace1 solid 1px
}

#qa_area dl.ac:last-child dd.incnt {
  margin-bottom: 60px
}

#qa_area dl.ac dt {
  color: #55ace1;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: .12em;
  font-weight: 700;
  padding: 30px 40px 32px 60px;
  position: relative;
  background: url(../images/qa_icn_off.png) right center no-repeat;
  cursor: pointer
}

#qa_area dl.ac dt.active {
  background: url(../images/qa_icn_on.png) right center no-repeat
}

#qa_area dl.ac dt::before {
  content: "";
  width: 38px;
  height: 40px;
  line-height: .1;
  background: url(../images/qa_icn_q.png) left top no-repeat;
  position: absolute;
  left: 0;
  top: 40px
}

#qa_area dl.ac dd.incnt {
  display: none;
  color: #666;
  font-size: 24px;
  line-height: 44px;
  letter-spacing: .12em;
  padding: 30px 30px 30px 86px;
  position: relative;
  background: #f8f8f8
}

#qa_area dl.ac dd.incnt p {
  position: relative
}

#qa_area dl.ac dd.incnt p::before {
  content: "A.";
  color: #ff95a9;
  font-weight: 700;
  position: absolute;
  left: -46px;
  top: 0
}

#qa_area dl.ac dd.incnt ul {
  padding: 10px 0 0
}

#qa_area dl.ac dd.incnt ul li {
  color: #666;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: .12em;
  padding: 0 0 0 2.5em;
  position: relative
}

#qa_area dl.ac dd.incnt ul li span {
  position: absolute;
  left: 0;
  top: 0
}

.flow_area {
  margin: 5% auto 0;
}


.flow_area .flow_area-step6 {
  width: 100%;
  margin: 0 auto
}

.banner {
  padding: 25px 4vw;
}

.banner:last-child {
  padding: 25px 4vw 70px;
}


.ccv {
  position: relative;
  height: 240px;
  background-size:100%;
}
.ccv.btn_back {
  background-size:100%;
}
.more_ccv {
  background: #e1f6ff;
  height: 270px;
}
.ccv_saiyasune {
  position: relative;
  height: 180px;
}


.ccv.cv_bg_h {
  background: #fff;
  height: 270px;
}

.ccv.musee_3point {
  height: 180px;
  background: #81bce4;
}

.ccv.musee_3point dd.btn {
  top: -60px;
}

.ccv dd.btn {
  position: absolute;
  left:72px;
  top: 17%;
  width: 605px
}
.ccv_saiyasune dd.btn.saiyasune_btn {
  top:6%;
  position: absolute;
  left:72px;
  width: 605px
}

.ccv dd.btn.btn02 {
  left: 13px;
  width: 720px
}

.otoshidama_back {
  background:url(../images/otoshidama_back.png);
  background-size:cover;
  background-position: bottom;
}

.btn .btn-bg-03 {
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 18px;
  width: 605px;
  height: 140px;
  border-radius: 70px;
  z-index: 1
}
.btn .fv-btn {
    overflow: hidden;
    position: absolute;
    top: 36px;
    left: 51px;
    width: 647px;
    height: 152px;
    border-radius: 70px;
    z-index: 1;
}
.btn.btn02 .btn-bg-03 {
  top: 18px;
  left: 25px
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.075, 1.075, 1.075);
    transform: scale3d(1.075, 1.075, 1.075)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.075, 1.075, 1.075);
    transform: scale3d(1.075, 1.075, 1.075)
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
}

.pulse {
  -webkit-animation: pulse 1.4s ease 0s infinite normal;
  animation: pulse 1.4s ease 0s infinite normal
}

#fixed_area02 {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 200;
  display: block;
  text-align: center
}

#fixed_area02 div.cvb {
  width: 650px;
  margin: 0 auto;
  position: relative
}

#fixed_area02 .btn-bg-03 {
  overflow: hidden;
  position: absolute;
  top: 19px;
  left: 11px;
  width: 710px;
  height: 240px;
  border-radius: 40px;
  z-index: 1
}

#fixed_area02, .fixed-sp {
  opacity: 0;
  -webkit-transform: translate(0, 80px);
  transform: translate(0, 80px);
  -webkit-transition: .5s;
  transition: .5s
}

#fixed_area02.active, .fixed-sp.active {
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  opacity: 1
}

.reflection {
  height: 100%;
  width: 50px;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(-45deg);
  animation: reflection 2s ease-in-out infinite;
  -webkit-animation: reflection 2s ease-in-out infinite;
  -moz-animation: reflection 2s ease-in-out infinite;
  -ms-animation: reflection 2s ease-in-out infinite;
  -o-animation: reflection 2s ease-in-out infinite;
  border-radius: 68px;
  overflow: hidden
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(-45deg);
    opacity: 0
  }
  80% {
    transform: scale(0) rotate(-45deg);
    opacity: .5
  }
  81% {
    transform: scale(4) rotate(-45deg);
    opacity: 1
  }
  100% {
    transform: scale(50) rotate(-45deg);
    opacity: 0
  }
}

@-webkit-keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(-45deg);
    opacity: 0
  }
  80% {
    -webkit-transform: scale(0) rotate(-45deg);
    opacity: .5
  }
  81% {
    -webkit-transform: scale(4) rotate(-45deg);
    opacity: 1
  }
  100% {
    -webkit-transform: scale(50) rotate(-45deg);
    opacity: 0
  }
}

@-moz-keyframes reflection {
  0% {
    -moz-transform: scale(0) rotate(-45deg);
    opacity: 0
  }
  80% {
    -moz-transform: scale(0) rotate(-45deg);
    opacity: .5
  }
  81% {
    -moz-transform: scale(4) rotate(-45deg);
    opacity: 1
  }
  100% {
    -moz-transform: scale(50) rotate(-45deg);
    opacity: 0
  }
}

#backpopup {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .7);
  margin: auto
}

#backpopup div.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: auto!important;
  text-align: center;
  background-color: transparent;
  border: none;
  max-height: 740px
}

#backpopup p.cvb {
  position: relative;
  max-width: 690px;
  max-height: 740px;
  margin: 0 auto;
  background-color: transparent
}

#backpopup p.cvb .close02 {
  position: absolute;
  right: 0;
  top: -40px;
  width: 50px;
  height: 50px
}

.point03 {
  background: #81bce4;
}
.point03 .musee_3point_attention {
  background-image: url(../images/musee_3point_attention_back.png);
  background-size: 100%;
  padding: 0 7%;
}
.atte.musee_3point_attention .as-no li {
  padding: 0;
}
.atte.musee_3point_attention .as-no li.come {
  padding-left: 2.5em;
}
.covid .incnt {
  border: #53bcdc solid 3px;
  border-top: none
}

.covid dl dt {
  line-height: 0
}

.covid .ac-box {
  background-color: #FFF;
  letter-spacing: .1em;
  padding: 0 0 30px
}

.covid .ac-top {
  border-bottom: 1px solid #d7d7d7
}

.covid .ac-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  margin: 0 2.5%
}

.covid .ac-top-text {
  padding: 5.3% 0;
  color: #4f4f4f;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: .1em
}

.covid .ac-body {
  padding-top: 7.2%;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 40px
}

.covid .ac-body-head {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 4vmin;
  text-align: center;
  color: #4f4f4f;
  letter-spacing: .1em
}

.covid .ac-bottom {
  padding-bottom: 20px
}

.ac-container {
  display: flex;
  margin-top: 50px
}

.covid .ac-container {
    align-items: center;
}

.covid .ac-icons {
  margin-top: 30px;
  display: inline-block;
  width: 170px!important;
}

.covid .ac-icons.thermometer {
  padding: 0 23px;
  width: 104px
}

.covid .ac-text {
  color: #4f4f4f;
  display: inline-block;
  width: 440px;
  margin-left: 50px;
  font-size: 24px;
  letter-spacing: .1em;
  line-height: 1.6;
}

.covid .ac-text-strong {
  font-size: 32px;
  color: #1288e4;
  font-weight: 700;
  letter-spacing: .1em
}

.covid .ac-bottom-text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  line-height: 1.75;
  color: #4f4f4f;
  padding: 30px 0
}

.covid .banner-top {
  height: auto!important
}

.covid dl.ac {
  padding: 6% 2.5% 2%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.covid dl.ac dt.ttl {
  padding: 0;
  position: relative;
  cursor: pointer
}

.covid dl.ac dt.ttl:before, .covid dl.ac dt.ttl:after {
  content: "";
  width: 3.2%;
  height: 2px;
  background-color: #53bcdc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.82%;
  transition: all 0.3s ease-out
}

.covid dl.ac dt.ttl:after {
  transform: rotate(90deg)
}

.covid dl.ac dt.ttl.active:after {
  display: none
}

.covid dl.ac dd.incnt .ac-box {
  padding: 0 5.64%
}

#point_area .cnt {
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  background:#DFFFFF!important;
}

#more {
  background: rgb(85 185 226);
  padding-bottom: 100px;
}

.more {
    background-size:100%;
    background-image: url(../images/more_01_back.png);
}
.group {
  background-image: url(../images/more_02_back.png);
  background-size:100%;
}
.group_box {
  display: flex;
  padding: 5% 0;
  width: 620px;
  margin: 0 auto;
  justify-content: space-around;
}
.group_img {
  padding: 0 15px 0 0;
  width: 280px!important;
}
.group_name {
  font-weight: bold;
  color: #5babde;
  border-bottom: 5px dotted #a0a0a0;
  font-size: 22px;
}
.group_detail {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 10px;
}
.group_text {
  flex: 3;
}

.more .ac {
  width: 85%;
  margin: 0 auto;
}

.more .ac dd {
  border: 2px solid #fec7db;
}

.more .atte {
    padding-bottom: 20%;
    width: 80%;
    margin: 0 auto;
    color: #222;
}

.more dl.ac dt.ttl {
    padding: 0;
    position: relative;
    cursor: pointer
}

.more dl.ac dt.ttl:before,.more dl.ac dt.ttl:after {
    content: "";
    width: 3.2%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.82%;
    transition: all 0.3s ease-out
}

.more dl.ac dt.ttl:after {
    transform: rotate(90deg)
}

.more dl.ac dt.ttl.active:after {
    display: none
}
.fixed-sp {
  position: fixed!important;
  bottom: 100px!important;
  right: 0!important;
  width: 150px;
  z-index: 201;
  display: none!important
}

.fixed-sp .footer-btn img {
  cursor: pointer;
  max-width: 100%;
  height: auto
}

/* TOPボタン背景用 */
.fv_img {
  width: 92%;
  margin: 0 auto;
  padding: 50px 0 20px;
}
.white li {
  color: #FFF;
}
.brown li {
  color: #603813;
}
.date_w {
  margin: 0 auto;
  width: 68%;
  padding-top: 20px;
  padding-bottom: 50px;
}
