@charset "UTF-8";
/* CSS Document */
/* contents --------------------*/
.mainVisual { width: 100%; height: calc(100vh - 180px); background: url("../images/mainvisual@2x.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center top; display: block; overflow: hidden;position: relative; margin-bottom: 80px;}
.mainVisual h1 { font-family: 'MackayRegular',serif; font-size: 88px; color: #fff; letter-spacing: 0.1em; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center; line-height: 1.2em;}
.mainVisual h1 br { display: none;}

.message { text-align: center; margin-bottom: 80px;}
.message h2 { font-size: 24px; font-family: 'Noto Serif JP', serif; margin-bottom: 35px;}
.message p { font-size: 16px; text-align: center; line-height: 2.5em;}
.message p:last-child { font-size: 14px; text-align: center; line-height: 3.5em;}

.news { margin-bottom: 100px; padding: 80px 0 100px; background: #efefef;}
.news-inner { width: 90%; max-width: 1140px; margin: 0 auto;}
.news-title { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 20px;}
.news-title h1 { font-family: 'MackayRegular',serif; font-size: 44px; letter-spacing: 0.1em;}
.news-title a { text-decoration: none; display: flex; align-items: center;}
.newsList-link { display: inline-flex; background-color: #efefef; width: 32px; height: 32px; opacity: 1 !important; border-radius: 100%;  overflow: hidden; margin: 0 10px 0 30px; position: relative; transition: all 0.4s; align-items: center;}
.newsList-link::before, .newsList-link::after { content: ""; display: block; position: absolute; width: 50%;
 height: 0; background-color: #333; pointer-events: none;}
.newsList-link::before { top: 0; right: 0;}
.newsList-link::after { bottom: 0; left: 0;}
.news-title a:hover .newsList-link { color: #333;}
.news-title a:hover .newsList-link::before { height: 100%;}
.news-title a:hover .newsList-link::after { height: 100%;}
.news-title a:hover .newsList-link::before { transition: height 0.2s 0.2s linear;}
.news-title a:hover .newsList-link::after { transition: height 0.2s linear;}
.newsList-link span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width:  calc(100% - 2px); height: calc(100% - 2px); background-color: #efefef; border-radius: 100%; display: flex;
 align-items: center; justify-content: center; z-index: 1;
 }
.news-contents { display: flex; justify-content: space-between;}
.news-topic { padding: 30px 40px 30px 30px; background: #fff; width: 550px; max-height: 180px;}
.news-topic:first-child { margin-right: 30px;}
.news-topic a { text-decoration: none;}
.news-topic h3 { font-size: 20px; margin-bottom: 20px;}
.news-text { font-size: 16px; line-height: 1.5em; margin-bottom: 10px;}
.news-text::after { content: "…"; float: right; display: inline-block;}
.news-date { font-size: 12px;}

.flowerType { margin-bottom: 110px; position: relative;}
.flowerType h1 { font-family: 'MackayRegular',serif; font-size: 52px; letter-spacing: 0.1em; color: #8aaa02; position: absolute; top: -42px; left: 50%; transform:  translateX(-50%); width: 90%; text-align: center; line-height: 1.2em; z-index: 1;}
.flowerType-contents { display: flex; flex-flow: wrap; list-style: none; padding: 0 50px; gap: 25px;}
.flowerType-item { flex-basis: calc((100% - 50px) / 3); height: 80%;}
.flowerType-item:nth-child(1),.flowerType-item:nth-child(2) {flex-basis: calc((100% - 25px) / 2);}
.flowerType-item:hover img { opacity: 0.7;}
.flowerType-item img { width: 100%; height: 100%; object-fit: cover; vertical-align: bottom;}
.flowerType-item-inner { height: 110px; position: relative;}
.flowerType-item-text { display: flex; width: 100%; align-items: center; position: absolute; top: 50%; transform: translateY(-50%);}
.flowerType-item-text br { display: none;}
.flowerType-item span:first-child { font-family: 'MackayRegular',serif; position: absolute; top: 25px;}
.flowerType-item span:last-child { display: block; position: absolute; right: 20px; top: 52%; transform: translateY(-50%);}
.flowerType-item-text p { font-size: 24px; line-height: 1.0em;}
.flowerType-item-text p:first-child { font-family: 'MackayRegular',serif; margin: 15px 0 0 20px; border-bottom: solid 0.5px #333; padding-bottom: 10px;}
.flowerType-item-text p:last-child { display: inline-block; font-size: 14px; margin-bottom: -3px; padding: 16px 0 16px 20px; position: relative; width: 100%;}
.flowerType-item-text p:last-child::after { background-color: #333; bottom: 0; content: ""; display: block; height: 0.5px; left: 0; position: absolute; transition: all 0.4s; width: 0;}
.flowerType-item:hover .flowerType-item-text p:last-child::after { width: calc(100% - 20px);}


.order { padding: 80px 0; background: #efefef; position: relative;}
.order h1 { font-family: 'MackayRegular',serif; font-size: 52px; letter-spacing: 0.1em; color: #8aaa02; position: absolute; top: -29px; left: 50%; transform: translateX(-50%); text-align: center; width: 100%;}
.order-contents { width: 90%; max-width: 1140px; display: flex; flex-flow: wrap; justify-content: space-between; margin: 0 auto;}
.order-contents a { text-decoration: none; width: 30%; max-width: 340px; min-width: 290px; padding-bottom: 30px; border-bottom: #999999 0.5px dotted; margin-bottom: 30px; position: relative;}
.order-contents a:nth-child(4),.order-contents a:nth-child(5),.order-contents a:nth-child(6) { border-bottom: none; padding-bottom: 0; margin-bottom: 0;}
.order-item { display: flex;}
.order-icon { width: 32px; height: 32px; margin-right: 20px;}
.order-icon img { width: 100%; object-fit: contain;}
.order-text p:first-child { font-family: 'Noto Serif JP', serif; margin-bottom: 10px;}
.order-text p:last-child { font-family: 'MackayRegular',serif; font-size: 24px; letter-spacing: 0.1em;}
.order-link { display: inline-flex; background-color: #efefef; width: 32px; height: 32px; opacity: 1 !important; border-radius: 100%;  overflow: hidden; margin: 0 10px 0 30px; position: absolute; transition: all 0.4s; align-items: center; right: 10px; top: 20px;}
.order-link::before, .order-link::after { content: ""; display: block; position: absolute; width: 50%;
 height: 0; background-color: #333; pointer-events: none;}
.order-link::before { top: 0; right: 0;}
.order-link::after { bottom: 0; left: 0;}
.order-item:hover .order-link { color: #333;}
.order-item:hover .order-link::before { height: 100%;}
.order-item:hover .order-link::after { height: 100%;}
.order-item:hover .order-link::before { transition: height 0.2s 0.2s linear;}
.order-item:hover .order-link::after { transition: height 0.2s linear;}
.order-link span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width:  calc(100% - 2px); height: calc(100% - 2px); background-color: #efefef; border-radius: 100%; display: flex; align-items: center; justify-content: center; z-index: 1;}

.lesson { margin: 110px 0 80px; position: relative;}
.lesson h1 { font-family: 'MackayRegular',serif; font-size: 52px; letter-spacing: 0.1em; color: #8aaa02; position: absolute; top: -28px; left: 50%; transform: translateX(-50%); z-index: 1;}
.lesson-contents { display: flex; justify-content: space-between;list-style: none; padding: 0 50px; gap: 25px;}
.lesson-item { flex-basis: 50%; height: 80%;}
.lesson-item:hover img { opacity: 0.7;}
.lesson-item img { width: 100%; height: 100%; object-fit: cover; vertical-align: bottom;}
.lesson-item-inner { height: 100px; position: relative;}
.lesson-item-text { display: flex; width: 100%; align-items: center; position: absolute; top: 50%; transform: translateY(-50%);}
.lesson-item span:first-child { font-family: 'MackayRegular',serif; position: absolute; top: 20px;}
.lesson-item span:last-child { display: block; position: absolute; right: 20px; top: 52%; transform: translateY(-50%);}
.lesson-item-text p { font-size: 24px;}
.lesson-item-text p:first-child { font-family: 'MackayRegular',serif; margin: 15px 0 0 20px; border-bottom: solid 0.5px #333; padding-bottom: 10px;}
.lesson-item-text p:last-child { display: inline-block; font-size: 14px; margin-bottom: -3px; padding: 16px 0 16px 20px; position: relative; width: 100%;}
.lesson-item-text p:last-child::after { background-color: #333; bottom: 0; content: ""; display: block; height: 0.5px; left: 0; position: absolute; transition: all 0.4s; width: 0;}
.lesson-item:hover .lesson-item-text p:last-child::after { width: calc(100% - 20px);}

.shop { display: flex; width: 100%; height: 300px;}
.shop-googleMap { flex-basis: 50%;}
.shop-googleMap iframe { width: 100%; height: 100%;}
.shop-info { flex-basis: 22%; background: #f9f9f9;}
.shop-infoInner { width: 70%; height: 70%; padding-top: 15%; margin: 0 auto; position: relative;}
.shop-info h3 { font-family: 'MackayRegular',serif; font-size: 24px; margin-bottom: 30px;}
.shop-info p { font-family: 'Noto Serif JP', serif; margin-bottom: 10px; line-height: 1.5em;}
.shop-info p:last-child { margin-bottom: 0;}
.shop-link { display: inline-flex; background-color: #f9f9f9; width: 32px; height: 32px; opacity: 1 !important; border-radius: 100%;  overflow: hidden; margin: 0 10px 0 30px; position: absolute; transition: all 0.4s; align-items: center; bottom: -45px; left: -30px;}
.shop-link::before, .shop-link::after { content: ""; display: block; position: absolute; width: 50%;
 height: 0; background-color: #333; pointer-events: none;}
.shop-link::before { top: 0; right: 0;}
.shop-link::after { bottom: 0; left: 0;}
.shop-link:hover { color: #333; cursor: pointer;}
.shop-link:hover::before { height: 100%;}
.shop-link:hover::after { height: 100%;}
.shop-link:hover::before { transition: height 0.2s 0.2s linear;}
.shop-link:hover::after { transition: height 0.2s linear;}
.shop-link span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width:  calc(100% - 2px); height: calc(100% - 2px); background-color: #f9f9f9; border-radius: 100%; display: flex; align-items: center; justify-content: center; z-index: 1;}
.shop-img { flex-basis: 28%;}
.shop-img img { width: 100%; height: 100%; object-fit: cover;}

.snsBtn ul { display: flex; margin: 60px auto; justify-content: center;}
.snsBtn ul li { width: 30px; height: 30px; text-align: center; margin-right: 50px;}
.snsBtn ul li:last-child { margin-right: 0;}
.snsBtn ul li img { height: 30px; object-fit: cover;}


@media print, screen and (max-width:1100px){
  .flowerType h1 { font-size: 40px; top: -35px;}
  .flowerType-item-text { display: block; }
  .flowerType-item-text p:last-child { width: fit-content; margin-left: 20px; padding: 12px 0 10px 0;}
	.flowerType-item-text p:first-child { width: fit-content; border-bottom: none; position: relative; box-sizing: border-box; margin-top: 35px;}
	.flowerType-item-text p:first-child::after { background-color: #333; bottom: 0; content: ""; display: block; height: 0.5px; left: 0; position: absolute;  width: 100%; margin-top: 10px; transition: all 0.4s;}
	.flowerType-item:hover .flowerType-item-text p:first-child::after { width: calc(((100vw - 150px) / 3) - 40px);}
  .flowerType-item:nth-child(1):hover .flowerType-item-text p:first-child::after, .flowerType-item:nth-child(2):hover .flowerType-item-text p:first-child::after { width: calc(((100vw - 125px) / 2) - 40px);}
 
	.flowerType-item-text p:last-child::after { right: 10px; display: none;}
	.flowerType-item span:last-child { right: 20px; top: 42%;}
  
  .order { padding: 80px 50px;}
  .order-contents { width: 100%; max-width: none; min-width: none;}
  .order-contents a { width: 48%; max-width: none; min-width: auto;}
  .order-contents a:nth-child(4),.order-contents a:nth-child(5), .order-contents a:nth-child(6) { padding-bottom: 30px; border-bottom: #999999 0.5px dotted; margin-bottom: 30px;}
  .order-contents a:nth-child(5), .order-contents a:nth-child(6) { margin-bottom: 0;}
  
  .lesson-item-inner { height: 120px;}
  .lesson-item-text { display: block; }
  .lesson-item-text p:last-child { width: fit-content; margin-left: 20px; padding: 12px 0 10px 0;}
  .lesson-item-text br { display: block;}
	.lesson-item-text p:first-child { width: fit-content; border-bottom: none; position: relative; box-sizing: border-box; }
	.lesson-item-text p:first-child::after { background-color: #333; bottom: 0; content: ""; display: block; height: 0.5px; left: 0; position: absolute;  width: 100%; margin-top: 10px; transition: all 0.4s;}
  .lesson-item:hover .lesson-item-text p:first-child::after { width: calc(((100vw - 125px) / 2) - 40px);}
 
	.lesson-item-text p:last-child::after { right: 10px; display: none;}
	.lesson-item span:last-child { right: 20px; top: 38%;}
  
  .shop-googleMap { flex-basis: 40%;}
	.shop-info { flex-basis: 30%;}
	.shop-info h3 { margin-bottom: 20px;}
	.shop-infoInner { width: 80%;}
	.shop-img { flex-basis: 30%;}
}
@media print, screen and (max-width:880px){
	.mainVisual { height: 100vw; background-position: left bottom;}
	.mainVisual h1 { font-size: 64px;}
  
  .message { padding: 0 50px;}
	
	.news-inner { width: 90%; max-width: 550px;}
	.news-contents { width: 100%; display: block; margin: 0 auto;}
	.news-topic, .news-topic:first-child { width: auto; margin: 0 auto 20px; min-height: 120px; padding-right: 30px;}
	.news-topic:last-child { margin-bottom: 0;}
  
  .flowerType-contents { gap: 15px;}
  .flowerType-item { flex-basis: calc((100% - 30px) / 3); height: 80%;}
  .flowerType-item:nth-child(1),.flowerType-item:nth-child(2) {flex-basis: calc((100% - 15px) / 2);}
  .flowerType-item span:first-child { top: 15px;}
  .flowerType-item:hover .flowerType-item-text p:first-child::after { width: calc(((100vw - 130px) / 3) - 40px);}
  .flowerType-item:nth-child(1):hover .flowerType-item-text p:first-child::after, .flowerType-item:nth-child(2):hover .flowerType-item-text p:first-child::after { width: calc(((100vw - 115px) / 2) - 40px);}
  
  .lesson-contents { gap: 15px;}
  .lesson-item { flex-basis: calc((100% - 15px) / 2); height: 80%;}
  .lesson-item span:first-child { top: 15px;}
  .lesson-item:hover .lesson-item-text p:first-child::after { width: calc(((100vw - 115px) / 2) - 40px);}
	
	.shop-googleMap { flex-basis: 40%;}
	.shop-info { flex-basis: 30%;}
	.shop-info h3 { margin-bottom: 20px;}
	.shop-infoInner { width: 80%;}
	.shop-img { flex-basis: 30%;}	
}

@media print, screen and (max-width:680px){
  .mainVisual { margin-bottom: 60px;}
	.mainVisual h1 { font-size: 52px;}
	.mainVisual h1 br { display: block;}
	
  .message { width: 70%; margin: 0 auto 60px; padding: 0;}
	.message h2 { font-size: 20px; margin-bottom: 20px;}
	.message p { font-size: 14px; text-align: justify; margin: 0 auto; line-height: 2.2em; margin-bottom: 10px;}
	.message p:last-child { font-size: 12px; text-align: justify; line-height: 2.0em; margin-bottom: 0;}
  .message__br { display: none;}

	.news { margin-bottom: 160px; padding: 40px 0 50px;}
  .news-inner { width: 70%;}
	.news-title { margin: 0 auto 20px;}
	.news-title h1 { font-size: 32px;}
	.newsList-link { margin: 0 10px 0 15px;}
	.news-contents { width: 100%; display: block;}
	.news-topic, .news-topic:first-child { width: auto; margin: 0 auto 20px; min-height: 120px; padding-right: 30px;}
	.news-topic:last-child { margin-bottom: 0;}
	
	.flowerType { margin-bottom: 60px;}
	.flowerType h1 { top: -85px;}
  .flowerType-contents { padding: 0;}
  .flowerType-item { flex-basis: 70%; margin: 0 auto;}
  .flowerType-item:nth-child(1),.flowerType-item:nth-child(2) {flex-basis: 70%; margin: 0 auto;}
  .flowerType-item:hover .flowerType-item-text p:first-child::after { width: calc(70vw - 40px);}
  .flowerType-item:nth-child(1):hover .flowerType-item-text p:first-child::after, .flowerType-item:nth-child(2):hover .flowerType-item-text p:first-child::after { width: calc(70vw - 40px);}
	
	.order { padding: 60px 0;}
	.order h1 { font-size: 40px; top: -22px;}
	.order-contents { width: 70%;}
	.order-contents a { width: 100%; padding-bottom: 20px; margin-bottom: 20px;}
	.order-contents a:nth-child(4),.order-contents a:nth-child(5) { padding-bottom: 20px; border-bottom: #999999 0.5px dotted; margin-bottom: 20px;}
	
	.lesson { margin-bottom: 60px;}
	.lesson h1 { font-size: 40px; top: -22px;}
	.lesson-contents { display: block; padding: 0;}
  .lesson-item { width: 70%; margin: 0 auto;}
  .lesson-item:hover .lesson-item-text p:first-child::after { width: calc(70vw - 40px);}
	
	.shop { height: auto; flex-wrap: wrap;}
	.shop div:nth-child(2) { order: 3;}
	.shop div:nth-child(3) { order: 2;}
	.shop-googleMap { height: 300px; flex-basis: 100%;}
	.shop-infoInner { height: 80%; width: 60%; padding-top: 35px;}
	.shop-infoInner::after { left: 90%; bottom: 70px;}
	.shop-info { flex-basis: 100%; height: 200px;}
	.shop-info h3 { margin-bottom: 20px;}
	.shop-link { bottom: 60px; left: 75%;}
	.shop-img { flex-basis: 100%; max-height: 450px; height: 80vw;}
	.shop-img img { object-position: top;}
  
}

@media print, screen and (max-width:480px){
  .message { width: 100%; padding: 0 24px;}
  
  .news { padding: 40px 24px 50px; margin-bottom: 140px;}
  .news-inner { width: 100%;}
  
	.flowerType h1 { font-size: 32px;}
  .flowerType-contents { padding: 0 24px;}
  .flowerType-item { flex-basis: 100%;}
  .flowerType-item:nth-child(1),.flowerType-item:nth-child(2) {flex-basis: 100%; margin: 0 auto;}
  .flowerType-item:hover .flowerType-item-text p:first-child::after { width: calc((100vw - 48px) - 40px);}
  .flowerType-item:nth-child(1):hover .flowerType-item-text p:first-child::after, .flowerType-item:nth-child(2):hover .flowerType-item-text p:first-child::after { width: calc((100vw - 48px) - 40px);}

  .order { padding: 60px 24px;}
  .order-contents { width: 100%;}
  
  .lesson h1 { font-size: 32px;}
  .lesson-contents { padding: 0 24px;}
  .lesson-item { width: 100%;}
  .lesson-item:hover .lesson-item-text p:first-child::after { width: calc((100vw - 48px) - 40px);}
}

