@charset "utf-8";

/* GoogleFonts読み込み 下記のライセンス記述は削除禁止 */
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}
/*
* "Noto Sans JP" licensed under the SIL Open Font License 1.1
* by https://fonts.google.com/specimen/Noto+Sans+JP
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}
/*----------------------------------------------------------------------------
　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-size: 100%;
  font: inherit;
  font-weight:normal;
  vertical-align: baseline;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align: left;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
	width: 100%;
}





/*----------------------------------------------------------------------------
　Base
-----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #333;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-all;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

a {
	display: block;
	color: #333;
  text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

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

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

strong {
	font-weight: bold;
}

body, html {
	height: 100%;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

.sp_br {
	display: none;
}
.pc_br {
	display: block;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}





/*--------------------------------------
　Font
---------------------------------------*/

.f01{
  font-family: 'Noto Serif JP', serif;
}

.f-eng{
  font-family: 'Roboto', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1rem;
}


.cl01 {
 color: #f03f53;
}

.cl02 {
 color: #e85767;
}

.bold {
	font-weight: bold;
}

/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1000px;
}

header .inner {
  max-width: 1000px;
	margin: auto;
}  

header .sitename {
	padding: 1rem 0;
	box-sizing: border-box;
  font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: right;
}

header .sitename a {
  font-weight: bold;
	text-align: right;
}



.l-header-area .inner {
	height: 60px;
	max-width: 100%;
}
.l-header-area .logo01 a {
	font-size: 1.5rem;
	color: #d0ab87;
	position: relative;
	z-index: 1;
	padding: 2rem 0 0 3rem;
	font-weight: bold;
}



/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		min-width: 100%;
	}
	
	header .inner {
		max-width: 100%;
	}  
	
	header .sitename {
		padding: 1rem 1rem;
		font-size: 1rem;
		text-align: center;
	}  
	header .sitename a {
		text-align: left;
	}  
	

.l-header-area .inner {
	height: 50px;
	max-width: 100%;
}
.l-header-area .logo01 a {
	font-size: 1.3rem;
	color: #75a39f;
	position: relative;
	z-index: 1;
	padding: 1rem 0 0 1rem;
	font-weight: bold;
}

	
	
}



/*--------------------------------------
　MV
---------------------------------------*/

.low_mv {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto;
	height: 343px;
	margin-top: -6rem;
}


.low_mv .mv_inner {
	position: relative;
	height: 343px;
}

.low_mv .left {
	width: 70%;
	float: left;
	background: url("img/mv-img01.jpg") center 35% no-repeat;
	background-size: cover;
	height: 343px;
}

.low_mv .right {
	width: 30%;
	float: right;
	background: #d0ab87;
	height: 343px;
}


.low_mv .mv-txt {
	position: absolute;
	font-size: 3.8rem;
	font-weight: bold;
	top: 10%;
	color: #fff;
	/* transform: rotate( -10deg ); */
	line-height: 1.3;
	left: 52%;
}


.low_mv .mv-txt .small_text{
    font-size: 2.5rem;
    margin-left: 2rem;
}

.low_mv .mv-txt .txt {
	color: #fff;
	padding-left: 5rem;
	margin-top: 4rem;
}





.low_mv #pankuzu {
	width: 35%;
	margin: 6rem auto 0;
  font-size: 1.2rem;
  position: relative;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 8rem;
	background:rgba(255,255,255,0.5) ;
	padding: 0.8rem 1rem 0.8rem 1.5rem;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
}

.low_mv #pankuzu::-webkit-scrollbar {
	display:none;
 }


.low_mv h1 {
	margin: 0 auto;
	/* color: #1ac062; */
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background:rgba(107,162,162,0.9);
	color: #fff;
	padding: 3rem 2.5rem;
	max-width: 1000px;
	margin-top: -8rem;
	z-index: 1;
	position: relative;
}




/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	
.low_mv {
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	height: auto;
	margin-top: -5rem;

}


.low_mv .mv_inner {
	position: relative;
	height: auto;
	padding-bottom: 8.5rem;
	background: #d0ab87;
}

.low_mv .left {
	width: 100%;
	float: none;
	background: url(img/mv-img01.jpg) center 25% no-repeat;
	background-size: cover;
	height: 180px;
}

.low_mv .right {
	width: 100%;
	float: none;
	height: auto;
}


.low_mv .mv-txt {
	position: absolute;
	font-size: 2.2rem;
	font-weight: bold;
	top: 9%;
	color: #fff;
	/* transform: rotate( -10deg ); */
	line-height: 1.4;
	left: 48%;
}


.low_mv #pankuzu {
	width: 80%;
	margin: 5rem auto 0;
	font-size: 1.2rem;
	position: relative;
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 6.7rem;
	background: rgb(255 255 255 / 0.85);
	padding: 0.8rem 1rem 0.8rem 1.5rem;
	white-space: nowrap;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;    /* IE, Edge 対応 */
}

.low_mv #pankuzu::-webkit-scrollbar {
	display:none;
 }


.low_mv h1 {
	margin: 0 auto;
	color: #1ac062;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: left;
	background:rgba(107,162,162,0.9);
	color: #fff;
	padding: 2rem 2.5rem;
	max-width: 92%;
	margin-top: -6rem;
	z-index: 1;
	position: relative;
}
	
}






/*--------------------------------------
　SP Navi
---------------------------------------*/
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	/*----- hb-menu -----*/
	#hb-menu {
		display: table;
		position: fixed;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background: none;
		cursor: pointer;
		z-index: 10000;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	#hb-menu .hb-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#hb-menu span {
		display: block;
		background: #333;
		width: 28px;
		height: 2px;
		margin: auto;
		border-radius: 0;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	#hb-menu span:nth-of-type(2),
	#hb-menu span:nth-of-type(3){
		margin-top: 8px;
	}

	/* ナビゲーションアイコン：アクティブ */
	.hb-open #hb-menu {
		top: 0;
	}
	.hb-open #hb-menu span {
		background: #fff;
	}
	.hb-open span:nth-of-type(1) {
		-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
		-ms-transform: translateY(10px) translateX(0) rotate(45deg);
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	.hb-open span:nth-of-type(2) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px);
	}
	.hb-open span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}

	/* overlay */
	.overlay {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: transparent;
		pointer-events: none;
		z-index: 9999;
		transition: 0.2s;
	}
	.hb-open .overlay {
		background: none;
		pointer-events: auto;
	}

	/*----- sp-g-nav -----*/
	.sp-g-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.hb-open .sp-g-nav .g-nav-inner {
		position: fixed;
		top: 0;
		transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateZ(0);
		-ms-transform: translateZ(0);
		-webkit-transform: translateZ(0);
	}
	.sp-g-nav .g-nav-inner {
		position: fixed;
		top: 0;
		right: 0;
		background: #6ba2a2;
		width: 100%;
		height: 100%;
		padding: 5rem 1.5rem;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		transition: .5s;
		transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		z-index: 9999;
	}


	.hb_menu_wrapper {
		max-width: 100%;
		margin: auto;
	}

	.hb_menu {
		margin-bottom: 0;
	}
	.hb_menu:last-child {
		margin-bottom: 0;
	}

	.hb_menu_title {
		padding: 1.5rem 2rem 1.5rem 0;
		font-family: 'Noto Serif JP', serif;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.hb_menu_title:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0.5rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hb_menu_title.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}	
	
	.hb_menu_title.first {
		padding: 1.5rem 0 1.5rem 0;
	}
	.hb_menu_title.first:after {
		display: none;
	}
	

	.hb_menu_title_link {
		display: block;
		padding: 0 0 0 0;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.6;
		position: relative;
		pointer-events: none;
	}
	.hb_menu_title_link:after {
		display: none;
	}

	.hb_menu_title.first .hb_menu_title_link {
		pointer-events: auto;
		position: relative;
	}
	.hb_menu_title.first .hb_menu_title_link:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 0.5rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	

	.hb_menu_list {
		display: none;
		box-sizing: border-box;
		margin-top: 0;
		font-family: 'Noto Serif JP', serif;
	}

	.hb_menu_list_item {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.hb_menu_list_item:first-child {
		display: block;
	}

	.hb_menu_list_link {
		padding: 1.5rem 2rem 1.5rem 1rem;
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.6;
		position: relative;
	}
	.hb_menu_list_link:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0.5rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	/*----- hb-menu -----*/
	#hb-menu {
		top: 0;
		display: table;
		width: 50px;
		height: 50px;
	}
	#hb-menu span {
		width: 28px;
		height: 2px;
	}
	#hb-menu span:nth-of-type(2),
	#hb-menu span:nth-of-type(3){
		margin-top: 8px;
	}

	/* ナビゲーションアイコン：アクティブ */
	.hb-open #hb-menu {
		top: 0;
	}
	.hb-open span:nth-of-type(1) {
		-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
		-ms-transform: translateY(10px) translateX(0) rotate(45deg);
		transform: translateY(10px) translateX(0) rotate(45deg);
	}
	.hb-open span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
		transform: translateY(-10px) translateX(0) rotate(-45deg);
	}

	
	.sp-g-nav .g-nav-inner {
		padding: 5rem 1.5rem;
	}


	.hb_menu_wrapper {
		max-width: 100%;
	}

	.hb_menu {
		margin-bottom: 0;
	}

	.hb_menu_title {
		padding: 1.5rem 2rem 1.5rem 0;
		position: relative;
		font-family: 'Noto Serif JP', serif;
	}
	.hb_menu_title:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0.5rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hb_menu_title.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}	
	
	.hb_menu_title.first {
		padding: 1.5rem 0 1.5rem 0;
	}
	.hb_menu_title.first:after {
		display: none;
	}
	
	.hb_menu_title_link {
		display: block;
		padding: 0 0 0 0;
		font-size: 1.4rem;
		pointer-events: none;
	}
	.hb_menu_title_link:after {
		display: none;
	}
	
	.hb_menu_title.first .hb_menu_title_link {
		pointer-events: auto;
		position: relative;
	}
	.hb_menu_title.first .hb_menu_title_link:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		right: 0.5rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.hb_menu_list {
		display: none;
		margin-top: 0;
		font-family: 'Noto Serif JP', serif;
	}

	.hb_menu_list_item {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0;
		border-bottom: 1px solid #fff;
	}
	.hb_menu_list_item:first-child {
		display: block;
	}

	.hb_menu_list_link {
		padding: 1.5rem 2rem 1.5rem 1rem;
		font-size: 1.4rem;
	}
	.hb_menu_list_link:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0.5rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}





/*--------------------------------------
　Pankuzu
---------------------------------------*/
#pankuzu {
	width: 1000px;
	margin: 6rem auto 0;
  font-size: 1.2rem;
  position: relative;
	z-index: 1;
}
#pankuzu a {
	display: inline-block;
  text-decoration: underline;
	font-weight: 500;
	line-height: 1.8;
}
#pankuzu a:hover {
  text-decoration: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		margin: 3rem auto 0;
		padding: 0 1rem 1rem 1rem;
		box-sizing: border-box;
		font-size: 1.2rem;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#pankuzu::-webkit-scrollbar{
		height: 4px;
}
	#pankuzu::-webkit-scrollbar-track{
		background: #d5d5d5;
		margin: 0 1rem;
		border: none;
		border-radius: 10px;
		box-shadow: none;
	}
	#pankuzu::-webkit-scrollbar-thumb {
		background: #b2b2b2;
		border-radius: 10px;
		box-shadow: none;
	}
}


/*--------------------------------------
　Main Contents
---------------------------------------*/
.contents {
  width: 1000px;
	min-width: 1000px;
  margin: auto;
  padding: 6rem 0 12rem;
	box-sizing: border-box;
}

#category,
#page {
  width: 100%;
  margin: 0!important;
  padding: 0!important;
	box-sizing: border-box;
}


/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents {
		width: 100%;
		min-width: 100%;
		padding: 4rem 1.5rem 6rem;
	}

	#category,
	#page {
		float: inherit;
		width: 100%;
	}

}





/*--------------------------------------
　目次
---------------------------------------*/
#toc {
	margin: 10rem auto 8rem;
	padding: 3rem 2rem 2rem 2rem;
  background: #eefae4;
	box-sizing: border-box;
	position: relative;
	background: #fcf2ee;
}
#toc::before {
	content: "目次";
	display: block;
	margin: 0 0 0 5rem;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: left;
	color: #333;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
#toc:after {
	content: "";
	position: absolute;
	top: -3.8rem;
	display: inline-block;
	left: 0;
	right: 50px;
	margin: 0 auto;
	padding-right: 10rem;
	width: 65px;
	height: 132px;
	background: url("img/sec02-icon01.png") left top no-repeat;
	background-size: 98px auto;
}



.chapter {
	margin: 3.8rem 0 0 0;
	padding: 2.5rem 3rem 2.5rem 3rem;
  background: #fff;
	line-height: 2;
	position: relative;
}

.chapter .chapter {
  margin: 1rem 1rem;
  padding: 0 0;
  border-top: none;
  display: none;
}
.chapter li {
	padding: 0 0 0 1.5rem;
	font-size: 1.5rem;
  position: relative;
	text-decoration: none;

}


.chapter li .pc_br {
    display: none;
}



.chapter li::before {
	content: "";
  position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	border: solid 3px #6ba1a2;
	box-sizing: border-box;
	border-radius: 50%;
}
.chapter li a {
  text-decoration: none;
}
.chapter li a:hover {
  text-decoration: none;
}





/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	#toc {
		margin: 2rem auto 9rem;
		padding: 2rem 1.5rem;
	}
	#toc::before {
		margin: 0 0 0 0;
		font-size: 1.5rem;
		text-align: center;
		border: none;
	}
	#toc:after {content: "";position: absolute;top: -3rem;display: inline-block;left: 0;right: 3rem;margin: 0 auto;padding-right: 10rem;width: 30px;height: 85px;background: url(img/sec02-icon01.png) left top no-repeat;background-size: 63px auto;}
	
	.chapter {
		margin: 2rem 0 0 0;
		padding: 2rem 2rem;
		border: none;
	}
	.chapter .chapter:before {
		display: none;
	}

.chapter li .sp_br {
    display: none;
}

	
}








/*--------------------------------------
　Title
---------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.cc {
	font-weight: bold;
	line-height: 1.4;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;
}


#category h1,
#page h1 {
	margin: 0 0 5rem;
	color: #1ac062;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background:rgba(107,162,162,0.9);
	color: #fff;
	padding: 3rem 2.5rem;
}


#category h2,
#page h2 {
	margin: 9rem 0 2rem;
	padding: 2rem 3rem 2rem 5rem;
	font-size: 3.4rem;
	background: #f1cabf;
	font-size: 3.2rem;
	position: relative;
}


#category h2::before,
#category h2::before {
  content: "";
  display: block;
	width: 1px;
	background: #333;
	height: 170%;
	position: absolute;
  z-index: -1;
	top: -3rem;
  left:2rem;
}

#category h2 a,
#page h2 a {
	position: relative;
  color: #333;
}

#category h2 a:after,
#page h2 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#category h3,
#page h3 {
	margin: 6rem 0 2rem;
	padding-left: 2.5rem;
	color: #333;
	font-size: 3rem;
	position: relative;
}


#category h3::before,
#page h3::before {
  content: "";
  display: block;
	width: 5px;
	background: #6ba2a2;
	height: 90%;
	position: absolute;
  z-index: -1;
	top: 0.4rem;
  left:0;	
}

#category h3 a:after,
#page h3 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-top: solid 2px #6ba2a2;
	border-right: solid 2px #6ba2a2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



#category h4,
#page h4 {
	margin: 4rem 0 0 0;
	padding: 0 0 0 2.5rem;
	font-size: 2.4rem;
	position: relative;
}

#category h4 a,
#page h4 a {
display: inline-block;
	position: relative;
	padding-right: 2rem;
}
#category h4::before,
#page h4::before {
  content: "";
  display: block;
	width: 16px;
	background: #6ba2a2;
	height: 2px;
	position: absolute;
  z-index: -1;
	top: 1.8rem;
  left:0;	
}

#category h4 a:after,
#page h4 a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	margin-top: -5px;
	border-top: solid 2px #6ba2a2;
	border-right: solid 2px #6ba2a2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px){
  #category h1,
  #page h1 {
    margin: 0 0 5rem;
    color: #1ac062;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    background:rgba(107,162,162,0.9);
    color: #fff;
    padding: 2rem 2.5rem;
  }
  #category h2,
  #page h2 {
    margin: 7rem 0 2rem;
    padding: 1.5rem 2rem 1.5rem 3rem;
    font-size: 2.2rem;
    background: #f1cabf;
    position: relative;
  }


  #category h2::before,
  #category h2::before {
    content: "";
    display: block;
    width: 1px;
    background: #333;
    height: 150%;
    position: absolute;
    z-index: -1;
    top: -2.2rem;
    left:1.8rem;
  }

  #category h2 a,
  #page h2 a {
    position: relative;
    color: #333;
    padding-right: 3rem;
  }

  #category h2 a:after,
  #page h2 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #category h3,
  #page h3 {
    margin: 6rem 0 2rem;
    padding-left: 1.5rem;
    color: #333;
    font-size: 2rem;
    position: relative;
  }


  #category h3::before,
  #page h3::before {
    content: "";
    display: block;
    width: 3px;
    background: #6ba2a2;
    height: 90%;
    position: absolute;
    z-index: -1;
    top: 0.4rem;
    left:0;	
  }

  #category h3 a,
  #page h3 a{
  padding-right: 3rem;

  }	
  #category h3 a:after,
  #page h3 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-top: -7px;
    border-top: solid 2px #6ba2a2;
    border-right: solid 2px #6ba2a2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #category h4,
  #page h4 {
    margin: 3rem 0 0 0;
    padding: 0 0 0 1.5rem;
    font-size: 1.7rem;
    position: relative;
  }

  #category h4 a,
  #page h4 a {
  display: inline-block;
    position: relative;
    padding-right: 2rem;
  }
  #category h4::before,
  #page h4::before {
    content: "";
    display: block;
    width: 12px;
    background: #6ba2a2;
    height: 2px;
    position: absolute;
    z-index: -1;
    top: 1.2rem;
    left:0;	
  }

  #category h4 a:after,
  #page h4 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    border-top: solid 2px #6ba2a2;
    border-right: solid 2px #6ba2a2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

	
}



/*--------------------------------------
　記事
---------------------------------------*/

.article {
	margin: 12rem 0;
}

.article .time-box {
	width: 100%;
	position: relative;
}

.article .time-box:before {
	content: "";
	position: absolute;
	bottom: 0;
	top: 50%;
	margin-top: 0.3rem;
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #f1cabf;;
	background-size: 90px 131px;
}
.article .time_start {
	background: #f1cabf;
	color: #333;
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding: 1.5rem 3.5rem 1.8rem 11rem;
	font-size: 2.8rem;
}
.article .time_start span {
	font-size: 4rem;
}

.article .time_start:before {
	content: "";
	position: absolute;
	bottom: 0;
	display: inline-block;
	left: 0;
	width: 108px;
	height: 131px;
	background: url("img/low-icon01.png") left center no-repeat;
	background-size: 108px auto;
}


.article .text-box {
	margin-top: 3rem;
	margin-bottom: 7rem;
}
.article .text-box .a-tx {
	font-weight: bold;
	color: #eaa38f;
	font-size: 2.2rem;
}

.article .text-box .txt {
	margin-top: 2rem;
	margin-left: 3rem;
	line-height: 1.8;
}

.article .time_end {
	background: #f1cabf;
	color: #333;
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding: 1.5rem 11rem 1.5rem 3.5rem;
	font-size: 2.2rem;
  float: right;
}

.article .time_end:before {
	content: "";
	position: absolute;
	bottom: 0;
	display: inline-block;
	right: 0;
	width: 108px;
	height: 131px;
	background: url("img/low-icon02.png") left center no-repeat;
	background-size: 108px auto;
}

@media screen and (max-width: 768px){
  .article {
    margin: 8rem 0;
  }

  .article .time-box {
    width: 100%;
    position: relative;
  }

  .article .time-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 50%;
    margin-top: 0.3rem;
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #f1cabf;
  }
  .article .time_start {
    background: #f1cabf;
    color: #333;
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding: 1rem 1.5rem 1rem 8rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .article .time_start span {
    font-size: 2.5rem;
  }

  .article .time_start:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 0;
    width: 78px;
    height: 88px;
    background: url("img/low-icon01.png") left center no-repeat;
    background-size: 78px auto;
  }


  .article .text-box {
    margin-top: 1.6rem;
    margin-bottom: 7rem;
  }
  .article .text-box .a-tx {
    font-weight: bold;
    color: #eaa38f;
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .article .text-box .txt {
    margin-top: 1.2rem;
    margin-left: 1.5rem;
    line-height: 1.8;
  }

  .article .time_end {
    background: #f1cabf;
    color: #333;
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding: 1rem 8rem 1rem 1.5rem;
    font-size: 1.7rem;
    float: right;
  }

  .article .time_end:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    right: 0;
    width: 78px;
    height: 89px;
    background: url("img/low-icon02.png") left center no-repeat;
    background-size: 78px auto;
  }	
}

/*--------------------------------------
　まとめ
---------------------------------------*/
.summary {
	margin-top: 10rem;
	margin-bottom: 10rem;
}


.summary .sum-t {
	background: #f1cabf;
	color: #333;
	display: inline-block;
	position: relative;
	font-weight: bold;
	padding: 2rem 3.5rem 2rem 9rem;
	font-size: 2.8rem;
	margin-left: 3rem;
}


.summary .sum-t:before {
	content: "";
	position: absolute;
	bottom: 0;
	display: inline-block;
	left: 1rem;
	width: 75px;
	height: 135px;
	background: url("img/toc_ico.png") 0 center no-repeat;
	background-size: 77px auto;
}

.summary .text-box {
	background: #f9f6f4;
	padding: 5rem 4rem 5rem 4rem;
	margin-top: -3rem;
}
.summary .text-box .a-tx {
	font-size: 2.4rem;
	font-weight: bold;
	border-bottom: solid 1px #f1cabf;
	line-height: 1.4;
	padding-bottom: 1.5rem;
}

.summary .text-box .txt {
	line-height: 1.8;
	margin-top: 2rem;
}

@media screen and (max-width: 768px){
  .summary {
    margin-top: 10rem;
    margin-bottom: 5rem;
  }


  .summary .sum-t {
    background: #f1cabf;
    color: #333;
    display: inline-block;
    position: relative;
    font-weight: bold;
    padding: 1rem 1.5rem 1rem 8rem;
    font-size: 1.7rem;
    margin-left: 1rem;
    line-height: 1.4;
  }


  .summary .sum-t:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 1rem;
    width: 63px;
    height: 110px;
    background: url("img/toc_ico.png") 0 center no-repeat;
    background-size: 63px auto;
  }

  .summary .text-box {
    background: #f9f6f4;
    padding: 5rem 2rem 3rem 2rem;
    margin-top: -3rem;
  }
  .summary .text-box .a-tx {
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: solid 1px #f1cabf;
    line-height: 1.4;
    padding-bottom: 1.2rem;
  }

}




/*--------------------------------------
　テキスト
---------------------------------------*/
.contents p {
	margin: 3rem 0 3rem 4rem;
	line-height: 1.8;
}

.contents p a {
	text-decoration: underline;
}
.contents p a:hover {
	text-decoration: none;
}

span.txt_marker {
	color: #f03f53;
	font-weight: bold;
}



.caption {
	font-size: 1rem;
	color: #888;
	line-height: 1.3;
	word-break: break-all;
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	margin: 1.5rem 0 0 0;
	padding: 0 0 1rem;
}
.caption::-webkit-scrollbar{
	display: none;
}

.caption a{
	display: inline-block;
	color: #888;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents p {
		margin: 2rem 0;
		line-height: 1.6;
	}
	
	.caption {
		margin: 1rem 0 0 0;
	}
}





/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
#category ul,
#page ul {
	margin: 3rem 0;
}

#category ul li,
#page ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.5rem;
  line-height: 1.8;
	position: relative;
}
#category ul li:last-child,
#page ul li:last-child {
  margin: 0 0 0 0;
}
#category ul li::before,
#page ul li::before {
  content: "";
  display: block;
	position: absolute;
  top: 9px;
  left: 0;
  width: 13px;
  height: 13px;
  background: #fff;
	box-sizing: border-box;
  border-radius: 50%;
	border: 4px solid #6ba1a2;
}

#category ul li a,
#page ul li a {
	display: inline-block;
	text-decoration: underline;
}

#category ul li a:hover,
#page ul li a:hover {
	text-decoration: none;
}



/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	#category ul,
	#page ul {
		margin: 2rem 0;
	}
}



/*--------------------------------------
　リンク
---------------------------------------*/
.btn-internal,
.btn-web {
	margin: 0 0 0 0!important;
}

.btn-internal a,
.btn-web a {
	display: block;
	max-width: 485px;
	margin: 4rem auto 4rem;
	padding: 2.5rem 5rem;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	border-radius: 50px;
	text-decoration: none!important;
	position: relative;
	z-index: 1;
}
.btn-internal a:after,
.btn-web a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*----- btn-web（外部リンク） -----*/
.btn-web a {
	background: #f03e52;
	box-shadow: 0 0 15px rgba(0,0, 0,0.2);
}



/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #d0ab87;
	box-shadow: 0 0 15px rgba(0,0, 0,0.2);
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	background: url("img/arrow01.gif") right center no-repeat;
	background-size: 16px auto;
	margin: 4rem 0 4rem;
	padding: 0 2.5rem 0 0;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}
.btn-link a:hover {
	text-decoration: none;
}


/*----- btn-tel（電話ボタン） -----*/
.btn-tel a {
	display: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.btn-internal,
	.btn-web,
	.btn-link,
	.btn-tel {
		margin: 0 0 0 0!important;
	}

	.btn-internal a,
	.btn-web a {
		display: block;
		max-width: 85%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 4rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 50px;
		position: relative;
	}
	.btn-internal a:after,
	.btn-web a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 2rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/*----- btn-web（外部リンク） -----*/
	.btn-web a {
	background: #f03e52;
	box-shadow: 0 0 12px rgba(0,0, 0,0.2);
	}



	/*----- btn-internal（内部リンク） -----*/
	.btn-internal a {
	background: #d0ab87;
	box-shadow: 0 0 12px rgba(0,0, 0,0.2);
	}


	/*----- btn-link（テキストリンク） -----*/
	.btn-link {
		text-align: center;
	}
	.btn-link a {
		display: block;
		background: #fff;
		max-width: 85%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 4rem;
		box-sizing: border-box;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border: 1px solid #333;
		border-radius: 50px;
		text-decoration: none!important;
		position: relative;
	}
	.btn-link a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 2rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: solid 1px #333;
		border-right: solid 1px #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #3c8ec3 url("img/tel.png") left 2.5rem center no-repeat;
		background-size: 18px auto;
		max-width: 85%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 4rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 50px;
		text-decoration: none!important;
		position: relative;
		box-shadow: 0 0 12px rgba(0,0, 0,0.2);	
	}
}





/*--------------------------------------
　Table
---------------------------------------*/
table {
	background: #fff;
  width: 100%;
  margin: 8rem 0;
	box-sizing: border-box;
	border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #d1d1d1;
}

table th {
	background: #e6e6e6;
	padding: 1.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
  word-break: break-all;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

table td {
	padding: 1.5rem;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
  word-break: break-all;
	border-left: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

table th a {
	font-weight: bold;
	text-decoration: underline;
}
table th a:hover {
	text-decoration: none;
}

table td a {
	text-decoration: underline;
}
table td a:hover {
	text-decoration: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	table {
		margin: 5rem 0;
	}

	table th {
		display: block;
		padding: 1.2rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #b3b3b3;
	}

	table td {
		display: block;
		padding: 1.2rem;
		font-size: 1.4rem;
		border-left: none;
		border-bottom: 1px solid #b3b3b3;
	}
	
	table tbody tr:last-child td:last-child {
		border-bottom: none;
	}
}





/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.float-wrap {
	margin: 8rem 0;
	box-sizing: border-box;
}

.float-img {
  position: relative;
  z-index: 1;
}

.float-img .flame img {
	display: block;
	width: auto;
	margin: auto;
  vertical-align: top;
}

.float-img.fl {
  float: left;
  width: 350px;
  padding-right: 4rem;
}

.float-img.fr {
  float: right;
  width: 350px;
  padding-left: 4rem;
}

.float-img .caption {
	font-size: 1rem;
	color: #888;
	text-align: center;
	line-height: 1.3;
	word-break: break-all;
	margin: 1.5rem 0 0 0;
}

.float-wrap p {
	margin: 0 auto 0;
}

.float-wrap .catch-copy {
	margin: 2rem 0 2rem 0;
	font-size: 2rem;
	font-weight: bold;
	color: #6ba2a2;
	font-weight: bold;
	line-height: 1.5;
	 font-family: 'Noto Serif JP', serif;
}


.float-wrap table {
	width: 100%;
	margin-top: 0;
	margin-bottom: 2rem;
}







/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.float-wrap {
		margin: 5rem 0;
	}
	
	.float-img.fl {
		float: left;
		width: 100%;
		padding-right: 0;
	}
	.float-img.fr {
		float: right;
		width: 100%;
		padding-left: 0;
	}
	
	.float-img.fl.small {
		width: 40%;
		margin-right: 4%;
	}
	.float-img.fr.small {
		width: 40%;
		margin-left: 4%;
	}
	
	.float-img .caption {
		margin: 1rem 0 1.5rem 0;
	}

	.float-wrap .catch-copy {
		margin: 1.5rem 0 1.5rem 0;
		font-size: 1.8rem;
	}
}


/*--------------------------------------
　共通パーツ
---------------------------------------*/
.com_parts{
	width: 100%;
	background: linear-gradient(90deg, #d0ab87 0%, #d0ab87 50%, #6ba1a2 50%, hsl(181deg 23% 53%) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	min-width: 1000px;
	position: relative;
	margin-bottom: 0;
}


.com_parts:before {
  content: "";
  display: block;
  width: 1px;
  background: #333;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: -8rem;
  left:0;
  right: 0;
  margin: 0 auto;
}


.com_parts .image-u {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.com_parts .image-u img {
	 object-fit: cover;
	 font-family: 'object-fit: cover';
	 height: 568px;
}


.com_parts .box {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}

.com_parts .left {
	width: 50%;
	position: relative;
	padding-top: 6rem;
	padding-bottom: 6rem;
	z-index: 1;
}
.com_parts .left .image {
	width: 552px;
}

.com_parts .left .left-t {
	font-size: 3.8rem;
	font-weight: bold;
	transform: rotate( -10deg );
	position: absolute;
	line-height: 1.3;
	bottom: 7rem;
	left: -3rem;
}


.com_parts .right {
	width: 50%;
  position: relative;
	padding-top: 5rem;	
	padding-left: 10rem;	
}

.com_parts .right .right-t {
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
}

.com_parts .right .txt {
	color: #fff;
	font-size: 1.7rem;
	margin-top: 1rem;
	font-weight: bold;
	line-height: 1.8;
}

.com_parts .right .btn-internal a {
	background: #fff;
	color: #6ba1a2;
	width: 80%;
}


.com_parts .right .btn-internal a:after {
		content: "";
		border-top: solid 1px #6ba1a2;
		border-right: solid 1px #6ba1a2;
	}


@media screen and (max-width: 768px){
  .com_parts{
    width: 100%;
    background: none;
    display: inherit;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;	
    min-width: 100%;
    position: relative;
    margin-bottom: 6rem;
  }


  .com_parts:before {
    content: "";
    display: block;
    width: 1px;
    background: #333;
    height: 120%;
    position: absolute;
    z-index: -1;
    top: -5rem;
    left:0;
    right: 0;
    margin: 0 auto;
  }


  .com_parts .image-u {
    position: inherit;
    width: 100%;
    bottom: 0;
		margin: 0 auto;
    right: 0;
  }

  .com_parts .image-u img {
    object-fit: cover;
    font-family: 'object-fit: cover';
    height: auto;
  }


  .com_parts .box {
    display: inherit;
    max-width: 100%;
    margin: 0 auto;
  }

  .com_parts .left {
    width: 100%;
    position: relative;
    padding-top: 0rem;
    padding-bottom: 0rem;
    background: #d0ab87;
  }
  .com_parts .left .image {
    width: 100%;
    margin: 0 auto;
  }

  .com_parts .left .left-t {
    font-size: 2.3rem;
    font-weight: bold;
    transform: rotate( -10deg );
    position: absolute;
    line-height: 1.3;
    bottom: 3rem;
    left: 2rem;
  }


  .com_parts .right {
    width: 100%;
    position: relative;
    padding-top: 1rem;
    background: #6ba1a2;
    padding-left: 0;
    padding-bottom: 1rem;
  }

  .com_parts .right .right-t {
    color: #fff;
    font-size: 2rem;
		width: 92%;
		margin: 0 auto;
    font-weight: bold;
    line-height: 1.6;
  }

  .com_parts .right .txt {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8;
		width: 92%;
		margin: 0 auto;	
		margin-top: 1rem;
  }

  .com_parts .right .btn-internal a {
    background: #fff;
    color: #6ba1a2;
    width: 80%;
		margin-top: 2rem;
  }


  .com_parts .right .btn-internal a:after {
      content: "";
      border-top: solid 1px #6ba1a2;
      border-right: solid 1px #6ba1a2;
    }
	
}



/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-area {
	background: #333;
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
}


.l-footer-area__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 0 2rem;
}

.l-footer-logo a {
    color: #cfab87;
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
}

.l-footer-menu-wrapper {
  margin: 6rem auto 0;
}


.l-footer-menu {
  margin-bottom: 4rem;
}
.l-footer-menu:last-child {
  margin-bottom: 0;
}


.l-footer-menu__title {
	padding: 0 0 1.5rem 0;
	border-bottom: 1px solid #fff;
	position: relative;
	font-family: 'Noto Serif JP', serif;
}

.l-footer-menu__title__link {
	display: inline-block;
	padding: 0 3rem 0 0;
	color: #fff;
  font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
	position: relative;
	
}
.l-footer-menu__title__link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.l-footer-menu__list {
  display: flex;
  flex-flow: row wrap;
	box-sizing: border-box;
	margin-top: 3rem;
	 font-family: 'Noto Serif JP', serif;
}

.l-footer-menu__list__item {
  width: calc(100% / 3);
	margin-bottom: 1.5rem;
	padding: 0 2rem;
	box-sizing: border-box;
	position: relative;
}
.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
	padding: 0 2rem 0 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
	position: relative;
}
.l-footer-menu__list__link:after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.l-footer-submenu__list {
	margin: 1rem 0 0 0;
	padding: 0 2rem;
}

.l-footer-submenu__list__item {
	margin: 0 0 1rem 0;
	position: relative;
}

.l-footer-submenu__list__link {
	padding: 0 0 0 1.5rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	position: relative;
}
.l-footer-submenu__list__link:before {
	content: "";
 	position: absolute;
	top: 10px;
	left: 0;
	background: #fff;
	width: 6px;
	height: 1px;
}


.l-footer-area .menseki {
	max-width: 860px;
	margin: 5rem auto 0;
	padding: 2rem 3rem;
	background: #3d3d3d;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.2rem;
	line-height: 2;
}

.l-footer-area .menseki span {
  display: inline-block;
}

.l-footer-area .menseki a {
    display: initial;
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s ease;
    cursor: pointer;
}


.l-footer-area .ucp {
  margin: 1.5rem auto 0;
	color: #fff;
  font-size: 1rem;
  text-align: center;
	line-height: 1.8;
}


.l-footer-copy-wrapper {
  background: #d0ab87;
}

.l-footer-copy {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem 0;
	font-size: 1.4rem;
	color: #fff;
}

.l-footer-copy a {
	display: inline-block;
  text-decoration: underline;
	color: #fff;
}
.l-footer-copy a:hover {
  text-decoration: none;
}

.l-footer-copy .sitemap {
  text-align: right;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.l-footer-area {
		min-width: 100%;
	}


	.l-footer-area__inner {
		max-width: 100%;
		padding: 3rem 1.5rem 3rem;
		line-height: 1.5;
	}

	.l-footer-logo a {
    color: #cfab87;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    text-align: center;
}

	.l-footer-menu-wrapper {
		margin: 2rem auto 0;
	}


	.l-footer-menu {
		margin-bottom: 0;
	}


.l-footer-menu__title {
	padding: 1.5rem 2rem 1.5rem 0;
}
	.l-footer-menu__title:after { 
		content: "";
		position: absolute;
		top: 50%;
		right: 0.5rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		background: none;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.l-footer-menu__title.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	
	.l-footer-menu__title__link {
		display: block;
		padding: 0 0 0 0;
		font-size: 1.5rem;
		pointer-events: none;
	}
	.l-footer-menu__title__link:after {
		display: none;
	}


	.l-footer-menu__list {
		display: none;
		margin-top: 0;
		background: #4e4e4e;
	}

	.l-footer-menu__list__item {
		width: 100%;
		margin-bottom: 0;
		padding: 0 0;
		border-bottom: 1px solid #fff;
	}
	.l-footer-menu__list__item:first-child {
		display: block;
	}

	.l-footer-menu__list__link {
		padding: 1.5rem 2rem 1.5rem 2.5rem;
		font-size: 1.4rem;
	}
	.l-footer-menu__list__link:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0.5rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	.l-footer-submenu__list {
		margin: 0 0 0 0;
		padding: 0 0;
	}

	.l-footer-submenu__list__item {
		margin: 0 0 0 0;
		border-top: 1px solid #fff;
	}

	.l-footer-submenu__list__link {
		padding: 1.5rem 2rem 1.5rem 1.5rem;
		font-size: 1.4rem;
	}
	.l-footer-submenu__list__link:before {
		display: none;
	}
	.l-footer-submenu__list__link:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0.5rem;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.l-footer-area .menseki {
		max-width: 100%;
		margin: 3rem auto 0;
		padding: 1.5rem 1.5rem;
		font-size: 1.2rem;
	}


	.l-footer-area .ucp {
		margin: 1rem auto 0;
		font-size: 1.2rem;
	}


	.l-footer-copy {
		max-width: 100%;
		padding: 1.5rem 1.5rem;
		display: block;
		font-size: 1.2rem;
		line-height: 1.5;
		text-align: center;
	}

	
	.sitemap {
		margin: 2rem 0 0 0;
		text-align: center;
	}
	.sitemap a {
		font-size: 1.4rem;
		color: #fff;
		text-decoration: underline;
	}
}



/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  z-index: 2;
}

.l-pagetop__link {
	background:rgba(255,255, 255,0.9);
  width: 100%;
  height: 100%;
  display: block;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #333;
  position: relative;
	transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.l-pagetop__link:after {
	display: block;
	content: "";
	position: absolute;
	top: 43%;
	left: 50%;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border-top: 3px solid #333;
	border-left: 3px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-pagetop span {
	display: none;
}


/* SP ------------------------------*/
	@media screen and (max-width: 768px) {
	.l-pagetop {
		width: 40px;
		height: 40px;
		bottom: 10%;
		right: 1rem;
	}
		
	.l-pagetop__link {
		border: 1px solid #333;
	}
	.l-pagetop__link:after {
		width: 8px;
		height: 8px;
		margin-left: -4px;
		border-top: 2px solid #333;
		border-left: 2px solid #333;
	}
}



