@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5rem  !important;
  color: #1e333d;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Yu Gothic", Arial, Meiryo, "M+ 1p", sans-serif   !important;
  text-justify: inter-word;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 480px) {
    body {
      font-size: 16px; } }

html, body {
  margin: 0;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: #1e333d; }

@font-face {
  font-family: 'JuanitaBrushSmooth';
  src: local(" JuanitaBrushSmooth.otf");
  src: url("../JuanitaBrushSmooth.otf"); }

.text01 {
  font-family: 'JuanitaBrushSmooth'; }

#gotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  background: rgba(30, 51, 61, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  z-index: 100;
  background-image: url(../img/gotop.png);
  background-size: 60% auto;
  background-position: center center;
  background-repeat: no-repeat;
  display: none; }
  #gotop:hover {
    opacity: 0.8; }
  @media screen and (max-width: 480px) {
    #gotop {
      right: 15px;
      bottom: 15px; } }

#con1 {
  height: 100vh;
  min-height: 800px;
  background: #000; }
  @media screen and (max-width: 480px) {
    #con1 {
      min-height: auto; } }

.con {
  min-width: 1160px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 480px) {
    .con {
      min-width: auto; } }

#present_icon {
  width: 160px;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 100;
  cursor: pointer; }
  #present_icon img {
    width: 100%; }
  #present_icon:hover {
    opacity: 0.8; }
  @media screen and (max-width: 480px) {
    #present_icon {
      top: 20px;
      width: 120px;
      left: 10px; } }

#top_v {
  width: 600px;
  position: absolute;
  top: 30vh;
  left: 50%;
  margin-left: -300px;
  text-align: center;
  z-index: 100; }
  #top_v img {
    width: 100%; }
  @media screen and (max-width: 480px) {
    #top_v {
      width: 80%;
      margin-left: -40%;
      top: 40vh; } }

#top_logo {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -67px;
  width: 135px;
  z-index: 100;
  text-align: center; }
  #top_logo img {
    width: 100%; }
  @media screen and (max-width: 480px) {
    #top_logo {
      top: 10px; }
      #top_logo img {
        width: 80%; } }

#map01 {
  width: 330px;
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 100; }
  #map01 img {
    width: 100%; }
  @media screen and (max-width: 480px) {
    #map01 {
      top: 60px;
      width: 120px;
      left: 20px; } }

#sns_icon {
  position: absolute;
  bottom: 2rem;
  right: 20px;
  width: 226px;
  height: 30px;
  z-index: 100; }
  #sns_icon a {
    height: 20px;
    display: block;
    float: left; }
    #sns_icon a img {
      height: 100%; }
  #sns_icon .fb_iframe_widget {
    margin-top: -4px;
    margin-right: 10px;
    float: left; }
  #sns_icon #twitter-widget-0 {
    float: left;
    margin-right: 10px; }
  @media screen and (max-width: 480px) {
    #sns_icon {
      right: 50%;
      margin-right: -113px; } }

#marianalogo {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  text-align: center;
  z-index: 1000;
  font-size: 0.9rem; }
  #marianalogo a {
    color: #fff; }
  #marianalogo img {
    width: 50px; }
  #marianalogo:hover {
    opacity: 0.8; }
  @media screen and (max-width: 480px) {
    #marianalogo {
      bottom: 5rem;
      font-size: 0.7rem; }
      #marianalogo img {
        width: 50px;
        margin-bottom: 0px; } }

.top_copyright {
  font-size: 0.7rem;
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 10000;
  color: #ffffff; }
  @media screen and (max-width: 480px) {
    .top_copyright {
      width: 100%;
      text-align: center;
      right: initial; } }

#menu_con {
  background: #ea8d8c;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0px;
  background-image: url(../img/main_logo02.png);
  background-size: 200px auto;
  background-position: 15px 10px;
  background-repeat: no-repeat;
  z-index: 2000;
  display: none; }
  #menu_con .title {
    padding: 1.6rem 0 1rem;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    font-size: 1.5rem;
    margin-bottom: 3rem;
    width: 700px; }
    #menu_con .title span {
      margin-left: -160px; }
  #menu_con .text_con {
    color: #fff;
    width: 700px;
    padding: 1.8rem 0 1rem;
    position: absolute;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    margin-left: -350px;
    text-align: center;
    display: none; }
    #menu_con .text_con .menu_tit {
      margin-bottom: 0; }
      #menu_con .text_con .menu_tit img {
        width: 120px; }
    #menu_con .text_con div {
      border-bottom: 1px dashed #fff;
      margin-bottom: 2rem; }
      #menu_con .text_con div p {
        text-align: left;
        position: relative;
        left: 34%;
        margin-bottom: 2rem; }
      #menu_con .text_con div span {
        cursor: pointer; }
  @media screen and (max-width: 480px) {
    #menu_con .text_con {
      width: calc(100% - 3rem);
      margin: 10vw auto 0;
      position: initial;
      padding: 0;
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial; }
      #menu_con .text_con .title {
        border-top: none;
        padding: 1rem 0;
        margin-bottom: 1.5rem;
        width: 100%; }
        #menu_con .text_con .title br {
          display: block; }
        #menu_con .text_con .title span {
          display: block;
          margin-bottom: 0.5rem;
          font-size: 1.5rem;
          text-align: center;
          margin-top: 1rem;
          margin-left: initial; }
      #menu_con .text_con .text_tit {
        position: initial;
        left: initial;
        margin-bottom: 0.5rem;
        font-size: 1.5rem;
        width: 100%;
        text-align: center; }
      #menu_con .text_con .day_tit {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 0; }
      #menu_con .text_con p {
        text-align: center !important;
        position: initial  !important;
        left: initial;
        font-size: 0.8rem;
        line-height: 1.4rem; } }
  @media screen and (max-width: 320px) {
    #menu_con .text_con p {
      margin-bottom: 1rem; } }

.menu_con {
  height: 100vh !important; }

#menu {
  position: fixed;
  top: 5px;
  right: 20px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 300; }
  #menu div {
    width: 25px;
    height: 3px;
    position: absolute;
    background: #fff;
    left: 7px; }
  #menu div:nth-child(1) {
    top: 15px; }
  #menu div:nth-child(2) {
    top: 24px; }
  @media screen and (max-width: 480px) {
    #menu {
      right: 15px;
      top: 5px; } }

.menu div:nth-child(1) {
  top: 19px !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.menu div:nth-child(2) {
  top: 19px !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

@media screen and (max-width: 480px) {
  .menu {
    right: 15px; } }

#video_con {
  position: relative;
  width: 100%;
  background-color: #1b88df;
  overflow: hidden;
  padding: 10vh 0; }
  #video_con:before {
    display: block;
    content: "";
    background-image: url("../img/video_bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45vh; }
  @media screen and (max-width: 480px) {
    #video_con {
      padding: 3rem 0; }
      #video_con:before {
        height: 330px; } }
  #video_con #video {
    width: 1000px !important;
    height: auto !important;
    margin: 0 auto;
    display: none;
    position: relative;
    z-index: 100000; }
    #video_con #video video {
      width: 100%;
      height: 600px; }
    @media screen and (max-width: 480px) {
      #video_con #video {
        width: 100% !important;
        padding: 0 1rem;
        position: fixed;
        top: 3vh; } }
  #video_con .videobtn {
    width: 310px;
    position: relative;
    margin: 0 auto; }
    #video_con .videobtn img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      #video_con .videobtn {
        width: 80%; } }

.video_con:before {
  height: 80vh !important;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-filter: blur(15px);
  filter: blur(15px); }
  @media screen and (max-width: 480px) {
    .video_con:before {
      display: none; } }

#footer {
  padding: 2rem 0;
  text-align: center;
  background: #fff; }
  #footer img {
    width: 130px; }
  #footer .sns {
    background-image: url(../img/snslogo_bk.png);
    background-size: auto  100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 60px;
    height: 20px;
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    #footer .sns a {
      display: block;
      width: 40%;
      height: 20px; }
  #footer p {
    font-size: 0.8rem; }

#con2 {
  padding: 100px 0; }
  #con2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/deco01.png");
    background-size: auto 100%;
    background-repeat: repeat-x; }
  @media screen and (max-width: 480px) {
    #con2 {
      padding: 70px 0 40px; } }
  #con2 .con2_text {
    width: 515px;
    margin: 0 auto;
    text-align: center; }
    #con2 .con2_text h2 {
      font-size: 2rem;
      line-height: 2.5rem;
      margin: 0px 0 20px; }
      #con2 .con2_text h2 img {
        width: 250px;
        display: block;
        margin: 0 auto 20px; }
    #con2 .con2_text p {
      margin-bottom: 1rem;
      font-size: 0.9rem; }
      #con2 .con2_text p span {
        font-weight: bold; }
    #con2 .con2_text .con2_subtitle {
      margin: 40px 0; }
      #con2 .con2_text .con2_subtitle img {
        display: block;
        width: 100%; }
    #con2 .con2_text .ae-grid img {
      width: 90%; }
    #con2 .con2_text .ae-grid .ae-grid__item {
      background-image: url("../img/line02.png");
      background-size: 90% auto;
      background-position: bottom center;
      background-repeat: no-repeat;
      padding-bottom: 0.5rem;
      cursor: pointer; }
      #con2 .con2_text .ae-grid .ae-grid__item p {
        margin: 0.5rem 0; }
      #con2 .con2_text .ae-grid .ae-grid__item:hover {
        opacity: 0.6; }
    @media screen and (max-width: 480px) {
      #con2 .con2_text {
        width: 100%;
        padding: 0 1.5rem; }
        #con2 .con2_text h2 {
          font-size: 24px;
          line-height: 2.2rem; }
          #con2 .con2_text h2 img {
            width: 200px; }
        #con2 .con2_text br {
          display: none; } }
  #con2 .pic01 {
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -750px; }
  #con2 .pic02 {
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: 300px; }
  #con2 .pic03 {
    position: absolute;
    top: 570px;
    left: 50%;
    margin-left: -630px; }
  #con2 .pic04 {
    position: absolute;
    top: 480px;
    left: 50%;
    margin-left: 370px; }

.con2_spimg {
  width: calc( 100% + 3rem);
  margin-left: -1.5rem;
  margin-top: 2rem; }
  .con2_spimg img {
    width: 100%; }

#con3 {
  padding: 70px 0 0 0;
  background: #f4f5f5; }
  #con3:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/deco01.png");
    background-size: auto 100%;
    background-repeat: repeat-x; }
  #con3 .con3_text {
    margin: 0 auto 30px;
    width: 100%;
    text-align: center; }
    #con3 .con3_text h2 img {
      width: 425px;
      margin-bottom: 1rem; }
    @media screen and (max-width: 480px) {
      #con3 .con3_text {
        width: 100%;
        padding: 0 1.5rem; }
        #con3 .con3_text h2 img {
          width: 100%;
          max-width: 320px; } }
  #con3 .ae-grid {
    width: 1160px;
    margin: 0 auto 2rem; }
  #con3 .ae-grid__item {
    padding: 0rem;
    background: #fff;
    padding-bottom: 2.5rem;
    margin: 0 0.5rem;
    cursor: pointer; }
    #con3 .ae-grid__item:hover {
      opacity: 0.7;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    #con3 .ae-grid__item div img {
      width: 100%; }
    #con3 .ae-grid__item dl {
      padding: 1rem; }
    #con3 .ae-grid__item dt {
      position: relative; }
      #con3 .ae-grid__item dt img {
        height: 28px;
        margin-right: 0.8rem; }
      #con3 .ae-grid__item dt span {
        position: absolute;
        top: 5px;
        font-size: 13px;
        line-height: 17px; }
    #con3 .ae-grid__item dd {
      position: relative;
      padding: 1.5rem 1.5rem 2rem 1.5rem; }
      #con3 .ae-grid__item dd span {
        font-size: 0.8rem;
        position: absolute;
        right: 1.5rem;
        bottom: 0; }
      #con3 .ae-grid__item dd a {
        color: #ff5a5f;
        position: absolute;
        right: 5px;
        bottom: -40px;
        padding-right: 20px;
        background-image: url("../img/deco02.png");
        background-size: auto 15px;
        background-position: top right;
        background-repeat: no-repeat;
        line-height: 16px; }
      #con3 .ae-grid__item dd:before {
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 0;
        width: 130px;
        height: 30px;
        background-image: url("../img/deco03.png");
        background-size: auto 100%;
        background-repeat: no-repeat; }
      #con3 .ae-grid__item dd:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -10px;
        right: 5px;
        width: 30px;
        height: 30px;
        background-image: url("../img/deco04.png");
        background-size: auto 100%;
        background-repeat: no-repeat; }

#con3_btn {
  text-align: center;
  background: #226fba;
  padding: 60px 0;
  margin-top: 70px; }
  #con3_btn h2 {
    width: 500px;
    margin: 0 auto;
    color: #fefbd0;
    font-weight: bold;
    font-size: 2rem; }
    #con3_btn h2 img {
      width: 430px;
      margin: 20px auto;
      display: block; }
  #con3_btn p {
    color: #fff; }
  #con3_btn a {
    color: #fff;
    background: #ff5a5f;
    background-image: url("../img/deco06.png");
    background-size: 20px auto;
    background-position: 300px 17px;
    background-repeat: no-repeat;
    padding: 1rem 3rem  1rem 0.7rem;
    display: block;
    width: 340px;
    margin: 20px auto 0;
    font-weight: bold; }
    #con3_btn a:hover {
      opacity: 0.8; }
  @media screen and (max-width: 480px) {
    #con3_btn h2 {
      width: 100%;
      font-size: 21px;
      line-height: 2rem;
      padding: 0 1.5rem; }
      #con3_btn h2 img {
        width: 100%;
        margin: 15px auto; }
    #con3_btn p {
      padding: 0 1.5rem; }
      #con3_btn p br {
        display: none; }
    #con3_btn a {
      font-size: 0.9rem; } }

#con4 {
  padding: 70px 0 0 0;
  background: #f4f5f5;
  background-image: url("../img/con4_bg.jpg");
  background-size: auto 30px; }
  #con4:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/deco01.png");
    background-size: auto 100%;
    background-repeat: repeat-x; }
  #con4 .con4_text {
    margin: 0 auto 30px;
    width: 750px;
    text-align: center; }
    #con4 .con4_text h2 img {
      width: 595px;
      margin-bottom: 1rem; }
    @media screen and (max-width: 480px) {
      #con4 .con4_text {
        width: 100%;
        padding: 0 1.5rem; }
        #con4 .con4_text br {
          display: none; }
        #con4 .con4_text h2 img {
          width: 100%;
          max-width: 325px;
          margin: 0 auto 1rem; } }
  #con4 .ae-grid {
    width: 1160px;
    margin: 2rem auto;
    padding: 2rem 6rem;
    border-radius: 10px;
    background: #fff; }
    #con4 .ae-grid h3 {
      text-align: center;
      width: 100%;
      margin-bottom: 1rem; }
  #con4 .ae-grid_color1 {
    border: 12px solid #efa8a8; }
    #con4 .ae-grid_color1 h3 img {
      width: 220px; }
    #con4 .ae-grid_color1 .ae-grid__item {
      border-bottom: 3px solid #efa8a8; }
      #con4 .ae-grid_color1 .ae-grid__item dt {
        color: #efa8a8; }
      #con4 .ae-grid_color1 .ae-grid__item span {
        color: #1e333d; }
  #con4 .ae-grid_color2 {
    border: 12px solid #c1a353; }
    #con4 .ae-grid_color2 h3 img {
      width: 100px; }
    #con4 .ae-grid_color2 .ae-grid__item {
      border-bottom: 3px solid #c1a353; }
      #con4 .ae-grid_color2 .ae-grid__item dt {
        color: #c1a353; }
      #con4 .ae-grid_color2 .ae-grid__item span {
        color: #1e333d; }
      #con4 .ae-grid_color2 .ae-grid__item dd:nth-of-type(1):before {
        background-image: url("../img/con4_deco01_2.png"); }
      #con4 .ae-grid_color2 .ae-grid__item dd:nth-of-type(2):before {
        background-image: url("../img/con4_deco02_2.png"); }
  #con4 .ae-grid_color3 {
    border: 12px solid #998092; }
    #con4 .ae-grid_color3 h3 img {
      width: 200px; }
    #con4 .ae-grid_color3 .ae-grid__item {
      border-bottom: 3px solid #998092; }
      #con4 .ae-grid_color3 .ae-grid__item dt {
        color: #998092; }
      #con4 .ae-grid_color3 .ae-grid__item span {
        color: #1e333d; }
      #con4 .ae-grid_color3 .ae-grid__item dt {
        font-size: 1.4rem;
        min-height: 5rem; }
      #con4 .ae-grid_color3 .ae-grid__item:nth-of-type(3) dt {
        font-size: 1.1rem; }
      #con4 .ae-grid_color3 .ae-grid__item dd:before {
        background-image: url("../img/con4_deco01_3.png"); }
      #con4 .ae-grid_color3 .ae-grid__item dd:nth-of-type(2):before {
        background-image: url("../img/con4_deco02_3.png"); }
  #con4 .ae-grid_color4 {
    border: 12px solid #80a980; }
    #con4 .ae-grid_color4 h3 img {
      width: 160px; }
    #con4 .ae-grid_color4 .ae-grid__item {
      border-bottom: 3px solid #80a980; }
      #con4 .ae-grid_color4 .ae-grid__item dt {
        color: #80a980;
        font-size: 1.4rem;
        min-height: 5rem; }
      #con4 .ae-grid_color4 .ae-grid__item span {
        color: #1e333d; }
      #con4 .ae-grid_color4 .ae-grid__item dd:before {
        background-image: url("../img/con4_deco01_4.png"); }
      #con4 .ae-grid_color4 .ae-grid__item dd:nth-of-type(2):before {
        background-image: url("../img/con4_deco02_4.png"); }
  #con4 .ae-grid_color5 {
    position: relative;
    background: none !important;
    margin-bottom: 0; }
    #con4 .ae-grid_color5 h3 img {
      width: 400px; }
    #con4 .ae-grid_color5 .ae-grid__item {
      padding: 0 1.2rem;
      background: none !important;
      border: none !important; }
      #con4 .ae-grid_color5 .ae-grid__item:nth-of-type(3):before {
        content: "";
        display: block;
        background-image: url("../img/con4_5icon2.png");
        background-size: 100% auto;
        background-position: left top;
        background-repeat: no-repeat;
        width: 150px;
        height: 50px;
        position: absolute;
        top: 240px;
        left: 10px; }
      #con4 .ae-grid_color5 .ae-grid__item p {
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
        position: relative;
        line-height: 20px;
        display: block; }
        #con4 .ae-grid_color5 .ae-grid__item p:nth-of-type(1) {
          margin-bottom: 1rem;
          padding-top: 1rem; }
        #con4 .ae-grid_color5 .ae-grid__item p:nth-of-type(2) {
          font-weight: bold;
          clear: both; }
          #con4 .ae-grid_color5 .ae-grid__item p:nth-of-type(2) span {
            font-weight: normal; }
      #con4 .ae-grid_color5 .ae-grid__item div:nth-of-type(1) {
        width: 100%; }
        #con4 .ae-grid_color5 .ae-grid__item div:nth-of-type(1) img {
          width: 100%; }
      #con4 .ae-grid_color5 .ae-grid__item div:nth-of-type(2) {
        cursor: pointer;
        width: 100px;
        float: right;
        margin-bottom: 1rem; }
        #con4 .ae-grid_color5 .ae-grid__item div:nth-of-type(2) img {
          width: 100%;
          cursor: pointer; }
      #con4 .ae-grid_color5 .ae-grid__item #con4_seemore1:hover, #con4 .ae-grid_color5 .ae-grid__item #con4_seemore2:hover, #con4 .ae-grid_color5 .ae-grid__item #con4_seemore3:hover {
        opacity: 0.7;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      #con4 .ae-grid_color5 .ae-grid__item .con4_seemore {
        overflow: auto;
        -webkit-line-clamp: initial; }
  #con4 .ae-grid__item {
    padding: 0rem;
    background: #fff;
    margin: 0 0.5rem;
    position: relative;
    border-bottom: 1px solid pink; }
    #con4 .ae-grid__item .top_img:hover {
      opacity: 0.7;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    #con4 .ae-grid__item .top_img img {
      width: 100%; }
    #con4 .ae-grid__item dl {
      padding: 0.5rem 1rem 0; }
    #con4 .ae-grid__item dt {
      font-size: 1.5rem;
      letter-spacing: -2px;
      margin-bottom: 7px; }
      #con4 .ae-grid__item dt span {
        font-size: 0.8rem;
        display: block;
        letter-spacing: 0px;
        font-weight: normal; }
    #con4 .ae-grid__item dd {
      padding-left: 26px;
      margin-bottom: 0.5rem;
      position: relative;
      font-size: 0.8rem;
      line-height: 18px; }
      #con4 .ae-grid__item dd:before {
        content: "";
        display: block;
        position: absolute;
        width: 17px;
        height: 20px;
        top: 0px;
        left: 0px;
        background-image: url("../img/con4_deco01.png");
        background-size: 100% auto;
        background-position: left top;
        background-repeat: no-repeat; }
      #con4 .ae-grid__item dd:nth-of-type(2):before {
        width: 15px;
        height: 30px;
        top: -2px;
        left: 2px;
        background-image: url("../img/con4_deco02.png"); }
    #con4 .ae-grid__item .con4_btn {
      position: absolute;
      right: 1rem;
      bottom: 1px; }
      #con4 .ae-grid__item .con4_btn img {
        width: 20px; }

@media screen and (max-width: 480px) {
  .slider-restaurants {
    border: 12px solid #efa8a8;
    width: calc( 100% - 2rem);
    margin: 2rem 1rem;
    padding: 1.5rem 1rem 2rem;
    border-radius: 10px;
    background: #fff; }
    .slider-restaurants h3 {
      margin: 0 auto 0.5rem;
      text-align: center; }
    .slider-restaurants dl {
      padding: 0.5rem 0;
      margin-bottom: 1rem; }
    .slider-restaurants dt {
      font-size: 12px;
      letter-spacing: initial;
      margin-bottom: 8px;
      line-height: 1rem; }
    .slider-restaurants dd {
      padding-left: 26px;
      margin-bottom: 0.5rem;
      position: relative;
      line-height: 0.8rem;
      font-size: 8px !important; }
      .slider-restaurants dd:before {
        content: "";
        display: block;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 3px;
        left: 0px;
        background-image: url("../img/con4_deco01.png");
        background-size: 100% auto;
        background-position: left top;
        background-repeat: no-repeat; }
      .slider-restaurants dd:nth-of-type(2):before {
        width: 16px;
        height: 30px;
        top: -2px;
        left: 1px;
        background-image: url("../img/con4_deco02.png"); }
    .slider-restaurants .con4_btn {
      position: absolute;
      right: 0;
      bottom: 30px; }
      .slider-restaurants .con4_btn img {
        width: 20px; }
    .slider-restaurants .bx-pager {
      bottom: -15px !important; }
  .ae-grid_color1 dl {
    border-bottom: 3px solid #efa8a8; }
  .ae-grid_color1 dt {
    color: #efa8a8; }
  .ae-grid_color1 h3 img {
    width: 155px !important; }
  .ae-grid_color2 dl {
    border-bottom: 3px solid #c1a353; }
  .ae-grid_color2 dt {
    color: #c1a353; }
  .ae-grid_color2 dd:nth-of-type(1):before {
    background-image: url("../img/con4_deco01_2.png"); }
  .ae-grid_color2 dd:nth-of-type(2):before {
    background-image: url("../img/con4_deco02_2.png"); }
  .ae-grid_color2 h3 img {
    width: 70px !important; }
  .ae-grid_color3 dl {
    border-bottom: 3px solid #998092; }
  .ae-grid_color3 dt {
    color: #998092; }
  .ae-grid_color3 dd:nth-of-type(1):before {
    background-image: url("../img/con4_deco01_3.png"); }
  .ae-grid_color3 dd:nth-of-type(2):before {
    background-image: url("../img/con4_deco02_3.png"); }
  .ae-grid_color3 h3 img {
    width: 143px !important; }
  .ae-grid_color4 h3 img {
    width: 116px !important; }
  .ae-grid_color4 dl {
    border-bottom: 3px solid #80a980; }
  .ae-grid_color4 dt {
    color: #80a980; }
  .ae-grid_color4 dd:nth-of-type(1):before {
    background-image: url("../img/con4_deco01_4.png"); }
  .ae-grid_color4 dd:nth-of-type(2):before {
    background-image: url("../img/con4_deco02_4.png"); }
  .ae-grid_color5 {
    border: none !important;
    margin-left: 0  !important;
    margin-right: 0  !important;
    width: 100%  !important; }
    .ae-grid_color5 h3 img {
      width: 100% !important; }
    .ae-grid_color5 dl {
      border-bottom: 3px solid #80a980; }
    .ae-grid_color5 dt {
      color: #998092; }
    .ae-grid_color5 dd:nth-of-type(1):before {
      background-image: url("../img/con4_deco01_5.png"); }
    .ae-grid_color5 dd:nth-of-type(2):before {
      background-image: url("../img/con4_deco02_5.png"); }
    .ae-grid_color5 p {
      font-size: 9px !important;
      line-height: 13px !important; }
    .ae-grid_color5 p:nth-of-type(1) {
      margin-bottom: 0.5rem;
      margin-top: 1rem;
      position: relative;
      display: block; }
    .ae-grid_color5 p:nth-of-type(2) {
      font-weight: bold;
      clear: both; }
    .ae-grid_color5 div:nth-of-type(2) img {
      width: 100px;
      float: right;
      margin-bottom: 1rem; }
    .ae-grid_color5 .con4_seemore {
      overflow: auto !important;
      -webkit-line-clamp: initial !important; } }

#day_con {
  padding: 70px 0;
  background: #f4f5f5;
  background-image: url("../img/37543593_L.jpg");
  background-size: 100% auto;
  position: relative; }
  #day_con:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/deco01.png");
    background-size: auto 100%;
    background-repeat: repeat-x; }
  #day_con h2 {
    width: 800px;
    margin: 0 auto;
    text-align: center; }
    #day_con h2 p {
      margin: 1rem 0; }
    #day_con h2 img {
      width: 615px; }
    #day_con h2 img:nth-of-type(2) {
      width: 80%; }
  @media screen and (max-width: 480px) {
    #day_con {
      padding: 70px 1rem 1rem; }
      #day_con h2 {
        width: 100%; }
        #day_con h2 img {
          width: 100%; }
        #day_con h2 img:nth-of-type(2) {
          width: 100%;
          max-width: 320px;
          margin: 0 auto; } }

#dayone_con {
  margin: 50px auto;
  position: relative;
  width: 1100px;
  padding: 70px 0 40px;
  background-image: url("../img/dayone_frame2.png");
  background-size: 100% auto; }
  #dayone_con:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/dayone_frame.png");
    background-size: 100% auto; }
  #dayone_con:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/dayone_frame.png");
    background-size: 100% auto;
    background-position: left bottom; }
  #dayone_con h3 {
    margin: 0 auto 2rem;
    text-align: center; }
    #dayone_con h3 img {
      width: 665px; }
  @media screen and (max-width: 480px) {
    #dayone_con {
      width: 100%;
      padding: 2rem 1rem; }
      #dayone_con h3 img {
        width: 80%;
        margin: 0 auto; } }
  #dayone_con .ae-grid {
    padding: 0 3rem;
    margin-bottom: 2rem;
    position: relative; }
    @media screen and (max-width: 480px) {
      #dayone_con .ae-grid {
        padding: 0; } }
  #dayone_con .img01 {
    width: 320px;
    position: absolute;
    top: -160px;
    right: 50px;
    display: block; }
    #dayone_con .img01 img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      #dayone_con .img01 {
        width: 100%;
        position: initial;
        margin-top: 1rem; } }
  #dayone_con .ae-grid__item:nth-of-type(1) p {
    font-size: 1.2rem;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    #dayone_con .ae-grid__item:nth-of-type(1) p:after {
      content: "";
      display: block;
      background-image: url("../img/time_icon.png");
      background-size: auto 100%;
      background-position: left top;
      background-repeat: no-repeat;
      position: absolute;
      width: 40px;
      height: 40px;
      top: -8px;
      left: 0; }
    #dayone_con .ae-grid__item:nth-of-type(1) p span {
      color: #1e333d;
      font-weight: normal; }
    @media screen and (max-width: 480px) {
      #dayone_con .ae-grid__item:nth-of-type(1) p {
        min-height: 2rem;
        padding-left: 0px;
        font-size: 18px; }
        #dayone_con .ae-grid__item:nth-of-type(1) p:after {
          background: none !important; }
        #dayone_con .ae-grid__item:nth-of-type(1) p img {
          width: 67px;
          float: left;
          margin-top: -2px;
          margin-right: 0.5rem; }
        #dayone_con .ae-grid__item:nth-of-type(1) p span {
          font-size: 1.5rem; } }
    @media screen and (max-width: 320px) {
      #dayone_con .ae-grid__item:nth-of-type(1) p {
        min-height: 2rem; }
        #dayone_con .ae-grid__item:nth-of-type(1) p:after {
          top: 5px; } }
  #dayone_con .ae-grid__item:nth-of-type(1) .time_tit {
    font-weight: bold; }
  #dayone_con .ae-grid__item:nth-of-type(2) p {
    font-size: 0.9rem; }
    @media screen and (max-width: 480px) {
      #dayone_con .ae-grid__item:nth-of-type(2) p {
        margin-top: 0rem; } }
  #dayone_con .ae-grid__item:nth-of-type(2) a {
    display: inline-block;
    border: 1px solid #226fba;
    color: #226fba;
    border-radius: 20px;
    width: auto;
    background: #fff;
    padding: 0.2rem 1rem;
    margin-top: 1rem; }
    #dayone_con .ae-grid__item:nth-of-type(2) a:hover {
      background-color: rgba(198, 227, 255, 0.2); }
    @media screen and (max-width: 480px) {
      #dayone_con .ae-grid__item:nth-of-type(2) a {
        font-size: 16px;
        margin: 1rem auto 0;
        display: block;
        text-align: center;
        padding: 6px 0; } }

#dayone_textcon01 {
  width: 450px;
  margin: 1rem 0 0 110px; }
  #dayone_textcon01 p {
    font-size: 0.9rem !important;
    padding-left: initial  !important; }
    #dayone_textcon01 p:after {
      display: none !important; }
  #dayone_textcon01 a {
    display: inline-block;
    border: 1px solid #226fba;
    color: #226fba;
    border-radius: 20px;
    width: auto;
    background: #fff;
    padding: 0.2rem 1rem;
    margin-top: 1rem;
    float: left; }
    #dayone_textcon01 a:hover {
      background-color: rgba(198, 227, 255, 0.2); }
  #dayone_textcon01 img {
    width: 100%; }
  @media screen and (max-width: 480px) {
    #dayone_textcon01 {
      width: 100%;
      margin: initial; }
      #dayone_textcon01 a {
        display: block;
        text-align: center;
        float: initial; }
      #dayone_textcon01 img {
        display: block;
        margin-top: 2rem; } }

#dayone_textcon02 {
  width: 400px;
  position: absolute;
  bottom: 96px;
  right: 3rem;
  font-size: 0.9rem; }
  #dayone_textcon02 img {
    width: 100%; }
  @media screen and (max-width: 480px) {
    #dayone_textcon02 {
      width: 100%;
      margin: initial;
      position: initial; } }

#daytwo_con {
  margin: 50px auto 0;
  position: relative;
  width: 1100px;
  padding: 70px 0 0px; }
  #daytwo_con h3 {
    border-bottom: 1px solid #226fba;
    width: 480px;
    text-align: center;
    margin-bottom: 2rem; }
    #daytwo_con h3 img {
      width: 195px;
      padding-bottom: 2rem; }
  #daytwo_con .img_con {
    clear: both;
    margin-bottom: 50px; }
    #daytwo_con .img_con .ae-grid__item {
      position: relative; }
      #daytwo_con .img_con .ae-grid__item img {
        width: 100%; }
      #daytwo_con .img_con .ae-grid__item dt {
        font-size: 1.2rem;
        margin: 10px 0;
        padding-left: 70px; }
      #daytwo_con .img_con .ae-grid__item dd {
        padding-left: 70px; }
      #daytwo_con .img_con .ae-grid__item a {
        display: inline-block;
        border: 1px solid #226fba;
        color: #226fba;
        border-radius: 20px;
        width: auto;
        background: #fff;
        padding: 0.2rem 1rem;
        margin-top: 1rem;
        margin-left: 70px; }
      #daytwo_con .img_con .ae-grid__item .time {
        position: absolute;
        top: 290px;
        left: 17px;
        width: 45px; }
  @media screen and (max-width: 480px) {
    #daytwo_con {
      width: 100%;
      padding: 0 0rem; }
      #daytwo_con h3 {
        width: 100%;
        margin-bottom: 0rem;
        border-bottom: none; }
        #daytwo_con h3 img {
          width: 80%;
          margin: 0 auto; }
      #daytwo_con .img_con {
        margin-bottom: 0; }
      #daytwo_con .img_con .ae-grid__item {
        margin-bottom: 3rem; }
        #daytwo_con .img_con .ae-grid__item img {
          float: right;
          width: 40%; }
        #daytwo_con .img_con .ae-grid__item dl {
          width: 55%; }
        #daytwo_con .img_con .ae-grid__item dt {
          padding: 0;
          margin: 0; }
          #daytwo_con .img_con .ae-grid__item dt br {
            display: none; }
        #daytwo_con .img_con .ae-grid__item dd {
          padding: 0; }
        #daytwo_con .img_con .ae-grid__item a {
          margin-left: 0; }
        #daytwo_con .img_con .ae-grid__item .time {
          position: initial; }
          #daytwo_con .img_con .ae-grid__item .time img {
            float: initial;
            width: 67px; } }
  #daytwo_con .day2_img {
    width: calc( 100% + 2rem);
    margin-bottom: 2rem;
    margin-left: -1rem; }
  #daytwo_con .day2_img01 {
    float: right;
    width: 65%;
    margin-right: -6rem;
    margin-top: -200px; }
    #daytwo_con .day2_img01 img {
      width: 100%; }
  #daytwo_con .daytwo_text01 {
    width: 450px;
    margin-bottom: 2rem;
    padding-left: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative; }
    #daytwo_con .daytwo_text01 dt {
      font-size: 1.2rem;
      margin: 0 0 5px; }
    #daytwo_con .daytwo_text01 a {
      display: inline-block;
      border: 1px solid #226fba;
      color: #226fba;
      border-radius: 20px;
      width: auto;
      background: #fff;
      padding: 0.2rem 1rem;
      margin-top: 1rem; }
      #daytwo_con .daytwo_text01 a:hover {
        background-color: rgba(198, 227, 255, 0.2); }
    #daytwo_con .daytwo_text01 .time {
      position: absolute;
      top: 0;
      left: 0;
      width: 45px; }
      #daytwo_con .daytwo_text01 .time img {
        width: 100%; }
    @media screen and (max-width: 480px) {
      #daytwo_con .daytwo_text01 {
        width: 100%;
        margin-bottom: 2rem;
        padding-left: 0; }
        #daytwo_con .daytwo_text01 a {
          display: block;
          text-align: center;
          font-size: 16px;
          padding: 6px 0; }
        #daytwo_con .daytwo_text01 .time {
          position: initial;
          float: left;
          width: 67px;
          margin-right: 1rem;
          margin-top: -3px;
          margin-bottom: 10px; }
        #daytwo_con .daytwo_text01 dd {
          clear: both; } }
  #daytwo_con .daytwo_text02 {
    width: 450px;
    padding: 100px 0 30px 60px;
    margin-bottom: 2rem;
    background-image: url("../img/daytwo_icon1.png");
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative; }
    #daytwo_con .daytwo_text02:before {
      content: "";
      display: block;
      background-image: url("../img/daytwo_deco1.png");
      background-size: 100% auto;
      background-position: left top;
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0;
      width: 390px;
      height: 5px; }
    #daytwo_con .daytwo_text02:after {
      content: "";
      display: block;
      clear: both; }
    #daytwo_con .daytwo_text02 img {
      width: 150px;
      float: left; }
    #daytwo_con .daytwo_text02 dl {
      width: 210px;
      float: right;
      margin-top: -30px; }
      #daytwo_con .daytwo_text02 dl dt {
        font-size: 1.2rem;
        margin: 0 0 5px; }
        #daytwo_con .daytwo_text02 dl dt span {
          font-size: 1rem; }
    #daytwo_con .daytwo_text02 a {
      display: inline-block;
      border: 1px solid #226fba;
      color: #226fba;
      border-radius: 20px;
      width: auto;
      background: #fff;
      padding: 0.2rem 1rem;
      margin-top: 1rem; }
      #daytwo_con .daytwo_text02 a:hover {
        background-color: rgba(198, 227, 255, 0.2); }
    @media screen and (max-width: 480px) {
      #daytwo_con .daytwo_text02 {
        width: 100%;
        padding: 20% 0 2rem 0;
        background-image: url("../img/daytwo_icon1_sp.png"); }
        #daytwo_con .daytwo_text02:before {
          background-image: url("../img/day3_deco2_sp.png");
          width: 100%; }
        #daytwo_con .daytwo_text02 a {
          font-size: 16px;
          margin: 1rem auto 0;
          display: block;
          text-align: center;
          padding: 6px 0; }
        #daytwo_con .daytwo_text02 img {
          float: initial;
          width: 100%; }
        #daytwo_con .daytwo_text02 dl {
          width: 100%;
          float: initial;
          margin-top: 0; } }

#daytwo_con2 {
  width: 100vw;
  height: 500px;
  background-image: url("../img/daytwo_con2bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  #daytwo_con2 .daytwo_con2_text {
    position: absolute;
    left: 50%;
    margin-left: -490px;
    top: 30%;
    color: #fff;
    width: 350px; }
    #daytwo_con2 .daytwo_con2_text img {
      width: 250px; }
    #daytwo_con2 .daytwo_con2_text p {
      font-size: 1.5rem; }
    #daytwo_con2 .daytwo_con2_text span {
      display: block;
      font-size: 1rem;
      margin-bottom: 0.5rem; }
    #daytwo_con2 .daytwo_con2_text a {
      display: inline-block;
      border: 1px solid #226fba;
      color: #226fba;
      border-radius: 20px;
      width: auto;
      background: #fff;
      padding: 0.2rem 1rem;
      margin-top: 1rem; }
      #daytwo_con2 .daytwo_con2_text a:hover {
        background-color: rgba(235, 245, 255, 0.9); }
  #daytwo_con2 .top_copyright2 {
    font-size: 0.7rem;
    position: absolute;
    bottom: 10px;
    z-index: 10000;
    color: #fff;
    right: 2rem; }
  @media screen and (max-width: 480px) {
    #daytwo_con2 {
      margin-left: -1rem;
      height: initial;
      padding: 3rem 1rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      #daytwo_con2 .daytwo_con2_text {
        position: initial;
        margin-left: 0;
        width: 85%;
        font-size: 0.9rem; }
        #daytwo_con2 .daytwo_con2_text img {
          width: 70%; }
        #daytwo_con2 .daytwo_con2_text a {
          font-size: 16px;
          margin: 1rem auto 0;
          display: block;
          text-align: center;
          padding: 6px 0; }
      #daytwo_con2 .top_copyright2 {
        bottom: 3px; } }

.daythree_con {
  background: none !important;
  padding-bottom: 0  !important; }
  .daythree_con:before {
    display: none !important; }
  .daythree_con:after {
    display: none !important; }
  .daythree_con h3 {
    margin: 0 auto 2rem;
    text-align: center; }
    .daythree_con h3 img {
      width: 800px; }
  .daythree_con .ae-grid {
    padding: 0  !important;
    position: relative;
    clear: both; }
  .daythree_con .item-sm-4 {
    margin-left: 0; }
  .daythree_con .item-sm-4:nth-of-type(2) {
    margin-left: -50px; }
  .daythree_con .day3_img {
    position: absolute;
    top: 0;
    right: 0; }
    .daythree_con .day3_img img {
      width: 400px; }
    .daythree_con .day3_img p {
      font-size: 0.7rem;
      text-align: right;
      margin-top: -7px; }
  .daythree_con .img_top {
    margin-top: -130px; }
  @media screen and (max-width: 480px) {
    .daythree_con {
      padding-top: 0 !important; }
      .daythree_con h3 img {
        width: 100%; }
      .daythree_con .item-sm-4 {
        margin-left: initial;
        width: 55%; }
      .daythree_con .item-sm-4:nth-of-type(2) {
        margin-left: 0; }
      .daythree_con .day3_img {
        top: 2.5rem;
        width: 40%; }
        .daythree_con .day3_img img {
          width: 100%; }
      .daythree_con .img_top {
        margin-top: 0; }
      .daythree_con .p_width {
        width: 55%; } }
  .daythree_con .day3_text01 {
    width: 680px;
    padding: 60px 0 30px 0;
    margin-bottom: 2rem;
    background-image: url("../img/day3_deco1.png");
    background-size: 100% auto;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative; }
    .daythree_con .day3_text01:after {
      content: "";
      display: block;
      clear: both; }
    .daythree_con .day3_text01:before {
      content: "";
      display: block;
      background-image: url("../img/day3_deco2.png");
      background-size: 100% auto;
      background-position: left top;
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0;
      width: 680px;
      height: 5px; }
    .daythree_con .day3_text01 img {
      width: 300px;
      float: left; }
    .daythree_con .day3_text01 dl {
      width: 360px;
      float: right; }
    .daythree_con .day3_text01 dt {
      font-size: 1.2rem; }
      .daythree_con .day3_text01 dt span {
        font-size: 1rem; }
    .daythree_con .day3_text01 dd {
      font-size: 0.9rem; }
    .daythree_con .day3_text01 a {
      display: inline-block;
      border: 1px solid #226fba;
      color: #226fba;
      border-radius: 20px;
      width: auto;
      background: #fff;
      padding: 0.2rem 1rem;
      margin-top: 1rem; }
      .daythree_con .day3_text01 a:hover {
        background-color: rgba(198, 227, 255, 0.2); }
    @media screen and (max-width: 480px) {
      .daythree_con .day3_text01 {
        width: 100%;
        background-image: url("../img/day3_text01_sp.png"); }
        .daythree_con .day3_text01:before {
          background-image: url("../img/day3_deco2_sp.png");
          width: 100%; }
        .daythree_con .day3_text01 img {
          width: 100%; }
        .daythree_con .day3_text01 dl {
          width: 100%;
          margin: 1rem 0; }
        .daythree_con .day3_text01 dt {
          margin-bottom: 0.5rem; }
        .daythree_con .day3_text01 a {
          font-size: 16px;
          margin: 1rem auto 0;
          display: block;
          text-align: center;
          padding: 6px 0; } }

#info_con {
  position: relative;
  padding: 150px 0 50px; }
  #info_con:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-image: url("../img/deco01.png");
    background-size: auto 100%;
    background-repeat: repeat-x; }
  @media screen and (max-width: 480px) {
    #info_con {
      padding: 3rem 0  0; } }
  #info_con .info_logo {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: 180px;
    width: 375px; }
    #info_con .info_logo img {
      width: 100%; }
    @media screen and (max-width: 480px) {
      #info_con .info_logo {
        position: initial;
        margin: 0 auto;
        width: 80%; } }
  #info_con h2 {
    text-align: center;
    width: 500px;
    margin: 0 auto 2rem;
    font-size: 2rem; }
    @media screen and (max-width: 480px) {
      #info_con h2 {
        width: 100%;
        font-size: 1.8rem; } }
  #info_con .ae-grid {
    background: #f4f5f5;
    margin: 0px auto 0;
    position: relative;
    width: 1100px;
    padding: 3rem 2rem 2rem; }
    #info_con .ae-grid:after {
      content: "2017年9月現在";
      display: block;
      position: absolute;
      right: 12px;
      bottom: 5px;
      font-size: 0.8rem; }
    @media screen and (max-width: 480px) {
      #info_con .ae-grid {
        width: 100%;
        padding: 2rem 0 3rem; }
        #info_con .ae-grid:after {
          right: 1.5rem;
          bottom: 10px;
          font-size: 0.7rem; } }
  #info_con .ae-grid__item {
    padding: 0 2rem; }
  #info_con dl {
    margin-bottom: 1.5rem; }
  #info_con dt {
    border-bottom: 1px dashed #989898;
    font-size: 1.2rem;
    margin-bottom: 10px;
    padding-bottom: 4px; }
  #info_con dd div {
    background: #fff;
    padding: 1rem;
    margin-top: 1rem; }
    #info_con dd div p {
      margin-bottom: 8px; }
    #info_con dd div span {
      text-indent: -1rem;
      margin-left: 1rem;
      display: block;
      margin-bottom: 5px;
      font-size: 0.8rem;
      line-height: 20px; }
  @media screen and (max-width: 480px) {
    #info_con .ae-grid__item {
      padding: 0 1.5rem; } }

#things_lightbox .bx-prev {
  background: url("../img/prev.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  left: -50px;
  top: 47%;
  position: absolute !important; }

#things_lightbox .bx-next {
  background: url("../img/next.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  right: -50px;
  top: 47%;
  position: absolute !important; }

#things_lightbox .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px; }

#things_lightbox .bx-pager {
  z-index: -1; }

@media screen and (max-width: 480px) {
  #things_lightbox .bx-prev, #things_lightbox .bx-next {
    display: none;
    top: 25%;
    width: 30px;
    height: 30px; }
  #things_lightbox .bx-prev {
    left: -10px; }
  #things_lightbox .bx-next {
    right: -10px; }
  #things_lightbox .bx-pager {
    display: none; } }

.thing_con, .thing_con_r, .thing_con_c, .thing_con_n, .thing_con_s, .thing_con_o {
  padding: 3rem 2rem 4rem;
  background: #fff;
  position: fixed;
  top: 11vh;
  left: 50%;
  margin-left: -550px;
  margin-top: 30px;
  z-index: 10000;
  width: 1100px;
  display: none; }
  .thing_con h3, .thing_con_r h3, .thing_con_c h3, .thing_con_n h3, .thing_con_s h3, .thing_con_o h3 {
    text-align: center;
    margin-bottom: 2rem; }
    .thing_con h3 img, .thing_con_r h3 img, .thing_con_c h3 img, .thing_con_n h3 img, .thing_con_s h3 img, .thing_con_o h3 img {
      display: block;
      margin: 0 auto; }
    .thing_con h3 p, .thing_con_r h3 p, .thing_con_c h3 p, .thing_con_n h3 p, .thing_con_s h3 p, .thing_con_o h3 p {
      font-weight: bold;
      margin-bottom: 1rem; }
  .thing_con .ae-grid, .thing_con_r .ae-grid, .thing_con_c .ae-grid, .thing_con_n .ae-grid, .thing_con_s .ae-grid, .thing_con_o .ae-grid {
    position: relative; }
    .thing_con .ae-grid a, .thing_con_r .ae-grid a, .thing_con_c .ae-grid a, .thing_con_n .ae-grid a, .thing_con_s .ae-grid a, .thing_con_o .ae-grid a {
      color: #ff5a5f;
      font-weight: bold;
      position: absolute;
      right: 40px;
      bottom: 0px;
      z-index: 20; }
      .thing_con .ae-grid a:before, .thing_con_r .ae-grid a:before, .thing_con_c .ae-grid a:before, .thing_con_n .ae-grid a:before, .thing_con_s .ae-grid a:before, .thing_con_o .ae-grid a:before {
        content: "";
        display: block;
        position: absolute;
        top: 4px;
        right: -17px;
        height: 17px;
        width: 2px;
        background: #ff5a5f; }
      .thing_con .ae-grid a:after, .thing_con_r .ae-grid a:after, .thing_con_c .ae-grid a:after, .thing_con_n .ae-grid a:after, .thing_con_s .ae-grid a:after, .thing_con_o .ae-grid a:after {
        content: "";
        display: block;
        position: absolute;
        top: 11px;
        right: -25px;
        height: 2px;
        width: 17px;
        background: #ff5a5f; }
  .thing_con .ae-grid__item img, .thing_con_r .ae-grid__item img, .thing_con_c .ae-grid__item img, .thing_con_n .ae-grid__item img, .thing_con_s .ae-grid__item img, .thing_con_o .ae-grid__item img {
    width: 500px; }
  .thing_con .ae-grid__item ul, .thing_con_r .ae-grid__item ul, .thing_con_c .ae-grid__item ul, .thing_con_n .ae-grid__item ul, .thing_con_s .ae-grid__item ul, .thing_con_o .ae-grid__item ul {
    margin-top: 1rem;
    padding-right: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .thing_con .ae-grid__item li, .thing_con_r .ae-grid__item li, .thing_con_c .ae-grid__item li, .thing_con_n .ae-grid__item li, .thing_con_s .ae-grid__item li, .thing_con_o .ae-grid__item li {
    margin-bottom: 2rem;
    padding-left: 3rem;
    padding-bottom: 1.5rem;
    position: relative;
    font-size: 0.9rem; }
    .thing_con .ae-grid__item li:before, .thing_con_r .ae-grid__item li:before, .thing_con_c .ae-grid__item li:before, .thing_con_n .ae-grid__item li:before, .thing_con_s .ae-grid__item li:before, .thing_con_o .ae-grid__item li:before {
      content: "";
      display: block;
      position: absolute;
      background-image: url("../img/deco03.png");
      background-size: 100% auto;
      background-position: left top;
      background-repeat: no-repeat;
      top: -10px;
      left: 30px;
      height: 25px;
      width: 25px; }
    .thing_con .ae-grid__item li:after, .thing_con_r .ae-grid__item li:after, .thing_con_c .ae-grid__item li:after, .thing_con_n .ae-grid__item li:after, .thing_con_s .ae-grid__item li:after, .thing_con_o .ae-grid__item li:after {
      content: "";
      display: block;
      position: absolute;
      background-image: url("../img/deco04.png");
      background-size: 100% auto;
      background-position: left top;
      background-repeat: no-repeat;
      bottom: -10px;
      right: -20px;
      height: 25px;
      width: 25px; }
    .thing_con .ae-grid__item li span, .thing_con_r .ae-grid__item li span, .thing_con_c .ae-grid__item li span, .thing_con_n .ae-grid__item li span, .thing_con_s .ae-grid__item li span, .thing_con_o .ae-grid__item li span {
      font-size: 0.8rem;
      position: absolute;
      right: 0;
      bottom: 0; }
  @media screen and (max-width: 480px) {
    .thing_con, .thing_con_r, .thing_con_c, .thing_con_n, .thing_con_s, .thing_con_o {
      width: 100%;
      margin: initial;
      left: 0;
      padding: 3rem 1.5rem;
      height: 100vh;
      top: 0%;
      overflow: scroll; }
      .thing_con h3, .thing_con_r h3, .thing_con_c h3, .thing_con_n h3, .thing_con_s h3, .thing_con_o h3 {
        margin-bottom: 1rem; }
        .thing_con h3 img, .thing_con_r h3 img, .thing_con_c h3 img, .thing_con_n h3 img, .thing_con_s h3 img, .thing_con_o h3 img {
          height: 45px; }
      .thing_con .ae-grid__item img, .thing_con_r .ae-grid__item img, .thing_con_c .ae-grid__item img, .thing_con_n .ae-grid__item img, .thing_con_s .ae-grid__item img, .thing_con_o .ae-grid__item img {
        width: 100%;
        margin-bottom: 1rem; }
      .thing_con .ae-grid__item ul, .thing_con_r .ae-grid__item ul, .thing_con_c .ae-grid__item ul, .thing_con_n .ae-grid__item ul, .thing_con_s .ae-grid__item ul, .thing_con_o .ae-grid__item ul {
        padding-right: 0; }
      .thing_con .ae-grid__item li, .thing_con_r .ae-grid__item li, .thing_con_c .ae-grid__item li, .thing_con_n .ae-grid__item li, .thing_con_s .ae-grid__item li, .thing_con_o .ae-grid__item li {
        padding-left: initial; }
        .thing_con .ae-grid__item li:before, .thing_con_r .ae-grid__item li:before, .thing_con_c .ae-grid__item li:before, .thing_con_n .ae-grid__item li:before, .thing_con_s .ae-grid__item li:before, .thing_con_o .ae-grid__item li:before {
          left: -10px; }
        .thing_con .ae-grid__item li:after, .thing_con_r .ae-grid__item li:after, .thing_con_c .ae-grid__item li:after, .thing_con_n .ae-grid__item li:after, .thing_con_s .ae-grid__item li:after, .thing_con_o .ae-grid__item li:after {
          right: -10px; }
      .thing_con .ae-grid a, .thing_con_r .ae-grid a, .thing_con_c .ae-grid a, .thing_con_n .ae-grid a, .thing_con_s .ae-grid a, .thing_con_o .ae-grid a {
        position: initial;
        width: 100%;
        margin-top: 1rem; }
        .thing_con .ae-grid a:before, .thing_con_r .ae-grid a:before, .thing_con_c .ae-grid a:before, .thing_con_n .ae-grid a:before, .thing_con_s .ae-grid a:before, .thing_con_o .ae-grid a:before {
          left: 50%;
          margin-left: 130px; }
        .thing_con .ae-grid a:after, .thing_con_r .ae-grid a:after, .thing_con_c .ae-grid a:after, .thing_con_n .ae-grid a:after, .thing_con_s .ae-grid a:after, .thing_con_o .ae-grid a:after {
          left: 50%;
          margin-left: 123px; }
      .thing_con .ae-grid--column:nth-of-type(1), .thing_con_r .ae-grid--column:nth-of-type(1), .thing_con_c .ae-grid--column:nth-of-type(1), .thing_con_n .ae-grid--column:nth-of-type(1), .thing_con_s .ae-grid--column:nth-of-type(1), .thing_con_o .ae-grid--column:nth-of-type(1) {
        margin-top: 2rem; } }

.close_icon, .close_icon2 {
  position: fixed;
  top: 9vh;
  left: 50%;
  margin-left: 480px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 2002;
  display: none; }
  .close_icon div, .close_icon2 div {
    width: 40px;
    height: 2px;
    position: absolute;
    background: #fff;
    left: 7px; }
  .close_icon div:nth-child(1), .close_icon2 div:nth-child(1) {
    top: 19px !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .close_icon div:nth-child(2), .close_icon2 div:nth-child(2) {
    top: 19px !important;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  @media screen and (max-width: 480px) {
    .close_icon, .close_icon2 {
      left: initial;
      margin-left: initial;
      right: 1.5rem;
      top: 1.5rem;
      background: #d4d4d4;
      z-index: 10001;
      border-radius: 20px; }
      .close_icon div, .close_icon2 div {
        left: 5px;
        width: 30px; } }

.blackbg, .blackbg2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(124, 165, 185, 0.95);
  z-index: 2001;
  display: none; }

.close_icon2 {
  position: absolute;
  z-index: 10001;
  top: -30px;
  left: 50%;
  margin-left: 450px; }
  @media screen and (max-width: 480px) {
    .close_icon2 {
      margin-left: 30vw;
      top: 30vw; } }

.blackbg2 {
  background: transparent !important;
  z-index: 10000; }
  @media screen and (max-width: 480px) {
    .blackbg2 {
      background: rgba(0, 0, 0, 0.8) !important; } }

#present_con {
  padding: 70px 0;
  background-image: url("../img/present_conbg.jpg");
  background-color: #62b7f0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative; }
  #present_con div {
    width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #fff; }
    #present_con div div p {
      font-size: 1.1rem; }
  #present_con h2 {
    color: #fcee21;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem; }
  #present_con h3 {
    font-size: 1.4rem;
    margin: 2rem;
    line-height: 1.3; }
  #present_con p {
    margin-bottom: 1rem; }
  #present_con span {
    font-weight: bold;
    display: block; }
  #present_con span:nth-of-type(1) {
    display: inline;
    margin-left: 5px;
    font-size: 1.2rem; }
  #present_con a {
    display: block;
    background: #fcee21;
    color: #226fba;
    margin: 2rem auto 3rem;
    text-align: center;
    width: 250px;
    padding: 10px 0; }
    #present_con a:hover {
      opacity: 0.8; }
  #present_con .present_con_sub {
    margin: 2rem 0; }
    #present_con .present_con_sub img {
      width: 65%; }
  #present_con .present_info h4 {
    width: 250px;
    margin: 0 auto;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    cursor: pointer; }
  @media screen and (max-width: 480px) {
    #present_con .present_info {
      padding: 0 0.5rem; } }
  #present_con .present_infotext {
    width: 100%;
    margin-top: 2rem;
    background: rgba(57, 160, 235, 0.78);
    padding: 1rem 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none; }
    #present_con .present_infotext p {
      font-size: 0.9rem;
      text-align: left;
      margin-bottom: 0.4rem;
      text-indent: -1rem;
      margin-left: 1rem; }
      #present_con .present_infotext p span {
        font-size: 1rem;
        font-weight: normal;
        display: block;
        margin-left: initial;
        text-indent: -1rem;
        margin-left: 1rem; }
    @media screen and (max-width: 480px) {
      #present_con .present_infotext {
        padding: 1rem 0.5rem; } }
  #present_con .ae-grid {
    margin-bottom: 2rem; }
  #present_con .ae-grid__item {
    padding: 0 0.5rem; }
    #present_con .ae-grid__item img {
      width: 100%; }
  @media screen and (max-width: 480px) {
    #present_con {
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-color: #62b7f0;
      padding: 70px 0  30px; }
      #present_con div {
        width: 100%;
        padding: 0 1.5rem; }
      #present_con .present_con_sub {
        margin: 2rem 0; }
        #present_con .present_con_sub img {
          width: 100%; }
      #present_con .ae-grid {
        padding: 0; } }

#things_slider {
  padding: 0 1.5rem;
  position: relative; }
  #things_slider .bx-prev {
    background: url("../img/prev.png") no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    left: -10px;
    top: 47%; }
  #things_slider .bx-next {
    background: url("../img/next.png") no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
    right: -10px;
    top: 47%; }
  #things_slider .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px; }
  #things_slider dl {
    padding: 0.5rem 1rem 1rem; }
  #things_slider dt {
    margin: 0.5rem 0 0; }
    #things_slider dt span {
      font-weight: bold;
      font-size: 13px; }
    #things_slider dt img {
      height: 30px; }
  #things_slider dd {
    font-size: 12px !important;
    color: #78858b;
    line-height: 20px; }
    #things_slider dd span {
      display: block; }
    @media screen and (max-width: 480px) {
      #things_slider dd {
        font-size: 9px !important;
        line-height: 13px; } }
  #things_slider .slide {
    background: #fff; }
    #things_slider .slide a {
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 1rem;
      bottom: 1rem;
      background-image: url("../img/deco02.png");
      background-size: 100% auto;
      background-position: left top;
      background-repeat: no-repeat; }

.thing_con_r h3 img, .thing_con_c h3 img, .thing_con_n h3 img, .thing_con_s h3 img, .thing_con_o h3 img {
  width: 220px; }

.thing_con_r .ae-grid, .thing_con_c .ae-grid, .thing_con_n .ae-grid, .thing_con_s .ae-grid, .thing_con_o .ae-grid {
  width: 100%;
  padding: 0;
  margin: 0 auto; }

.thing_con_r .ae-grid__item, .thing_con_c .ae-grid__item, .thing_con_n .ae-grid__item, .thing_con_s .ae-grid__item, .thing_con_o .ae-grid__item {
  border-bottom: none; }

.thing_con_r .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2), .thing_con_c .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2), .thing_con_n .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2), .thing_con_s .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2), .thing_con_o .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) {
  padding-top: 63px; }
  .thing_con_r .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p, .thing_con_c .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p, .thing_con_n .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p, .thing_con_s .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p, .thing_con_o .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p {
    padding-left: 1.6rem;
    background-image: url("../img/icon01@2x.png");
    background-size: auto 20px;
    background-repeat: no-repeat;
    background-position: 0 0; }
    .thing_con_r .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(1), .thing_con_c .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(1), .thing_con_n .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(1), .thing_con_s .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(1), .thing_con_o .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(1) {
      background-position: 2px 0; }
    .thing_con_r .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(2), .thing_con_c .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(2), .thing_con_n .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(2), .thing_con_s .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(2), .thing_con_o .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(2) {
      background-image: url("../img/icon02@2x.png"); }
    .thing_con_r .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(3), .thing_con_c .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(3), .thing_con_n .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(3), .thing_con_s .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(3), .thing_con_o .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) p:nth-of-type(3) {
      background-image: url("../img/icon03@2x.png");
      background-position: 1px 0; }
  .thing_con_r .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) a, .thing_con_c .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) a, .thing_con_n .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) a, .thing_con_s .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) a, .thing_con_o .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) a {
    padding-left: 1.6rem;
    background-image: url("../img/icon04@2x.png");
    background-size: auto 17px;
    background-repeat: no-repeat;
    background-position: 2px 4px; }
  @media screen and (max-width: 480px) {
    .thing_con_r .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2), .thing_con_c .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2), .thing_con_n .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2), .thing_con_s .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2), .thing_con_o .ae-grid--column:nth-of-type(2) .ae-grid .ae-grid__item:nth-of-type(2) {
      padding-top: 1rem; } }

.thing_con_r p, .thing_con_c p, .thing_con_n p, .thing_con_s p, .thing_con_o p {
  font-size: 0.9rem; }

.thing_con_r .title span, .thing_con_c .title span, .thing_con_n .title span, .thing_con_s .title span, .thing_con_o .title span {
  color: #ea8d8c;
  font-size: 1.5rem;
  display: block;
  margin-top: 1rem; }

.thing_con_r a, .thing_con_c a, .thing_con_n a, .thing_con_s a, .thing_con_o a {
  display: block;
  font-weight: normal !important;
  position: initial !important; }
  .thing_con_r a:before, .thing_con_c a:before, .thing_con_n a:before, .thing_con_s a:before, .thing_con_o a:before {
    display: none !important; }
  .thing_con_r a:after, .thing_con_c a:after, .thing_con_n a:after, .thing_con_s a:after, .thing_con_o a:after {
    display: none !important; }

@media screen and (max-width: 480px) {
  .thing_con_r h3 img, .thing_con_c h3 img, .thing_con_n h3 img, .thing_con_s h3 img, .thing_con_o h3 img {
    height: auto; }
  .thing_con_r .title span, .thing_con_c .title span, .thing_con_n .title span, .thing_con_s .title span, .thing_con_o .title span {
    margin-bottom: 0; } }

.thing_con_c h3 img {
  width: 100px; }

.thing_con_c .title span {
  color: #c1a353; }

.thing_con_n h3 img {
  width: 200px; }

.thing_con_n .title span {
  color: #998092; }

.thing_con_s h3 img {
  width: 160px; }

.thing_con_s .title span {
  color: #80a980; }

.thing_con_o h3 img {
  width: 405px; }

.thing_con_o .title span {
  color: #1e333d; }

.n_img {
  text-align: center !important;
  width: 980px; }
  .n_img img {
    width: auto !important;
    height: 280px;
    margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .n_img {
      width: 100%; }
      .n_img img {
        height: auto; } }

.time1200 p:after {
  background-image: url("../img/time1200.png") !important; }

.time0900 p:after {
  background-image: url("../img/time0900.png") !important; }

.time1400 p:after {
  background-image: url("../img/time1400.png") !important; }

.time1500 p:after {
  background-image: url("../img/time1500.png") !important; }

.time1600 p:after {
  background-image: url("../img/time1600.png") !important; }

.time1630 p:after {
  background-image: url("../img/time1630.png") !important; }

.time1700 p:after {
  background-image: url("../img/time1700.png") !important; }

.time1800 p:after {
  background-image: url("../img/time1800.png") !important; }

.pc_none {
  display: none; }

@media screen and (max-width: 480px) {
  .sp_none {
    display: none !important; }
  .pc_none {
    display: block; } }
