@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;
  　display: inline-block;
}

/*テキストリンク*/

.link{
	color:#F30;
}

.link:hover{
	position:relative;
	top:3px;
	left:3px;
}



.Content {
	width: 980px;
}

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

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

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


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


h3.point {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size:25px;
  font-weight:bold;
  color:#699;
}

h3.point:before, h3.point:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

h3.point:before {
  left:0;
}
h3.point:after {
  right: 0;
}






h3.tenpo {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size:25px;
  font-weight:bold;
  color:#F66;
}

h3.tenpo:before, h3.tenpo:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

h3.tenpo:before {
  left:0;
}
h3.tenpo:after {
  right: 0;
}

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


.text {
	padding:20px 0;
}


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

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

.blue {
	color: #09F;
	font-size:17px;
	font-weight:bold;
}

.pink {
	color: #F0F;
	font-size:20px;
	font-weight:bold;
}

.right{
	text-align:right;
}

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

.link {
    color: #090;
	text-decoration: none;
}



/* ボタン
-------------------------------------------------------------*/
.plan-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;
}
.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: #FC6;
	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: 5px;
}

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

}



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

.space {
	height:40px;
}



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




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



/* ヘッダー
-------------------------------------------------------------*/
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;
}


/* キャンペーンの日程
-------------------------------------------------------------*/
#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;
	float: inherit;
	width: 20%;
}

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;
}
