@charset "UTF-8";



/*共通
---------------------------------------------------------*/
.cp_box {
	margin-bottom: 170px;
}
/*タイトル*/
.cp_index {
	position: relative;
	display: inline-block;
	font-size: min(1.8vw,131%);
	letter-spacing: .15em;
	line-height: 1.4;
	padding-right: 1.2em;
	white-space: nowrap;
	margin-bottom: 2em;
}
.cp_index::before {
	position: absolute;
	content: "";
	background-color: #808080;
	width: 1px;
	height: 1.5em;
	right: 0;
	top: 0;
	transform: rotate(30deg);
}
/*table*/
table {
	width: 100%;
	line-height: 1.5;
}
table th,
table td {
	box-sizing: border-box;
}
table th {
	width: 22%;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 0;
}
table td {
	width: 78%;
}

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.cp_box.col2 {
	display: flex;
	justify-content: space-between;
}
.cp_box.col2 .content {
	width: 75%;
	max-width: 890px;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.cp_box {
	margin-bottom: 15%;
}
/*タイトル*/
.cp_index {
	font-size: 110%;
	letter-spacing: .1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.cp_box {
	margin-bottom: 17%;
}
/*タイトル*/
.cp_index {
	font-size: 105%;
	letter-spacing: .1em;
	margin-bottom: 1.8em;
}


}


/*ご挨拶
---------------------------------------------------------*/
.dir_flex .dir_img {
	max-width: 450px;
}
.dir_flex dl dt {
	font-size: min(3.6vw,275%);
	letter-spacing: .08em;
	line-height: 1.6;
	margin-bottom: .5em;
}
.dir_flex dl dd {
	font-size: 118%;
	line-height: 2.3;
}
.dir_flex dl dd.name {
	text-align: right;
	margin-top: 1em;
}
.dir_flex dl dd.name span {
	font-size: 78%;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.dir_flex {
	display: flex;
	justify-content: space-between;
}
.dir_flex .dir_img {
	width: 36%;
}
.dir_flex dl {
	width: 59%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.dir_flex dl dd {
	font-size: 110%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dir_flex .dir_img {
	width: 70%;
	margin: 0 auto 6%;
}
.dir_flex dl dt {
	font-size: 140%;
	margin-bottom: .5em;
}
.dir_flex dl dd {
	font-size: 105%;
	line-height: 2;
}
}

/*概要
---------------------------------------------------------*/
/*tbl_co*/
.tbl_co {
	border-collapse: collapse;
	border-top: 1px solid rgba(128,128,128,0.3);
}
.tbl_co tr {
	border-bottom: 1px solid rgba(128,128,128,0.3);
}
.tbl_co th {
	background-color: rgba(128,128,128,0.05);
}
.tbl_co th,
.tbl_co td {
	padding: 1.6em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_co {
	font-size: 90%;
}
.tbl_co th,
.tbl_co td {
	padding: 1em 1.2em;
}
.tbl_co th {
	width: 30%;
}
.tbl_co td {
	width: 70%;
}
}

/*沿革
---------------------------------------------------------*/
.tbl_hx {
	font-size: 118%;
}
.tbl_hx th {
	position: relative;
	font-family: "aw-conqueror-didot", serif;
    font-weight: 300;
    font-style: normal;
	font-size: 190%;
	letter-spacing: .02em;
	line-height: 1.4;
	padding-left: 1em;
}
.tbl_hx th::before {
	position: absolute;
	content: "";
	background-color: rgba(26,26,26,0.5);
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
}
.tbl_hx tr:first-of-type th::before {
	height: calc(100% - .7em);
	top: .7em;
}
.tbl_hx tr:last-of-type th::before {
	height: .7em;
}
.tbl_hx th::after {
	position: absolute;
	content: "";
	background-color: #1a1a1a;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	left: -3px;
	top: .7em;
}
.tbl_hx td {
	padding: .6em 0 2em 0;
}
.tbl_hx td dl {
	display: flex;
	flex-wrap: wrap;
}
.tbl_hx td dl dt,
.tbl_hx td dl dd {
	margin-bottom: 2.2rem;
}
.tbl_hx td dl dt:last-of-type,
.tbl_hx td dl dd:last-of-type {
	margin-bottom: 0;
}
.tbl_hx td dl dt {
	width: 3em;
	font-family: "aw-conqueror-didot", serif;
    font-weight: 300;
    font-style: normal;
	font-size: 126%;
	letter-spacing: .02em;
	line-height: 1.2;
}
.tbl_hx td dl dd {
	width: calc(100% - 3.8em);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.tbl_hx {
	font-size: 105%;
}
.tbl_hx th {
	font-size: 160%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.tbl_hx {
	font-size: 95%;
}
.tbl_hx th {
	width: 25%;
	font-size: 130%;
}
.tbl_hx td {
	width: 75%;
	padding-top: .4em;
	padding-bottom: 1.5em;
}
.tbl_hx td dl dt,
.tbl_hx td dl dd {
	margin-bottom: 1rem;
}
.tbl_hx td dl dt {
	width: 2.5em;
	font-size: 110%;
}
.tbl_hx td dl dd {
	width: calc(100% - 3.2em);
}
}

/*アクセス
---------------------------------------------------------*/
.cp_box .map_sub {
	margin-top: 1em;
}
.cp_box address {
	margin-right: 1em;
}
.cp_box address span {
	display: inline-block;
}
.map_link {
	text-align: right;
}
.map_link a {
	position: relative;
	display: inline-block;
	font-size: 106%;
	letter-spacing: .02em;
	line-height: 1.3;
	white-space: nowrap;
	padding: 0 1em .8em .6em;
	border-bottom: 1px solid #808080;
}
.map_link a::before {
	font-family: 'fontello';
	content: '\e803';
	font-size: 130%;
	margin-right: .3em;
}
.map_link a::after {
	position: absolute;
	content: "";
	background-color: #808080;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all .4s;
}
.map_link a:hover {
	color: #004f4b;
}
.map_link a:hover::after {
	bottom: 0.3em;
	opacity: 0.6;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px)  {
.cp_box .map_sub {
	display: flex;
	justify-content: space-between;
}
.cp_box .map_sub dl {
	display: flex;
}
.cp_box .map_sub dl dt {
	white-space: nowrap;
	margin-right: 1em;
}

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.cp_box iframe {
	height: 450px;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.cp_box iframe {
	height: 70vw;
}
.cp_box .map_sub {
	margin-top: .6em;
}
.cp_box .map_link {
	text-align: center;
	margin-top: 1em;
}
}

/*
---------------------------------------------------------*/
.bnr_box {
	width: 60%;
	max-width: 417px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.bnr_box {
	width: 80%;
	margin: 0 auto;
}

}