@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 vertical";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400-vertical.woff2") format("woff2"), url("fonts/NS-400-vertical.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;
}

@font-face {
  font-family: "Noto Sans JP vertical";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700-vertical.woff2") format("woff2"), url("fonts/NS-700-vertical.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%;
}
textarea {
	vertical-align: top;
}





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

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

a {
	color: #000;
  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) {
	a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
	
	.sp_br {
		display: block;
	}
	.pc_br {
		display: none;
	}

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





/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1100px;
	box-sizing: border-box;
}

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



/*--------------------------------------
　Navi
---------------------------------------*/
/*----- hb-menu -----*/
#hb-menu {
	display: table;
	top: 46px;
	right: 2.5rem;
	width: 37px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 99999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	position: fixed;
}
#hb-menu .hb-inner {
	display: table-cell;
	vertical-align: middle;
}
#hb-menu span {
	display: block;
	background: #c4a33c;
	width: 37px;
	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: 12px;
}

/* ナビゲーションアイコン：アクティブ */
.hb-open span:nth-of-type(1) {
	-webkit-transform: translateY(14px) translateX(0) rotate(45deg);
	-ms-transform: translateY(14px) translateX(0) rotate(45deg);
	transform: translateY(14px) 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(-14px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-14px) translateX(0) rotate(-45deg);
	transform: translateY(-14px) translateX(0) rotate(-45deg);
}

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

/*----- g-nav -----*/
.g-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
}
.g-nav .g-nav-inner {
	position: fixed;
	top: 0;
	right: 0;
	background: #000;
	width: 40%;
	height: 100%;
	padding: 10rem 0 0rem;
	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: 222222;
}
.hb-open .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);
}


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


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


.hb_menu_title {
	padding: 2rem 0 2rem;
	border-bottom: 1px solid #fff;
}

.hb_menu_title_link {
	display: block;
	padding: 0 3rem 0 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
.hb_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);
}


.hb_menu_list {
	display: block;
	margin-top: 0;
}

.hb_menu_list_item {
  width: 100%;
	margin: 2rem 0 2rem 0;
	padding: 0 0;
	box-sizing: border-box;
	position: relative;
}
.hb_menu_list_item:first-child {
	display: none;
}

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

/*--------------------------------------
　SP Navi
---------------------------------------*/
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	/*----- hb-menu -----*/
	.mainArea {
		display: none;
	}
	
	#hb-menu {
		display: table;
		position: fixed;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		background: #000;
		box-sizing: border-box;
		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:  #c4a33c;
		width: 23px;
		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: 7px;
	}

	/* ナビゲーションアイコン：アクティブ */
	.hb-open span:nth-of-type(1) {
		-webkit-transform: translateY(9px) translateX(0) rotate(45deg);
		-ms-transform: translateY(9px) translateX(0) rotate(45deg);
		transform: translateY(9px) 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(-9px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
		transform: translateY(-9px) 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;
	}

	/*----- g-nav -----*/
	.g-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	.g-nav .g-nav-inner {
		position: fixed;
		top: 0;
		right: 0;
		background: #000;
		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-open .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);
	}

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

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

	
	.hb_menu_title {
		padding: 1.5rem 2rem 1.5rem 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}
	.hb_menu_title:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		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.5rem;
		font-weight: bold;
		line-height: 1.6;
		pointer-events: none;
		position: relative;
	}
	.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: 5px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		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;
	}
	
	.hb_menu_list_item {
		width: 100%;
		margin: 0 0 0 0;
		padding: 0 0;
		box-sizing: border-box;
		border-bottom: 1px solid rgba(255,255,255,0.6);
		position: relative;
	}
	.hb_menu_list_item:first-child {
		display: block;
	}
	
	.hb_menu_list_link {
		display: block;
		padding: 1.5rem 2rem 1.5rem 1.5rem;
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.6;
		position: relative;
	}
	.hb_menu_list_link:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	
	.g-nav .close {
		width: 80%;
		margin: 3rem auto 0;
		padding: 1.5rem 1.5rem;
		color: #fff;
		font-size: 1.5rem;
		text-align: center;
		border: 1px solid #fff;
		
	}
	
	.g-nav-inner .h-logo {
		width: 60%;
		margin: auto;
	}
}





/*--------------------------------------
sitename
---------------------------------------*/
.sitename {
	padding: 1.5rem 2rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: right;
}  
.sitename a {
	font-weight: bold;
}  

@media screen and (max-width: 768px) {
.sitename {
		padding: 1rem 1.5rem;
		font-size: 1.2rem;
		text-align: center;
	}  
}





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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	#pankuzu {
		width: 100%;
		margin: 2rem auto 0;
		padding: 0 1.5rem 0.5rem 1.5rem;
		box-sizing: border-box;
		font-size: 1.2rem;
		white-space: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#pankuzu a {
		display: inline-block;
		text-decoration: underline;
		line-height: 1.8;
	}
	#pankuzu::-webkit-scrollbar{
		height: 3px;
	}
	#pankuzu::-webkit-scrollbar-track{
		background: #efefef;
		margin: 0 1.5rem;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	#pankuzu::-webkit-scrollbar-thumb {
		background: #cacaca;
		border-radius: 0;
		box-shadow: none;
	}
}





/*--------------------------------------
　MV
---------------------------------------*/
.low_mv {
	width: 100%;
	min-width: 1000px;
	margin: auto;
}

.low_mv .m-logo {
	width: 387px;
	margin: 0 auto 0;
}
.low_mv .m-logo a {
	display: block;
}

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

	.low_mv .m-logo {
		width: 60%;
		margin: 1rem auto 0;
	}	
}





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

.contents img {
  width: auto;
  margin: auto;
	max-width: 1000px;
}

#category,
#page {
	margin: 0!important;
	padding: 0!important;
}

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





/*--------------------------------------
　Title
---------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.cc {
	font-weight: bold;
	line-height: 1.4;
	box-sizing: border-box;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	display: block;
	font-weight: bold;
	box-sizing: border-box;
}
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight: bold;
}


.h1-bg {
	width: 100%;
	min-width: 1000px;
	background: #000;
	position: relative;
	margin: 3rem auto 4rem;
	box-sizing: border-box;
}
.h1-bg:before {
	content: "";
	position: absolute;
	top: -250px;
	left: 0;
	width: 500px;
	height: 320px;
	display: block;
	margin-top: 0;
	background: url("img/mv-bg01.png") center 0 no-repeat;
	background-size: 100% auto;
}

.h1-bg h1 {
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	max-width: 1000px;
	color: #fff;
	margin: auto;
	padding: 2.5rem 0 3rem;
	position: relative;
	z-index: 1;
}


#category h2,
#page h2 {
	max-width: 1000px;
	border-bottom: solid 3px #000;
	margin: 8rem auto 2rem;
	padding: 2rem 0 2rem 7rem;
	font-size: 3.2rem;
	position: relative;
}
#category h2::before,
#page h2::before {
	content: "";
	background: url("img/h2-icon.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 53px;
	height: 38px;
	top: 20px;
	left: 0;
}

#category h2 a,
#page h2 a {
	padding: 0 4rem 0 0;
	position: relative;
}
#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 #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#category h3,
#page h3 {
	max-width: 1000px;
	margin: 4rem auto 2rem;
	padding: 2rem 3rem;
	font-size: 2.8rem;
	color: #82650c;
	background: #f6f5ef;
}

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


#category h4,
#page h4 {
	max-width: 1000px;
	color: #000;
	margin: 3rem auto 2rem;
	font-size: 2.2rem;
	position: relative;
	padding-left: 2rem;
}
#category h4::before,
#page h4::before {
	content: "";
	background: #a0835e;
	position: absolute;
	width: 2px;
	height: 18px;
	top: 0.8rem;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);	
}

#category h4 a,
#page h4 a {
	display: inline-block;
	padding: 0 3rem 0 0;
	color: #000;
	position: relative;
}
#category h4 a:after,
#page h4 a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#category h5,
#page h5,
#category h6,
#page h6 {
	max-width: 1000px;
	margin: 3rem auto 2rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.h1-bg {
		width: 100%;
		min-width: 100%;
		background: #000;
		position: relative;
		margin: 3rem auto 0;
	}
	.h1-bg:before {
		display: none;
	}

	.h1-bg h1 {
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
		max-width: 100%;
		color: #fff;
		margin: auto;
		padding: 2.5rem 2rem 2.5rem;
		position: relative;
		z-index: 1;
	}
	
	
	#category h2,
	#page h2 {
		max-width: calc(100% - 3rem);
		border-bottom: solid 2px #000;
		margin: 6rem auto 2rem;
		padding: 1.5rem 0 1.5rem 5rem;
		position: relative;
		font-size: 2.2rem;
	}
	#category h2::before,
	#page h2::before {
		content: "";
		background: url("img/h2-icon.png") 0 0 no-repeat;
		background-size: 100% auto;
		position: absolute;
		width: 38px;
		height: 28px;
		top: 15px;
		left: 0;
	}
	
	#category h2 a,
	#page h2 a {
		padding: 0 3rem 0 0;
	}
	#category h2 a:after,
	#page h2 a:after{
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
	}
	
	
	#category h3,
	#page h3 {
		max-width: calc(100% - 3rem);
		margin: 3rem auto 2rem;
		padding: 1.5rem 2rem;
		font-size: 1.8rem;
		color: #82650c;
		background: #f6f5ef;
	}

	#category h3 a,
	#page h3 a {
		padding: 0 1rem 0 0;
		position: relative;
	 color: #82650c;
	}
	#category h3 a:after,
	#page h3 a:after{
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 8px;
		height: 8px;
		margin-top: -5px;
		border-top: solid 2px #82650c;
		border-right: solid 2px #82650c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	#category h4,
	#page h4 {
		max-width: calc(100% - 3rem);
		margin: 2rem auto 2rem;
		font-size: 1.6rem;
		padding-left: 1.4rem;
	}
	#category h4::before,
	#page h4::before {
		content: "";
		background: #a0835e;
		position: absolute;
		width: 2px;
		height: 12px;
		top: 0.6rem;
		left: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);	
	}
	
	#category h4 a,
	#page h4 a {
		padding: 0 2rem 0 0;
	}
	#category h4 a:after,
	#page h4 a:after{
		width: 7px;
		height: 7px;
		margin-top: -4px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
	}
	
	#category h5,
	#page h5,
	#category h6,
	#page h6 {
		max-width: calc(100% - 3rem);
		margin: 2rem auto 2rem;
	}
}





/*--------------------------------------
　テキスト
---------------------------------------*/
.contents p {
	max-width: 1000px;
	margin: 3rem auto;
	font-size: 1.4rem;
	line-height: 2;
}

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

.contents p span {
	color: #82650c;
	font-weight: bold;
}
.contents p span:not([class]) {
 color: #82650c;
 font-weight: bold;
}

.caption {
	max-width: 1000px;
	margin: 1rem auto 0;
	padding: 0 0 0.5rem 0;
	font-size: 1rem;
	color: #888;
	line-height: 1.3;
	word-wrap: break-word;
	word-break: break-all;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #aeaeae #e7e7e7;
	scrollbar-width: thin;
}
.caption::-webkit-scrollbar {
	height: 2px;
}
.caption::-webkit-scrollbar-track {
	background: #e7e7e7;
	margin: 0 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.caption::-webkit-scrollbar-thumb {
	background: #aeaeae;
	border-radius: 0;
	box-shadow: none;
}
.caption a {
	color: #888;
	text-decoration: underline;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents p {
		max-width: calc(100% - 3rem);
		margin: 2rem auto;
		line-height: 1.8;
	}
	
	.caption {
		max-width: calc(100% - 3rem);
	}
}





/*--------------------------------------
　リスト
---------------------------------------*/
/*----- ulリスト -----*/
#category ul,
#page ul {
	max-width: 1000px;
	margin: 4rem auto 4rem;
}
#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: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #18baa1;
	box-sizing: border-box;
  border-radius: 50%;
}
#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) {
	/*----- ulリスト -----*/
	#category ul,
	#page ul {
		max-width: calc(100% - 3rem);
		margin: 2rem auto 2rem;
	}
	#category ul li,
	#page ul li {
		padding: 0 0 0 1.5rem;
		font-size: 1.4rem;
	}
	#category ul li:last-child,
	#page ul li:last-child {
		margin: 0 0 0 0;
	}
	#category ul li:before,
	#page ul li:before {
		top: 10px;
		width: 8px;
		height: 8px;
	}
}





/*--------------------------------------
　画像＋テキスト
---------------------------------------*/
.float-wrap {
	max-width: 1000px;
	margin: 8rem auto 8rem;
	box-sizing: border-box;
}

.float-img {
  position: relative;
}

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

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

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

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

.float-wrap .catch-copy {
	max-width: 100%!important;
	margin: 2rem 0 2rem 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: #82650c;
}

.float-wrap .t-box table{
	max-width: 100%;
	width: 560px;
	margin: 1rem 0 2rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.float-wrap {
		max-width: calc(100% - 3rem);
		margin: 5rem auto 5rem;
	}
	
	.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 p {
		max-width: 100%;
	}
	
	.float-wrap .catch-copy {
		margin: 1.5rem 0 1.5rem 0;
		font-size: 1.8rem;
	}

	.float-wrap .t-box table{
		width: 100%;
		margin: 1.5rem 0 1.5rem;
	}
}





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

table th {
	background: #f6f5ef;
	padding: 1.8rem 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 #000;
	border-bottom: 1px solid #000;
}
table th a {
	
	text-decoration: underline;
}
table th a:hover {
	text-decoration: none;
}

table td {
	padding: 1.8rem 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 #000;
	border-bottom: 1px solid #000;
}

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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	table {
		max-width: calc(100% - 3rem);
		margin: 5rem auto 5rem;
	}

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

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





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


/*----- btn-web（外部リンク） -----*/
.btn-web a {
	background: #18baa1;
	margin: 6rem auto 4rem;
	border: solid #08947e 3px;
	box-sizing: border-box;
}
.btn-web a::before{
	content: "";
	background: url("img/check.png") 0 0 no-repeat;
	background-size: 100% auto;	
	position: absolute;
	top: -3.5rem;
	right: 0;
	left: 0;
	width: 168px;
	height: 24px;
	margin: auto;
}


/*----- btn-internal（内部リンク） -----*/
.btn-internal a {
	background: #fff;
	border: solid #000 3px;
	color: #000;
}
.btn-internal a:after {
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*----- btn-link（テキストリンク） -----*/
.btn-link {
	text-align: right;
}
.btn-link a {
	display: inline-block;
	margin: 4rem 0 4rem;
	padding: 0 3rem 0 0;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
}
.btn-link a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	background: url("img/arrow03.png") left top no-repeat;
	background-size: 100% auto;
	width: 22px;
	height: 22px;
}

.btn-link a:hover {
	text-decoration: none;
}


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

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.btn-web,
	.btn-internal,
	.btn-yt,
	.btn-link,
	.btn-tel{
		max-width: 100%!important;
	}
	
	.btn-internal a,
	.btn-web a ,
	.btn-yt a{
		display: block;
		max-width: 85%;
		margin: 3rem auto 3rem;
		padding: 2rem 4rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 100px;
		position: relative;
	}
	.btn-internal a:after,
	.btn-web a:after,
	.btn-yt a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	
	/*----- btn-web（外部リンク） -----*/
	.btn-web a {
		background: #18baa1;
		margin: 5rem auto 3rem;
		border: solid #08947e 2px;
		box-sizing: border-box;
	}
	.btn-web a::before{
		content: "";
		background: url("img/check.png") 0 0 no-repeat;
		background-size: 100% auto;	
		position: absolute;
		top: -3.3rem;
		right: 0;
		left: 0;
		width: 168px;
		height: 24px;
		margin: auto;
	}


	/*----- btn-internal（内部リンク） -----*/
	.btn-internal a {
		background: #fff;
		border: solid #000 2px;
		color: #000;
	}
	.btn-internal a:after {
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	/*----- btn-link（テキストリンク） -----*/
	.btn-link {
		text-align: center;
	}
	.btn-link a {
		display: inline-block;
		margin: 2rem 0 2rem;
		padding: 0 3rem 0 0;
		font-size: 1.4rem;
		line-height: 1.5;
		font-weight: bold;
		text-decoration: underline;
		position: relative;
	}
	.btn-link a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0,-50%);
		background: url("img/arrow03.png") left top no-repeat;
		background-size: 100% auto;
		width: 20px;
		height: 20px;
	}
	.btn-link a:hover {
		text-decoration: none;
	}

	
	/*----- btn-tel（電話ボタン） -----*/
	.btn-tel a {
		display: block;
		background: #1855ba url("img/tel_icon.png") left 25px center no-repeat;
		background-size: 16px auto;
		max-width: 85%;
		margin: 3rem auto 3rem;
		padding: 1.8rem 5rem;
		box-sizing: border-box;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
		border-radius: 100px;
		text-decoration: none!important;
		position: relative;
		border: solid #08398b 2px;
	}
}





/*--------------------------------------
　toc_parts
---------------------------------------*/
.toc_parts {
	max-width: 1000px;
	margin: 5rem auto 8rem;
	box-sizing: border-box;
	position: relative;
}

.toc_parts .toc_ttl {
	padding: 2.8rem 2rem;
	font-size: 2.4rem;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #000;
	position: relative;
  background: #f6f5ef;
  font-weight: bold;
	cursor: pointer;
}
.toc_parts .toc_ttl:before,
.toc_parts .toc_ttl:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 3rem;
	background: #000;
	width: 30px;
	height: 2px;
	margin-top: -1px;
	transition: all 0.4s;
}
.toc_parts .toc_ttl.open {
	border-radius: 10px 10px 0 0;
}
.toc_parts .toc_ttl:after {
	transform: rotate(90deg);
}
.toc_parts .toc_ttl.open:before {
  display: none;
}
.toc_parts .toc_ttl.open::after {
  transform: rotate(180deg);
}

#toc {
	background: #fff;
	padding: 3rem 5rem 2rem;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	border: 2px solid #000;
	border-top: none;
	position: relative;
}

#toc .chapter {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#toc .chapter li {
	width: 100%;
	margin: 0 0 2rem;
	padding: 0 4rem 0 2rem;
	box-sizing: border-box;
  position: relative;
}
#toc .chapter li::before {
	content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
	background: #18baa1;
	box-sizing: border-box;
	border-radius: 50%;
}
#toc .chapter li a {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
}
#toc .chapter .chapter li {
	margin: 0 0 2rem 1.5rem;
	padding: 0 0 0 1.5rem;
	box-sizing: border-box;
  position: relative;
}
#toc .chapter .chapter li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	background: none;
	width: 8px;
	height: 8px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	border-radius: 0;
}

.slick-slide .txt span {
    color: #82650c;
    font-weight: bold;
}


/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.toc_parts {
		max-width: calc(100% - 3rem);
		margin: 5rem auto 5rem;
		box-sizing: border-box;
		position: relative;
	}

	.toc_parts .toc_ttl {
		padding: 2rem 2rem;
		font-size: 1.8rem;
		text-align: center;
		border-radius: 10px;
		border: 2px solid #000;
		position: relative;
		background: #f6f5ef;
		font-weight: bold;
		cursor: pointer;
	}
	.toc_parts .toc_ttl:before,
	.toc_parts .toc_ttl:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 1.5rem;
		background: #000;
		width: 24px;
		height: 2px;
		margin-top: -1px;
		transition: all 0.4s;
	}
	.toc_parts .toc_ttl.open {
		border-radius: 10px 10px 0 0;
	}
	.toc_parts .toc_ttl:after {
		transform: rotate(90deg);
	}
	.toc_parts .toc_ttl.open:before {
		display: none;
	}
	.toc_parts .toc_ttl.open::after {
		transform: rotate(180deg);
	}
	

	#toc {
		background: #fff;
		padding: 2rem 2rem 2rem;
		box-sizing: border-box;
		border-radius: 0 0 10px 10px;
		border: 2px solid #000;
		border-top: none;
		position: relative;
	}

	#toc .chapter {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#toc .chapter li {
		width: 100%;
		margin: 0 0 1.5rem;
		padding: 0 0 0 1.5rem;
		box-sizing: border-box;
		position: relative;
	}
	#toc .chapter li::before {
		content: "";
		position: absolute;
		top: 9px;
		left: 0;
		width: 8px;
		height: 8px;
		background: #18baa1;
		box-sizing: border-box;
		border-radius: 50%;
	}
	#toc .chapter li a {
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.6;
		position: relative;
	}
	#toc .chapter .chapter li {
		margin: 0 0 1.5rem 1.5rem;
	}
	#toc .chapter .chapter li::before {
		top: 8px;
		width: 6px;
		height: 6px;
	}

}





/*--------------------------------------
	connection
---------------------------------------*/
.connection {
	max-width: 1000px;
	margin: 5rem auto 8rem;
	border: 2px solid #000;
	box-sizing: border-box;
	border-radius: 10px;	
}

.connection .ttl {
	padding: 4rem 2rem;
	font-size: 2.4rem;
	text-align: center;
	width: 86%;
	margin: auto;
	border-bottom: solid 1px #000;
	position: relative;
  font-weight: bold;
	margin-bottom: 0;
}

.connection .ls-box {
	padding: 1rem 5rem 0;
	position: relative;
	margin-top: -20px;
}
.connection .ls-box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 100%;
}
.connection li {
	width: calc(45% - 2rem);
	margin: 0 0 2rem;
	padding: 0 4rem 0 2rem;
	box-sizing: border-box;
  position: relative;
}
.connection  li::before {
	content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
	background: #18baa1;
	box-sizing: border-box;
	border-radius: 50%;
}
.connection li a {
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: none!important;
	line-height: 1.6;
	position: relative;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.connection {
		max-width: calc(100% - 3rem);
		margin: 5rem auto 5rem;
		border: 2px solid #000;
		box-sizing: border-box;
		border-radius: 10px;	
		padding-bottom: 1.5rem;
	}

	.connection .ttl {
		padding: 2.2rem 2rem;
		font-size: 1.8rem;
		text-align: center;
		width: 78%;
		margin: auto;
		border-bottom: solid 1px #000;
		position: relative;
		font-weight: bold;
		margin-bottom: 0;
	}

	.connection .ls-box {
		padding: 1rem 2rem 0;
		position: relative;
		margin-top: -8px;
	}
	.connection .ls-box ul {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.connection li {
		width: 100%;
		margin: 0 0 1.5rem;
		padding: 0 2rem 0 2rem;
		box-sizing: border-box;
		position: relative;
	}
	.connection  li::before {
		content: "";
		position: absolute;
		top: 9px;
		left: 0;
		width: 8px;
		height: 8px;
		background: #18baa1;
		box-sizing: border-box;
		border-radius: 50%;
	}
	.connection li a {
		font-size: 1.5rem;
		font-weight: bold;
		text-decoration: none!important;
		line-height: 1.6;
		position: relative;
		margin-top: 0;
	}
}





/*--------------------------------------
	com_parts01
---------------------------------------*/
.com_parts01 {
	max-width: 1000px;
	border: solid 2px #000;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 8rem auto;
}

.com_parts01 .ttl-box {
	background: #000;
	width: 100%;
	margin-top: 5rem;
	color: #fff;
}

.com_parts01 .ttl-box .ttl {
	position: relative;
	font-weight: bold;
	padding: 3rem 5rem 3rem 10rem;
	font-size: 2.6rem;
	display: inline-block;
}
.com_parts01 .ttl-box .ttl::before {
	content: "";
  position: absolute;	
	background: #18baa1;
	width: 23px;
	top: 4.45rem;
	left: 6.5rem;
	height: 2px;
}

.com_parts01 .f-box {
	width: 90%;
	margin: auto;
	padding: 3rem 0 5rem;
}
.com_parts01 .f-box .left {
	float: left;
	width: 28%;
}
.com_parts01 .f-box .left .image01 {
	float: left;
	width: 75%;
}
.com_parts01 .f-box .left .image02 {
	float: right;
	width: 18%;
	margin-top: 2rem;
}

.com_parts01 .f-box .right {
	float: right;
	width: 70%;
}
.com_parts01 .f-box .right p {
	line-height: 2.4;
	font-weight: bold;
}

.com_parts01 img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.com_parts01 {
		max-width: calc(100% - 3rem);
		border: solid 2px #000;
		box-sizing: border-box;
		border-radius: 10px;
		margin: 5rem auto;
	}

	.com_parts01 .ttl-box {
		background: #000;
		width: 100%;
		margin-top: 3rem;
		color: #fff;
	}

	.com_parts01 .ttl-box .ttl {
		position: relative;
		font-weight: bold;
		padding: 1.5rem 2rem 1.5rem 4rem;
		font-size: 1.7rem;
		display: inline-block;
		line-height: 1.5;
	}
	.com_parts01 .ttl-box .ttl::before {
		content: "";
		position: absolute;	
		background: #18baa1;
		width: 15px;
		top: 2.8rem;
		left: 2rem;
		height: 2px;
	}

	.com_parts01 .f-box {
		width: 90%;
		margin: auto;
		padding: 0rem 0 1rem;
	}
	.com_parts01 .f-box .left {
		float: right;
		width: 33%;
	}
	.com_parts01 .f-box .left .image01 {
		float: none;
		width: 100%;
	}

	.com_parts01 .f-box .right {
		float: none;
		width: 100%;
	}
	.com_parts01 .f-box .right p {
		line-height: 2;
		font-weight: bold;
	}
}





/*--------------------------------------
	com_parts02
---------------------------------------*/
.com_parts02 {
	max-width: 1000px;
	border: solid 2px #000;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 12rem auto 6rem;
	background: #fff;
}

.com_parts02 .ttl-box {
	width: 90%;
	margin: auto;
	margin-top: -5rem;
}

.com_parts02 .ttl-box .t-image {
	width: 122px;
	float: left;
	margin-top: -0.5rem;
}

.com_parts02 .ttl-box .ttl {
	width: 743px;
	float: right;
	background: #000;
	border-radius: 10px;
	position: relative;
	line-height: 1.4;
	padding: 2.8rem 0;
}
.com_parts02 .ttl-box .ttl::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -17px;
	background: url("img/arrow04.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 17px;
	display: block;
	margin-top: -8px;
	height: 20px;
}

.com_parts02 .ttl-box .ttl .t-bg{
	font-weight: bold;
	color: #fff;
	padding: 0 3rem;
	font-size: 2.4rem;
	display: inline-block;
}

.com_parts02 .ttl-box .ttl .clr01 {
	color: #b8a35f;
	font-weight: bold;
}

.com_parts02 .box01 {
	margin-top: 5rem;
	position: relative;
}

.com_parts02 .box01 .image-box {
	width: 127px;
	margin-left: 10rem;
	position: absolute;
	margin-top: 1rem;
}

.com_parts02 .box01 .image-box .name {
	text-align: center;
	line-height: 1.4;
	margin-top: 1rem;
}

.com_parts02 .box01 .box-ttl {
	background: #f6f5ef;
	color: #82650c;
	padding: 2.5rem 0 2.5rem 25rem;
}
.com_parts02 .box01 .box-ttl span {
	/* padding-left: 26rem; */
	padding-right: 10rem;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}

.com_parts02 .box01 .tx01 {
	padding-left: 26rem;
	padding-right: 10rem;	
	margin-top: 2rem;
}

.com_parts02 .box02 .f-box {
	margin: auto;
	padding: 1rem 10rem 5rem;
}

.com_parts02 .box02 .f-box .right {
	float: right;
	width: 30%;
}

.com_parts02 .box02 .f-box .right .image01 {
	float: right;
	width: 75%;
}

.com_parts02 .box02 .f-box .right .image02 {
	float: left;
	width: 21%;
	margin-top: -1rem;
}

.com_parts02 .box02 .f-box .left {
	float: left;
	width: 68%;
}

.com_parts02 .box02 .ttl01 {
	font-weight: bold;
	font-size: 2.4rem;
	color: #82650c;
}

.com_parts02 .box02 .f-box .left p {
	line-height: 2.4;
	font-weight: bold;
	margin-top: 2rem;
}

.com_parts02 img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.com_parts02 {
		max-width: calc(100% - 3rem);
		border: solid 2px #000;
		box-sizing: border-box;
		border-radius: 10px;
		margin: 14rem auto 6rem;
		background: #fff;
	}

	.com_parts02 .ttl-box {
		width: 90%;
		margin: 0;
		margin-top: -12rem;
		margin-left: -2px;
	}

	.com_parts02 .ttl-box .t-image {
		width: 90px;
		float: none;
		margin-top: -3.5rem;
	}

	.com_parts02 .ttl-box .ttl {
		width: 100%;
		float: right;
		background: #000;
		border-radius: 10px;
		position: relative;
		padding: 2rem 0;
	}
	.com_parts02 .ttl-box .ttl::before {
		content: "";
		position: absolute;
		top: -10px;
		left: 110px;;
		background: url("img/sp-arrow04.png") 0 0 no-repeat;
		background-size: 100% auto;
		width: 18px;
		display: block;
		margin-top: 0;
		height: 11px;
	}

	.com_parts02 .ttl-box .ttl .t-bg{
		font-weight: bold;
		color: #fff;
		font-size: 1.7rem;
		padding: 0 3rem;
		display: inline-block;
		line-height: 1.5;
	}

	.com_parts02 .ttl-box .ttl .clr01 {
		color: #b8a35f;
		font-weight: bold;
	}

	.com_parts02 .box01 {
		margin-top: 1rem;
		position: relative;
	}

	.com_parts02 .box01 .image-box {
		width: 90%;
		margin-left: 0;
		position: inherit;
		margin: auto;
		margin-top: 1rem;
	}
	
	.com_parts02 .box01 .image-box .image01 {
		float: left;
		width: 30%;
	}
	
	.com_parts02 .box01 .image-box .name {
		text-align: left;
		line-height: 1.4;
		margin-top: 9%;
		float: left;
		width: 65%;
		margin-left: 5%;
	}

	.com_parts02 .box01 .box-ttl {
		background: #f6f5ef;
		color: #82650c;
		padding: 1.5rem 0;
	}
	.com_parts02 .box01 .box-ttl span {
		padding-left: 0;
		padding-right: 0;
		font-size: 1.6rem;
		line-height: 1.5;
		display: inline-block;
		padding: 0 2rem;
		font-weight: bold;	
	}
	
	.com_parts02 .box01 .tx01 {
		padding-left: 0;
		padding-right: 0;
		margin: auto;
		width: 90%;
		margin: 1.5rem auto 3rem;
	}

	.com_parts02 .box02 .f-box {
		margin: auto;
		padding: 4rem 2rem 3rem;
	}

	.com_parts02 .box02 .f-box .right {
		float: none;
		width: 100%;
	}

	.com_parts02 .box02 .f-box .right .image01 {
		float: right;
		width: 35%;
		padding-left: 3%;
	}

	.com_parts02 .box02 .f-box .left {
		float: none;
		width: 100%;
	}
	
	.com_parts02 .box02 .ttl01{
		font-weight: bold;
		font-size: 1.7rem;
		color: #82650c;
		line-height: 1.5;
	}

	.com_parts02 .box02 .f-box .left p {
		line-height: 2;
		font-weight: bold;
		margin-top: 1.5rem;
	}
}





/*--------------------------------------
com_parts03
---------------------------------------*/
.under-bg-box {
	width: 100%;
	position: relative;
}
.under-bg-box::before {
	content: "";
	position: absolute;
	top: -50rem;
	left: 0;
	right: 0;
	background: url("img/bg-line01.gif") center 0 no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 1600px;
	z-index: -1;	
	margin: auto;
}


.com_parts03{
	max-width: 1000px;
	margin: 12rem auto 12rem;
	position: relative;
}

.com_parts03 .inner{
	border: solid 2px #000;
	box-sizing: border-box;
	border-radius: 10px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	padding-bottom: 5rem;
  box-shadow: 15px 15px 0px 0px #a9a9a9;
}

.com_parts03 .box01 {
	position: relative;
}

.com_parts03 .box01 .coop {
	font-weight: bold;
	color: #fff;
	font-size: 1.8rem;
	background: #000;
	border-radius: 10px;
	display: inline-block;
	padding: 1rem 5rem;
	margin-top:1.5rem;
	margin-left: 1.5rem;
}

.com_parts03 .box01 .cmp-name .n-image {
/* 	width: 680px;
	box-sizing: border-box;
	padding-left: 12rem;
	margin-top: 1rem; */
	width: 400px;
    box-sizing: border-box;
    padding-left: 3rem;
}

.cmp-name {display: flex;padding-left: 10%;}

.cmp-name .cmp-name-text {font-size: 4rem;font-weight: bold;justify-content: center;align-items: center;display: flex;}
.com_parts03 .box01 .imagae01 {
	position: absolute;
	width: 340px;
	right:-100px;
	top: -5rem;
}

.com_parts03 .box02 {
	position: relative;
}

.com_parts03 .box02 .ttl-box {
	background: #000;
	width: 100%;
	margin-top: 4rem;
	color: #fff;
}

.com_parts03 .box02 .ttl-box .ttl {
	position: relative;
	font-weight: bold;
	padding: 3rem 5rem 3rem 10rem;
	font-size: 2.6rem;
	display: inline-block;
	line-height: 1.4;
}
.com_parts03 .box02 .ttl-box .ttl::before {
	content: "";
  position: absolute;	
	background: #18baa1;
	width: 23px;
	top: 4.45rem;
	left: 6.5rem;
	height: 2px;
}

.com_parts03 .box02 .tx01 {
	padding: 0 6rem;
	line-height: 2;
	margin-top: 2rem;
	margin-bottom: 6rem;
}

.com_parts03 .box02 .btn-web {
	margin: 0 0 0;
}
.com_parts03 .box02 .btn-web a {
	margin-bottom: 0;
	max-width: 484px;
}

.com_parts03 .box02 .btn-link {
	margin: 0 0 0;
}
.com_parts03 .box02 .btn-link a {
	margin-right: 7rem;
	margin-top: 2rem;
}
.com_parts03 .box02 .image01 {
	position: absolute;
	left: -8rem;
	top: 22rem;
	width: 360px;
}

.com_parts03 img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.under-bg-box::before {
		content: "";
		position: absolute;
		top: -200px;
		left: 0;
		right: 0;
		background: url("img/sp-bg-line01.gif") center 0 no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: 0;
		padding-top: calc(100%*1233/750);
		z-index: -1;	
		margin: auto;
	}
	
	
	.com_parts03{
		max-width: calc(100% - 3rem);
		margin: 10rem auto 10rem;
		position: relative;
	}
	
	.com_parts03 .inner{
		border: solid 2px #000;
		box-sizing: border-box;
		border-radius: 10px;
		margin: 0 auto;
		background: #fff;
		position: relative;
		padding-bottom: 5rem;
		box-shadow: 10px 10px 0px 0px #a9a9a9;
	}

	.com_parts03 .box01 .coop {
		font-weight: bold;
		color: #fff;
		font-size: 1.3rem;
		background: #000;
		border-radius: 10px;
		display: inline-block;
		padding: 1rem 3rem;
		margin-top:1rem;
		margin-left: 1rem;
	}

.cmp-name {
    display: block;
    padding-left: 0;
}
.cmp-name .cmp-name-text {
    font-size: 2.5rem;
    margin-top: 2rem;
    letter-spacing: 0.2rem;
}
	.com_parts03 .box01 .cmp-name .n-image {
		width: 65%;
		padding-left: 0;
		margin: auto;
		margin-top: 1rem;
		z-index: 1;
		position: relative;	
	}

	.com_parts03 .box01 .imagae01 {
		position: absolute;
		width: 55%;
		right: -1.5rem;
		top: -35%;
	}

	.com_parts03 .box02 {
		position: relative;
	}

	.com_parts03 .box02 .ttl-box {
		background: #000;
		width: 100%;
		margin-top: 2rem;
		color: #fff;
	}

	.com_parts03 .box02 .ttl-box .ttl {
		position: relative;
		font-weight: bold;
		padding: 1.5rem 2rem 1.5rem 4rem;
		font-size: 1.7rem;
		display: inline-block;
		line-height: 1.5;
	}
	.com_parts03 .box02 .ttl-box .ttl::before {
		content: "";
		position: absolute;	
		background: #18baa1;
		width: 15px;
		top: 2.7rem;
		left: 2rem;
		height: 2px;
	}

	.com_parts03 .box02 .tx01 {
		padding: 0 2rem;
		line-height: 2;
		margin-top: 2rem;
		margin-bottom: 4rem;
	}

	.com_parts03 .box02 .btn-web a {
		margin-bottom: 0;
		max-width: 80%;
	}

	.com_parts03 .box02 .btn-link {
		text-align: right;
	}
	.com_parts03 .box02 .btn-link a {
		margin-right: 2rem;
		margin-top: 2rem;
	}

	.com_parts03 .box02 .image01 {
		position: absolute;
		left: -1rem;
		top: inherit;
		width: 190px;
		bottom: -12rem;
	}
}





/*--------------------------------------
com_parts04
---------------------------------------*/
.com_parts04{
	width: 100%;
	margin: 12rem 0 0;
}

.com_parts04 .f-box01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12rem;
}

.com_parts04 .f-box01 .image {
	width: 50%;
}

.com_parts04 .f-box02 .image {
	width: 50%;
	order: 2;
}

.com_parts04 .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 0 10px 10px 0;
}

.com_parts04 .f-box02 .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	border-radius: 10px 0 0 10px;
}

.com_parts04 .f-box01 .text-box {
	width: 30%;
	padding: 0 5%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.com_parts04 .f-box02 .text-box {
	width: 30%;
	padding: 0 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	order: 1;
}

.com_parts04 .catch-copy {
	max-width: 100%;
	font-weight: bold;
	font-size: 2.6rem;
	color: #82650c;
	margin-bottom: 2rem;
	line-height: 1.6;
}

.com_parts04 .txt {
	font-size: 1.4rem;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.com_parts04{
		width: 100%;
		margin: 5rem 0 0;
	}

	.com_parts04 .f-box01 {
		display: block;
		margin-bottom: 6rem;
	}

	.com_parts04 .f-box01 .image {
		width: 95%;
	}

	.com_parts04 .f-box02 .image {
		width: 95%;
		margin: 0 0 0 auto;
	}

	.com_parts04 .image img {
		width: 100%;
		height: auto;
		border-radius: 0 10px 10px 0;
	}

	.com_parts04 .f-box02 .image img {
		width: 100%;
		height: auto;
		border-radius:  10px 0 0 10px;
	}

	.com_parts04 .f-box01 .text-box {
		width: 90%;
		padding: 0 5%;
		display: block;
		flex-direction: column;
		justify-content: center;
		height: auto;
		margin-top: 2rem;
	}

	.com_parts04 .f-box02 .text-box {
		width: 90%;
		padding: 0 5%;
		display: block;
		flex-direction: column;
		justify-content: center;
		height: auto;
		margin-top: 2rem;
	}

	.com_parts04 .catch-copy {
		font-weight: bold;
		font-size: 1.7rem;
		color: #82650c;
		margin-bottom: 1.5rem;
		line-height: 1.6;
	}

	.com_parts04 .txt {
		font-size: 1.4rem;
		line-height: 2;
		margin: 0;
		max-width: 100%;
	}
}





/*--------------------------------------
com_parts05
---------------------------------------*/
.com_parts05{
	width: 100%;
	margin-top: 15rem;
}

.com_parts05 .ttl-box {
	background: #f6f5ef;
}

.com_parts05 .slide_ttl {
	width: 1000px;
	margin: auto;
	text-align: center;
	font-size: 2.8rem;
	padding: 4rem 0;
	font-weight: bold;
}


.slide_parts {
	max-width: 1000px;
	margin: 7rem auto;
}

.slider {
	width: 100%;
	height: auto;
}

.slider img {
	width: 100%;
	height: auto;
	max-width: 100%;
	border-radius: 10px;
}

.thumbnail-list {
  width: 100%;
  margin: 2rem auto 0;
	padding: 0 20%;
}
.thumbnail-list img {
	border-radius: 10px;
	width: 100%;
	max-width: 100%;
	transition: all 0.3s ease;
}
.thumbnail-list img:hover {
	opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.thumbnail-list .thumbnail-item {
	margin: 0 0.5rem;
  cursor: pointer;
}

.slick-slide:focus {
  outline: none;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
	display: block;
	position: absolute;
	top: 45%;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s ease;
}
.slide-arrow:hover {
	opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}
.slide-arrow.prev-arrow {
	left: -3rem;
	background: url("img/arrow05.png") center 0 no-repeat;
	background-size: 100% auto;
	width: 57px;
	height: 57px;
}
.slide-arrow.next-arrow {
	right: -3rem;
	background: url("img/arrow06.png") center 0 no-repeat;
	background-size: 100% auto;
	width: 57px;
	height: 57px;
}

.thumbnail-arrow {
	display: block;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border-top: solid 1px #111;
	border-right: solid 1px #111;
	z-index: 1;
	cursor: pointer;
}

/* ローディングの時に縦並びにしない */
.slick-slide {
  display: none;
}
.slick-initialized .slick-slide{
  display: block;
}

@media screen and (max-width: 768px) {
	.com_parts05{
		width: 100%;
		margin-top: 10rem;
	}

	.com_parts05 .ttl-box {
		background: #f6f5ef;
		padding: 0 2rem;
	}

	.com_parts05 .slide_ttl {
		width: 100%;
		margin: auto;
		text-align: center;
		font-size: 2rem;
		padding: 2rem 0;
		line-height: 1.5;
		font-weight: bold;
	}


	.slide_parts {
		max-width: calc(100% - 3rem);
		margin: 3rem auto;
	}

	.slider {
		width: 100%;
		height: auto;
	}

	.slider img {
		width: 100%;
		height: auto;
		border-radius: 5px;
	}

	.thumbnail-list {
		width: 100%;
		margin: 0.5rem auto 0;
		padding: 0 0;
	}
	.thumbnail-list img {
		border-radius: 5px;
	}
	.thumbnail-list .thumbnail-item {
		margin: 0 0.2rem;
		cursor: pointer;
	}

	.slick-slide:focus {
		outline: none;
	}

	.slide-arrow {
		display: block;
		position: absolute;
		top: 45%;
		z-index: 1;
		cursor: pointer;
	}
	.slide-arrow.prev-arrow {
		left: -1rem;
		background: url("img/arrow05.png") center 0 no-repeat;
		background-size: 100% auto;
		width: 37px;
		height: 37px;
	}
	.slide-arrow.next-arrow {
		right: -1rem;
		background: url("img/arrow06.png") center 0 no-repeat;
		background-size: 100% auto;
		width: 37px;
		height: 37px;
	}

	.thumbnail-arrow {
		display: block;
		position: absolute;
		top: 50%;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		border-top: solid 1px #111;
		border-right: solid 1px #111;
		z-index: 1;
		cursor: pointer;
	}
}





/*--------------------------------------
　Footer
---------------------------------------*/
.l-footer-area {
	background: #000;
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	margin-top: 22rem;
}


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


.l-footer-logo {
	max-width: 387px;
	margin: auto;
}
.l-footer-logo a {
	display: block;
}


.l-footer-menu-wrapper {
  margin: 7rem 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;
}

.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.6;
  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: 8px;
	height: 8px;
	margin-top: -4px;
	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;
}

.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 {
	display: block;
	padding: 0 2rem 0 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-menu__list__link:after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	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 {
	display: block;
	padding: 0 0 0 1.5rem;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
	position: relative;
}
.l-footer-submenu__list__link:before {
	content: "";
 	position: absolute;
	top: 11px;
	left: 0;
	background: #fff;
	width: 6px;
	height: 1px;
}


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


.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 {
  color: #fff;
}

.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;
	line-height: 1.5;
}

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

.l-footer-copy .sitemap {
	width: 15%;
	margin: 0 0 0 4rem;
	box-sizing: border-box;
  text-align: right;
}
.l-footer-copy .sitemap a {
	padding: 0 1.5rem 0 0;
 	position: relative;
}
.l-footer-copy .sitemap a:after {
	content: "";
 	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.l-footer-area {
		min-width: 100%;
		margin-top: 1rem;
		padding-bottom: 45px;
	}


	.l-footer-area__inner {
		max-width: 100%;
		padding: 5rem 1.5rem 4rem;
	}


	.l-footer-logo {
		width: 60%;
	}


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


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


	.l-footer-menu__title {
		padding: 1.5rem 2.5rem 1.5rem 0;
	}
	.l-footer-menu__title:after { 
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		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;
	}

	.l-footer-menu__list__item {
		width: 100%;
		margin-bottom: 0;
		padding: 0 0;
		border-bottom: 1px solid rgba(255,255,255,0.6);
	}
	.l-footer-menu__list__item:first-child {
		display: block;
	}

	.l-footer-menu__list__link {
		padding: 1.5rem 2rem 1.5rem 1.5rem;
		font-size: 1.4rem;
	}
	.l-footer-menu__list__link:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		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 rgba(255,255,255,0.6);
	}

	.l-footer-submenu__list__link {
		padding: 1.5rem 0 1.5rem 3rem;
	}
	.l-footer-submenu__list__link:before {
		content: "";
		position: absolute;
		top: 26px;
		left: 15px;
		background: #fff;
		width: 6px;
		height: 1px;
	}


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


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


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

	
	.sitemap {
		margin: 2rem 0 0 0;
		text-align: center;
	}
	.sitemap a {
		padding: 0 1rem 0 0;
		font-size: 1.4rem;
		color: #fff;
		text-decoration: underline;
		position: relative;
	}
	.sitemap a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 6px;
		height: 6px;
		margin-top: -3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}





/*--------------------------------------
　PageTop
---------------------------------------*/
.l-pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.l-pagetop__link {
	background: #fff;
  width: 100%;
  height: 100%;
  display: block;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #000;
  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: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-pagetop span {
	display: none;
}

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





/*--------------------------------------
　fix_btn
---------------------------------------*/
.fix_btn {
	position: fixed;
	right: 0;
	top: 14rem;
	width: 60px;
	z-index: 11;
}
.fix_btn .s-nav a {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	width: 60px;
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	line-height: 1.5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.5rem 0 1.5rem;
	font-family: 'Noto Sans JP vertical';
	border-radius: 10px 0 0 10px;
	box-sizing: border-box;
	text-orientation: upright;
}
.fix_btn .s-nav01 a {
	background: #7f650d;
	border: solid #4c3f12 2px;
	border-right: none;
}
.fix_btn .s-nav02 a {
	background: #18baa1;
	border: solid #08947e 2px;
	border-right: none;
	margin-top: 1rem;
}
.fix_btn .s-nav a::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	display: block;
	background: url("img/arrow02.png") 0 0 no-repeat;
	background-size: 100% auto;	
	right: 0.3rem;
	bottom: 0.3rem;
}

@media screen and (max-width: 768px) {
	.sp_fix_btn {
		display: flex;
		justify-content: center;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
    z-index: 111;
	}
	.sp_fix_btn .s-nav01 {
		width: 47%;
		height: 55px;
		margin-right: 0.1rem;
	}
  .sp_fix_btn .s-nav02 {
		width: 47%;
		height: 55px;
		margin-left: 0.1rem;
  }
  .sp_fix_btn .s-nav01 a {
		background: #18baa1;
		border: solid #08947e 2px;
		border-bottom: none;
		color: #fff;
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
		border-radius: 5px 5px 0 0;
		height: 55px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;	
		font-size: 1.3rem;
		position: relative;
  }
  .sp_fix_btn .s-nav02 a {
		background: #7f650d;
		border: solid #4c3f12 2px;
		border-bottom: none;
		color: #fff;
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
		border-radius: 5px 5px 0 0;
		height: 55px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;	
		font-size: 1.3rem;
		position: relative;	
  }
 .sp_fix_btn  .s-nav a::after {
		content: "";
		position: absolute;
		width:10px;
		height: 10px;
		display: block;
		background: url("img/arrow02.png") 0 0 no-repeat;
		background-size: 100% auto;	
		right: 0.3rem;
		bottom: 0.5rem;
	}
}





/*--------------------------------------
　fixed_gnav
---------------------------------------*/
.fixed_gnav {
	background: #000;
	width: 100%;
	height: 100px;
	min-width: 1100px;
	box-sizing: border-box;
	z-index: 1111;
}

.fixed_gnav .fixed_gnav_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	box-sizing: border-box;
}

.fixed_gnav .logo {
	width: 292px;
	padding-left: 2rem;
	position: relative;
}
.fixed_gnav .logo a {
	display: block;
}

.fixed_gnav .nav-t {
	width: 26px;
}

.fixed_gnav .header_nav ul {
	display: flex;
	align-items: center;
	text-align: center;
	margin-right: 7.5rem;
	margin-left: 2rem;
}
.fixed_gnav .header_nav ul li {
	margin: 0 0.5rem;
	box-sizing: border-box;
}
.fixed_gnav .header_nav ul li a {
	font-size: 1.3rem;
	line-height: 1.5;
	color: #000;
	width: 224px;
	border-radius: 10px;
	background: #efeede;
	font-weight: bold;
	height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;	
  position: relative;
}
.fixed_gnav .header_nav ul li a::after {
	content: "";
	position: absolute;
	width:10px;
	height: 10px;
	display: block;
	background: url("img/arrow01.png") 0 0 no-repeat;
	background-size: 100% auto;	
	right: 0.5rem;
	bottom: 0.5rem;
}
.fixed_gnav_home .header_nav ul li a::after {
	content: "";
	position: absolute;
	width:15px;
	height: 9px;
	display: block;
	background: url("img/arrow09.png") 0 0 no-repeat;
	background-size: 100% auto;	
	right: 1rem;
	bottom: inherit;
	top: 50%;
}

.fixed_gnav .header_nav .nav01 {
	margin-right: 2rem;
}
.fixed_gnav .header_nav .nav01 a {
	background: #18baa1;	
	color: #fff;
}
.fixed_gnav .header_nav .nav01 a::after {
	content: "";
	position: absolute;
	width:10px;
	height: 10px;
	display: block;
	background: url("img/arrow02.png") 0 0 no-repeat;
	background-size: 100% auto;	
	right: 0.5rem;
	bottom: 0.5rem;
}


.fixed_gnav_home.fixed{
	position: fixed;
	top: 0;
	left: 0;
}

.fixed_gnav_home .fixed_gnav_block {
	max-width: 1100px;
	margin: auto;	
}

.fixed_gnav_home .header_nav ul {
	display: flex;
	align-items: center;
	text-align: center;
	margin-right: 0!important;
	margin-left: 0;
	margin-left: 8rem;
}

.fixed_gnav_home .logo {
	padding-left: 0;
}  

.fixed_gnav_lower {
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 768px) {
	.fixed_gnav {
		background: none;
		height: 50px;
		min-width: 100%;
	}
}


/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	
	.youtube-video {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 300px;
    padding-top: 56.25%;
  }
  .youtube-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
    height: 100%;
  }
}

.tabArea .one_tab .select {
    background: #b8a35f
}