@charset "UTF-8";
/* CSS Document */

html,
body{margin:0;padding:0;}
ul,li{list-style:none;margin: 0;padding: 0;}
.swiper_slide {margin-bottom: 60px;}

.swiper_slide img{width:100%;}

/*==================================
　全体
==================================*/
body {
     font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック  Medium", "Yu Gothic Medium", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif", "Arial";
	 counter-reset: number 0;
}

@media all and (-ms-high-contrast:none) {
    body {
        font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    }
}

img {
   vertical-align:bottom
}

.pc_br {
    display: block;
}

.sp_br {
    display: inline-block;
}
.sp_only {display: none;}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

@media(max-width:740px) {
.no_br {display: none;}
}

/* Basic CSS */

nav {
	text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
nav ul {
	margin: 0;
	list-style-type: none;
}
nav ul li {
	display: inline;
	margin-left: 0;
}
nav ul li:first-child {
	margin-left: 0;
}
nav ul li ul {
	display: none;
}

/*==================================
　ヘッダー
==================================*/
.header {
    width: 100%;
}

.header .inner {
    width: 960px;
    margin: 0 auto;
}
.header .inner .logo{
	width: 180px;
    height: 80px;
    float: left;
	margin-top:20px;
	}
.header .inner .logo img {
	width:100%;
	height:auto;
}
.header .inner .logo a{
	display:block;
	}

.header .inner .right {
    float: right;
    margin-top: 30px;
}

.header .inner h1 {
    font-size: 12px;
    margin-bottom: 24px;
}

.header .inner .head_nav {
    float: right;
    display: inline-block;
    margin-bottom: 14px;
    padding-left: 15px;
}

.header .inner .head_nav li {
    float: left;
    padding: 5px 5px 5px 0px;
}

.header .inner .head_nav li a {
    display: block;
    padding: 10px;
    font-size: 12px;
    color: #FFF;
    position: relative;
    display: inline-block;
	background-color: #50A3D6;
	width: 150px;
	text-align: center;
}

.header .inner .head_nav li:first-child a {
	background-color: #D87CB0;
}


/*==================================
　グローバルナビ
==================================*/
.gnav {
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	background-color: #10428C;
}

.gnav .inner {
	position: relative;
	display: block;
	text-align: center;
    width: 960px;
    margin: 0 auto;
}

/* 第一階層 */
.gnav ul {
	position: relative;
	display: inline-block;
	width: 960px;
	margin: 0 auto;
	vertical-align:bottom;
	z-index: 50;
}

.gnav ul li {
	position: relative;
	float: left;
	margin: 0 auto;
}

.gnav ul li a {
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;	
    display: block;	
	text-align: center;
	padding: 19px 0 18px 0;
    line-height: 1;
}

.gnav ul li a:hover {
	background: #10428C;
	color: #FFF;
	z-index: 10;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* 第二階層 */
.gnav ul li ul {
	position: absolute;
	width: 100%;
	background: #10428C;
}

.gnav ul li ul li {
	overflow: hidden;
	width: 150%;
	height: 0;
	background: #10428C;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gnav ul li ul li a {
    border-bottom: none;
    left: -100%;
	text-align: left;
}
.gnav ul li ul li:hover {
    border-bottom: none;
}

.gnav ul li.nav4 ul {
	position: absolute;
    left: 0;
}

.gnav ul li:hover ul li {
	overflow: visible;
	height: 50px;
}

.gnav ul li.nav1 a {
    width: 138px;
}

.gnav ul li.nav2 a {
    width: 228px;
}

.gnav ul li.nav3 a {
    width: 248px;
}

.gnav ul li.nav4 a {
    width: 188px;
}

.gnav ul li.nav5 a {
    width: 158px;
}

.gnav ul:first-child li ul li a {
	background-image: none;
    text-indent: 0;
    color: #FFF;
    padding-left: 1em;
    width:100%;
    line-height: 1;
    display: block;
}

.gnav ul li ul li a {
	padding-top:20px;
}

/*==================================
　コンテナー
==================================*/
.container {
    width: 960px;
    margin: 0 auto;
}

.container:After {
    content: "";
    display: block;
    clear: both;
}

/*==================================
　フッター
==================================*/
.footer {
    width: 100%;
	background-color: #E0E0E0;
}
.footer .inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 2% 0;
}
.footer .footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
	border-bottom: solid 1px #FFF;
}

.footer a:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}
.footer_menu ul {margin: 0 auto; display:inline-block;}
.footer_menu ul li {line-height: 2; float: left; margin: 6px 0;}
.footer_menu ul li a {
    padding:0 10px;
    color:#333;
    display: block;
    font-size: 14px;
    position: relative;
    display: inline-block;
}
.footer_menu ul li a::before{
    content: '';
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #10428C;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
}
.footer_menu {
    width:100%;
    height: auto;
    text-align:center;
    
}

.footer_menu ul {
    display:inline-block;
}

.footer_menu li + li {
    margin-left:20px;
}

.footer p {
    font-size: 12px;
    text-align: center;
    padding-bottom: 2%;
    color: #000;
}

.footer_group ul {margin-left:-10px; display: inline-block; margin: 0 auto;}
.footer_group ul li {float: left; margin: 6px 0;}
.footer_group ul li a {border-right: solid 1px #9DC7E1; font-size: 12px; display:block; padding:0 10px; color:#666;}

.copyright {
    font-size: 12px;
    color: #FFF;
    text-align: center;
    background: #10428C;
    padding: 15px;
}

/* ページの先頭へ */
.totop {position:fixed; bottom:130px; right:20px; z-index:11;}
.totop a {display:block; width:60px; height:60px; background:#50A3D6; color: #FFF; overflow:hidden;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    font-size: 12px;
    line-height: 1.2;
}
.totop a:hover {-moz-opacity:0.8; opacity:0.8; filter: alpha(opacity=80);}
.totop a i {font-size:200%; padding-top:2%;}
* html .totop a {display:none;}


/*==================================
　トップページ
==================================*/
/*== キービジュアル =======================*/
.flickView ul li a:hover img {-moz-opacity:1; opacity:1; filter: alpha(opacity=100); background:none;}
/* スライドショー ============================================================= */
.flickSlider {margin: 0 auto 100px auto; text-align: center; /*display: none;*/ position: relative;}
.flickSlider .flickView {width: 100%; text-align: left; position: relative; overflow: hidden; border-bottom: solid 1px #CCC;}
.flickSlider .flickView ul {top: 0; left: 0; width: 100%; position: absolute; overflow: hidden;}
.flickSlider .flickView ul li {width: 100%; float: left; display: inline; overflow: hidden;}
.flickSlider .flickView ul li img {width: 100%;}

/*サムネイル（文字）*/
.flickSlider .flickThumb {
    overflow: hidden;
    position:absolute;
    padding: 1em 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
}

.flickSlider .flickThumb ul {width: 100%; text-align: center;}

.flickSlider .flickThumb ul li {float:left; text-indent:-9999px; overflow:hidden; background:url(../images/top/dot.png) no-repeat left top; background-size:100%; margin-right:20px; width:16px !important; height:auto; padding-bottom:1em; display: inline-block;}
.flickSlider .flickThumb ul li.active {filter:alpha(opacity=100)!important; -moz-opacity: 1!important; opacity: 1!important; background:url(../images/top/dot_o.png) no-repeat left top; background-size:100%;}
.flickSlider .flickThumb ul li:last-child {margin-right: 0;}

@media(max-width:480px) {
.flickSlider .flickThumb {margin-left: 2%; width:96%;} 
.flickSlider .flickThumb ul li {width:14px !important; margin-right:14px;}
}


/* 全体の調整 ============================================================= */
* {
	  -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	      box-sizing: border-box;
}
@media screen and (max-width: 1800px) {
html  {font-size : 90.0%;}
}
@media screen and (max-width: 1510px) {
html  {font-size : 90.0%;}
}
@media screen and (max-width: 1250px) {
html {font-size : 100.0%;}
}
@media screen and (max-width: 1000px) {
html {font-size : 100.0%;}
}
@media screen and (max-width: 980px) {
html {font-size : 90.0%;}
}
@media screen and (max-width: 880px) {
html {font-size : 80.0%;}
}
@media screen and (max-width: 768px) {
html {font-size : 80.0%;}
}
@media screen and (max-width: 740px) {
html {font-size : 80.0%;}
}

/*=========バナー==============*/

.bunner {
	margin-bottom: 70px;
    text-align: center;
}

.bnr_area li {
    width: 32%;
	display: block;
    float: left;
}

.bnr_area li img {
    width: 100%;
}

.bnr_area li {
   margin-right: 2%;
	margin-bottom: 2%;
}

/*.bnr_area li:last-child {
   margin-right: 0;
}*/
.bnr_area li:nth-child(3n) {
   margin-right: 0;
}


.bnr_area.top li {
    width: 32%;
	display: block;
    float: left;
    position: relative;     
}

.bnr_area.top li a {
    display: block;
    position: relative; 
}

.bnr_area.top li a p {
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0%,-50%);
    transform: translate(0,-50%);
    margin:0;
    padding:0;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}

.bnr_area.top li a img {
    width: 100%; 
}

/*=========エピオンはこんなスクール==============*/
.top_about_area {
	background-color: #10428C;
    text-align: center;
    padding: 60px 0;
}

.top_about {
	margin: 0 auto;
    width: 960px;   
}

.top_about h2.top_title {
	padding-bottom: 60px;
    font-size: 24px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    display: block;
}

.top_about dl {
    width: 470px;
    display: block;
    background: #FFF;
    padding: 20px;
    margin-right: 20px;
    float: left;    
}
.top_about dl:last-child {
    margin-right: 0;
}

.top_about dl dt {
    font-size: 22px;
    font-weight: bold;
    display: block;
    padding-bottom: 20px;
    letter-spacing: 1px; 
    color: #333;
}

.top_about dl dt .small {
    font-size: 12px;
    display: block;
    color: #888;
    letter-spacing: 0.8px;
    margin-top: 5px;
}

.top_about dl dd {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
	margin-left:0;
}

.top_about dl dd img {
    width: 230px;
    float: left;
}

.top_about dl dd .right {
    width: 170px;
    float: right;    
}

.top_about dl dd .right a {
    width: 100%;
    padding:2%;
    background: #555;
    color: #FFF;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin-top: 4px;
}

/*=========お知らせ==============*/
.top_info {
    margin-bottom: 40px;
}

.top_info h2.top_title {
	padding-top: 60px;
	padding-bottom: 60px;
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.top_info ul li {
    padding: 14px 14px 14px 2.5em;
	font-size: 14px;
	border-bottom: dotted 1px #888888;
	line-height:1.4;
	position:relative;
}

.top_info ul li::before{
	 content: "\f2d2";
	font-family: FontAwesome;
	color:#50A3D6;
	display:inline-block;
	position:absolute;
	top:14px;
	left:10px;}

.top_info ul li.season p{
	line-height:1.4;
	}
	
.top_info ul li.season p span.bgblue{
	background-color:#C6E0F5;
	}
.top_info ul li.season p span.bgyellow{
	background-color:#FF6;
	font-weight:bold;
	}

.top_info ul li a {
    color: #42210B;
    text-decoration: underline;
	line-height: 1.4;
}

.top_info ul li span.date{
	color:#777;
	margin-right:0.5em;
	}

/*=========お問い合わせ==============*/
.contact_box {
    background: #E0E0E0;    
}

.contact {
    width: 960px;
    margin: 65px auto 70px auto;
    text-align: center;
}

.contact h2.top_title {
	padding-top: 60px;
	padding-bottom: 60px;
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.contact .inner {
    width: 49%;
    position: relative;
    margin-bottom: 50px;
    float: left;
    margin-right: 2%;
}

.contact .inner:last-child {
    margin-right: 0;
}

.contact .inner .box {
    background: #FFF;
    position: relative;
    padding: 15px;
}

.contact .inner .box .contact_inner {
	float: right;
	width: 55%;
}

.contact .inner h3 {
    position: relative;
    font-size: 22px;
    padding: 10px 5px;
    background: #CC62A4;
    margin: 0 -25px 10px 10px;
    color: #FFF;
}

.contact .inner h3::before,
.contact .inner h3::after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: transparent;
}

.contact .inner h3::after {
    right: 0;
    border-style: solid;
    border-width: 5px 10px 0 0;
    border-top-color: #AA4488;
}

.contact .inner h3.title_b {
    background: #3F9BC9;
}

.contact .inner h3.title_b::after {
    border-top-color: #1E7E9B;
}

.contact .inner .box img {
	float: left;
	width: 45%;
}

.contact .inner .box .contact_inner p {
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
	padding: 0 0 0 20px;
}

/*=========コンテンツボタン==============*/
.contents_btn {
	margin-bottom: 2%;
}

.contents_btn li {
    width: 32%;
	display: block;
    float: left;
	background: #444;
}

.contents_btn li {
   margin-right: 2%;

}

.contents_btn li:last-child {
   margin-right: 0;
}

.contents_btn li p {
	display: inline-block;
    padding: 4% 0;
}

.contents_btn li a {    
	font-size:20px;
	color:#FFF;
	display:block;
}

.contents_btn li a:hover {
    filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}

.contents_btn li img {    	
    width: 100%;	
}

.contents_btn li a:hover img {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/*=========台風のお知らせ(20180821追加)==============*/
.taifu{text-align:center; margin-bottom:30px;}
.taifu h3{font-size:140%; font-weight: bold; margin-bottom:10px;}
.taifu p{line-height: 1.3;}
.taifu span{color:red; font-weight: bold;}

/*==================================
　タブレット
==================================*/
@media(max-width:768px) {

.gnav{display:none;}/*android用18/01/26*/

.header .inner, .gnav .inner {
    width: 100%;
    margin: 0 auto;
	padding-right:70px;
}

.header .right h1 {
    display: none;
}

.header {
    padding: 0;
    min-height: 70px;
}

.header h1 {
    display: none;
}


.header .inner {
	width:100%;
	padding:0;
	}
.header .inner .logo{
	position: absolute;
    left :10px;
    top: 10px;
    width: 113px;
    height: 50px;
	margin-top:0;
	}
.header .inner .right {
    margin-top: 0;
	width:100%;
}

.header .inner .head_nav {
    float: left;
    background: none;
    display: inline-block;
    margin: 0;
    padding-left: 10px;
    margin-top: 70px;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	display:block;
	width:100%;
}
.header .inner .head_nav li {
    float: left;
    padding: 0 13px 0 0;
}
.header .inner .head_nav li:last-child {
    padding: 0;
}

.header .inner .head_nav li a {
    display: block;
    padding: 8px  0px  8px  6px;
    font-size: 12px;
    color: #10428C;
    position: relative;
    display: inline-block;
	width: auto;
	background-color: transparent;
}

.header .inner .head_nav li:first-child a {
	background-color: transparent;
}

.header .inner .head_nav li a::before{
    content: '';
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #10428C;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
}

.gnav ul li a {
	border-bottom: none;
}

.gnav ul li.nav1 a, .gnav ul li.nav2 a, .gnav ul li.nav3 a, .gnav ul li.nav4 a, .gnav ul li.nav5 a {
    background-image: none;
}

.container {
    width: 100%;
    margin: 0 auto;
}

.main {
    width: 100%;
    float: none;
}

.top_movie {
    width:100%;
    height: 430px;
    margin: 0 auto 30px auto;
}

.bunner {
    width: 100%;
    margin: 0 0 70px 0;
}

/*.bunner img {
    margin-bottom: 30px;
}*/
.bnr_area {
    width: 96%;
    margin: 0 2% 70px 2%;
}

.bnr_area li img {
    width: 100%;
}
    
.bnr_area.top li a p {
    font-size: 16px;
    top: 44%;
} 

.contents_btn {
	width: 96%;
    margin: 0 auto 2%;
	}  
    
.top_about {
    width: 100%;
    padding: 20px;
}  
    
.top_about dl {
    width: 49%;
    margin-right: 2%;  
}
.top_about dl:last-child{
	margin-right:0;
	}

.top_about dl dd {
    font-size: 11px;
	margin-left:0;
}

.top_about dl dd img {
    width: 100%;
	margin-bottom:10px;
}

.top_about dl dd .right {
    width: 100%; 
	float:none;
}
    
.top_info {
    width:96%;
    margin : 0 2% 60px 2%;
} 
.top_info ul li.season p{
	padding-left:0;
	} 
	

.contact {
    width: 100%;
    margin: 65px auto 70px;    
}  
    
.contact .inner {
    width: 48%;
} 

.contact .inner .no_br {
    display: none;
}


    
.contact_inner h3 {
    font-size: 18px;
}

.contact .inner p a

.contents_btn {
    width: 96%;
    margin: 0 2% 2% 2%;
}

.contents_btn li a {    
	font-size:18px;
}

.bunner .contents_btn img {
    margin-bottom: 0;
}
    
.sub {
    width: 100%;
    float: none;
}

.footer .inner {
    width: 96%;
    margin: 0 2%;
}

.footer_menu li + li {
    margin-left:10px;
}

.footer p {
    padding: 3% 1%;
    line-height: 1.5;
}

.footer p .title {
    display: block;
}

}

/*=========max768==============*/



/*==================================
　スマートフォン
==================================*/
@media(max-width:740px) {
.pc_br {
    display: inline-block;
}
.sp_br {
    display: block;
}
.pc_only {display: none;
}
.sp_only {display: block;}

/* ページの先頭へ戻るボタン */

.totop {
	opacity:0.85;
	position:fixed; left:0; bottom:0; width:100%;
	text-align:center;
	background:#50A3D6;
	border-top:1px solid #FFF;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
	-o-box-shadow:0 0 10px rgba(0,0,0,0.4);
	-ms-box-shadow:0 0 10px rgba(0,0,0,0.4);
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	padding:0;
}
.totop a {
	height:38px; padding:0 0 0 0;
	text-decoration:none; color:#FFF; font-size:13px; font-weight:bold; display:block;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	background:none;
	border:0;
    width: 100%;
    line-height: 1.6;
}
.totop a i {font-size:200%; padding-top:1%; padding-right:1%; vertical-align: bottom;}
.totop:hover {background:#50A3D6; opacity:1;}
.totop:hover a {background:#50A3D6; opacity:1;}

.header {
	padding:0;
	width:100%;
}
.header .inner .logo {
    position: absolute;
    left: 10px;
    top: 10px;
}


.header .inner .right {
    float: left;
}
    
.header .inner {
    z-index: 1;
}
    
.top_about_area {
	padding: 0;
}
    
.top_about {
	margin: 0 2%;
    width: 96%; 
    padding: 3% 2%;
}
    
.top_about h2.top_title {
	padding: 5% 0 10% 0;
    font-size: 20px;
}

.top_about dl {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin-right: 0;
    margin-bottom: 10px;
    float: none;    
}   
    
.top_about dl dt {
    font-size: 20px;
}
    
.top_about dl dd {
    font-size: 14px;
}

.top_about dl dd img {
    width: 100%;
    float: none;
}

.top_about dl dd .right {
    width: 100%;
    float: none;    
}
  
.top_info h2.top_title {
	padding-bottom: 20px;
    font-size: 20px;
}

.top_info ul li a,
.top_info ul li span {
	clear: left;
}

.top_info ul li a {
    color: #42210B;
    text-decoration: underline;
	line-height: 1.4;
	width:100%;
	display:block;
	
}

.top_info ul li span.date{
	}

.top_info ul li i {  
	width: 7%;
	margin-top: 5px;
	float: left;
}

.bnr_area {
    width: 96%;
    margin: 2%;
}

.bunner.top {margin-bottom: 40px;}    
    
.bunner img {
    max-width: 100%;
    margin: 0 auto  10px auto;
}

.bnr_area li:nth-child(odd) {
   margin-right: 0;
}

.bnr_area li {
    width: 100%;
    float: none;
}

.bnr_area li img {
    width: 100%;
}
    
.bnr_area.top li {
    width: 100%;
    float: none; 
    background: #50A3D6;
    margin-bottom: 3%;
    display: table;
}

.bnr_area.top li a {
    display: block;
    position: relative;
    width: 100%;

}

.bnr_area.top li a p {
    top: 0;
    left: 65%;
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    padding:0;
    font-size: 16px;    
    width: 70%; 
    float: right;
    margin-top: 8%;
    
}
    
.bnr_area.top li a p.line2 {
    margin-top: 5%;   
}    
    
.bnr_area.top li a img {
    width: 30%;    
    margin: 0;
    padding: 0;
    left:0;
    text-align: left;
    float: left;
    
}       

.bnr_area li:nth-child(odd) {
   margin-right: 0;
}

.top_about .inner {
    width: 100%;
    float: none;
}

.contact {
    width:96%;    
}    

.contact h2.top_title {
	padding: 10% 0;
    font-size: 20px;

} 
    
.contact .inner,
.contact .inner:last-child {
    width: 96%;
	margin:0 auto 30px;
    float: none; 
}
    
.contact .inner .box {
    width: 100%;
    background: #FFF;
    position: relative;
    padding: 10px 10px 10px 10px;
    margin: 0 0;
} 
    
.contact .inner .box .contact_inner {
    width:100%;
    float: none;
}   

    
.contact .inner h3 {
    font-size: 20px;
    margin: 0 -20px 10px 0;    
}
    
.contact .inner .box .contact_inner p {
    padding-left: 5px;    
}    

.contact .inner .box .contact_inner p a{
	border:solid 1px #CC62A4;
	display:block;
	text-align:center;
	padding:5px 0;
	border-radius:1.5em;
	color:#CC62A4;
	}
.contact .inner:last-child .box .contact_inner p a{
	border:solid 1px #3F9BC9;
	color:#3F9BC9;
	}
    
.contact .inner img {display: none;}    
.contact_box .contact .top_title {font-size: 20px;}   

.contact ul li {
    width: 100%;
    float: none;
}
.contact ul li:first-child {
    margin-bottom: 10px;
}

.contents_btn li {
    width: 100%;
	margin: 0 0 4% 0;
	float: none;
}

.footer .inner {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer .footer_inner {
	border-bottom: none;
}

.footer_menu ul {
    display:block;
}
.footer_menu ul li {
    float:none;
    text-align: left;
    margin: 0;
}
.footer_menu ul li a{
    display: block;
    border-bottom: solid 1px #CCC;
    padding:3% 6%;
}
.footer_menu ul li a::before{
    left: 3%;
}

.footer p {
    text-align: left;
    padding: 3%;
}
.footer p .title,
.footer p .title .sp_br {
    text-align: center;
    font-weight: bold;
}

.copyright {
    margin-bottom: 38px;
}

}
/*=========max740==============*/

/*- スマートフォン縦 -*/
@media(max-width:480px) {
.top_movie {
    width:100%;
    height: 270px;
    margin: -30px 0 30px 0;
}

.flickSlider {margin-bottom: 50px;}

/*
.top_about h2.top_title {
	padding-top: 40px;
	padding-bottom: 30px;
}
*/

/*
.top_about .inner .box p {
    font-size: 13px;
    line-height: 1.7;
    text-align: justify;
	float: none;
	width: 100%;
}

.top_info h2.top_title {
	padding-top: 50px;
	padding-bottom: 30px;
}
*/
/*
.contact .inner .box .contact_inner p {
	padding: 20px 5px 5px 5px;
}


.contact h3.title_p {
    margin: 0px;
    width: calc(100% + 40px);
}

.contact h3.title_b {
    margin: 0px;
    width: calc(100% + 40px);
}
*/

/*
.contact .inner .box img {
	display: none;
}

.contact .inner .box .contact_inner {
	width: 95%;
}
*/

.footer_group ul {
    margin-left:-10px;
    display: inline-block;
    margin: 0 auto;
}

.footer_group ul li {
    float: none;
    margin: 20px 0;
}

.footer_group ul li a {
    border-right: none;
}

.footer_menu li + li {
    margin-left:0;
}
}
/*=========max480==============*/

/*======================================
　Googleリマーケティング タグの隙間回避
======================================*/
iframe[name="google_conversion_frame"] {
position: absolute;
top: 0;
}

/*==================================
　clearfix
==================================*/
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

