@charset "UTF-8";

._pc { display: block !important; }
._sp { display: none !important; }

a {
    color: #191919;
    text-decoration: none;
}

a.link {
	text-decoration: underline;
}

::placeholder {
  color: #ccc;
}

.single_add_to_cart_button,
.add_to_cart_button,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 0, 0, 0;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000;
    --bs-btn-disabled-border-color: #000;

    border-radius: 25px !important;
    position: relative !important;
    padding-right: 40px !important;
    padding-left: 40px !important;
    background-color: #000 !important;
    color: #fff !important;
    max-width: 320px;
    margin: 0 auto;
}
.single_add_to_cart_button:before,
.add_to_cart_button:before,
.wc-block-cart__submit-button:before,
.wc-block-components-checkout-place-order-button:before,
.btn-primary:before {
	display: block;
	content: "";
	position: absolute;
	/* -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px; */
	margin-top: -4px;
	background: #000;
}

.single_add_to_cart_button:after,
.add_to_cart_button:after,
.wc-block-cart__submit-button:after,
.wc-block-components-checkout-place-order-button:after,
.btn-primary:after {
	display: block;
	content: "";
	position: absolute;
	/* -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px; */
	background: #000;
}

.btn-secondary {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 25px;
}
.btn-group-toggle .btn-secondary {
	background-color: transparent;
	color: #191919;
}
.btn-group-toggle .btn.active {
	background-color: #000;
	color: #fff;
}
.btn-group-toggle input {
	width: 0;
}


.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left:0;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em;
  color: #777;
}



span.gtag {
	padding: 3px 5px;
	font-size: 13px;
	border-radius: 4px;
}
span.gtag-n {
	background-color: #405280;
	color:#fff;
	padding: 3px 5px;
	font-size: 13px;
	border-radius: 0;
	white-space: nowrap;
}
span.gtag._gtag_1 {
	background-color: #406580;
	color:#fff;
	padding: 3px 5px;
	font-size: 13px;
	border-radius: 0;
}
span.gtag._gtag_2 {
	background-color: #CC6767;
	color:#fff;
	padding: 3px 5px;
	font-size: 13px;
	border-radius: 0;
}
span.gtag._gtag_3 {
	background-color: #68995B;
	color:#fff;
	padding: 3px 5px;
	font-size: 13px;
	border-radius: 0;
}

span.gtag2 {
    background-color: #84B64C;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 16px;
    color: #fff;
    line-height: 2.5em;
}

/*
自作テーマ
*/
body {
  width:100%;
  background: #F7F3ED;
  color: #191919;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  line-height:1.6;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Noto Serif JP', sans-serif;
}

hr.hr {
    border: 0;
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/hr.png");
    opacity: 100;
    margin: 0;
}
hr.hr.small {
    border: 0;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("./images/hr.png");
    opacity: 100;
    margin: 0;
}
.side-logo {
	width: 100px;
	display:block;
	margin: 40px auto;
}

/**
 * KV
 */
.migiwa-page .keyvisual {
  height: 100vh;
  background-image: url("./images/KV02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 212px;
  text-align: center;
}
.migiwa-page .keyvisual h1 {
  margin: 0;
  padding: 0;
}
.migiwa-page .keyvisual h1 img {
	margin-top: 5vh;
	height: 20vh;
}

.migiwa-page .keyvisual p.copy img {
	margin-top: 11vh;
	height: 45vh;
}

.migiwa-page .cover-image {
	overflow:hidden;
	position: relative;
}
.migiwa-page .cover-image .labelimg {
    position: absolute;
    top: 10px;
    left: 10px;
}
.migiwa-page .img-fluid{
	object-fit: cover;
	object-position: top center;
	width: 100%;
	/* height: 100%; */
}
.migiwa-page .i_img{
	overflow: hidden;
}
/*
 * SIDE
 */
.migiwa-page #side {
  width: 212px;
  background-color: rgba(247, 243, 237, 0.8);
  position: fixed;
  height: 100%;
  z-index: 10000;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.migiwa-page #side .social {
  position: fixed;
  bottom: 10px;
  left: 36px;
}
.migiwa-page #side .social a {
    margin: 0 5px;
}
.migiwa-page #side .social a img {
	display: inline;
}
ul.menu {
  list-style: none;
  margin-left: 0;
  padding-left: 40px;
}
ul.menu li {
  margin-bottom: 22px;
  color:#191919;;
}
ul.menu li a {
  color:#191919;;
  text-decoration: none;
  font-weight: 500;
}
.migiwa-page .main {
  padding-top: 10px;
  margin: 0;
}
.migiwa-page .main .btn{
	margin: 48px auto;
	margin-bottom: 0;
}
.migiwa-page .section {
  padding-left: 252px;
  padding-top: 64px;
  padding-bottom: 48px;
  padding-right: 20px;
}
.migiwa-page .breadcrumb-block {
  padding-left: 252px;
}

.migiwa-page #footer {
  background-image: url("./images/b_cover.png");
  padding-bottom: 180px;
      padding-left: 252px;
/*
  padding-left: 252px;
  height: 832px;
  background-image: url("./images/Footer.png");
  background-repeat: no-repeat;
  background-size: cover;
  */
}
.migiwa-page #footer #menu-footer {
  position: relative;
  text-align: center;
  padding-top: 150px;
  list-style: none;
  margin-left: -40px;
  bottom: -120px;
}
.migiwa-page #footer #menu-footer li {
  line-height: 2.5em;
  color:#fff;
  display: inline;
    margin: 0 20px;
}
.migiwa-page #footer #menu-footer li a {
  color: #fff;
  text-decoration: none;
}

.migiwa-page #footer img.migiwa {
width: 268px;
    position: relative;
    top: 100px;
    left: 50%;
    margin-left: -134px;
}
.migiwa-page #footer .copy img {
    width: 192px;
    position: relative;
    top: 200px;
    left: 50%;
    text-align: center;
    margin-left: -96px;
}

/*
 * NEWS
 */
/* .news{
	padding-top: 40px;
    padding-bottom: 40px;
} */
a.btn-news,
a.btn-news:hover{
    display: flex;
	justify-content: space-between;
    width: 200px;
    margin: 0 auto;
	border-radius: 25px;
	background-color: #000;
	color: #fff;
	font-size: 14px;
}
.btn-news span{
	padding-left: 16px;
}
.news-article:first-child {
	border-top: solid 1px #ccc;
	padding-top: 14px;
}
.news-row {
	border-bottom: solid 1px #ccc;
	margin-bottom: 14px !important;
    padding-bottom: 14px;
	align-items: center;
}
.news-row .date {
	width: 150px;
	color: #818181;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.news-row .tags {
	width: 150px;
	display: flex;
}
.news-row .tags .gtag {
	background-color: #666666;
}
.news-row .title {
	width: 600px;
	position: relative;
}
	
.news-row .title a {
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-article .news_arrow{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-image: url("./images/arrow2.svg");
	background-repeat: no-repeat;
	background-color: #405280;
	margin-bottom: 0;
}

/*
 * SHOP
 */
a.btn-shop,
a.btn-shop:hover {
    display: flex;
	justify-content: space-between;
    width: 200px;
	font-size: 14px;
    margin-bottom: 40px;
    background-color:#000;
	color: #fff;
	border-radius: 25px;
}
.btn-shop span{
	margin-left: 16px;
}
.recommend-ttl {
	font-size:28px;
	text-align: center;
	margin: 60px 0 32px;
}
.reco_ce{
	width: 100%;
}
div.product{
	width: 860px;
	margin: 0 auto;
}
div.product .card-title a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
div.product .card-title {
    font-size:20px;
}
div.product .price {
	font-size:14px;
    font-weight: 700;
}
div.product .price span {
    font-size:22px;
    font-family: "Roboto";
    font-weight: 700;
}
div.product .price.premium {
    color: #999010;
}
div.product .price_t{
	display: flex;
	gap: 0 24px;
	padding: 24px 0;
}
/* .shop_block{
	margin: 0 auto;
} */

/*
 * lessons
 */
.migiwa-page section.lessons {
    background-color: #5789AD;
    color: #fff;
    padding-bottom: 80px;
    background-image: url("./images/b_cover.png");
    background-repeat: repeat;
	display: flex;
	flex-direction: column;
}
.migiwa-page section.lessons .lesson_card .card{
	height: 100%;
}

.migiwa-page section.lessons .online_card{
	width: auto;
	margin: 0 auto;
}
.migiwa-page section.lessons .lesson-col{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.migiwa-page section.lessons .info {
	width:100%;
	margin: 48px auto;
	margin-top: 30px;
	max-width:540px;
}
.migiwa-page section.lessons .ttl {
	text-align:center;
	margin:20px 0;
	margin-bottom: 32px;
}
.migiwa-page section.lessons .icon {
	text-align:center;
	margin:20px 0;
}
.migiwa-page section.lessons .icon img {
	width: 64px;
}
.migiwa-page section.lessons .card-body h5 {
	text-align:center;
	font-weight: 500;
}
.migiwa-page section.lessons h6 {
	font-weight: 600;
	font-size: 16px;
}
a.btn-lesson,
a.btn-lesson:hover {
    display: flex;
	justify-content: space-between;
    width: 188px;
    margin: 0 auto;
    background-color:#000;
	color: #fff;
    border-radius: 25px;
	font-size: 14px;
}
a.btn-lesson span{
	margin-left: 16px;
}
.migiwa-page section.lessons .price {
	font-weight: 500;
	font-size: 14px;
}
.migiwa-page section.lessons .price span {
	font-family: "Roboto";
	font-size: 22px;
}
.migiwa-page section.lessons h3.card-title {
	font-size: 20px;
	font-weight: 700;
}
.migiwa-page section.lessons h3.card-title a {
	color: #000;
	text-decoration: none;
}
.sample-btn {
padding: 1px;
    margin: 10px 0;
}
.premium_price,
.premium_price span,
.premium-price-label {
	color: #999010;
	font-weight: 700;
}
.card-text.premium_price,
.card-text.price {
    font-size: 18px;
    font-weight: 700;
}
.list-text {
	margin: 0;
}
.migiwa-page .img-lesson{
	object-fit: cover;
	object-position: top center;
	width: 100%;
}


/*
 * books
 */
div.book{
	width: 840px;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	margin: 0 auto;
}
div.book ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	padding-left: 0;
	gap: 28px 26px;
}
div.book ul li {
	margin: 0 10px;
}
div.book .ttl {
	text-align:center;
	margin-bottom: 40px;
}


.reservation {
	background-color: #CAE5CD;
	color: #000;
	font-weight: 500;
	padding: 10px;
    border-radius: 10px;
}


/*
 * about
 */

.migiwa-page section.about {
    background-color: #5789AD;
    color: #fff;
    background-image: url("./images/b_cover.png");
    background-repeat: repeat;
}
.migiwa-page section.about .logow {
    width: 200px;
    display: block;
    margin: 100px auto 60px;
}
.migiwa-page section.about .ttl {
	text-align: center;
	margin: 20px 0;
}
.migiwa-page section.about .about-text {
	width: 100%;
    display: block;
    margin: 0 auto;
    /* padding-bottom: 60px; */
}
.migiwa-page section.about .sub-ttl {
	text-align: center;
	margin: 20px 0;
}
.migiwa-page section.about .sub-ttl01 {
    background-image: url(/wp-content/themes/migiwa/images/1.png);
    padding: 46px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 46px;
}
.migiwa-page section.about .sub-ttl02 {
    background-image: url(/wp-content/themes/migiwa/images/2.png);
    padding: 46px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 46px;
}
.migiwa-page section.about .sub-ttl03 {
    background-image: url(/wp-content/themes/migiwa/images/3.png);
    padding: 46px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 46px;
}
.migiwa-page #copy {
  position: relative;
  color: #fff;
  bottom: -150px;
  left: 50%;
  display: inline-block;
  transform: translate(-50%, 0%);
}
a.btn-about,
a.btn-about:hover {
    display: flex;
	justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    width: 160px;
    margin-bottom: 40px;
    background-color:#ffffff;
	border-radius: 25px;
	font-size: 14px;
}
a.btn-about span{ 
	margin-left: 16px;
}

.instructors .card-body {
    /*
    height:360px;
    */
    height: auto;
}


/*
 * 吹き出し
 */
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.balloon5 .faceicon {
  width: 80px;
  flex-shrink: 0;
}
.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

/* .balloon5 .chatting {
  width: 100%;
} */

.says {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #fff;
  width: 400px;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
}

.says p {
  margin: 0;
  padding: 0;
  color: #191919;
}

/*
 * イベント
 */
section.events {
    background-color: #5789AD;
    color: #fff;
    background-image: url("./images/b_cover.png");
    background-repeat: repeat;
}
section.events a {
    color: #000;
	font-size: 14px;
}
a.btn-event,
a.btn-event:hover {
	display: flex;
	justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    background-color:#fff;
    color: #000;
    border:0;
	border-radius: 25px;
	letter-spacing: -0.13rem;
}
a.btn-event span{
	margin-left: 16px;
}
.migiwa-page section.events h3.card-title a {
	color: #fff;
	text-decoration: none;
}
.migiwa-page section.events .list-text {
	color: #fff;
}
/*
 * 整体
 */
a.btn-seitai,
a.btn-seitai:hover {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 200px;
    margin-bottom: 40px;
    background-color:#000;
    border:0;
}

/*
 * 講師
 */
.migiwa-page section.instructors {
	padding-bottom: 160px;
	padding-right: 40px;
}
.migiwa-page section.instructors .card-title {
	font-size: 28px;
	margin-top:20px;
	margin-bottom: 24px;
	font-weight: 700;
}


/*
 * 商品ページ
 */
body.product time {
	display:none;
}
body.product section.related {
	display:none;
}

body.shop .woocommerce-result-count,
body.shop .woocommerce-ordering {
	display:none;
}

.sub-main main ul.products {
    margin-left: 100px;
    margin-top: 100px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em !important;
    padding: 0 !important;
    max-width: 860px !important;
    margin: 0 auto !important;
}

/*
 * page , single
 */
.page,
.single {
  min-height: 100vh;
}


/*
 * 動画一覧
 */
.sub-main .col-md-6 {
    /*
	max-height: 1000px;
    */
	position: relative;
}
.sub-main .list-header {
    width: 400px;
    right: 50px;
    position: absolute;
    top: 200px;
}
.sub-main .list-header p{
	margin-top: 48px;
}
.sub-main .lessons {
    margin-top: 50px;
    padding-right:0;
}
.sub-main .lessons .lheader {
    max-width: 1024px;
}
.sub-main .lessons h3 {
	margin:auto;
}
.sub-main .lessons h4 {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align:center;
}
.sub-main p.sub-lead {
	margin: 24px 0;
	text-align: center;
}
.sub-main .course .card {
	padding: 16px;
}

.sub-main .course-type2 .card-body {
    padding-top: 0;
    padding-bottom: 0;
}
.sub-main .course-type2 a {
    color: #191919;
    text-decoration: none;
}

.sub-main .flow img.image {
	width: 540px;
	margin: auto;
}

.lesson-article {
	margin-bottom: 80px;
}

section.event .card-body a {
	font-weight: 500;
	color: #191919;
	text-decoration: none;
}
section.event .card-text.date,
section.event .card-text.place,
section.event .card-text.price {
	margin:0;
	font-weight: 700;
}

/*
 * 詳細
 */
.lessons-detail {
	margin-bottom: 60px;
}
.lessons-detail .card {
  background-color:transparent;
  border:0;
}
.lessons-detail .card-body {
  padding: 0 40px;
}
.lessons-detail div.balloon5 {
  margin-left: 100px;
  width:auto;
}
.purchased .card {
	background-color:transparent;
	border:0;
}
.purchased .card-body {
	padding: 0;
}

.lessons-detail div.schedule {
    display: inline-block;
    background-color: #CAE5CD;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
}
.confirm-block form div.row {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
}
.confirm-block form div.row label {
    font-weight: 500;
    padding: 5px;
    padding-left: 0;
}
.mypage-content .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
}
.mypage-content .tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #191919;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease;
}
.mypage-content .tab_item:hover {
  opacity: 0.75;
}
.mypage-content input[name="tab_item"] {
  display: none;
}
.mypage-content .tab_content {
  display: none;
  padding: 20px 20px 0;
  clear: both;
}
.mypage-content #lesson:checked ~ #lesson_content,
.mypage-content #event:checked ~ #event_content,
.mypage-content #item:checked ~ #item_content {
  display: block;
}
.mypage-content .tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}

.ribbon17-wrapper {
  display: block;
  position: relative;
  /*
  margin: 15px auto;
  padding: 10px 0;
  width: 300px;
  height: 150px;
  background: #f1f1f1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  */
}

.ribbon17-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.ribbon17 {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon17:before, .ribbon17:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon17:before {
  left: 14px;
}

.ribbon17:after {
  right: 18px;
}


section.company table.table,
section.company table.table>:not(caption)>*>* {
  background-color: transparent;
  padding: 20px 10px;
}
.company table th{
	color: #818181;
	font-size: 14px;
	font-weight: 400;
}
section.concept {
    background-image: url(/wp-content/themes/migiwa/images/concept_back.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
	height: 770px;
}
section.concept .cpc_img{
	background-image: url(/wp-content/themes/migiwa/images/concept_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
	height: 100%;
	width: 30%;
	overflow: hidden;
}
section.concept .ccp{
	display: flex;
	padding: 90px 472px 130px 0;
	gap: 0 15%;
	justify-content: center;
}
section.concept .cpc{
	width: 50%;
	display: flex;
	margin: 100px 0;
	justify-content: center;
}
section.concept .conceptword_pc{
	margin-left: 44px;
}

section.concept .concept-text {
    height: 340px;
    writing-mode: vertical-rl;
	margin-top: 15px;
	line-height: 2;
}
.about-text p{
	font-size:14px;
}
span.payed {
    color: #406580;
    font-size: 13px;
    font-weight: 500;
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid #abb8c3 !important;
}

div.tokuten {
    background: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 10px;
}

div.tokuten h3 {
    font-size: 1.2em;
    margin: 0 0 20px 0;
}

.faqmenu ol,
.faqmenu ul {
    list-style: none;
}
/*アコーディオン全体*/
.faqmenu {
  width: 100%;
  padding: 10px 10px 20px;
}
.faqmenu input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.faqmenu label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #191919;
  line-height: 1;
  position: relative;
  margin: 0 0 10px;
  padding: 10px;
  background-color: transparent;
  font-weight: 700;
}
/*開いたときに表示される部分*/
.faqmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.faqmenu li {
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#faqmenu_bar01:checked ~ #links01 li,
#faqmenu_bar02:checked ~ #links02 li,
#faqmenu_bar03:checked ~ #links03 li,
#faqmenu_bar04:checked ~ #links04 li,
#faqmenu_bar05:checked ~ #links05 li,
#faqmenu_bar06:checked ~ #links06 li,
#faqmenu_bar07:checked ~ #links07 li,
#faqmenu_bar08:checked ~ #links08 li,
#faqmenu_bar09:checked ~ #links09 li,
#faqmenu_bar10:checked ~ #links10 li,
#faqmenu_bar11:checked ~ #links11 li,
#faqmenu_bar12:checked ~ #links12 li,
#faqmenu_bar13:checked ~ #links13 li,
#faqmenu_bar14:checked ~ #links14 li,
#faqmenu_bar15:checked ~ #links15 li,
#faqmenu_bar16:checked ~ #links16 li,
#faqmenu_bar17:checked ~ #links17 li,
#faqmenu_bar18:checked ~ #links18 li,
#faqmenu_bar19:checked ~ #links19 li,
#faqmenu_bar20:checked ~ #links20 li {
  height: auto;
  opacity: 1;
  background-color: transparent;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}
 /*開いたときの下の余白*/
#faqmenu_bar01:checked ~ #links01 li:last-child,
#faqmenu_bar02:checked ~ #links02 li:last-child,
#faqmenu_bar03:checked ~ #links03 li:last-child,
#faqmenu_bar04:checked ~ #links04 li:last-child,
#faqmenu_bar05:checked ~ #links05 li:last-child,
#faqmenu_bar06:checked ~ #links06 li:last-child,
#faqmenu_bar07:checked ~ #links07 li:last-child,
#faqmenu_bar08:checked ~ #links08 li:last-child,
#faqmenu_bar09:checked ~ #links09 li:last-child,
#faqmenu_bar10:checked ~ #links10 li:last-child,
#faqmenu_bar11:checked ~ #links11 li:last-child,
#faqmenu_bar12:checked ~ #links12 li:last-child,
#faqmenu_bar13:checked ~ #links13 li:last-child,
#faqmenu_bar14:checked ~ #links14 li:last-child,
#faqmenu_bar15:checked ~ #links15 li:last-child,
#faqmenu_bar16:checked ~ #links16 li:last-child,
#faqmenu_bar17:checked ~ #links17 li:last-child,
#faqmenu_bar18:checked ~ #links18 li:last-child,
#faqmenu_bar19:checked ~ #links19 li:last-child,
#faqmenu_bar20:checked ~ #links20 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.faqmenu label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.faqmenu input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

div.single .imageheader {
  float: left;
  max-width: 400px;
  padding: 0 20px;
}


.history-list{
  --year-width:160px;
  box-sizing: border-box;
  margin: 48px 0;
  padding-left:var(--year-width);
}
.history-list ul{
  padding:0;
  width:fit-content;
  margin:0 auto;
  font-size:0;
  border-left:#5789AD 2px solid;
  border-image-source: linear-gradient(180deg, #5789AD 0.54%, #37678A 100%);
  border-image-slice: 1;
}
.history-list li{
  font-size:16px;
  display:flex;
  align-items: baseline;
}
.history-list ._year{
  position:relative;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
  font-size:64px;
  text-align: right;
  width:var(--year-width);
  padding-right:48px;
  margin-left:calc(-1 * var(--year-width));
  color:#45769A;
}
.history-list ._year::after{
  content:"";
  position: absolute;
  display: block;
  right:-3px;
  top:50%;
  width:8px;
  height:8px;
  border-radius: 8px;
  background-color:#45769A;
}
.history-list ._text{
  padding-left:48px;
}

div.card.course {
    cursor: pointer;
}

.message_k{
	letter-spacing: 0.06em;
}




/*
 * ====================================================================================================================================================
 */
@media (max-width: 767px) {
	._pc {
		display: none !important;
	}
	._sp {
		display: block !important;
	}
	.migiwa-page #footer {
		padding-left: 0;
	}
	#spheader {
		position: relative;
		top: 0;
		/* height: 80px; */
		display: block;
		width: 100%;
		z-index: 10000;
		/* padding: 15px; */
	}
	body.top #spheader {
		position: absolute;
	}
	#spheader a.logo {
		position: relative;
		top: 20px;
		/* left: 10px; */
	}
	.menu_social{
		text-align: center;
		margin-top: 48px;
	}
	.menu_social .img_y{
		margin: 0 32px;
	}
	
	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: transparent;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		background-color: rgba(255,255,255,0.85);
		transition: all 0.5s;
		-webkit-backdrop-filter: blur(12px);
    	backdrop-filter: blur(12px);
	}
	.menu-content ul {
		padding: 70px 10px 0;
		text-align: center;
	}
	.menu-content ul li a {
        display: block;
        width: 100%;
        font-size: 14px;
        box-sizing: border-box;
        color: #000;
        text-decoration: none;
        padding: 15px 0 0 0;
        position: relative;
	}
	#menu-btn-check:checked~.menu-btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu-btn-check:checked~.menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked~.menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu-btn-check {
		display: none;
	}
	#menu-btn-check:checked~.menu-content {
		left: 0;
	}
	.menu-btn {
		background-color: transparent;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		background-color: #000;
	}
	div.card-body a.btn-lesson,
	div.card-body a.btn-lesson:hover {
		padding: 0 !important;
		width: auto;
	}
	.migiwa-page #footer #menu-footer {
		margin: 0;
		padding-left: 0;
		padding-right: 0;
		bottom: -100px;
	}
	.migiwa-page #footer #menu-footer li {
		display: block;
		margin: 0;
	}
	.migiwa-page .main {
		padding-top: 0;
		margin: 0;
	}
	.migiwa-page #side {
		display: none;
	}
	.migiwa-page .section {
		padding-left: 20px;
		padding-top: 40px;
		padding-bottom: 20px;
		padding-right: 20px;
		height: auto;
	}
	.migiwa-page section.seitai,
	.migiwa-page section.events,
	.migiwa-page section.products,
	.migiwa-page section.about,
	.migiwa-page section.instructors,
	.migiwa-page section.lessons {
		padding-top: 60px;
	}
	.migiwa-page .section.seitai .card-body {
		padding: 0;
		margin-top: 30px;
	}
	.migiwa-page .section.events .card-body {
		padding: 0;
		margin-top: 30px;
	}
	.migiwa-page .section.events div.card {
		margin-bottom: 40px !important;
	}
	.migiwa-page section.lessons .info,
	.migiwa-page section.about .about-text {
		width: 100%;
	}
	.migiwa-page section.instructors {
		padding-bottom: 20px;
		padding-right: 20px;
	}
	.migiwa-page .keyvisual {
		padding-left: 0;
	}
    .migiwa-page .keyvisual h1 img {
        top: 100px;
    }
	div.book.section {
		padding-left: 10px;
		padding-right: 0px;
	}
	section.history.section img {
	    max-width: 100%;
		margin-top: 64px;
	}
	section.company.section img {
	    max-width: 100%;
	}
	.company table th{
		width: 86px;
	}
	img.conceptword {
		margin: 56px 170px;
	}
	div.says {
		width: 65%;
	}
	div.container {
		padding: 0;
		margin: 0;
	}
	div.container-inner {
		padding: 5px;
		padding-top: 15px;
	}
	.lessons-detail div.balloon5 {
		margin-left: 0;
	}
	.sub-main .course .card-body {
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.faqmenu label {
		width: 95%;
	}
	.list-block {
		padding: 0;
	}
	.list-block:first-child {
		padding-right: 5px;
	}
	.list-block:second-child {
		padding-left: 5px;
	}
	/***
	   * 一覧ページ
	   */
	.sub-main .lessons h3 img {
		width: 100%;
	}
	.sub-main .lessons .course .card-body {
		padding: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sub-main .list-header {
		position: relative;
		top: 10px;
		right: 0;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 100px;
		margin-top: 64px;
	}
	.sub-main .cover-image-keyvisual {
		padding-left: 20px;
	}
	.sub-main p.sub-lead{
		text-align: left;
		margin: 40px 0 48px;
	}
	div.product{
		width: 100%;
	}
	div.book{
		width: 100%;
	}
	div.book ul {
		padding-left: 0;
		gap: 15px 15px;
		justify-content: center;
	}
	div.book ul li {
		margin: 10px 5px;
	}
	div.book ul li img {
		width: 130px;
	}
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100% !important;
		;
	}
	.woocommerce ul.products li.product .button {
		display: block !important;
		margin-top: 1em !important;
		text-align: center !important;
		margin: 20px auto !important;
	}
	.sub-main main ul.products {
		margin-left: 0px;
		margin-top: 10px;
	}
	.migiwa-page .breadcrumb-block {
		padding-left: 0;
	}
	div.row div.card-body div.row div.col {
		padding-right: 0;
	}
	.breadcrumb {
		padding-left: 20px;
	}
	.mypage-content .tabs {
	  margin-top: 50px;
	  padding-bottom: 40px;
	  width: 115%;
	  margin: 0 auto;
	  margin-bottom: 100px;
	  margin-left: calc(-50vw + 50%);
	  margin-right: calc(-50vw + 50%);
	}
	input.wpcf7-form-control {
		width:100%;
	}
	.migiwa-page #footer img.migiwa {
	    width: 150px;
    position: relative;
    top: 100px;
    left: 50%;
    margin-left: -75px;
	}
	.migiwa-page #footer .copy img {
    width: 150px;
    position: relative;
    top: 150px;
    left: 50%;
    text-align: center;
    margin-left: -75px;
    }
    .instructors .card-body {
        height: auto;
    }
    section.concept {
        background-image: none;
    }
	section.concept .left-ttl{
		margin: 65px 0 40px;
	}
    section.concept .concept-text-wrap {
        width: 50%;
        margin-right: 20px;
    }
	section.concept .ccp{
		display: block;
		padding: 0;
		display: flex;
		flex-direction: column-reverse;
	}
    section.concept .concept-text {
		line-height: 1.7;
		letter-spacing: 0.1rem;
		width: 300px;
		margin-bottom: 80px;
    }

      .history-list{
        padding-left:0;
      }
      .history-list li{
        flex-direction: column;
      }
      .history-list ._year{
        padding-left:20px;
        text-align: left;
        font-size:40px;
        width:auto;
        padding-right:0;
        margin-left:0;
      }
      .history-list ._text{
        padding-left:20px;
      }
      .history-list ._year::after{
        right:auto;
        left:-5px;
      }
        ul.menu li {
          margin-bottom: 12px;
          color:#191919;
        }
	  .news-row .date {
		text-align: center;
		flex-direction: column;
		white-space: nowrap;
		width: 120px;
		gap: 5px;
		}
}
/**
 * IPAD
 */
@media (min-width: 768px) and (max-width: 1024px) {
	._pc {
		display: none !important;
	}
	._sp {
		display: block !important;
	}
	.migiwa-page #footer {
		padding-left: 0;
	}
	#spheader {
		position: relative;
		top: 0;
		height: 80px;
		display: block;
		width: 100%;
		z-index: 10000;
	}
	body.top #spheader {
		position: absolute;
	}
	#spheader a.logo {
		position: relative;
		top: 20px;
		left: 10px;
	}
	.menu-btn {
		position: fixed;
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: transparent;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		background-color: #3584bb;
		transition: all 0.5s;
	}
	.menu-content ul {
		padding: 70px 10px 0;
	}
	.menu-content ul li {
		border-bottom: solid 1px #ffffff;
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color: #ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}
	#menu-btn-check:checked~.menu-btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu-btn-check:checked~.menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked~.menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu-btn-check {
		display: none;
	}
	#menu-btn-check:checked~.menu-content {
		left: 0;
	}
	.menu-btn {
		background-color: transparent;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		background-color: #000;
	}
	div.card-body a.btn-lesson,
	div.card-body a.btn-lesson:hover {
		padding: 0 !important;
		width: auto;
	}
	.migiwa-page #footer #menu-footer {
		margin: 0;
		padding-left: 0;
		padding-right: 0;
		bottom: -100px;
	}
	.migiwa-page #footer #menu-footer li {
		display: block;
		margin: 0;
	}
	.migiwa-page .main {
		padding-top: 0;
		margin: 0;
	}
	.migiwa-page .main .btn{
		margin: 0 auto;
	}
	.migiwa-page #side {
		display: none;
	}
	.migiwa-page .section {
		padding-left: 20px;
		padding-top: 0;
		padding-bottom: 20px;
		padding-right: 20px;
	}
	.migiwa-page section.seitai,
	.migiwa-page section.events,
	.migiwa-page section.products,
	.migiwa-page section.about,
	.migiwa-page section.instructors,
	.migiwa-page section.lessons {
		padding-top: 60px;
	}
	.migiwa-page .section.seitai .card-body {
		padding: 0;
		margin-top: 30px;
	}
	.migiwa-page .section.events .card-body {
		padding: 0;
		margin-top: 30px;
	}
	.migiwa-page .section.events div.card {
		margin-bottom: 40px !important;
	}
	.migiwa-page section.lessons .info,
	.migiwa-page section.about .about-text {
		width: 100%;
	}
	.migiwa-page section.instructors {
		padding-bottom: 20px;
		padding-right: 20px;
	}
	.migiwa-page .keyvisual {
		height: 100vh;
	}
    .migiwa-page .keyvisual h1 img {
        width: 150px;
        margin-left: -75px;
        left: 50%;
        top: 100px;
    }
	.migiwa-page .keyvisual p.copy img {
		margin-left: -50px;
        /* width: 100px; */
        top: 180px;
        left: 50%;
	}
	div.product{
		width: 100%;
	}
	div.book {
	    width:100%;
	}
	div.book.section {
		padding-left: 10px;
		padding-right: 0px;
	}
	section.history.section img {
	    max-width: 100%;
	}
	section.company.section img {
	    max-width: 100%;
	}
	img.conceptword {
    display: block;
    margin-top: 40px;
    margin: 40px auto;
	}
	div.says {
		width: 70%;
	}
	div.container {
		padding: 0;
		margin: 0;
	}
	div.container-inner {
		padding: 5px;
		padding-top: 15px;
	}
	.lessons-detail div.balloon5 {
		margin-left: 0;
	}
	.sub-main .course .card-body {
		padding: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0 40px;
	}
	.faqmenu label {
		width: 95%;
	}
	.list-block {
		padding: 0;
	}
	.list-block:first-child {
		padding-right: 5px;
	}
	.list-block:second-child {
		padding-left: 5px;
	}
	/***
	   * 一覧ページ
	   */
	.sub-main .lessons h3 img {
		width: 100%;
	}
	.sub-main .lessons .course .card-body {
		padding: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.sub-main .list-header {
		position: relative;
		top: 10px;
		right: 0;
		width: 100%;
		padding: 0 20px;
		margin-bottom: 100px;
	}
	.sub-main .cover-image-keyvisual {
		padding-left: 20px;
	}
	div.book ul {
		padding-left: 0;
	}
	div.book ul li {
		margin: 10px 5px;
	}
	div.book ul li img {
		width: 150px;
	}
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100% !important;
		;
	}
	.woocommerce ul.products li.product .button {
		display: block !important;
		margin-top: 1em !important;
		text-align: center !important;
		margin: 20px auto !important;
	}
	.sub-main main ul.products {
		margin-left: 0px;
		margin-top: 10px;
	}
	.migiwa-page .breadcrumb-block {
		padding-left: 0;
	}
	div.row div.card-body div.row div.col {
		padding-right: 0;
	}
	.breadcrumb {
		margin-left: 0;
	}
	.mypage-content .tabs {
	  margin-top: 50px;
	  padding-bottom: 40px;
	  width: 115%;
	  margin: 0 auto;
	  margin-bottom: 100px;
      margin-left: 0;
      margin-right: 0;

      /*
	  margin-left: calc(-50vw + 50%);
	  margin-right: calc(-50vw + 50%);
      */
	}
	input.wpcf7-form-control {
		width:100%;
	}
	.migiwa-page #footer img.migiwa {
	    width: 150px;
    position: relative;
    top: 100px;
    left: 50%;
    margin-left: -75px;
	}
	.migiwa-page #footer .copy img {
    width: 150px;
    position: relative;
    top: 150px;
    left: 50%;
    text-align: center;
    margin-left: -75px;
    }
    
	.sub-main .col-md-6.cover-text {
		width: 100%;
		position: relative !important;
        height: 538px;
	}
	.sub-main .col-md-6.cover-image-keyvisual {
		width: 100%;
        margin-bottom: 150px;
	}
	section.history img {
		max-width: 100%;
	}
    section.instructors .col-sm-3 {
        flex: 0 0 auto;
        width: 50%;
    }
    section.course .col-md-8 {
        width: 100%;
    }
    section.event .col-md-8 {
        width: 100%;
    }
    .instructors .card-body {
        height: auto;
    }
    section.concept {
        background-image: none;
    }
    section.concept.section {
        margin-bottom:100vh;
    }
    section.concept .ccp {
        padding: 90px 300px 130px 100px;
    }
    
    section.concept .concept-text {
        /* margin-right: 44px; */
        /* width: 264px; */
        height: 400px;
        writing-mode: vertical-rl;
        margin-top: 50px;
        margin-right:20px;
                margin-left: -74px;
    }
    section.concept .concept-text-wrap {
        width: 50%;
        margin-right: 20px;
    }
	
}


/**
 * IPAD2
 */
@media (min-width: 1024px) and (max-width: 1194px) {
	.sub-main .list-header {
	    width: 330px;
	    right: 50px;
	    position: absolute;
	    top: 200px;
	}
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝event＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.event_bg{
	background-image: url("./images/bg_event.webp");
}
.event01_content h3{
	color: rgba(226, 231, 171, 1);
}
.event01_text,.event01_day{
	color: #fff;
}
.bgi01_key{
	width: 100%;
    height: auto;
}
.event01_key{
	display: flex;
    justify-content: center;
}
.event01_keytitle{
	position: absolute;
	top: 15vh;
	padding-left: 212px;
}
.event01_keytitle h3{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 0 6px 12px rgba(0,0,0,0.28), 0 4px 12px rgba(0,0,0,0.4);
	letter-spacing: 0.08em;
}
.event01_keytitle h1{
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 0 6px 12px rgba(0,0,0,0.28), 0 4px 12px rgba(0,0,0,0.4);
	margin: 16px 0;
	padding: 12px 0;
	letter-spacing: 0.08em;
	line-height: 1.6em;
}
.event01_keytitle .title_day{
	font-size: 24px;
	font-weight: 400;
	font-family: "Roboto";
	text-shadow: 0 6px 12px rgba(0,0,0,0.28), 0 4px 12px rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
}
.event01_keytitle img{
	width: 666px;
}
#event01 .breadcrumb-block a{
	color: rgba(204, 204, 204, 1);
	text-decoration-line: underline;
}
#event01 .breadcrumb-block{
	padding-top: 24px;
	color: rgba(204, 204, 204, 1);
}
.event01_explanation{
	text-align: center;
}
.event01_explanation h3{
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 24px;
	line-height: 1.6em;
}
#event01 .event01_content{
	width: 640px;
	margin: 0 auto;
}
#event01 .event01_text{
	text-align: left;
	font-size: 14px;
	line-height: 1.8em;
}
#event01 .event01_day{
	text-align: left;
	list-style: none;
    padding: 24px 0;
	line-height: 1.8em;
}
.description_l{
	font-size: 14px;
	color: #E6E6E6;
	margin-bottom: 0;
}
.description {
    color: rgba(77, 77, 77, 1);
}
.ev01_content{
	width: 760px;
	margin: 0 auto;
}
.day_01{
	font-size: 16px;
}
.hotel01{
	width: 100%;
}
.merit_content{
	display: flex;
	justify-content: center;
    gap: 0 5%;
	margin: 40px auto 0;
}
.merit_content ul{
	margin-top: 12px;
}
.merit_box{
	width: 360px;
}
.merit_box img{
	display: block;
    margin: 0 auto;
}
.merit_box h3{
	display: block;
	margin: 16px 0 0;
	text-align: center;
}
.merit_img01{
	padding-bottom: 16px;
}
.merit_img02{
	padding: 24px 0;
}
.kouno_c {
	width: 240px;
	height: 240px;
	border-radius:50%;
	object-fit: cover;
}
.message_content{
	display: flex;
	gap: 5%;
	margin: 48px auto 0;
	align-items: center;
}
.message_content h4{
	font-size: 20px;
	font-weight: 600;
}
.message_content h3{
	font-size: 28px;
	font-weight: 500;
}
.k_name{
	display: flex;
	align-items: baseline;
	gap: 4%;
	margin: 0 0 16px;
}

/* ---------------------schedule--------------------- */

.schedule li::after{
	content: "";
	border-left: 1px solid rgba(161, 171, 88, 1);
}
.schedule_content .schedule_day img{
	width: 96px;
}
.schedule_content{
	display: flex;
	gap: 0 5%;
	margin: 48px auto 0;
}
.schedule_textimg{
	width: 630px;
	position: relative;
}
.schedule_textimg img{
	width: 270px;
}
.schedule_textimg ul li{
	list-style: none;
	padding-bottom: 24px;
}
.schedul_box{
	display: flex;
    gap: 0 24px;
}
.sc_ttl{
	font-size: 28px;
	font-weight: 500;
	font-family: 'Noto Serif JP', sans-serif;
}
.sc_ttls{
	font-size: 24px;
	font-weight: 500;
	font-family: 'Noto Serif JP', sans-serif;
	margin-bottom: 0;
}
.schedule_textimg .dot{
	position: relative;
}
.schedule_textimg li::before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color:  rgba(161, 171, 88, 1);
	position: absolute;
	top: 20px;
	left: -37px;
}
.schedule_textimg li::after{
	content: "";
    display: block;
    height: 100%;
    width: 2px;
    background: rgba(161, 171, 88, 1);
    position: absolute;
    left: -34px;
    top: 27px;
}
.schedule_textimg li::after(:last-child){
	width: 0;
}
.hoshi{
	font-size: 20px;
	font-weight: 500;
}

/* --------------------hotel------------------ */

.ev01_content .hotel_logo{
	display: block;
	margin: 48px auto 26px;
}
.hotel_text{
	width: 560px;
	margin: 40px auto;
}
.hotel_img{
	display: flex;
	justify-content: space-between;
}

#event01 .event_table{
	width: 760px;
	margin: 0 auto 40px;
	background-color: transparent;
	text-align: left;
}
#event01 .event_table th,
#event01 .event_table td{
	background-color: transparent;
	padding: 15px;
	vertical-align: middle;
	border-color: rgba(204, 204, 171, 1);
}
#event01 .event_table tr:first-child{
	border-top: 1px solid rgba(204, 204, 171, 1);
}

#event01 .event_table td ul{
	padding: 0 20px;
	margin: 0;
}
#event01 .schedule_textimg ul li:last-child::after{
	content: none;
}
#event01 .information_content h3{
	margin: 48px auto;
	text-align: center;
	line-height: 1.6em;
}
#event01 .information_content{
	text-align: center;
}
#event01 .event_table td .c_list{
	list-style: none;
	padding: 0;
}
#event01 .breadcrumb li a:not(:last-of-type)::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('/ic_arrow2.png');
	background-position: center;
	background-size: contain;
}
#event01 .breadcrumb .li_none{
	text-decoration: none;
}
#event01 .hotel_text_inner{
	font-size: 18px;
	margin: 0 0 8px;
}
.text_p{
	margin-top: 40px;
	font-size: 24px;
}

/* --------------------btn-------------------- */

.event_btn,
a.event_btn,
button.event_btn {
  font-weight: 700;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.event_btn-radius-gradient-wrap {
  display: inline-block;
  padding: 1px;
  border-radius: 100vh;
  background: linear-gradient(180deg, #FFFFFF 0%, #66653A 100%);  
  margin-bottom: 120px;
  transition: .3s;
}
.event_btn-radius-gradient-wrap:hover {
	display: inline-block;
	padding: 1px;
	border-radius: 100vh;
	background: linear-gradient(180deg, #FFFFFF 0%, #66653A 100%);
}
.event_btn-radius-gradient-wrap:active {
	display: inline-block;
	padding: 1px;
	border-radius: 100vh;
	background: linear-gradient(180deg, #66653A 0%, #FFFFFF 100%);	
}
a.event_btn-radius-gradient {
  border-radius: 100vh;
  background: linear-gradient(180deg, #E2E196 0%, #CCCB72 100%);
  width: 414px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
}
a.event_btn-radius-gradient:hover {
  border-radius: 100vh;
  filter: brightness(1.15);
}
a.event_btn-radius-gradient:active {
	border-radius: 100vh;
	background: linear-gradient(180deg, #CCCB72 0%, #E2E196 100%);
  }
.event_btn img{
	vertical-align: baseline;
	margin: 0 5px;
}

/* -------------------hotel-------------------- */

.hotel_text .description{
	margin-bottom: 16px;
}
.miroku02{
	color: #666;
	font-weight: 500;
	text-decoration: underline;
}
.miroku{
	position: relative;
	margin: 0 auto 12px;
	width: 640px;
}
.miroku_img{
	width: 327px;
}

.text_miroku{
	position: absolute;
	left: 49%;
    top: 59%;
}
.key_btn{
	margin-bottom: 16px;
}
.bgi01_key {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.seitai_event{
	width: 416px;
}

/* -----------------コラージュ------------------- */

.scroll-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.scroll-content {
    display: inline-block;
    animation: scroll 100s linear infinite;
}

.scroll-content img {
    display: inline-block;
    width: 100vw;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ---------------event/ipad----------------- */

@media (min-width: 768px) and (max-width: 1024px) {
    .event01_key {
        padding-left: 0;
    }
	#event01{
		margin-top: -80px;
	}
	.event01_keytitle{
		padding-left: 0;
	}
	.bgi01_key {
		width: 100%;
        height: 100vh;
        object-fit: cover;
	}
}
/* ---------------event/sp----------------- */

@media screen and (max-width: 767px) {
	#event01 .event01_content {
		width: 100%;
	}
	#event01 .event_btn01,
	#event01 .event_btn02 {
		width: 100%;
	}
	.merit_content {
		display: block;
	}
	.message_content {
		display: block;
		width: 100%;
	}
	.schedul_box {
		display: block;
		width: 100%;
	}
	.ev01_content{
		width: 100%;
	}
	.message_element01{
		text-align: center;
	}
	.k_name{
		margin: 24px 0 16px;
		text-align: left;
	}
	.schedule_content {
		display: block;
	}
	.schedule_day{
		margin-bottom: 4px;
	}
	.hotel_01{
		width: 100%;
	}
	.hotel_img {
		display: block;
	}
	#event01 .event_table {
		width: 100%;
	}
	.hotel_text {
		width: 100%;
	}
	.schedule_textimg {
		width: 100%;
	}
	.merit_box{
		width: 100%;
	}
	.merit_img02{
		width: 100%;
	}
	.schedul_tx {
		width: 100%;
	}
	.hotel_02,.hotel_03{
		width: 100%;
	}
	.hotel_02{
		margin-bottom: 24px;
	}
	.bgi01_key{
		width: 100vw;
		height: auto;
		object-fit: cover;
		object-position: 13%;
	}
	.event202411 > #spheader {
        height: 0;
        padding: 0 15px;
    }
	#spheader .logo .sp_hd{
		position: fixed;
		top: 4%;
		left: 8%;
	}
	.event01_keytitle{
		position: absolute;
		top: 15vh;
		padding-left: 0;
	}
	.event01_keytitle h3{
		font-size: 18px;
	}
	.event01_keytitle h1{
		font-size: 27px;
		padding: 0;
		line-height: 1.7em;
        letter-spacing: 0.02em;
	}
	.event01_keytitle .title_day{
		font-size: 18px;
	}
	.event01_key{
		padding-left: 0;
	}
	a.event_btn-radius-gradient{
		width: 300px;
	}
	.event01_keytitle{
		padding-left: 0;
	}
	.miroku_img{
		width: 314px;
	}
	.text_miroku{
		width: 76px;
	}
	.miroku{
		width: 100%;
	}
	.seitai{
		width: 100%;
	}
	.seitai_event{
		width: 100%;
	}
	.scroll-content img {
		width: 300vw;
	}
	.message_k {
		letter-spacing: 0;
	}

}