@charset "utf-8";

/*　汎用クラス */
.large {
	font-size: 2em;
	line-height: 1.2em;
}
strong {
	font-weight: bold;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.clearfix {
	height: auto;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
ul.circle {
	list-style-type: circle;
	padding-left: 20px;
}
ul.alpha {
	list-style-type: upper-alpha;
	padding-left: 20px;
}

.notes {
	font-size: 0.85em;
	color: #666;
	width: 90%;
	margin: auto;
}


/* レイアウト */
html {
	height: 100%;
}
body {
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}
#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/* ヘッダー */
#header {
	width: 100%;
    max-width: 1080px;
	height: 136px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#header #topinfo1 {
	color: #666;
	height: 29px;
	padding-top: 5px;
}
#header h1 a {
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	display: block;
	float: left;
	width: 200px;
	height: 35px;
	padding-top: 15px;
	padding-left: 10px;
	overflow: hidden;
}
h1 a:hover {
	text-decoration: none;
}
#header #topinfo2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #F90;
	float: right;
	height: 40px;
	padding-top: 10px;
	padding-right: 10px;
	overflow: hidden;
}

/* メニュー */
#menu {
	margin-bottom: 10px;
	overflow: hidden;
}
#menu ul {
	height: 51px;
	width: 100%;
    max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
}
#menu ul li:first-child {
	border-top-style: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFF;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFF;
}
#menu ul li {
    width: calc(100% / 4);
	border-top-style: none;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFF;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul li a {
	display: block;
	height: 51px;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 51px;
}
#menu ul li a:hover {
	color: #FFF;
	background-image: url(../img/menu_hover.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}

/* パンクズ */
#pankuzu {
	padding: 10px 0px;
}
#pankuzu ul li {
	font-size: 0.83em;
	display: inline;
	margin-left: 5px;
}
#pankuzu ul li:before {
	content: " > ";
}
#pankuzu ul li:first-child:before {
	content: "";
}

/* コンテンツ */
#content {
	width: 100%;
    max-width: 1080px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	padding-bottom: 71px;
	position: relative;
	overflow: hidden;
}
h2 {
	font-size: 1.3em;
	color: #900;
	line-height: 1.5em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	
}
.halfleftbox {
	width: 50%;
	height: auto;
}
.halfrightbox {
	height: auto;
	width: 50%;
}
.flexbox {
    display: flex;
    justify-content: space-between;
}
a img:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
table {
	width: 90%;
	font-size: 0.9em;
	border: 1px solid #bfdfff;
	margin-right: auto;
	margin-left: auto;
}
table tr th {
	color: #000;
	text-align: left;
	padding: 5px;
	border-collapse: collapse;
	background-color: #bfdfff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
table tr:first-child th {
	border-top-style: none;
}
table tr td {
	padding: 5px;
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfdfff;
}
#pile table tr td {
    text-align: center;
}
table tr th dl dt {
	font-weight: bold;
}
table tr th dl dd {
	text-indent: 1em;
}
ul ul li {
	text-indent: 1em;
}
.chuko_hanbai {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
}
.chuko_hanbai ul {
	width: 48%;
    height: auto;
}
.chuko_hanbai ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-self: center;
    font-size: 16px;
    margin-bottom: 10px;
}
.chuko_hanbai ul li span {
    width: 60%;
    padding: 1em;
    border: 1px solid #b9b9b9;
}
.chuko_hanbai ul li span:first-child {
    width: 30%;
    background-color: #bfdfff;
}
.chuko_hanbai ul li span:last-child {
    
    font-weight: bold;
}
.hanbai_img {
	width: 48%;
}
.hanbai_img img {
    width: 100%;
}
.arrow {
    max-width: 30px;
    margin: 10px;
}
.pdfmark {
    max-width: 18px;
    max-height: 18px;
}
/* フッター */
#footer {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0px;
	text-align: center;
}

#footernav ul {
	font-size: 1.1em;
	height: 25px;
	overflow: hidden;
}
#footernav ul #home a {
	display: block;
	float: left;
}
#footernav ul #home a:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-image: url(../img/uiset.gif);
	background-position: left top;
	float: left;
	margin-right: 5px;
}
#footernav ul #pagetop a {
	display: block;
	float: right;
}
#footernav ul #pagetop a:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background-image: url(../img/uiset.gif);
	background-position: right top;
	float: right;
	margin-left: 5px;
}
#footer address {
	background-color: #C0DFFE;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin: 0px;
	padding-left: 0px;
	height: 29px;
}

/* トップページ */
h2.tsukami {
	font-size: 1.67em;
	color: #900;
	margin-top: 10px;
	margin-bottom: 5px;
}
.top_table tr th {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: nowrap;
	vertical-align: top;
}
.top_table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top_table tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* 可動映像 */

#movie_thumb {
	width: 400px;
	padding: 10px;
	background-color: #000;
	overflow: hidden;
	margin: auto;
}
#movie_thumb h3 {
	color: #CCC;
	text-align: center;
}
#movie_thumb p {
	color: #ccc;
	text-align: center;
	font-size: 0.9em;
}
/* 写真 */

#slideshow {
	width: 400px;
	background: #000;
	margin: 0px auto;
	padding: 10px;
}
#slideshow ul {
	display:block;
	overflow:hidden;
	margin-top:10px;
	margin-right:-10px;
	clear:both;
}
#slideshow li {
	display:block;
	float:left;
	background:#000;
	argin-right:10px;
}
#slideshow img.ChangePhoto {
	width: 72px;
	height: 54px;
	margin: 2px 4px;
}
img.ChangePhoto:hover {
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#slideshow li img {
	cursor:pointer;
}
#slideshow #MainPhoto {
	cursor: default;
}
#slideshow #MainPhoto {
	cursor: default;
}
#slideshow #MainPhotoBox {
	display: block;
	min-height: 300px;
	min-width: 400px;
}
#MainPhotoAlt {
	color: #fff;
	font-size: 1em;
	text-indent: 1em;
	height: 20px;
}
#slideshow p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ccc;
	text-align: center;
	font-size: 0.7em;
}
.dev-theme-li {
	list-style-position: inside;
	list-style-type: disc;
}
.price-table{
	width: 95%;
    margin-left: 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #b9b9b9;
    border-top: 2px solid #b9b9b9;
}
.price-table th{
	width: 25%;
	padding-left: 6px;
	text-align: center;
	color: #333;
	background-color: #bfdfff;
	border: 1px solid #b9b9b9;
}
.price-table .w32 {
	width: 32%;
}
.price-table .w18 {
	width: 18%;
}
.price-table td{
	padding: 6px;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #b9b9b9;
}
.price-table .f_left {
	text-align: left;
}
.price-table .f_left li {
	list-style-type: none;
}
.fullbox {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 796px;
}
.fullbox p {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 1px;
}
.borderbox {
	border: solid 2px #FC0;
	border-radius: 5px;
	background-color: #FFC;
	padding: 10px 30px 10px 30px;
}

/* 0908追加 */
.regional img {
    width: 100%;
}

#pile {
    padding-top:30px;
}
#pile .point {
    color: #900;
    font-weight: bold;
}
#pile ul {
    margin-bottom: 30px;
}
#pile li {
    margin-bottom: 10px;
}
#pile h4 {
    font-weight: bold;
    margin-top: 50px;
}
.pileli {
    width: 100%;
    border: 1px solid #333;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pileli th {
    width: 25%;
    text-align: center;
}
.pileli td p {
    padding-left: 1em;
    padding-right: 1em;
    align-items: center;
}
.pileli td p span:first-child {
    width: 5em;
    display: inline-block;
}
#pile .flexbox {
    justify-content: flex-start;
}
#pile .flexbox div {
    max-width: 20%;
    height: auto;
    margin-right: 1em;
}
#pile .flexbox div img {
    width: 100%;
}
.halfta {
    width: 80%;
}
#pile .halflibox .halfimg {
    width: 18%;
    max-width: 18%;
    margin-top: 10px;
    margin-right: 0;
}
#pile .halflibox .halfimg div {
    width: 100%;
    max-width: none;
    margin-right: 0;
}
.halfleftbox img {
    width: 95%;
}
.picflex {
    display: flex;
}
.picflex img {
    width: 47.5%;
    height: auto;
    column-gap: 5%;
}

/* 20231024 追加分 */
#hookdai {
    margin-top: 60px;
}
#hookdai .title {
    font-size: 1.3em;
	color: #900;
	line-height: 1.5em;
	font-weight: bold;
}
#hookdai .sub_title {
    font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
    margin-top: 30px;
}
#hookdai .notes {
    width: 100%;
    margin-top: 20px;
}
#hookdai .notes li {
    color: #900;
    font-weight: bold;
}
.hookdaipic {
    flex-wrap: wrap;
    gap:10px;
    margin-bottom: 60px;
}
.hookdaipic div {
     width: 45%;   
}