@charset "utf-8";

/* bootstrap */
@import url("bootstrap5/bootstrap.min.css");


body {background:linear-gradient(to right, #fff4ff 0%, #ffd6ff 20%, #ffd6ff 80%, #fff4ff 100%);}

/* ページ内スムースリンク */
html {scroll-behavior: smooth;}
/* scroll-margin-top: 60px; */

.mw-1600{max-width : 1600px;}
.mw-1200{max-width : 1200px;}
.mw-1000{max-width : 1000px;}
.mw-800{max-width : 800px;}

.height-50{height : 50px;}


.f-25-20 {font-size: 2.5rem;}
.f-20-15 {font-size: 2rem;}
.f-15-10 {font-size: 1.5rem;}
@media screen and (max-width: 575px) {
.f-25-20 {font-size: 2rem;}
.f-20-15 {font-size: 1.5rem;}
.f-15-10 {font-size: 1rem;}
}

.button {
	display: inline-block;
	font-size: 0.8rem;
	width: 130px;
	padding: 7px;
	margin: 20px 0px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: rgba(0, 64, 255, 0.7);
	border: solid 2px white;
	border-radius: 5px;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-box-shadow: 4px 4px 4px #668AD8;
	box-shadow: 4px 4px 4px #668AD8;
	&:hover{
		text-decoration: none;
		color : #ffffff;
		background-color: rgba(255, 102, 0, 0.7);
	}
}

/* top部分 */
.grid-box-top {
	display: grid;
	grid-template-rows: 40% 60%;
	grid-template-columns: 10% 80% 10%;
}
@media screen and (max-width: 768px) {
.grid-box-top {
	display:block;
}
}
.grid-item-top:nth-child(1) {
	grid-row: 1/3;
	grid-column: 2/3;
	z-index: -1;
}
.grid-item-top:nth-child(2) {
	grid-row: 2/3;
	grid-column: 2/3;
}

h2 {
	font-size:clamp(3rem, -0.147rem + 8.24vw, 5rem);
	font-family: 'yosugara1';
	color: white;
	font-weight: bold;
	text-shadow: 3px 3px 3px black;
	line-height:1;
}
@font-face {
	font-family: yosugara1;
	src: url('font/yosugara1.1.ttf') format("opentype");
}

.h2-p {
	font-size:clamp(1.5rem, 0.529rem + 2.35vw, 2rem);
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 3px black;
}
.h2-p span {color: deeppink;}

.top-bg {
	height: 100svh;
	padding: 10svh 0;
	background: url(image/bg-top-1.png) top center no-repeat,url(image/bg-top-2.png) bottom center no-repeat;
	background-size: contain;
}

/* pcの時のみの高さ */
.h-100-0 {height: 100svh;}
.h-80-0 {height: 80svh;}
/* 画像の傾き */
.rotate-3deg {transform: rotate(-3deg);}
@media screen and (max-width: 767px) {
.h-100-0 {height: initial;}
.h-80-0 {height: initial;}
.rotate-3deg {transform:  initial;}
}
/* /top部分 */


h1 {text-shadow: 4px 4px 5px white;}
/* Instagram */
.insta_list{
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	list-style:none;
	padding:0px;
}
.insta_list li{
	position: relative;
	width: calc((100% - 80px)/6);
}
@media screen and (max-width: 767px) {
.insta_list li{
	position: relative;
	width: calc((100% - 32px)/3);
}
}
@media screen and (max-width: 575px) {
.insta_list li{
	position: relative;
	width: calc((100% - 16px)/2);
}
}
.insta_list li::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.insta_list a{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* /Instagram */
   

h4 {
	font-size: clamp(2rem, 0.833rem + 3.33vw, 2.5rem);
	color: rgb(243, 94, 220);
	line-height: 0.8;
	padding: 1rem 0px;
}
h4 span {
	font-size: 1rem;
	padding-left: 1rem;
	color: black;
	display:inline-block;
}
/* 鼻のBG */
.bg-flour {background: url(image/bg-flour.png) right bottom no-repeat;}
/* 画像の20R */
.border-r-20 {border-radius: 20px;}


/* コーテーションマーク */
.label-quotation {
	position: relative;
	background-color: #F8C8C9;
	border-radius: 10px;
	&::before {
		position: absolute;
    	content: url(image/icon-quotation-1.svg);
    	top: 0px;
    	left: 5px;
	}
	&::after {
    	position: absolute;
    	content: url(image/icon-quotation-2.svg);
    	bottom: 0px;
    	right: 5px;
	}
}
/* /コーテーションマーク */

/* 矢印 */
.label-arrow {
  position: relative;
  &::before {
    position: absolute;
    content: url(image/icon-arrow.svg);
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
}
/* /矢印 */


table tbody tr th {width: 130px;}


/* 表の枠 */
.box-r {
	border: solid 1px silver;
	border-radius: 20px;
}
/* TEL */
.font-tel {
	font-size: 2.5rem;
	color: navy;
}

/* TELアイコン */
.tel-icon {width: 60px; margin-top: -20px;}
/* mailアイコン */
.mail-icon {width: 60px; margin-top: -150px;}

/* 丸ボタン */
.button-circle {
  display: inline-block;
  border: solid 2px #E4007F;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  transition: .4s;
  font-size: 1.3rem;
  color: #E4007F;
}
.button-circle:hover{
  text-decoration: none;
  color : #ffffff;
  background-color: rgba(255, 102, 0, 0.7);
}
/* /丸ボタン */

.mb-80 {margin-bottom: 80px;}

/* 仕切り線 */
.border-r {border-right: solid 1px silver;border-radius: initial;}
.border-b {border-bottom: none;}
@media screen and (max-width: 768px) {
.border-r {border-right: none;}
.border-b {border-bottom: none}}
/* 仕切り線 */


.footer-bar {background: linear-gradient(180deg, transparent 0%, transparent 33%, palevioletred 33%, palevioletred 66%, transparent 66%, transparent 100%)}


header {
	text-align: center;
	color: white;
	background-color: palevioletred;
}

/* labelの色 */
.mail-label-bg {
	background-color: lavender;
	/* 文頭の矢印 */
	&:before {
		content: "";
		display: inline-block;
		content: url("image/icon-mail-arrow-2.svg");
		vertical-align: middle;
		padding-right: 5px;
	}
}
