@charset "Shift_JIS";

/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style {
    border-color: #FFED95;
    text-align: left !important;
}

.hpb-parts-hl-style {
    padding: 0px 0.2em !important;
    margin: 0.5em 0px !important;
    font-weight: bold !important;
    color: #FFD92E !important;
    background-image: none !important;
    border-color: #FFD92E;
    height: auto !important;
    line-height: 1.5em !important;
}

.hpb-parts-cbox-style {
    border-color: #FFED95;
    text-align: left !important;
}

.hpb-parts-img-01 {
    margin: 0px !important;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

.hpb-parts-img-02 {
    padding: 0px;
    margin: 4px !important;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

.hpb-parts-hr-style {
    border-color: #FFED95;
}

.hpb-parts-pbox-style {
    border-color: #FFED95;
    background-color: #f0f0f0;
}
.hpb-parts-pbox-style h4 {
    padding: 0px;
    height: auto !important;
}
.hpb-parts-pbox-style img {
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    background-color: #f0f0f0;
}
.hpb-parts-pbox-style .hpb-parts-img-03 {
    margin: 4px 9px 4px 4px !important;
}
.hpb-parts-pbox-style .hpb-parts-img-04 {
    margin: 4px 4px 4px 9px !important;
}
.hpb-parts-pbox-style .hpb-parts-img-05 {
    margin: 4px 4px 4px 4px !important;
}
.hpb-parts-pbox-style .hpb-parts-img-06 {
    margin: 4px 4px 4px -1px !important;
}

.hpb-parts-blist-style {
    border-color: #bede4c;
    background-color: #ffffff;
}
a.hpb-parts-blist-style:link {
    color: #000000;
}
a.hpb-parts-blist-style:visited {
    color: #000000;
}
a.hpb-parts-blist-style:hover {
    color: #FF9900;
}
a.hpb-parts-blist-style:active {
    color: #FF9900;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
/* よくある質問インデント */
div.faq p {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;      /* 文字1文字分上げる */
    padding-left: 1em       /* 2文字分右に下げる */
}
div.faq b {
    color: #7B90D2;
}

/* レスポンシブ用gmap */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* Photobox用 */
.mr4 {
	margin-right: 4px;
}
.mb10 {
	margin-bottom: 10px;
}
span.small {
	font-size: 80%;
}
span.point {
	color: #FF3333;
}
img.photoframe {
	border: 10px solid #FFFFFF;
}

img.photobox    {
border: 10px solid #FFFFFF;
box-shadow: 5px 5px 10px #c0c0c0;
-webkit-box-shadow: 5px 5px 10px #c0c0c0;
-moz-box-shadow: 5px 5px 10px #c0c0c0;
}


/* pagetop */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

/* viewport */
#viewport_sw a {
	display: block;
	text-align:center;
	padding: 3% 0;
	width: 100%;
	background: #000;
	color: #fff;
	font-size: 14px;
	font-size: 4vw;
}

/* 別テーブル */
div.menulist {
	width: 100%;
	overflow: hidden;
}
div.menulist p {
	margin: 4px 0;
	padding: 0;
	font-size: 80%;
}
div.menulist table {
	float: left;
	width: 65%;
	margin: 0 0 18px 0;
}
div.menulist table caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
div.menulist table th {
	width: 80%;
	padding: 14px 8px 14px 12px;
	line-height: 1.6;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
	background-color: #7cd361;
}
div.menulist table td {
	width: 20%;
	padding: 14px 8px 14px 12px;
	text-align: right;
	line-height: 1.6;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
}
div.menulist table.w100 {
	float: none;
	width: 100%;
}
div.menulist table.w100 th {
	padding: 6px 8px 6px 12px;
}
div.menulist table.w100 td {
	padding: 6px 8px 6px 12px;
}
div.menulist img {
	float: right;
}


/* 別テーブル */
div.season {
	width: 100%;
	overflow: hidden;
}
div.season p {
	margin: 4px 0;
	padding: 0;
	font-size: 80%;
}
div.season table {
	float: left;
	width: 40%;
	margin: 0 0 10px 0;
}
div.season table caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
div.season table th {
	width: 40%
	padding: 14px 8px 5px 8px;
	line-height: 1.8;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
	background-color: #7cd361;
}
div.season table td {
	width: 25%;
	padding: 14.px 8px 5px 8px;
	text-align: right;
	line-height: 1.8;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
}
div.season table.w100 {
	float: none;
	width: 100%;
}
div.season table.w100 th {
	padding: 6px 8px 6px 12px;
}
div.season table.w100 td {
	padding: 6px 8px 6px 12px;
}
div.season img {
	float: right;
}


/* 別テーブル */
div.tt {
	width: 100%;
	overflow: hidden;
}
div.tt p {
	margin: 4px 0;
	padding: 0;
	font-size: 80%;
}
div.tt table {
	float: left;
	margin: 0 0 10px 0;
}
div.tt table caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
div.tt table th {
	padding: 5px 5px 5px 5px;
	line-height: 1.4;
	text-align: left;
	font-weight: bold;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
color: #ffc965;
}
div.tt table td {
	padding: 5px 5px 5px 5px;
	text-align: left;
	font-weight: normal;
	line-height: 1.4;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
}

/* 左右テーブル */
#lr {
	overflow: hidden;
}
.lr p {
	margin: 4px 0;
	padding: 0;
	font-size: 80%;
}
table.l {
	float: left;
	width: 48%;
	margin: 0 0 0px 0;
}
table.l caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
table.l th {
	padding: 14px 8px 5px 8px;
	line-height: 1.8;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
	background-color: #7cd361;
}
table.l td {
	padding: 14px 8px 5px 8px;
	text-align: left;
	line-height: 1.8;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
}

table.r {
	float: right;
	width: 48%;
	margin: 0 0 0px 0;
}
table.r caption {
	margin-top: -10px;
	padding: 0 0 0.2em 2px;
	color: #661111;
	font-weight: bold;
	text-align: left;
}
table.r th {
	padding: 5px 8px 5px 8px;
	line-height: 1.8;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
	background-color: #7cd361;
}
table.r td {
	padding: 14px 8px 5px 8px;
	text-align: left;
	line-height: 1.8;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #7cd361;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #7cd361;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #7cd361;
    border-left-width: 0px;
    border-left-style: solid;
    border-left-color: #7cd361;
}

 
/* radius */
#toppage-main2{
	border: 1px solid #006400;
	border-radius: 4px;
	margin: 0 0 25px 0;
	background-image : url(../img/topicsBg_1F1.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 5px 5px 10px 5px;
}

/* radius2 */
#radius2{
	border: 2px solid #F6B8CE;
	border-radius: 4px;
	margin: 0 0 25px 0;
	background-image : url(../img/topicsBg_1F1.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 5px 5px 10px 5px;
}

/* radius3 */
#radius3{
	border: 1px solid #006400;
	border-radius: 4px;
	margin: 0 0 25px 0;
	background-image : url(../img/topicsBg_1F1.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 5px 5px 10px 5px;
display: inline-block;
}


/* 縁取りテキスト */
p.outline{
filter:dropshadow(color=#000000,offX= 0,offY=-1) 
dropshadow(color=#000000,offX= 1,offY= 0) 
dropshadow(color=#000000,offX= 0,offY= 1) 
dropshadow(color=#000000,offX=-1,offY= 0); 

-webkit-text-stroke-color: #000; 

-webkit-text-stroke-width: 1px; 

text-shadow: black 1px 1px 0px, black -1px 1px 0px, 

             black 1px -1px 0px, black -1px -1px 0px;
}

.mybox1{
    background-color: #B2D8FF;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    z-index: 0;
}
.mybox1:before{
    border: 1px solid #fff;
    border-radius: 5px;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 4px;
    z-index: -1;
}


