/*setting----------------------------------*/

html {
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: "M PLUS 1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	font-weight: normal;
    line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

form, select, input, textarea {
	margin: 0;
	padding: 0;
}

ul, ol, dl {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-size: 100%;	
	font-weight: normal;
}

img {
	line-height: 0;
	vertical-align: bottom;
}

a img {
	border: none;
}


a img:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


a:link, a:visited {
	color: #0af;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active, a:focus {
	color: #06a;
}


/*element----------------------------------*/

hr {
	clear: left;
	visibility: hidden;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}

.none {
	display: inline;
}

.some {
	display: none;
}

/*layout----------------------------------*/

#container {
	width: 100%;
	margin: 0;
	padding: 0;
}


/*top-header----------------------------------*/

#top-header {
	text-align: center;
}

.top-header-cover {
    position: relative;
    margin: 0 auto;
}

.top-header-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
    margin: 0 auto;
}

.top-header-img::after {
    content: "";
    display: block;
    padding-top: 40%;
}

.top-header-innr {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 80px 0 15px 0;
    background: -webkit-linear-gradient(top,transparent 0,rgba(255,255,255,.8) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(255,255,255,.8) 100%);
    color: #000;
    line-height: 1.2;
}

.top-header-innr h1 {
    display: inline-block;
    font-size: 400%;
	font-weight: 900;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
}

.top-header-innr h2 {
    font-size: 150%;
	font-weight: 900;
	letter-spacing: 0.2em;
    text-shadow: 0 2px 2px rgba(0,0,0,.4);
}

.blue {
    color: #07f;
}


/*top-contents----------------------------------*/

#top-contents {
	text-align: center;
}

.headline {
	text-align: center;
	padding: 10px 15px 20px 15px;
}

.subtitle {
    font-size: 115%;
	font-weight: 900;
	padding: 5px 0;
}

.headline-text {
	margin: 0 auto;
	max-width: 750px;
	font-size: 90%;
}

.nowrap {
	white-space:nowrap;
}


/*box1----------------------------------*/

.box1-frame {
	border: solid 10px #e6e0d4;
	background-color: #f4f0ea;
	padding: 10px 10px 18px 10px;
	text-align: center;
}

.box1-inner {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}

.box1-subtitle {
    font-size: 150%;
	font-weight: 900;
	text-align: center;
	margin-top: 5px;
}

.caption{
	font-size: 90%;
}

.box1 {
	position: relative;
	float: left;
	width: calc(98% / 2);
	font-size: 90%;
	padding: 0 0 0.5% 0.5%;
}

.box1 img {
	width: 100%;
}


/*gallery----------------------------------*/

.gallery {
	margin: 10px auto;
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
}

.gallery a {

	position: relative;
	width: calc(98% / 3);
	padding: 0 0 0.5% 0.5%;
}

.gallery a img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-caption {
	position: absolute;
	bottom: 1.5%;
	left: 1.5%;
	right: 0;
	color: #0af;
	font-size: 80%;
}

/*box2----------------------------------*/

.box2-frame {
	border: solid 10px #fff;
	padding: 5px 10px 10px 10px;
	text-align: center;
}

.box2-box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}


/*fee----------------------------------*/

.fee-box {
	padding: 0 0 5px 0;
}

.fee {
	margin: 8px auto;
	width: 700px;
	border: solid 4px #e6e0d4;
	border-collapse: collapse;
}

.fee th {
	width: 33%;
	text-align: center;
	padding: 0.3em;
	border: solid 2px #e6e0d4;
	background: #fff;
}

.fee td {
	width: 33%;
	text-align: center;
	padding: 0.3em;
	border: solid 2px #e6e0d4;
	background: #fff;		
}


/*button----------------------------------*/

.request-button {
	margin: 10px auto 5px auto;
	width: 300px;
	font-size: 95%;
}

.request-button a:link, .request-button a:visited {
  	display: block;
	color: #fff;
	border-radius: 5px;
 	background-color: #09e;
	padding: 8px 0;
}

.request-button a:hover {
 	background-color: #06a;
	transition: 0.2s;
}


/*contact----------------------------------*/

.form-text {
	margin: 10px auto 20px auto;
	max-width: 750px;
	text-align: left;
	font-size: 90%;
}

.contact-form {
	max-width: 750px;
	margin: 0 auto;
    border-top: 1px solid #e6e0d4;
}

.contact-form-last {
    border-bottom: 1px solid #e6e0d4;
}

.contact-form dt {
	float: left;
	clear: left;
	width: 14%;
	padding: 12px 0;
	text-align: left;
	white-space: nowrap;
}

.contact-form dd {
	float: left;
	width: 79%;
	padding: 15px 0;
}

.memo {
    background: #f3f3f3;
    border: none;
    width: 100%;
    height: 40px;
	padding-left: 10px;
	font-size: 100%;
}

.contact-form textarea {
    background: #f3f3f3;
    border: none;
    padding: 14px;
    width: 97%;
    min-height: 100px;
	font-size: 100%;
}

.must {
    width: 35px;
    text-align: center;
    display: block;
    color: #fff;
    background: #f00;
    border-radius: 3px;
    font-size: 70%;
}

.list-how li{
	float: left;
	list-style-type: none;
	margin-right: 40px;
}

::placeholder {
  color:#ccc;
}

input[type="submit"] {
	display: block;
	margin: 15px auto 5px auto;
	width: 300px;
	color: #fff;
	font-size: 95%;
	font-weight: 900;
	font-family: "M PLUS 1p";
	border-radius: 5px;
	border: none;
 	background-color: #09e;
	padding: 8px 0;
}

input[type="submit"]:hover {
 	background-color: #06a;
	transition: 0.2s;
}

input[type="submit"]:after {
 	background-color: #09e;
}

.addresstable {
	width: 100%;
}

.addresstable th {
	width: 14%;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
}

.addresstable td {
	width: 86%;
	text-align: left;
	padding: 0;
}

.postal {
    background: #f3f3f3;
    border: none;
    height: 30px;
	padding-left: 10px;
	font-size: 100%;
}

.formtable {
	text-align: center;
}

.formtable table {
	margin: 10px auto 15px auto;
	max-width: 600px;
}

.formtable th {
	text-align: right;
	padding: 5px 10px 5px 0;
	font-weight: normal;
	white-space: nowrap;
	opacity: 0.5;
}

.formtable td {
	text-align: left;
}

.error {
	text-align: left;
	line-height: 2.5;
	display: inline;
}

/*flow----------------------------------*/

.flow {
	margin: 8px auto;
	max-width: 500px;
	border: solid 2px #d7cebd;
	border-collapse: collapse;
	padding: 0.3em;
	background: #fff;
}

.arrow {
	font-size: 115%;
	font-weight: 900;
    line-height: 0.4;
}


/*footer----------------------------------*/

#footer {
	text-align: center;
}

.footer-cover {
    position: relative;
    margin: 0 auto;
}

.footer-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    background: no-repeat 50% 50%;
    background-size: cover;
    margin: 0 auto;
}

.footer-img::after {
    content: "";
    display: block;
    padding-top: 30%;
}

.footer-img-innr {
	position: absolute;
	bottom: -12px;
	width: 100%;
	padding: 80px 0 20px 0;
	background: -webkit-linear-gradient(top,transparent 0,rgba(255,255,255,.8) 100%);
	background: linear-gradient(to bottom,transparent 0,rgba(255,255,255,.8) 100%);
	color: #000;
	line-height: 1.2;
}

.footer-img-innr h1 {
    display: inline-block;
    font-size: 300%;
	font-weight: 900;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
}

.footer-img-innr h2 {
    font-size: 120%;
	font-weight: 900;
	letter-spacing: 0.3em;
    text-shadow: 0 2px 2px rgba(0,0,0,.4);
}

.copyright {
	font-size: 85%;
	padding-top: 20px;
	text-align: center;
}

.footer-box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 15px 15px 20px;
}

.text-box {
	font-size: 85%;
	text-align: left;	
}


/*header----------------------------------*/

#header {
	text-align: center;
	background: no-repeat 50% 50%;
    background-size: cover;
	position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
	padding: 80px 0;
}

.header-innr {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 0 10px 0;
    background: -webkit-linear-gradient(top,transparent 0,rgba(255,255,255,.8) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(255,255,255,.8) 100%);
    color: #000;
    line-height: 1.2;
}

.header-innr h1 {
    display: inline-block;
    font-size: 400%;
	font-weight: 900;
    text-shadow: 0 2px 4px rgba(0,0,0,.4);
}

.header-innr h2 {
    font-size: 150%;
	font-weight: 900;
	letter-spacing: 0.2em;
    text-shadow: 0 2px 2px rgba(0,0,0,.4);
}
