@charset "UTF-8";
/* clearfix */
.cF:after, .cF:before, blockquote:after, blockquote:before, q:after, q:before {content: ""}.cF:after, .clearfix {clear: both}.cF:after, .cF:before {display: block}.cF {zoom: 1}

/* reset */
a, a:hover {text-decoration: none}a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;border-collapse: collapse!important}:focus {outline: 0}ol, ul, ul li {list-style: none}table {border-collapse: collapse!important;border-spacing: 0}caption, td, th {font-weight: 400} blockquote, q {quotes: "" ""}a img {border: 0!important}ul {margin: 0;}.cF:after, .cF:before {display: block}img {max-width: 100%}dd, dt, h1, h2, h3, h4, h5, h6, li, p, pre {display: block}p {display: block}

/*--------------- 全体の設定 ---------------*/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2;
	color: #333;
	text-align: left;
	background: #fff;
}
* {
	box-sizing: border-box;
}
a {
	transition: all 0.4s ease;
	color:#889ABD;
}
a:hover {
	opacity: 0.7;
}

/* ---- 4タイプの分散 ---- */
.all-wrapper {position: relative;
}

#article-box {
	width: 820px;
	float: right;
	margin-top: 100px;
	margin-right: 36px;
}
#text_submenu{
	width: 24%;
	float: left;
	margin-top: -491px;
}
#my_base {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#my_base:before {
	content:"";
	display: block;
	width: 890px;
	height: 415px;
	background: url(../img/ryokodairitentoha-header01.jpg) no-repeat;
	margin-bottom:75px;
	float: right;
}

#nav_body {
    width: 250px;
    height: 415px;
    position: absolute;
    top: 58px;
    z-index: 1000;
    right: 20px;
    background: #fffbfb;
    opacity: 0.9;
}
#nav_body ul{margin: 10px auto;margin-top: 20px;
}
#nav_body li {
	width: 100%;
	line-height: 46px;
	height: 46px;
	background: url(../img/ryokodairitentoha-arrow01.png) no-repeat  96% center;
}
#header_info {
	position: absolute;
	z-index:1000;
	top:500px;
	right:20px;
	width: 70.8%;
	padding: 30px 20px;
}
/* ---- 1st 共通コード ---- */
#article-box h2, #article-box li, #nav_body li, #text_submenu h3,.last-p a {
	text-align: center;
}

a{
	color:#fffbfb;
}


/*----  body  ----*/
body{
	background: #fafafa;
}
.all-wrapper {
	width: 1200px;
	background-color: #fafafa;
	margin: 0 auto;
}

/*----  #bread-navigation  ----*/
#bread-navigation {
	width: 1200px;
	margin: 10px auto;
	height: 48px;
	line-height: 48px;
	background: #bd4040;
	border-radius: 8px;
}
#bread-navigation ul {
	z-index: 1;
	color: #333;
	text-align:left;
	padding-left:35px;
}
#bread-navigation li {
display: inline-block;
color: #fff;
}

/*----  #xxxheaderxx  ----*/
#header_info {
	border:double #93d6c7;
	padding:15px;
	box-shadow:0px 2px #ccc;

}
#title_message {
	margin-bottom: 5px;
}
#title_message,
#lead-title_message {
width: auto;
margin: 0px auto;
}
#lead-title_message p {
	color: #5f3e12;
}
#title_message h1 {
	font-size: 25px;
	font-weight:bold;;
	color: #63666d;
	text-align: center;
	line-height: 1;
}
#lead-title_message p {
	font-size: 16px;
	text-align: center;
	line-height: 1.3;
}

/*----  #nav_body  ----*/

#nav_body li:first-child,#nav_body li:last-child {
}

/*#nav_body li:first-child a:before{
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f015";
    font-size: 20px;
	color:white;
    width: 30px;
    vertical-align: middle;
}*/
/*#nav_body li:last-child a:before{
    display: inline-block;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0e8";
    font-size: 20px;
	color:white;
	width:37px;
    vertical-align: middle;
}*/
#nav_body ul li a{
	color: #bd4040;
	font-size: 14px;
	display: block;
	text-align: center;
}
#nav_body ul li:last-child a{
	border-right: none;
}

#nav_body a:hover{
	background:#323031;
	color:#fefefe;
}

/*---- #my_base ----*/
#my_base:before {
	box-shadow:0px 7px 8px -1px #797a74;
	-moz-box-shadow:0px 7px 8px -1px #797a74;
	-webkit-box-shadow:0px 7px 8px -1px #797a74;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
}
/*----  #article-box ----*/
#article-box p{
	line-height:2;
	color:#333;
}
#article-box .content_box {
	margin-bottom: 90px;
	padding: 0px;
}
#article-box .content_box .text-box1 {
	background: url(../img/ryokodairitentoha-tit01.png) no-repeat #fafafa;
	margin-bottom: 20px;
}
#article-box .content_box .text-box2 {
	background: url(../img/ryokodairitentoha-tit01.png) no-repeat #fafafa;
	padding:20px;
}
#article-box .content_box:last-child {
	margin-bottom: 100px;
}
#article-box .content_box:last-child {
	margin-bottom: 100px;
}
#article-box h2 {
	font-size: 22px;
	font-weight:normal;
	color: #666;
	text-align: center;
	padding-left: 30px;
	margin-bottom: 15px;
	border-bottom: solid 3px #bd4040;
}
#article-box p, #article-box ul {
}
#article-box li {
	font-size: 16px;
	margin-bottom: 15px
}
#article-box .link {
}
#article-box a {
	color: #24627e;
	font-weight: normal;
	text-decoration: underline;
	margin: 0 6px;
}

/*----  #text_submenu  ----*/
#text_submenu {background: #fafafa;
}

#text_submenu h3 {
    color: #5b6064;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: solid 1px #93d6c7;
}
#text_submenu ul {
	padding: 20px;
}

#text_submenu li {
	padding: 10px 0;
	text-align: center;
}
#text_submenu li a {
	font-size: 16px;
	color: #666;
}
#text_submenu li a:before {
	padding: 0 10px;
	color:#bd403e;
}
#nav_body:after {
	content: "";
	width: 100%;
	height: 150px;
	display: block;
	background: url(../img/ryokodairitentoha-bg01.png) no-repeat center;
	background-size: 80%;
}
#text_submenu .sub1,
#text_submenu .sub2 {
	margin-bottom: 30px;
	border: solid 1px #93d6c7;
}
#text_submenu .sub2 ul li {
	color: #666;
	line-height: 1.5;
}
#text_submenu .sub2 ul li a {
	margin-right: 6px;
	display: block;
}

/*----  last-p  ----*/
.last-p {
	background:url(../img/ryokodairitentoha-bg_pageTop01.png) repeat-x bottom;
	border-top:solid 1px #666;
	overflow:hidden;
	width:144px;
	margin-left:auto;
	position:absolute;
	bottom:-45px;
	right:0;
}
.last-p a {
	color:#666;
	font-size: 14px;
	float: right;
	padding:6px 30px 10px 30px;
}
.last-p a:hover {
	background-color: #bd4040;
	color: #fff;
}

/*----  footer  ----*/
#text_submenu {margin-bottom: 100px;
}
.last-p a {
}
#foot-wrapper {
	height: 80px;
	line-height: 80px;
	text-align: center;
}
#foot-wrapper p {
	font-size:12px;
	color: #666;
}
#foot-wrapper p a {
	color: #666;
}