/**=========
base css
==========**/
body {
    font-family: 'fot-tsukubrdgothic-std', sans-serif;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    line-height: 1.8;
	letter-spacing: 2px;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: #000;
}

*:focus {
	outline: none;
}

html{
    scroll-behavior: smooth;
}

ul {
    list-style: none;
}

a {
    color: #000 !important;
    text-decoration: none;
    transition: 0.5s;
	font-weight: 300;
}
a:hover {
    color: #707070 !important;
    text-decoration: none;
    transition: 0.5s;
}

h1 {
	font-size: 28px;
	line-height: 1.8;
	margin-bottom: 0;
}
h1 .en_title {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 0;
}
h2 {
	font-size: 22px;
	line-height: 1.8;
	font-weight: 500;
	/*margin-bottom: 0;*/
}
p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 0;
	text-align: justify;
}
.title_big_font {
	font-size: 38px;
	font-weight: 400;
}
.middle_f {
	font-size: 20px;
}
.big_f {
	font-size: 26px;
}


@media screen and (max-width:540px) {
	h1 {
		font-size: 22px;
		line-height: 1.8;
		margin-bottom: 0;
	}
	h1 .en_title {
		font-size: 14px;
		line-height: 1.8;
		margin-bottom: 0;
	}
	h2 {
		font-size: 18px;
		line-height: 1.8;
		/*margin-bottom: 0;*/
	}
	.small_font {
		font-size: 12px;
	}
	p {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 2;
		margin-bottom: 0;
		text-align: justify;
	}
	.middle_f {
		font-size: 16px;
	}
	.big_f {
		font-size: 17px;
	}
}


/**color**/
.color_pink {
	color: #FFC4F4;
}
.pink {
	color: #D4135A;
}
.bg_color {
	color: #F7F5F5;
}

/**font**/
.mincho {
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 500;
  	font-style: normal;
}


/**clearfit**/
.clearfit {
	min-width: 1180px;
	overflow: hidden;
	object-fit: cover;
}
.clearfit_text {
	min-width: 600px;
	overflow: hidden;
	object-fit: cover;
}
.clearfit_all {
	min-width: 1880px;
	overflow: hidden;
	object-fit: cover;
}
@media screen and (max-width:1180px) {
	.clearfit {
		min-width: initial;
		overflow: hidden;
		object-fit: cover;
	}
	.clearfit_text {
		min-width: initial;
		overflow: hidden;
		object-fit: cover;
	}
	.clearfit_all {
		min-width: initial;
		overflow: hidden;
		object-fit: cover;
	}
}


.wrap {
	width: 100%;
	margin: auto;
}

.margin_120 {
	margin: auto;
	margin-top: 120px;
}
.inner_margin {
	margin: auto;
	margin-top: 100px;
}

@media screen and (max-width:991px) {
	.margin_120 {
		margin: auto;
		margin-top: 60px;
	}
	.inner_margin {
		margin: auto;
		margin-top: 40px;
	}
	
}

/**reponsive**/
.res_991 {
	display: none !important;
}
.res_540 {
	display: none !important;
}
.res_1280 {
	display: none !important;
}
@media screen and (max-width:1280px) {
	.pc_1280 {
		display: none !important;
	}
	.res_1280 {
		display: block !important;
	}
}
@media screen and (max-width:991px) {
	.pc_991 {
		display: none !important;
	}
	.res_991 {
		display: block !important;
	}
	
}
@media screen and (max-width:540px) {
	.pc_540 {
		display: none !important;
	}
	.res_540 {
		display: block !important;
	}
	.res_padding_top {
        padding-top: 40px !important;
    }
    .res_margin00 {
        margin-top: 0 !important;
    }
}

/**=============
header
=============**/
.container-fluid,
main {
	overflow: hidden;
}
h1.main_logo {
	position: absolute;
	top: 40px;
	left: 40px;
	display: inline-block;
	z-index: 8;
}
h1.main_logo img {
	width: 185px;
	height: auto;
}

header {
	position: absolute;
	/**position:-webkit-fixed;*/
	padding-top: 40px !important;
	padding-bottom: 40px;
	top: 0;
	/*background-color: rgba(255, 255, 255, 0.9);*/
	z-index: 7;
	height: 210px;
	width: 100%;
}
header .header {
	margin: auto;
}
header .header ul.sns_zone {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}
header .header ul .sns {
	padding: 0 10px;
}
header .header ul .sns img {
	width: 25px;
	height: auto;
}
header .navbar {
	margin: auto;
	position: fixed;
	z-index: 7;
	margin-left: 150px;
}
header .navbar-expand-lg .navbar-collapse {
	justify-content: flex-end;
}
header #navbarNav .navbar-nav li+li{
    position: relative;
}
header #navbarNav .navbar-nav li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	transform: rotate(30deg);
}
header #navbarNav .navbar-nav li a {
	padding: 0 15px;
}


@media screen and (max-width:540px) {
	h1.main_logo {
		position: absolute;
		top: 20px;
		left: 20px;
		display: inline-block;
		z-index: 0;
	}
	header {
		margin-top: 0px;
		position: absolute;
		/**position:-webkit-fixed;**/
		padding-top: 0 !important;
		padding-bottom: 0;
		top: 0;
		/**background-color: rgba(255, 255, 255, 0.8);**/
		z-index: 1;
		/**height: 110px;**/
	}

	h1.main_logo img {
		width: 100px;
		height: auto;
	}
	header .header_link a {
		margin-right: 0px;
	}
	header .header ul.sns_zone {
		display: flex;
		justify-content: center;
		margin-bottom: 0;
		position: fixed;
		top: 15px;
		right: 60px;
	}
	header .sns_menu {
		display: flex;
		padding-left: 20px;
		margin-top: 10px;
	}
	header .sns_menu a {
		padding-left: 10px;
	}
}



img {
	width: 100%;
	height: auto;
}

.image {
	padding: 0;
}



/**=============
main_img
=============**/
#top {
	position: relative;
}

.main_img_zone  {
	position: relative;
}
.main_img_zone h2 {
	display: grid;
	position: absolute;
	z-index: 2;
	top:  50%;
	left: 20%;
	height: 100px;
	width: auto;
}
.main_img_zone h2 img {
	height: 100px;
	width: auto;
}
.slider {
	height: 100vh;
	margin: 0;
}

.slider div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 100vh;
}
.slider div.img01 {
	background-image: url("../img/main_slide01.jpg");
}
.slider div.img02 {
	background-image: url("../img/main_slide02.jpg");
}
.slider div.img03 {
	background-image: url("../img/main_slide03.jpg");
}
.slider .slick-dots {
	/*bottom: 2%;
	z-index: +1;*/
	display: none;
}

.slick-list {
	margin-top: 210px;
}


.slick-dots li {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 6px;
	font-size: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	background: #8F8200;
	border-radius: 50%;
}
.slick-dots li button:before {
	color: #8F8200;
}
.slick-dots li.slick-active button:before {
	color: #8F8200;
}

@media screen and (max-width:540px) {
	.main_img_zone h2 {
		display: grid;
		position: absolute;
		z-index: 2;
		top:  20%;
		left: initial;
		right: 10%;
		height: 100px;
		width: auto;
	}
	.slick-list {
		margin-top: 110px;
	}
	.main_img_zone h2 img {
		width: 100px;
		height: auto;
	}
	#top .res_540 {
		z-index: 0;
	}
	.slider .slick-dots {
		display: none;
	}
	.slider div.img01 {
		background-image: url("../img/main_slide_img01_res.jpg");
	}
	.slider div.img02 {
		background-image: url("../img/main_slide_img02_res.jpg");
	}
	.slider div.img03 {
		background-image: url("../img/main_slide_img03_res.jpg");
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
}




/**=============
menu
=============**/

.title img {
	height: 96px;
	width: auto;
}

@media screen and (max-width:540px) {
	.title img {
		height: 70px;
		width: auto;
	}
}

#menu>div {
	margin: auto;
}
#menu .title {
	text-align: right;
	margin-right: 150px;
	margin-bottom: 40px;
}
#menu .info {
	margin: auto;
	background-image: url("../img/bg_img01.jpg");
	background-repeat: no-repeat;
	background-position: center;
	/*background-size: contain;*/
	background-size: cover;
	padding-bottom: 80px;
	position: relative;
}
#menu .info p {
	margin-top: 50px;
	text-align: center;
}

#menu .img_zone_pc {
	width: 550px;
	height: auto;
	position: absolute;
	top: -40px;
	left: -60px;
}
#menu .img_zone img {
	width: 100%;
}
#menu .text_zone {
	padding-top: 80px;
	font-size: 20px;
	font-weight: 600;
}
#menu table {
	margin: auto;
	/*margin-right: 70px;*/
}
table th {
	text-align: left;
	padding-right: 20px;
}
table td {
	text-align: left;
}
table .space th,
table .space td {
	padding-top: 20px;

}

@media screen and (max-width:980px) {
	#menu .title {
		text-align: right;
		margin: initial;
	}

	#menu .pc_540 .img_zone {
		width: 450px;
		height: auto;
		position: absolute;
		top: 0px;
		left: -60px;

	}
}

@media screen and (max-width:540px) {
	#menu {
		margin-top: 0;
		background-image: url("../img/bg_img01.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		padding-bottom: 60px;
		position: relative;
	}
	#menu .res_540 {
		display: flex !important;
		justify-content: space-around;
	}
	#menu .res_540 .title {
		margin: 0;
		margin-top: 20px;
	} 
	#menu .res_540 .title h2 img {
		width: 70px;
		height: fit-content;
		height: auto;
	}
	#menu .img_zone {
		position: initial;
		padding: 0;
	}
	#menu .info {
		padding-bottom: 0;margin-top: 40px;
	}
	#menu .title {
		text-align: center;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	#menu .text_zone {
		padding-top: 0px;
		font-size: 18px;
		font-weight: 600;
	}
	#menu table {
		margin: auto;
	}
	table th {
		text-align: left;
		padding-right: 20px;
	}
	#menu .info p {
		margin-top: 40px;
		text-align: center;
	}
}

/**=============
gallery
=============**/

#gallery .gallery {
	margin: auto;
	background-image: url("../img/bg_img02.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*padding-bottom: 40px;*/
	position: relative;
}
#gallery .title {
	text-align: left;
	margin-top: 40px;
}
#gallery .title h2 {
	padding-left: 40px;
}
#gallery .gallery_list {
	padding: 30px 40px 10px 40px;
	justify-content: space-around;
}
#gallery .gallery_list div {
	padding: 0 20px 40px 20px;
}

@media screen and (max-width:540px) {
	#gallery {
		margin-top: 0;
	}
	#gallery .title h2 {
		padding-left: 20px;
	}
	#gallery .gallery_list {
		padding: 10px 20px 10px 20px;
		justify-content: space-around;
	}
	#gallery .gallery_list div {
		padding: 0 10px 20px 10px;
	}
}


/**=============
access
=============**/
#access .access {
	justify-content: center;
	margin: auto;
}
#access .info_text h1 {
	margin-top: 40px;
	font-size: 24px;
	margin-left: 40px;
	text-align: left;
}
#access table  {
	text-align: left;
	text-align: justify;
	margin-left: 40px;
	margin-top: 10px;
}
#access table th {
	font-weight: 400;
	text-align-last:justify;
	vertical-align:baseline;

}
#access .text_zone .title {
	text-align: left;
}
#access .map_zone {
	display: flex;
}
#access .map_zone iframe {
	width: 100%;
	height: 250px;
	margin: auto;
	margin-bottom: 0;
}


@media screen and (max-width:540px) {
	#access .info_text h1 {
		margin-top: 40px;
		font-size: 18px;
		margin-left: 0px;
		text-align: left;
	}
	#access a.map_link {
		margin-top: 50px;
		color: #fff !important;
		background-color: #836E00;
		width: 300px;
		padding: 10px;
	}
	#access table  {
		text-align: left;
		text-align: justify;
		margin: auto;
		margin-top: 10px;
	}
}

















/**=============
footer
=============**/
footer {
	background-color: #D7CEC1;
}
footer h1 {
	padding-top: 50px;
}
footer h1 img {
	width: 120px;
	height: auto;
}
footer .copyright_zone {
	margin-top: 20px;
}
footer .copyright_zone #copyright {
	text-align: center;
	padding-bottom: 20px;
}

@media screen and (max-width:540px) {
	footer h1 {
		padding-top: 40px;
	}
	footer h1 img {
		width: 100px;
		height: auto;
	}
}


/**=============
drawer menu
=============**/

#drawer .drawer-hamburger {
	display: flex;
	flex-direction: column;
	right: 100px;
	top: 50px;
	align-items: center;
	z-index: 5;
}
.drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-nav, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0rem;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 15.25rem !important;
}
#drawer .furuta {
	font-size: 12px;
	color: #515657;
	margin-top: 10px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
	width:100%;height:2px;
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
	background-color:#000;
   	width: 23px;
	height: 2px;
	border-radius: 50px;
}
.drawer-nav {
    position: fixed;
    z-index: 4;
    top: 0;
    overflow: hidden;
    width: 20.25rem;
    height: 100%;
    color: #222;
    background-color: #fff;
}
.drawer--left .drawer-nav{
	left:-20.25rem;
	-webkit-transition:left .6s cubic-bezier(.19,1,.22,1);
	transition:left .6s cubic-bezier(.19,1,.22,1)
}

.drawer--left.drawer-open .drawer-hamburger{
	left:-20.25rem
}
.drawer--right .drawer-nav{
	right:-20.25rem;
	-webkit-transition:right .6s cubic-bezier(.19,1,.22,1);
	transition:right .6s cubic-bezier(.19,1,.22,1);
}
.drawer-nav p {
	margin-top: 70px;
	text-align: left;
	margin-left:20px;
}
.drawer-nav p img {
	width: 120px;
	height: auto;
}
.drawer-menu {
	text-align: left;
	margin-top: 40px;
}
.drawer-menu a {
	color: #515657;
	transition: 0.5s;
	padding-left: 40px;
	font-size: 14px;
}
.drawer-menu a:hover {
	color: #515657;
	background-color: #F7F6F2;
	transition: 0.5s;
	text-decoration: none !important;
}
.drawer-nav .sns_icon_zone {
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
}
.drawer-nav .sns_icon_zone .sns_line {
	width: 26px;
	height: auto;
	margin-left: 20px;
}
.drawer-nav .sns_icon_zone .sns_insta {
	width: 20px;
	height: auto;
	margin-left: 20px;
}
@media screen and (max-width:991px) {
	#drawer .drawer-hamburger {
		display: flex;
		flex-direction: column;
		right: 5px;
		top: 3px;
	}
}

.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
