@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
*/


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

/*reset*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,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}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6em;
	letter-spacing: .1em;
	line-height: 2em;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	vertical-align: middle;
	text-decoration: none;
	color: #333;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

a:focus, *:focus {
	outline: none;
}

a:hover img {
	opacity: 0.8;
}

img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

strong {
	font-weight: bold;
}


@media screen and (max-width: 767px) {

	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}

	.auto_height {
		height: auto!important;
	}

}


/*--------------------------------------
	icons
--------------------------------------*/

@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; }

/* 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;
}

/* 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;
}

.mb {
	display: none;
}

@media screen and (max-width: 767px) {

	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}
}

@media screen and (max-width: 480px) {

	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}

}


/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	height: 100%;
}

@media (max-width: 767px) {

	.container {
		padding: 0 20px;
	}

}


/*--------------------------------------
	text color
--------------------------------------*/

.txt_color {
	color: #94C789;
}

.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: #94C789!important;
}

.txt_link:hover {
	text-decoration: none!important;
}

.catch_title {
	text-align: center;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	color: #FFAEA2;
}


/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#header {
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	background: #fff;
	z-index: 1000;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

/* container */
.header__main-container, 
.header__sub-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.header__main-container {
	padding: 0px 30px;
}

.header__sub-container {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 220px;
}

/* menu */
.menu-text {
	color: #333;
}

/* sub menu */
header .g-nav > li > .up-menu sub {
	color: #94C789;
}


@media screen and (max-width: 767px) {

	/* container */
	.header__main-container {
		padding: 0px;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.header__sub-container {
		width: calc(100% - 40px);
		margin: 10px 20px;
	    flex-grow: initial;
		flex-shrink: initial;
		flex-basis: initial;
	}

}


/*--------------------------------------
	logo
--------------------------------------*/

header .header__logo {
	padding-right: 20px;
}

header .header__logo img {
	width: 100%;
	max-width: 250px;
}


/*--------------------------------------
	nav
--------------------------------------*/

header .header__nav nav ol {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

header .header__nav nav ol > li:hover {
	background-color: rgba(209,209,240,0.2);
}

header .header__nav nav ol > li .up-menu {
	position: relative;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	white-space: pre;
	color: #333;
	cursor: pointer;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

header .header__nav nav ol > li > .up-menu a,
header .header__nav nav ol > li > .up-menu span {
	display: block;
	padding: 1.6rem 1.5rem;
	margin: 0 auto;
}

header .header__nav nav ol > li > .up-menu sub {
	display: block;
	padding-top: 10px;
	font-size: 10px;
	letter-spacing: 0.25em;
}

.sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	width: 130px;
	height: auto;
	padding: 10px 20px;
	border-radius: 0.5em;
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	visibility: hidden;
	opacity: 0;
	background: rgba(222, 241, 204, 0.9);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.sub-menu a {
	font-size: 14px;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}


@media screen and (min-width: 768px) {

	header .header__nav nav ol > li dl {
		pointer-events: none;
	}

	header .header__nav nav ol .sub-menu a:hover{
		color: #94C789;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}	

	.menu-item-has-children:hover::after {
		content:"";
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 100%;
		height: 40px;
	}

}


@media screen and (max-width: 1000px) and (min-width: 768px) {

	header .header__nav nav ol > li .up-menu {
		font-size: 12px;
	}

}


@media screen and (max-width: 767px) {

	header .header__nav {
		width: 100%;
	}

	header .header__nav nav ol {
		display: none;
		-webkit-flex-direction: column;
		flex-direction: column; 
	}

	header .header__nav nav ol > li {
		position: relative;
		width: 100%;
		border-left: none;
		border-top: 1px solid #fff;
	}

	header .header__nav nav ol > li > .up-menu {
		display: block;
		width: 100%;
		height: auto;
		padding: 18px 50px 18px 20px;
		text-align: left;
		font-size: 15px;
		background: #94C789;
	}

	header .header__nav nav ol > li > .up-menu:hover {
		background: #85d43e;
	}

	header .header__nav nav ol > li > .up-menu a,
	header .header__nav nav ol > li > .up-menu span {
		padding: 0px;
	}

	header .header__nav nav ol > li > .up-menu span {
		margin: 0;
	}

	header .header__nav nav ol > li > span {
		position: relative;
	}

	header .header__nav nav ol > li .up-menu .menu-text, 
	header .header__nav nav ol > li > .up-menu sub{
		color: white;
	}

	header .header__nav nav ol > li + li {
		margin-left: 0px;
	}

	header .header__nav nav ol > li ul li {
		border-top: 1px solid #94C789;
	}

	.menu-item-has-children .up-menu::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 16px;
		height: 16px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		margin-top: -14px;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}

	.menu-item-has-children.hover .up-menu::after {
		margin-top: -3px;
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.sub-menu {
		width: 100%;
	}

	header .header__nav nav ol > li .sub-menu a {
		padding: 15px 20px 12px;
		text-align: left;
		background: #e5f9d3;
	}

	header .header__nav nav ol > li .sub-menu a:hover {
		text-decoration: none;
		background: #edfae1;
	}

	header .header__nav nav ol > li dl {
		position: relative;
		top: 0;
		padding: 0;
		background: none;
	}

	header .header__nav nav ol > li dl li {
		padding-left: 0;
	}

	header .header__nav nav ol > li dl li::before {
		display: none;
	}

	header .header__nav nav ol > li dt {
		display: none;
	}

	header .header__nav nav ol > li .sub-menu {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
		border-radius: 0;
	}

	header .header__nav nav ol > li.hover .sub-menu {
		display: block;
		visibility: initial;
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	}

	header .header__nav nav ol > li .sub-menu li {
		display: block;
	}

	header .header__nav nav ol > li .sub-menu li:first-child {
		border-top: 0px;
	}

	header .header__nav nav ol > li .sub-menu a {
		display: block;
	}

	header .header__nav nav ol > li.hover > span + dl,  
	header .header_menu .header__nav nav ol > li > span:hover + dl {
		opacity: 1;
		pointer-events: auto;
	}

}


/*--------------------------------------
	toggle menu
--------------------------------------*/

header .toggle-menu {
	display: none;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
	display: inline-block;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.toggle-menu__trigger {
	position: relative;
	display: block;
	width: 38px;
	height: 24px;
	padding: 0;
	border: 0px;
	margin: 0;
	text-align: center;
	background: none;
}

.toggle-menu__trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #94C789;
}

.toggle-menu__trigger span:nth-of-type(1) {
	top: 0;
}

.toggle-menu__trigger span:nth-of-type(2) {
	top: 10px;
}

.toggle-menu__trigger span:nth-of-type(3) {
	bottom: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
	-moz-transform: translateY(10px) rotate(-45deg);
	-ms-transform: translateY(10px) rotate(-45deg);
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
	opacity: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
	-moz-transform: translateY(-10px) rotate(45deg);
	-ms-transform: translateY(-10px) rotate(45deg);
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


@media screen and (max-width: 767px) {

	header .toggle-menu {
		display: block;
	}

}


/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/
/*
#footer {
	padding: 30px 0;
	background-color: #edfae1;
	background-size: cover;
}
*/

/*--------------------------------------
	footer menu
--------------------------------------*/

footer .footer-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

footer .footer-menu__block {
	-webkit-flex: 1;
	flex: 1;
	margin-left: 8%;
}

footer .footer-menu__block:first-child {
	margin: 0;
}

footer .footer-menu__block .footer-menu__title {
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
	margin-bottom: 25px;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.1em;
}

footer .footer-menu__block .footer-menu__navi {
	padding-top: 3px;
}

footer .footer-menu__block .footer-menu__navi li {
	position: relative;
	margin-top: 19px;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

footer .footer-menu__block .footer-menu__navi li:first-child {
	margin: 0;
}

footer .footer-menu__block .footer-menu__navi li::before {
	margin-right: 5px;
	font-size: 10px;
	color: #6fba2c;
}

footer .footer-menu__block .footer-menu__navi li a {
	vertical-align: top;
}

footer .footer-menu__block .footer-menu__navi li a:hover {
	color: #6fba2c;
}

footer .footer-menu__block .access_box {
	font-size: 13px;
	line-height: 1.9;
}

footer .footer-menu__block .access_box p {
	margin-bottom: 22px;
}

footer .footer-menu__block .access_box dl dt {
	font-weight: bold;
}

footer .copyright {
	margin-top: 99px;
	font-size: 11px;
	line-height: 1.8;
	color: #BCBCBC;
}


@media screen and (max-width: 767px) {

	footer .footer-menu {
		display: block;
	}	

	footer .footer-menu__block {
		margin-top: 40px;
		margin-left: 0;
	}

	footer .footer-menu__block .footer-menu__title {
		padding-bottom: 20px;
		margin-bottom: 15px;
	}

	footer .copyright {
		margin-top: 30px;
	}

}

/*--------------------------------------
	fixed box
--------------------------------------*/

.fixed-box {
	position: fixed;
	right: 0px;
	bottom: 0;
	display: block;
	width: 100%;
	height: auto;
	z-index: 1;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.fixed-box .fixed-banner__pc ul, 
.fixed-box .fixed-banner__sp ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.fixed-banner__sp {
	display: none;
}

.fixed-box img {
	max-width: 100%;
	vertical-align: middle;
}

 
@media screen and (max-width: 767px) {

	.fixed-banner__sp {
		display: block;
	}

	.fixed-banner__pc {
		display: none;
	}

	#footer{
		padding-bottom: 20%;
	}

}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*--------------------------------------
	conversion section
--------------------------------------*/

.conversion {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}

.conversion .conversion__title {
	margin-bottom: 25px;
	font-size: 34px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #fff;
}

.conversion .conversion__text {
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #fff;
}

.conversion .conversion__list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.conversion .conversion__list li + li {
	margin-left: 1%;
}


@media screen and (max-width: 767px) { 

	.conversion .conversion__title {
		font-size: 28px;
	}

	.conversion .conversion__list {
		max-width: 535px;
		margin: 0 auto;
	}

	.conversion .conversion__list{
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.conversion .conversion__list li + li {
		margin-top: 10px;
		margin-left: 0%;
	}

}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0!important;
}

.elementor img {
	width: auto!important;
}

.elementor-image-box-wrapper {
	display: block!important;
}

.elementor-widget-image-box .elementor-image-box-content {
	text-align: left!important;
}

.elementor-image-box-title {
	padding: 10px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background: #3dc2b7;
}

.elementor-image-box-img {
	float: right;
	display: block!important;
	width: 30%!important;
	margin: 0 0 10px 20px!important;
	text-align: center;
	text-align: right;
}

.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0!important;
}

.auto_width .elementor-image-box-img {
	width: auto!important;
}

.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block!important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8!important;
}

.elementor-slideshow__header {
	width: calc(100% - 50px)!important;
	padding-left: 0em!important;
	padding-right: 0em!important;
}

.elementor-text-editor ul {
 	list-style: inside;
}

@media screen and (max-width: 767px) {

	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		float: none;
		width: 100%!important;
		margin: 0 auto 20px!important;
		text-align: center;
	}

}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0px !important;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100% !important;
}

#main-v{
	position: relative;
	height: 640px;
	text-align: center;
	color: #fff;
	background-size: cover;
	margin-top: -60px;
}

/* youtube設定 */

#youtube-area{
	position: absolute;
	z-index: 1;
	top: 0;
	right:0;
	left:0;
	bottom:0;
	overflow: hidden;
	opacity: 0;
}

#youtube-area.appear {
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#youtube {
/*天地中央配置*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
/*縦横幅指定*/
	width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
	height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
	min-height: 100%;
	min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask{
	position: absolute;
	z-index: 2;/*下から2番目に表示*/
	top:0;
	width:100%;
	height: 100%;
}

#bnr-wrap{
	padding: 14px 0;
	background: #F8F4EA;
}

#bnr-wrap .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-image: url("../img/top/dash-line.png"),url("../img/top/dash-line.png");
	background-repeat: repeat-x;
	background-position: top center, bottom center;
	background-size: auto 4px, auto 4px;
	padding: 4px 0;
}

#bnr-wrap ul.bnr-lists{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 502px;
}

#bnr-wrap ul.bnr-lists li{
	width: 246px;
	padding: 50px 0;
}

#bnr-wrap ul.bnr-lists li a{
	display: inline-block;
}

#top-point{
	color: #645C4E;
	background: #DAF6F2;
}

#top-point .inner{
	position: relative;
	background-image: url("../img/top/point-bg-t.jpg"),url("../img/top/point-bg-b.jpg");
	background-repeat: no-repeat;
	background-position: top center, bottom center;
	background-size: 100% auto, 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 1;
}

#top-point .inner .dec-01{
	position: absolute;
	top: 12px;
	right: 39px;
	width: 200px;
	z-index: 3;
}

#top-point .inner .dec-02{
	position: absolute;
	bottom: 195px;
	left: 0;
	width: 300px;
	z-index: 3;
}

#top-point .inner .dec-03{
	position: absolute;
	bottom: 193px;
	right: 0;
	width: 267px;
	z-index: 3;
}

#point-container{
	position: relative;
	width: 663px;
	padding: 160px 0 138px;
	z-index: 15;
}

#point-container .point-6{
	position: absolute;
	top: 13px;
	left: -299px;
	width: 261px;
	z-index: 3;
}

#point-lists li{
	font-family: dnp-shuei-mgothic-std, "秀英丸ゴシック L", "Shuei MaruGo L", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #707070;
	padding: 0 0 30px;
}
#point-lists li + li{
	padding: 30px 0;
}

#point-lists li .p-num{
	width: 76px;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	background-image: url("../img/top/list-deco.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 76px auto;
	padding: 24px 0;
}

.text-box{
	width: 561px;
}

.text-box h3{
	font-size: 22px;
	line-height: 1.6;
	font-weight: 600;
	padding: 0 0 18px;
}

h2{
	font-family: dnp-shuei-mgothic-std, "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	font-size: 30px;
	font-weight: bold;
	color: #645C4E;
	letter-spacing: .05em;
	display: flex;
	justify-content: center;
}

span.gr-h2{
	position: relative;
	padding: 0 0 64px;
}

span.gr-h2::before,
span.gr-h2::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
}

span.gr-h2::before{
	top: -10px;
	left: -50px;
	background-image: url("../img/top/ttl-l.svg");
}

span.gr-h2::after{
	top: -10px;
	right: -50px;
	background-image: url("../img/top/ttl-r.svg");
}

span.rel-h2{
	padding: 0 .3em 17px;
	background-image: url("../img/top/dash-line.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	background-size: auto 4px;
}

span.gd-h2{
	position: relative;
	padding: 0 0 55px;
}

span.gd-h2::before,
span.gd-h2::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
}

span.gd-h2::before{
	top: -10px;
	left: -62px;
	background-image: url("../img/top/ttl-l.svg");
}

span.gd-h2::after{
	top: -10px;
	right: -62px;
	background-image: url("../img/top/ttl-r.svg");
}

span.cld-h2{
	position: relative;
	padding: 0 0 64px;
}

span.cld-h2::before,
span.cld-h2::after{
	content: '';
	position: absolute;
	width: 30px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px auto;
}

span.cld-h2::before{
	top: -10px;
	left: -109px;
	background-image: url("../img/top/ttl-l.svg");
}

span.cld-h2::after{
	top: -10px;
	right: -109px;
	background-image: url("../img/top/ttl-r.svg");
}

#greeting{
	padding: 95px 0 78px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#greeting .inner{
	width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#greeting .read{
	position: relative;
	width: 497px;
}

#greeting .read .dec-01{
	position: absolute;
	top: -8px;
	left: 34px;
	width: 77px;
}

#greeting .read .dec-02{
	position: absolute;
	top: -16px;
	left: 394px;
	width: 77px;
}

#greeting .read .read-box p{
	font-size: 15px;
	color: #645C4E;
}

#greeting .photo{
	width: 523px;
}

#photo-lists{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: -19px 0 0 -29px;
}

#photo-lists li{
	margin: 19px 0 0 29px;
	border-radius: 10px;
	overflow: hidden;
}

#photo-lists .size-r2{
	width: 247px;
}

#relief{
	padding: 75px 0 84px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#relief .inner{
	position: relative;
	width: 900px;
	background: #F8F4EA;
	border-radius: 20px;
	padding: 60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 1;
}

#relief .inner .dec-01{
	position: absolute;
	top: -1px;
	left: 0;
	width: 190px;
}

#relief .inner .dec-02{
	position: absolute;
	top: -1px;
	right: 0;
	width: 190px;
}

#relief .inner .dec-03{
	position: absolute;
	top: 28px;
	left: -106px;
	width: 74px;
}

#relief .inner .dec-04{
	position: absolute;
	top: 211px;
	right: -90px;
	width: 109px;
}

#relief .inner .dec-05{
	position: absolute;
	bottom: -19px;
	left: -67px;
	width: 195px;
}

#relief .inner .dec-06{
	position: absolute;
	bottom: -19px;
	right: -58px;
	width: 131px;
}

#relief .read{
	width: 600px;
	font-size: 15px;
	color: #645C4E;
}

#relief .read-box{
	padding: 39px 0 0;
}

.rel-btn{
	width: 100%;
	margin: 18px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.rel-btn a{
	display: inline-block;
	width: 234px;
}

#guide{
	position: relative;
	background-image: url("../img/top/gd-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100%;
	padding: 0 0 92px;
}

#guide .dec-03{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 315px;
}

#guide .dec-04{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 315px;
}

#guide .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 5;
}

#guide .read{
	position: relative;
	width: 989px;
}

#guide .read .dec-01{
	position: absolute;
	top: 5px;
	left: -152px;
	width: 205px;
}

#guide .read .dec-02{
	position: absolute;
	top: 80px;
	right: -73px;
	width: 56px;
}

#guide-lists{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: -30px 0 0;
}

#guide-lists li{
	margin: 30px 0 0;
}

#guide-lists li a{
	display: flex;
	flex-flow:column;
	justify-content: space-between;
	width: 300px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	transition-duration: .3s;
}

#guide-lists li:nth-child(odd) a{
	background-image: url("../img/top/gd-ccl-01.svg");
}

#guide-lists li:nth-child(even) a{
	background-image: url("../img/top/gd-ccl-02.svg");
}

#guide-lists li a:hover{
	opacity: .7;
}

#guide-lists .gd-num{
	font-family: dnp-shuei-mgothic-std, "秀英丸ゴシック L", "Shuei MaruGo L", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	text-align: center;
	font-size: 30px;
	line-height: 1;
	padding: 48px 0 6px;
}

#guide-lists .gd-num span.mn{
	font-size: 19px;
}

#guide-lists h3{
	font-family: dnp-shuei-mgothic-std, "秀英丸ゴシック L", "Shuei MaruGo L", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	text-align: center;
	font-size: 22px;
	line-height: 1.36;
}

#guide-lists .read-box{
	font-size: 15px;
	padding: 0 56px 52px;
}

#gd-info{
	color: #645C4E;
	padding: 14px 0;
	background: #F8F4EA;
}

#gd-info .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-image: url("../img/top/dash-line.png"),url("../img/top/dash-line.png");
	background-repeat: repeat-x;
	background-position: top center, bottom center;
	background-size: auto 4px, auto 4px;
	padding: 66px 0 95px;
}

#gd-info .gdi-containar{
	width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info-ttb{
	width: 502px;
}

.info-ttb .read-box{
	font-size: 15px;
	padding: 20px 0 17px;
}

.info-ttb ul.bnr-lists{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.info-ttb ul.bnr-lists li{
	width: 246px;
}

.info-ttb ul.bnr-lists a{
	display: inline-block;
}

.info-acc{
	width: 520px;
}

#acc-lists{
	padding: 0 0 30px;
	border-bottom: 1px dashed #707070;
}

#acc-lists li{
	padding: 0;
}

#acc-lists li + li{
	padding: 13px 0 0;
}

#acc-lists dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#acc-lists dt{
	margin: 0 0 ;
}

#acc-lists dd{
	width: 388px;
}

.inq-box{
	padding: 41px 0 0;
}

.inq-ttl{
	display: flex;
	justify-content: center;
}

span.gd-inq{
	font-family: dnp-shuei-mgothic-std, "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #645C4E;
	letter-spacing: .05em;
	position: relative;
	padding: 0 0 38px;
}

span.gd-inq::before,
span.gd-inq::after{
	content: '';
	position: absolute;
	width: 28px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 28px auto;
}

span.gd-inq::before{
	top: -7px;
	left: -50px;
	background-image: url("../img/top/ttl-l.svg");
}

span.gd-inq::after{
	top: -7px;
	right: -50px;
	background-image: url("../img/top/ttl-r.svg");
}

.conv-lists li{
	padding:  0;
}

.conv-lists li + li{
	padding: 14px 0 0;
}

.conv-lists a{
	display: inline-block;
	width: 100%;
}

#calendar{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 92px 0 44px;
}

.cld-read{
	font-family: dnp-shuei-mgothic-std, "秀英角ゴシック金 M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	width: 100%;
	text-align: center;
	padding: 0 0 45px;
}

#calendar-container{
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: center !important;
	padding: 0 0 67px !important;
}

#cal-contents{
	width: 1012px !important;
	display: flex !important;
	flex-wrap: wrap !important;
	justify-content: space-between !important;
}

#cal-contents .elementor-widget-wrap{
	justify-content: space-between !important;
}

.cld-data{
	width: 300px !important;
	padding: 23px 0 0 !important;
}

/* custom calendar */

.custom_calendar {
	font-family: dnp-shuei-mgothic-std, "秀英丸ゴシック L", "Shuei MaruGo L", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	text-align:center;
	width: 100%;
	table-layout: fixed;
	color: #696967;
	letter-spacing: 0;
}

.custom_calendar caption h3{
	display: block;
	font-size: 1.9rem;
	color: #549eb0;
	font-weight: 600;
	font-family: dnp-shuei-mgothic-std, "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
	padding: 0 0 20px;
}

.custom_calendar thead tr th {
	height: 60px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	border-bottom: #3f4142 solid 1px;
}

.custom_calendar tbody td{
	height: 60px;
}

.custom_calendar thead tr th {
	background: #fff;
    color: #696967;
}

.custom_calendar caption h3{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.custom_calendar caption h3 .cal_month_name_eng{
	display: none;
}

.custom_calendar tbody td {
	height: 60px;
	padding: 15px 0 5px;
	box-sizing: border-box;
	vertical-align: top;
	text-align: center;
	font-weight: normal;
	box-sizing: border-box;
	font-family: "jost", sans-serif;
}

.custom_calendar .fixed_rest span,
.custom_calendar .holiday span,
.custom_calendar .special_rest span {
	display: inline-block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: relative;
	font-size: 1.6rem;
}

.custom_calendar .fixed_rest span:after,
.custom_calendar .holiday span:after,
.custom_calendar .special_rest span:after {
	position: absolute;
	left: 0;
	bottom: -24px;
	width: 100%;
	text-align: center;
	font-size: 1rem;
}

.custom_calendar .fixed_rest span,
.custom_calendar .holiday span,
.custom_calendar .special_rest span {
	background-color: #549eb0;
	color: #fff;
}

.custom_calendar .fixed_rest span:after,
.custom_calendar .holiday span:after,
.custom_calendar .special_rest span:after {
	content: "休診日";
	color: #549eb0;
}

.custom_calendar .holiday_name {
	display: none !important;
}

/*
.custom_calendar .sun,
.custom_calendar .holiday {
	color: #ff0000;
}
*/

.custom_calendar .holiday_work {
	background: white;
}

@media screen and (max-width: 1080px) {

	#top-point .inner{
		background-position: top left, bottom left;
		background-size: 100%, 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		z-index: 1;
	}

	#top-point .inner .dec-01{
		position: absolute;
		top: 12px;
		right: 39px;
		width: 200px;
		z-index: 3;
	}

	#top-point .inner .dec-02{
		position: absolute;
		bottom: 195px;
		left: 0;
		width: 300px;
		z-index: 3;
	}

	#top-point .inner .dec-03{
		position: absolute;
		bottom: 193px;
		right: 0;
		width: 267px;
		z-index: 3;
	}

	#point-container{
		position: relative;
		width: 500px;
		padding: 260px 0 138px;
		z-index: 15;
	}

	#point-container .point-6{
		position: absolute;
		top: 13px;
		left: -150px;
		width: 261px;
		z-index: 3;
	}

	#point-lists li{
		justify-content: center;
		border-bottom: 1px dashed #707070;
		padding: 0 0 20px;
	}

	#point-lists li + li{
		padding: 20px 0;
	}

	.text-box h3{
		text-align: center;
		padding: 8px 0 18px;
	}

	#greeting{
		padding: 95px 0 78px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#greeting .inner{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	#greeting .photo{
		width: 523px;
		margin: 50px 0 0;
	}

	#relief .inner{
		position: relative;
		width: 800px;
		background: #F8F4EA;
		border-radius: 20px;
		padding: 60px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		z-index: 1;
	}

	#relief .read{
		width: 500px;
		font-size: 15px;
		color: #645C4E;
	}

	#relief .inner .dec-03{
		top: 28px;
		left: -106px;
		width: 74px;
	}

	#relief .inner .dec-04{
		right: 0;
		width: 89px;
	}

	#relief .inner .dec-05{
		left: -21px;
		width: 185px;
	}

	#relief .inner .dec-06{
		right: 0;
		width: 121px;
	}

	#guide .read{
		position: relative;
		width: 800px;
	}

	#guide .read .dec-02{
		right: 0;
	}

	#guide-lists li a{
		width: 260px;
		height: 260px;
	}

	#guide-lists .gd-num{
		font-size: 25px;
		padding: 48px 0 6px;
	}

	#guide-lists .gd-num span.mn{
		font-size: 17px;
	}

	#guide-lists h3{
		font-size: 20px;
	}

	#guide-lists .read-box{
		font-size: 13px;
		padding: 0 49px 52px;
		line-height: 1.6;
	}

	#gd-info{
		color: #645C4E;
		padding: 14px 0;
		background: #F8F4EA;
	}

	#gd-info .gdi-containar{
		width: 100%;
		justify-content: center;
	}

	.info-acc{
		margin: 50px 0 0;
	}

	.cld-data{
		width: 300px !important;
		justify-content: center !important;
	}

	.cld-data li{
		width: 300px;
	}

}

@media screen and (max-width: 950px) {
	#cal-contents .elementor-widget-wrap{
		justify-content: center !important;
	}

	.cld-data{
		width: 500px !important;
		justify-content: center !important;
	}

}

@media screen and (max-width: 820px) {
	#top-point .inner{
		background-position: top left, bottom left;
		background-size: 180%, auto;
	}

	#top-point .inner{
		background-position: top left, bottom left;
		background-size: 100%, 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		z-index: 1;
	}

	#top-point .inner .dec-01{
		position: absolute;
		top: 12px;
		right: 39px;
		width: 200px;
		z-index: 3;
	}

	#top-point .inner .dec-02{
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 127px;
		z-index: 3;
	}

	#top-point .inner .dec-03{
		position: absolute;
		bottom: 3px;
		right: 0;
		width: 121px;
		z-index: 3;
	}

	#point-container{
		position: relative;
		width: 500px;
		padding: 260px 0 248px;
		z-index: 15;
	}

	#point-container .point-6{
		position: absolute;
		top: 13px;
		left: -150px;
		width: 261px;
		z-index: 3;
	}

	#point-lists li{
		justify-content: center;
		border-bottom: 1px dashed #707070;
		padding: 0 0 20px;
	}

	#point-lists li + li{
		padding: 20px 0;
	}

	.text-box h3{
		text-align: center;
		padding: 8px 0 18px;
	}

	#cal-contents .elementor-widget-wrap{
		justify-content: center !important;
	}

	.cld-data{
		width: 430px !important;
		justify-content: center !important;
	}

}

@media screen and (max-width: 796px) {
	#guide .read{
		position: relative;
		width: 550px;
	}

	.cld-data{
		width: 400px !important;
		justify-content: center !important;
	}
}

@media screen and (max-width: 767px) {

	#bnr-wrap{
		padding: 16px 0;
	}

	#bnr-wrap .inner {
  		padding: 30px 0 46px;
	}

	#bnr-wrap ul.bnr-lists{
		justify-content: center;
		width: 100%;
	}

	#bnr-wrap ul.bnr-lists li{
		width: 246px;
		padding: 0;
	}

	#bnr-wrap ul.bnr-lists li + li{
		width: 246px;
		padding: 10px 0 0;
	}

	#top-point .inner{
		background-position: top left, bottom left;
		background-size: 180%, auto;
	}

	#top-point .inner .dec-01{
		top: 12px;
		right: 12px;
		width: 105px;
	}

	#top-point .inner .dec-02{
		bottom: 5px;
		left: 0;
		width: 127px;
	}

	#top-point .inner .dec-03{
		bottom: 5px;
		right: 0;
		width: 121px;
	}

	#point-container{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 211px 0 248px;
	}

	#point-container .point-6{
		top: 19px;
		left: 28px;
		width: 172px;
		z-index: 3;
	}

	#point-lists{
		width: 315px;
	}

	#point-lists li{
		justify-content: center;
		border-bottom: 1px dashed #707070;
		padding: 0 0 20px;
	}

	#point-lists li + li{
		padding: 20px 0;
	}

	#point-lists li .p-num{
		width: 54px;
		background-size: 54px auto;
		padding: 15px 0;
	}

	.text-box{
		width: auto;
		font-size: 16px;
	}

	.text-box h3{
		font-size: 18px;
		text-align: center;
		padding: 3px 0 16px;
	}

	h2{
		font-size: 25px;
	}

	span.gr-h2{
		padding: 0 0 78px;
	}

	span.gr-h2::before{
		top: -14px;
		left: -45px;
	}

	span.gr-h2::after{
		top: -14px;
		right: -45px;
	}

	span.rel-h2{
		width: 100%;
		text-align: center;
		line-height: 1.2;
		padding: 0 0 20px;
	}

	span.gd-h2{
		padding: 0 0 48px;
	}

	span.gd-h2::before{
		top: -14px;
		left: -36px;
	}

	span.gd-h2::after{
		top: -14px;
		right: -36px;
	}

	span.cld-h2{
		padding: 0 0 34px;
	}

	span.cld-h2::before{
		top: -14px;
		left: -61px;
	}

	span.cld-h2::after{
		top: -14px;
		right: -61px;
	}

	#greeting{
		padding: 57px 0 30px;
	}

	#greeting .inner{
		width: 100%;
		justify-content: center;
	}

	#greeting .read{
		width: 315px;
	}

	#greeting .read .dec-01{
		top: -19px;
		left: -10px;
		width: 75px;
	}

	#greeting .read .dec-02{
		top: -27px;
		left: auto;
		right: -12px;
		width: 77px;
	}

	#greeting .photo{
		width: 315px;
		margin: 22px 0 0;
	}

	#photo-lists{
		margin: -11px 0 0 -19px;
	}

	#photo-lists li{
		margin: 11px 0 0 19px;
	}

	#photo-lists .size-r2{
		width: 148px;
	}

	#relief{
		padding: 0 0 52px;
	}

	#relief .inner{
		width: 100%;
		border-radius: 0;
		padding: 70px 0 268px;
	}

	#relief .inner .dec-01{
		width: 133px;
	}

	#relief .inner .dec-02{
		width: 133px;
	}

	#relief .inner .dec-03{
		top: 60px;
		left: 30px;
		width: 36px;
	}

	#relief .inner .dec-04{
		top: auto;
		bottom: 147px;
		right: 47px;
		width: 77px;
	}

	#relief .inner .dec-05{
		bottom: 14px;
		left: 47px;
		width: 121px;
	}

	#relief .inner .dec-06{
		bottom: 14px;
		right: 69px;
		width: 92px;
	}

	#relief .read{
		width: 315px;
	}

	#relief .read-box{
		letter-spacing: .1em;
		padding: 26px 0 0;
	}

	.rel-btn{
		width: 100%;
		margin: 20px 0 0;
	}

	#guide{
		padding: 0 0 62px;
	}

	#guide .dec-03{
		width: 115px;
	}

	#guide .dec-04{
		width: 99px;
	}

	#guide .read{
		position: relative;
		width: 315px;
	}

	#guide .read .dec-01{
		display: none;
	}

	#guide .read .dec-02{
		display: none;
	}

	#guide-lists{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: -30px 0 0;
	}

	#guide-lists li{
		margin: 30px 0 0;
	}

	#guide-lists li a{
		display: block;
		width: 149px;
		height: 149px;
	}

	#guide-lists li:nth-child(1) a{
		background-image: url("../img/top/gd-ccl-01.svg");
	}

	#guide-lists li:nth-child(2) a{
		background-image: url("../img/top/gd-ccl-02.svg");
	}

	#guide-lists li:nth-child(3) a{
		background-image: url("../img/top/gd-ccl-02.svg");
	}

	#guide-lists li:nth-child(4) a{
		background-image: url("../img/top/gd-ccl-01.svg");
	}

	#guide-lists li:nth-child(5) a{
		background-image: url("../img/top/gd-ccl-01.svg");
	}

	#guide-lists li:nth-child(6) a{
		background-image: url("../img/top/gd-ccl-02.svg");
	}

	#guide-lists li a:hover{
		opacity: 1;
	}

	#guide-lists .gd-num{
		width: 100%;
		font-size: 25px;
		line-height: 1;
		padding: 34px 0 16px;
	}

	#guide-lists .gd-num span.mn{
		font-size: 15px;
	}

	#guide-lists h3{
		font-size: 13px;
	}

	#guide-lists .read-box{
		display: none;
	}

	#gd-info{
		padding: 28px 0 47px;
	}

	#gd-info .inner{
		background-image: none;
		padding: 0;
	}

	#gd-info .gdi-containar{
		width: 315px;
		justify-content: center;
	}

	.info-ttb{
		width: 100%;
	}

	.info-ttb .read-box{
		font-size: 14px;
		padding: 25px 0 30px;
	}

	.info-acc{
		width: 315px;
		margin: 0;
	}

	#acc-lists{
		padding: 0 0 30px;
		border-bottom: none;
	}

	#acc-lists li{
		padding: 0;
	}

	#acc-lists li + li{
		padding: 13px 0 0;
	}

	#acc-lists dl{
		font-size: 14px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#acc-lists dd{
		width: 247px;
	}

	.info-acc ul.bnr-lists{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

	.info-acc ul.bnr-lists li{
		width: 246px;
		margin: 0;
	}

	.info-acc ul.bnr-lists li + li{
		margin: 10px 0 0;
	}

	.info-acc ul.bnr-lists a{
		display: inline-block;
	}

	.inq-box{
		padding: 53px 0 0;
	}


	span.gd-inq{
		font-size: 18px;
		padding: 0 0 24px;
	}

	span.gd-inq::before,
	span.gd-inq::after{
		width: 17px;
		height: 30px;
		background-size: 17px auto;
	}

	span.gd-inq::before{
		top: -1px;
		left: -20px;
	}

	span.gd-inq::after{
		top: -1px;
		right: -20px;
	}

	.conv-lists li + li{
		padding: 10px 0 0;
	}

	#calendar{
		padding: 42px 0 0;
	}

	.cld-read{
		font-size: 16px;
		padding: 0 0 30px;
	}

	.cld-data{
		width: 385px !important;
		justify-content: center !important;
	}

	#cal-contents .elementor-widget-wrap{
		justify-content: center !important;
	}

	#calendar-container{
		padding: 0 0 32px !important;
	}

}

@media screen and (max-width: 639px) {
	.cld-data{
		width: 320px !important;
		justify-content: center !important;
	}
}
