@charset "utf-8";
/* 共通
-------------------------------------------------------------*/
.switch {
	visibility: hidden;
}
html, body {
	width: 100%;
}
body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-size: 15px;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
}
img {
    max-width:100%;
    width /***/:auto; /* IE8のみ */
    height:auto;
    vertical-align:bottom;
}
.wrapper {
	width: 980px;
	margin: 0px auto;
	text-align: left;
}
.wrapper1000 {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}
img.fit {
	width: 100%;
	height: auto;
}
a{
	outline:none;
}
.Content {
	width: 980px;
}

.bgimg {
	display: block;
	width: 100%;
	height: auto;
}
.scrImg { /* 画像アニメーションをつけるならimgタグにclassで指定 */
    left: -1000px;
    margin: 0 auto;
    display: none;
    position: relative;
}

/* 大見出し
-------------------------------------------------------------*/

h2 {
	padding-top: 20px;
	border-bottom: 3px double #ccc;
	font-size: 45px;
	font-weight: bold;
	color: #AE4B00;
}


/* 小見出し
-------------------------------------------------------------*/

h3 {
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #ccffff, #ccffff 10px, #99ffff 10px, #99ffff 20px);
	background: repeating-linear-gradient(45deg, #ccffff, #ccffff 10px, #99ffff 10px, #99ffff 20px);
	color: #06C;
	font-size:20px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

h3.point {
	padding: .5em .75em;
	background: -webkit-repeating-linear-gradient(45deg, #fff0c4, #fff0c4 10px, #fce08d 10px, #fce08d 20px);
	background: repeating-linear-gradient(45deg, #fff0c4, #fff0c4 10px, #fce08d 10px, #fce08d 20px);
	color: #F60;
	font-size:20px;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}



/* 空白
-------------------------------------------------------------*/

.br {
	margin:60px 0;
}




/* テキスト
-------------------------------------------------------------*/
.top-text {
	padding:10px 0;
}


.text {
	display: inline-block;
	    text-align: left;

}


.plan-text {
	padding:20px 0;
	margin-bottom:20px;
}

.price {
	color:#F00;
	font-size:25px;
	font-weight:bold;
}

.blue {
	color: #09F;
	font-size:18px;
}

.ore {
	color: #F60;
	font-size:20px;
	font-weight:bold;
}

.right{
	text-align:right;
}

.red {
	font-size: 15px;
	color: #F00;
}

.bgc {
	background-color:#FF9;
}

/* ボタン
-------------------------------------------------------------*/
.plan-button { /* プラン詳細ボタン */
	position: relative;
	display: inline-block;
	padding: .9em 4em;
	background-color: #06C;
	border: 2px solid #06C;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width:220px;
}
.plan-button::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}

.plan-button:hover {
	background-color: #9FF;
	color: #333;
}







.button { 
	position: relative;
	display: inline-block;
	padding: .9em 4em;
	background-color: #F90;
	border: 2px solid #F90;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	width:220px;
}
.button::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}

.button:hover {
	background-color: #FF9;
	color: #333;
}












/* コンテンツ
-------------------------------------------------------------*/

.top-section {
	margin: 10px;
}

.plan-section {
	width: 100%;
	margin: 30px 0 50px 0;
	background-color: #e2fffd;

}



.section {
	width: 100%;
	margin: 30px 0 50px 0;
	background-color: #f9f1d9;
}




/* 画像付きコンテンツ
-------------------------------------------------------------*/
.plan-box {
  margin: 10px 0;
  width: 100%;
}
.plan-box img {
  width:400px;
}
.plan-right-text {
  margin:10px;
  display: inline-block;
  vertical-align: top;
  text-align:left;
} 




.box {
  margin: 10px 0;
  width: 100%;
}
.box img {
  width:400px;
  margin:10px 50px 10px 0;
}
.right-text {
  margin:10px;
  display: inline-block;
  vertical-align: top;
  text-align:left;
  width:650px;
} 
 




/* ヘッダー
-------------------------------------------------------------*/
header {	
    z-index: 100;
    width: 100%;
    background-color: #FFFFFF;
	padding: 5px 0;
	border-bottom: 3px solid #0e7ac4; 
}


header #headerArea {
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
}
header .Logo {
padding: 0;
margin: 0;
float: left;
width: 10%;
}

header .RightBox {
float: right;
padding: 10px 10px 0 0;
text-align: left;
}
.text {
padding: 0px 0 20px;
}

#Mainvisual {
max-width: 1200px;
margin: 0 auto;
text-align: center;
}


/* アクションボタン
-------------------------------------------------------------*/
.ActionBox {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.ActionBox ul {
    margin-right: -15px;
    overflow: hidden;
}
.ActionBox  ul li {
    margin-right: 15px;
    text-align: center;
	display:inline-block;
}



/* キャンペーンの日程
-------------------------------------------------------------*/
#ScheduleBox {
	margin-bottom: 30px;
}

/* トップに戻るボタン
-------------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #ccc;　/* トップに戻るボタンのカラー変更 */
    text-align: center;
    color: #222;
    font-size: 15px;
    text-decoration: none;
	padding: 20px 30px;
    border-radius: 10px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #0e7ac4;　/* トップに戻るボタンのマウスオン時カラー変更 */
    text-align: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
	padding: 20px 30px;
    border-radius: 10px;
}

@media only screen and (max-width: 738px) {
	
body {
	font-size: 13px;
}

.wrapper1000 {
    width: 70%;
}

.scrImg {
    left: inherit;
    margin: 0 auto;
    display: inherit;
    position: inherit;
}
.DpNone {
	display: none;　/* SPで非表示にしたい場合classで指定 */
}
/* ヘッダー
-------------------------------------------------------------*/
header {	
    z-index: 100;
    width: 100%;
    background-color: #FFFFFF;
	padding: 5px 0;
	border-bottom: 3px solid #0e7ac4; 
}

header #headerArea {
	width: 100%;
}

header .Logo {
	padding: 0;
	margin: 0 auto;
	float: inherit;
	width: 40%;
}

header .LogoImg {
	width: 100%;
}

header h1 {
padding: 0;
margin: 0;
font-size: 16px;
font-weight: bold;
text-align: center;
}

h2 {
padding-top: 0;
border-bottom: 3px double #ccc;
font-size: 20px;
font-weight: bold;
color: #00508f;
}

#Mainvisual {
max-width: 100%;
}

header p {
	text-align: center;
}

header .RightBox {
	float: inherit;
	padding: 10px 0 0 0;
}

/* アクションボタン
-------------------------------------------------------------*/
.ActionBox {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ActionBox  ul li {
    float: inherit;
	margin-bottom: 15px;
}

/* トップに戻るボタン
-------------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetop a {
	padding: 25px 20px;
}
 
.pagetop a:hover {
	padding: 25px 20px;
}

/* GoogleMap
-------------------------------------------------------------*/
.mapField {
	width: 100%;　/* マップの横幅指定 */
    margin: 0 auto;
}
