@charset "UTF-8";

/*----------------------------------------------------------------------------------
  RESET CSS
----------------------------------------------------------------------------------*/
#cwd-area-page > *{
  margin: 0;
  padding: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 100%;
  line-height: 1.0;
  font-feature-settings: "palt";
  vertical-align: baseline;
}

.s-breadcrumb{
  background: none !important;
}

/*----------------------------------------------------------------------------------
  IE11対策
----------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,
  #cwd-area-page .type-b > li a{
    display: block;
  }
}

/*----------------------------------------------------------------------------------
  PC,TAB,SP 共通
----------------------------------------------------------------------------------*/

html,
body{
  width: 100%;
  min-width: 320px;
}

/* small */
#cwd-area-page small{
  font-size: xx-small;
}

/* strong */
#cwd-area-page strong{
  font-size: large;
  font-weight: bold;
  color: #ff6600;
}

/* i */
#cwd-area-page i{
  font-weight: normal;
}

/* bg */
#cwd-area-page .bg01{
  background: #ffffff;
}
#cwd-area-page .bg01.consecutive-bg:after{
  display: block;
  content: '';
  width: 100%;
  height: 32px;
  background: #e6e6e6;
}
#cwd-area-page .bg02{
  background: #f2f2f2;
}
#cwd-area-page .bg03{
  background: #e6e6e6;
}

/* icon */
#cwd-area-page .icon {
  display: inline-block;
  line-height: 1.1;
  font-size: unset;
  vertical-align: text-bottom;
}
#cwd-area-page .icon-search:before {
  background: url(https://image.gora.golf.rakuten.co.jp/img/golf/rex-icon/search_darkgray.svg) center center no-repeat;
}
#cwd-area-page .icon-map:before {
  background: url(https://image.gora.golf.rakuten.co.jp/img/golf/rex-icon/map_l_darkgray.svg) center center no-repeat;
}
#cwd-area-page .icon-list:before {
  background: url(https://image.gora.golf.rakuten.co.jp/img/golf/rex-icon/list_l_darkgray.svg) center center no-repeat;
}
#cwd-area-page .icon-new-window:before {
  background: url(https://image.gora.golf.rakuten.co.jp/img/golf/rex-icon/new_window_l_darkgray.svg) center center no-repeat;
}
#cwd-area-page .btn-cta .icon-search:before {
  background: url(https://image.gora.golf.rakuten.co.jp/img/golf/rex-icon/search_white.svg) center center no-repeat;
}
#cwd-area-page .btn-cta .icon-map:before {
  background: url(https://image.gora.golf.rakuten.co.jp/img/golf/rex-icon/map_l_white.svg) center center no-repeat;
}
#cwd-area-page .btn-cta .icon-list:before {
  background: url(https://image.gora.golf.rakuten.co.jp/img/golf/rex-icon/list_l_white.svg) center center no-repeat;
}
#cwd-area-page .btn-cta .icon-new-window:before {
  background: url(https://image.gora.golf.rakuten.co.jp/img/golf/rex-icon/new_window_l_white.svg) center center no-repeat;
}
#cwd-area-page .icon-evaluation:before {
  background: url(https://booking.gora.golf.rakuten.co.jp/_nuxt/img/93391c8.svg#star-filled-ffcc00) center center no-repeat;
}
#cwd-area-page .icon:before,
#cwd-area-page .btn-cta .icon:before {
  display: inline-block;
  content: '';
  background-size: contain;
  vertical-align: text-bottom;
}

/* type-b */
#cwd-area-page .type-b dl .tag.genre01{
  background: #268e0e;
}
#cwd-area-page .type-b dl .tag.genre02{
  background: #c8a000;
}
#cwd-area-page .type-b dl .tag.genre03{
  background: #bf0000;
}
#cwd-area-page .type-b dl .tag.genre04{
  background: #000000;
}
#cwd-area-page .type-b dl .tag.genre05{
  background: #000000;
}

/* annotation-list */
#cwd-area-page .annotation-list{
  display: block;
  margin: -10px 0 30px;
}
#cwd-area-page .annotation-list li{
  font-size: xx-small;
  line-height: 1.6;
}

/* flex-box */
#cwd-area-page .flex-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  /*
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  */
}
#cwd-area-page .flex-item {
  height: auto;
  display: flex;
  box-direction: normal;
  flex-direction: column;
  align-items: stretch;
  /*
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -ms-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  */
}

#cwd-area-page .space-between {
  justify-content: space-between;
}

/* pagetop */
.cwd-footer .pagetop.floating-totop-btn {
  display: none;
}
.cwd-footer .pagetop.floating-totop-btn a {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  bottom: 65px;
  right: 10px;
  text-align: right;
  z-index: 10;
  background: #151515;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
.cwd-footer .pagetop.static-totop-btn a {
  width: 50px;
  height: 50px;
  display: block;
  float: right;
  margin: 0 10px -120px 0;
  text-align: right;
  z-index: 11;
  background: #151515;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
.cwd-footer .pagetop.floating-totop-btn a::after,
.cwd-footer .pagetop.static-totop-btn a::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1;
  content: '';
  background: url(https://image.gora.golf.rakuten.co.jp/img/golf/rex-icon/chevron_right_white.svg) no-repeat top center;
  background-size: contain;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 15px;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
.cwd-footer .bnr-link a,
.cwd-footer .pagetop a {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}
.cwd-footer .bnr-link a:hover,
.cwd-footer .pagetop a:hover {
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.2);
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
}

#cwd-area-page .bn-block {
  margin: 20px 0;
  text-align: center;
}
#cwd-area-page .bn-block a {
  display: inline-block;
}


/*----------------------------------------------------------------------------------
  PC 1025px以上
----------------------------------------------------------------------------------*/

@media screen and (min-width:1025px) {

  /* -------------------- 基本セット -------------------- */

  /* レスポンシブ制御 */
  #cwd-area-page .pc{
    display: none !important;
  }

  /* btn-small */
  /* btn-medium */
  /* btn-large */
  #cwd-area-page .btn-small,
  #cwd-area-page .btn-medium,
  #cwd-area-page .btn-large{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 6px 30px 6px 30px;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 100px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333333;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
  }
  /* btn-medium difference */
  #cwd-area-page .btn-medium{
    padding: 10px 30px 10px 30px;
    font-size: 14px;
  }
  /* btn-large difference */
  #cwd-area-page .btn-large{
    padding: 13px 30px 13px 30px;
    font-size: 16px;
  }

  #cwd-area-page .btn-small:after,
  #cwd-area-page .btn-medium:after,
  #cwd-area-page .btn-large:after{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: rotate(-45deg);
    margin-top: -4px;
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
  }
  /* btn-large difference */
  #cwd-area-page .btn-large:after{
    margin-top: -5px;
    width: 8px;
    height: 8px;
  }

  #cwd-area-page .btn-small.btn-anchor:after,
  #cwd-area-page .btn-medium.btn-anchor:after,
  #cwd-area-page .btn-large.btn-anchor:after{
    transform: rotate(45deg);
    margin-top: -6px;
  }
  #cwd-area-page .btn-small.btn-anchor-up:after,
  #cwd-area-page .btn-medium.btn-anchor-up:after,
  #cwd-area-page .btn-large.btn-anchor-up:after{
    transform: rotate(225deg);
    margin-top: -2px;
  }
  /* btn-large difference */
  #cwd-area-page .btn-large.btn-anchor:after{
    margin-top: -7px;
  }
  #cwd-area-page .btn-large.btn-anchor-up:after{
    margin-top: -4px;
  }

  /* btn-cta */
  #cwd-area-page .btn-small.btn-cta,
  #cwd-area-page .btn-medium.btn-cta,
  #cwd-area-page .btn-large.btn-cta{
    background: #ff6600;
    border: 1px solid #ff6600;
    box-shadow: 0px 1px 4px 1px rgba(51,51,51,0.2);
    color: #ffffff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .btn-small.btn-cta:hover,
  #cwd-area-page .btn-medium.btn-cta:hover,
  #cwd-area-page .btn-large.btn-cta:hover{
    box-shadow: 0px 2px 8px 2px rgba(51,51,51,0.3);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .btn-small.btn-cta:after,
  #cwd-area-page .btn-medium.btn-cta:after,
  #cwd-area-page .btn-large.btn-cta:after{
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  /* icon */
  #cwd-area-page .icon:before{
    width: 18px;
    height: 18px;
    margin: 0 6px 0 0;
  }
 /* btn-small icon */
  #cwd-area-page .btn-small .icon:before{
    width: 18px;
    height: 18px;
    margin: 0 6px 0 0;
  }
 /* btn-medium icon */
  #cwd-area-page .btn-medium .icon:before{
    width: 20px;
    height: 20px;
    margin: 0 8px 0 0;
  }
 /* btn-large icon */
  #cwd-area-page .btn-large .icon:before{
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
  }

  /* section */
  #cwd-area-page .section-wrapper{
    position: relative;
    width: 100%;
    height: auto;
  }
  #cwd-area-page .section-wrapper:before{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    content: '';
    width: 120px;
    height: 4px;
    background: #ff6600;
  }
  #cwd-area-page .section-wrapper .section-inner{
    width: 1024px;
    height: auto;
    margin: 0 auto;
    /*
    padding: 60px 42px 40px;
    */
    padding: 80px 42px 60px;
  }

  /* heading */
  #cwd-area-page h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-align: center;
  }
  #cwd-area-page h1 span{
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2em;
  }
  #cwd-area-page h2{
    /*
    margin-bottom: 30px;
    */
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333333;
    text-align: center;
  }
  #cwd-area-page h2 .pr{
    display: inline-block;
    margin-right: 10px;
    padding: 3px 18px;
    border: 2px solid #333333;
    font-size: 14px;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  #cwd-area-page h2 .explanation{
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #ff6600;
  }
  #cwd-area-page h3{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #ff6600;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #cwd-area-page h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  /* column2 */
  #cwd-area-page .column2 > li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #ffffff;
  }
  #cwd-area-page .column2 > li:nth-child(2n){
    margin-right: 0;
  }
  #cwd-area-page .column2.space-between > li{
    float: none;
    margin-right: 0;
  }
  /* column3 */
  #cwd-area-page .column3 > li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #ffffff;
  }
  #cwd-area-page .column3 > li:nth-child(3n){
    margin-right: 0;
  }
  /* column4 */
  #cwd-area-page .column4 > li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #ffffff;
  }
  #cwd-area-page .column4 > li:nth-child(4n){
    margin-right: 0;
  }
  /* column5 */
  #cwd-greenjacket .column5 > li{
    width: 18.4%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #ffffff;
  }
  #cwd-greenjacket .column5 > li:nth-child(5n){
    margin-right: 0;
  }
  /* column6 */
  #cwd-greenjacket .column6 > li{
    width: 15.8%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 40px;
    background: #ffffff;
  }
  #cwd-greenjacket .column6 > li:nth-child(6n){
    margin-right: 0;
  }

  /* type-a */
  #cwd-area-page .type-a .img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-a .img img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-a .btn{
    margin-top: -20px;
    padding: 0 20px;
  }
  #cwd-area-page .type-a .text{
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  /* type-b */
  #cwd-area-page .type-b > li a{
    /* display: block; */
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-shadow: 0px 1px 4px 1px rgba(51,51,51,0.2);

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .type-b > li a:hover{
    box-shadow: 0px 2px 8px 2px rgba(51,51,51,0.3);

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .type-b .img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-b .img img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-b dl{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 20px;
    flex-grow: 1;
  }
  #cwd-area-page .type-b dl .tag{
    position: absolute;
    top: -24px;
    left: 0;
    display: inline-block;
    padding: 5px 20px;
    background: #ff6600;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #ffffff;
  }
  #cwd-area-page .type-b dl dt{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
  }
  #cwd-area-page .type-b dl .text{
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #333333;
  }

  /* cta-box */
  #cwd-area-page .cta-box{
    padding: 24px 0;
    border: 2px solid #ff6600;
  }
  #cwd-area-page .cta-box .explanation{
    margin: -24px 0 24px 0;
    padding: 9px 24px;
    background: #f2f2f2;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #cwd-area-page .cta-box .explanation span{
    font-size: 18px;
    color: #ff6600;
  }
  #cwd-area-page .cta-box li h4{
    margin-bottom: 8px;
    padding: 0 24px;
    text-align: center;
  }
  #cwd-area-page .cta-box li h4 span{
    font-size: 22px;
    color: #ff6600;
  }
  #cwd-area-page .cta-box li .text{
    margin-bottom: 16px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
    flex-grow: 1;
  }
  #cwd-area-page .cta-box.cta-single li{
    display: block;
    width: 100%;
    height: auto;
  }
  #cwd-area-page .cta-box.cta-single li .btn{
    width: 100%;
    max-width: 548px;
    height: auto;
    margin: 0 auto;
    padding: 0 24px;
  }
  #cwd-area-page .cta-box.cta-double li{
    width: 50%;
    height: auto;
    float: left;
    border-right: 2px dotted #ff6600;
    box-sizing: border-box;
  }
  #cwd-area-page .cta-box.cta-double li:last-child{
    border-right: none;
  }
  #cwd-area-page .cta-box.cta-double li .btn{
    width: 100%;
    max-width: 368px;
    height: auto;
    margin: 0 auto;
    padding: 0 24px;
  }

  /* article-box */
  #cwd-area-page .article-box .article-btn-list .btn{
    max-width: initial;
    margin-bottom: 0;
  }
  #cwd-area-page .article-box .article-btn-list .column2 > li,
  #cwd-area-page .article-box .article-btn-list .column3 > li,
  #cwd-area-page .article-box .article-btn-list .column4 > li,
  #cwd-area-page .article-box .article-btn-list .column5 > li,
  #cwd-area-page .article-box .article-btn-list .column6 > li{
    margin-bottom: 20px;
    background: none;
  }
  #cwd-area-page .article-box .article-list{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #aaaaaa;
  }
  #cwd-area-page .article-box .article-list li{
    margin-bottom: 17px;
  }
  #cwd-area-page .article-box .article-list li:last-child{
    margin-bottom: 0;
  }
  #cwd-area-page .article-box .article-list li a{
    display: block;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: #333333;
    text-decoration: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cwd-area-page .article-box .article-list li a:hover{
    text-decoration: underline;
  }
  #cwd-area-page .article-box .article-list li a:before{
    margin-right: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #333333;
  }
  #cwd-area-page .article-box article{
    padding-top: 60px;
  }
  #cwd-area-page .article-box article .image{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #cwd-area-page .article-box article .text{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 2.3;
    letter-spacing: 0.1em;
  }

  /* panels */
  #cwd-area-page .panels{
    margin-bottom: 40px;
  }
  #cwd-area-page .panels .s-link_panel{
    margin-top: 20px;
    border: 2px solid #ff6600;
    border-radius: 0;
    box-shadow: 0px 1px 4px 1px rgba(51,51,51,0.2);

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .panels .s-link_panel:first-child{
    margin-top: 30px;
  }
  #cwd-area-page .panels .s-link_panel:hover{
    box-shadow: 0px 2px 8px 2px rgba(51,51,51,0.3);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_head{
    position: relative;
    min-height: 80px;
    padding: 26px 80px 30px 40px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #ff6600;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_head{
    padding: 26px 80px 30px 80px;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_head:hover{
    background: #ffffff;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_head:before{
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q';
    width: 40px;
    height: 40px;
    padding: 6px 0 0 2px;
    background: #ff6600;
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_head:after{
    position: absolute;
    top: 18px;
    right: 22px;
    content: '＋';
    width: initial;
    height: initial;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: normal;
    color: #ff6600;
    -webkit-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
  #cwd-area-page .panels .s-link_panel.is-active .s-link_panel_head:after{
    content: '－';
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_body{
    position: relative;
    min-height: 60px;
    padding: 6px 40px 6px 40px;
    border: none;
    border-radius: 0;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_body{
    padding: 6px 80px 6px 80px;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_body:before{
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    content: 'A';
    width: 40px;
    height: 40px;
    padding: 10px 0 0 0;
    background: #666666;
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_body .text{
    line-height: 1.6;
  }

  /* -------------------- 基本セットのカスタマイズ -------------------- */

  /* mv */
  #cwd-area-page .mv-wrapper{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  #cwd-area-page .mv-wrapper:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/doc/area/assets/img/mv-filter.png) 50% 50%;
    background-size: 2px 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cwd-area-page.national .mv-wrapper{
    background: url(/doc/area/assets/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.template .mv-wrapper{
    background: url(/doc/area/template/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.hokkaido .mv-wrapper {
    background: url(/doc/area/hokkaido/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.aomori .mv-wrapper {
    background: url(/doc/area/aomori/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.iwate .mv-wrapper {
    background: url(/doc/area/iwate/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.miyagi .mv-wrapper {
    background: url(/doc/area/miyagi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.akita .mv-wrapper {
    background: url(/doc/area/akita/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.yamagata .mv-wrapper {
    background: url(/doc/area/yamagata/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.fukushima .mv-wrapper {
    background: url(/doc/area/fukushima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.ibaraki .mv-wrapper {
    background: url(/doc/area/ibaraki/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tochigi .mv-wrapper {
    background: url(/doc/area/tochigi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.gunma .mv-wrapper {
    background: url(/doc/area/gunma/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.saitama .mv-wrapper {
    background: url(/doc/area/saitama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.chiba .mv-wrapper {
    background: url(/doc/area/chiba/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tokyo .mv-wrapper {
    background: url(/doc/area/tokyo/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kanagawa .mv-wrapper {
    background: url(/doc/area/kanagawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.yamanashi .mv-wrapper {
    background: url(/doc/area/yamanashi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.nagano .mv-wrapper {
    background: url(/doc/area/nagano/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.shizuoka .mv-wrapper {
    background: url(/doc/area/shizuoka/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.niigata .mv-wrapper {
    background: url(/doc/area/niigata/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.toyama .mv-wrapper {
    background: url(/doc/area/toyama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.ishikawa .mv-wrapper {
    background: url(/doc/area/ishikawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.fukui .mv-wrapper {
    background: url(/doc/area/fukui/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.gifu .mv-wrapper {
    background: url(/doc/area/gifu/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.aichi .mv-wrapper {
    background: url(/doc/area/aichi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.mie .mv-wrapper {
    background: url(/doc/area/mie/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.shiga .mv-wrapper {
    background: url(/doc/area/shiga/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kyoto .mv-wrapper {
    background: url(/doc/area/kyoto/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.osaka .mv-wrapper {
    background: url(/doc/area/osaka/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.hyogo .mv-wrapper {
    background: url(/doc/area/hyogo/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.nara .mv-wrapper {
    background: url(/doc/area/nara/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.wakayama .mv-wrapper {
    background: url(/doc/area/wakayama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tottori .mv-wrapper {
    background: url(/doc/area/tottori/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.shimane .mv-wrapper {
    background: url(/doc/area/shimane/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.okayama .mv-wrapper {
    background: url(/doc/area/okayama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.hiroshima .mv-wrapper {
    background: url(/doc/area/hiroshima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.yamaguchi .mv-wrapper {
    background: url(/doc/area/yamaguchi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tokushima .mv-wrapper {
    background: url(/doc/area/tokushima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kagawa .mv-wrapper {
    background: url(/doc/area/kagawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.ehime .mv-wrapper {
    background: url(/doc/area/ehime/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kochi .mv-wrapper {
    background: url(/doc/area/kochi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.fukuoka .mv-wrapper {
    background: url(/doc/area/fukuoka/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.saga .mv-wrapper {
    background: url(/doc/area/saga/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.nagasaki .mv-wrapper {
    background: url(/doc/area/nagasaki/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kumamoto .mv-wrapper {
    background: url(/doc/area/kumamoto/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.oita .mv-wrapper {
    background: url(/doc/area/oita/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.miyazaki .mv-wrapper {
    background: url(/doc/area/miyazaki/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kagoshima .mv-wrapper {
    background: url(/doc/area/kagoshima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.okinawa .mv-wrapper {
    background: url(/doc/area/okinawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page .mv-wrapper .mv-inner{
    width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 80px 42px;
    z-index: 1;
  }
  #cwd-area-page .mv-wrapper .mv-inner .decoration{
    margin-bottom: 16px;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-align: center;
  }
  #cwd-area-page .mv-wrapper .mv-inner .text{
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-align: center;
  }
  #cwd-area-page .mv-wrapper .mv-inner .ad{
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #ffffff;
  }
  #cwd-area-page .mv-wrapper .mv-inner .btn{
    position: absolute;
    top: 16px;
    right: 16px;
  }
  #cwd-area-page .mv-wrapper .mv-inner .btn .btn-small{
    padding: 6px 48px 6px 40px;
  }
  #cwd-area-page .mv-wrapper .mv-inner .btn .btn-medium{
    padding: 10px 48px 10px 40px;
  }

  /* pr */
  #cwd-area-page .section-wrapper.pr:before{
    display: none;
  }
  #cwd-area-page .pr .section-inner{
    margin-top: -20px;
    padding: 0 42px 60px;
  }
  #cwd-area-page .pr .article-box{
    margin-bottom: 20px;
  }

  /* golflife */
  #cwd-area-page .section-wrapper.golflife:before{
    display: none;
  }

  /* list */
  #cwd-area-page .list h2{
    /*
    margin-bottom: 15px;
    */
    margin-bottom: 25px;
  }

  /* recommended */
  #cwd-area-page .recommended .type-b dl{
    padding-bottom: 56px;
  }
  #cwd-area-page .recommended .type-b dl .evaluation{
    position: absolute;
    bottom: 16px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333333;
  }
  #cwd-area-page .recommended .type-b dl .evaluation .icon.icon-evaluation:before{
    width: 22px;
    height: 22px;
    margin: 0 4px 0 0;
  }

  /* golf-column */
  #cwd-area-page .golf-column .btn{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 40px;
  }

  /* situation */
  #cwd-area-page .situation .btn{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 20px;
  }

  /* cta */
  #cwd-area-page .section-wrapper.cta:before{
    display: none;
  }
  #cwd-area-page .section-wrapper.cta .section-inner{
    /*
    padding: 60px 42px 80px;
    */
    padding: 40px 42px 100px;
  }
  #cwd-area-page .section-wrapper.cta h4 .weekday{
    color: #1764d7;
  }
  #cwd-area-page .section-wrapper.cta h4 .holiday{
    color: #bf0000;
  }

  /* enjoy */
  #cwd-area-page .enjoy .btn-large{
    padding: 13px 20px 13px 20px;
  }

  /* articles */
  #cwd-area-page .articles .btn {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 20px;
  }

  /* prefecture */
  #cwd-area-page .prefecture .prefecture-box{
    padding: 40px 0 1px;
    background: url(/doc/area/assets/img/prefecture-bg.png) no-repeat center center;
  }
  #cwd-area-page .prefecture .prefecture-box dl{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  #cwd-area-page .prefecture .prefecture-box dl dt{
    display: block;
    width: 15%;
    height: auto;
    float: left;
    margin-right: 2%;
    text-align: right;
  }
  #cwd-area-page .prefecture .prefecture-box dl dt{
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  /*
  #cwd-area-page .prefecture .prefecture-box dl dt a{
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  #cwd-area-page .prefecture .prefecture-box dl dt a:hover{
    text-decoration: underline;
  }
  */
  #cwd-area-page .prefecture .prefecture-box dl dd{
    display: block;
    width: 83%;
    height: auto;
    float: left;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd li{
    float: left;
    margin-bottom: 10px;
    border-right: 1px solid #aaaaaa;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd li:last-child{
    border-right: none;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd a{
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd a:hover{
    text-decoration: underline;
  }

}
/* end media query */

/*----------------------------------------------------------------------------------
  TAB 768px以上 1024px以下
----------------------------------------------------------------------------------*/

@media screen and (min-width:768px) and (max-width:1024px) {

  /* -------------------- 基本セット -------------------- */

  /* レスポンシブ制御 */
  #cwd-area-page .tab{
    display: none !important;
  }

  /* btn-small */
  /* btn-medium */
  /* btn-large */
  #cwd-area-page .btn-small,
  #cwd-area-page .btn-medium,
  #cwd-area-page .btn-large{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 6px 25px 6px 25px;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 100px;
    font-size: 1.3vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333333;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
  }
  /* btn-medium difference */
  #cwd-area-page .btn-medium{
    padding: 10px 25px 10px 25px;
    font-size: 1.4vw;
  }
  /* btn-large difference */
  #cwd-area-page .btn-large{
    padding: 13px 25px 13px 25px;
    font-size: 1.6vw;
  }

  #cwd-area-page .btn-small:after,
  #cwd-area-page .btn-medium:after,
  #cwd-area-page .btn-large:after{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: rotate(-45deg);
    margin-top: -4px;
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
  }
  /* btn-large difference */
  #cwd-area-page .btn-large:after{
    margin-top: -5px;
    width: 8px;
    height: 8px;
  }

  #cwd-area-page .btn-small.btn-anchor:after,
  #cwd-area-page .btn-medium.btn-anchor:after,
  #cwd-area-page .btn-large.btn-anchor:after{
    transform: rotate(45deg);
    margin-top: -6px;
  }
  #cwd-area-page .btn-small.btn-anchor-up:after,
  #cwd-area-page .btn-medium.btn-anchor-up:after,
  #cwd-area-page .btn-large.btn-anchor-up:after{
    transform: rotate(225deg);
    margin-top: -2px;
  }
  /* btn-large difference */
  #cwd-area-page .btn-large.btn-anchor:after{
    margin-top: -7px;
  }
  #cwd-area-page .btn-large.btn-anchor-up:after{
    margin-top: -4px;
  }

  /* btn-cta */
  #cwd-area-page .btn-small.btn-cta,
  #cwd-area-page .btn-medium.btn-cta,
  #cwd-area-page .btn-large.btn-cta{
    background: #ff6600;
    border: 1px solid #ff6600;
    box-shadow: 0px 1px 4px 1px rgba(51,51,51,0.2);
    color: #ffffff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .btn-small.btn-cta:hover,
  #cwd-area-page .btn-medium.btn-cta:hover,
  #cwd-area-page .btn-large.btn-cta:hover{
    box-shadow: 0px 2px 8px 2px rgba(51,51,51,0.3);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .btn-small.btn-cta:after,
  #cwd-area-page .btn-medium.btn-cta:after,
  #cwd-area-page .btn-large.btn-cta:after{
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  /* icon */
  #cwd-area-page .icon:before{
    width: 1.8vw;
    height: 1.8vw;
    margin: 0 6px 0 0;
  }
 /* btn-small icon */
  #cwd-area-page .btn-small .icon:before{
    width: 1.8vw;
    height: 1.8vw;
    margin: 0 6px 0 0;
  }
 /* btn-medium icon */
  #cwd-area-page .btn-medium .icon:before{
    width: 2vw;
    height: 2vw;
    margin: 0 8px 0 0;
  }
 /* btn-large icon */
  #cwd-area-page .btn-large .icon:before{
    width: 2.2vw;
    height: 2.2vw;
    margin: 0 10px 0 0;
  }

  /* section */
  #cwd-area-page .section-wrapper{
    position: relative;
    width: 100%;
    height: auto;
  }
  #cwd-area-page .section-wrapper:before{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    content: '';
    width: 120px;
    height: 4px;
    background: #ff6600;
  }
  #cwd-area-page .section-wrapper .section-inner{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 2% 40px;
  }

  /* heading */
  #cwd-area-page h1{
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-align: center;
  }
  #cwd-area-page h1 span{
    display: block;
    margin-bottom: 16px;
    font-size: 1.6vw;
    font-weight: normal;
    letter-spacing: 0.2em;
  }
  #cwd-area-page h2{
    margin-bottom: 30px;
    font-size: 3vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333333;
    text-align: center;
  }
  #cwd-area-page h2 .pr{
    display: inline-block;
    margin-right: 10px;
    padding: 3px 18px;
    border: 2px solid #333333;
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    vertical-align: middle;
  }
  #cwd-area-page h2 .explanation{
    display: block;
    margin-bottom: 12px;
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    color: #ff6600;
  }
  #cwd-area-page h3{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #ff6600;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    box-sizing: border-box;
  }
  #cwd-area-page h4{
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }

  /* column2 */
  #cwd-area-page .column2 > li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #ffffff;
  }
  #cwd-area-page .column2 > li:nth-child(2n){
    margin-right: 0;
  }
  #cwd-area-page .column2.space-between > li{
    float: none;
    margin-right: 0;
  }
  /* column3 */
  #cwd-area-page .column3 > li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #ffffff;
  }
  #cwd-area-page .column3 > li:nth-child(3n){
    margin-right: 0;
  }
  /* column4 */
  #cwd-area-page .column4 > li{
    width: 23.5%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #ffffff;
  }
  #cwd-area-page .column4 > li:nth-child(4n){
    margin-right: 0;
  }
  /* column5 */
  #cwd-greenjacket .column5 > li{
    width: 18.4%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    background: #ffffff;
  }
  #cwd-greenjacket .column5 > li:nth-child(5n){
    margin-right: 0;
  }
  /* column6 */
  #cwd-greenjacket .column6 > li{
    width: 15.8%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 40px;
    background: #ffffff;
  }
  #cwd-greenjacket .column6 > li:nth-child(6n){
    margin-right: 0;
  }

  /* type-a */
  #cwd-area-page .type-a .img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-a .img img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-a .btn{
    margin-top: -20px;
    padding: 0 2vw;
  }
  #cwd-area-page .type-a .text{
    padding: 16px 2vw;
    font-size: 1.4vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  /* type-b */
  #cwd-area-page .type-b > li a{
    /* display: block; */
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-shadow: 0px 1px 4px 1px rgba(51,51,51,0.2);

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .type-b > li a:hover{
    box-shadow: 0px 2px 8px 2px rgba(51,51,51,0.3);

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .type-b .img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-b .img img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-b dl{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 2vw;
    flex-grow: 1;
  }
  #cwd-area-page .type-b dl .tag{
    position: absolute;
    top: calc(-1 * (1.4vw + 10px));
    left: 0;
    display: inline-block;
    padding: 5px 2vw;
    background: #ff6600;
    font-size: 1.4vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #ffffff;
  }
  #cwd-area-page .type-b dl dt{
    font-size: 1.6vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
  }
  #cwd-area-page .type-b dl .text{
    margin-top: 4px;
    font-size: 1.4vw;
    line-height: 1.6;
    letter-spacing: 0.05em;

    color: #333333;
  }

  /* cta-box */
  #cwd-area-page .cta-box{
    padding: 24px 0;
    border: 2px solid #ff6600;
  }
  #cwd-area-page .cta-box .explanation{
    margin: -24px 0 24px 0;
    padding: 9px 2vw;
    background: #f2f2f2;
    font-size: 1.6vw;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #cwd-area-page .cta-box .explanation span{
    font-size: 1.8vw;
    color: #ff6600;
  }
  #cwd-area-page .cta-box li h4{
    margin-bottom: 8px;
    padding: 0 2vw;
    text-align: center;
  }
  #cwd-area-page .cta-box li h4 span{
    font-size: 2.2vw;
    color: #ff6600;
  }
  #cwd-area-page .cta-box li .text{
    margin-bottom: 16px;
    padding: 0 2vw;
    font-size: 1.4vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
    flex-grow: 1;
  }
  #cwd-area-page .cta-box.cta-single li{
    display: block;
    width: 100%;
    height: auto;
  }
  #cwd-area-page .cta-box.cta-single li .btn{
    width: 100%;
    max-width: calc(500px + 4vw);
    height: auto;
    margin: 0 auto;
    padding: 0 2vw;
  }
  #cwd-area-page .cta-box.cta-double li{
    width: 50%;
    height: auto;
    float: left;
    border-right: 2px dotted #ff6600;
    box-sizing: border-box;
  }
  #cwd-area-page .cta-box.cta-double li:last-child{
    border-right: none;
  }
  #cwd-area-page .cta-box.cta-double li .btn{
    width: 100%;
    max-width: calc(320px + 4vw);
    height: auto;
    margin: 0 auto;
    padding: 0 2vw;
  }

  /* article-box */
  #cwd-area-page .article-box .article-btn-list .btn{
    max-width: initial;
    margin-bottom: 0;
  }
  #cwd-area-page .article-box .article-btn-list .column2 > li,
  #cwd-area-page .article-box .article-btn-list .column3 > li,
  #cwd-area-page .article-box .article-btn-list .column4 > li,
  #cwd-area-page .article-box .article-btn-list .column5 > li,
  #cwd-area-page .article-box .article-btn-list .column6 > li{
    margin-bottom: 20px;
    background: none;
  }
  #cwd-area-page .article-box .article-list{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 2vw;
    border: 1px solid #aaaaaa;
  }
  #cwd-area-page .article-box .article-list li{
    margin-bottom: 17px;
  }
  #cwd-area-page .article-box .article-list li:last-child{
    margin-bottom: 0;
  }
  #cwd-area-page .article-box .article-list li a{
    display: block;
    font-size: 1.4vw;
    line-height: 1.1;
    letter-spacing: 0.1em;
    color: #333333;
    text-decoration: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cwd-area-page .article-box .article-list li a:hover{
    text-decoration: underline;
  }
  #cwd-area-page .article-box .article-list li a:before{
    margin-right: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #333333;
  }
  #cwd-area-page .article-box article{
    padding-top: 60px;
  }
  #cwd-area-page .article-box article .image{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #cwd-area-page .article-box article .image img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .article-box article .text{
    margin-bottom: 20px;
    font-size: 1.4vw;
    line-height: 2.3;
    letter-spacing: 0.1em;
  }

  /* panels */
  #cwd-area-page .panels{
    margin-bottom: 40px;
  }
  #cwd-area-page .panels .s-link_panel{
    margin-top: 20px;
    border: 2px solid #ff6600;
    border-radius: 0;
    box-shadow: 0px 1px 4px 1px rgba(51,51,51,0.2);

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .panels .s-link_panel:first-child{
    margin-top: 0;
  }
  #cwd-area-page .panels .s-link_panel:hover{
    box-shadow: 0px 2px 8px 2px rgba(51,51,51,0.3);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_head{
    position: relative;
    min-height: 80px;
    padding: 26px 80px 30px 40px;
    border: none;
    border-radius: 0;
    font-size: 1.6vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #ff6600;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_head{
    padding: 26px 80px 30px 80px;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_head:hover{
    background: #ffffff;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_head:before{
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q';
    width: 40px;
    height: 40px;
    padding: 6px 0 0 2px;
    background: #ff6600;
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_head:after{
    position: absolute;
    top: 18px;
    right: 22px;
    content: '＋';
    width: initial;
    height: initial;
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: normal;

    color: #ff6600;
    -webkit-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
  #cwd-area-page .panels .s-link_panel.is-active .s-link_panel_head:after{
    content: '－';
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_body{
    position: relative;
    min-height: 60px;
    padding: 6px 40px 6px 40px;
    border: none;
    border-radius: 0;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_body{
    padding: 6px 80px 6px 80px;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_body:before{
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    content: 'A';
    width: 40px;
    height: 40px;
    padding: 10px 0 0 0;
    background: #666666;
    border-radius: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_body .text{
    line-height: 1.6;
  }

  /* -------------------- 基本セットのカスタマイズ -------------------- */

  /* mv */
  #cwd-area-page .mv-wrapper{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  #cwd-area-page .mv-wrapper:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/doc/area/assets/img/mv-filter.png) 50% 50%;
    background-size: 2px 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cwd-area-page.national .mv-wrapper{
    background: url(/doc/area/assets/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.template .mv-wrapper{
    background: url(/doc/area/template/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.hokkaido .mv-wrapper {
    background: url(/doc/area/hokkaido/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.aomori .mv-wrapper {
    background: url(/doc/area/aomori/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.iwate .mv-wrapper {
    background: url(/doc/area/iwate/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.miyagi .mv-wrapper {
    background: url(/doc/area/miyagi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.akita .mv-wrapper {
    background: url(/doc/area/akita/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.yamagata .mv-wrapper {
    background: url(/doc/area/yamagata/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.fukushima .mv-wrapper {
    background: url(/doc/area/fukushima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.ibaraki .mv-wrapper {
    background: url(/doc/area/ibaraki/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tochigi .mv-wrapper {
    background: url(/doc/area/tochigi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.gunma .mv-wrapper {
    background: url(/doc/area/gunma/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.saitama .mv-wrapper {
    background: url(/doc/area/saitama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.chiba .mv-wrapper {
    background: url(/doc/area/chiba/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tokyo .mv-wrapper {
    background: url(/doc/area/tokyo/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kanagawa .mv-wrapper {
    background: url(/doc/area/kanagawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.yamanashi .mv-wrapper {
    background: url(/doc/area/yamanashi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.nagano .mv-wrapper {
    background: url(/doc/area/nagano/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.shizuoka .mv-wrapper {
    background: url(/doc/area/shizuoka/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.niigata .mv-wrapper {
    background: url(/doc/area/niigata/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.toyama .mv-wrapper {
    background: url(/doc/area/toyama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.ishikawa .mv-wrapper {
    background: url(/doc/area/ishikawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.fukui .mv-wrapper {
    background: url(/doc/area/fukui/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.gifu .mv-wrapper {
    background: url(/doc/area/gifu/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.aichi .mv-wrapper {
    background: url(/doc/area/aichi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.mie .mv-wrapper {
    background: url(/doc/area/mie/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.shiga .mv-wrapper {
    background: url(/doc/area/shiga/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kyoto .mv-wrapper {
    background: url(/doc/area/kyoto/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.osaka .mv-wrapper {
    background: url(/doc/area/osaka/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.hyogo .mv-wrapper {
    background: url(/doc/area/hyogo/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.nara .mv-wrapper {
    background: url(/doc/area/nara/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.wakayama .mv-wrapper {
    background: url(/doc/area/wakayama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tottori .mv-wrapper {
    background: url(/doc/area/tottori/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.shimane .mv-wrapper {
    background: url(/doc/area/shimane/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.okayama .mv-wrapper {
    background: url(/doc/area/okayama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.hiroshima .mv-wrapper {
    background: url(/doc/area/hiroshima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.yamaguchi .mv-wrapper {
    background: url(/doc/area/yamaguchi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tokushima .mv-wrapper {
    background: url(/doc/area/tokushima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kagawa .mv-wrapper {
    background: url(/doc/area/kagawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.ehime .mv-wrapper {
    background: url(/doc/area/ehime/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kochi .mv-wrapper {
    background: url(/doc/area/kochi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.fukuoka .mv-wrapper {
    background: url(/doc/area/fukuoka/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.saga .mv-wrapper {
    background: url(/doc/area/saga/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.nagasaki .mv-wrapper {
    background: url(/doc/area/nagasaki/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kumamoto .mv-wrapper {
    background: url(/doc/area/kumamoto/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.oita .mv-wrapper {
    background: url(/doc/area/oita/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.miyazaki .mv-wrapper {
    background: url(/doc/area/miyazaki/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kagoshima .mv-wrapper {
    background: url(/doc/area/kagoshima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.okinawa .mv-wrapper {
    background: url(/doc/area/okinawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page .mv-wrapper .mv-inner{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 80px 2%;
    z-index: 1;
  }
  #cwd-area-page .mv-wrapper .mv-inner .decoration{
    margin-bottom: 16px;
    font-size: 1.6vw;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-align: center;
  }
  #cwd-area-page .mv-wrapper .mv-inner .text{
    margin-top: 40px;
    font-size: 1.6vw;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-align: center;
  }
  #cwd-area-page .mv-wrapper .mv-inner .ad{
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 1.2vw;
    letter-spacing: 0.1em;
    color: #ffffff;
  }
  #cwd-area-page .mv-wrapper .mv-inner .btn{
    position: absolute;
    top: 16px;
    right: 16px;
  }
  #cwd-area-page .mv-wrapper .mv-inner .btn .btn-small{
    padding: 6px 48px 6px 40px;
  }
  #cwd-area-page .mv-wrapper .mv-inner .btn .btn-medium{
    padding: 10px 48px 10px 40px;
  }

  /* pr */
  #cwd-area-page .section-wrapper.pr:before{
    display: none;
  }
  #cwd-area-page .pr .section-inner{
    margin-top: -20px;
    padding: 0 2% 40px;
  }
  #cwd-area-page .pr .article-box{
    margin-bottom: 20px;
  }

  /* golflife */
  #cwd-area-page .section-wrapper.golflife:before{
    display: none;
  }
  #cwd-area-page .golflife .section-inner{
    padding: 0 2% 40px;
  }
  #cwd-area-page .golflife .article-box{
    margin-bottom: 20px;
  }

  /* list */
  #cwd-area-page .list h2{
    margin-bottom: 15px;
  }

  /* recommended */
  #cwd-area-page .recommended .type-b dl{
    padding-bottom: 56px;
  }
  #cwd-area-page .recommended .type-b dl .evaluation{
    position: absolute;
    bottom: 16px;
    font-size: 1.6vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333333;
  }
  #cwd-area-page .recommended .type-b dl .evaluation .icon.icon-evaluation:before{
    width: 2.2vw;
    height: 2.2vw;
    margin: 0 4px 0 0;
  }

  /* golf-column */
  #cwd-area-page .golf-column .btn{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 40px;
  }

  /* situation */
  #cwd-area-page .situation .btn{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 20px;
  }

  /* cta */
  #cwd-area-page .section-wrapper.cta:before{
    display: none;
  }
  #cwd-area-page .section-wrapper.cta .section-inner{
    padding: 60px 2% 80px;
  }
  #cwd-area-page .section-wrapper.cta h4 .weekday{
    color: #1764d7;
  }
  #cwd-area-page .section-wrapper.cta h4 .holiday{
    color: #bf0000;
  }

  /* enjoy */
  #cwd-area-page .enjoy .btn-large{
    padding: 13px 20px 13px 20px;
  }

  /* articles */
  #cwd-area-page .articles .btn {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 20px;
  }

  /* prefecture */
  #cwd-area-page .prefecture .prefecture-box{
    padding: 40px 0 1px;
    background: url(/doc/area/assets/img/prefecture-bg.png) no-repeat center center;
  }
  #cwd-area-page .prefecture .prefecture-box dl{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  #cwd-area-page .prefecture .prefecture-box dl dt{
    display: block;
    width: 15%;
    height: auto;
    float: left;
    margin-right: 2%;
    text-align: right;
  }
  #cwd-area-page .prefecture .prefecture-box dl dt{
    display: inline-block;
    padding: 2px 10px;
    font-size: 1.4vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  /*
  #cwd-area-page .prefecture .prefecture-box dl dt a{
    display: inline-block;
    padding: 2px 10px;
    font-size: 1.4vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  #cwd-area-page .prefecture .prefecture-box dl dt a:hover{
    text-decoration: underline;
  }
  */
  #cwd-area-page .prefecture .prefecture-box dl dd{
    display: block;
    width: 83%;
    height: auto;
    float: left;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd li{
    float: left;
    margin-bottom: 10px;
    border-right: 1px solid #aaaaaa;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd li:last-child{
    border-right: none;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd a{
    display: inline-block;
    padding: 2px 10px;
    font-size: 1.4vw;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd a:hover{
    text-decoration: underline;
  }

}
/* end media query */

/*----------------------------------------------------------------------------------
  SP 767px以下
----------------------------------------------------------------------------------*/

@media screen and (max-width:767px) {

  /* -------------------- 基本セット -------------------- */

  /* レスポンシブ制御 */
  #cwd-area-page .sp{
    display: none !important;
  }

  /* btn-small */
  /* btn-medium */
  /* btn-large */
  #cwd-area-page .btn-small,
  #cwd-area-page .btn-medium,
  #cwd-area-page .btn-large{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 2px 25px 2px 25px;
    background: #ffffff;
    border: 1px solid #aaaaaa;
    border-radius: 100px;
    font-size: 3.125vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333333;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
  }
  /* btn-medium difference */
  #cwd-area-page .btn-medium{
    padding: 6px 25px 6px 25px;
    font-size: 3.4375vw;
  }
  /* btn-large difference */
  #cwd-area-page .btn-large{
    padding: 10px 25px 10px 25px;
    font-size: 4.375vw;
  }

  #cwd-area-page .btn-small:after,
  #cwd-area-page .btn-medium:after,
  #cwd-area-page .btn-large:after{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: rotate(-45deg);
    margin-top: -4px;
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
  }
  /* btn-large difference */
  #cwd-area-page .btn-large:after{
    margin-top: -5px;
    width: 8px;
    height: 8px;
  }

  #cwd-area-page .btn-small.btn-anchor:after,
  #cwd-area-page .btn-medium.btn-anchor:after,
  #cwd-area-page .btn-large.btn-anchor:after{
    transform: rotate(45deg);
    margin-top: -6px;
  }
  #cwd-area-page .btn-small.btn-anchor-up:after,
  #cwd-area-page .btn-medium.btn-anchor-up:after,
  #cwd-area-page .btn-large.btn-anchor-up:after{
    transform: rotate(225deg);
    margin-top: -2px;
  }
  /* btn-large difference */
  #cwd-area-page .btn-large.btn-anchor:after{
    margin-top: -7px;
  }
  #cwd-area-page .btn-large.btn-anchor-up:after{
    margin-top: -4px;
  }

  /* btn-cta */
  #cwd-area-page .btn-small.btn-cta,
  #cwd-area-page .btn-medium.btn-cta,
  #cwd-area-page .btn-large.btn-cta{
    background: #ff6600;
    border: 1px solid #ff6600;
    box-shadow: 0px 1px 4px 1px rgba(51,51,51,0.2);
    color: #ffffff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .btn-small.btn-cta:hover,
  #cwd-area-page .btn-medium.btn-cta:hover,
  #cwd-area-page .btn-large.btn-cta:hover{
    box-shadow: 0px 2px 8px 2px rgba(51,51,51,0.3);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .btn-small.btn-cta:after,
  #cwd-area-page .btn-medium.btn-cta:after,
  #cwd-area-page .btn-large.btn-cta:after{
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  /* icon */
  #cwd-area-page .icon:before{
    width: 4.375vw;
    height: 4.375vw;
    margin: 0 1.875vw 0 0;
  }
 /* btn-small icon */
  #cwd-area-page .btn-small .icon:before{
    width: 4.375vw;
    height: 4.375vw;
    margin: 0 1.875vw 0 0;
  }
 /* btn-medium icon */
  #cwd-area-page .btn-medium .icon:before{
    width: 5vw;
    height: 5vw;
    margin: 0 2.1875vw 0 0;
  }
 /* btn-large icon */
  #cwd-area-page .btn-large .icon:before{
    width: 6.25vw;
    height: 6.25vw;
    margin: 0 2.5vw 0 0;
  }

  /* section */
  #cwd-area-page .section-wrapper{
    position: relative;
    width: 100%;
    height: auto;
  }
  #cwd-area-page .section-wrapper:before{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    content: '';
    width: 60px;
    height: 4px;
    background: #ff6600;
  }
  #cwd-area-page .section-wrapper .section-inner{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 60px 20px 60px;
  }

  /* heading */
  #cwd-area-page h1{
    font-size: 6.25vw;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: center;
  }

  #cwd-area-page h2{
    margin-bottom: 40px;
    font-size: 6.25vw;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #333333;
    text-align: center;
  }
  #cwd-area-page h2 .pr{
    display: inline-block;
    margin-bottom: 10px;
    padding: 1px 12px;
    border: 1px solid #333333;
    font-size: 3.125vw;
    font-weight: normal;
    letter-spacing: 0.05em;
    vertical-align: middle;
  }
  #cwd-area-page h2 .explanation{
    display: block;
    margin-bottom: 12px;
    font-size: 3.125vw;
    letter-spacing: 0.05em;
    color: #ff6600;
  }
  #cwd-area-page h3{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 12px;
    border-left: 4px solid #ff6600;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    box-sizing: border-box;
  }
  #cwd-area-page h4{
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  /* column2 */
  #cwd-area-page .column2 > li{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background: #ffffff;
  }
  /* column3 */
  #cwd-area-page .column3 > li{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background: #ffffff;
  }
  /* column4 */
  #cwd-area-page .column4 > li{
    width: calc((100% - 20px) / 2);
    height: auto;
    height: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #ffffff;
  }
  #cwd-area-page .column4 > li:nth-child(2n){
    margin-right: 0;
  }
  /* column5 */
  #cwd-greenjacket .column5 > li{
    width: calc((100% - 20px) / 2);
    height: auto;
    height: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background: #ffffff;
  }
  #cwd-greenjacket .column5 > li:nth-child(2n){
    margin-right: 0;
  }
  /* column6 */
  #cwd-greenjacket .column6 > li{
    width: calc((100% - 20px) / 3);
    height: auto;
    height: 100%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    background: #ffffff;
  }
  #cwd-greenjacket .column6 > li:nth-child(3n){
    margin-right: 0;
  }

  /* type-a */
  #cwd-area-page .type-a .img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-a .img img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-a .btn{
    margin-top: -20px;
    padding: 0 20px;
  }
  #cwd-area-page .type-a .text{
    padding: 15px 20px 20px;
    font-size: 3.75vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  /* type-b */
  #cwd-area-page .type-b > li a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-shadow: 0px 1px 4px 1px rgba(51,51,51,0.2);

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .type-b > li a:hover{
    box-shadow: 0px 2px 8px 2px rgba(51,51,51,0.3);

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .type-b .img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-b .img img{
    width: 100%;
    height: auto;
  }
  #cwd-area-page .type-b dl{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    flex-grow: 1;
  }
  #cwd-area-page .type-b dl .tag{
    position: absolute;
    top: calc(-1 * (3.75vw + 6px));
    left: 0;
    display: inline-block;
    padding: 3px 10px;
    background: #ff6600;
    font-size: 3.75vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #ffffff;
  }
  #cwd-area-page .type-b dl dt{
    font-size: 4.375vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #333333;
  }
  #cwd-area-page .type-b dl .text{
    margin-top: 4px;
    font-size: 3.75vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #333333;
  }

  /* cta-box */
  #cwd-area-page .cta-box{
    padding: 20px 0;
    border: 2px solid #ff6600;
  }
  #cwd-area-page .cta-box .explanation{
    margin: -20px 0 20px 0;
    padding: 10px 20px;
    background: #f2f2f2;
    font-size: 3.75vw;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #cwd-area-page .cta-box .explanation span{
    font-size: 4.375vw;
    color: #ff6600;
  }
  #cwd-area-page .cta-box li h4{
    margin-bottom: 8px;
    padding: 0 20px;
    text-align: center;
  }
  #cwd-area-page .cta-box li h4 span{
    font-size: 5.3125vw;
    color: #ff6600;
  }
  #cwd-area-page .cta-box li .text{
    margin-bottom: 16px;
    padding: 0 20px;
    font-size: 3.75vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-align: center;
    flex-grow: 1;
  }
  #cwd-area-page .cta-box.cta-single li{
    display: block;
    width: 100%;
    height: auto;
  }
  #cwd-area-page .cta-box.cta-single li .btn{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
  #cwd-area-page .cta-box.cta-double li{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 22px;
    box-sizing: border-box;
  }
  #cwd-area-page .cta-box.cta-double li:after{
    position: absolute;
    bottom: 0;
    left: 20px;
    content: '';
    width: calc(100% - 40px);
    height: auto;
    border-bottom: 2px dotted #ff6600;
  }
  #cwd-area-page .cta-box.cta-double li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #cwd-area-page .cta-box.cta-double li:last-child:after{
    display: none;
  }
  #cwd-area-page .cta-box.cta-double li .btn{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* article-box */
  #cwd-area-page .article-box .article-btn-list .btn{
    max-width: initial;
    margin-bottom: 0;
  }
  #cwd-area-page .article-box .article-btn-list .column2 > li,
  #cwd-area-page .article-box .article-btn-list .column3 > li,
  #cwd-area-page .article-box .article-btn-list .column4 > li,
  #cwd-area-page .article-box .article-btn-list .column5 > li,
  #cwd-area-page .article-box .article-btn-list .column6 > li{
    margin-bottom: 10px;
    background: none;
  }
  #cwd-area-page .article-box .article-list{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 15px 15px 15px 30px;
    border: 2px solid #aaaaaa;
  }
  #cwd-area-page .article-box .article-list li{
    margin-bottom: 17px;
  }
  #cwd-area-page .article-box .article-list li:last-child{
    margin-bottom: 0;
  }
  #cwd-area-page .article-box .article-list li a{
    display: block;
    font-size: 3.75vw;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #333333;
    text-decoration: none;
    text-indent: -16px;

    /*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    */
  }
  #cwd-area-page .article-box .article-list li a:hover{
    text-decoration: underline;
  }
  #cwd-area-page .article-box .article-list li a:before{
    margin-right: 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #333333;
  }
  #cwd-area-page .article-box article{
    padding-top: 60px;
  }
  #cwd-area-page .article-box article .image{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #cwd-area-page .article-box article .text{
    margin-bottom: 20px;
    font-size: 3.75vw;
    line-height: 2.0;
    letter-spacing: 0.05em;
    font-feature-settings: initial;
  }

  /* panels */
  #cwd-area-page .panels{
    margin-bottom: 20px;
  }
  #cwd-area-page .panels .s-link_panel{
    margin-top: 20px;
    border: 2px solid #ff6600;
    border-radius: 0;
    box-shadow: 0px 1px 4px 1px rgba(51,51,51,0.2);

    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .panels .s-link_panel:first-child{
    margin-top: 0;
  }
  #cwd-area-page .panels .s-link_panel:hover{
    box-shadow: 0px 2px 8px 2px rgba(51,51,51,0.3);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_head{
    position: relative;
    min-height: 50px;
    padding: 13px 32px 13px 16px;
    border: none;
    border-radius: 0;
    /*
    font-size: 4.375vw;
    */
    font-size: 3.75vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #ff6600;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_head{
    padding: 13px 32px 13px 50px;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_head:hover{
    background: #ffffff;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_head:before{
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    content: 'Q';
    width: 30px;
    height: 30px;
    padding: 4px 0 0 1px;
    background: #ff6600;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_head:after{
    position: absolute;
    top: 10px;
    right: 6px;
    content: '＋';
    width: initial;
    height: initial;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #ff6600;
    -webkit-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }
  #cwd-area-page .panels .s-link_panel.is-active .s-link_panel_head:after{
    content: '－';
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_body{
    position: relative;
    min-height: 40px;
    padding: 3px 16px 0 16px;
    border: none;
    border-radius: 0;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_body{
    padding: 3px 32px 0 50px;
  }
  #cwd-area-page .panels.faq .s-link_panel .s-link_panel_body:before{
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    content: 'A';
    width: 30px;
    height: 30px;
    padding: 7px 0 0 0;
    background: #666666;
    border-radius: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    box-sizing: border-box;
  }
  #cwd-area-page .panels .s-link_panel .s-link_panel_body .text{
    line-height: 1.6;
  }

  /* -------------------- 基本セットのカスタマイズ -------------------- */

  /* mv */
  #cwd-area-page .mv-wrapper{
    position: relative;
    /* width: 100vw; */
    width: 100%;
    height: auto;
    z-index: 0;
  }
  #cwd-area-page .mv-wrapper:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/doc/area/assets/img/mv-filter.png) 50% 50%;
    background-size: 2px 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cwd-area-page.national .mv-wrapper{
    background: url(/doc/area/assets/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.template .mv-wrapper{
    background: url(/doc/area/template/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.hokkaido .mv-wrapper {
    background: url(/doc/area/hokkaido/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.aomori .mv-wrapper {
    background: url(/doc/area/aomori/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.iwate .mv-wrapper {
    background: url(/doc/area/iwate/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.miyagi .mv-wrapper {
    background: url(/doc/area/miyagi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.akita .mv-wrapper {
    background: url(/doc/area/akita/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.yamagata .mv-wrapper {
    background: url(/doc/area/yamagata/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.fukushima .mv-wrapper {
    background: url(/doc/area/fukushima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.ibaraki .mv-wrapper {
    background: url(/doc/area/ibaraki/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tochigi .mv-wrapper {
    background: url(/doc/area/tochigi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.gunma .mv-wrapper {
    background: url(/doc/area/gunma/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.saitama .mv-wrapper {
    background: url(/doc/area/saitama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.chiba .mv-wrapper {
    background: url(/doc/area/chiba/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tokyo .mv-wrapper {
    background: url(/doc/area/tokyo/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kanagawa .mv-wrapper {
    background: url(/doc/area/kanagawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.yamanashi .mv-wrapper {
    background: url(/doc/area/yamanashi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.nagano .mv-wrapper {
    background: url(/doc/area/nagano/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.shizuoka .mv-wrapper {
    background: url(/doc/area/shizuoka/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.niigata .mv-wrapper {
    background: url(/doc/area/niigata/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.toyama .mv-wrapper {
    background: url(/doc/area/toyama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.ishikawa .mv-wrapper {
    background: url(/doc/area/ishikawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.fukui .mv-wrapper {
    background: url(/doc/area/fukui/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.gifu .mv-wrapper {
    background: url(/doc/area/gifu/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.aichi .mv-wrapper {
    background: url(/doc/area/aichi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.mie .mv-wrapper {
    background: url(/doc/area/mie/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.shiga .mv-wrapper {
    background: url(/doc/area/shiga/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kyoto .mv-wrapper {
    background: url(/doc/area/kyoto/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.osaka .mv-wrapper {
    background: url(/doc/area/osaka/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.hyogo .mv-wrapper {
    background: url(/doc/area/hyogo/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.nara .mv-wrapper {
    background: url(/doc/area/nara/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.wakayama .mv-wrapper {
    background: url(/doc/area/wakayama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tottori .mv-wrapper {
    background: url(/doc/area/tottori/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.shimane .mv-wrapper {
    background: url(/doc/area/shimane/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.okayama .mv-wrapper {
    background: url(/doc/area/okayama/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.hiroshima .mv-wrapper {
    background: url(/doc/area/hiroshima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.yamaguchi .mv-wrapper {
    background: url(/doc/area/yamaguchi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.tokushima .mv-wrapper {
    background: url(/doc/area/tokushima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kagawa .mv-wrapper {
    background: url(/doc/area/kagawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.ehime .mv-wrapper {
    background: url(/doc/area/ehime/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kochi .mv-wrapper {
    background: url(/doc/area/kochi/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.fukuoka .mv-wrapper {
    background: url(/doc/area/fukuoka/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.saga .mv-wrapper {
    background: url(/doc/area/saga/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.nagasaki .mv-wrapper {
    background: url(/doc/area/nagasaki/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kumamoto .mv-wrapper {
    background: url(/doc/area/kumamoto/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.oita .mv-wrapper {
    background: url(/doc/area/oita/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.miyazaki .mv-wrapper {
    background: url(/doc/area/miyazaki/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.kagoshima .mv-wrapper {
    background: url(/doc/area/kagoshima/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page.okinawa .mv-wrapper {
    background: url(/doc/area/okinawa/img/mv.jpg) center center;
    background-size: cover;
  }
  #cwd-area-page .mv-wrapper .mv-inner{
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5vw 0;
    z-index: 1;
  }
  #cwd-area-page .mv-wrapper .mv-inner .decoration{
    margin-bottom: 0.4em;
    font-size: 3.4375vw;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
  }
  #cwd-area-page .mv-wrapper .mv-inner .text{
    margin-top: 1em;
    font-size: 3.4375vw;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
  }
  #cwd-area-page .mv-wrapper .mv-inner .ad{
    position: absolute;
    bottom: 8px;
    left: 8px;
    font-size: 3.125vw;
    letter-spacing: 0.1em;
    color: #ffffff;
  }
  #cwd-area-page .mv-wrapper .mv-inner .btn{
    position: absolute;
    top: 16px;
    right: 16px;
  }
  #cwd-area-page .mv-wrapper .mv-inner .btn .btn-small{
    padding: 2px 24px 2px 16px;
  }
  #cwd-area-page .mv-wrapper .mv-inner .btn .btn-medium{
    padding: 6px 24px 6px 16px;
  }
  #cwd-area-page .mv-wrapper .mv-inner .btn .btn-small:after,
  #cwd-area-page .mv-wrapper .mv-inner .btn .btn-medium:after{
    right: 8px;
  }

  /* search */
  #cwd-area-page .search h2{
    margin-bottom: 20px;
  }
  #cwd-area-page .search .btn{
    padding: 0 20px 20px;
  }

  /* pr */
  #cwd-area-page .section-wrapper.pr:before{
    display: none;
  }
  #cwd-area-page .pr .section-inner{
    margin-top: -20px;
    padding: 0px 20px 60px;
  }
  #cwd-area-page .pr h2{
    margin-bottom: 20px;
  }
  #cwd-area-page .pr .article-box{
    margin-bottom: 10px;
  }

  /* list */
  #cwd-area-page .list .section-inner{
    padding-bottom: 40px;
  }
  #cwd-area-page .list h2{
    margin-bottom: 30px;
  }

  /* recommended */
  /*
  #cwd-area-page .recommended .section-inner {
    padding: 40px 20px 60px;
  }
  #cwd-area-page .recommended .type-b dl{
    padding-bottom: 56px;
  }
  #cwd-area-page .recommended .type-b dl .evaluation{
    position: absolute;
    bottom: 16px;
    font-size: 4.375vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333333;
  }
  #cwd-area-page .recommended .type-b dl .evaluation .icon.icon-evaluation:before{
    width: 6.25vw;
    height: 6.25vw;
    margin: 0 2.5vw 0 0;
  }
  */
  #cwd-area-page .recommended .section-inner {
    padding: 40px 0 60px;
  }
  #cwd-area-page .recommended .type-b{
    display: block;
    width: 100%;
    height: auto;
    white-space: nowrap;
    overflow-x: visible;
    overflow-y: hidden;
    transform: translateZ(0);
  }
  #cwd-area-page .recommended .type-b li{
    display: inline-block;
    width: calc(100% - 80px);
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top;
  }
  #cwd-area-page .recommended .type-b li:first-child{
    margin-left: 40px;
  }
  #cwd-area-page .recommended .type-b li:last-child{
    margin-right: 40px;
  }
  #cwd-area-page .recommended .type-b li a{
    display: block;
    width: 100%;
    height: auto;
  }
  #cwd-area-page .recommended .type-b dl{
    white-space: initial;
    height: 44vw;
  }
  /*
  #cwd-area-page .recommended .type-b dl dt{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  #cwd-area-page .recommended .type-b dl .text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  */
  #cwd-area-page .recommended .type-b dl dt{
    line-height: 1.5;
    max-height: 3.0em;
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: normal;
  }
  #cwd-area-page .recommended .type-b dl .text{
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    position: relative;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: normal;
  }
  #cwd-area-page .recommended .type-b dl dt:before,
  #cwd-area-page .recommended .type-b dl dt:after{
    content: '...';
    line-height: 1;
    position: absolute;
    right: 0;
    top: 2em;
    -ms-wrap-flow: start;
  }
  #cwd-area-page .recommended .type-b dl .text:before,
  #cwd-area-page .recommended .type-b dl .text:after{
    content: '...';
    line-height: 1;
    position: absolute;
    right: 0;
    top: 2em;
    -ms-wrap-flow: start;
  }
  #cwd-area-page .recommended .type-b dl dt:after,
  #cwd-area-page .recommended .type-b dl .text:after{
    background: currentColor;

    color: #ffffff;
    top: auto;
  }
  @supports (-webkit-line-clamp: 2) {
    #cwd-area-page .recommended .type-b dl dt{
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
    }
    #cwd-area-page .recommended .type-b dl .text{
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
    }
    #cwd-area-page .recommended .type-b dl dt:before,
    #cwd-area-page .recommended .type-b dl dt:after,
    #cwd-area-page .recommended .type-b dl .text:before,
    #cwd-area-page .recommended .type-b dl .text:after{
      content: normal;
    }
  }
  #cwd-area-page .recommended .type-b dl .evaluation{
    position: absolute;
    bottom: 16px;
    font-size: 4.375vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #333333;
  }
  #cwd-area-page .recommended .type-b dl .evaluation .icon.icon-evaluation:before{
    width: 6.25vw;
    height: 6.25vw;
    margin: 0 2.5vw 0 0;
  }

  /* golf-column */
  #cwd-area-page .golf-column .section-inner{
    padding: 40px 20px 60px;
  }
  #cwd-area-page .golf-column .btn{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 20px auto 20px;
  }

  /* situation */
  #cwd-area-page .situation .btn{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 20px;
  }

  /* cta */
  #cwd-area-page .section-wrapper.cta:before{
    display: none;
  }
  #cwd-area-page .section-wrapper.cta .section-inner{
    padding: 0 20px 40px;
  }
  #cwd-area-page .section-wrapper.cta h4 .weekday{
    color: #1764d7;
  }
  #cwd-area-page .section-wrapper.cta h4 .holiday{
    color: #bf0000;
  }

  /* enjoy */
  #cwd-area-page .enjoy .btn-large{
    padding: 13px 20px 13px 20px;
  }

  /* articles */
  #cwd-area-page .articles .btn {
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto 20px;
  }

  /* prefecture */
  #cwd-area-page .prefecture .section-inner {
    padding: 60px 20px 40px;
  }
  #cwd-area-page .prefecture .prefecture-box{
    background: url(/doc/area/assets/img/prefecture-bg.png) no-repeat center top;
    background-size: contain;
  }
  #cwd-area-page .prefecture .prefecture-box dl{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 28px;
  }
  #cwd-area-page .prefecture .prefecture-box dl dt{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  #cwd-area-page .prefecture .prefecture-box dl dt{
    display: inline-block;
    padding: 2px 10px;
    font-size: 4.375vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  /*
  #cwd-area-page .prefecture .prefecture-box dl dt a{
    display: inline-block;
    padding: 2px 10px;
    font-size: 4.375vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  #cwd-area-page .prefecture .prefecture-box dl dt a:hover{
    text-decoration: underline;
  }
  */
  #cwd-area-page .prefecture .prefecture-box dl dd{
    display: block;
    width: 100%;
    height: auto;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd li{
    float: left;
    margin-bottom: 12px;
    border-right: 1px solid #aaaaaa;

  }
  #cwd-area-page .prefecture .prefecture-box dl dd li:last-child{
    border-right: none;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd a{
    display: inline-block;
    padding: 2px 10px;
    font-size: 4.375vw;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  #cwd-area-page .prefecture .prefecture-box dl dd a:hover{
    text-decoration: underline;
  }

  #cwd-area-page .search .bn-block:last-child {
    margin-bottom: 20px;
  }
}
/* end media query */