@charset "UTF-8";

/*
  ¤¯¤¹¤Î¤­»á¥Û©`¥à¥Ú©`¥¸
  
  -since 2025.04.01
  -author ŽÚˆóßBÐ¯ÊÒ
---------------------------------------------- */
html,
body {
  color: #333;
}

* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.txt {
  font-size: 15px !important;
}

header {
  height: 80px;
  box-shadow: none;
}

#wrapper {
  position: relative;
  padding: 0;
}

/* headerÏÂ¤ËÓ°¤ò¸¶¤±¤Äžé¤ÎÒÉËÆclass */
#wrapper::before {
  position: absolute;
  display: block;
  width: 100vw;
  height: 40px;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  box-shadow: 0 5px 5px rgba(0,0,0,.1) inset;
}

/*-------- .contents --------*/
.contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}

/*---- .inner ----*/
.inner {
  display: block;
  width: 75%;
  margin: 0;
}

/* ¥Ï¥ó¥Ð©`¥¬©`¥á¥Ë¥å©`¤¬é_¤¤¤Æ¤¤¤ë¤È¤­¤Î¥µ¥¤¥º */
#wrapper.narrow .inner {
  padding: 0 0 20px;
}

.inner section {
  width: calc(100% - 50px);
  max-width: ;
  margin: 0 auto 50px 0;
  padding: 20px 0 50px 50px;
  border-bottom: 0;
}

#wrapper.narrow .inner section {
  width: 100%;
  padding: 20px 10px 50px 50px;
}

section:hover {
  background-color: transparent;
}

/* ´óÒŠ³ö¤· */
.inner section .sst01 {
  margin-left: -8px;
  padding: .5em 0 .15em .7em;
}

@media screen and (max-width:1250px) {
  .inner section {  padding: 20px 0 50px 10px;}
  }


/*--- main_img ---*/
.main_img {
  position: relative;
  width: 100%;
  height: 70vh;
  background-image: url('/kusunoki/img/main_img.jpg');
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* »­Ãæ¤Î¥µ¥¤¥º¤Ë¤è¤ë¥á¥¤¥ó»­Ïñ¤ÎÕ{Õû */
@media screen and (min-width:1620px) {
  .main_img {    background-image: url('/kusunoki/img/main_img_w.jpg');  }
}

@media screen and (max-width:1619px) {
  background-image: url('/kusunoki/img/main_img.jpg');
}

@media screen and (min-width:1300px) {
  .main_img {    background-size: auto 108%;  }
}

.main_img h1 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 49%;
  font-size: 6rem;
  text-align: center;
  transform: translate(-50%, -50%);
  text-shadow: 4px  4px 3px #ffffff,  -4px  4px 3px #ffffff,   4px -4px 3px #ffffff,  -4px -4px 3px #ffffff,   4px  0px 3px #ffffff,   0px  4px 3px #ffffff,  -4px  0px 3px #ffffff,   0px -4px 3px #ffffff;
}

.main_img h1 span {
  display: block;
  margin-top: 20px;
  font-size: 27px;
  text-indent: 1em;
  text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, -2px -2px 1px #fff, 2px -2px 1px #fff;
}



/* ----------- .nav_box ----------- */
.nav_box_sp {
  display: none;
}
.nav_box {
  position: fixed;
  display: block;
  width: 25%;
  min-width: 250px;
  top: 0;
  left: 0;
  padding: 100px 30px 0;
  transition: 1s all;
  overflow: hidden;
}

#wrapper.narrow .nav_box {
  padding: 100px 25px 0 0;
}

.nav_box .kusunoki_nav {
  width: 100%;
  top: 100px;
  left: 0;
  padding: 100px 10px;
}

.nav_box .kusunoki_nav li {
  position: relative;
  width: 100%;
  padding: 0;
  border-bottom: 2px #d3c9b6 dotted;
}

.nav_box .kusunoki_nav li:first-of-type {
  border-top: 2px #d3c9b6 solid;
}

.nav_box .kusunoki_nav li:last-of-type {
  border-bottom: 2px #d3c9b6 solid;
}

.nav_box .kusunoki_nav li a {
  display: block;
  width: 100%;
  padding: 24px 20px;
}

.nav_box .kusunoki_nav li.transit a {
  color: #725e37;
  font-weight: bold;
  background: #f8f6f1;
}

/* »­Ãæ¤Î¥µ¥¤¥º¤Ë¤è¤ë¥á¥¤¥ó»­Ïñ¤ÎÕ{Õû */
@media screen and (max-width:1400px) {
  .nav_box{ padding: 100px 0 0 20px;  }
  .nav_box .kusunoki_nav li a {  padding: 24px 10px 24px 20px; }
}

@media screen and (max-width:1250px) {
  .nav_box{ padding: 100px 0 0 16px;  }
  .nav_box .kusunoki_nav li a {  padding: 24px 10px 24px 20px; }
}

@media screen and (max-width:1050px) {
  .nav_box{   min-width: 200px; padding: 100px 0 0 0;  }
  .nav_box .kusunoki_nav li a {  padding: 24px 10px 24px 20px; }
}

/* ¤ªÖª¤é¤»
---------------------------------- */
#kusunoki_news dl {
  max-height: 100px;
  margin-top: 30px;
  padding: 8px 16px;
  overflow-y: auto;
  border: 4px #efefef solid;
}

#kusunoki_news dl dd {
  display: inline-block;
  width: 20%;
  padding: 16px 8px;
  text-align: center;
  border-bottom: 1px #ccc dotted;
}

#kusunoki_news dl dt {
  display: inline-block;
  width: 79%;
  padding: 16px 8px;
  border-bottom: 1px #ccc dotted;
}

#kusunoki_news dl dd:last-of-type,
#kusunoki_news dl dt:last-of-type {
  border-bottom: 0;
}


/* Ï×Ìå¤È¤Ï
---------------------------------- */
.kaibou {
  margin: 20px 8px 30px;
  counter-reset: list-counter;
  list-style: none;
}

.kaibou li {
  position: relative;
  margin: 1em 0;
  padding-left: 1.2em;
  color: #555;
  font-size: 1.2em;
  text-indent: -1em;
  font-weight: bold;
  line-height: 1.5em;
}

.kaibou li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  color: #666;
  font-size: 1.5em;
  font-family: arial;
  font-weight: normal;
  margin-right: .6em;
  line-height: 1.1em;
}




/* ÑØ¸ï
---------------------------------- */
.enkaku_title {
  color: #804040;
}

.enkaku {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  list-style-type: none;
}

.enkaku dd {
  width: 225px;
  margin-bottom: 5px;
  padding: 1em;
  background-color: #f2f0ec;
  border-left: 3px solid #804040;
}
.enkaku dt {
  width: calc(100% - 225px);
  margin-bottom: 5px;
  padding: 1em;
  background-color: #f2f0ec;
}

/* Èë»á¤Ë¤Ä¤¤¤Æ
---------------------------------- */
.list_1 {
  list-style-type: none;
  padding: 1em;
  border: 1px solid #CCC;
}

.list_1 li {
  display: flex;
  align-items: center;
  gap: 0 5px;
  padding: .5em;
}

.list_1 li::before {
  display: inline-block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #c5932a;
  border-left: 2px solid #c5932a;
  transform: rotate(-45deg) translateY(-1.5px);
  content: '';
}

.list-2 {
  border: 2px solid #2589d0;
}

.list-2 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
}

.list-2 ul {
  list-style-type: disc;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
}

.list-2 li {
  list-style: disc;
  padding: .3em .3em .3em 0;
}

.list-2 li::before {
  display: none;
}

.list-2 li::marker {
  color: #2589d0;
  font-size: 1.1em;
}

.dList04 dd,
.dList04 dd:last-child {
  position: relative;
  display: block;
  padding: 15px 0 15px 70px;
  width: 100%;
}

ol.list01>li {
  margin: 0 0 .8em;
  padding-top: 1em;
  border-top: 0;

}

#Feature {
  display: none;
}

.nagare > li .list05 > li sup{
  position: absolute;
  top: 0;
  left: auto;
}
.sst02 sup {
  font-size: .5em;
}

/*---- Á÷¤ì‡í ----*/
.nagare li span.stepNO {
  margin-right: .3em;
  color: #9b8457;
  font-size: 2em;
  font-family: arial;
}

.nagare>li {
  position: relative;
  margin: 1.5em 0 2em;
  padding: 1.5em 2em 2em 3.5em;
  color: #555;
  font-size: 15px;
  line-height: 1.4em;
  text-indent: -2em;
  border: 3px #e6dbc5 solid;
  border-radius: 8px;
}

.nagare>li * {
  text-indent: 0;
}

.nagare>li::after {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  background: #e6dbc5;
  height: calc(tan(60deg) * 30px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
}

.nagare>li:last-of-type:after {
  display: none;
}


.nagare>li.long_time {
  margin-top: 56px;
}

.nagare>li.long_time::before {
  position: absolute;
  display: block;
  top: -30px;
  left: 50%;
  bottom: auto;
  transform: translateX(-50%);
  background: #e6dbc5;
  height: calc(tan(60deg) * 30px / 2);
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
}


.nagare>li .list05>li {
  position: relative;
  padding: 5px 0 5px 20px;
  text-indent: 0;
}

.nagare>li .flow {
  color: #555;
  font-weight: bold;
  font-size: 17px;
}

ol.list04 > li {
  text-indent: 0;
}

.exlink a {
  text-indent: 0;
}





/* ¤·¤ª¤ê¤ò¤´ÓE¤¯¤À¤µ¤¤
---------------------------------- */
.exlink a {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: .7em 4em .7em 2em;
  border: 0;
  border-radius: 5px;
  background-color: #808040;
  color: #FFF;
  font-size: 1em;
}

.exlink a::after {
  position: absolute;
  width: 2em;
  height: .5em;
  top: 46%;
  right: 1.5em;
  background-color: #FFF;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  transform: translateY(-50%);
  transform-origin: left;
  content: '';
  transition: transform .3s;
}

.exlink a:hover::after {
  transform: translateY(-50%) scaleX(1.2);
}



/* ¤ª†–ºÏ¤ï¤»¤Ë¤Ä¤¤¤Æ
---------------------------------- */
.accessmap a {
  display: block;
  border: 1px #fff solid;
  transition: .5s all;
}

.accessmap a:hover {
  border: 1px #cabca0 solid;
}

.list_3 {
  list-style-type: none;
  padding: 1em;
  border: 1px solid #CCC;
}

.list_3 li {
  display: flex;
  align-items: top;
  gap: 0 5px;
  padding: .5em .5em .5em 1em;
  text-indent: 0;
}

.list_3 li::before {
  display: inline-block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #c5932a;
  border-left: 2px solid #c5932a;
  transform: rotate(-45deg) translateY(-1.5px);
  content: '';
  margin-top: .6em;
}
