@charset "UTF-8";
/* CSS Document */

/* 全てに適用するCSS */

html{
	overflow: auto;
}

body {
	font-family:'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	font-size: 17px;
	width: 100%;
	margin:auto;
	overflow:hidden;
}

.clear{clear:both}

img{
	margin: 0;
	padding: 0;
	max-width: 100%;
	}

a{color:#333;}

ul{
  list-style: none;
}

#wrapper {
	text-align: center;
	margin: 0 auto;
}

.title{
	margin: 30px auto 25px;
	width: 480px;
}

.read{
	margin: 35px auto 0;
	width: 750px;
	text-align: justify;
	font-size: 14pt;
	line-height: 31px;
}

.read_cap{
	margin: 10px auto 0;
	width: 750px;
	text-align: justify;
	font-size: 11pt;
	line-height: 24px;
	padding-bottom: 5px;
}

.read_icon{
	margin: 10px auto 0;
	text-align: center;
	width: 60%;
}

.content{
	margin: 45px auto -10px;
	width: 250px;
}


/* ------------------------------ *
	bxslider設定
 --------------------------------*/

.bxslider{
	margin: 0 auto;
}

.bx-viewport{
	overflow: visible !important;
	width: 750px !important;
	margin: 0 auto;
	border: none !important;
	box-shadow: none !important;
}


/* ------------------------------ *
	マウスオーバー設定
 --------------------------------*/

.hover_image a img.cssOpacity {
	transition: 0.6s;
}

.hover_image a:hover img.cssOpacity {
	opacity: 0.5;
}


/*---------
テーブル設定
---------*/

table{
	margin: 50px auto 0; 
	width: 1000px;
	border:none; 
	border-collapse: separate;
	border-spacing: 60px 0px;
	table-layout: fixed;
}

th{
	text-align: center;
}

td{
	text-align: justify;
	vertical-align: top;
	font-size: 14px;
	line-height: 22px;
}

.bold{
	font-weight: bold;
	font-size: 15px;
}


/* ------------------------------ *
	SNSボタン
 --------------------------------*/

.snss{
	margin: 0 auto;
	max-width: 370px;
	height: 20px;
	padding: 60px 0 40px 0;
}



/*--------------------------------
スマホ時に消す指示
--------------------------------*/

@media screen and (min-width:769px){
	.sp{
		display: none !important;
		}
}


/*--------------------------------
ウィンドウ幅が0〜768pxの場合に適用するCSS
--------------------------------*/
	
@media screen and (max-width:768px){
	
.pc{
	display: none !important;
}
	
body { 
	margin:0; 
	padding:0; 
	font-family:'Hiragino Kaku Gothic Pro', Meiryo, 'MS PGothic', sans-serif;
	font-size: 15px; 
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-width: 100%;
}
	
#wrapper {
	text-align: center;
	margin: 0 auto;
	background-image: url("img_back.jpg");
	background-size: cover;
	background-attachment: fixed;
}

.title{
	margin: 20px auto 10px;
	width: 75%;
}

.read{
	margin: 20px auto 0;
	width: 90%;
	text-align: justify;
	font-size: 12pt;
	line-height: 25px;
}
	
.read_cap{
	margin: 10px auto 0;
	width: 90%;
	text-align: justify;
	font-size: 9pt;
	line-height: 20px;
	padding-bottom: 5px;
}


.read_icon{
	margin: -25px auto 30px;
	text-align: end;
}

.content{
	margin: 40px auto -10px;
	width: 200px;
}
	
.menu{
	margin: 35px auto 0;
	width: 65%;
}
	
.menu_category{
	margin: 0 auto 5px;
}
	
.menu_photo{
	margin: 0 auto;
}
	
.menu_title{
	margin: -10px auto 5px;
	text-align: justify;
	font-size: 12pt;
	line-height: 24px;
}
	
.menu_word{
	margin: -10px auto 30px;
	text-align: justify;
	font-size: 11pt;
	line-height: 22px;
}
	
.bold{
	font-weight: bold;
	font-size: 16px;
}
	
	
	
/* ------------------------------ *
	bxslider設定
 --------------------------------*/
	
.bxslider{
	margin: 0 auto;
}

.bx-viewport{
	overflow: visible !important;
	width: 100% !important;
	margin: 0 auto;
	border: none !important;
	box-shadow: none !important;
}

	
}