/*
Theme Name: Kawaiiスタジオ2024
Author: Ogino Masanori
Version: 2.0
License: It is protected by copyright
*/
@charset "UTF-8";
/* Common SP ***************************/
body {
  line-height: 1.7em;
  word-wrap:break-word;
}
h1 {
    color: #ea8a8a;
    font-size: 120%;
    text-align: left;
    /* border-bottom: 2px solid #9c0000; */
}
h2 {
    color: #ea8a8a;
    font-size: 100%;
    margin-bottom: 10px;
    text-align: center;
}
h3 {
    color: #9c0000;
    font-size: 80%;
}
h4 {
    color: #9c0000;
    font-size: 80%;
    text-align: center;
}
p {
  font-size: 100%;
  line-height: 1.8em;
}
a {
  font-size:90%;
  color: #000;
}
a.bg-bt {
    padding: 15px;
    width: 80%;
    margin: 20px auto;
    display: block;
    font-size: 95%;
    border-radius: 5px;
}
section {
  /* padding: 10px 0px; */
}
.margin-right {
  margin-right: 5px;
}
.pc-center {
    /* text-align: left; */
}
.container { margin: 0px auto;}
.visible-sp { display: block;}
.hidden-sp { display: none;}
.br-sp { display: none;}
img.top-logo {
    /* float: left; */
    width: 250px;
    margin-top: 5px;
}
.sp-menu {
  padding: 0px !important;
}
.sp-menu {
  padding: 0px;
  margin: 0px;
  border-top: 1px solid #c1c1c1;
}
.sp-menu li a{
    font-size: 90%;
    color: #636363;
    background-color: #f5f5f5;
    border-left: 5px solid #ea8a8a;
    border-bottom: 1px dashed #c1c1c1;
    padding: 15px 10px;
    width: 100%;
    display: block;
}
.sp-cv {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    padding: 20px 0px 10px;
}
a.top-cvr-bt-sp1 {
    /* width: 100%; */
    padding: 0px 25px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
a.top-cvr-bt-sp2 {
    width: 100%;
    padding: 10px;
}
.policy-ul {
 list-style: none;
 margin: 0px;
 padding: 0px 10px;
}
.policy-ul li{
  float: left;
  line-height: 1.0em;
}
.policy-ul a {
    font-size: 60%;
    margin: 5px;
    color: #585858;
}
.breadcrumbs-area {
    font-size: 14px;
    margin: 0px auto 0px;
    padding: 20px 0px;
    background-color: #2f050f;
}
.breadcrumbs {
    color: #ffffff;
    margin: 0 auto;
    display: block;
}
.breadcrumbs a{
    color: #ffffff;
}
.title-zone {
    font-family: serif;
    letter-spacing: 0.2em;
    text-align: center;
    color: #2f060f;
    padding: 100px 20px;
    border-top: 5px solid #e67774;
    border-bottom: 5px solid #e67774;
    background-color: #fcfbf9;
    background:repeating-linear-gradient(90deg, #f7ecec 0, #f7ecec 10px, #ffffff 10px, #ffffff 20px);
}
.title-zone:after {
    background: url(img/top/line.png) center top repeat-x;
    background-size: 14px 13px;
    content: '';
    display: block;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
}
.logo-fix {
    width: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    background-color: #3c010e;
    padding: 10px;
    border: 2px solid #fff;
}
.footer-logo {
    width: 90%;
    margin: 15px auto 10px;
    text-align: center;
}
.foot-ul {
    padding: 0px;
    margin: 5px 5px 25px 5px;
}
.foot-ul li {
  text-align: left;
  list-style: none;
  font-size: 95%;
}
.title-zone {
  font-size: 120%;
}
#single h1 {
  font-size: 100%;
}
.widget {
    margin-bottom: 50px;
    background-color: #f9f9f9;
}
#sidebar li {
    margin: 5px;
}
#sidebar li a{
    border-bottom: 1px dotted #ddd;
    font-size: 90%;
    padding: 10px;
    background-color: #fff;
    display: block;
    border-left: 5px solid #ddd
}
#sidebar li a:hover{
    border-bottom: 1px dotted #ddd;
    font-size: 90%;
    padding: 10px;
    background-color: #eee;
    display: block;
  transition: .3s;
}
.tablenav {
    margin: 40px 0px;
    text-align: center;
}
.page-numbers.current {
    color: #fff;
    background-color: #e98a8a;
    padding: 5px 10px;
    margin: 0px;
    border: 1px solid #e98a8a;
}
a.page-numbers {
    color: #e98a8a;
    background-color: #ffffff;
    padding: 5px 10px;
    margin: 0px;
    border: 1px solid #e98a8a;
}
a:hover.page-numbers {
    color: #fff;
    background-color: #e98a8a;
    padding: 5px 10px;
    margin: 0px;
    border: 1px solid #e98a8a;
    transition: .3s;
}
.lineup-1 {
    background-color: #e67774;
    color: #fff;
    font-family: serif;
    font-size: 130%;
    text-align: center;
    padding: 10px;
    margin: 0px 0px 40px;
}
.lineup-2 {background-color: #6668a9;color: #fff;font-family: serif;font-size: 130%;text-align: center;padding: 10px;margin: 40px 0px 40px;}
.catch-fix {
    position: absolute;
    top: 125vw;
    left: 10px;
    z-index: 9;
}
.catch-fix h1 {
  color: #fff;
  text-shadow: 3px 2px 2px #db7b78;
  font-size: 90%;
  line-height: 1.4em;
  /* background-color: #07070730; */
}

/* Common PC ***************************/
@media (min-width: 768px) {
h1 {
    color: #e67774;
    font-size: 200%;
    border-bottom: none;
}
h1{
    position: relative;
    display: block;
    padding: 0 55px;
    margin: 30px auto 5px;
    line-height: 1.4em;
    font-family: serif;
    text-align: center;
}
h2 {
    color: #e67774;
    font-size: 100%;
    margin-bottom: 30px;
    /* margin-top: -20px; */
    text-align: center;
}
h3 {
    color: #e8706f;
    font-size: 100%;
}
h4 {
    color: #9c0000;
    font-size: 80%;
}
a {
  font-size:100%;
}
a.bg-bt {
    padding: 15px;
    width: 65%;
    margin: 50px auto;
    display: block;
    font-size: 105%;
    border-radius: 5px;
}
section {
  padding: 0px 0px;
}
.margin-right {
  margin-right: 5px;
}
.pc-center {
  text-align: center;
}
.container {
  /*width: 750px;*/
}
.visible-sp { display: none;}
.hidden-sp { display: block;}
.br-sp { display: block;}
img.top-logo {
    /* float: left; */
    width: 180px;
    margin: 10px auto 0px;
    display: block;
}
.footer-logo {
    width: 65%;
    margin: 15px auto;
}
.foot-ul {
    padding: 0px;
    margin: 5px 5px 25px 5px;
}
.foot-ul li {
  text-align: left;
  list-style: none;
  font-size: 80%;
  
}
.title-zone {
  font-size: 180%;
}
#single h1 {
  font-size: 115%;
}
.logo-fix {
    width: 200px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
    background-color: #3c010e;
    padding: 10px;
    border: 2px solid #fff;
}


.lineup-1 {
    background-color: #e67774;
    color: #fff;
    font-family: serif;
    font-size: 200%;
    text-align: center;
    padding: 20px;
    margin: 0px 0px 40px;
}
.lineup-2 {background-color: #6668a9;color: #fff;font-family: serif;font-size: 200%;text-align: center;padding: 20px;margin: 0px 0px 40px;}
.catch-fix {
    position: absolute;
    top: 410px;
    left: -44px;
    z-index: 9;
}
.catch-fix h1 {
  color: #fff;
  text-shadow: 3px 2px 2px #db7b78;
  font-size: 208%;
  line-height: 1.4em;
  /* background-color: #07070730; */
}
}
@media (min-width: 1200px) {
.container {
  width: 1118px;
}
}

/* header ***************************/
header {
    border-top: 2px solid #ad9f7c;
    box-shadow: 0px 3px 5px rgba(1, 1, 1, 0.4);
    width: 100%;
    background-color: #fff;
    z-index: 5;
    background-image: url(./img/top/bg-head.jpg);
    /* position: fixed; */
    /* background: url(img/top/bg.jpg) left top; */
}

.nav-list {
  padding: 0px;
}
.nav-list img {
  width: auto;
  height: 35px;
  margin: 10px 15px;
}
.nav-list li {
  display: inline-block;
}
.top-cvr-bt {
    width: 150px;
    border-radius: 7px;
    box-shadow: 0px 3px 0px rgb(235, 121, 121);
}
a.top-cvr-bt {
    color: #fff;
    font-weight: normal;
    margin-right: 0px;
    height: 35px;
    line-height: 35px;
    font-size: 90%;
}

.top-nav a {
  color: #e06e78;
  font-weight: bold;
  margin-right: 0px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: .3s;
}
.top-nav a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #ce0000;
  transition: .3s;
}
.top-nav a:hover::after {
  width: 100%;
}
.top-nav a:hover,
.top-nav a:focus {
  color: #ce0000;
}
.top-nav a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img.top-h {
    height: 150px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto;
}

/* kv ***************************/
#kv {
    /* border-bottom: 13px solid #e67774; */
    padding: 0px;
    max-height: 650px;
    overflow: hidden;
}


/* about ***************************/
#about {
  background-image : url(./img/top/bg-head.jpg);
  padding-bottom: 0px;
}
#about:before {
    background: url(img/top/line.png) center top repeat-x;
    background-size: 14px 13px;
    content: '';
    display: block;
    height: 13px;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 25;
}
#about:after {
    background: url(img/top/line.png) center top repeat-x;
    background-size: 14px 13px;
    content: '';
    display: block;
    height: 13px;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 25;
}
#about::before {
    content: "";
    display: inline-block;
    /* margin-top: -37px; */
    vertical-align: top;
}
.about-h2 {
    font-size: 100%;
}
.price-img {
    /* background-color: #fbfbf5; */
    /* padding: 30px 30px 22px; */
    /* border: 2px solid #dedede; */
}
.option {
  padding: 0px;
}
.option li {
    list-style: none;
    display: inline-block;
    background-color: #9a0000;
    color: #fff;
    padding: 25px;
    border-radius: 120px;
}
.option-img img {
    width: 75%;
    margin: 0 auto;
}



/* design ***************************/
#design::before {
    content: "";
    display: inline-block;
    margin-top: -37px;
    vertical-align: top;
}
#design {
    background-color: #ffffff;
    /* background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent)); */
    -webkit-background-size: 14px 14px;
    background-color: #fcfbf9;
    background:repeating-linear-gradient(90deg, #f7ecec 0, #f7ecec 10px, #ffffff 10px, #ffffff 20px);
}
#design:after {
    background: url(img/top/line.png) center top repeat-x;
    background-size: 14px 13px;
    content: '';
    display: block;
    height: 13px;
    position: relative;
    left: 0;
    bottom: 0px;
    width: 100%;
    z-index: 25;
}
.accordion-txt {
  padding:0px;
  display:none;
}
.accordion-txt p{
  text-align: left;
  padding: 20px 20px;
  margin: 0px 0px 0px 0px;
  background-color: #ffe2e1;
}


/* flow ***************************/
#flow::before {
    content: "";
    display: inline-block;
    margin-top: -96px;
    vertical-align: top;
}
#flow {
  background-image: url(./img/top/lococo.jpg);
  background-size: cover;
  padding: 40px 0px;
}
#flow h3 {
    text-align: left;
    background-color: #9f998b;
    border-top: 1px solid #ffab1f;
    border-bottom: 3px solid #ffab1f;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(1,1,1,1);
    margin: 0px 0px 0px;
    font-size: 100%;
    padding: 10px 10px;
    border-radius: 0px 20px;
}
#flow p {
    text-align: left;
    background-color: #f5f6f8;
    padding: 10px;
    border-radius: 5px;
    border: 3px dashed #ddd;
}
.flow-area {
    padding: 10px 0px;
    background-color: #ffffff;
    position: relative;
}
a.flow-a {
    font-size: 90%;
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.back-white {
    background-color: #ffffffa6;
    border-radius: 10px;
    padding: 30px;
}
.flow-box img {
    border-radius: 30px;
}
img.flow-arrow {
  width: 40%;
  margin-top: -10px;
}

/* works ***************************/
#works::before {
    content: "";
    display: inline-block;
    margin-top: -37px;
    vertical-align: top;
}
#works {
    background-color: #f5f6f7;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 14px 14px;
}
.works-box {
    margin-top: -16px;
    margin-bottom: 20px;
    padding: 5px;
}
.works-box-inner {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  height: 270px;
  box-shadow: 0px 0px 5px 0px rgb(181, 181, 181);
}
.works-img {
  width: 100%;
  overflow:hidden;
    
}
.cover {
    display: inline-block;
    background-color: #ccc;
    height: 160px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.works-img img {
  width: 100%;
  display: block;
  margin: 0px auto;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s transform, ease-out 0.3s opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; 
}
.cover:hover { cursor: pointer; transform: scale(1.05); opacity: 0.8; 
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 2s transform, ease-out 0.3s opacity;}
.cat {
  position: relative;
  top: 30px;
  left: -8px;
  background-color: #ff0;
  width: 130px;
  line-height: 20px;
  padding: 0px 10px;
  font-size: 40%;
  font-weight: bold;
  text-align: center;
  transform: rotate(-15deg);
  z-index: 5;
}
#works h3 {
  color: #8e7731;
  font-size: 80%;
  text-align: left;
  padding: 5px 5px 0px;
  margin: 0px;
}
#works h4 {
  color: #8e7731;
  font-size: 60%;
  font-weight: normal;
  text-align: left;
  padding: 0px 5px;
  margin: 0px;
}
a.pickupbox-a {
  font-size: 60%;
  width: 100%;
  margin-top: 8px;
  padding: 5px;
}


/* faq ***************************/
#fag {
  /* margin-bottom: 80px; */
}

#fag h3 {
  color: #ffffff;
  padding:10px;
  background: #f79c99;
  cursor:pointer;
  margin: 3px 0px;
  font-weight: normal;
  text-align: left;
  padding-left: 15px;
}
#fag h3 span{
  display:block;
  background:url(./img/top/arrow.svg) no-repeat right 50%;
  background-size: 20px;
}
#fag h3.bg02 span{
  background:url(./img/top/arrow-under.svg) no-repeat right 50%;
  background-size: 20px;
}


/* pickup ***************************/
#pickup {
  /* background-image: url(./img/top/pickup-back.jpg); */
  /* background-size: cover; */
  padding: 60px 0 60px;
  background-image: url(img/top/bg_b.jpg);
  background-size: 1000px auto;
}
#pickup:before {
    background: url(img/top/line.png) center top repeat-x;
    background-size: 14px 13px;
    content: '';
    display: block;
    height: 13px;
    position: relative;
    left: 0;
    bottom: 60px;
    width: 100%;
    z-index: 25;
}
#pickup:after {
    background: url(img/top/line.png) center top repeat-x;
    background-size: 14px 13px;
    content: '';
    display: block;
    height: 13px;
    position: relative;
    left: 0;
    bottom: -60px;
    width: 100%;
    z-index: 25;
}
#pickup h2 {
  font-size: 150%;
  color: #ffffff;
  text-align: left;
  padding: 10px;
  border: 2px solid #afaf82;
  font-weight: bold;
  margin-bottom: -2px;
  font-style:italic;
  font-family: serif;
  text-align: center;
  background-color: #43010f;
}
#pickup h2 span{
  font-size: 70%;
  margin: 0px 5px;
  font-weight: normal;
}
.pickup-box {
    background-color: #fff;
    padding: 10px;
    position: relative;
}
p.pickup-txt {
  font-size: 100%;
  color: #000 !important;
  margin: 0px;
}

#pickup table , #pickuptd, #pickupth {
  border: 1px solid #595959;
}
#pickup td, #pickup th {
  padding: 3px;
  text-align: center;
  border: 1px solid #afaf82;
  height: 30px;
  line-height: 1.5em;
  font-size: 90%;
  vertical-align: middle;
}
.row-hover {
    background-color: #fff;
}
#pickup tr.tr-1 {
    background-color: #fff !important;
}
#pickup tr.tr-2 {
    background-color: #fff4f6 !important;
}
/* blog ***************************/
#blog {
    margin: 0px 0px 10px;
    padding: 40px 0px 40px;
    border-top: 1px dashed #ddd;
}
.blog a {
    color: #bf6a6a;
    text-align: left;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    margin: 0px;
    width: 100%;
    display:block;
}
.blog a:hover {
  background-color: #f5f4e5;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.blog li {
    list-style: none;
}
.date {
    background-color: #ea8a8a;
    color: #fff;
    font-size: 80%;
    padding: 3px 15px;
    margin: 0px 30px 0px 10px;
}
#blog{
    background-image: url(./img/top/bg-head.jpg);

}
#blog:after {
    background: url(img/top/line.png) center top repeat-x;
    background-size: 14px 13px;
    content: '';
    display: block;
    height: 13px;
    position: relative;
    left: 0;
    bottom: -40px;
    width: 100%;
    z-index: 25;
}
/* footer ***************************/
footer {
    /* background-color: #2f2f2f; */
    color: #fff;
    padding: 0px 0 0;
    background-image: url(img/top/bg_b.jpg);
    background-size: 1000px auto;
}
footer:before {
    background: url(img/top/line.png) center top repeat-x;
    background-size: 14px 13px;
    content: '';
    display: block;
    height: 13px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 25;
}
.footer-ttl {
    text-align: left;
    border-bottom: 1px dotted #fff;
}
.foot-ul a {
  color: #fff;
}
.copy {
    background-color: #171717;
    color: #616161;
    font-size: 60%;
    padding: 10px 0;
    text-align: center;
    margin-top: 100px;
}
.copy a {
    color: #616161;
}
a.sns {
    text-align: center;
    color: #fff;
    font-size: 140%;
    border: 1px solid #fff;
    background-color: #2f2f2f;
    padding: 14px 14px;
    width: 50px;
    height: 50px;
    margin: 3px;
    line-height: 0px;
    display: inline-block;
    border-radius: 100px;
}
a:hover.sns {
    color: #2f2f2f;
    font-size: 140%;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.footer-sns {
    /* margin: 40px 0; */
    text-align: left;
}


/* single page ***************************/
#single {
    background-image: url(./img/top/bg-head.jpg);
}
.content {
    background-color: #fff;
    /* padding-top: 15px; */
    padding-bottom: 100px;
    padding: 10px;
    border-left: 1px solid #fbd1d0;
    border-right: 1px solid #fbd1d0;
}
#single p {
    margin: 0px;
}
#single h1 {
    text-align: left;
    display: block;
    margin: 0px;
    padding: 0px;
    border-bottom: none;
    margin-top: 35px;
}
#single h1:before, #single h1::after{
  display: none;
}
#single h2 {
    text-align: left;
    font-size: 120%;
    padding: 15px;
    color: #6d6d6d;
    letter-spacing: 0.2em;
    background-color: #f3efe3;
    /* border-top: 2px solid #333; */
    /* border-bottom: 2px solid #333; */
    font-family: serif;
}
#single h3 {
    font-size: 120%;
    /* border-left: 10px solid #e8706f; */
    border-bottom: 1px dashed;
    padding-left: 10px;
    margin-bottom: 10px;
}
#single h4 {font-size: 130%;margin: 5px 0px;}
.ttl-h1 {
    margin: 0;
    font-size: 24px;
    border-bottom: solid 3px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
    font-weight: normal;
}
.ttl-h1:before {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #9e0000;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.single-date {
    text-align: right;
    font-size: 80%;
}
.single-cat {
    background-color: #000;
    color: #fff;
    padding: 3px 10px;
    font-size: 80%;
}
.addtoany_share_save_container {
    background-color: #f7f7f7;
    padding: 15px 15px 0px;
    margin-top: 10px !important;
    text-align: left;
    border: 1px solid #ececec;
}
.nav-links {
    padding: 10px 0;
}
.nav-links a {
  color: #333;
  font-size: 90%;
}
.nav-previous {
    text-align: right;
}
#toc_container {
    margin: 30px auto !important;
    font-size: 80% !important;
}
/* navigation ***************************/
#navigation{
    overflow: hidden;
    margin: 0 0px 30px;
    padding: 0px;
    list-style: none;
    background: #eee;
}
#navigation li{
    display: block;
    width: 50%;
    line-height: 1.6em;
    font-size: 13px;
    float:left;
    background: #FFF;
}
#navigation:after{
    clear: both;
}
#navigation a{
    display: block;
    height: 60px;
    margin: 10px 5px;
}
#navigation li:first-child{
    margin: 2px 1px 2px -1px;
    padding-bottom: 10px;
}
#navigation li:first-child img {
    margin-right: 1em;
    float:left;
    border:1px solid #CCC;
    width: 33%;
}
#navigation li:last-child{
    margin: 2px -1px 2px 1px;
    padding-bottom: 10px;
    text-align:right;
}
#navigation li:last-child img {
    margin-left: 1em;
    float:right;
    border:1px solid #CCC;
    width: 33%;
}


/* side bar ***************************/
#sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
h2.sidebar {
  margin: 0px 0px 20px;
    padding: 0px;
    font-size: 80%;
}
#sidebar img {
    width: auto;
    max-width: 100%;
}
.wpp-list li {
    overflow: hidden;
    float: none;
    clear: both;
}
ul.wpp-list a {
    border-bottom: 0px dotted #ddd!important;
    font-size: 90%;
    padding: 0px!important;
    background-color: #fff0!important;
    display: block!important;
    border-left: 0px solid #ddd!important;
    /* display: inline-table !important; */
}

/* single-works ***************************/
table , td, th {
  border: 1px solid #d6d6d6;
  border-collapse: collapse;
  /* width: 100%; */
  /* font-size: 90% */
}
table {
  width: 100%;
}
th {
  width: 30%;
}
td, th {
  padding: 10px;
  height: 25px;
  text-align: left;
}

td.td-1 {
    background-color: #ffb9b9;
    color: #c15b5b;
    font-weight: bold;
}
td.td-2 {
    background-color: #fff4f4;
}
th {
  background: #f18c8c;
  color: #fff;
  font-family: serif;
}
th span {
  font-size: 80%;
}

/* pay ***************************/
#calculated p {
  font-size: 120%;
}
.wpcf7-list-item {
  display: block !important;
}
#calculated label {
  cursor: pointer !important;
  display: block !important;
  background-color: #e7f2f7;
  padding: 10px;
  margin-bottom: 5px !important;;
}
#calculated label:hover {
  background-color: #a8d2f1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input.ctf7-total {
  background-color: none;
  width: 100%;
  font-size: 200%;
}

/* SNS ***************************/
.sns-area ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
}
.sns-area li {
  font-size: 220%;
  text-align: center;
  width : 33.33333% !important;
  width : -webkit-calc(100% / 3) !important;
  width : calc(100% / 3) !important;
}
li.fb a {
  display: block;
  width: 100%!important;
  color: #fff !important ;
  background-color: #38579a;
}
li.tw a {
  display: block;
  width: 100%!important;
  color: #fff !important;
  background-color: #50abf0;
}
li.gp a {
  display: block;
  width: 100%!important;
  color: #fff !important;
  background-color: #df4a32;
}
li.hb a {
  display: block;
  width: 100%!important;
  color: #fff !important ;
  background-color: #008FDE;
}
li.po a {
  display: block;
  width: 100%!important;
  color: #fff !important ;
  background-color: #EE4056;
}
li.line a {
  display: block;
  width: 100%!important;
  color: #fff !important;
  background-color: #00c500;
}

ul.plan-ul li {
    text-align: left;
}
.info-fix {
    /* width: 250px; */
    position: absolute;
    top: 10px;
    right: 95px;
    z-index: 9;
}

.catch-fix2 {
  position: absolute;
  top: 410px;
  right: 10px;
  z-index: 19;
}
.catch-fix2 img{ 
  width:200px;
}
.catch-fix-sp {
  position: absolute;
  top: 116vw;
  right: 5px;
  z-index: 19;
}
.catch-fix-sp img {
  width:120px;
}
.fluffy {
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.metaslider {
    position: relative;
    z-index: -1;
}
p.access-txt {
    text-align: left;
    line-height: 1.2em;
    margin: 0;
}
p.access-txt span{
  font-size:80%;
  margin-top:5px;
  color: #5d5d5d;
  display:block;
}

.fm-cl {
    border-radius: 10px;
    border: 2px solid #fbd1d0;
    background-color: #fffafe;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
select {
    padding: 10px;
    max-width: 300px;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
input::placeholder {
  color: #fbd1d0;
}
/* IE */
input:-ms-input-placeholder {
  color: #fbd1d0;
}
/* Edge */
input::-ms-input-placeholder {
  color: #fbd1d0;
}
.input-bt {
    width: 100%;
    margin: 10px;
    padding: 20px 0px;
    letter-spacing: 0.2em;
    font-size: 140%;
  }
.faq-txt {
    background-color: #f9f9f9;
    margin: -30px 0px 30px;
    padding: 10px;
    border: 1px solid #f3efe3;
}
#partner {
  border-bottom: 5px solid #e67774;
  background-color: #fcfbf9;
  background:repeating-linear-gradient(90deg, #f7ecec 0, #f7ecec 10px, #ffffff 10px, #ffffff 20px);
}

#partner h1{
  width: 100%;
  font-size: 150%;
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #ae4946;
}
.official-partner {
    /* background-color: #ea8a8a; */
    margin: 5px 0;
    /* line-height: 3em; */
    border: 2px solid #b9a053;
    text-align: center;
    line-height: 0em;
}

.official-partner-ttl img{
    max-width: 290px;
    margin: 5px auto -20px;
    text-align: center;
}
#fag {
  padding: 50px 0px;
  border-top: 5px solid #e67774;
  border-bottom: 5px solid #e67774;
  background-color: #fcfbf9;
  background:repeating-linear-gradient(90deg, #f7ecec 0, #f7ecec 10px, #ffffff 10px, #ffffff 20px);
}

#SNS {
    background-image: url(./img/top/bg-head.jpg);
}
.head-area img {
  width: 180px;
  padding: 15px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.head-area {
    background-image: url(img/top/bg_b.jpg);
    background-size: 1000px auto;
}
.official-partner-ttl h2{
  margin: 0px;
  border-top: 5px solid #e06969;
  background-color: #ea8a8a;
  color: #fff;
  letter-spacing: 0.3em;
  font-family: serif;
  line-height: 3em;
  font-size: 120%;
  text-align: center;
}
#lineup h3 {
    font-size: 100%;
    /* border: none; */
    /* padding: 0px; */
    /* margin: 5px 0px 5px; */
    line-height: 1.2em;
    display: block;
    clear: both;
    padding: 4px 10px;
    text-align: left !important;
    background-color: #e8706f;
    color: #fff;
    margin: 5px 0px;
    border-radius: 5px;
    border-bottom: none;
}
#lineup2 h3 {
    font-size: 100%;
    /* border: none; */
    /* padding: 0px; */
    /* margin: 5px 0px 5px; */
    line-height: 1.2em;
    display: block;
    clear: both;
    padding: 4px 10px;
    text-align: left !important;
    background-color: #6668a9;
    color: #fff;
    margin: 5px 0px;
    border-radius: 5px;
    border-bottom: none;
}
.aph3 {
    background-color: #6668a9 !important;
    border-left: 10px solid #6668a9 !important;
}
.lineup_cat span {
    font-weight: bold;
    margin-bottom: 5px;
    color: #42010e;
    padding: 2px;
    margin-right: 7px;
}
#lineup p,#lineup2 p {
    line-height: 1.5em;
    margin: 5px 0px;
    font-size: 85%;
}
.line-up {
    margin-bottom: 15px;
    background-color: #f5f5f5;
    padding: 20px;
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.new {
    position: absolute;
    right: 14px;
    z-index: 3;
}
img.new-icon {
    width: 70px;
}


.ribbon2 {
  display: inline-block;
  position: relative;
    font-family: serif;
  height: 60px;
  text-align: left;
  padding: 7px 0px;
  background: #e67774;/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²*/
  color: #FFF;/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²*/
  box-sizing: border-box;
font-size:170%;
  width: 100%;
  margin-bottom: 12px;
}
.ribbon2 span{
  font-size: 55%;
  margin-left: 10px;
  letter-spacing: 0em;
  }
.ribbon2 h5 {
  margin: 0;
  padding: 0px 10px;
  border-top: dashed 1px #FFF;/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡*/
  border-bottom: dashed 1px #FFF;/*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡*/
  line-height: 42px;
  /* letter-spacing: 0.2em; */
}

.ribbon2:before, .ribbon2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon2:before {
  /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢*/
  top: 0;
  left: 0;
  border-width: 0px 0px 0px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon2:after {
  /*ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.sns-icon a {
  font-size: 250%;
  margin: 5px;
  color: #e67774;
}
.lineup-ttl2 {
    background-color: #f6ecec;
    padding: 5px 10px;
    color: #e67774;
    border-left: 5px solid #e67774;
    margin: 10px 0px 12px;
}
.kiyaku-inner {
    height: 150px;
    overflow: scroll;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #fff;
    margin: 20px;
    text-align: left;
    font-size: 80%;
    line-height: 1.2em;
}
.kiyaku {
    text-align: center;
    background-color: #f5f5f5;
    padding: 10px 10px 10px;
    margin-top: 10px;
}
.kiyaku2 {
    text-align: center;
    background-color: #f5f5f5;
    padding: 0px 10px 20px;
    margin-bottom: 30px
}
.reservation-area {
    background-color: rgba(1,1,1,0.5);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    z-index: 30;
}
a.reservation-bt {
    background-color: #cc5251;
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px 2px #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 120%;
    width: 80%;
    display: block;
    margin: 0 auto;
    z-index: 27 !important;
    letter-spacing: 0.2em;
}

.cp_ipcheck {
  /* width: 90%; */
  /* margin: 2em auto; */
  text-align:;
}
@keyframes click-wave {
  0% {
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 0.35;
  }
  100% {
    width: 200px;
    height: 200px;
    margin-top: -80px;
    margin-left: -80px;
    opacity: 0;
  }
}
.cp_ipcheck .option-input02 {
  position: relative;
  top: 10.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
  color: #ffffff;
  border: none;
  outline: none;
  background: #ff9090;
  border-radius: 5px;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipcheck .option-input02:hover {
  background: #d6a9a9;
}
.cp_ipcheck .option-input02:checked {
  background: #da3c41;
}
.cp_ipcheck .option-input02:checked::before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: 'ÃƒÂ¢Ã…â€œÃ¢â‚¬Â';
  text-align: center;
}
.cp_ipcheck .option-input02:checked::after {
  position: relative;
  display: block;
  content: '';
  -webkit-animation: click-wave 0.65s;
          animation: click-wave 0.65s;
  background: #da3c41;
}
.cp_ipcheck .option-input02.radio {
  border-radius: 50%;
}
.cp_ipcheck .option-input02.radio::after {
  border-radius: 50%;
}
.cp_ipcheck label {
  line-height: 40px;
  display: block;
}
.cp_ipcheck .option-input02:disabled {
  cursor: not-allowed;
  background: #b8b7b7;
}
.cp_ipcheck .option-input02:disabled::before {
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  content: 'ÃƒÆ’Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â½';
  text-align: center;
}
ul.blog {
    padding: 0;
}
.reception {
    background-color: #43010f;
    padding: 20px 0px;
    font-size: 100%;
    color: #fff;
    border: 1px dashed #afaf82;
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #FFF;
  border: solid 3px #e67773;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 20px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon1:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #e67773;;
  z-index: 1;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.fbx-light .fbx-close, .fbx-light .fbx-fullscreen-toggle, .fbx-light .fbx-inner, .fbx-light .fbx-loader, .fbx-light .fbx-next, .fbx-light .fbx-pause, .fbx-light .fbx-play, .fbx-light .fbx-prev, .fbx-light .fbx-social-toggle, .fbx-light.fbx-inset-buttons .fbx-next:before, .fbx-light.fbx-inset-buttons .fbx-prev:before {
    background-color: #e67774 !important;
}
.fbx-light .fbx-close, .fbx-light .fbx-close:before, .fbx-light .fbx-error-msg, .fbx-light .fbx-fullscreen-toggle, .fbx-light .fbx-fullscreen-toggle:before, .fbx-light .fbx-loader, .fbx-light .fbx-loader:before, .fbx-light .fbx-next, .fbx-light .fbx-next:before, .fbx-light .fbx-pause, .fbx-light .fbx-pause:before, .fbx-light .fbx-play, .fbx-light .fbx-play:before, .fbx-light .fbx-prev, .fbx-light .fbx-prev:before, .fbx-light .fbx-social-toggle, .fbx-light .fbx-social-toggle:before, .fbx-light.fbx-inset-buttons .fbx-next:before, .fbx-light.fbx-inset-buttons .fbx-prev:before, .fbx-metro.fbx-light .fbx-count, .fbx-metro.fbx-light .fbx-credit a {
    color: #fff!important;
}
.model {
    background-color: #fff;
    text-align: center;
    padding: 4px;
    display: block;
    border: 1px solid #e8706f;
    color: #e8706f;
    position: absolute;
    top: 19px;
    z-index: 2;
    border-radius: 100px;
    padding: 15px 5px;
    font-weight: bold;
    transform: rotate(-15deg);
}
blockquote {
    background-color: #f7f7f5;
    border: 1px solid #ddd;
    padding: 10px 10px;
    margin: 0px;
    border-radius: 5px;
}
.form {
    font-size: 150%;
    text-align: center;
    padding: 100px 0px;
    line-height: 2em;
    color: #e67773;
}
a.pasma-link0 {
    background-color: #cab62a;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #fff;
}
a.pasma-link1 {
    background-color: #d65395;
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #fff;
width: 200px;text-align: center;}
a.pasma-link2 {
    background-color: #ef88c5;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #fff;
}
a:hover.pasma-link0 {
    background-color: #cc5251;
  transition: .3s;
}
a:hover.pasma-link1 {
    background-color: #cc5251;
  transition: .3s;
}
a:hover.pasma-link2 {
    background-color: #cc5251;
  transition: .3s;
}
ul.form-before {
    margin-bottom: 45px;
}

.gmap {
  background-color: #f79c99;
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-top: -8px;
}
.pasma-link0 {
    background-color: #11a2a2;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    padding: 0px 30px;
}
.pasma-link1 {
    background-color: #d65395;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    padding: 0px 30px;
}
td.column-2 {
    text-align: left !important;
}
#single .tablepress td, .tablepress th {
    padding: 3px;
    /* border: none; */
    /* background: 0 0; */
    text-align: left;
    float: none!important;
}
#single td.column-2 {
    width: 55%;
}
#single .tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid #dddddd;
}
.news_arc {
    padding-top: 30px;
}
.news_arc p {
  line-height: 0em;
  font-size: 80%;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 10px;
    border: 2px solid #fbd1d0;
    background-color: #fffafe;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 10px;
    border: 2px solid #fbd1d0;
    background-color: #fffafe;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #ff9794;
    color: #fff;
    border-radius: 5px;
    width: 300px;
    font-size: 120%;
    padding: 10px;
    letter-spacing: 0.2em;
    border: 1px solid #cc6d6a;
}
.pick {
    background-color: #fffbfb;
    border: 2px dashed #ffc1c1;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 45px;
}
.yoyaku-bt {
background-color: #e67774;
    width: 300px;
    padding: 10px;
    color: #fff;
    margin: 20px 0;
    display: block;
    text-align: center;
    border-radius: 10px;
}
.weekday {
    margin: 0 auto;
    border: 1px solid #e8706f;
    padding: 25px;
    background-color: #fff8f8;
}

/*フォームスタート*/

/*テーブル設定*/
.wpcf7-form table td,.wpcf7-form table th {
    border: 0px solid #fff;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
.wpcf7-form table th{
    vertical-align: top;
    color:#5a5a5a;
}
.wpcf7-form table tr th {width:30%;}
.wpcf7-form table tr td {width:70%;}
@media screen and (max-width: 767px){
  .wpcf7-form table tr th ,
  .wpcf7-form table tr td {
      display:block;
      width:100%;
  }
  .wpcf7-form table th{
        padding: 10px 0px 0px 0px;
        border-bottom: 0px solid #fff;
  }
  .wpcf7-form table td{
        padding: 0px 15px 20px 15px;
  }
}
/*タイトル*/
.cont7-title {
    line-height:14px;
    text-align: left !important;
}

/*必須項目*/
.con-need {
    background: #fc5b5b;
    color: #FFF !important;
    padding: 3px;
    border-radius: 10%;
    font-size: 11px;
    margin-right: 5px;
}

/*任意項目*/
.con-any {
    background: #2ca9e1;
    color: #FFF !important;
    padding: 3px;
    border-radius: 10%;
    font-size: 11px;
    margin-right: 5px;
}

/*項目名サブタイトル*/
.con-sub {
    font-size: 11px;
    color: #f8a7a0
}
@media screen and (max-width: 767px){
    .con-sub{
        top: -10px;
        position: relative;
    }
}
/*入力幅*/
.con7-date {
    width: 180px!important;
    margin-right: 10px;
    min-height:35px;
    height: 35px;
}
.con7-time {
    width: 90px!important;
    height: 35px;
}
@media screen and (max-width: 480px){
    .con7-date {
        width: 140px!important;
    }
}
.num-top {
    background-color: #b8a88c;
    padding: 20px 10px;
    font-size: 180%;
    color: #fff;
    font-family: cursive;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #fff;
}
#imageData #imageDetails #titleAndCaption #titleText {
    font-size: 150%;
}
a.lineup-bt_1 {
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #e67773;
    color: #fff;
    margin-bottom: 30px;
    border: 1px solid #af5a57;
    border-radius: 15px;
    padding: 20px;
}
a.lineup-bt_2 {
    text-align: center;
    margin: 0 auto;
    display: block;
    background-color: #6668a9;
    color: #fff;
    margin-bottom: 30px;
    border: 1px solid #3d3d65;
    border-radius: 15px;
    padding: 20px;
}
.cat-area {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}
.cat-link a {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #e67773;
    margin: 10px;
    color: #e67773;
    font-size: 120%;
    border-radius: 100px;
}
ul.menu-in {
    list-style: none;
    padding: 0px;
}
.menu-in li a {
    padding: 5px 0px 5px 25px;
    margin: 0px;
    background-color: #fff;
}
section#sec-6,#id-4 {
    background-image: url(img/top/bg-head.jpg);
    padding: 60px 0px;
}
section#sec-2 {
    /* background-color: #f1fcff; */
    padding: 50px 0px;
    border-top: 5px solid #e67774;
    border-bottom: 5px solid #e67774;
    background-color: #fcfbf9;
    background: repeating-linear-gradient(90deg, #f7ecec 0, #f7ecec 10px, #ffffff 10px, #ffffff 20px);
}
    section#ttl-sec {
        font-size: 3rem;
        padding: 80px 0px 55px;
        text-align: center;
        /* color: #fff; */
        font-family: cursive;
        /* color: #fff; */
    color: #d1cb8d;
        padding: 100px 0 60px;
        background-image: url(img/top/bg_b.jpg);
        background-size: 1000px auto;
    }
    section#ttl-sec span {
        font-size: 18px;
        display: block;
        margin-top: 15px;
    }
.head-ttl {
    font-size: 2rem;
    /* background-color: #e67773; */
    color: #Fff;
    padding: 40px;
    text-align: center;
    /* background-image: url(); */
    background-image: url(img/top/bg_b.jpg);
}
.cheki-model {
  position: relative;
  border: 1px solid #8c8645;
  background-color: #fffd;
  /* margin-top: -6px; */
  margin-bottom: 1rem;
  padding: 30px 30px 20px;
  margin: 10px;
}
.cheki-model img {
  width: 100%;
  height: auto;
}
.model-inner {
    padding: 10px 0px;
    text-align: left;
}
.model-inner h1 {
    padding: 0px;
    font-size: 1.3rem;
    margin: 0;
}
.model-inner h2 {
    padding: 0px;
    font-size: 0.6rem;
    margin: 0;
}
@media screen and (min-width:720px) { 
.model-inner h1 {
    /* padding: 15px 0px 0px; */
    font-size: 2.6rem;
    margin: 0;
line-height: 1.0em;}
.model-inner h2 {
    padding: 0px;
    font-size: 0.8rem;
    margin: 0;
}
}
.entry-num {
    position: absolute;
    top: 0;
    left: 5px;
    background: #8c8645;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    padding: 5px;
    line-height: 1rem;
    border-radius: 0px 0px 15px 15px;
}
.entry-num span {
  font-size: 0.6rem;
  display: block;

}
ul.sns-bt {
  padding: 0px;
  margin: 0px 0px 5px;
  list-style: none;
}
.sns-bt li:before {
    content: "・";
  margin-right: 5px;
}
ul.sns-bt i {
    font-size: 2rem;
}
ul.sns-bt a {
  color: #333333;
  font-size: 0.8rem;}
ul.sns-bt li {
    font-size: 1rem;
    /* display: inline; */
    margin: 0 2px;
}
ul.ent-bt {
  padding: 0px;
  margin: 10px 0px;
  list-style: none;
  display: di;
}
@media screen and (min-width:720px) { 
ul.ent-bt {
  padding: 0px;
  margin: 20px 0px;
  list-style: none;
  display: flex;
}
}
ul.ent-bt li {
    font-size: 1rem;
    /* display: inline; */
    margin: 0 2px;
    display: block;
    width: 100%;
}
a.bt-1 {
    background-color: #2cc4fb;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration:
    none;
    font-size: 100%;
    line-height: 5rem;
    margin: 5px 0px 10px;
    cursor: pointer;
}
a.bt-2,a.bt-3 {
    margin: 5px 0px 10px;
}
@media screen and (min-width:720px) { 
a.bt-1 {
}
}
a.bt-2 {
    background-color: #b178ef;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration:none;
    font-size: 80%;
    line-height: 2rem;
}
a.bt-3 {
    background-color: #e67773;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration:
    none;
    font-size: 100%;
    line-height: 5rem;
    margin: 5px 0px 10px;
    cursor: pointer;
}
.cheki-model-name {
    font-size: 2rem;
    font-family: serif;
    color: #565656;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}
.cheki-info {
    margin: 20px 0px;
    font-size: 1.2rem;
    padding: 4px;
    font-family: serif;
    border-bottom: 1px dotted #8c8645;
}
.cheki-model-name_sub {
    font-family: serif;
}
dt {
    font-weight: bold;
    color: #6b6b6b;
}
.info-ttl {
        background-color: #43010f;
        color: #fff;
        line-height: 4rem;
        margin: 0 10px;
        font-size: 2rem;
        text-align: center;
    }
.info-in1 {
    line-height: 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 40px 0;
    margin: 0 10px;
    border: 1px solid #c5bebf;
    background-color: #fffff5;
    text-align: center;
}
}
.key-ttl {
    position: absolute !important ;
    left: 30px;
    bottom:  30px;
    color: #fff;
    z-index: 3;
}
.pickup-section {
    background-color: #fffdf7;
    border: 1px solid #ea8a8a;
    margin: 10px 0px;
    padding: 10px;
}
.pickup-section h2 {
    margin: 0px;
	padding: 0px;
}
.pickup-section a {
    color: #ea8a8a;
}