@charset "utf-8";
/*================================================
 CSS Ver.3.00
=================================================*/

/*------------------------------------------------
	Setting
-------------------------------------------------*/

/*
	font-family: "Noto Sans JP", sans-serif;
	font-family: "Noto Serif JP", serif;
*/

/*
	#c1986c
	#e7bd8f
*/



body {
	color: #333333;
	background-color: #c1986c;
	font-size: 16px;
	line-height: 1.4em;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	border: none;
	background-size: auto;
}


.pc {
}

.smp {
	display: none;
}

@media (max-width: 768px) {
.pc {
	display: none;
}

.smp {
	display: block;
}
}
	
	
/*------------------------------------------------
	ナビ
-------------------------------------------------*/

header {
	font-family: "Noto Serif JP", serif;
	width: 100%;
	background: #c1986c;
	padding: 0px 5px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	box-sizing: border-box;
	align-items: center;
	display: flex;
	border-top: 1px solid #e7bd8f;
	border-bottom: 1px solid #e7bd8f;
}

@media (max-width: 768px) {
header {
	width: 100%;
	background: rgba(255,255,255,0);
	padding: 5px 5px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	box-sizing: border-box;
	align-items: center;
	display: flex;
	border-bottom: none;
}
}

header h1 {
	width: 200px;
}

@media (max-width: 768px) {
header h1 {
	width: 160px;
}
}

header h2 {
	width: 80px;
}

header nav {
	margin-left: auto;
}

header ul {
	display: flex;
}

@media (max-width: 768px) {
header ul {
	display: block;
}
}

header li {
	font-size: 1.0em;
	margin-left: 1.5em;
	
}

@media (max-width: 768px) {
header li {
	font-size: 1.0em;
	margin-left: 1.0em;
	
}
}


#sp-menu__check:checked ~ .sp-menu__content {
	left: 0;
}

.sp-menu a {
	color: #FFFFFF!important;
}

.sp-menu a:hover {
	color: #FFFFFF;
}

.sp-menu__content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 110000;
	background-color: #C1986C;
	transition: all 0.5s;
}

.sp-menu__box {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 120000;
	background: #C1986C;
}

.sp-menu__box span,
.sp-menu__box span:before,
.sp-menu__box span:after {
	content: "";
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #ffffff;
	position: absolute;
}

.sp-menu__box span:before {
	bottom: 8px;
}

.sp-menu__box span:after {
	top: 8px;
}

#sp-menu__check {
	display: none;
}

#sp-menu__check:checked ~ .sp-menu__box span {
	background: rgba(255, 255, 255, 0);
}

#sp-menu__check:checked ~ .sp-menu__box span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#sp-menu__check:checked ~ .sp-menu__box span::after {
	top: 0;
	transform: rotate(-45deg);
}

.sp-menu__list {
	padding: 70px 10px 0;
}

.sp-menu__item {
	padding-bottom: 0.5em;
}

.sp-menu__link {
	display: block;
	width: 100%;
	font-size: 1.5em;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
}



/*------------------------------------------------
	Top Image
-------------------------------------------------*/

#topimage {

	border-top: 1px solid #e7bd8f;
	border-bottom: 1px solid #e7bd8f;
	background-position: center bottom;
	background-size: cover;
	background-color: #ffffff;
	background-image: url("../image_common/topimage.jpg");
}

@media (max-width: 768px) {
#topimage {
	background-size: 100%;
	background-image: url("../image_common/topimage_smp.jpg");
}
}

.topi {
	width: 25%;
	max-width: 640px;
	min-width: 360px;
	margin: 0 auto;
	padding: 170px 0 100px 0;
	text-align: center;
}

@media (max-width: 768px) {
.topi {
	width: 10%!important;
		padding: 140px 0 140px 0;
}
}


/*------------------------------------------------
	Contents
-------------------------------------------------*/

.sec_space {
	padding-top: 8.0em!important;
}

@media (max-width: 768px) {
.sec_space {
	padding-top: 70px!important;
}
}

section {
	width: 100%;
	padding-top: 0px;
	padding-left: 1.0em;
}

@media (max-width: 768px) {
section {
	padding-top: 0;
}
}


.box_wrap {
	border-bottom: 1px solid #e7bd8f;
	border-left: 1px solid #e7bd8f;
	padding-bottom: 2.0em;
}

.box {
	width: 100%;
	padding: 3.0em 2.0em 0 1.5em;
}

@media (max-width: 768px) {
.box {
	padding: 1.0em 1.0em 0 1.0em;
}
}

.box h1 {
	color: #c1986c;
	font-size: 2.0em;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	margin-bottom: 0.1em;
	padding-bottom: 0.4em;
	border-bottom: 2px solid #c1986c;
	text-align: center;
}

@media (max-width: 768px) {
.box h1 {
	font-size: 1.5em;
	padding-bottom: 0.2em;
	border-bottom: 2px solid #c1986c;
}
}

.box h2 {
	color: #c1986c;
	font-size: 1.2em;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c1986c;
	margin-bottom: 0.5em;
}

@media (max-width: 768px) {
.box h2 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
}

.border_box {
	width: 100%;
	padding: 0.5em;
	background-color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #c1986c;
}

.navi_sub {
	display: flex;
	gap: 0.8em;
	justify-content: flex-end;
}

.navi_sub li {
	color: #c1986c;
	font-family: "Noto Serif JP", serif;
	font-size: 1.4em;
}

@media (max-width: 768px) {
.navi_sub li {
	font-size: 1.0em;
}
}

.list_link {
	padding-bottom: 0.5em;
}



.flex_box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1.0em;
	padding: 0 1.0em;
}

@media (max-width: 768px) {
.flex_box{
	flex-direction: column;
	gap: 0.3em;
}
}

.flex_box2 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1.0em;
}

@media (max-width: 768px) {
.flex_box2 {
	flex-direction: column;
	gap: 0.3em;
}
}

.flex_box2 div {
	flex: 1;
}

.flex_box3 {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	gap: 1.0em;
}

@media (max-width: 768px) {
.flex_box3 {
	flex-direction: column;
	gap: 0.3em;
}
}

.flex_box3 div {
	flex: 1;
}

.flex_basis20 {
	width: 20%;
}

.flex_basis40 {
	width: 40%;
}

.flex_basis80 {
	width: 80%;
}

@media (max-width: 768px) {
.flex_basis20, .flex_basis40, .flex_basis80 {
	width: 100%;
}
}

.order1 { order: 1; }
.order2 { order: 2; }
.order3 { order: 3; }
.order4 { order: 4; }
.order5 { order: 5; }
.order6 { order: 6; }

@media (max-width: 768px) {
.order2 { order: 1; }
.order3 { order: 2; }
.order4 { order: 3; }
.order5 { order: 4; }
.order6 { order: 5; }
.order1 { order: 6; }
}


.border_bottom {
	border-bottom: 1px solid #FFFFFF;
}

.middle_image {
	height: 30vh;
	border-left: 1px solid #e7bd8f;
	border-bottom: 1px solid #e7bd8f;
	padding-bottom: 2.0em;
	background-image: url("../image_common/middleimage.jpg") ;
	display: grid;
	place-items: center;
	background-position: right;
	background-size: cover;
}

.bottom_image {
	height: 50vh;
	border-left: 1px solid #e7bd8f;
	padding-bottom: 2.0em;
	background-image: url("../image_common/topimage.jpg") ;
	display: grid;
	place-items: center;
	background-position: center;
	background-size: cover;
}


.table_01 {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

.table_01 th, .table_01 td {
	padding: 1.0em;
	vertical-align: middle;
}

.table_01 th {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	background-color: #c1986c;
	width: 12.0em;
}

@media (max-width: 768px) {
.table_01 th {
	font-size: 0.8em;
	line-height: 1.0em;
	width: 6.0em;
}
}

.table_01 td {
	background-color: #faf6f1;
}

@media (max-width: 768px) {
.table_01 td {
	font-size: 0.8em;
	line-height: 1.2em;
}
}


.table_02 {
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}

.table_02 th, .table_01 td {
	padding: 1.0em;
	vertical-align: middle;
}

.table_02 th {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	position: relative;
	background-color: #c1986c;
	width: 12.0em;
}

@media (max-width: 768px) {
.table_02 th {
	font-size: 0.8em;
	line-height: 1.0em;
	width: 6.0em;
}
}

.table_02 td {
	background-color: #faf6f1;
}

@media (max-width: 768px) {
.table_02 td {
	font-size: 0.8em;
	line-height: 1.2em;
}
}


.video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  margin: 0 auto;
}

.video iframe {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


/*------------------------------------------------
	Footer
-------------------------------------------------*/

footer {
	color: #FFFFFF;
	background-color: #c1986c;
	text-align: center;	
	padding: 0.3em 0;
	border-top: 1px solid #e7bd8f;
}


/*------------------------------------------------
	BG
-------------------------------------------------*/

.bg_01 {
	background-color: #FFFFFF;
}

.dot_01 {
	background-image: url("../image_common/dot_01.png");
	background-attachment: fixed;
}


/*------------------------------------------------
	Fonts
-------------------------------------------------*/

.font_s {
	font-size: 0.8em;
}

.font_l {
	font-size: 1.3em;
}

.bold {
	font-weight: bold;
}

.color_red {
	color: #D60000;
	font-weight: bold;
}

.tnr {
	font-family: "Times New Roman", serif;
}

small {
	font-size: 0.8em;
}


/*------------------------------------------------
	Float
-------------------------------------------------*/

.float_l50 {
	width: 50%;
	padding: 0 1.5em 0 0;
	float: left;
}

.float_r50 {
	width: 50%;
	padding: 0 0 0 1.5em;
	float: right;
}


/*------------------------------------------------
	Space
-------------------------------------------------*/

.padding_l5 {
	padding-left: 0.5em;
}

.padding_r2 {
	padding-right: 0.2em;
}

.padding_r5 {
	padding-right: 0.5em;
}

.margin_5 {
	margin-bottom: 0.5em!important;
}

.margin_10 {
	margin-bottom: 1.0em!important;
}

.padding_5 {
	padding-bottom: 0.5em;
}

.padding_10 {
	padding-bottom: 1.0em;
}

.center {
	text-align: center;
}

.formsp {
	height: 1200px;
}

@media (max-width: 768px) {
.formsp {
	height: 1500px;
}
}

.box_form {
	width: 100%;
	padding: 1.0em 0.2em 0 0.2em;
}

/*------------------------------------------------
	Link
-------------------------------------------------*/

a {
	color: #FFFFFF;
	text-decoration: none;
	transition: color 0.2s;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFF8E1;
}

a:active {
	color: #FFF8E1;
}

.navi_sub a {
	color: #c1986c;
	text-decoration: none;
	transition: color 0.2s;
}

.navi_sub a:visited {
	color: #c1986c;
}

.navi_sub a:hover {
	color: #e7bd8f;
}

.navi_sub a:active {
	color: #e7bd8f;
}

