/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #000;
}

header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid black;
  	position:fixed;
	top:0;
	left:0;
	z-index:9999999;
	background-color:white;
}
@media screen and (min-width: 768px) {
  header {
    height: 100px;
  }
}

.header__rogo img {
  width: 60px;
  height: 54px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header__rogo img {
    width: 100px;
    height: 94px;
    margin: 0 10px;
  }
}

.header__box {
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .header__box {
    height: 100px;
  }
}

.header-title__top {
  font-size: 12px;
  color: #000;
}

.header-title__title {
  font-size: 30px;
  font-weight: 900;
  border-bottom: 5px solid #FFC0DB;
  color: #000;
   letter-spacing: 3px;
}

.nav-item:hover {
  border-bottom: 2px solid #FFC0DB;
}

.footer__food {
  font-size: 16px;
  text-align: center;
  border-top: 1px solid;
  font-family: "Noto Serif", serif;
}
@media screen and (min-width: 768px) {
  .footer__food {
    font-size: 18px;
	line-height:2;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.hamburger {
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 22px;
  right: 12px;
  z-index: 99999;
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger.open {
  background-color: #FFC0DB;
}

.hamburger span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: gray;
}

.hamburger.open span {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  z-index: 99;
  background-color: gray;
}

.hamburger span:nth-child(n+1) {
  margin: 5px 10px 5px 0;
}

.hamburger.open span:nth-child(1) {
  transform: translate(3px, -3px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: translate(3px, -3px) rotate(-45deg);
}

.header-nav {
  display: none;
  width: 80%;
  height: 100vh;
  z-index: 10000;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFC0DB;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: 60%;
    height: 100px;
    display: block;
    right: 0;
    top:inherit;
    z-index: 1;
    background-color: initial;
  }
}
@media screen and (min-width: 900px) {
  .header-nav {
    width: 60%;
	right:5%;
	}
}
.header-nav__list {
  height: inherit;
  color: white;
  margin: 60px;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .header-nav__list {
    display: flex;
    align-items: center;
    background-color: inherit;
    justify-content: space-evenly;
    margin: 0;
    padding: 0;
  }
}

.header-nav__item {
  width: fit-content;
  flex-flow: column;
  margin: 30px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    text-align: center;
	margin:0;
  }
}

.header-nav__item a {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header-nav__item a {
    height: 35px;
    display: grid;
  }
}

.header-nav__itemen {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .header-nav__itemen {
    font-size: 13px;
  }
}

.section-title {
  margin: 20px auto;
  width: 220px;
  height: 90px;
}
@media screen and (min-width: 768px) {
  .section-title {
    margin: 40px 18%;
	 width:300px;
  }
}

.section-title__jp {
  font-size: 20px;
  line-height: 2;
  border-bottom: 4px solid #FD539C;
  text-align: center;
}
@media screen and (min-width: 768px) {
.section-title__jp {
	  font-size: 24px;
	}
}
@media screen and (min-width: 1100px) {
.section-title__jp {
		  font-size: 30px;
	}
}
.section-title__en {
  font-size: 15px;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  font-family: "Noto Serif", serif;
}
@media screen and (min-width: 768px) {
.section-title__en {
    font-size: 20px;
	}
}
@media screen and (min-width: 1100px) {
.section-title__en {
		  font-size: 24px;
	}
}
.btn {
  width: 100%;
  margin: 60px 0;
}
@media screen and (min-width: 768px) {
  .btn {
    margin: 80px 0;
  }
}

.btn__box {
  width: 250px;
  height: 60px;
  background-color: #FC66A6;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn__box {
    width: 350px;
    height: 80px;
  }
}

.btn__text {
  font-size: 16px;
  line-height: 2;
  color: black;
  font-weight:700;
}
@media screen and (min-width: 768px) {
  .btn__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) {
 .btn__text  {
		  font-size: 22px;
	}
}

.btn__box:hover {
  background-color: #fff;
  color: #FFC0DB;
  border: 2px solid #FFC0DB;
}

.mv {
  margin-top: 33px;
 position:relative;
 width:100%;
 height:280px;
background-image:url("http://maumucode.com/test.tomonosan/wp-content/uploads/2025/09/top-sp1.png");
 background-size:cover;
}
@media screen and (min-width: 500px) {
.mv {
  margin-top:33px;
  height:300px;
	}
}
@media screen and (min-width: 650px) {
.mv {
  margin-top:33px;
  height:420px;
	}
}
@media screen and (min-width: 808px) {
.mv {
  margin-top:65px;
  height:450px;
	background-image:url("http://maumucode.com/test.tomonosan/wp-content/uploads/2025/09/top-2.png");
	}
}
@media screen and (min-width: 1008px) {
.mv {
  margin-top:65px;
  height:550px;
  background-image:url("http://maumucode.com/test.tomonosan/wp-content/uploads/2025/08/top-3.png");
	}
}
@media screen and (min-width: 1408px) {
.mv {

  height:750px;
	}
}
@media screen and (min-width: 2008px) {
.mv {

  height:1000px;
	}
}
.mv__box {
   position:absolute;
  top:38%;
  left:8%;
}
@media screen and (min-width: 504px) {
.mv__box {
	top:40%;
	left:8%;
	}
}
@media screen and (min-width: 1084px) {
.mv__box {
	top:38%;
	left:8%;
	}
}
@media screen and (min-width: 1300px) {
.mv__box {
	top:40%;
	left:15%;
	}
}
.mv-box__text {
  font-size: 27px;
}
@media screen and (min-width: 820px) {
  .mv-box__text {
    font-size: 40px;
  }
}
@media screen and (min-width: 1020px) {
  .mv-box__text {
    font-size: 50px;
  }
}
@media screen and (min-width: 1820px) {
  .mv-box__text {
    font-size: 70px;
  }
}
.mv-box__text2 {
  font-size: 18px;
}
@media screen and (min-width: 820px) {
  .mv-box__text2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1020px) {
  .mv-box__text2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1820px) {
  .mv-box__text2 {
    font-size: 52px;
  }
}
.mv-box__img {
  width: 40%;
}

.mv-box__item img {
  width: 70%;
}

.slick {
  margin: 0 auto;
}

/* message */


.message {
  background-color: #FFF4F8;
  padding: 10px 5%;
}
@media screen and (min-width: 768px) {
  .message {
    padding: 20px 10%;
  }
}

.message__box {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 20px;
}
@media screen and (min-width: 768px) {
  .message__box {
    margin: 20px 0 40px;
    font-size: 18px;
	}
}
@media screen and (min-width: 1056px) {
  .message__box {
    margin: 20px 0 40px;
    font-size: 22px;
  }
}

/* policy */
.policy {
  padding: 10px 5%;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .policy {
    padding: 20px 10%;
    margin-top: 60px;
  }
}

.policy__box {
  width: 100%;
  margin: 40px auto;
}
.policy-list {
  width: fit-content;
  margin: 0 auto;
}

.policy-item {
  display: flex;
}

.policy-item__img img {
  width: 80px;
}
@media screen and (min-width: 768px) {
.policy-item__img  img{
    width: 190px;
  }
}

.policy-item__title {
  font-size: 18px;
  border-bottom: 2px solid #029619;
  width: fit-content;
  margin-left: 30px;
  padding: 0 10px;
  color: #029619;
  font-weight:700;
}
@media screen and (min-width: 768px) {
  .policy-item__title {
    font-size: 20px;
	   line-height: 2;
    margin-left: 40px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1100px) {
  .policy-item__title {
		  font-size: 26px;
	}
}

.policy__textbox {
  margin: 20px 0 0 20px;
	font-size:16px;
}
@media screen and (min-width: 768px) {
  .policy__textbox {
    margin: 20px 0 0 30px;
	font-size:18px;
  }
}
 @media screen and (min-width: 1100px) {
 .policy__textbox {
		  font-size: 22px;
	}
}

.policy-item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .policy-item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.policy-textbox__item:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .policy-textbox__item:nth-child(n+2) {
    margin-top: 15px;
  }
}
.policy-textbox__item{
	display:flex;
}
.policy-textbox__item::before{
   content: "";
   display: block;
   width: 0;
   height: 0;
   border-top: 8px solid transparent;
   border-bottom: 8px solid transparent;
   border-left: 10px solid black;
	margin-right:10px;
}
/* video */


.video {
  padding: 10px 5%;
  margin-top: 30px;
  background-color: #FFF4F8;
}
@media screen and (min-width: 768px) {
  .video {
    padding: 20px 10%;
    margin-top: 60px;
  }
}

.video-imgbox {
  width: 80%;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .video-imgbox {
    width: 60%;
    margin: 60px auto;
  }
}

/* kawasemi */


.kawasemi {
  padding: 10px 5%;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .kawasemi {
    padding: 20px 10%;
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
/* 
.kawasemi-titlebox {
    margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .kawasemi-titlebox {
    align-items: center;
	justify-content: center;
	margin: 40px 18%;
  }
}
 */
.kawasemi-title {
  margin: 20px auto;
  width: 200px;
  height: 90px;
}
@media screen and (min-width: 768px) {
  .kawasemi-title {
    margin: 0;
	width: 300px;
  }
}

.kawasemi-box {
  display: block;
}
@media screen and (min-width: 768px) {
  .kawasemi-box {
    display: flex;
    justify-content: space-between;
  }
}
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #029619;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}


.kawasemi-titlebox__text {
  margin-left: 30px;
  font-size:18px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
.kawasemi-titlebox__text {
	  font-size:22px;
	  margin: 40px 18%;
 }
}
@media screen and (min-width: 1100px) {
.kawasemi-titlebox__text {
	  font-size:26px;
 }
}
.kawasemi-box__item img {
  width: 90%;
}

.kawasemi-box__item:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .kawasemi-box__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.kawasemi__box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .kawasemi__box {
    margin-top: 60px;
  }
}

.kawasemi-box__item {
  display: flex;
  justify-content: center;
}
.kawasemipage-item{
	margin:100px auto;
}

/* link */
.link {
  padding: 10px 5% 60px;
  margin-top: 30px;
  background-color: #FFF4F8;
}
@media screen and (min-width: 768px) {
  .link {
    padding: 20px 10% 100px;
    margin-top: 60px;
  }
}

.link-item {
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  line-height: 2;
  color: #029619;
  border-bottom: 2px solid #029619;
}
@media screen and (min-width: 768px) {
.link-item {
	  font-size: 24px;
	}
}

/* news */
.news {
  padding: 10px 5% 60px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 20px 10% 100px;
    margin-top: 60px;
  }
}

.news__box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .news__box {
    margin-top: 80px;
  }
}

.news-box__list {
  border: 2px solid #029619;
  padding: 40px 3%;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .news-box__list {
    padding: 60px 10%;
    width: 85%;
  }
}

.news-item__box {
  display: flex;
  align-items: center;
}

.news-item__meta {
  color: #029619;
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
 .news-item__meta {
    font-size: 20px;
  }
}

.news-item__title {
  font-size: 20px;
  line-height: 2;
  margin-left: 20px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .news-item__title {
    font-size: 22px;
    margin-left: 40px;
  }
}

.news-item__text {
  margin-top: 5px;
  font-size:20px;
}
@media screen and (min-width: 768px) {
  .news-item__text {
    margin-top: 10px;
	font-size:22px;
  }
}

.news-box__item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .news-box__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
/* plofilepage */
.plofile-page__textbox {
  padding: 0px 5% 60px;

}
@media screen and (min-width: 768px) {
  .plofile-page__textbox {
    padding: 20px 10% 100px;
    margin-top: 30px;
  }
}

.plofile-page__text img {
  width:200px;
  float:none;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
.plofile-page__text img {
    width: 180px;
	float:right;
	margin: -40px 0 0 20px;
  }
}
@media screen and (min-width: 1024px) {
 .plofile-page__text img {
    width: 300px;
  }
}
@media screen and (min-width: 1524px) {
 .plofile-page__text img {
    width: 400px;
	 margin: -60px 0 0 20px;
  }
}
.plofile-page__text {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .plofile-page__text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1824px) {
  .plofile-page__text {
    font-size: 22px;
  }
}
.plofile-historybox {
  padding: 10px 5% 20px;
  margin: 30px 0 60px 0;
  display:flex;
  justify-content:center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .plofile-historybox {
    padding: 0 10% 30px;
  }
}
.datebox-item{
	font-size:16px;
	  line-height:2;
}
@media screen and (min-width: 768px) {
.datebox-item {
   font-size:22px;
  }
}
.plofilepage__textbox{
	font-size:16px;
	line-height:2;
}
@media screen and (min-width: 768px) {
.plofilepage__textbox {
   font-size:22px;
  }
}

.plofile-historybox {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.arrow {
	position: absolute;
	border-bottom: 25px solid transparent;
	z-index:-999;
}
@media screen and (min-width: 768px) {
.arrow {
	position: absolute;
	border-bottom: 25px solid transparent;
	z-index:-999;
}
}
.arrow::before {
	content: "";
	position: absolute;
	top: -7.5px;
	left: -50px;
	width: 500vw;
	height: 5px;
	background: #808080;
	transform-origin: left center;
	transform: rotate(-180deg);
	
}

.plofilepage-linebox {
	left: 40%;
	border-left-color: #FF157A;
	transform: rotate(90deg);
	animation: plofilepage-linebox-anim 8s linear ;
	animation-fill-mode:forwards;
}
@media screen and (min-width: 768px) {
	.plofilepage-linebox{
		left: 5vw;
		animation: plofilepage-linebox-anim 3s linear ;
		animation-fill-mode:forwards;
	}
}
@media screen and (min-width: 1068px) {
	.plofilepage-linebox{
		left: 15vw;
	}
}
@media screen and (min-width: 1468px) {
		.plofilepage-linebox{
		left: 25vw;
	}
}
.plofilepage-linebox::before {
	background: #FF157A;
}

@keyframes plofilepage-linebox-anim {
	0% {
		top: -20%;
	}

	100% {
		top: 100%;
	}
}

/* table01 */
#table01 tr {
  display:flex;
  align-items:center;
}
/* #table01 {
   font-size:22px;
} */
#table01 th,
#table01 td {
  padding: 24px 0;
  font-size:22px;
}

#table01 th {
  width: 150px;
  text-align:left;
}

/* sp */
@media only screen and (max-width: 780px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
	   font-size:16px;
  }
}
#table01 th {
  text-align:center;
}
#table01 {
   font-size:18px;
}


/*  */
.page-top {
  width: 100%;
  height: 200px;
  background-color: #FFC0DB;
  position: relative;
  margin-top:34px;
}
@media screen and (min-width: 768px) {
  .page-top {
    height: 250px;
	margin-top:68px;
  }
}

.page-top__textbox {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 768px) {
  .page-top__textbox {
    width: 250px;
  }
}

.page-top__jp {
  font-size: 22px;
  line-height: 1;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-top__jp {
    font-size: 26px;
  }
}
@media screen and (min-width: 1068px) {
  .page-top__jp {
    font-size: 30px;
  }
}
.page-top__en {
  font-size: 20px;
  color: #FF157A;
  border-bottom: 3px solid #FF157A;
  text-align-last: end;
  line-height: 0.8;
  letter-spacing: 5px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .page-top__en {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .page-top__en {
    font-size: 30px;
  }
}

/* blog */

.blog-topimg img {
  width: 60%;
  margin: 0 auto;
}

.blog-topimg {
  border-bottom: 1px solid black;
}

.blog-item__datebox {
  display: flex;
  justify-content: space-evenly;
  width: 40%;
  margin: 20px 0 0 auto;
  align-items: center;
}

.blog-box {
  display: flex;
  flex-direction: column-reverse;
  padding: 10px 3% 60px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .blog-box {
    padding: 20px 5% 100px;
    flex-direction: row;
  }
}

.blog-main {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-main {
    width: 80%;
  }
}

.blog-side {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .blog-side {
    width: 20%;
    padding: 10px;
  }
}

.blog-item {
  border: 1px solid black;
  max-width: 1200px;
}

.blog-item__content {
  padding: 20px 10px 60px;
}
@media screen and (min-width: 768px) {
	.blog-item__content {
  padding: 20px 30px 80px;
}
}
.blog-item__img img {
  float: right;
  width: 150px;
  height: 130px;
  margin-top:-20px;
}
@media screen and (min-width: 768px) {
	.blog-item__img img {
  float: right;
  width: 200px;
  height: 180px;
  margin-top:-60px;
}
}
.blo-item__toptitle {
  margin: 20px 0 30px 30px;
  font-size: 26px;
}

.blog-item__category {
  font-size: 18px;
  background-color: #029619;
  color: white;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
	.blog-item__category {
  font-size: 22px;
  padding: 8px 10px;
}
}
.blog-item__meta {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
.blog-item__meta {
      font-size: 22px;
  }
}
.blog-item__date{
	 font-size: 18px;
}
@media screen and (min-width: 768px) {
.blog-item__date{
     font-size: 22px;
  }
}
.blog-item__text {
  font-size: 18px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
 .blog-item__text  {
      font-size: 26px;
  }
}
.blog-side__list {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .blog-side__list {
    margin-top: 40px;
  }
}

.blog-item:nth-child(n+2) {
  margin-top: 40px;
}

.side-item__date {
  text-align: center;
  font-size:22px;
}
@media screen and (min-width: 768px) {
  .side-item__date {
    text-align: left;
	font-size:26px;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */