@charset "UTF-8";
/* CSS Document */
body {
	background-color: #ffffff;
	color: #322e2e;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	text-align: left;
	letter-spacing: 0em;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	word-break: break-all;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
ul, li, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
li {}
p {}
img {
	border: 0;
	vertical-align: bottom; /* 画像下の余白をなくす*/
}
a {
	color: #D3D3D3;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
}
.clearboth {
	clear: both;
}
/*---- 青い枠を消す追加CSS ----*/
a:focus {
	outline: none;
}
/**------------------------------objectfit cover*/
.objectfit_image {
	object-fit: cover;
	font-family: 'object-fit: cover';
}
/**------------------------------共通 inview*/
.inview {
	overflow: hidden;
}
.inview article, .inview section, .inview h1, .inview li {
	float: left;
}

/**------------------------------inview 横移動+フェードイン*/
.inview_00 {
	opacity: 0;
	transform: translate(300px, 0);
	-webkit-transform: translate(300px, 0);
	transition: 1.0s; /* 速度 */
}
.inview00 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/**------------------------------inview 上移動+フェードイン*/
.inview_01 {
	opacity: 0;
	transform: translate(0, 300px);
	-webkit-transform: translate(0, 300px);
	transition: 1.0s; /* 速度 */
}
.inview01 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/**------------------------------inview ズームイン+フェードイン*/
.inview_02 {
	opacity: 0;
	transform: scale(3, 3);
	-webkit-transform: scale(3, 3);
	transition: 1.0s; /* 速度 */
}
.inview02 {
	opacity: 1.0;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
/**------------------------------inview フェードイン*/
.inview_03 {
	opacity: 0;
	transition: 2.0s; /* 速度 */
}
.inview03 {
	opacity: 1.0;
}
/**------------------------------inview 3D回転*/
.inview_04 {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(180deg);
	transition: 1.0s; /* 速度 */
}
.inview04 {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}
/**------------------------------inview 上移動のみ*/
.inview_05 {
	opacity: 1;
	transform: translate(0, 400px);
	-webkit-transform: translate(0, 400px);
	transition: 1.0s; /* 速度 */
}
.inview05 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/**------------------html*/
html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/**------------------------------wrapper*/
#wrapper {
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
/**------------------------------header*/
#header {
	width: 100%;
	top: 0px;
	position: fixed;
	z-index: 9998;
}
/**------------------------------header_unit*/
#header_unit {
	width: 120px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	display: none; /* 数秒後にフェードイン */
	float: right;
}
#header_unit li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
/** bg_header*/
#bg_header_unit {
	display: table;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
}
/** header_book*/
#header_book {
	float: right;
}
#header_book a {
	background: url("https://sumidamusuru.com/images/bt_book.png") no-repeat right top scroll;
	background-size: 120px 96px;
	width: 120px;
	min-height: 96px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}
@media (max-width: 480px) {
	#header_book a {
	background-size: 100px 80px;
	width: 100px;
	min-height: 80px;
}
}
/** header_instagram*/
#header_instagram {
	float: right;
}
#header_instagram a {
	background: url("https://sumidamusuru.com/images/bt_insta.png") no-repeat right center scroll;
	background-size: 50px 50px;
	width: 50px;
	min-height: 50px;
	padding: 0;
	margin: 20px 30px 0 0;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
}
@media (max-width: 480px) {
	#header_instagram a {
	background-size: 40px 40px;
	width: 40px;
	min-height: 40px;
	margin: 15px 20px 0 0;
}
}
/**------------------------------main*/
#main {
	overflow: hidden;
	position: relative;
}

/**------------------------------footer*/
#footer {
	color: #FFFFFF;
	background-image: url(https://sumidamusuru.com/images/img_footer.jpg);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	width: 100%;
	float: left;
	padding: 600px 0 0px;
	overflow: hidden;
	position: relative;
}
@media (max-width: 1920px) {
#footer {
	background-size: 100% auto;
	padding: 500px 0 0;
}
}
@media (max-width: 1366px) {
#footer {
	background-size: 120% auto;
	padding: 460px 0 0;
}
}
@media (max-width: 1024px) {
#footer {
	background-size: 150% auto;
	padding: 400px 0 0;
}
}
@media (max-width: 768px) {
#footer {
	background-size: 150% auto;
	padding: 300px 0 0;
}
}
/**---------footer _unit*/
#footer_unit01 {
	padding: 0;
	margin: 0;
	display: block;
	overflow:hidden;
	float: left;
}
@media (max-width: 640px) {
#footer_unit01 {
	margin: 0 0 40px;
}
}
#footer_unit02 {
	padding: 0;
	margin: 0;
	display: block;
	overflow:hidden;
	float: right;
}
.footer_head {
    width: 100%;
    font-family: "Commissioner", sans-serif;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    padding: 0 0 15px;
    margin: 0 0 15px;
    letter-spacing: 0em;
    border-bottom: 3px dotted #FFFFFF;
}
.footer_text {
	width: 100%;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	letter-spacing: 0em;
	padding: 0;
	margin: 5px 0 0;
}
.footer_text a {
	color: #FFFFFF;
}
.footer_text a:hover {
    text-decoration: underline;
}
.footer_text img {
	width: 32px;
	margin: 20px 0 0;
}


/**------------------------------copy*/
#copy {
	width: 100%;
	font-size: 14px;
	text-align: left;
	letter-spacing: 0em;
	margin: 75px auto;
	float: left;
}
@media (max-width: 640px) {
	#copy {
	font-size: 12px;
	margin: 20px auto;
}
}
/**------------------------------page*/
#page-top {
	width: 80px;
	float: right;
	padding: 0;
	margin: 0;
	bottom: 20px;
	right: 10px;
	position: fixed;
	z-index: 9997;
}
#page-top a {
	background: url(https://sumidamusuru.com/images/bt_page.png) no-repeat;
	background-size: auto 200px;
	background-position: 0px -100px;
	text-indent: -9999px;
	width: 80px;
	height: 100px;
	float: right;
	margin: 0;
	overflow: hidden;
	opacity: 1;
}
#page-top a:hover {
	background-position: 0px 0px;
}
@media (max-width: 768px) {
	#page-top {
	width: 72px;
	bottom: 10px;
	right: 5px;
}
#page-top a {
	background-size: auto 180px;
	background-position: 0px -90px;
	width: 72px;
	height: 90px;
}
}

/* ------------------------------------------
共通
--------------------------------------------- */

/**------------------------------color共通CSS*/

.bg_white {
	background-color: #FFFFFF
}
.bg_black {
	background-color: #322e2e
}
.bg_gray {
	background-color: #8A8982
}
.bg_greige {
    background-color: #DEDDD7
}
.bg_lightgreige {
    background-color: #FAF9F9
}
.bg_khaki {
	background-color: #8c9747
}

.color_white {
	color: #FFFFFF;
}
.color_black {
	color: #322e2e;
}
.color_gray {
	color: #8A8982;
}
.color_greige {
	color: #DEDDD7;
}
.color_khaki {
	color: #8c9747;
}
.color_orange {
    color: #E07429;
}

/**---------frame共通CSS*/
/**---------下fadein用*/
.article_frame {
	width: 100%;
	float:left;
	padding: 0;
	overflow:hidden;
	position:relative;
}
.border_radius {
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
}
@media (max-width: 1024px) {
	.border_radius {
 	border-radius: 60px;		/* CSS3草案 */
	-webkit-border-radius: 60px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 60px;	/* Firefox用 */
}
}
@media (max-width: 640px) {
	.border_radius {
 	border-radius: 40px;		/* CSS3草案 */
	-webkit-border-radius: 40px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 40px;	/* Firefox用 */
}
}
/**------------------------------title共通CSS*/

.title {
	width: 100%;
	font-family: "Commissioner", sans-serif;
	font-size: 60px;
	line-height: 60px;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0em;
	padding: 0;
	margin:0 0 60px;
}
.title small {
	font-size: 80%;
}
@media (max-width: 1024px) {
.title {
	font-size: 50px;
}
}
@media (max-width: 820px) {
.title {
	font-size: 46px;
	margin:0 0 40px;
}
}
@media (max-width: 640px) {
.title {
	font-size: 40px;
}
}
@media (max-width: 480px) {
.title {
	font-size: 40px;
	margin:0 0 30px;
}
}
@media (max-width: 375px) {
.title {
	font-size: 40px;
}
}

/**---------bt_link*/

.bt_link {
	width: 100%;
	text-align: center;
	margin: 30px auto 0;
}
.bt_link img {
	width: 270px;
	height: 100px;
}
@media (max-width: 375px) {
.bt_link img{
	width: 100%;
	height:auto;
}
}

/**---------sauna image slick slider*/
.slick {
	width: 100%;
	margin: 0 auto;
	position: absolute;
}
.slick-slide {
	margin: 0px 10px 40px;
}
.slick-slide img {
	width: auto;
	height: 320px;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
}
.slick-prev:before, .slick-next:before {
	color: black;
}
@media (max-width: 1024px) {
.slick-slide img {
	width: auto;
	height: 280px;
}
}
@media (max-width: 640px) {
	.slick-slide img {
	width: auto;
	height: 200px;
 	border-radius: 30px;		/* CSS3草案 */
	-webkit-border-radius: 30px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 30px;	/* Firefox用 */
}
}

