


.greetingbox {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
    
.greetingbox.gap0 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
}
    
.greetingbox_pic {
	position: relative;
    grid-column: span 6 / span 6;
}

.greetingbox_name {
    grid-column: span 5 / span 5;
    grid-column-start: 7;
	padding: 24px 0;
	position: relative;
}

.greetingbox_txt {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    grid-row-start: 2;
}

@media screen and (max-width: 640px){
.greetingbox {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
.greetingbox.gap0 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0 16px;
}

.greetingbox_pic {
	position: relative;
    grid-column: span 12 / span 12;
}
.greetingbox_name {
    grid-column: span 11 / span 11;
    grid-column-start: 2;
    grid-row-start: 2;
}
.greetingbox_txt {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    grid-row-start: 3;
}
}

.greetingbox_name h2,
.greetingbox_name h3 {
clear: both;
font-weight: 500;
}

p.greetingbox_name_katagaki {
border-bottom: 1px solid #CCC;
margin-left: -24%;

	position: absolute;
	width: 105%;
	top:24px;
	left: 98%;
}
.greetingbox_name_namebox {
position: absolute;
bottom: 24px;
margin-left: -16%;
}
.greetingbox_name_name {
font-size: 500%;
font-weight: 500;
line-height: 1.2;
}
@media screen and (max-width: 1080px){
.greetingbox_name_name {
font-size: 400%;
}
}


p.greetingbox_name_katagaki_jap {
position: relative;
text-align: right;
}
p.greetingbox_name_katagaki_jap::before {
position: absolute;
    content: "";
    width: calc(100% - 12em);
    height: 1px;
transform: translateY(-50%);
top: 50%;
    background-color: #CCC;
    display: block;
    margin-right: 0;
}

@media screen and (max-width: 640px){
p.greetingbox_name_katagaki {
border-bottom: 1px solid #CCC;
margin-left: 0;

	position: absolute;
	width: calc(100% - 36px);
	top:16px;
	left: 16px;
}
.greetingbox_name_namebox {
clear: both;
display: block;
position: inherit;
bottom: 0;
margin-left: 0;
margin-bottom: 24px;
}
.greetingbox_name h2 {
font-weight: 900;
}
.greetingbox_name_name {
font-size: 38px;
font-weight: 500;
}

p.greetingbox_name_katagaki_jap {
position: relative;
text-align: left;
}
p.greetingbox_name_katagaki_jap::before {
position: inherit;
    display: none;
	padding-left: 1em;
}
}


.flex_access {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_access_txt {
display: block;
width: 48%;
}
.flex_access_pic {
display: block;
width: 48%;
}
.flex_access_map {
display: block;
width: 48%;
}

@media only screen and (max-width: 640px) {
.flex_access {
display: block;
}
.flex_access_txt {
width: auto;
margin-bottom: 20px;
}
.flex_access_pic {
display: block;
width: auto;
margin-bottom: 20px;
}
.flex_access_map {
width: auto;
}
}
.googlemap_access {
position: relative;
display: block;
min-height: calc(100%  - 50px);
height: calc(100%  - 50px);
overflow: hidden;
}
@media screen and (max-width: 640px){
.googlemap_access {
padding-bottom: 100%;
height: 0;
min-height: inherit;
}
}

.googlemap_access iframe {
    position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



table.table_access {
table-layout: auto;
width: 100%;
border: none;
background: none;
margin: 0 0;
padding: 0;
}
table.table_access tr {
margin: 0;
padding: 0;
border: none;
background: none;
}
table.table_access th,
table.table_access td {
margin: 0;
padding: 1em;
border: none;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
background: none;
text-align: left;
    height: 6em;
	vertical-align: middle;
}
table.table_access th {
width: 170px;
font-weight: 700;
border-right: 1px solid #CCC;
padding-left: 0;
}
table.table_access.last {
border-bottom: 1px solid #CCC;
}
table.table_access.last_sp {
border-bottom: 1px solid #CCC;
}

@media only screen and (max-width: 1380px) {
table.table_access th {
padding-right: 0.5em;
}
table.table_access td {
padding-right: 0.5em;
}
table.table_access th {
width: 140px;
}
}
@media only screen and (max-width: 1280px) {
table.table_access th {
width: 140px;
}
}
@media only screen and (max-width: 1080px) {
table.table_access th {
width: 130px;
}
}
@media only screen and (max-width: 980px) {
table.table_access th {
width: 110px;
}
}

table.table_access td {
vertical-align: middle;
}
table.table_access td p {
display: block;
margin: 0;
}

@media only screen and (max-width: 640px) {
table.table_access {
margin: 0 0;
}
table.table_access th,
table.table_access td {
display: block;
padding: 0.25em 1em;
border: none;
border-top: none;
border-bottom: 1px solid #CCC;
background: none;
text-align: left;
    height: auto;
padding-left: 0;
}
table.table_access th {
width: auto;
border-right: none;
border-bottom: 1px dotted #CCC;
}
table.table_access td {
 display: flex;
  flex-direction: column;
width: 100%;
vertical-align: middle;
text-align: left;
align-content: flex-start;
align-items: left;
padding-left: 0;
margin-bottom: 1em;
    height: auto;
	min-height: 4em;
}

table.table_access td p {
display: flex;
vertical-align: middle;
align-content: flex-start;
align-items: center;
margin: auto 0;
}

table.table_access.last_sp {
border: none;
}
}


.box_manager {
display: block;
}




.manager_box_half {
  display: grid;
  gap: 32px;
  grid-template-columns: [m_pic] 50% [m_txt] 1fr;
}

.manager_box_half > .manager_pic {
  grid-column: m_pic;
}

.manager_box_half > .manager_pic .imagecenter00 {
width: 100%;
}

.manager_box_half > .manager_txt {
  grid-column: m_txt;
}


@media screen and (max-width: 640px){
.manager_box_half {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
.manager_box_half > .manager_pic {
  grid-column: 1 / -1;
  margin: 0 auto;
}

.manager_box_half > .manager_txt {
  grid-column: 1 / -1;
}
}







.manager_box {
  display: grid;
  gap: 32px;
  grid-template-columns: [m_pic] 32% [m_txt] 1fr;
}

.manager_box > .manager_pic {
  grid-column: m_pic;
}

.manager_box > .manager_txt {
  grid-column: m_txt;
}


@media screen and (max-width: 640px){
.manager_box {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.manager_box > .manager_pic {
  grid-column: 1 / -1;
  width: 64%;
  margin: 0 auto;
}

.manager_box > .manager_txt {
  grid-column: 1 / -1;
}
}

ul.list_manager_name {
margin: 0;
padding: 0;
margin-bottom: 16px;
}
@media screen and (max-width: 640px){
ul.list_manager_name {
margin-bottom: 8px;
}
}

ul.list_manager_name li {
position: relative;
text-box-trim: trim-both;
list-style: none;
margin: 0;
padding: 0.1em 0;
padding-bottom: 0.05em;
line-height: 1.2;
padding-left: 7px;
font-weight: 700;
border-left: 7px solid #0236df;
background: transparent;
}


ul.list_manager_name li:nth-child(n+2) {
margin-top: 4px;
}


h5.point_title {
    position: relative;
    padding: 0 0;
	padding-left: 14px;
	line-height: 1.0;
  font-weight: 400;
	margin-bottom: 16px;
}
h5.point_title::before {
position: absolute;
	content: "";
	display: block;
	margin: 0;
    padding: 0 0;
    border-left: 7px solid #2589d0;
left: 0;
	width: 1em;
	height: 0.9em;
	letter-spacing: 0;
	line-height: 1.0;
}


.manager_history {
  display: grid;
  gap: 8px 16px;
  grid-template-columns: [year] 9em [cont] 1fr;
  text-box-trim: trim-both;
}

.manager_history > .manager_history_year {
  grid-column: year;
  font-weight: 700;
}

.manager_history > .manager_history_txt {
  grid-column: cont;
}

@media screen and (max-width: 640px){
.manager_history {
  display: grid;
  gap: 4px 4px;
  grid-template-columns: 1fr;
}
.manager_history > .manager_history_year {
  grid-column: 1 / -1;
  border-bottom: 1px dotted #CCC;
  padding: 0;
}

.manager_history > .manager_history_txt {
  grid-column: 1 / -1;
}
}


/************************************
** ボックス
************************************/
.flex_manager {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_manager_txt {
width: calc(100% / 2 - 8px);
display: block;
}
.flex_manager_pic {
width: calc(100% / 2 - 8px);
display: block;
}
.flex_manager_pic.order2 {
order: 2;
}
.flex_manager_pic img {
display: block;
max-width: 100%;
}

@media screen and (max-width: 640px) {
.flex_two {
display: block;
}
.flex_manager_txt,
.flex_manager_pic {
width: auto;
min-height: 286px;
}
.flex_two_box:nth-child(n+2) {
margin-top: 8px;
}
}




dl.flex_pricelist {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #bbb;
}
dl.flex_pricelist dt {
  width: 70%;
  margin: 0;
	border-top: 1px dotted #bbb;
  padding: 0.5em 0;
}
dl.flex_pricelist dd {
  width: 30%;
  margin: 0;
	text-align: right;
	border-top: 1px dotted #bbb;
  padding: 0.5em 0;
}


/************************************
** 沿革
************************************/




.history {
    position: relative;
    margin: 0 auto;
    padding: 0 0;
	padding-left: 8px;
}


.history:before {
    content: "";
    width: 1px;
    height: 100%;
    background: orange;
    position: absolute;
    transform: translateX(-50%);
}

.history .history__item {
    position: relative;
    display: flex;
    padding: 0 0 16px 16px;
}


.history .history__item:before {
    content: "";
    width: 8px;
    height: 8px;
    background: orange;
    position: absolute;
    border-radius: 50%;
    left: 0;
    transform: translateX(-50%);
}

.history .history__item:last-child {
    padding-bottom: 15px;
}

.history .history__item:last-child:after {
    content: "";
    width: 6px;
    height: 6px;
    background: none;
    position: absolute;
    transform: translateX(-50%) rotate(-45deg);
    border-left: 1px solid orange;
    border-bottom: 1px solid orange;
    bottom: 0;
    left: 0;
}

.history .history__inner {
    max-width: inherit;
}

.history .history__text {
    padding-top: 8px;
}