@charset "utf-8";
/*===== main =====*/
body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
    background-color: #7E0140;
    color: #FFFFFF;
}

.full-width {
    min-width:100%;
    position: relative;
}
a {
color: #FF9900;
text-decoration: none;
line-height: inherit;
}
h2 {

font-size: 14px;
font-weight: bold;
text-align: center;
padding: 3px;
margin-bottom: 10px;

letter-spacing: 5px;
        color: #FFFFFF;
}
/*===== header =====*/
.header-area {
    background-color: #2d465c;
    min-height: 160px;
}

.navigation-area {
    background-image: url('../img/navigation-container.jpg');
    background-repeat: repeat-x;
}
/*===== nav =====*/
/** 背景色と,ボーダーのheightとmarginを変更 **/
.top-bar {
    background: #5A012E;
    height: 58px;
    line-height: 58px;
    margin-bottom: 0;
}

/** メニューバー上の黒い背景を削除 **/
.top-bar-section ul {
    background: none;
    text-transform: uppercase;
}

/** メニューバー上の黒い背景を削除 **/
.top-bar-section li a:not(.button) {
    background: none;
    line-height: 58px;
    padding: 0 27px;
}
/** activeメニューのアイテムをデフォルトの黒からグラデーションへ変更 **/
.top-bar-section ul li.active > a {
    background:  rgb(0, 0, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 transparent;
    color: #fff;
}

/** 非アクティブなメニューアイテムのhoverステートを変更 **/
.top-bar-section li:hover a {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 transparent;
    color: #fff;
}

/** 非アクティブなメニューアイテムのテキスト職を黒へ変更 **/
.top-bar-section ul li > a {
    color: #7E0140;
}

/** ドロップダウンメニューのアイテムのhoverステートを変更 **/
.top-bar-section ul.dropdown li a:hover:not(.button) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}

/** 重要 : ドロップダウンのコンテナであるulを塗りつぶす **/
.top-bar-section ul.dropdown {
    background: #7E0140;
    color: #fff;
}

/** これはドロップダウンの矢印の色と場所を修正しています **/
.top-bar-section .has-dropdown > a:after {
    border-color: rgba(0, 0, 0, 1) transparent transparent;
    margin-top: 2.5px;
}


/*===== contents =====*/
.content-area {
    padding: 10px;
}
.sisetubox {
background: url(../img/sisetut-back.png) no-repeat;
padding-top: 4px;
padding-bottom: 1px;
text-align: left;
padding-left: 25px;
}
#Information {
width: 100%;
height: 240px;
margin: 0px 2px 0px 0px;
padding: 0px;
border: 2px #392929 solid;
}
#Information .title {
height: 37px;
background: #fff;
border-bottom: 3px #392929 double;
background: url(../../img/infotitle_bg.jpg) right no-repeat;
}
#news {
margin: 0 auto;
padding: 0px;
display: block;
border: 2px #660033 solid;
background: url(../../img/new_index/news_inner.png);
margin-bottom: 20px;
}
#news p.top {
width: 290px;
height: 49px;
display: block;
border-bottom: 2px #660033 solid;
text-indent: -9999px;
background: url(../../img/new_index/news_top.gif) top no-repeat;
}
/*===== sidebar =====*/

/*===== footer =====*/
.footer-area {
    background-color: #7E0140;  
    color: #fff;
    min-height: 50px;
    padding: 20px;
font-size: 12px;
}
/* メディアクエリ設定（タブレット用） */
@media only screen and (min-width: サイズ指定) {
}

/* メディアクエリ設定（スマートフォン用） */
@media only screen and (max-width: 942px) {
.top-bar.expanded .title-area {
background: #7E0140;
}
    /* レスポンシブメニューをナビゲーションコンテナに合わせ、背景色を黒へ */
    .top-bar ul {
        background-color: #7E0140;
        padding-bottom: 13px;
    }

    /* 非アクティブメニューのテキストの色を黒へ */
    .top-bar-section ul li > a {
        color: #fff;
    }

    /* ドロップダウンのulの背景を塗りつぶす */
    .top-bar-section ul {
        background: #7E0140;
    }

    /* サブメニューの後の戻るボタンに適切な塗りつぶしを */
    .top-bar-section .dropdown li.title h5 a {
        line-height: 57px;
    }

    /* これはドロップダウンの矢印の色と場所を修正しています */
    .top-bar-section .has-dropdown > a:after {
        border-color: rgba(255, 255, 255, 1) transparent transparent;
        margin-top: 2.5px;
    }
table {
background: none;
margin-bottom: 1.25em;
border: none;
}
} /* end media query */



.midasi {
	font-size: 120%;
	font-weight: bold;
	color: #FF6699;
	margin: 25px 0px 25px;
	border-top: 0px solid #FF6699;
	border-right: 0px solid #FF6699;
	border-bottom: 1px solid #FF6699;
	border-left: 0px solid #FF6699;
}

.midasi2 {
	font-size: 120%;
	font-weight: bold;
	color: #CC6699;
	background: #330000;
	padding: 3px 3px 3px 6px;
	margin: 0px 0px 5px;
}


.kome{
	text-indent: -1em;
	padding-left: 1em;
}

.kome2{
	text-indent: -2em;
	padding-left: 2em;
}

em {
	font-weight: bold;
	font-style: normal;
	color: #CC6699;
}

.center{
	text-align: center;
}

.righttxt{
	text-align: right;
}
.price-text {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 20px;
}
.yellow {
	color: #FC0;
}


/* パンくず */
.breadcrumb {
  padding: 0 0;
  margin:1% auto 0 4%;
  width: 96%;

}

.btm2 {
  margin:0 auto 2%;
}
.breadcrumb .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.breadcrumb .breadcrumb-list > li {
  position: relative;
  margin-right: 13px;
  font-size: 12px;
	color:#a44d79;
}
.breadcrumb .breadcrumb-list > li + li {
  padding-left: 20px;
}
.breadcrumb .breadcrumb-list > li + li::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #a44d79;
  border-right: 1px solid #a44d79;
  content: "";
}
.breadcrumb .breadcrumb-list > li a {
  color: #a44d79;
  font-size: 12px;
  text-decoration: none;
}
.breadcrumb .breadcrumb-list > li a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1220px) {
	.breadcrumb {
  width: 95%;

}
	.breadcrumb .breadcrumb-list > li,.breadcrumb .breadcrumb-list > li a {
  font-size: 12px;
	}
}

@media only screen and (max-width: 820px) {
	.breadcrumb .breadcrumb-list > li,.breadcrumb .breadcrumb-list > li a {
  font-size: 11px;
	}
		.breadcrumb .breadcrumb-list > li {
  position: relative;
  margin-right: 8px;
	}
	.breadcrumb .breadcrumb-list > li + li {
  padding-left: 17px;
}

}

@media only screen and (max-width: 640px) {

	.breadcrumb .breadcrumb-list > li {
  position: relative;
  margin-right: 5px;
	}
	.breadcrumb .breadcrumb-list > li + li {
  padding-left: 12px;
}
}