/*
Theme Name: SEKAIA
Theme URI: https://www.sekaia.co.jp/
Description: SEKAIAのテーマ
Version: 1.0.0
Author: sh-ueda
*/

.c-btn-submit.\--color-gray { background-color: #aebdc6; }
.contact-overlay-menu>.individual:after { color: #fff; }
.contact-overlay-menu>a:after { right: 8px; font-size: 14px; }

.c-oshirase {
    text-align: center;
    font-weight: bold;
    border: solid 2px #ff1717;
    padding: 20px 10px;
    width: 90vw;
    margin: 0 auto 60px;
    max-width: 900px;
}
.c-oshirase__link {
	display: inline-block;
   margin-top: 30px;
   color: #1663d8;
   text-decoration: underline;
}
.c-oshirase__link:hover { color: #1663d8; }

.panphlet_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}
.panphlet_box {
	text-align:center;
	margin-bottom:50px;
}
.panphlet_box h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	line-height:140%;
}
.panphlet_box h3 span {
	font-size:13px;
	font-weight:normal;
}
.panphlet_box img {
	border: solid 1px #333;
	max-width:210px;
	margin-bottom:10px;
}

.panphlet_grid2 {
	display: grid;
	grid-template-columns: 1fr 1fr ;
	grid-gap: 10px;
}

.panphlet_grid2 .panphlet_box img {
	max-width:300px;
}
.banner_grid {
	display: grid;
	grid-template-columns: 1fr 1fr ;
	grid-gap: 10px;
	margin:30px;
}
.banner_grid img {
	border: solid 1px #ccc;
	width:100%;
	max-width:600px;
	height:auto;
}
.banner_box {
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
}
.banner_box img {
	width: 100%;
	max-width: 600px;
	height: auto;
}
.icc.table_normal tr {
	vertical-align: middle !important;
}
.icc.table_normal td {
	padding: 10px !important;
}
.icc.table_normal ul {
	margin-left: 1em !important;
}
.icc.table_normal ol {
	margin-left: 1em !important;
}
.icc.table_normal ol li {
	list-style:decimal;
}
.icc.update {
	text-align:right;
	font-size:.8em;
	margin:5px auto 20px;
}


@media screen and (min-width:768px) {
	.l-container { padding: 0 20px; }
}

@media screen and (max-width:767px){
	.panphlet_grid {
	grid-template-columns: 1fr;
}
.panphlet_grid2 {
	grid-template-columns: 1fr ;
}
	.banner_grid {
	grid-template-columns: 1fr ;
}
}

/* modal
-----------------------------------------------*/
.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    max-width: 800px;
	 min-width:400px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 10px 50px;
    margin: 0px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}
.onetime_popup_title:before,
.onetime_popup_title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #000;
    content: "";
}
.onetime_popup_title:before {
    transform: rotate(45deg);
}
.onetime_popup_title:after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 5px 20px 20px;
    text-align: center;
}


/* table
-----------------------------------------------*/
.wrap_scroll_table,.scroll_table {
	width: 100%;
}
.wrap_scroll_table {
	margin: 0px auto 50px;
}	
.wrap_scroll_table h4 {
	margin-bottom: 10px;
}
.wrap_scroll_table .scroll_table,
.wrap_scroll_table .scroll_table td,
.wrap_scroll_table .scroll_table th {
  border: 1px solid #cbced2;
  border-collapse: collapse;
}

.wrap_scroll_table .scroll_table thead th {
  background: #173157;
  color: #fff;
  padding: 4px 12px;
	text-align: center;
}
.wrap_scroll_table .scroll_table thead th.minwidth {
	min-width: 280px !important;
}
.wrap_scroll_table .scroll_table tbody th {
  background: #fff;
  padding: 4px 12px;
	text-align: center;
}
.wrap_scroll_table .scroll_table td {
  background: #eee;
  padding: 4px 12px;
	min-width: 100px;
	word-wrap: break-word;
	line-height: 140%;
}
.wrap_scroll_table.regulation .scroll_table td {
  width: 14%;
}

.wrap_scroll_tablec ul {
	margin-left: 2em;
}
.wrap_scroll_table ul li {
	list-style:none;
	line-height: 140%;
	margin-bottom:10px;
}

.header_info {
	background-color: #eee;
	padding: 10px 0px;
	text-align:center;
	margin-bottom: 0px;
	display: block;
}

@media screen and (max-width:767px){
.wrap_scroll_table {
  overflow-x: scroll;
}

.scroll_table {
  margin-top: 10px;
  min-width: 1000px;
  margin: 0 auto;
}
	
	.header_info {
	display: none;
}
}

.covid a:link{
	color: darkblue !important;
}
.covid a:visited{
	color: darkblue !important;
}
.l2-inner {
	padding: 0 10px;
}


.table_base_01 {
	margin: 10px auto;
}
.table_base_01 table {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
.table_base_01 table th {
 padding: 10px;
 background: #B3B3B3;
 border: solid 1px #000;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.table_base_01 table td {
 padding: 10px;
 border: solid 1px #000;
	vertical-align: middle;
}
.table_base_01 ul {
	margin-left: 1em !important;
}
.table_base_01 ul li {
	list-style: disc;
	margin-bottom: 10px;
	line-height: 1.3;
}
.fas.fa-external-link-alt {
	margin-left: .5em;
	color: #B3B3B3;
}


/* news
-----------------------------------------------*/
.s-article-2__content .youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 15px;
}
.s-article-2__content .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.s-article-2__content .w1000 {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
}
.s-article-2__content .w800 {
	width: 100%;
	max-width: 800px;
	margin: 50px auto;
}
.s-article-2__content .w600 {
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
}

.s-article-2__content .w400 {
	width: 100%;
	max-width: 400px;
	margin: 50px auto;
}


.s-article-2__content h2 {
	font-size: 2.6rem;
	background-color: #000;
	color: #fff;
	line-height: 1.5;
	padding: 10px 15px;
	margin: 0 auto 20px;
}
.s-article-2__content h3 {
	font-size: 2.2rem;
	color: #000;
	line-height: 1.5;
	margin: 0 auto 15px;
}
.s-article-2__content h4 {
	font-size: 1.8rem;
	color: #947C55;
	line-height: 1.5;
	margin: 0 auto 8px;
}

.s-article-2__content .pattern01 h2 {
	font-size: 2.6rem;
	background-color: transparent;
	color: #000;
	line-height: 1.5;
	padding: 0px;
	margin: 0 auto 20px;
}
.s-article-2__content .pattern01 h3 {
	font-size: 2.6rem;
	background-color: #000;
	color: #fff;
	line-height: 1.5;
	padding: 10px 15px;
	margin: 0 auto 20px;
}
.s-article-2__content .pattern01 h4 {
	font-size: 2.2rem;
	color: #000;
	line-height: 1.5;
	margin: 0 auto 15px;
}
.s-article-2__content .photo100 img {
	width: 100%;
	height: auto;
}


/* ボタンのスタイル */
.buttonIconText02 {
  display: flex;
  gap: 8px;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 64px;
  padding: 8px 64px 8px 8px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #947C55;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
	margin: 50px auto;
}

.buttonIconText02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {
  flex-shrink: 1;
  width: 100%;
}

@media (any-hover: hover) {
  .buttonIconText02 {
    transition: background-color 0.2s;
  }

  .buttonIconText02_icon {
    transition: transform 0.2s;
  }

  .buttonIconText02:hover {
    background-color: #B5A07E;
	  color: #fff;
	  text-decoration: none;
  }

  .buttonIconText02:hover .buttonIconText02_icon {
    transform: translateX(4px);
  }

  .buttonIconText02:hover .buttonIconText02_icon__left {
    transform: translateX(-4px);
  }
}

/* 左矢印アイコンのスタイル */
.iconArrowLeft {
  rotate: 180deg;
}



@media screen and (max-width:767px){

	
	
}





