@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}
.t14 { font-size: 14px ;}
.t16 { font-size: 16px;}
.t20-bold { font-size: 20px; font-weight: bold; color: #141414}

/* CSS初期設定 */
#bg {

	font-size:12px;
	width:950px;
	overflow:hidden;
	font-family:"メイリオ";
}
#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;
}

p.images img{
	width:250px;
	height:auto!important;
}

h1{
	background:none;
	margin:8px 0 8px 0;
}

.pcnone{
	display:none;
}

div.colum3T div{
	cursor:pointer;
}

div.colum3T div:hover img,
a.bnr950:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}
div.colum3T div:hover a{
	color:#FF8000;
	text-decoration:underline;
}

.naviNormal li{
font-size: 1.2em;
}




#templeteWrap{
	width:100%;
}

.contInner02 .column2Area .section{
	width:950px!important;
	float:none!important;
	overflow:hidden;
}

#wrapInner{
	width:100%!important;
}

#inner950{
	width:950px;
	margin:0 auto;
	display:block;
}

.inner950{
	width:950px;
	margin:30px auto 0;
	display:block;
}

#Foot .footBtmInner{
	font-size:12px!important;
}

.itemList4 a{
	color:#383333!important;
}
.mgn_top50px {
    margin-top:50px;
}


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

#main_title{
	position:relative;
	background:url(../images/bg.jpg) repeat-x 50% 50% #def6ff;
	text-align:center;
	overflow:hidden;
	padding:0 0 0;
	height:420px;
}

#title2 p{
	margin:0px 0 0 0;
	padding:0;
}

#title p{
	margin:0px 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
}

#navi{
    margin-top:30px;
	text-align:center;
	letter-spacing:-0.4em;
	padding:10px 0;
}
#navi ul {
    margin: 0 auto;
    padding: 0;
    width: 950px;
    text-align: left;
}

#navi li{
	display:inline-block;
	letter-spacing:normal;
	border-left:1px solid #ffffff;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 24px;
    font-weight: bold;
    padding:10px 20px;
    background: url(../images/navi_line.png) no-repeat left;
    color: #33336e;
    text-align: center;
}
#navi li:nth-child(1),
#navi li:nth-child(2),
#navi li:nth-child(3),
#navi li:nth-child(4),
#navi li:nth-child(5){
    width:195px;
}
#navi li:nth-child(4){
    background: url(../images/navi_line.png) no-repeat right, url(../images/navi_line.png) no-repeat left;
}
#navi li:last-child{
    background: url(../images/navi_line.png) no-repeat right, url(../images/navi_line.png) no-repeat left;
    /*↓ナビ5つの場合追加*/
    width:200px;
}

#navi li a{
	display:block;
	/*color: #004f8e;*/
    color: #33336e;
}

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

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

/*commonBox*/

/*.commonBox:nth-of-type(2n){
	background:#f3f3f3;
}*/
.commonBox{
	background:#FFFFFF;
    margin-bottom: 0px;
}

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

.commonBox strong{
	font-weight:bold;
}

.in{
	width:950px;
	margin:0 auto;
	padding:0 0 0px
}

.in h2{
	font-size:28px;
	font-weight:normal;
	padding:15px 0 20px;
	text-align:center;
	font-family: "Mplus 1p";
	color:#FFF;
	clear:both;
    background: url(../images/tit_bg.jpg) no-repeat;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 34px;
}

a.btn:hover{
	transition: 0.2s ;
	opacity: 0.5 ;
	text-decoration:none!important
}

.commonPlanBox{
	display:block;
    margin-top:25px;
}

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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.read3 {
    position: relative;
}
.read3.commonPlanBox_2 li{
	width: 31.3334%;
	float:left;
	margin:20px 0 0 3%;
	background:#fff;
	padding:15px;
	position:relative;
	box-sizing: border-box;
    border:2px solid #f38f00;
}
.read3.commonPlanBox_4 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.read3.commonPlanBox_4 li{
	position:relative;
	box-sizing: border-box;
	width: 31%;
	margin:20px 0 0;
	background:#fff;
	padding:15px;
    border:1px solid #999;
}
.read3.commonPlanBox_2 li:nth-child(1),
.read3.commonPlanBox_2 li:nth-child(4),
.read3.commonPlanBox_4 li:nth-child(1),
.read3.commonPlanBox_4 li:nth-child(5),
.read3.commonPlanBox_4 li:nth-child(9){
    margin:20px 0 0 0;
}
.read3.commonPlanBox_4 li p.access {
    text-align: center;
    background: #fffbc1;
    padding: 5px;
    margin-top: 10px;
}

.read3 p.kanko_area01 {
    position: absolute;
    top:0;
    left:0;
    background: #a05ac4;
    color: #fff;
    padding: 5px 10px;    
}
.read3 p.kanko_area02 {
    position: absolute;
    top:0;
    left:0;
    background: #8fc31f;
    color: #fff;
    padding: 5px 10px;

}
.read3 p.kanko_area03 {
    position: absolute;
    top:0;
    left:0;
    background: #f44653;
    color: #fff;
    padding: 5px 10px;
}
.read3 p.kanko_area04 {
    position: absolute;
    top:0;
    left:0;
    background: #8fc31f;
    color: #fff;
    padding: 5px 10px;    
}
.read3 p.kanko_area05 {
    position: absolute;
    top:0;
    left:0;
    background: #ffa200;
    color: #fff;
    padding: 5px 10px;    
}
.read3 p.kanko_area06 {
    position: absolute;
    top:0;
    left:0;
    background: #f44653;
    color: #fff;
    padding: 5px 10px;    
}
.read3_coupon.commonPlanBox li{
	width: 31.3334%;
	float:left;
	margin:0 0 30px 3%;
	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 #dceaf5;
}

.commonPlanBox li dl dt{
	background:#fff;
	padding:10px 0 0;
	font-size:17px;
	color:#000000;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:265px;
}
.commonPlanBox li dl dt span {
    font-size: 80%;
}
.commonPlanBox li dl dd{
	font-size:14px;
	margin-top:10px;
	line-height:170%;
	padding-top:0px;
}


.commonBox:nth-of-type(2n) li{
	background:#FFFFFF;
}
.commonPlanBox_2 li dl,
.commonPlanBox_4 li dl,
.commonPlanBox_o li dl,
.commonPlanBox_b li dl{
}

.commonPlanBox_2 li dl dt,
.commonPlanBox_4 li dl dt,
.commonPlanBox_o li dl dt,
.commonPlanBox_b li dl dt{
	background:#fff;
	padding:10px 0 0;
	font-size:17px;
	color:#000000;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	width:265px;
}

.commonPlanBox_2 li dl dd,
.commonPlanBox_4 li dl dd,
.commonPlanBox_o li dl dd,
.commonPlanBox_b li dl dd{
	font-size:14px;
	margin-top:10px;
	line-height:170%;
	padding-top:0px;
}

.commonPlanBox_2 li > a,
.commonPlanBox_4 li > a,
.commonPlanBox_o li > a,
.commonPlanBox_b li > a{
	font-size:16px;
	padding:12px;
	display:block;
	margin: 1% 0;
}

.attention{
	font-size:12px;
	color:#F00;
	margin-bottom:40px;
}

/*bnr950*/
a.bnr950{display:block;margin-bottom:2%;}


/*---------佐賀たび2021.03.11---------*/
p.midashi {
    display: inline-block;
    margin:30px 0 20px;
    text-align: center;
    width:100%;
    font-size: 20px;
	font-weight: bold;
}
p.lead {
    display: inline-block;
    margin:0 0 20px;
    text-align: center;
    width:100%;
    font-size: 16px;
    line-height: 1.8;
}
h3 {
    padding: 20px;
    width:950px;
    display: inline-block;
    margin: 15px 0px;
    box-sizing: border-box;
    font-size: 26px;
    text-align: center;
    box-sizing: border-box;
    color: #CB0000;
    border-top: 2px solid #CB0000;
    border-bottom: 2px solid #CB0000;
    background: #ffebe4;
}
h4 {
    display: inline-block;
    width:100%;
    background: #edf6fd;
    font-weight: normal;
    font-size: 22px;
    padding: 15px 10px 10px;
    margin-top:30px;
    margin-bottom: 0;
    border-bottom: 3px solid #85bae6;
    text-align: center;
    overflow: hidden;
    color: #559dd9;
    font-weight: bold;
    box-sizing: border-box;
}
.planBtn a {
    display: block;
    width: 100%;
    margin: 15px auto 0;
    padding: 15px 0;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    border: 1px solid #CB3200;
    background: #FF7F00;
    font-size: 16px;
    text-decoration: none !important;
    box-sizing: border-box;
}
.planBtn span {
    display: block;
    width: 100%;
    margin: 15px auto 0;
    padding: 15px 0;
    color: #666 !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    border-radius: 3px;
    border: 1px solid #ddd;
    background: #ddd;
    font-size: 16px;
    text-decoration: none !important;
    box-sizing: border-box;
}
.planBtn a:hover{
	opacity: 0.8;
}
.planBtn a {
    position: relative;
    margin-bottom:0px;
}
.planBtn a i {
    position: absolute;
    right: 0;
    top: 30%;
}
.planBtn a{
	position:relative;
}
.planBtn a i{
	position:absolute;
	right:0;
	top:30%;
}

.fas {
    margin-right: 15px;
}

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

h2.section_title {
	font-size: 26px;
    text-align: center;
    padding: 15px 0;
    margin: 0 0 25px 0;
    font-weight: bold;
}

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