
/*
* cmn_layout.css
*
*/

body {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 160%;
  word-wrap: break-word;
}


@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Noto Sans JP',"メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  }
}


#wrapper,
#contents {
  position: relative;
  width: 100%;
  margin:0 auto;
  padding:0;
  overflow: hidden;
}

a{
  color: #000;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}


/*条件の表示・非表示*/
.joken .open::before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 13px;
  height: 2px;
  background-color: #534230;
  border-radius: 100vh;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.joken .open::after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  right: 30px;
  width: 13px;
  height: 2px;
  background-color: #534230;
  border-radius: 100vh;
  transition: .3s;
}

.joken .open.on::before{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.joken .open.on::after{
  background-color: transparent;
}

/*===============================================
●画面の横幅が667px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 667px) {

  #wrapper{
    min-width: 1160px;
  }

  /* !共通
  ---------------------------------------------------------- */
  .sp-only{
    display:none !important;
  }

  a:hover{
    opacity: 0.8;
  }

  .list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }

  a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    zoom: 1;
    transition: opacity 0.5s ease;
  }


  /* メイン画像
  ---------------------------------------------------------- */
  header {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }

  header>a.logo {
    display: block;
    position: absolute;
    z-index: 4;
    top: 5%;
    left: 14%;
    width: 14%;
  }

  header > h1 {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0 auto;
  }

  /* コンテンツ部分
  ---------------------------------------------------------- */
  #box01 {
    display: flex;
    justify-content: space-between;
    width: 716px;
    margin: 30px auto 0;
  }
  #box01 > li {
    width: 471px;
  }
  #box01 > li:nth-of-type(2) {
    width: 227px;
  }

  /* キャンペーン */
  #campaign {
    position: relative;
    width: 100%;
    margin: 45px auto 0;
    padding: 8% 0 70px 0;
    background: url(../images/campaign_bg.webp) top center no-repeat;
    background-size: cover;
  }
  #campaign > img.bg_top {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
  }
  #campaign > img.title {
    position: relative;
    z-index: 4;
    width: 650px;
    margin: 0 auto;
  }
  #campaign > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 766px;
    margin: 30px auto 0;
  }
  #campaign > ul > li {
    width: 234px;
    margin-bottom: 10px;
  }

  #campaign > div.box_campaign {
    position: relative;
    width: 960px;
    margin: 110px auto 0;
    padding: 75px 0 120px;

    background-image: url("../images/campaign_box_top.webp"), url("../images/campaign_box_btm.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom left;
    background-size: 100%, 100%;
    background-color: #FFF3F3;
    border: 2px solid #2B4550;
  }

  #campaign > div.box_campaign > img.title {
    position: absolute;
    top: -68px;
    left: 24px;
    width: 148px;
  }
  #campaign > div.box_campaign > img.detail01 {
    width: 840px;
    margin: 0 auto;
  }
  #campaign > div.box_campaign > a.btn_open {
    display: block;
    width: 267px;
    margin: 20px auto 0;
  }
  #campaign > div#campaign01 > img.detail01,
  #campaign > div#campaign02 > img.detail01 {
    width: 904px;
  }
  #campaign > div.box_campaign > div.detail02 {
    display: none;
    width: 840px;
    margin: 30px auto 0;
  }
  #campaign > div.box_campaign > a.btn {
    display: block;
    width: 548px;
    margin: 40px auto 0;
  }

  #campaign > img.txt {
    width: 960px;
    margin: 30px auto 0;
  }


  /* ご成約W特典 */
  #tokuten{
    width: 100%;
    margin: 0 auto;
    padding: 70px 0;
    background: url(../images/tokuten_bg.webp) top center no-repeat;
    background-size: cover;
  }
  #tokuten > img{
    width: 960px;
    margin: 0 auto;
  }
  #tokuten > a{
    display: block;
    width: 396px;
    margin: 40px auto 0;
  }


  /* model_house */
  #model_house{
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 70px 0;
  }
  #model_house > img.title {
    width: 639px;
    margin: 0 auto;
  }
  #model_house > ul {
    display: flex;
    justify-content: space-between;
    width: 960px;
    margin: 55px auto 0;
  }
  #model_house > ul > li {
    width: 225px;
  }
  #model_house > ul > li > a {
    display: block;
    margin-top: 20px;
  }

  /* house */
  #yokkaichi,
  #suzuka,
  #tsu,
  #ichinomiya {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
    background-color: #ADBC88;
    border-top: 4px solid #7B8B3B;
  }
  #suzuka {
    background-color: #89B8C6;
    border-top: 4px solid #5B8E9D;
  }
  #tsu {
    background-color: #4E6590;
    border-top: 4px solid #203152;
  }
  #ichinomiya {
    background-color: #C8BA9B;
    border-top: 4px solid #90846A;
  }

  .house{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
  .house > img.house{
    width: 960px;
    margin: 0 auto;
  }
  .house > img.btm{
    position: relative;
    z-index: 1;
    margin: -14% auto 0;
  }
  .house > img.img{
    position: absolute;
    top: 60px;
    left: -25px;
    width: 107px;
  }

  /* 間取り */
  .madori {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0 0;
    background-color: #B6BCA6;
  }

  #suzuka .madori {
    background-color: #7EA1AA;
  }
  #tsu .madori {
    background-color: #9BAAC7;
  }
  #ichinomiya .madori {
    background-color: #C6BFAF;
  }

  .madori > img.madori{
    position: relative;
    z-index: 2;
    width: 960px;
    margin: 0 auto;
  }
  .madori .slider_wrap{
    position: relative;
    z-index: 2;
    margin: 70px auto 0;
  }
  .madori .slider_wrap > p{
    font-size: 10px;
  }
  .madori ul{
    margin: 0 auto;
  }
  .madori .slick-slide {
    position: relative;
    margin: 0 9px;
    padding-bottom: 10px;
    border-radius: 20px;
  }
  .madori .slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(182,188,166,0.3);
  }

  #suzuka .madori .slick-slide::before {
    background-color: rgba(126,161,170,0.3);
  }

  #tsu .madori .slick-slide::before {
    background-color: rgba(155,170,199,0.3);
  }

  #ichinomiya .madori .slick-slide::before {
    background-color: rgba(198,191,175,0.3);
  }

  .madori .slick-slide.slick-center::before {
    display: none;
  }
  .madori .slide-arrow {
    width: 68px;
    height: 40px;
    cursor: pointer;
  }
  .madori .next-arrow {
    position: absolute;
    z-index: 999;
    top: auto;
    bottom: -78px;
    left: 300px;
    right: 0;
    margin: 0 auto;
  }
  .madori .prev-arrow {
    position: absolute;
    z-index: 999;
    top: auto;
    bottom: -78px;
    left: 0;
    right: 300px;
    margin: 0 auto;
  }

  .madori > img.img01{
    position: absolute;
    z-index: 3;
    top: 140px;
    right: -217px;
    width: 411px;
  }
  .madori > img.img02{
    position: absolute;
    z-index: 1;
    top: 480px;
    left: -67px;
    width: 489px;
  }
  #suzuka .madori > img.img02{
    top: 550px;
  }
  #tsu .madori > img.img02{
    top: 540px;
  }
  #ichinomiya .madori > img.img02{
    top: 580px;
  }

  /* recommend */
  .recommend {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: -20px auto 0;
    padding-top: 170px;
    background-color: #B6BCA6;
  }
  .recommend > img.txt {
    width: 960px;
    margin: 0 auto;
  }
  .recommend > a.btn_form {
    position: relative;
    z-index: 2;
    display: block;
    width: 548px;
    margin: 60px auto 0;
  }
  .recommend > img.btm {
    position: relative;
    z-index: 1;
    margin: -30px auto 0;
  }

  #suzuka .recommend {
    background-color: #7EA1AA;
  }

  #tsu .recommend {
    background-color: #9BAAC7;
  }

  #ichinomiya .recommend {
    background-color: #C6BFAF;
  }

  /* box03 */
  #box03 {
    width: 100%;
    margin: 0 auto;
    padding: 75px 0;
    background: url(../images/box03_bg.webp) top center no-repeat;
    background-size: cover;
  }
  #box03 > div.inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  #box03 > div.inner > img.detail {
    width: 890px;
    margin: 0 auto;
  }
  #box03 > div.inner > img.sakura01 {
    position: absolute;
    top: -30px;
    left: -175px;
    width: 154px;
  }
  #box03 > div.inner > img.sakura02 {
    position: absolute;
    top: -57px;
    right: -146px;
    width: 192px;
  }
  #box03 > div.inner > img.sakura03 {
    position: absolute;
    bottom: -58px;
    right: -129px;
    width: 151px;
  }
  #box03 > div.joken {
    position: relative;
    width: 650px;
    margin: 40px auto 0;
  }
  #box03 > div.joken > p{
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    color: #534230;
    line-height: 1.4;
  }
  #box03 > div.joken > div {
    position: relative;
    width: 100%;
    margin: 25px auto 0;
    padding: 8px 0 8px 30px;
    font-size: 14px;
    font-weight: 700;
    color: #534230;
    text-align: left;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
  }
  #box03 > div.joken > div > div {
    display: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px 45px 15px 15px;
    font-size: 12px;
    text-align: left;
  }


  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 70px auto 0 auto;
    padding: 50px 0 0 0;
    border-top: #D6D6D6 1px solid;
  }

  footer > a {
    display: block;
    width: 443px;
    margin: 0 auto;
  }

  footer > a > img {
    width: 443px;
  }

  footer > div {
    width: 400px;
    margin: 40px auto 0 auto;
  }

  footer > div > div:nth-of-type(1) {
    width: 254px;
  }

  footer > div > div:nth-of-type(1) img {
    width: 254px;
  }

  footer > div > div:nth-of-type(2) {
    width: 130px;
    margin: 0 0 0 10px;
    font-size: 12px;
    text-align: left;
    line-height: 140%;
  }

  footer > p:nth-of-type(1) {
    margin: 10px 0 0 0;
    font-size: 14px;
  }

  footer > p:nth-of-type(2) {
    margin: 25px 0 0 0;
    font-size: 12px;
    line-height: 160%;
  }

  footer > p:nth-of-type(2) span {
    display: inline-block;
    margin: 0 5px;
  }

  footer > p.copyright {
    display: block;
    width: 100%;
    margin: 60px auto 0 auto;
    padding: 15px 0;
    font-size: 12px;
    color: #fff;
    background-color: #333333;
    line-height: 100%;
  }

  /* フォームへ
  ----------------------------------------------------------*/
  .gotoForm {
    display: none;
    position: fixed;
    top: 25%;
    right: 0;
    margin: auto;
    width: 68px;
    height: 287px;
    z-index: 999999;
  }

  .gotoForm > a {
    display: block;
    width: 68px;
    height: 287px;
  }

  .gotoForm > a:hover {
    opacity: 1;
  }

  /* 追従ボタン
  ----------------------------------------------------------*/
  .fixed_btn {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.5s;
  }
  .fixed_btn.on {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
  }
  .fixed_btn > a {
    display: block;
    width: 0 auto;
  }
  .fixed_btn > a:nth-of-type(1) {
    padding-right: 1px;
  }
  .fixed_btn > a:nth-of-type(2) {
    padding-left: 1px;
  }
  .fixed_btn > a:hover {
    opacity: 1;
  }

}


/*===============================================
●画面の横幅が666px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 666px) {

  /* !共通
  ---------------------------------------------------------- */
  .pc-only{
    display:none !important;
  }

  .sp-list-flex{
    display:-webkit-box !important;
    display:-moz-box !important;
    display:-ms-box !important;
    display:-webkit-flexbox !important;
    display:-moz-flexbox !important;
    display:-ms-flexbox !important;
    display:-webkit-flex !important;
    display:-moz-flex !important;
    display:-ms-flex !important;
    display:flex !important;
    -webkit-box-lines:multiple !important;
    -moz-box-lines:multiple !important;
    -webkit-flex-wrap:wrap !important;
    -moz-flex-wrap:wrap !important;
    -ms-flex-wrap:wrap !important;
    flex-wrap:wrap !important;
  }

  /*------------------------------------
  clearfix
  --------------------------------------*/
  .clearfix-sp {
    zoom:1;
    overflow:hidden;
  }
  .clearfix-sp:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
  }

  /* メイン画像
  ---------------------------------------------------------- */
  header {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
  }

  header>a.logo {
    display: block;
    position: absolute;
    z-index: 3;
    top: 3%;
    right: 7%;
    width: 29%;
  }

  header > h1 {
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }

  header > div.btn {
    position: absolute;
    z-index: 4;
    bottom: 6.1%;
    left: 0;
    right: 0;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }

  header > div.btn > a {
    display: block;
    width: 45%;
  }

  header > div.btn > a > img {
    filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
  }


  /* コンテンツ部分
  ---------------------------------------------------------- */
  #box01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 15px auto 0;
  }
  #box01 > li {
    width: 47%;
  }

  /* キャンペーン */
  #campaign {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    padding: 13% 0 50px 0;
    background: url(../images/campaign_bg_sp.webp) top center repeat-y;
    background-size: 100%;
  }
  #campaign > img.bg_top {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
  }
  #campaign > img.title {
    position: relative;
    z-index: 4;
    width: 90%;
    margin: 0 auto;
  }
  #campaign > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 15px auto 0;
  }
  #campaign > ul > li {
    width: 48%;
    margin-bottom: 5px;
  }

  #campaign > div.box_campaign {
    position: relative;
    width: 90%;
    margin: 70px auto 0;
    padding: 17% 0 23%;

    background-image: url("../images/campaign_box_top_sp.webp"), url("../images/campaign_box_btm_sp.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom left;
    background-size: 100%, 100%;
    background-color: #FFF3F3;
    border: 1px solid #2B4550;
  }

  #campaign > div.box_campaign > img.title {
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 93px;
  }
  #campaign > div.box_campaign > img.detail01 {
    width: 90%;
    margin: 0 auto;
  }
  #campaign > div#campaign01 > img.detail01 {
    width: 95%;
  }
  #campaign > div.box_campaign > a.btn_open {
    display: block;
    width: 60%;
    margin: 20px auto 0;
  }
  #campaign > div.box_campaign > div.detail02 {
    display: none;
    width: 90%;
    margin: 30px auto 0;
  }
  #campaign > div.box_campaign > a.btn {
    display: block;
    width: 88%;
    margin: 20px auto 0;
  }
  #campaign > img.txt {
    width: 90%;
    margin: 20px auto 0;
  }

  /* ご成約W特典 */
  #tokuten{
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #tokuten > img{
    width: 100%;
    margin: 0 auto;
  }
  #tokuten > a{
    position: absolute;
    bottom: 3.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 90%;
  }

  /* model_house */
  #model_house{
    width: 100%;
    margin: 0 auto;
    padding: 10% 0 50px 0;
  }
  #model_house > img.title {
    width: 88%;
    margin: 0 auto;
  }
  #model_house > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  #model_house > ul > li {
    width: 47%;
    margin-top: 20px;
    text-align: center;
  }
  #model_house > ul > li:nth-of-type(1) {
    width: 52%;
  }
  #model_house > ul > li > a {
    display: block;
    margin-top: 10px;
  }
  #model_house > ul > li:nth-of-type(1) > a {
    width: 88%
  }
  #model_house > img.btm {
    width: 100%;
    margin: 0 auto;
  }

  /* house */
  #yokkaichi,
  #suzuka,
  #tsu,
  #ichinomiya {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    background-color: #ADBC88;
    border-top: 4px solid #7B8B3B;
  }
  #suzuka {
    background-color: #89B8C6;
    border-top: 4px solid #5B8E9D;
  }
  #tsu {
    background-color: #4E6590;
    border-top: 4px solid #203152;
  }
  #ichinomiya {
    background-color: #C8BA9B;
    border-top: 4px solid #90846A;
  }

  .house{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }
  .house > img.house{
    width: 100%;
    margin: 0 auto;
  }

  /* 間取り */
  .madori {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    background-color: #B6BCA6;
  }

  #suzuka .madori {
    background-color: #7CA8B5;
  }
  #tsu .madori {
    background-color: #9BAAC7;
  }
  #ichinomiya .madori {
    background-color: #C6BFAF;
  }

  .madori > img.madori{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }

  .madori .slider_wrap{
    position: relative;
    z-index: 2;
    margin: 0 auto;
  }

  .madori .slider_wrap > p{
    font-size: 10px;
  }

  .madori ul{
    margin: 0 auto;
  }
  .madori .slick-slide {
    position: relative;
    margin: 0 9px;
    padding-bottom: 10px;
    border-radius: 20px;
    background-color: #ffffff;
  }
  .madori .slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(182,188,166,0.3);
  }

  #suzuka .madori .slick-slide::before {
    background-color: rgba(181,207,214,0.3);
  }

  #tsu .madori .slick-slide::before {
    background-color: rgba(155,170,199,0.3);
  }

  #ichinomiya .madori .slick-slide::before {
    background-color: rgba(198,191,175,0.3);
  }

  .madori .slick-slide.slick-center::before {
    display: none;
  }
  .madori .slide-arrow {
    width: 60px;
    cursor: pointer;
  }
  .madori .next-arrow {
    position: absolute;
    z-index: 999;
    top: auto;
    bottom: -73px;
    right: 20px;
  }
  .madori .prev-arrow {
    position: absolute;
    z-index: 999;
    top: auto;
    bottom: -73px;
    left: 20px;
  }
  .slick-dots li {
    margin: 0 2px;
  }
  .madori .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }

  /* recommend */
  .recommend {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: -20px auto 0;
    padding-top: 120px;
    background-color: #B6BCA6;
  }
  .recommend > img.txt {
    width: 90%;
    margin: 0 auto;
  }
  .recommend > a.btn_form {
    position: relative;
    z-index: 2;
    display: block;
    width: 80%;
    margin: 30px auto 0;
  }
  .recommend > img.btm {
    position: relative;
    z-index: 1;
    margin: -10px auto 0;
  }

  #suzuka .recommend {
    background-color: #7CA8B5;
  }
  #tsu .recommend {
    background-color: #9BAAC7;
  }
  #ichinomiya .recommend {
    background-color: #C6BFAF;
  }

  /* box03 */
  #box03 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 17px 0 50px;
    background: url(../images/box03_bg_sp.webp) top center no-repeat;
    background-size: cover;
  }
  #box03 > div.inner {
    width: 100%;
    margin: 0 auto;
  }
  #box03 > div.inner > img.sakura03 {
    position: absolute;
    z-index: 1;
    bottom: 8px;
    right: 0;
    width: 17%;
  }
  #box03 > div.joken {
    position: relative;
    z-index: 2;
    margin: 30px auto 0;
  }
  #box03 > div.joken > p{
    width: 85%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    color: #534230;
    line-height: 1.4;
  }
  #box03 > div.joken > div {
    position: relative;
    width: 85%;
    margin: 10px auto 0;
    padding: 8px 20px 8px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #534230;
    text-align: left;
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
  }
  #box03 > div.joken > div > div {
    display: none;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 12px;
    text-align: left;
  }
  #box03 > img.detail {
    margin: 40px auto 0;
  }


  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 10px auto 0 auto;
    padding: 50px 0 0 0;
    border-top: #D6D6D6 1px solid;
  }

  footer > a {
    display: block;
    width: 90%;
    max-width: 335px;
    margin: 0 auto;
  }

  footer > a > img {
    width: 100%;
  }

  footer > div {
    width: 80%;
    margin: 20px auto 0 auto;
  }

  footer > div > div:nth-of-type(1) {
    width: 100%;
  }

  footer > div > div:nth-of-type(1) img {
    width: 206px;
    margin: 0 auto;
  }

  footer > div > div:nth-of-type(2) {
    width: 100%;
    margin: 10px auto 0 auto;
    font-size: 15px;
    line-height: 160%;
  }

  footer > p:nth-of-type(1) {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 160%;
  }

  footer > p:nth-of-type(2) {
    margin: 30px 0 0 0;
    font-size: 12px;
    line-height: 100%;
  }

  footer > p:nth-of-type(2) span {
    display: block;
    margin: 0 auto 10px auto;
  }

  footer > p.copyright {
    display: block;
    width: 100%;
    margin: 40px auto 0 auto;
    padding: 15px 0;
    font-size: 10px;
    color: #fff;
    background-color: #333333;
    line-height: 100%;
  }

  /* フォームへ
  ----------------------------------------------------------*/
  .gotoForm {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0.8;
    z-index: 999999;
  }

  .gotoForm > a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .gotoForm > a:hover {
    opacity: 0.8;
  }


  /* 追従ボタン
  ----------------------------------------------------------*/
  .fixed_btn {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.5s;
  }
  .fixed_btn.on {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
  }
  .fixed_btn > a {
    display: block;
    width: 0 auto;
    width: 50%;
  }
  .fixed_btn > a:hover {
    opacity: 1;
  }


}


/*===============================================
●画面の横幅が360px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 360px) {



}



/* 終了対応 */
 .end-message{
  text-align: center;
  color: white;
  background: red;
  padding: 0.8rem;
  font-weight: bold;
}
.end-message>.sp{
  display: none;
}
@media screen and (max-width: 666px) {
  .end-message{
    padding: 0.5rem;
  }
  .end-message>.sp{
    display: block;
  }
}
