/*====== PC =======*/
/*Awesome*/
.fas {padding: 0 4px;}
.far {padding: 0 4px;}
.fab {padding: 0 4px;}

@media screen and (min-width: 461px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

* {
    font-family: serif, 'Noto Serif JP', sans-serif;
}
body {
	margin-top: 0;
	font-size: 14px;
	line-height: 2.2;
	color: #331907;
}

/* レイアウト */
#header {

}

#header2 {
	margin: 0 0 0 0;
	width: 100%;
	background: #f6f4f2;
	padding: 20px 0;
	box-sizing: border-box;
}

#header2_in {
	margin: 0 auto;
	width: 900px;
}

#header3 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #f6f4f2;
	padding: 20px 100px;
	box-sizing: border-box;
	z-index: 99;
	opacity: 0.9;
}

#page_ttl {
	margin: 140px 20px 10px 20px;
	background-image: url("../img/bg.jpg");
	padding: 20px 100px;
	text-align: center;
	box-sizing: border-box;
	font-size: 28px;
}

.main {
	width: 900px;
	margin: 0 auto;
	box-sizing: border-box;
}

#footer {
	margin: 0 0 0 0;
	width: 100%;
	background: #f6f4f2;
	padding: 20px 100px;
	text-align: center;
	box-sizing: border-box;
	margin-top: 40px;
}

.pnavi {
	display: none; 
}

.pc_none {
	display: none; 
}

/* 現在地 */
.now_link {
	width: 100%;
	background: #f6f4f2;
	box-sizing: border-box;
}
.now_link2 {
	width: 900px;
	margin: 0 auto;
	font-size: 12px;
	text-align: right;
}
.now_link2 a {
	color: #333;
}

/* フォントベース */
h1 {
	margin-top: 0;
	font-size: 10px;
	font-weight: normal;
}

.emp {
	font-weight: bold;
}

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

.pc_center {
	text-align: center;
}
.sub_color {
	color: #d1c0b5;
}
.font_big_center {
	font-size: 20px;
	text-align: center;
}
.font_12 {
	font-size: 12px;
}
.font_14 {
	font-size: 14px;
}
.font_16 {
	font-size: 16px;
}
.font_20 {
	font-size: 20px;
}
/* お知らせキャンペーン表示 2024年2月24日追記 */
.info_blog dt {
	width: 100%;
	text-align: center;
	font-size: 20px;
}
/* メイン文章 */

.bgimg-slider {	
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
}

#main_ttl {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/img1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}
.ttl_font {
	font-size: 20px;
	padding: 60px 0 0 80px;
	color: #222;
}
.ttl_font2 {
	font-size: 40px;
	padding: 0 0 60px 80px;
	color: #222;
}

.btn-flat {
	position: relative;
	display: inline-block;
	padding: 0.4em 1.5em;
	text-decoration: none;
	color: #FFF;
	background: #bca091;
	transition: .4s;
	border-radius: 5px;
	margin: 5px 0;
}
.btn-flat:hover {
	background: #cdbab0;
	color: #f6f4f2;
	text-decoration: none;
}

/* メインサブタイトル */
.main_sub {
	box-sizing: border-box;
	background: #f6f4f2;
	padding: 30px;
	width: 100%;
	text-align: center;
}

.vertical {
	font-size: 20px;
	padding: 15px 0;
	margin: 0 auto;
	background: #fff;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.main_sub_ttl {
	font-size: 24px;
}



/* 横メニュー */
#nav {
  list-style: none;
  display: flex;
}
 
#nav li {
  width: 80px;
  text-align: center;
  background-color: #331907;
  height: 30px;
  line-height: 30px;
  margin-right: 1px;
	font-size: 12px;
}
.first{
	border-radius: 15px 0 0 15px;
}
.end{
	border-radius: 0 15px 15px 0;
}
#nav li a {
  text-decoration: none;
  color: #fff;
  padding: 15px 5px;
}
#nav li a:hover {
  text-decoration: none;
  color: #cdbab0;
}

/* 左右 */
.box_left {
	float:left;
	width: 240px;
}
.box_right {
	float:right;
}


.box_left_main {
	float:left;
	width: 440px;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 12px;
}
.box_right_main {
	float:right;
	width: 440px;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 12px;
}

.box_left_con {
	float:left;
	width: 400px;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 12px;
}
.box_right_con {
	float:right;
	width: 400px;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 12px;
}
/* 強制改行 */
.br::before {
	content: "\A" ;
	white-space: pre ;
}

/* タイトルレイアウト */
.qua_ttl {
	color: #382620;
	font-weight: bold;
	font-size: 18px;
	margin-top: 40px;
}

.ttl_con {
	text-align: center;
	height: 160px;
}

/* 詳しくはこちら */
.btn-more {
	position: relative;
	display: inline-block;
	padding: 0.4em 1.5em;
	text-decoration: none;
	color: #FFF;
	background: #bca091;
	transition: .4s;
	border-radius: 5px;
	margin: 5px 0;
}

.btn-more a {
	color: #FFF;
	text-decoration: none;
}

.btn-more:hover {
	background: #cdbab0;
	color: #fff;
	text-decoration: none;
}
/* アコーディオン */
.menu {
	padding-left: 0px;
}
.menu ul {
	list-style: none;
	text-align: left;
}

.menu__item {
  background: #BCA091;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
}
.menu__item__link {
  color: #fff;
  display: block;
  line-height: 60px;
  padding: 0 1rem;
  position: relative;
	text-decoration: none;
}
.menu__item__link:after {
  background: #382620;
  content: '＋';
  display: block;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}
.menu__item__link.on:after {
  content: '−';
}
 
.submenu {
  background: #F6F2F4;
  display: none;
}

.submenu__item {
  background: #F6F2F4;
  color: #222;
	padding: 10px 40px 10px 0;
}
/* 水平メニュー */
.snip1198 {
	text-align: center;
}

/* 料金表 */
.table_ttl {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
	background: #382620;
	color: #FFF;
}
/* ケアプログラム料金表 */
.table01 {
	width: 100%;
	box-sizing: border-box;
	background: #F6F2F4;
	border: 1px;
	line-height: 1.5;
}
.table01 tr {
	background: #EEE;
}
.table01 td {
	background: #FFF;
	padding: 5px;
}
/* ケアプログラム料金オプション */
.table02 {
	width: 100%;
	box-sizing: border-box;
	background: #F6F2F4;
	border: 1px;
	line-height: 1.5;
	margin-top: 10px;
}
.table02 tr {
	background: #EEE;
}
.table02 th {
	padding: 5px;
}
.table02 td {
	background: #FFF;
	padding: 5px;
}
/* トレーニングプログラム料金オプション */
.table03 {
	width: 100%;
	box-sizing: border-box;
	background: #F6F2F4;
	border: 1px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.table03 tr {
	background: #EEE;
}
.table03 th {
	padding: 5px;
}
.table03 td {
	background: #FFF;
	padding: 5px;
}
/* パーソナルトレーニング回数券 */
.table04 {
	width: 100%;
	box-sizing: border-box;
	background: #F6F2F4;
	border: 1px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.table04 tr {
	background: #EEE;
}
.table04 th {
	padding: 5px;
}
.table04 td {
	background: #FFF;
	padding: 5px;
}
/* ペアトレーニング回数券 */
.table05 {
	width: 100%;
	box-sizing: border-box;
	background: #F6F2F4;
	border: 1px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.table05 tr {
	background: #EEE;
}
.table05 th {
	padding: 5px;
}
.table05 td {
	background: #FFF;
	padding: 5px;
}
/* トレーニング&ケアプログラム */
.table06 {
	width: 100%;
	box-sizing: border-box;
	background: #F6F2F4;
	border: 1px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.table06 tr {
	background: #EEE;
}
.table06 th {
	padding: 5px;
}
.table06 td {
	background: #FFF;
	padding: 5px;
}
/* アメニティ */
.table07 {
	width: 100%;
	box-sizing: border-box;
	background: #F6F2F4;
	border: 1px;
	line-height: 1.5;
	margin-bottom: 40px;
}
.table07 tr {
	background: #EEE;
}
.table07 th {
	padding: 5px;
}
.table07 td {
	background: #FFF;
	padding: 5px;
}

/* お悩み */
.contents01 {
	width: 290px;
	height: 330px;
	float: left;
	box-sizing: border-box;
	background: #F6F2F4;
	border-top: 4px solid #bca091;
	border-left: 1px solid #bca091;
	border-right: 1px solid #bca091;
	border-bottom: 1px solid #bca091;
	margin: 0 15px 15px 0;
}
.contents01_ttl {
	font-size: 16px;
	width: 250px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 1px solid #bca091;
}

.contents02 {
	width: 290px;
	height: 330px;
	float: right;
	box-sizing: border-box;
	background: #F6F2F4;
	border-top: 4px solid #bca091;
	border-left: 1px solid #bca091;
	border-right: 1px solid #bca091;
	border-bottom: 1px solid #bca091;
	margin: 0 0 15px 0;
}
.contents03 {
	width: 290px;
	height: 390px;
	float: left;
	box-sizing: border-box;
	background: #F6F2F4;
	border-top: 4px solid #bca091;
	border-left: 1px solid #bca091;
	border-right: 1px solid #bca091;
	border-bottom: 1px solid #bca091;
	margin: 0 15px 15px 0;
}
.contents03 p {
	font-size: 12px;
	padding: 0 20px;
	height: 100px;
}
.contents04 {
	width: 290px;
	height: 390px;
	float: right;
	box-sizing: border-box;
	background: #F6F2F4;
	border-top: 4px solid #bca091;
	border-left: 1px solid #bca091;
	border-right: 1px solid #bca091;
	border-bottom: 1px solid #bca091;
	margin: 0 0 15px 0;
}
.contents04 p {
	font-size: 12px;
	padding: 0 20px;
	height: 100px;
}
/* アクセス */
.table_acc {
	width: 100%;
	box-sizing: border-box;
	font-size: 12px;
	border-collapse:collapse;
	margin: 40px 0;
}
.table_acc tr {
	border-bottom:1px solid #ccc;
}
.table_acc th {
	font-weight: normal;
	text-align: left;
	width: 150px;
	padding: 0 5px 0 10px;
}
.table_acc td {
	padding: 0 10px 0 5px;
}

/* お客様の声 */
.voice_ttl01 {
	font-size: 20px;
	font-weight: bold;
}
.voice_ttl02 {
	font-size: 18px;
}
.voice_ttl03 {
	font-size: 12px;
}
.mar_top50 {
	margin-top: 50px;
}

/* SNS */
.pc_center {
	text-align: center;
}

/* フォーム */
.a_red_bold { color: red;}
.contact_table {
	width: 100%;
	box-sizing: border-box;
}
.contact_table th {
	width: 150px;
	text-align: left;
}

.contact_table2 {
	width: 100%;
	box-sizing: border-box;
}
.contact_table2 th {
	width: 150px;
	text-align: left;
	font-size: 14px;
}
.contact_table2 td {
	font-size: 14px;
}

.contact_box {
	background: #F6F2F4;
	padding: 10px 30px;
	font-size: 14px;
}

.button_con {
    font-size: 15px;
    font-weight: normal;
    padding: 10px 30px;
    background-color: #bca091;
    color: #FFF;
	border: 0;
	border-radius: 5px;
}

.button_con:hover {
    background-color: #cdbab0;
    color: #FFF;
}

.button2 {
    font-size: 15px;
    font-weight: normal;
    padding: 8px 30px;
    background-color: #FFF;
    color: #382620;
    border-color: #382620;
	border-radius: 5px;
}

.button2:hover {
    background-color: #cdbab0;
    color: #fff;
}

input.name { width: 20%; padding: 5px 10px; margin-bottom: 10px;
	box-sizing: border-box;
}
input.tel { width: 20%; padding: 5px 10px; margin-bottom: 10px;
	box-sizing: border-box;
}
input.mail { width: 70%; padding: 5px 10px; margin-bottom: 10px;
	box-sizing: border-box;
}
textarea.remarks { width:100%; height: 120px; padding: 5px 10px; margin-bottom: 10px;
	box-sizing: border-box;
}
::placeholder {
  color: #BBB;
}

.con_back {
	text-align: center;
}

.con_back a {
	color: #cdbab0;
	text-decoration: none;
}

/* スケジュール */
.admin {
	font-size: 10px;
	text-align: right;
	color: #cdbab0;
}
.admin a {
	color: #cdbab0;
	text-decoration: none;
}

/* フッター */
.footer_contents {
	margin: 0 100px 50px 0;
	font-size: 12px;
}

.footer_contents a {
	color: #888;
	text-decoration: none;
}

.footer_contents dl dd {
	float: right;
}

address {
	color: #AAA;
	text-align:right;
	margin-right: 100px;
	font-size: 12px;
}
.copy {
	color: #AAA;
	text-align:right;
	margin-right: 100px;
	font-size: 12px;
}

/* ページトップ */
#page-top {
    position: fixed;
    bottom: 0px;
    right: 20px;
}
#page-top a {
    background: #bca091;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #cdbab0;
}


/* クリア属性 */
.clear {
	clear: both;
}  

.clear hr {
	display: none;
}  

/*====== PC END =======*/
}
