@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/

/* =====================================
■ RESET
===================================== */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/* =====================================
■ BASE
===================================== */
/* -------------------------------------
* general
------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 2;
	color: #444444;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 2;
	-webkit-text-size-adjust: 100%;
	/*word-break: break-all;
	line-break: strict;*/
}
a:focus, *:focus {
	outline: none;
}
a {
	color: #444444;
	vertical-align: baseline;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #FF6026;
	transition: all 0.5s;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
img {
	width: auto;
	max-width: 100%;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	-webkit-backface-visibility: hidden;
}
a img {
	opacity: 1;
	transition: opacity .5s;
}
a:hover img {
	opacity: 0.8;
	transition: opacity .5s;
}
a.imgChange:hover img {
	opacity: 1;
}
table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
p:not(:last-child) {
	margin-bottom: 1.1em;
}
strong {
	font-weight: 700;
}

/*　Elementor編集画面　*/
.hikoukai {
	display: none;
}
.elementor-editor-active #content .hikoukai {
	display: block !important;
	border: 5px solid #777;
	background: rgba(85, 85, 85, 0.5);
	padding: 20px 0;
}
.elementor-editor-active #content > #news,
.elementor-editor-active #content > .news {
	display: none;
}

@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
	.auto_height {
		height: auto !important;
	}
}

/* -------------------------------------
* Icon fonts
------------------------------------- */
@font-face {
	font-family: 'CustomIcons';
	src:  url('./libs/CustomIcons/CustomIcons.eot');
	src:  url('../libs/CustomIcons/CustomIcons.eot#iefix') format('embedded-opentype'),
		url('./libs/CustomIcons/CustomIcons.ttf') format('truetype'),
		url('./libs/CustomIcons/CustomIcons.woff') format('woff'),
		url('./libs/CustomIcons/CustomIcons.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Font Awesome';
	src:  url('./libs/Font Awesome/Font Awesome.eot');
	src:  url('../libs/Font Awesome/Font Awesome.eot#iefix') format('embedded-opentype'),
		url('./libs/Font Awesome/Font Awesome.ttf') format('truetype'),
		url('./libs/Font Awesome/Font Awesome.woff') format('woff'),
		url('./libs/Font Awesome/Font Awesome.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}

/* -------------------------------------
* shortcuts
------------------------------------- */
/* ■スペーサー
------------------------------------- */
/* margin */
.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }

/* padding */
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }

/* ■汎用
------------------------------------- */
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both !important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.ovHide {
	overflow: hidden;
}

/* text-align */
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.tal {
	text-align: left !important;
}

/* font-weight */
.fb {
	font-weight: bold !important;
}
.half {
	display: inline-block;
}

/* Pc/sp change */
.sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/* =====================================
■Elementor
===================================== */
/* -------------------------------------
* general
------------------------------------- */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1260px;
	padding: 0 30px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0;
}

@media screen and (max-width: 767px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 24px;
	}
}

/* -------------------------------------
* 見出し
------------------------------------- */
.elementor-heading-title {
	padding: inherit;
	margin: inherit;
	line-height: inherit;
	font-weight: inherit;
}


/* =====================================
■HEADER
===================================== */
header {
	width: 100%;
	padding: 24px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
header .wrap {
	display: flex;
	justify-content: space-between;
}
header .logo {
	width: 30%;
	max-width: 384px;
}
header .contactBox {
	width: 60%;
	max-width: 691px;
}
header .contactBox ul {
	display: flex;
}
header .contactBox ul li:first-child {
	margin-right: 28px;
}
header .contactBox ul li:last-child {
	margin-left: 8px;
}

@media screen and (max-width: 767px) {
	header {
		padding: 15px;
	}
	header .logo {
		width: 82%;
		max-width: 277px;
	}
}


/* =====================================
■FOOTER
===================================== */
.copyright {
	background: #444444;
	font-weight: 500;
	color: #fff;
	padding: 29px 0;
}
.copyright .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	column-gap: 24px;
	row-gap: 24px;
	max-width: 1642px;
	padding: 0 30px;
	margin: 0 auto;
}
.copyright .link {
	line-height: 1.25;
}
.copyright .link a {
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}
.copyright .link a:hover {
	text-decoration: none;
}
.copyright address {
	font-size: 14px;
	line-height: 1.15;
}

@media screen and (max-width: 767px) {
	.copyright .inner {
		padding: 0 15px;
	}
	.copyright .link a {
		font-size: 14px;
	}
	.copyright address {
		font-size: 12px;
	}
}

/* -------------------------------------
* 追従バナー
------------------------------------- */
@media screen and (max-width: 767px) {
	footer .fixedBox {
		width: 100%;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 9998;
		transition: all 0.5s ease-out;
	}
	footer .fixedBox ul {
		display: flex;
		column-gap: 2px;
	}
}

/* -------------------------------------
* ページトップ
------------------------------------- */
#pagetop {
	width: 64px;
	height: 64px;
	position: fixed;
	right: 24px;
	z-index: 9999;
}


/* =====================================
■mainVisual
===================================== */
.mainVisual img {
	width: 100%;
}


/* =====================================
■TITLE
===================================== */
.titWrap {
	text-align: center;
}
.titWrap h2 {
	font-family: "trajan-pro-3", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 56px;
	line-height: 1;
	letter-spacing: 0.08em;
	color: #fff;
}
.titWrap h2 sub {
	display: block;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 17px;
}

.minorWrap {
	text-align: center;
}
.minorWrap h3 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 40px;
	line-height: 1.25;
	letter-spacing: 0;
	color: #444444;
	padding-bottom: 37px;
	position: relative;
}
.minorWrap h3:after {
	content: "";
	width: 194px;
	height: 19px;
	background: url(/wp-content/uploads/ceramic-tit-bg.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	.titWrap h2 {
		font-size: 32px;
	}
	.titWrap h2 sub {
		font-size: 16px;
		margin-top: 14px;
	}

	.minorWrap h3 {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.minorWrap h3:after {
		width: 116px;
		height: 11px;
	}
}


/* =====================================
■TROUBLE
===================================== */
.troubleSec {
	padding: 0 0 34px;
}
.troubleSec.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1300px;
	padding: 0 30px;
}
.troubleSec .titWrap {
	position: absolute;
	top: 115px;
	z-index: 2;
}
.troubleSec .titWrap h2 {
	font-size: 72px;
	color: #FFB326;
}
.troubleSec .titWrap h2 sub {
	font-size: 24px;
	line-height: 1.25;
	color: #444444;
	margin-top: 27px;
}
.troubleSec .picWrap {
	max-width: 1240px;
	margin: 0 auto;
}
.troubleSec .txtWrap {
	text-align: center;
	position: absolute;
	bottom: 110px;
	z-index: 2;
}
.troubleSec .txtWrap h3 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 40px;
	line-height: 1;
}
.troubleSec .txtWrap .txt {
	margin-top: 18px;
}

@media screen and (max-width: 1240px) and (min-width: 1024px) {
	.troubleSec .picWrap {
		max-width: 960px;
	}
	.troubleSec .titWrap {
		top: 80px;
	}
	.troubleSec .titWrap h2 {
		font-size: 62px;
	}
	.troubleSec .titWrap h2 sub {
		font-size: 22px;
	}
	.troubleSec .txtWrap {
		bottom: 76px;
	}
	.troubleSec .txtWrap h3 {
		font-size: 34px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.troubleSec .titWrap {
		top: 60px;
	}
	.troubleSec .titWrap h2 {
		font-size: 42px;
	}
	.troubleSec .titWrap h2 sub {
		font-size: 18px;
		margin-top: 16px;
	}
	.troubleSec .picWrap {
		max-width: 700px;
		margin: 0 auto;
	}
	.troubleSec .txtWrap {
		bottom: 38px;
	}
	.troubleSec .txtWrap h3 {
		font-size: 28px;
	}
	.troubleSec .txtWrap .txt {
		font-size: 15px;
		margin-top: 14px;
	}
}

@media screen and (max-width: 767px) {
	.troubleSec {
		padding: 80px 0 64px;
	}
	.troubleSec.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0;
	}
	.troubleSec .titWrap {
		top: 0;
	}
	.troubleSec .titWrap h2 {
		font-size: 40px;
	}
	.troubleSec .titWrap h2 sub {
		font-size: 18px;
		line-height: 1.5;
		margin-top: 16px;
	}
	.troubleSec .picWrap {
		max-width: 375px;
		margin: 0 auto;
	}
	.troubleSec .txtWrap {
		bottom: 77px;
	}
	.troubleSec .txtWrap h3 {
		font-size: 24px;
		line-height: 1.5;
	}
	.troubleSec .txtWrap .txt {
		font-size: 15px;
		margin-top: 8px;
	}
}

@media screen and (max-width: 374px) {
	.troubleSec .picWrap {
		max-width: 320px;
	}
	.troubleSec .txtWrap {
		bottom: 55px;
	}
}


/* =====================================
■CONTACT
===================================== */
.contactSec {
	background: url(/wp-content/uploads/ceramic-contact-bg.jpg) no-repeat center;
	background-size: cover;
	border-radius: 32px;
	padding: 76px 0 124px;
}
.contactSec .titWrap {
	margin-bottom: 51px;
}

@media screen and (min-width: 768px) {
	.contact-list > .elementor-container {
		column-gap: 24px;
		flex-wrap: nowrap;
	}
}

@media screen and (max-width: 767px) {
	.contactSec {
		background: url(/wp-content/uploads/ceramic-contact-bg_sp.jpg) no-repeat center;
		background-size: cover;
		border-radius: 24px;
		padding: 48px 0 64px;
	}
	.contactSec .titWrap {
		margin-bottom: 32px;
	}
	.contact-list > .elementor-container {
		row-gap: 16px;
	}
}


/* =====================================
■なぜセラミックなのか？
===================================== */
.whySec {
	padding: 120px 0 127px;
}
.whySec.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1500px;
}
.whyArea .txtWrap .txt:not(:last-child) {
	border-bottom: 1px solid #CCBAAF;
	padding-bottom: 38px;
	margin-bottom: 25px;
}
.whyArea .txtWrap .txt .elementor-widget-container {
	min-height: 160px;
	display: flex;
	align-items: center;
	padding-left: 192px;
	position: relative;
}
.whyArea .txtWrap .txt .elementor-widget-container:before {
	content: "";
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.whyArea .txtWrap .txt.first .elementor-widget-container:before {
	background-image: url(/wp-content/uploads/ceramic-why-icon01.png);
}
.whyArea .txtWrap .txt.second .elementor-widget-container:before {
	background-image: url(/wp-content/uploads/ceramic-why-icon02.png);
}
.whyArea .txtWrap .txt.third .elementor-widget-container:before {
	background-image: url(/wp-content/uploads/ceramic-why-icon03.png);
}

@media screen and (min-width: 768px) {
	.whySec .minorWrap {
		position: absolute;
		top: -2px;
		z-index: 2;
	}
	.whyArea .picWrap.left {
		width: 30.56%;
	}
	.whyArea .picWrap.right {
		width: 25%;
	}
	.whyArea .txtWrap {
		width: 44.44%;
		padding: 138px 50px 0 20px;
	}
	.whyArea .txtWrap > div {
		max-width: 520px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
	.whyArea .txtWrap .txt .elementor-widget-container {
		font-size: 16px;
		min-height: 120px;
		padding-left: 152px;
	}
	.whyArea .txtWrap .txt .elementor-widget-container:before {
		width: 120px;
		height: 120px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.whySec .minorWrap h3 {
		font-size: 32px;
	}
	.whyArea .picWrap.left {
		width: 25.56%;
	}
	.whyArea .picWrap.right {
		width: 21%;
	}
	.whyArea .txtWrap {
		width: 53.44%;
	}
	.whyArea .txtWrap .txt .elementor-widget-container {
		font-size: 14px;
		min-height: 100px;
		padding-left: 132px;
	}
	.whyArea .txtWrap .txt .elementor-widget-container:before {
		width: 100px;
		height: 100px;
	}
}

@media screen and (max-width: 767px) {
	.whySec {
		padding: 80px 0;
	}
	.whyArea .txtWrap {
		margin-top: 32px;
	}
	.whyArea .txtWrap .txt:not(:last-child) {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.whyArea .txtWrap .txt .elementor-widget-container {
		font-size: 15px;
		line-height: 1.75;
		min-height: 120px;
		padding-left: 136px;
	}
	.whyArea .txtWrap .txt .elementor-widget-container:before {
		width: 120px;
		height: 120px;
	}
}


/* =====================================
■CERAMIC
===================================== */
.ceramicSec {
	background: url(/wp-content/uploads/ceramic-bg.jpg) no-repeat center;
	background-size: cover;
	border-radius: 40px;
	padding: 115px 0 160px;
}
.ceramicSec.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1500px;
}
.ceramicSec .titWrap {
	margin-bottom: 75px;
}
.ceramicSec .titWrap h2 {
	font-size: 72px;
	color: #FF6026;
}
.ceramicSec .titWrap h2 sub {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	color: #444444;
	margin-top: 28px;
}
.ceramicArea {
	margin-bottom: 120px;
}
.ceramicArea.third {
	margin-bottom: 157px;
}
.ceramicArea > .elementor-container {
	align-items: center;
	justify-content: space-between;
}
.ceramicArea.odd .picWrap .pic {
	filter: drop-shadow(-24px 24px 48px #F6D2A4);
}
.ceramicArea.even .picWrap .pic {
	filter: drop-shadow(24px 24px 48px #F6D2A4);
}
.ceramicArea .txtWrap .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 40px;
	line-height: 1.5;
	padding-top: 128px;
	margin-bottom: 16px;
	position: relative;
}
.ceramicArea .txtWrap .heading:before {
	content: "";
	width: 280px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.ceramicArea.first .txtWrap .heading:before {
	background-image: url(/wp-content/uploads/ceramic-tit01.png);
}
.ceramicArea.second .txtWrap .heading:before {
	background-image: url(/wp-content/uploads/ceramic-tit02.png);
}
.ceramicArea.third .txtWrap .heading:before {
	background-image: url(/wp-content/uploads/ceramic-tit03.png);
}
.ceramicArea .txtWrap .heading:after {
	content: "";
	width: 210px;
	height: 243px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	position: absolute;
	right: 0;
}
.ceramicArea.odd .txtWrap .heading:after {
	background-image: url(/wp-content/uploads/ceramic-icon01.png);
	top: -117px;
}
.ceramicArea.even .txtWrap .heading:after {
	background-image: url(/wp-content/uploads/ceramic-icon02.png);
	top: -141px;
}
.materialArea .minorWrap {
	margin-bottom: 64px;
}
.materialArea .inner {
	background: #fff;
	border-radius: 32px;
	padding: 60px;
}
.materialArea .inner dl:not(:last-child) {
	border-bottom: 1px solid #CCBAAF;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.materialArea .inner dl dt {
	min-height: 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
	color: #FF9326;
	padding-left: 82px;
	position: relative;
}
.materialArea .inner dl dt sub {
	display: block;
	font-size: 16px;
	color: #888888;
	margin-top: 5px;
}
.materialArea .inner dl dt .icon {
	display: block;
	width: 60px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.materialArea .inner dl dd .box {
	background: #FFF0E5;
	border-radius: 16px;
	padding: 32px;
}
.materialArea .inner dl dd .box:not(:last-child) {
	margin-bottom: 16px;
}
.materialArea .inner dl dd table th {
	width: 240px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	color: #444444;
	vertical-align: middle;
}
.materialArea .inner dl dd table th sup {
	display: block;
	width: 116px;
	height: 24px;
	background: #FF6026;
	border-radius: 30px;
	font-size: 12px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	margin-bottom: 12px;
}
.materialArea .inner dl dd table td {
	font-size: 16px;
	line-height: 1.75;
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.ceramicArea .picWrap {
		width: 55.56%;
	}
	.ceramicArea .txtWrap {
		width: 40%;
	}

	.materialArea > .elementor-container {
		max-width: 1200px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1024px) {
	.materialArea .inner dl {
		display: flex;
		align-items: flex-start;
	}
	.materialArea .inner dl dt {
		width: 240px;
		margin-top: 29px;
	}
	.materialArea .inner dl dd {
		width: calc(100% - 240px);
	}
}

@media screen and (max-width: 1365px) and (min-width: 1201px) {
	.ceramicArea .txtWrap .heading {
		font-size: 34px;
		padding-top: 98px;
	}
	.ceramicArea .txtWrap .heading:before {
		height: 60px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
	.ceramicArea .txtWrap .heading {
		font-size: 30px;
		padding-top: 78px;
	}
	.ceramicArea .txtWrap .heading:before {
		height: 50px;
	}
	.ceramicArea .txtWrap .heading:after {
		height: 183px;
		top: -90px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.ceramicArea .picWrap {
		width: 51.56%;
	}
	.ceramicArea .txtWrap {
		width: 44%;
		font-size: 16px;
		line-height: 1.75;
	}
	.ceramicArea .txtWrap .heading {
		font-size: 24px;
		padding-top: 78px;
	}
	.ceramicArea .txtWrap .heading:before {
		height: 45px;
	}
	.ceramicArea .txtWrap .heading:after {
		height: 170px;
		top: -80px;
	}
}

@media screen and (max-width: 1023px) {
	.materialArea .inner {
		padding: 40px;
	}
	.materialArea .inner dl dt {
		margin-bottom: 24px;
	}
	.materialArea .inner dl dt {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	.materialArea .inner dl dt sub {
		margin-left: 8px;
	}
}

@media screen and (max-width: 767px) {
	.ceramicSec {
		background: url(/wp-content/uploads/ceramic-bg_sp.jpg) no-repeat center;
		background-size: cover;
		border-radius: 24px;
		padding: 72px 0 80px;
	}
	.ceramicSec .titWrap {
		margin-bottom: 56px;
	}
	.ceramicSec .titWrap h2 {
		font-size: 40px;
	}
	.ceramicSec .titWrap h2 sub {
		font-size: 18px;
		margin-top: 16px;
	}
	.ceramicSec .picWrap {
		margin-bottom: 32px;
	}
	.ceramicArea {
		margin-bottom: 56px;
	}
	.ceramicArea.third {
		margin-bottom: 80px;
	}
	.ceramicArea .txtWrap {
		font-size: 15px;
	}
	.ceramicArea .txtWrap .heading {
		font-size: 24px;
		padding-top: 96px;
		margin-bottom: 8px;
	}
	.ceramicArea .txtWrap .heading:before {
		width: 127px;
		height: 72px;
	}
	.ceramicArea.first .txtWrap .heading:before {
		background-image: url(/wp-content/uploads/ceramic-tit01_sp.png);
	}
	.ceramicArea.second .txtWrap .heading:before {
		background-image: url(/wp-content/uploads/ceramic-tit02_sp.png);
	}
	.ceramicArea.third .txtWrap .heading:before {
		background-image: url(/wp-content/uploads/ceramic-tit03_sp.png);
	}
	.ceramicArea .txtWrap .heading:after {
		width: 116px;
		height: 134px;
		top: -18px;
	}

	.materialArea .minorWrap {
		margin-bottom: 32px;
	}
	.materialArea .inner {
		border-radius: 16px;
		padding: 24px 18px;
	}
	.materialArea .inner dl:not(:last-child) {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.materialArea .inner dl dt {
		min-height: 32px;
		font-size: 20px;
		padding-left: 44px;
	}
	.materialArea .inner dl dt sub {
		font-size: 14px;
		margin-top: 4px;
	}
	.materialArea .inner dl dt .icon {
		width: 32px;
	}
	.materialArea .inner dl dd .box {
		border-radius: 8px;
		padding: 16px 20px;
	}
	.materialArea .inner dl dd .box:not(:last-child) {
		margin-bottom: 8px;
	}
	.materialArea .inner dl dd table,
	.materialArea .inner dl dd table tr,
	.materialArea .inner dl dd table th,
	.materialArea .inner dl dd table td {
		display: block;
		width: 100%;
	}
	.materialArea .inner dl dd table th {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.materialArea .inner dl dd table td {
		font-size: 15px;
	}
}


/* =====================================
■よくあるご質問
===================================== */
.faqSec {
	padding: 118px 0 160px;
}
.faqSec .minorWrap {
	margin-bottom: 64px;
}
.faqSec .faqList {
	border: 1px solid #CCBAAF;
	border-radius: 16px;
	padding: 40px 60px;
}
.faqSec .faqList:not(:last-child) {
	margin-bottom: 24px;
}
.faqSec .faqList .question {
	min-height: 48px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
	color: #444444;
	padding-left: 64px;
	position: relative;
	margin-bottom: 23px;
}
.faqSec .faqList .question:before {
	content: "Q";
	width: 48px;
	height: 48px;
	background: #FF9326;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 600;
	line-height: 46px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.faqSec .faqList .answer {
	font-size: 16px;
	line-height: 1.75;
	color: #444444;
	padding-left: 64px;
	position: relative;
}
.faqSec .faqList .answer:before {
	content: "A";
	width: 48px;
	height: 48px;
	background: #FFF0E5;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 600;
	line-height: 46px;
	color: #FF9326;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	.faqSec {
		padding: 80px 0;
	}
	.faqSec.elementor-section.elementor-section-boxed > .elementor-container {
		padding: 0 15px;
	}
	.faqSec .minorWrap {
		margin-bottom: 40px;
	}
	.faqSec .faqList {
		padding: 24px;
	}
	.faqSec .faqList:not(:last-child) {
		margin-bottom: 18px;
	}
	.faqSec .faqList .question {
		min-height: 32px;
		font-size: 16px;
		padding-left: 40px;
	}
	.faqSec .faqList .question:before {
		width: 32px;
		height: 32px;
		font-size: 14px;
		line-height: 30px;
	}
	.faqSec .faqList .answer {
		font-size: 15px;
		padding-left: 40px;
	}
	.faqSec .faqList .answer:before {
		width: 32px;
		height: 32px;
		font-size: 14px;
		line-height: 30px;
	}
}


/* =====================================
■CEREC
===================================== */
.cerecSec {
	padding-top: 160px;
	padding-bottom: 134px;
}
.cerecSec .pic {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.cerecSec img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.cerecSec {
		padding: 80px 0;
	}
}


/* =====================================
■院長からのご挨拶
===================================== */
.greetingSec {
	padding-bottom: 56px;
}
.greetingSec.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1500px;
}
.greetingArea .txtWrap .heading {
	font-family: "Zen Old Mincho", serif;
	font-weight: 600;
	font-style: normal;
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 17px;
}
.greetingArea .txtWrap .txt p:not(:last-child) {
	margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
	.greetingSec .minorWrap {
		position: relative;
		top: 8px;
	}
	.greetingArea > .elementor-container {
		justify-content: space-between;
	}
	.greetingArea .picWrap.left {
		width: 27.05%;
		padding-right: 22px;
	}
	.greetingArea .picWrap.right {
		width: 27.05%;
		margin-top: 77px;
	}
	.greetingArea .txtWrap {
		width: 36.5%;
		padding: 78px 0 0;
	}
	.greetingArea .txtWrap > div {
		max-width: 520px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.greetingArea .txtWrap .heading {
		font-size: 24px;
	}
	.greetingArea .txtWrap .txt {
		font-size: 16px;
	}
	.greetingArea .txtWrap .txt p:not(:last-child) {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 767px) {
	.greetingSec .minorWrap {
		margin-bottom: 40px;
	}
	.greetingArea .txtWrap .heading {
		font-size: 24px;
		margin-bottom: 8px;
	}
	.greetingArea .txtWrap .txt {
		font-size: 15px;
	}
	.greetingArea .txtWrap .txt p:not(:last-child) {
		margin-bottom: 1em;
	}
	.greetingArea .picWrap.left {
		max-width: 291px;
		margin: 0 auto;
	}
	.greetingArea .picWrap.right {
		max-width: 240px;
		margin: 0 auto -8px;
	}
}


/* =====================================
■Loopslider
===================================== */
.loopsliderSec {
	margin-bottom: -40px;
	position: relative;
	z-index: 2;
}
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 267px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider ul {
	overflow: hidden;
}
#loopslider ul li {
	width: 2096px;
	height: 267px;
	float: left;
	overflow: hidden;
	margin-right: 24px;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

@media screen and (max-width: 767px) {
	.loopsliderSec {
		margin-bottom: -32px;
	}
	#loopslider {
		height: 184px;
	}
	#loopslider ul li {
		width: 1444px;
		height: 184px;
		margin-right: 16px;
	}
}


/* =====================================
■CLINIC
===================================== */
.clinicSec {
	background: url(/wp-content/uploads/ceramic-clinic-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 116px 0 120px;
}
.clinicArea {
	margin: 42px 0 56px;
}
.clinicArea .picWrap .pic {
	filter: drop-shadow(-24px 24px 48px #F6D2A4);
}
.clinicArea .txtWrap h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.25;
}
.clinicArea .txtWrap .txt {
	font-size: 16px;
	line-height: 1.75;
	margin-top: 24px;
}
.clinicArea .txtWrap .txt p:not(:last-child) {
	margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
	.clinicArea .picWrap {
		width: 38.7%;
	}
	.clinicArea .txtWrap {
		width: 61.3%;
		padding-left: 48px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
	.clinicArea .txtWrap h1 {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	.clinicSec {
		background: url(/wp-content/uploads/ceramic-clinic-bg_sp.jpg) no-repeat center;
		background-size: cover;
		padding: 82px 0 79px;
	}
	.clinicArea {
		margin: 32px 0 40px;
	}
	.clinicArea .txtWrap {
		margin-top: 36px;
	}
	.clinicArea .txtWrap h1 {
		font-size: 16px;
	}
	.clinicArea .txtWrap .txt {
		font-size: 14px;
	}
}