/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);
/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  overflow-x: hidden;
}

body {
  line-height: 1.2;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

.img {
  line-height: 1;
  font-size: 0;
}

.myspot img {
  max-width: 100%;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 1230px;
  margin: auto;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
#title {
  border-bottom: solid 1px #334763;
}

.myspot_title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding-top: 60px;
}

.myspot_title .img {
  width: 18%;
  max-width: 220px;
}

.myspot_title .img img {
  width: 100%;
  height: auto;
}

.myspot_title .txt {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: clamp(20px, 3.4vw, 30px);
  font-weight: 700;
}

.myspot_title .txt small {
  padding-right: 0.8em;
  font-size: 0.83em;
}

.myspot_title .txt span {
  font-size: 1em;
  white-space: nowrap;
}

.myspot-top {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.myspot-top .flexbox {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.myspot-top .flexbox li {
  width: 48%;
  margin-bottom: 20px;
}

.myspot-top .myspot_ttl {
  margin-bottom: 1em;
  font-size: 20px;
}

.myspot-top .myspot_ttl .en {
  font-size: 1em;
}

.myspot-top .myspot_ttl .jp {
  font-size: 0.8em;
  vertical-align: middle;
}

.myspot-top .txt_box .myspot_ttl .jp {
  display: block;
  margin-top: 0.5em;
}

.myspot-top .marker {
  padding-left: 0.2em;
  padding-right: 1em;
  padding-bottom: 0.2em;
}

.myspot-top .marker.orange {
  background: linear-gradient(transparent 40%, #FED296 40%);
}

.myspot-top .marker.blue {
  background: linear-gradient(transparent 40%, #ABBEE3 40%);
}

.myspot-top .marker.pink {
  background: linear-gradient(transparent 40%, #F29CD8 40%);
}

.myspot-top .txt_base {
  font-size: 19px;
}

.myspot-top .txt_base p {
  font-size: 1em;
}

.myspot-top .txt_base p:not(:last-child) {
  margin-bottom: 1.4em;
}

.myspot-top .click_txt {
  font-size: 19px;
  vertical-align: middle;
}

.myspot-top .click_txt:before {
  display: inline-block;
  content: "";
  width: 2.5em;
  height: 1.4em;
  margin-right: 0.5em;
  background: #E2AC8A;
  vertical-align: middle;
}

.myspot-top .click_txt:after {
  display: inline-block;
  content: "";
  width: 25px;
  height: 30px;
  background: url(../../img/myspot/finger.png) no-repeat center/contain;
  vertical-align: middle;
}

.myspot-top .f {
  display: block;
  width: 1.8em;
  margin-top: 5px;
  margin-left: auto;
  line-height: 1.8em;
  background: #E2AC8A;
  border-radius: 20px;
  text-align: center;
  font-size: clamp(16px, 2vw, 22px);
}

.myspot-top .txt_hello,
.myspot-top .txt_link {
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
}

.myspot-top .txt_hello:before,
.myspot-top .txt_link:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 34px;
  height: 34px;
  border-radius: 30px;
}

.myspot-top .txt_hello:before {
  background: #D6DFF2;
}

.myspot-top .txt_link:before {
  background: #FBDBF7;
}

.myspot_contents {
  background-image: url(../img/mytag/stripe_back.png);
  padding: 70px 0;
}

.myspot_contents .inner {
  width: calc(100% - 40px);
  max-width: 750px;
  margin: auto;
}

.myspot_contents .myspot_list li {
  position: relative;
  padding-top: 115px;
  margin-bottom: 100px;
}

.myspot_contents .myspot_list li .border_box {
  position: relative;
  padding: 40px 40px 30px;
  border: solid 6px #000;
  background: #fff;
  border-radius: 50px;
}

.myspot_contents .myspot_list li .border_box .left_bottom,
.myspot_contents .myspot_list li .border_box .right_top {
  position: absolute;
  font-size: 25px;
}

.myspot_contents .myspot_list li .border_box .left_bottom span,
.myspot_contents .myspot_list li .border_box .right_top span {
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.myspot_contents .myspot_list li .border_box .left_bottom {
  left: -1.0em;
  bottom: 0;
  transform: rotate(-90deg);
  transform-origin: left bottom;
}

.myspot_contents .myspot_list li .border_box .right_top {
  top: 0;
  left: calc(100% + 2.2em);
  transform: rotate(90deg);
  transform-origin: left top;
  white-space: nowrap;
}

.myspot_contents .myspot_list li .red_txt {
  display: block;
  margin-bottom: 0.7em;
  padding-left: 30px;
  color: #FF0000;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.myspot_contents .myspot_list li .ttl {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.myspot_contents .myspot_list li .ttl.fs35 {
  font-size: 35px;
}

.myspot_contents .myspot_list li .img {
  margin-bottom: 22px;
  padding: 0 30px;
  text-align: center;
}

.myspot_contents .myspot_list li .box_txt {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-left: 30px;
  padding: 0.3em 0.5em;
  border: solid 2px #707070;
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.myspot_contents .myspot_list li .tag {
  font-size: 25px;
}

.myspot_contents .myspot_list li .tag span {
  display: inline-block;
  color: #FF0000;
  font-size: 1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.myspot_contents .myspot_list li .tag span:not(:last-child) {
  margin-right: 0.6em;
  margin-bottom: 0.2em;
}

.myspot_contents .myspot_list li .tag span:before {
  content: "#";
  color: inherit;
  font-size: 1em;
}

.myspot_contents .myspot_list li .center {
  margin-top: 10px;
  text-align: center;
}

.myspot_contents .myspot_list li .center p {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

.myspot_contents .myspot_list li .pagetop {
  position: absolute;
  left: 104%;
  bottom: 0;
  display: inline-block;
}

.myspot_contents .myspot_list li .pagetop a {
  display: block;
  padding: 0.3em 0.5em;
  background: #fff;
  border: solid 2px #707070;
  text-decoration: none;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.myspot_contents .myspot_list li.myspot01 .tag, .myspot_contents .myspot_list li.myspot02 .tag, .myspot_contents .myspot_list li.myspot03 .tag, .myspot_contents .myspot_list li.myspot06 .tag {
  padding-left: 30px;
  padding-right: 30px;
}

.myspot_contents .myspot_list li.myspot04 .tag {
  padding-left: 30px;
  padding-right: 20px;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  .myspot_title {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .myspot_title .img {
    width: 70%;
    margin: 0 auto 20px;
  }
  .myspot_title .txt {
    font-size: 18px;
  }
  .myspot_title .txt small {
    display: block;
    padding-right: 0;
    margin-bottom: 0.3em;
  }
  .myspot-top {
    margin-bottom: 30px;
  }
  .myspot-top {
    margin: 0 auto 60px;
  }
  .myspot-top .flexbox {
    padding: 0 20px;
    flex-flow: column;
  }
  .myspot-top .flexbox li {
    position: relative;
    width: 80%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 30px;
  }
  .myspot-top .flexbox li img {
    max-width: 100%;
  }
  .myspot-top .flexbox li.img01 {
    order: 2;
  }
  .myspot-top .flexbox li.img02 {
    order: 3;
  }
  .myspot-top .flexbox li.img03 {
    order: 4;
  }
  .myspot-top .flexbox li.txt_hello {
    order: 5;
  }
  .myspot-top .flexbox li.txt_link {
    order: 6;
  }
  .myspot-top .myspot_ttl {
    margin-bottom: 1em;
  }
  .myspot-top .myspot_ttl .en {
    font-size: 1em;
  }
  .myspot-top .myspot_ttl .jp {
    font-size: 0.8em;
    vertical-align: middle;
  }
  .myspot-top .txt_box .myspot_ttl .jp {
    display: block;
    margin-top: 0.5em;
  }
  .myspot-top .marker {
    padding-left: 0.2em;
    padding-right: 1em;
    padding-bottom: 0.2em;
  }
  .myspot-top .marker.orange {
    background: linear-gradient(transparent 40%, #FED296 40%);
  }
  .myspot-top .marker.blue {
    background: linear-gradient(transparent 40%, #ABBEE3 40%);
  }
  .myspot-top .marker.pink {
    background: linear-gradient(transparent 40%, #F29CD8 40%);
  }
  .myspot-top .f {
    position: absolute;
    bottom: 0;
    left: calc(100% + 5px);
  }
  .myspot-top .txt_base {
    font-size: clamp(16px, 2vw, 19px);
  }
  .myspot_contents {
    padding: 30px 0;
  }
  .myspot_contents .inner {
    max-width: 500px;
  }
  .myspot_contents .myspot_list li {
    padding-top: 55px;
    margin-bottom: 50px;
  }
  .myspot_contents .myspot_list li .border_box {
    padding: 20px 15px 20px;
    border-width: 3px;
    border-radius: 30px;
  }
  .myspot_contents .myspot_list li .border_box .left_bottom,
  .myspot_contents .myspot_list li .border_box .right_top {
    font-size: 16px;
  }
  .myspot_contents .myspot_list li .border_box .left_bottom {
    left: -0.3em;
  }
  .myspot_contents .myspot_list li .border_box .right_top {
    left: calc(100% + 1.5em);
  }
  .myspot_contents .myspot_list li .red_txt {
    padding-left: 0;
    font-size: 16px;
  }
  .myspot_contents .myspot_list li .ttl {
    margin-bottom: 0.8em;
    font-size: 18px;
  }
  .myspot_contents .myspot_list li .ttl.fs35 {
    font-size: 18px;
  }
  .myspot_contents .myspot_list li .img {
    padding: 0;
    margin-bottom: 15px;
  }
  .myspot_contents .myspot_list li .box_txt {
    margin-left: 0;
    font-size: 16px;
  }
  .myspot_contents .myspot_list li .tag {
    font-size: 16px;
  }
  .myspot_contents .myspot_list li .tag span:not(:last-child) {
    margin-right: 0.2em;
  }
  .myspot_contents .myspot_list li .center {
    margin-top: 15px;
  }
  .myspot_contents .myspot_list li .center p {
    font-size: 16px;
  }
  .myspot_contents .myspot_list li .pagetop {
    top: 100%;
    right: 0;
    left: auto;
    bottom: auto;
  }
  .myspot_contents .myspot_list li .pagetop a {
    font-size: 15px;
  }
  .myspot_contents .myspot_list li.myspot01 .tag, .myspot_contents .myspot_list li.myspot02 .tag, .myspot_contents .myspot_list li.myspot03 .tag, .myspot_contents .myspot_list li.myspot04 .tag, .myspot_contents .myspot_list li.myspot06 .tag {
    padding-left: 0;
    padding-right: 0;
  }
}

/*# sourceMappingURL=myspot.css.map */