@charset "shift_jis";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');
@import url('https://use.fontawesome.com/releases/v6.3.0/css/all.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#coat_wrap,
#coat_wrap *, 
#coat_wrap *:before, 
#coat_wrap *:after {
	box-sizing: border-box;
}

#coat_wrap h1, #coat_wrap h2, 
#coat_wrap h3, #coat_wrap h4,
#coat_wrap h5, #coat_wrap h6,
#coat_wrap p {
	margin: 0;
	padding: 0;
}

#coat_wrap, #coat_wrap * {
	font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

#coat_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#coat_wrap img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

#coat_wrap a,
#coat_wrap a:hover {
	text-decoration: none;
	transition: 0.2s;
}

#coat_wrap a:hover {
	opacity: 0.5;
}

#coat_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#coat_wrap span {
	display: inline-block;
    font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

@media only screen and (max-width: 960px) {
	#coat_wrap, #coat_wrap * {
		font-size: 1.5vw;
	}
}
@media only screen and (max-width: 720px) {
	#coat_wrap, #coat_wrap * {
		font-size: 2.0vw;
	}
}
@media only screen and (max-width: 480px) {
	#coat_wrap, #coat_wrap * {
		font-size: 3.0vw;
	}
}



/* ========== ========== ==========
	#coat_wrap
========== ========== ========== */

#coat_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}



/* ========== ========== ==========
	#coat_head
========== ========== ========== */

#coat_wrap #coat_head {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#coat_wrap #coat_head h2{
    font-size: 2em;
    text-align: center;
}
#coat_wrap #coat_head .lede {
	margin-top: 2em;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#coat_wrap #coat_head.stamp {
	padding: 2em;
	border: 1px solid #cccccc;
}
#coat_wrap #coat_head.stamp .ttl {
	font-size: 3em;
	text-align: center;
}
@media only screen and (max-width: 960px) {
	#coat_wrap #coat_head .lede {
		padding: 0 2em;
	}
}



/* ========== ========== ==========
	#coat_main
========== ========== ========== */

#coat_wrap #coat_main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#coat_wrap #coat_main section {
	margin-top: 2em;
}
#coat_wrap #coat_main section .content__inner > h3.ttl {
	margin-bottom: 1em;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}
#coat_wrap #coat_main section .content__inner > h3.ttl > .sub {
	display: block;
	font-size: 0.5em;
}
#coat_wrap #coat_main section .btn {
	display: block;
	padding: 1em;
	background-color: #052865;
	border-radius: 0.75em;
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#coat_wrap #coat_main section .btn::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 960px) {
	#coat_wrap #coat_main {
		padding: 0 2em;
	}
}



/* ========== ========== ==========
	#content_theme
========== ========== ========== */

#coat_wrap #coat_main #content_theme .theme__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#coat_wrap #coat_main #content_theme .theme__list .item {
	width: 100%;
	padding: 2em;
	border-radius: 1em;
}
#coat_wrap #coat_main #content_theme .theme__list .item:nth-child(n+2) {
	margin-top: 1em;
}
#coat_wrap #coat_main #content_theme .theme__list .item.item01 {
	border: 4px solid #036eb8;
}
#coat_wrap #coat_main #content_theme .theme__list .item.item02 {
	border: 4px solid #ecd700;
}
#coat_wrap #coat_main #content_theme .theme__list .item.item03 {
	border: 4px solid #00913a;
}
#coat_wrap #coat_main #content_theme .theme__list .item.item04 {
	border: 4px solid #e60012;
}
#coat_wrap #coat_main #content_theme .theme__list .item .effort {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#coat_wrap #coat_main #content_theme .theme__list .item .effort .effort__logo {
	width: 20%;
	border: 2px solid #cccccc;
	border-radius: 50%;
	overflow: hidden;
}
#coat_wrap #coat_main #content_theme .theme__list .item .effort .effort__txt {
	width: 76%;
}
#coat_wrap #coat_main #content_theme .theme__list .item .effort .effort__txt .ttl {
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
}
#coat_wrap #coat_main #content_theme .theme__list .item .effort .effort__txt .list {
	margin-left: 1.5em;
	list-style-type: circle;
}
#coat_wrap #coat_main #content_theme .btn {
	margin-top: 1em;
}
#coat_wrap #coat_main #content_theme .btn .sub {
	display: block;
}
#coat_wrap #coat_main #content_theme .btn .ttl {
	text-decoration: underline;
}



/* ========== ========== ==========
	#content_week
========== ========== ========== */

#coat_wrap #coat_main #content_week .lede {
	margin-top: 2em;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#coat_wrap #coat_main #content_week .week__intro {
	margin-top: 2em;
	/*padding: 2em;
	background-color: #fdfeec;
	border-radius: 1em;
    border: solid 1px #e1537d;*/
}
#coat_wrap #coat_main #content_week .week__intro h4.ttl {
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
    color: #e1537d;
}
#coat_wrap #coat_main #content_week .week__intro .ttl_s {
	margin-bottom: 0.5em;
	font-size: 1.1m;
	font-weight: bold;
}#coat_wrap #coat_main #content_week .week__intro .txt_p {
	margin-bottom: 1em;
	font-size: 1.1m;
	font-weight: 600;
    color: #e1537d;
}
#coat_wrap #coat_main #content_week .btn__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;
}

#coat_wrap #coat_main #content_week .btn {
	display: block;
	padding: 1em;
	background-color: #cd797d;
	border-radius: 0.75em;
	color: #fff;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	position: relative;
}

#coat_wrap #coat_main #content_week .btn__list .btn {
	width: 49%;
}

#coat_wrap #coat_main #content_week .btn .sub {
	display: block;
}
#coat_wrap #coat_main #content_week .btn .ttl {
	text-decoration: underline;
}

@media only screen and (max-width: 480px) {
	#coat_wrap #coat_main #content_week .btn__list .btn {
		width: 100%;
	}
	#coat_wrap #coat_main #content_week .btn__list .btn:nth-child(n+2) {
		margin-top: 1em;
	}
}



/* ========== ========== ==========
	#content_event
========== ========== ========== */

#coat_wrap #coat_main #content_event .event__list .item {
	padding: 2em;
	background-color: #fff;
	/*border-radius: 1em;*/
	position: relative;
    /*border-bottom: solid 1px #cecece;*/
}
/*#coat_wrap #coat_main #content_event .event__list .item:nth-child(odd) {
	background-color: #fde6e7;
}
#coat_wrap #coat_main #content_event .event__list .item:nth-child(even) {
	background-color: #fae4cc;
}
#coat_wrap #coat_main #content_event .event__list .item:nth-child(n+2) {
	margin-top: 1em;
}*/
#coat_wrap #coat_main #content_event .event__list .item h4.ttl {
	margin-bottom: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
}
#coat_wrap #coat_main #content_event .event__list .item h4.ttl .sub {
	display: block;
	font-size: 0.8em;
}
#coat_wrap #coat_main #content_event .event__list .item .logo__list {
	display: flex;
	justify-content: space-between;
	position: absolute;
	right: 1em;
	top: 2em;
}
#coat_wrap #coat_main #content_event .event__list .item .logo__list .logo {
	width: 5em;
	margin-right: 1em;
	border-radius: 50%;
	overflow: hidden;
}
#coat_wrap #coat_main #content_event .event__list .item .period::before {
	display: inline-block;
	content: "■";
	margin-right: 0.5em;
}
#coat_wrap #coat_main #content_event .event__list .item .price {
	margin-top: 1em;
    text-align: right;
}
#coat_wrap #coat_main #content_event .event__list .item .place .fa-location-dot {
	margin-right: 0.45em;
	font-family: "Font Awesome 6 Free";
	font-size: 1.25em;
	vertical-align: baseline;
}
#coat_wrap #coat_main #content_event .event__list .item .txt {
	margin-top: 1em;
}
#coat_wrap #coat_main #content_event .event__list .item .img {
	margin-top: 2em;
}
#coat_wrap #coat_main #content_event .event__list .item .btn {
	margin-top: 2em;
	background-color: #e67800;
	font-size: 1em;
}
#coat_wrap #coat_main #content_event .event__list .item .img__list {
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}
#coat_wrap #coat_main #content_event .event__list .item .img__list .img {
	width: 49%;
}
#coat_wrap #coat_main #content_event .event__list .item .lalala_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#coat_wrap #coat_main #content_event .event__list .item .lalala_flex .lalala__img {
	width: 48%;
}
#coat_wrap #coat_main #content_event .event__list .item .lalala_flex .lalala__txt {
	width: 48%;
	margin-top: 1em;
}
#coat_wrap #coat_main #content_event .event__list .item .move__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;
}
#coat_wrap #coat_main #content_event .event__list .item .move__list .move__item {
	width: 48%;
}
#coat_wrap #coat_main #content_event .event__list .item .move__list .move__item .ttl {
	font-weight: bold;
}
#coat_wrap #coat_main #content_event .event__list .item .move__list .move__item .img {
	margin-top: 1em;
}
@media only screen and (max-width: 480px) {
	#coat_wrap #coat_main #content_event .event__list .item {
		position: static;
	}
	#coat_wrap #coat_main #content_event .event__list .item .logo__list {
		justify-content: flex-start;
		margin-bottom: 1em;
		position: static;
	}
	#coat_wrap #coat_main #content_event .event__list .item .lalala_flex .lalala__img {
		width: 100%;
	}
	#coat_wrap #coat_main #content_event .event__list .item .lalala_flex .lalala__txt {
		width: 100%;
	}
	#coat_wrap #coat_main #content_event .event__list .item .move__list .move__item {
		width: 100%;
	}
	#coat_wrap #coat_main #content_event .event__list .item .move__list .move__item:nth-child(n+2) {
		margin-top: 2em;
	}
}



/* ========== ========== ==========
	追加 css
========== ========== ========== */

#coat_wrap #coat_main #content_event .event__list .item .flex__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2em;
}
#coat_wrap #coat_main #content_event .event__list .item .flex__box .flex__img {
	width: 48%;
}
#coat_wrap #coat_main #content_event .event__list .item .flex__box .flex__txt {
	width: 48%;
}
@media only screen and (max-width: 480px) {
	#coat_wrap #coat_main #content_event .event__list .item .flex__box .flex__img {
		width: 100%;
	}
	#coat_wrap #coat_main #content_event .event__list .item .flex__box .flex__txt {
		width: 100%;
		margin-top: 1em;
	}
}



/* ========== ========== ==========
	#stamp_intro
========== ========== ========== */

#coat_wrap #coat_main #stamp_intro .lede {
	font-size: 1.25em;
	text-align: center;
}
#coat_wrap #coat_main #stamp_intro .stamp_place {
	margin: 4em 0;
	padding: 4em;
	border: 4px solid #e67800;
	border-radius: 1em;
	text-align: center;
	position: relative;
	z-index: 5;
}
#coat_wrap #coat_main #stamp_intro .stamp_place h4.ttl {
	display: block;
	width: 100%;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	z-index: 10;
}
#coat_wrap #coat_main #stamp_intro .stamp_place h4.ttl .inner {
	padding: 0 1em;
	background-color: #ffffff;
}
#coat_wrap #coat_main #stamp_intro .stamp_place h4.ttl .inner .fa-location-dot {
	margin-right: 0.45em;
	font-family: "Font Awesome 6 Free";
	font-size: 1.25em;
	vertical-align: baseline;
}
#coat_wrap #coat_main #stamp_intro .stamp_place .place__list {
	display: inline-block;
}
#coat_wrap #coat_main #stamp_intro .stamp_place .place__list li {
	font-size: 1.5em;
	text-align: left;
}
@media only screen and (max-width: 480px) {
	#coat_wrap #coat_main #stamp_intro .lede {
		font-size: 1em;
	}
	#coat_wrap #coat_main #stamp_intro .stamp_place {
		padding: 4em 2em;
	}
	#coat_wrap #coat_main #stamp_intro .stamp_place h4.ttl {
		font-size: 1.5em;
	}
	#coat_wrap #coat_main #stamp_intro .stamp_place .place__list li {
		font-size: 1.25em;
	}
}



/* ========== ========== ==========
	#stamp_item
========== ========== ========== */

#coat_wrap #coat_main #stamp_item .item__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#coat_wrap #coat_main #stamp_item .item__list .item {
	width: 49%;
	padding: 2em;
	background-color: #fae4cc;
	border-radius: 1em;
}
#coat_wrap #coat_main #stamp_item .item__list .item:nth-child(n+3) {
	margin-top: 1em;
}
#coat_wrap #coat_main #stamp_item .cosme__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2em 0;
	padding: 2em;
	background-color: #fae4cc;
	border-radius: 1em;
}
#coat_wrap #coat_main #stamp_item .cosme__list .item {
	width: 48%;
}
#coat_wrap #coat_main #stamp_item .cosme__list .item.all {
	width: 100%;
}
#coat_wrap #coat_main #stamp_item .item .item__ttl {
	margin-bottom: 1em;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
#coat_wrap #coat_main #stamp_item .item .item__ttl .sub {
	display: block;
}
#coat_wrap #coat_main #stamp_item .item .item__img {
	margin-bottom: 1em;
}
#coat_wrap #coat_main #stamp_item .item .item__img .cap {
	display: block;
	font-size: 0.75em;
	text-align: right;
}
#coat_wrap #coat_main #stamp_item .item .item__point {
	margin-top: 1em;
	padding: 1em;
	background-color: #ffffff;
	border: 2px solid #e67800;
}
#coat_wrap #coat_main #stamp_item .item .item__point p:not(:first-of-type) {
	margin-top: 1em;
}
#coat_wrap #coat_main #stamp_item .item .item__point .ttl {
	font-size: 1.25em;
	font-weight: bold;
	color: #e67800;
}
#coat_wrap #coat_main #stamp_item .item .item__point p small {
	font-size: 0.85em;
}
@media only screen and (max-width: 480px) {
	#coat_wrap #coat_main #stamp_item .item__list .item {
		width: 100%;
	}
	#coat_wrap #coat_main #stamp_item .item__list .item:nth-child(n+2) {
		margin-top: 1em;
	}
	#coat_wrap #coat_main #stamp_item .cosme__list .item {
		width: 100%;
	}
	#coat_wrap #coat_main #stamp_item .cosme__list .item:nth-child(n+2) {
		margin-top: 1em;
	}
}

.tbl-r06{
	margin-top:1em;
	background:#fff;
	width:100%;
    font-size: 0.8em;
}

.tbl-r06 th {
  background: #fff;
  border: solid 1px #ccc;
  color: #000;
  padding: 10px;
}
.tbl-r06 td {
  border: solid 1px #ccc;
  padding: 10px;
}

.tbl-r06 .pink {
	background-color:#FCF;
}

.tbl-r06 .blue {
	background-color:#9FF;
	color:#000;
}
.tbl-r06 .nospace{
    white-space: nowrap;
}
.tbl-r06 .gray {
	background-color:#eef0f1;
}






/*@media screen and (max-width: 640px) {
  .tbl-r06 {
    width: 80%;
  } 
  .tbl-r06 .thead {
    display: none;
  }
  .tbl-r06 tr,
  .tbl-r06 td{
    display: block;
    width: 100%;
    position: relative;
  }
  .tbl-r06 td:first-child:before {
    content: "ブランド名:内容";
    background: #b95ea0;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    height: 40px;
    padding: 10px;
    position: absolute;
    top: -41px;
    left: -0.2%;
    display: block;
    width: 100.5%;
  }
  .tbl-r06 tr {
    margin-bottom: 40px;
  }
}*/