@charset "UTF-8";

.ib{
	display: inline-block;
}
.fs18{
	font-size: clamp(16px, 1.7vw, 18px);
}

.lead_area{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 3vw 0 0;
}
.lead_area .symbol{
	width: 80px;
	margin: 0 auto 20px;
	padding: 0;
}
.lead_area .ttl{
	margin: 0 0 60px 0;
	padding: 0;
	font-size: clamp(22px, 2.4vw, 27px);
	text-align: center;
	font-weight: bold;
	line-height: 1.6;
}
.lead_area .ttl .sub_ttl{
	margin: 0 0 0.4vw 0;
	display: block;
	font-size: clamp(16px, 1.6vw, 18px);
	font-weight: bold;
}
.charm_area{
	width: 100%;
	margin: 0 0 min(13vw, 90px) 0;
	padding: 0 0 0;
}
.charm_area img {
    width: 100%;
    display: block;
    margin-bottom: min(6vw, 90px);
}
.charm_area p {
    margin-bottom: 2.5em;
}

.talk_area {
	width: 100%;
	margin: 0 0 min(13vw, 90px);
	padding: 0;
}

.talk_area h2 {
	width: 100%;
	margin: 0 0 0.6em;
	padding: 0;
	line-height: 1.41;
	text-align: center;
	font-size: clamp(22px, 2.2vw, 27px);
}

.talk_area > p {
	margin: 0 0 1.8em;
	text-align: center;
}

.talk_area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.talk_area ul li {
	margin: 0 0 1.2em;
}

.talk_area ul li a {
	display: grid;
	grid-template-columns: minmax(120px, 28%) 1fr;
	grid-template-rows: auto auto auto auto 1fr;
	column-gap: 24px;
	row-gap: 0.35em;
	align-items: start;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f7f4ee;
	border: 2px solid #b49b46;
	color: #000;
	text-decoration: none;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.talk_area ul li a:hover {
	background-color: #fff;
	box-shadow: 0 8px 24px rgba(180, 155, 70, 0.28);
}

.talk_area ul li a figure {
	grid-column: 1;
	grid-row: 1 / -1;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

.talk_area ul li a figure img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.talk_area ul li a h3 {
	grid-column: 2;
	width: 100%;
	margin: 0 0 0.2em;
	padding: 0;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.5;
	font-weight: bold;
	display: block;
}

.talk_area ul li a h3 span {
	display: inline-block;
	margin: 0 0.6em 0.4em 0;
	padding: 0.2em 0.7em;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	background-color: #9a1b2e;
	vertical-align: middle;
}

.talk_area ul li a p {
	grid-column: 2;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: clamp(13px, 1.4vw, 15px);
	line-height: 1.7;
}

.talk_area ul li a p time {
	display: inline-block;
	margin-left: 0.8em;
	padding-left: 0.8em;
	border-left: 1px solid #b49b46;
}

.talk_area ul li a p:nth-of-type(4) {
	display: inline-block;
	width: auto;
	margin-top: 0.7em;
	padding: 0.45em 1.4em;
	font-weight: bold;
	color: #fff;
	background-color: #b49b46;
}

.talk_area ul li a:hover p:nth-of-type(4) {
	background-color: #9a1b2e;
}

@media screen and (max-width: 767px) {
	.talk_area ul li a {
		grid-template-columns: 1fr;
		grid-template-rows: none;
		column-gap: 0;
		row-gap: 0.5em;
		padding: 16px;
	}

	.talk_area ul li a figure {
		grid-column: 1;
		grid-row: auto;
		max-width: 220px;
		margin: 0 auto;
	}

	.talk_area ul li a h3,
	.talk_area ul li a p {
		grid-column: 1;
	}

	.talk_area ul li a p time {
		display: block;
		margin: 0.35em 0 0;
		padding: 0;
		border-left: none;
	}
}
.charm_area h2{
	width: 100%;
	margin: min(13vw, 90px) 0 .9em 0;
	padding: 0 0 0;
    line-height: 1.41;
    text-align: center;
    font-size: clamp(22px, 2.2vw, 27px);
}
.charm_area h3{
    font-size: clamp(20px, 2.1vw, 22px);	width: 100%;
    width: 100%;
	padding: 0;
	margin: 0 0 1em 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.charm_area h3 span.num{
	line-height: 1.0;
	padding: 0 0 0 0;
	width: 60px;
}

.charm_area h3 .txt{
	width:calc(100% - 100px);
	font-size: clamp(20px, 2.1vw, 22px);
	line-height: 1.4;
	font-weight: bold;
	padding: 0 0 0 20px;
	box-sizing: border-box;
}

.charm_area ul.charm_set{
	width: 100%;
	margin: 0 0 4vw 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 2.0;
}
.charm_area ul.charm_set img{
	width: 100%;
}
.charm_area ul.charm_set > li:first-child{
	width: 49%;
	margin: 0;
	padding: 0;
	order: 1;
}
.charm_area ul.charm_set > li:last-child{
	width: 47%;
	margin: 0;
	padding: 0;
	order: 2;
}
@media all and (max-width:600px){
.charm_area ul.charm_set{
	width: 100%;
	margin: 0 0 9vw 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.8;
}
.charm_area ul.charm_set figure{
	width: 100%;
	margin: 0 auto 0;
}
.charm_area ul.charm_set img{
	width: 100%;
}
.charm_area ul.charm_set > li:first-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 2;
}
.charm_area ul.charm_set > li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 1;
}
}


.voice_area{
	width: 100%;
	padding: 0;
	margin: 0 0 60px 0;
}
.voice_area h4{
	width: 100%;
	padding: 0 0 6px 0;
	margin: 0 0 3vw 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #0091c7;
	border-bottom: 1px solid #0091c7;
	box-sizing: border-box;
}
.voice_area h4 span.voice{
  font-family: "Montserrat";
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
}
.voice_area h4 span.word{
  font-size: 20px;
  display: inline-block;
  font-weight: normal;
}
.voice_area .ttl{
	font-size: clamp(20px, 2.2vw, 23px);
	width: 100%;
	padding: 0 0 6px 0;
	margin: 0 0 2vw 0;
  font-weight: bold;
}
.voice_area img{
	width: 100%;
	margin: 0;
	padding: 0;
}
/*voice_set*/
.voice_area ul.voice_set{
	width: 100%;
	margin: 0 0 30px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_area ul.voice_set > li:first-child{
	width: 60%;
	margin: 0;
	padding: 0 0 10px 0;
}
.voice_area ul.voice_set > li:last-child{
	width: 36%;
	margin: 0;
	padding: 0;
}
.voice_area ul.voice_set > li img{
	box-shadow: 15px 15px 0px 0 rgba(245, 170, 58, 0.25);
}
.voice_area ul.voice_set .name{
	font-size: 16px;
}
.voice_area ul.voice_set .name span{
	font-size: 18px;
	font-weight: bold;
}
.voice_area ul.voice_set .add{
	font-size: 13px;
}
@media all and (max-width:600px){
.voice_area ul.voice_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_area ul.voice_set > li:first-child{
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
.voice_area ul.voice_set > li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
}
.voice_area ul.voice_set .text{
	width: 60%;
	padding: 0;
	margin: 0 auto 0 0;
	font-size: clamp(14px, 1.4vw, 15px);
}
@media all and (max-width:600px){
.voice_area ul.voice_set .text{
	width: 100%;
	padding: 0;
	margin: 0;
}
}


/*voice_set*/
.voice_area ul.voice_set02{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_area ul.voice_set02 > li:first-child{
	width: 60%;
	margin: 0;
	padding: 0 0 10px 0;
}
.voice_area ul.voice_set02 > li:last-child{
	width: 36%;
	margin: 0;
	padding: 0;
}
.voice_area ul.voice_set02 > li:first-child img{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
}
.voice_area ul.voice_set02 > li:last-child figure{
	text-align: center;
}

.voice_area ul.voice_set02 > li:last-child img{
	width: 76%;
	margin: 0 auto 40px;
}
.voice_area ul.voice_set02 .name{
	font-size: 16px;
}
.voice_area ul.voice_set02 .name span{
	font-size: 18px;
	font-weight: bold;
}
.voice_area ul.voice_set02 .add{
	font-size: 13px;
}
@media all and (max-width:600px){
.voice_area ul.voice_set02 > li:last-child img{
	width: 60%;
	margin: 0 auto 40px;
}
.voice_area ul.voice_set02{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.voice_area ul.voice_set02 > li:first-child{
	width: 100%;
	margin: 0;
	padding: 0 0 10px 0;
}
.voice_area ul.voice_set02 > li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
}
.voice_area ul.voice_set02 .text{
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: clamp(14px, 1.4vw, 15px);
}
@media all and (max-width:600px){
.voice_area ul.voice_set02 .text{
	width: 100%;
	padding: 0;
	margin: 0;
}
}













.base{
	background-color: #f4f2f1;
	padding: 100px 30px 15px;
	margin: 30px 0 30px 0;
	position: relative;
}
.base::after {
  content: '';
  display: block;
	border: 1px solid #777777;
  position: absolute;
  top: 40px;
  bottom: 15px;
  right: 15px;
  left: 15px;
  margin: auto;
  z-index: 1;
}
article div.wrapper div.content.depart section.base h2{
	font-size: 25px;
	text-align: center;
	color: #c2007b;
	font-weight: bold;
	margin: auto;
	z-index: 2;
	background-color: #f4f2f1;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	top: 6px;
	width: 80%;
	line-height: 1.4;
}
article div.wrapper div.content.depart section.base h2 > span.sub{
	font-size: 18px;
	text-align: center;
	color: #c2007b;
	font-weight: bold;
	margin: auto;
	background-color: #f4f2f1;
	display: inline-block;
}
@media print, screen and (max-width:600px){
.base{
	padding: 120px 15px 15px;
}
article div.wrapper div.content.depart section.base h2 > span.sub{
	font-size: 16px;
}
}

article div.wrapper div.content.depart section.base ul{
    counter-reset: number;
}
article div.wrapper div.content.depart section.base > ul > li{
	margin: 0 0 40px 0;
}
article div.wrapper div.content.depart section.base > ul > li h3{
	width: 100%;
	background-color: #f4f2f1;
	padding: 10px 0 10px 20px;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
@media all and (-ms-high-contrast:none){
article div.wrapper div.content.depart section.base > ul > li h3{
	padding: 10px 0 3px 20px; /* IE11 */
}
}

article div.wrapper div.content.depart section.base > ul > li h3 > span.txt{
	font-size: 25px;
	line-height: 1.2;
	font-weight: bold;
	padding: 0 0 0 20px;
	color: #514b49;
}
@media print, screen and (max-width:600px){
article div.wrapper div.content.depart section.base > ul > li h3 > span.txt{
	font-size: 20px;
}
}
article div.wrapper div.content.depart section.base > ul > li h3 span.num{
	font-size: 70px;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: normal;
	color: #c2007b;
	line-height: 1.0;
	padding: 0 0 0 0;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, article div.wrapper div.content.depart section.base > ul > li h3 span.num{
	padding: 30px 0 0 0; /* IE11 */
}
}
/*
article div.wrapper div.content.depart section.base > ul > li h3::before{
    counter-increment: number;
    content: counter(number);
	font-size: 80px;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-weight: normal;
	color: #c2007b;
}
*/

article div.wrapper div.content.depart section.base > ul > li > div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px 0;
}

article div.wrapper div.content.depart section.base > ul > li > div > .txtarea{
	width: 48%;
}
article div.wrapper div.content.depart section.base > ul > li > div > .txtarea p.ttl{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #c2007b;
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
}
article div.wrapper div.content.depart section.base > ul > li > div > .txtarea p{
	color: #c2007b;
}

article div.wrapper div.content.depart section.base > ul > li > div > figure{
	width: 48%;
	position: relative;
}
article div.wrapper div.content.depart section.base > ul > li > div > figure > figure.circle{
	position: absolute;
	width: 70%;
	top: -100px;
	right: -30px;
	z-index: 2;
	transform: rotate(0deg);
}
@media print, screen and (max-width:767px){
article div.wrapper div.content.depart section.base > ul > li > div > figure > figure.circle{
	position: static;
	max-width: 260px;
	transform: rotate(0deg);
}
}
article div.wrapper div.content.depart section.base > ul > li > div > figure img{
	width: 100%;
}
article div.wrapper div.content.depart section.base > ul > li > div > figure img.flame{
	border: 8px solid #fff;
	box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.19);
	box-sizing: border-box;
}

@media print, screen and (max-width:767px){
	article div.wrapper div.content.depart section.base > ul > li{
		margin: 0 0 80px 0;
	}
	article div.wrapper div.content.depart section.base > ul > li > div > .txtarea{
		width: 100%;
		margin-bottom: 20px;
	}
	article div.wrapper div.content.depart section.base > ul > li > div > figure{
		width: 100%;
	}
}
@media print, screen and (max-width:600px){
	article div.wrapper div.content.depart section.base > ul > li{
		margin: 0 0 40px 0;
	}
}
