@charset "UTF-8";

html { scroll-behavior: smooth;}
body {
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
/*  background-image: linear-gradient(0deg, rgb(255 236 194), rgb(229 254 255));*/
  /*background-color: #eaedef;*/
}



/*======== mainvisual ========*/

.MainContentBlock {
  padding: 10% 5%;
  text-align: center;
}

article.page-base {
	max-width: 480px !important;
	margin: auto;
  box-shadow: 0px 0px 8px 2px rgba(146, 146, 146, 0.2);
  right: 0;
  top: 0;
}

.mainvisual {
	background-image: url(../img/mainvisual.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vh;
  width: 100%;
  position: relative;
}
.mainvisual:after {
	display: none;
}

.mainvisual_title{
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.mainvisual_icon{
  position: absolute;
  width: 20%;
  top: 3%;
  right: 0;
  left: 0;
  margin: auto;
}


@media only screen and (max-width: 48em) {
article.page-base {
  box-shadow: none;
}
}

@media only screen and (max-width: 48em) {
.mainvisual {
  right: 0;
  box-shadow: none;
}
article.page-base {
  right: 0;
  box-shadow: none;
}
}

div.Page-header-neo h1.header-neo-item1::after {
	display: none;
}
.header-neo-item1 img {
	width: 50%;
}

.header_maintxt_sub {
	width: 70%;
	position: absolute;
	bottom: 30px;
	left: 0;
}
@media only screen and (max-width: 30em) {
.header-title_img {
	max-width: 80px; /* 180px */
}
}
/*======== mainvisual ========*/




/*======== contents ========*/
.contents_area {
  text-align: center;
  padding: 5% 5% 10% 5%;
}
.contents_box{
  padding: 10% 0;
}
/*======== contents ========*/





/*======== footer ========*/
.footer_area{
	background-color: #fff;
	margin: auto;
	position: relative;
	text-align: center;
	padding: 20px 0;
}
.footer_logo_box {
	width: 15%;
	margin: auto;
}
.footer_copy {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #9c9c9c;
}

/* swiper */
/*
.swiper--wrapper {
   /*wrapperのサイズを調整 */
   /*   
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  padding: 0;
}*/
.swiper {
   overflow: hidden;
   position: relative;
}
.swiper-button-next,.swiper-button-prev {
	top: revert-layer;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 0;
}
.swiper-pagination-bullet-active {
    background-color: #888;
}
/* 矢印色の置き換え */
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2335B1C5'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2335B1C5'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}





/* =========== btn =========== */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background-image: linear-gradient(to top, #96781e 0%, #dac69e 80%, #dec694 100%);
	border-radius: 100vh;
	color: #333;
	border: 1px solid #797358;
	box-shadow: 0 3px 2px 1px #2b2b2b, 0 4px 6px #3d3d3d, 0 -2px 2px #3d3d3d, 0 -4px 2px #484848, inset 0 0 2px 2px #706645;
	transition: 0.5s;
  font-size: 13px;
}
a.btn_01:hover {
	opacity: 0.5;
}
a.btn_01 span{
	font-size: 20px;
}

.btn_area{
  width: 100% !important;
  text-align: center !important;
}

/* =========== btn =========== */





/* =========== テキスト =========== */
h3{
 font-size: 20px;
 letter-spacing: 0.3rem;
 font-weight: normal;
 line-height: 1.8;
}
h4{
 font-size: 35px;
 font-weight: 100;
 line-height: 1.0;
 letter-spacing: 0.2rem;
}
h4 span{
 font-size: 15px;
}

.text_01{
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal;
  letter-spacing: 2.0px;
}
.text_02{
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.text_02 span{
  font-size: 18px;
}
.text_03{
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.5em;
}
.text_04{
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
}
.text_04 span{
  font-size: 20px;
  border-bottom: solid 2px #fff;
}
.text_05{
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.text_05 span{
  font-size: 12px;
}
.text_06{
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}
.text_07{
  font-size: 12px;
  line-height: 1.8;
}
.text_07 span{
  font-size: 14px;
  line-height: 1.8;
}
.text_08{
  font-size: 13px;
  line-height: 2.0;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.text_08 span{
  font-size: 12px;
  line-height: 2.0;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.text_09{
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 400;
}


@media only screen and (max-width: 48em) {

}
/* =========== テキスト =========== */



/* =========== テキスト周り =========== */
.txt_box_A{
  padding: 10% 0;
}
/*左揃え中央寄せ*/
.txt_box_B{
	text-align: center;
	display: block;
}
.txt_box_B p{
	text-align: left;
	display: inline-block;
}
.txt_box_C{
  width: 100%;
  margin: auto;
}
.txt_box_C a{
  text-decoration: underline;
}
.txt_box_E{
  background-color: #b69955;
  padding: 5px;
}
.txt_box_F{
  padding: 0.3em 0.7em;
  border-left: solid 5px #b69955;
}
.txt_box_G{
  border-radius: 7px;
  border: solid 1px #8fa6a8;
}
.txt_box_H{
  background-color: #b2b2b2;
  padding: 15px 0;
}


/*----- 両端罫線 -----*/
.txt_box_D {
    display: inline-block;
    position: relative;
    padding: 0 4em;
    color: #6c6c6c;
}
.txt_box_D::before,
.txt_box_D::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #595959;
}
.txt_box_D::before {
    left: 0;
}
.txt_box_D::after {
    right: 0;
}

/*----- 両端罫線 白 -----*/
.txt_box_D2 {
    display: inline-block;
    position: relative;
    padding: 0 4em;
    color: #fff;
}
.txt_box_D2::before,
.txt_box_D2::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #fff;
}
.txt_box_D2::before {
    left: 0;
}
.txt_box_D2::after {
    right: 0;
}




/*----- ＼New／ -----*/
.txt_box_I {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}
.txt_box_I::before,
.txt_box_I::after {
    width: 1px;
    height: 20px;
    background-color: #c2a264;
    content: '';
}
.txt_box_I::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.txt_box_I::after {
    transform: rotate(35deg);
    margin-left: 30px;
}


/*----- ストライプ吹き出し -----*/
.txt_box_J {
    position: relative;
    padding: 0 10px 10px;
    border-radius: 5px;
    background: repeating-linear-gradient(45deg, #f3ed94 0 3px, #fff 3px 8px);
    width: 90%;
    margin: 10% auto 0;
}
.txt_box_J::before {
    position: absolute;
    bottom: -16px;
    left: calc(50% - 6px);
    transform: translateX(-50% + 6px);
    height: 20px;
    width: 2px;
    background-color: #333;
    content: "";
}
.txt_box_J::after {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    border: 2px solid #353535;
    content: '';
}
.txt_box_J span{
  letter-spacing: 2px;
}



.txt_box_K{
  background-color: #99d2c0;
  padding: 1%;
  margin-bottom: 5%;
}
/* =========== テキスト周り =========== */




/*---------A---------*/
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}
.cd-fixed-bg p{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
/*text-align: center;*/
  letter-spacing: 2px;
}
@media only screen and (max-width: 48em) {
.cd-fixed-bg p{
  font-size: 16px;
/*  text-align: center;
  padding: 20% 0 10% 0;*/
}
}

.cd-fixed-bg.cd-bg-1  {
  background-image: url(../img/concept_01_01.jpg);
  height: 100vh;
}
.cd-fixed-bg.cd-bg-2  {
  background-image: url(../img/concept_01_02.jpg);
  height: 100vh;
}
.cd-fixed-bg.cd-bg-3  {
  background-image: url(../img/concept_01_03.jpg);
  height: 100vh;
}
.cd-fixed-bg.cd-bg-4  {
  background-image: url(../img/concept_01_04.jpg);
  height: 100vh;
}

/*-------- ▼ スマホに対応 ▼ --------*/
@media screen and (max-width: 736px) {
	.cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
	}
}
/*---------A---------*/



/*==== スライダー上書き ====*/
    .slider{
        width:100%;
        margin:0 auto;
    }
    .slider .slick-slide{
        height:auto!important;
        margin-right: 1vw!important;
        margin-left: 1vw!important;
        height: auto !important;
    }
    .slider .slick-arrow{
        z-index:2!important;
    }
    .slider .slick-next{
        right:0!important;
    }
    .slider .slick-prev{
        left:0!important;
    }
    .slick-dots li button:before{
      font-size: 25px !important;
    }
    .slick-dots{
      bottom: -30px !important;
    }
    .slick-dots li{
      margin: 0 !important;
    }
    .slick-dots li button:before {
      position: relative !important;
    }
/*==== スライダー上書き ====*/



/* =========== ご案内可能な会場 =========== */
.style_box{
  margin-bottom: 0;
}
.style_area{
  padding: 0;
  position: relative;
}
.style_box img{
  display: block;
/*  border-radius: 15px 0 0 15px;*/
}

.style_band{
  background-color: #c2a264;
  color: #fff;
  writing-mode: vertical-rl;
  padding: 0 5px;
}
.style_band p{
  letter-spacing: 0.3em;
}



/*右から画像が表示される*/
.fade-in_right {
  opacity: 0;
}

.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(-100%);
  }
}
/* =========== ご案内可能な会場 =========== */



/* =========== 会場紹介 =========== */
.style_area .banquet_title-jpn{
  font-size: 18px;
  line-height: 1.3em;
}
.style_area .banquet_title-jpn span{
  font-size: 13px;
  letter-spacing: 0.2em;
}
.banquet_text-box{
  margin:  50px auto 10px;
  width: 100%;
}
.banquet_text-box2{
  margin:  20px auto 10px;
  width: 100%;
}

@media only screen and (max-width: 30em) {
.style_area .banquet_title-jpn{
  font-size: 17px;
}  
}

/* =========== 会場紹介 =========== */



/* =========== FLOW =========== */
.flow_area{
  border-radius: 7px;
}
.flow12 {
	margin: 0;
	padding: 0;
}
.flow12 > li {
	list-style-type: none;
	position: relative;
  padding-bottom: 50px;
	display: flex;
	align-items: flex-start;
}
.flow12 > li:nth-of-type(even)::after {
	content: "";
	position: absolute;
	left: 40px;
	top: 0;
	width: 0;
  height: 100%;
	border-left: 3px dotted #d4d4d4;
}
.flow12 > li:nth-of-type(odd)::before {
	content: "";
	position: absolute;
	left: 40px;
	top: -40px;
	width: 20%;
	height: 40px;
}
.flow12 > li:nth-of-type(odd)::after {
	content: "";
	position: absolute;
	left: 40px;
	top: 50px;
	width: 20%;
	height: calc(100% - 50px);
	border-left: 3px dotted #d4d4d4;
}
.flow12 > li:first-of-type::before, .flow12 > li:last-of-type::after {
  content: unset;
}
.flow12 > li dl {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 130px);
}
.flow12 > li .icon12 {
	display: inline-block;
	margin: 0;
	width: 80px;
	height: auto;
	margin-right: 20px;
	text-align: center;
	font-weight: 300;
	vertical-align: middle;
	font-size: 1.5rem;
	line-height: 80px;
	background: #e5bcbc;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	z-index: 1;
}
.flow12 > li dt {
	display: inline-block;
	margin: 1rem 0 0.5rem;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: .1em;
}
.flow12 > li dd {
	max-width: 550px;
	margin: 0;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: .1em;
}

@media screen and (min-width: 960px) {
	.flow12 > li:nth-of-type(even) {
		margin-left: 20%;
		padding-top: 20px;
	}
	.flow12 > li:nth-of-type(odd)::after {
		border-bottom: 3px dotted #d4d4d4;
	}
	.flow12 > li:nth-of-type(odd)::before {
		border-top: 3px dotted #d4d4d4;
		border-left: 3px dotted #d4d4d4;
	}
	.flow12 > li:nth-of-type(even)::after {
		height: calc(100% - 40px);
	}
}
/* =========== FLOW =========== */



/* =========== LEAD =========== */
.lead_area{
  overflow:hidden;
}
.lead_box{
  background-color: #fff;
  padding: 15% 5%;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border: solid 1px #c2a264;
}
.paint_icon{
  position: absolute;
  z-index: -1;
  width: 13%;
  top: 7%;
  right: 30%;
}
.sample {
	margin: 16px auto;
	text-align: center;
	display: block;
	border: 1px solid #000;
}
.sample .text {
	text-align: left;
	display: inline-block;
}

@media only screen and (max-width: 30em) {
.paint_icon{
  width: 17%;
  top: 5%;
  right: 25%;
} 
}
/* =========== LEAD =========== */



/* =========== MENU =========== */
.menu_area{
  overflow:hidden;
  padding: 3% !important;
}
.menu_box{
  background-color: #fff;
  padding: 15% 5%;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border: #b69955 solid 1px;
}
.menu_box:after {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-bottom: 50px solid #fff;
  bottom: -50px;
  right: -55px;
  box-shadow: 0px 7px 6px -9px black;
  transform: rotate(135deg);
}
.menu_box:before {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-top: 50px solid #fff;
  top: -50px;
  left: -55px;
  box-shadow: 0px -7px 6px -9px black;
  transform: rotate(135deg);
}



.menu_area2{
  overflow:hidden;
  padding: 3% !important;
}
.menu_box2{
  background-color: #fff;
  padding: 15% 5%;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  border: #b69955 solid 1px;
}
.menu_box2:after {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-bottom: 50px solid #f5f5f5;
  bottom: -50px;
  right: -55px;
  box-shadow: 0px 7px 6px -9px black;
  transform: rotate(135deg);
}
.menu_box2:before {
  content: "";
  display: block;
  position: absolute;
  border: 50px solid transparent;
  border-top: 50px solid #f5f5f5;
  top: -50px;
  left: -55px;
  box-shadow: 0px -7px 6px -9px black;
  transform: rotate(135deg);
}
/* =========== MENU =========== */




/* =========== FAIR =========== */
.fair_box{
  position: relative;
}
.fair_box img{
  border-radius: 5px 5px 0;
}
/* =========== FAIR =========== */



/* =========== 点滅 =========== */
@keyframes blinking {
   0% {
   opacity: 0;
   }
   100% {
   opacity: 1;
   }
}

/* 要素にアニメーションを適用 */
.blink {
   animation: blinking 1s ease-in-out infinite alternate;
}
/* =========== 点滅 =========== */




/* =========== フェードイン =========== */
.anime_wrap{
    position: relative;
    overflow: hidden;
}
.anime_wrap p{
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 40px;
    font-weight: bold;
}

.pattern1 img{
    opacity: 0;
    transition: 1s;
    transition-delay: .5s;
}
.pattern1.show img{
    opacity: 1;
}
/*
.pattern1 p{
    opacity: 0;
    transition: .5s;
    transition-delay: 1s;
    letter-spacing: 0.2em;
    font-weight: 100;
}*/
.pattern1.show p{
    opacity: 1;
}
/* =========== フェードイン =========== */



/* =========== 今月のシェフ紹介 =========== */
.flex-2A{
  display: flex;
  width: 100%;
}
.flex-2A_left{
  width: 70%;
}
.flex-2A_right{
  width: 30%;
  text-align: center;
}
.flex-2A_right p{
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    font-weight: 400;
}

.flex-2B_left{
  width: 75%;
}
.flex-2B_right{
  width: 25%;
  text-align: center;
}
.flex-2B_right p{
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 400; 
}
/* =========== 今月のシェフ紹介 =========== */



/* =========== TERMS（規約） =========== */
.address{
  font-style:normal;
}
.address a{
  text-decoration: underline;
}
/* =========== TERMS（規約） =========== */



/* =========== 共通 =========== */
br.mb_show {
	display: none;
}
br.pc_show {
	display: block;
}
/* 480px */
@media only screen and (max-width: 30em) {
br.mb_show {
	display: block;
}
br.pc_show {
	display: none;
}
}

.center{
  text-align: center;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.bold{
  font-weight: bold;
}
.italic{
  font-style: italic;
}
.gothic{
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; 
}
.mincho{
  font-family: "Average", "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* 縦書き */
.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
/* 傾き */
.transform{
  transform: rotate(3deg);
}


.marker_1{
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.marker_2{
  background:linear-gradient(transparent 60%, #ffe1e1 60%);
}

/* 下からふわっとアニメーション設定 */
.animation {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.animation.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 0.8s;
}


/* ========== marginBottom ========== */
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb50{ margin-bottom:50px !important; }


/* ========== padding ========== */
.pdt_05p{ padding-top: 5% !important; }
.pdb_05p{ padding-bottom: 5% !important; }
.pdb_10p{ padding-bottom: 10% !important; }
.pdtb10p{ 
	padding-top: 10% !important;
	padding-bottom: 10% !important;
}
.pdtb05p{ 
	padding-top: 5% !important;
	padding-bottom: 5% !important;
}
.pd03p{
  padding: 3%;
}

/* =========== backgroundcolor =========== */
.bg_color_gray { background-color: #f5f5f5 !important; }
.bg_color_white { background-color: #ffffff !important; }
.bg_color_blue { background-color: #e3e7e9 !important; }
.bg_color_beige { background-color: #fdfbf6 !important; }
.bg_color_black { background-color: #111111 !important; }
.bg_img {
  background-image: url(../img/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/* =========== textColor =========== */
.text_white{  color: #fff !important;}
.text_gold{  color: #b69955 !important;}
.text_black{ color: #333 !important;}

.text_shadow {
  text-shadow: 0px 5px 5px rgba(67, 52, 11, 0.4);
}

/* =========== 点線 =========== */
.dotted-two {
  border-bottom: 2px dotted #333;
}


.limited{
  width: 90%;
  margin: auto;
}


.shadow{
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
}
/* =========== 共通 =========== */


/* =========== 円の中に文字 =========== */
.circle{
   width:70px;
   height:70px;
   border-radius:50%;
   background:#99d2c0;

   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
   position: absolute;
   z-index: 1;
   left: 10px;
   top: -30px;
   transform: rotate(-7deg);
}
.circle p{
   text-align:center;
   font-size: 14px;
   line-height: 1.3em;
}


.circle2{
   width:50px;
   height:50px;
   border-radius:50%;
   background:#cfe8e0;
   /*border:#fff solid 9px;*/

   /*display:flexで中央配置*/
   display:flex;
   align-items:center;
   justify-content:center;
   position: absolute;
   z-index: 1;

  right: 0;
  left: 0;
  top: -23px;
  margin: 0 auto;
}
.circle2 p{
   text-align:center;
   font-size: 25px;
}
/* =========== 円の中に文字 =========== */


/* =========== 吹き出し =========== */
.fukidashi-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
}
.fukidashi-01::before {
  content: "";
  width: 30px;
  height: 1px;
  transform: rotate(60deg);
  box-sizing: border-box;
  background-color: #333333;
}
.fukidashi-01::after {
  content: "";
  width: 30px;
  height: 1px;
  transform: rotate(-60deg);
  box-sizing: border-box;
  background-color: #333333;
}
/* =========== 吹き出し =========== */