@charset 'UTF-8';





/*

	Base

*/

/*  font  */
body {
	font-family: 'Noto Serif JP', serif;
	font-feature-settings: 'palt';
	color: #000000;
	font-size: 13px;
	font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

/*  layout  */
main section {
	position: relative;
	z-index: 0;
}
.container {
	width: 100%;
	margin: 0 auto;
	padding: 2em 10px;
	box-sizing: border-box;
}
.container>p {
	text-align: center;
}
@media screen and (min-width: 768px) {
	.container {
		max-width: 1020px;
		padding: 4em 0;
	}
}

/*  heading  */
h2 {
	margin: 1em 0;
	font-size: 1.5em;
	color: #6f4b26;
	text-align: center;
}
h2 span {
	display: block;
	font-size: 0.75em;
}
h3 {
	margin: 0 0 1em 0;
	font-size: 1.25em;
	color: #6f4b26;
}
h4 {
	margin: 0 0 0.5em 0;
	font-size: 1em;
}
h5 {
	font-size: 1em;
}
@media screen and (min-width: 768px) {
	h2 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 2em;
	}
	h4 {
		font-size: 1.5em;
	}
	h5 {
		font-size: 1.25em;
	}
}

/*  a  */
a {
	color: inherit;
	cursor: pointer;
}
a:hover {
	opacity: 0.75;
}
a.link {
	color: #f77361;
}

/*  i  */
i {
	display: inline;
	font-style: normal;
}
@media screen and (min-width: 768px) {
	i {
		display: block;
	}
}

/*  img/iframe  */
img,
iframe {
	width: 100%;
	height: auto;
}

/*  table  */
table {
	table-layout: fixed;
	width: 100%;
	min-width: 300px;
	border-collapse: separate;
	border-spacing: 2px;
}
table th,
table td {
	width: 20%;
	padding: 0.5em;
	border: none;
	font-size: 0.8rem;
	text-align: center;
	box-sizing: border-box;
}
table th {
	background-color: #6f4b26;
	color: #ffffff;
}
table td {
	background-color: #ffffff;
}
table td:last-of-type {
	width: 40%;
}
@media screen and (min-width: 768px) {
	table th,
	table td {
		font-size: 1.5rem;
	}
}

/*  .link_btn  */
.link_btn {
	text-align: center;
}
.link_btn a {
	display: inline-block;
	padding: 0.5em 1em;
	border-radius: 9999px;
	background: linear-gradient(to right, #b8751e 0%, #ffce08 25%, #fefeb2 50%, #ffce08 75%, #b8751e 100%);
	font-size: 1.25em;
	font-weight: bold;
	color: #6f4b26;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.link_btn a {
		font-size: 1.5em;
	}
}

/*  ul.imgtext-list  */
ul.imgtext-list {
	list-style: none;
	margin: 2em auto;
}
ul.imgtext-list li {
	margin: 2em auto;
	overflow: hidden;
}
ul.imgtext-list li h3 {
	margin: 0 0 1em 0;
	padding: 0 0 0.5em 0;
	border-bottom: 1px solid #6f4b26;
	box-sizing: border-box;
}
ul.imgtext-list li img {
	width: 40%;
	height: auto;
}
ul.imgtext-list li:nth-of-type(odd) img {
	float: left;
	margin: 0 1em 1em 0;
}
ul.imgtext-list li:nth-of-type(even) img {
	float: right;
	margin: 0 0 1em 1em;
}
@media screen and (min-width: 768px) {
	ul.imgtext-list {
		max-width: 800px;
	}
	ul.imgtext-list li img {
		width: 30%;
	}
	ul.imgtext-list li:nth-of-type(odd) img {
		margin: 0 2em 2em 0;
	}
	ul.imgtext-list li:nth-of-type(even) img {
		margin: 0 0 2em 2em;
	}
}

/*  ul.menu-list  */
ul.menu-list {
	list-style: none;
	margin: 2em auto;
}
ul.menu-list li {
	margin: 0;
	padding: 1em;
	text-align: center;
	box-sizing: border-box;
}
ul.menu-list li img {
	width: 60%;
	height: auto;
	vertical-align: bottom;
}
ul.menu-list li .frame {
	background-color: #ffffff;
	box-shadow: 5px 5px 5px #988575;
}
ul.menu-list li .frame h3 {
	margin: 0;
	padding: 1em;
	text-align: center;
	box-sizing: border-box;
}
ul.menu-list li .frame h3 span.sub {
	display: block;
	margin: 0 0 0.5em 0;
	font-size: 0.75em;
}
ul.menu-list li .frame h3 span.size {
	display: inline-block;
	margin: 0 0.25em 0 0;
	padding: 0.25em 1em;
	border-radius: 9999px;
	background: linear-gradient(to right, #b8751e 0%, #ffce08 25%, #fefeb2 50%, #ffce08 75%, #b8751e 100%);
	font-size: 0.75em;
	vertical-align: middle;
}
ul.menu-list li .frame .price {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 1em;
	background: linear-gradient(to right, #bf944d 0%, #fff2bd 50%, #bf944d 100%);
	font-size: 1.25em;
	font-weight: bold;
	color: #6f4b26;
	text-align: center;
	line-height: 1.25;
	box-sizing: border-box;
}
ul.menu-list li .frame .price span small {
	font-size: 1.3rem;
}
ul.menu-list li .frame .price span.limited {
	display: inline-block;
	padding: 0.25em 1em;
	border-radius: 9999px;
	background-color: #c40000;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}
ul.menu-list li .frame .detail {
	padding: 1em;
	background-color: #ffffff;
	text-align: left;
	box-sizing: border-box;
}
ul.menu-list li .frame .detail p {
	margin-top: 0;
}
ul.menu-list li .frame .detail .data {
	padding: 1em;
	background-color: #eeeeee;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	ul.menu-list {
		display: flex;
		flex-wrap: wrap;
		width: 800px;
	}
	ul.menu-list li {
		width: 50%;
	}
	ul.menu-list li img {
		width: 100%;
	}
	ul.menu-list li .frame h3 span.sub, 
	ul.menu-list li .frame h3 span.size {
		font-size: 0.5em;
	}
}

/*  @keyframes  */
@keyframes fadeUp {
	0% {
		opacity:0;
		transform: translateY(3em);
	}
	100% {
		opacity:1;
		transform: translateY(0);
	}
}
.fadeUp.animate {
	opacity: 0;
}
.fadeUp.animate.show {
	opacity:1;
	animation-name: fadeUp;
	animation-duration: 0.8s;
	animation-timing-function: linear;
}
@keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.fadeIn.animate {
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}






/*

	header
	
*/
header {
	outline: 2px solid #6f4b26;
	outline-offset: -0.5em;
	background-image: url('./images/mv.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
header .container {
	position: relative;
	padding: 1.5em;
	z-index: 1;
}
}
header .container h1,
header .container h1 a.sitetop {
	display: inline-block;
	margin: 0;
	line-height: 0;
}
header .container h1 a.sitetop img {
	width: auto;
	height: 55px;
}
header .container img.catch {
	position: relative;
	margin: 1.5em 0;
	z-index: 1;
}
header .container a.pop {
	position: fixed;
	top: 1em;
	right: 1em;;
	display: block;
	width: 25%;
	height: auto;
	z-index: 9999;
}
header .container a.pop img {
	width: 100%;
	height: auto;
}
header .container img.doctor {
	position: absolute;
	right: 1em;
	bottom: 2.5em;
	display: block;
	width: 50%;
	height: auto;
}
header .container p.link_btn {
	position: relative;
	margin: 1.5em 0;
	text-align: left;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	header .container img.catch {
		width: 80%;
	}
	header .container a.pop {
		width: 25%;
	}
	header .container img.doctor {
		width: 40%;
	}
}





/*

	footer
	
*/
footer small {
	display: block;
	padding: 1em;
	background-color: #6f4b26;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}





/*

	background

*/
#question,
#faq {
	background-image: url('./images/bg02.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	
}
@media screen and (min-width: 768px) {
	#faq, 
	#commit {
		background-attachment: fixed;
	}
}




#suggestion,
#main-menu,
#commit {
	background-image: url('./images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#reason,
#set-menu {
	background-image: url('./images/bg01.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact,
#media {
	background-image: url('./images/bg03.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}





/*

	.contact

*/
.contact .container a.tel {
	display: block;
	font-size: 3em;
	font-weight: bold;
	color: #6f4b26;
	text-align: center;
}
.contact .container a.tel:before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0.25em 0 0;
	background-image: url('./images/tel.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	vertical-align: middle;
}
.contact .container ul.contact-list {
	list-style: none;
}
.contact .container ul.contact-list li {
	width: 100%;
	margin: 0;
	padding: 0.5em;
	box-sizing: border-box;
}
.contact .container ul.contact-list li a {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.contact .container ul.contact-list {
		overflow: hidden;
	}
	.contact .container ul.contact-list li {
		float: left;
		width: 50%;
	}
	.contact .container ul.contact-list li a strong {
		display: block;
	}
}





/*

	#question

*/

#question .container h2 {
	color: #000000;
}
#question .container ul {
	list-style: none;
}
#question .container ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 2em;
	font-weight: bold; 
	box-sizing: border-box;
}
#question .container ul li:before {
	position: absolute;
	top: 0.25em;
	left: 0;
	content: "";
	display: block;
	width: 2em;
	height: 1em;
	background-image: url('./images/check.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
@media screen and (min-width: 768px) {
	#question .container ul {
		margin: 1em auto;
		max-width: 600px;
	}
	#question .container ul li {
		font-size: 1.25em;
	}
}





/*

	#suggestion

*/
#suggestion .container .frame {
	margin: 1em auto;
	padding: 1em;
	background-color: #ffffff;
	background-image: url('./images/title.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	box-shadow: 5px 5px 5px #988575;
	overflow: hidden;
	box-sizing: border-box;
}
#suggestion .container .frame img {
	float: right;
	width: 40%;
	margin: 0 0 1em 1em;
}
#suggestion .container .frame ul.career-list {
	list-style: none;
}
#suggestion .container .frame ul.career-list li {
	position: relative;
	margin: 0;
	padding: 0 0 0 7em;
	box-sizing: border-box;
}
#suggestion .container .frame ul.career-list li span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 7em;
}
@media screen and (min-width: 768px) {
	#suggestion .container .frame {
		max-width: 800px;
	}
	#suggestion .container .frame {
		padding: 2em;
	}
	#suggestion .container .frame img {
		margin: 0 0 2em 2em;
	}
}





/*

	#reason

*/
#reason .container {
	position: relative;
}
#reason .container h2 {
	width: 60%;
	text-align: left;
}
#reason .container img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 40%;
}
#reason .container ul.reason-list {
	position: relative;
	list-style: none;
	margin: 0 auto;
	z-index: 1;
}
#reason .container ul.reason-list li {
	display: table;
	width: 100%;
	margin: 1em 0;
	padding: 1em;
	background: linear-gradient(to right, #b8751e 0%, #ffce08 25%, #fefeb2 50%, #ffce08 75%, #b8751e 100%);
	font-weight: bold;
	color: #6f4b26;
	box-sizing: border-box;
}
#reason .container ul.reason-list li span {
	display: table-cell;
	width: 20%;
	padding: 1em;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
#reason .container ul.reason-list li span i {
	display: block;
	font-size: 2em;
}
#reason .container ul.reason-list li strong {
	display: table-cell;
	width: 80%;
	padding: 0 1em;
	vertical-align: middle;
	box-sizing: border-box;
}
#reason .container ul.reason-list li strong i {
	display: block;
	font-size: 2em;
}
@media screen and (min-width: 768px) {
	#reason .container {
		width: 600px;
	}
}





/*

	#set-menu

*/
#set-menu .container ul.menu-list li:first-of-type {
	position: relative;
}
#set-menu .container ul.menu-list li:first-of-type:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 50px;
	height: 75px;
	background-image: url('./images/prize.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media screen and (min-width: 768px) {
	#set-menu .container ul.menu-list li:first-of-type:before {
		width: 75px;
		height: 100px;
	}
}





/*

	#commit

*/
#commit .container h2 {
	cursor: pointer;
}
#commit .container h2 a {
	display: inline-block;
	margin: 1em 0 0;
	padding: 0.5em 1em;
	border-radius: 9999px;
	background-color: #c40000;
	font-size: 0.5em;
	color: #ffffff;
	text-align: center;
}






/*

	#faq

*/
#faq .container h2 {
	color: #000000;
}
#faq .container dl dt {
	position: relative;
	margin: 1em 0;
	padding: 0 0 0 1.5em;
	cursor: pointer;
	box-sizing: border-box;
}
#faq .container dl dt:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "Q.";
}
#faq .container dl dd {
	position: relative;
	padding: 0 0 0 1.5em;
	box-sizing: border-box;
}
#faq .container dl dd:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "A.";
}
@media screen and (min-width: 768px) {
	#faq .container dl,
	#faq .container ul {
		margin: 1em auto;
		max-width: 800px;
	}
	#faq .container dl dt {
		font-size: 1.25em;
	}
}



/*

	#access

*/
#access .container {
	text-align: center;
}
#access .container iframe {
	margin: 1em 0;
	min-height: 300px;
}
#access .container a {
	display:inline- block;
	margin: 1em 0;
}
#access .container a img {
	width: auto;
	height: 3em;
	margin: 1em 0;
}
#access .container p {
	margin: 0;
}
@media screen and (min-width: 768px) {
	#access .container {
		overflow: hidden;
		text-align: left;
	}
	#access .container p {
		float: right;
		text-align: right;
	}
}




/*

	#media

*/
#media ul.media {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 1em 0;
	border-radius: 5px;
	background-color: #fdf4ea;
	font-size: 0;
	overflow: hidden;
	box-sizing: border-box;
}
#media ul.media li {
	width: 50%;
	margin: 0;
	padding: 1em;
	font-size: 1.3rem;
	box-sizing: border-box;
}
#media ul.media li img {
	margin: 0 0 0.5em 0;
	width: 100%;
	height: auto;
}
#media ul.media li p {
	margin: 0;
}
#media ul.media li p span {
	display: block;
	font-size: 0.75em;
	color: #666666;
}
@media screen and (min-width: 768px) {
	#media ul.media li {
		width: 33.33%;
	}
}

/*  #fix-btn  */
body {
	display: block;
	padding: 0 0 83.75px 0;
	box-sizing: border-box;
}
#fix-btn {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 10px;
	background-color: #c40000;
	color: #ffffff;
	text-align: center;
	box-sizing: border-box;
}
#fix-btn span {
	display: block;
	margin: 0 0 5px 0;
	padding: 5px 10px;
	background: linear-gradient(to right, #b8751e 0%, #ffce08 25%, #fefeb2 50%, #ffce08 75%, #b8751e 100%);
	color: #6f4b26;
	box-sizing: border-box;
}
#fix-btn strong {
	display: block;
	font-size: 1.5em;
}
@media screen and (min-width: 768px) {
	body {
		padding: 0;
	}
	#fix-btn {
		display: none;
	}
}


.bnr {
	width: 770px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.bnr-box {
	width: 48%;
}

.bnr-box img {
	width: 100%;
	max-width: 100%;
}

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

	.bnr {
		width: 100%;
		flex-direction: column;
		margin: 0 auto;
	}
	
	.bnr-box {
		width: 100%;
	}
	
	.bnr-box img {
		width: 100%;
		max-width: 100%;
	}

}


.table-cup tr th,
.table-cup tr td {
	font-size: 110%;
}

.table-cup tr td:first-child {
	font-size: 125%;
	font-weight: bold;
}

.table-cup tr .brave {
	padding: 0.2em 1em;
	padding: 0em;
}

.table-cup tr .brave strong {
	font-size: 130%;
	font-style: italic;
	font-weight: 900;
	text-shadow: 1px 1px 1px 1px #000000;
	color: red;
	text-decoration: underline;
	background-image: url('../img/concentration-line.jpeg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;

	display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

@media screen and (max-width: 768px) {
	.table-cup tr .brave {
		/* padding: 0em 0.4em; */
		padding: 0em 0em;
	}
	
	.table-cup tr .brave strong {
		font-size: 130%;
		font-style: italic;
		font-weight: 900;
		text-shadow: 1px 1px 1px 1px #000000;
		color: red;
		text-decoration: underline;
		background-image: url('../img/concentration-line.jpeg');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
	
		display: block;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: 50% 50%;
	}

}