@charset "UTF-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #EEEEEE;
	margin: 0;
	padding: 0;
	color: #333333;
}

/* リセット */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
a img {
	border: none;
}
a:link {
	color: #CC3333;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #CC3333;
	text-decoration: underline;
}

img {
  vertical-align: top;
}

.attention {
	color: #CC3333;
}

/* ────────────────────レイアウト */
/* 全体を囲むボックス */
.container {
	width: 940px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo105 { font-size: 1.05em !important;}
.fo11 { font-size: 1.1em !important;}
.fo12 { font-size: 1.2em !important;}
.fo125 { font-size: 1.25em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo17 { font-size: 1.7em !important;}
.fo19 { font-size: 1.9em !important;}
.fo21 { font-size: 2.1em !important;}
.fo25 { font-size: 2.5em !important;}

.bold { font-weight: bold;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}
.ta_right-s_center { text-align: right;}
.ta_left-s_center { text-align: left;}

/* margin */
.mb00 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb38 { margin-bottom: 38px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb42 { margin-bottom: 42px !important;}
.mb46 { margin-bottom: 46px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb53 { margin-bottom: 53px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb140 { margin-bottom: 140px !important;}

/* サイトタイトル */
h1#title {
	background: url("../images/header.jpg") top no-repeat;
	height: 45px;
	padding: 0;
	margin: 0;
}
h1#title img {
	margin: 15px 0 0 29px;
}

/* メニュー */
ul#menu {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 32px;
    display: flex;
}
ul#menu li {
	padding: 0;
	margin: 0;
	display: inline;
}
ul#menu li img {
	padding: 0;
	margin: 0;
}

/* メインビジュアル */
#mainimage1 {
	background: url("../images/bg_novedades.jpg") bottom no-repeat;
	padding: 0;
}
#mainimage2 {
	background: url("../images/bg_perfil.jpg") bottom no-repeat;
	padding: 0 0 580px 0;
}
#mainimage3 {
	background: url("../images/bg_clases.jpg") bottom no-repeat;
}
#mainimage3 p {
	text-align: right;
	padding: 113px 56px 37px 0;
}
#mainimage4 {
	background: none;
}

/* コンテンツを囲むボックス */
.contents {
	padding: 0 40px 40px 40px;
	margin: 0;
}

/* ────────────────────内容のスタイル */
/* ニュース */
div#newsbox {
	padding: 340px 0 10px 47px;
	height: 200px;
	color: #FFFFFF;
}
div#newsbox a:link, div#newsbox a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
div#newsbox a:hover, div#newsbox a:active, div#newsbox a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
div#newsbox h2 {
	margin: 0 0 30px 0;
}
div#newsbox ul {
	list-style: none;
	margin: 0 0 10px 10px;
}
div#newsbox ul li {
	margin: 0 0 8px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 120%;
}

/* プロフィール、クラス */
.textbox {
	width: 620px;
	float: left;
}
.textbox_perfil {
	width: 620px;
	float: left;
	padding: 40px 0 0 0;
}
h2 {
	margin: 40px 0 0 0;
}
h3 {
	background: url("../images/marker.gif") left no-repeat;
	padding: 2px 0 0 28px;
	margin: 30px 0 10px 10px;
	font-size: 18px;
	font-weight: bold;
}
h3.perfil_year {
	background: none;
	padding: 0;
	margin: 30px 0 10px 10px;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	background: url("../images/marker2.gif") 3px 6px no-repeat;
	padding: 2px 0 0 25px;
	margin: 0 0 10px 10px;
	font-size: 14px;
	font-weight: bold;
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	margin: 0 0 0 10px;
}
ul.notes {
	list-style: none;
	margin: 40px 0 10px 10px;
}
ul.notes li {
	padding: 2px 0 0 20px;
	margin: 0 0 5px 0;
	background: url("../images/marker3.gif") 3px 2px no-repeat;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
}
table {
	font-size: 14px;
	font-weight: normal;
	line-height: 150%;
	margin: 0 0 20px 0;
}
td {
	padding: 3px 10px;
}
.imagebox {
	width: 220px;
	float: right;
	text-align: right;
	margin: 30px  20px 30px 0;
}

/* フォト */
.photobox {
	/*width: 840px;*/
	padding: 0;
	margin: 20px 0;
}
.photobox p {
	padding: 0;
	margin: 0;
}
#pager {
	text-align: center;
}
/* アクセス */
.textbox_s {
	width: 420px;
	float: left;
}
.imagebox_l {
	width: 420px;
	float: right;
	text-align: right;
	margin: 30px  20px 30px 0;
}
p.indentp {
	margin: 0 0 0 38px;
}


/* ────────────────────各ページのCSS */




/* ────────────────────フッター */
/* 住所、電話番号 */
p#copy {
	margin: 20px 40px 0 40px;
	padding: 20px 0;
	text-align: center;
	border-top: solid 1px #333333;
	color: #333333;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 10px;
	font-weight: normal;
}
/* ページのトップへのリンク */
p#totop {
	text-align: right;
	margin: 20px 40px 0 40px;
	padding: 0;
}


/* フロート解除 */
.clear {
	clear: both;
}
/* フロート解除(不可視)	*/
.clearHidden {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.dansaga-container {
  width: 70%;
  height: 100%;
  aspect-ratio: 300 / 71;
}

.rental{display: flex;}
.rental .textbox{width: 60%;}
.rental .imagebox{width: 30%;}

.add_table {
  border-collapse: collapse;
  width: 80%;
}

.add_table th, .add_table td {
  border: 1px solid #333333;
  padding: 8px;
  text-align: left;
}

.add_table th {
  background-color: #f2f2f2;
}

.news_sec{margin-top: 50px;}
.news_box{padding: 0 30px;}
.news_box h2{
    width: 4em;
}

/* news_dl内のリストスタイルを調整 */
.news_dl{
   padding: 0 40px; 
}
.news_dl ul {
    list-style: none; /* リストの黒点を削除 */
    padding: 0;
    margin: 0;
}

.news_dl li {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc; /* 各項目の区切り線 */
    font-size: 14px;
}

.news_dl li:last-child {
    border-bottom: none; /* 最後の項目は区切り線を非表示に */
}

.news_dl .post-date {
    display: inline-block;
    width: 80px; /* 日付部分の幅を固定 */
    color: #555;
    font-size: 13px;
    margin-right: 10px;
}

/* ポップアップコンテナのスタイル */
.popup-container {
  display: none; /* JavaScriptで制御 */
}

/* ポップアップボックスのスタイル */
.popup-box {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px;
  text-align: center;
}

/* 閉じるボタンのスタイル */
.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popup-content figure {
  margin: 0;
}

.popup-content img {
  width: 100%;
  height: auto;
}

/* --- 画像レイアウトのスタイル --- */
.popup_wrap { 
  display: none;
}
.popup_box { 
  max-width: 600px;
  padding: 50px;
  font-size: 1.1em;
}
.popup_box h4 {
  font-size: 1.8em;
}
#fancybox-wrap { padding: 0px;}
#fancybox-outer { box-shadow: none; background: none;}
#fancybox-content { border: none; box-sizing: border-box;}
#fancybox-close { right: 15px; top: auto; bottom: -50px; background: url("../images/ico_batsu.png") no-repeat center center; width: 36px; height: 36px;}
.fancy-ico span { display: none !important;}

.col_list{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.col_list li{
    width: 32%;
}

.fancybox-content{
    padding: 30px;
}

.popup_wrap img{
  max-width: 600px;
  width: 100%;
  height: auto;
}