/* CSS Document */

#spHeader, #informationFooter_sp  {
	display:none;
	width:0px;
}

body  {
	margin:0px;
	background:#f0f0f0;
}

a img   {
	padding-top:5px;
	transition-duration: 0.3s;
}

a:hover img   {
	padding-top:0px;
	padding-bottom:5px;
	transition-duration: 0.3s;
}

#headRight {
	float:right;
}

#topLogo > a > img {
}

.insta {
	height:50px;
}
.tel {
	height:70px;
}

a  {
	position: relative;
	z-index: 2;
	color: #0000FF;
	line-height: 50px;
	overflow: hidden;
	text-decoration:none;
}

a:hover  {
	color:#FF0000;
	text-decoration:underline;
}

a::after  {
top: -100%;
  width: 100%;
  height: 100%;
}

a:hover::after  {
  top: 0;
  background-color: #333;
}

a[href^="tel:"] {
	pointer-events: none;
	text-decoration:none;
}

a[href^="mailto:"] {
	text-decoration:none;
}
a[href^="mailto:"]:hover{
	text-decoration:none;
	color:#0000FF;
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.clearText {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

#wrapper    {
	width:100%;
	margin:auto;
}

#incHeaderWrap  {
	width:100%;
	border-top:solid 25px #e90000;
	box-shadow: 0 0 2px 2px #cccccc;
	background:#FFFFFF;
	position: fixed;
	z-index: 999;
}

#incHeader   {
	width:1024px;
	margin:auto;
}

#headerBar  {
	width:1014px;
	padding-left:10px;
	padding-top:10px;
	margin:auto;
	margin-top:-25px;
	height:15px;
	background:#e90000;
	font-size:10px;
	color:#FFFFFF;
}

#headerWrap   {
	width:100%;
	margin:auto;
	padding-top:210px;
}

#headerWrap >img {
	width:100%;
	display:block;
	height:auto;
	margin:auto;
}

#headerWrapUnder   {
	width:100%;
	padding-top:60px;
	overflow: hidden;
}

#headerWrapUnder > img {
	object-fit: cover;
	width:100%;
	height:264px;
	margin:auto;
}

#topLogo > img   {
	margin:5px 20px 0 20px;
	float:left;
	width:100%;
}

#menuWrap {
	width:100%;
	background:#FFFFFF;
}

#globalMenu   {
	width:1024px;
	margin:auto;
	background:#FFFFFF;
	top: 0px;
	border-top:solid 3px #CCCCCC;
}

#globalMenu > ul {
	width:1024px;
	padding-left:0px;
	border-top:solid 5px #e90000;
	height:60px;
	margin:auto;
	display:inline-block;
}

#globalMenu  > ul > li {
	display:block;
	float:left;
	width:calc(1024px / 7);
	height:50px;
	font-size:14px;
	line-height:1.1em;
}

#globalMenu > ul > li > a {
	padding-top:10px;
	height:50px;
	display:block;
	color:#333333;
	text-align:center;
	text-decoration:none;
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
}

#globalMenu > ul > li > a:hover {
	padding-top:-20px;
	color:#FFFFFF;
	background-position: -100% 0;
	background:#e90000;
	border-bottom:solid 3px #999900;
	height:45px;
}

#mainContents  {
	width:calc(1024px - 40px);
	margin:auto;
	background:#f0f0f0;
	padding:20px 20px 20px 20px;
	font-size:16px;
	line-height:200%;
}

#mainContents >img {
	width:100%;
	display:block;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}

h1.head {
    margin:  0;                 /* デフォルトCSS打ち消し */
    font-size:  24px;           /* 文字サイズ指定 */
    border-bottom: solid 3px;   /* 線指定 */
    padding-bottom:  5px;       /* 余白指定 */
    margin-bottom: 30px;        /* 周りの余白指定 */
    margin-top: 30px;        /* 周りの余白指定 */
    position:  relative;        /* 位置調整 */
    font-weight:  normal;       /* 文字の太さ調整 */
}
p {
    margin:  0;                 /* デフォルトCSS打ち消し */
    line-height: 2;             /* 行間調整 */
}
h1.head:before {
    content:  '';                   /* 空白の要素を作る */
    width: 150px;                    /* 幅指定 */
    height: 3px;                    /* 高さ指定 */
    background-color: #42a6ff;      /* 背景色指定 */
    display:  block;                /* ブロック要素にする */
    position:  absolute;            /* 位置調整 */
    left:  0;                       /* 位置調整 */
    bottom: -3px;                   /* 位置調整 */
}

h2 {
	width:100%;
	display:inline-block;
	font-size:18px;
	color: #770000;
	padding-left:30px;
	border-left:solid 10px #770000;
	border-bottom: dashed 2px #770000;
}

.center {
	margin:auto;
	text-align:center;
	background:#f7f0d9;
}

#incFooter {
	width:100%;
	background:#FFFFFF;
	padding:10px 0 30px 0;
	box-shadow: 0 0 2px 2px #cccccc;
}

#incFooterinner {
	width:calc(1024px - 40px);
	padding:0 20px 0 20px;
	margin:auto;
}

#footerMenu  {
	float:left;
}

#footerSns > ul {
	width:800px;
	height:270px;
	margin:0 0 0 40px;
	border-left:1px solid #333333;
	display:inline-block;
}

#footerSns  > ul > li {
	display:block;
	list-style-type: square;
	float:left;
}

#footerSns > ul > li > div {
	width:300px;
	display:inline-block;
	margin-left:20px;
	list-style-type: none;
}

#footerMenu > ul {
	width:300px;
	height:270px;
	padding-left:0px;
	margin:auto;
	margin-left:20px;
	padding-left:20px;
	border-left:1px solid #333333;
	display:inline-block;
}

#footerMenu  > ul > li {
	display:block;
	list-style-type: square;
}

#footerMenu > ul > li > a {
	background:none;
	line-height:16px;
	padding-top:10px;
	padding-left:10px;
	font-size:14px;
	display:block;
	color:#F333333;
	text-align:left;
	text-decoration:none;
}

#footerMenu > ul > li > a:hover {
	padding-top:10px;
	padding-left:7px;
	display:block;
	border-left:3px solid #FFF;
}

#footerLogo  {
	width:280px;
	float:left;
	color:#333;
}

#footerLogo > .footerText {
	font-size:12px;
	color:#333;
}

#footerLogo > a,#footerLogo > div > a {
	position: relative;
	font-size:12px;
	z-index: 2;
	color: #333;
	line-height: 50px;
	overflow: hidden;
	text-decoration:none;
}

#footerLogo > a > img {
	margin:50px 20px 0 20px;
	width:150px;
}

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

  .thumb {
    height: 125px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
  }