@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	/*全体の文字色*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*フォント種類*/
	font-size: 18px;
	/*文字サイズ*/
	line-height: 2;
	/*行間*/
	background: #fff;
	/*背景色*/
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

ul {
	list-style-type: none;
}

ol {
	padding-left: 40px;
	padding-bottom: 15px;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}

iframe {
	width: 100%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
	/*リンクテキストの色*/
	transition: 0.2s;
	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}

a:hover {
	color: #d34661;
	/*マウスオン時の文字色*/
	text-decoration: none;
	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（ホームページを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1500px;
	/* max-width: 100%; */
	/*slide.cssの「#mainimg, #subimg」と設定と合わせる*/
	margin: 0 auto;
	border-top: 4px solid #d34661;
	/*一番上に入っているアクセントライン。幅、線種、色。*/
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: relative;
	z-index: 1;
	height: 140px;
	/*ヘッダーの高さ*/
	background: #fff;
	/*背景色*/
}

/*ロゴ画像*/
header #logo img {
	width: 300px;
	/*画像幅*/
	position: absolute;
	left: 3%;
	/*ヘッダーに対して左から3%の場所に配置*/
	/* top: 38px; */
	top: 16px;
	/*ヘッダーに対して上から38pxの場所に配置*/
}

/*ヘッダー内メニュー（「資料請求・お問い合わせ」と「見学のお申し込み」ボタン）
色などの他の指定は下の方の「a.btn1」で指定しています。
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#headermenu {
	position: absolute;
	right: 3%;
	/*headerに対して右から3%の場所に配置*/
	bottom: 15px;
	/*headerに対して下から15pxの場所に配置*/
}

/*メニュー１個あたり*/
#headermenu li {
	float: left;
	/*左に回り込み*/
	margin-left: 10px;
	/*メニュー同士の余白*/
}

#headermenu li a.btn1 {
	padding: 0px 15px 0px 30px;
	/*上、右、下、左へのボックス内の余白*/
}

/*btn1
---------------------------------------------------------------------------*/
/*btn1共通*/
a.btn1 {
	text-decoration: none;
	display: inline-block;
	background: #d34661 url(../images/arrow1.png) no-repeat 15px center;
	/*古いブラウザ用*/
	background: #d34661 url(../images/arrow1.png) no-repeat 15px center / 6px;
	/*背景色、背景の矢印画像の読み込み、左から15pxの場所に配置。幅を6pxに。*/
	color: #FFF !important;
	border: 1px solid #d34661;
	/*枠線の幅、線種、色*/
	border-radius: 2px;
	/*角丸のサイズ。ほんの少しだけ角を丸くしています。*/
}

label.btn1 {
	text-decoration: none;
	display: inline-block;
	background: #d34661 url(../images/arrow1.png) no-repeat 15px center;
	/*古いブラウザ用*/
	background: #d34661 url(../images/arrow1.png) no-repeat 15px center / 6px;
	/*背景色、背景の矢印画像の読み込み、左から15pxの場所に配置。幅を6pxに。*/
	color: #FFF !important;
	border: 1px solid #d34661;
	/*枠線の幅、線種、色*/
	border-radius: 2px;
	/*角丸のサイズ。ほんの少しだけ角を丸くしています。*/
}

/*マウスオン時*/
a.btn1:hover {
	background: #ff5575 url(../images/arrow1.png) no-repeat 15px center / 6px;
}

label.btn1:hover {
	background: #ff5575 url(../images/arrow1.png) no-repeat 15px center / 6px;
}

/*contents内のbtn1。主にinfo.htmlやservice.htmlで使っています。*/
#contents a.btn1 {
	padding: 0px 35px 0px 50px;
	/*上、右、下、左へのボックス内の余白*/
	letter-spacing: 0.2em;
	/*文字間隔を広くとる設定*/
}

#contents label.btn1 {
	padding: 0px 35px 0px 50px;
	/*上、右、下、左へのボックス内の余白*/
	letter-spacing: 0.2em;
	/*文字間隔を広くとる設定*/
}

/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
#fsize {
	position: absolute;
	right: 3%;
	/*ヘッダーブロックに対して右から3%の場所に配置*/
	top: 0px;
	/*ヘッダーブロックに対して上から0pxの場所に配置*/
	width: 250px;
	/*ブロック幅*/
	background: #fff;
	/*背景色*/
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2は20%色がついた状態の事。*/
	border-radius: 0px 0px 5px 5px;
	/*角丸のサイズ。左上、右上、右下、左下への順。*/
	line-height: 50px;
	/*高さ*/
	padding: 10px 0px;
	/*上下、左右へのボックス内の余白*/
}

/*「文字サイズ」のテキスト*/
#fsize p {
	float: left;
	font-size: 18px;
	/*文字サイズ*/
	padding: 0 20px;
	/*上下、左右への余白*/
}

/*文字サイズボタン１個あたり*/
#fsize ul li {
	float: left;
	/*左に回り込み*/
}

#fsize ul a {
	overflow: hidden;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	/*文字色*/
}

/*「小」ボタン設定*/
#fsize ul li#small a::before {
	display: block;
	content: "小";
	/*「小」の文字を出力*/
	font-size: 18px;
	/*文字サイズ*/
	background: #d34661;
	/*背景色*/
	width: 40px;
	/*幅*/
	line-height: 40px;
	/*高さ*/
	margin-top: 5px;
	margin-right: 10px;
}

/*「大」ボタン設定*/
#fsize ul li#large a::before {
	display: block;
	content: "大";
	/*「大」の文字を出力*/
	font-size: 30px;
	/*文字サイズ*/
	background: #ccc;
	/*背景色*/
	width: 50px;
	/*幅*/
	line-height: 50px;
	/*高さ*/
}

/*マウスオン時の「大」ボタン設定*/
#fsize ul li#large a:hover::before {
	background: #d34661;
	/*背景色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
	position: relative;
	z-index: 1;
	margin-left: 5%;
	/*左に空けるスペース*/
	margin-top: 8%;
	/*上に空けるスペース。この部分にイメージ画像が表示されます。*/
}

/*トップページのメニューブロック*/
body.home #menubar {
	margin-top: 40%;
	/*上に空けるスペース。この部分にスライドショーが表示されます。*/
}

/*メニュー１個あたりの設定*/
#menubar li {
	float: left;
	/*左に回り込み*/
	width: 15%;
	/*メニュー幅*/
	margin: 0 0.4%;
	/*0.4%はメニュー同士の左右間の余白。*/
}

#menubar li a {
	display: block;
	text-decoration: none;
	position: relative;
	text-align: center;
	/*内容をセンタリング*/
	padding: 15px 0;
	/*上下、左右へのボックス内の余白*/
	background: #fff;
	/*背景色（古いブラウザ用）*/
	background: rgba(255, 255, 255, 0.85);
	/*背景色。255,255,255は白の事で0.85は85%色がついた状態の事。*/
}

/*飾り文字*/
#menubar li span {
	display: block;
	font-size: 60%;
	/*文字サイズ*/
	color: #d34661;
	/*文字色*/
	letter-spacing: 0.2em;
	/*文字間隔を少し広くとる設定*/
}

/*飾り文字のマウスオン時、現在表示中(current)時*/
#menubar li a:hover span,
#menubar li.current a span {
	color: #fff;
	/*文字色*/
}

/*メニュー下の「▼」マーク。吹き出し風に。*/
#menubar li.current a span::after {
	content: "▼";
	/*このテキストを表示します。他の文字に変えてもらっても構いませんが機種依存文字は化ける場合があるので使わない。*/
	color: #d34661;
	/*色*/
	font-size: 20px;
	/*サイズ*/
	position: absolute;
	bottom: -22px;
	/*下側に22px下げる*/
	left: 45%;
	/*左から45%の場所に配置*/
}

/*マウスオン時と、現在表示中(current)メニューの設定*/
#menubar li a:hover,
#menubar li.current a {
	background: #d34661;
	/*背景色*/
	color: #fff;
	/*文字色*/
	padding: 15px 0;
	/*上下、左右へのボックス内の余白*/
}

/*スマホ用メニューを表示させない*/
#menubar_s {
	display: none;
}

/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*コンテンツ。メニューの下にある白い背景色のブロック。
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	position: relative;
	background: #fff;
	/*背景色*/
	/* padding: 5% 3%; */
	/*上下、左右へのボックス内の余白*/
	margin: 0 3% 50px;
	/*上、左右、下へのボックスの外側への余白*/
}

/*h2タグ*/
#contents h2 {
	clear: both;
	margin-bottom: 40px;
	/*下に空けるボックスの外側への余白*/
	font-size: 250%;
	/*文字サイズ*/
	text-align: center;
	/*文字を中央に*/
	line-height: 1.5;
	/*行間を基準より少し狭くする*/
	margin-top: 50px;
}

/*h2タグ内のspanタグ（英語の飾り文字）*/
#contents h2 span {
	display: block;
	font-size: 40%;
	/*文字サイズ*/
	color: #d34661;
	/*文字色*/
	letter-spacing: 0.2em;
	/*文字間隔を少し広くとる設定*/
}

/*h3タグ*/
#contents h3 {
	clear: both;
	margin-bottom: 30px;
	/*下に空けるボックスの外側への余白*/
	text-align: center;
	/*文字を中央に*/
	font-size: 130%;
	/*文字サイズ*/
	border-radius: 50px;
	/*角丸のサイズ。この行を削除すれば通常の長方形になります。*/
	border: 1px solid #666;
	/*枠線の幅、線種、色*/
	padding: 0 50px;
	/*上下、左右へのボックス内の余白*/
}

/*段落タグ*/
#contents p {
	padding: 0 20px 40px;
}

#contents p+p {
	margin-top: -10px;
}

/*section同士の余白*/
#contents section+section {
	margin-top: 40px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*メインコンテンツ*/
#contents .main {
	float: left;
	/*左に回り込み*/
	width: 70%;
	/*コンテンツ幅*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ*/
#contents .sub {
	float: right;
	/*右に回り込み*/
	width: 25%;
	/*コンテンツ幅*/
}

/*サブコンテンツのh2タグ*/
#contents .sub h2 {
	font-size: 120%;
	/*文字サイズ*/
	margin-bottom: 10px;
	text-align: left;
}

/*サブコンテンツのh2タグの１文字目への設定*/
#contents .sub h2::first-letter {
	padding-left: 15px;
	/*アクセントラインとテキストとの余白*/
	border-left: 3px solid #d34661;
	/*左のアクセントラインの幅、線種、色*/
}

/*サブコンテンツの段落タグ設定*/
#contents .sub p {
	padding: 0;
	font-size: 90%;
}

/*section同士の余白*/
#contents .sub section+section {
	margin-top: 0px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 20px;
	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;
	/*上の線の線種、幅、色*/
}

/*メニュー１個ごとの設定*/
.sub ul.submenu li {
	background: #fff;
	/*背景色*/
	border-bottom: solid 1px #dcdcdc;
	/*下の線の線種、幅、色*/
}

.sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	padding: 15px;
	/*ボックス内の余白*/
	margin-bottom: 20px;
	/*ボックスの下に空けるスペース*/
	background: rgba(0, 0, 0, 0.02);
	/*背景色。rgbaは色設定で0,0,0は黒。0.02は2%だけ色がついた状態の事。*/
	border: solid 1px #dcdcdc;
	/*線の線種、幅、色*/
	box-shadow: 0px 0px 1px 1px #fff inset;
	/*ボックスの影。内側に白のラインを入れる。*/
}

/*box1内のメニューの設定*/
.sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*ページ内専用メニュー（service.htmlの見出しの下で使っています）
---------------------------------------------------------------------------*/
.nav {
	text-align: center;
	margin-bottom: 40px;
	background: #eee;
	padding: 10px;
}

.nav li {
	display: inline-block;
	padding: 0 10px;
}

.nav li::before {
	content: "> ";
	color: #d34661;
}

/*list（info.htmlで利用している各ボックス）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	overflow: hidden;
	border-top: 1px solid #ccc;
	/*上の線の幅、線種、色*/
	padding: 30px;
	/*ボックス内の余白*/
}

/*ボックス内のh4（見出し）タグ*/
.list h4 {
	font-size: 180%;
	/*文字サイズ*/
	color: #d34661;
	/*文字色*/
}

/*ボックス内のp（段落）タグ*/
.list p {
	padding: 0px 0px 20px !important;
}

/*list2（service.htmlで利用している各ボックス）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 {
	position: relative;
	float: left;
	/*左に回り込み*/
	width: 30%;
	/*ボックス幅*/
	margin: 0 1.5% 40px;
	/*上、左右、下へ、ボックスの外側に空けるスペース*/
	text-align: center;
	/*内容を中央よせ*/
	cursor: pointer;
}

/*ボックス内の画像*/
.list2 figure {
	margin-bottom: 20px;
	/*画像の下に空けるスペース*/
}

.list2 figure a:hover {
	opacity: 0.8;
	/*マウスオン時。透明度80%にする。*/
}

/*ボックス内のh4（見出し）タグ*/
.list2 h4 {
	position: absolute;
	top: 0px;
	/*list2ボックスの上から0pxの場所に配置*/
	width: 100%;
	/*幅*/
	background: #000;
	/*背景色（古いブラウザ用）*/
	background: rgba(0, 0, 0, 0.7);
	/*背景色。0,0,0は黒の事で0.7は70%色がついた状態。*/
	color: #fff;
	/*文字色*/
}

/*ボックス内のp（段落）タグ*/
.list2 p {
	padding: 0px !important;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	/*文字を中央に*/
	font-size: 70%;
	/*文字サイズ*/
	background: #d34661;
	/*背景色*/
}

/*リンクテキスト*/
footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

/*著作部分*/
footer .pr {
	display: block;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 3%;
	/*上下、左右へのボックス内の余白*/
	/*フッター右側のロゴマークの設定。*/
	/* background: url(../images/icon_logo.png) no-repeat right center / auto 80%; */
}

/*１行分の設定*/
#footermenu ul {
	/*左に回り込み*/
	/* float: left; */
	display: flex;
	width: 80%;
	/*幅*/
	padding-right: 1%;
	/*左に空ける余白*/
	padding-left: 1%;
	/*右に空ける余白*/
	text-align: left;
	line-height: 1.7;
	/*行間を狭くする*/
	justify-content: center;
	vertical-align: middle;
	margin: auto;
}

#footermenu li {
	padding: 0 1%;
	border-right: 1px solid #fff;
}

/*class="title"とつけた場合の設定*/
#footermenu ul li.title a {
	font-weight: bold;
	/*太字にする*/
	opacity: 1;
	/*色が100%出た状態にする。この指定がないと、下の0.7が適用される。*/
}

/*リンクテキストの設定*/
#footermenu a {
	text-decoration: none;
	opacity: 0.7;
	/*透明度。70%の色がついた状態。*/
}

/*リンクのマウスオン時*/
#footermenu a:hover {
	opacity: 1;
	/*透明度。100%の色がついた状態。*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;
	/*背景色*/
	color: #fff;
	/*文字色*/
}

#copyright a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	background: #eee;
	/*背景色*/
	padding: 20px;
	/*ブロック内の余白*/
	border-radius: 4px;
	/*角丸のサイズ*/
}

/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	/*幅*/
	color: #d34661;
	/*文字色*/
	letter-spacing: 0.1em;
}

/*記事設定*/
#new dd {
	padding-left: 9em;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption,
.ta2 caption {
	border: 1px solid #999;
	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;
	/*下線だけ消す*/
	/* text-align: left; */
	text-align: center;
	/*文字を左寄せ*/
	/* background: #cce6f6; */
	background: #d34661;
	/*背景色*/
	font-weight: bold;
	/*太字に*/
	padding: 10px;
	/*ボックス内の余白*/
	color: #fff;
}

/*ta1,ta2共通設定*/
.ta1,
.ta2 {
	width: 96%;
	table-layout: fixed;
	margin: 0 2% 30px;
}

.ta1,
.ta1 td,
.ta1 th,
.ta2,
.ta2 td,
.ta2 th {
	border: 1px solid #d34661;
	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
	padding: 10px;
	/*ボックス内の余白*/
	word-break: break-all;
}

.ta2 th:nth-child(1) {
	border-right: 1px solid #fff;
}

.ta2 th:nth-child(2) {
	border-right: 1px solid #fff;
}

.ta2 th:nth-child(3) {
	border-right: 1px solid #fff;
}

/* .ta2 th:nth-child(4) {
	border-right: 1px solid #fff;
} */

/*ta1の左側ボックス*/
.ta1 th {
	width: 150px;
	/*幅*/
	text-align: center;
	/*センタリング*/
	/* background: #f0f0f0; */
	background: #d34661;
	/*背景色*/
	font-weight: normal;
	color: #fff;
	
}

/*ta2の左側ボックス*/
.ta2 th {
	background: #d34661;
	/*背景色*/
	color: #fff;
}

/*ta2の右側ボックス*/
.ta2 td {
	text-align: center;
	/*センタリング*/
}

/*料金ページの追加設定（CMS用）*/
.ta1.price td {
	text-align: right;
}

.ta1.price tr.total th {
	background: #b7e0ee;
	font-size: 150%;
}

.ta1.price tr.total td {
	background: #deeff4;
	font-weight: bold;
	font-size: 150%;
}

/*よく頂く質問ページ
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 20px;
	/*上下、左右への余白*/
}

/*質問の設定*/
.faq dt {
	color: #d34661;
	/*文字色*/
	padding-top: 15px;
	margin-bottom: 10px;
}

/*回答の設定*/
.faq dd {
	border-bottom: 1px solid #ccc;
	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}

/*「Q」と「A」のマーク共通設定*/
.faq dt::before,
.faq dd::before {
	margin-right: 5px;
	display: inline-block;
	text-align: center;
	width: 30px;
	/*幅*/
	line-height: 30px;
	/*高さ*/
}

/*「Q」のマーク追加設定*/
.faq dt::before {
	content: "Q";
	/*「Q」の文字を出力する設定*/
	background: #d34661;
	/*背景色*/
	color: #fff;
	/*文字色*/
}

/*「A」のマーク追加設定*/
.faq dd::before {
	content: "A";
	/*「A」の文字を出力する設定*/
	background: #999;
	/*背景色*/
	color: #fff;
	/*文字色*/
}

/*inputボタンにclass="btn"をつけた場合の設定
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	padding: 5px 10px;
	/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;
	/*枠線の幅、線種、色*/
	font-size: 20px;
	/*文字サイズ*/
	border-radius: 3px;
	/*角丸のサイズ*/
	background: #eee;
	/*背景色*/
}

/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #999;
	/*枠線の幅、線種、色*/
	background: #fff;
	/*背景色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	/*背景色*/
	color: #FFF;
	/*文字色*/
	font-size: 70%;
	/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*ページの上部へボタン「↑」設定
---------------------------------------------------------------------------*/
@keyframes scroll {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

body .nav-fix-pos-pagetop a {
	display: none;
}

body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;
	/*幅*/
	line-height: 50px;
	/*高さ*/
	z-index: 3;
	position: fixed;
	bottom: 20px;
	/*下から20pxの場所に配置*/
	right: 3%;
	/*右から3%の場所に配置*/
	background: #666;
	/*背景色（古いブラウザ用）*/
	background: rgba(0, 0, 0, 0.6);
	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;
	/*文字色*/
	border: 1px solid #fff;
	/*枠線の幅、線種、色*/
	animation-name: scroll;
	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;
	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;
	/*アニメーションの完了後、最後のキーフレームを維持する*/
}

/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #ccc;
	padding: 5px 10px;
	border-radius: 4px;
}

.mb15,
.mb1em {
	margin-bottom: 15px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.p0 {
	padding: 0 !important;
}

.clear {
	clear: both;
}

ul.disc {
	padding: 0em 20px 40px 40px;
	list-style: disc;
}

.color1,
.color1 a {
	color: #d34661 !important;
}

.pr {
	font-size: 10px;
}

.wl {
	width: 96%;
}

.ws {
	width: 50%;
}

.c {
	text-align: center !important;
}

.r {
	text-align: right !important;
}

.l {
	text-align: left !important;
}

.w50 {
	overflow: hidden;
	width: 50%;
}

.fl {
	float: left;
}

img.fl {
	float: left;
	width: 30%;
	margin-right: 20px;
	margin-bottom: 20px;
}

.fr {
	float: right;
}

img.fr {
	float: right;
	width: 30%;
	margin-left: 20px;
	margin-bottom: 20px;
}

.big1 {
	font-size: 40px;
}

.mini1 {
	font-size: 11px;
	display: inline-block;
	line-height: 1.5;
}

.sh {
	display: none;
}

.ofh {
	overflow: hidden;
}

section {
	margin-top: 10% !important;
}

/* ---------- section-01 ---------- */
#mainimg img {
	width: 100%;
}

#section-01 {
	margin-top: 10%;
	width: 80%;
	margin: auto;
}

#section-02 {
	width: 60%;
	margin: auto;
}

#section-01 dl {
	display: flex;
	width: 90%;
	margin: auto;
}

#section-01 dd {
	width: 80%;
}

#section-01 p {
	padding: 2% 10%;
}

#section-02 dl {
	display: flex;
	width: 90%;
	margin: auto;
}

#section-02 dd {
	width: 80%;
}

#section-02 p {
	padding: 2% 10%;
}

#section-04,
#section-05 {
	text-align: center;
}

#section-04 video {
	width: 70%;
	/* border: #d34661 5px solid;
	border-radius: 10px; */
}

#section-05 div {
	width: 80%;
	margin: auto;
}

#section-05 div {
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

#section-05 img {
	width: 100%;
}

#new {
	margin-top: 70% !important;
}

.modal_content h2 {
	color: #d34661;
}

.modal_content div {
	text-align: center;
	margin-bottom: 5%;
	display: flex;
	justify-content: center;
	vertical-align: middle;
}

#footermenu p {
	color: #fff;
	opacity: 0.7;
	font-size: 24px;
}

#footermenu ul {
	padding: 1% 3%;
	font-size: 16px;
}

#footermenu li:nth-child(6) {
	border-right: none !important;
}

#footermenu-02 .btn1 {
	padding: 1% 3%;
	font-size: 24px;
	background-color: #fff;
	color: #d34661 !important;
	border-radius: 10px;
	width: 20%;
}

#footermenu-02 .btn1:nth-child(1) {
	margin-right: 1%;
}

#footermenu-02 .btn1:nth-child(2) {
	margin-left: 1%;
}

#footer-bottom-menu dl {
	display: flex;
	background-color: #fff;
	padding: 2%;
	justify-content: center;
	vertical-align: middle;
}

#footer-bottom-menu dt {
	width: 30%;
	margin-left: 10%;
}

.adress-and-tel-div li {
	border-right: none;
}

.adress-and-tel-div img {
	width: 100%;
	padding: 2% 5%;
}

#footer-bottom-menu dd {
	width: 50%;
	text-align: left;
	margin-left: 10%;
	padding-top: 1%;
	font-size: 18px;
}

#footer-bottom-menu li {
	color: #d34661;
	font-weight: bold;
}

.form-text {
	width: 70%;
	margin: auto;
}

form {
	width: 70%;
	height: auto;
	margin: auto;
}

input[type="text"] {
	border: #d34661 5px solid;
	font-size: 18px;
	width: 100%;
	padding: 2%;
	border-radius: 5px;
	margin-bottom: 30px;
}

input[type="button"] {
	border-radius: 5px;
	font-size: 20px;
	background-color: #d34661;
	color: #fff;
	padding: 10px 40px;
	border: none;
	cursor: pointer;
}

input[type="submit"] {
	border-radius: 5px;
	font-size: 20px;
	background-color: #d34661;
	color: #fff;
	padding: 10px 40px;
	border: none;
	cursor: pointer;
}

input[type="reset"] {
	border: #d34661 5px solid;
	border-radius: 5px;
	font-size: 20px;
	background-color: #d34661;
	color: #fff;
	padding: 10px 40px;
	border: none;
}

input[type="text"]:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

/* ---------- room.html ---------- */
#room-type-text {
	width: 60%;
	margin: auto;
}

#room-type-section .room-type-btn-div {
	display: flex;
	margin-bottom: 5%;
	justify-content: center;
	vertical-align: middle;
}

#type-a-btn {
	background-color: #fff;
	color: #d34661;
}

#room-type-section .container {
	margin: 0 3%;
}

.type-a-img-div {
	margin: auto;
	width: 70%;
}

.type-description-text {
	width: 70%;
	margin: auto;
	margin-top: 2%;
}

.type-cmd-div-01 {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	margin-bottom: 2%;
}

.type-cmd-div-01 div:nth-child(1) {
	padding: 1% 10%;
	border: 1px solid #d34661;
	border-radius: 50px;
}

.type-cmd-div-01 div:nth-child(2) {
	padding: 1% 10%;
	border: 1px solid #d34661;
	border-radius: 50px;
	margin: 0 2%;
}

.type-cmd-div-01 div:nth-child(3) {
	padding: 1% 10%;
	border: 1px solid #d34661;
	border-radius: 50px;
}

.type-cmd-div-02 {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	margin-bottom: 2%;
}

.type-cmd-div-02 div:nth-child(1) {
	padding: 1% 9%;
	border: 1px solid #d34661;
	border-radius: 50px;
}

.type-cmd-div-02 div:nth-child(2) {
	padding: 1% 9%;
	border: 1px solid #d34661;
	border-radius: 50px;
	margin: 0 2%;
}

.type-cmd-div-02 div:nth-child(3) {
	padding: 1% 9%;
	border: 1px solid #d34661;
	border-radius: 50px;
}

#madorizu-section-a h5 {
	color: #d34661;
	font-weight: bold;
	width: 70%;
	margin: auto;
}

#madorizu-section-b h5 {
	color: #d34661;
	font-weight: bold;
	width: 70%;
	margin: auto;
}

#madorizu-section-c h5 {
	color: #d34661;
	font-weight: bold;
	width: 70%;
	margin: auto;
}

.madorizu-img-div {
	text-align: center;
}

#type-detail-section-a {
	width: 70%;
	margin: auto;
}

#type-detail-section-b {
	width: 70%;
	margin: auto;
}

#type-detail-section-c {
	width: 70%;
	margin: auto;
}

#type-detail-section-a h5 {
	color: #d34661;
	font-weight: bold;
}

#type-detail-section-b h5 {
	color: #d34661;
	font-weight: bold;
}

#type-detail-section-c h5 {
	color: #d34661;
	font-weight: bold;
}

#type-detail-section-a p {
	margin-left: 5%;
}

#type-detail-section-b p {
	margin-left: 5%;
}

#type-detail-section-c p {
	margin-left: 5%;
}

#type-detail-section-a div {
	text-align: center;
}

#type-detail-section-b div {
	text-align: center;
}

#type-detail-section-c div {
	text-align: center;
}

/* charge.html */
#charge-contents {
	width: 70%;
	margin: auto;
}

#type-a-charge-btn,
#type-b-charge-btn,
#type-c-charge-btn {
	width: 97.5%;
	text-align: end;
	margin-bottom: 3%;
}

#type-a-charge-btn a {
	text-decoration: none;
}

#type-b-charge-btn a {
	text-decoration: none;
}

#type-c-charge-btn a {
	text-decoration: none;
}

.charge-sum-div {
	display: flex;
	justify-content: end;
}

.cp_h1title {
	padding: .3em !important;
}

.cp_h1title span {
	font-size: 20px;
	font-weight: bold;
}

#charge-meal-div {
	width: 97.5%;
	text-align: end;
	margin-bottom: 3%;
}

#charge-meal-div a:nth-child(1) {
	text-decoration: none;
	margin-right: 2%;
}

#charge-meal-div a:nth-child(2) {
	text-decoration: none;
}

.charge-meal-text {
	text-align: right;
	font-weight: bold;
	margin-top: -30px;
}

#charge-contents {
	clear: both;
	overflow: hidden;
	position: relative;
	background: #fff;
	width: 70%;
	margin: auto;
}

/*h2タグ*/
#charge-contents h2 {
	clear: both;
	margin-bottom: 40px;
	font-size: 250%;
	text-align: center;
	line-height: 1.5;
	margin-top: 50px;
}

/*h2タグ内のspanタグ（英語の飾り文字）*/
#charge-contents h2 span {
	display: block;
	font-size: 40%;
	color: #d34661;
	letter-spacing: 0.2em;
}

/*h3タグ*/
#charge-contents h3 {
	clear: both;
	margin-bottom: 30px;
	text-align: center;
	font-size: 130%;
	border-radius: 50px;
	border: 1px solid #666;
	padding: 0 50px;
}

/*段落タグ*/
#charge-contents p {
	padding: 0 20px 40px;
}

#charge-contents p+p {
	margin-top: -10px;
}

/*section同士の余白*/
#charge-contents section+section {
	margin-top: 40px;
}

.cp_h1title {
	position: relative;
	width: 30%;
	text-align: center;
}

.cp_h1title::before {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
	bottom: 0;
	border-top: 1px dotted #E91E63;
	border-bottom: 2px solid #E91E63;
}

.btn-denim {
	background-color: #d34661;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding: 8px 36px;
	border: 1px dashed #FFF;
	box-shadow: 0px 0px 0px 5px #d34661;
	/* box-shadowで外枠を */
}

.btn-denim:hover {
	border-style: solid;
	cursor: pointer;
}

/* info.html */
#info-section {
	width: 80%;
	margin: auto;
}

#info-section h3 {
	width: 80%;
	margin: auto;
}

.information-text-01 {
	width: 80%;
	margin: auto;
	padding-top: 2% !important;
	padding-bottom: 2% !important;
}

.information-text-02,
.information-text-03 {
	width: 80%;
	margin: auto;
	padding-top: 2% !important;
	padding-bottom: 2% !important;
}

.room-select-btn a {
	border-radius: 10px;
	margin-left: 5%;
	background-color: #d34661;
	padding: 0.5% 2%;
	text-decoration: none;
	color: #fff;
}

.information-text-02 a {
	cursor: pointer;
	text-decoration: none;
}

.information-text-03 a {
	cursor: pointer;
	text-decoration: none;
}



.slider {
	position: relative;
	width: 80%;
	height: 100%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 5%;
}

.slides {
	height: 100%;
	overflow: hidden;
	*zoom: 1;
}

.slide {
	height: 100%;
	float: left;
	clear: none;
}

.slide img {
	width: 100%;
}

.slider-arrow {
	position: absolute;
	display: block;
	margin-bottom: -20px;
	padding: 20px;
}

.slider-arrow--right {
	bottom: 50%;
	right: 30px;
	background: url(../img/right.png) no-repeat;
}

.slider-arrow--left {
	bottom: 50%;
	left: 30px;
	background: url(../img/left.png) no-repeat;
}

.slider-nav {
	position: absolute;
	bottom: 30px;
}

.slider-nav__item {
	width: 12px;
	height: 12px;
	float: left;
	clear: none;
	display: block;
	margin: 0 5px;
	border: 1px solid #fff;
	border-radius: 8px;
}

.slider-nav__item:hover {
	background: #fff;
}

.slider-nav__item--current {
	background: #fff;
}

#in-room-list,
#shared-room-list {
	text-align: center;
}

#in-room-list h4,
#shared-room-list h4 {
	margin: auto;
	width: 90%;
	text-align: left;
}

#theta-section-01,
#theta-section-02 {
	margin-top: 0 !important;
}

#theta-section-01 h5,
#theta-section-02 h5 {
	margin: auto;
	width: 85%;
	text-align: left;
	font-size: 20px;
	color: #d34661;
}

#theta-section-01 p,
#theta-section-02 p {
	margin: auto;
	width: 80%;
	text-align: left;
	margin-bottom: 10px !important;
}

#theta-section-02 h6 {
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 5px;
	margin-left: 10%;
	width: 5%;
	border-left: #d34661 5px solid;
	color: #d34661;
}

#theta-section-02 dl {
	margin-bottom: 5%;
	display: flex;
	width: 90%;
	margin: auto;
}

#theta-section-02 dt {
	width: 50%;
}

#theta-section-02 dd {
	width: 50%;
}

#theta-section-01 div,
#theta-section-02 div {
	margin: auto;
	width: 72%;
	display: flex;
	/* justify-content: center; */
	vertical-align: middle;
	margin-bottom: 1%;
}

#theta-section-01 div a,
#theta-section-02 div a {
	margin-right: 1%;
}

#gallary-section-01,
#gallary-section-02,
#gallary-section-03 {
	margin-top: 0 !important;
}

#gallary-section-02 dl,
#gallary-section-03 dl {
	margin-bottom: 5%;
	display: flex;
	width: 90%;
	margin: auto;
}

#gallary-section-02 dt,
#gallary-section-03 dt {
	width: 50%;
}

#gallary-section-02 dd,
#gallary-section-03 dd {
	width: 50%;
}

#gallary-section-02 h6,
#gallary-section-03 h6 {
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 5px;
	margin-left: 10%;
	width: 5%;
	border-left: #d34661 5px solid;
	color: #d34661;
}

#gallary-section-01 h5,
#gallary-section-02 h5,
#gallary-section-03 h5 {
	margin: auto;
	width: 85%;
	text-align: left;
	font-size: 20px;
	color: #d34661;
}

#gallary-section-01 p,
#gallary-section-02 p,
#gallary-section-03 p {
	margin: auto;
	width: 80%;
	text-align: left;
}

#gallary-section-01 div,
#gallary-section-02 div,
#gallary-section-03 div {
	margin: auto;
	text-align: left;
	width: 72%;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	margin-bottom: 1%;
}

#gallary-section-01 div a,
#gallary-section-02 div a{
	margin-right: 1%;
}

#gallary-section-03 div a{
	margin-right: 0.25%;
	text-decoration: none;
}

/* モーダル */
.modal {
	position: fixed;
	/* top: 0; */
	top: -4%;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
	pointer-events: none;
	opacity: 0;
	z-index: 100;
	background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
	opacity: 1;
	pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 900px;
	padding: 20px;
	padding-bottom: 0;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	z-index: 10;
}

.our-committed-tag {
	border-left: 7px solid #d34661;
	padding-left: 10px;
}

.our-committed-title {
	text-align: center;
	margin-bottom: 1% !important;
	font-size: 26px;
	color: #d34661;
	font-weight: bold;
}

#room-top-slider {
	/* width: 70%; */
	width: 720px;
}

#room-cmd-div-01 div:nth-child(1) {
	width: 20%;
	text-align: center;
}

#room-cmd-div-01 div:nth-child(2) {
	width: 20%;
	text-align: center;
}

#room-cmd-div-01 div:nth-child(3) {
	width: 20%;
	text-align: center;
}

#room-cmd-div-02 div:nth-child(1) {
	width: 20%;
	text-align: center;
}

#room-cmd-div-02 div:nth-child(2) {
	width: 20%;
	text-align: center;
}

#room-cmd-div-02 div:nth-child(3) {
	width: 20%;
	text-align: center;
}

#menubar_s {
	display: none;
}

.float {
	width: 30%;
}

img.float,
img.float-01 {
	transition: box-shadow .5s;
}

img.float:hover,
img.float-01:hover {
	box-shadow: 0 12px 12px gray;
	cursor: pointer;
}

img.float-info-360 {
	transition: box-shadow .5s;
}

img.float-info-360:hover {
	box-shadow: 0 8px 8px gray;
	cursor: pointer;
}




















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

	/*メインメニュー
---------------------------------------------------------------------------*/
	/*メニューブロック*/
	#menubar {
		font-size: 70%;
		/*メニューのテキストが段落ちするので、文字サイズを縮小する。*/
	}

}



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

	/*ヘッダー
---------------------------------------------------------------------------*/
	/*ロゴ画像*/
	header #logo img {
		top: 20px;
		/*上から20pxの場所に配置*/
	}

	/*btn1
---------------------------------------------------------------------------*/
	/*contents内のbtn1。主にinfo.htmlやservice.htmlで使っています。*/
	#contents a.btn1 {
		padding: 0px 20px;
		/*上、右、下、左へのボックス内の余白*/
		letter-spacing: normal;
		/*文字間隔を初期設定に戻す*/
		background: #d34661 url(none);
	}

	/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
---------------------------------------------------------------------------*/
	/*ボタンブロック全体*/
	#fsize {
		display: none;
	}

	/*メインメニュー
---------------------------------------------------------------------------*/
	/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。
透明(opacity: 0;)から色をつける(opacity: 1;)までの指定。*/
	@keyframes menubar {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	/*スマホ用メニューブロック*/
	/* #menubar-s {
		display: block;
		overflow: hidden;
		position: absolute;
		z-index: 2;
		top: 0px;
		width: 100%;
		background: rgba(0, 0, 0, 0.8);
		border-top: 1px solid #fff;
		animation-name: menubar;
		animation-duration: 0.5s;
		animation-fill-mode: both;
	} */

	/*メニュー１個あたりの設定*/
	#menubar-s li a {
		display: block;
		text-decoration: none;
		padding: 15px;
		/*メニュー内の余白*/
		border-bottom: 1px solid #fff;
		/*下の線の幅、線種、色*/
		color: #fff;
		/*文字色*/
		font-size: 20px;
	}

	/*説明表記（飾り文字）*/
	#menubar-s li a span {
		display: block;
		font-size: 12px;
		/*文字サイズ*/
		color: #999;
		/*文字色*/
	}

	/*PC用メニューを非表示にする*/
	#menubar {
		display: none;
	}

	/*３本バーアイコン設定
---------------------------------------------------------------------------*/
	/*３本バーブロック*/
	#menubar_hdr {
		display: block;
		position: absolute;
		z-index: 2;
		top: 20px;
		/*上から20pxの場所に配置*/
		right: 3%;
		/*右から3%の場所に配置*/
		border: 1px solid #fff;
		/*枠線の幅、線種、色*/
	}

	/*アイコン共通設定*/
	#menubar_hdr.close,
	#menubar_hdr.open {
		width: 50px;
		/*幅*/
		height: 50px;
		/*高さ*/
	}

	/*三本バーアイコン*/
	#menubar_hdr.close {
		background: #d34661 url(../images/icon_menu.png) no-repeat center top/50px;
		/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
	}

	/*閉じるアイコン*/
	#menubar_hdr.open {
		background: #d34661 url(../images/icon_menu.png) no-repeat center bottom/50px;
		/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
	}

	/*コンテンツ
---------------------------------------------------------------------------*/
	#contents {
		margin-top: 8%;
		/*上に空けるスペース。この部分にイメージ画像が表示されます。*/
	}

	body.home #contents {
		margin-top: 40%;
		/*上に空けるスペース。この部分にスライドショーが表示されます。*/
	}

	/*main,subコンテンツ
---------------------------------------------------------------------------*/
	#contents .main,
	#contents .sub {
		float: none;
		width: auto;
	}

	/*その他
---------------------------------------------------------------------------*/
	body.s-n #sub,
	body.s-n #footermenu,
	.m-n {
		display: none;
	}

	.big1 {
		font-size: 20px;
	}

	.w50 {
		overflow: hidden;
		width: auto;
	}

	.fl {
		float: none;
	}

	.fr {
		float: none;
	}

	.sh {
		display: block;
	}

	.pc {
		display: none;
	}

}



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

	/*全体の設定
---------------------------------------------------------------------------*/
	body {
		font-size: 15px;
		/*文字サイズ*/
	}

	/*コンテンツ
---------------------------------------------------------------------------*/
	/*h3タグ*/
	#contents h3 {
		padding: 0 20px;
		/*上下、左右へのボックス内の余白*/
	}

}



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

	/*全体の設定
---------------------------------------------------------------------------*/
	body {
		font-size: 12px;
		/*文字サイズ*/
	}

	/*ヘッダー
---------------------------------------------------------------------------*/
	/*ヘッダーブロック*/
	header {
		position: static;
		height: auto;
	}

	header {
		display: none;
	}

	#container {
		margin-top: 35%;
	}

	#menubar_hdr {
		display: none;
	}

	#menubar {
		display: none;
	}

	#menubar_s {
		display: block;
		top: 0;
		width: 100%;
		margin: 0;
		position: fixed;
		background: rgba(255, 255, 255, 1);
		margin-top: 0 !important;
		z-index: 10000;
	}

	#menubar-div-top {
		height: 70px;
		border-bottom: #d34661 1px solid;
	}

	#menubar-div-top ul:nth-child(1) {
		width: 100%;
		display: flex;
		text-align: center;
		height: 35px;
		font-size: 12px;
		border-bottom: #d34661 solid 1px;
	}

	#menubar-div-top ul:nth-child(2) {
		width: 100%;
		display: flex;
		text-align: center;
		height: 35px;
		font-size: 12px;
	}


	#menubar-div-top li:nth-child(1) {
		margin: 0;
		width: 33%;
		border-right: #d34661 solid 1px;
		padding: 1.5% 4%;
	}

	#menubar-div-top li:nth-child(2) {
		margin: 0;
		width: 33%;
		border-right: #d34661 solid 1px;
		padding: 1.5% 4%;
	}

	#menubar-div-top li:nth-child(3) {
		margin: 0;
		width: 33%;
		padding: 1.5% 4%;
	}

	#menubar-div-top li:nth-child(4) {
		margin: 0;
		width: 33%;
		border-right: #d34661 solid 1px;
		padding: 1.5% 4%;
	}

	#menubar-div-top li:nth-child(5) {
		margin: 0;
		width: 33%;
		padding: 1.5% 4%;
	}

	#menubar-div-top li:nth-child(6) {
		margin: 0;
		width: 33%;
		padding: 1.5% 4%;
	}

	#nav_home {
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
		text-decoration: none;
	}

	#nav_room {
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
		text-decoration: none;
	}

	#nav_info {
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
		text-decoration: none;
	}

	#nav_charge {
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
		text-decoration: none;
	}

	#nav_access {
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
		text-decoration: none;
	}

	#nav_faq {
		text-decoration: none;
		width: 100%;
		height: 100%;
		display: block;
		text-decoration: none;
	}

	#menubar-div-bottom {
		margin-top: 3%;
		padding-bottom: 2%;
		border-bottom: #d34661 3px solid;
		display: flex;
		justify-content: center;
		vertical-align: middle;
	}

	#menubar-div-bottom div:nth-child(1) {
		width: 50%;
	}

	#menubar-div-bottom div:nth-child(2) {
		width: 50%;
		padding: 0 5%;
	}

	#menubar-div-bottom ul {
		/* padding: 5%; */
		margin-top: 1%;
		border-right: none;
	}

	#menubar-div-bottom li:nth-child(1) {
		width: 90%;
		margin-right: 1%;
		margin-top: 2%;
	}

	#menubar_s_logo_img {
		width: 90%;
		padding-left: 10%;
	}

	#menubar_s_btn_div_group a:nth-child(1) {
		background-color: #d34661 !important;
		padding: 1% 11.5%;
		border-right: none;
		margin-bottom: 1%;
		background-image: none;
	}

	#menubar_s_btn_div_group a:nth-child(2) {
		background-color: #d34661 !important;
		/* margin-top: 4%; */
		padding: 1% 21.5%;
		border-right: none;
		background-image: none;
	}

	#menubar-div-bottom li:nth-child(2) {
		width: 90%;
	}

	/*ロゴ画像*/
	header #logo img {
		width: 240px;
		/*画像幅*/
		position: static;
		padding: 20px 3%;
	}

	/*ヘッダー内メニュー（「資料請求・お問い合わせ」と「見学のお申し込み」ボタン）
---------------------------------------------------------------------------*/
	/*メニューブロック全体*/
	#headermenu {
		position: static;
		overflow: hidden;
		padding-bottom: 10px;
	}

	/*メニュー１個あたり*/
	#headermenu li a.btn1 {
		display: block;
		margin-bottom: 5px;
	}

	/*コンテンツ
---------------------------------------------------------------------------*/
	/*h2タグ*/
	#contents h2 {
		font-size: 150%;
		/*文字サイズ*/
		margin-bottom: 20px;
		/*下に空けるボックスの外側への余白*/
	}

	/*h3タグ*/
	#contents h3 {
		font-size: 100%;
		/*文字サイズ*/
		margin-bottom: 20px;
		/*下に空けるボックスの外側への余白*/
		line-height: 1.5;
		/*行間を少し狭くする*/
	}

	/*段落タグ*/
	#contents p {
		padding: 0px 0px 20px;
		/*上、左右、下への段落タグ内の余白*/
		line-height: 1.5;
		/*行間を少し狭くする*/
	}

	/*section同士の余白*/
	#contents section+section {
		margin-top: 20px;
	}

	/*btn1
---------------------------------------------------------------------------*/
	/*contents内のbtn1。主にinfo.htmlやservice.htmlで使っています。*/
	#contents a.btn1 {
		padding: 0px 10px;
		/*上、右、下、左へのボックス内の余白*/
	}

	/*list（info.htmlで利用している各ボックス）
---------------------------------------------------------------------------*/
	/*各ボックスの設定*/
	.list {
		padding: 10px;
		/*ボックス内の余白*/
	}

	/*list2（service.htmlで利用している各ボックス）
---------------------------------------------------------------------------*/
	/*ボックス内のh4（見出し）タグ*/
	.list2 h4 {
		display: none;
		/*スペースが狭くなって見出しの下に画像が隠れてしまうので、見出しを非表示にする。*/
	}

	/*テーブル（ta1）
---------------------------------------------------------------------------*/
	/*テーブル１行目に入った見出し部分（※caption）*/
	.ta1 caption,
	.ta2 caption {
		padding: 5px;
		/*ボックス内の余白*/
	}

	/*ta1,ta2共通設定*/
	.ta1,
	.ta2 {
		width: 100%;
		margin: 0 0 30px;
	}

	.ta1,
	.ta1 td,
	.ta1 th,
	.ta2,
	.ta2 td,
	.ta2 th {
		padding: 5px;
		/*ボックス内の余白*/
	}

	/*ta1の左側ボックス*/
	.ta1 th {
		width: 100px;
	}

	/*inputボタンにclass="btn"をつけた場合の設定
---------------------------------------------------------------------------*/
	#contents input[type="submit"].btn,
	#contents input[type="button"].btn,
	#contents input[type="reset"].btn {
		font-size: 12px;
		/*文字サイズ*/
	}

	/*よく頂く質問ページ
---------------------------------------------------------------------------*/
	/*ブロック全体*/
	.faq {
		padding: 0px;
		/*余白*/
	}

	/*「Q」と「A」のマーク共通設定*/
	.faq dt::before,
	.faq dd::before {
		width: 20px;
		/*幅*/
		line-height: 20px;
		/*高さ*/
	}

	/*その他
---------------------------------------------------------------------------*/
	.ws,
	.wl {
		width: 94%;
	}

	.big1 {
		font-size: 16px;
	}

	img.fl {
		margin-right: 5px;
		margin-bottom: 5px;
	}

	img.fr {
		margin-left: 5px;
		margin-bottom: 5px;
	}

	ul.disc {
		padding: 0em 0px 20px 18px;
	}

	/* ---------- section-01 ---------- */
	#section-01 dd,
	#section-02 dd {
		width: 100%;
	}

	#section-01 dl,
	#section-02 dl {
		display: block;
		width: 100%;
	}

	#section-01 p,
	#section-02 p {
		margin-top: 2%;
	}

	#section-03 .our-aim-div {
		width: 100%;
		margin: auto;
		padding: 0;
	}

	#section-03 h4 {
		font-size: 16px !important;
	}

	#section-04 video {
		width: 100%;
	}

	#section-05 div {
		width: 100%;
	}

	#contents label.btn1 {
		padding: 0 10px !important;
	}

	.modal_content {
		width: 90% !important;
	}

	#footermenu ul {
		display: inline-block;
		text-align: center;
	}

	#footermenu li {
		border-right: none;
	}

	#footermenu-02 .btn1 {
		width: 80%;
	}

	#footermenu-02 .btn1:nth-child(1) {
		margin-right: 0;
		margin-bottom: 2%;
	}

	#footer-bottom-menu dl {
		display: block;
		width: 90%;
		margin: auto;
		text-align: center;
	}

	#footer-bottom-menu dd {
		font-size: 14px;
		width: 80%;
	}

	.adress-and-tel-div img {
		display: none;
	}

	#room-type-text {
		width: 100%;
		text-align: center;
	}

	#room-type-section .room-type-btn-div {
		display: block;
		text-align: center;
	}

	#type-a-btn {
		width: 80%;
	}

	#room-type-section .container {
		margin: 10% 0;
	}

	.type-a-img-div {
		width: 100%;
	}

	.type-description-text {
		width: 100%;
	}

	#room-cmd-div-01,
	#room-cmd-div-02 {
		width: 70%;
		margin: auto;
	}

	#room-cmd-div-02 {
		margin-bottom: 1%;
	}

	.type-cmd-div-01,
	.type-cmd-div-02 {
		display: block;
		text-align: center;
		width: 70%;
		margin: auto;
	}

	.type-cmd-div-02 {
		margin-top: 1%;
		margin-bottom: 5%;
	}

	.type-cmd-div-01 span:nth-child(1) {
		padding: 1% 40%;
	}

	.type-cmd-div-01 span:nth-child(2) {
		padding: 1% 40%;
		margin: 2% 0;
	}

	.type-cmd-div-01 span:nth-child(3) {
		padding: 1% 40%;
	}

	.type-cmd-div-02 span:nth-child(1) {
		padding: 1% 40%;
	}

	.type-cmd-div-02 span:nth-child(2) {
		padding: 1% 40%;
		margin: 2% 0;
	}

	.type-cmd-div-02 span:nth-child(3) {
		padding: 1% 40%;
	}

	.type-cmd-div-01 div:nth-child(2) {
		margin: 2% 0;
	}

	.type-cmd-div-02 div:nth-child(2) {
		margin: 2% 0;
	}

	#madorizu-section-a h5 {
		width: 100%;
	}

	#type-detail-section-a {
		width: 100%;
	}

	#type-detail-section-b {
		width: 100%;
	}

	#type-detail-section-c {
		width: 100%;
	}

	/* #type-detail-section-a div img:nth-child(2) {
		margin-top: 2%;
	} */

	#type-detail-section-b div img:nth-child(2) {
		margin-top: 2%;
	}

	#type-detail-section-c div img:nth-child(2) {
		margin-top: 2%;
	}

	input[type="button"] {
		width: 50%;
		border-radius: 5px;
		font-size: 14px;
		background-color: #d34661;
		color: #fff;
		border: none;
		padding: 2% 5%;
	}

	input[type="button"]:focus {
		outline: none;
	}

	input[type="reset"] {
		width: 50%;
		border: #d34661 5px solid;
		border-radius: 5px;
		font-size: 14px;
		background-color: #d34661;
		color: #fff;
		border: none;
		/* margin-top: 2%; */
		padding: 2% 5%;
	}

	input[type="reset"]:focus {
		outline: none;
	}

	#form-btn-div {
		width: 100%;
		display: flex;
		vertical-align: middle;
		justify-content: center;
	}

	/* charge.html */
	#charge-contents {
		width: 95%;
		margin: auto;
	}

	#type-a-charge-btn,
	#type-b-charge-btn,
	#type-c-charge-btn {
		margin-top: 1%;
		margin-bottom: 8%;
	}

	.cp_h1title {
		width: 70%;
	}

	#charge-meal-div {
		display: none;

	}

	/* info.html */
	#info-section {
		width: 100%;
	}

	.information-text-01,
	.information-text-02,
	.information-text-03 {
		width: 100%;
		padding-top: 0 !important;
	}

	.ofh h2 {
		width: 90%;
		margin: auto;
	}

	.modal {
		padding: 0;
	}

	.modal__content {
		width: 80%;
	}

	.our-committed-title:nth-child(2) {
		font-size: 18px;
	}

	.staff-text {
		padding: 0 !important;
	}

	.staff-service {
		display: grid;
	}

	.staff-service span {
		margin-bottom: 1%;
	}

	.staff-service span:nth-child(4) {
		margin-bottom: 3%;
	}

	input[type="text"] {
		font-size: 14px;
	}

	input[type="text"]:focus {
		outline: none;
	}

	textarea:focus {
		outline: none;
	}

	.information-text-01,
	.information-text-03 {
		text-align: center;
	}

	.slider {
		height: auto;
	}

	/* .slider img {
		height: 480px;
	} */

	.slider-arrow--right {
		display: none;
	}

	.slider-arrow--left {
		display: none;
	}

	#room-top-slider {
		width: 80%;
	}

	.type-description-text {
		width: 80%;
	}

	#room-cmd-div-01 div:nth-child(1) {
		width: 80%;
	}

	#room-cmd-div-01 div:nth-child(2) {
		width: 80%;
	}

	#room-cmd-div-01 div:nth-child(3) {
		width: 80%;
	}

	#room-cmd-div-02 div:nth-child(1) {
		width: 80%;
	}

	#room-cmd-div-02 div:nth-child(2) {
		width: 80%;
	}

	#room-cmd-div-02 div:nth-child(3) {
		width: 80%;
	}

	.type-cmd-div-02 div:nth-child(1) {
		padding: 1% 10%;
	}

	.type-cmd-div-02 div:nth-child(2) {
		padding: 1% 10%;
	}

	.type-cmd-div-02 div:nth-child(3) {
		padding: 1% 10%;
	}

	#theta-section-01 div {
		width: 100%;
	}

	#theta-section-02 div {
		width: 80%;
	}

	.madorizu-img-div img {
		width: 70%;
	}

	#annaizu img {
		width: 80%;
	}

	.information-text-02 {
		width: 90%;
	}

	#information-text-02-id {
		margin-top: 1% !important;
	}

	.information-text-03 {
		width: 79%;
	}

	.modal .swiper-button-next,
	.modal .swiper-button-prev {
		/* left: 0;
		right: auto; */
		top: 35%;
	}

	.modal .swiper-button-next {
		left: 92%;
	}

	.modal .swiper-button-prev {
		left: 0%;
	}

	#theta-section-02 dl {
		display: block;
	}

	#theta-section-02 dt {
		width: 100%;
	}

	#theta-section-02 dd {
		width: 100%;
	}

	#gallary-section-02 dl {
		display: block;
	}

	#gallary-section-02 dt {
		width: 100%;
	}

	#gallary-section-02 dd {
		width: 100%;
	}

	#gallary-section-03 div a{
		margin-right: 0.05%;
	}

	#gallary-section-02 h6,
	#gallary-section-03 h6{
		width: 10%;
	}

	#menubar_s li.current {
		background-color: #d34661;
	}

	#menubar_s li.current a {
		color: #fff;
	}





}