@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#000000;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
}
img{max-width: 100%;
	height:auto;
	vertical-align:bottom;/* 隙間をなくす */
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

@media screen and (max-width: 600px) {
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}

/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #0B79C4;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: 0px;
	background: #FFFFFF;
}
.header_in{
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0PX;
	overflow: hidden;
}
.header_r{
	float: right;
	width: 75%;
	margin-top: 0px;
}
.logo{
	width: 22%;
	float: left;
	margin-top: 20px;
}
.h_telmail{
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
}
.h_telmail li{margin-left: 10px;}


.sp_tel{border: none !important;}

@media screen and (max-width:1000px){
.header_in{padding: 5px 15px 15px;}
.logo{width: 40%;max-width: 220px;}
ul.h_telmail{display: none;}
}

@media screen and (max-width:600px){
.logo{
	width: 40%;
	margin-top: 5px;
	}
}

/* -------------------ヘッダーBTN　-------------- */
.mail_btn{
	background: #0B79C4!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 16px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.mail_btn a:hove{
	background:#0B79C4;
}
.mail_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.mail_btn i{padding-right: 5px;}


@media screen and (max-width:1000px){

}
/*SP メールボタン-----------------------------------------*/
.mail_sp{
border: none !important;
}
.mail_spbtn{
	background: #0B79C4;
	padding: 1em 1em;
	font-size: 18px !important;
	font-weight: bold !important;
	border-radius: 60px;
	margin-top: 10px;
}
.mail_spbtn i{padding-right: 5px;}
.mail_spbtn a:link,
.mail_spbtn a:visited {
	color:#FFF!important;
	text-decoration:none;
}
.mail_spbtn li a:hover,
.mail_spbtn li a:active{
	color:#FFF!important;
}


/*=============================
		footer
=============================*/
footer{width: 100%;}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	background: #E5F6FF;
	padding-top: 50px;
}

.f_copy{
	color:#000;
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}
ul.footer_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.f_logo{
	text-align:center;
	margin:0 auto 30px;
	max-width: 350px;
}

@media screen and (max-width: 600px) {
.f_copy{
	font-size:9px;
	padding:15px 0px 0px;
}
.f_logo{
	width:40%;
	margin:0 auto;
	padding:10px 0px 20px;
}
}

/*fooder_menu（もくじ）-----------*/
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#000;
	text-decoration:none;
}
@media screen and (max-width: 600px) {
	ul.f_menu{display:none;}
}

/*=============================
		BG
=============================*/
.bg_space{padding: 70px 0px;}/*スペースのみ*/
.bg1{/*背景白*/
  width: 100%;
  padding: 100px 0px;
}
.bg2{/*背景ひまわり*/
	background: url("../img/base/bg1.png") right top no-repeat #fff4cd;
	padding: 70px 0px;
}
@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{padding: 40px 0px;}
.bg2{
	background: url("../img/base/bg1_sp.png") right top no-repeat #fff4cd;
	padding: 60px 0px;
}
}

/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 190%;
	color: #000000;
}
.S2{
	font-size:18px;
	line-height: 190%;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-weight: bold;
	color: #0B79C4;
	font-size: 23px;
	line-height: 160%;
	margin-bottom: 10px;
}
.L{
	font-weight: bold;
	color: #6b4017;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 20px;
}
.point{color:#F84400;}
.point2{color:#F84400;}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.green{color:#1f8515;}
.blue{color:#0B79C4;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 180%;}
.S2{font-size:16px;line-height: 180%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:18px;line-height: 180%;}
}
/*=============================
		title
=============================*/
.title1{
	text-align: center;
	font-size:30px;
	color: #FFFF;
	background:  #0B4898;
	max-width: 1000px;
	width: 90%;
	padding: 10px;
	margin: 0 auto 50px;
}
.title{
	text-align: center;
	margin-bottom: 50px;
}
.title h2{/*青色*/
	color: #0B79C4;
	font-size: 50px;
	font-family: 'Rubik', sans-serif;/*google font*/
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #0B79C4;
	display: inline-block;
}
.title p{/*青色*/
	font-size: 20px;
	letter-spacing: 2px;
	color: #0B79C4;
}
.title_h2_w{/*白色*/
	color: #FFFF!important;
	border-bottom:  solid 2px #FFFF!important;
}
.title_p_w{/*白色*/
	color: #FFFF!important;
}

@media screen and (max-width: 800px) {
	.title h2{font-size: 40px;}
	.title p{font-size: 20px;}
}

@media screen and (max-width: 600px) {
	.title h2{font-size: 40px;}
	.title p{font-size: 20px;}
	.title1{font-size: 20px;margin: 0 auto 20px;}
}


/* タイトル文 --------------------*/
.t_text{
	margin-bottom:30px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
	color:#6e4318;
	text-align:center;
}
@media screen and (max-width: 800px) {/*タブレット*/
.t_text{/* タイトル文 */
	font-size:25px;
}
}


/*-------titleボーダー（白）-----------------------*/
.title-border h2{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	text-align:center;
	align-items: center;
	justify-content: center;
	font-size:50px;
	font-family: "Damion", cursive;
	letter-spacing:1px;
	color: #fff;;
}
.title-border h2:before,
.title-border h2:after {
	border-top: 1px solid #FFF;
	content: "";
	flex-grow: 1;
}
.title-border h2:before {margin-right: 2rem;}
.title-border h2:after {margin-left: 2rem;}

.title-border p{
	font-size: 20px;
	text-align: center;
	color:#FFF;
	margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
	.title-border h2{font-size: 40px;}
	.title-border h2:before {margin-right: 1rem;}
	.title-border h2:after {margin-left: 1rem;}
}
@media screen and (max-width: 500px) {
	.title-border h2{font-size: 30px;}
	.title-border p{font-size: 16px;}
}

/*-------titleボーダー（青）-----------------------*/
.title-border2 h2{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	text-align:center;
	align-items: center;
	justify-content: center;
	font-size:50px;
	font-family: "Damion", cursive;
	letter-spacing:1px;
	color: #0B4898;
}
.title-border2 h2:before,
.title-border2 h2:after {
	border-top: 2px solid #0B4898;
	content: "";
	flex-grow: 1;
}
.title-border2 h2:before {margin-right: 2rem;}
.title-border2 h2:after {margin-left: 2rem;}

.title-border2 p{
	font-size: 20px;
	text-align: center;
	color:#0B4898;
	margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
	.title-border2 h2{font-size: 40px;}
	.title-border2 h2:before {margin-right: 1rem;}
	.title-border2 h2:after {margin-left: 1rem;}
}
@media screen and (max-width: 500px) {
	.title-border2 h2{font-size: 30px;}
	.title-border2 p{font-size: 16px;}
}


/*=============================
		PT ページタイトル
=============================*/

.pt{  /*会社概要 */
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	margin-bottom: 100px;
}
.pt2{/* オーダーメイド*/
	background:url("../vegas/slider5.jpeg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	margin-bottom: 100px;
}
.pt3{/* 浄水器*/
	background:url("../vegas/slider4.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	margin-bottom: 100px;
}
.pt4{/* パーティールーム*/
	background:url("../vegas/slider8.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt5{/* Bar*/
	background:url("../vegas/slider9.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 120px 0px 180px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); /*半透明のフィルターをかける*/
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 45px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.pt,.pt2,.pt3{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
	margin-bottom: 50px;
}
.pt4,.pt5{
	padding: 50px 0px 120px; /*背景画像の高さを確保*/
	background-attachment: scroll;
}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}


/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  left: 5%;
  bottom: 5%;
  background: #a0ba09;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*=============================
		ボタン（大）
=============================*/
.btn1{
	background-color:#0B79C4;
	padding: 1.5em 4em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn1 a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn1:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn1 i{padding-left: 10px;}

.btn_mini{
	padding: 1em 2em!important;
	font-size: 14px!important;
}
@media screen and (max-width: 600px) {
.btn1{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	white-space: nowrap;
	}
.btn_mini i{padding-left: 3px!important;}
}
/*=============================
		ボタン（ブログ用）
=============================*/
.btn_blog{/* --------------------------白 */
	background-color:#0B79C4;
	padding: 1em 2em;
	display: inline-block;
	text-decoration: none;
	font-size:15px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
	margin-top: 30px;
}
.btn_blog a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn_blog:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn_blog i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn_blog{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	}
}
/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
}
table.type01 th {
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type01 td {
	padding: 15px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
}
.nowrap{white-space: nowrap;}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:12px;}
table.type01 th br{display: block;}
table.type01 th,
table.type01 td{padding: 10px;}
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:700px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	max-width: 500px;
	width: 80%;
	margin: 230px auto 0px;
	text-align: center;
	}
.vegas_text img{width: 70%;}

@media screen and (max-width: 1000px) {
#vegas_box{height:600px;}
.vegas_text{margin: 200px auto 0px;}
}
@media screen and (max-width: 800px) {
#vegas_box{height:500px;}
.vegas_text{margin: 120px auto 0px;}
}
@media screen and (max-width: 600px) {
#vegas_box{height:400px;}
.vegas_text{margin: 120px auto 0px;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}
/*
@media screen and (max-width: 600px) {
	.scroll{display: none;}
}
*/


/*=============================
		波アニメーション
=============================*/

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  bottom:-1px;/*下に1pxずらして隙間を無くす*/
  position:absolute;
  left:0px;
}

.parallax1 > use {
	animation: move-forever1 10s linear infinite;
  &:nth-child(1) {animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {transform: translate(85px, 0%);}
  100% {transform: translate(-90px, 0%);}
}
@keyframes move-forever2 {
  0% {transform: translate(-90px, 0%);}
  100% {transform: translate(85px, 0%);}
}
@keyframes move-forever3 {
  0% {transform: translate(85px, 0%);}
  100% {transform: translate(-90px, 0%);}
}
@keyframes move-forever4 {
  0% {transform: translate(-90px, 0%);}
  100% {transform: translate(85px, 0%);}
}

/*=============================
		共通
=============================*/
.bg1{
	background:url(../img/base/bg1.png) repeat;
	margin-bottom:30px;
}
#main{
	width: 100%;
	padding: 100px 0px;
}
.p_top{
	padding-top: 50px;
}
.box{
	width: 95%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{padding:10px 20px;}

@media screen and (max-width: 1000px) {
#main{padding: 50px 0px;}
.box{
	width: 90%;
	padding-bottom:30px;
}
.box_in{padding:10px 10px;}
}



/*=============================
		top
=============================*/
/*TOPごあいさつ(about)--------------------------*/
.top_about{
	width:100%;
	padding: 100px 0px;
	margin:0px auto;
	background-size: 25%;
	box-sizing: border-box;
}
.about_title{
	font-size: 30px;
	text-align: center;
	margin-bottom: 50px;
	color: #0B4898;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
}
.about_p{
	font-size: 18px;
	line-height: 200%;
	color: #454545;
	text-align: center;
	max-width: 700px;
	width: 90%;
	margin: 0 auto 150px;
}
.about_img{
	max-width: 900px;
	width: 80%;
	margin: 0 auto 50px;
}
@media screen and (max-width: 1000px) {
	.top_about{background-size: 30%;}
}

@media screen and (max-width: 800px) {
	.top_about{background-size: 35%;}
}

@media screen and (max-width: 600px) {
	.top_about{padding: 50px 0px 80px;}
	.about_title{font-size: 20px;margin: 0px auto 30px;}
	.about_title br{display: block;}
	.about_p{
		font-size: 13px;
		line-height: 180%;
		text-align: left;
		width: 85%;
		margin: 0 auto 50px;
	}
}


/*TOP （ギャラリー）--------------------------*/
.top_gallery{margin: 0px 0px 80px;}
#smooth{/*smoothスライダー*/
	width: 100%;
	margin-bottom: 30px;
}
#makeMeScrollable { 
	width:100%;
	position: relative; 
	}   
#makeMeScrollable div.scrollableArea img {
	 position: relative;
	 width:300px;
	 margin:5px;
	 float: left;
	 padding: 0; 
	 }
@media screen and (max-width: 600px) {
	.top_gallery{margin: 0px 0px 30px;}
	#smooth{
		margin:0px 0px 50px;
	}
	#makeMeScrollable div.scrollableArea img {
		width:150px;
	}
}


/* TOPお知らせ --------------------------------------------------*/
.top_news{
	margin: 0 auto;
	padding: 50px 0px 150px;
	background: #E5F6FF;
}
.news{
	width:90%;
	max-width: 1000px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border-radius: 20px;
	padding:40px;
	box-sizing: border-box;
}
table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
}
table.news_table tr th {
	font-size: 15px;
	line-height: 130%;
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: center;
	width: 100px;
}
table.news_table tr td {
	font-size: 15px;
	line-height: 130%;
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: left;
}
@media screen and (max-width: 640px) {
.top_news{
	padding: 50px 0px 100px;
	}
.news{
	padding:20px;
	margin:0px auto 30px;
}
table.news_table {
	margin:0 auto;
}
table.news_table tr th {
	font-size: 13px;
	line-height: 150%;
	padding:0px 0px 10px;
	display:block;
}
table.news_table tr td {
	font-size: 13px;
	line-height: 150%;
	padding:0px 10px 10px;
	display:block;
}
.table_day{
	border-bottom:none !important;
	padding-top: 10px!important;
}
}


/*TOPのお問い合わせ----------------------------------------------------*/
.top_contact{
	width:100%;
	padding:100px 0px;
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
ul.contact_btn{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	text-align: center;
	padding: 30px 0px 10px;
	width: 45%;
	border-radius: 20px;
	font-size: 20px;
	margin-bottom: 30px;
}
ul.contact_btn li i{
	font-size: 50px;
	color: #0B4898;
}
ul.contact_btn li a{
	text-decoration: none;
	color: #0B4898;
}
ul.contact_btn img{
	text-align: center;
	width: 80%;
	padding-bottom: 10px;
}
.contact_txt{
	font-size: 16px;
}
.contact_mail{
	font-size: 40px;
	font-family: 'Josefin Sans', sans-serif;
}

@media screen and (max-width: 800px) {
.top_contact{
	padding: 100px 0px 70px;
	background:url("../vegas/slider1.jpg") no-repeat center center;
}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{width: 85%;margin-bottom: 30px;}
}
@media screen and (max-width: 500px) {
.contact_txt{font-size: 14px;}
.contact_mail{font-size: 30px;}		
}


/*会社概要----------------------------*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:0 auto 50px;
	width: 100%;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*取り扱い商品----------------------------*/
.products_box{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 90%;
	max-width:1000px;
	margin:0 auto 50px;
	overflow:hidden;
	box-sizing: border-box;
}
.products_img{
	width: 40%;
	text-align: center;
}
.products_txt{
	width: 55%;
}
.products_txt h2{
	font-size: 20px;
	margin-bottom: 20px;
	color: #0B4898;
}
.products_txt p{
	font-size: 16px;
	line-height: 200%;
}
ul.gallery{
	display: flex;
	align-items: center;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 100px;
}
ul.gallery li{
	margin: 10px;
}

@media screen and (max-width: 700px) {
.products_box{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 10px;
	}
.products_img{width: 50%;margin-bottom: 30px;}
.products_txt{width: 100%;}
	
ul.gallery{
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto 50px;
	}
ul.gallery li{
	width: 40%;
	margin: 3%;
	}
	
}
@media screen and (max-width: 500px) {
	.products_txt h2{font-size: 16px;}
}




/*取り扱い商品（詳細）----------------------------*/
.products_point{
	width: 90%;
	max-width:1000px;
	margin:0 auto 70px;
	
}
.products_point h2{
	color: #0B4898;
	font-size: 25px;
	line-height: 150%;
	margin-bottom: 20px;
}

ul.point{
	display: flex;
	justify-content: space-between;
}
.point_img{
	width: 45%;
	text-align: center;
}
.point_txt{
	width: 53%;
}
.point_txt p{
	font-size: 16px;
	line-height: 160%;
	color: #000;
}

@media screen and (max-width: 800px) {
.products_point h2{
	font-size: 20px;
	}
ul.point{
	flex-wrap: wrap;
	justify-content: center;
	}
.point_img{
	width: 80%;
	margin-bottom: 20px;
	}
.point_txt{
	width: 100%;
}	
}

@media screen and (max-width: 600px) {
.products_point h2{font-size: 18px;}
.point_txt p{font-size: 13px;}
}


/* お問い合わせ -------------------------------------------*/
.contact_h2{
	max-width: 400px;
	margin: 0 auto 50px;
}
.contact_tel{
	margin: 30px auto 0px;
	max-width: 400px;
	width: 80%;
}
.mailbox{
	max-width: 850px;
	margin: 20px auto;
	padding: 30px;
	background: #FFFFFF;
	border: solid 2px #ccc;
}
.mail_br{display: none;}

@media screen and (max-width: 600px) {
.mailbox{padding: 10px;}
.mail_br{display: block;}
}


/* 取扱商品（アクアクローバー） -------------------------------------------*/
.aqua_box{
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
.aqua_box h2{
	color: #0B4898;
	font-size: 23px;
	margin-bottom: 30px;
	text-align: center;
}
.aqua_box p{
	margin: 0 auto 50px;
	font-size: 18px;
	line-height: 200%;
}
.aqua_img{
	margin-bottom: 50px;
	text-align: center;
}
@media screen and (max-width: 600px) {
.aqua_box h2{
	font-size: 18px;
}
.aqua_box p{
	font-size: 14px;
}
}
/* 代表挨拶 -------------------------------------------*/
.greeting_box{
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 50px;
}

.greeting_txt{
	width: 70%;
	font-size: 16px;
	line-height: 200%;
}
.greeting_img{
	width: 28%;
}

@media screen and (max-width: 800px) {
.greeting_box{
	flex-wrap: wrap;
	justify-content: center;
	}
	.greeting_txt{width:100%;margin-bottom: 30px;}
	.greeting_img{width: 50%;}
}
@media screen and (max-width: 600px) {
.greeting_txt{
	font-size: 14px;
	line-height: 180%;
	}
}

/* もくじ -------------------------------------------*/
.mokuji_box{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.mokuji_box li{
	margin: 0px 10px;
	color:#FFFFFF;
}
.mokuji{
	background:  #FFF;
	padding: 1em 2em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#000;
	transition: all .2s;/* ふんわり */
}

.mokuji a:link,
.mokuji a:hover{
	color:#FFFF!important;
	text-decoration: none;
}
.mokuji :hover{
	color:#FFFFFF;
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}

@media screen and (max-width: 600px) {
	.mokuji{
		font-size: 16px;
		padding: 0.8em 1.5em;
		}
}



/* オーダーメイドスーツ -------------------------------------------*/
.suit_box{
	background: url("../img/suit/img1.jpeg") center center no-repeat #000;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
	max-width: 1200px;
	width: 90%;
	margin: 0px auto 100px;
	padding: 100px 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.suit_txt{
	width: 60%;
	text-align: right;
	float: right;
	margin: 0 auto 80px;
}
.suit_h2{
	color: #FFF;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -1px;
	font-family: 'Hannari', 'Noto Serif JP', serif;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	margin-bottom: 30px;
}
.suit_p{
	color: #FFF;
	font-size: 30px;
	letter-spacing: 1px;
	font-family: 'Hannari', 'Noto Serif JP', serif;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.suit2_h2{
	color: #FFF;
	font-size: 30px;
	line-height: 150%;
	letter-spacing: -1px;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
	margin-bottom: 5px;
}
.suit2_p{
	color: #FFF;
	font-size: 20px;
	letter-spacing: 1px;
	font-family: 'Noto Serif JP', serif;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);


}


@media screen and (max-width: 1000px) {
.suit_txt{
	width: 100%;
	text-align: right;
	float: none;
	margin: 0 auto 80px;
}
.suit_h2{
	font-size: 35px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.suit_p{font-size: 25px;}
.suit2_h2{
	font-size: 25px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.suit2_p{font-size: 18px;}
}

@media screen and (max-width: 800px) {
.suit_box{
	background: url("../img/suit/img1_sp.jpg") center center no-repeat #000;
	background-size: cover;/* 画面いっぱいに表示 */
	margin: 0px auto 50px;
	padding: 50px 20px;
}
.suit_txt{
	width: 90%;
	text-align: center;
	margin: 0 auto 50px;
}
.suit_h2{font-size: 30px;}
.suit_p{font-size: 20px;}
.suit2_h2{
	font-size: 20px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
.suit2_p{font-size: 16px;}

}


/*smoothスライダー-------------------------------------------*/
#smooth{
	width: 100%;
	margin: 150px auto 0px;
}
#makeMeScrollable { 
	width:100%;
	position: relative; 
	}
#makeMeScrollable p{
	position: relative;
	 width:280px;
	 margin:10px;
	 float: left;
	 padding: 0;
}
#makeMeScrollable div.scrollableArea img {
	object-fit: cover; /*トリミング*/
	width: 100%;
	aspect-ratio: 2.5 / 2;
}

@media screen and (max-width: 600px) {
#smooth{
	width: 100%;
	margin: 50px auto 0px;
}
#makeMeScrollable p{
	width:180px;
}
}


/* パーティールーム -------------------------------------------*/
.party_all{
	background: #000;
	width: 100%;
	margin: 0 auto;
	padding: 200px 0px;
}

.party_box{
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.party_img{width: 50%;}
.party_txt{
	width: 45%;
	text-align: center;
}
.party_txt h2{
	max-width: 400px;
	width: 80%;
	margin: 0 auto 40px;
}
.party_txt p{
	font-size: 16px;
	color: #FFF;
}



@media screen and (max-width: 1000px) {
.party_all{
	padding: 150px 0px;
}
.party_box{
	flex-wrap: wrap;
	justify-content: center;
}
.party_img{width: 80%;}
.party_txt{
	width: 100%;
	margin-bottom: 80px;
}
.party_txt h2{
	width: 60%;
	margin: 0 auto 40px;
}
.party_txt p{
	font-size: 14px;
	max-width: 600px;
	margin: 0 auto;
}

}

@media screen and (max-width: 800px) {
.party_all{
	padding: 100px 0px;
}
.party_txt{
	margin-bottom: 50px;
}

}

/*パーティーもくじ-------------------------------------------*/
ul.party_mokuji{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 100px auto;
	max-width: 1000px;
	width: 90%;
}
ul.party_mokuji li{
	padding: 10px 30px;
	margin: 10px;
	text-align: center;
	font-size: 22px;
	color: #000;
	background: #FFF;
}
@media screen and (max-width: 800px) {
ul.party_mokuji{
	margin: 80px auto;
}
ul.party_mokuji li{
	padding: 10px 25px;
	font-size: 18px;
}
}

@media screen and (max-width: 600px) {
ul.party_mokuji{
	margin: 50px auto;
}
ul.party_mokuji li{
	padding: 5px 20px;
	font-size: 14px;
	margin: 5px;
}
}



/*パーティー オプション-------------------------------------------*/
.party_point_all{
	padding: 200px 0px 0px;
}

.party_point{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1500px;
	width: 90%;
	margin: 100px auto 0px;
}
.party_point_in{
	width: 30%;
	color: #FFF;
	text-align: center;
	margin-bottom: 50px;
}
.party_point_in h2{
	font-size: 23px;
	line-height: 150%;
	margin-bottom: 10px;
}
.party_point_in p{
	font-size: 16px;
	line-height: 150%;
	padding: 0px 10px;
}
.party_point_in img{
	margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
.party_point_in{
	width: 45%;
	margin-bottom: 50px;
}

}

@media screen and (max-width: 600px) {
.party_point_all{
	padding: 100px 0px 0px;
}
.party_point_in h2{
	font-size: 16px;
}
.party_point_in p{
	font-size: 12px;
	padding: 0px 5px;
}

}



/*パーティー料金表------------------------------------------*/
.party_price_all{
	padding: 100px 0px 0px;
}
.shop_img{
	max-width: 800px;
	width: 70%;
	margin: 0 auto 50px;
}
@media screen and (max-width: 600px) {
.party_price_all{
	padding: 50px 0px 0px;
}
}

/*周辺地域------------------------------------------*/
.party_map_all{
	padding: 100px 0px 0px;
}
ul.party_map{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
ul.party_map li{
	width: 23%;
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
.party_map_all{
	padding: 50px 0px 0px;
}
ul.party_map li{
	width: 45%;
	font-size: 16px;
	margin-bottom: 20px;
}
}

/*Bar------------------------------------------*/
.bar_box{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.bar_box h2{
	max-width: 400px;
	width: 60%;
	margin: 0 auto 50px;
}
.bar_box p{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
.bar_box p{
	font-size: 12px;
}
}




/*TOP商品ラインナップ--------------------------*/

ul.lineup_box{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 90%;
	max-width: 1200px;
	margin: 100px auto;
}
ul.lineup_box li {
  position: relative;      /* オーバーレイ用に基準を作る */
  width: 48%;
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;        /* はみ出し防止 */
}

/* オーバーレイを作る */
ul.lineup_box li::after {
  content: "";
  position: absolute;
  inset: 0;                /* top:0; right:0; bottom:0; left:0 と同じ */
  background: rgba(0,0,0,0);  /* 初期は透明 */
  transition: background .3s ease;
  z-index: 1;              /* テキストの下、背景の上に配置 */
}

/* hover時にオーバーレイを黒に */
ul.lineup_box li:hover::after {
  background: rgba(0,0,0,0.4); /* 数字を大きくすると濃くなる */
}

/* aタグとテキストをオーバーレイより上に */
ul.lineup_box li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 2; /* オーバーレイより上 */
}

ul.lineup_box li h2 {
  font-size: 30px;
  padding: 0 30px;
  display: inline-block;
  background-color: rgba(255,255,255,0.7);
  color: #000; /* 初期は黒 */
  transition: all .3s ease;
  font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/* hover時：背景を消し、文字を白に */
ul.lineup_box li:hover h2 {
  background-color: transparent;
  color: #fff;
}

.item1{
	background:url("../vegas/slider4.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}
.item2{
	background:url("../vegas/slider10.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}
.item3{
	background:url("../vegas/slider8.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}
.item4{
	background:url("../vegas/slider9.jpg") no-repeat center center;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
}

@media screen and (max-width: 900px) {
ul.lineup_box{
	margin: 0px auto;
}
ul.lineup_box li{
	width: 100%;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 600px) {
ul.lineup_box li a {
  padding: 80px 0;
}
ul.lineup_box li h2{
	font-size: 20px;
}
}