@charset "UTF-8";
/* CSS Document */

/*reset
------------------------------------------------------------------------------*/
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
margin: 0;
padding: 0;
font-weight: normal;
}
img {
	border:0;
	vertical-align: middle;
	max-width:100%;
}
*{
	box-sizing: border-box;
}

/*------------------------------------------------------------------------------*/


/*background
------------------------------------------------------------------------------*/

body{
	font-family: "游ゴシック", "Yu Gothic", Yu Gothic, "游ゴシック体", "YuGothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-family: "Noto Sans JP", sans-serif;
	width:100%;
	letter-spacing: 0.8px;
	color: #222222;
	font-size: 16px;
	line-height: 1.75;
}

/*PC・スマフォで非表示
------------------------------------------------------------------------------*/
.pc_none {
	display: none;
}
.sp_none {
	display: block;
}

.price_table_head.sp_none{
	display: table-cell;
}



/*ここからcss設定
------------------------------------------------------------------------------*/
.inner{
	width:90%;
	max-width:1280px;
	margin:0 auto;
}
.inner2{
	width:90%;
	max-width:1680px;
	margin:0 auto;
}
.flex{
	display: flex;
	justify-content: space-between;
}
a{
	transition: .5s;
}
a:hover{
	opacity:0.7;
}
.a_reset{
	text-decoration: none;
	color: #222222;
	display: inline-block;
}
.listnone{
	list-style: none;
}
.serif{
	font-family: "Noto Serif JP", serif;
}
.come{
	font-size:0.8em;
}



/* -------------------- */
/* header
/* -------------------- */
.header {
	align-items: center;
	padding: 15px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 990;
	background-color: #fff;
}
.nav_list{
	font-weight: 600;
}
.nav_list.flex{
	align-items: center;
}
.nav_item + .nav_item {
	margin-left: 50px;
}

.header > .flex,
.header_in.flex{
	align-items: center;
}
.site_title{
	width: auto;
	height: 70px;
	display: inline-flex;
}
.site_title img{
	height: 100%;
}
.linebtn a{
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	border-radius: 10px;
}
.linebtn a img{
	margin-bottom: 2px;
	margin-right: 10px;
}



/* -------------------- */
/* セクション共通
/* -------------------- */
.section_wrap{
	padding:50px 0;
}
.section_title{
	font-size: 32px;
	line-height: 58px;
}
.section_text{
	margin-top:30px;
	font-size: 18px;
}



/* -------------------- */
/* メイン画像
/* -------------------- */
.top_main_img img{
	width:100%;
	height:auto;
}



/* -------------------- */
/* #section01
/* -------------------- */
#section01{
	margin-top: 50px;
}
#section01 .flex_left{
	width: calc(100% - 550px);
	padding: 50px;
	background-color: #fff;
}
#section01 .flex_right{
	width: 500px;
	margin-left: 50px;
}



/* -------------------- */
/* #section02
/* -------------------- */
#section02 .inner{
	background-color: #F5F5F5;
	padding: 100px;
}
.company_wrap{
	background-color: #fff;
	padding: 50px;
}
.company_table{
	border-collapse: collapse;
	border-top: 1px solid #CCCCCC;
	width:100%;
	margin-top: 20px;
}
.company_table_th,
.company_table_td{
	padding: 15px 10px;
	border-bottom: 1px solid #CCCCCC;
}
.company_table_th{
	min-width: 200px;
}
.company_table_td{
	width:calc(100% - 200px);
}
.company_map{
	margin-top: 50px;
}


/* -------------------- */
/* Instagram
/* -------------------- */
.instagram_head.flex{
	align-items: center;
}
.instagram_head a{
	font-weight: bold;
}
.instagram_head a img{
	width: 20px;
	margin-right: 5px;
}
.inst_ul{
	margin-top: 10px;
}
.inst_ul li + li{
	margin-left: 10px;
}



/* -------------------- */
/* フッター
/* -------------------- */
.footer{
	margin-top: 100px;
}
.footer_menu > .inner{
	position: relative;
	z-index: 1;
}
.footer_menu_ul{
	text-align: right;
}
.footer_menu_li{
	font-size: 0.8em;
}
.copy{
	margin-top: 10px;
	background-color: #000;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}
.copy a{
	color: #fff;
}
.copy a.poweredby{
	color: #999999;
	font-size: 0.8em;
}



/* -------------------- */
/* プライバシーポリシー
/* -------------------- */
.privacy .main{
	margin-top: 86.17px;
}
.privacy .section_wrap{
	padding:0;
	padding-top:100px;
}
.privacy h1{
	margin-bottom: 10px;
	font-weight: 600;
}
.privacy h2{
	font-size: 1.2em;
	border-left: 5px solid #000;
	padding-left: 10px;
	margin-bottom: 10px;
}
.privacy .page_con{
	margin-top: 50px;
}
.privacy .page_con ul{
	margin-left: 1.5em;
	margin-top: 10px;
}





@media screen and (max-width:1024px) {
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	
	
	/* デフォルトのbuttonスタイルをリセット */
	button {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: inherit;
		cursor: pointer;
		font: inherit;
		margin: 0;
		outline: none;
		padding: 0;
		vertical-align: middle;
	}
	
	
	.main{
		margin-top: 99px;
	}
	
	.header{
		padding: 0;
		background-color: #fff;
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	}
	.heade_sp_logo .flex{
		align-items: center;
		height: 42px;
	}
	.heade_sp_logo{
		padding: 10px 20px;
	}
	.site_title{
		height: 42px;
	}
	.site_title img{
		width: auto;
		height: 100%;
		vertical-align: top;
	}
	.linebtn a{
		padding: 5px 13px;
		border-radius: 5px;
		font-size: 10px;
	}
	.linebtn a img{
		display: block;
		width: 17px;
		height: 17px;
		margin: 0 auto;
	}
	.nav_list{
		background-color: #F5F5F5;
	}
	.nav_item{
		width: calc(100% / 3);
		text-align: center;
		font-size: 12px;
	}
	.nav_item + .nav_item{
		margin-left: 0;
		border-left: 1px solid #CCCCCC;
	}
	.nav_item a{
		display: block;
		padding: 8px 0;
	}
	
	.section_wrap{
		padding:25px 0;
	}
	.section_title{
		font-size: 22px;
		line-height: 38px;
	}
	.section_text{
		margin-top: 20px;
		font-size: 16px;
	}
	
	
	#section01{
		margin-top: 25px;
	}
	#section01 .inner .flex{
		flex-direction: column;
	}
	#section01 .flex_left,
	#section01 .flex_right{
		width:100%;
		margin-left:0;
	}
	#section01 .flex_left,
	#section01 .flex_right{
		padding:0;
		max-width: 500px;
		margin: 0 auto;
	}
	#section01 .flex_right{
		    margin-top: 50px;
	}
	
	#section02{
		background-color: #F5F5F5;
		padding: 50px 0;
		margin-top: 50px;
	}
	#section02 .inner,
	.company_wrap{
		background-color: #fff;
		padding: 0;
	}
	.company_wrap{
		padding: 20px 25px;
	}
	.company_table_th,
	.company_table_td{
		width:100%;
		min-width: unset;
		display: block;
	}
	.company_table_th{
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
		font-weight: bold;
	}
	.company_table_td{
		padding-top:5px;
	}
	
	
	
	#instagram{
		margin-top: 50px;
	}
	.inst_ul.flex{
		flex-wrap: wrap;
		margin-top:0;
	}
	.inst_li{
		margin-top:10px;
		width: calc(100% / 2 - 5px);
	}
	.inst_ul li + li{
		margin-left: 0;
	}
	.sp_inst_btn{
		text-align: center;
		margin-top: 20px;
	}
	.sp_inst_btn a{
		font-weight: bold;
	}
	.sp_inst_btn a img{
		width: 20px;
		margin-right: 5px;
	}
	
	.footer{
		margin-top: 50px;
	}
	.footer_menu_ul{
		text-align: unset;
	}
	.footer_menu_li{
		font-size: 10px;
	}
	
	.copy{
		font-size: 12px;
	}
	.copy > .inner > .flex{
		flex-direction: column;
	}
	.copy .poweredby{
		font-size: 10px;
		margin-top: 5px;
	}
	
}







