html {
    scroll-padding-top: 135px; /* 固定ヘッダの高さ分 */}

header {
  height: 135px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
/*      border-bottom: 7px solid #ff8300;*/
      position:fixed;
      background-color: #fff;
      width:100%;
      z-index:500;
}

.anchor{
  display:block;
    padding-top: 115px;
    margin-top: -115px;
}

* {
  margin: 0 auto;
}

main{
  padding-top:135px;
}

.cInner {
	display:block;
	clear:both;
	width:1000px;
	margin:0 auto;
    padding: 0;
	text-align: left;}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;}

.cf:before,
.cf:after {content: " ";display: table;}
.cf:after {clear: both;}
.cf {*zoom: 1;}

.sp {display: none !important;}
.pc {display: block !important;}

.menu ul {
  display: flex;
list-style: none;
align-items: center;
}

.menu ul li {
  padding: 3px 15px;
  color: #ff4d00;
}

.menu ul li:last-child {
  color: #ffffff;
}

td {
  padding: 15px 0;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: left;
  vertical-align: top;
  padding-top: 15px;
  width: 15%;
}


.mainlogo {
  width: 80%;
  height: auto;
  padding-top:8px;
}

h2 {
  font-size: 1.22em;
  font-weight: bold;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.47em;
  color: #ff4d00;
  text-align: center;
  margin-bottom:15px;
}
h3.history {
    font-size: 1.2em;
    color: #fff;
    line-height: 1.3em;
    padding: 8px 0 8px 10px;
    margin: 30px 0 10px 0;
    text-align: left;
    background-color: #ff8300;}

.submenu {
    width: 100%;
    background-color: #ff8300;
    padding: 10px 0;}
.submenuInner {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    list-style: none;}
.submenuInner li {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    border-left: 1px #FFFFFF solid;}
.submenuInner li a {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;}
.submenuInner li img {
    width: 50px;}
.submenuInner li:last-child {
    border-right: 1px #FFFFFF solid;}

.lead {
  margin: 0 0 30px 0;
}
.yajima_ceo {
    float: right;
    width: 200px;
    margin: 15px 0 0 0;}
.yajima_ceo img {
    width: 100%;}

.line {
  border: 1px solid #ffb500;
  margin: 0 0 15px 0;

}

.mainvisual {
  background-image: url("img/main.jpg");
  background-position:bottom;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  margin-bottom:30px;
  position: relative;}
.instagram {
    width: 80px;
    position: absolute;
    top: 5%;
    right: 3%;}
.instagram img {
    width: 100%;}

.mainvisual p {
  font-size: 2em;
  font-weight: bold;
  margin: auto;
}

.catchword {
  text-align: center;
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.images {
  margin: 20px 0 0 0;
  text-align: center;
}

.images img {
  margin: 10px 10px;
  width: 30%;
  height: auto;
}

table, td, th {
  border-bottom: 1px solid #cfcfcf;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}


.border_none {
  border-bottom: none;
}

.border_none td {
  padding: 10px 0;
  border-bottom: none;
}

.border_none th {
  border-bottom: none;
  padding-top: 10px;
}

.businessBox {
    margin: 0 0 2% 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}
.businessBox p {
    margin: 0 ;
    padding: 0 0 50px 0;}
.businessItemS {
    width: 25%;
    background-color: #fbeee0;
    border-radius: 10px;
    margin: 0 0 2.5% 0;
    padding: 2% 3%;
    display: flex;
    flex-direction: column;
    position: relative;}
.businessItemM {
    width: 43%;
    background-color: #fbeee0;
    border-radius: 10px;
    margin: 0 0 2.5% 0;
    padding: 2% 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    }
.businessItemM .boxS {
    width: 25%;
    margin-right: 5%;}
.businessItemM .boxM {
    width: 70%;
    position: relative;}
.businessTtlBox {
    display: flex;
    flex-direction: column;}
h4 {
    color: #ff8300;
    font-weight: bold;
    font-size: 1.27em;
    margin: 0 auto 0.3em auto;
    text-align: center;}
.businessImgC {
    text-align: center;
    margin: 0 auto;}
.businessItemS img,
.businessItemM img {
    width: 100px;
    margin-bottom: 0.5em;}

.btnDetail {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 10px;
    background-color: #ff8300;
    color: #FFFFFF;
    font-weight: bold;
    width: 60%;
    font-size: 1em;
    margin: 0 auto 0.3em auto;
    text-align: center;
    padding: 5px 0px;
    border-radius: 50px;
    display: inline-block;}
.btnDetail2 {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    background-color: #ff8300;
    color: #FFFFFF;
    font-weight: bold;
    width: 80%;
    font-size: 1em;
    margin: 0 0 0.3em 0;
    text-align: center;
    padding: 5px 0px;
    border-radius: 50px;
    display: inline-block;}
.btnDetail::after,
.btnDetail2::after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);}
.btnDetail a,
.btnDetail2 a {
    display: block;}

.listDisc {
	margin:0;
    padding: 0;}
.listDisc li {
	text-align: left;
    color: #000000;
    font-size: 95%;
	line-height: 1.5em;
	list-style-type:none;
    font-weight: normal;
	padding: 0 0 0 1.0em;
	text-indent: -1.0em;}
.txtS {font-size: 95%;}
.imgC {
    text-align: center;
    margin: 0 auto;}
.mgT70 {margin-top: 70px;}
.mgT20 {margin-top: 20px;}

.reformBox {
    display: flex;
    flex-wrap: wrap;}
.reformTxtR {
    color: #b30000;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    font-size: 1.57em;
    line-height: 1.3em;
    padding-top: 20px;}
.reformItem {
    width: 25%;
    margin: 2% 0;
    padding: 2% 3%;
    display: flex;
    flex-direction: column;}
.reformTtl {
    background-color: #ff8300;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    padding: 5px 0;}
.reformPrice {
    text-align: center;
    margin: 10px auto;
    font-size: 1.5em;
    font-weight: bold;
    color: #b30000;}
.reformPrice span {
    display: inline-block;
    font-size: .6em;
    font-weight: normal;
    color: #000;}

@media screen and (max-width:852px) {
.instagram {
    width: 60px;
    top: 4%;}
.businessItemS {
    width: 100%;
    padding: 5% 8%;}
.businessItemM {
    flex-direction: column;
    padding: 5% 3%;}
.businessItemM .boxS {
    width: 100%;
    margin: 0 auto;
    text-align: center;}
.businessItemM .boxM {
    width: 100%;}
.businessTtlBox {
    flex-direction: row;
    align-items: center;
    margin: 0;}
h4 {
    order: 2;
    font-size: 5vw;
    margin: 0;}
.businessImgC {
    order: 1;
    text-align: center;
    margin: 0 3vw 0 0;}
.businessItemS img,
.businessItemM img {
    width: 70px;}

.mgT70 {margin-top: 10%;}
.mgT20 {margin-top: 3%;}

.reformTxtR {
    text-align: left;
    font-size: 5vw;
    line-height: 1.3em;
    padding: 20px 0;}

.reformItem {
    width: 100%;}

.btnDetail2 {
    width: 100%;
    font-size: 3vw;}
.btnDetail2::after {
    border-width: 5px 0 5px 5px;
    left: 10px;}
}



section {
  margin-bottom:60px;
}

th {
  color: #ff4d00;
}

th.history {
    color: #000;
  text-align: left;
  vertical-align: top;
  padding-top: 15px;
  width: 15%;
  font-weight: normal;
}

footer {
  background-color: #ff8300;
  height: 220px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.footer-link {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  padding-top: 30px;
  margin-bottom: 65px;
}

.footer-link li {
  font-size: 0.87em;
  margin: 5px 10px;
}

.footer-logo {
  font-weight: bold;
  margin-bottom: 15px;
}

.copylight {
  font-size: 0.87em;
  margin-bottom: 30px;
}

.button {
  background-color: #ff8300;
  color: #ffffff;
	border-radius: 20px;
  text-align: center;
}

.map_button {
  background-color: #ff8300;
  color: #ffffff;
  border-radius: 20px;
  padding: 2px 15px;
}

.nav {
  display: none;
}

/*PCでハンバーガー消すやつ*/
#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  background: #fff;
  color: #ffbf70;
  padding: 25px;
  border: solid 2px;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, .5), 0 3px 10px -4px rgba(0, 0, 0, .2);
}

.top {
  width: 10px;
  height: 10px;
  border-top: solid 2px #ffbf70;
  border-right: solid 2px #ffbf70;
  transform: rotate(-45deg);
  position: absolute;
  right: 38%;
  top: 40%;
}

.nav_toggle{
  margin:0;
}

.name{
  width:100px;
}
dl {
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  width: 9em;
}
dl dd {
  width: calc(100% - 9em);
}

#case,
#history {
    margin-top: 50px;}
.caseBox {
    background-color: #fbeee0;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: center;
flex-wrap: wrap;}
.caseImg {
    width: 280px;
    margin: 0;
    padding: 0;}
.caseImg img {
    width: 100%;
    height: auto;
vertical-align: bottom;}
.caseTxt{
	width: 100%;
padding: 0 0 0.5em 0;}

.caseArrow {
    background-color: #ff8300;
    width: 16px;
    height: 20px;
    margin: 0 20px;
clip-path: polygon(0 0, 0% 100%, 100% 50%);}

.casespace {
    width: 16px;
    height: 20px;
    margin: 0 20px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);}



.caseLink {
    text-align: right;
    margin-right: 20px;}
.caseLink::before {
    content: "";
    display: inline-block;
    background-color: #ff8300;
    width: 10px;
    height: 15px;
    margin: 0 5px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);}
.caseLink a:link,.caseLink a:visited {color:#ff8300;text-decoration:none;}
.caseLink a:hover,.caseLink a:active {color:#ffa240;text-decoration:none;}


@media (min-width: 852px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

@media screen and (max-width:852px) {
html {
    scroll-padding-top: 16vh; /* 固定ヘッダの高さ分 */}

.cInner {
	width:96%;
    padding: 0 2%;}
  header {
    height: 16vh;
    display: flex;
    align-items: center;
    background-color: #fff;
    width:100%;
  }

  .anchor{
    display:block;
      padding-top: 70px;
      margin-top: -70px;
  }
  main{
    padding-top:16vh;
  }

.pc {display: none !important;}
.sp {display: block !important;}
.img100 {
	width: 100%;
	height: auto;}

.submenuInner {
    width: 95%;}
.submenuInner li {
    width: 25%;}
.submenuInner li a {
    font-size: 2.5vw;}
.submenuInner li img {
    width: 40px;}

  .nav {
    display: block;
  }

  .nav_toggle {
    position: fixed;
    width: 1.75rem;
    height: 1.2rem;
    margin-left: 90%;
    margin-top: -18%;
    z-index: 1000
  }

  .nav_toggle i {
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: #ffb500;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }

  .nav_toggle i:nth-child(1) {
    top: 0;
  }

  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }

  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
    background-color: #fff;
  }

  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }

  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    background-color: #fff;
  }



  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background-color: #FFB500;
    color: #ffffff;
/*    height: 350px;*/
  }

  .nav_menu_ul {
    list-style: none;
    padding: 3rem 0 0 0;
  }

  .nav_menu_ul li {
    border-bottom: 1px solid #ffa341;
  }

  .nav_menu_ul li:first-child {
    border-top: 1px solid #ffa341;
  }

  .nav_menu_ul li:last-child {
    border: none;
  }

  .nav.show {
    opacity: 1;
    visibility: visible;
  }

  .nav_menu_ul li a {
    color: #FFF;
    display: block;
    position: relative;
    margin: 25px 10px 25px 50px;
  }

  .nav_menu_ul li a:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -2px;
  }


  .menu {
    display: none;
  }

  h1 {
    margin-left: 1%;
    width: 48%;
  }
  .mainlogo {
    width: 100%;
    height: auto;
  }

.tel {
	width: 34%;
    margin-right: 13%;}
.tel img {
	width: 100%;}

  .mainvisual {
    background-image: url("img/main.jpg");
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    margin-bottom:30px;
  }

  .images img {
    width: 32%;
    margin: 0;
  }

  td {
    padding: 15px 0 15px 10px;
    text-align: left;
    vertical-align: top;
  }

  .border_none td{
      padding: 10px 0 10px 10px;
  }

  footer {
    background-color: #ff8300;
    color: #fff;
    text-align: inherit;
    margin-top: 50px;
  }

  .footer-link {
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: flex-start;
    margin-bottom: 30px;
        text-align: center;
  }

  .footer-link li {
    font-size: 0.87em;
    margin: 0;
    width:49.8%;
        padding: 10px 0;
  }

 .btn1{
   border-bottom:1px solid #fff;
   border-right:1px solid #fff;
 }

 .btn2{
   border-bottom:1px solid #fff;
 }

 .btn3{
   border-bottom:1px solid #fff;
   border-right:1px solid #fff;
 }

 .btn4{
   border-bottom:1px solid #fff;
 }
 
  .btn5{
   border-bottom:1px solid #fff;
   border-right:1px solid #fff;
 }
   .btn6{
   border-bottom:1px solid #fff;
 }

  .footer-logo {
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 5%;
  }

  .copylight {
    font-size: 0.73em;
    margin: 0 10px 30px 5%;
  }

  .lead p {
    font-size: 0.93em;
  }

  table {
    font-size: 0.87em;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0;
  }

  h3 {
    font-size: 1.22em;
    color: #ff4d00;
    text-align: center;
  }


  .line {
    border: 1px solid #ffb500;
    margin: 10px 0;
  }

  .images {
    margin: 5px 0;
    text-align: center;
  }

  .lead {
    margin: 0 0 30px 0;
  }

  th {
    width: 23%;
  }

  .mainvisual p {
    font-size: 1.37em;
    font-weight: bold;
    margin: auto;
  }

  section{
    margin-bottom: 30px;
  }

.map_button {
    display: inline-block;
    margin-top: 5px;
}

.listDisc li {
    font-size: 3vw;}
.txtS {font-size: 3vw;}

#case {
    margin-top: 20px;}
.caseBox {
    padding: 10px 10px;}
.caseImg {
    width: 25vw;}
.caseArrow {
    width: 12px;
    height: 18px;
    margin: 0 5px;}

.caseLink {
    margin-right: 0px;}

.mgB30 {
    margin-bottom: 30px;}



}



/*-------------------------------------------------
	++ shelter
-------------------------------------------------*/
.shelter_mainvisual {
    background-image: url("img/shelter/pc_bg.jpg");
    background-position:center bottom;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    margin-bottom:30px;}
.shelter_mainImg {
    margin: 0px auto;
    text-align: center;}

h2.shelter {
    font-size: 1.22em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ff8300;}
h3.shelter {
    font-size: 1.2em;
    color: #fff;
    line-height: 1.3em;
    padding: 8px 0;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;}
h4.shelter {
    color: #000000;
    font-weight: bold;
    font-size: 1em;
    margin: 0.5em auto;
    text-align: center;}
h4.shelterL {
    color: #000000;
    font-weight: bold;
    font-size: 1em;
    margin: 0.5em auto;
    text-align: left;}

.shelterBox {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;}
.shelterItem {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 30px 0;
    width: 220px;}
.shelterItem.W470 {width: 470px;}
.shelterItemL {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;}
.shelterItemLdetail {
    width: 48%;}
.shelterItemLdetail img {
    width: 100%;}
.shelterImg img {
    width: 100%;
    margin: 0 auto;
    text-align: center;}
.shelterItem p {
    font-size: .95em;
    padding-bottom: 0.8em;}
.shelterItem p.txtS {
    border-top: 1px #808080 solid;
    font-size: .85em;
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0.8em 0;}
.shelterItem p.txtS span {
    padding-left: 6em;
    text-indent: -6em;}
.shelterPDF {
    display: block;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    padding: 0;
    text-align: center;
    width: 200px;
    border-radius: 30px;
    color: #FFF;
    line-height: 2em;
    font-size: 1em;
    font-weight: bold;
    border: none;
    background-image: url("img/shelter/ic_pdf.svg");
    background-position:right 15px center;
    background-size: 10%;
    background-repeat: no-repeat;}
.shelterPDF a {
    cursor: pointer;
    display: block;}

.shelterTxtR {
    color: #FF0000;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    font-size: 1.2em;}
.inquiryBtn {
    background-color: #ff8300;
    border-radius: 30px;
    margin: 10px auto;
    text-align: center;
    width: 300px;}
.inquiryBtn a {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2.5em;}

.W1000 {width: 1000px;}
.W495 {width: 495px;}
.W240 {width: 240px;}
.ColorB {color: #007ac2;}
.ColorG {color: #57b100;}
.BgO {background-color: #ff8300;}
.BgB {background-color: #007ac2;}
.BgNB {background-color: #013587;}
.BgG {background-color: #57b100;}
.BorderO {border: 2px #ff8300 solid;}
.BorderB {border: 2px #007ac2 solid;}
.BorderNB {border: 2px #013587 solid;}
.BorderG {border: 2px #57b100 solid;}


@media screen and (max-width:852px) {
.shelter_mainvisual {
    background-image: url("img/shelter/sp_bg.jpg");
    height: 80vh;
    padding: 0 3vw;}

.shelterItem {
    width: 100%;}

.shelterImg {
    margin: 0 auto;
    text-align: center;}
.shelterImg img {
    width: 80%;
    margin: 0 auto;
    text-align: center;}

.shelterPDF {
    width: 80%;
    line-height: 2.5em;
    background-size: 7%;}


.W1000,
.W495,
.W240 {width: 100%;}

}

.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;}
.W800 {width: 800px;}
.W170 {width: 170px;}
.fit {width: 100%;}
.txtS {
    font-size: 90%;
}

@media screen and (max-width:852px) {
.W800 {width: 75%;}
.W170 {width: 23%;}
}


/* ==========================
  モーダル（ポップアップ）
========================== */
.js_modalBtnCont {
    display: block;
    padding: 0px;
    transition: 0.3s;}
.js_modalWrap {
    display: none;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;}
.js_modalBG {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);}
.js_modalContInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 800px;
    max-width: 100%;
    background-color: #fff;
    max-height: 800px;
    padding: 40px;}

.js_modalClose {
    display: block;
    position: absolute;
    top: 10.5px;
    right: 10.5px;
    width: 25px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1001;}
.js_modalClose::before,
.js_modalClose::after {
    content: "";
    background-color: #ff8300;
    position: absolute;
    top: -5px;
    right: 10px;
    width: 3px;
    height: 30px;}
.js_modalClose::before {
    transform: rotate(45deg);}
.js_modalClose::after {
    transform: rotate(-45deg);}


/* スマホ幅に適用 */
@media (max-width:852px) {
.js_modalContInner {
    width: 90%;
    max-width: 100%;
    background-color: #fff;
    max-height:auto;
    padding: 40px 10px 10px 10px;}




}
