@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino kaku Gothic ProN", "Hiragino Sans", meiryo,"Helvetica Neue", helvetica, arial,  sans-serif;
  font-size: initial;
  line-height: 1.6;
  color: #444;
  background-color: #3EBFF0;
}
html{
		scroll-padding-top:100px;
}
.yaji{
  width: 0.6em;
}
main{
  word-break: break-all;
  padding: 0;
  box-sizing: border-box;
}
.maxwidth{
  max-width: 1100px;
  margin: 0 auto;
}
.ol-sp{
  display: none;
}
.ol-pc{
  display: block;
}


footer{
  position: relative;
  z-index: 2;
  background-color:#3EBFF0;
}


p{
  line-height: 2;
}
header{
  margin: 0;
  background-color: #FFF;
  border-bottom: solid 1px #AAA;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  padding: 0;
  line-height: 1;
  z-index: 999999;
}
header .header-wrap{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 1100px;
  padding: 5px 10px;
  margin: 0 auto;
}
.head-logo{
  width: 10%;
  max-width: 130px;
  min-width: 80px;
}
#navi{
  position: relative;
  display: none;
  width: 100%;
  background-color: #95D5E6;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#navi .head-navmenu{
  max-width: 1100px;
  margin: 0 auto;
}
#navi ul{
  margin: 0;
  padding: 10px;
  list-style: none;
  text-align: center;
}
#navi li{
  background-color: #FFF;
  border-radius: 10px;
  padding: 10px;
  width: calc(50% - 20px);
  display: inline-block;
  white-space: nowrap;
  box-sizing: border-box;
  margin: 5px;
}
#navi li a{
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #000;
  text-decoration: none;
}




@media (min-width: 1100px) {

  #navi li{
    width: calc(33% - 10px);
  }
  #navi ul{
    text-align: left;
  }

}
@media (max-width: 800px) {
  #navi li{
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  #navi li a{
    position: relative;
    text-align: left;
    padding-left: 10px;
  }
  #navi li a::after{
    content: ">";
    transform: scaleX(0.5);
    font-size: 2rem;
    display: block;
    position: absolute;
    top:0;
    right: 10px;
    color: #444;
  }

}
img{
  max-width: 100%;
  height: auto;
}

.spmenu_switch{
  width: 50px;
  text-align: center;
}
.spmenu_switch span{
  margin: 8px;
  display: block;
  height: 2px;
  background-color: #E83828;
}
.spmenu_switch p{
  font-size: 0.7rem;
  margin: 0;
  line-height: 1;
}

.bodyimg{
  position: fixed;
  width: 100%;
  max-width: 1100px;
  left: 0;
  z-index: 0;
}
.contentb{
  position: relative;
  z-index: 2;
}
.bodyimg img{
  width: 100%;
  height: auto;
}
.bodyimg{
  position: fixed;
  width: 100%;
  max-width: 1100px;
  top:0px;
  left: calc(50% - 550px);
  z-index: 2;
}
.title{
  position: absolute;
  text-align: center;
  width: 100%;
  top:70px;
  left: 0;
  box-sizing: border-box;
  z-index: 2;
}
.title img{
  max-width: 1100px;
  width: 100%;
}
.hikari{
  position: relative;
  margin-top: 70px;
}


/**/
.sujide{
  margin: 30px 0;
  margin-bottom: 10px;
  line-height: 0;
}
.sujide h2{
  padding: 0;
  margin: 0;
  text-align: center;
}
.sujide h2 img{
  width: 60%;
  max-width: 500px;
}




footer .foot {
  width: 95%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 1.5em 0;
  color: #FFF;
}
footer .midashi03 {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5em;
  margin: 1em auto;
  text-align: center;
  font-size: 1.4em;
  color: #FFFFFF;
}
footer .midashi03:before,
footer .midashi03:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #FFFFFF;
}
footer .midashi03:before {
  left: 0;
}
footer .midashi03:after {
  right: 0;
}
footer .ft-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.6em;
}
footer .sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5em auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 30%;
}
footer .sns-item {
  width: 15%;
}

.contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em auto 2em;
  text-align: left;
  font-size: 1em;
}

.contact-name {
  background-color: #FFFFFF;
  color: #000000;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
}
.contact-websitelink{
  text-align: center;
}
.contact-websitelink a{
  display: inline-block;
  padding: 20px;
  background-color: #FFF;
  border-radius: 20px;
  line-height: 1;
}

.contact-item {
  color: #FFFFFF;
  padding: 0.7em;
}

@media screen and (max-width: 767px) {
    /* スクリーンサイズが767px以下の場合に適用 */
  footer .sns-box {
    width: 80%;
  }
  footer .sns-item {
    width: 13%;
  }
}
footer .sns-item:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}
footer .copyright {
  font-size: 0.7em;
  text-align: center;
  margin: 3em auto 1em;
}

/*スマホ*/
@media (max-width: 730px) {

  .footernami img{
    margin-bottom: -2px;
    width: calc(100% + 10px);
    margin-left: -5px;
    max-width: calc(100% + 10px);
  }
  footer .sns-box {
    width: 80%;
  }
  footer .sns-item {
    width: 13%;
  }
  footer .ft-title{
    font-size: 1.2em;
  }
  .bodyimg{
    overflow: hidden;
    position: fixed;
    min-width: 100%;
    max-width: 1100px;
    top:60px;
    left: 0;
  }
  .bodyimg img{
    min-width: 100%;
    min-height: 100%;
  }
  main{
    background-size: cover;
  }
}


/*CSSのみ変更*/
.onilink a{
  background-color: #E4007F;
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 60%;
  min-width: 500px;
  margin: 20px auto 0;
  border-radius: 40px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 10px;
}
.tonarinoue{
  position: relative;
  z-index: -1;
  height: 200px;
  width: 100%;
  clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
  background-color: #FFF;
  margin-top: -50px;
}

.tonari{
  background-color: #FFF;
  margin-top: -1px;
}

.tonari .image img{
  width: calc(100% - 50px);
  margin-top: 60px;
  box-shadow: 50px -50px teal;
}
.tonari h2{
  display: flex;
  font-size: 2.5rem;
  margin: 0;
  font-weight: 600;
}
.tonari .h2up{
  margin-top: 40px;
  font-size: 1.5rem;
  display: block;
  font-weight: 600;
}
.tonari h2 small{
  font-size: 1.5rem;
  line-height: 1;
}
.tonari h2 span rt{
  font-size: 1rem;
}
.tonari h3{
  color: #00a0e9;
  margin: 0;
  margin-top: 20px;
}
.tonari h3 + p{
  margin-top: 0;
}
.keieki{
  background-color: rgb(255, 253, 232);
  padding: 10px;
  border-radius: 10px;
}
.sagase{
  margin-top: 50px;
  text-align: center;
}
.sagase img{
  margin: 0 auto;
}
.tonarititle{
  position: relative;
  margin: 0 auto;
}
.tonarititle img{
  margin-top: -200px;
}
.textbox{
  position: relative;
}

.zenshin{
  width: 40%;
  position: absolute;
  top:0;
  right: 0;
}
.kobayashibox{
  margin-top: 50px;
}
.flex2{
  display: flex;
  justify-content: space-between;
}
.flex2 .syoukai{
  position: relative;
  width: calc(70% - 10px);
}
.flex2 .manga{
  width: calc(30% - 10px);
}
.syoukai .honbun{
  position: relative;
  width: 70%;
  z-index: 2;
}
.subimg{
  float: left;
  width: 150px;
  margin-right: 20px;
}
.subimg p{
  font-size:0.8rem;
  line-height: 1.2;
  margin: 0;
}
.sirofuti{
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
  -1px 1px 0 #FFF, 1px -1px 0 #FFF,
  0px 1px 0 #FFF,  0-1px 0 #FFF,
  -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.bath{
  margin-top: 10px;
  border: solid 2px #00a0e9;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  box-sizing: border-box;
}
.bath > div{
  line-height: 1.4;
  box-sizing: border-box;
}
.bath > div:first-child{
  width: 80px;
}
.bath > div:last-child{
  width: calc(100% - 90px);
}
.yellowback{
  background-color: #fff100;
  background-image: url("../images/mizutama.webp");
  background-size: 100px;
  margin: 20px 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.flag{
  width: 300px;
  position: relative;
  z-index: 1;
}
.yellowback .flex2{
  margin: 0 auto;
  margin-top: -50px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.yellowback .flex2 > div{
  width: calc(50% - 10px);
}
.yellowback p{
  margin: 0;
}
.kome{
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
.kaijyou{
  display: flex;
}
.kaijyou span{
  background-color: #000;
  color: #FFF;
  padding: 10px 5px;
  margin-right: 5px;
}
.kaijyou strong{
  font-size: 1.4rem;
  line-height: 1.2;
}
.yellowback p.open{
  font-weight: 600;
  color: #FF0000;
}
.ouenguide{
  display: flex;
  background-image: url("../images/bluback.webp");
  padding: 20px;
}
.ouenguide h4{
  margin: 0;
  margin-right: 20px;
}
.ouenguide h4 img{
  width: 260px;
}

.quiz{
  background-color: #F0F6D9;
  margin: 0;
  padding: 20px 0;
}
.qizbox{
  position: relative;
  border: solid 4px #00a0e9;
  border-radius: 20px;
  background-color: #FFF;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 50px;
}
.qizmark{
  position: absolute;
  top:-10px;
  left: 0;
  transform: rotate(-10deg);
  background-color: #E4007F;
  color: #FFF;
  font-weight: 800;
  font-size: 2rem;
  display: inline-block;
  padding: 5px 20px;
  line-height: 1;
  border-radius: 1em 0 0 1em;
}
.qizmark span{
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  background-color: #FFF;
  color: #E4007F;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: 0em;
  padding-top: 0.2em;
  margin-left: 0.2em;
}
.quiz h3{
  background-color: #FFF67F;
  padding: 20px;
  border-radius: 10px;
}
.cara{
  height: 100px;
  float: right;
}
.qizbox ol{
  list-style: none;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0;
  padding: 0;
}
.qizbox ol li{
  margin-left: 1em;
  text-indent: -1em;
}
.close,
.ancer{
  width: 200px;
  background-color: #00a0e9;
  color: #FFF;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  padding: 10px;
  cursor: pointer;
}
.ancerbox{
  display:none;
  border: solid 2px #00a0e9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  background-color: #fffdf0;
}

.ancerbox h4{
  color: #E4007F;
  font-size: 1.5rem;
  margin: 0;
}
.ancerbox h4 span{
  background-color: #E4007F;
  color: #FFF;
  border-radius: 6px;
  display: inline-block;
  padding: 0px 10px;
  margin-right: 10px;
}
.ancerbox .flex2{
  display: flex;
}
.ancerbox .flex2 p{
  width: 70%;
  box-sizing: border-box;
  padding-right: 20px;
}
.setumon::after,
.ancerbox .flex2 p::after{
  content: "";
  display: block;
  clear: both;
}

.ancerbox .flex2 div.photo{
  width: 33%;
  box-sizing: border-box;
}
.ancerbox .cara{
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.ancerbox .img3{
  display: flex;
  justify-content: space-between;
}
.ancerbox .img3 span{
  width: calc(33% - 10px);
  box-sizing: border-box;
}
.ancerbox .caption{
  display: block;
}

.ancerbox .flex2 div.photow{
  display: flex;
  justify-content: space-between;
  width:100%;
  box-sizing: border-box;
}
.ancerbox .flex2 div.photow > div{
  width: calc(50% - 10px);
}
.sagase .ancer{
  width: 500px;
}
.sagase .kotae{
  font-size: 2rem;
  font-weight: 600;
}
.sagase strong{
  font-size: 3rem;
}
.sagase p{
  text-align: left;
}
.guidebook{
  background-color: #FFF;
  padding: 20px 0;
}
.guidebook::after{
  content: "";
  display: block;
  clear: both;
}
.guidebook h2{
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
}
.guidebook p img{
  float: right;
  width: 360px;
  margin-left: 10px;
}
.guidebookbox{
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.link{
  text-align: center;
}
.link a{
  background-color: #00a0e9;
  color: #FFF;
  text-decoration: none;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 1.5rem;
}
.plesent{
  background-color: #FFF793;
  padding: 20px 0;
  padding-bottom: 100px;
}
.plesent h2{
  text-align: center;
}
.plesent h2 img{
  width: 50%;
}
.plesentbox{
  display: flex;
  justify-content: space-between;
}
.plesentbox > div{
  width: calc(50% - 20px);
  padding: 20px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 20px;
}
.oubo{
  margin-bottom: 20px;
}
.oubo table{
  border-collapse: separate;
  border-spacing: 4px;
}
.oubo th{
  background-color: #E4007F;
  color: #FFF;
  padding: 10px;
  border-radius: 10px;
}
.oubo td{
  padding: 10px;
}
.oubo strong{
  font-size: 2rem;
}
.plesentbox h3{
  font-size: 1.5rem;
  display: flex;
  line-height: 1.2;
  margin: 0;
}
.plesentbox h3 span{
  white-space: nowrap;
  padding: 10px 10px;
  font-size: 2rem;
  border-bottom: solid 6px #E4007F;
  color: #E4007F;
  font-weight: 800;
  background-color: #FFEAF6;
  margin-right: 10px;
}
.plesentbox .kazu{
  background-color: #00a0e9;
  color: #FFF;
  font-weight: 600;
  width: 5em;
  text-align: center;
  margin: 0 0 10px auto;
}
.plesentbox p{
  margin: 0;
}
.floatR{
  float: right;
  margin-left: 10px;
  width: 50%;
}
.textbox::after{
  content: "";
  display: block;
  clear: both;
}
/*スマホ*/
@media (max-width: 730px) {
  .onilink a{
    background-color: #E4007F;
    color: #FFF;
    text-decoration: none;
    display: block;
    width: calc(100% - 40px);
    min-width: calc(100% - 40px);
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 1.2rem;
  }
  .tonari .image img{
    width: calc(100% - 30px);
    margin-top: 30px;
    box-shadow: 30px -30px teal;
  }


  .flex2{
    display: block;
    justify-content: space-between;
  }
  .flex2 .syoukai{
    position: relative;
    width: 100%;
  }
  .flex2 .manga{
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 730px) {
  /*CSSのみ変更*/
  .maxwidth{
    max-width: 100%;
    margin: 0;
  }
  .title img{
    max-width: 100%;
  }
  .onilink a{
    background-color: #E4007F;
    color: #FFF;
    text-decoration: none;
    display: block;
    width: calc(100% - 40px);
    min-width: 200px;
    margin: 0 auto;
    border-radius: 30px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px;
    margin-top:20px;
  }
  .tonari{
    background-color: #FFF;
  }

  .tonari .image img{
    width: calc(100% - 30px);
    margin-top: 40px;
    box-shadow: 30px -30px teal;
  }
  .tonari h2{
    display: flex;
    font-size: 1.8rem;
    margin: 0;
    font-weight: 600;
  }
  .tonari .h2up{
    margin-top: 40px;
    font-size: 1rem;
    display: block;
    font-weight: 600;
  }
  .tonari h2 small{
    font-size: 1rem;
    line-height: 1;
  }
  .tonari h2 span rt{
    font-size: 0.6rem;
  }
  .tonari h3{
    color: #00a0e9;
    margin: 0;
    margin-top: 20px;
  }
  .tonari h3 + p{
    margin-top: 0;
  }
  .keieki{
    background-color: rgba(255, 253, 232, 0.7);
    padding: 10px 5px;
    border-radius: 10px;
    width: 70%;
  }
  .sagase{
    margin-top: 50px;
    text-align: center;
  }
  .sagase img{
    margin: 0 auto;
  }
  .tonarititle{
    position: relative;
    margin: 0 auto;
  }
  .tonarititle img{
    margin-top: -200px;
  }
  .textbox{
    position: relative;
  }
  .zenshin{
    width: 40%;
    position: absolute;
    top:0;
    right: 0;
  }
  .flex2{
    display: block;
    justify-content: space-between;
  }
  .flex2 .syoukai{
    position: relative;
    width: auto;
  }
  .flex2 .manga{
    width: auto;
  }
  .textbox {
    margin: 0 20px;
  }
  .syoukai .honbun{
    position: relative;
    width: auto;
    z-index: 2;
  }
  .subimg{
    float: left;
    width: 150px;
    margin-right: 20px;
  }
  .subimg p{
    font-size:0.8rem;
    line-height: 1.2;
    margin: 0;
  }
  .sirofuti{
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
  .bath{
    margin-top: 10px;
    border: solid 2px #00a0e9;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    box-sizing: border-box;
  }
  .bath > div{
    line-height: 1.4;
    box-sizing: border-box;
  }
  .bath > div:first-child{
    width: 80px;
  }
  .bath > div:last-child{
    width: calc(100% - 90px);
  }
  .yellowback{
    background-color: #fff100;
    background-image: url("../images/mizutama.webp");
    background-size: 100px;
    margin: 20px 0;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .flag{
    width: 250px;
    position: relative;
    z-index: 1;
  }
  .yellowback .flex2{
    margin: 0 auto;
    margin-top: -50px;
    display: block;
    justify-content: space-between;
    padding: 20px;
  }
  .yellowback .flex2 > div{
    width: auto;
  }
  .yellowback p{
    margin: 0;
  }
  .kome{
    display: block;
    margin-left: 1em;
    text-indent: -1em;
  }
  .kaijyou{
    display: flex;
  }
  .kaijyou span{
    background-color: #000;
    color: #FFF;
    padding: 10px 5px;
    margin-right: 5px;
  }
  .kaijyou strong{
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .yellowback p.open{
    font-weight: 600;
    color: #FF0000;
  }
  .ouenguide{
    display: block;
    background-image: url("../images/bluback.webp");
    padding: 20px;
    margin: 0 20px;
  }
  .ouenguide h4{
    margin: 0;
    margin-right: 20px;
  }
  .ouenguide h4 img{
    width: 200px;
  }

  .quiz{
    background-color: #F0F6D9;
    margin: 0;
    padding: 20px;
  }
  .qizbox{
    position: relative;
    border: solid 4px #00a0e9;
    border-radius: 20px;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 10px;
  }
  .qizmark{
    position: absolute;
    top:-20px;
    left: 0;
    transform: rotate(-10deg);
    background-color: #E4007F;
    color: #FFF;
    font-weight: 800;
    font-size: 1.5rem;
    display: inline-block;
    padding: 5px 20px;
    line-height: 1;
    border-radius: 1em 0 0 1em;
  }
  .qizmark span{
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    background-color: #FFF;
    color: #E4007F;
    border-radius: 50%;
    box-sizing: border-box;
    vertical-align: 0em;
    padding-top: 0.2em;
    margin-left: 0.2em;
  }
  .quiz h3{
    background-color: #FFF67F;
    padding: 10px;
    border-radius: 10px;
     font-size: 1rem;
  }
  .cara{
    height: 60px;
    float: right;
  }
  .qizbox ol{
    display:block;
    float: left;
    list-style: none;
    font-weight: 600;
    font-size: 1rem;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
  }
  .qizbox ol li{
    margin-left: 1em;
    text-indent: -1em;
  }
  .close,
  .ancer{
    width: 200px;
    background-color: #00a0e9;
    color: #FFF;
    border-radius: 20px;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
  }
  .ancerbox{
    border: solid 2px #00a0e9;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #fffdf0;
  }
  .ancerbox h4{
    color: #E4007F;
    font-size: 1.1rem;
    margin: 0;
  }
  .ancerbox h4 span{
    background-color: #E4007F;
    color: #FFF;
    border-radius: 6px;
    display: block;
    padding: 0px 10px;
    width: 3em;
    text-align: center;
    margin-right: 10px;
  }
  .ancerbox .flex2{
    display: block;
  }
  .ancerbox .flex2 p{
    width: auto;
    box-sizing: border-box;
    padding-right: 0;
  }
  .setumon::after,
  .ancerbox .flex2 p::after{
    content: "";
    display: block;
    clear: both;
  }

  .ancerbox .flex2 div{
    width: auto;
    box-sizing: border-box;
  }
  .ancerbox .cara{
    float: right;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .ancerbox .img3{
    display: flex;
    justify-content: space-between;
  }
  .ancerbox .img3 span{
    width: calc(33% - 1px);
    box-sizing: border-box;
  }
  .ancerbox .flex2 div.photo{
    width: 100%;
  }
  .ancerbox .flex2 div.photow{
    display: block;
    justify-content: space-between;
    width:100%;
    box-sizing: border-box;
  }
  .ancerbox .flex2 div.photow > div{
    width: auto;
  }
  .sagase .ancer{
    width: auto;
  }
  .sagase .kotae{
    font-size: 1.5rem;
    font-weight: 600;
  }
  .sagase strong{
    font-size: 2rem;
  }

  .guidebook{
    background-color: #FFF;
    padding: 20px 0;
  }
  .guidebook::after{
    content: "";
    display: block;
    clear: both;
  }
  .guidebook h2{
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .guidebook p img{
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .guidebookbox{
    max-width: 800px;
    margin: 0 20px;
    font-size: 1.4rem;
  }
  .link{
    text-align: center;
  }
  .link a{
    background-color: #00a0e9;
    color: #FFF;
    text-decoration: none;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 1.5rem;
  }

  .plesent{
    background-color: #FFF793;
    padding: 20px;
    padding-bottom: 100px;
  }
  .plesent h2{
    text-align: center;
  }
  .plesent h2 img{
    width: 80%;
  }
  .plesentbox{
    display: block;
    justify-content: space-between;
  }
  .plesentbox > div{
    width: auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFF;
    border-radius: 20px;
  }
  .plesentbox > div + div{
    margin-top: 20px;
  }
  .oubo{
    margin-bottom: 20px;
  }
  .oubo table,
  .oubo tbody,
  .oubo thead,
  .oubo tr,
  .oubo th,
  .oubo td{
    display: block;
    border-collapse: separate;
    border-spacing: 4px;
  }
  .oubo th{
    background-color: #E4007F;
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
  }
  .oubo td{
    padding: 10px;
  }
  .oubo strong{
    font-size: 1.5rem;
  }

  .plesentbox h3{
    font-size: 1.3rem;
    display: flex;
    line-height: 1.2;
    margin: 0;
  }
  .plesentbox h3 span{
    white-space: nowrap;
    padding: 10px 10px;
    font-size: 2rem;
    border-bottom: solid 6px #E4007F;
    color: #E4007F;
    font-weight: 800;
    background-color: #FFEAF6;
    margin-right: 10px;
  }
  .plesentbox .kazu{
    background-color: #00a0e9;
    color: #FFF;
    font-weight: 600;
    width: 5em;
    text-align: center;
    margin: 0 0 10px auto;
  }
  .plesentbox p{
    margin: 0;
  }
  .floatR{
    float: right;
    margin-left: 0;
    width: auto;
  }
  .textbox::after{
    content: "";
    display: block;
    clear: both;
  }
}


/* 0801 kondo追記 */
.setumon_img {
  display:inline-block;
  float: right;
  margin-left: 10px;
  margin-bottom: 0px;
  width:300px;
}
.setumon_img img {
  width:100%;
  height:auto;
}
.setumon_img img.cara {
  width:auto;
  height:100px;
  padding-right:20px;
}
.ancerbox .flex1 p::after{
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 730px) {

.setumon_img {
  display:block;
  margin-left: 0px;
  margin-bottom: 10px;
  width:100%;
}
.setumon_img img {
  width:100%;
  height:auto;
}
.setumon_img2 {
  float:right;
  margin-left: 0px;
  margin-bottom: 10px;
}
.setumon_img2 img.cara {
  float:right;
  width:auto;
  height:60px;
  padding-right:0px;
}

}

.onibox{
  display:flex;
  width:50%;
  margin: 40px auto 50px;
  padding:0px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
}
.onibox li {
	list-style:none;
	width:40%;
	text-align:center;
}
.onibox li:first-child {
	width:100%;
}
.onibox li:nth-child(2) {
	width:50%;
}
.onibox li:last-child {
	width:50%;
}
.onibox li:first-child img {
  width:100%;
  height:auto;
}
.onibox li:nth-child(2) img {
  width:90%;
  height:auto;
}

@media (max-width: 730px) {
.onibox{
  display:block;
  width:100%;
  margin: 0px auto 50px;
  padding:0px;
}
.onibox li {
  display:block;
  width:100%;
  text-align:center;
}
.onibox li:first-child {
	width:100%;
}
.onibox li:nth-child(2) {
	width:100%;
}
.onibox li:last-child {
	width:100%;
}
.onibox li:nth-child(2) img {
  width:60%;
  height:auto;
  padding-bottom:10px;
}

}
.hoshired {
  font-size:0.8rem;
  font-weight:normal;
}
.hoshired2 {
  font-size:0.8rem;
}

.syugou {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items:flex-end;
  padding:0;
  margin:0;
}
.syugou li {
  list-style:none;
  width:10%;
}
@media (max-width: 730px) {
.syugou li {
  list-style:none;
  width:25%;
}
}
