@charset "utf-8";

/*---------------共通設定----------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset{
	margin:0;
	padding:0;
	line-height:1.6;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	list-style-type:none;
	color:#1a1a1a;
	font-weight: 500;
}

table,td{
  border-collapse:collapse;
  border-spacing:0;
}

ul,ol{
  list-style:none;
}
a{
text-decoration: none;
	color:#1a1a1a;
	outline: none;
	overflow: hidden;

}

img{
 border:0;
}

ing,input{
  vertical-aligin: bottom;
}

body{
	margin:0px auto;
	-webkit-text-size-adjust: 100%;
	overflow-x:hidden;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
  
.clearfix {
	zoom: 1;
}


.clearfix_pc:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
  

.clearfix_pc {
	zoom: 1;
}

#wrapper{
	overflow: hidden;
}


.font_red{
	color:#F00;
	font-weight:bold;
}


.visual {
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
	margin:0px auto;
	padding-top: calc(60 / 100 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}

.visual2 {
    width: 100%;
    max-width: 1100px;
    overflow: hidden;
	margin:0px auto;
	padding-top: calc(40 / 100 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
}


/*---------------------newアイコン-----------------------*/


.bg-change {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0.05em;
  display: inline-block;
  padding: 3px 5px;
  color: #FFFFFF;
  background-color: #CC0000;
  font-size: 11px;
  font-weight: bold;
  -webkit-animation-name: bg-change;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-name: bg-change;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/* ショートハンドで記述する場合
.bg-change {
  -webkit-animation: bg-change 0.5s ease-in-out 0s infinite alternate;
  animation: bg-change 0.5s ease-in-out 0s infinite alternate;
}
 */
@-webkit-keyframes bg-change {
    from {
      background-color: #CC0000;
  }
    to {
      background-color: #FF2222;
  }
}
@keyframes bg-change {
    0% {
      background-color: #CC0000;
  }
    100% {
      background-color: #FF2222;
  }
}



/*---------------------スマホ・PC-----------------------*/


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}




/*---------------------head-----------------------*/

header{
	height:110px;
	margin:0 auto;
}



.site-header{
	width:100%;
	position: fixed;
	top: 0px;
	z-index: 100;
}


#top_line{
	height:30px;
	background-color:#222;
}

#head_title h1{
	height:30px;
    margin:0 auto;
	padding-left:20px;
	color:#fff;
	font-size:12px;
	line-height:30px;
	letter-spacing:0.1em;
}


.logo{
	max-width:230px;
	max-height:32px;
	margin:24px 0;
	float:left;
}

.logo a{
	width:230px;
	height:32px;
	margin-left:0;
	background:url(../image/logo.jpg) no-repeat;
	float:left;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

.logo a:hover {
	opacity:0.7;
    transition: .4s;
}




/*---------------------グローバルナビ-----------------------*/




.header {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding:0 20px;
}


.nav-button {
	display: none;
}


.header li{
 	height:80px;
    display: inline-block;
	padding-left:20px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
	line-height:80px;
    color: #333;
	letter-spacing:0.1em;
	font-weight:bold;
}


.nav-wrap.open {
	display: block;
}

.nav-wrap.close {
	display: none;
}







/*---------------pagetop----------------*/


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 11;
}
#page-top a {
    background-color: rgba(0,0,0,0.5);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




/*---------------------footer-----------------------*/

footer{
	margin:0 auto;
}

#footer{
	background-color:#333;
	font-size:15px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:50px;
	line-height:15px;
	text-align:center;
}




.footer_navi{
	margin-bottom:1.5em;
	display: inline-block;
}



.footer_navi li{
	padding-left:1.5em;
	float:left;
}

.footer_navi li a{
	color:#fff;
	font-size:13px;
	letter-spacing:0.05em;
}

.footer_navi li a:hover {
	opacity:0.6;
    transition: .4s;
}





#footer p{
	margin-top:30px;
	color:#fff;
	letter-spacing:0.15em;
	text-align:center;
	font-size:13px;
}




@media screen and (min-width: 751px) {
  .nav-wrap {
    display: block !important;
  }
}




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

.header li{
    display: inline-block;
	padding-left:10px;
}

.header a{
	letter-spacing:0.05em;
}

}
  


/*---------------------スマホ用-----------------------*/


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

.clearfix_pc:after {
	display:none;
	clear: none;
}
  



/*---------------------ヘッダー-----------------------*/


#top_line{
	height:40px;
}


#head_title h1{
	height:40px;
    margin-left:22px;
	font-size:17px;
	line-height:42px;
}




/*---------------------グローバルナビ-----------------------*/


.nav-button {
    display: block;
    cursor: pointer;
}
.nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.header a{
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.header ul{
}

.header li{
 	height:auto;
	padding-left:0;
	line-height:18px;
	display: block;
	margin: 2em;
}

.header li a {
	color: #fff;
	font-size: 18px;
	letter-spacing:0.1em;
}

/*メニューボタン*/
.nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}

.nav-button {
	margin:auto 0;
	z-index: 20;
	position: relative;
	width: 40px;
	height: 36px;
}

.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
}

.nav-button span:nth-of-type(1) {
    top: 0;
}
.nav-button span:nth-of-type(2) {
    top: 16px;
}
.nav-button span:nth-of-type(3) {
    bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
    opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
}




/*---------------------footer-----------------------*/


#footer{
	padding-top:30px;
	padding-bottom:30px;
	line-height:15px;
}


.footer_navi{
	margin-bottom:0;
}


#footer p{
	margin-top:0;
	color:#fff;
	letter-spacing:0.15em;
	text-align:center;
	font-size:15px;
	line-height:15px;
}






}




/*---------------------スマホ用縦-----------------------*/


@media (orientation: portrait) and (max-width: 750px){
  


/*---------------------head-----------------------*/

header{
	height:150px;
}


#top_line{
	height:50px;
}


#head_title h1{
	height:50px;
    margin-left:0;
	font-size:22px;
	line-height:52px;
	font-weight:normal;
}


.logo{
	max-width:300px;
	max-height:42px;
	margin:29px 0;
}

.logo a{
	width:300px;
	height:42px;
	margin-left:0;
	background:url(../image/logo_sp.jpg) no-repeat;
	float:left;
	text-indent:100%;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

.logo a:hover {
	opacity:0.7;
    transition: .4s;
}





/*---------------------グローバルナビ-----------------------*/



.header ul{
	margin-top: 70px;
}


.header li{
	line-height:25px;
	margin: 4em;
}

.header li a {
	font-size: 25px;
}


/*メニューボタン*/
.nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}

.nav-button {
	margin:auto 0;
	z-index: 20;
	position: relative;
	width: 50px;
	height: 44px;
}

.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
}

.nav-button span:nth-of-type(1) {
    top: 0;
}
.nav-button span:nth-of-type(2) {
    top: 20px;
}
.nav-button span:nth-of-type(3) {
    bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
    opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-20px) rotate(45deg);
}





}