﻿.linkStyle { color:#212121;
}
.linkStyle:hover { opacity:0.7;transition: all 0.3s;
}
#loading .line {
	background-image: url("./Dup/img/bg.jpg");
	background-size: 50%;
}
#loading_logo {
	max-width:300px;
}
#fix_menu { background:#ffd18f;
}
#logo {
	width: 300px;
	height: 200px;
}
.logo {width:100%!important
}
#header-nav ul li a {
	 position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
}
#header-nav ul li a::before {
font-family: "Font Awesome 5 Free";
  font-weight:900;
  content: "\f0a1";
  position: absolute;
  font-size: 18px;
  left: -7px;
  top: -6px;
  color: #FF9E03; 
}
#header-nav ul li:nth-of-type(2) a::before {
  content: "\f1ad";
}
#header-nav ul li:nth-of-type(3) a::before {
  content: "\f807";
}
#header-nav ul li:nth-of-type(4) a::before {
  content: "\f15c";
  left: -3px;
}
#header-nav ul li:nth-of-type(5) a::before {
  content: "\f2bd";
}
#top_contents1 {
	background-image: url("./Dup/img/bg2.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 100px 5% 165px;
}
#top_contents2 {
	background-image: url("./Dup/img/bg.jpg");
	background-size: 50%;
}
#top_contents2 .con_box .text_box {
	background-image: url("./Dup/img/bg3.png");
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#top_contents2 .con_box:nth-of-type(2) .text_box {
	background-image: url("./Dup/img/bg4.png");
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: bottom right;
}
@media (max-width:768px){
#loading .line {
	background-size: 150%;
}
#fix_menu { background:#ffffff;
}
#logo {
	height: 100px;
}
#logo h1.logo {
	max-width: 240px;
	}
	
}
@media (max-width:667px){
#loading .line {
	background-size: 200%;
}
#logo {
	height: 78px;
}
.logo {width:120%!important
}
#top_contents1 {
	background-image: none;
	padding: 50px 30px;
}
#top_contents2 .con_box .text_box {
	background-size: auto 50%;
padding-bottom:150px;
}
#top_contents2 .con_box:nth-of-type(2) .text_box {
	background-size: auto 50%;
}
}
@media all and (-ms-high-contrast:none){}
@supports (-ms-ime-align:auto) {}

/*2021/05/11*/
#top_contents2 .con_box .text_box,
#top_contents2 .con_box:nth-of-type(2) .text_box {
    background-color: rgba(255,255,255,0.85)!important;
}
#top_contents2 .con_box:nth-of-type(2) .text_box {
    background-image: url(./Dup/img/bg4.png);
    background-position: bottom left;
}
/*2021/06/1*/
.fix_menu_sns .sns_links {
    display: none;
}
.overlay nav {
    height: 75%;
}
@media (max-width:768px){
.tb_sns_wrap .sns_links_tb li {
    width: 60px;
}
}
@media (max-width:667px){
.foot_sns.tb_sns_wrap .sns_links_tb li {
    width: 50px;
}
}