@charset 'utf-8';

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

/***********************************************
色指定
***********************************************/
:root {

	/*category color*/
	--cateColor01a: #73c187;
	--cateColor01b: #d5ecdb;
  
	--cateColor02a: #65b0e1;
	--cateColor02b: #d0e7f6;
  
	--cateColor03a: #ed7558;
	--cateColor03b: #fad5cc;
  
	--cateColor04a: #f39528;
	--cateColor04b: #fcdfbe;
  
	--cateColor05a: #c296c3;
	--cateColor05b: #eddfed;
  
	--cateColor06a: #f09190;
	--cateColor06b: #fbdedd;
  
	--cateColor07a: #688ac6;
	--cateColor07b: #d1dcee;
  
	--cateColor08a: #c6a268;
	--cateColor08b: #eee3d1;
  
	/*text color*/
	--textColor01: #473E32;
  
	/*background color*/
	--backColor01: #F7F4EF;
	--backColor02: #7A6A56;
  }


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;
	vertical-align: baseline;
	border: 0;
	font: inherit;
	font-size: 100%;
}


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

ol, ul {
	list-style: none;
}

sub {
	vertical-align: sub;
	font-size: 50%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

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

button {
	border: none;
}


html, body {
	color: var(--textColor01);
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.5;
}
a {
	color: var(--textColor01);
}

@media screen and (max-width: 768px) {
	html, body {
		font-size: 12px;

		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		text-size-adjust: 100%;
	}
}

body {
	width: 100%;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	vertical-align: top;
}

.center {
    text-align: center;
}



.clrF::after {
	content: '';
	display: block;
	clear: both;
}

.imgLink {
	display: block;
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.imgLink:hover {
	opacity: 0.8;
}

@media screen and (min-width: 769px) {
	.spOnly {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.pcOnly {
		display: none !important;
	}
}


#pageWrap {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*border: solid #bfe3eb 20px;*/
}

@media screen and (max-width: 768px) {
	#pageWrap {
		border: solid #fff;
		border-width: 1px 0 0;
	}
}


#headerArea {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#headerArea #logo {
	width: 230px;
	margin: 0 auto;
	text-align: center;
}

#top #headerArea #logo {
	width: 33.35704%;
}

@media screen and (max-width: 768px) {
	#headerArea #logo {
		width: 50.46%;
		margin: 0 auto;
	}
	#top #headerArea #logo {
		width: 60%;
	}
	#headerArea #gnav {
		position: absolute;
		top: 0;
		width: 100%;
	}
	#headerArea #gnav > .navBtn {
		position: absolute;
		right: 4%;
		width: 8.93333%;
		margin-top: 4.13%;
		cursor: pointer;
	}
	#headerArea #gnav .navWrap {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: none;
		position: absolute;
		top: 0;
		width: 100%;
		padding: 5.5% 5.3% 28px;
		background: #fff;
		z-index: 1;
	}
	#headerArea #gnav .navWrap .navBtn {
		position: absolute;
		top: 0;
		right: 5%;
		width: 7.46667%;
		margin-top: 4.2%;
		cursor: pointer;
	}
	#headerArea #gnav .navWrap .title {
		margin-bottom: 4px;
		color: #685744;
		font-size: 1.5rem;
		font-weight: bold;
	}
	#headerArea #gnav .navWrap .navList {
		border-top: solid 1px #c0bfc1;
	}
	#headerArea #gnav .navWrap .navList li {
		list-style-image: url(data:0);
		border-bottom: solid 1px #c0bfc1;
	}
	#headerArea #gnav .navWrap .navList li a {
		display: block;
		padding: 7px 0 5px;
		color: #685744;
		font-size: 1.25rem;
		font-weight: bold;
		text-decoration: none;
	}
}


#footerArea {
	padding: 30px 0 40px;
	background: #7A6A56;
}

#footerArea #footerLogo {
	width: 186px;
	margin: 0 auto 14px;
	text-align: center;
}

#footerArea #footerLogo a:hover {
	opacity: 0.8;
}

#footerArea #copyright {
	color: #fff;
	font-size: 0.66rem;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#footerArea {
		padding: 0 0 15px;
	}
	#footerArea #footerNav {
		background-color: #fff;
		padding: 30px 5.3% 15px;
	}
	/* #footerArea #footerNav ul  {
padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    width: auto;
	}
	
	#footerArea #footerNav ul li{
	float: left; 
	width: 33.3%;
	}
	
	#footerArea #footerNav ul li img{ 
	width: 100%;
	}
	#footerArea #footerNav ul li:nth-child(3n) {
		margin-right: 0;
	}
	#footerArea #footerNav ul li a {
		display: block;
		text-align: center;
	} */

	#footerArea .navBlock01 {
		position: static;
		padding-top: 40px;
		margin-bottom: 30px;
	}
    
	#footerArea .navBlock01 ul {
		margin-bottom:15px;
		display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
	}
    
	#footerArea .navBlock01 ul li {
		width: 31%;
    	margin: 1% 1% 1%;
		border:none;
	}

	#footerArea .navBlock01 ul li a {
		display: block;
		text-align: center;
		height: auto;
		text-decoration: none;

	}
	#footerArea .navBlock01 ul li a span {
		font-weight: bold;
        font-size: 0.85rem;
        display: block;

	}
	#footerArea .navBlock01 ul li a span.type02 {
		font-size: 1.0em;
	}
    
    #footerArea .navBlock01 ul li img {

    }



	#footerArea #footerNav ul li a:hover {
		opacity: 0.8;
	}
	#footerArea #footerLogo {
		width: 32.66667%;
		margin: 0 auto 9px;
		padding-top: 17px;
	}
	#footerArea #copyright {
		font-size: 0.83rem;
	}
}


#contentsArea {
	padding-bottom: 80px;
}

#contentsArea.bottom {
	background-color: #fff;
}

#top #contentsArea {
	margin-bottom: 0;
    padding-bottom: 0;
}

#contentsArea::after {
	content: '';
	display: block;
	clear: both;
}

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


#mainArea {
	float: left;
	width: 67%;
}

@media screen and (max-width: 768px) {
	#mainArea {
		float: none;
		width: 100%;
	}
}


#sideArea {
	float: right;
	width: 26.53061%;
}




#sideArea .sideNavBlock01 > ul > li {
	margin-bottom: 7px;
}

#sideArea .sideNavBlock01 > ul > li > a {
	display: table-cell;
	width: 250px;
	padding: 15px 10px 15px 40px;
	vertical-align: middle;
	background: var(--backColor02) url(../img/common/common_side_ico01.png) no-repeat 20px center;
	color: #fff;
	font-size: 1.06rem;
	font-weight: bold;
	line-height: 1.2;
    text-decoration: none;
}

#sideArea .sideNavBlock01 > ul > li > a:hover {
	
}

#sideArea .sideNavBlock01 > ul > li ul {
	display: none;
}

#sideArea .sideNavBlock01 > ul > li ul li a {
	display: table-cell;
	width: 500px;
	padding: 6px 10px 5px 40px;
	vertical-align: middle;
	background: #eee url(../img/common/common_side_ico01.png) no-repeat 20px center;
	border-bottom: #d1d1d1 solid 2px;
	color: #4c4c4c;
	font-size: 1.06rem;
	font-weight: bold;
}

#sideArea .sideNavBlock01 > ul > li ul li a:hover {
	background: #80c6fd url(../img/common/common_side_ico01.png) no-repeat 20px center;
	color: #fff;
}

#sideArea .sideNavBlock01 > ul > li.slide > a {
	background: #bfe3eb url(../img/common/common_side_ico02.png) no-repeat 17px center;
}

#sideArea .sideNavBlock01 > ul > li.slide > a:hover {
	background: #80c6fd url(../img/common/common_side_ico02.png) no-repeat 17px center;
	color: #fff;
}

#sideArea .sideNavBlock01 > ul > li.current > a, #sideArea .sideNavBlock01 > ul > li.open > a {
	background: #cbedf6 url(../img/common/common_side_ico03.png) no-repeat 17px center;
}

#sideArea .sideNavBlock01 > ul > li.current > a:hover, #sideArea .sideNavBlock01 > ul > li.open > a:hover {
	background: #80c6fd url(../img/common/common_side_ico03.png) no-repeat 17px center;
	color: #fff;
}

#sideArea .sideNavBlock01 > ul > li.current ul, #sideArea .sideNavBlock01 > ul > li.open ul {
	display: block !important;
}

@media screen and (max-width: 1019px) {
	#sideArea .sideNavBlock01 > ul > li > a {
		font-size: 0.95rem;
	}
	#sideArea .sideNavBlock01 > ul > li ul li a {
		font-size: 0.95rem;
	}
}

@media screen and (max-width: 768px) {
	#sideArea {
		display: none;
	}
}


#pageTop {
	display: none;
	position: fixed;
	right: 108px;
	bottom: 60px;
}

#pageTop img {
	width: 45px;
}

#pageTop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	#pageTop {
		right: 5px;
		bottom: 18px;
	}
}
