@charset "utf-8";

#mbbt5{margin-bottom:5%;}


.tk-contents{
  width: 100%;
  margin:0 auto;
  padding:10px 0 0;
  position: relative;
}

.tk-contents h1{
  font-family: 'Zen Antique', serif;
  font-weight:400;
  font-size:2.2em;
  margin-bottom:30px;
  line-height:1.5;
}

@media screen and (max-width: 1280px) {
.tk-contents h1{
  font-size:1.8em;
  margin-bottom:15px;
}
}

@media screen and (max-width: 900px) {
.tk-contents h1{
  font-size:1.6em;
  margin-bottom:15px;
}
}

@media screen and (max-width: 568px) {
.tk-contents h1{
  font-size:1.3em;
  margin-bottom:5px;
  line-height:1.4;
}
}

.tk-contents .sb-txt{
  letter-spacing:0em;
  line-height:2;
  font-size:1.05em;
  color:#000;
  margin:15px 0;
  font-family: 'Zen Old Mincho', serif;
  font-weight:400;
}

.tk-contents .sb-txt a {
  text-decoration: none;
  color:#475f6c;
}

.tk-contents .sb-txt a:hover {
  color:#53658d;
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
.tk-contents .sb-txt{
  line-height:1.8;
  font-size:1em;
  margin:10px 0;
}
}

@media screen and (max-width: 900px) {
.tk-contents .sb-txt{
  text-align: left;
}
}

@media screen and (max-width: 568px) {
.tk-contents .sb-txt{
  margin:10px 0;
  line-height:1.6;
  font-size:0.95em;
}
}

/* .scroll-infinity
--------------------------------------------------*/
.scroll-infinity{
  padding:0;
  position: relative;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin:3% auto;
}

.scroll-infinity__wrap img{
  width:100%;
  height:auto;
}

.sc-pc{display:block;}
.sc-sp{display:none;}

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


.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 1s both;
}
.scroll-infinity__item {
  width: calc(100vw / 4);
  padding:0 3px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
.scroll-infinity__item {
  width: calc(100vw / 2.5);
}
}

@media screen and (max-width: 568px) {
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1.5);
}
}

.scroll-infinity__item>img {
  width: 100%;
  height:auto;
  display:block;
}

.up_wave {
    background-image: url(https://www.ernesto-zanpa.com/long-stay/images/up_wavet.png);
    top: 0;
    right: 0%;
    width: 100%;
    height: 35px;
    background-repeat: repeat-x;
    background-size: 100% auto;
    background-position: center bottom;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width: 1350px) {
.up_wave {
    height: 25px;
}
}

@media screen and (max-width: 900px) {
.up_wave {
  height: 15px;
}
}

@media screen and (max-width: 568px) {
.up_wave {
  height: 8px;
}
}

.bt_wave {
    background-image: url(https://www.ernesto-zanpa.com/long-stay/images/bt_wavet.png);
    bottom: -1px;
    left: 0%;
    width: 100%;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    position: absolute;
    z-index: 2;
}

@media screen and (max-width: 1350px) {
.bt_wave {
    height: 25px;
}
}

@media screen and (max-width: 900px) {
.bt_wave {
  height: 15px;
}
}

@media screen and (max-width: 568px) {
.bt_wave {
  height: 8px;
}
}

/* top-other
--------------------------------------------------*/
#top-other {
  width: 100%;
  margin: 0;
  padding:0 0 5%;
  box-sizing: border-box;
  z-index:1;
  position: relative;
}

@media screen and (max-width: 900px) {
#top-other {
  padding:5% 0;
}
}

@media screen and (max-width: 568px) {
#top-other {
  padding:5% 2%;
}
}

.sp-catchs{
  font-family: 'Zen Antique', serif;
  font-weight:400;
  font-size:2em;
  text-align: center;
  padding-bottom:2%;
}

@media screen and (max-width: 1280px) {
.sp-catchs{
  font-size:1.8em;
  margin-bottom:15px;
}
}

@media screen and (max-width: 900px) {
.sp-catchs{
  font-size:1.6em;
  margin-bottom:15px;
}
}

@media screen and (max-width: 568px) {
.sp-catchs{
  font-size:1.3em;
  margin-bottom:5px;
  line-height:1.4;
}
}

.sp-tptxs{
  margin-bottom:1%;
  color:#000;
  text-align: center;
  padding-bottom:1%;
  line-height:2;
  font-size:1.05em;
  font-family: 'Zen Old Mincho', serif;
  font-weight:400;
}

@media screen and (max-width: 1280px) {
.sp-tptxs{
  text-align: left;
  padding:0 2% 1%;
  font-size:1em;
  line-height:1.8;
}
}

@media screen and (max-width: 568px) {
.sp-tptxs{
  font-size:0.95em;
  line-height:1.6;
}
}


/* special-sche
--------------------------------------------------*/
.special-sche{
  width: 100%;
  padding:2% 0 4%;
  margin:0!important;
  position: relative;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  background-color:#FFF;
}

@media screen and (max-width: 900px) {
.special-sche{
  box-sizing: border-box;
  padding:4% 0 4%;
}
}

.special-sche:before{
  display:block;
  position:absolute;
  top:-199px;
  left:0%;
  width:100%;
  height:200px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(//www.ernesto-zanpa.com/wedding/images/bg_cont.webp);
  content:''
}

.sp-catch{
  font-weight: 400;
  font-size:1.8em;
  color:#34378F;
  text-align: center;
  padding-bottom:2%;
}
@media screen and (max-width: 900px) {
.sp-catch{
  font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.sp-catch{
  font-size:1.25em;
}
}

.sp-tptx{
  margin-bottom:1%;
  color:#000;
  text-align: center;
  padding-bottom:1%;
  line-height:2;
  font-size:1.05em;
}

@media screen and (max-width: 900px) {
.sp-tptx{
  text-align: left;
  padding:0 2% 1%;
  font-size:1em;
}
}

@media screen and (max-width: 568px) {
.sp-tptx{
  font-size:0.95em;
  line-height:1.8;
}
}

.sp-tptx2{
  margin-bottom:1%;
  color:#000;
  text-align: center;
  padding-bottom:2%;
  line-height:2;
  font-size:1.05em;
}

@media screen and (max-width: 900px) {
.sp-tptx2{
  text-align: left;
  padding:0 2% 1%;
  font-size:1em;
}
}

@media screen and (max-width: 568px) {
.sp-tptx2{
  font-size:0.95em;
  line-height:1.8;
}
}

.sp-tptx span{
  color:#B91018;
  font-weight:600;
  background: linear-gradient(transparent 70%, #FFFB81 70%);
}

.sp-tptx2 span{
  color:#B91018;
  font-weight:600;
  background: linear-gradient(transparent 70%, #FFFB81 70%);
}


.sp-text2{
  width: 45%;
  display:inline-block;
  vertical-align:middle;
  box-sizing: border-box;
  padding-left:5%;
  text-align:left;
}

@media screen and (max-width: 820px) {
.sp-text2{
  padding:2% 2%;
  width: 100%;
}
}

@media screen and (max-width: 568px) {
.sp-text2{
  text-align: left;
  font-size:14px;
  line-height:1.8;
}
}

.sp-text2 h3{
  color:#BB9822;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size:1.4em;
  line-height:1.6;
  margin-bottom:20px;
  letter-spacing:0em;
}

@media screen and (max-width: 820px) {
.sp-text2 h3{
  margin-bottom:10px;
  font-size:1.25em;
}
}

@media screen and (max-width: 568px) {
.sp-text2 h3{
  margin-top:5px;
  margin-bottom:5px;
  font-size:1.15em;
}
}

.sp-text2 p{
  line-height:2;
  color:#000;
  margin:10px 0;
}

@media screen and (max-width: 820px) {
.sp-text2 p{
  line-height:1.8;
  font-size:14px;
  margin:5px 0;
}
}

.sp-text2 span {color:#AC1805;margin-left:3px;margin-right:3px;}

/* .scontainer
--------------------------------------------------*/
#scontainer{
  width:100%;
  max-width:1200px;
  box-sizing: border-box;
  padding:0 2%;
  margin:0 auto;
}

@media screen and (max-width: 568px) {
#scontainer {
  padding: 0 4%;
}
}

/* .sp-container
--------------------------------------------------*/
#sp-container{
  width:100%;
  max-width:1580px;
  box-sizing: border-box;
  padding:0 2%;
  margin:0 auto;
}

@media screen and (max-width: 820px) {
#sp-container {
  padding: 0;
}
}

.special-point{
  margin:1% auto 5%;
  width:100%;
}

.special-point .splist{
  text-align: center;
  width:100%;
  box-sizing: border-box;
  padding:0 2%;
}

@media only screen and  (max-width: 1280px) {
.special-point .splist{
  padding:0;
}
}

.special-point .splsy{
  display:inline-block;
  width:32.3333%;
  margin:2% 0.5%;
  vertical-align: top;
  box-sizing: border-box;
  padding:0 15px;
  position: relative;
}

@media only screen and  (max-width: 900px) {
.special-point .splsy{
  padding:10px 3%;
  width:50%;
  margin:0;
}
}

@media screen and (max-width: 568px) {
.special-point .splsy{
  padding:10px 4%;
  width:100%;
  display:block;
  margin:2% 0;
}
}

.spph {
  width:100%;
  position: relative;
  display:block;
}

.spph img{
  width:100%;
  height:auto;
}

.spph .nmber{
  position:absolute;
  width:65px;
  top:-13px;
  left:5%;
}

@media screen and (max-width: 820px) {
.spph .nmber{
  top:-3px;
}
}

@media screen and (max-width: 568px) {
.spph .nmber{
  width:50px;
  top:0;
  margin-left:-25px;
}
}

.spph .nmber img{
  width:100%;
  height:auto;
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width:100%;
}

.bx-wrapper img{
  width:100%;
  height:auto;
}


/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .75em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  z-index:10;
  position: absolute;
  bottom: 1px;
  width:100%;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-controls-auto {
  display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
  text-indent: -9999px;
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}


.bx-wrapper .bx-pager {
  font-size: .7em;
  bottom: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
  margin: 0 4px;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #FFF;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-next:hover {
  filter:alpha (opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
  background: #000;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}


.bx-wrapper .bx-prev {
 left: 10px;
}
.bx-wrapper .bx-next {
 right: 10px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  text-indent: -9999px;
  z-index: 99;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.bx-wrapper .bx-controls-direction a:before,
.bx-wrapper .bx-controls-direction a:after {
 content: '';
 position: absolute;
 top: 16px;
 left: 12px;
}
.bx-wrapper .bx-controls-direction a:after {
 width: 16px;
 height: 16px;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 transform: rotate(45deg);
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
 transform: rotate(-135deg);
 left: 20px;
}


.bx-wrapper .bx-prev {
 left: 5px;
}
.bx-wrapper .bx-next {
 right: 5px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

.bx-wrapper .bx-controls-direction a:before,
.bx-wrapper .bx-controls-direction a:after {
 content: '';
 position: absolute;
 top: 10px;
 left: 7px;
}

.bx-wrapper .bx-controls-direction a:after {
 width: 10px;
 height: 10px;
}

.bx-wrapper .bx-controls-direction a.bx-prev:after {
 left: 12px;
}

.csbt_box p{font-size:14px;letter-spacing: 0.05em;display:inline-block;padding-left:5px;padding-right:5px;margin-bottom:10px;font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;}

@media screen and (max-width: 568px) {
.csbt_box p{padding-left:1px;padding-right:1px;font-size:13px;}
}

.csbt_box .bt02 a{border:1px solid #BD9614;color:#BD9614;display:inline-block;padding:7px 10px 5px;background-color:#FFF;}
.csbt_box .bt02 a:hover{color:#FFF;text-decoration:none;background-color:#BD9614;}

@media screen and (max-width: 568px) {
.csbt_box .bt02 a{padding:7px 8px 5px;}
}

.csbt_box .bt02 .fa{
  margin-right:5px;
}

.sptrm_syousai{
  width:100%;
  padding: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
.sptrm_syousai{
  padding: 5px 0;
}
}

.sptrm_syousai h3{
  color:#BB9822;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size:1.1em;
  line-height:1.6;
  margin-top:10px;
  text-align: center;
  letter-spacing:0em;
}

@media screen and (max-width: 1280px) {
.sptrm_syousai h3{
  font-size:1.05em;
}
}

@media screen and (max-width: 568px) {
.sptrm_syousai h3{
  margin-top:5px;
  line-height:1.4;
  font-size:1em;
}
}

.sptrm_syousai .sptr_wk{
  color:#B91018;
  display:inline-block;
  vertical-align: top;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  margin:10px 5px 0;
}

@media only screen and  (max-width: 568px) {
.sptrm_syousai .sptr_wk{
  font-size:0.95em;
}
}

.sptrm_syousai .sptr_pk{
  color:#34378F;
  text-align: center;
  margin:7px auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.sptrm_syousai .sptr_pk .fa{
  margin-right:5px;
}

.sptrm_syousai .idf{
  color:#34378F;
  margin:2px 5px;
  display:inline-block;
  vertical-align: top;
  font-weight:400;
  font-family: 'Noto Sans JP', sans-serif;
}

.sptrm_syousai .fa{
  margin-right:5px;
}

@media only screen and  (max-width: 568px) {
.sptrm_syousai .idf{
  font-size:0.95em;
}
}

.beach-map{
  width:100%;
  max-width:623px;
  box-sizing: border-box;
  margin:1% auto 5%;
  text-align: center;
  position: relative;
  border:2px solid #333A56;
}

@media screen and (max-width: 568px) {
.beach-map{
  border:none;
  margin:3% auto 5%;
}
}

.beach-map .sy_ttl{
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 !important;
  color: #FFF;
  font-size: 1em;
  background:#333A56;
  padding: 1.5% 2%;
  font-weight:400;
  display:inline-block;
  line-height:1;
  letter-spacing : 0.05em;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
}

.sptrm_syousai ul{
  width:100%;
  margin:0 auto;
  text-align: center;
  display:block;
}

.sptrm_syousai li{
  display:inline-block;
  padding:5px;
  vertical-align: top;
  color:#34378F;
}

@media only screen and  (max-width: 568px) {
.sptrm_syousai li{
  font-size:0.95em;
}
}

.sptrm_syousai .sptr_tx{
  color:#000;
  font-size:14px;
  line-height:1.6;
  padding:10px 0;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 568px) {
.sptrm_syousai .sptr_tx{
  font-size:13px;
  line-height:1.4;
  padding:0 4%;
}
}

.sptrm_syousai .sptr_tx span{
  color:#B91018;
}

@media screen and (max-width: 568px) {
.sptrm_syousai .sptr_tx{
  font-size:13px;
  margin-top:7px;
}
}
.wbbt2{
  text-align: center;
  font-size:13px;
  letter-spacing : 0.03em;
  margin-top:5px;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
}

@media only screen and  (max-width: 900px) {
.wbbt2{
  margin-bottom:5px;
  margin-top:15px;
}
}

.wbbt2 .fa{
  margin-right:5px;
}

.wbbt2 a{color:#52658F;display:inline-block;padding:7px 10px 5px;background-color:#FFF;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;text-decoration:none;border:1px solid #52658F;}
.wbbt2 a:hover{color:#FFF;text-decoration:none;background-color:#52658F;}

/** .special-tour
===================================*/
.special-tour{
  margin:3% auto 3%;
  width:100%;
}

.special-tour ul{
  text-align: center;
  width:100%;
  box-sizing: border-box;
  padding:0 2%;
}

@media only screen and  (max-width: 1280px) {
.special-tour ul{
  padding:0;
}
}

.special-tour li{
  display:inline-block;
  width:32.3333%;
  margin:2% 0.5%;
  vertical-align: top;
  box-sizing: border-box;
  padding:0 15px;
  position: relative;
}

@media only screen and  (max-width: 1280px) {
.special-tour li{
  padding:0 5px;
}
}

@media only screen and  (max-width: 900px) {
.special-tour li{
  padding:0 2%;
  width:50%;
  margin:0;
}
}

@media screen and (max-width: 568px) {
.special-tour li{
  margin:2% 0;
}
}

.special-tour li .thumbnail {
  background: transparent;
  border: 0;
}

.special-tour li .nmber{
  position:absolute;
  width:65px;
  top:-13px;
  left:50%;
  margin-left:-33px;
}

@media screen and (max-width: 820px) {
.special-tour li .nmber{
  top:-3px;
}
}

@media screen and (max-width: 568px) {
.special-tour li .nmber{
  width:50px;
  top:0;
  margin-left:-25px;
}
}

.special-tour li .nmber img{
  width:100%;
  height:auto;
}
.sptr_syousai{
  width:100%;
  padding: 5px;
  box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.sptr_syousai{
  padding: 5px 0;
}
}

.sptr_syousai h3{
  color:#BB9822;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size:1.1em;
  line-height:1.6;
  margin-top:10px;
  text-align: center;
  letter-spacing:0em;
}

@media screen and (max-width: 568px) {
.sptr_syousai h3{
  margin-top:5px;
  line-height:1.3;
  font-size:1em;
}
}

.sptr_syousai .sptr_tx{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size:15px;
  line-height:1.6;
  text-align: left;
  margin:10px auto;
}

@media screen and (max-width: 568px) {
.sptr_syousai .sptr_tx{
  font-size:14px;
  margin:7px auto;
}
}

.sptr_syousai .sptr_tx span{
  color:#B91018;
}

@media screen and (max-width: 568px) {
.sptr_syousai .sptr_tx{
  font-size:14px;
}
}

.special-tour li img.img-circle{border-radius:50%}

.special-tour li img.img-circle.cir-img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 5px solid #D4B66E;
  transition: all 1s;
  margin:0 auto;
}

@media screen and (max-width: 568px) {
.special-tour li img.img-circle.cir-img {
  border: 3px solid #D4B66E;
  width: 100%;
}
}

.special-tour li .thumbnail:hover>img.img-circle.cir-img{
  border: 5px solid #A8893D;
  opacity:0.60;
}

@media screen and (max-width: 568px) {
.special-tour li .thumbnail:hover>img.img-circle.cir-img{
  border: 3px solid #A8893D;
}
}
/* lg_plan
================================================== */
#lg_plan {
  width:100%;
  margin:0 auto;
  padding:0% 2%;
  box-sizing: border-box;
  background:#FFF;
}

@media screen and (max-width: 568px) {
#lg_plan {
  box-sizing: border-box;
  padding:1% 0;
}
}

@media screen and (max-width: 568px) {
#lg_plan .sp-tptx{
  width:92%;
  margin:0 auto 1%!important;
}
}

.set_list{
  width: 100%;
  margin: 2% auto;
}

.set_list .w33{
  width:46%;
  position: relative;
  display:inline-block;
  vertical-align:top;
  margin:1.5% 2% 2.5%;
  padding:0 0 20px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
  overflow: hidden;
  background-image: url(../images/bg-illust.png);
  background-color:#e7e6d0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size:100% auto;
}

@media screen and (max-width: 900px) {
.set_list .w33{
  width:90%;
  padding:0 0 10px;
  margin:1% auto;
}
}

@media screen and (max-width: 568px) {
.set_list .w33{
  width:96%;
  margin: 0 2% 4%;
}
}

.set_list .w33 .p-photo{
  width:100%;
  height:auto;
  min-height:200px;
  display:block;
  position: relative;
  overflow: hidden;
}

.set_list .w33 .p-photo img{
  width:100%;
  height:auto;
}

.set_list .w33 .p-text{
  width:100%;
  padding:4% 5% 2%;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
.set_list .w33 .p-photo{
  margin:0;
  min-height: initial;
}

.set_list .w33 .p-text{
  width:100%;
  padding:2% 15px 2.5%;
}
}

@media screen and (max-width: 568px) {
.set_list .w33 .p-text{
  width:100%;
  padding:1.5% 15px 2%;
}
}

.set_list .w33 .cg_ttl {
  padding:0 0 10px;
  color:#EB5800;
  line-height:1;
  font-weight:500;
  font-size:1.1em;
  font-weight:500;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 1280px) {
.set_list .w33 .cg_ttl {
  font-size:1em;
  line-height:1.4;
}
}

@media screen and (max-width: 900px) {
.set_list .w33 .cg_ttl {
  padding:10px 0 7px;
}
}

@media screen and (max-width: 568px) {
.set_list .w33 .cg_ttl {
	font-size:0.95em;
}
}

.set_list .w33 h4 {
  font-size:2em;
  line-height:1.4;
  color:#4F3D0C;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:600;
  padding:0px 0 7px;
  text-shadow:1px 1px 1px #C4AD73;
}

@media screen and (max-width: 1280px) {
.set_list .w33 h4 {
  font-size:1.5em;
}
}


@media screen and (max-width: 568px) {
.set_list .w33 h4 {
  padding:0 0 10px;
}
}

.set_list .w33 h4 span {
  font-size:0.5em;
  margin-left:20px;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
}
.set_list .w33 .cg_text {
  margin:10px 0 15px;
  color:#000;
  font-size:15px;
  line-height:1.8;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 900px) {
.set_list .w33 .cg_text {
  font-size:14px;
  line-height:1.6;
  margin:0 0 0;
}
}

.set_list .w33 .cg_text2 {
  margin:0 0 10px;
  color:#000;
  font-size:15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 1280px) {
.set_list .w33 .cg_text2 {
  font-size:14px;
}
}

@media screen and (max-width: 900px) {
.set_list .w33 .cg_text2 {
  font-size:14px;
  line-height:1.6;
  padding-top:10px;
  margin:5px 0 0;
  border-top:1px dotted #CCC;
}
}

.set_list .cg_text2 strong{
  color: #B90505;
}

.set_list figure img {
  -webkit-transform: scale(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
.set_list figure:hover img {
  -webkit-transform: scale(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}


@media screen and (max-width: 1280px) {
.set_list figure img {
  -webkit-transform: initial;
  transform: initial;
  -webkit-transition: initial;
  transition: initial;
}
.set_list figure:hover img {
  -webkit-transform: initial;
  transform: initial;
}
}

.set_btn{
  font-size:13px;
  letter-spacing : 0.05em;
  color:#FFF;
  margin-top:15px;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
}

@media only screen and  (max-width: 900px) {
.set_btn{
  margin-top:10px;
  font-size:12px;
}
}

.set_btn a{display:inline-block;color:#FFF;text-decoration:none;background-color:#3D435E;padding:5px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.set_btn a:hover{color:#FFF;text-decoration:none;background-color:#515776;}
