@charset "UTF-8";

/* 共通 */
body {
  background:  url(../images/back-nano-5.png) repeat;
 }

#schedule,
#item,
#nano-access,
#cafe,
#kodomo,
#kouchin,
#kya-work,
#kya-access,
#kissa {
  padding-top: 150px;
  margin-top: -150px;
}

.ruby_flag .logo,
.lg-ruby {
  display: none;
}

img {
  margin-left: auto;
  margin-right: auto;
}

.logo,
.ruby_flag .lg-ruby {
  display: block;
}

h3 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#title {
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

iframe {
  width: 100%;
  aspect-ratio: 4/3;
}

.ruby_flag {
  #item img {
    margin-bottom: 30px;
  }

  h3 ruby[data-ruby]::before {
    bottom: 75%;
  }

  #item h5 ruby[data-ruby]::before {
    bottom: 130%;
  }

  #item h5 {
    padding-top: 25px;
  }

  dt,
  dd,
  #cafe ul li {
    line-height: 1.8;
  }

  #kyano-ra h4 {
    margin-top: 1.25em;
  }

  #kyano-ra ul.under {
    margin-bottom: 1.5em;
  }
}

#toppage h4 {
  padding: 0.5em;
  color: #494949;
  background-color: #e1f3e1;
  border-left: solid 5px #80ff80;
}

#office table {
  position: -webkit-sticky;
  border-collapse: collapse;
  width: 100%;
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border: 2px solid #000;
  font-size: 1.4em;
}

#office table tbody>tr>th {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  color: #000000;
  background-color: #c8ffa6;
  text-align: center;
}

#office table tbody>tr>td {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  line-height: 1.42857;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  color: #000;
  background-color: #fff;
  text-align: left;
}

#office .table ul ol.kakko,
#cafe ul,
ol.closing_bracket {
  list-style-type: none;
}

#office .table ol {
  padding: 0;
  margin: 0;
}

#office .table ol.kakko li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

#office ol.kakko li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

#cafe h4,
#kya-work h4,
#kodomo h4 {
	position: relative;
	line-height: 1.4;
	padding: 0.25em 1em;
	display: inline-block;
	top: 10px;
  left: 50%;
  transform: translate(-50%);
}
    
#cafe h4::before,
#cafe h4::after,
#kya-work h4::before,
#kya-work h4::after,
#kodomo h4::before,
#kodomo h4::after {
	content: '';
	position: absolute;
	top: 0;
	width: 8px;
	height: 100%;
	display: inline-block;
}
 
#cafe h4::before,
#kya-work h4::before,
#kodomo h4::before {
	border-left: solid 3px #11972e;
	border-top: solid 3px #11972e;
	border-bottom: solid 3px #11972e;
	top: -5px;
	left: 0;
}
 
#cafe h4::after,
#kya-work h4::after,
#kodomo h4::after  {
	content: '';
	border-top: solid 3px #11972e;
	border-right: solid 3px #11972e;
	border-bottom: solid 3px #11972e;
	top: -5px;
	right: 0;
}

#cafe h5 {
  font-size: 1.6em;
  text-align: center;
}

#cafe ul li {
  font-size: 1.4em;
  margin-left: -40px;
}

h3.section-heading {
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  color: #000000;
  background-color: #c8ffa6;
  font-size: 1.8em;
  line-height: 1.8;
  padding-bottom: 0;
}

h3.section-heading span {
  margin-left: 20px;
  display: block;
}

#title h2 {
  color: #000000;
}

#toppage {
  padding-top: 50px;
}

#office h4 {
  position: relative;
  padding: 0 0 0 0.5em;
  border-bottom: 6px solid #094;
}

#office h4::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background-color: #00cc5b;
}

#nanohana h4 {
	position: relative;
 	padding: 0.5em;
 	margin-bottom: 0.2em;
 	font-weight: bold;
 	color: #353535;
}
 
#nanohana h4::before {
	content: '';
	position: absolute;
 	bottom: 0px;
 	left: 0;
	width: 80%;
	height: 10px;
	background: repeating-linear-gradient(#69f070 0 2px, transparent 2px 4px),
      repeating-linear-gradient(90deg, #69f070 0 2px, transparent 2px 4px);
}

#nanohana ul,
#kyano-ra ul,
#kouchin ul {
  list-style-type: none;
}

#office ul li {
  font-size: 1.4em;
  line-height: 1.8;
  color: #000000;
  background-color: transparent;
}

#office ul li,
#nanohana ul li,
#schedule ul li,
#kyano-ra ul li,
#kouchin ul li {
  font-size: 1.4em;
  line-height: 1.8;
  margin-left: 0.5em;
  text-indent: -1.5em;
  color: #000000;
  background-color: transparent;
}

#office ul li::before,
#nanohana ul li::before,
#schedule ul li::before,
#kyano-ra ul li::before {
  font: var(--fa-font-solid);
  content: "\f005";
  font-size: 1em;
  line-height: 1.8;
  margin-right: 5px;
  color: #000000;
  background-color: transparent;
}

#kyano-ra ul.under li::before,
#kouchin li::before {
	font: var(--fa-font-solid);
	content: none;
	font-size: 1em;
	line-height: 1.8;
	margin-right: 5px;
	color: #000000;
	background-color: transparent;
}

#nanohana ul.sub li,
#kyano-ra ul.sub li {
  font-size: 1em;
	margin-left: -2em;
	text-indent: -0.75em;
}

#nanohana ul.sub li::before,
#kyano-ra ul.sub li::before {
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 0.8em;
  line-height: 1.8;
  margin-right: 0.25em;
  color: #000000;
  background-color: transparent;
}

#kyano-ra h4,
#kouchin h4 {
  width: 90%;
  margin-left: 5%;
  margin-top: 1em;
  padding-left: 0.5em;
  font-size: 1.4em;
	color: #000;
	background-color: transparent;
	position: relative;
	font-weight: bold;
}
 
#kyano-ra ul.under li,
#kouchin ul li {
  width: 95%;
  margin-left: 5%;
  margin-top: 0.75em;
  padding-left: 0em;
  font-size: 1.4em;
	color: #000;
	background-color: transparent;
	position: relative;
	font-weight: bold;
}

#kyano-ra ul.under li span,
#kouchin ul li span {
	position: absolute;
	right: 40px;
	bottom: 0;
}

#kyano-ra ul.under li::after,
#kouchin ul li::after {
	content: '';
	position: absolute;
	left: -38px;
	bottom: -6px;
	width: 100%;
	height: 7px;
	color:#000;
	background: repeating-linear-gradient(-45deg, #11972e, #11972e 2px, #b0dcf9 2px, #b0dcf9 4px);
}

#item img {
  margin: auto;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

dl.qa {
  overflow: hidden;
  _zoom: 1;
}

dl.qa dd,
dl.qa dt {
  text-indent: -2.05em;
  padding: 0 20px 0px 50px;
  font-size: 1.4em;
}

dl.qa dt {
  margin: 20px 20px 0 0;
}

dl.qa dd:first-letter,
dl.qa dt:first-letter {
  font-size: 1.2em;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
}

dl.qa dd {
  margin: 10px 0 -1px 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #aaa;
}

dl.qa dt::before {
  content: "Q.";
  color: #3498db;
  background-color: transparent;
}

dl.qa dd::before {
  content: "A.";
  color: #ff6767;
  background-color: transparent;
}

#item h4 span {
	position: absolute;
	right: 1.75em;
}

#item h5 {
  color: #000;
  background-color: #c4edc8;
  padding: 0.5em;
  border-radius: 0.5em;
  text-align: center;
}

#nano-access a,
#kya-access a {
  color: #776005;
  background-color: transparent;
}

#nano-access a:hover,
#kya-access a:hover {
  color: #f00;
  background-color: transparent;
}

/*	PC  */
@media screen and (min-width: 1200px) {
  .navbar .ruby {
    position: absolute;
    top: 10px;
    left: 40%;
    font-size: 1em;
    line-height: 1;
    text-align: right;
  }

  .navbar .tel {
    position: absolute;
    top: 0px;
    left: 60%;
    font-size: 1em;
    line-height: 1;
    text-align: right;
  }

  #slider,
  #title {
    margin-top: 55px;
  }

  #toppage .comment {
    background-image: url('../images/top-1.png');
    background-repeat: no-repeat;
    background-position: 100% 28%;
    background-size: 17%;
  }

  #office th {
    width: 20%;
  }

  #office td.waku-1 {
    width: 80%;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
  }

  #office td.waku-2 {
    width: 30%;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
  }

  #office td.waku-3 {
    width: 70%;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
  }

  #item h4 {
    font-size: 1.4em;
    margin-bottom: 1.5em;
  }

  #item h4.slim {
    padding-left: 2.5em;
  }

  #item h4.slim span {
    right: 4.5em;
  }

  #item h4.mb-0 {
    margin-bottom: 0;
  }

  .ruby_flag {
    #item h4 {
      line-height: 1.8;
    }
    
    #item h4 ruby[data-ruby]::before {
      bottom: 75%;
    }
  }

  #item h5 {
    width: 40%;
    margin-left: 30%;
  }

  #kissa h4 {
    font-size: 1.65em;
    color: #c8ffa6;
  }

  .sp-pc {
    margin-left: 1em;
  }
}

/* TB */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .navbar .tel {
    margin-bottom: 0;
  }

  #slider,
  #title {
    margin-top: 60px;
  }

  #toppage .comment {
    background-image: url('../images/top-1.png');
    background-repeat: no-repeat;
    background-position: 95% 28%;
    background-size: 17%;
  }

  #office th {
    width: 20%;
  }

  #office td.waku-1 {
    width: 80%;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
  }

  #office td.waku-2 {
    width: 100%;
    display: block;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
  }

  #office td.waku-3 {
    width: 100%;
    display: block;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
  }

  #item h4 {
    font-size: 1.2em;
    line-height: 1.6;
  }

  #item p.mt-tbsp {
    margin-top: 2em;
  }

  .ruby_flag {
    #item h4 {
      line-height: 1.8;
    }

    #item h4 ruby[data-ruby]::before {
      bottom: 75%;
    }
  }

  #kissa h4 {
    font-size: 1.65em;
    color: #c8ffa6;
  }

  .sp-pc {
    margin-left: 1em;
  }

  .ruby_flag #item h4 span.fuku {
    position: absolute;
    margin-top: 20px;
    right: 1.75em;
  }
}

.box {
  display: flex;
}

/* SP */
@media screen and (max-width: 767px) {
  .box {
    flex-direction: column;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .order-3 {
    order: 3;
  }

  .navbar-inverse .navbar-brand img {
    max-width: 160px;
    margin-left: 5px;
  }

  .navbar .tel {
    margin-bottom: 0;
  }

  .navbar-toggle {
    position: absolute;
    top: 85PX;
    left: 5%;
    margin-top: 0px;
  }

  .navbar #menu-button {
    position: absolute;
    top: 90PX;
    left: 35%;
    font-size: 1em;
    line-height: 1;
    text-align: right;
  }

  #slider,
  #title {
    margin-top: 40px;
  }

  p {
    font-size: 1.2em;
    line-height: 1.8;
  }

  #bottom h2 {
    font-size: 2em;
  }

  .tel p {
    margin-top: 0px;
    font-size: 1.1em;
    line-height: 1.8;
  }

  .tel button.open,
  .tel button.close {
    font-size: 0.8em;
  }

  h3.section-heading {
    font-size: 1.4em;
  }

  #toppage .comment {
    background-image: url('../images/top-1.png');
    background-repeat: no-repeat;
    background-position: 95% 15%;
    background-size: 20%;
  }

  #office .table th {
    border-bottom: none;
    width: 100%;
    display: block;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #000000;
  }

  #office td.waku-1,
  #office td.waku-2,
  #office td.waku-3 {
    width: 100%;
    display: block;
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
  }

  #item h4 {
    font-size: 1.2em;
    line-height: 1.6;
  }

  .ruby_flag {
    #item h4 {
      line-height: 1.8;
    }

    #item h4 ruby[data-ruby]::before {
      bottom: 75%;
    }
  
    #item h5 {
      line-height: 1.8;
    }

    #item h5 ruby[data-ruby]::before {
      bottom: 75%;
    }
  }
  
  #item p.mt-tbsp {
    margin-top: 2em;
  }
  
  #kissa h4 {
    font-size: 1.35em;
    color: #c8ffa6;
  }

  .sp-sp {
    margin-left: 1em;
  }

  .sp-sp2 {
    margin-left: 2em;
  }

  .sp-sp3 {
    margin-left: 3em;
  }
}
	
								