/* section-message */
.section-message .message {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.section-message .message-texts {
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(65% - 5em);
}
.section-message .message-texts-stdtext {
  margin: 1em 0;
}
.section-message .message-texts-name {
  font-size: 150%;
  font-weight: bold;
  margin: 1em 0;
  text-align: right;
}
.section-message .message-texts-name2 {
  font-size: 80%;
  margin: -2em 0;
  text-align: right;
}
.section-message .message-image {
  flex-grow: 0;
  flex-shrink: 0;
  width: 50%;
}
.section-message .message-image-inner {
  width: 100%;
  padding-top: calc(100% / 4 * 3);
  position: relative;
}
.section-message .message-image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media(max-width: 750px) {
  .section-message .message {
    flex-direction: column-reverse;
  }
  .section-message .message-texts {
    width: 100%;
    font-size: 0.85em;
  }
  .section-message .message-texts2 {
    width: 100%;
    font-size: 0.85em;
  }
  .section-message .message-texts-name {
    font-size: 125%;
  }
  .section-message .message-image {
    width: 100%;
  }
  .section-message .message-image-inner {
    padding-top: calc(100% / 16 * 9);
  }
}
/* section-contents-a */
.section-contents-a .contents {
  margin: 5em 0 0 0;
}
@media(max-width: 750px) {
  .section-contents-a .contents {
    margin: 2em 0;
  }
}
.section-contents-a .contents-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.section-contents-a .contents-item:not(:last-of-type) {
  margin-bottom: 7em;
}
.section-contents-a .contents-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.section-contents-a .contents-img {
  width: 35%;
  flex-grow: 0;
  flex-shrink: 0;
}
.section-contents-a .contents-img-inner {
  width: 100%;
  padding-top: calc(100% / 4 * 3);
  position: relative;
}
.section-contents-a .contents-img-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contents-a .contents-main {
  width: calc(65% - 2.5em);
  flex-grow: 0;
  flex-shrink: 0;
}
.section-contents-a .contents-title {
  font-size: 125%;
  line-height: 125%;
  vertical-align: center;
  padding: 8px;
  color: #601986;
  border: solid 2px #601986; /* 内側の線になる5pxの線をひく */
  margin: 4px; /* 外側の線の場所を確保する */
  position: relative; /* 外側の線の場所を調整する時の基準点になるようにする    */
  border-radius: 15px;
}
.section-contents-a .contents--lifeSupport .contents-title {
  border-bottom: 2px solid #e29f00;
  color: #e29f00;
}

.section-contents-a .contents-texts {
  /*margin: 1em 0;*/
	margin-left: 1.5em;
}
@media(max-width: 750px) {
  .section-contents-a .contents-item {
    flex-direction: column !important;
  }
  .section-contents-a .contents-item:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .section-contents-a .contents-img {
    width: 100%;
  }
  .section-contents-a .contents-img-inner {
    padding-top: calc(100% / 16 * 9);
  }
  .section-contents-a .contents-main {
    width: 100%;
  }
  .section-contents-a .contents-title {
    margin-top: 0.5em;
    font-size: calc(175% * 0.7);
  }
  .section-contents-a .contents-texts {
    font-size: 0.85em;
  }
}
/* section-contents-b */
.section-contents-b .contents {
  margin: 7em 0;
}
@media(max-width: 750px) {
  .section-contents-b .contents {
    margin: 2em 0;
  }
}
.section-contents-b .tiles {
  margin: 3em 0 3em;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.section-contents-b .tiles-item {
  width: calc(100% / 2 - 1px);
  margin: 0;
}
.section-contents-b .tiles-inner {
  padding: 2em 2em 5em;
  position: relative;
  background-color: #FAFAFA;
  transition: all 0.3s;
}
.section-contents-b .tiles-item:nth-of-type(4n + 2) .tiles-inner, .section-contents-b .tiles-item:nth-of-type(4n + 3) .tiles-inner {
  background-color: #F0F0F0;
}
.section-contents-b .tiles-img {
  width: 100%;
  padding-top: calc(100% / 16 * 9);
  position: relative;
}
.section-contents-b .tiles-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-contents-b .tiles-title {
  text-align: center;
  font-size: 125%;
  margin: 1em 0;
  line-height: 125%;
}
.section-contents-b .tiles-title-item {
  display: block;
}
.section-contents-b .tiles-title .tiles-title-item-sub {
  font-size: 75%;
}
@media(max-width: 860px) {
  .section-contents-b .tiles-item {
    width: 100%;
  }
  .section-contents-b .tiles-inner {
    padding: 0 0 2em;
  }
  .section-contents-b .tiles-item:nth-of-type(2n) .tiles-inner {
    background-color: #F0F0F0;
  }
  .section-contents-b .tiles-item:nth-of-type(2n + 1) .tiles-inner {
    background-color: #FAFAFA;
  }
  .section-contents-b .tiles-title {
    font-size: calc(150% * 0.9);
    margin: 1em 0;
  }
  .section-contents-b .tiles-text {
    font-size: 0.85em;
  }
}
/* section-profile */
.section-profile table th {
  width: 25%;
  text-align: center;
	background-color:#CAE7F5;
}
.section-profile table th, .section-profile table td {
  border-collapse: collapwse;
  border: 1px solid #666;
  padding: 0.5em 5em;
}
@media(max-width: 1050px) {
  .section-profile table th, .section-profile table td {
    padding: 0.5em;
  }
}
@media(max-width: 750px) {
  .section-profile .profile-table {
    font-size: 0.9em;
  }
  .section-profile .profile-table th, .section-profile .profile-table td {
    padding: 1em 0.5em;
  }
  .section-profile .profile-table th {
    width: 6.5em;
  }
}
/* section-history */
.section-history .history-table th {
  width: 25%;
}
@media(max-width: 750px) {
  .section-history .history-table {
    font-size: 0.9em;
  }
  .section-history .history-table th, .section-history .history-table td {
    padding: 1em 0.5em;
  }
  .section-history .history-table th {
    width: 4.5em;
  }
}
/* table2 */
table2 {
  table-layout: fixed;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  width: 100%;
  margin: 2em auto;
}
table2 th, table2 td {
  border-bottom: 10px solid #666;
  padding: 0.5em 1em;
}
/* table3 */
table.table3 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  border-style: none;
}
table.table3 td {
  padding: 5px;
  border-style: none;
  text-align: center;
}
.size2 {
  margin: 1em auto;
  width: 100%;
  ;
}
@media screen and (max-width: 750px) {
  .table3 {
    width: 100%;
  }
  .table3 th, .table3 td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 1em 0.5em;
  }
}
/* section-access */
.section-access .access-map {
  width: 100%;
  padding-top: 500px;
  position: relative;
}
.section-access .access-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* section-timetable */
.section-timetable table th {
  width: 25%;
}
.section-timetable table th, .section-timetable table td {
  border-collapse: collapwse;
  border: 1px solid #666;
  padding: 0.5em 2em;
}
.message-ceo {
  width: 11em;
  display: block;
  margin: 0 0 0 auto;
}
.operatingCompanyContent {
  display: flex;
  margin-right: auto;
  justify-content: center;
  align-items: center;
}
@media(max-width: 1050px) {
  .operatingCompanyContent {
    display: block;
  }
}
.message-texts-stdtext-operatingCompanyContent {
  margin-left: 5em;
}
@media(max-width: 1050px) {
  .message-texts-stdtext-operatingCompanyContent {
    margin-left: 0;
    margin-top: 2em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width: 1050px) {
  .message-image-operatingCompany {
    text-align: center;
  }
}
.message-texts-stdtext-operatingCompanyContent span {
  font-weight: bold;
  font-size: 1.2em;
}
.operatingCompanyLink {
  text-decoration: underline;
}
.operatingCompanyLink:hover {
  text-decoration: none;
}
@media(max-width: 1050px) {
 .message-image-operatingCompany"{
text-align: center;
}
}
.midashi{
	text-align: left;}
.purple{
	color:#601986;
}
.cha{
	color:#e29f00;
}

.section-contents-life .contents-title-life{
    font-size: 125%;
    line-height: 125%;
    vertical-align: center;
    padding: 8px;
    color:  #e29f00;
    border: solid 2px #e29f00;
    margin: 15px;
    position: relative;
    border-radius: 15px;
}
.contents-title-life{color:#e29f00
}
.section-contents-a .contents-title {
    font-size: 125%;
    line-height: 125%;
    vertical-align: center;
    padding: 8px;
    color: #601986;
    border: solid 2px #601986;
    margin: 4px;
    position: relative;
    border-radius: 15px;
}
/*リーフレットと同じ見出しのデザイン*/
.heading-location {
  position: relative;
	font-family:Arial, Helvetica, "sans-serif";
  font-size: 40px;
  color: #c9a063;/*うすい色*/
}
.heading-location span {
  position: relative;
  z-index: 2;
}
.heading-location::before {
  content: '';
  position: absolute;
  bottom: 20px;/*ボーダーの位置*/
  left: 0;
  width: 100%;
  height: 5px;
  background-image: repeating-linear-gradient(-45deg, #c9a063 0px, #c9a063 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 2px 2px;
  z-index: 1;
}
/*右端のカタカナ部分*/
.heading-location::after {
	font-family: 宋体, Arial, Helvetica, sans-serif;
  content: attr(data-en);
  position: absolute;
  /*コレ left: 0;*/
  right: 0; /*コレ*/
  /* top: 0;コレ*/
  bottom: 0; /*コレ*/
  margin: auto; /*コレ*/
   padding-bottom: 18px;
  font-size: 25px;
	color:  #7f4f21;
  z-index: 2;
}
.heading-location span {
  color: #7f4f21;
}
.big {
  font-size: 55px;
 
}
.big {
  font-size: 55px;
  
}
.small {
  font-size: 55px;
  color: #7f4f21;
}
/*リーフレットと同じ見出しのデザインend*/
.title{
	font-size: 210%;
color: #A2800A;
}
.midashi-ss-a{
	color:#7f4f21;margin-bottom: 50px; font-weight: bold; font-size:140%;
}


    
    .box {
    　display: flex;
    　align-items: flex-start;
    　justify-content: flex-start;
    }
/*見出し-日本語と英語MIX*/
.heading10 {
	position: relative;
	padding-top: 30px;
	font-size: 26px;
	border-bottom: 2px solid #c9a063;
}

.heading10 span {
	position: relative;
	z-index: 2;
	color: #7f4f21;
	font-size:110%;
	margin-bottom: 20px;
}

.heading10::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(5,62,98,0.2);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
}
/*山の手ラインの画像*/
.images_imageWrapper-location.images_imageWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}