@charset "UTF-8";
#wrapper, #header .menu, #header .sideLink, footer .footCont, footer .footArea02 ul, footer .footArea03, .index .newsTop ul, .index .socialArea, .shopList, .shopDetailCont .pictArea, .shopDetailCont .inq, .newsList li, .pageNav, .contact table th span {
  *zoom: 1;
}
#wrapper:after, #header .menu:after, #header .sideLink:after, footer .footCont:after, footer .footArea02 ul:after, footer .footArea03:after, .index .newsTop ul:after, .index .socialArea:after, .shopList:after, .shopDetailCont .pictArea:after, .shopDetailCont .inq:after, .newsList li:after, .pageNav:after, .contact table th span:after {
  content: " ";
  clear: both;
  display: block;
}

html,
body {
  background-attachment: fixed;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input, figure {
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
  font-size: 14px;
  color: #333;
  font-style: normal;
  line-height: 160%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
    box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption, th {
  text-align: left;
}

td, th {
  vertical-align: top;
}

fieldset, img, abbr {
  border: none;
}

li {
  list-style-type: none;
}

strong {
  font-weight: bold;
}

a {
  color: #0066B3;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

h1{
	padding:220px 0 160px;
	font-size:261%;
	font-weight:normal;
	color:#fff;
	line-height:100%;}
h1 span{
	font-size:62%;}

.innre{
	width: 940px;
	padding: 0;
	margin: 0 auto;}
	
/************************ wrapper ************************/
#wrapper {
  margin: 0 auto;
}

#header {
	margin: 0 auto;
	padding:20px 40px;
	width: 100%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
  }

#header .titleArea {
  text-align: left;
}
#header .titleArea .logo a {
  background-image: url(../img/common/logo.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  text-indent: -100000px;
  height: 60px;
  width: 250px;
}
#header .menuBtn {
  display: none;
}
#header .menu li {
	float:left;
	margin-left:40px;
	color:#fff;
}
#header .menu li a {
  display: block;
  text-align: center;
  color:#fff;
}
#header .menu li a img {
  width: 100%;
}
#header .menu li a:hover img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
#header .sideLink li {
  margin: 10px 0 0;
}
#header .sideLink li a {
  background: #fff;
  display: block;
  padding: 25px 0;
  text-align: center;
}
#header .sideLink li a:hover img {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
#header .close {
  display: none;
}
#header .titleArea{
	float:left;
	width:250px;}
#header .menuArea{float:right;}

/************************ footer ************************/

address {
  background: #0066B3;
  color: #fff;
  padding:10px;}

footer {
	background:#333;}
	
footer .pageTop {display: none;}
  
footer .footCont {
    margin: 0 auto;
  	padding: 80px 0;
  	width: 1020px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
  
footer .footArea01 {
	width: 300px;}
	
footer .footArea01 .footLogo img{
    width: 300px;
    height: auto;
}

footer .footArea03 {
	margin: 0;
	text-align: right;
    width: 700px;
}
	
footer .footArea03 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 20px;
}
  
footer .footArea03 ul li {
  background:url(../img/common/link_marginIcon.jpg) right 50% no-repeat;
  margin: 0 20px 0 0;
  padding: 0 28px 0 0;
  float:left;}
footer .footArea03 ul li:last-child {
  background: none;
  margin: 0;
  padding: 0;}

footer .footArea03 .snsArea ul{
    margin: 0;
}
footer .footArea03 .snsArea ul li{
    background: none;
    padding: 0;
    margin: 0 0 0 20px;
}

	
/******CreaFix*********/
footer .footArea04{*zoom: 1;}
footer .footArea04:after {
    content: " ";
    clear: both;
    display: block;}
/**********************/

footer ul li a{color:#fff;}

/************************ contents ************************/

.secCont {
    margin:0 auto;
    margin-bottom:80px;
    min-height: 480px;}
  
#linkPath{
	padding:20px;
	margin-bottom:40px;
	background-color:#D9E8F4;}


#linkPath ul li{
	padding-right:20px;
	margin-right:20px;
	float:left;
	background:url(../img/common/linkPathIcon.jpg) right 50% no-repeat;}
	
/****** CreaFix *********/
#linkPath ul{*zoom: 1;}
#linkPath ul:after {
    content: " ";
    clear: both;
    display: block;}
/**********************/

#linkPath ul li:last-child{
	background:none;
	padding:0;
	margin:0;}

section {padding: 0 0 0;}

a img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

a img:hover{opacity: 0.7}

.btn,
.btn_with{
	margin:0 auto;
	width:628px;
	color:#fff;
	text-align:center;
	background:url(../img/index/pickUpLinkIcon.jpg) right 50% no-repeat #0066B3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;}

.btn_with{
	background:none;
	border:1px solid #fff;}

.btn a,
.btn_with a{
	padding:20px 0;
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;}

.btn:hover{opacity: 0.7 ;}


.btn_with:hover{
	background:#fff;
	color:#0066B3;}

.btn_with a:hover{
	color:#0066B3;}

table{
	width:100%;
	margin-bottom:80px;}
	
table tr th,
table tr td{
	padding:20px;
	text-align:left;
	vertical-align:middle;
	border:10px solid #fff;
	border-width:10px 0;}

table tr th{
	background:#D9E8F4;
	width:30%;}
	
table tr td.price span{
	font-size:161%;
	font-weight:bold;
	color:#FF7F00}
	
textarea{
	width:80%;}

input,
select{
	height:40px;
	width:80%;}

.buttonArea input{
	border:none;
	padding:20px 0;
	margin-bottom:40px;
	height:80px;}
	
/************************ index ************************/

.index .newsTop {
  background: #fff;
  margin: 0 0 20px;
  padding: 20px;
  position: relative;
}
.index .newsTop h2 {
  background-image: url(../img/index/news.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  text-indent: -100000px;
  height: 26px;
  width: 212px;
  margin: 0 0 15px;
}
.index .newsTop .all {
  position: absolute;
  top: 25px;
  right: 20px;
}
.index .newsTop .all a {
  background: url(../img/index/newsIcon.gif) no-repeat 0 1px;
  padding: 0 0 0 25px;
}
.index .newsTop .all a:hover {
  text-decoration: underline;
}
.index .newsTop ul li {
  border-bottom: 1px dotted #ccc;
  background: url(../img/index/newsIcon.gif) no-repeat 0 10px;
  float: left;
  padding: 8px 0 8px 25px;
  width: 460px;
}
.index .newsTop ul li:nth-child(2n) {
  float: right;
}
.index .newsTop ul li:nth-child(1), .index .newsTop ul li:nth-child(2) {
  border-top: 1px dotted #ccc;
}
.index .newsTop ul li span {
  color: #444;
  margin: 0 10px 0 0;
}
.index .newsTop ul li a {
  color: #333;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  text-overflow: ellipsis;
  width: 335px;
}
.index .newsTop ul li a:hover {
  text-decoration: underline;
}

.index .socialArea dl {
  background: #fff;
  float: left;
  text-align: center;
  width: 505px;
}
.index .socialArea dl dt {
  background: #4867AA;
  padding: 10px 0;
}
.index .socialArea dl:nth-of-type(2) {
  float: right;
}
.index .socialArea dl:nth-of-type(2) dt {
  background: #33CCFF;
}
.index .socialArea dl dd {
  padding: 20px;
}
.index .shopList {
  padding: 0;
}

/************************ mainVa ************************/

.index .mainVa{
    display: block;
    height: 980px;
}
.index .mainVa .flexslider01{
    width: 100%;
    height: 980px;
    box-sizing: border-box;
    z-index: 0;
}
.index .mainVa .flexslider01 .slides,
.index .mainVa .flexslider01 .slides li,
.index .mainVa .flexslider01 .slides li img{
    width: 100%;
    height: 980px;
    object-fit: cover;
}
.index .mainVa .flexslider01 .flex-control-nav{display: none;}
.index .mainVa .flexslider01 .flex-direction-nav{
    display: none;
}

/************************ pickUp ************************/

section.pickUp{
	width:100%;
	background:url(../img/index/h201Bg.jpg) 50% bottom no-repeat;}

section.pickUp .innerCont{
	width:1200px;
	margin:0 auto;
	padding:160px 0 80px 600px;}

section.pickUp .innerCont h2{
	text-align:center;
	font-size:261%;
	color:#0066B3;
	font-weight:normal;
	margin-bottom:20px;}

section.pickUp .innerCont p{}

section.pickUp .innerCont p a{}
	
/************************ corseList ************************/

section.corseList{
	background:#D9E8F4;
	padding:80px 0;}

section.corseList .flexslider{
    overflow: hidden;
    width: 100%;
}

section.corseList .flexslider .flex-viewport .slides li a dl{
    min-height: 150px;
}

section.corseList .flexslider .flex-viewport{
    margin-bottom: 40px;
}

section.corseList .flexslider .flex-control-nav{
    position: static;
}
section.corseList .flexslider .flex-control-nav li a{
    width: 80px;
    height: 5px;
    background-color: #fff;
}
section.corseList .flexslider .flex-control-nav li a.flex-active{
    background-color: #0066B3;
}

section.corseList ul li a{
	padding:0;}

section.corseList ul li dl{
	background:#ffff;
	padding:20px;}

section.corseList ul li dl dt{
	padding-bottom:20px;
	background:url(../img/index/corse/anderbar.jpg) 50% bottom no-repeat;
	color:#0066B2;
	font-weight:bold;
	margin-bottom:20px;}

section.corseList ul li dl dd{
	text-align:left;}

/************************ about ************************/

section.about{
	padding:80px 0 160px;
	width:100%;
	background:url(../img/index/aboutBg.jpg) 65% 50% no-repeat #fff;
	border-bottom:1px solid #D9E8F4;}

section.about .innerCont{
	margin: 0 80% 0 20%;
	width:450px;
	padding:40px;
	background:url(../img/index/aboutBg02.png) repeat;
	border:10px solid #0066B2;}

section.about .innerCont h2{
	color:#fff;
	font-size:161%;
	padding-bottom:20px;
	border-bottom:1px dotted #fff;
	margin-bottom:20px;}

section.about .innerCont p{
	color:#fff;
	text-align:left;
	margin-bottom:20px;}


section.about .innerCont .btn_with{
	width:100%;
	margin-bottom:0;}
	
/************************ newsArea ************************/

section.newsArea{
	width:100%;
	background:#fff;
	padding: 80px 0;}

section.newsArea .innerCont{
	margin:0 auto;
	width:1020px;}

section.newsArea .innerCont ul{float:left;}

section.newsArea .innerCont #facebook{float:right;}

section.newsArea .innerCont{*zoom: 1;}
section.newsArea .innerCont:after {
    content: " ";
    clear: both;
    display: block;
}

section.newsArea .innerCont ul li{
	padding:20px;
	width:460px;
	text-align:left;}

section.newsArea .innerCont ul li:nth-child(odd){
	background: #D9E8F4;}

section.newsArea .innerCont ul li span.date{
	color:#FF7F00;
	margin-right:20px;}

section.newsArea .innerCont ul li span.category{
	color:#fff;
	padding:5px 10px;
	background:#0066B3;
	margin-right:20px;
	margin-bottom:20px;}

section.newsArea .innerCont ul li a{
	margin:10px 0;}


/************************ corseList ************************/

#corse #contents #h201 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#corse #contents #h201{
    width: 940px;
    margin: 0 auto;
}

#corse h1{
        background: url("../img/corse/cave/exdiving/bodyBg.jpg") 50% 50% no-repeat;
}
/**********************/

/************************ corseDetail ************************/

body.caveExdiving h1{background: url(../img/corse/cave/exdiving/bodyBg.jpg) 50% 50% no-repeat;}
body.caveSnorkel h1{background: url(../img/corse/cave/snorkel/bodyBg.jpg) 50% 50% no-repeat;}
body.caveFundiving h1{background: url(../img/corse/cave/fundiving/bodyBg.jpg) 50% 50% no-repeat;}
body.paradiseExdiving h1{background: url(../img/corse/paradise/exdiving/bodyBg.jpg) 50% 50% no-repeat;}
body.paradiseFundiving h1{background: url(../img/corse/paradise/fundiving/bodyBg.jpg) 50% 50% no-repeat;}
body.paradiseSnorkel h1{background: url(../img/corse/paradise/snorkel/bodyBg.jpg) 50% 50% no-repeat;}
body.jetPlay h1{background: url(../img/corse/jet/play/bodyBg.jpg) 50% 50% no-repeat;}
body.fishingOki h1{background: url(../img/corse/fishing/oki/bodyBg.jpg) 50% 50% no-repeat;}
body.snopara h1{background: url(../img/corse/fishing/oki/bodyBg.jpg) 50% 50% no-repeat;}
body.snojetbeach h1{background: url(../img/corse/fishing/oki/bodyBg.jpg) 50% 50% no-repeat;}

#corseDetail #contents h2{
	font-size: 161%;
	color: #0066B2;
	padding: 20px 0;
	border-top: 2px solid #0066B2;
	border-bottom: 2px solid #0066B2;
	margin: 0;}

#corseDetail ul#selctSubPlan {
    display: flex;
    width: 940px;
    margin: 0 auto;}

#corseDetail ul#selctSubPlan li {
    width: 298px;
	background-color: #0066B2;
    color: #fff;
    line-height: 100px;
	border: 1px solid #0066B2;
	margin: 0 20px 41px 0;}

#corseDetail ul#selctSubPlan li a {
    display: block;
    width: 100%;
    background: #fff;
    color: #0066B2;
    text-decoration: none;
    line-height: 100px;
    transition: 0.3s;}

#corseDetail ul#selctSubPlan li:last-child{
	margin-right: 0;}

/************************ imgArea ************************/

#corseDetail #imgArea{
	padding-top: 0;
    margin-bottom: 40px;
    width: 940px;
    margin: 0 auto;
}

#corseDetail #imgArea ul{
	display: flex;
	flex-flow: wrap;}

#corseDetail #imgArea ul{
	margin-bottom: 40px;}


#corseDetail #imgArea ul li img{
	padding-bottom: 10px;
    }

#corseDetail #imgArea ul li:nth-child(2){
	margin-right: 10px;}


/******CreaFix*********/
#corseDetail #imgArea ul{*zoom: 1;}
#corseDetail #imgArea ul:after {
    content: " ";
    clear: both;
    display: block;}
/**********************/

#corseDetail #imgArea h2{
	text-align: left;
	padding: 0 40px 0 0;
	border-top: none;
	border-bottom: none;
	margin-bottom: 40px;}

#corseDetail #imgArea p{
	padding: 0 40px 0 40px;
	margin: 0 0 80px;
	text-align:left;}

#corseDetail #imgArea .pointItem{
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 40px;
}
#corseDetail #imgArea .pointItem:nth-child(2n){
    flex-direction: row-reverse;
}

#corseDetail #imgArea .pointItem figure{
    width: 450px;
    padding: 0;
    margin: 0;
}

#corseDetail #imgArea .pointItem figure img{
    width: 100%;
    height: auto;
}

#corseDetail #imgArea .pointItem dl{
    width: 450px;
    text-align: left;
}

#corseDetail #imgArea .pointItem dl dt{
    font-weight: bold;
    font-size: 161%;
    margin-bottom: 40px;
}


/************************ dogaArea ************************/

#corseDetail #dogaArea{
	padding-top: none;}


#corseDetail #dogaArea iframe{
	margin: 0 20px 0 20px;}


/************************ feeArea ************************/

#corseDetail #feeArea{
    margin: 0 auto 40px;
    width: 940px;
}
#corseDetail #feeArea .inner{
    margin: 0;
}
#corseDetail #feeArea h2{
	width: 940px;
	margin: 0 0 40px 0;}

#corseDetail #feeArea .inner{
	display: flex;
	flex-flow: wrap;}

#corseDetail #feeArea .inner p.secInner{
	text-align: center;
	padding: 17px 89px 17px 100px;
	border-right: 1px dotted #ccc;
	margin: 0 auto;}

#corseDetail #feeArea .inner p.secInner:last-child{
	border-right: none;}

#corseDetail #feeArea strong.price{
	font-weight: bold;
	font-size: 30px;
	color: #FF7F00;}

/************************ BasInf ************************/

#corseDetail #infoArea{
    width: 940px;
    margin: 0 auto 40px;
}
#corseDetail #infoArea h2{
	margin-bottom: 0;}

#corseDetail #infoArea table{
	margin-bottom: 0;} 

#corseDetail #infoArea .inner{
	width: 940px;}

#corseDetail #infoArea .inner table tr th{
	padding: 30px 0 30px 0;
	border: none;
	border-bottom: 1px dotted #CCC;
	background: none;}

#corseDetail #infoArea .inner table tr td{
	padding: 30px 0 30px 0;
	border: none;
	border-bottom: 1px dotted #CCC;}


/************************ optArea ************************/

.cont{
	width: 450Px;
    padding: 0;
    margin: 0 40px 40px 0;}

#corseDetail #optArea .cont:last-child{
	margin-right: 0;}

#corseDetail #optArea{
	display: flex;
	width: 940px;
	margin: 0 40px 0 40px;}

#corseDetail #optArea h2{
	font-size: 161%;
    color: #0066B2;
	width: 100%;
    padding: 20px 0;
    border-top: 2px solid #0066B2;
    border-bottom: 2px solid #0066B2;
	margin: 0 auto;}

#corseDetail #optArea table{
	margin-bottom:  40px;}

#corseDetail #optArea table tr th{
	font-weight: bold;
	height: 20px;
	width: 300px;
	padding: 20px 0;
    text-align: left;
	background: none;
	border: none;
	border-bottom: 1px dotted #CCC;}

#corseDetail #optArea table tr td{
	font-weight: bold;
	text-align: right;
	padding: 20px 0;
	border: none;
	border-bottom: 1px dotted #CCC;}


/************************ flowArea ************************/

#corseDetail #flowArea{
	padding-top: 0;
    width: 940px;
	margin: 0 auto 40px;}

#corseDetail #flowArea h2{
	width: 940px;
	margin: 0 0 57px 0;}


#corseDetail #flowArea .inner{
	width: 940px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	background: url(../img/corse/common/flowArrow.jpg) left 470px bottom 0 no-repeat;}

#corseDetail #flowArea p{
	text-align: center;
	padding: 20px 0;
	border: 5px solid #CCC;}

#corseDetail #flowArea .inner:last-child{background: none;}


#corseDetail #flowArea dd.flowNum{
	display: block;
	width: 40px;
	padding: 2px 0;
	background-color: #333;
	font-size: 161%;
	color: #FFF;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 58px;
	border-radius: 50%;}


/************************ faqArea ************************/

#corseDetail #faqArea{
    width: 940px;
    margin: 0 auto;
}
#corseDetail #faqArea h2{
	margin-bottom: 0;}

#corseDetail #faqArea .info{
	margin: 0 40px 40px 40px;}

#corseDetail #faqArea  dl{
	display: flex;
	flex-flow: wrap;
	border-bottom: 1px dotted #CCCCCC;}

#corseDetail #faqArea  dl dt{
	text-align: center;
	padding: 40px;
	background: url(../img/index/icon.jpg) left 0 top 30px no-repeat;}
	
#corseDetail #faqArea .info dl dd{
	text-align: left;
	padding: 40px 0;
	margin: 0;}

#corseDetail #faqArea .info dl dt.question,
#corseDetail #faqArea .info dl dd.answer{
	text-align: left;
	width: 940px;
	padding: 40px;
	margin: 0;
	background: #FFF2E5;}


#corseDetail #faqArea .outsid{
	border-bottom: 1px dotted #CCCCCC;}

#corseDetail #faqArea .outsid02{
	width: 940px;
	color: #FF7F00;}

.back02{
	width: 940px;
	background-color: #FF7F00;}

#corseDetail #faqArea .outsid02{
	padding-bottom: 40px;}

#corseDetail #faqArea .outsid02 p{
	width: 213px;}

#corseDetail #faqArea .outsid02 .btn a{
	display: block;
	font-size: 161%;
	color: #FFFFFF;
	width: 100%;
	padding: 30px 367px;
	transition: 0.3s;
	border-radius: 10px;}

#corseDetail #faqArea .outsid02 .back02 .btn{
	margin: 0;
	background: none;}



/************************ FAQ ************************/

#faq #h201{
	padding:0 40px 40px;}

#faq #h201 dl{
	margin-bottom:20px;}
	
#faq #h201 dl dt,
#faq #h201 dl dd{
	padding:20px 20px 20px 70px;
	text-align:left;
	background:#D9E8F4;}

#faq #h201 dl dt{
	background:url(../img/faq/Qicon.jpg) 20px 50% no-repeat #D9E8F4;
	font-size:161%;
	border-bottom:1px solid #ccc;}

#faq #h201 dl dd{
	background:url(../img/faq/Aicon.jpg) 20px 20px no-repeat #D9E8F4;}
	

/************************ entry ************************/

#entry #h201{
	padding-bottom:40px;}

#entry #h201 h2{
	margin:0 auto 40px;
	width:940px;
	height:290px;
	text-indent:-9999px;
	background:url(../img/entry/bigPic01.jpg) left top no-repeat;}
	
#entry #h201 p{
	text-align:left;
	padding:0 40px 40px;}

#entry #h201 table{
	margin:0 auto;
	width:940px;}

#entry #h201 table th,
#entry #h201 table td{
	border:1px dotted #ccc;}

/************************ Bloglist ************************/

#blogList{
	padding-bottom:40px;}

#blogList #h201{
	padding:0 0 40px;
    text-align: left;
    display: flex;
    flex-wrap:wrap;}


#blogList #h201 .blogCont{
	width:100%;
	text-align:left;
	border-bottom:1px dotted #0066B3;
	margin-bottom:20px;
    transition: 0.3s;}

#blogList #h201 .blogCont:hover{
    background-color: #D9E8F4;}

#blogList #h201 .blogCont:nth-child(2n){
    margin-right: 0;}

#blogList #h201 .blogCont a{
    padding: 40px;
	display: flex;
    justify-content: space-between;}

#blogList #h201 .blogCont .iCatch{
    position: relative;
    overflow: hidden;
    width: 98px;
    height: 98px;
    border:1px solid #ccc;}

#blogList #h201 .blogCont .iCatch img{
    height: 100px;
    width: auto;}
	
#blogList #h201 .blogCont dl{
	width:820px;}

#blogList #h201 .blogCont dl dd.midashi{
	color:#0066B3;}
	

#blogList .pageList {
  text-align: center;
}
#blogList .pageList li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
}
#blogList .pageList li a {
  display: block;
  padding: 3px 10px;
  text-align: center;
}
#blogList .pageList li.c a {
  background: #0066B3;
  color: #fff;
}
#blogList .pageList li.prev {
  margin: 0 8px 0 0;
}
#blogList .pageList li.prev a {
  border: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  height: 19px;
  width: 10px;
  content: "";
  padding: 0;
  background-image: url(../img/blog/pageNavIcon01.png);
}
#blogList .pageList li.prev a:hover {
  background-color: #fff !important;
}
#blogList .pageList li.next {
  margin: 0 0 0 8px;
}
#blogList .pageList li.next a {
  border: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  height: 19px;
  width: 10px;
  content: "";
  padding: 0;
  background-image: url(../img/blog/pageNavIcon02.png);
}
#blogList .pageList li.next a:hover {
  background-color: #fff !important;}

/************************ blogDetail ************************/

#blogDetail #h201{
	padding:0 40px 40px;
	text-align:left;
    border-bottom: 1px dotted #ccc;}

#blogDetail #h201 img{
    max-width: 940px;
    height: auto;}

#blogDetail #h201 h2{
    color:#0066B3;
    font-size: 161%;}

#blogDetail #h201 h2,
#blogDetail #h201 h3,
#blogDetail #h201 h4,
#blogDetail #h201 h5,
#blogDetail #h201 img,
#blogDetail #h201 p{
    margin-bottom: 20px;}
	
#pageNav {
    padding: 40px 0;
    width: 100%;
    display: flex;
    justify-content: center;}

#pageNav .pageNavBtn{
    width: 273px;
    border:1px solid #0066B3;
    margin-right: 40px;
}
#pageNav .pageNavBtn:last-child{
    margin-right: 0;}

#pageNav a{
    display: block;
    padding: 20px 0;
    width:100%;
    transition: 0.3s;}

#pageNav a:hover{
    background-color: #0066B3;
    color: #fff;}
    
    
/************************ contact ************************/

#contact #h201{
    width: 940px;
    margin: 0 auto;
}

#contact #h201 table input,
#contact #h201 table textarea{
    width: 100%!important;
    padding: 5px 20px;
}
#contact #h201 table textarea{
    height: 150px!important;
}
#contact #h201 .buttonArea input{
    background: #0066B3;
    font-size: 161%;
    transition: 0.3s;
}


#contact #thanks{
    padding: 40px 40px 80px;
}
#contact #thanks h2{
    font-size: 161%;
    margin-bottom: 40px;
}
#contact #thanks p{
    text-align: left;
    margin-bottom: 40px;
}
#contact #thanks p.tel{
    text-align: center;
    padding: 40px;
    border: 10px solid #D9E8F4;
}
#contact #thanks p.tel a{
    font-size: 259%;
    display: block;
}
    
/************************ reservation ************************/

#reservation h1{
    
}


@media screen and (max-width: 640px) {
  body {
    background-size: auto 100%;
  }

  div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address {
    font-size: 24px;
  }
  
  h1{
	  font-size:161%;}
	  
  /************************ wrapper ************************/
  #wrapper {
    width: 100VW;
  }

  #header {
    float: none;
    position: relative;
    width: 100%;
	padding:0;
  }
  #header .titleArea {
    position: relative;
    text-align: left;
	width:100%;
  }
  #header .titleArea .logo{
	  padding:20px;}
	  
  #header .titleArea .logo a {
    height: 80px;
    width: 343px;
    margin: 0;
  }
  #header .titleArea .menuBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #header .menuArea {
    background: #333;
    display: none;
    padding: 80px 20px 0;
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 50;
  }
  #header .menu {
    margin: 0 0 20px;
  }
  #header .menu li {
    border: none;
	text-align:center;
    width: 100%;
	padding-bottom:40px;
	border-bottom:1px dotted #ccc;
	margin-left: 0;
	margin-bottom:40px;
  }
  #header .menu li a span{
	  font-size:61%;}
	  
  #header .sideLink li {
    border: 1px solid #ddd;
    float: left;
    margin: 0 20px 20px 0;
    width: 268px;
  }
  #header .sideLink li:nth-child(2n) {
    margin: 0 0 20px;
  }
  #header .close {
    background: #333;
    display: block;
    margin: 0 -20px;
    padding: 15px 0 900px;
    text-align: center;
  }

/************************ footer ************************/
    
    footer .footCont{
        width: 92vw;
        padding: 16vw 4vw;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    footer .footCont .footArea01{
        width: 92vw;
        text-align: center;
        margin-bottom: 8vw;
    }
    footer .footCont .footArea03 ul.linkArea{
        margin-bottom: 8vw;
    }
    footer .footCont .footArea03 ul.linkArea li{
        width: 100%;
        text-align: left;
        background: none;
        margin: 0;
        padding: 0;
    }
    footer .footCont .footArea03 ul.linkArea li a{
        display: block;
        padding: 4vw;
        border-bottom: 1px dotted #fff;
    }
    
    footer .footCont .footArea03 ul.contactArea{
        margin-bottom: 8vw;
    }
    
    footer .footCont .footArea03 ul.contactArea li{
        background: none;
        margin: 0 0 4vw;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    footer .footCont .footArea03 ul.contactArea li:last-child{
        margin: 0;
    }
    footer .footCont .footArea03 ul.snsArea{
        justify-content: center;
    }
    footer .footCont .footArea03 ul.snsArea li{
        background: none;
        margin: 0 4vw;
        padding: 0;
    }
		
/************************ contents ************************/

  #contents {
    float: none;
    width: 100vw;
    padding: 0;
    margin: 0;
      
  }
  #contents .secCont {
    padding: 30px 20px;
  }

  section .topicPath li {
    background: url(../img/common/topicPathIcon02_sp.gif) no-repeat 0 7px;
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0 0 0 30px;
  }
  section .topicPath li:first-child {
    background: url(../img/common/topicPathIcon01_sp.gif) no-repeat 0 3px;
    margin: 0;
    padding: 0 0 0 35px;
  }
  section .topicPath li a {
    text-decoration: underline;
  }
  section .topicPath li a:hover {
    text-decoration: none;
  }

/************************ index ************************/
  
  #index #contents {
    width: 92vw;
    padding: 0 4vw;
	margin:0;
  }
  #index section.pickUp{
	  background:url(../img/index/640/pickUpBg.jpg) 50% 40px no-repeat #fff;
	  padding:360px 0 40px;}
  
  section.pickUp .innerCont{
    width: 92vw;
	padding:0;}
	
	section.pickUp .innerCont h2{
		font-size:200%;}
	section.pickUp .innerCont p a{
		text-align:left;
		background:none;}
	
	section.corseList{
		padding: 80px 40px;}
	
	.flex-control-nav{
		bottom:-60px;}
	
	.btn, .btn_with{width:100%;}
	
	section.about{
    background: url(../img/index/aboutBg.jpg) 50% 40px no-repeat #fff;}
	
	section.about .innerCont{
		width:460px;
		margin:100px auto 0;}
	
	section.about .innerCont h2{
		font-size:140%;}
	
	section.newsArea .innerCont{
		width:92vw;
		padding:4vw;}
	
	section.newsArea .innerCont ul{
		margin:0 auto 80px;}
	
	section.newsArea .innerCont ul li{
		width:520px;}
	
	section.newsArea .innerCont #facebook{
		float:none;}
		
	table tr td,
	table tr th{
		text-align:center;
		width:440px;
		display:block;}

/************************ corseDetail ************************/
	
	#corseDetail #wrapper{
		 overflow : hidden ;}
	

	#corseDetail #imgAreap img{
		width:100%;}

	#corseDetail #imgAreaul li{
		width:100%;
		text-align:center;
		margin-bottom:20px;}
	
	#corseDetail ul#selctSubPlan{
		width: 480px;
		display: block;}
	
	#corseDetail ul#selctSubPlan li{
		width: 480px;}
	
	#corseDetail #imgArea ul li img{
		width: 480px;}
	
/************************** feeArea ************************/ 	
	
	#corseDetail #feeArea h2{
		width: 480px;}
	
	#corseDetail #feeArea .inner p.secInner{
		width: 100%;
		padding: 0;
		margin: 0 auto;
		display: block;}
	
	#corseDetail #feeArea .inner p.secInner:nth-child(2){
		border: none;}
	

/************************** infoArea ************************/	
	
	#corseDetail #infoArea{
		padding-top: 0;}
	
	#corseDetail #infoArea .inner{
		width: 480px;}
	
	#corseDetail #infoArea table{
		width: 480px;}
	
	#corseDetail #infoArea .inner table tr th,
	#corseDetail #infoArea .inner table tr td{
		text-align: left;
		width: 480px;}
	
/************************** optArea ************************/	
	
	#corseDetail #optArea{
		height: 100%;
		width: 480px;
		display: block;}
	
	#corseDetail #optArea .h201,
	#corseDetail #optArea .h202{
		width: 480px;}
	
	#corseDetail #optArea .left table,
	#corseDetail #optArea .right table{
		width: 480px;
		margin-bottom: 40px;}
	
	#corseDetail #optArea .left table tr th,
	#corseDetail #optArea .left table tr td,
	#corseDetail #optArea .right table tr th,
	#corseDetail #optArea .right table tr td{
		width: 480px;
		text-align: left;}
	
/************************** flowArea ************************/
	
	#corseDetail #flowArea{
		width: 480px;
		display: block;}
	
	#corseDetail #flowArea h2{
		width: 480px;
		padding: 20px 0;}
	
	#corseDetail #flowArea .inner{
		width: 480px;
		background: url(../img/corse/common/flowArrow.jpg) left 240px bottom 0 no-repeat;}
	
	#corseDetail #flowArea dl{
		background: none;}
	
	#corseDetail #flowArea dl dt,
	#corseDetail #flowArea dl dd{
		text-align: center;
		width: 480px;
		padding-right: 0;}
	
	#corseDetail #flowArea dl dd.flowNum{
		width: 40px;
		margin-left: 160px;
		display: inline-table;}
	
/************************** faqArea ************************/
	
	#corseDetail #faqArea .info{
		width: 480px;}

	#corseDetail #faqArea .info dl dt{
		width: 480px;
		text-align: left;}
		
	#corseDetail #faqArea .info dl dd{
		width: 435px;}
	#corseDetail #faqArea .info dl dd.answer{
		width: 480px;}
	
	.back02{
		width: 480px;}
	
	#corseDetail #faqArea .outsid02 .back02 .btn{
		width: 480px;
		padding: 0;}
	
	#corseDetail #faqArea .outsid02 .btn a{
		width: 480px;
		padding: 30px 0;}

/************************ blogDetail ************************/
    
    #blogList #h201 .blogCont dl{
         width: 360px;
    }
    
/************************ blogDetail ************************/
    
    #blogDetail #h201 img{
        max-width: 480px;
    }
#blogDetail #h201 h2{font-size: 140%;}
    
    .pageNav{
        width: 480px;
    }
    #pageNav .pageNavBtn{
        width: 133px;
    }
    
/************************** contact ************************/
    
    #contact #h201{
        padding: 8vw 4vw;
    }
    #contact #h201,
    #contact #h201 table,
    #contact #h201 table tr,
    #contact #h201 table tr th,
    #contact #h201 table tr td{
        width: 100%;
        box-sizing: border-box;
    }
    
    #contact #h201 .buttonArea input{
        height: auto;
    }
    
    div#mfp_overlay_inner{
        width: 92vw!important;
        padding: 8vw 4vw!important;
        box-sizing: border-box;
    }
    div#mfp_overlay_inner h4{
        font-size: 161%;
        margin-bottom: 8vw;
    }
    table#mfp_confirm_table tr th{
        width: 100%!important;
        box-sizing: border-box;
    }
    div.mfp_buttons button{
        width: 40vw;
        padding: 4vw;
        box-sizing: border-box;
        background: #0066B3;
        color: #fff;
    }
    div.mfp_buttons button#mfp_button_cancel{
        background: #ccc;
    }
    #contact #thanks p.tel a{
        font-size: 161%;
        margin-bottom: 4vw;
    }
}
