@charset "UTF-8";
/*
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Outlined&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;500&display=swap');
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/


:root{
  --main-bg-color:#090909;
  --main-bg-color:#333333;
  --main-white-color:#fffcfd;
  --event-bg-color:#f18d9e;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
	src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
	font-display: swap;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body, html{
font-size:16px;
line-height:1.5;
counter-reset: ch2;
}
body,#header-container{
	background-color: #FDFFFC;
        background-color:var(--main-white-color);
	color:#161211;
}

/* ヘッダーロゴ＆ナビ ここまで*/


/* 全体スタイル */
#main{
	background-color: #FDFFFC;
}

.nodec{text-decoration: none;}
.tagline{
	color:#090909;
}
a{
	color:#383fc4;
}
a:hover{
	color: #da4e71;
}
.attentionmessage{
	border:1px solid #ff3300;
	padding:0.6em;
	color:#ff3300;
	font-weight: bold;
	display:inline-block;
}
.entry-title::before{
	content: "";
	width: 100%;
	position: absolute;
	top:-6px;
	left:0;
	border-top:3px solid #090909;
}
.entry-title{
	padding-top:10px;
	padding-bottom: 10px;
	border-top:1px solid #090909;
	position: relative;
	border-bottom:2px solid #090909;
	padding-left: 10px;
	padding-right: 10px;
}
.cat-label{
	background-color: rgba(255,255,255,0.95);
	color:#090909;
	border-color: #090909 !important;
}

.article h3{
	position: relative;
	border-top:1px dotted #090909;
	border-left: none !important;
	border-bottom:1px dotted #090909;
	border-right: none !important;
	margin-top:3.5em;
}
.article h3::before,.article h3::after{
	position: absolute;
	width: 100%;
	content: "";
	border-top: 1px solid #090909;
	left:0;
}
.article h3::before{
	top:-4px;
}
.article h3::after{
	bottom: -4px;
}
.personal-impression{
	
}

.pr-text{
	color:#999;
	font-size:0.8rem;
}



/* カードデザイン */
.ect-vertical-card .blog-card-wrap{
	width:33%;
	padding:0;
	text-decoration: none;
	border-right:1px solid #e9e9e9;
	border-bottom:2px solid #e0e0e0;
	margin-bottom:3em;
}
.ect-vertical-card .blog-card-wrap:hover{
	font-weight: normal;
}

.blog-card .photo{
	
}
.blog-card .photo figure{
	width: 100%;
	margin:0;
	padding:0;
}
.blog-card .photo figure img{
	width:100%;
	height:auto;
	vertical-align: middle;
}
.blog-card .description{
	font-size:1em;
	width:100%;
	padding:0.5em 0.5em 1em;
	color:#161211;
}
.blog-card h2 {
	margin-top:0.5em;
	margin-bottom:0.75em;
	font-size:0.75em;
	line-height: 1.1;
}
.blog-card .card-snippet{
	color:#6b6766;
	font-size:0.6em;
}
.blog-card .post-date{
	padding-top:0.5em;
	padding-right: 1em;
	color:#6b6766;
}

/** 店舗用ブログカードカスタマイズ **/
.storeinfo{
	margin-top:1em;
}
.storeinfo .blog-card dl{
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	font-size: 1em;
}
.storeinfo .blog-card dt{
	padding-right: 0.5em;
}
.storeinfo .entry-card-meta{
	position: relative;
	margin-top: 0.5em;
}
.storeinfo .blog-card .card-snippet{
	font-size:0.75em;
}
.storeinfo .blog-card .post-date{
	padding:0.5em 1em;
	color:#fff;
	background-color: #161211;
	border-radius: 1.5em;
}

/* カードデザインここまで */

/* 店舗情報ページ用 */
.menu_log{
	display: flex;
	flex-wrap: wrap;
}
.menu_log b{
	display: block;
	margin-bottom:1em;
	border:1px solid #ff3300;
	padding: 0.6em;
	color:#ff3300;
	font-weight: bold;
}
.menu_log figure{
	text-align: center;
	width:32%;
	padding-left: 2.5%;
	
}
.menu_log figure img{
	border-radius: 5px;
}
@media screen and (max-width: 768px){
	.menu_log figure{
		width: 48%;
		margin-left: 1%;
	}
}
/* 店舗情報ページ用ここまで */



/* 子カテゴリーへのリンク表示*/
.cat-child-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	margin-bottom: 2em;
}
.cat-child-list a{
	width:16%;
	text-decoration:none;
	color:#161211;
}
.cat-child-link{
	width:100%;
	text-align:center;
	border:1px solid #161211;
	border-radius:5px;
	padding:0.5em;
	margin-bottom:0.25em;F
	font-size:0.9em;
}
@media screen and (max-width: 768px){
	.cat-child-list a{
		width:33%;
	}
}
/* 子カテゴリーへのリンク表示ここまで*/

/* 言語選択部分 */
.bogo{text-align: right; margin-bottom: 10px;}
.bogo-language-switcher span a{
	color: #090909 !important;
}
.bogo-language-switcher span{
	padding:6px;
	border-radius: 3px;
	font-weight: bold;
	font-size: small;
}
.bogo-language-switcher .current{
	background-color: #090909 !important;
	color: #FDFFFC;
}
/*おすすめレストラン*/
.restaurant-menu{
	background-color: #FDFDFB;
	padding:1em;
}
.restaurant-menu iframe{
	width: 100%;
	height:400px;
}
.restaurant-menu h3{
	background-color: #090909;
	color:#fff;
	border:none !important;
}
.restaurant-menu h3::before,.restaurant-menu h3::after{
	content:none;
}
.restaurant-menu dl{
	padding-left:10px;
	padding-right: 10px;
}
.restaurant-menu dd{
	text-align: right;
	margin-left: 0 !important;
}
#appmap{
	width:80%;
	margin:20px auto;
	text-align: center;
	background-color: #00AA90;
	color: #fff;
	padding:8px;
	border-radius: 8px;
}

/* 施設情報テーブル */
.maplink{
	width:80%;
	margin:1.5em auto 4.5em;
	text-align: center;
	padding: 1em;
	background-color: #19647e;
	border-radius: 2em;
	color:#ffffff;
	font-weight: bold;
	text-decoration: none !important;
	position: relative;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
	border-bottom: solid 2px #b5b5b5;
}
.maplink i{
	border-radius: 50%;
	background-color:#fff;
	position: absolute;
	left:0.5em;
	top:50%;
	width:3em;
	height:3em;
	transform: translate(0, -50%);
	color:#19647e;
	line-height: 3em;
}
.fac_hp,.fac_rout{
	text-decoration: none !important;
}
	






/* インスタウィジェット */
.sbi_header_text h3{
	background-color: transparent;
	color:#090909;
	display: block;
	border-bottom: 1px dotted #090909;
	border-radius: 0;
	padding-bottom: 10px !important;
}
.sbi_bio{
	margin-top: 100px;
}

/* 各記事用ページ */
.toDetailPage{
	position: relative;
	width:60%;
	margin:1em 20%;
	text-align: center;
	padding: 1em;
	border-radius: 0.25em;
	background-color: #e34a6f;
}
.toDetailPage a{
	color:#fff;
	font-weight: bold;
	text-decoration: none !important;
}


/* Goto用の特別テーブル*/
.over-table{
	overflow-x: auto;
	white-space: nowrap;
}
.tablepress-goto td{
text-align: center !important;
	vertical-align: middle !important;
}
.tablepress-goto tr:nth-child(1) td,
.tablepress-goto tr:nth-child(2) td{
	background-color: #64b6e6 !important;
	color: #fff;
	border:1px solid #fff !important;
	font-weight: bold;
}
.tablepress-goto tr:nth-child(2) td:nth-child(3){
	background-color: #3c418f !important;
	}
.tablepress-goto tr:nth-child(2) td:nth-child(4){
	background-color: #d34827 !important;
	}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/	
	#event_year_month .tab-label {
		border-radius: 0 !important;
		flex:0 1 16.6666% !important;
	}
	#event_year_month .tab-label:not(:last-of-type) {
		margin-right: 0px !important;
	}
	/*本日開催のイベント調整*/
	.todaysevent_card{
		width:49.5%;
	}
  /*ブログカード2列*/
	.ect-vertical-card .blog-card-wrap{
		width:49%;
		margin-bottom: 1em;
	}
  /*多言語*/	
	.bogo-language-switcher span{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.toDetailPage{
		width:90% !important;
		margin:1em 5%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.event_year_month_wrap::after{
		display: block;
		content:"";
		width: 49.5%;
	}
	/* ヘッダーロゴ＆ナビ */
	/*
	.mobile-menu-buttons{
		align-items: center;
		color:#fff;
	}
	.mobile-menu-buttons .menu-button > a {
		color: white;
	}
	.mobile-header-menu-buttons .logo-menu-button .menu-button-in img{
		display: none;
	}
	.mobile-header-menu-buttons .logo-menu-button .menu-button-in{
		height:2em;
		background-image:url(https://atamiconcierge.com/cnt/wp-content/uploads/2021/04/whoteLogo2.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.header-in .logo-image{
		/*display: none;*/
	}
	/* ヘッダーロゴ＆ナビここまで */
	
	/*本日開催のイベント調整*/
	.todaysevent_card{
		width:49.5% !important;
	}
	#todaysevent_wrap_mc::after{
		width: 49.5% !important;
	}
	/*ブログカード2列*/
	.ect-vertical-card .blog-card-wrap{
		width:49%;
		margin-bottom:1em;
	}
	.bogo-language-switcher{
		font-size:4vw;
	}
	.bogo-language-switcher span{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}



/* スマホメニュー */
.mobile-menu-buttons {
  background: #090909;/* メニューの背景色 */
  box-shadow:0 -2px 6px gray;/* メニューに影をつける */
}
.navi-menu-button,
.mobile-menu-buttons .home-menu-button > a,
.search-menu-button,
.mobile-menu-buttons .top-menu-button > a,
.sidebar-menu-button{
  color: #ffffff;/* メニューのテキストの色 */
	padding-top:0.5em !important;
	padding-bottom:0.5em !important;
}
.mobile-menu-buttons .menu-button:hover {
  background: #dddddc;/* メニューの背景色(選択時) */
}
.top-menu-button a:hover,
.home-menu-button a:hover,
.mobile-menu-buttons :hover,
.menu-button:hover {
	color: #333;/* メニューのテキストの色(選択時) */
}
.mobile-menu-buttons .menu-content{
  color: #333;/* サイドメニューの表示色が変わるのを防ぐ */
}



/* イベントカレンダー月別一覧用 */
.ev_month_info .ogl_card{/*独自で作成したカードにつける*/
	width:33.33%;
}
.ev_month_info{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	width:100%;
	color:#ffffff;
	font-size: 0.8em;
}
.ev_month_info::after{
	content:"";
	display: block;
	width:33%;
	height:0;
}
.ev_month_info .ev_wrap{
	display:grid;
	place-items : center;
	position:relative;
	color:#fff;
	background-color:#000;
}
.ev_month_info .ev_wrap > *{
	grid-area: 1 / -1 / 1 / -1;
}
.ev_month_info .ev_wrap img{
	width:100%;
	height:200px;
	object-fit: cover;
	opacity:0.75;
}
.ev_month_info .ev_wrap h3,
.ev_month_info .ev_wrap h3::before,
.ev_month_info .ev_wrap h3::after{
	border-color:#fff;
}
.ev_month_info a{
	text-decoration: none;
	color: #ffffff;
}
.ev_month_info dl{
	display:flex;
	flex-wrap: wrap;
}
.ev_month_info dt, .ev_month_info dd{
	background-color: #161211;
}
.ev_month_info dd{
	padding-right: 1em;
	margin:0;
}
.ev_month_info dt{
	padding-left: 0.5em;
	margin: 0;
}
@media only screen and (max-width:519px) {
	/*スマホサイズ*/
	.ev_month_info{
		justify-content:center;
	}
	.ev_month_info .ogl_card{
		width:calc(50vmin - 1.5em);
	}
	.ev_month_info::after{
		width:calc(50vmin - 1.5em);
	}
	.ev_month_info .ev_wrap img{
		height:calc(50vmin - 1.5em);
	}
}
/*イベントカレンダー月別一覧用ここまで */


/*イベントカレンダーevent organiser用*/
/*今日のイベント情報*/
#todaysevent{
	margin-bottom:3.5em;
}
#todaysevent h2{
	display:inline-block;
	text-align:left;
	padding:0.1em 0.5em 0.1em 0;
	color:#339fd0;
	border-bottom:2px solid #339fd0;
	font-size:1.1em;
	line-height:1.1em;
	margin-left:2em;
	margin-bottom:0.5em;
	border-radius:0;
	box-sizing: border-box;
	position:relative;
	background-image:none;
}
#todaysevent h2::before{
	transform: rotate(-15deg) scale(-1, 1);
	position:absolute;
	content: "";
  background-color: #339fd0;
  display: inline-block;
	top:-0.1em;
	left:-2em;
  height: 1.8rem;
  width: 1.8rem;
  -webkit-mask: url("images/kamome.svg");
  mask: url("images/kamome.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}
#todaysevent h2::after{
	background-image:none;
}
#todaysevent_wrap_mc{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#todaysevent_wrap_mc::after{
	display: block;
	content:"";
	width: 33%;
}
.todaysevent_card{
	width:33%;
	text-decoration:none;
	font-size:1em;
	margin-bottom:0.5em;
}
.todaysevent_card .todaysevent_unit{
	border-radius:5px;
	padding:0.5em;
	display:flex;
	align-items:center;
	font-size:0.75em;
	line-height:0.9em;
}
.todaysevent_card .todaysevent_unit img{
	width:4em;
	height:auto;
	vertical-align:bottom;
	margin-right:0.4em;
}
.todaysevent_card .todaysevent_unit p{
	width:100%;
	display:block;
	text-align:right;
	border-top-style:dotted;
	border-top-width:1px;
	margin-top:0.3em;
	padding-top:0.3em;
}




/*サイドバー表示用*/
.widget_pc_text h6{
	text-align: center;
	font-size:1.2em;
	margin-top:1.5em;
	margin-bottom:1em;
}
#sidebar .fc-unthemed tbody, #sidebar .fc-unthemed td, #sidebar .fc-unthemed th, #sidebar .fc-unthemed thead{
	border-color:#fff;
}
#sidebar .fc-event{
	border-radius:5px;
}
.fc-day-number{
	border-bottom:1px dotted #c0c0c0 !important;
}
.fc-day-grid-event .fc-time {
	font-weight: normal !important;
	display:inline-block;
	margin-right:0.8em;
	margin-left:0.8em;
}
.fc-sun .fc-list-header-left{
	color:#be3d39;
}
.fc-sat .fc-list-header-left{
	color:#339fd0;
}
.fc-list-header-left{
	font-size:0.7em;
	margin-right:0.8em;
	float:right !important;
	font-weight: normal !important;
}
.fc-list-header-right{
	font-size:0.85em;
	margin-left:0.8em;
	float: left !important;
}
.fc-list-header-right::after{
	content:"日";
}

.article .eo-fullcalendar h2{
	padding-bottom:2em;
}
.article .eo-fullcalendar h2:before, .article .eo-fullcalendar h2:after{
	content:none;
}


/* ブログカード */
.blank-box{
	border:none !important;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.blank-box .wp-block-embed{
	display:inline-block;
	width:32%;
	margin:0.666%;
	border:0px;
}
.blank-box .blogcard{
	padding:0;
}
.blank-box figure{
	float:none;
	padding:0;
	margin:0;
	width:100%;
}
.blank-box .blogcard-thumbnail img{
	vertical-align:top;
	width:100%;
	height:10em;
	object-fit:cover;
}
.blank-box .blogcard-content{
	margin:0;
	padding:0.25em;
}
.blank-box .blogcard-title{
	width:100%;
	font-size:0.9em;
	line-height:1.2;
	height:2.6em;
}
.blank-box .blogcard-snipet{
	font-size:0.8em;
	padding:0.25em;
}
.blank-box .blogcard-footer{
	padding:0.25em;
	font-size:0.7em;
}
.banner_blogcard .wp-block-embed{
	width:100%;
	margin:0;
}
.banner_blogcard .internal-blogcard{
	display:flex;
	flex-wrap:wrap;
}
.banner_blogcard .internal-blogcard-thumbnail{
	width:35%;
}
.banner_blogcard .internal-blogcard-content{
	width:65%;
padding:1em;
}
.bannre_blogcard .internal-blogcard-title{
	margin-top:0.75em;
}
.banner_blogcard .internal-blogcard-footer{
	width:65%;
padding:0 1em;
margin-left:36%;
margin-top:-2em;
}
.banner_blogcard .internal-blogcard-site{

}

	
	

/*店舗情報デザイン用*/
.storeinfo-wrap{
	position:relative;
}
.storeinfo-wrap .storeinfo-box{
	position: relative;
	margin-bottom: 1.5em;
}
.storeinfo-wrap .storeinfo-title{
	font-family: 'Zen Maru Gothic', sans-serif;
	background-color:rgba(255,255,255,0.75);
	padding: 5px;
	margin-top:-4em;
	z-index:9999;
	width: calc(28em + 10px);
	margin-left:0.5em;
}
.storeinfo-wrap .storeinfo-flame{
	background-color: rgba(250,250,248,1);
	color:#4e4e49;
	position: relative;
	padding-left: calc(2em + 3px);
	padding-top:10px;
	padding-bottom:10px;
	padding-left:3em;
	
	width:28em;
}
.storeinfo-wrap .storeinfo-flame h1::before{
	content:"";
	width:calc(100% - 3px);
	height:0.5em;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #F8E577;
}
.storeinfo-wrap .storeinfo-flame h1{
		margin-top: 0;
		margin-bottom:0.3em;
		font-size:2em;
		line-height: 1.1em;
		padding-top:0.75em;
		padding-left:0.5em;
		padding-right: 0.5em;
	position: relative;
}
.storeinfo-wrap .storeinfo-leftline{
	position:absolute;
	background-color:#d9d9d9;
	height:100%;
	width:2em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	left: 0;
	top: 0;
	padding:0;
}
.storeinfo-wrap .storeinfo-leftline p{
	font-weight: bold;
	white-space: nowrap;
	font-size:0.7em;
	letter-spacing:.3em;
	transform-orign:top left;
	transform: rotate(-90deg);
	margin:0;
	padding:0;
}
.storeinfo-wrap .storeinfo-h-information{
	display: flex;
	flex-wrap: wrap;
	width: calc(25em - 3px);
	border-top: 1px solid #4e4e49;
	border-bottom:2px solid #F8E577;
}
.storeinfo-wrap .shd-unit{
	display: flex;
	align-items: center;
	justify-content: center;
	height:2.8em;
	line-height: 1.1em;
	font-size: 0.9em;
	margin-left:1.3em;
	margin-right: 1.3em;
}
.storeinfo-wrap .storeinfo-h-desc{
	display: flex;
	flex-wrap: wrap;
	width:20em;			
}
.storeinfo-wrap .storeinfo-h-desc img{
	width:0.8em;
	height:0.8em;
	margin-right: 0.5em;
	vertical-align:bottom;
}
.storeinfo-wrap .storeinfo-h-desc hr{
	width:100%;
	border-top:1px dotted #4e4e49;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0;
}
.storeinfo-wrap .storeinfo-h-map{
	position: relative;
	width:calc(5em - 6px);
	height:calc(5em);
	padding-left: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.storeinfo-wrap .storeinfo-h-tomap{
	width:4em;
	height:4em;
	border:1px solid #4e4e49;
	display: flex;
	justify-content: center;
	align-items: center;
}
.storeinfo-wrap .storeinfo-h-map img{
	width: 1.4em;
	height: auto;
}
@media only screen and (max-width:519px) {
	.storeinfo-wrap .storeinfo-title{
		font-size: 0.7em;
	}
	.storeinfo-wrap .shd-unit{
		font-size: 1em;
		margin-left:0.8em;
		margin-right: 0.8em;
	}
	.storeinfo-wrap .storeinfo-h-desc img{
		width:0.9em;
		height:0.9em;
		margin-right: 0.25em;
	}
}

/* 記事内に店舗情報をのせる [articlestoreinfo pid mode]用 */
.articlestoreinfo-single{
	display:flex;
	flex-wrap:wrap;
}
.articlestoreinfo-single .asi-image{
	width:100%;
	position:relative;
}
.articlestoreinfo-single .asi-image img{
	width:100%;
	height:auto;
}

.articlestoreinfo-single .storeinfo-box{
	margin-top:1em;
	margin-bottom:0.75em;
	width:100%;
	position:relative;
}
.articlestoreinfo-single .storeinfo-box .storeinfo-title{
	margin-top:0;
	width:100%;
	padding-top:0;
		margin-left:0;
		padding-left:0;
		padding-right:0;
}
.articlestoreinfo-single .storeinfo-box .storeinfo-flame,
.articlestoreinfo-single .storeinfo-box .storeinfo-h-information{
	width:100%;
}
.articlestoreinfo-single .storeinfo-box .storeinfo-flame h4::before{
	content:"";
	width:calc(100% - 3px);
	height:0.5em;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #F8E577;
}
.articlestoreinfo-single .storeinfo-box .storeinfo-flame h4{
		margin-top: 0;
		margin-bottom:0.3em;
		font-size:1.5em;
		line-height: 1.1em;
		padding-top:0.75em;
		padding-left:0.5em;
		padding-right: 0.5em;
	position: relative;
	border-top:none;
	border-bottom: none;
}
.articlestoreinfo-single .storeinfo-box .storeinfo-h-desc {
	width:calc(100% - 6em);
}
@media only screen and (max-width:519px) {
	.articlestoreinfo-single .asi-image{
		width:100%;
		position:relative;
		margin-left:0;
	}
	.articlestoreinfo-single .storeinfo-box{
		width:100%;
		margin-left:0;
	}
	.articlestoreinfo-single .storeinfo-box .storeinfo-title{
	}
}


/* 確認済み############################################################################################################################################################################################# */
/* 通常のh2 ############################################################################################################################################################################################ */
.article h2{
	color:#161211;
	position: relative;
	background-color: #FDFFFC;
	padding:0 0 1em 0;
	margin:6em 0 0 0;
	font-size: 2.4em;
}
.article h2::before{
	counter-increment: ch2;
	content: counter(ch2, decimal-leading-zero);
	position: absolute;
	font-size: 2.8em;
	color:#d0d0d0;
	top:-1.4em;
/*	left:calc(50% - 0.5em);*/
	left:0;
}
/* 記事内にタイムスケジュールを記述する際に使用（初出：熱海七湯巡り） ############################################################################################################################################################################### */

.timeschedule_b{
	width:90%;
	margin:0 5%;
}
.timeschedule_b, .timeschedule_b th, .timeschedule_b td{
	border:0;
	background-color:none;
}
.timeschedule_b tr{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background-color:transparent !important;
}
.timeschedule_b th{
background-color:#333;
	padding:0;
	color:#fff;
	width:2em;
	line-height:2em;
	border-radius:1em;
	font-size:1.25em;
}
.timeschedule_b td{
	font-size:1.25em;
	background-color:transparent;
}
.timeschedule_b tr:nth-child(odd) td{
	border-bottom:2px dotted #333;
	margin-left:0.75em;
	font-weight:bold;
}
.timeschedule_b tr:nth-child(2n) td{
	padding:1.5em 2.5em;
	font-size:1em;
	color:#999;

}
.timeschedule_b span{
	padding-right:1em;
}
/* スマホメニューlogo ################################################################################################################################################################################## 
.home-menu-button .home-menu-icon{
	display:none;
}
/* スマホメニュードロワー ############################################################################################################################################################################### 
.menu-content{
	background-color:rgba(252,252,252,0.95);
	color:#333;
}
.menu-drawer .menu-item a{
	padding-left: 2em;
	display: block;
}
.menu-drawer .menu-item{
	position: relative;
	color:#333
}
.menu-drawer .menu-item a{
	display: block;
	padding:1em 1em 1em 2em !important;
	color:#333;
}
.menu-drawer{
	padding:0 !important;
}
.menu-drawer-arrow{
	position: absolute;
	top:50%;
	left:1em;
	transform: translate(0, -50%);
}

/*重要なところにアンダーライン############################################ */
.pickcolor{
	color:#38c4af;
	position: relative;
	padding-bottom:4px;
}
.pickcolor:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: repeating-linear-gradient(-45deg, #38c4af, #38c4af 2px, #f9fcfc 2px, #f9fcfc 4px);
}
/* 詳細表示部分を一括で変更20230813 ###################################### */
.info_wrap{
	position: relative;
	box-sizing: border-box;
	color:#303030;
	margin-top:2em;
	margin-bottom:2em;
}
.info_wrap .info_symbol{
	width:5em;
	height:5em;
	border-radius: 50% 50% 10% 50%;
	position: absolute;
	top:-0.75em;
	left: -0.75em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.7em;
	font-weight: bold;
	z-index:999;
}
.info_wrap .info_symbol span{
	display: block;
	text-align:center;
	line-height:0.9em;
	transform: rotate(-45deg);
	position: relative;
	letter-spacing: 0.1em;
}
.info_wrap .info_symbol span::before, .info_wrap .info_symbol span::after{
	content:"";
	height:1.6em;
	width:2px;
	position: absolute;
	bottom: -3px;
	background-color: #fcfcfc;
}
.info_wrap .info_symbol span::before{
	left:-0.3em;
	transform: rotate(-20deg);
}
.info_wrap .info_symbol span::after{
	right: -0.3em;
	transform: rotate(20deg);
}
.info_wrap .info_event{
	background-color: var(--event-bg-color);
	color:#fff;
}
.info_wrap .info_spot{
	background-color: #5bc8ac;
	color:#fff;
}
.info_wrap .info_store{
	background-color: #F8E577;
	color:#303030;
}
.info_sheet{
	box-sizing: border-box;
	clip-path: polygon(4em 0%, 100% 0, 100% 100%, 0 100%, 0% 4em);
	padding:2em 1em;
	background-color: #f4f4f4;
	border-top-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	border:1px solid #f0f0f0;
}
.no_effect .info_sheet{
	clip-path:none;
	padding:0;
	background-color:transparent;
	border:none;
}

.info_sheet h3{
	font-size:1em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0;
	border: none;
	padding: 0;
	text-align: center;
}
.info_sheet h3::before, .info_sheet h3::after{
	content: none;
}
.info_sheet h4{
	font-size: 1.2em;
}
.info_sheet dl{
	display:flex;
	flex-wrap: wrap;
	font-size: 0.9em;
}
.info_sheet dt{
	border:1px solid #303030;
	display: inline-block;
	padding:0.25em;
	border-radius: 3px;
	width:6em;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	display:flex;
	justify-content:center;
	align-items:center;
	height:2em;
}
.info_sheet dd{
	padding-top:calc(0.25em - 2px);
	overflow-wrap: break-word;
	width:calc(100% - 6em);
	margin-left:0;
	padding-left:1em;
}
.info_sheet .info_sep{
	display:flex;
	flex-wrap:wrap;
}
.info_sheet #outside{
	width:40%;
}
.info_sheet #outside img{
	width:100%;
	height:auto;
}
.info_sheet #info_detail{
	width:60%;
}
.info_sheet #info_detail dl{
	margin-left:1em;
}
.info_sheet .anav{
	text-align: center;
	paddin:0;
	margin: 0;
	display: flex;
	justify-content: center;
	width:100%;
}
/* 現在地へナビボタン ############################################ */
.btn-mapnavi{
	display: inline-block;
	position: relative;
	padding: 0.7em 5.5em 0.7em 2.1em;
	text-decoration: none;
	background-image: linear-gradient(135deg, #ffe745 0%, #ffc445 100%);
	transition: .4s;
	width:80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:1em;
	margin-bottom: 1em;
	text-align:center;
	color:#553c05;
	line-height: 2em;
	clip-path: polygon(1em 0%, 100% 0, 100% 2.4em, calc(100% - 1em) 100%, 0 100%, 0% 1em);
}
.btn-mapnavi::after{
	content:"→";
	height:3.4em;
	width:3.4em;
	display:flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	top:0;
	right: 0;
	line-height: 2em;
	background-color: #553c05;
	color:#fff;
	font-weight:bold;
	border-left: 1px dotted #f0f0f0;
}
.btn-mapnavi .material-icons{
	font-size:1.2em;
}

/* ファーストビュー用設定 ########################################### */
#event-carousel {
  max-width: 100%;
  margin: 65px auto 50px;
}
#event-carousel .splide__slide {
  	position: relative;
	height:80vh;
}
#event-carousel .splide__slide a{
	display:flex;
	justify-content:center;
	position:relative;
	height:80vh;
}
#event-carousel .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(90%);
}

/* スライド位置（paginationドット） */
#event-carousel .splide__pagination{
	position:static;
	display:flex;
	justify-content:center;
	margin-top:1rem;
}
#event-carousel .splide__pagination__page {
  background: #cccccc; /* 非アクティブ */
  opacity: 1;
  transition: background 0.3s ease;
	position:static;
}

#event-carousel .splide__pagination__page.is-active {
  background: #f8e577; /* アクティブ：レモンイエロー */
}

/* 矢印ボタン */
#event-carousel .splide__arrow {
  background-color: rgba(255, 255, 255, 0.6);
  color: #333;
  border: none;
  transition: background 0.3s, color 0.3s;
}

#event-carousel .splide__arrow:hover {
  background-color: #f8e577;
  color: #333; /* よりコントラスト高めに */
}

#event-carousel .caption {
	position:absolute;
	top:0;
	bottom:0;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: start;
	align-items:start;
}
#event-carousel .caption .event-name{
	max-width:75%;
	flex-glow:1;
}
#event-carousel .caption .event-title{
  font-family: 'Yomogi', cursive;
  font-size: 3.8rem;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  margin: 1rem 0 0 1rem;
	line-height: 1.4;
}
#event-carousel .caption .event-info {
  font-size: 0.85rem;
  color: #333;
  text-align: right;
  line-height: 1.4;
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(255,255,255,0.95);
	padding:1rem;
}
#event-carousel .caption .event-info .dt{
	background-color:#333;
	padding:0.3rem 1.6rem;
	color:#fff;
	margin-right:0.75rem
}
#event-carousel .caption .event-info p{
	padding:0.75rem 0;
	margin:0;
}
#event-carousel .tagline {
	display:inline-block;
  background-color: #f8e577;
  color: #333;
  padding: 0.4rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
position:absolute;
top:-2px;
left:1rem;
margin:0;
  z-index: 10;
}
/* pxサイズでは情報の大きさで背景サイズを変える */
@media screen and (min-width: 1024px) {
  #event-carousel .caption .event-info{
		left:auto;
		right:2rem;
		bottom:2rem;
  }
}

/* 記事内にブログカード(単一) ############################################ */
/* ========== 共通スタイル ========== */

.blogcard-unit {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blogcard-unit img{
	vertical-align:bottom;
}
.blogcard-unit .blogcard-parm{
	display:block;
	text-decoration:none;
	color: inhert;
}
.blogcard-unit .blogcard-unit-wrap{
	display:flex;
}
.blogcard-unit .text-container{
	display:flex;
	flex-direction:column;
	gap:0.6rem;
}
.blogcard-unit .blogcard-title {
  font-size: 1.05rem;
	line-height:1.3em;
  font-weight: bold;
	color:#333;
}

.blogcard-unit .blogcard-description {
  font-size: 0.95rem;
  color: #555;
	line-height:1.3em;
}
/* 更新時間 */
.blogcard-time {
  font-size: 0.75rem;
  color: #999;
  margin-top: 0.4rem;
}
.blogcard-unit .blog-cta {
  font-size: 0.95rem;
  font-weight: bold;
  color: #999;
  padding: 0.25rem 1rem 0.5rem;
  text-align: center;
}
.blogcard-unit .blog-cta p{
	margin:0;
	display:inline-block;
	padding:0.5rem 2rem;
	border:1px solid #999;
	border-radius:1.5rem;
}

/* ========== .single-blogcard-wrap用（縦型カード） ========== */
.single-blogcard-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:1.5rem;
}
.single-blogcard-wrap .blogcard-unit-wrap{
	flex-wrap:wrap;
}
.single-blogcard-wrap .blogcard-unit .thumb{
	width:100%;
}
/* Cocoon準拠のブレイクポイント */
/* PC（960px以上）→ 3列 */
@media screen and (min-width: 960px) {
  .single-blogcard-wrap .blogcard-unit ,
	.magazine-blogcard-wrap .blogcard-unit{
    flex: 0 1 calc(33.333% - 1rem);
  }
}

/* タブレット（600〜959px）→ 2列 */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .single-blogcard-wrap .blogcard-unit ,
	.magazine-blogcard-wrap .blogcard-unit{
    flex: 0 1 calc(48% - 0.75rem);
  }
}

/* スマホ（〜599px）→ 1列 */
@media screen and (max-width: 599px) {
  .single-blogcard-wrap .blogcard-unit ,
	.magazine-blogcard-wrap .blogcard-unit{
    flex: 0 1 100%;
  }
	.magazine-blogcard-wrap{
		justify-content:center;
	}
	.magazine-blogcard-wrap .blogcard-unit{
		flex: 0 1 calc(80% - 0.75rem);
	}
}



/* ========== .thin-blogcard-wrap用（横型カード） ========== */
.thin-blogcard-wrap{
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	gap:0.6rem;
}
.thin-blogcard-wrap .blogcard-unit{
	flex: 0 1 100%;
}
.thin-blogcard-wrap .thumb{
	width:30%;
}
.thin-blogcard-wrap .text-container{
	width:70%;
	padding:0.3rem;
	
}
.thin-blogcard-wrap .blog-cta{
	display:flex;
	justify-content:end;
}
/* 雑誌風表現 */
.magazine-blogcard-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:1.5rem;
}
.magazine-blogcard-wrap .blogcard-unit {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  height: 280px;
  color: #fff;
}

.magazine-blogcard-wrap .blogcard-unit .thumb {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.magazine-blogcard-wrap .blogcard-unit figure{
	width:100%;
	height:100%;
	margin:0;
}

.magazine-blogcard-wrap .blogcard-unit .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.magazine-blogcard-wrap .blogcard-unit .text-container {
  position: relative;
  z-index: 1;
	gap:0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	align-items:stretch;
  height: 280px;
}

.magazine-blogcard-wrap .blogcard-title {
  font-size: 1.2rem;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.95);
  color: #222;
  padding: 0.4rem 0.6rem;
  display: inline-block;
  max-width: 90%;
	margin-top:0.75em;
	position:relative;
}
.magazine-blogcard-wrap .blogcard-title:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:0.2rem;
	background-color:#f8e577;
}

.magazine-blogcard-wrap .blogcard-description {
  font-size: 0.9rem;
	flex-grow:1;
	display:flex;
	align-items:end;
}
.magazine-blogcard-wrap .blogcard-description p{
	padding:0.3em 0.5em 0.75em;
  background: rgba(255, 255, 255, 0.95);
	margin:0;
}
.magazine-blogcard-wrap .blogcard-meta{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	background: rgba(255,255,255,0.95);
	background-color:#999;
	justify-content:center;
	align-items:center;
	position:relative;
}
.magazine-blogcard-wrap .blogcard-time{
	padding-left:0.75em;
	margin:0;
	width:50%;
	color:#fff;
	display:flex;
}
.magazine-blogcard-wrap .blogcard-time img{
	filter: invert(50%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(1000%) contrast(100%);
}
.magazine-blogcard-wrap .blog-cta:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
	bottom:0;
	width:0.85rem;
	background:linear-gradient(107deg,#999 50%, #f8e577 50%);
  z-index: 2;
}
.magazine-blogcard-wrap .blogcard-date{
//	float:left;
	margin-left:0.3rem;
}
.magazine-blogcard-wrap .blog-cta {
	width:50%;
	padding:0 0.75em 0 0;
	text-align:right;
	font-weight:bold;
	background-color:#f8e577;
	color:#333;
	position:relative;
}
.magazine-blogcard-wrap .blog-cta p{
	padding:0;
	margin:0;
	border:none;
}


/* ヘッダーメニューをスマホと統一########################################################################################################################################################################## */
.content{
	margin-top:90px;
}
#header{
  position:fixed;
  width:100%;
  top:0;
  left:0;
  z-index:9999;
  height:65px;
  background-color:var(--main-bg-color);
}
#header-in{
  display:flex;
  flex-direction:row;
  align-items:center;
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  max-width:1256px;
  margin:0 auto;
}
#header-in .wrap{
	width:auto;
}
#header-in .logo{
  flex-grow:1;
  text-align:left;
}
#header-in .logo img{
  height:45px;
  width:auto;
  margin-left:0.5em;
  margin-right:0.5em;
  vertical-align:bottom;
}
#header-in .logo-image{
  padding:0;
}
#header-in #hamb_tgl{
  display:none;
}
#header-in #hamb{
  display:block;
  width:45px;
  height:45px;
  position:relative;
  cursor:pointer;
  margin-right:0.5em;
}
#header-in #hamb span{
  width:30px;
  height:3px;
  background-color:#fff;
  border-radius:1px;
  position:absolute;
  left:7.5px;
  transition-duration: 0.4s;
}
#header-in #hamb span:nth-child(1){
  top:10px;
}
#header-in #hamb span:nth-child(2){
  top:calc(50% - 1.5px);
}
#header-in #hamb span:nth-child(3){
  bottom:10px;
}

#header-in #hamb_tgl:checked ~ label #hamb span:nth-child(1){
  transform: rotate(45deg);
  width:40px;
  top:21px;
  left: 0;
}
#header-in #hamb_tgl:checked ~ label #hamb span:nth-child(2){
  display:none;
}

#header-in #hamb_tgl:checked ~ label #hamb span:nth-child(3){
  transform: rotate(-45deg);
  width:40px;
  bottom:21px;
  left: 0;
}

#header-in #hamb_tgl:checked ~ #navi{
  left:0;
}
#header-in #navi{
  position:fixed;
  left:-100vw;
  top:65px;
  height:calc(100vh - 65px);
  width:100vw;
  backdrop-filter:blur(12px);
  background-color:rgba(255,255,255,0.8);
  display:flex;
}
#header-in #navi-in{
  display:flex;
  flex-direction:column;
  justify-content:space-evenly;
  text-align:center;
}
#header-in #navi-in ul{
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  list-style:none;
  align-items:center;
  font-size:1.4em;
  font-weight:bold;
}
#header-in #navi-in li{
  margin-top:.5em;
  margin-bottom:.5em;
}
#header-in #navi-in li a{
  text-decoration:none;
  color:var(--main-bg-color);
}
#navi .item-label::before{
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.navi-in>ul li{
	width:auto;
	padding:0 1.5em;
}
#btn_instagram{
  text-align:center;
}
#btn_instagram i{
  font-size:60px;
  color:var(--main-bg-color);
}
[data-no-auto-ads="true"] .adsbygoogle {
    display: none !important;
}
/* ヘッダーメニューをスマホと統一ここまで########################################################################################################################################################################## */

/* カード表示用ユニットを統一 */
.card_unit_wrapper{
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
}
.card_unit_wrapper .card_unit{
	width:48%;
	margin:0.5em 1% 0.3em;
	box-shadow: 0px 0px 7px -5px #777777;
	border-radius: 10px;
	padding:0.3em;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
        font-size:10px;
}
.card_uniut_wrapper .card_unit h5{/* カード内タイトル表示部 */
       font-size:11px;
}
.card_unit_wrapper .card_unit .tag{
       font-size:9px;
       display:flex;
       flex-wrap:wrap;
	margin:0.5em 0 0;
}
/* 月毎のイベント情報表示用カード */
.ac_monthlyevent_wrap{}
.ac_monthlyevent_unit{}
.ac_monthlyevent_desc .tag p{
	display:inline-block;
	line-height:1;
	border-radius:3px;
	padding:5px;
	border:1px solid var(--main-bg-color);
        margin:0 0 0.5em 0;
}
.ac_monthlyevent_desc .ac_data{
	font-size: .8em;
    display: block;
    line-height: 1.4;
    height: 3em;
}

/* フッターメニュー ########################################################################################################################################################################## */
.menu-footer{
	line-height:48px;
}
/* 768px以下はスマホ表示？ ########################################################################################################################################################################## */
@media screen and (max-width: 768px){
	.info_sheet dd{
		padding-top:1em;
		padding-left: 2em;
		width:100%;
		box-sizing: border-box;
		margin-left: 0;
	}
	.info_sheet #outside{
		width:100%;
	}
	
	.info_sheet #info_detail{
		width:100%;
	}
	.info_sheet #info_detail dd{
		padding-top:0.25em;
		width:auto;
	}
	/*ブログカード一枚だけ表示の際のタイトル文字の大きさ調整*/
	.blogcard_wrap_single .unit_title{
		font-size:1em;
		line-height:1.1em;
		height:3.3em;
	}
	.images_wrap_unit{
		width:98%;
		text-align:center;
	}
        .card_unit_wrapper .card_unit{
                font-size:1em;
        }
        .card_unit_wrapper .card_unit h5{
          font-size:15px;
        }
        .card_unit_wrapper .card_unit .tag{
          font-size:0.8em;
        }
}

/* 1024px以上は右カラムが表示される ########################################################################################################################################################################## */
@media screen and (min-width: 1025px){
	.blogcard_wrap_single .unit_image {
		min-width:20vw;
		width:20vw;
		height:20vw;
	}
	.blogcard_wrap_single .unit_image img{
		min-width:20vw;
		width:20vw;
		height:20vw;
	}
	/* グローバルナビ */
	#header-in img{
    	padding-left:20px;
    	padding-right:20px;
  	}
  	#header-in #hamb{
  		display:none;
  	}
  	#header-in #navi{
    	display:flex;
    	flex-direction:row-reverse;
    	position:relative;
    	left:0;
    	top:0;
    	height:45px;
    	width:auto;
    	backdrop-filter:none;
    	background-color:transparent;
  	}
  	#header-in #navi-in{
  		width:100% !important;
        flex-direction:row;
  	}
  	#header-in #navi-in ul{
    	width:100% !important;
    	flex-direction:row;
    	justify-content:space-around;
    	font-size:1em;
    	font-weight:normal;
  	}
  	#header-in #navi-in li{
    	margin-top:0;;
    	margin-bottom:0;
  	}
  	#header-in #navi-in li a{
    	color:#fff;
  	}
  	#btn_instagram i{
    	font-size:39px;
    	padding:3px;
    	line-height:1;
    	color:#fff;
  	}
  	/* カードデザイン用 */	
	.card_unit_wrapper .card_unit{
		width:31.33333%;
                font-size:1em;
	}
       .card_unit_wrapper .card_unit h5{
                font-size:15px;
       }
       .card_unit_wrapper .card_unit .tag{
                font-size:0.8em;
       }
}

/* 日付の表示を統一 */
.ac-title-date{/* span */
	position:relative;
	display:inline-block;
	margin:0.5em 0 0 0;
	line-height:2em;
	padding:0.5em 2em 0.5em 0.5em;
	color:#fff;
	background-color:#fa4141;
	font-weight:bold;
}
.ac-title-date:before{
	position:absolute;
	top:0;
	right:-1.5em;
	content :"";
	border-width: 1.5em 0 1.5em 1.5em;
	border-style: solid;
	border-color: transparent transparent transparent #fa4141;
	
}
.ac-title-date:after{
	position:absolute;
	content:"";
	width:0.75em;
	height:0.75em;
	background-color:#fff;
	border-radius:50%;
	right:-0.25em;
	top:1.125em;
}

/* タイムスケジュール */
.ac-event-timeschedule-wrap{
	
}
.ac-event-timeschedule-wrap .ac-et-unit{
	
}
.ac-event-timeschedule-wrap .ac-et-time{
	
}
.ac-event-timeschedule-wrap .ac-et-content{
	
}
.ac-event-timeschedule-wrap .ac-et-title{
	
}
.ac-event-timeschedule-wrap .ac-et-subject{
	
}

/* モデルコース */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* 任意で調整 */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.step-list {
	list-style: none;
	padding: 0 !important;
	border-left: 3px solid #b6d7a8;
	margin-left: calc(5rem + 3px);
	position:relative;
}

.step-item{
}
.step-header{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-left:-5rem;
}
.step-time{
	display:flex;
	justify-content:center;
	width:4rem;
	padding:0.25rem;
	text-align:center;
	font-weight:bold;
	color:#fff;
	border-radius:3px;
	background-color:#ffce70;
	margin-right:calc(1.5rem + 3px);
	position:relative;
}
.step-time::after{
	content:'';
	width:0.75rem;
	height:0.75rem;
	position:absolute;
	right:-0.3rem;
	top:calc(50% - 0.375rem);
	background-color:#ffce70;
	transform:rotate(45deg);
}
.step-time::before{
	content:'';
	width:0.75rem;
	height:0.75rem;
	border-radius:50%;
	position:absolute;
	background-color:#b6d7a8;
	right:calc(-1rem - 1px);
	top:calc(50% - 0.375rem);
	
}
.step-spot{
	font-weight:bold;
	font-size:1.1rem;
	border-radius:3px;
	width:calc(100% - 5.5rem - 4px);
	line-height:1.2;
	border-bottom:2px dotted #ffce70;
}
.step-comment{
	margin-left:calc(0.5rem + 3px);
	background-color:#ffffee;
	padding:0.75rem;
	border-radius:3px;
}
.step-move{
	margin-top:1rem;
	margin-bottom:1rem;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

/* 共通設定を変更 */
.al-center{
text-align:center;
}