/* ===================================================================
CSS information
 file name  :  common.css
 style info :  基本構造（common.css）
 admin info :  Kazuki Goto
=================================================================== */
body {
	background-color:#FFFFFF;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, Arial;
	letter-spacing:3px;
	line-height:1.7;
	font-size:12px;
}

a:link{
	text-decoration:none;
	color:#444;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	}

a:hover{
	text-decoration:none;
	color:#9cb1ba;
	}

a:visited{
	text-decoration:none;
	}

a img{
  opacity: 1;
  transition: 0.3s;
}
a:hover img{
  opacity: 0.6;
}

.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}

@media screen and (min-width: 769px) {
/* PC用のスタイル記述 */
#wrapper {
	/*width:960px;
	margin:0 auto;*/
	width:100%;
}
#header {
	width:100%;
	float:left;
	background:url(../img/common/img_anime01.gif) no-repeat 100px top;
}
#header h1 {
	text-align:center;
	margin:120px auto 40px auto;
}

#nav_ph {
	display:none;
}

#nav {
	width:450px;
	margin:0 auto 120px auto;
}
#nav ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
#nav ul li {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Muli', sans-serif;
}

#nav ul li a:link{
	text-decoration:none;
	padding-bottom:15px;
	font-weight:bold;
	}

#nav ul li a:hover{
	text-decoration:none;
	}

.nav01, .nav02, .nav03, .nav04 {
	margin-right:10px;
}

/*nav変更後*/
#nav_change {
  background: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
  padding: 10px;
}

#nav_change .inner{
	width:450px;
	margin:0 auto;
	}
	
#nav_change h1 {
  float: left;
  padding:0;
  margin:0;
}
#nav_change ul {
  float: left;
  margin:40px 0 0 30px;
}
#nav_change ul li {
  float: left;
  padding-right:15px;
  font-family: 'Muli', sans-serif;
}

#nav_change ul li a:link{
	color:#fff;
}

#nav_change ul li a:hover{
	color:#9cb1ba;
	}

#nav_change ul li a:visited{
	color:#fff;
}

/* .viewer
------------------------- */
.viewer {
    margin:120px auto 0 auto;
    width: 100%;
	/*height:500px;*/
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

#contents {
	width:100%;
	float:left;
}
#content_left {
	width:750px;
	float:left;
	margin-bottom:20px;
}
.left_box {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.sub_content {
	width:100%;
	float:left;
	padding:85px 0;
}

.sub_content#info{
	background:url(../img/common/bg_01.jpg) repeat center top;
	}

.sub_content#menu{
	background:url(../img/common/img_anime02.gif) no-repeat right bottom;
	}

.sub_content#port{
	background:url(../img/common/bg_01.jpg) repeat center top;
	}

.sub_content#contact{
	background:url(../img/common/bg_01.jpg) repeat center top;
	}

.sub_content_inner{
	width:850px;
	margin:0 auto;
	clear:both;
	}

.sub_content h2{
	text-align:center;
	margin:0 auto;
	}

.sub_content h3.h3_info01{
	font-family: 'Muli', sans-serif;
	}

.info_box01{
	float:left;
	display:block;
	}

.info_box02{
	width:500px;
	float:right;
	display:block;
	min-height:300px;
	padding:30px;
	}

.info_box02 p{
	line-height:2;
	margin-bottom:15px;
	}

.eng{
	color:#9cb1ba;
	font-family: 'Dancing Script', cursive;
	}

.info_box03{
	float:right;
	display:block;
	padding-top:80px;
	}

.btn_info01{
	margin:40px 0 0 0;
	clear:both;
	}

.btn_more{
	clear:both;
	margin:0 auto;
	width:321px;
	}

ul.list01{
	width:100%;
	margin:20px 0;
	}

ul.list01 li{
	padding:15px 0 15px 10px;
	border-bottom:1px dashed #ccc;
	}

p.p_small{
	font-size:80%;
	}

p.p_right{
	text-align:right;
	}

ul.ul_port{
    width:680px;
	margin:60px auto;
	}

ul.ul_port li{
	width:220px;
	height:220px;
	margin-right:10px;
	float:left;
	-webkit-border-radius: 110px;/* width,heightの半分 */
	-moz-border-radius: 110px;
	border-radius: 110px;
	background-color: #999;/* 円の色 */
}

ul.ul_port li:last-child{
	margin-right:0;
	}

/*.box01, .box02, .box03, .box05, .box06, .box07 {
	margin-right:10px;
}*/

p.p_port01{
	text-align:center;
	margin:40px auto;
	}

.sub_content#contact iframe{
	width:100%;
	border:0;
	height:300px;
	}

#feed_window{
	width:100%;
	border:0;
	height:100px;
	}



/*---------------------------
ページトップへ戻るボタン
-----------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 0;
	right: 20px;
}

#footer {
	background-color:#404040;
	width:100%;
	padding:130px 0;
	float:left;
}

#footer .ft_inner{
	width:700px;
	margin:0 auto;
	color:#bbb;
	}

#footer .ft_map{
	width:330px;
	float:right;
	}

#footer .ft_info{
	font-family: 'Muli', sans-serif;
	font-weight:bold;
	float:left;
	text-align:center;
	}

#footer .ft_info a:link{
	color:#bbb;
	}

#footer .ft_info a:hover{
	text-decoration:none;
	color:#9cb1ba;
	}

#footer .ft_info a:visited{
	text-decoration:none;
	}

#footer .ft_info span{
	font-size:160%;
	}


}
@media screen and (max-width: 768px) {
/* タブレット用のスタイル記述 */
#wrapper {
	/*width:960px;
	margin:0 auto;*/
	width:100%;
}
#header {
	width:100%;
	float:left;
	background:url(../img/common/img_anime01.gif) no-repeat 100px top;
}
#header h1 {
	text-align:center;
	margin:120px auto 40px auto;
}

#nav_ph {
	display:none;
}

#nav {
	width:450px;
	margin:0 auto 120px auto;
}
#nav ul {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}
#nav ul li {
	display: table-cell;
	vertical-align: middle;
	font-family: 'Muli', sans-serif;
}

#nav ul li a:link{
	text-decoration:none;
	padding-bottom:15px;
	font-weight:bold;
	}

#nav ul li a:hover{
	text-decoration:none;
	}

.nav01, .nav02, .nav03, .nav04 {
	margin-right:10px;
}

/*nav変更後*/
#nav_change {
  background: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
  padding: 10px;
}

#nav_change .inner{
	width:630px;
	margin:0 auto;
	}
	
#nav_change h1 {
  float: left;
  padding:0;
  margin:0;
}
#nav_change ul {
  float: left;
  margin:40px 0 0 30px;
}
#nav_change ul li {
  float: left;
  padding-right:15px;
  font-family: 'Muli', sans-serif;
}

#nav_change ul li a:link{
	color:#fff;
}

#nav_change ul li a:hover{
	color:#9cb1ba;
	}

#nav_change ul li a:visited{
	color:#fff;
}

/* .viewer
------------------------- */
.viewer {
    margin:120px auto 0 auto;
    width: 100%;
	/*height:500px;*/
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}
 
/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.viewer ul {
    display: inline-block;
    overflow: hidden;
}

#contents {
	width:100%;
	float:left;
}
#content_left {
	width:750px;
	float:left;
	margin-bottom:20px;
}
.left_box {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.sub_content {
	width:100%;
	float:left;
	padding:85px 0;
}

.sub_content#info{
	background:url(../img/common/bg_01.jpg) repeat center top;
	}

.sub_content#menu{
	background:url(../img/common/img_anime02.gif) no-repeat right bottom;
	}

.sub_content#port{
	background:url(../img/common/bg_01.jpg) repeat center top;
	}

.sub_content#contact{
	
	}

.sub_content_inner{
	width:100%;
	clear:both;
	}

.sub_content h2{
	text-align:center;
	margin:0 auto;
	}

.sub_content h3.h3_info01{
	font-family: 'Muli', sans-serif;
	}

.info_box01{
	float:left;
	display:block;
	}

.info_box02{
	width:500px;
	float:right;
	display:block;
	min-height:300px;
	padding:30px;
	}

.info_box02 p{
	line-height:2;
	margin-bottom:15px;
	}

.eng{
	color:#9cb1ba;
	font-family: 'Dancing Script', cursive;
	}

.info_box03{
	float:right;
	display:block;
	padding-top:80px;
	}

.btn_info01{
	margin:40px 0 0 0;
	clear:both;
	}

.btn_more{
	clear:both;
	margin:0 auto;
	width:321px;
	}

ul.list01{
	width:100%;
	margin:20px 0;
	}

ul.list01 li{
	padding:15px 0 15px 10px;
	border-bottom:1px dashed #ccc;
	}

p.p_small{
	font-size:80%;
	}

p.p_right{
	text-align:right;
	}

ul.ul_port{
    width:680px;
	margin:60px auto;
	}

ul.ul_port li{
	width:220px;
	height:220px;
	margin-right:10px;
	float:left;
	-webkit-border-radius: 110px;/* width,heightの半分 */
	-moz-border-radius: 110px;
	border-radius: 110px;
	background-color: #999;/* 円の色 */
}

ul.ul_port li:last-child{
	margin-right:0;
	}

/*.box01, .box02, .box03, .box05, .box06, .box07 {
	margin-right:10px;
}*/

p.p_port01{
	text-align:center;
	margin:40px auto;
	}

.sub_content#contact iframe{
	width:100%;
	border:0;
	height:300px;
	}

#feed_window{
	width:100%;
	border:0;
	height:200px;
	}

/*---------------------------
ページトップへ戻るボタン
-----------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 0;
	right: 20px;
}

#footer {
	background-color:#404040;
	width:100%;
	padding:40px 0;
	float:left;
}

#footer .ft_inner{
	width:90%;
	margin:0 auto;
	color:#bbb;
	}

#footer .ft_map{
	width:330px;
	float:right;
	}

#footer .ft_info{
	font-family: 'Muli', sans-serif;
	font-weight:bold;
	float:left;
	text-align:center;
	}

#footer .ft_info a:link{
	color:#bbb;
	}

#footer .ft_info a:hover{
	text-decoration:none;
	color:#9cb1ba;
	}

#footer .ft_info a:visited{
	text-decoration:none;
	}

#footer .ft_info span{
	font-size:160%;
	}
}
@media screen and (max-width: 620px) {
/* スマートフォン用のスタイル記述 */
.spNone {display:none;}

#wrapper {
	/*width:960px;
	margin:0 auto;*/
	width:100%;
}
#header {
	width:100%;
	float:left;
	background:url(../img/common/topimg_03.jpg) no-repeat center top;
	background-size:cover;
}
#header h1 {
	text-align:center;
	margin:80px auto;
}

#header h1 img{
	-webkit-filter: invert(100%);
     -moz-filter: invert(100%);
     -o-filter: invert(100%);
     -ms-filter: invert(100%);
     filter: invert(100%);
	}

#nav {
	display:none;
}

#nav_ph {
	background-color:#666;
	width:100%;
	margin-bottom:10px;
	float:left;
	display:block;
}
#nav_ph ul {
	width:100%;
	float:left;
}
#nav_ph ul li {
	width:100%;
	line-height:50px;
	float: left;
	background-color:#000;
	text-align:center;
}

#nav_ph ul li a:link{
	color:#fff;
}

#nav_ph ul li a:hover{
	color:#fff;
}

#nav_ph ul li a:visited{
	color:#fff;
}



.nav01, .nav02, .nav03, .nav04 {
	margin-bottom:1px;
}

.nav_change{
	display:none;
	}

/* .viewer
------------------------- */
.viewer{
    display:none;
}


#contents {
	width:100%;
}

.sub_content {
	width:100%;
	padding:85px 0;
}

.sub_content#info{
	background:url(../img/common/bg_01.jpg) repeat center top;
	}

.sub_content#menu{
	background:url(../img/common/img_anime02.gif) no-repeat right bottom;
	}

.sub_content#port{
	display:none;
	}

.sub_content#contact{
	display:none;
	}

.sub_content_inner{
	width:100%;
	}

.sub_content h2{
	text-align:center;
	}

.sub_content h3.h3_info01{
	font-family: 'Muli', sans-serif;
	}

.info_box01{
	display:none;
	}

.info_box02{
	display:none;
	}

.info_box03{
	display:none;
	}

.btn_info01{
	width:100%;
	text-align:center;
	}

.btn_more{
	clear:both;
	margin:0 auto;
	width:100%;
	}

.eng{
	color:#9cb1ba;
	font-family: 'Dancing Script', cursive;
	}

#feed_window{
	width:100%;
	border:0;
	height:200px;
	}

#footer {
	background-color:#404040;
	width:100%;
	padding:40px 0;
}

#footer .ft_inner{
	width:90%;
	margin:0 auto;
	color:#bbb;
	}

#footer .ft_map{
	width:100%;
	}

#footer .ft_info{
	font-family: 'Muli', sans-serif;
	font-weight:bold;
	float:left;
	text-align:center;
	padding-bottom:20px;
	}

#footer .ft_info a:link{
	color:#bbb;
	}

#footer .ft_info a:hover{
	text-decoration:none;
	color:#9cb1ba;
	}

#footer .ft_info a:visited{
	text-decoration:none;
	}

#footer .ft_info span{
	font-size:160%;
	}

#feed_window{
	width:100%;
	border:0;
	height:200px;
	}
	
	
}