@charset "UTF-8";

/* 基本設定
---------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}

ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

a:link {
	color:#000;
	text-decoration: none;
} /*未訪問のリンクの色*/
a:visited {
	color:#000;
	text-decoration: none;
} /*訪問済みのリンクの色*/
a:hover {
	color:#000;
	text-decoration: none;
} /*カーソルが乗っているリンクの色*/
a:active {
	color:#000;
	text-decoration: none;
} /*クリック中のリンクの色*/

a:hover img{
    opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* html
---------------------------------------------------------------------------------------------------*/
html{
	overflow-y:scroll;
	height:100%;
	margin-bottom:1px;
	scroll-behavior: smooth;
}

/* img（イメージ設定）
---------------------------------------------------------------------------------------------------*/


a img {
	border	: none;
}/* レイアウト崩れ防止、imgタグのborder="0"記述省略*/

img {
	vertical-align:top
}/* 画像の隙間をなくす */


/* body(PC)
---------------------------------------------------------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size:16px;	
	color: #000;
	line-height:1;
	letter-spacing:0.1em;
	background-color: #f7eee8;
	background-repeat: repeat;
	background-position: center;
	background-size:contain;
	z-index: -1;
	}

/* body(tablet)
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 868px) {
	body {
	font-size:15px;	
	}
}

/* body(sp)
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	body {
	font-size:14px;	
}
}

/*  ------------------------------------------------------------------

	wrapper（ボディー箇所）

---------------------------------------------------------------------*/
.wrapper {
	width:100%;
	margin: 0 auto ;
	padding:2% 0;
	clear: both;
	}

.wrapper a:hover img{
    opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 868px) {
	.wrapper {
	width:100%;
	margin: 0 auto;
	padding:2% 0;
	clear: both;
	}
}

@media only screen and (max-width: 480px) {
	.wrapper {
	width:100%;
	margin: 0 auto;
	padding:4% 0;
	clear: both;
	}
}

.wrapper a{
	color:#000;
	text-decoration: underline;
}

.wrapper a:hover {
	color:#ff6600;
} /*カーソルが乗っているリンクの色*/

strong{
	font-weight:bold;
}



/* 改行
---------------------------------------------------------------------------------------------------*/
.br_sp{
	display: none;
}

@media only screen and (max-width: 480px) {
	.br_sp{
	display: block;
}
}

.br_pc{
	display: block;
}

@media only screen and (max-width: 868px) {
	.br_pc{
	display: none;
}
}

/* header
---------------------------------------------------------------------------------------------------*/
#header{
	width: 100%;
	max-width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;	
	background-color: #f7eee8;
	}

@media only screen and (max-width: 868px) {
	#header{
	height:auto;
	}
}

@media only screen and (max-width: 480px) {
	#header{
	height:auto;
	}
}

/* header枠（ロゴ）
---------------------------------------------------------------------------------------------------*/

#rogo{
	float: left;
	width: 350px;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 868px) {
	#rogo{
	float: left;
	width: 40%;
	margin: 0;
	padding: 0;
}
}

@media only screen and (max-width: 480px) {
	#rogo{
	float: left;
	width: 50%;
	margin: 0 0 1%;
	padding: 0;
}
}

/* header枠（メニュー）
---------------------------------------------------------------------------------------------------*/

.navigation {
	height: 70px;
	background: #f7eee8;
}
.brand {
	width: 200px;
	height: 70px;
	padding: 5px 0 0 20px;
	position: absolute;
	float: left;
	line-height: 70px;
	text-transform: uppercase;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
	.brand {
		width: 50%;
		padding: 2% 0 0 4%;
	}
}
.nav-container {
  max-width: 1024px;
  margin: 0 auto;
}
nav {
  float: right;
	font-size: 100%;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 12px;
  line-height: 70px;
  background: #f7eee8;
  color: #000000;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #004b9e;
  color: #ffffff;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
  color: #000000; /* やじるしの色 */
}
nav ul li ul li {
  min-width: 300px; /* 小メニューの幅 */
}
nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
	font-size: 100%;/* 小メニュー文字サイズ */
}
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #f7eee8;
  height: 70px;
  width: 70px;
}

br.menu001{
	line-height: 20px;
}
@media only screen and (max-width: 868px) {
  .nav-mobile {
    display: block;
  }

p.submenu001{
		color: #000;
		text-align: center;
        padding-top: 70%;
	}

  nav {
    width: 100%;
    padding: 70px 0 0px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
	  padding-left: 30px;
	  font-size: 120%;/* 小メニュー文字サイズ */
  }
  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 869px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #004b9e;/* 三本線の色 */
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* footer（パソコン）
---------------------------------------------------------------------------------------------------*/

#footer{
	width: 100%;
	margin:10% 0 0;
	padding: 0;
	background-color: #004b9e;
	overflow:hidden;
	clear:both;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer a:hover img{
    opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/* footer_sitemap（パソコン）
---------------------------------------------------------------------------------------------------*/
#footer_sitemap{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 90%;
	color: #fff;
}

#footer_sitemap ul.left0001{
	margin: 5% 0 5% 3%;
	width: 22%;
	float: left;
}

ul.left0001 li.first0001{
	width: 94%;
	margin:1% 1%;
	padding: 3% 2%;
	list-style-image:none;
}

ul.left0001 li.second0001{
	width: 86%;
	margin:1% 5%;
	padding: 2% 2%;
	list-style-image:url("../image/topic-path-gray.gif");
	line-height: 180%;
}
/* footer_sitemap（タブレット・スマホ）
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 868px) {
#footer_sitemap{
	display: none;
}

#footer_sitemap ul.left0001{
	display: none;
}

ul.left0001 li.first0001{
	display: none;
}

ul.left0001 li.second0001{
	display: none;
}
}

/* footer_bana（パソコン）
---------------------------------------------------------------------------------------------------*/
#footer_bana{
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.8);
	position: fixed !important; 
	position: absolute;
	bottom:0;
	left:0;
	z-index:300;
}

#footer_bana div{
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

.footerbox_left{
	width: 30% !important;
	margin: 0;
	padding: 5px 0 0;
	float: left;
}

.footerbox_left02{
	width: 36% !important;
	margin: 0;
	padding: 0.5% 2%;
	float: left;
}

.footerbox_left02 p{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 110%;
	line-height: 160%;
}

.footerbox_right{
	width: 30% !important;
	margin: 0;
	padding: 0%;
	float: right;
}

.footerbox_right img{
	margin: 0;
}


/* footer_bana（タブレット・スマホ）
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 868px) {
#footer_bana{
	display: none;
}
	
#footer_bana div{
	display: none;
}
	
.footerbox_left{
	display: none;
	}
.footerbox_right{
	display: none;
	}
.footerbox_right p{
	display: none;
}
}



/* copyright（パソコン・タブレット）
---------------------------------------------------------------------------------------------------*/
#copyright{
	background-color:#004b9e;
}

#copyright p{
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 140px;
	margin-top:0;
	margin-bottom:0;
	color:#FFF;
	text-align:center;
}

/*  copyright（スマホ）
---------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	#copyright{
	background-color:#004b9e;
}

    #copyright p{
	margin-left:auto;
	margin-right:auto;
	padding:10px 0;
	margin-top:0;
	margin-bottom:70px;
	color:#FFF;
	text-align:center;
}
}

/*----------------------------------------------------

 footer001（スマホ時　タップボタン表示）

----------------------------------------------------*/
#footer001 {
	display: none;
}

@media only screen and (max-width: 868px) {
	#footer001 {
	display: none;
}
}

@media only screen and (max-width: 480px) {
	#footer001 {
	display: block;
    position: relative;
	margin:5px 0 0 0;
	text-align: center;
	color: #ccc;
	overflow: hidden;
	width:100%;
	position: fixed !important; 
	position: absolute;
	bottom:0;
	left:0;
	z-index:300;
}

#footerNav  {
	margin:0;
}

#footerNav li.start001 {
	float:left;
	width:25%;
}

#footerNav li.last001 {
	float:right;
	width:25%;
}
}

/*トップページ（画像切替CSSのみで切替）
---------------------------------------------------------------------------------------------------*/
#stage {
	width: 100%;
	max-width: 1920px;
	position: relative;
	margin: 0 auto;
	background: #f7eee8;
}
#stage_sp {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #f7eee8;
}
.pic {
position: absolute;
}
.pic img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 40s infinite;
-webkit-animation: imgTrans 40s ease-in infinite;
animation: imgTrans 40s infinite;
}
#photo1 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#photo3 img {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
#photo4 img{
-moz-animation-delay: 24s;
-webkit-animation-delay: 24s;
animation-delay: 24s;
}
#photo5 img {
-moz-animation-delay: 32s;
-webkit-animation-delay: 32s;
animation-delay: 32s;
}
#photo6 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo7 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#photo8 img {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
#photo9 img{
-moz-animation-delay: 24s;
-webkit-animation-delay: 24s;
animation-delay: 24s;
}
#photo0 img {
-moz-animation-delay: 32s;
-webkit-animation-delay: 32s;
animation-delay: 32s;
}
@-webkit-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}


/*トップページ画像切替（パソコン表示・スマホ表示）
---------------------------------------------------------------------------------------------------*/

/* パソコン・タブレット時表示 */
#header001_top{
	width:100%;
	margin:0 auto;
	padding: 0;
	overflow: hidden;
	background-color: #f7eee8;
	}

@media only screen and (max-width: 868px) {
	#header001_top{
	width: 100%;
	margin:0 auto;
	padding:0;
	overflow: hidden;
	background-color: #f7eee8;
	}
}	
	
@media only screen and (max-width: 480px) {
	#header001_top{
	display: none;
	}
}
/* スマホ時表示 */
#header002_top{
	width:100%;
	margin:0 auto 5%;
	padding: 0;
	overflow: hidden;
	background-color: #f7eee8;
	display: block;
	}
	
@media only screen and (min-width: 480px) {
	#header002_top{
	display: none;
	}
}

/*  ------------------------------------------------------------------

	ロール時のスクロール動作

---------------------------------------------------------------------*/
.sa {
  opacity: 0;
  transition: all .8s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 50px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

/*  ------------------------------------------------------------------

	page_text001_left（左ブログ）

---------------------------------------------------------------------*/
div.page_text000{
	width: 100%;
	max-width: 960px;
	margin: 2% auto 2%;
	overflow: hidden;
}

div.page_text001_left {
	width:48%;
	max-width: 480px;
	margin:1%;
	padding: 0;
	display: block;
	background-color: #f7eee8;
	overflow: hidden;
	border:  #004b9e 1px solid;
	box-sizing: border-box;
	float: left;
	}

div.page_text001_left p{
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	text-align: center;
	line-height: 180%;
	color: #000000;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

div.page_text001_left a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 480px) {
	div.page_text001_left {
	width:96%;
	margin:0% 2% 8%;
	display: block;
	background-color: #f7eee8;
	overflow: hidden;
	border:  #004b9e 1px solid;
	box-sizing: border-box;
	float: none;
	}

	div.page_text001_left p{
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	text-align: center;
	line-height: 200%;
	color: #000000;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	div.bt_blog（ブログボタン）

---------------------------------------------------------------------*/
div.bt_blog{
	margin: 0;
	display: block;
}

@media only screen and (max-width: 480px) {
	div.bt_blog{
	margin: 5% 0 10%;
	display: block;
}
}

/*  ------------------------------------------------------------------

	page_text001_right（facebook）

---------------------------------------------------------------------*/

div.page_text001_right {
	width:48%;
	max-width: 480px;
	margin:1%;
	padding: 0;
	display: block;
	background-color: #f7eee8;
	overflow: hidden;
	border:  #004b9e 1px solid;
	box-sizing: border-box;
	float: right;
	}

div.page_text001_right p{
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	text-align: center;
	line-height: 180%;
	color: #000000;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

@media only screen and (max-width: 480px) {
	div.page_text001_right {
	width:96%;
	margin:1% 2% 8%;
	display: block;
	background-color: #f7eee8;
	overflow: hidden;
	border:  #004b9e 1px solid;
	box-sizing: border-box;
	float: none;
	}

	div.page_text001_right p{
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	text-align: center;
	line-height: 200%;
	color: #000000;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 80%;
}
}

/* スマホ用 */
@media screen and (max-width: 868px) {
	.fb-container {
		width: 100%;
		max-width: 360px;
	}
}
 
/* PC用 */
@media screen and (min-width: 869px) {
	.fb-container {
		width: 500px;
	}
}

/*  ------------------------------------------------------------------

	page_text001_center（ブログ全体）

---------------------------------------------------------------------*/

div.page_text001_center {
	width:98%;
	max-width: 960px;
	margin:3% 1% 4%;
	padding: 0;
	display: block;
	background-color: #f7eee8;
	overflow: hidden;
	border:  #004b9e 1px solid;
	box-sizing: border-box;
	float: left;
	}

div.page_text001_center p{
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
	line-height: 180%;
	color: #000000;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

div.page_text001_center a:hover{
	text-decoration: underline;
}



@media only screen and (max-width: 480px) {
	div.page_text001_center {
	width:98%;
	margin:1% auto;
	display: block;
	background-color: #f7eee8;
	overflow: hidden;
	border:  #004b9e 1px solid;
	box-sizing: border-box;
	float: none;
	}

	div.page_text001_center p{
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	text-align: center;
	line-height: 200%;
	color: #000000;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 80%;
}
}

/*  ------------------------------------------------------------------

	feedburner（ブログカ所）

---------------------------------------------------------------------*/

#mainFeed {
	width:100%;
	height:225px;
	background-repeat:no-repeat;
	margin			: 0 auto 5%;
	padding-top:0;
}

#mainFeed .feedburnerFeedBlock {
	height			: 200px;
}

#mainFeed .feedburnerFeedBlock ul {
	height			: 300px;
	font-size		: 13px;
	overflow		: auto;
}

#mainFeed .feedburnerFeedBlock ul a {
	text-decoration	: underline;
	color			: #000;
}

#mainFeed .feedburnerFeedBlock li {
	margin			: 0 0 0 3%;
	padding			: 8% 0 0 2%;
	background: url("../image/topic-path-gray.gif") left bottom no-repeat;
}

#mainFeed .feedburnerFeedBlock .headline {
	display: block;
	margin-bottom: 1px;
	padding-left: 10px;
}

#mainFeed .feedburnerFeedBlock p.date {
	margin: -55px 0 8px -400px;
}

#mainFeed #creditfooter {
	display: none;
	margin			: -30px 0 0 10%;
}

	
/*  ------------------------------------------------------------------

	feedburner　タブレット

---------------------------------------------------------------------*/


@media only screen and (max-width: 868px) {
#mainFeed {
	width:100%;
	height:325px;
	background-repeat:no-repeat;
	margin			: 0 auto 5%;
	padding-top:0;
}

#mainFeed .feedburnerFeedBlock {
	height			: 200px;
}

#mainFeed .feedburnerFeedBlock ul {
	height			: 300px;
	font-size		: 13px;
	overflow		: auto;
}

#mainFeed .feedburnerFeedBlock ul a {
	text-decoration	: underline;
	color			: #000;
}

#mainFeed .feedburnerFeedBlock li {
	margin			: 0 0 0 3%;
	padding			: 8% 0 0 2%;
	background: url("../image/topic-path-gray.gif") left bottom no-repeat;
}

#mainFeed .feedburnerFeedBlock .headline {
	display: block;
	margin-bottom: 1px;
	padding-left: 10px;
}

#mainFeed .feedburnerFeedBlock p.date {
	margin: -55px 0 8px -400px;
}

#mainFeed #creditfooter {
	display: none;
	margin			: -30px 0 0 10%;
}
}

/*  ------------------------------------------------------------------

	feedburner スマホ

---------------------------------------------------------------------*/


@media only screen and (max-width: 480px) {
#mainFeed {
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	margin			: 0 auto 5%;
	padding-top:0;
}

#mainFeed .feedburnerFeedBlock {
	height			: 200px;
}

#mainFeed .feedburnerFeedBlock ul {
	height			: 300px;
	font-size		: 13px;
	overflow		: auto;
	margin: 0;
}

#mainFeed .feedburnerFeedBlock ul a {
	text-decoration	: underline;
	color			: #000;
}

#mainFeed .feedburnerFeedBlock li {
	margin			: 0 0 0 2%;
	padding			: 3% 0 3% 1%;
	background: url("../image/topic-path-gray.gif") left center no-repeat;
}

#mainFeed .feedburnerFeedBlock .headline {
	display: block;
	margin-bottom: 1px;
	padding-left: 10px;
}

#mainFeed .feedburnerFeedBlock p.date {
	margin: -55px 0 8px -400px;
}

#mainFeed #creditfooter {
	display: none;
	margin			: -30px 0 0 10%;
}
}

/*  ------------------------------------------------------------------

	feedburner002

---------------------------------------------------------------------*/
#mainFeed002 {
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	margin			: 0 auto 5%;
	padding-top:0%;
}

#mainFeed002 .feedburnerFeedBlock {
	height			: 200px;
}

#mainFeed002 .feedburnerFeedBlock ul {
	height			: 275px;
	font-size		: 13px;
	overflow		: auto;
}

#mainFeed002 .feedburnerFeedBlock ul a {
	text-decoration	: underline;
	color			: #000;
}

#mainFeed002 .feedburnerFeedBlock li {
	margin			: 0 0 0 5%;
	padding			: 3% 0 0 3%;
	background: url("../image/topic-path-gray.gif") left bottom no-repeat;
}

#mainFeed002 .feedburnerFeedBlock .headline {
	display: block;
	margin-bottom: 1px;
	padding-left: 10px;
}

#mainFeed002 .feedburnerFeedBlock p.date {
	margin: -55px 0 8px -400px;
}

#mainFeed002 #creditfooter {
	display: none;
	margin			: -30px 0 0 10%;
}	
/*  ------------------------------------------------------------------

	feedburner002　タブレット

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
#mainFeed002 {
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	margin			: 0 auto 5%;
	padding-top:0;
}

#mainFeed002 .feedburnerFeedBlock {
	height			: 200px;
}

#mainFeed002 .feedburnerFeedBlock ul {
	height			: 300px;
	font-size		: 13px;
	overflow		: auto;
}

#mainFeed002 .feedburnerFeedBlock ul a {
	text-decoration	: underline;
	color			: #000;
}

#mainFeed002 .feedburnerFeedBlock li {
	margin			: 0 0 0 5%;
	padding			: 4% 0 0 1%;
	background: url("../image/topic-path-gray.gif") left bottom no-repeat;
}

#mainFeed002 .feedburnerFeedBlock .headline {
	display: block;
	margin-bottom: 1px;
	padding-left: 10px;
}

#mainFeed002 .feedburnerFeedBlock p.date {
	margin: -55px 0 8px -400px;
}

#mainFeed002 #creditfooter {
	margin			: -30px 0 0 10%;
}
}
/*  ------------------------------------------------------------------

	feedburner スマホ

---------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
#mainFeed002 {
	width:100%;
	height:200px;
	background-repeat:no-repeat;
	margin			: 0 auto 5%;
	padding-top:0;
}

#mainFeed002 .feedburnerFeedBlock {
	height			: 200px;
}

#mainFeed002 .feedburnerFeedBlock ul {
	height			: 300px;
	font-size		: 13px;
	overflow		: auto;
	margin: 0;
}

#mainFeed002 .feedburnerFeedBlock ul a {
	text-decoration	: underline;
	color			: #000;
}

#mainFeed002 .feedburnerFeedBlock li {
	margin			: 0 0 0 2%;
	padding			: 3% 0 3% 1%;
	background: url("../image/topic-path-gray.gif") left center no-repeat;
}

#mainFeed002 .feedburnerFeedBlock .headline {
	display: block;
	margin-bottom: 1px;
	padding-left: 10px;
}

#mainFeed002 .feedburnerFeedBlock p.date {
	margin: -55px 0 8px -400px;
}

#mainFeed002 #creditfooter {
	margin			: -30px 0 0 10%;
}
}
/*  ------------------------------------------------------------------

	ページ内　スクロール

---------------------------------------------------------------------*/
div.scroll001{
	height: 418px;
	overflow-y: scroll;
}


/*--------------------------------------------------------------------

 お問合せ

---------------------------------------------------------------------*/

ul.pankuzu001{
	margin: 2% auto;
	width: 100%;
	max-width: 1280px;
	list-style: none;
	overflow: hidden;
	clear: both;
}

ul.pankuzu001 li.sim000{
	margin: 5% 0; 
	padding: 3% 0;
	width: 33%;
	border: 1px #004b9e solid;
	box-sizing: border-box;
	text-align: center;
	color: #004b9e;
	font-size: 120%;
	display: inline-block;
}

ul.pankuzu001 li.sim001{
	margin: 5% 0;
	padding: 3% 0;
	width: 34%;
	background-color: #004b9e;
	border: 1px #004b9e solid;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 120%;
	display: inline-block;
}

/*  ------------------------------------------------------------------

	お問い合わせ箇所使用

---------------------------------------------------------------------*/

#form-tbl {
	margin: 0 0 10%;
	padding-bottom: 20%;
	color: #000;
}

@media only screen and (max-width: 480px) {
	#body { margin-left: 0; }
	
	/* 投稿フォーム */
	#form-tbl{
		margin: 0 auto;
		padding: 0;
		text-align: center;
		color: #000;
	}
}


.next001{
	margin: 5%;
}

/*  ------------------------------------------------------------------

	お問い合わせ箇所使用

---------------------------------------------------------------------*/


	/* 入力箇所*/
.enter001 {
	width: 98%;
	height: 30px;
	margin: 1%;
}

.btn{
	text-align: center;
}

.margin-bottom{
	margin-bottom: 30%;
}

.btn001{
	margin: 10% 0 0;
}
@media only screen and (max-width: 868px) {
.btn001{
	margin: 10% 0 0;
}
}

@media only screen and (max-width: 480px) {
.btn001{
	margin: 20% 0 0;
}
}

.next001{
	margin: 5%;
}

.bikou{
	margin: 1%;
	width: 80%;
}

.select1 {
	width:90%;
	padding: 2%;
	margin: 2%;
	border: 1px solid #d4d4d4;
	vertical-align: middle;
}

.select2 {
	width:100%;
	padding: 0;
	margin: 0;
	border: 1px solid #d4d4d4;
	vertical-align: middle;
}

.time001{
	width: 18%;
	height: 40px;
	margin: 1%;
}

.time002{
	width: 44%;
	height: 40px;
	margin: 1%;
}

.table_posi01{
	margin: 0;
	padding: 0 0 20px;
}

.form_txt2 {
	width: 90%;
	height: 200px;
	border: 1px solid #d4d4d4;
	padding: 2%;
	margin: 2%;
}


/* 上段に戻るボタン
---------------------------------------------------------------------------------------------------*/

.page-top{
	margin: 0 ;
	padding: 0 ;
	display: none;
}
 
.page-top p{
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 16px ;
	bottom: 140px ;
}
 
.move-page-top{
	display:block;
	padding-top: 10px;
	background: #f25400;
	width: 50px ;
	height: 40px ;
	color: #ffffff !important ;
	line-height: 15px ;
	letter-spacing:0.05em;
	text-decoration: none !important ;
	text-align: center ;
	text-indent:0.05em;
}

.move-page-top a{
	color: #ffffff;
}

.move-page-top:hover{
	opacity: 0.85 ;
}

/*  ------------------------------------------------------------------

	h1.title001（共通・パソコン）最新

---------------------------------------------------------------------*/

h1.title001{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1920px;
	list-style: none;
	clear: both;
	display: block;
	position: relative;
}


h1.title001 p{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
    left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	text-align: center;
	font-size: 250%;
	letter-spacing: 0.5em;
	font-weight:500;
	color: #000;
	text-shadow: 5px 5px 10px #fff;
	line-height: 180%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
/*  ------------------------------------------------------------------

	h1.title001（タブレット）最新

---------------------------------------------------------------------*/
@media only screen and (max-width: 868px) {
	h1.title001 p{
		font-size: 150%;
	}
	}
/*  ------------------------------------------------------------------

	h1.title001（スマホ）最新

---------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	h1.title001 p{
		font-size: 150%;
		font-weight:400;
	}
	}


/*  ------------------------------------------------------------------

	h2.title001

---------------------------------------------------------------------*/

h2.title001{
	width:92%;
	margin:2% auto 2%;
	padding:1%;
	border-bottom: #333333 solid 1px;
	text-align: center;
	line-height: 180%;
	color:#000000;
	clear:both;
	font-size: 150%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: block;
}

@media only screen and (max-width: 480px) {
	h2.title001{
	width:92%;
	margin:5% auto 10%;
	padding:1%;
	border-bottom: #333333 solid 1px;
	text-align: center;
	line-height: 180%;
	color:#000000;
	clear:both;
	font-size: 120%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	h2.title002

---------------------------------------------------------------------*/

h2.title002{
	width:96%;
	margin:4% auto 2%;
	padding:2%;
	text-align: center;
	line-height: 180%;
	color:#ffffff;
	clear:both;
	font-size: 150%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: block;
}


@media only screen and (max-width: 480px) {
	h2.title002{
	width:96%;
	margin:10% auto;
	padding:3% 2%;
	text-align: center;
	line-height: 180%;
	color:#ffffff;
	clear:both;
	font-size: 120%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	h2.title003

---------------------------------------------------------------------*/

h2.title003{
	width:100%;
	margin:4% auto 2%;
	padding:1%;
	text-align: center;
	line-height: 180%;
	color:#ffffff;
	clear:both;
	font-size: 150%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: block;
}


@media only screen and (max-width: 480px) {
	h2.title003{
	width:100%;
	margin:10% auto;
	padding:1%;
	text-align: center;
	line-height: 180%;
	background-color: #004b9e;
	color:#ffffff;
	clear:both;
	font-size: 120%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	h3.title001（白文字）

---------------------------------------------------------------------*/

h3.title001{
	width:92%;
	max-width: 960px;
	margin:2% auto 0;
	padding:2% 4%;
	text-align: left;
	line-height: 180%;
	color:#fff;
	clear:both;
	font-size: 140%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

@media only screen and (max-width: 868px) {
	h3.title001{
	width:96%;
	max-width: 868px;
	margin:2% auto 0;
	padding:2%;
	text-align: left;
	line-height: 180%;
	color:#fff;
	clear:both;
	font-size: 140%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

@media only screen and (max-width: 480px) {
	h3.title001{
	width:94%;
	max-width: 480px;
	margin:2% 1% 0;
	padding:3% 2%;
	text-align: left;
	line-height: 200%;
	color:#fff;
	clear:both;
	font-size: 110%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: 500;
}
}

/*  ------------------------------------------------------------------

	h3.title002（黒文字　下線）

---------------------------------------------------------------------*/

h3.title002{
	width:92%;
	max-width: 960px;
	margin:2% auto 0;
	padding:2% 4%;
	text-align: left;
	line-height: 180%;
	border-bottom: 1px #d6d6d6 solid;
	color:#000;
	clear:both;
	font-size: 140%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

@media only screen and (max-width: 868px) {
	h3.title002{
	width:96%;
	max-width: 868px;
	margin:2% auto 0;
	padding:2%;
	text-align: left;
	line-height: 180%;
	border-bottom: 1px #d6d6d6 solid;
	color:#000;
	clear:both;
	font-size: 140%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

@media only screen and (max-width: 480px) {
	h3.title002{
	width:94%;
	max-width: 480px;
	margin:2% 1% 0;
	padding:3% 2%;
	text-align: left;
	line-height: 200%;
	border-bottom: 1px #d6d6d6 solid;
	color:#000;
	clear:both;
	font-size: 120%;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-weight: 500;
}
}

/*  ------------------------------------------------------------------

	パソコンのみ表示

---------------------------------------------------------------------*/

#pc001{
}

@media only screen and (max-width: 480px) {
#pc001{
	display: none;
	
}
}

/*  ------------------------------------------------------------------

	↑ここまで

---------------------------------------------------------------------*/








	
strong{
	font-weight:bold;
}

/* 
---------------------------------------------------------------------------------------------------*/

.sec001 {
	width:920px;
	margin: 20px auto;
	padding: 20px;
	display: block;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	line-height: 28px;
	border: none;
	background-color: #fff;
	overflow: hidden;
	clear: both;
	}

@media only screen and (max-width: 868px) {
	.sec001  {
	width:96%;
	margin: 20px auto 0;
	padding: 2%;
	display: block;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	line-height: 28px;
	border: none;
	}
}

@media only screen and (max-width: 480px) {
	.sec001  {
	width:98%;
	margin: 5% auto 0;
	padding: 5% 1%;
	display: block;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	line-height: 28px;
	border: none;
	}
}

.sec001 p{
	width: 900px;
	padding: 10px;
	border: none;
}

@media only screen and (max-width: 868px) {
	.sec001 p{
	width:90%;
	padding: 10px;
	border: none;
	}
}

@media only screen and (max-width: 480px) {
	.sec001 p{
	width:94%;
	padding: 10px;
	border: none;
    }
}

.sec001 p.border{
	width: 860px;
	padding: 30px 30px;
	border: 1px #d6d6d6 solid;
}

@media only screen and (max-width: 868px) {
	.sec001 p.border{
	width:90%;
	padding: 10px;
	border: 1px #d6d6d6 solid;
	}
}

@media only screen and (max-width: 480px) {
	.sec001 p.border{
	width:94%;
	padding: 10px;
	border: 1px #d6d6d6 solid;
    }
}

.sec001 p.scroll001{
	width: 800px;
	height: 300px;
	margin: 50px auto;
	padding: 30px 30px;
	border: 1px #d6d6d6 solid;
	overflow-y: scroll;
}

@media only screen and (max-width: 868px) {
	.sec001 p.scroll001{
	width:90%;
	height: 300px;
	margin: 50px auto;
	padding: 10px;
	border: 1px #d6d6d6 solid;
	overflow-y: scroll;
	}
}

@media only screen and (max-width: 480px) {
	.sec001 p.scroll001{
	width:90%;
	height: 250px;
	margin: 10px auto 15px;
	padding: 10px;
	border: 1px #d6d6d6 solid;
	overflow-y: scroll;
    }
}

.sec001 p.img{
	width: 864px;
	margin: 0 auto;
	padding: 10px;
	border: none;
}

@media only screen and (max-width: 868px) {
	.sec001 p.img{
	width:90%;
	margin: 0 auto;
	padding: 10px;
	border: none;
	}
}

@media only screen and (max-width: 480px) {
	.sec001 p.img{
	width:94%;
	margin: 0 auto;
	padding: 10px;
	border: none;
    }
}



/*  ------------------------------------------------------------------

	h4.title001

---------------------------------------------------------------------*/

h4 {
	margin:0;
	padding:0;
}

h4.title001{
	width: 100%;
	margin: 30px 0;
	padding: 2% 0;
	background-color: #4c3b32;
	color: #fff;
	text-align: center;
}

@media only screen and (max-width: 868px) {
	h4.title001{
	width: 100%;
	margin: 20px 0;
	padding: 2% 2%;
	background-color: #4c3b32;
	color: #fff;
	text-align: center;
}
}

@media only screen and (max-width: 480px) {
	h4.title001{
	width:94%;
	margin: 2% auto 0;
	padding: 5% 1%;
	border-bottom: solid 1px #d6d6d6;
	background-color: #fff;
	color: #dcadad;
	font-weight: 300;
	text-align: center;
	line-height: 30px;
    }
}

h4.title002{
	width: 100%;
	margin: 30px 0;
	padding: 2% 5%;
	background-color: #4c3b32;
	color: #fff;
	text-align: left;
}

@media only screen and (max-width: 868px) {
	h4.title002{
	width: 100%;
	margin: 20px 0;
	padding: 2% 2%;
	background-color: #4c3b32;
	color: #fff;
	text-align: center;
}
}

@media only screen and (max-width: 480px) {
	h4.title002{
	width:98%;
	margin: 0 auto 0;
	padding: 3% 1%;
	background-color: #dcadad;
	color: #fff;
	font-weight: 300;
	text-align: center;
	line-height: 30px;
    }
}




#fb_area{
	margin:10px 0 30px 0;
}










#tel{
	float: right;
	width: 300px;
	margin: 10px 0 0 0;
	padding: 0;
}

@media only screen and (max-width: 868px) {
	#tel{
	float: right;
	width: 40%;
	margin: 10px 0 0 0;
	padding: 0;
}
}

@media only screen and (max-width: 480px) {
	#tel{
	float: right;
	width: 45%;
	margin: 2% 1% 1% 0;
	padding: 0;
}
}




/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
	height: auto;
    position: relative;
    overflow: hidden;
	box-shadow:0 0 10px 3px #f7eee8;
	clear:both;
}
.viewer ul {
    width:100%;
	height: auto;
    overflow: hidden;
    position: relative;
	
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

@media screen and (max-width: 760px) {
.viewer {
    margin: 0 auto;
    width: 100%;
	height: auto;
    position: relative;
    overflow: hidden;
	box-shadow:0 0 10px 3px #f7eee8;
	clear:both;
}
.viewer ul {
    width:100%;
	height: auto;
    overflow: hidden;
    position: relative;
	
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
}




 
/* 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;
}















/*  ------------------------------------------------------------------

	img001�E

---------------------------------------------------------------------*/

div.page_img001 {
	width:960px;
	margin:0 auto;
	padding: 0 0 140px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	clear: both;
	}

div.page_img001 p{
	padding: 20px 0;
	text-align: center;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: block;
}



/*  ------------------------------------------------------------------

	img001�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
	div.page_img001 {
	width:100%;
	margin:0 auto;
	padding: 0 0 140px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}
	
div.page_img001 p{
	padding: 20px 0;
	text-align: center;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	img001�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	div.page_img001 {
	width:100%;
	margin:0 auto;
	padding: 0 0 80px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}
	
div.page_img001 p{
	padding: 10px 0;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	img002�E

---------------------------------------------------------------------*/

div.page_img002 {
	width:100%;
	margin:0 auto;
	padding: 0 0 140px 0;
	display: block;
	background-color: #c9bfbf;
	overflow: hidden;
	}

div.page_img002 p{
	padding: 20px 0;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: block;
}

/*  ------------------------------------------------------------------

	img002�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
	div.page_img002 {
	width:100%;
	margin:0 auto;
	padding: 0 0 140px 0;
	display: block;
	background-color: #c9bfbf;
	overflow: hidden;
}
	
div.page_img002 p{
	padding: 20px 0;
	text-align: center;
	line-height: 45px;
	color: #ffffff;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: block;
}
}

/*  ------------------------------------------------------------------

	img002�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	div.page_img002 {
	width:100%;
	margin:0 auto;
	padding: 0 0 80px 0;
	display: block;
	background-color: #c9bfbf;
	overflow: hidden;
}
	
div.page_img002 p{
	padding: 10px 0;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: block;
}
}

/*  ------------------------------------------------------------------

	bg_color001 �w�i�� �p�\�R��

---------------------------------------------------------------------*/

div.bg_color001 {
	width:100%;
	margin:10px auto;
	padding: 0 0 140px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	clear: both;
	}


/*  ------------------------------------------------------------------

	bg_color001 �w�i�� �^�u���b�g

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
	div.bg_color001 {
	width:100%;
	margin:10px auto;
	padding: 0 0 80px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}
}

/*  ------------------------------------------------------------------

	bg_color001 �w�i�� �X�}�z

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	div.bg_color001 {
	width:100%;
	margin:2% auto;
	padding: 0 0 40px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}
}

/*  ------------------------------------------------------------------

	bg_color002 

---------------------------------------------------------------------*/

div.bg_color002 {
	width:100%;
	margin:10px auto;
	padding: 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	clear: both;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	}


/*  ------------------------------------------------------------------

	bg_color002 

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
	div.bg_color002 {
	width:100%;
	margin:10px auto;
	padding: 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	}
}

/*  ------------------------------------------------------------------

	bg_color002 

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	div.bg_color002 {
	width:100%;
	margin:2% auto;
	padding: 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	}	
}


/*  ------------------------------------------------------------------

	img003�E

---------------------------------------------------------------------*/

div.page_img003 {
	width:100%;
	margin:0 auto;
	padding: 0 0 80px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}

div.page_img003 p{
	padding: 20px 0;
	text-align: center;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: block;
}



/*  ------------------------------------------------------------------

	img003�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
	div.page_img003 {
	width:100%;
	margin:0 auto;
	padding: 0 0 80px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}
	
div.page_img003 p{
	padding: 20px 0;
	text-align: center;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	img003�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	div.page_img003 {
	width:100%;
	margin:0 auto;
	padding: 0 0 40px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}
	
div.page_img003 p{
	padding: 10px 0;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	img004�E

---------------------------------------------------------------------*/

div.page_img004 {
	width:100%;
	margin:50px auto 0;
	padding: 0 0 80px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}

div.page_img004 p{
	padding: 20px 0;
	text-align: center;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	display: block;
}



/*  ------------------------------------------------------------------

	img004�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
	div.page_img004 {
	width:100%;
	margin:50px auto 0;
	padding: 0 0 80px 0;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}
	
div.page_img004 p{
	padding: 20px 0;
	text-align: center;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	img004�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	div.page_img004 {
	width:90%;
	margin:30px auto 0;
	padding: 0 2% 40px;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}
	
div.page_img004 p{
	padding: 10px 0;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}



/*  ------------------------------------------------------------------

	����\�@�^�O

---------------------------------------------------------------------*/

ul.price0001{
	margin: 0 auto;
	width: 960px;
	list-style-image:none;
}

ul.price0001 li{
	float: left;
	margin: 0.5% 0.5% 0% 0;
	padding: 1% 0;
	width: 24%;
	text-align: center;
	background-color: #4c3b32;
	background-image: url("../image/common/navi001.png");
	background-repeat: no-repeat;
	background-position: 10%;
	color: #ffffff;
}

ul.price0001 li a{
	color: #ffffff;
}

/*  ------------------------------------------------------------------

	����\�@�^�O(�X�}�z)

---------------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
ul.price0001{
	margin: 0 auto;
	width: 100%;
	list-style: none;
}

ul.price0001 li{
	float: left;
	margin: 0.5% 0.5% 0% 0;
	padding: 1% 0;
	width: 48%;
	text-align: center;
	background-color: #4c3b32;
	background-image: url("../image/common/navi001.png");
	background-repeat: no-repeat;
	background-position: 2%;
	color: #ffffff;
	display: block;
}

ul.price0001 li a{
	color: #ffffff;
}
}









/*  ------------------------------------------------------------------

	img0003�E�横並びイメージ�E�リスチE枚�E真　パソコン サロン案�E

---------------------------------------------------------------------*/

ul.img0003{
	margin: 0 auto;
	width: 960px;
	list-style: none;
}

ul.img0003 li{
	float: left;
	margin: 60px 0 0 32px;
	width: 432px;
	display: block;
	text-align: center;
}

ul.img0003 li a{
	color: #333333;
	}

ul.img0003 li a:hover img{
	transition: 1.0s;
    opacity:0.60;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -moz-opacity:0.60;
}

ul.img0003 img{
	margin: 0 0 10px 0;
}

/*  ------------------------------------------------------------------

	img002�E�横並びイメージ�E�リスチE枚�E真　タブレチE��　サロン案�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
	ul.img0003{
	margin: 0 auto;
	width: 780px;
	list-style: none;
}

ul.img0003 li{
	float: left;
	margin: 60px 0 0 1%;
	width: 47%;
	display: block;
	text-align: center;
}

ul.img0003 li a{
	color: #333333;
	}

ul.img0003 li a:hover img{
	transition: 1.0s;
    opacity:0.60;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -moz-opacity:0.60;
}

ul.img0003 img{
	margin: 0 0 10px 0;
}
}

/*  ------------------------------------------------------------------

	img002�E�横並びイメージ�E�リスチE枚�E真　スマ�E　サロン案�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	ul.img0003{
	margin: 0 auto;
	width: 100%;
	list-style: none;
}

ul.img0003 li{
	float: left;
	margin: 40px 0 0 2%;
	width: 47%;
	display: block;
	text-align: center;
}

ul.img0003 li a{
	color: #333333;
	}

ul.img0003 li a:hover img{
	transition: 1.0s;
    opacity:0.60;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -moz-opacity:0.60;
}

ul.img0003 img{
	margin: 0 0 10px 0;
}
}

/*  ------------------------------------------------------------------

	img0004�E�p�\�R���@3����

---------------------------------------------------------------------*/

ul.img0004{
	margin: 0 auto;
	width: 960px;
	list-style: none;
	
}

ul.img0004 li{
	float: left;
	margin: 0;
	width: 320px;
	display: block;
	text-align: center;
}

ul.img0004 li.title001{
	float: left;
	margin: 0;
	width: 960px;
	display: block;
	text-align: center;
}

ul.img0004 li a{
	color: #333333;
	}

ul.img0004 li a:hover img{
	transition: 1.0s;
    opacity:0.60;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -moz-opacity:0.60;
}

ul.img0004 img{
	margin: 0;
}

/*  ------------------------------------------------------------------

	img0004�E�^�u���b�g�@3����

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
	ul.img0004{
	margin: 0 auto;
	width: 100%;
	list-style: none;
	
}

ul.img0004 li{
	float: left;
	margin: 0;
	width: 33%;
	display: block;
	text-align: center;
}
	
ul.img0004 li.title001{
	float: left;
	margin: 0;
	width: 99%;
	display: block;
	text-align: center;
}


ul.img0004 li a{
	color: #333333;
	}

ul.img0004 li a:hover img{
	transition: 1.0s;
    opacity:0.60;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -moz-opacity:0.60;
}

ul.img0004 img{
	margin: 0;
}
}

/*  ------------------------------------------------------------------

	img0004�E�X�}�z�@3����

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	ul.img0004{
	margin: 0 auto;
	width: 100%;
	list-style: none;
}

ul.img0004 li{
	float: left;
	margin: 0;
	width: 33%;
	display: block;
	text-align: center;
}
	
ul.img0004 li.title001{
	float: left;
	margin: 0;
	width: 99%;
	display: block;
	text-align: center;
}


ul.img0004 li a{
	color: #333333;
	}

ul.img0004 li a:hover img{
	transition: 1.0s;
    opacity:0.60;
    filter:alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
    -moz-opacity:0.60;
}

ul.img0004 img{
	margin: 0;
}
}


/*　------------------------------------------------------------------

吁E�Eージ

------------------------------------------------------------------*/


p.qa001{
	width: 80% !important;
	margin: 0 auto;
	padding: 10px 5% 10px !important;
	background-color: #142c74 !important;
	text-align: left;
	line-height: 45px;
	color: #ffffff !important;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	border-bottom: #999999 1px solid;
    font-weight: bold;
}

@media only screen and (max-width: 868px) {
	p.qa001{
	width: 90% !important;
	margin: 0 auto;
	padding: 10px 5% 10px !important;
	background-color: #142c74 !important;
	text-align: left;
	line-height: 45px;
	color: #ffffff !important;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	border-bottom: #999999 1px solid;
	font-weight: bold;
}
}

@media only screen and (max-width: 480px) {
	p.qa001{
	width: 90% !important;
	margin: 0 auto;
	padding: 15px 5% 10px !important;
	background-color: #142c74 !important;
	text-align: left;
	line-height: 30px;
	color: #ffffff !important;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	border-bottom: #999999 1px solid;
	font-weight: bold;
}
}





/*  ------------------------------------------------------------------

	チE��スチE02(15px 15px 15px)背景色

---------------------------------------------------------------------*/

div.page_text002 {
	width:100%;
	margin:0 auto;
	display: block;
	background-color: #000000;
	overflow: hidden;
	}

@media only screen and (max-width: 868px) {
	div.page_text002 {
	width:100%;
	margin:0 auto;
	display: block;
	background-color: #000000;
	overflow: hidden;
	}
}

@media only screen and (max-width: 480px) {
	div.page_text002 {
	width:100%;
	margin:0 auto;
	display: block;
	background-color: #000000;
	overflow: hidden;
	}
}

div.page_text002 p{
    width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

@media only screen and (max-width: 868px) {
	div.page_text002 p{
	width: 90%;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

@media only screen and (max-width: 480px) {
	div.page_text002 p{
	width: 90%;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	line-height: 40px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	チE��スチE03(15px 15px 13px)背景白　パソコン

---------------------------------------------------------------------*/

div.page_text003 {
	width:100%;
	margin:0 auto;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}

div.page_text003 p{
	width: 90%;
	margin: 0 auto;
	padding: 30px 10px 50px;
	text-align: left;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

div.page_text003 p.sche{
	width: 94%;
	margin: 0 auto;
	padding: 30px 3% 50px;
	text-align: left;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

/*  ------------------------------------------------------------------

	チE��スチE03(15px 15px 13px)背景白　タブレチE��

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
	div.page_text003 {
	width:100%;
	margin:0 auto;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}
}

@media only screen and (max-width: 868px) {
	div.page_text003 p{
	width: 90%;
	margin: 0 auto;
	padding: 30px 10px 50px;
	text-align: left;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

@media only screen and (max-width: 868px) {
	div.page_text003 p.sche{
	width: 90%;
	margin: 0 auto;
	padding: 30px 5% 50px;
	text-align: left;
	line-height: 45px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	チE��スチE03(15px 15px 13px)背景白　スマ�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
	div.page_text003 {
	width:100%;
	margin:0 auto;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	}
}

@media only screen and (max-width: 480px) {
	div.page_text003 p{
	width: 90%;
	margin: 0 auto;
	padding: 15px 5% 30px;
	text-align: left;
	line-height: 30px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

@media only screen and (max-width: 480px) {
	div.page_text003 p.sche{
	width: 98%;
	margin: 0 auto;
	padding: 15px 1% 30px;
	text-align: left;
	line-height: 30px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}




/*  ------------------------------------------------------------------

	チE�Eブル左のdiv　スタチE��　パソコン

---------------------------------------------------------------------*/
div.staff001{
	width: 332px;
	margin: 10px 0 50px;
	float: left;
}

div.staff002{
	width: 608px;
	margin: 10px 0 50px;
	float: right;
}


div.staff002 p{
	width: 470px;
	margin: 0 auto;
	padding: 15px 5% 30px;
	text-align: left;
	line-height: 24px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}


/*  ------------------------------------------------------------------

	チE�Eブル左のdiv　スタチE��　タブレチE��

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
div.staff001{
	width: 40%;
	margin: 10px 0 50px;
	float: left;
}

div.staff002{
	width: 60%;
	margin: 10px 0 50px;
	float: right;
}
	
div.staff002 p{
	width: 50%;
	margin: 0 auto;
	padding: 15px 5% 30px;
	text-align: left;
	line-height: 24px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	チE�Eブル左のdiv　スタチE��　スマ�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
div.staff001{
	width: 90%;
	margin: 0 auto 20px;
	float: none;
}

div.staff002{
	width: 96%;
	margin: 5px auto 20px;
	float: none;
}
	
div.staff002 p{
	width: 90%;
	margin: 0 auto;
	padding: 15px 5% 30px;
	text-align: left;
	line-height: 30px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}






/*  ------------------------------------------------------------------

	div 半�E　パソコン

---------------------------------------------------------------------*/
div.haif001{
	width: 48%;
	margin: 10px 0 50px;
	float: left;
}

div.haif001 p{
	width: 100%;
	margin: 0 auto;
	padding: 15px 3% 30px;
	text-align: left;
	line-height: 24px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

div.haif002{
	width: 48%;
	margin: 10px 0 50px;
	float: right;
}

div.haif002 p{
	width: 100%;
	margin: 0 auto;
	padding: 15px 3% 30px;
	text-align: left;
	line-height: 24px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

/*  ------------------------------------------------------------------

	div 半�E　タブレチE��

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
div.haif001{
	width: 48%;
	margin: 10px 0 50px;
	float: left;
}

div.haif001 p{
	width: 100%;
	margin: 0 auto;
	padding: 15px 3% 30px;
	text-align: left;
	line-height: 24px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

div.haif002{
	width: 48%;
	margin: 10px 0 50px;
	float: right;
}

div.haif002 p{
	width: 100%;
	margin: 0 auto;
	padding: 15px 3% 30px;
	text-align: left;
	line-height: 24px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}

/*  ------------------------------------------------------------------

	div 半�E　スマ�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
div.haif001{
	width: 90%;
	margin: 0 auto 20px;
	float: none;
}
	
div.haif001 p{
	width: 90%;
	margin: 0 auto;
	padding: 15px 5% 30px;
	text-align: left;
	line-height: 30px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

div.haif002{
	width: 96%;
	margin: 5px auto 20px;
	float: none;
}
	
div.haif002 p{
	width: 90%;
	margin: 0 auto;
	padding: 15px 5% 30px;
	text-align: left;
	line-height: 30px;
	color: #333333;
	font-family: "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
}





/*  ------------------------------------------------------------------

	チE�Eブル左のdiv　スタイルスタチE��　パソコン

---------------------------------------------------------------------*/
div.style_staff001{
	width: 20%;
	margin: 100px 0 50px;
	padding: 0;
	float: left;
}

div.style_staff002{
	width: 80%;
	margin: 100px 0 50px;
	padding: 0;
	float: right;
}

/*  ------------------------------------------------------------------

	チE�Eブル左のdiv　スタイルスタチE��　タブレチE��

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
div.style_staff001{
	width: 20%;
	margin: 100px 0 50px;
	padding: 0;
	float: left;
}

div.style_staff002{
	width: 90%;
	margin: 100px 0 50px;
	padding: 0;
	float: right;
}
}

/*  ------------------------------------------------------------------

	チE�Eブル左のdiv　スタイルスタチE��　スマ�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
div.style_staff001{
	width: 50%;
	margin: 50px auto 20px;
	padding: 0;
	float: none;
}

div.style_staff002{
	width: 96%;
	margin: 50px auto 20px;
	padding: 0;
	float: none;
}
}



/*  ------------------------------------------------------------------

	リストスタイル(　　　)スタイルペ�Eジ　パソコン

---------------------------------------------------------------------*/

div.style_all{
	position: relative;
    overflow: hidden;
}

ul.style01{
	width: 935px;
	float:left;
    left:50%;
    position:relative;
	padding-left: 25px;
}

ul.style01 li{
	float:left;
    left:-50%;
    position:relative;
	width: 240px;
	margin: 20px 30px;
}


ul.style01 li a:hover img{
opacity:0.60;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-moz-opacity:0.60;
	transition: 2.0s;
}

/*  ------------------------------------------------------------------

	リストスタイル(　　　)スタイルペ�Eジ　タブレチE��

---------------------------------------------------------------------*/

@media only screen and (max-width: 868px) {
div.style_all{
	position: relative;
    overflow: hidden;
}

ul.style01{
	width: 640px;
	float:left;
    left:50%;
    position:relative;
	padding-left: 25px;
}

ul.style01 li{
	float:left;
    left:-50%;
    position:relative;
	width: 240px;
	margin: 20px 30px;
}


ul.style01 li a:hover img{
opacity:0.60;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-moz-opacity:0.60;
		transition: 2.0s;
}
}

/*  ------------------------------------------------------------------

	リストスタイル(　　　)スタイルペ�Eジ　スマ�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
div.style_all{
	position: relative;
    overflow: hidden;
}

ul.style01{
	width: 100%;
	float:left;
    left:50%;
    position:relative;
	padding-left: 2%;
}

ul.style01 li{
	float:left;
    left:-50%;
    position:relative;
	width: 40%;
	margin: 20px 4%;
}


ul.style01 li a:hover img{
opacity:0.60;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
-moz-opacity:0.60;
		transition: 2.0s;
}
}




/*  ------------------------------------------------------------------

	�C���X�^�@���C��

---------------------------------------------------------------------*/

div.inst0001{
	width:95%;
	max-width: 960px;
	margin: 30px auto 0;
	padding:0 0 0 5%;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
	clear: both;
	}

@media only screen and (max-width: 480px) {
div.inst0001 {
	width:96%;
	margin:0 auto;
	padding:5% 1% 5% 2%;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
    clear: both;
	}
}

/*  ------------------------------------------------------------------

	�C���X�^�@��

---------------------------------------------------------------------*/
div.inst_staff{
	width: 450px;
	margin:0 0 0 20px;
	padding:0;
	display: block;
	overflow: hidden;
}

@media only screen and (max-width: 868px) {
	div.inst_staff{
	width: 50%;
	margin:0 0 0 20px;
	padding:0;
	display: block;
	overflow: hidden;
}
}

@media only screen and (max-width: 480px) {
	div.inst_staff{
	width: 96%;
		height: 200px;
	margin: 0 0 0 4%;
	padding:0 0 0 0;
	display: block;
	overflow: hidden;
}
}



/*  ------------------------------------------------------------------

	動画

---------------------------------------------------------------------*/

div.video {
	width:90%;
	max-width: 960px;
	margin:30px auto 0;
	padding:0 5%;
	display: block;
	background-color: #f7eee8;
	overflow: hidden;
	clear: both;
	}

div.video iframe{
	margin: 2% 0;
	width: 100%;
	height:500px;
}

div.video p{
	width: 46%;
	margin: 0 1%;
	float: left;
}

@media only screen and (max-width: 480px) {
div.video {
	width:90%;
	margin:0 auto;
	padding:0 2%;
	display: block;
	background-color: #f7eee8;
	overflow: hidden;
	clear: both;
	}
div.video p{
	width: 96%;
	margin: 0 1%;
	float: left;
}
	
div.video iframe{
	margin: 0 0 20%;
	width: 100%;
	height: 300px;
}
}

/*  ------------------------------------------------------------------

	動画 半分

---------------------------------------------------------------------*/

div.video02 {
	width:36%;
	max-width: 400px;
	margin:0 2% 5%;
	padding:2% 0;
	display:inline-block;
	background-color: #f7eee8;
	overflow: hidden;
	float: left;
	clear: both;
	}

div.video02 iframe{
	margin: 2% 0;
	width: 100%;
	height:315px;
}

div.video02 p{
	width: 46%;
	margin: 0 1%;
	float: left;
}

@media only screen and (max-width: 480px) {
div.video02 {
	width:96%;
	margin:0 auto;
	padding:0 2%;
	display: block;
	background-color: #f7eee8;
	overflow: hidden;
	clear: both;
	}
div.video02 p{
	width: 96%;
	margin: 0 1%;
	float: left;
}
	
div.video02 iframe{
	margin: 0 0 10%;
	width: 100%;
	height: 300px;
}
}

/*  ------------------------------------------------------------------

	外部動画埋め込み

---------------------------------------------------------------------*/

iframe.datumou001{
	width: 90% !important;
	max-width: 868px !important;
}



/*  ------------------------------------------------------------------

	ボタン

---------------------------------------------------------------------*/



a.bt0001{
  margin: 30px auto 10px;
  display: block;
  position: relative;
  text-decoration: none;
  height:40px;
  width: 240px;
  line-height: 37px;
  text-align: center;
  color: #333333;
  background: #ffffff;
  border:solid 1px #333333;
  overflow: hidden;
}

a.bt0001:after{
  content:"";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 40px;
  width: 240px;
  background : #999999;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt0001:hover:after{
  top: 0;
  left: 0;
}

/*  ------------------------------------------------------------------

	ボタン(スタイル　左)パソコン・タブレチE��

---------------------------------------------------------------------*/

a.bt0002{
  margin: 10px 0 10px 150px;
  display: block;
  position: relative;
  text-decoration: none;
  height:40px;
  width: 200px;
  line-height: 37px;
  text-align: center;
  color: #333333;
  background: #ffffff;
  border:solid 1px #333333;
  overflow: hidden;
	float: left;
}

a.bt0002:after{
  content:"";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 40px;
  width: 200px;
  background : #c9bfbf;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt0002:hover:after{
  top: 0;
  left: 0;
}

/*  ------------------------------------------------------------------

	ボタン(スタイル　左)スマ�E

---------------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
a.bt0002{
  margin: 10px 0 10px 1px;
  display: block;
  position: relative;
  text-decoration: none;
  height:40px;
  width: 150px;
  line-height: 37px;
  text-align: center;
  color: #333333;
  background: #ffffff;
  border:solid 1px #333333;
  overflow: hidden;
	float: left;
}

a.bt0002:after{
  content:"";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 40px;
  width: 150px;
  background : #c9bfbf;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt0002:hover:after{
  top: 0;
  left: 0;
}
}

/*  ------------------------------------------------------------------

	ボタン(スタイル　右)パソコン・タブレチE��

---------------------------------------------------------------------*/



a.bt0003{
  margin: 10px 150px 10px 0;
  display: block;
  position: relative;
  text-decoration: none;
  height:40px;
  width: 200px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  background-color: #c9bfbf;
  border:solid 1px #333333;
  overflow: hidden;
  float: right;
}

a.bt0003:after{
  content:"";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 40px;
  width: 200px;
  background : #ffffff;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt0003:hover:after{
  top: 0;
  left: 0;
}


/*  ------------------------------------------------------------------

	ボタン(スタイル　右)スマ�E

---------------------------------------------------------------------*/


@media only screen and (max-width: 480px) {
a.bt0003{
  margin: 10px 1px 10px 0;
  display: block;
  position: relative;
  text-decoration: none;
  height:40px;
  width: 150px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  background-color: #c9bfbf;
  border:solid 1px #333333;
  overflow: hidden;
  float: right;
}

a.bt0003:after{
  content:"";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 40px;
  width: 150px;
  background : #ffffff;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
a.bt0003:hover:after{
  top: 0;
  left: 0;
}
}



/* 点滅 */
.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
	font-size: 50%;
	color: #ffffff;
	padding: 1% 2%;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
　　　-moz-border-radius: 5px; /* for Firefox */
　　　-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	background-color: #c16464;
}
/* 点滅しない */
.blinking01{
	font-size: 50%;
	color: #ffffff;
	padding: 1% 2%;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
　　　-moz-border-radius: 5px; /* for Firefox */
　　　-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	background-color: #c16464;
}

/* 大人女性　点滅しない */
.blinking03{
	font-size: 120%;
	color: #ffffff;
	padding: 1% 5%;
	line-height: 240%;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
　　　-moz-border-radius: 5px; /* for Firefox */
　　　-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	background-color: #c16464;
}

/* 大人女性　点滅しない */
.blinking02{
	font-size: 120%;
	color: #c16464;
	padding: 1% 5%;
	line-height: 240%;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
　　　-moz-border-radius: 5px; /* for Firefox */
　　　-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	border: 1px #c16464 solid;
	background-color: #fff;
}

.blinking05{
	font-size: 120%;
	color: #ffffff;
	padding: 1% 5%;
	line-height: 240%;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
　　　-moz-border-radius: 5px; /* for Firefox */
　　　-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	background-color: #54bfde;
}

.blinking04{
	font-size: 120%;
	color:#54bfde;
	padding: 1% 5%;
	line-height: 240%;
	-webkit-border-radius: 5px;/* for Safari and Chrome */
　　　-moz-border-radius: 5px; /* for Firefox */
　　　-o-border-radius: 5px; /* for opera */
	border-radius: 5px;
	border: 1px #54bfde solid;
	background-color: #fff;
}

.bg_bra{
	background-color: #000 !important;
}

.bg_pink{
	background-color: #de1557 !important;
}

.bg_gre{
	background-color: #666 !important;
}

.bg_red{
	background-color: #c16464 !important;
}
.bg_red002{
	background-color: #c16464 !important;
	border-radius: 10px!important;
	color: #fff!important;
	padding: 2%!important;
	margin: 2% 2% 3% !important;
	width: 92% !important;
}




@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}




p.left{
	text-align: left !important;
	color: #000;
}

.left004{
	text-align: left !important;
}

div.clear{
	clear: both;
}

.w80{
	width: 150px !important;
	max-width: 150px;
}

.margin_b{
	margin-bottom: 25% !important;
}

@media only screen and (max-width: 480px) {
	.margin_b{
	margin-bottom: 3% !important;
}
}

