@charset "utf-8";

/* responsive Start */
/*===================================================================== */

@media only screen and (max-width:768px){


/*---------------------------------------------------
	# Navigation
---------------------------------------------------*/


.menuarea{ width:32px; height: 22px; position: fixed; top: 40px; right:40px; z-index: 9999999; text-align: center;}
.menuarea a{ width:32px; height: 22px; }
.menuarea a:hover .menu-line span{background-color: #FFF;}

/* ハンバーガーメニュー*/
.menu-line,
.menu-line span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-line {
  position: relative;
	z-index: 2;
  top:0;
  width: 32px;
  height:22px;
}
.menu-line span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  padding-bottom:1px;
  border-bottom: 1px solid #000;
}
.menu-line span:nth-of-type(1) {
  top: 0;
}
.menu-line span:nth-of-type(2) {
  top: 10px;
}
.menu-line span:nth-of-type(3) {
  bottom: 0;
}

/* アニメーション*/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}


/* ナビゲーション */

#navigation{
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #3864A1;
  opacity: 0.94;
  z-index: 999999;
}

#navigation .navigation_inner{
  display: table;
  width: 100%;
  height: 100%;
}
#navigation .navigation_inner ul{margin: 0;padding: 0;}


#navigation .navigation_inner .navigation_menu{
  display: table-cell;
  vertical-align: middle;
	list-style: none;
	text-align: center;
}

#navigation .navigation_inner .navigation_menu .logo img{ width: 80px;}
#navigation .navigation_inner .navigation_menu .copyright{ color: #FFF; font-size: 10px; padding-top:50px;}


#navigation .navigation_inner .navigation_menu .navigation_item{
  width: 70%;
  margin: 0 auto 0 auto;
}
#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
  width: 100%;
  text-align: center;
  margin: 0 0 35px 0;
}

#navigation .menu01,#navigation .menu02,#navigation .menu03,#navigation .menu04,#navigation .menu05,#navigation .menu06{
	font-family: 'BodoniMT', serif;
	font-size:26px;
	letter-spacing:.01em;
	font-weight: normal;
}

#navigation .navigation_inner .navigation_menu .menu01 a,
#navigation .navigation_inner .navigation_menu .menu02 a,
#navigation .navigation_inner .navigation_menu .menu03 a,
#navigation .navigation_inner .navigation_menu .menu04 a,
#navigation .navigation_inner .navigation_menu .menu05 a,
#navigation .navigation_inner .navigation_menu .menu06 a

{
  display: block;
	color: #FFF;
  padding: 20px 0 20px 0;
  position: relative;
  text-decoration: none;
  text-align: center;
	background-size: 35px 35px;
	background-repeat: no-repeat;
	background-position: 30px 33px;
	-webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}



#navigation .navigation_inner .navigation_menu .sub{
	width: 260px;
	margin: 0 auto;
	font-family: serif;
	font-size:13px;
	letter-spacing:.01em;
	font-weight: normal;
}

#navigation .navigation_inner .navigation_menu .sub a{
	/*float: left;*/
	text-align: center;
  display: block;
	color: #FFF;
  padding: 35px 0 0 0;
	/*margin: 0 30px;*/
  position: relative;
  text-decoration: none;
}

#navigation .navigation_inner .navigation_menu .sub .right{text-align: right;}
#navigation .navigation_inner .navigation_menu .sub .left{/*text-align: left;*/}
	
#navigation .navigation_inner .navigation_menu .snsarea{width: 100%;}

#navigation .navigation_inner .navigation_menu .snsarea{width:164px; margin: 40px auto 0 auto;} 
#navigation .navigation_inner .navigation_menu .snsarea ul {margin:0; padding: 0;} 
#navigation .navigation_inner .navigation_menu .snsarea li {float: left; margin: 0 20px;} 


/*  SVG 色サイズ設定*/
#navigation .my_svg02{width: 7.5px;height: auto;}
#navigation .my_svg03{width: 21px;height: auto;}
#navigation .my_svg04{width: 15px;height: auto;}

#navigation .my_svg02 path,#navigation .my_svg03 path,#navigation .my_svg04 path{
    color:#FFF;
    fill: currentColor;
	transition: all 0.1s ease;
}
#navigation .my_svg02 .st0,#navigation .my_svg03 .st0,#navigation .my_svg04 .st0{fill:#FFF; transition: all 0.4s ease;}


/*　hover時のSVGカラー */
#navigation .facebook:hover .my_svg02 .st0,
#navigation .twitter:hover .my_svg03 .st0,
#navigation .instagram:hover .my_svg04 .st0{
	fill:#b5b5b5;
	transition: all 0.1s ease;
}



/*.grobalmenu
------------------------------------------------------------------------ */
#grobalmenu{
	display: none;
}



/*---------------------------------------------------
	# slider zoom
---------------------------------------------------*/


/*.main-visual
------------------------------------------------------------------------ */

@media only screen and (max-width:768px){
#main-visual {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.iphone.portrait #main-visual,
.ipad.portrait #main-visual,
.android.portrait #main-visual {
  height: 100%;
}

}



/*.eventdate
------------------------------------------------------------------------ */
#main-visual .eventdate{
  position: absolute;
	width: 100%;
	text-align: right;
	right: 15px;
	bottom: 50px;
}

#main-visual .eventdate img {
	width: 210px;
	height: auto;
}
	
	
/*.top_logo
------------------------------------------------------------------------ */
#main-visual .top_logo{
  position: absolute;
  top:  60px;
  left: 50%;
    margin-left: -50px;
}

#main-visual .top_logo img{
  width: 100px;
}


/*.btn-scroll
------------------------------------------------------------------------ */
#main-visual .btn-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%,0);
  text-align: center;
  z-index: 10;
}

#main-visual .btn-scroll a {
  display: inline-block;
  text-align: center;
  position: relative;
  transition: 0.3s ease-out;
	background-color: #D31718;
	height: 60px;
	width: 60px;
	margin: 0 auto;
	border-radius: 50%;
 -moz-border-radius: 50%;
-webkit-border-radius: 50%;
-ms-border-radius: 50%; 
}

#main-visual .btn-scroll img{
width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#main-visual .btn-scroll a:hover {
  transform:translate(0px,15px);
	opacity: 0.8;
}



/*---------------------------------------------------
	# Container
---------------------------------------------------*/

#main-contents-wrapper {
  position: relative;
	width: 100%;
  overflow: hidden;
}


#detail-contents-wrapper {
  position: relative;
	width: 100%;
  overflow: hidden;
	margin-top:15px;
}

.bg_bar{height: 5px;
background-image: url(../images/common/bg3_1.gif);
background-size: auto 5px;
background-repeat: repeat-x;
}

/*---------------------------------------------------
	# Contents body
---------------------------------------------------*/

.contents_block {
	width: 100%;
	padding: 50px 0 40px 0;
  background-image: url(../images/common/bg_2022.jpg);
  background-repeat: repeat-y;
	background-size: 130% auto;
  background-position: top left;
  position: relative;
}


.contents_block_detail {
	width: 100%;
	padding: 50px 0 40px 0;
  background-image: url(../images/common/bg_2022.jpg);
  background-repeat: repeat-y;
	background-size: 100% auto;
  background-position: top left;
  position: relative;
}





/* -------------  矢印 ------------*/

.arrowarea{width:136px; position: absolute; right: 70px; bottom:-34px; z-index:2;}
.arrowleft{float:left;}
.arrowright{float:left;}

.btn_arrow {
  background: #FFF;
  text-align: center;
  width: 68px;
  height: 68px;
  outline: none !important;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
  position: relative;
  display: inline-block;
	z-index:1;
}

.btn_arrow:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #eaeaea;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}
.btn_arrow:hover {
}


.btn_arrow:hover:after {
	left: 0%;
	right: auto;
	height: 100%;
}

.btn_arrow:active {top: 0;}


/*  SVG 色サイズ設定*/
.my_svg01{
	width: 20px;
	height: auto;
	margin-top:29px;
}
.my_svg01 path{
    color:#0d3143;
    fill: currentColor;
	transition: all 0.1s ease;
}
.my_svg01 .st0{fill:#0d3143;}

/*　hover時のSVGカラー
.btn_arrow:hover .my_svg01 .st0{
	fill:#0d3143;
	transition: all 0.1s ease;
}*/

/*　hover時のSVG位置*/
.arrowleft .my_svg01{
	position: relative;
	left:0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

.arrowleft:hover .my_svg01{
	position: relative;
	left:-10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}
.arrowright .my_svg01{
	position: relative;
	left:0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

.arrowright:hover .my_svg01{
	position: relative;
	left:10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}


/*---------------------------------------------------
	#  Main title
---------------------------------------------------*/

.main_ttl{width:90%; margin: 0 auto 0 auto; text-align: center; color: #000087;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 14px; letter-spacing: .12em;}

.main_ttl h2{
	font-family: 'BodoniMT', serif;
	font-size:40px;
	color: #000087;
	letter-spacing:.01em;
	font-weight: normal;
}

 .main_ttl h2::after{
    content: "";
	width: 48px;
	 height: 4px;
    display: block;
    margin: 8px auto 16px;
	background-image: url(../images/common/bg2_1.gif);
	background-repeat: repeat-y;
	background-size: 50px auto;
	background-position: 0 0; 
  }
    
    
.ttlbody{
    width: 82%; 
    margin: 30px auto 0 auto; 
    font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 13px;
    line-height: 180%;
    text-align: left;
    color: #1A1A89;
}
    .ttlbody br{display: none;}
    

/*---------------------------------------------------
	#  index column block
---------------------------------------------------*/

.btn_area{width:80%; height: 25px; margin: 30px auto 40px auto; position: relative;}
.btn_area02{width: 80%; height: 25px; margin: 0 auto 30px auto; position: relative;}

.btn_area03{width: 80%; height: 25px; margin: 0 auto 30px auto; position: relative;}

    
.btn_detail{position: relative; width: 900px; margin: 0 auto 0 auto;}
.btn_area_detail{ height: 25px; margin: 0 auto 0 auto; position: absolute; top:-36px; right: 0;}

.btn_category {width: 140px; font-family: 'BodoniMT', serif; font-size:14px; letter-spacing:.04em; position: absolute; top:0; right: 0;}

.btn_category a{display: block; color: #000087; text-decoration: none; }
.btn_category a::after {
	content: "";
	display: block;
	border-bottom: 0.75px solid #000087;
	transition: all .3s ease;
	width: 140px;
	height: 25px;
	background-image: url(../images/common/arrow_news.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: -20px 0;

}

.btn_category a:hover::after {
  width: 100%;
	height: 25px;
	background-image: url(../images/common/arrow_news.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: 0 0;

}

.btn_category .andmore {
position: relative;
	height:6px;
	margin: 0; padding: 0;
	transition: all .3s ease;
	transition-delay: 0;
 	left: 0px;
}

.btn_category a:hover .andmore {
	position: relative;
	height:6px;
	margin: 0; padding: 0;
	transition: all .35s ease;
	transition-delay: 0.06s;
	left: 30px;
}



.wrap_column{width:80%; margin: 30px auto 0 auto; }
	
.newsblock{width:46.5%; margin:0 7% 30px 0; float: left;}
    
.newsblock:nth-child(2n) {width:46.5%; margin:0 0 30px 0; float: left;}

    
    
.newsblock .photo {position: relative; width:100%; height: 120px;}
.newsblock .photo img{width:100%; height: auto; overflow: hidden;}
.newsblock .photo .number{
	width:54px; height:22px;
	color: #FFF;
	position: absolute; top: 0; left: 0; z-index: 10;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:11px;
	letter-spacing:.08em;
/*　box要素縦中央 */
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}


.newsblock .blockbody{width:80%; padding: 10% 10% 10% 10%; background-color: #FFF; font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif; position: relative;}
.newsblock .blockbody .column_ttl01{font-size:12px; line-height: 180%; letter-spacing:.09em;}
.newsblock .blockbody .column_ttl02{font-size:14px; line-height: 190%; letter-spacing:.09em;}

.newsblock .blockbody .date{font-family: 'BodoniMT', serif; font-size:11px; letter-spacing:.08em; margin-top: 16px;}
.newsblock .blockbody .arrow{width: 26px; height: 26px; background-color: #f3f3f3; border-radius: 50%; position: absolute; right: 15px; bottom: 12px;}
.newsblock .blockbody .arrow a{width: 26px; height: 26px; display: block; transition: all 0.2s ease;
	border-radius: 50% ;
	background-color: #f3f3f3;
/*　box要素縦中央 */
 display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}
.newsblock .blockbody .arrow a:hover{background-color: #f3f3f3; border-radius: 50% ;}

/*  SVG 色サイズ設定*/
.my_svg02{
	width: 12px;
	height: auto;
	margin-top:0;
}
.my_svg02 path{
    color:#0d3143;
    fill: currentColor;
	transition: all 0.1s ease;
}
.my_svg02 .st0{fill:#0d3143;}



/*===========
Overzoom
============ */
.wipe_block01 .photo {
  width: 100%;
  background-color: #FFF;
  overflow: hidden;
}
.wipe_block01 .photo a img {
  display: block;
  transition: 0.7s ease-out;
}
.wipe_block01 .photo a:hover img {
  transform: scale(1.05) rotate(0.1deg);
  transition: 0.2s ease-out;
  opacity: 0.7;
}



/*---------------------------------------------------
	#  index news block
---------------------------------------------------*/

.recentnews{
	width:80%;
	margin: 30px auto 0 auto;
	position: relative;
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;

}

.recentnews a{
display: block;	
	width:96%;
	height:auto;
	background-color: #FFF;
	padding: 15px 10px 15px 0;
	border-radius: 0;
	background-image: url("../images/common/arrow_news.png");
	background-size: 26px auto;
	background-position: 16px 16px;
	background-repeat: no-repeat;
}


.recentnews .txt{position: static; text-decoration: none; margin-left: 58px;}
.recentnews .txt .date{font-size: 11px; font-style: italic;}
.recentnews .txt .ttl{font-size: 13px; text-decoration: underline;}
.recentnews .txt .ttl:hover{text-decoration: none;}

.recentnews .pcnone{display:inherit;}
	
.newsdetail{margin-bottom: 80px;}

    
/*---------------------------------------------------
	#  Youtube
---------------------------------------------------*/

.movie{width:80%; margin:0 auto 30px auto;}
.movie iframe{width:100%; height: 200px;}
    
.movie02{width:80%; margin: 30px auto 30px auto;}
.movie02 .mv01{width:100%; float: none; aspect-ratio: 16 / 9; /* youtubeのレスポンシブ対応*/}
.movie02 .mv01:nth-child(2){margin:20px 0 0 0;}

.movie02 ifrarme{width: 100%; height: 100%;}
    
.movie03{width:80%; margin: 30px auto 30px auto;}
.movie03 .mv01{width:100%; margin: 0 auto; aspect-ratio: 16 / 9; /* youtubeのレスポンシブ対応*/}
.movie03 ifrarme{width: 100%; height: 100%;}
    
/*---------------------------------------------------
	#  index map block
---------------------------------------------------*/

.maparea{width: 80%; height: auto; margin: 30px auto 0 auto;}
.maparea iframe{height:270px;}
    
.maparea .caption{font-size: 12px; line-height: 200%; margin: 20px 0 30px 0; color: #000087;}

.endojimap{width: 100%; margin: 0 auto 30px auto;}
.endojimap img{width: 100%;}

.endojimap .caption{font-size: 12px; line-height: 200%; margin: 20px 0 0 0;
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}


.access_area{
    margin: 0 auto 80px auto;
    width: 70%;
    padding: 6% 5% 6% 5%;
    background-color: #FFF;
    font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.access_title{
    font-size: 19px;
    font-weight: 600;
    position: relative;
    padding-left: 0;
    margin:0 0 20px 0;
}

.access_title:before{
    content: none;
}

.access_subttl{
    display: inline-block;
    margin: 0 0 20px 0 ;
    padding: 9px 11px;
    background-color: #3864A1;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
}

.access_body {
    font-size: 14px;
    line-height: 200%;
    margin-bottom: 20px;
}

.access_body p{
    margin:0 0 30px 0;
}
    
.access_area iframe{ height: 300px;}
    


/*---------------------------------------------------
	#  detail
---------------------------------------------------*/
.contents_area{width: 64%; margin: 30px auto; padding: 8%; background-color: #FFF; 
font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.contents_area img{width: 100%; height: auto;}
.contents_area iframe{display: block!important; width: 90%; height: auto; margin:0 auto;}
.contents_area .img_tate{}
.contents_area .img_tate img{width:auto; display: block;}


.cnt_ttl{
	font-size: 18px;
	padding-top: 23px;
	background-image: url("../images/common/bg3_1.gif"); 
	background-size: auto 4px;
	background-repeat: no-repeat;
	background-position: center top;
}
.cnt_date{font-size: 10px; margin-top: 15px;}
.cnt_body{font-size: 14px; margin-top: 30px; line-height: 240%;}


.cnt_ttl_cate{font-size: 22px; letter-spacing: .2em; line-height: 180%;}
.cnt_body_cate{font-size: 13px; margin-top: 0; line-height: 240%;}

.main_bnr{width:80%; margin: 0 auto 30px auto;}
.main_bnr a{width:100%; display: block; float: none; transition: all 0.3s ease;}
.main_bnr a:first-child{margin: 0 0 30px 0;}
.main_bnr a img{width:100%;}
.main_bnr a:hover{opacity:1;}
    
.pdf_bnr{width:80%; margin: 0 auto 30px auto;}
.pdf_bnr a{width:100%; transition: all 0.3s ease;}
.pdf_bnr a img{width:100%;}
.pdf_bnr a:hover{opacity: 0.85; transition: all 0.1s ease;}
    
.bnr_area{width: 80%; height: auto; position: relative; margin:0 auto; overflow: hidden;}
.bnr img{width: 200%; }

.bnr_area .bnr_btn {width: 100%; position: relative; top: 0; right: 0;}
.bnr_area .bnr_btn li{width: calc(50% - 1px); margin:0 1px 1px 0; float: left;}
.bnr_area .bnr_btn li a{display: block; padding: 12px 0; color: #3864A1; font-size: 13px; font-style: italic; background-color: #FFF;
text-decoration: none; text-align: center;}
.bnr_area .bnr_btn li a:hover{background-color: #F0F0F0;}


.notfound_btn{width: 160px; margin: 40px auto 0 auto;}
.notfound_btn a{display: block; width: 160px; padding: 10px 0; background-color: #FFF; text-align: center; text-decoration: none;
font-size: 14px; font-family: 'BodoniMT', serif;}
.notfound_btn a:hover{background-color: #F0F0F0;}

	
.cap_shop .pcnone{display: inherit;}

	
/*---------------------------------------------------
	#Footer
---------------------------------------------------*/
footer {width:100%; margin: 0 0 0 0; position: relative;}

footer .footertop{width: 90%; height: 60px; background-color: #F5F6FA; margin-left: 10%;}

footer .footerarea{width:100%; margin: 0;}

footer .pagetop{width: 58px; position: absolute; right:40px; top: 30px; z-index: 99999;}

footer .submenu{width: 90%;  margin:0 auto 0 auto; position:relative; top: 150px; right: 0; z-index: 100;}
/*
footer .submenu ul{width: 60%; padding:0; margin: 0 auto; }
footer .submenu li{width: 50%; float:left; margin: 0 0 0 0; text-align: center;}
	*/
footer .submenu ul{width: 100%; padding:0; margin: 0 auto; }
footer .submenu li{width: 100%;  margin: 0 0 0 0; text-align: center;}
	

footer .submenu a{position: relative; font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif; font-size: 12px; color: #000; letter-spacing:.03em; text-decoration: none;}
footer .submenu a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 0.8px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

footer .submenu a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

    
footer .bnr{width: 75%; margin: 40px auto 40px auto;  position: relative; bottom: auto; right: auto; z-index: 100;}
footer .bnr a{display: block; border: 1px solid #DDD; text-align: center; padding: 13px 0 13px 0; transition: all 0.2s ease;}
footer .bnr a img{width: 50%;}
footer .bnr a:hover{background-color: #F5F6FA; transition: all 0.1s ease;}


footer .logoarea{width: 100%; text-align: center; margin: 20px 0 20px 0;}

footer .footlogo{margin: 0 0 80px 0;}
footer .footlogo img{width:75px;}



footer .logoarea .copyright {margin:40px 0 0 0; font-size: 10px;}


footer .logoarea .snsarea{width: 228px; margin:0 auto 0 auto;}
footer .logoarea .snsarea ul {margin:0; padding: 0;}
footer .logoarea .snsarea li {width: 52px; float: left; margin:0 12px;}

footer .logoarea .snsarea li a{display: block; width: 52px; height: 52px; background-color: #F5F6FA; position: relative; border-radius: 26px;
transition: all 0.2s ease;}
footer .logoarea .snsarea li a:hover{ background-color: #EFEFEF; transition: all 0.1s ease;}



/*  SVG 色サイズ設定*/
footer .my_svg02{width: 9.5px;height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
footer .my_svg03{width: 23px;height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
footer .my_svg04{width: 17px;height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

footer .my_svg02 path,footer .my_svg03 path,footer .my_svg04 path{
    color:#3B4043;
    fill: currentColor;
	transition: all 0.1s ease;
}
footer .my_svg02 .st0,footer .my_svg03 .st0,footer .my_svg04 .st0{fill:#3B4043; transition: all 0.4s ease;}




footer .btn_arrow {
  background: #3864A1;
  text-align: center;
  width: 58px;
  height: 58px;
  cursor: pointer;
  position: relative;
  display: inline-block;
	z-index:1;
	border-radius: 29px;
	transition: all 0.2s ease;
}


footer .btn_arrow:hover {
  background: #FF4B96;
	transition: all 0.1s ease;
}


footer .btn_arrow:hover:after {
	left: 0%;
	right: auto;
	height: 0%;
}

footer .btn_arrow:active {top: 0;}


/*  SVG 色サイズ設定*/
footer .my_svg01{
	width: 10.5px;
	height: auto;
	margin-top:18px;
}
footer .my_svg01 path{
    color:#FFF;
    fill: currentColor;
	transition: all 0.1s ease;
}
footer .my_svg01 .st0{fill:#FFF;}

/*　hover時のSVGカラー */
footer .btn_arrow:hover .my_svg01 .st0{
	fill:#FFF;
	transition: all 0.1s ease;
}

/*　hover時のSVG位置*/
footer .arrow .my_svg01{
	position: relative;
	top:0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

footer .arrow:hover .my_svg01{
	position: relative;
	top:10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}
footer .arrow .my_svg01{
	position: relative;
	left:0;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}

footer .arrow:hover .my_svg01{
	position: relative;
	top:-10px;
	transition: all 0.3s cubic-bezier(0.215, 0.61, 0.325, 1) 0s;
}



/*---------------------------------------------------
	Table color
---------------------------------------------------*/
 .colTable {
	font-size:13px;
	line-height:160%;
    border-top: 1px solid #67ADDB; border-left: 1px solid #67ADDB; border-right: 1px solid #67ADDB; }

     .colTable th {
      padding: 25px 25px;
      border-bottom: 1px solid #67ADDB; border-right: 1px solid #67ADDB;border-bottom: 1px solid #67ADDB;
      vertical-align: top; }

   .colTable td {
      padding: 25px 25px;
      border-bottom: 1px solid #67ADDB; }

   .colTableback {
	   font-size:13px;
      color: #fff;
	  font-weight:100;
	  background-color: #0079C0;}



/*=====================================================================
Overzoom
======================================================================= */
.wipe_block02 .photo {
	width: 280px;
  overflow: hidden;
}
.wipe_block02 .photo a img {
  display: block;
  transition: 0.4s ease-in-out;
}
.wipe_block02 .photo a:hover img {
  transform: scale(1.10) rotate(0.1deg);
  opacity: 0.8;
}
/*=====================================================================
scroll animation
======================================================================= */
.wipe_block02 .photo a {
  display: block;
  transition: 0.9s ease-in-out;
  transition-delay:0.7s;
  width: 0%;
  overflow: hidden;
}
.wipe_block02.in .photo a {
  display: block;
  transition: 0.8s ease-in-out;
  transition-delay:0.7s;
  width: 100%;
  overflow: hidden;
}

	
	


	
/*===================================================================== */
	
}
/* responsive End */



