@charset "UTF-8";

@import "destyle.css";
@import "parts.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap&text=0123456789');



/* ---------------------------------
	Base-PC
--------------------------------- */

*:focus {
outline: none;/* safari フォーカス枠無し */
}


address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-style:normal;
	font-weight:normal;
}

html {
	font-size: 62.5%;
}

body {
	font-family:'Shippori Mincho', 'Noto Serif JP', serif;
	font-size: 1.6rem;
    line-height: 1.8;
	color: #000;
	letter-spacing: 0.1rem;
}

a {color: #000;}
a:visited {color: #000;}
a:hover {color: #000; text-decoration: underline; text-underline-offset: 4px;}
a:active {color: #000;}

hr {
	border-top: 1px solid #989a9a;
}

.cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.cap-cover {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.cap-cover-left {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.cap-cover-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: rgba( 0, 0, 0, 0.4);
	padding: 2px 5px;
	z-index: 5;
}

.cap-cover-bg-left {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: rgba( 0, 0, 0, 0.4);
	padding: 2px 5px;
	z-index: 5;
}





.txt-ss {
	font-size: 1.2rem;
}

.txt-s {
	font-size: 1.4rem;
}

.txt-l {
	font-size: 1.8rem;
}
.txt-ll {
	font-size: 2.0rem;
}

.txt-bold {
	font-weight: 500;
}

.txt-italic {
	font-style: italic;
}

.txt-white {
	color: #fff;
}

.txt-black {
	color: #000;
}

.txt-brown {
	color: #6e5c2b;
}

.txt-bold {
	font-weight: 500;
}

.txt-kattko {
	margin: 0 -0.5em;
}

.txt-shadow {
	text-shadow: 0 0 3px #fff;
}

.txt-shadow-strong {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.txt-shadow-strong2 {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.txt-white-shadow {
	text-shadow: 0 0 3px #000;
}

.txt-white-shadow-strong {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.f-min {
	font-family:'Shippori Mincho', 'Noto Serif JP', serif!important;
}

.f-go {
	font-family: 'Noto Sans JP', sans-serif!important;
}

.f-en {
	font-family: 'Jost',serif!important;
}

.pc{
	display: block !important;
}
.sp{
	display: none !important;
}

.bt-fade a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-fade a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.bt-bright a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright a:hover {
	text-decoration: none;
	filter: brightness(120%);
}

.bt-bright-strong a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-strong a:hover {
	text-decoration: none;
	filter: brightness(150%);
}

.container {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.container_sp-wide {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-s {
    max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-s_sp-wide {
    max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}


.all-wrap {
	overflow: hidden;
}

.all-wrap img {
	width: 100%;
	height: auto;
}








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


header {
	width:100%;
	height: 80px;
	letter-spacing: 0.05rem;
	background: #fff;
	position: fixed;
	top: 0;
	z-index:1000;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
}

h1 {
	padding-top: 25px;
	padding-left: 30px;
}

h1 img {
	max-width: 431px;
}







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

nav.header-hnav {

}

nav.header-hnav ul {
	display: flex;
	justify-content: flex-end;
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0;
}

nav.header-hnav li {
	
}


nav.header-hnav li:nth-child(1) {
	width: 270px;
}

nav.header-hnav li:nth-child(2) {
	width: 110px;
	margin-right: 10px;
}

nav.header-hnav li:nth-child(3) {
	width: 150px;
}

nav.header-hnav li:nth-child(4) {
	width: 150px;
}


nav.header-hnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

nav.header-hnav li a:hover {
	opacity: 0.4;
}

nav.header-hnav li:nth-child(1) a::before {
	content: "";
	display: block;
	background-image: url("../images/header_bt_mark01.png");
	background-size: cover;
	width: 6px;
	height: 10px;
	margin-right: 8px;
}

nav.header-hnav li:nth-child(2) a::before {
	content: "";
	display: block;
	background-image: url("../images/header_bt_mark01.png");
	background-size: cover;
	width: 6px;
	height: 10px;
	margin-right: 8px;
}

nav.header-hnav li:nth-child(3) a {
	background: linear-gradient(to bottom, #706e63, #5f5d53);
	color: #fff;
}

nav.header-hnav li:nth-child(3) a:hover {
	opacity: 1;
	filter: brightness(130%);
}

nav.header-hnav li:nth-child(4) a {
	color: #fff;
	background: linear-gradient(to bottom, #bea25c, #bea25c, #9d7d50);
}

nav.header-hnav li:nth-child(4) a:hover {
	opacity: 1;
	filter: brightness(130%);
}






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


nav.gnav {
	font-family:'Shippori Mincho', 'Noto Serif JP', serif;
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.2;
}

nav.gnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

nav.gnav li {
	display: flex;
	position: relative;
	margin: 0;
}

nav.gnav li:nth-child(1) {width: 10.83%;}
nav.gnav li:nth-child(2) {width: 10.83%;}
nav.gnav li:nth-child(3) {width: 12.5%;}
nav.gnav li:nth-child(4) {width: 17.5%;}
nav.gnav li:nth-child(5) {width: 15.83%;}
nav.gnav li:nth-child(6) {width: 10.83%;}
nav.gnav li:nth-child(7) {width: 10.83%;}
nav.gnav li:nth-child(8) {width: 10.83%;}


nav.gnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	text-align: center;
	text-decoration: none;
	padding: 0 5px;
	transition: 0.3s ease;
}

nav.gnav li a:hover {
	color: #fff;
	background: #998d6b;
}

nav.gnav li.current a {
	color: #fff;
	background: #998d6b;
}


nav.gnav .new {
	position: absolute;
	top: 0;
	left: 35%;
	background-color: #990000;
	font-size: 0.9rem;
	letter-spacing: 0;
	padding: 0 3px;
	margin-left: 5px;
	color: #fff;
}

nav.gnav li .nolink {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
	text-align: center;
	text-decoration: none;
	color: #ccc;
}


@media only screen and (max-width: 1100px){
nav.gnav {
	font-size: 1.3rem;
}


	
}







/********** main ***********/

main {
	margin-top: 80px;
}











/********** pannav 


.pannav-wrap {
	letter-spacing: 0.05rem;
	padding: 0 20px;

}

.pannav-wrap ul {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.1rem;
	padding-bottom: 10px;
}

.pannav-wrap ul li {
	display: flex;
}

.pannav-wrap ul li::after {
	content: "＞";
	display: block;
	margin: 0 8px;
}

.pannav-wrap ul li:last-child::after {
	content: "";
	display: block;
}

.pannav-wrap ul li a {
	text-decoration: none;
}

.pannav-wrap ul li a:hover {
	text-decoration: underline;
 	text-underline-offset: 4px;
}

***********/










/* ---------------------------------
	 content-PC
--------------------------------- */


.dammy {
	word-break: break-all;
}


.content-bg {
	color: #6e5c2b;
	background: linear-gradient(to bottom, #dfdad3, #f8f7f5, #f8f7f5, #dfdad3);
}

.content-bg2 {
	color: #6e5c2b;
	background: linear-gradient(to right, #dfdad3, #f8f7f5, #f8f7f5, #dfdad3);
}


.content-bg.pb {
	padding-bottom: 120px;
}

.content-bg2.pb {
	padding-bottom: 120px;
}

.content-bg.first {
	color: #6e5c2b;
	background:
		url("../images/bg_whiteball.png"),
		url("../images/bg_whiteball.png"),
		linear-gradient(to bottom, #dfdad3, #f8f7f5, #f8f7f5, #dfdad3);
	background-position: 
		right -30% top -50%,
		left -30% top 0%;
	background-repeat: no-repeat;
	background-size: 70%, 70%, 100%;
}




.page-new {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #990000;
	font-size: 1.0rem;
	letter-spacing: 0;
	padding: 0 8px;
	color: #fff;
}




.page-title-wrap {
	padding-top: 100px;
}

.page-title-wrap p:nth-child(1) {
	font-family: 'Noto Sans JP', sans-serif!important;
	font-size: 3.4rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
	line-height: 1.4;
	text-align: center;
	transform: scale(1.3, 1);
}

.page-title-wrap p:nth-child(2) {
	text-align: center;
}

.page-title-s {
	font-family: 'Noto Sans JP', sans-serif!important;
	font-size: 2.2rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
	line-height: 1.4;
	text-align: center;
	transform: scale(1.3, 1);
}


.txt-headcopy-l {
	font-size: 3.0rem;
	letter-spacing: 0.2rem;
	text-align: center;
}

.txt-headcopy-l .small {
	font-size: 0.75em;
}

.txt-headcopy-l.pt-ttl {
	padding-top: 80px;
}

.txt-headcopy-l.pt {
	padding-top: 140px;
}

.txt-headcopy {
	font-size: 2.4rem;
	letter-spacing: 0.2rem;
}

.txt-lead {
	padding-top: 30px;
	text-align: justify;
}

.txt-lead-s {
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: justify;
	padding-top: 5px;
}



.txt-headcopy-l sup {
	font-size: 0.4em;
	letter-spacing: 0;
	top: -1.4em;
}

.txt-headcopy sup {
	font-size: 0.5em;
	letter-spacing: 0;
	top: -1.0em;
}

.txt-lead sup {
	font-size: 0.7em;
}

.txt-headcopy .txt-s {
	font-size: 1.4rem;
}












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



footer {
	letter-spacing: 0.05rem;
	padding-top: 60px;
}

.footer-cap {
	font-size: 1.1rem;
    line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
	padding-bottom: 60px;
}


	

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


.footer-bt-wrap {
	padding-top: 100px;
}

.footer-bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-bt-wrap ul li {
	width: 31.67%;
	text-align: center;
	margin: 0 10px;
}

.footer-bt-wrap ul li a {
	width: 100%;
	color: #fff;
	font-size: 2.0rem;
	padding: 20px 0;
	display: block;
	transition: all 0.3s ease;
	text-decoration: none;
}

.footer-bt-wrap ul li:nth-child(1) a {
	background:url("../images/btmark_arrow01.png"), linear-gradient(to bottom, #706e63, #5f5d53);
	background-position: right 5% center;
	background-repeat: no-repeat;
	background-size: 10px auto,100% 100%;
}

.footer-bt-wrap ul li:nth-child(1)  a:hover {
	filter: brightness(130%);
}

.footer-bt-wrap ul li:nth-child(2) a {
	background:url("../images/btmark_arrow01.png"), linear-gradient(to bottom, #bea25c, #bea25c, #9d7d50);
	background-position: right 5% center;
	background-repeat: no-repeat;
	background-size: 10px auto,100% 100%;
}

.footer-bt-wrap ul li:nth-child(2)  a:hover {
	filter: brightness(130%);
}















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

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

nav.footer-nav {
	font-family:'Shippori Mincho', 'Noto Serif JP', serif;
	font-size: 1.3rem;
	line-height: 1.0;
	text-align: center;
    max-width: 900px;
	margin: 0 auto;
	padding-top: 70px;
}

nav.footer-nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 20px;
}

nav.footer-nav ul li {
	display: flex;
	padding: 0px 15px;
	margin: 10px 0 10px -1px;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

nav.footer-nav .nolink {
	color: #ccc;
}

nav.footer-nav ul li .new{
    display: none;
}
	
nav.footer-nav br {
	display: none;
}
	
	
}




.footer-line {
	margin-top: 30px;
}



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

.footer-tel-wrap {
	display: flex;
	justify-content: center;
	padding-top: 50px;
}

.footer-tel-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 1.5;
	width: 50%;
}

.footer-tel-wrap li:nth-child(1) {
	font-size: 1.4rem;
}

.footer-tel-wrap li:nth-child(2) {
	width: 353px;
	padding-top: 10px;
}

.footer-tel-wrap li:nth-child(3) {
	font-size: 1.3rem;
	text-align: center;
	padding-top: 15px;
}







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

.footer-logo-area {
	padding-top: 50px;
}

.footer-logo-area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-logo-area ul li:nth-child(1) {
	width: 236px;
}

.footer-logo-area ul li:nth-child(2) {
	width: 243px;
	margin-top: 16px;
	margin-left: 20px;
}

.footer-logo-area ul li:nth-child(3) {
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}








/********** copyright ***********/

.copyright {
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0;
	padding-top: 60px;
	padding-bottom: 30px;
}






/* ---------------------------------
	page-top
--------------------------------- */


#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 70px;
	z-index: 800;
    display: none;
}

#page-top a {
	transition: all .2s ease;
}

#page-top a:hover {
	opacity: 0.4;
}









/* ---------------------------------
	 PC　TEL無効
--------------------------------- */

@media (min-width: 768px) {
	
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
	
}
















