/* preset for bd */

/* contents枠:cwrap */
.cmshtml .cwrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

/* contents枠vw:cwrapv */
.cmshtml .cwrapv {
  padding-left: 10vw !important;
  padding-right: 10vw !important; }

@media screen and (max-width: 1200px) {
  .cmshtml .cwrap {
    padding-left: 2% !important;
    padding-right: 2% !important; }
  .cmshtml .cwrapv {
    padding-left: 2% !important;
    padding-right: 2% !important; }
}

/* titleにアンダーライン:ttl-ul */
.cmshtml .ttl-ul.rdplanetitle > * {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }
  .cmshtml .ttl-ul.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 200px;
    height: 2px;
    background: #306c39; }

/* titleにアンダーライン中央:ttl-ulc */
.cmshtml .ttl-ulc.rdplanetitle > * {
  position: relative;
  text-align: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc; }
  .cmshtml .ttl-ulc.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    box-sizing: border-box;
    width: 200px;
    height: 2px;
    background: #162461; }

/* title前にサークル:ttl-c */
.cmshtml .ttl-c.rdplanetitle > * {
  position: relative;
  padding-left: 1.5rem; }
  .cmshtml .ttl-c.rdplanetitle > *:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border: 5px solid #162461;
    border-radius: 50%; }

/* title両サイドにライン:ttl-bs */
.cmshtml .ttl-bs.rdplanetitle {
  text-align: center; }
.cmshtml .ttl-bs.rdplanetitle > * {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block; }
  .cmshtml .ttl-bs.rdplanetitle > *:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 30px;
    height: 1px;
    background: #222; }
  .cmshtml .ttl-bs.rdplanetitle > *:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    width: 30px;
    height: 1px;
    background: #222; }

/* dt25% row nowrap：dlfrow */
.cmshtml .dlfrow dl {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #d1d5cf; }
  .cmshtml .dlfrow dl dt {
    padding: 1rem;
    background: #f1f1f1;
    color: #222;
    width: 25%; }
  .cmshtml .dlfrow dl dd {
    padding: 1rem;
    background: #fafafa;
    width: 75%; }

@media screen and (max-width: 576px) {
  .cmshtml .dlfrow dl {
    flex-flow: column nowrap; }
    .cmshtml .dlfrow dl dt,
    .cmshtml .dlfrow dl dd {
      width: 100%; }
}

/* 680ブレイク後2列のclass：ab2row */
@media screen and (max-width: 576px) {
.cmshtml .ab2row > div {
    width: 50% !important;
    flex: 0 0 auto; }
.cmshtml .ab2row.rdhorizontalarea.rdblock > * {
    width: 50% !important;
    flex: 0 0 auto; }
}

/* 詳細ボタンclass: contentsLink */

/* 装飾リンクボタンLEFT　class: contentsLink_l */
.cmshtml .contentsLink_l {
  text-align: left; }
.cmshtml .contentsLink_l a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  padding: 10px 20px;
  min-width: 300px;
  border-radius: 300px;
  transition: 0.4s background-position !important;
  background-image: linear-gradient(to right, #43cea2 0%, #185a9d 51%, #43cea2 100%);
  background-size: 200% auto;
  background-position: 0 50%; }
  .cmshtml .contentsLink_l a:hover {
    background-position: 100% 50%; }


/* 3列横並びブレイク後維持：trbpnw */
@media screen and (max-width: 576px) {
  .cmshtml .trbpnw > .rdblock {
    width: calc(100% / 3) !important; }
  .cmshtml .trbpnw.rdflexarea>* {
    flex: 1 1 auto; }
}




/* for bd-3 */

.cmshtml div#globalNav .navUl {
  justify-content: flex-end; }
  .cmshtml #globalNav .navUl>li {
    padding: 0px 15px; }


.cmshtml div#globalHeader {
  padding: 15px 20px 15px;
  background: rgba(0, 0, 0, 0.5); }
.cmshtml div#globalNav {
  font-weight: 500; }
.cmshtml div#topMovieBg:after {
  background-image: radial-gradient(rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.1) 30%);
  background-size: 3px 3px; }


.cmshtml #topMovie .sp-slide img {
  height: 100vh;
  object-fit: cover; }

.blog #contentsWrapInner {
  display: flex;
  padding: 2rem 3%; }

.cmshtml .blogMain {
  padding: unset;
  width: 75%; }

.cmshtml .blogSide {
  width: 25%;
  min-width: 240px; }

.cmshtml .rdListShort div.rdListItem {
  width: calc((100% / 3) - 20px); }


@media screen and (min-width:680px) and (max-width:1024px) {
  .cmshtml .rdListShort div.rdListItem {
    width: calc((100% / 2) - 20px); }
}

@media screen and (max-width: 680px) {
  .blog #contentsWrapInner {
    flex-direction: column; }
  .cmshtml .blogMain,
  .cmshtml .blogSide {
    width: 100%; }
  .cmshtml .rdListShort div.rdListItem {
    width: calc(100% - 20px); }
}


/* bd03 accordion menu close icon */

.cmshtml .open #globalNavbtn a span:nth-of-type(1) {
    transform: rotate(45deg);
    width: 50%;
    top: 50%;
    left: 25%;
    position: absolute; }

.cmshtml .open #globalNavbtn a span:nth-of-type(2) {
  opacity: 0; }

.cmshtml .open #globalNavbtn a span:nth-of-type(3) {
    transform: rotate(-45deg);
    width: 50%;
    top: 50%;
    left: 25%;
    position: absolute; }




#editView .cmshtml div#globalNav .navUl {
  justify-content: space-around; }
#editView .cmshtml #globalNav .navUl > div {
  padding: 0px 15px; }
#editView .cmshtml #pagetitleInner {
  top: 0; }
#editView .cmshtml #globalNav #globalNavMain .navUl .rdappended {
  min-width: 100px; }
#editView .cmshtml #pagetitle {
  overflow: scroll; }


#editView .cmshtml #topMovie {
  height: 640px; }

#editView .cmshtml .topMovieCatch {
  opacity: 1;
  transform: scale(1); }



/*
・style&color.cssのブレイクポイント変更
・style.css:70
   .cmshtml #globalNav .navUl .navUl>*>*>*>*:not(i,p)
   ↓
   .cmshtml #globalNav .navUl .navUl>*>*>*>*:not(i)
・script.jsの.slider-proに以下変更と追記
    width: 'calc(100% / 3)', //横幅
    responsive: true,
      breakpoints: {
        680: {
          width: '100%',
        }
      }
*/

/* PC用nav・sub横並び */
@media screen and (min-width: 1081px) {
  .cmshtml div#globalHeader {
    align-items: center; }

  .cmshtml #globalNavInner {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }

  .cmshtml #globalNavMain {
    font-size: 1.0rem; }

  .cmshtml #globalNavSub {
    align-self: center;
    margin-bottom: 0px;
    font-size: 0.85rem; }

  .cmshtml #globalNavSub>.navUl>*+* {
    margin-left: 0px !important; }
}


/* タイトル */
.cmshtml .rdplanetitle h2 {
    font-size: clamp(1.6rem, 3.0vw, 2.4rem) !important; }

.cmshtml .rdplanetitle h3 {
    font-size: clamp(1.4rem, 2.5vw, 2.0rem) !important; }

.cmshtml .rdplanetitle h4 {
    font-size: clamp(1.25rem, 2.0vw, 1.75rem) !important; }

.cmshtml .rdplanetitle h5 {
    font-size: clamp(1.2rem, 2.0vw, 1.5rem) !important; }

.cmshtml .rdplanetitle h6 {
    font-size: clamp(1.1rem, 1.8vw, 1.2rem) !important; }




/* common */

    /* SNS */

.cmshtml .navicon > div {
  padding: 0; }

.cmshtml #globalNavSub .navicon a {
  border: none;
  padding: 2px 5px;
  transition: 0.3s; }
.cmshtml #globalNavSub .navicon a:hover {
  background: transparent;
  opacity: 0.7; }

    /* contentspage section */

.cmshtml .sec-ttl {
  position: relative; }
  .cmshtml .sec-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #8d8787 0, transparent 36%); }


    /* h1 */
.cmshtml .globalh1 {
  font-weight: 300 !important;
  font-size: 0.65rem !important;
  color: #eee !important;
  left: 1.50rem !important;
  text-indent: -300rem;
  height: 0;
  overflow: hidden; } 


    /* contents title */

@media screen and (max-width: 1080px) {
  .cmshtml #pagetitleInner {
    top: calc(50% + 35px); }
}


    /* anchor */
.rdanchor a {
  display: block;
  padding-top: 100px;
  margin-top: -100px; }
#editView .rdanchor a {
  padding-top: 0;
  margin-top: 0; }


    /* footer */
@media screen and (max-width: 576px) {
  .cmshtml .footerContactItem a {
    padding: 7px 7px !important;
    font-size: 1rem; }
  .cmshtml .gotop {
    display: none; }
  .cmshtml #copy {
    padding-bottom: 60px !important; }
}





/* information_blog */

.cmshtml .rdListShort .rdListItem h3.rdarticleTitleText {
  font-size: 1.1rem !important; }

.cmshtml .rdarticleTitle h3 {
  font-weight: 500 !important;
  border-bottom: 2px solid #00804c !important; }




/* kensetsu */

.cmshtml .w-list {
  font-size: 0.85rem; }






/* mail form */

.cmshtml .contact_item_table {
  max-width: 1200px !important; }

.cmshtml .contact_item_table input[type="text"], .cmshtml .contact_item_table input[type="email"], .cmshtml .contact_item_table input[type="tel"], .cmshtml .contact_item_table input[type="number"], .cmshtml .contact_item_table input[type="date"], .cmshtml .contact_item_table textarea, .cmshtml .contact_item_table select, .cmshtml input[type="text"][name="img_auth"] {
  line-height: 1.7; }

.cmshtml .contact_item_title {
  margin-bottom: 10px !important;
  color: #54575d;
  background: #f1f1f1;
  padding: 5px 10px !important; }

.cmshtml .pps {
  max-height: 200px;
  overflow-y: scroll;
  padding: 1rem !important;
  background: rgba(223, 237, 229, 0.7); }

.cmshtml dd.contact_item_input:has(.ppcheck) {
  border: 1px dotted #c10000;
  padding: 10px;
  margin-top: 5px; }





.blog #contentsWrapInner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between; }

@media screen and (min-width: 681px) {
  .cmshtml .blogMain {
    width: 73%; }
}
@media screen and (max-width: 680px) {
  .cmshtml .blogMain {
    margin-bottom: 10%; }
}



/* works blog */

.cmshtml .rdCategorylist-inner a[href]:not([href$="cate=3"]):not([href$="cate=4"]) {
  padding-left: 2rem; }

.cmshtml .rdCategorylist-inner a[href$="cate=3"],
.cmshtml .rdCategorylist-inner a[href$="cate=4"] {
  font-weight: 700;
  color: #123456; }