@charset "utf-8";



/*==================================================
    ■ share start
==================================================*/

@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');


  
*{
	outline: none;
	color: #202020;
	margin:0;
	padding:0;
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3";
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	background-repeat: no-repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #F7D969;
	text-decoration: underline;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all  0.8s ease;
}
html {
    font-size: 62.5%; /* ≒10px（デフォルトのフォントサイズ） */
     overflow-x: hidden;
     overflow-y: scroll; -webkit-overflow-scrolling: touch
}
body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center;
}

.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
    @media screen and (max-width:1024px) {
        .sp {  display: block !important; }
        .pc {  display: none !important; }
        img {  width: 100%; }
    }
.sawarabi {
	font-family: "Sawarabi Mincho";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}
.kosugi{
	font-family: "Kosugi Maru";
}


/*==================================================
    ■ share end
==================================================*/

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/

.cd-header {
	margin: auto;
	padding: 0px 0px 0px 0px;
    height: 50px;
	position:relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    margin-bottom: 5%;
    top: 0;
	left: 0;
    position: fixed;
    z-index: 10;
}
.cd-header .h1_pc {
    margin: 0;
    z-index: 1;
}
.cd-header .h1_pc img {
    width: auto;
}
.navi-area{
    display:block;
    margin: auto;
}
#head_wrap {
    width: 100%;
    margin: 0 auto 0;
    line-height: 1;
    z-index: 999;
    background-color: rgba(68,68,68,0.5);
    padding: 17px 0 17px 0px;
}
#head_wrap a {
    text-decoration: none;
}
#head_wrap .inner {
    margin: auto;
    position: relative;
}
#head_wrap .inner:after {
    content: "";
    clear: both;
    display: block;
    margin: auto;
}
#global-nav {
    position: relative;
    width: 100%;
}
.gnav {
    width: 1320px;
    margin: 0 auto;
    display: flex;
    font-size: 1.6em;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.gnav .gnav_ac {
}
.gnav .gnav_ac:hover {
}
.gnav .gnav_ac:nth-last-child(1) {
    border-right: none;
}
.gnav .gnav_ac1 {
    margin-right: auto;
}
.gnav .gnav_ac2 {
    padding-right: 43px;
    border-right: dotted 1px #FFFFFF;
}
.gnav .gnav_ac3 {
    padding:0px 43px;
    border-right: dotted 1px #FFFFFF;
}
.gnav .gnav_ac4 {
    padding:0px 43px;
    border-right: dotted 1px #FFFFFF;
}
.gnav .gnav_ac5 {
    padding:0px 43px;
    border-right: dotted 1px #FFFFFF;
}
.gnav .gnav_ac6 {
    padding-left: 43px;
}
.gnav .gnav_ac .gnav_bt {
    padding: 0px 0px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: white;
    line-height: 100%;
    
}
#global-nav .gnav .gnav_ac a {
    color: #FFFFFF;
    line-height: 100%;
    padding: 0px 0px;
}
#global-nav .gnav li a:hover {
    color: #FFFFFF;
    font-weight: bold;
}
#global-nav .gnav > li:last-child a {
}
#global-nav .gnav .gnav_ac:hover .megamenu {
    max-height: 9999px;
    opacity: 1;
    padding: 30px 0;
}
.megamenu {
    background: #cccccc;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    transition: all .2s ease-in;
    z-index: 999;
}
.megamenu ul {
    width: 1024px;
    margin: auto;
}
.h1_sp {
    display: none !important;
}
nav,.cd-primary-nav-trigger,.cd-menu-icon,.menu-box {
    display: none !important;
}
    @media screen and (max-width:1024px){
        .cd-header{
            display: block!important;
            background-color: rgba(68,68,68,0.5);
            /*background-color: rgba(68,68,68,0.5);*/
            z-index: 100:
        }
        .h1_sp {
            display: block!important;
            z-index: 100;
        }
        .h1_sp img {
            width: 200px;
            position: absolute;
            left: 10px;
            top: 5px;
            padding-bottom: 10px;
        }
        .navi-area {
            display:none;
        }
        .menu-box {
            display: block!important;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            box-sizing: border-box;
        }
        .menu-box .menu-btn {
            position: absolute;
            top: 18px;
            right: 10px;
            cursor: pointer;
        }
        .menu-box ul {
            display: none;
            width: 100%;
            background-color: #FFFFFF;
            margin-top: 50px;
            z-index: 9
        }
    .menu-box ul li a {
        display: block;
        border-bottom: 1px solid #000000;
        padding: 10px;
        font-size: 1.6em;
        color: #000000;
    }
    .menu-box ul li:last-child a {
    }
.menu-btn:before {
  content: '\f0c9';
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  font-size: 2.0rem;
}
.menu-btn.active:before {
  content: '\f00d';
}
}
/*====================================================================

====================================================================*/

/*------------------------------------------------*/

footer {
    border-top: 1px #000000 solid;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_t {
}
.footer_t ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.footer_t ul li {
    border-left: 1px dotted #444444;
    text-align: center;
    width: 20%;
}
.footer_t ul li:first-child {
    border-left: none;
}
.footer_t ul li a {
    font-size: 1.4em;
    color: #444444;
}
.footer_t h2 {
    padding-bottom: 90px;
    text-align: center;
}
.footer_t h2 img {
    width: auto;
}
.footer_t .copy {
    font-size: 1.0em;
    text-align: center;
}
    @media screen and (max-width:1500px){
        footer {
            width: 100%;
        }
        .footer_b {
            width: 100%;
        }
    }
/*---------- pagetop start ----------*/
#page_top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#page_top a {
    display: block;
    line-height: 100%;
    text-decoration: none;
    font-size: 1.4em;
    border-radius: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 11px;
    padding-right: 11px;
    color: #FFFFFF;
    background-color: #666666;
}
#page_top a:hover {
    background-color: #999999;
}
/*---------- pagetop end ----------*/
