@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body,html {
  margin: 0;
  font-size: 14px;
  color: #333;
  font-family: 'Noto Sans Japanese',游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h1 ,h2 ,h3{
  margin: 0;
  padding: 0;
}
p ,ul ,li ,dl ,dd{
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  color: #666;
}
a:hover ,
a.active ,
a:focus {
  color: #444;
}
a:hover img ,
a.active img ,
a:focus img {
  opacity: .8;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.sp-only-visible {
  display: none;
}
@media screen and (max-width:767px) {
  .pc-only-visible {
    display: none;
  }
  .sp-only-visible {
    display: block;
  }
}

.ma-top8{
  margin-top: 8px;
}
.ma-top16{
  margin-top: 16px;
}
.ma-top24{
  margin-top: 24px;
}
.ma-top32{
  margin-top: 32px;
}
.ma-bottom32{
  margin-bottom: 32px;
}
.text-center{
  text-align: center;
}
.text-caution {
  font-size: 11px;
}
.text-base {
  text-align: left;
}

.f-left{
  float: left;
}
.f-right{
  float: right;
}
/* LAYOUT ---------------------------- */
.container {
  width: 100%;
  text-align: center;
}
.contents {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .contents {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
}
@media screen and (max-width:767px) {
  .contents {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
}

/* PARTS ---------------------------- */
.cts-mgn{
  padding-top: 30px;
}
.cts-mgn h2{
  padding: 0;
}
.cts-base {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cts-inner-mgn{
  padding-top: 20px;
}
.cts-flow-mgn{
  padding-top: 56px;
}
.bg-blue {
  background: url('../img/bg.png') repeat 0 0;
}
.bg-pink {
  background-color: #fcf0e8;
}
.contents-title {
  margin-bottom: 0;
  text-align: center;
  font-weight: normal;
  font-size: 22px;
}

.contents-title-pink {
  margin-bottom: 8px;

  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: #f86245;
}
.contents-title-white {
  margin-bottom: 8px;

  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: white;
}
.contents-title-home {
  margin-bottom: 0;
  padding-top: 8px;
  text-align: center;
  font-weight: normal;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.5;
  color: #f86245;
  background: url('../img/title-home.png') no-repeat center 50%;
  background-size: auto 70px;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.contents-title-ribon {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  text-align: center;
  font-weight: normal;
  height: 41px;
  font-size: 24px;
  line-height: 1.7;
  color: white;
  font-weight: bold;
  background: url('../img/title-ribon.png') repeat-x 0 bottom;
  background-size: auto 82px;
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.contents-title-ribon:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: -40px;
    width: 40px;
    height: 41px;
    background: url('../img/title-ribon.png') no-repeat right 0;
    background-size: auto 82px;
}
.contents-title-ribon:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -40px;
    width: 40px;
    height: 41px;
    background:url('../img/title-ribon.png') no-repeat 0 0;
    background-size: auto 82px;
}
.contents-subtitle {
  margin: 16px 0 8px;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
}
.box-white {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
  border-radius: 3px;
  background-color: white;
}
.row {
  width: 100%;
}
.pct-100per{
  width: 100%;
}
.item-harf {
  float: left;
  width: 50%;
  text-align: center;
}
.item-one-third {
  width: 33%;
  text-align: center;
}
.item-quarter {
  width: 25%;
  text-align: center;
}
.pct-pc-80per {
  width: 80%;
}
.pct-pc-70per {
  width: 70%;
}
.pct-pc-50per {
  width: 50%;
}
/* btn */
.btn-wrap {
  padding: 30px 10px;
}
.btn-wrap img{
  width: 50%;
}
.btn-line {
  display: block;
}

@media screen and (max-width:767px) {
  .cts-base {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cts-mgn{
    padding-top: 20px;
  }
  .cts-inner-mgn {
    padding-top: 16px;
  }
  .cts-flow-mgn {
    padding-top: 36px;
  }
  .pct-pc-80per{
    width: 100%;
  }
  .pct-pc-70per{
    width: 100%;
  }
  .pct-pc-50per {
    width: 100%;
  }
  .bg-line {
    margin-top: 30px;
    padding: 20px 0;
  }
  .bg-line.sp-bg-line-normal {
    margin-top: 0;
    background: none;
    background-color: #f6f4e9;
  }
  .contents-title span {
    display: block;
  }
  .contents-subtitle {
    font-size: 12px;
  }
  .btn-wrap img{
    width: 100%;
  }
  .btn-line img {
    width:100%;
  }
  .contents-title-ribon {
    font-size: 18px;
    line-height: 1.7;
  }
  .contents-title-ribon {
    height: 31px;
    background-size: auto 62px;
  }
  .contents-title-ribon:before {
    right: -30px;
    width: 30px;
    height: 31px;
    background-size: auto 62px;
  }
  .contents-title-ribon:after {
    left: -30px;
    width: 30px;
    height: 31px;
    background-size: auto 62px;
  }
  .contents-title-home {
    height: 45px;
    font-size: 16px;
    background-size: auto 45px;
  }

}
/* CONTENTS ---------------------------- */
/* header */
.header {
  height: 80px;
}
.logo {
  margin-top: 20px;
  width: 220px;
  height: auto;
  float: left;
}
.area {
  margin-top: 12px;
  width: 140px;
  height: auto;
  float: right;
}
.cts-main {
  position: relative;
  text-align: center;
}
.logo-img {
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: center;
}
.logo-img img{
  margin:0 auto;
  width: 28%;
}
.cts-badge {
  margin: 16px 0;
  padding: 4px;
  font-size: 10px;
  color: #333;
  text-align: left;
  color: #999;
}
.cts-badge .badge-img {
  text-align: center;
}
.cts-badge .badge-img img{
  width: 20%;
  text-align: center;
}
.cts-badge .logo-img {
  margin-top: 26px;
  margin-bottom: 24px;
}
.cts-badge span{
  padding-right: 10px;

}
@media screen and (max-width:767px) {
  .cts-badge .badge-img img{
    width: 50%;
  }
  .cts-badge .sp-only-visible img{
    margin: 16px 12px 0;
    width: 80%;
  }
  .cts-badge .logo-img {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}

.cts-sp {
  padding: 4px;
  font-size: 12px;
  color: white;
  text-align: center;
  background-color: #f86245;
}
.cts-static {
  position: relative;
  text-align: center;
  padding: 48px 0;
  color: white;
}
.cts-static p{
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
}
.cts-static span{
  display: block;
  text-align: center;
  font-size: 13px;
  letter-spacing: 2px;
}
.bg-main {
  background: #97e0eb url('../img/main-bg.png') no-repeat center 10%;
  background-size: 100% auto;
}
.bg-top {
  min-height: 400px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cts-main__title {
  margin-top: 0px;
  width: 300px;
  height: 300px;
  margin-top: 40px;
  margin-left: 60px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  background-color: white;
  border-radius: 50% 50%;
}
.cts-main__title h1 img{
  margin-top: 60px;
  width: 220px;
  text-align: left;
}
.cts-main__pct {
  width: 50%;
  max-width: 487px;
  position: relative;
}
.cts-main__pct .pct-sp-harf {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 96%;
  box-sizing: border-box;
  vertical-align:bottom;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .bg-main {
    margin-top: 0;
  }
  .bg-top {
    min-height: 400px;
  }
}

@media screen and (max-width:767px) {
  .header {
    height: 60px;
  }
  .logo {
    margin-left: 0;
    width: 165px;
    height: auto;
  }
  .area {
    margin-top: 10px;
    width: 90px;
    height: auto;
  }
  .bg-main {
    background: #97e0eb url('../img/main-bg.png') no-repeat center 10%;
    background-size: 100% auto;
  }
  .cts-main {
    min-height: auto;
    margin-bottom: 0;
    display: block;
  }
  .cts-main__title {
    margin-top: 0;
    height: 180px;
    width: auto;
    height: auto;
    border-radius: 0;
    background: url('../img/main-title-bg.png') no-repeat center bottom;
    margin-left: 0;
  }
  .cts-main__title h1 img{
    width: 260px;
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
  }
  .cts-main__pct {
    width: 100%;
    max-width: none;
  }
  .cts-main__pct .pct-sp-harf {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* footer */
.footer {
  padding: 8px 0 24px;
  background-color: #efefef;
}
.footer.footer-top {
  margin-top: 0;
}
.footer .footer-nav {
  margin-top: 16px;
}
.footer .footer-nav ul li {
  font-size: 12px;
  display: inline;
  padding: 0 3px 0 3px;
}
.footer .footer-nav ul li:after {
  padding-left: 6px;
  content: "|";
  color: #ccc;
}
.footer .footer-nav ul li:last-child:after {
  padding-left: 0;
  content: "";
}
.footer .footer-nav ul li a {
  text-decoration: none;
}
.footer .footer-nav ul li a:hover {
  text-decoration: underline;
  color: #333;
}
.footer .footer-nav {
  margin-top: 16px;
}
.footer .footer-nav ul li {
  font-size: 12px;
  display: inline;
  padding: 0 3px 0 3px;
}
.footer .footer-nav ul li:after {
  padding-left: 6px;
  content: "|";
  color: #ccc;
}
.footer .footer-nav ul li:last-child:after {
  padding-left: 0;
  content: "";
}
.footer .footer-nav ul li a {
  text-decoration: none;
}
.footer .footer-nav ul li a:hover {
  text-decoration: underline;
  color: #333;
}


.footer .footer-social-nav {
  margin-top: 16px;
}
.footer .footer-social-nav ul li {
  display: inline;
  margin-right: 10px;
}
.footer .footer-social-nav ul li img{
  width: 30px;
  opacity: .5;
}
.footer .footer-social-nav ul li a {
  text-decoration: none;
}
.footer .footer-social-nav ul li a:hover {
  text-decoration: underline;
  opacity: .8;
}
.footer .logo-img img{
  width: 20%;
}
.footer .copyright {
  margin-top: 16px;
  font-size: 10px;
  color: #666;
}
@media screen and (max-width:767px) {
  .footer .logo-img img{
    width: 50%;
  }
}
/* characteristics */
.item-characteristics {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item-characteristics li {
  width: 46%;
}
.item-characteristics li:first-child {
  margin-left: 0;
}
.item-characteristics__detail {
  float: left;
  width: 66%;
  text-align: left;
}
.item-characteristics__detail dt {
  margin: 16px 0;
  font-size: 20px;
  color: #00afd4;
  font-weight: 500;
}
.item-characteristics__detail dd {
  font-size: 13px;
}
.item-characteristics__pct {
  float: right;
  width: 30%;
  text-align: center;
}
.item-characteristics__pct img {
  width: 100%;
}

@media screen and (max-width:767px) {
  .item-characteristics {
    display: block;
  }
  .item-characteristics li {
    width: 100%;
    margin-bottom: 16px;
    float: none;
    text-align: left;
  }
  .item-characteristics li:last-child {
    margin-bottom: 0;
  }
  .item-characteristics__detail {
  }
  .item-characteristics__detail dt {
    margin: 8px 0;
    font-size: 18px;
  }
  .item-characteristics li:nth-child(even) .item-characteristics__detail {
      float: left;
    }
  .item-characteristics li:nth-child(even) .item-characteristics__pct {
      float: right;
    }
  .item-characteristics li:nth-child(odd) .item-characteristics__detail {
      float: right;
    }
  .item-characteristics li:nth-child(odd) .item-characteristics__pct {
      float: left;
  }
}

/* rooms */
.item-rooms-wrap {
  padding-top: 12px;
}
.item-rooms-list {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item-rooms {
  width: 32%;
  background-color: white;
  border-radius: 3px;
  padding: 8px;
  margin-top: 16px;
  margin-right:1%;
  box-sizing: border-box;
}
.item-rooms:nth-child(4),
.item-rooms:nth-child(5) {
  margin-top: 32px;
}
.item-rooms__detail dt {
  padding-bottom: 8px;
  font-size: 16px;
  text-align: center;
  color: #00afd4;
}
.item-rooms__detail img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .item-rooms-wrap {
    width: auto;
    text-align: center;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .item-rooms {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
  }
  .item-rooms:nth-child(4),
  .item-rooms:nth-child(5) {
    margin-top: 0;
  }
  .item-rooms__detail dt {
    font-size: 16px;
  }
}

/* flow */
.item-flow li {
  width: 30%;
  float: left;
  position: relative;
  background-color: white;
  border-radius: 3px;
  margin-bottom: 34px;
  margin-right: 3%;
}
.item-flow li:after{
  content: '';
  position: absolute;
  bottom: 0;
  right: -16px;
  width: 13px;
  height: 100%;
  background: url('../img/cts04-arrow.png') no-repeat 100% center;
  background-size: auto 13px;
  transform: rotate(0.38turn);
}
.item-flow li:last-child {
  margin-bottom: 0;
}
.item-flow li:last-child:after {
  display: none;
}
.item-flow__detail {
  min-height: 340px;
}
.item-flow__detail dt {
  margin: 8px 15px;
  font-size: 16px;
  font-weight: 500px;
  text-align: left;
  color: #00afd4;
}
.item-flow__detail dd {
  font-size: 14px;
}
.item-flow__detail img {
  width: 100%;
  border-radius: 3px 3px 0px 0px;
}
.item-flow__text {
  text-align: left;
  padding: 0 15px 16px;
}
@media screen and (max-width:767px) {
  .item-flow {
    display: block;
  }
  .item-flow li {
    width: 100%;
    float: none;
  }
  .item-flow li:after{
    content: '';
    position: absolute;
    bottom: -24px;
    left:0;
    right:0;
    width: 100%;
    height: 13px;
    background: url('../img/cts04-arrow.png') no-repeat center 100%;
    background-size: auto 13px;
    transform: none;
  }
  .item-flow__detail {
    min-height: auto;
  }
  .item-flow__detail dt {
    margin: 8px 15px;
    font-size: 18px;
  }
  .item-flow__detail dd {
    font-size: 12px;
  }
}

/* voice */
.cts-voice {
}
.item-voice-list {
  text-align: left;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item-voice{
  width: 32%;
  background-color: white;
  border-radius: 3px;
  padding: 12px;
  margin-right: 1%;
  box-sizing: border-box;
}
.item-voice:nth-child(4),
.item-voice:nth-child(5),
.item-voice:nth-child(6) {
  margin-top: 32px;
}
.item-voice__detail dt {
  padding-top: 8px;
  font-size: 10px;
  text-align: left;
}
.item-voice__detail dd.pct {
  text-align: center;
}
.item-voice__detail dd.title {
  padding-top: 8px;
  font-size: 16px;
  text-align: center;
      color: #00afd4;
}
.item-voice__detail img {
  width: 75%;
  margin:0 auto;
}

@media screen and (max-width:767px) {
  .cts-voice {
    width: auto;
  }
  .item-voice {
    width: 100%;
    margin-bottom: 16px;
  }
  .item-voice__detail dt {
  }
}

/* faq */
.cts-faq {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.cts-faq li {
  padding: 12px 12px;
  background-color: white;
  border-radius: 3px;
  margin-bottom: 16px;
  text-align: left;
}
dl.item-faq {
  border-top: #a3a6a9 solid 1px;
}
dl.item-faq:first-child{
  border-top: none;
}
dl.item-faq .faq-block_q{
  position: relative;
  padding-left: 20px;
}
dl.item-faq .faq-block_a{
}
dl.item-faq .faq-block_q span,
dl.item-faq .faq-block_a span {
  display: inline-block;
  vertical-align: top;
}
dl.item-faq .faq-block_q span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #00afd4;
}
dl.item-faq .faq-block_a span {
  color: #ff8068;
  width: 20px;
}
dl.item-faq .faq-block_q a{
  display: block;
  text-decoration: none;
  padding-right: 16px;
}

dl.item-faq .faq-block_q i{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 13px;
  height: 9px;
  margin-top: auto;
  margin-bottom: auto;
  background: url('../img/cts07-arrow.png') no-repeat center 100%;
  background-size: 100% auto;
}
dl.item-faq .faq-block_q.is-open i{
  transform: rotateX( 180deg );
}
dl.item-faq .faq-block_a{
  display: none;
  padding-top: 8px;
}
@media screen and (max-width:767px) {
  .cts-faq {
    width: auto;
  }
}
/* choice */
.cts-choice {
  width: 800px;
}
.cts-choice .box-white img{
  margin: 32px 0;
}
@media screen and (max-width:767px) {
  .cts-choice {
    width: auto;
  }
  .cts-choice .box-white img{
    margin: 0;
  }
}
/* company */
.cts-static-base {
  margin: 40px 0;
  padding: 0 12px;
}
.cts-company {
  width: 50%;
  padding-right: 50px;
  float: left;
  box-sizing: border-box;
}
.company-table th {
  width: 100px;
}
.cts-map {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.cts-map iframe {
  width: 100%;
  height: 400px;
}
.cts-rule dl {
  margin-top: 30px;
  line-height: 1.6;
}
.cts-rule dl dt {
  font-weight: bold;
  padding: 16px 0;
  font-size: 18px;
}
.cts-rule dl dd {
  font-size: 13px;
}
.cts-rule dl ul {
  padding-left: 12px;
}
.cts-rule dl ul li {
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .cts-company {
    margin-top: 16px;
    float: none;
    width: 100%;
  }
  .company-table {
    font-size: 12px;
  }
  .cts-map {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}











/*----------------------------------------------------------------------
ＰＬＵＳＩＥＡ css
----------------------------------------------------------------------*/

section#company {
    margin-top: 100px;
}

#company .companyInformation {
    width: 100%;
    max-width: 1366px;
    margin: 80px auto 0px;
    padding: 0px 183px 0px 40px;
    display: -ms-flexbox;
    -js-display: flex;
    -webkit-box-sizing: border-box;
    -webkit-display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#company .companyInformation .imgWrapper {
    width: 46%;
    height: auto;
    display: block;
    position: relative;
}

.companyImg iframe {
    width: 525px;
    height: 665px;
    max-width: 100%;
}

/*.fluffyImage::before {
    content: '';
    width: 103%;
    height: 103%;
    position: absolute;
    top: -1.5%;
    left: -1.5%;
    z-index: 1000;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all 0.5s linear 0.0s;
    transition: all 0.5s linear 0.0s;
}*/

#company .companyInformation .imgWrapper img {
    width: 100%;
    height: auto;
    position: relative;
/*    box-shadow: 0px 0px 7px 0px rgba(22,21,21,0.15);*/
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

#company .companyInformation .information {
    width: 54%;
    padding: 0px 0px 0px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#company .companyInformation .information span.copy {
    width: 100%;
    height: auto;
    margin: -0.45em 0px 48px 0px;
    display: block;
    font-size: 243%;
    font-weight: 700;
    line-height: 1.875;
    color: #3d3331;
}

#company .companyInformation .information dl {
    width: 100%;
    height: auto;
}

#company .companyInformation .information dl dt {
    width: 100%;
    margin: 0px 0px 13px 0px;
    font-size: 123.1%;
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: 0.125em;
    color: #221714;
}

#company .companyInformation .information dl dd {
    width: 100%;
    margin: 0px 0px 38px 0px;
    padding: 0px 0px 24px 0px;
    font-size: 108%;
    font-weight: 500;
    line-height: 1.833;
    letter-spacing: 0.125em;
    color: #221714;
    border-bottom: #f0f0f0 3px solid;
    font-weight: normal;
}



@media screen and (max-width:767px) {
section#company {
    margin-top: 0px;
}

#company .companyInformation .imgWrapper {
    width: 90%;
    margin: auto;
    display: block;
}

#company .companyInformation .imgWrapper img {
    position: relative;
}

#company .companyInformation {
    padding-right: 0;
    padding-left: 0;
    margin-top: 30px;
}

#company .companyInformation .information {
    width: 90%;
    padding-left: 0;
    margin: 40px auto;
}

#company .companyInformation .information span.copy {
    margin: 30px auto;
    font-size: 7vw;
}

#company .companyInformation .information dl dt {
    font-size: 16px;
}

#company .companyInformation .information dl dd {
    font-size: 14px;
}

div#wrapper {
    margin-top: 0;
}

section#corevalue {
    padding-top: 100px;
}

.companyImg iframe {
    height: 50vh;
}


}
