@charset "utf-8";
/* CSS Document */
/*----------------------------------
共通指定
----------------------------------*/
.branding-wrap * {
  font-family: 'Zen Old Mincho', serif !important;
  font-size: 16px;
  color: var(--font-color);
}

.branding-wrap sup {
  font-size: 12px;
}

:root {
  --main-color: #5c929c;  /* メインカラー、Gナビやボタンに使う色 */
  --title-color: #062c3a;  /* 各見出しとその装飾に使う色 */
  --accent-color: #e19061;  /* 例：資料請求ボタンなど */
  --background-color: #eaeae4;  /* 例：テーブルのthなど */
  --background-subcolor: #fafafa;  /* 例：テーブルのtdなど */
  --background-color2: #918472;  /* 例：topicなど */
  --font-color: #424242;  /* 例：通常のフォントの色 */
  --white: #fff;  /* 例：白文字 */
  --gradation: linear-gradient(90deg, rgb(147, 42, 19) 0%, rgb(213, 105, 72) 100%);
}

.branding-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top:24px;
  padding-bottom: 20px;
  background: #fff;
}

main {
  position: relative;
  width: 100%;
  max-width: 1024px;
  min-width: 940px;
  margin: 28px auto;
}

.content-wrap {
  position: relative;
  width: 100%;
  margin: 60px auto;
}

.content-wrap:first-of-type {
  margin: 24px auto;
}

.content-wrap > .content-wrap,
.title-level2 + .content-wrap {
  margin: 32px auto;
}


/*--Gナビ--*/
.nav_tab{
  display: flex;
  gap: 12px;
  margin: 0 auto;
  width: 1024px;
  text-align: center;
  font-size: 14px;
}

.nav_tab > *{
  flex: 1;
}

.nav_tab a{
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: var(--background-color);
  border-top: 3px solid var(--main-color);
  height: 64px;
  padding: 0 12px;
}

.nav_tab .active {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--main-color);
  border-top: none;
  height: 67px;
}

.nav_tab .active span {
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
}

.nav_tab a:hover{
  color:var(--main-color);
  border-top:3px solid var(--main-color);
  background-color: var(--background-subcolor);
  text-decoration:none;
  height: 64px;
}

.nav_tab .cont a {
  color: #fff;
  background: var(--accent-color);
  border-top: none;
  padding: 0 12px;
  height: 67px;
}

.nav_tab .cont a:hover,
.nav_tab .cont a:active {
  opacity: 0.5;
  text-decoration:none;
}

.nav_tab .grayout {
  border-color: #ccc;
  border-width: 2px 2px 0 2px;
  border-style:solid;
  border-radius: 8px 8px 0 0;
  height:51px;
  width:115px;
  display: inline-block;
  color:#bbb;
  font-size:80%;
  line-height:1.6;
  letter-spacing:-1px;
  margin:7px 3px 0 3px;
}

.nav_tab .grayout span {
  letter-spacing:1px;
}


/*--見出し--*/
.title-level1 {
  margin-top: 24px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: var(--title-color);
  letter-spacing: 2px;
}
.title-level1 + .lead {
  font-size: 22px;
  text-align: center;
  margin-bottom: 44px;
}

.title-level2,
.title-level2-center {
  font-size: 28px;
  font-weight: bold;
  color: var(--title-color);
  padding-left: 16px;
  border-left: 4px solid var(--title-color);
}
.title-level2 + .lead,
.title-level2-center + .lead  {
  font-size: 20px;
  font-weight: normal;
  margin-top: 8px;
}
.title-level2-center,
.title-level2-center + .lead  {
  border-left: none;
  text-align: center;
}

.title-level3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}
.title-level3::after {
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 4px;
}
.title-level3 + .lead {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  margin-top: 8px;
}

.title-level3 span {
  font-size: 14px;
  margin-left: 12px;
}

.title-level4 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-top: 16px;
}

.title-sub {
  font-size: 18px !important;
  margin: 12px 4px 0 0 !important;
}

.title-sub + .title-level2,
.title-sub + .title-level3,
.title-sub + .title-level4 {
  margin-top: 4px;
}


/*--テキスト--*/
.txt-basic {
  margin: 12px 0;
}


/*--リスト--*/
.list-disc {
  list-style: disc;
  margin: 16px 0 8px 24px;
}

.list-note {
  margin: 8px 0;
}

.list-note li {
  font-size: 14px;
  text-indent: -18px;
  padding-left: 18px;
}

.list-number-note li {
  font-size: 14px;
  text-indent: -26px;
  padding-left: 26px;
}

.list-note li::before {
  content: '※';
  margin-right: 4px;
}


.column2 .list-note, 
.column3 .list-note, 
.column4 .list-note, 
.column5 .list-note {
  margin: 4px 0 0;
}

.list-number-note{
  list-style: none;
  counter-reset: note;
}

.list-number-note li {
  counter-increment: note;
}

.list-number-note li::before {
  content: "※" counter(note) " ";
}



/*--テーブル--*/
.table01 {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}

.table01 th {
  padding: 8px 20px;
  border-bottom: 1px solid #bbbbbb;
  background: var(--background-color);
  vertical-align: middle;
}

.table01 td {
  padding: 8px 20px;
  background: var(--background-subcolor);
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px dotted #bbbbbb
}



/*--複数カラム--*/
.column2,
.column3,
.column4,
.column5 {
  margin-top: 28px;
}

.column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.column4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.column5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.column2 .nesting,
.column3 .nesting,
.column4 .nesting,
.column5 .nesting {
  animation-fill-mode: forwards;
  animation-duration: 1.6s;
  animation-name: movey;
  filter: blur(0);
  grid-column: span 2;
}

.column2 .nesting div,
.column2 .nesting figure,
.column3 .nesting div,
.column3 .nesting figure,
.column4 .nesting div,
.column4 .nesting figure,
.column5 .nesting div, 
.column5 .nesting figure {
  margin: 0 0 8px;
  object-fit: cover;
}

.column2 .nesting div img,
.column3 .nesting div img,
.column4 .nesting div img,
.column5 .nesting div img {
  width: 100%;
  height: 100%;
}

.nesting .img-basic {
  height: 100%;
}

.column2 .txt-basic,
.column3 .txt-basic,
.column4 .txt-basic,
.column5 .txt-basic {
  font-size: 14px;
  margin: 4px 0 0;
}

.column2 .title-level3,
.column2 .title-level4 {
  margin: 8px 0 0;
}

.column2 .img-basic + .title-level3,
.column2 .img-basic + .title-level4,
.column2 figure + .title-level3,
.column2 figure + .title-level4,
.column3 .title-level3,
.column3 .title-level4,
.column4 .title-level3,
.column4 .title-level4 {
  margin: 8px 0 0;
  font-size: 18px;
}

.column2 .title-level3::after,
.column2 .title-level4::after,
.column3 .title-level3::after,
.column3 .title-level4::after,
.column4 .title-level3::after,
.column4 .title-level4::after {
  display: none;
}



/* 右2列2カラム 、左1列縦長 */
.flex-tall-right.column2 {
  display: flex;
}
.flex-tall-right.column2 > div:first-child {
  width: calc(100% / 3 * 2 + 64px);
}
.flex-tall-right.column2 > div:last-child {
  width: calc(100% / 3);
}



/* トピック系 */
.topic-box {
  /* box-shadow: 0 0 8px 0 #cdcdcd; */
  padding: 32px 40px;
  margin: 28px 0;
  background-color: var( --background-color2);
}

.topic-box * {
  color: var( --white);
}

.topic-box .title-level3,
.topic-box .title-level4 {
  margin-top: 0;
}

.topic-box .txt-basic {
  margin-bottom: 0;
}


/* 画像 */
.img-mv {
  object-fit: cover;
  width: 100%;
  height: 520px;
}

.img-tall {
  width: 100%;
  height: auto;
}

.img-basic,
.figure-basic .img-basic {
  width: 100%;
  height: auto;
  box-shadow: 0 0 4px 0 #cbcbcb61;
}

.column2 .img-basic,
.column2 .figure-basic .img-basic,
.column3 .img-basic,
.column3 .figure-basic .img-basic,
.column4 .img-basic,
.column4 .figure-basic .img-basic,
.column5 .img-basic,
.column5 .figure-basic .img-basic {
  height: 212px;
}

.topic-box .img-basic,
.topic-box .figure-basic .img-basic {
  box-shadow: none;
  height: auto;
}

.figure-basic {
  position: relative;
  margin: 0;
}

.figure-basic figcaption {
  position: absolute;
  bottom: 0;
  right: 0px;
  font-size: 10px;
  padding: 4px 10px 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .5), -1px 1px 3px rgba(0, 0, 0, .5), 1px -1px 3px rgba(0, 0, 0, .5), -1px -1px 3px rgba(0, 0, 0, .5);
  color: #fff !important;
}




/*----------------------------------
独自クラス
----------------------------------*/
/*TOP*/
/* TOP動画 */
.top-main-wrap > .video-wrap {
    width: 410px;
}
.video-thumbnail {
    width: 430px;
    cursor: pointer;
    transition: .2s;
}
.video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding-top: 2%;
    text-align: center;
    background-color: rgba(0, 0, 0, .7);
    overflow: scroll;
}
.video-modal-content {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.video-modal .close-btn-wrap {
    margin-bottom: 20px;
    text-align: right;
}
.video-modal .close-btn {
    width: 30px;
    cursor: pointer;
    transition: .2s;
}
.video-modal video {
    width: 100%;
    height: auto;
}

/* TOP体裁 */
.ishigakimaezato-guidance .guidance-box {
    grid-template-columns: 2fr 1.5fr;
}

.ishigakimaezato-guidance .guidance-box iframe {
    object-fit: cover;
    aspect-ratio: 16/9;
    border: none;
}

.ishigakimaezato-guidance .column4 {
    margin: auto;
    place-items: center;
    grid-template-columns: 1fr 3.5fr 0.5fr 4fr;
    gap: 10px;
    align-items: flex-start;
}

.ishigakimaezato-guidance .column4 ul{
    background-color: #f9f8f6;
}

.ishigakimaezato-guidance .guidance-box .guidance-box-inr{
    grid-template-columns: 2fr 1fr;
}

.ishigakimaezato-guidance .guidance-box-message {
    border: solid 1px var(--title-color);
}

.ishigakimaezato-guidance .guidance-box-message p:first-child, 
.ishigakimaezato-guidance .guidance-box-message span {
    background-color: var(--title-color);
    color: #ffffff;
}

.ishigakimaezato-guidance .column4 .sales-price-box {
    padding: 10px 20px;
    border: solid 1px var(--title-color);
    width: 36px;
    margin-top: 36px;
}

.ishigakimaezato-guidance .column4.column2 {
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    align-items: center;
}

.ishigakimaezato-guidance .column4 .list-disc {
    list-style-position: inside;
    width: 120px;
}

.ishigakimaezato-guidance .guidance-cap {
    margin: auto;
}


/*concept*/
.ishigakimaezato-consept-box {
  text-align: center;
  margin: 36px 0;
}

.ishigakimaezato-consept-box-txt {
	line-height: 1.8;
}

.ishigakimaezato-consept-title-sub-center {
  margin-top: 24px;
  font-size: 24px;
  font-weight: bold;
}

.ishigakimaezato-consept-box-img img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
  height: auto !important;
}


/*location*/
.ishigakimaezato-location-ank {
	margin: 24px auto 0;
  width: 60%;
  text-align: center;

}

.ishigakimaezato-location-ank a {
  padding: 20px;
	border: 1px solid;
	border-color: var(--accent-color);
	color: var(--accent-color);
	text-decoration: none;
	line-height: 18px;
	transition: 0.3s;
  font-size: 18px;
}

/* .ishigakimaezato-location-ank a::after {
	content: "⌄";
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 1;
	margin-top: -5px;
} */

.ishigakimaezato-location-ank a:hover {
	background-color: var(--accent-color);
	color: #ffffff;
}

.ishigakimaezato-location-title-sub-center {
  font-size: 24px;
  font-weight: bold;
  margin: 36px 0;
  text-align: center;
}

.ishigakimaezato-location-shopping_firstculmn img {
  object-fit: cover;
  height: 90%;
  width: 100%;
}

.ishigakimaezato-location-shopping_firstculmn .column2 {
	gap: 0;
}

.ishigakimaezato-location-shopping_firstculmn .shopping-inr {
	padding: 4px 16px;
	background-color: var(--background-color);
  height: calc(90% - 4px * 2);
}

.ishigakimaezato-location-shopping_firstculmn .shopping-inr .txt-basic {
  margin-top: 8px;
}

.ishigakimaezato-location-shopping_firstculmn .shopping-inr li {
	display: flex;
	align-items: flex-start;
  font-size: 14px;
}

.ishigakimaezato-location-shopping_firstculmn .shopping-inr li::before {
	content: "■";
	color: var(--accent-color);
	font-size: 10px;
	margin-right: 8px;
  position: relative;
  top: 4px;
}

.ishigakimaezato-topics .column3 .topic-terminal {
	position: relative;
}

.ishigakimaezato-topics .column3 .topic-terminal img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.ishigakimaezato-topics .column3 .topic-terminal .topic-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.ishigakimaezato-topics .column3 .topic-terminal .topic-txt p:first-child {
	line-height: 1.2;
}

.ishigakimaezato-topics .column3 .topic-airport {
	position: relative;
}

.ishigakimaezato-topics .column3 .topic-airport img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.ishigakimaezato-topics .column3 .topic-airport .topic-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/*maezatolife*/
.ishigakimaezato-categoty .categoty-anchor .anchor-box {
	position: relative;
}

.ishigakimaezato-categoty .categoty-anchor .anchor-box img {
	display: block;
}

.ishigakimaezato-categoty .categoty-anchor .anchor-box a {
    transition: all 400ms;
}

.ishigakimaezato-categoty .categoty-anchor .anchor-box a:hover {
    opacity: .7;
}

.ishigakimaezato-categoty .categoty-anchor .anchor-box .anchor-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
}

.ishigakimaezato-categoty .categoty-anchor .anchor-box .anchor-text p {
    color: #fff;
}

.ishigakimaezato-categoty .categoty-anchor .anchor-box .ank {
	position: absolute;
    top: 175px;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 36px;
	background: linear-gradient(270deg, rgb(147, 42, 19) 0%, rgb(213, 105, 72) 100%);
}

.ishigakimaezato-categoty .categoty-anchor .ank i {
	width: 18px;
	height: 16px;
	background: #fff;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.ishigakimaezato-categoty .category-box {
	display: flex;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition:
		opacity 1.2s ease,
		visibility 1.2s ease;
}

.ishigakimaezato-categoty .life .category-box {
	flex-direction: row-reverse;
}

.ishigakimaezato-categoty .column2 .img-basic,
.column2 .figure-basic .img-basic {
	height: auto;
}

.ishigakimaezato-categoty .flash {
	position: relative;
}

.ishigakimaezato-categoty .flash .category-box.is-active {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.ishigakimaezato-categoty figcaption {
	text-align: right;
}

/*plan*/
.ishigakimaezato-plan button {
	background: none;
	border: none;
}

.ishigakimaezato-plan .tabs {
	width: fit-content;
	margin: 0 0 24px auto;
	transition: all 400ms;
	transition-duration: 800ms;
	color: var(--title-color);
}

.ishigakimaezato-plan .tabs .tab {
	padding: 8px;
	width: 140px;
	border: 1px solid var(--title-color);
	border-radius: 6px;
	transition: all 400ms;
	transition-duration: 800ms;
	cursor: pointer;
    font-weight: bold;
}

.ishigakimaezato-plan .tabs .tab:hover {
	background-color: #4c494833;
}

.ishigakimaezato-plan .tabs .tab.active {
	background-color: var(--title-color);
	color: #ffffff;
	transition: all 400ms;
	transition-duration: 800ms;
}

.ishigakimaezato-plan-title-sub-center {
  margin: 24px 0;
  font-size: 24px;
  font-weight: bold;
}

.ishigakimaezato-plan .column2 .img-basic {
	width: 89%;
	height: auto;
	box-shadow: none;
}

.ishigakimaezato-plan .tab-content {
	display: none;
}

.ishigakimaezato-plan .tab-content .plan-txt {
  margin-top: 24px;
}

.ishigakimaezato-plan .tab-content .plan-txt-list {
  margin-top: 60px;
}

.ishigakimaezato-plan .tab-content .plan-txt-list li {
    display: flex;
	align-items: flex-start;
}

.ishigakimaezato-plan .tab-content .plan-txt-list li::before {
	content: "■";
	color: var(--title-color);
	margin-right: 8px;
	flex-shrink: 0;
}

.ishigakimaezato-plan .tab-content .plan-txt-list .list-note li {
	text-indent: 0;
}

.ishigakimaezato-plan .tab-content .plan-txt-list .list-note li::before {
	content: "※";
	color: var(--title-color);
	margin-right: 8px;
	flex-shrink: 0;
}

.ishigakimaezato-plan .tab-content.active {
	display: block;
}

.ishigakimaezato-plan .tab-content .plan-price {
	padding: 20px;
	width: fit-content;
	display: flex;
	gap: 24px;
	background-color: var(--background-color);
	text-align: center;
}

.ishigakimaezato-plan .tab-content .plan-price .column2{
	grid-template-columns: auto auto;
}

.ishigakimaezato-plan .tab-content .plan-price p:first-child{
	padding: 12px;
	width: fit-content;
	background-color: var(--background-color2);
	color: #fff;
}

.ishigakimaezato-plan .tab-content h2 span {
	color: var(--accent-color);
}

.ishigakimaezato-plan .tab-content h2 .menu {
	margin-left: 8px;
	color: var(--title-color);
}

.ishigakimaezato-plan .plan-txt p:first-child {
	line-height: 1;
}

.ishigakimaezato-plan .type {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 1200px;
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	padding: 20px 40px;
	box-sizing: border-box;
	opacity: 0;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
	border-radius: 4px;
}

.ishigakimaezato-plan .close-button img {
	cursor: pointer;
}

.ishigakimaezato-plan #modal-bg {
	display: none;
	position: fixed;
	z-index: 9998;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.ishigakimaezato-plan #modal-bg.is-open {
    opacity: 1;
}

.ishigakimaezato-plan .type.is-open {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.ishigakimaezato-plan .mordal-btn button {
	cursor: pointer;
	transition: all 400ms;
	transition-duration: 800ms;
  padding: 0;
}

.ishigakimaezato-plan .mordal-btn button:hover {
	opacity: 0.7;
}

.ishigakimaezato-flexible-value {
  text-align: center;
  margin-top: 24px;
}

.ishigakimaezato-flexible-value figure{
	margin: auto;
	border: none;
}

.ishigakimaezato-flexible-value .figure-basic .img-basic {
	box-shadow: none;
}

/* QUALITYページ＞アンカーリンク */
.ishigakimaezato-quality-ank-wrap {
  margin: 44px 0;
}

.ishigakimaezato-quality-ank-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ishigakimaezato-quality-ank-1 a {
  width: 50%;
  background-color: var(--background-color);
  font-size: 20px;
  text-align: center;
  padding: 24px;
  text-decoration: none;
  color: var(--font-color);
  transition: 0.3s;
}

.ishigakimaezato-quality-ank-1 a:hover {
  background-color: var(--background-subcolor);
}

.ishigakimaezato-quality-ank-1 .active {
  background-color: var(--accent-color);
  color: var(--white);
}

.ishigakimaezato-quality-ank-1 .active:hover {
  background-color: var(--accent-color);
}

.ishigakimaezato-quality-ank-2,
.ishigakimaezato-quality-ank-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.ishigakimaezato-quality-ank-2 a,
.ishigakimaezato-quality-ank-3 a {
  width: calc(100% / 6 - 16px / 5);
  border: 1px solid;
  border-color: var(--accent-color);
  color: var(--accent-color);
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 16px;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  transition: 0.3s;
}

.ishigakimaezato-quality-ank-3 a {
  width: calc(100% / 3 - 16px / 2);
}

.ishigakimaezato-quality-ank-2 a:hover,
.ishigakimaezato-quality-ank-3 a:hover {
  background-color: var(--accent-color);
  color: var(--white);
}


/* QUALITYページ＞便利と安心を支える、先進のIoTクオリティ。 */
.ishigakimaezato-quality-1.topic-box .column2.column-left1-3 {
  grid-template-columns: 1fr 2fr;
}
.ishigakimaezato-quality-1.topic-box .topic-title {
  background: var(--gradation);
  height: fit-content;
  padding: 16px;
  text-align: center;
}
.ishigakimaezato-quality-1.topic-box * p {
  margin: 0;
}
.ishigakimaezato-quality-1.topic-box .title-level4 + p {
  margin-top: 4px;
}
.ishigakimaezato-quality-1.topic-box .column2 {
  margin-top: 32px;
}


/* QUALITYページ＞毎日シャワーで流すだけ */
.ishigakimaezato-quality-2.topic-box img {
  width: 462px;
  height: 512px;
  object-fit: cover;
}
.ishigakimaezato-quality-2.topic-box .labels {
  margin-bottom: 20px;
}
.ishigakimaezato-quality-2.topic-box .labels p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background: var(--gradation);
  font-size: 18px;
  margin: 0;
}


/* 左2カラムの際の縦長画像 */
.flex-tall-right.column2 > div:last-child > .ishigakimaezato-quality-img-tall {
  object-fit: cover;
  height: 555px;
}

.flex-tall-right.column2 > div:last-child > .ishigakimaezato-quality-img-tall-2 {
  object-fit: cover;
  height: 424px;
  width: 100%;
}


/* QUALITYページ＞PREMIUM PLAN */
.ishigakimaezato-quality-premium_plan {
  height: 650px;
  margin-bottom: 0;
}


/*----------------------------------
ユーティリティクラス
----------------------------------*/
.w100per{
  width: 100% !important;
}
.w90per{
  width: 90% !important;
}
.w80per{
  width: 80% !important;
}
.w70per{
  width: 70% !important;
}
.w60per{
  width: 60% !important;
}
.w50per{
  width: 50% !important;
}
.w40per{
  width: 40% !important;
}
.w30per{
  width: 30% !important;
}
.w20per{
  width: 20% !important;
}
.w10per{
  width: 10% !important;
}
.h100per{
  height: 100% !important;
}
.h50per{
  height: 50% !important;
}
.mga {
  margin: auto !important;
}
.mg0{
  margin:0 !important;
}
.mg4{
  margin:4px !important;
}
.mg8{
  margin:8px !important;
}
.mg12{
  margin:12px !important;
}
.mg16{
  margin:16px !important;
}
.mg20{
  margin:20px !important;
}
.mg24{
  margin:24px !important;
}
.mg28{
  margin:28px !important;
}
.mg32{
  margin:32px !important;
}
.mg36{
  margin:36px !important;
}
.mg40{
  margin:40px !important;
}
.mg44{
  margin:44px !important;
}
.mg48{
  margin:48px !important;
}
.mg60{
  margin:60px !important;
}
.mt0{
  margin-top:0 !important;
}
.mt4{
  margin-top:4px !important;
}
.mt8{
  margin-top:8px !important;
}
.mt12{
  margin-top:12px !important;
}
.mt16{
  margin-top:16px !important;
}
.mt20{
  margin-top:20px !important;
}
.mt24{
  margin-top:24px !important;
}
.mt28{
  margin-top:28px !important;
}
.mt32{
  margin-top:32px !important;
}
.mt36{
  margin-top:36px !important;
}
.mt40{
  margin-top:40px !important;
}
.mt44{
  margin-top:44px !important;
}
.mt48{
  margin-top:48px !important;
}
.mt60{
  margin-top:60px !important;
}
.mb0{
  margin-bottom:0 !important;
}
.mb4{
  margin-bottom:4px !important;
}
.mb8{
  margin-bottom:8px !important;
}
.mb12{
  margin-bottom:12px !important;
}
.mb16{
  margin-bottom:16px !important;
}
.mb20{
  margin-bottom:20px !important;
}
.mb24{
  margin-bottom:24px !important;
}
.mb28{
  margin-bottom:28px !important;
}
.mb32{
  margin-bottom:32px !important;
}
.mb36{
  margin-bottom:36px !important;
}
.mb40{
  margin-bottom:40px !important;
}
.mb44{
  margin-bottom:44px !important;
}
.mb48{
  margin-bottom:48px !important;
}
.mb60{
  margin-bottom:60px !important;
}
.pd4{
  padding:4px !important;
}
.pd8{
  padding:8px !important;
}
.pd12{
  padding:12px !important;
}
.pd16{
  padding:16px !important;
}
.pd20{
  padding:20px !important;
}
.pd24{
  padding:24px !important;
}
.pd28{
  padding:28px !important;
}
.pd32{
  padding:32px !important;
}
.pd36{
  padding:36px !important;
}
.pd40{
  padding:40px !important;
}
.pd44{
  padding:44px !important;
}
.pd48{
  padding:48px !important;
}
.pd60{
  padding:60px !important;
}
.pt0{
  padding-top:0px !important;
}
.pt4{
  padding-top:4px !important;
}
.pt8{
  padding-top:8px !important;
}
.pt12{
  padding-top:12px !important;
}
.pt16{
  padding-top:16px !important;
}
.pt20{
  padding-top:20px !important;
}
.pt24{
  padding-top:24px !important;
}
.pt28{
  padding-top:28px !important;
}
.pt32{
  padding-top:32px !important;
}
.pt36{
  padding-top:36px !important;
}
.pt40{
  padding-top:40px !important;
}
.pt44{
  padding-top:44px !important;
}
.pt48{
  padding-top:48px !important;
}
.pt60{
  padding-top:60px !important;
}
.pb0{
  padding-bottom:0 !important;
}
.pb4{
  padding-bottom:4px !important;
}
.pb8{
  padding-bottom:8px !important;
}
.pb12{
  padding-bottom:12px !important;
}
.pb16{
  padding-bottom:16px !important;
}
.pb20{
  padding-bottom:20px !important;
}
.pb24{
  padding-bottom:24px !important;
}
.pb28{
  padding-bottom:28px !important;
}
.pb32{
  padding-bottom:32px !important;
}
.pb36{
  padding-bottom:36px !important;
}
.pb40{
  padding-bottom:40px !important;
}
.pb44{
  padding-bottom:44px !important;
}
.pb48{
  padding-bottom:48px !important;
}
.pb60{
  padding-bottom:60px !important;
}
.text-center {
  text-align: center !important;
}
.noBdr {
  border: none !important;
} 
.txtWht {
  color: #fff !important;
}
.txt10 {
    font-size: 10px !important;
}
.txt12 {
    font-size: 12px !important;
}
.txt14 {
    font-size: 14px !important;
}
.txt16 {
    font-size: 16px !important;
}
.txt18 {
    font-size: 18px !important;
}
.txt20 {
    font-size: 20px !important;
}
.txt22 {
    font-size: 22px !important;
}
.txt24 {
    font-size: 24px !important;
}
.txt26 {
    font-size: 26px !important;
}
.txt28 {
    font-size: 28px !important;
}
.txt30 {
    font-size: 30px !important;
}
.txt32 {
    font-size: 32px !important;
}
.txt34 {
    font-size: 34px !important;
}
.txt36 {
    font-size: 36px !important;
}
.txt-center {
    text-align: center !important;
}
.txt-right {
    text-align: right !important;
}
.txt-bold {
    font-weight:bold !important;
}
.txt-normal {
    font-weight:normal !important;
}













/*----------------------------------
USAGE用
----------------------------------*/
.main-color {
    background: var(--main-color);
    width: 150px;
    height: 150px;
    box-shadow: 0 0 6px 0px #ddd;
}
.title-color {
    background: var(--title-color);
    width: 150px;
    height: 150px;
    box-shadow: 0 0 6px 0px #ddd;
}
.accent-color {
    background: var(--accent-color);
    width: 150px;
    height: 150px;
    box-shadow: 0 0 6px 0px #ddd;
}
.background-color {
    background: var(--background-color);
    width: 150px;
    height: 150px;
    box-shadow: 0 0 6px 0px #ddd;
}
.background-subcolor {
    background: var(--background-subcolor);
    width: 150px;
    height: 150px;
    box-shadow: 0 0 6px 0px #ddd;
}
.font-color {
    background: var(--font-color);
    width: 150px;
    height: 150px;
    box-shadow: 0 0 6px 0px #ddd;
}
.white {
    background: var(--white);
    width: 150px;
    height: 150px;
    box-shadow: 0 0 6px 0px #ddd;
}
.background-color2 {
    background: var(--background-color2);
    width: 150px;
    height: 150px;
    box-shadow: 0 0 6px 0px #ddd;
}

/*お問い合わせエリア*/
.contact-box {
  margin: 56px auto;
  width: 50%;
}

.info-box {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-top: 0;
}

.info-tel-box p{
  color: #01897b;
  font-size: 24px;
}

.contact-info .contact-info-inr {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.request-for-information a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  background-color: #01897b;
  box-shadow: 0 1px 0 #00695b;
}

.request-for-information a:hover {
  text-decoration: none;
  background-color: #4dada2;
  box-shadow: 0 1px 0 #4d968d;
}