@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  font-size: 1.4rem;
  font-family: Raleway, "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
}
body::before {
  content: "";
  background: url(../img/green.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transform: translateZ(0);
}
ul , li {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* --------------------------------
 * header
 * -------------------------------- */
header {
	background-color: #fff;
}
.rogo {
	padding: 3%;
	margin: 0;
}
.rogo img {
	vertical-align: middle;
	width: 40%;
}
.yoyaku img {
        width: 100%;
}
.yoyaku2 img {
        width: 100%;
}
.yoyaku2 {
	padding: 5% 5% 0;
}

/* --------------------------------
 * main-image
 * -------------------------------- */
.main {
	position: relative;
	background: url('../img/main_sp.jpg') no-repeat;
	background-size: cover;
	color: #fff;
	padding-top: 65%;
	text-align: center;
}
.title {
	position: absolute;
	top: 0;
	left: 3%;
	display: block;
	color: #000;
	font-size: 120%;
	background-color: #fff;
	border-radius: 10px;
	width: 160px;
	padding: 3%;
	opacity: 0.8;
	font-family: 'Noto Serif JP', serif;
}
/* --------------------------------
 * concept
 * -------------------------------- */
.concept {
	position: relative;
	background-color: #FFF;
}
.concept-image_sp {
	display: block !important;
	position: absolute;
	top: 0;
	margin: 5% 23%;
	width: 55%;
	border-radius: 50%;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.2));
}
.concept-image_pc {
	display: none !important;
}
.title02 {
	margin: 0;
	font-size: 2rem;
	line-height: 1.4em;
	font-family: 'Noto Serif JP', serif;
}
.txtarea {
	padding: 30px 0;
	text-align: center;
	background: rgb(226,224,224);
	background: linear-gradient(0deg, rgba(226,224,224,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
}
.txtarea p {
	font-size: 1.2rem;
	font-family: 'Noto Serif JP', serif;
	padding: 0 5%;
}
.line {
	margin-top:70%;
}
.strong {
	font-weight: bold;
	border-bottom: 1px solid #000;
}
/* --------------------------------
 * fixd
 * -------------------------------- */
.fixd {
    padding-bottom: 40%; 
}
/* --------------------------------
 * line up
 * -------------------------------- */
.lineup {
	padding: 3% 5%;
	background-color: #fff;
}
.title03 {
	text-align: center;
    font-family: 'Noto Serif JP', serif;
}
.underline {
	border-bottom: solid #000 1px;
}
.lineup-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-around;
	margin: 0;
}
.lineup-box {
	width: 47%;
	padding-top: 5%;
}
.lineup-box img {
	width: 95%;
}
.description {
	font-family: 'Roboto', sans-serif, Meiryo,;
	font-size: 90%;
	text-align: center;
	margin: 0;
}
.link {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-weight: bold;
	margin-top: 2%;
}
.button {
	text-decoration: none;
	border-bottom: solid 1px; 
}

.saikai {
	display: block;
	text-align: center;
	margin: 5%;
	padding: 3%;
	background-color: green;
	border: double 18px #fff;
}

.saikai a {
	color: #fff;
	font-size: 180%;
	text-decoration: none;
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
	background-color: #775E5E;
	color: #fff;
	text-align: center;
}
.footer_inner {
	padding: 3%;
}
.footer_nav {
	margin: 3%;
}
.footer_nav li {
	display: inline-block;
	padding: 1.2%;
	font-size: 80%;
}
.footer_nav a {
	text-decoration: none;
	color: #fff;
}
@media (min-width:768px) {
	body::before {
		background-image: none;
	}
	.wrapper {
		width: 1000px;
		margin: 0 auto;
	}
	.rogo img {
		width: 200px;
	}
	.main {
		width: 1000px;
		height: 600px;
		padding-top: 0;
		background: url('../img/main_pc.jpg') no-repeat;
	}
	.title {
		left: 20px;
		font-size: 17pt;
		width: 400px;
		padding: 20px;
		opacity: 0.8;
	}
	.concept-image_sp {
		display: none !important;
	}
	.concept-image_pc {
		display: block !important;
		position: absolute;
		margin-left: 500px;
		width: 500px;
		border-radius: 50%;
		filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
	}
	.title02 {
		text-align: left;
		padding-top: 0;
		font-size: 3rem;
	}
	.txtarea {
		padding: 40px 50px;
	}
	.txtarea p {
		text-align: left;
		font-size: 2rem;
	}
	.line {
		margin-top: 0;
	}
	.fixd {
		padding-bottom: 300px; 
		margin: 0 auto;
		background: url("../img/green_l.jpg") fixed center no-repeat;
	}
	.lineup {
		padding: 50px 50px;
	}
	.lineup-wrapper::after {
		content: "";
		display: block;
		width: 30%;
}
	.lineup-box {
		width: 30%;
		padding-top: 5%;
	}
	.footer_inner {
	padding: 5px 0;
}
	.footer_nav {
	margin: 0;
}
	.footer_nav li {
	font-size: 12px;
}
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
   .sp {
    display: block;
	width: 100%;
	margin: 20% 0 5%;
  }
}
@media screen and (min-width: 751px) {
  .pc {
    display: block;
	margin: 0 auto;
  }
   .sp {
    display: none;
  }
}
