@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;

  font-size: 1em;
}

body {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a:link {
  color: #0085b2;
  text-decoration: underline;
}

a:visited {
  color: #0085b2;
  text-decoration: underline;
}

a:hover {
  color: #0085b2;
  text-decoration: none;
}

a:active {
  color: #0085b2;
  text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}
.taCenter {
  text-align: center !important;
}
.taRight {
  text-align: right !important;
}

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}
.fsP2 {
  font-size: 1.16em !important;
}
.fsP3 {
  font-size: 1.24em !important;
}
.fsP4 {
  font-size: 1.32em !important;
}
.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}
.fsM2 {
  font-size: 0.84em !important;
}
.fsM3 {
  font-size: 0.76em !important;
}
.fsM4 {
  font-size: 0.68em !important;
}
.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}
.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  min-width: 1000px;
  text-align: center;
  line-height: 1.5;
  background: #eae8e9 url(../img/common/body_bg.jpg) no-repeat center top;
}

#container {
  text-align: left;
}

#main {
  margin: 0 auto;
  width: 962px;
}

* html #main {
  zoom: 1;
}

* + html #main {
  zoom: 1;
}

#main:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  margin-bottom: 17px;
  padding-bottom: 7px;
  background-color: #fff;
}

#header .ttlBox {
  padding: 3px 0 4px;
  background-color: #000;
}

#header .ttlBox h1 {
  margin: 0 auto;
  width: 874px;
}

#header .hBox {
  margin: 7px auto 0;
  width: 956px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
  width: 580px;
  float: left;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
  width: 200px;
  float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
}

/*------------------------------------------------------------
	new_business.html
------------------------------------------------------------*/
#main.business {
  padding-bottom: 400px;
}

#main.business h2 {
  margin: 0 0 47px 10px;
}

#main.business .imgBox {
  margin-bottom: 78px;
}

#main.business .imgBox .photoBox {
  padding-top: 54px;
  float: right;
  width: 198px;
}

#main.business .videoUl {
  margin-top: -26px;
}

#main.business .videoUl li {
  margin-top: 26px;
  padding: 3px 11px 11px 3px;
  float: left;
  background: url(../img/business/video_bg.png) no-repeat center top;
}

#main.business .imgBox .textBox {
  width: 721px;
  float: left;
}

#main.business p {
  margin-bottom: 30px;
  color: #444;
  font-size: 15px;
  line-height: 1.5;
}

#main.business .text01 {
  margin-bottom: 33px;
}

#main.business .text02 {
  margin-bottom: 64px;
}

#main.business h3 {
  margin-bottom: 20px;
}

#main.business h4 {
  margin: -9px 0 29px 20px;
}

#main.business .ulList {
  margin: 31px 0 0 6px;
}

#main.business .ulList li {
  margin-right: 15px;
  width: 210px;
  float: left;
}

#main.business .ulList li a {
  padding: 5px 0 12px;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #eee;
}

#main.business .ulList li span {
  display: block;
  margin: 5px 0 12px;
}

#main.business .photoList {
  margin: 0 18px 58px 0;
}

#main.business .photoList p {
  margin-bottom: 0;
  float: left;
}

#main.business .photoList ul {
  margin-top: 11px;
  float: right;
}

#main.business .photoList li {
  margin-right: 21px;
  float: left;
}

#main.business .imgBox01 {
  margin: -10px 0 50px;
}

#main.business .imgBox01 .photoBox {
  width: 208px;
  margin-top: -10px;
}

#main.business .imgBox01 .photoBox .photoUl li {
  padding-bottom: 31px;
}

#main.business .imgBox01 .textBox h5 {
  color: #444;
  font-size: 23px;
  font-weight: normal;
  padding-bottom: 0.5em;
}

#main.business .bottomTitle {
  position: relative;
  width: 963px;
  height: 34px;
}

#main.business .bottomTitle a {
  position: absolute;
  display: block;
  width: 100px;
  padding-left: 15px;
  top: 8px;
  right: 0;
  font-size: 15px;
  font-weight: normal;
  background: url(../img/business/backtotop_bg.png) no-repeat left 5px;
}

#main.business .contactBox {
  padding: 24px 22px 20px;
  background: url(../img/business/contact_bg.gif) no-repeat center top;
}

#main.business .contactBox .title {
  margin-bottom: 25px;
}

#main.business .contactBox .linkBox {
  margin: 0 32px 0 0;
}

#main.business .contactBox .logo {
  float: left;
}

#main.business .contactBox .link {
  margin-top: 33px;
  float: right;
}

#main.business .contactBox .tel {
  padding-right: 32px;
  text-align: right;
}

#main.business .padel-court {
  display: flex;
  margin: 31px 0 0 0;
  gap: 15px;
}
