@charset "utf-8";

body{
	margin:0px;
	padding:0px;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}
a:hover img,a:hover{
 opacity:.5;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
 }

p,a{line-height: 2;letter-spacing: 0.05em;font-family: "Noto Sans JP", sans-serif;color: #333;font-weight: 500;}

h1,h2,h3,h4,h5,h6{color: #333;font-family: "Noto Sans JP", sans-serif;}

/*==================common==================*/

ul li{list-style: disc;margin: 0 0 5px;font-family: "Noto Sans JP", sans-serif;line-height:2; }
.fontg1{font-family: "Noto Sans JP", sans-serif!important;}
.fontg2{ font-family: "Zen Old Mincho", serif!important;}
.fontg3{ font-family: "Oooh Baby", cursive!important;}


.flbox{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flbox2{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	flex-direction: column;
}

.flend{
	align-self: flex-end;
}

.flcenter{
  align-items: center;
}

.fljcenter{
  justify-content: center;
}


/*==================header==================*/

header {
	margin-bottom: 0;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	font-weight: 600!important;
}

.hbg{
	background: #004126;
	transition: 0.3s;
}

@media screen and (max-width:991px){	
header {
	padding: 5px 0;
}
}


/*==================slide==================*/

#slider-area{
	position: relative;
	z-index: 0;
    width:100%;
    height: 100%;
	overflow: hidden;
	background-color: #3b200c;
}

.mainlogo{
	position: relative;
	display: flex;
	align-items: center;
	height: 100vh;
	z-index: 999;
}

#slider-area #slider{
	position: fixed;
	z-index: 0;
    width:100%;
    height:100vh;
	overflow: hidden;
}


/*==================main==================*/

.main{
	position: relative;
	background:linear-gradient(180deg, rgba(59,32,12,0.7) 0%, rgba(59,32,12,1.00) 100%);
	background-repeat: no-repeat;
	background-position:top 50% left;
	background-size: auto;
	bottom: -2px;
}

.mainbtn {
  position: relative;
}
.mainbtn::before,.mainbtn::after {
	content: "";
  position: absolute;
	right: 10px;
  background-color: #fff;
}
.mainbtn::before {
  width: 60px;
	bottom: 10px;
  height: 1px;
  margin-top: 29px;
  border-radius: 2px;
}
.mainbtn::after {
  width: 14px;
	bottom: 11px;
  height: 1px;
  border-radius: 2px;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

/*==================main==================*/

.tarubg{
	position: relative;
	background-image: url("../img/top/tarubg2.png");
	background-size: 60%;
	background-position:top -80px right;
	background-repeat: no-repeat;
}
@media screen and (max-width:991px){
.tarubg{
	background-size: 80%;
	background-position:top -40px right;
}
}
@media screen and (max-width:576px){
.tarubg{
	background-image: url("../img/top/tarubg2sp.png");
	background-size: 100%;
	background-position:top 52% right;
	background-repeat: no-repeat;
}
.taru::after{
	content: "";
	position: absolute;
	top: -60px;
	right: 0;
	width: 310px;
	height: 310px;
	background-image: url("../img/top/tarubg1.png");
	background-size: contain;
	background-position:top right -120px;
	background-repeat: no-repeat;
}
}

/*==================sns==================*/

.hsns{width: 20%}
.sns{width: 20%}
@media screen and (max-width:991px){
.sns{width: calc(100% / 3)}
}
@media screen and (max-width:576px){
.sns{width: 50%}
}

/*==================sideb==================*/

#pcside{
	position: fixed;
	top: 120px;
	width: 55px;
	right: 0;
	z-index: 99;
}
#pcside a{
	display: block;
	background-color: rgba(149,15,17,0.90);
	padding: 5px;
	margin: 0 0 10px;
}

@media screen and (max-width:480px){
#pcside{
	display: none;
}
}

/*==================M&M==================*/

.m1,.m2{
	position: relative;
}
.m1::after,.m2::after{
	content: "";
	position: absolute;
	bottom: -20px;
	height: 100%;
}
.m1::after{
	width: 120px;
	right: 40px;
	background-image: url("../img/top/m1c.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.m2::after{
	width: 140px;
	left: 40px;
	background-image: url("../img/top/m2c.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width:576px){
.m1::after{
	width: 90px;
	bottom: -80px;
}
.m2::after{
	width: 110px;
	bottom: -80px;
	right: 20px;
	left: inherit;
}
}

/*==================PURPOSE==================*/

.purpose{
	background-image: url("../img/top/pbg.jpg");
	background-position: center;
	background-size: cover;
}
@media screen and (max-width:576px){
.purpose{
	background-image: url("../img/top/pbgsp.jpg");
	background-position: center;
	background-size: cover;
}
}

/*==================member==================*/

.memberbg{
	position: relative;
	background-color:#3b200c;
}
.member{
	position: relative;
}
.member::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
@media screen and (max-width:576px){
.memberbg{
	position: relative;
	background-color:#27190D;
}
.member::after{
	background: linear-gradient(180deg,rgba(39, 25, 13, 0) 26%, rgba(39, 25, 13, 1) 95%);
}
}

/*==================footer==================*/

footer {
	margin:0;
	position: fixed;
    bottom:0;
	width:100%;
	padding:0;
	z-index: 9999;
}

ul.foot{display: none;}

#sidelink{display: none;}

@media screen and (max-width:576px){

ul.foot{
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
	
ul.foot li{
	float: left;
	width: calc(100% / 2);
	margin: 0;
	padding:0 5px 10px;
	list-style: none;
}
ul.foot li a{
	display: block;
	color: #fff;
	text-align: center;
	padding: 0 0 5px;
	background-color: rgba(149,15,17,0.90);
}
#sidelink{display: none;}
	
}

/*==================back top==================*/

.back-top{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.back-top a{
	width: 80px;
	height: 80px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.bt-visible{
	opacity: 1!important;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width:576px){
	.back-top{
		position: fixed;
		bottom: 70px;
		right: 1.5%;
		z-index: 9999;
	}
	.back-top a{
		width: 50px;
		height: 50px;
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
}

/*==================other==================*/

.readMoreBlock {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  gap: 35px;
}

.readMoreInner {
  width: 100%;
  margin: 0 auto;
  padding: 25px 20px;
  border-radius: 3px;
  box-sizing: border-box;
}
.readMoreContainer {
  position: relative;
  height: auto;
  max-height: 200px;
  overflow: hidden;
  transition: 0.6s;
	z-index: 1;
	background-color: rgba(34,34,34,1.00);
}
.readMoreContainer2 {
	background-color: rgba(0,65,38,1.00)!important;
}
.readMoreContainer p{
	color:#fff;
}
.readMoreContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, rgba(34,34,34,0.5) 0%, rgba(34,34,34,1.00) 90%);
  pointer-events: none;
}
.readMoreContainer2::after {
	background: linear-gradient(to bottom, rgba(0,65,38,0.5) 0%, rgba(0,65,38,1.00) 90%)!important;
}
.readMoreContainer.show:after {
  z-index: -1;
  opacity: 0;
}
.readMoreBtn {
	display: block;
	position: absolute;
	width: 200px;
	bottom:0;
	left: 0;
	right: 0;
  margin: auto;
  padding: 8px 0;
  border: 0;
  cursor: pointer;
	z-index: 2;
}

.readMoreContainer p:last-child {
    margin-bottom: 10px;
}

.txtbox{
	position: relative;
}
.txtbox::after,.txtbox::before{
	content: "";
	position: absolute;
	width: 40%;
	height: 40%;
}
.txtbox::after{
	top:0;
	left: 0;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
.txtbox::before{
	bottom:0;
	right: 0;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}

.st{
	position: relative;
	line-height: 1.5;
	color: #7a8a93;
	z-index:1;
	font-weight: 600;
}
.st::before{
	content: "";
	position: absolute;
	top: -80px;
	left: -120px;
	width: 400px;
	height: 300px;
	background-image: url("../img/top/stbg.png");
	background-size: contain;
	z-index: -1;
}
.bg-color-primary-light .st{color: #59666D;}
.bg-color-primary-light .st::before{background-image: url("../img/top/stbgw.png");}

.st span{
	position: absolute;
	top: -1.5em;
	left: -0.7em;
	margin: 0;
    transform: translateY(0.8em) rotate(-18deg);
	transform-origin:top left;
	color:rgba(251,205,117,1.00);
	font-size: 1.5em;
	z-index: -1;
}

.st2{
	position: relative;
	padding: 0.5em;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
}

.bg-color-primary-light .st2{
  background: #fff;
}

.st3{
	position: relative;
	padding-bottom: 60px;
	z-index: 1;
}
.st3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 1px;
	height: 50px;
	background-color: #FFFFFF;
}

.st4{
	padding: 0 0 0 0.5em;
  border-left: solid 2px #fff;
  position: relative;
}
.st4-g{
	padding: 0 0 0 0.5em;
  border-left: solid 2px #9C814F;
  position: relative;
}

.st5{
	display: inline-block;
	padding: 0 0 0.5em;
  border-bottom: solid 2px #C2B47A;
  position: relative;
}
.st5::after{
	content: "";
	position: absolute;
	top:100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 16px solid #C2B47A;
  border-bottom: 0;
}
@media screen and (max-width:991px) {
.st5::after{
}
}

.st6 {
  position: relative;
	border-top:1px solid #9C814F;
	border-bottom:1px solid #9C814F;
}
.st6:after {
  content: '';
  position: absolute;
  top: -8px;
	left: 0;
  width: 100%;
  height: calc( 100% + 16px);
	border-top:2px solid #9C814F;
	border-bottom:2px solid #9C814F;
}


.fac{
	display: inline-block;
	position: relative;
	z-index: 2;
}
.fac::after{
	white-space: pre;
	content: "Special  \A Food";
	line-height: 1;
	position: absolute;
	right: calc(100% + 20px);
	top: -0.5em;
	width: auto;
	height: 100%;
	text-align: right;
	color:#FFE46C;
	font-weight: bold;
	font-family: "Oooh Baby", cursive!important;
	font-size: 2em;
	transform-origin:bottom right;
	transform: rotate(-15deg);
	z-index: 1;
}
@media screen and (max-width:991px) {
.fac::after{
	content: "Special\A      Food";
	text-align: left;
	right: calc(100% - 30px);
	top: -0.8em;
}
}
@media screen and (max-width:576px) {
.fac::after{
	content: "Special \A  Food";
	right: calc(100% - 120px);
	top: -1.2em;
}
}

.stf{
    position: relative;
	text-align: center;
    padding: 0.5em 1em;
	letter-spacing: 0.1em;
	line-height: 1.5;
	color: #fff;
	border-radius: 10px;
	z-index: 1;
}
.stf:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.5em 1.4em 1.5em 1.4em;
	position: absolute;
	bottom:-2em;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

.stfc1{background-color: #3fbde0;}.stfc1:before{border-color:  #3fbde0 transparent transparent transparent;}
.stfc2{background-color: #7a8a93;}.stfc2:before{border-color:  #7a8a93 transparent transparent transparent;}
.stfc3{background-color: #035566;}.stfc3:before{border-color:  #035566 transparent transparent transparent;}
.stfc4{background-color: #f5a200;}.stfc4:before{border-color:  #f5a200 transparent transparent transparent;}

table.com,table.comno,table.comc,table.pri{
	margin:0 auto;
	width:100%;
    border-collapse:separate;
    border-spacing:4px;
    empty-cells:show;
}
table.pri{
	padding:0!important;
}
.com th,.comno th,.comc th,.pri th{
	letter-spacing: 0.1em!important;
    padding:6px;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	font-family: "Noto Sans JP", sans-serif;
}
.com td,.comno td,.comc td,.pri td{
  padding: 6px;
	font-weight: 500;
	border-bottom: 1px solid #fff;
	font-family: "Noto Sans JP", sans-serif;
}

.comc th{border-bottom: 1px solid #E9E9E9;}
.comc td{border-bottom: 1px solid #E9E9E9;}
.pri th{border-bottom: 1px solid #9D7F69;font-size: 14px;font-family: "Noto Sans JP", sans-serif;}
.pri td{border-bottom: 1px solid #9D7F69;font-size: 14px;font-family: "Noto Sans JP", sans-serif;}

table.com li{
	line-height: 1.5;
	margin-bottom: 5px;
}

table.com2{
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	font-family: "Noto Sans JP", sans-serif;
}
.com2 th,.com2 td{
	font-size: 16px;
	font-weight: 500;
    padding:10px;
}

table.com2no{
	margin:0;
	padding: 4px;
	width:100%;
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	font-family: "Noto Sans JP", sans-serif;
}
.com2no th,.com2no td{
	font-size: 16px;
	font-weight: 500;
    padding:10px;
}

@media screen and (max-width:576px){
	.com th,.com td,.comc th,.comc td,.com2 td,.com2 th{
		width: 100%;
		display: block;
		font-size: 14px; 
	}
	.comno th,.comno td{font-size: 14px; }
	.pri th,.pri td{padding:5px;font-size: 14px; }
table.comc{border-spacing:0;}
}

.listimg{width: 50%;height: 100%;}
.listr{
    background: -moz-linear-gradient(0deg, rgba(228,236,241,1.00)0%, rgba(228,236,241,0)40%);
    background: -webkit-linear-gradient(0deg, rgba(228,236,241,1)0%, rgba(228,236,241,0)40%);
    background: linear-gradient(90deg, rgba(228,236,241,1)0%, rgba(228,236,241,0)40%);
}
.listl{
    background: -moz-linear-gradient(180deg, rgba(252,250,243,1.00)0%, rgba(252,250,243, 0)40%);
    background: -webkit-linear-gradient(180deg, rgba(252,250,243, 1)0%, rgba(252,250,243, 0)40%);
    background: linear-gradient(-90deg, rgba(252,250,243, 1)0%, rgba(252,250,243, 0)40%);
}

@media only screen and (max-width: 991px) {
.listimg{width: 100%;height: 450px;}
.listr{
    background: -moz-linear-gradient(90deg, rgba(228,236,241,)0%, rgba(228,236,241,0)40%);
    background: -webkit-linear-gradient(90deg, rgba(228,236,241,1)0%, rgba(228,236,241,0)40%);
    background: linear-gradient(0deg, rgba(228,236,241,1)0%, rgba(228,236,241,0)40%);
}
.listl{
    background: -moz-linear-gradient(90deg, rgba(252,250,243, 1)0%, rgba(252,250,243, 0)40%);
    background: -webkit-linear-gradient(90deg, rgba(252,250,243, 1)0%, rgba(252,250,243, 0)40%);
    background: linear-gradient(0deg, rgba(252,250,243, 1)0%, rgba(252,250,243, 0)40%);
}
}

@media only screen and (max-width: 991px) {
.listimg{width: 100%;height: 250px;}
}
	
.infobox{
	position: relative;
	top:0;
	z-index: -1;
	margin: 0 20px;
	padding: 20px;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
	overflow: hidden;
}

.infoboxt{
	position: relative;
	bottom:0;
	z-index: -1;
	margin: 0 20px;
	border-radius:20px 20px 0 0 ;
	padding: 10px 10px 20px;
	text-align: center;
	background-color: #fff;
}
.infoboxt span{
	position: relative;
	padding: 0 0 5px;
	background-color: #fff;
	color: #655144;
	border-bottom: 4px dotted #ccc0a2;
	font-weight: 600;
}

.flow{
	position: relative;
	padding:20px 15px;
	background-color: rgba(255,255,255,1.00);
	margin: 0 0 40px
}
.flow::after {
  position: absolute;
  top: 100%;
  left: calc(50% - 30px);
  content: '';
  width: 0;
  height: 0;
  border: 30px solid transparent;
	border-top: 30px solid #fff;
}

.infost{
  font-weight: 600;
  color: #fff;
  padding: 0.3em 1em calc(0.3em + 16px);
  position: relative;
	border-radius: 0 0 20px 20px;
	text-align: center;
}
.infost::after {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 16px;
  left: 0;
}

.eqst{
	position: relative;
	z-index: 1;
	padding: 1em 0.5em;
	text-align: center;
}
.eqst::before{
  content: "";
  position: absolute;
	height: 100%;
	width: 100%;
  top: 0;
	left: 0;
	border-top:solid 2px #3fbde0;
	border-bottom:solid 2px #3fbde0;
}
.eqst::after{
  content: "";
  position: absolute;
	height: calc(100% - 8px);
	width: 100%;
  top: 4px;
	left: 0;
	border-top:dotted 2px #3fbde0;
	border-bottom:dotted 2px #3fbde0;
}

.list-box {
	position: relative;
	margin: 20px 0 0;
	width: 100%;
	height: 100%;
    background-color: rgba(255,255,255,1.00);
	box-shadow: -15px 15px 30px 0 rgba(100,100,100,0.3);
}

.list-box:before {
	top:10px;
	right: 10px;
	position: absolute;
	content: "";
	border: 6px dotted #D5EDFB;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	pointer-events: none;
}


.doc{
	position: relative;
	padding:0 20px 0 0;
	z-index: 1;
}
.doc::after{
	content: "";
	position: absolute;
	top:150px;
	left: 0;
	width:100%;
	height: calc(100% - 300px);
	border-radius: 50px;
	z-index: -1;
}
.doc::after{background-color: #73C0D6;}
@media screen and (max-width:1200px){
.doc{
	padding: 0;
}
.doc::after{
	top:160px;
	left:0;
	height: calc(100% - 140px);
	border-radius: 50% 50% 0 0 / 150px 150px 0 0;
}
}

.docgree {
  position: relative;
  background-image:
  linear-gradient(90deg, rgba(0,0,0,0.00) 0%, rgba(0, 0, 0, 0) 50%, #eaf6fd 0%, #eaf6fd 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, rgba(198,198,198,1.00) 100%);
  background-size: 8px 100%,100% 2em;
}
.docgree2 {
  position: relative;
  background-image:
  linear-gradient(90deg, rgba(0,0,0,0.00) 0%, rgba(0, 0, 0, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 95%, rgba(198,198,198,1.00) 100%);
  background-size: 8px 100%,100% 2em;
}

.jour{
	background-color: #000;
	background-image: url("../img/top/jbg.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
@media screen and (max-width:576px){
.jour{
	background-image: url("../img/top/jbgsp.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}
}

.title{
	background-image: url("../img/top/thanks.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top -80px center;
}
@media screen and (max-width:1600px){
.title{
	background-position: top;
}
}
@media screen and (max-width:991px){
.title{
	background-position: center;
}
}
@media screen and (max-width:576px){
.title{
	background-image: url("../img/top/thankssp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
}
