@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead,

table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body{
font:12px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
/*
line-height:1.5;
-webkit-text-size-adjust: none;
*/
}
/* リンク設定
------------------------------------------------------------*/
/*a{color:#ffeddd;text-decoration:none;}
a:hover{opacity:.8;}
a:active, a:focus{outline:0;}
*/	

/* 全体
------------------------------------------------------------*/
/*
#wrapper{
margin:20px;
padding:0 1%;
width:98%;
position:relative;
}
*/

.inner{ 
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
/*
#header h1{
font-size:12px;
line-height:1.6;
font-weight:normal;
}

#header{
overflow:hidden;
padding:5px 0 0;
}

* html #header{height:1%;}

*/
/*************
/* ロゴ
*************/
/*
#header .logo{
float:left;
padding:20px 0;
}

.logo a{
font-size:20px;
font-weight:bold;
line-height:1;
font-family:"Palatino Linotype", "Book Antiqua", Palatino,"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.logo span{
font-size:12px;
font-weight:normal;
}

.info{
float:right;
padding:20px 0;
}

.tel strong{
font-size:20px;
font-weight:bold;
}
*/
/**************************
/* トップナビゲーション
**************************/
/*
ul#topnav{
clear:both;
overflow:hidden;
margin:0 auto 30px;
}

* html ul#topnav{height:1%;}

ul#topnav li{
float:left;
}

ul#topnav a{
width:144px;
font-size:12px;
display:block;
padding:5px 0 10px 10px;
color:#fff;
border-left:3px solid #fff;
}

ul#topnav li:last-child a{width:142px;}

ul#topnav li.active a,ul#topnav a:hover{border-color:#502124;}

*/
/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
line-height:0;
}

#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}
/*
.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:10px;
left:10px;
padding:5px 10px;
line-height:1.4;
z-index:100;
color:#502124;
background:url(images/tp.png);
}
*/
.Img .slogan{
left:auto;
right:10px;
}

.slogan h2{
padding-bottom:5px;
font-size:20px;
}

.slogan h3{
font-size:14px;
}


/**************************
/* グリッド
**************************/

.gridWrapper{
clear:both;
padding:20px 0;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
}

.colDark,.colLight{
padding-bottom:10px;
}
/*
.grid h3{
padding:3px 0 3px 10px;
font-size:14px;
border-left:3px solid #7e1321;
}

.colDark h3{
border-left:3px solid #502124;
}

.grid p{
padding:5px 10px;
}

.grid ul{margin:5px 10px;}

#sub .grid ul{margin-bottom:20px;}

.grid li{
padding:5px 0;
list-style:inside;
border-top:1px solid rgba(0,0,0,1);
border-bottom:1px solid rgba(255,255,255,.1);
}

.grid li:first-child{border-top:0;}
.grid li:last-child{border-bottom:0;}

.gridWrapper img{
max-width:100%;
height:auto;
}
*/
/* フッター内のグリッド(3カラム) */
#footer .grid{
background:transparent;
}

#footer .col3 ul{margin:0 0 10px 5px;}

#footer .col3 li{
padding:0 7px 0 5px;
margin-bottom:3px;
list-style:none;
border-bottom:0;
display:inline-block;
border:0;
}


/*************
メイン コンテンツ
*************/
section.content{
margin-bottom:20px;
font-size:14px;
overflow:hidden;
}

* html section.content{height:1%;}

section.content article{
padding:10px;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

#main h3.heading{
padding:3px 0 3px 10px;
font-size:14px;
/*border-left:3px solid #7e1321;*/
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 1px;
}

.alignright{
float:right;
clear:right;
margin:3px 1px 10px 10px;
}

img.frame,#gallery img{
/*border:3px solid #502124;*/
}

#gallery .gridWrapper{padding:0;}
#gallery .grid{
	background:none;
}

#gallery img{
margin:5px;
}

section#gallery{overflow:visible;}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto 20px;
}

table.table th,table.table td{
padding:5px;
border:1px solid #7e1321;
}

table.table th{
font-weight:bold;
letter-spacing:1px;
white-space:nowrap;
color:#fff;
background:#000;
}

/*************
/* 共通画面サイズ
*************/
/* -- Over Area Add ----------------------------------------- */

/* -- Over Area End ----------------------------------------- */

/* PC用 */
/*@media only screen and (min-width:960px) {*/
@media screen and (min-width: 961px) {
.bodySMT01{
		display:none;
}
.res_font01{
	font-size:14px;
}
.cont_txt{
	float:left; 
	width:50%;
	margin-top:30px;
}
.cont_img{
	float:left; 
	width:50%;
	margin-top:30px;
}
#cont_left {
	float:left;
	width:780px;
	margin-top:10px;
}
#cont_left01 {
	float:left;
	width:780px;
	height:45px;
	margin-top:40px;
}
#cont_left01_ins{
	width:780px;
	line-height:28px;
	padding-bottom:30px;
	float:left;
	background-image:url(img/cont_b.png);
	
}
/* -- Footer Area Add ----------------------------------------- */
#footer_cover {
	clear:both;
	margin: 0 auto;
	width: 100%;
	min-width:1150px;
	margin-top:100px;
	padding-top:0px;
	padding-bottom:0px;
	background: linear-gradient(#F9F9F9, #E0E0E0);
}
#footer {
	box-sizing: border-box;
	clear: both;
	font-weight:normal;	
	width: 1050px;
	margin: 0 auto;
}
#footer a {
	color:#464646;
}
#footer a:hover {
	color:#FFA000;
}
#footer p {
	font-size:12px;
}
#copyright {
	padding-top:20px;
	width:100%;
	min-width:1150px;
}
#copyright a {
	color:#464646;
}
#copyright a:hover {
	color:#FFA000;
	text-decoration: underline;
}

#copyright_inq {
	padding-top:20px;
	width:100%;
	min-width:1150px;

}
/* -- Footer Area End ----------------------------------------- */
/* -- Over Area Add ----------------------------------------- */
#over01{
	position: relative;
/*	background-image:url('../img/penb ack08.gif');*/
	margin: 0px auto 0 auto;
	padding-top:1px;
/*	background-color:#FCFCFC;*/
}
#over02{
	position: relative;
	width: 1150px;
/*	background-image:url('../img/gray01_1000.gif');*/
/*	background-repeat:repeat-y;*/
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
/*
	border-left:1px #F0F0F0 solid;
	border-right:1px #F0F0F0 solid;
*/
}
#over03{
	position: relative;
	margin: 0px auto 0 auto;
	padding-top:1px;
}
#over04{
	position: relative;
	width:100%;
/*	max-width:1150px;*/
	width: 1150px;
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
}
#wrapper01 {
	position: relative;
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}
#wrapper02 {
	position: relative;
/*	max-width:1050px;*/
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}
/*
#over04{
	position: relative;
	width:100%;
	width: 1150px;
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
}
#wrapper02 {
	position: relative;
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}*/
/* -- Over Area End ----------------------------------------- */
	.headerSMT{
		display:none;
	}
	#footerSMT{
		display:none;
	}
	.pagenoSMT{
		display:none;
	}
	#main{
	float:left;
	width:780px;
	}

	#main_img{
	width:100%;
	height:200px;
	}
	
	#subpage #sub{
	float:right;
	width:220px;
	overflow:hidden;
	}
	
	/* グリッド */
	.col2{width:469px;padding-bottom:12px;}
	.col3{width:704px;}
	#gallery .grid{width:230px;}

}

/* スマートフォン 横(ランドスケープ) */
/*@media only screen and (max-width:640px){*/
@media only screen and (min-width: 641px) and (max-width: 960px) {
.bodySMT01{
		display:none;
}
.res_font01{
	font-size:14px;
}
.cont_txt{
	float:left; 
	width:50%;
	margin-top:30px;
}
.cont_img{
	float:left; 
	width:50%;
	margin-top:30px;
}
#cont_left {
	float:left;
	width:780px;
	margin-top:10px;
}
#cont_left01 {
	float:left;
	width:780px;
	height:45px;
	margin-top:40px;
}
#cont_left01_ins{
	width:780px;
	line-height:28px;
	float:left;
	padding-bottom:30px;
	background-image:url(img/cont_b.png);
	
}
/* -- Footer Area Add ----------------------------------------- */
#footer_cover {
	clear:both;
	margin: 0 auto;
	width: 100%;
	min-width:1150px;
	margin-top:100px;
	padding-top:0px;
	padding-bottom:0px;
	background: linear-gradient(#F9F9F9, #E0E0E0);
}
#footer {
	box-sizing: border-box;
	clear: both;
	font-weight:normal;	
	width: 1050px;
	margin: 0 auto;
}
#footer a {
	color:#464646;
}
#footer a:hover {
	color:#FFA000;
}
#footer p {
	font-size:12px;
}
#copyright {
	padding-top:20px;
	width:100%;
	min-width:1150px;
}
#copyright a {
	color:#464646;
}
#copyright a:hover {
	color:#FFA000;
	text-decoration: underline;
}

#copyright_inq {
	padding-top:20px;
	width:100%;
	min-width:1150px;

}
/* -- Footer Area End ----------------------------------------- */
/* -- Over Area Add ----------------------------------------- */
#over01{
	position: relative;
/*	background-image:url('../img/penb ack08.gif');*/
	margin: 0px auto 0 auto;
	padding-top:1px;
/*	background-color:#FCFCFC;*/
}
#over02{
	position: relative;
	width: 1150px;
/*	background-image:url('../img/gray01_1000.gif');*/
/*	background-repeat:repeat-y;*/
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
/*
	border-left:1px #F0F0F0 solid;
	border-right:1px #F0F0F0 solid;
*/
}
#over03{
	position: relative;
	margin: 0px auto 0 auto;
	padding-top:1px;
}
#over04{
	position: relative;
	width:100%;
/*	max-width:1150px;*/
	width: 1150px;
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
}
#wrapper01 {
	position: relative;
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}
#wrapper02 {
	position: relative;
/*	max-width:1050px;*/
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}
/*
#over04{
	position: relative;
	width:100%;
	width: 1150px;
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
}
#wrapper02 {
	position: relative;
	width: 1050px;
	margin: 0px auto 0 auto;
	font-size:16px;
}*/
/* -- Over Area End ----------------------------------------- */
	.headerSMT{
		display:none;
	}
	#footerSMT{
		display:none;
	}
	.pagenoSMT{
		display:none;
	}
	#main{
	float:left;
	width:780px;
	}

	#main_img{
	width:100%;
	height:200px;
	}
	
	#subpage #sub{
	float:right;
	max-width:220px;
	overflow:hidden;
	}
	
	/* グリッド */
	.col2{width:469px;padding-bottom:12px;}
	.col3{width:704px;}
	#gallery .grid{width:230px;}
}


/* スマートフォン 縦(ポートレート) */
/*@media only screen and (max-width:480px){*/
@media screen and (max-width: 640px) {
.res_font01{
	font-size:12px;
}
.cont_txt{
	float:left; 
	width:100%;
	margin-top:20px;
}
.cont_img{
	float:left;
	width:100%;
	margin-top:20px;
}
.smt_t{
	margin-top:15px;
}
.smt_l{
	margin-left:10px;
}
#cont_left {
	float:left;
	width:100%;
	margin-top:10px;
/*	border-bottom:solid 1px #cccccc;*/
}
#cont_left01 {
	float:left;
	width:100%;
	height:45px;
	margin-top:20px;
}
#cont_left01_ins{
	width:100%;
	line-height:28px;
	float:left;
	padding-bottom:30px;
	background-image:url(img/cont_b.png);
	
}
/* -- Over Area Add ----------------------------------------- */
#over01{
	position: relative;
/*	background-image:url('../img/penb ack08.gif');*/
	margin: 0px auto 0 auto;
	padding-top:1px;
/*	background-color:#FCFCFC;*/
}
#over02{
	position: relative;
	width: 100%;
/*	width: 1150px;*/
/*	background-image:url('../img/gray01_1000.gif');*/
/*	background-repeat:repeat-y;*/
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
/*
	border-left:1px #F0F0F0 solid;
	border-right:1px #F0F0F0 solid;
*/
}
#over03{
	position: relative;
	margin: 0px auto 0 auto;
	padding-top:1px;
}
#over04{
	position: relative;
	width:100%;
/*	width: 1150px;*/
	background-color:#FFFFFF;
	margin: 0px auto 0 auto;
}
#wrapper01 {
	position: relative;
	width: 100%;
	margin: 0px auto 0 auto;
	font-size:16px;
}
#wrapper02 {
	position: relative;
	width: 100%;
/*	width: 1050px;*/
	margin: 0px auto 0 auto;
	font-size:16px;
}
/* -- Over Area End ----------------------------------------- */
	.headerPC{
		display:none;
	}
	#sub{
		display:none;
	}
	#footerPC{
		display:none;
	}
	.pagenoPC{
		display:none;
	}
	#inq_btn{
		display:none;
	}
	.bodyPC01{
		display:none;
	}
	#main{
	float:left;
/*	width:640px;*/
	width:100%;
	}

	#main_img{
		display:none;
	}

	#header .logo{padding-top:10px;}
  .info{padding:10px 0;}
	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	width:50%;
	}	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner h2,#mainBanner h3{font-size:80%;}


/* -- SMT Header Style ----------------------------------------- */
#Header{
	border-top:3px solid #0000cd;
	padding:6px 5px 1px 4px;
	overflow:hidden;
	background-color:#fff;
	border-bottom:1px #000000 solid;
}
#Header h1{
	float:left;
	margin-top:6px;
}
#Header ul.h_nav{
	float:right;
	display:inline-block;
}
#Header ul.h_nav li{
	float:left;
	margin-right:6px;
}
#Header ul.h_nav li img{
	float:left;
	padding-bottom:0.2em;
}
#Header ul.h_nav li span{
	padding-left:0.1em;
	display:block;
	min-height:2em;
	margin:0 auto;
	font-size:75%;
}
#Header.top{
/*	-webkit-box-shadow:2px 2px 3px #ececec;
		-moz-box-shadow:2px 2px 3px #ececec;
			box-shadow:2px 2px 3px #ececec;*/
	box-shadow:0 1px 2px #b2aca6;
	-moz-box-shadow:0 1px 2px #b2aca6;/* Firefox */
	-webkit-box-shadow:0 1px 2px #b2aca6;/* webkit */
}

/* -- SMT Footer Style ----------------------------------------- */
#nav_contenner_b{
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
nav{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
footer{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/* -----------------------------*/
/* ---		Nav style		--- */
/* -----------------------------*/
nav.Navi{
	margin-bottom:15px;
	text-align:center;
}
nav.Nav ul{
	display:inline-block;
	overflow:hidden;
}
nav.Nav ul li{
	text-align:center;
	width:80px;
	float:left;
	padding:4px 0;
}
nav.Nav ul li span{
	padding-top:0.3em;
	display:block;
	min-height:0.5em;
	width:75px;
	margin:0 auto;
	font-weight:bold;
	font-size:85%;
}
nav.Nav ul li img{
/*	-webkit-box-shadow:1px 2px 5px #f8d1d1;
		-moz-box-shadow:1px 2px 5px #f8d1d1;
		box-shadow:1px 2px 5px #f8d1d1;
	box-shadow:0 1px 2px #b2aca6;
	-moz-box-shadow:0 1px 2px #b2aca6;
	-webkit-box-shadow:0 1px 2px #b2aca6;*/
}
nav.Nav ul li a:visited{
	color:#000;
}

nav.Nav ul li a:link{
	color:#000;
}

/* -----------------------------*/
/* ---		Footer style	--- */
/* -----------------------------*/
footer#Footer{
}
footer#Footer ul{
/*	background:-webkit-gradient(linear,left top,left bottom,from(#e7e6e6),to(#fff));*/
	background:-webkit-gradient(linear,left top,left bottom,from(#0000cd),to(#9696ff));
	background:-webkit-linear-gradient(top, #0000cd, #9696ff);
	background:   -moz-linear-gradient(top, #0000cd, #9696ff);
	background:     -o-linear-gradient(top, #0000cd, #9696ff);
	background:        linear-gradient(top, #0000cd, #9696ff);
	background:-webkit-gradient(linear, left bottom, left top, from(#0000cd), to(#9696ff));
	margin-top:5px;
	padding-top:1px;
	text-align:center;
	border-top:1px solid #ccc;
}
footer#Footer ul li{
	color:#fff;
	font-size:85%;
	display:inline-block;
	width:30%;
	font-weight:bold;
}
footer#Footer ul li:nth-of-type(2){
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
footer#Footer ul li a{
	display:block;
	color:#fff;
}
footer#Footer ul li　img{
	float:left;
	padding-bottom:0.2em;
}
footer#Footer ul li　span{
	padding-left:0.5em;
	padding-bottom:0.5em;
	display:block;
	min-height:2em;
	margin:0 auto;
}

footer#Footer p.copyright{
/*	border-top:1px solid #ccc;*/
	border-top:1px solid #0000B0;
	background:#0000cd;
	color:#fff;
	font-size:80%;
	text-align:center;
	padding:5px 0;
}
footer#Footer p.copyright a{
	margin-top:2px;
	margin-bottom:2px;
	color:#fff;
}

}

/***20190611**/

@media (min-width:750px) {
.pcnone {
	display:none !important;
}
}
@media (min-width:0px) and (max-width:749px) {
.pcnone {
	display: block !important;
}
.spnone {
	display:none !important;
}
}

.lpNewbody {
	max-width:1050px; 
	left:0px; 
	top: 10px; 
	position:relative; 
}


.lpNewbody img {
	max-width:100%; 
	display: block;
}
@media (min-width:750px) {
.lpNewbody .spBody {
	display:none !important;
}
}
@media (min-width:0px) and (max-width:749px) {
.lpNewbody .spBody {
	display: block !important;
	padding-right: 15px;
	padding-left: 15px;
}
}

.lpNewbody .spBody .mt10 {
	margin-bottom:10px;
}
.lpNewbody .spBody .mt20 {
	margin-bottom:20px;
}


.lpNewbody .spBody .s_box01 {
	padding: 5px;
	box-shadow: 0 0 3px gray;
	margin-top: 25px;
	margin-bottom: 25px;
}
.lpNewbody .spBody .s_box01.pt2 {
	padding: 5px;
	box-shadow: 0 0 3px #e6e5e5;
	margin-top: 0px;
	margin-bottom: 25px;
}
.lpNewbody .spBody .btns {
	margin-bottom: 20px;
	padding-top: 20px;
}
.lpNewbody .spBody .btns a img {
	margin-right: auto;
	margin-left: auto;
	
}
.lpNewbody .spBody .s_box01 .telBox {
	border: 3px solid #1ea83b;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.lpNewbody .spBody .s_box01 .mailBox {
	border: 3px solid #e51f1e;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
.lpNewbody .spBody .s_box01 .telBox img,
.lpNewbody .spBody .s_box01 .mailBox img {
	margin-bottom: 10px;
	
}

/**SNSページから**/

.mainvl{
	min-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:0px) and (max-width:735px) {
.mainvl{
	min-width: inherit;
	margin-left: auto;
	margin-right: auto;
}
}

.img100 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}
.img100_m0 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.snsBox{
	background: url("img/bg01.png") no-repeat center top;
	background-size: cover;
	margin-bottom: 50px;
	min-width: 1150px;
}
.snsBox .sns_inner{
	padding: 30px 20px 0px 20px;
	width: 1150px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:0px) and (max-width:735px) {
.snsBox{
	background: url("img/bg01_sp.png") no-repeat center top;
	background-size: cover;
	margin-bottom: 30px;
	min-width: inherit;
}
.snsBox .sns_inner{
	padding: 20px 10px 0px 10px;
	width: 100%;
}
}
.snsBox .ttl{
	padding-left: 20px;
	margin-bottom: 0px;
	font-family: ads-showwa80, sans-serif;
	color: #ffffff;
	font-size: 50px;
}
.snsBox .ttl img{
	max-width: 100%;
	display: block;
}
@media (min-width:0px) and (max-width:735px) {
.snsBox .ttl{
	padding-left: 10px;
	margin-bottom: 0px;
	font-size: 35px;
}
.snsBox .ttl img{
	max-width: 100%;
	display: block;
	height: 30px;
}
}

.snsBox .ttl02{
	font-family: ads-showwa80, sans-serif;
	color: #ffffff;
	font-size: 50px;
	text-align: center;
}
.snsBox .ttl02 img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media (min-width:0px) and (max-width:735px) {
.snsBox .ttl02{
	padding-left: 10px;
	font-size: 35px;
	text-align: left;
}
.snsBox .ttl02 img{
	max-width: 100%;
	margin-left: 0;
	display: block;
	height: 30px;
}
}

.area_insta_out {
	background: url("img/cont_insta_item.png") no-repeat right 50px top;
	padding-top: 16px;
}
.area_insta {
    /**background: linear-gradient(to right, rgb(115, 32, 240) 0%, rgb(173, 254, 235) 0%, rgb(0, 214, 164) 39%, rgb(0, 193, 157) 54%, rgb(0, 198, 181) 74%, rgb(0, 187, 255) 100%);**/
	background: linear-gradient(to right, rgb(115, 32, 240) 0%, rgb(248, 203, 66) 100%);
    border-radius: 16px;
    padding: 6px;
	box-sizing: border-box;
	max-width: 1050px;
	margin: 0 auto;
}
.area_insta .s_inner {
    background: url("img/cont_insta_bg.png") no-repeat left bottom #212121;
    border-radius: 16px;
    padding: 20px;
	
}
.area_insta .instabtn{
	font-family: ads-showwa80, sans-serif;
	background: linear-gradient(to right, rgb(115, 32, 240) 0%, rgb(248, 203, 66) 100%);
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	padding: 5px 5px;
	border-radius: 25px;
	display: block;
	border: solid 3px #000000;
	margin-top: 10px;
}
@media (min-width:0px) and (max-width:735px) {
.area_insta_out {
	background: url("img/cont_insta_item_sp.png") no-repeat right 0px top 20px;
	background-size: 10px auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.area_insta {
	background: linear-gradient(to right, rgb(115, 32, 240) 0%, rgb(248, 203, 66) 100%);
    border-radius: 8px;
    padding: 3px;
}

.area_insta .s_inner {
    background: url("img/cont_insta_bg_sp.png") no-repeat left top #212121;
	background-size: 70% auto;
    border-radius: 8px;
    padding: 10px;
}
.area_insta .instabtn{
	font-size: 15px;
	padding: 5px 5px;
	border-radius: 20px;
	border: solid 2px #000000;
	margin-top: 10px;
}
}

.area_tiktok_out {
	background: url("img/cont_tiktok_item.png") no-repeat right 50px top;
	padding-top: 16px;
}
.area_tiktok {
    /**background: linear-gradient(to right, rgb(115, 32, 240) 0%, rgb(173, 254, 235) 0%, rgb(0, 214, 164) 39%, rgb(0, 193, 157) 54%, rgb(0, 198, 181) 74%, rgb(0, 187, 255) 100%);**/
	background: linear-gradient(to right, rgb(48, 239, 247) 0%, rgb(248, 1, 154) 100%);
    border-radius: 16px;
    padding: 6px;
	box-sizing: border-box;
	max-width: 1050px;
	margin: 0 auto;
}
.area_tiktok .s_inner {
    background: url("img/cont_tiktok_bg.png") no-repeat left bottom #212121;
    border-radius: 16px;
    padding: 20px;
	
}
.area_tiktok .tiktokbtn{
	font-family: ads-showwa80, sans-serif;
	background: linear-gradient(to right, rgb(48, 239, 247) 0%, rgb(248, 1, 154) 100%);
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	padding: 5px 5px;
	border-radius: 25px;
	display: block;
	border: solid 3px #000000;
	margin-top: 10px;
}
@media (min-width:0px) and (max-width:735px) {
.area_tiktok_out {
	background: url("img/cont_tiktok_item_sp.png") no-repeat right 0px top 20px;
	background-size: 10px auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.area_tiktok {
	background: linear-gradient(to right, rgb(48, 239, 247) 0%, rgb(248, 1, 154) 100%);
    border-radius: 8px;
    padding: 3px;
}

.area_tiktok .s_inner {
    background: url("img/cont_tiktok_bg_sp.png") no-repeat left top #212121;
	background-size: 70% auto;
    border-radius: 8px;
    padding: 10px;
}
.area_tiktok .tiktokbtn{
	font-size: 15px;
	padding: 5px 5px;
	border-radius: 20px;
	border: solid 2px #000000;
	margin-top: 10px;
}
}

.area_line_out {
	background: url("img/cont_line_item.png") no-repeat right 0px top 20px;
	padding-left: 13px;
	padding-right: 13px;
}
.area_line {
    background: url("img/cont_line_bg.png") no-repeat left bottom #212121;
    border-radius: 16px;
    padding: 30px 20px 20px 20px;
	border: solid 5px #06C755;
}
.area_line .logo{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
}
.area_line .address{
	font-family: ads-showwa80, sans-serif;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.area_line .linebtn{
	
}
.area_line .linebtn a{
	font-family: ads-showwa80, sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: 30px;
	display: block;
	padding: 5px 5px;
	background-color: #06C755;
	border-radius: 30px;
}
.area_line .linebtn a:hover{
	opacity: 0.8;
}
.area_line .linebtn img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media (min-width:0px) and (max-width:735px) {
.area_line_out {
	background: url("img/cont_line_item.png") no-repeat right 0px top 20px;
	background-size: 10px auto;
	padding-left: 10px;
	padding-right: 10px;
}
.area_line {
    background: url("img/cont_line_bg_sp.png") no-repeat left top #212121;
	background-size: 140% auto;
    border-radius: 8px;
    padding: 40px 10px 10px 10px;
	border: solid 3px #06C755;
}
.area_line .logo{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
}
.area_line .address{
	font-size: 13px;
	margin-bottom: 10px;
}
.area_line .linebtn a{
	font-size: 14px;
	display: block;
	padding: 5px 5px;
	border-radius: 20px;
}
.area_line .linebtn img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
}

.area_x_out {
	background: url("img/cont_x_item.png") no-repeat right 0px top 20px;
	padding-left: 13px;
	padding-right: 13px;
}
.area_x {
    background: url("img/cont_x_bg.png") no-repeat left bottom #212121;
    border-radius: 16px;
    padding: 30px 20px 20px 20px;
	border: solid 5px #ffffff;
}
.area_x .logo{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
}
.area_x .address{
	font-family: ads-showwa80, sans-serif;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 10px;
}
.area_x .xbtn{
	
}
.area_x .xbtn a{
	font-family: ads-showwa80, sans-serif;
	color: #000000;
	text-align: center;
	font-size: 30px;
	display: block;
	padding: 5px 5px;
	background-color: #ffffff;
	border-radius: 30px;
}
.area_x .xbtn a:hover{
	opacity: 0.8;
}
.area_x .xbtn img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media (min-width:0px) and (max-width:735px) {
.area_x_out {
	background: url("img/cont_x_item.png") no-repeat right 0px top 20px;
	background-size: 10px auto;
	padding-left: 10px;
	padding-right: 10px;
}
.area_x {
    background: url("img/cont_x_bg_sp.png") no-repeat left top #212121;
	background-size: 140% auto;
    border-radius: 8px;
    padding: 40px 10px 10px 10px;
	border: solid 3px #ffffff;
}
.area_x .logo{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 10px;
}
.area_x .address{
	font-size: 13px;
	margin-bottom: 10px;
}
.area_x .xbtn a{
	font-size: 14px;
	display: block;
	padding: 5px 5px;
	border-radius: 20px;
}
.area_x .xbtn img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
}

.snsBox .scrolBox {
	overflow-y: scroll;
	max-height: 400px;
	padding: 10px 20px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	/**border: solid 1px #d1d1d1;**/
	/* つまみの色: #B5B5B6, バーの背景色: #212121 */
  scrollbar-color: #B5B5B6 #212121;
}
@media (min-width:0px) and (max-width:735px) {
.snsBox .scrolBox {
	max-height: 300px;
	padding: 10px 20px;
}
}

.f_box{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap: wrap;
}
.f_box .left{
	width: 40%;
	box-sizing: border-box;
	padding-top: 50px;
}
.f_box .left p{
	font-family: ads-showwa80, sans-serif;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}
.f_box .left img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.f_box .right{
	width: 60%;
	box-sizing: border-box;
}
@media (min-width:0px) and (max-width:735px) {
.f_box .left{
	width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
	margin-bottom: 20px;
}
.f_box .left p{
	font-size: 13px;
}
.f_box .right{
	width: 100%;
	box-sizing: border-box;
}
}

.f_box02{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap: wrap;
padding-top: 50px;
max-width: 1150px;
margin-left: auto;
margin-right: auto;
}
.f_box02 li{
	width: 48%;
	box-sizing: border-box;
}
.f_box02 li img{
	max-width: 100%;
	display: block;
}
@media (min-width:0px) and (max-width:735px) {
.f_box02 li{
	width: 49%;	
}
}

.photos{
	overflow: hidden;
}
.photos p{
	display: block;
	float: left;
	width: 33.33333%;
}
.photos img{
	width: 100%;
}
@media (min-width:0px) and (max-width:735px) {
.photos p{
	display: block;
	float: left;
	width: 33.33333%;
}
}

.mainbtn{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
}
.mainbtn:hover{
	opacity: 0.8;
}

.slid {
  overflow: hidden;
  width: 100%;
}

/* トラック：画像を横一列に並べる */
.slid .slid_roop {
  display: flex;
  width: max-content;
  animation: scroll 10s linear infinite; /* 10秒かけて左に移動し続ける */
}

/* 画像サイズ */
.slid .slid_roop img {
  max-width: 100%;
}
@media (min-width:0px) and (max-width:735px) {
.slid .slid_roop img {
  height: 50px;
}
}

/* アニメーションの設定 */
@keyframes scroll {
  0% {
    transform: translateX(0); /* 最初は元の位置 */
  }
  100% {
    transform: translateX(-300px); /* 画像1枚分（300px）だけ左に移動 */
  }
}

.cont_recruit{
	background: url("img/cont_recruit.png") no-repeat center center #deebff;
	width: 100%;
	height: 608px;
	box-sizing: border-box;
	padding-top: 270px;
	padding-left: 250px;
	min-width: 1150px;
}
.cont_recruit_inner{
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
.cont_recruit img{
	max-width: 100%;
}
@media (min-width:0px) and (max-width:735px) {
.cont_recruit{
	background: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-top: 0px;
	padding-left: 0px;
	min-width: inherit;
}
.cont_recruit_inner{
	width: 100%;
}
.cont_recruit img{
	max-width: 100%;
}
}

#f-btn {
	position: fixed;
	z-index: 5;
	top: 15%;
	right: 0;
	display: block;
}
#f-btn ul {
	width: 91px;
}
#f-btn ul li {
	margin-bottom: 10px;
	
}
#f-btn ul li img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#f-btn ul li a {
	
}
#f-btn ul li a img:hover {
	opacity:0.8;
}

@media (min-width:0px) and (max-width:735px) {
#f-btn {
	position: fixed;
	z-index: 5;
	top: 10%;
	right: 0;
	display: block;
}
#f-btn ul {
	width: 50px;
}
}