@charset "utf-8";

/*全体
---------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"游ゴシック体","游ゴシック","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-weight: 500;
	line-height: 2;
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: none;
}
/*リセット
---------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,textarea,input {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
img {
	border: none;
	width: 100%;
	height: auto;
	vertical-align: top;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	margin: 0;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #0070ea;
}
a:hover {
	color: #05acff;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	transition: 0.6s;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	background: #4af;
	height: 110px;
}
/*ロゴ画像*/
header #logo img {
	width: auto;
	height: 60px;
	background: #4af;
	float: left;
	padding-left: 20px;
}

/*PC用メニュー
---------------------------------------------------------------------------*/
#menubar ul{
	position: fixed;
	top: 60px;
	height: 50px;	
	width: 100%;
	background: #333;
	font-size: 15px;
}
#menubar ul li{
	float: left;
	letter-spacing: 0.1em;
}
#menubar ul li:first-child {
	margin-left: 4%;
}
#menubar ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
}
#menubar ul li a:hover{
	background: #666 !important;
	transition: 0.7s;
}

/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
#menubar ul li.ddmenu{
	position: relative;
}
#menubar ul li.ddmenu ul{
	display: none;
	width: 120px;
}
#menubar ul li.ddmenu:hover ul{
	display: block;
	position: absolute;
	top: 50px;
	left: -10px;
}
/*子メニューのボタン*/
#menubar ul li.ddmenu ul li a{
	background:#333;
	border: 1px solid rgba(255,255,255,0.4);
	height: 50px;
	width: 84px;
}
#menubar ul li.ddmenu ul li:first-child {
	margin-left: 0;
}
#menubar ul li.ddmenu ul li:first-child a {
	border-bottom: none;
}
#menubar ul li.ddmenu ul li a:hover{
	background-color: #666;
}

/*SPメニュー非表示*/
#menu_sp,.submenu {
	display: none;
}
/*ハンバーガーボタン非表示*/
.toggle_btn, .toggle_txt {
	display: none;
}

/*「Web予約」「初回登録」ボタン
---------------------------------------------------------------------------*/
.extra_btn {
	position: absolute;
	right: 3%;
	top: 68px;
}
.extra_btn li {
	float: left;	
}
.extra_btn li:first-child {
	margin-right: 16px;
}
.extra_btn li a {
	text-decoration: none;
	display: block;
	background: #ff8a00;
	color: #fff;
	padding: 0 40px;
	border: 1px solid #ff6000;
}
.extra_btn li a:hover {
	background: #ffb400;
	transition: 0.5s;
}
.photo2 {
	margin-top: 110px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	margin-top: 0;
	padding: 3%;
}
#contents h2 {
	clear: both;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: 500;
	background: #4af;
	color: #fff;
	line-height: 50px;
	padding-left: 25px;
}
h2 span {
	font-size: 80%;
	padding-left: 20px
}
#contents h2::first-letter {
	border-left: 3px solid #fff;
	padding-left: 15px;
}
#contents p {
	padding: 0 20px 20px;
}
#contents h3 {
	clear: both;
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: 500;
	background: #4af;
	color: #f00;
	line-height: 50px;
	padding-left: 25px;
}
#contents h3::first-letter {
	border-left: 3px solid #f00;
	padding-left: 15px;
}
/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	color: #fff;
	background: #4af;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"游ゴシック体","游ゴシック","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-weight: 500;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
/*フッターメニュー*/
#footmenu {
	overflow: hidden;
	padding: 20px 3%;
	font-size: 95%;
}
#footmenu .lbl {
	float: left;
	width: 47%;
	padding-right: 3%;
	text-align: left;
}
#footmenu .rbl {
	float: right;
	width: 47%;
	padding-left: 3%;
	text-align: left;
}
/*コピーライト*/
#copyright {
	clear: both;
	text-align: center;
	padding:4px 0 15px;
	font-size: 90%;
}
#copyright a img {
	height: 40px;
	width: auto;
}

/*PageTopボタン
---------------------------------------------------------------------------*/
#pagetop{
	display: none;
	position: fixed;
	right: 3%;
	bottom: 30px;
}
#pagetop a{
	display: block;
	font-size: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #333;
	background: rgba(0,0,0,0.6);
	line-height: 50px;
	border: 1px solid #fff;
	z-index: 10;
}
#pagetop a i{
	font-size: 20px;
	color:#fff;
	line-height: 50px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #666;
}

/*臨時調整、その他
---------------------------------------------------------------------------*/
.mb15 {
	margin-bottom: 15px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.fw500 {
	font-weight: 500 !important;
}
.fw600 {
	font-weight: 600 !important;
}

/*幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){

/*スマホメニュー
---------------------------------------------------------------------------*/
body {
	position: relative;
}
/*メニューブロック*/
#menu_sp {
	overflow: auto;
	text-align: left;
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	border-top: 1px solid #fff;
	animation-name: opa1;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	font-size: 16px;
	top: 110px;
}
#menu_sp ul li a, #menu_sp ul li.founder {
	display: block;
	text-decoration: none;
	padding: 12px 22px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#menu_sp ul li .submenu li a {
	padding: 10px 8px;
}
/*PC用メニュー非表示*/
#menubar {
	display: none;
}
/*ハンバーガーボタン*/
.toggle_btn {
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url(../images/open.png) no-repeat center/44px;
	border: 2px solid #fff;	
	position: absolute;
	top: 8px;
	right: 18px;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn.selected {
	background: url(../images/close.png) no-repeat center/44px;
}
.toggle_txt {
	display: none;
}
/*子メニュー
---------------------------------------------------------------------------*/
.submenu {
	display: block;
	margin-top: 10px;
	background: rgba(0,0,0,0.5);
	border: 1px solid #666;
	border-bottom: none;
}
.submenu li a {
	color: #fff !important;
	padding: 5px;
	border-bottom: 1px solid #666 !important;
}
#menu_sp ul li a:hover, .submenu li a:hover {
	background: #666;
}
/*「Web予約」「初回登録」ボタン
---------------------------------------------------------------------------*/
.extra_btn {
	top: 64px;
	right: 4%;
}
.extra_btn li a {
	font-size: 110%;
	font-weight: 600;
	position: absolite;
}
/*コンテンツ
---------------------------------------------------------------------------*/
#contents h2 {
	margin-bottom: 10px !important;
	font-weight: 600 !important;
}
}

/*幅599px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:599px){

/*全体
---------------------------------------------------------------------------*/
body {
	line-height: 1.8;
}
/*ヘッダー
---------------------------------------------------------------------------*/
header {
	margin: 0 auto;
	text-align: center;	
}
/*ロゴ画像*/
header #logo img {
	float: none;
	padding: 4px 10px 0 0;
}
/*ハンバーガーアイコン*/
.toggle_btn {
	right: 10px;
}
/*メニューナビ
---------------------------------------------------------------------------*/
#menu_sp ul li a, #menu_sp ul li.founder {
	padding: 13px 15px;
}
/*「Web予約」「初回登録」ボタン
---------------------------------------------------------------------------*/
.extra_btn {
	position: static;
	float: none;
	display: inline-block;
	margin-top: 3px;
}
.extra_btn li a {
	padding: 0 36px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 3%;	
}
#contents h2 {
	margin-top: 10px;
	line-height: inherit;
	padding-left: 12px;
}
#contents p {
	padding: 0px 10px 20px;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
#footmenu {
	padding: 3%;
}
#footmenu .lbl, #footmenu .rbl {
	display: block;
	width: 98%;
	padding: 2% 1%;
}
}
