@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav.gnav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 500;
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav.gnav, section {
  display: block
}
ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #630;
}
section {
  width: 100%;
}
section section {
  padding: 80px 0;
  border-top: 10px dashed rgba(255, 255, 255, 0.7);
}
.bk_orange {
  background: rgba(243, 152, 0, 0.3);
}
.bk_cream {
  background: #fff8dc;
}
.bk_yellow {
  background: #f0e68c;
}
.stripe {
  background-image: linear-gradient( -45deg, rgba(243, 152, 0, 0.08) 25%, rgba(243, 152, 0, 0.15) 25%, rgba(243, 152, 0, 0.15) 50%, rgba(243, 152, 0, 0.08) 50%, rgba(243, 152, 0, 0.08) 75%, rgba(243, 152, 0, 0.15) 75%, rgba(243, 152, 0, 0.15) );
  background-size: 10px 10px;
}
.top_section {
  padding: 0;
}
.contents {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  border: none;
  padding: 32px 0;
}
.inner, .box {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
a {
  color: #630;
  text-decoration: underline;
}
a:visited {
  color: #630;
}
a:hover {
  font-weight: 600;
}
#top_h2 {
  font-size: 200%;
  font-weight: 800;
  color: #f39800;
  padding-bottom: 0;
  background: none;
  padding-top: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
h2 {
  font-size: 175%;
  font-weight: 900;
  padding: 3% 0;
  background: url("../images/back.jpg") repeat;
}
h3 {
  margin-bottom: 0.5em;
  font-size: 250%;
  text-align: center;
  line-height: 1.0;
  font-family: 'Sigmar One', cursive;
  color: #f39800;
  font-weight: normal;
}
.mini {
  margin-bottom: 0.5em;
  font-size: 175%;
  text-align: center;
  line-height: 1.0;
  font-family: 'Sigmar One', cursive;
  color: #f39800;
  font-weight: normal;
}
h3 span, .mini span {
  position: relative;
  font-size: 50%;
  color: #630;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 600;
}
h3 span:before, .mini span:before {
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 1;
  content: '';
  display: block;
  width: 1em;
  margin-top: -1px;
  border-top: 1px solid #333;
}
h3 span:after, .mini span:after {
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  content: '';
  display: block;
  width: 1em;
  margin-top: -1px;
  border-top: 1px solid #333;
}
#top_h3 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 175%;
  color: #630;
  margin: 20px 0;
  line-height: 180%;
  font-weight: 700;
}
h4 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-weight: bold;
}
.round_ti {
  background: #f39800;
  padding: 8px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  text-align: center !important;
}
h5 {
  margin-bottom: 0.25em;
  padding-left: 25px;
  background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}
h6 {
  margin-bottom: 0.25em;
  padding-left: 5px;
  font-weight: bold;
}
img {
  max-width: 100%;
}
.image img {
  border-radius: 16px;
}
em {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
pre {
  margin: 1em 0;
  padding: 1em;
}
blockquote {
  margin-bottom: 1em;
  padding: 1em;
  border: 1px dotted #ddd;
  border-left: 5px solid #ddd;
}
ul, ol, dl {
  margin: 0 0 20px 0;
}
ul li {
  list-style: disc;
}
ol li {
  list-style: decimal;
}
li {
  margin-left: 2em;
}
dt {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #630;
}
dd {
  margin-bottom: 1em;
}
table {
  width: 100%;
  margin-bottom: 1em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-collapse: separate;
  border: 1px solid #ce9b68;
  background: #fff;
}
th {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #ce9b68;
  border-right: 1px solid #ce9b68;
  background: rgba(206, 155, 104, 0.3);
  width: 20%;
}
td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ce9b68;
}
th.last, td.last {
  border-bottom: none;
}
/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
  text-align: center;
}
/* 左寄せ */
.left {
  text-align: left;
}
/* 右寄せ */
.right {
  text-align: right;
}
/* 写真中央寄せ */
.imgC {
  clear: both;
  overflow: hidden;
  margin: 0 auto 50px auto;
  margin-bottom: 50px;
  text-align: center;
}
.imgC img {
  margin-bottom: 10px;
}
/* 写真左寄せ */
.imgL {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
.imgL img {
  float: left;
  margin: 0 10px 0 0;
}
/*@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}*/
/* 写真右寄せ */
.imgR {
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
}
.imgR img {
  float: right;
  margin: 0 0 0 10px;
}
/*@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}*/
/* 写真ズーム */
.zoom {
  overflow: hidden;
  border-radius: 16px;
}
.zoom img {
  display: block;
  -moz-transition: -moz-transform 0.8s linear;
  -webkit-transition: -webkit-transform 0.8s linear;
  -o-transition: -o-transform 0.8s linear;
  -ms-transition: -ms-transform 0.8s linear;
  transition: transform 0.8s linear;
}
.zoom img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.zoom img {
  margin-bottom: 0;
}
/* オーバーレイ */
.overlay {
  position: relative;
}
.overlay::after {
  background: rgba(0, 0, 0, .5);
  content: "　";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .3s ease-out;
  pointer-events: none;
}
.overlay:hover::after {
  background: rgba(0, 0, 0, .1);
  transition: all .3s ease-out;
}
.overlay img {
  margin-bottom: 0;
}
/* ボタン */
.btn a {
  position: relative;
  display: inline-block;
  padding: 16px 80px;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  background: #ff7bac;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0px 0px 8px 3px rgba(102, 51, 0, 0.5);
  -webkit-box-shadow: 0px 0px 8px 3px rgba(102, 51, 0, 0.5);
  -ms-box-shadow: 0px 0px 8px 3px rgba(102, 51, 0, 0.5);
  box-shadow: 0px 0px 8px 3px rgba(102, 51, 0, 0.5);
  border: 1px solid #fff;
}
.btn a:hover {
  color: #fff;
  background: #630;
}
/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.twoCol .inner {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column;
  width: 48.98%;
  width: calc((480 / 980) *100%);
  height: auto;
}
.twoCol .inner div:nth-child(2n+1) {
  clear: both;
}
.twoCol .inner .image {
  width: 100%;
  min-height: 0%;
}
.twoCol .inner img {
  width: 100%;
}
/*@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}*/
/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -webkit-align-items:flex-start;
  align-items: flex-start;
}
.threeCol .inner {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 31%;
  width: calc((305 / 980) *100%);
  margin: 0;
}
.threeCol .inner:nth-child(3n+1) {
  clear: both;
}
.threeCol .inner h4 {
  width: 100%;
  margin-top: 0.5em;
  text-align: left;
}
.threeCol .inner p {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.threeCol .inner > a {
  width: 100%;
  height: 100%;
}
.threeCol .inner .image {
  width: 100%;
  min-height: 0%;
}
.threeCol .inner img {
  width: 100%;
}
.threeCol .inner .btn {
  margin-top: auto;
  padding-top: 20px;
}
.threeCol .inner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
/*@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}*/
/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.fourCol .inner {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  -ms-flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column;
  width: 23.46%;
  width: calc((230 / 980) *100%);
  margin: 0 0 20px 0;
}
.fourCol .inner .image {
  width: 100%;
  min-height: 0%;
}
.fourCol .inner img {
  width: 100%;
}
/*@media screen and (max-width:767px) {
	.fourCol {
		display: block;
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
	}
	.fourCol .inner:nth-child(odd) {
		clear: both;
		float: left;
		padding: 0 5px 10px 0;
	}
	.fourCol .inner:nth-child(even) {
		float: right;
		padding: 0 0 10px 5px;
	}
}*/
/* お知らせ */

.information dt {
  clear: both;
  float: left;
  margin: 0;
  padding: 10px 0;
  vertical-align: top;
  border-bottom: none;
}
.information dd {
  margin: 0;
  padding: 10px 0 10px 8em;
  vertical-align: top;
  border-bottom: 1px dotted #333;
}
/*@media screen and (max-width:767px) {
	.information {
		margin-bottom: 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}*/
/*================================================
 *  ヘッダー
 ================================================*/
header {
  padding-top: 8px;
  border-top:8px solid #f39800;
}
header.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: left;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 8px;
}
header:after {
  content: "";
  display: block;
  clear: both;
}
/*header h1 {
  font-size: 81.3%;
  color: #f39800;
  padding-top: 8px;
}*/
/*#logo a {
  width: 150px;
  display: block;
  margin: 16px auto 32px auto;
}
#logo a img {
  vertical-align: top;
}*/
#logo {
	font-size: 250%;
	font-weight: bold;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	margin: 16px auto 32px auto;
}
#logo a {
	text-decoration: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#logo a:hover {
	font-weight: normal;
}
/*@media screen and (max-width:768px) {
	header h1 {
		padding: 0 0 0 10px;
	}
}*/
/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
/*@media print, screen and (min-width:769px) {*/
nav.gnav:after {
  content: '';
  display: block;
  clear: both;
}
nav.gnav {
  width: 100%;
  background: #fff;
}
/* 共通 */
nav.gnav ul {
  margin: 0 auto;
  padding: 0;
  width: 980px;
}
nav.gnav ul li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.gnav ul li a {
  display: block;
  color: #630;
  font-size: 100%;
  text-decoration: none;
  padding-bottom: 16px;
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
}
nav.gnav ul li a img {
  width: 40px;
}
nav.gnav ul li:hover > a {
  color: #f39800;
}
/* 1段目 */
nav.gnav > ul {
	-webkit-align-items: baseline;
	align-items: baseline;
}
nav.gnav > ul > li {
  position: relative;
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  /*line-height: 70px;*/
}
nav.gnav > ul > li.subnav a {
  padding-right: 20px;
}
nav.gnav > ul > li.subnav > a:after {
  position: absolute;
  content: "";
  bottom: 20px;
  width: 0;
  height: 0;
  margin-top: -2.5px;
  margin-left: 10px;
  border: 5px solid transparent;
  border-top-color: #f39800;
}
nav.gnav > ul > li:last-child {
	text-align: left;
	font-size: 112.5%;
	padding-left: 20px;
}
/* 2段目 */
nav.gnav ul li ul {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
nav.gnav ul li ul li {
  overflow: hidden;
  height: 0;
  color: #fff;
  transition: .2s;
}
nav.gnav ul li ul li a {
  padding: 0 15px;
  text-align: left;
  background: #fff;
  font-weight: 700;
}
nav.gnav ul li ul li a:hover {
  background: #f39800;
  color: #fff;
}
nav.gnav ul li:hover > ul > li {
  overflow: visible;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #555;
}
nav.gnav ul li:hover ul li:last-child {
  border-bottom: none;
}
nav.gnav > ul > li:last-child > ul {
  left: -60px;
}
nav.gnav ul li ul li ul:before {
  position: absolute;
  content: "";
  top: 17.5px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
}
nav.gnav > ul > li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 17.5px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #fff;
}
/* 3段目 */
nav.gnav ul li ul li ul {
  top: 0;
  left: 100%;
}
nav.gnav ul li ul li ul li {
  width: 100%;
}
nav.gnav ul li ul li:hover > ul > li {
  border-bottom: 1px solid #555;
}
nav.gnav > ul > li:last-child > ul li ul {
  left: -100%;
}
nav.gnav ul li ul li ul li a {
  background: #444;
}
nav.gnav ul li ul li ul li a:hover {
  background: #666;
}
/* 3段目 */
#spMenu {
  display: none;
}
/*}*/
/* タブレット・スマートフォン用 */
/*@media screen and (max-width:768px) {
	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #333;
		background: #000;
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		background: #000;
	}
	nav.gnav li a:hover {
		color: #fff;
		background: #222;
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}

	nav.gnav .subnav > a:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #f1f1f1;
	}
	nav.gnav .subnav > a:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #000;
	}
	nav.gnav .subnav a:hover:after {
		background: #222;
	}
	nav.gnav .subnav.active > a:before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a:after {
		margin-top: 5px;
	}

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #333;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -6px;
	}
	#navBtnIcon:after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
}*/
/*================================================
 *  パンくず
 ================================================*/
.breadcrumb {
  margin: 0 auto;
  padding: 16px 0;
  text-align: right;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 81.3%;
  font-weight: 900;
}
.breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  padding: 0 3px;
  color: #9a6734;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  text-decoration: none;
  color: #630;
  margin-right: 24px;
  font-weight: 500;
}
.breadcrumb li:first-child a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  color: #9a6734;
  margin-right: 8px;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/*================================================
 *  フッター
 ================================================*/
footer {
  clear: both;
  background: #ffb21a;
}
.fnav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: censpace-betweenter;
  justify-content: space-between;
  padding: 20px 0;
}
.fnav > ul {
  width: 19%;
  margin-bottom: 0;
  font-size: 93.8%;
}
.fnav > ul li {
  text-align: left;
  list-style-type: none;
  margin: 0;
}
.fnav > ul li a {
  display: inline-block;
  width: 100%;
  color: #630;
  font-weight: 500;
}
.fnav > ul li a:hover {
  font-weight: 600;
}
.fnav .subnav span {
  font-weight: 900;
  margin-bottom: 8px;
  display: block;
}
.copyright {
  padding: 20px 0;
  color: #fff;
  font-size: 75%;
  text-align: center;
  background: #f39800;
}
/*@media screen and (max-width:767px) {
	footer {
		margin-top: 40px;
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}*/
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
.totop a {
  display: block;
  text-decoration: none;
}
.totop img {
  background: #d36015;
}
.totop img:hover {
  background: #d36015;
}
/*================================================
 *  メインイメージ
 ================================================*/
.main_image {
  width: 100%;
  /*border-top: 10px dashed rgba(211, 96, 21, 0.5);*/
  background: url("../images/back.jpg") repeat;
  padding-top: 32px;
}
.main_image img {
  display: block;
  width: 1366px;
  margin: 0 auto;
}
.top_lead {
	background: url("../images/back2.png") no-repeat center center;
}
/*================================================
 *  プライバシーポリシー
 ================================================*/
#pp h3 {
  font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 175%;
  font-weight: 900;
}
#pp .inner {
  margin-bottom: 60px;
}
/*================================================
 *  会社案内
 ================================================*/
#greeting img {
	width: 300px;
	height: auto;
	margin: 16px auto;
}
/*================================================
 *  スライドショー
 ================================================*/
/*.slide {
	padding-top: 50px;
	overflow: hidden;
	position: relative;
}
.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}*/
/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
/*@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}

	footer {
		width: 100%;
	}

	.lock {
		overflow: hidden;
	}
}*/