@charset "Shift_JIS";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #a00000}
.f-redf00 { color: #FF0000}
.f-green { color: #67be12;}
.f-pink { color: #f66a8e;}
.f-skyblue { color: #20ade5;}
.f-orange { color: #f38f00;}
/* レイアウト */
.t10b { font-size: 10px; line-height:14px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

#wrap #wrapInner{
	width:100%;
	height:auto;
	
}
body{
	
}
/*#wrapInner * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
*/
/* CSS初期設定 */
#bg {

	overflow:hidden;
}
#bg img {
	border:0;
	vertical-align:bottom;
}
#bg ul,#bg ol {
	list-style:none;
}
#bg a {
	overflow: hidden;
}
#bg strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#smp_header {
    width:100%;
    overflow: hidden;
}

/*title---------------------------------------------------*/
.smpnone{
	display:none
}

/*title---------------------------------------------------*/

#title{
	position:relative;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
}

#title p{
	margin:0 0 0 0;
	padding:0;
}

#title ul{
	text-align:center;
	letter-spacing:-0.4em;
	margin-top:29px;
}

#title ul li{
	display:inline-block;
	letter-spacing:normal;
	background:url(../images/line.png) no-repeat;
}

#title ul li:nth-of-type(1){
	background:none
}

#title ul li a{
	display:block;
	padding:0 20px;
}

#title ul li a:hover{
	transition: 0.2s ;
	opacity: 0.3 ;
	position:relative;
	top:1px
}

p.yoyaku_txt {
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}
#navi{
	text-align:center;
    width:100%;
    margin-bottom: 20px;
}
ul#navi {
    overflow: hidden;
}
#navi li{
	display:inline-block;
    color: #FFF;
    box-sizing: border-box;
    padding: 5px 12px;
    width:50%;
    float:left;
}
#navi li:first-child,
#navi li:nth-child(3){
    padding-left: 0;
}
#navi li:last-child,
#navi li:nth-child(2){
    padding-right: 0;
}
#navi li a{
	
}

#navi li:nth-of-type(1){
	
}

#navi li a:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}


/*commonBox*/

.commonBox:nth-of-type(2n){
	background:#ffffff;
}
.commonBox{
	background:#ffffff;

}

.commonBox img{
	width:100%;
	height:auto;
}

.commonBox strong{
	font-weight:bold;
    font-size: 17px!important;
}

.in{
	margin:0 auto;
	padding:0 3% 0px;
    width:94%;
}

.in h2{
	font-weight:normal;
	padding:10px;
	text-align:center;
	clear:both;
    margin-bottom: 0;
}

h2 {
  padding: 0.8rem 2rem;
  border-top: 4px solid #b70081;
  border-bottom: 4px solid #b70081;
  font-size: 20px;
    text-align: center;
    font-weight: normal;
    font-weight: bold;
}
h2 i {
    color: #b70081;
}
h2 img {
    width:30px!important;
    height: auto;
}

a.btn{
	display:block;
	background-size:10px auto;
	font-size:16px;
	padding:13px 15px 13px 15px;
    margin-top:10px;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: #e84464;
}
a.btn:hover{
	text-decoration:none!important
}

a.btn span:before {
    content:url(../images/arrow.png);
    margin: 5px;
    position: relative;
    top:3px;
}

a.btnAll{
	display:block;
	background-size:10px auto;
	font-size:16px;
	padding:13px 15px 13px 15px;
    margin-top:10px;
	color:#724d35;
	text-align:center;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: #ffe33e;
}
a.btnAll:hover{
	text-decoration:none!important
}

a.btnAll span:before {
    content:url(../images/arrow2.png);
    margin: 5px;
    position: relative;
    top:3px;
}

a.btnL{
	display:block;
	background-size:10px auto;
	font-size:16px;
	padding:13px 15px 13px 15px;
    margin-top:10px;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;
	background: #e84464;
}
a.btnL:hover{
	text-decoration:none!important
}

a.btnL span:before {
    content:url(../images/arrow.png);
    margin: 5px;
    position: relative;
    top:4px;
}

.mrl50{
	margin:0;
	clear:both;
}

.single{
	margin:0 200px;
}

/*specialPlanBox*/
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.commonPlanBox{
	display:block;
}

.read3.commonPlanBox li{
	margin:0 0 20px 0;
	background:#FFF;
	padding:15px;
	position:relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    border:2px solid #fdd000;
}

.commonPlanBox li dl{
    overflow: hidden;
}

.commonPlanBox li dl dt{
	background:#fff;
	padding:0;
	font-size:17px;
	color:#000000;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:100%;
    float:left;
}
.commonPlanBox li dl dd.txt{
	font-size:14px;
	margin-bottom:10px;
	line-height:170%;
	padding-top:0px;
    width:100%;
    float:right;
}
.commonPlanBox li dl dd.txt span {
    font-size: 120%;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    width:100%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}
.commonPlanBox li dl dd.btn{
    clear: both;
}

.commonPlanBox li > a{
	font-size:14px;
	padding:12px;
	display:block;
	margin: 1% 0;
}
/*bnr950*/
a.bnr950{display:block;margin-bottom:5%;}

/*graybtn*/
p.graybtn{
	background: #999;
    padding: 14px 0;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
}

/*------------------*/
p.midashi {
    display: inline-block;
    margin:0.5rem 0 1rem;
    text-align: center;
    width:100%;
    font-size: 1.1rem;
    font-weight: bold;
}
p.lead {
    display: inline-block;
    margin:0 0 1rem;
    text-align: center;
    width:100%;
    font-size: 0.8rem;
    line-height: 1.5;
}
h3 {
    padding: 15px;
    width:80%;
    display: inline-block;
    margin: 1rem 10%;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.1rem;
    border-radius: 5px;
    text-align: center;
}

.planBtn5 {
    margin:0;
    padding: 0;
}
.planBtn5 a {
    display: block;
    width: 100%;
    margin: 0px auto 0;
    padding: 15px 0;
    color: #000 !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    border: 1px solid #000;
    background: #fdd000;
    font-size: 16px;
    text-decoration: none !important;
    box-sizing: border-box;
}
.planBtn5 a:hover{
	opacity: 0.8;
}
.planBtn5 a {
    position: relative;
    margin-bottom:0px;
}
.planBtn5 a{
	position:relative;
}
.planBtn5 a i{
	position:absolute;
	right:5%;
	top:30%;
}

.map {
    position: relative;
    padding-bottom:30px;
}

/*--ここから改修------------------------------------------------------------------------------------------------*/
/*reset*/
ul{margin:0;padding:0;}
li{list-style: none;}


h3 {
    padding: 7px;
    width:100%;
    display: inline-block;
    margin: 0 0 15px;
    box-sizing: border-box;
    color: #000;
    font-size: 20px;
    text-align: center;
    border-bottom: 5px solid #fdd000;
    box-sizing: border-box;
}
h4 {
  padding: 0.7rem 1rem;
  border-top: 3px solid #000;
  font-size: 20px;
    text-align: center;
    font-weight: normal;
    background: #fdd000;
    border: 2px solid #000;
}
h4 i {
    padding-right: 10px;
}

/*section*/
section{width:100%;padding-bottom: 20px;}
section .inner{width:100%;margin:auto;padding: 10px;box-sizing:border-box;}
section:nth-of-type(even){ background:#FFF;
overflow: hidden;
    margin-top: 2rem;}
section:nth-of-type(odd){ background:#eee;
overflow: hidden;
    margin-top: 2rem;}

.area {
    border:2px solid red;
    padding:15px;
    width:100%;
    margin:0.5rem auto 20px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}

/*eトラベル*/
p.top {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin:15px 0;
}
p.top a {
    color: red;
    text-decoration: underline!important;
    font-weight: bold;
}

p.yoyaku_txt {
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
    margin-top: 15px;
}
p.entry_top {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin:20px 10px;
    line-height: 1.5;
}
p.entry_top span {
    font-size: 20px;
    color: red;
}
div.ichiran {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
p.mp01 {
    position: absolute;
    top:40px;
    left:0;
}
p.mp02 {
    position: absolute;
    top:30px;
    right:55px;
}
/*エントリー*/
.entry {
    background: #feecf3;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.entry dl {
    width:100%;
    box-sizing: border-box;
    padding: 0px 15px;
}
.entry dl dt {
    font-size: 17px;
    font-weight: bold;
}
.entry dl dd {
}
.entry dl dd ul {    
}
.entry dl dd ul li {
    list-style: none;
    padding-left: 18px;
    text-indent: -18px;
    font-size: 15px;
    margin-top: 5px;
}
p.inq_top {
    font-size: 18px;
    text-align: center;
    margin:20px 0 10px;
    line-height: 1.5;
}
p.inq_link {
    font-size: 18px;
    line-height: 2.5;
    text-align: center;
}
p.inq_link a {
    text-decoration: underline!important;
}
p.inq_boottom {
    font-size: 18px;
    font-weight: bold;
}
.contents03{
}
.contents03 ul {
    width:100%;
    overflow: hidden;
    margin-bottom: 30px
}
.contents03 ul li{
    float: left;
    width:50%;
    height: auto!important;
    padding: 5px 10px 5px;
    box-sizing: border-box;
}
.contents03 ul li img {
    width: 100%;
}


.center_images {
	margin: 0 0 25px;
	text-align: center;
}
.center_images img {
	width: 80%;
	height: auto;
}