@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, address,
em, img,
small, strong, sub, sup,
b, u, i,
ul, ol, li, dl, dt, dd,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, section, aside, figure, figcaption,
header, footer, nav, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, section, aside, figure, figcaption, header, footer, nav { display: block; }
body { line-height: 1; }
ul, ol { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong { font-weight:bold;}

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

/*================================================

　全体

=================================================*/
*{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*::before,
*::after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; height: 100%; }
body { 
	position: relative;
	height: 100%;
	color: #1F3134;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 1.4rem;
	line-height: 1.7;
	letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	opacity: 1;
	transition: all 0.5s ease;
}
a:hover {
	opacity: 0.3;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"]{
		pointer-events: none;
	}
}

img { max-width: 100%; height: auto; vertical-align: bottom; }

/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
	body {
		/* The hack for Safari */
		height: -webkit-fill-available;
	}
}

/*================================================

@media screen and (max-width: 1366px) {
	html { font-size: calc(100vw / 136) }
}
@media screen and (max-width: 767px) {
	html { font-size: calc(100vw / 37.5) }
}

=================================================*/

/*================================================

　レイアウト共通

=================================================*/
#content {
	overflow: hidden;
	padding: 0;
}

.contents {
	overflow: hidden;
	padding: 20px 0 0;
}
.top .contents {
	padding: 55px 0 0;
}

@media screen and (min-width: 1081px) {

	.content-wrap {
		display: flex;
		justify-content: space-between;
	}
	.main-content {
		width: calc(100% - 320px);
	}

}

@media screen and (min-width: 768px) {
	.pc-new-line {
		display: block;
	}
	.sp-new-line {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pc-new-line {
		display: none;
	}
}

.title {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	font-size: 1.6rem;
	font-weight: normal;
	background: #ccc url("../../assets/images/bg_title.jpg") center center no-repeat; background-size: cover;
}
.title span {
	display: block;
	font-family: 'Marcellus', serif;
	font-size: 3.2rem;
	line-height: 1.2;
}

@media screen and (max-width: 768px) {
	.title {
		padding: 25px 0;
		font-size: 1.4rem;
	}
	.title span {
		font-size: 2.6rem;
	}
}

/*================================================

　パンくず

=================================================*/
.breadcrumb {
	margin: 70px auto 0;
}
.thanks .breadcrumb {
	margin: 70px auto 100px;
}
.breadcrumb ul {
	display: flex;
	max-width: 370px;
	margin: 0 auto;
	padding: 20px 0;
	color: #808080;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
}
.breadcrumb ul li {
	position: relative;
	margin: 0;
	padding: 0;
}
.breadcrumb ul li::after {
	content: ">";
}
.breadcrumb ul li:last-child::after {
	display: none;
}
.breadcrumb ul li a {
	color: #000;
}
.breadcrumb ul li a:hover {
	opacity: 0.3;
}

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

	.breadcrumb {
		margin: 60px auto 0;
		padding: 0 20px;
	}
	.breadcrumb ul {
		padding: 20px 0;
		font-size: 1rem;
	}

}


/*================================================

　ヘッダー

=================================================*/
.header,
.header-fix {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.header .logo {
	width: 250px;
	margin: 30px auto 20px;
}
.header ul {
	list-style-type: none;
	padding-left: 0;
}
.header .globalnav ul {
	font-family: 'Marcellus', serif;
    font-size: 1.5rem;
	text-align: center;
}
.header .globalnav li {
	display: inline-block;
	margin: 0 11px;
}
.home .header .globalnav li {
	text-shadow: 3px 3px 5px rgba(225, 239, 222, 0.4);
}

.header-fix {
	background-color: rgba(255,255,255,.9);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
	
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 50;
}
.header-fix .globalnav ul {
	font-family: 'Marcellus', serif;
    font-size: 1.5rem;
	text-align: center;
	margin: 10px 0;
	font-weight: 100;
	padding-left: 0;
}
.header-fix .globalnav li {
	display: inline-block;
	margin: 0 11px;
}

.header .globalnav a:link { color: #4C4948; text-decoration: none; }
.header .globalnav a:visited { color: #4C4948; text-decoration: none; }
.header .globalnav a:hover { color: #9F7B41; text-decoration: none; }
.header .globalnav a:active { color: #9F7B41; text-decoration: none; }

.header-fix .globalnav a:link { color: #4C4948; text-decoration: none; }
.header-fix .globalnav a:visited { color: #4C4948; text-decoration: none; }
.header-fix .globalnav a:hover { color: #9F7B41; text-decoration: none; }
.header-fix .globalnav a:active { color: #9F7B41; text-decoration: none; }


@media screen and (max-width: 768px) {
	.home .header .logo {
	}
	.header .logo {
		width: 180px;
		margin: 20px auto 0;
	}
	.header .globalnav,
	.header-fix {
		display: none !important;
	}
    .inner {
        width: 100%;
        padding: 0;
    }
}


/*================================================

　フッター

=================================================*/
.footer {
	position: relative;
}
.footer .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 0 ;
}
.totop {
	position: fixed;
	right: 15px;
	bottom:30px;
	width: 61px;
	z-index: 50;
}

@media screen and (max-width: 768px) {
	.totop {
		position: fixed;
		top:auto;
		right: 10px;
		bottom:10px;	
	}
}

.footer ul {
	list-style-type: none;
	padding: 0;
}
.footerlogo {
	width: 519px;
	margin: 0 auto 15px;
}
.footernav {
	margin: 0 auto 30px;
}
.footernav ul {
	font-family: 'Marcellus', serif;
    font-size: 1.7rem;
	text-align: center;
	margin: 0;
	padding: 0 0 10px;
}
.footernav li {
	display: inline-block;
	margin: 0 11px;
}
.footernav li a {
	text-decoration: none;
	color: #4B4948;
}
.footernav a:link { color: #4B4948; text-decoration: none; }
.footernav a:visited { color: #4B4948; text-decoration: none; }
.footernav a:hover { color: #7CCDE0; text-decoration: none; }
.footernav a:active { color: #7CCDE0; text-decoration: none; }

.footer .copyright {
	font-size:1.1rem;
	text-align:center;
	margin: 0 auto 15px;
	font-family: 'Marcellus', serif;
	color: #4B4948;
}

@media screen and (max-width: 768px) {
	.footer {
		margin-top: 40px;
	}
	.footer .inner {
		width: 94%;
		padding: 25px 20px 0;
	}

	.footerlogo {
		max-width: 360px;
		width: 94%;
		margin: 0 auto 25px;
	}
	.footernav {
		display: none;
	}	
}