@charset "utf-8";
/* CSS Document */

/* ************************************************************** */
/* common.css */
/* ************************************************************** */
.firstview-slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.firstview-slider.slick-initialized{
  opacity: 1;
}
/* Basic Style */
body {
	position: relative;
}
html, body {
	font-size: 1rem !important;
}
p { font-weight: 100;}

.page-wrapper {
	padding: 5.125rem 0 0;
}
.page-wrapper-top,
.site-wrapper-top {
	width: 100%;
	height: 53px;
	padding: 0;
	background-image: url(./img/site-wrapper-back.webp);
	background-repeat: repeat-x;
}
.site-wrapper-top {
	margin: 5rem 0 0;
}
.page-wrapper-top {
	margin: 0rem 0 0;
}
.wrapper {
	display: block;
	width: 100%;
	margin: auto;
	padding: 2rem .5rem 5rem;
	background-color: #fbf9f3;

}
.index-site-content {
	width: 100%;
}
.main-site-content {
	width: 100%;
}
@media (min-width: 1200px) {
	.page-wrapper {
		padding: 2rem 0 0;
	}
	.wrapper {
		padding: 2rem 0 10rem;
	}
	.index-site-content {
		width: 100%;
	}
	.main-site-content {
		width: 70%;
	}
}


/* -----------------------------------------------------------------
   ◆ Page Title Style CSS
------------------------------------------------------------------*/
.detail-page-header {
	margin: 1rem 0 3rem;
	background-image: url(./img/page-title-back.webp);
	background-repeat: no-repeat;
	background-position: top;
}
.yamato-page-header {
	padding: 1rem 0 3rem;
	background-image: url(./img/yamato-title-back.webp);
	background-repeat: no-repeat;
	background-position: top;
}
.detail-page-title {
	padding: 8rem 0 1rem;
	font-size: 1.3rem;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-feature-settings: "palt";
	text-align: center;
}
.yamato-page-title {
	padding: 10rem 0 1rem;
	font-size: 1.5rem;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-feature-settings: "palt";
	text-align: center;
}
.detail-page-title span {
	display: block;
}
@media (min-width: 1200px) {
	.yamato-page-header,
	.detail-page-header {
		margin: 3rem 0 5rem;
	}
	.detail-page-title {
		padding: 10rem 0 1rem;
		font-size: 2rem;
	}
	.yamato-page-title {
		padding: 10rem 0 1rem;
		font-size: 2rem;
	}
	.detail-page-title span {
		display: initial;
	}
}
.contents-title-area {
	padding: 1rem 0 2rem;
	text-align: center;
}
.contents-title {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	font-size: 1.1rem;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.contents-title:before, .contents-title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: black;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.contents-title:before { left: 0; }
.contents-title:after { right: 0; }
@media (min-width: 1200px) {
	.contents-title-area {
		padding: 1rem 0 3rem;
	}
	.contents-title {
		font-size: 2rem;
	}
}

/* -----------------------------------------------------------------
   ◆ Header Style CSS
------------------------------------------------------------------*/
.header-area {
	position:fixed;
	width: 100%;
	padding: .5rem .5rem;
	background-color: #fff;
	z-index: 100;
}
.header-area-inner {
	display: block;
	width: 100%;
	margin: auto;
}
.header-logo {
	position: relative;
	width: 100%;
	height: 50px;
	height: 3.125rem;
	background-image: url(./img/logo-sp.webp);
	background-repeat: no-repeat;
}
.header-logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}
.header-tel {
	display: none;
	width: 100%;
}
@media (min-width: 1200px) {
	.header-area {
		position: initial;
		padding: 1rem 0;
	}
	.header-area-inner {
		display: flex;
		width: 71.25rem;
	}
	.header-tel,
	.header-logo {
		width: 50%;
		height: 3.125rem;
	}
	.header-logo {
		position: relative;
		width: 100%;
		height: 50px;
		background-image: url(./img/logo.webp);
	}
	.header-logo a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
	}
	.header-tel {
		display: initial;
		background-image: url(./img/tel.webp);
		background-repeat: no-repeat;
		background-position: right;
	}
}



/* -----------------------------------------------------------------
   ◆ Footer Style CSS
------------------------------------------------------------------*/
.footer-point-area {
	background-color: #fbf9f3;
}
.footer-point-inner {
}
.footer-point-inner img {
	width: 100%;
	vertical-align:top;
}
.footer {
}
.footer-area {
	padding: 0rem 0;
}
.footer-area-inner {
	background-color: #8dc21f;
}
.footer-credit-area {
	background-color: #a38a77;
}
.footer-credit-inner {
	padding: .5rem;
}
.footer-credit-inner p {
	font-size: .9rem;
	text-align: center;
	color: #fff;
}

@media (min-width: 1200px) {
}


/* -----------------------------------------------------------------
   ◆ Page Top Style CSS
------------------------------------------------------------------*/
#page-top a {
	display: none !important;
}
@media (min-width: 1200px) {
#page-top {
	bottom: 0;
	position: fixed;
	right: .5%;
}
#page-top a {
	display: initial !important;
}
}

/* -----------------------------------------------------------------
   ◆ Side Area Style CSS
------------------------------------------------------------------*/
.side-contents-title {
	margin: 0 0 .5rem;
	padding: 0 .5rem;
	border-radius: 6px;
	background-color: #8cc63f;
}
.side-contents-title h3 {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	letter-spacing: .05em;
	flex-grow: 1;
}
.side-news-area {
	padding: 1rem;
	border-radius: 6px;
	background: url(./img/sidebar_bg_pattern.png);
}
.side-news-inner {
	padding: 1rem;
	border-radius: 6px;
	background-color: #fff;
}
.side-news-newlist-area {
	margin: 0 0 1rem;
}
.side-news-list-area li,
.side-news-newlist-area li {
	margin: 0 0 1rem;
}
.side-news-list-area li:last-child,
.side-news-newlist-area li:last-child {
	margin: 0 0 0rem;
}
.side-news-newlist-area li a {
	position: relative;
	display: block;
	padding: 0 0 0 1.5rem;
	color: #444;
}
.side-news-newlist-area li a::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f061';
	padding-top: 0;
	color: #8cc63f;
}
.side-news-list-area li a {
	position: relative;
	display: block;
	padding: 0 0 0 1.5rem;
	color: #444;
}
.side-news-list-area li a::before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f061';
	padding-top: 0;
	color: #8cc63f;
}
.media,
.info {
	margin: 0 0 0 .5rem;
	padding: .1rem .5rem;
	border-radius: .3rem;
	color: #fff;
}
.info {
	background-color: #ffcc00;
}
.media {
	background-color: #ff7bac;
}

@media (min-width: 1200px) {
}


/* -----------------------------------------------------------------
   ◆ Pankuzu Area Style CSS
------------------------------------------------------------------*/
.pankuzu-area {
	display: none;
}
@media (min-width: 1200px) {
.pankuzu-area {
	display: initial;
	width: 100%;
	background-color: #fbf9f3;
}
.pankuzu-area-inner {
	width: 71.25rem;
	margin: auto;
}
}

