@charset "UTF-8";
/* CSS Document */

/*common
=======================*/
html
main {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #525252;
  line-height: 1.7;
  margin: 0 auto;
}
main img{
	vertical-align:top;
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	user-select:none;
}
@media screen and (min-width:768px) {
	.spOnly {
		display: none!important;
	}
	.contents_inner {
		width: 1160px;
		margin: 0 auto;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none!important;
	}
	.contents_inner {
		padding: 0 10px;
	}
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
}
/*=====================*/



/*common
=======================*/
.contents {
    width: 100%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}
.contents h1 {
	width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
	margin-bottom: 0;
}
.contents .imgAnnotation {
    color: #333;
    padding: 5px;
    font-size: 12.5px;
    text-align: right;
}
@media (min-width: 768px) {
    .sp {
        display: none !important;
    }
}
@media screen and (max-width:767.98px) {
	.pc {
        display: none !important;
    }
	.contents .imgAnnotation {
        margin-bottom: 0;
        padding: 5px 15px;
        font-size: 11px;
    }
}
/*=====================*/



/*largeSeminar
=======================*/
#largeSeminar {
	display: block!important;
}
#largeSeminar .manu_nav_wrap {
	background: #f1f1f1;
}
#largeSeminar .manu_nav {
	display: flex;
	margin: 0;
}
#largeSeminar .manu_nav > li {
	position: relative;
	width: 100%;
	text-align: center;
	border-left: 1px solid #fff;
}
#largeSeminar .manu_nav > li:last-of-type {
	border-right: 1px solid #fff;
}
#largeSeminar .manu_nav li.nav_tokyo {
	background: #1aa8e3;
}
#largeSeminar .manu_nav li.nav_chiba_yokohama_oomiya {
	background: #8181e9;
}
#largeSeminar .manu_nav .dropdown__lists {
	position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
	visibility: hidden;
    opacity: 0;
	transform: scaleY(0);
    transform-origin: center top;
    transition: all .3s;
	z-index: 4;
}
#largeSeminar .manu_nav .dropdown__lists .dropdown__list {
    height: 60px;
	background: #e6e6ff;
	border-bottom: 1px solid #8181e9;
    transition: all .3s;
}
#largeSeminar .manu_nav .dropdown__lists .dropdown__list:last-of-type {
	border-bottom: none;
}
#largeSeminar .manu_nav .dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8181e9;
    text-decoration: none;
    position: relative;
}
#largeSeminar .manu_nav .dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #8181e9;
    border-left: 2px solid #8181e9;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
#largeSeminar .manu_nav a {
	display: inline-block;
    width: 100%;
    padding: 15px 0 18px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}
#largeSeminar .logo {
	padding-top: 50px;
	text-align: center;
}
#largeSeminar .supplement_wrap {
	margin-top: 10px;
	text-align: center;
}
#largeSeminar .supplement {
	display: inline-block;
    padding: 2px 15px 4px;
	color: #fff;
    font-size: 1.8rem;
	font-weight: bold;
	background: #1aa8e3;
	border-radius: 20px;
}
#largeSeminar .sec_wrap {
	margin-top: 20px;
	padding: 40px 20px 20px;
	background: #fff;
	border-radius: 30px;
}
#largeSeminar .sec_wrap > section+section {
	margin-top: 44px;
}

.infomationArea h3,
#tokyo .scheduleArea h3 {
	margin: 0;
	padding: 3px 10px 6px;
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	background: #1aa8e3;
}
.infomationArea_innerBox .txtBlock {
	margin-top: 10px;
}
.infomationArea_innerBox .txtBlock .date {
	color: #1aa8e3;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #1aa8e3;
}
.infomationArea_innerBox .txtBlock .date .small_txt {
	font-size: 3rem;
}
.infomationArea_innerBox .txtBlock .txtBlock_inner {
	padding: 0 15px;
}
.infomationArea_innerBox .txtBlock .place {
	margin-top: 13px;
	font-size: 2rem;
	font-weight: bold;
}
.infomationArea_innerBox .txtBlock .place span {
	display: inline-block;
	margin-right: 12px;
	padding: 3px 20px;;
	color: #fff;
	background: #1aa8e3;
	border-radius: 30px;
}
.infomationArea_innerBox .txtBlock .access {
	margin-top: 10px;
}
.infomationArea_innerBox .txtBlock .access .address_01 {
	font-size: 1.6rem;
}
.infomationArea_innerBox .txtBlock .access_innerBlock {
	margin-top: 10px;
	font-size: 1.5rem;
}
.infomationArea_innerBox .txtBlock .access_innerBlock > p+p {
	margin-top: 5px;
}
.infomationArea_innerBox .txtBlock .access_innerBlock > p {
	line-height: 1.4;
}
.infomationArea_innerBox .txtBlock .access_innerBlock .phone {
	font-size: 2.1rem;
	font-weight: bold;
}
.infomationArea_innerBox .txtBlock .access_innerBlock .smaller {
	font-size: 1.2rem;
}
.infomationArea_innerBox .imgBlock > p {
	font-size: 1.5rem;
	text-align: center;
}

@media (min-width: 768px) {
	#largeSeminar .manu_nav .nav_tokyo a:hover {
		color: #1aa8e3;
		background: #E5F5FB;
	}
	#largeSeminar .manu_nav .nav_chiba_yokohama_oomiya_only > a:hover {
		color: #8181e9;
		background: #eaeaff;
	}
	#largeSeminar .manu_nav .nav_chiba_yokohama_oomiya:hover .dropdown__lists {
		visibility: visible;
		opacity: 1;
		transform: scaleY(1);
    	transition: all .3s;
	}
	#largeSeminar .manu_nav .nav_chiba_yokohama_oomiya .dropdown__list:hover {
		background: #F4F8FF;
	}
	#largeSeminar .manu_nav .nav_chiba_yokohama_oomiya .dropdown__list:hover a {
		color: #9e9eeb;
	}
	.infomationArea_innerBox {
		display: flex;
		align-items: center;
		gap: 32px;
	}
	.infomationArea_innerBox .txtBlock {
		width: 64%;
	}
	.infomationArea_innerBox .imgBlock {
		width: 33%;
	}
}

@media screen and (max-width:767.98px) {
	#largeSeminar {
		padding-bottom: 20px;
	}
	#largeSeminar .manu_nav_wrap .contents_inner {
		padding: 0;
	}
	#largeSeminar .manu_nav li:first-of-type {
		border-left: none
	}
	#largeSeminar .manu_nav li:last-of-type {
		border-right: none
	}
	#largeSeminar .manu_nav a {
		padding: 7px 10px 9px;
		font-size: 1.2rem;
	}
	#largeSeminar .manu_nav .dropdown__lists {
		top: 57px;
	}
	#largeSeminar .manu_nav .dropdown__lists.is-open {
		visibility: visible;
		opacity: 1;
		transform: scaleY(1);
		transition: all .3s;
	}
	#largeSeminar .manu_nav .dropdown__lists .dropdown__list {
		height: auto;
	}
	#largeSeminar .logo {
		max-width: 209px;
		margin: 0 auto;
		padding-top: 0;
	}
	#largeSeminar .supplement {
		padding: 4px 20px 6px;
		font-size: 1.2rem;
	}
	#largeSeminar .sec_wrap {
		padding: 20px 5px;
		border-radius: 20px;
	}
	
	.infomationArea h3, #tokyo .scheduleArea h3 {
		font-size: 1.8rem;
	}
	.infomationArea_innerBox .txtBlock .txtBlock_inner {
		max-width: 360px;
        margin: 0 auto;
		padding: 0;
	}
	.infomationArea_innerBox .txtBlock .date {
		font-size: 3rem;
	}
	.infomationArea_innerBox .txtBlock .date .small_txt {
		font-size: 2.3rem;
	}
	.infomationArea_innerBox .txtBlock .place {
		font-size: 1.5rem;
	}
	.infomationArea_innerBox .txtBlock .place span {
		margin-right: 6px;
		padding: 2px 10px 3px;
	}
	.infomationArea_innerBox .txtBlock .access .address_01,
	.infomationArea_innerBox .txtBlock .access .address_02 {
		font-size: 1.2rem;
	}
	.infomationArea_innerBox .txtBlock .access_innerBlock {
		font-size: 1.3rem;
	}
	.infomationArea_innerBox .txtBlock .access_innerBlock .phone {
		font-size: 2rem;
	}
	.infomationArea_innerBox .txtBlock .access_innerBlock .smaller {
		font-size: 1.1rem;
	}
	.infomationArea_innerBox .imgBlock {
		margin-top: 15px;
	}
	.infomationArea_innerBox .imgBlock > p {
		font-size: 1.2rem;
	}
	.infomationArea_innerBox .imgBlock .imgBlock_img {
		max-width: 266px;
		margin: 0 auto;
	}
}

@media screen and (max-width:359px) {
	#largeSeminar h2 {
		font-size: 3.5rem;
	}
}

/*---.-note_box---*/
.-note_box {
	margin: 30px 0 0;
	padding: 10px 15px 20px;
	color: #707070;
	letter-spacing: 0;
	background: #f1f1f1;
}
.-note_box .-note_tit {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 5px;
}
.-note_box > ul {
	margin: 0;
}
.-note_box .-note_li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	letter-spacing: -.2px;
}
.-note_box .-note_underline {
	color: #707070;
	text-decoration: underline;
}

@media (min-width: 767px) {
	.-note_box .-note_underline:hover {
		text-decoration: none;
	}
}

@media (max-width: 767px) {
	.-note_box {
		padding: 9px 10px;
	}
	.-note_box .-note_tit {
		font-size: 1.5rem;
	}
	.-note_box .-note_li {
		font-size: 1.1rem;
	}
}

/*=====================*/



/*tokyo
=======================*/
#tokyo {
	background: #cff1f3;
}
#tokyo h2 {
	margin: 0;
    color: #1aa8e3;
	text-stroke-width: 18px #fff;
    -webkit-text-stroke-width: 18px;
    -webkit-text-stroke-color: #fff;
    paint-order: stroke;
    font-size: 8.2rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}
#tokyo h2 span {
    color: #8181e9;
}

@media (max-width: 767px) {
	#tokyo {
		padding-top: 20px;
	}
	#tokyo h2 {
		font-size: 4.3rem;
		letter-spacing: 1px;
		text-stroke-width: 10px #fff;
    	-webkit-text-stroke-width: 10px;
	}
}
/*=====================*/



/*chiba_yokohama_oomiya
=======================*/
#chiba_yokohama_oomiya {
	background: #e6e6ff;
}
#chiba_yokohama_oomiya h2 {
	margin: 0;
    color: #8181e9;
	text-stroke-width: 18px #fff;
    -webkit-text-stroke-width: 18px;
    -webkit-text-stroke-color: #fff;
    paint-order: stroke;
    font-size: 7.5rem;
	font-weight: 500;
	line-height: 1.1;
	text-align: center;
}
#chiba_yokohama_oomiya h2 span {
    font-size: 3.7rem;
}

@media (max-width: 767px) {
	#chiba_yokohama_oomiya {
		padding-top: 15px;
	}
	#chiba_yokohama_oomiya h2 {
		font-size: 4.3rem;
		letter-spacing: 1px;
		text-stroke-width: 10px #fff;
    	-webkit-text-stroke-width: 10px;
	}
	#chiba_yokohama_oomiya h2 span {
		font-size: 2.2rem;
	}
}
/*=====================*/



/*scheduleArea - tokyo
=======================*/
#tokyo {
	padding-bottom: 40px;
}
#tokyo .scheduleArea h3 > span {
	position: relative;
}
#tokyo .scheduleArea h3 span.speechBubble {
	position: absolute;
    top: -40px;
    right: -120px;
    display: block;
    margin-bottom: 20px;
    padding: 10px 13px;
    border: 2px solid #1aa8e3;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    color: #fc4e4e;
}
#tokyo .scheduleArea h3 span.speechBubble::before {
	content: "";
    position: absolute;
    bottom: 9px;
    left: 14%;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #1aa8e3 transparent transparent;
    transform: rotate(27deg);
    translate: -50% 100%;
}
#tokyo .scheduleArea h3 span.speechBubble::after {
	content: "";
    position: absolute;
    bottom: 10px;
    left: 15%;
    border-style: solid;
    border-width: 15.2px 15.2px 0 0;
    border-color: #ffffff transparent transparent;
    transform: rotate(27deg);
    translate: calc(-50% - 0.4px) 100%;
}
#tokyo .scheduleArea .tab-container ul {
	display: flex;
	margin: 30px 0 0;
}
#tokyo .scheduleArea .tab-container ul .tab {
	width: 100%;
	cursor: pointer;
	border-radius: 10px 10px 0 0;
	transition: .3s;
}
#tokyo .scheduleArea .tab-container ul .tab_01 {
	background: #DB9B00;
}
#tokyo .scheduleArea .tab-container ul .tab_02 {
	background: #D74E6B;
}
#tokyo .scheduleArea .tab-container ul .tab_03 {
	background: #327c2d;
}
#tokyo .scheduleArea .tab-container ul .tab_04 {
	background: #5E4187;
}
#tokyo .scheduleArea .tab-container ul .tab_01.active {
	background: #ffb709;
}
#tokyo .scheduleArea .tab-container ul .tab_02.active {
	background: #f76584;
}
#tokyo .scheduleArea .tab-container ul .tab_03.active {
	background: #41973a;
}
#tokyo .scheduleArea .tab-container ul .tab_04.active {
	background: #825fb2;
}
#tokyo .scheduleArea .tab-container ul .tab a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 20px 15px 10px 15px;
	color: rgba(255, 255, 255, .8);
	font-size: 2.1rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
#tokyo .scheduleArea .tab-container ul .tab.active a {
	color: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, .4));
}
#tokyo .scheduleArea .tab-container ul .tab a > span {
	font-size: 1.1rem;
    letter-spacing: -.7px;
}
#tokyo .scheduleArea .content-container .tab-content {
	display: none;
	padding: 26px 18px;
}
#tokyo .scheduleArea .content-container .tab-content.show {
	display: block;
}
#tokyo .scheduleArea .content-container .tab-content_01 {
	background: #fcefcf;
}
#tokyo .scheduleArea .content-container .tab-content_02 {
	background: #ffe0e6;
}
#tokyo .scheduleArea .content-container .tab-content_03 {
	background: #e5ffe3;
}
#tokyo .scheduleArea .content-container .tab-content_04 {
	background: #f2e8ff;
}
#tokyo .scheduleArea .scheduleItem {
	background: #fff;
	border: 2px solid #1aa8e3;
	border-radius: 100px;
	transition: .3s;
	overflow: hidden;
}
#tokyo .scheduleArea .scheduleItem:nth-of-type(n+2) {
	margin-top: 12px;
}
#tokyo .scheduleArea .scheduleItem a {
	display: flex;
	min-height: 140px;
}
#tokyo .scheduleArea .scheduleItem .timeBlock {
	display: flex;
	justify-content: center;
    align-items: center;
	color: #1aa8e3;
	font-size: 2rem;
	font-weight: bold;
}
#tokyo .scheduleArea .scheduleItem .schedule__contents {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px 10px 10px 0;
}
#tokyo .scheduleArea .scheduleItem .schedule__contents .txtBlock .country {
	display: inline-block;
    padding: 0 12px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background: #1aa8e3;
}
#tokyo .scheduleArea .scheduleItem .schedule__contents .txtBlock .schedule_tit {
	margin-top: 2px;
    color: #1aa8e3;
    font-size: 2rem;
    font-weight: bold;
}
#tokyo .scheduleArea .scheduleItem .schedule__contents .txtBlock .schedule_detail {
	margin-top: 3px;
    color: #525252;
    font-size: 1.3rem;
}
#tokyo .scheduleArea .scheduleItem .schedule__contents figure {
	position: relative;
	width: 170px;
}
#tokyo .scheduleArea .scheduleItem .schedule__contents figure figcaption {
	position: absolute;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) 0.5403px 0.84147px 2px, rgba(0, 0, 0, .8) -0.41615px 0.9093px 2px, rgba(0, 0, 0, .8) -0.98999px 0.14112px 2px, rgba(0, 0, 0, .8) -0.65364px -0.7568px 2px, rgba(0, 0, 0, .8) 0.28366px -0.95892px 2px, rgba(0, 0, 0, .8) 0.96017px -0.27942px 2px;
    text-align: right;
    right: 4px;
    bottom: 2px;
    padding-left: 12px;
    font-size: 1.1rem;
	font-weight: bold;
}
#tokyo .scheduleArea .scheduleItem .schedule__app {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 15px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	background: #1aa8e3;
}
#tokyo .scheduleArea .scheduleItem .schedule__app span {
	position: relative;
}
#tokyo .scheduleArea .scheduleItem .schedule__app span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}


@media (min-width: 767px) {
	#tokyo .scheduleArea .scheduleItem:hover {
		transform: scale(.95);
		transition: .3s;
	}
	#tokyo .scheduleArea .tab-container ul .tab a:hover {
		color: #fff;
	}
	#tokyo .scheduleArea .tab-container ul .tab:hover {
		transition: .3s;
	}
	#tokyo .scheduleArea .tab-container ul .tab_01:hover {
		background: #ffb709;
	}
	#tokyo .scheduleArea .tab-container ul .tab_02:hover {
		background: #f76584;
	}
	#tokyo .scheduleArea .tab-container ul .tab_03:hover {
		background: #41973a;
	}
	#tokyo .scheduleArea .tab-container ul .tab_04:hover {
		background: #825fb2;
	}
	#tokyo .scheduleArea .scheduleItem .timeBlock {
		flex-direction: column;
		width: 105px;
		padding-left: 10px;
	}
	#tokyo .scheduleArea .scheduleItem .timeBlock .between {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		transform: rotate(90deg);
	}
	#tokyo .scheduleArea .scheduleItem .schedule__contents {
		width: 805px;
	}
	#tokyo .scheduleArea .scheduleItem .schedule__contents .txtBlock {
		width: 75%;
		padding-left: 20px;
		border-left: 2px solid #1aa8e3;
	}
	#tokyo .scheduleArea .scheduleItem .schedule__app {
		width: 174px;
	}
}

@media (max-width: 767.98px) {
	#tokyo .scheduleArea h3 span.speechBubble {
		right: -100px;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#tokyo .scheduleArea h3 span.speechBubble::before {
		bottom: 8px;
	}
	#tokyo .scheduleArea h3 span.speechBubble::after {
		bottom: 9px;
	}
	#tokyo .scheduleArea .content-container {
		text-align: center;
	}
	#tokyo .scheduleArea .content-container .tab-content {
		padding: 14px 5px 9px;
	}
	#tokyo .scheduleArea .content-container .tab-content .addTxt {
		display: inline-block;
		padding: 3px 15px;
		color: #01adf5;
		font-size: 1.3rem;
		font-weight: bold;
		background: #fff;
		border-radius: 13px;
	}
	#tokyo .scheduleArea .content-container .schedule_ul {
		text-align: left;
	}
	#tokyo .scheduleArea .tab-container ul {
		margin-top: 20px;
	}
	#tokyo .scheduleArea .tab-container ul .tab a {
		padding: 15px 8px 10px 8px;
		font-size: 1.2rem;
		letter-spacing: -.3px;
	}
	#tokyo .scheduleArea .scheduleItem {
		border-radius: 15px;
	}
	#tokyo .scheduleArea .scheduleItem a {
		display: block;
		min-height: 0;
	}
	#tokyo .scheduleArea .scheduleItem .timeBlock {
		position: relative;
		margin-top: 8px;
		font-size: 1.3rem;
	}
	#tokyo .scheduleArea .scheduleItem .timeBlock::after {
		position: absolute;
		content: '';
		bottom: -2px;
		left: 50%;
		transform: translateX(-50%);
		width: 70px;
		height: 1px;
		background: #1aa8e3;
	}
	#tokyo .scheduleArea .scheduleItem .schedule__contents {
		flex-direction: column-reverse;
		gap: 10px;
		padding: 10px 10px 17px;
	}
	#tokyo .scheduleArea .scheduleItem .schedule__contents .txtBlock .country {
		padding: 2px 10px;
		font-size: 1.3rem;
	}
	#tokyo .scheduleArea .scheduleItem .schedule__contents .txtBlock .schedule_tit {
		margin-top: 5px;
		font-size: 1.4rem;
	}
	#tokyo .scheduleArea .scheduleItem .schedule__contents .txtBlock .schedule_detail {
		margin-top: 5px;
		font-size: 1.2rem;
	}
	#tokyo .scheduleArea .scheduleItem .schedule__contents figure {
		width: 200px;
	}
	#tokyo .scheduleArea .scheduleItem .schedule__app {
		padding: 11px 15px;
	}
	#tokyo .scheduleArea .scheduleItem .schedule__app span::after {
		top: 52%;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

@media (max-width: 359px) {
	#tokyo .scheduleArea h3 span.speechBubble {
		right: -85px;
		padding: 8px 10px;
		font-size: 1.1rem;
	}
	#tokyo .scheduleArea h3 span.speechBubble::before {
		bottom: 7px;
	}
	#tokyo .scheduleArea h3 span.speechBubble::after {
		bottom: 8px;
	}
	#tokyo .scheduleArea .content-container .tab-content .addTxt {
		font-size: 1.1rem;
	}
}
/*=====================*/



/*scheduleArea - chiba_yokohama_oomiya
=======================*/
#chiba_yokohama_oomiya {
	padding-bottom: 40px;
}
#chiba_yokohama_oomiya .scheduleArea {
	margin-top: 40px;
}
#chiba_yokohama_oomiya .scheduleArea .tab-container ul {
	display: flex;
	gap: 4px;
	margin: 30px 0 0;
}
#chiba_yokohama_oomiya .scheduleArea .tab-container ul .tab {
	width: 100%;
	cursor: pointer;
	background: #b1c6ef;
	border-radius: 10px 10px 0 0;
	transition: .3s;
}
#chiba_yokohama_oomiya .scheduleArea .tab-container ul .tab.active {
	background: #fff;
}
#chiba_yokohama_oomiya .scheduleArea .tab-container ul .tab a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 20px 15px 15px 15px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
    color: #8181e9;
	text-stroke-width: 5px #fff;
    -webkit-text-stroke-width: 5px;
    -webkit-text-stroke-color: #fff;
    paint-order: stroke;
}
#chiba_yokohama_oomiya .scheduleArea .tab-container ul .tab.active a {
	color: #8181e9;
}
#chiba_yokohama_oomiya .scheduleArea .tab-container ul .tab a span {
	display: block;
    padding: 10px 0 12px;
}
#chiba_yokohama_oomiya .scheduleArea .tab-container ul .tab.active a span {
    border: 1px solid #8181e9;
}
#chiba_yokohama_oomiya .scheduleArea .content-container {
	padding: 10px 20px 20px;
    background: #fff;
    border-radius:  0 0 10px 10px;
}
#chiba_yokohama_oomiya .scheduleArea .content-container .tab-content {
	display: none;
}
#chiba_yokohama_oomiya .scheduleArea .content-container .tab-content.show {
	display: block;
}
#chiba_yokohama_oomiya .scheduleArea .date {
	color: #8181e9;
	font-size: 3.5rem;
	font-weight: bold;
}
#chiba_yokohama_oomiya .scheduleArea .content-container_innerBox {
	margin-top: 20px;
}
#chiba_yokohama_oomiya .scheduleArea .content-container_innerBox section h3 {
	margin: 0;
	padding: 3px 0;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	background: #8181e9;
}
#chiba_yokohama_oomiya .scheduleArea .scheduleBlock ul {
	margin: 0;
}
#chiba_yokohama_oomiya .scheduleArea .scheduleBlock li {
	border-bottom: 1px solid #bebebe;
}
#chiba_yokohama_oomiya .scheduleArea .scheduleBlock li:last-of-type {
	border-bottom: none;
}
#chiba_yokohama_oomiya .scheduleArea .scheduleBlock li a {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 20px 20px 20px 10px;
}
#chiba_yokohama_oomiya .scheduleArea .scheduleBlock li p {
	color: #1aa8e3;
	font-size: 2.2rem;
}
#chiba_yokohama_oomiya .reserveBtn {
	display: block;
	max-width: 125px;
	width: 100%;
	background: #ff9e3f;
	border: none;
	border-radius: 10px;
	filter: drop-shadow(0px 3px 0px rgba(208, 130, 53, 1));
	transition: all .2s;
}
#chiba_yokohama_oomiya .reserveBtn span {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 3px 25px 3px 15px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
#chiba_yokohama_oomiya .reserveBtn span::after {
	position: absolute;
	content: '';
	top: 43%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: transparent;
	transform: rotate(-45deg) translateY(-47%);
}
#chiba_yokohama_oomiya .scheduleArea .infomationBlock .infomationBlock_inner {
	margin-top: 10px;
	padding: 0 8px;
}
#chiba_yokohama_oomiya .scheduleArea .infomationBlock .place {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2;
}
#chiba_yokohama_oomiya .scheduleArea .infomationBlock .place span {
	font-size: 1.4rem;
}
#chiba_yokohama_oomiya .scheduleArea .infomationBlock .access {
	margin-top: 10px;
}
#chiba_yokohama_oomiya .scheduleArea .infomationBlock .access .access_innerBlock {
	margin-top: 10px;
	font-size: 1.5rem;
}
#chiba_yokohama_oomiya .scheduleArea .infomationBlock .imgBlock {
	width: 340px;
	margin: 15px auto 0;
	text-align: center;
}

@media (min-width: 767px) {
	#chiba_yokohama_oomiya .scheduleArea .content-container_innerBox {
		display: flex;
		gap: 10px;
	}
	#chiba_yokohama_oomiya .scheduleArea .scheduleBlock {
		width: 600px;
	}
	#chiba_yokohama_oomiya .scheduleArea .infomationBlock {
		width: 520px;
	}
	#chiba_yokohama_oomiya .scheduleArea .tab-container ul .tab:hover {
		background: #fff;
	}
	#chiba_yokohama_oomiya .scheduleArea .scheduleBlock li a:hover {
		background: #f9f9f9;
		transition: all .2s;
	}
	#chiba_yokohama_oomiya .scheduleArea .scheduleBlock li a:hover p {
		color: #ce2d2d;
		transition: all .2s;
	}
	#chiba_yokohama_oomiya .scheduleArea .scheduleBlock li a:hover .reserveBtn {
		filter: drop-shadow(0px 0px 0px rgba(208, 130, 53, 1));
		transform: translate(0px, 3px);
		transition: all .2s;
	}
}

@media (max-width: 767.98px) {
	#chiba_yokohama_oomiya .scheduleArea .tab-container ul .tab a {
		padding: 10px 8px 8px 8px;
		font-size: 1.4rem;
		text-stroke-width: 4px #fff;
		-webkit-text-stroke-width: 4px;
	}
	#chiba_yokohama_oomiya .scheduleArea .content-container {
		padding: 10px 5px 10px;
	}
	#chiba_yokohama_oomiya .scheduleArea .date {
		font-size: 2.3rem;
	}
	#chiba_yokohama_oomiya .scheduleArea .content-container_innerBox {
		margin-top: 10px;
	}
	#chiba_yokohama_oomiya .scheduleArea .content-container_innerBox section h3 {
		font-size: 1.7rem;
	}
	#chiba_yokohama_oomiya .scheduleArea .scheduleBlock li a {
		align-items: center;
		padding: 10px 5px;
	}
	#chiba_yokohama_oomiya .scheduleArea .scheduleBlock li a {
		align-items: center;
		padding: 10px 5px;
	}
	#chiba_yokohama_oomiya .scheduleArea .scheduleBlock li p {
		font-size: 1.4rem;
		font-weight: bold;
	}
	#chiba_yokohama_oomiya .reserveBtn {
		min-width: 100px;
		max-width: 100%;
		width: 100px;
		border-radius: 20px;
	}
	#chiba_yokohama_oomiya .reserveBtn span {
		padding: 3px 15px 3px 5px;
		font-size: 1.2rem;
		letter-spacing: -.2px;
	}
	#chiba_yokohama_oomiya .reserveBtn span::after {
		top: 43%;
		right: 0;
	}
	#chiba_yokohama_oomiya .scheduleArea .infomationBlock {
		margin-top: 20px;
	}
	#chiba_yokohama_oomiya .scheduleArea .infomationBlock .infomationBlock_inner {
		padding: 0 5px;
	}
	#chiba_yokohama_oomiya .scheduleArea .infomationBlock .place {
		font-size: 1.6rem;
	}
	#chiba_yokohama_oomiya .scheduleArea .infomationBlock .place span {
		font-size: 1.3rem;
	}
	#chiba_yokohama_oomiya .scheduleArea .infomationBlock .access .address_01 {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	#chiba_yokohama_oomiya .scheduleArea .infomationBlock .access .access_innerBlock {
		font-size: 1.2rem;
	}
	#chiba_yokohama_oomiya .scheduleArea .infomationBlock .imgBlock {
		width: 100%;
	}
}

/*=====================*/



/*inquiryArea - chiba_yokohama_oomiya
=======================*/
#chiba_yokohama_oomiya .inquiryArea {
	margin-top: 10px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
#chiba_yokohama_oomiya .inquiryArea .inquiryBlock {
	margin-top: 10px;
	padding: 10px;
	line-height: 1.3;
}
#chiba_yokohama_oomiya .inquiryArea .inquiryBlock .inquiryBlock_tit {
	font-size: 1.5rem;
	font-weight: bold;
}
#chiba_yokohama_oomiya .inquiryArea .inquiryBlock .phone {
	font-size: 2.1rem;
	font-weight: bold;
}
#chiba_yokohama_oomiya .inquiryArea .inquiryBlock .access {
	font-size: 1.5rem;
}
#chiba_yokohama_oomiya .inquiryArea .inquiryBlock .time {
	font-size: 1.2rem;
}
#chiba_yokohama_oomiya .inquiryArea .-note_box {
	margin-top: 20px;
}

@media (min-width: 767px) {}
@media (max-width: 767.98px) {
	#chiba_yokohama_oomiya .inquiryArea {
		padding: 5px;
	}
	#chiba_yokohama_oomiya .inquiryArea .inquiryBlock {
		margin-top: 5px;
		padding: 5px;
		line-height: 1.4;
	}
	#chiba_yokohama_oomiya .inquiryArea .inquiryBlock .inquiryBlock_tit {
		font-size: 1.3rem;
	}
	#chiba_yokohama_oomiya .inquiryArea .inquiryBlock .phone {
		font-size: 2.1rem;
	}
	#chiba_yokohama_oomiya .inquiryArea .inquiryBlock .access {
		font-size: 1.2rem;
	}
	#chiba_yokohama_oomiya .inquiryArea .inquiryBlock .time {
		font-size: 1.1rem;
	}
}
/*=====================*/



/*modal window
=======================*/
/*--- btn ---*/
.mapBtn {
	display: inline-block;
	margin-top: 10px;
	background: #8181e9;
	border: none;
	border-radius: 30px;
	filter: drop-shadow(0 3px 0px rgba(72,72,146, 1));
	transition: all .2s;
}
.mapBtn span {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 3px 25px 3px 15px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.mapBtn span::after {
	position: absolute;
	content: '';
	top: 43%;
	right: 10px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: transparent;
	transform: rotate(-45deg) translateY(-47%);
}

@media (min-width: 767px) {
	.mapBtn:hover {
		filter: drop-shadow(0px 0px 0px rgba(72,72,146, 1));
		transform: translate(0, 3px);
		transition: all .2s;
	}
}
@media (max-width: 767.98px) {
	.mapBtn {
		border-radius: 20px;
	}
	.mapBtn span {
		padding: 3px 25px 0 10px;
		font-size: 1.4rem;
	}
	.mapBtn span::after {
		top: 46%;
		right: 5px;
	}
}
/*-----------*/

.modal__bg {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}
.modal__bg.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}
.modal__inner {
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}
.modal__inner.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}
.modal-card {
  width: 1160px;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0 ,0, 0, 0.4));
  padding: 10px 10px 30px;
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
	overflow: hidden;
}
.triangle_decoration_01::before {
	content: "";
	position: absolute;
	top: -75px;
	left: -75px;
	border: 70px solid transparent;
	border-left: 70px solid #53539e;
	transform: rotate(-135deg);
	z-index: 5;
}
.triangle_decoration_02::before {
	content: "";
	position: absolute;
	bottom: -75px;
	right: -75px;
	border: 70px solid transparent;
	border-left: 70px solid #53539e;
	transform: rotate(45deg);
}
.modal-card.is-active {
	position: relative;
	z-index: 2;
	opacity: 1; /* 非表示を解除 */
	visibility: visible; /* 非表示を解除 */
	transform: translate3d(0, 0, 0);
}
.modal-card__heading {
	margin: 0 80px 0 0;
	padding-left: 10px;
	font-size: 2.5rem;
	line-height: 1.6;
	font-weight: bold;
	color: #535353;
	border-bottom: 2px solid #535353;
}
.modal-card__text {
	margin: 0;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #444;
}
.modal-card__close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 16px;
	right: 13px;
	cursor: pointer;
	transition: .5s;
}
.modal-card__close::before,
.modal-card__close::after {
	content: "";
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 1px;
	background: #2a2a2a;
}
.modal-card__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.modal-card__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-card__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-card .imgWrap {
	max-width: 980px;
	margin: 0 auto;
	padding: 50px 0;
}

@media screen and (min-width:768px) {
	.modal-card .imgWrap {
		max-width: 980px;
		margin: 0 auto;
		padding: 50px 0;
		text-align: center;
	}
}

@media screen and (max-width:767.98px) {
	.modal-card {
		width: 100%;
		min-height: auto;
		max-height: 480px;
    	overflow-y: auto;
	}
	.modal-card__heading {
		margin: 12px 60px 0 0;
		font-size: 2rem;
	}
	.triangle_decoration_01,
	.triangle_decoration_02 {
		position: sticky;
	}
	.triangle_decoration_01 {
		top: 0;
	}
	.triangle_decoration_02 {
    	bottom: -22px;
	}
	.triangle_decoration_01::before {
		top: -46px;
		left: -46px;
		border: 35px solid transparent;
		border-left: 35px solid #53539e;
	}
	.triangle_decoration_02::before {
		display: none;
	}
	.modal-card .imgWrap {
		padding: 50px 0 0;
	}
}
/*=====================*/



/*sticky_nav
=======================*/
.sticky_nav {
	position: sticky;
	bottom: -100px;
	background: #fefcea;
	border-top: 2px solid #fff;
	transition: all .3s ease-out;
	z-index: 35;
}
.sticky_nav.active {
	bottom: 0;
	transition: .3s ease-out;
}
.sticky_nav .link_briefing {
	background: #61a260;
}
.sticky_nav .link_tabimae {
	background: #ef8f75;
}
.sticky_nav .link_europe {
	background: #eb4146;
}
.sticky_nav .nav_items .nav_items__item a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10px 25px 12px 8px;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.4;
}
.sticky_nav .nav_items .nav_items__item a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	width: 12px;
	height: 12px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}

@media (min-width: 767px) {
	.sticky_nav .nav_items {
		display: flex;
	}
	.sticky_nav .nav_items .nav_items__item {
		width: 25%;
		transition: .3s;
	}
	.sticky_nav .nav_items .nav_items__item:hover {
		transition: .3s;
	}
	.sticky_nav .nav_items .nav_items__item.link_briefing:hover {
		background: #defada;
	}
	.sticky_nav .nav_items .nav_items__item.link_tabimae:hover {
		background: #fef7ef;
	}
	.sticky_nav .nav_items .nav_items__item.link_europe:hover {
		background: #ffe3e3;
	}
	.sticky_nav .nav_items .nav_items__item.link_briefing:hover a {
		color: #61a260;
	}
	.sticky_nav .nav_items .nav_items__item.link_tabimae:hover a {
		color: #ef8f75;
	}
	.sticky_nav .nav_items .nav_items__item.link_europe:hover a {
		color: #eb4146;
	}
	.sticky_nav .nav_items .nav_items__item.link_briefing:hover a::after {
		border-top: 3px solid #61a260;
		border-right: 3px solid #61a260;
	}
	.sticky_nav .nav_items .nav_items__item.link_tabimae:hover a::after {
		border-top: 3px solid #ef8f75;
		border-right: 3px solid #ef8f75;
	}
	.sticky_nav .nav_items .nav_items__item.link_europe:hover a::after {
		border-top: 3px solid #eb4146;
		border-right: 3px solid #eb4146;
	}
	.sticky_nav .nav_items .nav_items__item a span {
		font-size: 1.3rem;
		letter-spacing: -.2px;
	}
	.sticky_nav .accordionItem {
		border-right: 1px solid #fff;
	}
	.sticky_nav .accordionItem:last-of-type {
		border-right: none;
	}
}

@media (max-width: 767px) {
	.sticky_nav {
		background: transparent;
		border: none;
	}
	.sticky_nav .contents_inner {
		padding: 0
	}
	.sticky_nav .nav_items {
		display: flex;
	}
	.sticky_nav .nav_items .nav_items__item {
		width: calc(100% / 3);
		flex-grow: 1;
	}
	.sticky_nav .nav_items .nav_items__item a {
		padding: 7px 20px 9px 5px;
		font-size: 1.2rem;
	}
	.sticky_nav .nav_items .nav_items__item a::after {
		right: 8px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

@media (max-width: 374px) {
	.sticky_nav .nav_items .nav_items__item a {
		font-size: 1.1rem;
        letter-spacing: -.5px;
	}
}

@media (max-width: 359px) {
	.sticky_nav .nav_items .nav_items__item a {
		font-size: 1rem;
	}
}

/*--- accordion ---*/
.sticky_nav .accordion {
	position: relative;
	z-index: 5;
}
.sticky_nav .accordionTitle_consider {
	position: relative;
	display: flex;
    align-items: center;
    height: 100%;
	cursor: pointer;
	padding: 10px 20px 12px 5px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	background-color: #61a260;
	transition: .2s;
}
.sticky_nav .accordionTitle_consider::before, .accordionTitle_consider::after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 2px;
	background-color: #fff;
	border-radius: 5px;
	top: 47%;
	right: 5px;
	bottom: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.sticky_nav .accordionTitle_consider p {
	line-height: 1.15;
}
.sticky_nav .accordionTitle_consider::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sticky_nav .accordionTitle_consider.active::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.sticky_nav .accordionContent_consider {
	position: absolute;
	bottom: -100px;
	max-height: 0;
	width: 100%;
	padding: 5px 5px 10px;
	background: #f0fbfb;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
	z-index: 3;
}
.sticky_nav .accordionContent_consider p {
	border-bottom: 1px solid #61a260;
}
.sticky_nav .accordionContent_consider a {
	display: block;
	padding: 7px 20px 7px 10px;
	color: #61a260;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.4;
}
.sticky_nav .accordionContent_consider p a span {
	font-size: 1rem;
}

@media (max-width: 767px) {
	.sticky_nav .accordionContent_consider a {
		position: relative;
	}
	.sticky_nav .accordionContent_consider a::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 8px;
        width: 10px;
        height: 10px;
		transform: translateY(-50%) rotate(45deg);
		border-top: 2px solid #61a260;
		border-right: 2px solid #61a260;
	}
	.sticky_nav .accordionContent_consider p a span {
		font-size: 1.3rem;
	}
}

@media (max-width: 374px) {
	.sticky_nav .accordionTitle_consider {
		font-size: 1.1rem;
	}
}

@media (max-width: 359px) {
	.sticky_nav .accordionTitle_consider {
		font-size: 1rem;
	}
	.sticky_nav .accordionTitle_consider p {
		line-height: 1.1;
	}
}
/*-----------------*/

/*=====================*/



/*bannerBlock
=======================*/
.bannerBlock {
	margin-top: 58px;
	text-align: center;
}
.bannerBlock a {
	display: inline-block;
}

@media (min-width: 767px) {
	.bannerBlock a:hover {
		opacity: .7;
	}
}

@media (max-width: 767px) {
	.bannerBlock {
		max-width: 332px;
		margin: 25px auto 0;
	}
}
/*=====================*/



/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
	padding-bottom: 40px;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
	border-bottom: 1px solid #e1e1e1;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
	.area_button__link li{
		max-width: 138px;
	}
	.area_button__link li a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:767.98px) {
	.area_button {
		margin-bottom: 0;
	}
	.area_button__link {
		margin: 0 10px 0;
	}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/*=====================*/




/*others
=======================*/
.miniBanner_wrap h2 {
	color: #000;
}
.-pagetop {
	bottom: 90px;
}
.-pagetop img {
	pointer-events: auto;
	box-shadow: none; 
	border-radius: 0; 
}

@media (max-width: 767px) {
	.-pagetop {
		bottom: 70px;
	}
}
/*=====================*/


.TBbtn--center a{/* ご旅行検討中の方 */
background-color: #ef8f75;
box-shadow: 0 2.828px 0px 0px #d37961;
}
.TBbtn--left a{/* お申込み済の方 */
    background-color: #61a260;
    box-shadow: 0 2.828px 0px 0px #458444;
}
.TBbtn--red a{/* 専門講座×海外旅行説明会 */
    background-color: #E04040;
    box-shadow: 0 2.828px 0px 0px #bc2b2b;
}
.TBbtn--blue a{/* 青 */
    background-color: #45B1DF;
    box-shadow: 0 2.828px 0px 0px #1aa8e3;
}

.TBbtn_link a{
    width: 350px;
    min-height: 72px;
    cursor: pointer;
    transition: all linear .2s;
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.TBbtn_link a:link, .TBbtn_link a:visited{
color: #ffffff;
}

@media (min-width: 768px) {

.TBbtn_link a:hover {
        box-shadow: 0px 0px 0px rgba(213, 154, 129, 0.5);
        transform: translate(0, 2.828px);
        text-decoration: none;
        transition: .2s ease;
    }


}
@media (max-width: 768px) {
  .topContents__tab .colorPattern_02_wrap{
    width: 100%;
  }
  .TBbtn_link{
    width: 50%;
  }
  .TBbtn_link a {
    width: 100%;
    font-size: 1.1rem;
    font-weight: bold;
    min-height: 45px;
  }
}

/*----------------------------------------------------*/
.nav_chiba_yokohama_oomiya_only{
background: #8181e9;
}
/*----------------------------------------------------*/