@charset "UTF-8";


@media (max-width:599px){
	:root{
		font-size: 14px;
	}
}
@media (min-width:600px)and(max-width:949px){
	:root{
		font-size: 14px;
	}
}
@media (min-width:950px){
	:root{
		font-size: 16px;
	}
}
@media screen and (orientation: portrait) and (max-width: 400px) {
	/*デバイスが縦長かつ、横幅が400px以下の場合*/
}

@media (min-width:769px){/*スマホ以上*/
div.main-container{
	display: flex;
	flex-flow: column;
	justify-content: center;/*両端揃えで表示*/
	padding: 0 7%;
}
.br{
	display: none;
}
.small-con .fadeDownTrigger{
	display: flex;
	align-items: center;
  justify-content: center;
	font-weight: bold;
	text-align: center;
}
.mainimages .wrapper {
	margin: 0;
}
.mini-headA.index{
	display: none;
}
/*文字色反転
header {
	mix-blend-mode: exclusion;
	background-color: transparent;
}
.headA {
	color: #ffffff;
}
.headA .text {
	text-shadow: none;
}
.headB ul li a {
	color: #ffffff;
}
#top .button{
	background-color: #0b5e91;
}
*/
.headC {
	opacity: 0;/*大きい画面では非表示*/
	pointer-events: none;
	display: none;
}
.title .text {
	display: block;
	text-align: center;
}
.con1 .box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.newslist .main-container {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
footer .main-container{
	display: block!important;
}
.footA{
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	flex-wrap: nowrap;
	align-items: flex-start;
}
nav.footB{
	width: 100%;
}
footer .sub-container{
	display: flex;
	justify-content: space-evenly;
}
.footB div{
	flex: 1;/*1:1の比率で等分割*/
}
.footB a,.footB p{
	font-size: 16px;
}
.footB{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.footB ul {
  padding-top: 10px;
  display: flex;
  gap: 20px 40px;
	justify-content: center;
}
.footB ul li a,.footB ul li p {
	display: block;
	/*text-align: left;*/
	text-align: center;
	/*width: 200px;*/
	width: 180px;
	height: 30px;
	font-size: 16px;
	line-height: 1.5;
}
.footB ul li ul li a {/*layer-2▷*/
	border-bottom: none;
}
.copywright{
	font-size: 12px;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
}
.business-contents img {
	padding: 0 30px 0 0;
	flex: 1;
	width: 50%;
}
.about-office img {
	width: 50%;
	flex:1;
	padding: 0 0 0 30px;
}
}

@media (min-width:1600px)/*(大画面)*/{
.headB nav ul li a {
	padding: 10px 25px;
	font-size: 1.2rem;
}
.mainimages h1 {
	font-size: 6rem;
}
.headB .sub-menu {
	background: var(--base-color);
}
.concept {
	padding: 0;
	margin: 100px 0;
}
.simpleSEC {
	padding: 100px 0;
}
}
@media (min-width:1280px) and (max-width:1599px)/*(小PC)*/{
main.page .entry-content section {
	padding: 40px 0;
}
.con1 .text {
	padding: 2rem;
}
.heading-1 {
	font-size: 2rem;
}
}
@media (min-width:768px) and (max-width:1279px) and (orientation: landscape)/*デバイスが横長の状態の場合(小PC)*/{
#logo-img {
	width: 80px;
	height: 80px;
}
.headA .text {
	height: 80px;
}
.headB nav li.menu-item-has-children ul {
	background: var(--text-white-color);
}
.footer-widget {
	margin: 40px 0 30px;
}
.footB ul li a,
.footB ul li p {
	width: 160px;
}
.mainimages .wrapper {
	height: calc(80dvh - 80px);
	margin-top: 80px;
}
.top-banner {
	height: 20dvh;
}
.mainimages .text h2 {
	font-size: 1.5rem;
}
.small-mainimages .wrapper {
	height: 20dvh;
}
main.page .entry-content section {
	padding: 40px 0;
}
.title_1 h2 ,.title_2 h2{
	font-size: 1.5rem;
}
.con1 .text {
	padding: 2rem;
}
.heading-1 {
	font-size: 1.5rem;
}
}
@media (min-width:768px) and (max-width:1279px) and (orientation: portrait)/*(タブレット)*/{
.main-container{
	display: flex;
	flex-direction: column;
	align-items: center;/*中身を中央揃えで表示*/
	justify-content: center;/*両端揃えで表示*/
	padding: 4%;
	margin-left: auto;
	margin-right: auto;
}
.title_1::after, .title_1::before {
	width: 100px;
}
header{
	position: fixed;
	top: 0;
	width: 100vw;
}
/* ---.headA--- */
.headA {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: space-between;
	text-decoration: none;
	letter-spacing: 2px;
	z-index: 9999;
	background-color: var(--base-beige-light-clear);
	padding-left: 5px;
}
.headA .text {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}
.headA h1 {
	font-size: 1.25rem;
}
.headA h3 {
	font-size: 1rem;
}
.headA a.custom-logo-link {
	width: 100%;
}
.headA .custom-logo-link img {
	width: auto;
	height: 70px;
}
#logo-img {
	margin: 10px;
}

/* ---.headD--- */
.headD {
	top: 0%;
	right: -120%;
	display: flex;
	/* flex-flow: column; */
	position: absolute;
	top: 90px;
	width: 100%;
	margin: auto;
	justify-content: center;
	align-items: center;
	align-content: center;
	/*動き*/
	transition: right 0.6s;
	background-color: var(--base-beige);
}
.headD.panelactive {
	right: 0;
}


.headC {
	display: block;
  margin-right: 10px;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 28px;
  opacity: 0.8;
  z-index: 9999;
  cursor: pointer;
}
.headC:hover{
	opacity: 0.3;
}
.headC.active .menu-toggle{
	color: #f3eff2;
}

/* ---ドロップダウン--- */
.headB {
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0%;
	right: -120%;
	width: 100%;
	height: 100vh;
	/*ナビの高さ*/
	/*動き*/
	transition: right 0.6s;
	background-color: var(--base-baige-light);
}

/*アクティブクラスがついたら位置を0に*/
.headB.panelactive {
	right: 0;
}

.headB nav {
	position: initial;
	padding-top: 0px;
	display: flex;
	height: 100%;
	align-items: flex-end;
	justify-content: center;
}

.headB #nav {
	width: auto;
	height: calc(100% - (60px + 5rem));
	left: 0;
	transition: all .6s;
	flex-flow: column;
	align-items: center;
}

.headB ul {
	background: none;
}

/*ナビゲーションの縦スクロール*/
.headB.panelactive ul {
	/*ナビの数が増えた場合縦スクロール*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.headB li {
	list-style: none;
}
.headB li a {
	text-decoration: none;
	padding: 10px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.headB .nav li p {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	transition: 0.6s;
}
.headB .sub-menu {
	display: flex;
	flex-flow: column;
	gap: 10px;
	position: static;
	transform: translate(0px, 0px);
	margin-right: auto;
	font-size: 1rem;
	align-items: flex-start;
}
.headB .sub-menu li {
	width: auto;
	text-align: left;
}
.headB nav ul li a {
	text-align: left;
}
.headB nav ul li li a {
	height: auto;
	padding: 0;
	padding-left: 15px;
	min-width: fit-content;
	margin-left: 20px;
}
.headB nav>ul>li>a {
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid var(--text-dark-color);
	-webkit-text-stroke: 0.5px;
}
.headB nav li.menu-item-has-children>a {
	margin-left: 0px;
}
.headB nav>ul>li {
	margin-bottom: 20px;
}
.headB nav li.menu-item-has-children>a>span::before {
	content: none;
}
.headB nav ul li li a span::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 40%;
	width: 10px;
	height: 10px;
	border-top: 1.5px solid var(--text-dark-color);
	border-right: 1.5px solid var(--text-dark-color);
	transform: rotate(180deg) translateY(5px);
	transition: .3s;
	transform-origin: center;
}
/*========= mainimages ===============*/
.mainimages .text h1 {
	margin-top: 20px;
}
.small-mainimages {
	padding-top: 90px;
}
.top-banner {
	height: 20dvh;
}
.top-banner .flex {
	flex-flow: column;
	gap: 0;
}
.top-banner .child {
	width: 100%;
	height: calc(50% - 10px);
	padding: 0;
}
.top-banner img {
	max-width: 99vw;
	padding: 5px 0;
}
.con1 h2 {
	font-size: 2.5rem;
}
.con1 p{
	letter-spacing: .12em;
}
.newslist .title h2 {
	font-size: 2.5rem;
}
.concept {
	padding: 3rem 0;
	position: relative;
}
.newslist .box {
	padding: 3rem 0;
	position: relative;
}
.imagelist .main-container {
	border-radius: 0 50px;
}
footer{
	width: fit-content;
}
footer .main-container {
	width: 100vw;
	display: block;
}
footer .br {
	display: none;
}
footer nav {
	width: 100%;
}footer .sub-container{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer-widget {
	margin: 40px 25px;
}
.footB div{
	flex: 1;/*1:1の比率で等分割*/
}
.footB a,.footB p{
	font-size: 16px;
}
.footB{
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.footB ul {
	padding-top: 10px;
}
.footB ul li a,.footB ul li p {
	display: block;
	/*text-align: left;*/
	text-align: center;
	/*width: 200px;*/
	line-height: 1.5;
}
.footB ul:not(.sub-menu) >li{
	display: inline-block;
}
.footB ul >li:not(:first-child){
	margin: 0px!important;
}
.footB ul li ul li a {/*layer-2▷*/
	border-bottom: none;
}
.copywright{
	font-size: 12px;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
}
html #wpadminbar {
	height: 46px;
	min-width: 240px;
	display: none;
}
/*========= page ===============*/
main.page .entry-content section {
	padding: 50px 0;
}
/*---------   about   ----------*/
.con1,.aboutlist,.access {
	padding: 3rem 0;
}
.con1 .svg-anm_2,.con1 .svg-anm_1 {
	width: 50%;
	height: 30%;
}
.con1 .photo .frame1 {
	top: -10%;
	width: 215px;
}
.con1 .photo .frame2 {
	bottom: -10%;
	width: 120px;
}
.aboutlist .text {
	margin: -2rem 0 0 0;
}
.aboutlist .main-container {
	padding-top: 20%;
}
.aboutlist .title h2 {
	font-size: 4rem;
	text-align: right;
}
.aboutlist .box {
	padding: 50px 0 20%;
	position: relative;
}
.aboutlist .box .svg-anm_2 {
	width: 40%;
}
.aboutlist li{
	text-align: left;
}
.aboutlist .br{
	display: contents;
}
.access .flex-box {
	display: block;
}
.access .map {
	margin: 0;
}
table th,
table td {
	border-bottom: none;
	display: block;
	width: 100%;
}
/*------  menu  -------*/
.menulist {
	margin-top: 10%;
}
.menulist .title{
  width: 100%;
}
.menulist .title h2 {
	font-size: 4rem;
	text-align:left;
}
.menulist .box {
  padding-top: 3rem;
}
.menu-box {
  width: calc(50% - 4px);
}
.menu-box .text>p:first-child{
	min-height: 3.1rem;
}
.menulist .box-outline {
  padding: 4px;
}
.menulist ol {
  text-align: center;
  display: block;
}
.list .photo{
	flex: 5;
	height: 200px;
}
}

@media (max-width:767px)/*(スマホ)*/{
/*========= base ===============*/
::-webkit-scrollbar {
	width: 0px;
}
div.main-container{
	padding: 4%;
	margin-left: auto;
	margin-right: auto;
}
html #wpadminbar {
	height: 46px;
	min-width: 240px;
	display: none;
}
/*============ parts ===============*/
.accordion-1 {
	width: 100%;
}
.accordion-1 summary::after {
	margin-left: 15px;
}
.accordion-1 summary {
	grid-template-columns: auto 1fr auto 25px;
  gap: 10px;
  padding: .5em 1em;
}
/*============ header ===============*/
header{
	position: fixed;
	top: 0;
	width: 100vw;
}
#header .container-small {
	background-color: #00000000;
	position: absolute;
}
.header-wrapper {
	display: block;
}
/* ---.headA--- */
.headA{
	display: flex;
	justify-content: space-between;
	padding-left: 5px;
	text-decoration: none;
	letter-spacing: 2px;
	z-index: 9999;
  background-color: var(--base-beige-light-clear);
}
.headA h1 {
	font-size: 1.25rem;
}
.headA h3 {
	font-size: 1rem;
}
.headA a.custom-logo-link {
	width: 100%;
}
.headA .custom-logo-link img {
	width: auto;
	height: 60px;
}
#logo-img {
	width: 60px;
	margin: 0;
}
/* ---.headD--- */
.headD{
	top:0%;
	right: -120%;
	display: flex;
	/* flex-flow: column; */
	position: absolute;
	top: 60px;
	width: 100%;
	align-items: center;
	align-content: center;
	/*動き*/
	transition: right 0.6s;
	background-color: var(--base-beige);
}
.headD.panelactive{
	right: 0;
}
header .headD #top{
	flex: 1;
}
/* ---ドロップダウン--- */
.headB{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position:fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top:0%;
	right: -120%;
	width:100%;
	height: 100vh;/*ナビの高さ*/
	/*動き*/
  transition: right 0.6s;
  background-color: var(--base-baige-light);
}
/*アクティブクラスがついたら位置を0に*/
.headB.panelactive {
	right: 0;
}
.headB nav {
	position: initial;
	padding-top: 0px;
	display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: center;
}
.headB #nav {
	width: auto;
	height: calc(100% - (60px + 5rem));
	left:0;
	transition: all .6s;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
}
.headB ul {
	background: none;
}
/*ナビゲーションの縦スクロール*/
.headB.panelactive ul{
	/*ナビの数が増えた場合縦スクロール*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
.headB li{
	list-style: none;
}
.headB li a{
	text-decoration: none;
	padding:10px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.headB .nav li p{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	transition: 0.6s;
}
.headB .sub-menu{
	display: flex;
  flex-flow: column;
  gap: 10px;
  position: static;
  transform: translate(0px, 0px);
  margin-right: auto;
  font-size: 1rem;
  align-items: flex-start;
}
.headB .sub-menu li{
	width: auto;
	text-align: left;
}
.headB nav ul li a {
	text-align: left;
}
.headB nav ul li li a{
	height: auto;
  padding: 0;
  padding-left: 15px;
  min-width: fit-content;
  margin-left: 20px;
}
.headB nav>ul>li>a {
	display: flex;
	align-items: center;
  padding: 0 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--text-dark-color);
	-webkit-text-stroke: 0.5px;
}
.headB nav li.menu-item-has-children>a {
	margin-left: 0px;
}
.headB nav>ul>li {
  margin-bottom: 20px;
}
.headB nav li.menu-item-has-children>a>span::before {
	content: none;
}
.headB nav ul li li a span::before {
	content: '';
	position: absolute;
	left: -15px;
	top: 40%;
	width: 10px;
	height: 10px;
	border-top: 1.5px solid var(--text-dark-color);
	border-right: 1.5px solid var(--text-dark-color);
	transform: rotate(180deg) translateY(5px);
	transition: .3s;
	transform-origin: center;
}
/* ---ハンバーガー headC--- */
.headC {
	position: relative;
	margin-right: 10px;
	padding: 0;
	border: none;
	outline: none;
	background: none;
	font-size: 28px;
	opacity: 0.8;
	z-index: 9999;
	cursor: pointer;
	/*リンクにカーソルを重ねたとき、形を手の形状に変更*/
}
.headC:hover {
	opacity: 0.3;
}
.headC.active .menu-toggle {
	color: #f3eff2;
}

/*========= mainimages ===============*/
.mainimages {
	width: 100%;
	position: static;
}
.wrapper-cover {
	left: 0;
	top: 0;
	width: 100%;
	background-color: transparent;
}
.mainimages .wrapper {
	height: 80vh;
}
.images{
	display: block;
}
.images2,.slick-list,.slick-track{
	height: 50vh;
}
.images img, .images2 img {
	transform: translateY(0);
}
.images2 img {
	width: auto;
	height: 100%!important;
}
.images2 .photo {
	height: 100%!important;
}
.mainimages .text {
	align-items: center;
	padding: 0;
	grid-row: 3;
}
.mainimages .text::after {
	top: 100%;
}
.mainimages .text img {
	position: relative;
	z-index: 1;
	width: 100%;
}

.catchcopy {
	flex-flow: column;
}
.catchcopy img {
	width: 80%;
}

.title h2 {
	font-size: 2rem;
	padding-left: 30px;
}
.title::after, .title::before {
	width: 80px;
	height: 20px;
}
.photo {
	top: -160px;
	width: 80vw;
}
.eventlist{
	padding: 0;
}
.uk-position-relative.con2{
	margin-top: calc(160px + 100px);
}
.con3 {
	padding-bottom: 100px;
}
/*.con3 .uk-card:first-child {
	margin-top: 30px;
}*/
footer{
	width: fit-content;
}
footer .main-container {
	width: 100vw;
}
.footer-widget {
	margin: 0;
}
footer .br {
	display: contents;
}
footer .sub-container{
	display: block;
}
.footA {
  margin: 30px auto;
  width: fit-content;
}
.footA-2 {
	margin: 0;
	margin-bottom: 20px;
}
.footB{
	display: block;
	height: 100%;
}
.footB ul {
	gap: 10px 20px;
}
.footB .nav{
	display: block;
	width: 100%;
	height: 100%;
}
.footB .nav li a,.footB .nav li p {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 2.8;
	text-align: center;
	cursor: pointer;
}
.footB .content{
	margin-top: 20px;
}
.footB .nav>li:not(:first-child){
	margin-left: 0px;
}
.footB .nav li ul li a {/*layer-2▷*/
	border-bottom: none;
	width: 100%;
	font-weight: lighter;
}
.footB ul li a, .footB ul li p {
	display: block;
	text-align: center;
	line-height: 1.5;
	width: calc(80dvw/3);
}
.iconmenu #nav {
	display: flex;
	justify-content: center;
}
/*============= page ============*/
.list ul li a {
	flex-flow: column;
}
.list .photo{
	flex: auto;
	height: 200px;
}
.single-page .hentry {
	flex-flow: column;
}
.text#planetext {
	padding: 10px 20px 50px;
}
/*============= calendar ============*/

.top-banner .flex {
	flex-flow: column;
	gap: 0;
}
.top-banner .child {
	width: 100%;
	height: calc(50% - 10px);
	padding: 0;
}
.top-banner img {
	max-width: 99vw;
	padding: 2.5px 0;
}
.tablecalendar{
	height: 100%;
}
.tablecalendar h4 {
	height: 15%;
}
.calendar_column {
	height: 85%;
}
.calendar_column tbody {
	height: 100%;
}
.calendar_column tr {
	height: 100%;
}
.calendar_column td {
	width: 80px;
	height: 15%;
	font-size: 1rem;
}
.calendar_column td.content {
	height: 70%;
}
}