@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------

reset

-------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	box-sizing:border-box;
}

html {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
	content: none;
}

img,a {
	vertical-align:top;
	max-width:100%;
	height: auto;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

strong{
	font-weight: bold;
	color:#159D81;
}


/* --------------------------------------------------
clearfix
-------------------------------------------------- */

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;    
  clear: both; 
  visibility:hidden;
}

.clearfix {display: inline-block;} 

/* Hides from IE Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */ 


/* --------------------------------------------------
link
-------------------------------------------------- */

a:link{
  color: #272727;
  text-decoration: none;
}
a:visited{
  color: #272727;
  text-decoration: none;
}
a:hover{
  color: #272727;
  text-decoration: none;
}
a:active{
  color: #272727;
  text-decoration: none;
}



/* --------------------------------------------------

html

-------------------------------------------------- */

html{
	font-size: 62.5%;
	height:100%;
}

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

	html{
		font-size: 58.12%; /* 1.4rem */
	}
}
@media screen and (max-width: 600px) {

	html{
		font-size: 53.75%; /* 1.3rem */
	}
}
@media screen and (max-width: 400px) {

	html{
		font-size: 50%; /* 1.2rem */
	}
}



/* --------------------------------------------------

body

-------------------------------------------------- */

body {
	font-family: Trebuchet MS, Verdana, Arial, Arial Black, Comic Sans MS, Meiryo, Osaka, sans-serif;
	font-size: 1.5rem;
	line-height:1.6;
	height:100%;
	font-weight:400;
	color:#272727;
	box-sizing:border-box;
	-webkit-text-size-adjust: 100%;
}

/* --------------------------------------------------
form
-------------------------------------------------- */

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
fieldset {
	border: none;
	display: block;
}
legend {
	display: none;
}
label {
	cursor: pointer;
	display: none;
}
textarea {
	overflow: auto;
	padding: 3px;
	vertical-align: middle;
	width: 100%;
	border: 1px solid #D1D1D1;
	padding: 5px 10px;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 10px 0;
	box-sizing: border-box;
}
input::-webkit-input-placeholder {
 color: #747484;
}
input:-ms-input-placeholder {
 color: #747484;
}
input::-moz-placeholder {
 color: #747484;
}
select {
	padding: 8px;
	border: 1px solid #D1D1D1;
}
input[type="checkbox"],
input[type="radio"]{
 margin-right: .5rem;
}
input[type="checkbox"] + label,
input[type="radio"] + label{
	display: inline-block;
	margin-right: 1rem;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
	vertical-align: middle;
	border: none;
	border: 1px solid #D1D1D1;
	padding: 5px 10px;
	font-size: 1.5rem;
	line-height: 1.8;
	box-sizing: border-box;
	min-height: 38px;
}

input[type="file"] {
	padding: 5px 0;
}

select.text-ss {
	padding: 5px;
	background: #FFF;
}
.label-name {
	margin: 0px 7px 0 0;
	display: inline-block;
}
.text-ss {
	width: 10%;
	margin: 10px 7px 10px 0;
}
.text-s,
.text-s-sp-harf {
	width: 30%;
	margin: 10px 7px 10px 0;
}
.text-m {
	width: 58%;
	margin: 10px 7px 10px 0;
}
.text-l {
	width: 100%;
	margin: 10px 0;
}

/* table-form */
.table-form {
	width: 100%;
	margin: 15px 0 30px;
	border-collapse: collapse;
}
.table-form th {
	width: 260px;
	display: table-cell;
	font-weight: bold;
	background: #EEE;
	padding: 10px 20px;
	border-bottom: 1px solid #FFF;
}
.table-form td {
	width:auto;
	background: #F9F9F9;
	padding: 10px 20px;
	border-bottom: 1px solid #E7E7E7;
	word-break: break-all;
	word-wrap: break-word;
}
.table-form td a{
	vertical-align:middle;
}

/* essential */
.essential {
	display: inline-block;
	color: #F00;
	margin-left: 10px;
	vertical-align: middle;
	font-weight: normal;
}

/* form-description */
.form-description{
	line-height: 1.4;
}

/* error-message */
.error-message {
	color: #f00;
	line-height: 1.4;
	margin-bottom: 1rem;
}

/* form-caption */
.form-caption {
	font-size: 1.3rem;
	line-height: 1.4;
}

/* sp-block */
.form-group .sp-block{
	display: inline;
}

/* form-list */
.form-list {
	margin: 5px 0;
}
.form-list li {
	display: inline-block;
	margin: 5px 15px 5px 0;
}

/* scroll-box */
.scroll-box {
	border: 1px solid #cccccc;
	background: #FFF;
	height: 200px;
	overflow-y: scroll;
	padding: 10px;
}

/* form-btn */
.form-btn,
.form-btn-delete {
	display: inline-block;
	margin-top: 5px;
	color: #fff;
	vertical-align: middle;
}
.form-btn a:link {
	background-color: #E06F73;
}
.form-btn-delete a:link {
	background-color: #B4B4B4;
}
.form-btn a:link, 
.form-btn-delete a:link {
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px 3px;
	padding: 2px 8px;
	text-decoration: none;
}
.form-btn a:visited, 
.form-btn a:hover,
.form-btn-delete a:visited,
.form-btn-delete a:hover {
	color: #fff;
}

/* complete-msg */
.complete-msg {
	margin-bottom: 5%;
	padding: 10%;
	text-align: center;
}
.complete-msg h4 {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5%;
}
.complete-msg p {
	font-size: 1.7rem;
	padding-bottom: 5%;
}

/* btn-delete */
.btn-delete a,
.btn-delete button{
	font-size:1.3rem;
	color:#fff;
	text-decoration:none;
	display: inline-block;
	vertical-align: middle;
	position:relative;
	color:#FFF;
	padding:5px 15px;
	background:#333;
	transition: all .5s ease-out;
	border:none;
}
.btn-delete a:before,
.btn-delete button:before{
	content:"\f00d";
	font-family:fontawesome;
	margin-right:1rem;
}
.btn-delete a:hover,
.btn-delete button:hover{
	background:#000;
	color:#FFF;
}


/* --------------------------------------------------
table
-------------------------------------------------- */

table{
	width:100%;
	margin:1em 0 2em;
	border-collapse:collapse;
	max-width:100%;
	border-spacing: 0;
}
table caption {
	text-align:center;
	margin-bottom:0.5em;
}
table th {
	background: #47B79F;
	color:#FFF;
	padding: 0.5em 0.75em;
	border: 2px solid #F4F4F4;
	font-weight:bold;
}
table td {
	background: #FFFFFF;
	padding: 0.5em 0.75em;
	border: 2px solid #F4F4F4;
	word-break: break-all;
	word-wrap: break-word;
}
table td a[href] {
	text-decoration:underline;
}


.header{
width:90%;
	margin:0 auto;
	margin-bottom:4em;
}


.img{
text-align:center;
	margin-bottom:2em;
}

.intro-txt{
	text-align:center;
	font-weight: bold;
	width:70%;
		margin:0 auto;
	margin-bottom:3em;
	font-size:1.3em;
}
.intro-txt span{
	font-size:0.8em;

}


.nav-anchor ul {
display: flex;
 
    margin: auto;
    justify-content: center;

    }

.nav-anchor ul li{
		display:flex;
	margin-right:2em;
	    margin-bottom: 0.5em;
}

.nav-anchor ul li:last-child{
	margin-right:-2em;
}

.nav-anchor ul li a img{
		max-width:100%;
}


.area{
width:90%;
	margin:0 auto;
	border-bottom:double 3px #f57487;
		margin-bottom:6em;
}

.area:last-child { 
	border-bottom: 0; 
}

.area-ttl{
	display:flex;
	margin: 0 auto;
	justify-content: center;
	text-align:center;
}

.area h3{
	 display: inline-block;
	font-size:3.3em;
	border-bottom:dashed 2px #000;
		font-weight:bold;
	margin-left:20px;
}



.taiken{
	display:flex;
	 flex-direction: row;

		width:90%;
	margin:0 auto;
	margin-top:3em;
	margin-bottom:7em;
}

.img-right {
  order: 2;
}

.txt-left {
  order: 1;
}

.taiken-txt{
	width:50%;
	margin-left:3em;
	margin-right:3em;
	padding-top:20px;
}

.taiken-ttl{
	margin-bottom: 0.8em;
}

.taiken-ttl h4{
	font-size:2.7em;
	font-weight:bold;
	line-height: 1.5;
}

.taiken-ttl span{
	font-size:1.2em;
	font-weight:bold;
}


.price{
	font-size:1.2em;
	font-weight: bold;
	margin-bottom:1.4em;
}

.price span{
	font-size:1.5em;
	color:#f57487;
}

.shosai{
	margin-bottom:1.2em;
}


.btn a{
		color:#fff;
	font-weight:bold;
		padding:20px 40px;
	display:inline-block;
background:#0096e0;
}

.btn a:hover{
		opacity:0.8;
}


.txt-bt{
	text-align:center;
	font-weight: bold;
	width:70%;
		margin:0 auto;
	margin-bottom:1em;
	font-size:1.3em;
}

.btn-bt{text-align:center;}

.btn-bt a{
		color:#fff;
	font-weight:bold;
		padding:20px 40px;
	display:inline-block;
background:#0096e0;
}

.btn-bt a:hover{
		opacity:0.8;
}

.btn-bottom{
		margin-bottom:5em;
}


.footer{
	border-top:solid 3px #f57487;
		border-bottom:solid 3px #f57487;
	padding:3em 0;
	width:70%;
	margin:0 auto;
	
}

.footer h3{
	font-size:3.3em;
	border-bottom:dashed 2px #000;
		font-weight:bold;
	margin-left:20px;
	margin:0 auto;
	width:6em;
	text-align:center;
	margin-bottom:1.3em;
}



.footer-inner{
	display:flex;
		width:90%;
	margin:0 auto;
	justify-content: center;
}

.footer-txt{
		width:18em;
	margin-left:3em;
	margin-right:3em;
	padding-top:20px;
}

.footer-txt h5{
	font-weight:bold;
	font-size:1.5em;
	line-height: 30px;
	margin-bottom:0.9em;
}
.footer-txt h5 span{
	font-weight:bold;
	font-size:0.8em!important;
}



@media screen and (max-width: 1000px) {
	
	.intro-txt{
	width:100%;
}


	
.taiken{
	display:block;
		width:100%;
	margin-bottom:10em;
}
	

	
	.taiken figure{
	text-align: center;
}
	
	.taiken-txt{
	width:70%;
		margin:0 auto;
		margin-top:2em;
}
	
	.btn {
		text-align: center;
}

.footer-inner{
		display:block;
			width:100%;
text-align: center;
}
.footer-inner figure{
	text-align: center;}
	
	.footer-txt{
		width:100%;
	margin-left:0;
	margin-right:0;
		margin:0 auto;
}
	
	

}

@media screen and (max-width: 800px) {
.nav-anchor ul {

    flex-wrap: wrap;

    width: 100%;
}

.nav-anchor ul li{
		display:block;
		margin: 0;
		text-align:center;
}
	
	.nav-anchor ul li img{
		width: 80%;
}
	
	.nav-anchor ul li:nth-of-type(1),
	.nav-anchor ul li:nth-of-type(2),
	.nav-anchor ul li:nth-of-type(4),
	.nav-anchor ul li:nth-of-type(5){
		width: 45%;
}
	
	.nav-anchor ul li:nth-of-type(3){
		width: 100%;
		margin: 0;
}
	
	.nav-anchor ul li:nth-of-type(3) img{
		width: 52%;
}
	
	.area-ttl{
		display:block;

	}
	
		.area figure {
    text-align:center;
}
	
	.area h3 {
    font-size: 8vw;
    margin-left: 0;
		text-align:center;
}
	
	.footer h3{
	  font-size: 8vw;
		text-align:center;
}


}


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




.nav-anchor ul li:last-child{
	margin-right:0;
}

.nav-anchor ul li a img{
		max-width:100%;
}


}

@media screen and (min-width: 1300px){ 
        .br-responsive { display: none; } 
    }