@charset "utf-8";
/*■■■■■■■■■■■■■■■■■■■■■■
　　共通設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ CSS初期設定
------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
th, td {
	border: 1px solid #000;
	padding: .5em;
}
.table01 .white {
	background: #fff;
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*------------------------------------------
■ リンク設定
------------------------------------------*/
a img {
	border: none;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
}
a:visited {
	color: #993399;
	text-decoration: underline;
}
/*------------------------------------------
■ リンク画像のhover半透明化設定
------------------------------------------*/
a:hover img {
}
/*------------------------------------------
■ float対策
------------------------------------------*/
.fcl {
	zoom: 100%;
}
.fcl:after {
	content: " ";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*------------------------------------------
■ 画像回り込み
------------------------------------------*/
.img_left {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.img_lef {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.img_right {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.img_center {
	display: block;
	margin: 0 auto;
	clear: both;
	text-align: center;
}
.center {
	text-align: center;
}
/*------------------------------------------
■ テキスト装飾
------------------------------------------*/
.txt_bold {
	font-weight: bold;
}
.txt_normal {
	font-weight: normal;
}
.txt_small {
	font-size: 75%;
}
.txt_big {
	font-size: 120%;
}
.txt_right {
	text-align: right;
}
.txt_gray {
	color: #999;
}
.txt_red {
	color: #DE4E25;
}
.txt_orange {
	color: #F8BC2F;
}
.txt_blue {
	color: #0066cc;
}
.txt_keycolor {
	color: #f88905;
}
.txt_marker {
	background-color: #FFFF00;
}
.txt_underline {
	border-bottom: #cccccc 1px dotted;
	margin-bottom: 2px;
}
.f18 {
	font-weight: bold;
}
.f20 {
	font-weight: bold;
}
.f24 {
	font-weight: bold;
}
.f28 {
	font-weight: bold;
	font-size: 110%;
}
.f38 {
	font-weight: bold;
	font-size: 115%;
}
.f40 {
	font-weight: bold;
	font-size: 120%;
}
.f48 {
	font-weight: bold;
	font-size: 125%;
}
.room_title {
	background-color: #f88905;
	padding: 5px;
	margin: 5px auto;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
/*------------------------------------------
■ リスト
------------------------------------------*/
ul.list01 {
	margin: 0;
	padding: 0;
}
ul.list01 li {
	list-style: disc;
	margin-left: 1em;
}
/*------------------------------------------
■ margin padding
------------------------------------------*/
.m-t10 {
	margin-top: 10px;
}
.m-t20 {
	margin-top: 20px;
}
.m-t30 {
	margin-top: 30px;
}
.m-t50 {
	margin-top: 50px;
}
.m-t-50 {
	margin-top: -50px !important;
}
.m-b30 {
	margin-bottom: 30px;
}
.m-0 {
	margin: 0 !important;
}
.m-lr0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/*------------------------------------------
■ PC・スマホ切り替え用
------------------------------------------*/
.pc_none {
}
.sp_none {
	display: none !important;
}
.size_s {
	width: 120px;
}
.size_m {
	width: 180px;
}
.size_l {
	width: 220px;
}
.max_w {
	max-width: 100%;
}
.width95{
	width:95%;
	}
.img_cener{
	padding: 0;
	margin: auto;
	display: block;
}

/*■■■■■■■■■■■■■■■■■■■■■■
　　各コンテンツ　【　基本設定　】
■■■■■■■■■■■■■■■■■■■■■■*/
/*------------------------------------------
■ メイン設定
------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Geneva, Arial, Verdana, sans-serif;
	background-color: #fff;
	color: #425066;
	font-size: 14px;
}
#wrap {
/*スマホメニュー初期は一様の余白調整
position: relative;
top: 50px;
*/

}
.element {
	padding: 0px 0px;
}
#frame {
}
#main {
	width: 96%;
	margin: 0 auto;
}
/*------------------------------------------
■　box
------------------------------------------*/
.box {
	margin: 0px auto;
	clear: both;
}

/*------------------------------------------
■ h1
------------------------------------------*/
h1 {
	color: #333;
	background: #c4a972;
	display: block;
	font-size: 10px;
	margin: 0 auto;
	padding: 0;
	height: 20px;
}
.h1_txt {
	background: none;
	display: block;
	margin: 0;
	height: 20px;
	font-size: 9px;
	line-height: 20px;
	text-align: center;
	color:#ffffff;
}

/*------------------------------------------
■ ヘッダーエリア
------------------------------------------*/
#header {
	background-color:#ffffff;
	position:relative;
}

#header #header_in {
	position:absolute;
	width: 100%;
	top: 0px;
	height: 50px;
	text-align: center;
	background-color:#ffffff;
	border-bottom:3px #c4a972 solid;
}
#header #header_in h2 {
	font-size: 10px;
	text-align: center;
	position:fixed;
	background-color:#ffffff;
}
#header.fixed #header_in {
	text-align: center;
	position: fixed;
	top: 0px;
	height: 55px;
	z-index: 9999;
}
#header_in .header_tel_number {
	background: transparent url(../img/tel_icon_small.png) no-repeat;
	width: 60%;
	color: #000;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 2px;
	text-indent: 18px;
	white-space: nowrap;
	background-size: 18px 18px;
	text-align: left;
	position: absolute;
	top:-15px;
}
/*-------- iphone5用 ----------*/
@media only screen and (max-width: 320px) {
    #header_in .header_tel_number {
        font-size: 12px;
    }
}
.header_logo {
	width: 110px;
    float: left;
	position: absolute;
	top: 15px;
	left:3px;
}
.header_btn {
	display: block;
	width: 80px;
	position: absolute;
	top:10px;
	right:5px;

}

.header_tel {
	clear: both;
	position: absolute;
	top: 33px;
	left:105px;
}
.header_txt {
	display: none;
}
.header_tel_number {
	display:block;
	font-weight: bold;
	line-height: 25px;
	background: url("../img/tel_icon_small.png") no-repeat scroll left center;
}
/*------------------------------------------
■TOP
------------------------------------------*/
#top_bg1 {
	position:relative;
}
#top {
	margin: 0 auto;
	padding: 0px 0 0;
	text-align: left;
}
.top01 {
	background-color: #faf0e2;
}
.top_main01{
	width: 100%;
	min-height: 140px;
	position: relative;
	}

.top_main02{
	width: 100%;
	min-height: 140px;
	position:relative;
	}
.top_main03{
	width: 100%;
	min-height: 140px;
	position:relative;
	}
.btn{
	margin:0px auto;
	text-align:center;
	position:absolute;
	bottom: 2%;
	left:0px;
	right:0px;
	z-index:1;
	}
.btn img{
	width:80%;
	}
.top01 .top01_sp{
	width:100%;
	height:auto;
}
.top01 .top01_pc{
	/* display:none; */
}
.top02 .top02_sp{
	width:100%;
	height:auto;
}
.top02 .top02_pc{
	display:none;
}
.top03 {
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2);
}
.top03 .top03_sp{
	width:100%;
	height:auto;
}
.top03 .top03_pc{
	display:none;
}

.top_campaign{
	background:#c4a972;
	padding: 7px 0;
	text-align: center;
}

/*------------------------------------------
■　point
------------------------------------------*/
.otherlink{
	width:100%;
	margin: 20px 0;
	}

.point{
	width:100%;
	margin: 20px 0;
}

/*------------------------------------------
■　plan
------------------------------------------*/
.menu{
	width:100%;
	margin: 20px 0;
	}

.other{
	width:100%;
	margin: 20px 0;
}

/*------------------------------------------
■　contact
------------------------------------------*/
.contact_area {
		border: 3px solid #7da8c7;
    width: 100%;
		margin: 20px auto;
}

.contact_info img {
	display: block;
	width: 100%;
	padding: 10px 15px;
}

.contact_area_bg {
	background: #f9f5ea;
	text-align: center;
}

.txt_contact {
	color: #ef632c;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 5px;
	vertical-align: middle;
}

.tel_contact {
	background: url(../img/tel_icon_small.png) top left no-repeat;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	height:30px;
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.btn_contact {
	width: 30%;
	display: inline-block;
	margin: 10px;
}

/*-------- iphone5用 ----------*/
@media only screen and (max-width: 480px) {
    .tel_contact, .txt_contact {
        font-size: 14px;
				margin: 5px 0 ;
    }
		.btn_contact {
			margin: 10px 0;
		}
}



/*------------------------------------------
■　voice
------------------------------------------*/
.voice{
	margin: 20px 0;
	padding: 40px 0;
	background: url(../img/bg_voice.jpg) no-repeat;
}

/*------------------------------------------
■ h4タイトル
（※スマートフォンでは、背景画像を消してテキストタイトルを表示させてください）
------------------------------------------*/
h4.title {
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin: 30px auto;
}

/*------------------------------------------
■ サブタイトル装飾（基本値）
------------------------------------------*/
.sub_title_a {
	border-left: 10px solid #80bd1a;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding-left: 10px;
}
.sub_title_b {
	border-bottom: 3px solid #f88905;
	font-weight: bold;
	margin: 10px auto 10px;
	padding: 10px 0;
}
.sub_title_c {
	border-bottom: 1px solid #80bd1a;
	border-left: 10px solid #80bd1a;
	line-height: 130%;
	font-weight: bold;
	margin: 10px auto 10px;
	padding: 0 15px 5px;
}
.sub_title_d {
	background: #80bd1a;
	border-radius: 5px;
	color: #ffffff;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 10px;
	text-align: center;
}
.sub_title_e {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.09em;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 5px 0 6px;
}
.sub_title_f {
	background-color: #e8e4bb;
	border-left: 10px solid #80bd1a;
	letter-spacing: 0.09em;
	margin: 10px auto 10px;
	padding: 10px;
}
.sub_title_g {
	background-color: #e3e0d2;
	border-left: 10px solid #7b4c3a;
	letter-spacing: 0.09em;
	margin: 10px auto 10px;
	padding: 10px;
}
.sub_title_h {
	border-bottom: 2px dashed #634609;
	color: #987C31;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	margin: 10px auto 10px;
	padding: 5px 0;
	text-align: center;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　流用コンテンツ　【　良く使うカテゴリ　】
■■■■■■■■■■■■■■■■■■■■■■*/


/*------------------------------------------
■ ブロック
------------------------------------------*/
.block_left {
}
.block_right {
}
.room {
	padding: 10px;
}

/*------------------------------------------
■ アクセス
------------------------------------------*/
.map_area {
	font-size: 12px;
	margin: 25px auto 15px;
}
.map_in {
	display: block;
	height: 300px;
	margin: 0 auto;
	width: 90%;
}

.ml-20 {
	margin-left: 20px;
	}

/*------------------------------------------
■ テーブル
------------------------------------------*/
.table01 {
	font-size: 70%;
	margin: 10px auto;
	width: 95%;
}
.table01 th {
	background-color: #EFEFEF;
	padding: 5px 5px;
	text-align: left;
	width: 20%;
	border: 1px solid #cccccc;
}
.table01 th.chigai {
	background-color: #EFEFEF;
	padding: 5px 5px;
	text-align: left;
	width: 5%;
	border: 1px solid #cccccc;
}
.table01 td {
	padding: 5px 5px;
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
}
.table01 td.hb {
	background: #e9f7ff;
	width: 20%;
}

/*------------------------------------------
■ フォーム部分
------------------------------------------*/
.form_area {
	margin: 40px auto;
}
/* --フォームテーブルの部分-- */
.table_box {
	border-top: #666666 1px dashed;
	margin: 10px auto;
}
.inq_box {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 20px 0;
	border-bottom: #666666 1px dashed;
	overflow: hidden;
}
.inq_box_title {
	border-left: 8px solid #c4aa73;
	display: block;
	font-weight: bold;
	margin: 10px auto 0;
	padding-left: 5px;
}
.inq_box_txt {
	display: block;
	float: left;
	line-height: 140%;
	margin: 0 auto;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 10px;
}
input, textarea, select {
	font-size: 14px;
	margin: 5px auto;
	padding: 5px;
	width: 95%;
}
input[type=text]:focus, textarea:focus, select:focus {
	outline: 0;
	background-color: #FFFFDD;
}

/*------------------------------------------
■ フッター
------------------------------------------*/
#footer {
	background: #ff8484;
	display: block;
	text-align: center;
	margin: 10px auto 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.8;
}
.footer_btn {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #dbdbdb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%, #dbdbdb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%, #dbdbdb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dbdbdb', GradientType=0 ); /* IE6-9 */
	border: 1px solid #E6E6E6;
	box-shadow: 0 1px 2px #CCCCCC;
	text-shadow: 0 1px 0 #EEEEEE;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 8px 10px;
	text-align: left;
}
#footer a {
	font-size: 12px;
}
.copyright {
	background-color: #c4aa73;
	color: #333;
	font-size: 10px;
	padding: 5px;
}
/*■■■■■■■■■■■■■■■■■■■■■■
　　サブページ設定
■■■■■■■■■■■■■■■■■■■■■■*/

/*------------------------------------------
■ サブページ共通
------------------------------------------*/
.sub_page_title_ {
	position:relative;
	background-color: #c4aa73;
	background-image:none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0;
	padding: 12px 0 10px;
	text-align: center;
	font-size: 110%;
	height:auto;
}
.pptitle_box{
	background-color: #c4aa73;
	height:70px;
	}
#sub_page, #order_page, #privacypolicy, #law, #order_end, .privacypolicy {
	font-size: 14px;
	line-height: 140%;
	margin: 0 auto;
	padding: 10px 0;
}
.sub_page_h {
	border-bottom: 2px solid #CCCCCC;
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 5px 0;
}

/*------------------------------------------
■ ボタンアニメ
------------------------------------------*/
	@keyframes yurayura {
		0% { transform: rotate(0deg); }
		25% { transform: rotate(1deg); }
		50% { transform: rotate(0deg); }
		75% { transform: rotate(-1deg); }
		100% { transform: rotate(0deg); }
	}

	#btn_anm {
		animation: yurayura 2s linear infinite;
		width:90%;
		height:auto;
	}

/*-------------------------------------------
リセット
-------------------------------------------*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
