<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
node-sass scssstyle.scss style.css
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: black;
  text-decoration: none;
}
body{
    background-color:white;
    color: #333333;
}
header {
  width: 100%;
  height: 10vh;
  color: #333333;
  background: rgba(255,255,255, 1);
  position: fixed;
  top: 0;
		  z-index: 999;
}
header h1 img {
  margin-top: 15px;
}
header .inner {
  height: 100%;
  margin: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
    
}
header .inner img {
  width: auto;
  height: 7vh;
}
header .inner nav ul {
  list-style: none;
  display: flex;
}
header .inner nav ul li {
  margin: 0 20px;
  font-size: 17px;
    
}
.sticky {
  position: fixed;
  top: 0;
}

.container {
  width: 100%;
}
.container #header-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.container2 #header-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.container h1 {
    width: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
    padding: 10px 0;
    border-bottom: solid 2px #ff0000;
}
.container h2 {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 auto;
}
.container h3 {
  max-width: 700px;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
    padding: 10px 0;
    border-bottom: solid 2px #6bbe41;
}
.container h4 {
  max-width: 700px;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 20px;
    padding: 10px 0;
    border-bottom: solid 2px #8a8a8a;
}
.container .sample{
    margin: 16px auto 50px;
	text-align: center;
	display: block;
}
.container .sample .text{
    text-align: left;
	display: inline-block;
}


div.title{
  margin: 10px;
  text-align:center;
}

div.title2{
  width:60%;
  margin: 10px;
  margin: 0 auto;
}
div.title3{
  width:60%;
  padding-bottom: 80px;
  margin: 0 auto;
}
div.title4{
  width:100%;
  margin: 0 auto;
}
div.title5{
  width:60%;
  padding-bottom: 80px;
  margin: 0 auto;
}

div.title2 p.title{
  padding: 5px 10px;
  border-left: 5px solid red;
  background: #f4f4f4;
    margin-bottom: 20px;
}
div.title4 .waku{
    border-width:1px;
    border-style:solid;
    border-color:#CCC;
    width:270px;
    height:250px;
    float:left;
    margin:15px;
    text-align:center;
    background-color:white;
}


div.category{
  margin: 200px;
  text-align: center;
}
.ryosyu_width{
    max-width: 700px;
    width: 100%;
    margin:0 auto;
}

.mail_width{
    width: 70%;
    margin:0 auto;
}

.container .mail_width .text{
    font-size: 1.2rem;
    
}

footer {
  width: 100%;
  height: 10vh;
  bottom: 0px;
  background-color: #2d2d2d;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
small {
  /* 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
*/
}
footer button {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 6vh;
  right: -80px;
  border: none;
  background: #383838;
  opacity: 0.6;
  border-radius: 5px 0 0 5px;
  transition-duration: 300ms;
}
footer button .arrow {
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  width: 30px;
  height: 30px;
  border-top: solid 7px white;
  border-left: solid 7px white;
  transform: rotate(45deg);
  transform-origin: left top;
}
footer .to-top {
  right: 0px;
}
@media (max-width: 760px) {
  header {
    top: 0;
    height: 10vh;
	  		  z-index: 999;
  }

.container {
  width: 93%;
    margin: 70px auto;
}

    div.title2{
  width:100%;
  margin: 10px;
  text-align: center;
}
div.title4 .waku{
    border-width:1px;
    border-style:solid;
    border-color:#CCC;
    width:160px;
    height:210px;
    float:left;
    margin:10px;
    text-align:center;
    background-color:white;
    font-weight
}
    div.title4 .waku img{
    width:150px;
    height:150px;
}
    div.title5{
  width:100%;
  padding-bottom: 120px;
  margin: 0 auto;
}
    div.title3{
  width:100%;
  padding-bottom: 50px;
  margin: 0 auto;
}
  header .inner {
    margin: 0 15px;
    justify-content: center;
  }
  header .inner img {
    height: 5vh;
  }
  header .inner nav {
    position: fixed;
    top: 10vh;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.8);
  }
  header .inner nav ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-start;
  }
  header .inner nav ul li {
    margin: 20px;
  }
  header .inner nav ul li a {
    font-size: 20px;
    color: white;
  }
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
  .fix {
    position: fixed;
    opacity: 1;
    z-index: 99999;
  }
  .fix_right {
    right: 0;
  }
    .container2 {
    width: 100%;
    margin: 100px auto 0;
  }
}
.btn-trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 34px;
  height: 28px;
  transform: translateY(-50%);
  cursor: pointer;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: black;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 12px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
#btn.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
#btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn-bar02 .8s forwards;
}
@keyframes active-btn-bar02 {
  100% {
    height: 0;
  }
}
#btn.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media (min-width: 761px) {
  .btn-trigger {
    display: none;
  }
  .container {
    width: 75%;
    margin: 10vh auto;

  }
    .container2 {
    width: 75%;
    margin: 10vh auto;

  }
}
/* 繝輔Ξ繝�け繧ｹ繝懊ャ繧ｯ繧ｹ縺ｮ蝓ｺ譛ｬ險ｭ螳� 遲蛾俣髫費ｼ井ｸ｡遶ｯ謠�∴�画釜霑斐＠縺ゅｊ */
[class^="flex-col"] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* 繧ｳ繝ｳ繝�Φ繝�ｸ九�繝槭�繧ｸ繝ｳ */
.flex-child {
  margin-bottom: 10px;  position: relative;
/*		  z-index: -1000;*/
}
.flex-child {
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;

}
.flex-child img {
  width: 100%;
padding: 1%;
  z-index: -1;
}

/*
.flex-child img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
*/

/* 蜷�き繝ｩ繝�豈弱�繧ｳ繝ｳ繝�Φ繝�→逍台ｼｼ隕∫ｴ�縺ｮ讓ｪ蟷� */
.flex-col2 .flex-child {
  width: calc((100% - 10px) / 2);
}
.flex-col3::after, .flex-col3 .flex-child {
  width: calc((100% - 20px) / 3);
}
.flex-col4::before, .flex-col4::after, .flex-col4 .flex-child {
  width: calc((100% - 30px) / 4);
}
/* 譛邨り｡後�荳｡遶ｯ謠�∴縺ｫ縺励↑縺� */
.flex-col3::after, .flex-col4::before, .flex-col4::after {
  content: "";
}
.flex-col4::before {
  order: 1;
}
/* 繝ｬ繧ｹ繝昴Φ繧ｷ繝門ｯｾ蠢� */
/* 991px莉･荳九〒4蛻� 竊� 3蛻� */
@media screen and (max-width: 991px) {
  .flex-col4::after, .flex-col4 .flex-child {
    width: calc((100% - 20px) / 3);
  }
}
/* 767px莉･荳九〒4蛻励�3蛻� 竊� 2蛻� */
@media screen and (max-width: 767px) {
  .flex-col3 .flex-child, .flex-col4 .flex-child {
    width: calc((100% - 10px) / 2);
  }
}
/* 575px莉･荳九〒蜈ｨ縺ｦ1蛻� */
@media screen and (max-width: 575px) {
  .flex-col2 .flex-child, .flex-col3 .flex-child, .flex-col4 .flex-child {
    width: 100%;
  }
}</pre></body></html>