@charset "UTF-8";

html#index { background: #ebfcff;}

.dn {
display: none!important;
}
img{width:100%;height:auto;vertical-align:bottom;}
a{outline: none;color:#ed56b3;-webkit-transition:0.4s;transition:0.4s;}
a:visited {}
a:hover{color:#ed56b3;-webkit-transition:0.6s;transition:0.6s;}
i{font-style: normal;}
body {
  color: #464646;
  background-color: #fff;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','ＭＳ 明朝', 'MS Mincho','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif !important;
  font-size: 3vw;
  min-width: 750px;
  max-width: 750px;
  letter-spacing:normal;
  line-height:1.6;
  margin: 0 auto;
}
.center{
  text-align: center !important;
}
/*-----------------------------------------------*/
/*+++　Header　+++*/
#header {
  /*display: none;*/
  width: 750px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: rgba(255,255,255,1.0);
  margin: 0 auto;
}
#header > .header-area {
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: flex;
}
.header-logo {
  width: 35%;
  padding: 0;
  margin: auto 3vw auto auto;
}
.header-logo > a {
  display: block;
}
.header-logo img {
  width: 100%;
}
.header-btn {
  width: 60%;
  padding:  0;
  text-align: right;
}
.header-ul {
  width: 100%;
  margin: 0 auto auto auto;
  display: -webkit-flex;
  display: flex;
}
.header-ul li {
  text-align: center;
}
.header-ul-form{
  width: 64%;
}
.header-ul-line {
  width: 36%;
}
.header-ul-form > a,
.header-ul-line > a {
  text-align: center;
  display: block;
}
.header-ul-form > a > img,
.header-ul-line > a > img {
  width: 100%;
}

/*-----------------------------------------------*/
/*+++　fv　+++*/
#fv {
  padding-top: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
}
#fv > h1 {
  width: 100%;
}

/*-----------------------------------------------*/
/*+++　contents01　+++*/
#contents01{
  position: relative;
  z-index: 15;
}
#contents01 > h2{
  background-color: #f4f4f4;
  padding: 5vw 3vw 4vw;
}
#contents01 > h3{
  background-color: #f4f4f4;
  padding: 0 4vw 4vw;
}
#contents01 > p{
}

/*-----------------------------------------------*/
/*+++　contents02　+++*/
#contents02{
  position: relative;
  z-index: 5;
  background-image: url(../img/2_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  top: -6vw;
  background-color: #c7ccc8;
  margin-bottom: -2vw;
}
#contents02 > h2{
  padding: 20vw 1vw 2vw;
}
#contents02 > h3{
  padding: 2vw 3vw 3vw;
}
#contents02 > p{
  font-size: 1.3vw;
  line-height: 1.6;
  padding: 0 3vw;
}
#contents02 > h4{
  padding: 4vw 3vw 5vw;
}

/*-----------------------------------------------*/
/*+++　contents03　+++*/
#contents03{
  padding: 0;
}
#contents03 > h2{
  padding: 0 1vw 4vw;
}
.contents03-ul{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto auto 5vw;
}
.contents03-ul li{
  margin: 0;
  width: 48%;
}
.contents03-ul li > p{
  text-align:left;
  font-size: 1.5vw;
  line-height:1.6;
}
.contents03-ul li:first-of-type{
  width: 100%;
  margin: auto auto 4vw;
}
.no-flex{
  display: block;
}
.no-flex li{
  width: 100%;
}
.no-flex li > p{
  padding: 2vw 0;
}

/*-----------------------------------------------*/
/*+++　contents04　+++*/
#contents04{
  position: relative;
  z-index: 15;
  background-image: url(../img/4_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 1vw 1vw;
}
#contents05 > h2{
  padding: 3vw 1vw 4vw;
}
.contents04-box{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 2vh auto 4vw;
}
.contents04-box div {
  width: 50%;
  padding: 1vh 1vw;
}

/*-----------------------------------------------*/
/*+++　contents05　+++*/
#contents05{
  position: relative;
  z-index: 5;
  /*top: -15vw;*/
  background-image: url(../img/5_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 0 3vw 14vw;
}
#contents05 > h2{
  margin: auto;
  width: 80%;
}
#contents05 > h3{
  padding: 4vw 0 8vw;
}
#contents05 > p{

}

/*-----------------------------------------------*/
/*+++　contents06　+++*/
#contents06{
  margin: 5vw 1vw;
}
#contents06 > h2{
}
#contents06 > h3{
  color: #17afc0;
  font-weight: 600;
  font-size: 2vw;
  text-align: center;
  font-style: italic;
  margin: 6vw auto .5vw;
}
.contents06-dl{

}
.contents06-dl dt{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 3vw 2vw 2vw;
  background-color: #daf2f5;
  border-bottom: 1.2vw solid #17afc0;
}
.contents06-dl dt > span{
  font-size: 1.8vw;
  font-weight: 600;
}
.contents06-dl dt > strong{
  font-size: 1.8vw;
  font-weight: 600;
  color: #ed4f7f;
  font-style: italic;
}
.contents06-dl dt > strong > i{
  font-style: italic;
  font-size: 1.5vw;
}
.contents06-dl dd{
  font-size: 1.2vw;
  line-height: 1.6;
  padding: 2vw;
}

/*-----------------------------------------------*/
/*+++　contents07　+++*/
#contents07{
  padding: 3vw 1vw;
  background-color: #edf9fa;
}
.contents07-ul{

}
.contents07-ul li{
  margin: 2vw auto;
}

/*-----------------------------------------------*/
/*+++　contents08　+++*/
#contents08{
  background-image: url(../img/8_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  padding: 3vw 0;
}
#contents08 > h2{
  width: 70%;
  margin: auto;
}
.contents08-ul{
}
.contents08-ul li{
  margin: 4vw 4vw 4vw 3vw;
}

/*-----------------------------------------------*/
/*+++　contents09　+++*/
#contents09{
  margin: 10vw 0 7vw;
}
#contents09 > h2{
  margin: 3vw;
}
.contents09-dl{
  margin: 5vw 3vw;
}
.article-title {
  background-image: url(../img/9_Q.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10%;
  display: block;
  position: relative;
  color: #17afc0;
  font-weight: 300;
  font-size: 1.2vw;
  line-height: 1.5;
  text-align: left;
  margin: 1vw auto auto auto;
  padding: 2vw 0 2vw 5vw;
  border-bottom: .3vw dotted #b2b2b2;
  cursor: pointer;
}
.article-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2vw;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 1.2vw;
  height: 1.2vw;
  border-top: solid 0.2vw #17afc0;
  border-right: solid .2vw #17afc0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.article-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}
.accordion-content {
  background-image: url(../img/9_A.png);
  background-repeat: no-repeat;
  background-position: left 5vw;
  background-size: 10%;
  display: none;
  line-height: 1.6;
  font-size: 1.2vw;
  padding: 2vw 0 2vw 5vw;
}

/*-----------------------------------------------*/
/*+++　trial　+++*/
#trial{
}

/*-----------------------------------------------*/
/*+++　contents10　+++*/
#contents10{
  margin: 0;
  padding: 5vw 3vw 3vw;
  background-color: #edf9fa;
}
#contents10 > h2{

}
#contents10 > h3{
  color: #17afc0;
  font-size: 3vw;
  text-align: center;
  font-weight: 600;
  padding: 0 0 2vw;
}
.contents10-table{
  width: 100%;
}
.contents10-table th{
  font-weight: 600;
  font-size: 1vw;
  width: 24%;
  padding: 1vw;
/*
  border-bottom: .3vw dotted #b2b2b2;
  border-top: .3vw dotted #b2b2b2;
*/
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify:inter-ideograph;
}
.contents10-table td{
  font-size: 1vw;
  line-height: 1.5;
/*
  padding: 3vw;
  border-bottom: .3vw dotted #b2b2b2;
  border-top: .3vw dotted #b2b2b2;
*/
  padding: 1vw;
}
.contents10-map{
  width: 100%;
/*
  margin: 4vw auto 5vw;
*/
  margin-top: 1vw;
}
.contents10-map > iframe{
  width: 100%;
  height: 250px;
/*
  height: 45vw;
*/
}
.map-end{
  margin: 4vw auto 0;
}

/*-----------------------------------------------*/
/*+++　footer　+++*/
#footer {
  width: 100%;
  background: #fff;
}
.footer-ul{
  display: -webkit-flex;
  display: flex;
}
.footer-ul li{
  font-size: 1.5vw;
  line-height: 1.5;
}
.footer-ul li:first-of-type{
  width: 40%;
  padding-right: 2vw;
}
.footer-ul li > strong{
  display: block;
  font-weight: 600;
  font-size: 1.3vw;
  padding: 1vw 0 0 0;
}

#footer > #copyright {
  border-top: .3vw dotted #b2b2b2;
  margin: auto;
  padding: 2vw 0;
  display: block;
  text-align: center;
  color: #;
  font-size: 0.8vw;
  line-height: 2;
}

/*-----------------------------------------------*/
/*+++　ソーシャルアイコン　+++*/

.shop_info {
    border: 1px solid #18acc6;
    padding: 1vw;
    font-size: 1.2vw;
    text-align:center;
    color:#18acc6;
    margin: 1vw 0;
    font-weight: 700;
}

.shop_info br.pchidden { display: none; }

#contents10 > .shop_box > h3{
    color: #17afc0;
    font-size: 1.5vw;
    text-align: center;
    font-weight: 600;
}
.shop_box { 
 background: #ffffff;
 padding: 1vw;
 margin-bottom: 5vh;
}
.shop_box.end {
 margin-bottom: 0;
}

.sns_title { vertical-align: middle;}

.c-sns__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.c-sns__item {
    margin: 0 15px 0 5px;
}

.c-sns__item-link {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center;
    background-size: 32px;
    background-repeat: no-repeat;
    text-decoration: none;
    font-size: 0;
    line-height: 1;
}

.c-sns__item-link:hover,
.c-sns__item:hover { opacity: 0.6;}

.c-sns__item-link-twitter {
    background-color: #000000;
    background-image: url("../img/sns/icon_x_twitter.svg");
}

.c-sns__item-link-instagram {
    background-image: url("../img/sns/icon_instagram.svg");
}
.instagram_wrap {
    background: radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%) no-repeat;
    border-radius: 50%;
}
.c-sns__item-link-line {
    background-color: #06c755;
    background-image: url("../img/sns/icon_line.svg");
}

.c-sns__item-link-shop {
    background-color: #17afc0;
    background-image: url("../img/sns/icon_home.svg");
}
