@charset "utf-8";
/* CSS Document */

/* --- 全体の背景・テキスト --- */
body 
{
margin: 0px auto;
padding: 0px;
background-color: #ffffff; /* ページの背景色 */
color: #000000; /* 全体の文字色 */
/*font-size:80%; 全体の文字サイズ */
float: center;
line-height:1;

}

h1 {
padding: 0.5em 0;
  border: 1px solid #ccc;
  border-top: 3px solid #ff6600;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
	font-size: 24px;
	width: 99%;
	text-align: center;
}

h2 {
     position: relative;
     color: white;
     padding:0.5em 0.5em 0.5em 2em;
     background-color: #00d24f;
     border-radius:1.5em;
	width: 85%;
}
 
h2::after {
     position: absolute;
     top: 50%;
     left:1em;
     transform:translateY(-50%);
     content: '';
     width: 13px;
     height:13px;
     background-color: white;
     border-radius:90%;
}	
/* リボン・結婚式送迎プラン */
.ribbon_box {    
    display: block;
    position: relative;
    margin: 1em 0 0 2em;
    padding: 10 0;
    width: 90%;
    background: #f1f1f1;
		font-size: 14px;
	line-height: 1.5;
	text-align: center;
  }

.ribbon10 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    color: white;
    background: #FE90F7;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon10 h3{
    vertical-align: middle;
    margin: 0;
    padding: 0 30px 0 15px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    font-size: 26px;
    line-height: 46px;

}

.ribbon10:after{
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #f1f1f1 transparent transparent;
    border-style: solid;
}

.ribbon10:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #FB00DA;
}
/* リボン終わり */
/* リボン・観光モデルプラン */
.ribbon_box1 {    
    display: block;
    position: relative;
    margin: 1em 0 0 2em;
    padding: 10px 0;
    width: 90%;
    background: #f1f1f1;
		font-size: 14px;
	line-height: 1.5;
	text-align: center;
  }

.ribbon11 {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 5px 0;
    margin: 0 0 0 -20px;
    width: calc(100% + 20px);
    color: white;
    background: #70a6ff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon11 h3{
    vertical-align: middle;
    margin: 0;
    padding: 0 30px 0 15px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    font-size: 26px;
    line-height: 46px;

}

.ribbon11:after{
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #f1f1f1 transparent transparent;
    border-style: solid;
}

.ribbon11:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #6081b7;
}
/* リボン1終わり */
h4{
		font-size: 16px
	}
h5{
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1.2;
	}
td.center{
	text-align: center;
}
.main_table {
	width:100%;
	table-layout:fixed;/*（列幅を均等にする） */
}
.main_table th ,.main_table td {
	font-size:0.7em;
}
.main_table td img {
	width:100%;/*（画像サイズを列幅に合わせる） */
}
img{
	max-width: 100%;
	height: auto;
}

.center{
	text-align: center;
}
td.example{
	background-color: #FFFBC7;
		font-size: 14px;
		color: #000000; /*文字色*/
	 text-align: left;
 vertical-align: top;
	}

tr.moji {
 text-align: center;
 font-size: 14px;
	
}
.moji {
 text-align: center;
 font-size: 14px;
	
}
.moji1 {
 text-align: left;
 vertical-align: top;
 font-size: 14px;
	line-height: 1.5;
}
.moji2 {
 text-align: left;
 vertical-align: top;
 font-size: 12px;
	line-height: 1.5;
}

.moji4{
font-size: 16px;
	font-weight: bold
	
}
.kakomi3 {
	margin: 1em auto;
	padding: 0.7em 0;
	width: 90%;
	color: #333333; /*文字色*/
	border: 2px solid #A2FBFA; /*線の太さ・色*/
	background-color: #fff; /*背景色*/
	box-shadow: -2px 5px 5px #54A8F5; /*影*/
	border-radius: 20px; /*角の丸み*/
	font-size: 16px;
}


.kankou{
	font-size: 14px;
}
/*ご利用について */
.box26 {
    position: relative;
    margin: 1.5em  0 0 0.5em;
    padding: 0.5em;
    border: solid 3px #95ccff;
    border-radius: 8px;
	width: 90%;
	font-size: 16px;
}
.box26 .boxtitle {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ff6600;
    font-weight: bold;
}

.text{
	font-size: 12px;
	padding: 0 0 0.7em 0;
}
.textcenter{
	text-align: center;
	line-height: 1.5em;
}
.textcenter1{
	text-align: center;
	font-size: 12px;
}
/* 会員特典*/
.box27 {
    position: relative;
    margin: 1em 0 3em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	width: 94%;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 30px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
   /* 会員特典リスト*/
ul.moji{
    font-size :16px;
    text-align: left;
    line-height: 17px;
}
/* ---Q＆A --- */
#faq {
	width: 97%;
	font-family: メイリオ;
	font-size: 14px;/* 全体のフォントサイズ*/
}
#faq dt {
	background: #313bff; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;

}
#faq dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#faq dd {
	margin: 24px 16px 40px 32px;
	line-height: 120%;
	text-indent: -24px;
	text-align: left;
}
#faq dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}
/*観光タクシー問い合わせ先 */
.box27 {
    position: relative;
    margin: 1.5em  0 0 0.5em;
    padding: 0.5em;
    border: solid 3px #95ccff;
    border-radius: 8px;
	width: 90%;
	font-size: 16px;
}
.box27 .boxtitle {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #ff6600;
	font-weight: bold;
	width: 284px;
}
