@charset "UTF-8";
/* CSS Document */
body{
	font-family: "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #433e3d;
	position: relative;
}
html {
	scroll-behavior: smooth;
}
html,body,h1,h2,h3,h4,ul,ol,li,p,span,iframe,footer,address,h1,h2,h3,h4,h5,dl,dt,dd{
  margin: 0;
  padding:0;
}
@media screen and (max-width: 575px){
	.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
		padding-right: var(--bs-gutter-x,1.75rem);
		padding-left: var(--bs-gutter-x,1.75rem);
	}
}
@media (prefers-reduced-motion: no-preference) {
	:root {
	  scroll-behavior: auto;
	}
}
a{
	color: #413c3b;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:focus {
	outline: none;
}
a:hover{
	/* text-decoration: underline; */
	color: #6f6f6f;
}

a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.link_under:hover{
	text-decoration: underline;
}
.underline{
	text-decoration: underline;
}

/*ホバーエフェクト
------------------------------*/
.zoom-out-img {
	overflow: hidden;
}
.zoom-out-img img {
	display: block;
	transition-duration: 0.5s;
}
.zoom-out-img:hover img {
	transform: scale(1.5);
	transition-duration: 0.5s;
	opacity: 0.6;
}

.resizableIframe {
	overflow: hidden;
}
figure {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure {
    margin: 0 0 0;
}
figure:hover {
	opacity: .5;
}
.img_hovevr img{
	display: block;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img_hovevr img:hover {
	opacity: .7;
}


/* list
------------------------------*/
li {
	list-style-type: none;
}

ul.circle_list,
ul.common_list,
.note_list {
	/* padding-left: 1em; */
	text-indent: -1em;
}
ul.triangle_list li,
ol.number_list li,
ul.circle_list li,
ul.common_list li{
	margin-bottom: 5px;
}
ul.common_list li,
ul.circle_list li{
	position: relative;
	padding-left: 1em;
}
ul.common_list li a{
	position: relative;
}
.common_list li::before {
	content: "・";
	/* position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%); */
}

.note_list {
	margin-left: 15px;
}
.note_list li::before {
	content: "※";
}

/* space
------------------------------*/
section{
	padding-top: 5%;
}

/* font
------------------------------*/
/* text
------------------------------*/
/* button
------------------------------*/
/* bg
------------------------------*/
/* color
------------------------------*/

/* title
------------------------------*/
.tit{
    background-color: #000;
    font-size: clamp(1.125rem, -478.25rem + 1000vw, 1.75rem);
    font-weight: 600;
    padding: 10px;
    color: #FFF;
}
.tit_circle{
	font-size: 18px;
    font-weight: 600;
}
.tit_circle::before{
	content:"●";
}

/* header
------------------------------*/


/* space
------------------------------*/








/* box
------------------------------*/
.contents01{
	background-color: #000;
	padding: 3% 6%;
	color: #fff;
}







/* footer
------------------------ */
footer{
	padding: 3% 0 5%;
	text-align: center;
}
footer img{
	width: 197px;
}
#footer{
	position: relative;
}

#page-top {
  bottom: 15px;
  position: fixed;
  right: 15px;
  z-index: 10;
  width: 50px;
}

#page-top a {
  background-color: #1cb4d3;
  color: #fff;
  padding: 10px 20px;
}


/* topBtn
------------------------ */


/* tab
------------------------ */








@media (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none!important;
	}
	/* header
	------------------------------*/



	/* space
	------------------------------*/

	/* bg
	------------------------------*/

	/* button
	------------------------------*/

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

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

	/* title
	------------------------------*/


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



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



}

@media (max-width: 767px) {
	/* box
	------------------------------*/

	/* button
	------------------------------*/

}
@media (max-width: 991px) {

}
@media (min-width: 992px) {
	/* header
	------------------------------*/

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

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


	/* space
	------------------------------*/

	/* bg
	------------------------------*/

	/* title
	------------------------------*/

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



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


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


	/* bg
	------------------------------*/

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


	/* space
	------------------------------*/
	

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

	
	/* title
	------------------------------*/

	/* slick
	------------------------------*/
	/* footer
	------------------------ */

}
@media (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 1199px) {
	/* title
	------------------------------*/

}
@media (min-width: 992px) and (max-width: 1199px) {
	/* section
	------------------------------*/


	/* space
	------------------------------*/

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

}
@media (min-width: 1400px){
	/* header
	------------------------------*/


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

}
@media (min-width: 768px) and (max-width: 1399px) {


}

@media (min-width: 768px) and (max-width: 991px) {
	/* section
	------------------------------*/
	
	/* text
	------------------------------*/
	
	/* slick
	------------------------------*/

	/* title
	------------------------------*/

	/* space
	------------------------------*/

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

	/* bg
	------------------------ */
	

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

}

@media screen and (min-width: 576px) and (max-width: 1399px) {


}

@media screen and (min-width: 576px) and (max-width: 767px) {
	/* title
	------------------------------*/


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


}
@media screen and (max-width: 575px){
	/* title
	------------------------------*/

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

	/* button
	------------------------------*/

	/* footer
	------------------------------*/
}



@media print{
}
