@charset "UTF-8";


/* body
--------------------------------------------------------------------------- */
body {
  font-family: europa, "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  width: 100%;
	color: #000;
	font-feature-settings: "palt";
	overflow-y: scroll;
}
a {
  color: inherit;
  text-decoration: none;
}
a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	width: 100%;
	height: auto;
}
a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}
button {
  outline: none;
  background: none;
  border: none;
}

.display_pc {
    display: block;
}
.display_sp {
    display: none;
}
@media screen and (max-width:1024px) {
.display_pc {
    display: none;
}
.display_sp {
    display: block;
}
}


/* header
--------------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 133px;
  z-index: 100;
  min-width: 1020px;
  background: #fff;
}
#header h1 {
  max-width: 228px;
  margin: 0 auto;
  padding: 5px 0 0;
}
#header h1 span {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
  font-feature-settings: initial;    
}
#header h1 a:hover {
  opacity: 1;
}
.open-btn{
	position: absolute;
	top:0px;
	right:100px;
	background:url("/common/images/search.svg") no-repeat center;
	background-size: 30px 30px;
	width:80px;
	height:80px;
	cursor: pointer;/*カーソルを指マークに*/
  border-left: 1px solid #000;
  border-right: 1px solid #000;	
}

/*クリック後、JSでボタンに btnactive クラスが付与された後の見た目*/
.open-btn.btnactive{
	background:url("/common/images/close.svg") no-repeat center;
	background-size: 30px 30px;
}
#search-wrap{
  position:absolute;
  top: 180px;
  right: 110px;
	z-index: -1;
	opacity: 0;
	width:0;
	transition: all 0.4s;
	border-radius: 5px;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive{
	opacity: 1;
	z-index: 9999;
	width:280px;
	padding:20px;
	top:60px;
	right: 100px;
	background:none;
}

/*==検索窓*/
#search-wrap #searchform{
	display: none;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform{
	display: block;
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
	-webkit-appearance:none;
	outline: none;
	cursor: pointer;
	color: #666;
}

/*テキスト入力input設定*/
 #search-wrap input[type="text"] {
	width: 100%;
	border: none;
	border-bottom:2px solid #ccc;
	transition: all 0.5s;
	letter-spacing: 0.05em;
    height:46px;
	padding: 10px;
}

/*テキスト入力inputにフォーカスされたら*/
 #search-wrap input[type="text"]:focus {
	background:#eee;
}

/*ボタンinput設定*/
 #search-wrap input[type="submit"] {
	position: absolute;
  top:20px;
	right:26px;
	background:url("/common/images/search.svg") no-repeat right;
	background-size: 30px 30px;
	width:30px;
	height: 60px;
	 border: none;
}
#search-text {
	  font-family: europa, vdl-v7gothic, sans-serif;
}

#official {
  position: absolute;
  top: 30px;
  right: 18px;
  width: 65px;
  height: 21px;
}
#official a {
  display: inline-block;
}
#official a img {
  width: 100%;
  height: auto;
}
#official a span {
  display: none;
}

@media screen and (max-width:1023px) {
#header {
	position: fixed;
  min-width: 100%;
	width: 100%;
  height: 100px;
	border-bottom: 1px solid #000;
}
#header h1 {
  max-width: auto;
	max-width: 35%;
}
#header h1 span {
  font-size: 0.8rem;
    letter-spacing: 0;
}
.open-btn{
	top:0px;
	right:15.5%;
	width:12%;
	height:100%;
}
#search-wrap{
  position:absolute;
  top: 180px;
  right: 110px;
	z-index: -1;
	opacity: 0;
	width:0;
	transition: all 0.4s;
	border-radius: 5px;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive{
	opacity: 1;
	z-index: 3;
	width:80%;
	padding:20px;
	top:130px;
	left: 6%;
	background:none;
	font-size: 2rem;
}
 #search-wrap input[type="text"] {
	width: 100%;
  height:46px;
	padding: 20px;
}
 #search-wrap input[type="submit"] {
  top:30px;
}

	
#official {
  top: 35%;
  right: 1.5%;
  width: 12%;
  height: auto;
}
}

@media screen and (max-width:767px) {
#header {
  height: 60px;
}
#header h1 {
    max-width: 45%;
    padding: 12px 20px 0 0;
}
#header h1 span {
    display: none;
}
#search-wrap.panelactive{
	opacity: 1;
	z-index: 3;
	width:80%;
	padding:10px;
	top:60px;
	right: 5%;
	left: 5%;
	background:none;
	font-size: 1rem;
}
 #search-wrap input[type="text"] {
	width: 100%;
  height:46px;
	padding: 10px;
}
 #search-wrap input[type="submit"] {
  top:15px;
	 right: 5px;
}
}

@media screen and (max-width: 320px) {
    #header {
        height: 58px;
    }
    #header h1 {
        max-width: 42%;
    }
    .open-btn {
        top: 0px;
        right: 16.5%;
        width: 10%;
    }
    #official {
        right: 4%;
        width: 11%;
    }
}



/* grobal Nav
------------------------------------------------------------------------------------*/
/*ハンバーガーアイコン*/
.btn-burger {
  display: block;
  width: 70px;
  height: 50px;
  position: absolute;
  top: 5px;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
/*ハンバーガーアイコンを作る三本線*/
.icon, .icon:before, .icon:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px; /*線の太さ*/
  width: 35px; /*線の長さ*/
  background-color: #444;
  border-radius: 2px;
  display: block;
  content: '';
  cursor: pointer;
  margin: auto;
}
/*三本線の間隔*/
.icon:before {
  top: 12px;
}
.icon:after {
  top: -20px;
}
/*チェックボックス非表示*/
.nav-toggle {
  display: none;
}
/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
  background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  transform: rotate(45deg);
  top: 0;
}
.icon, .icon:before, .icon:after {
  transition: all .8s;
}
/*表示されるメニューの中身*/
.nav {
  background: #f0f0f0;
  position: absolute;
  top: 61px;
  width: 100%;
  z-index: 1000;
  border-top: none;
  border-bottom: none;
}
.navigation__list a {
  display: block;
  text-decoration: none;
  color: #000;
}
.navigation__list {
  list-style: none;
  display: none;
  margin: 0;
  padding-left: 0;
}
.navigation__list .navigation__list-item {
  width: 100%;
  border-bottom: solid 1px #000;
}
.navigation__list .navigation__list-item span {
  display: inline;
  line-height: 1;
  padding: 0;
  text-align: left;
  font-size: 1.2rem;
}
.navigation__list .navigation__list-item a.navigation__link {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 20px;
  transition: .5s;
  width: auto;
  font-size: 1.2rem;
}
.navigation__link span::before {
  content: "/";
  padding-left: 10px;
  padding-right: 10px;
}
.nav-toggle:checked ~ .nav .navigation__list {
  display: block;
}
  .nav > ul.navigation__list > li.navigation__list-item > a.current { /*現在地用*/
    background: #d7063b;
    color: #fff;
    font-weight: 700;
  }
@media screen and (min-width: 768px) {
  .btn-burger {
    width: 100px;
    top: 25px;
  }
  .icon, .icon:before, .icon:after {
    width: 50px; /*線の長さ*/
  }
  .nav {
    top: 101px;
  }
}
/* --------------------------------------------------
  幅1024px以上のスタイル指定 ここから
-------------------------------------------------- */
@media screen and (min-width: 1024px) {
  /* ハンバーガーボタン */
  .btn-burger {
    display: none; /*768px以上では使用しない */
  }
  .nav-toggle:checked ~ .nav .nav-list {
    display: none;
  }
  .nav {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 80px;
    left: 0;
    background: #fff;
  }
  .navigation__list {
    max-width: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 3px 0;
    border-bottom: none;
  }
  .navigation__list .navigation__list-item {
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    width: 110px;
    border-bottom: none;
  }
  .navigation__list .navigation__list-item span {
    font-size: 0.5rem;
    display: block;
    line-height: 1;
    padding: 5px 0 0;
    text-align: center;
    font-weight:700;
  }
  .navigation__list .navigation__list-item a.navigation__link {
    padding: 8px 0;
    display: inline-block;
    width: 110px;
    font-size: 1.0rem;
  }
  .navigation__list .navigation__list-item a.navigation__link:hover {
    opacity: 1;
    background: #d7063b;
    color: #fff;
  }
  .navigation__link span::before {
    content: "";
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 320px) {
    .btn-burger {
        width: auto;
        height: 20px;
        top: 20px;
        left: 15px;
    }
    #search-wrap.panelactive {
        width: 85%;
        right: 5%;
        left: 0%;
    }
}


/* Contents Wrap
------------------------------------------------------------------------------------*/
.site-wrap{
  margin-top: 0;
}

.site-wrap .block-detail-main {
  position: relative;
  margin-top: 130px;
}

@media screen and (max-width:1024px) {
.site-wrap .block-detail-main {
  margin-top: 180px;
}
}

@media screen and (max-width:767px) {
.site-wrap .block-detail-main {
  margin-top: 80px;
}
}

.tagtext a {
    display: inline;
    color: #0060ff;
}





/* footer
------------------------------------------------------------------------------------*/
.footer {
    width: 74%;
    background: #fcf0f4;
    padding: 50px 13%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}
.footer a {
    transition-duration: 0s;
    display: block;
}
.footer a:hover {
    opacity: 1;
}

#pagetop {
    margin: 0;
    text-align: right;
    position: fixed;
    bottom: 15px;
    right: 50px;
}
#pagetop.active {
    position: absolute;
    bottom: 322px;
}

#pagetop a {
    display: inline-block;
}
#pagetop a img {
  width: 60px;
  height: 60px;
}

@media screen and (max-width:1024px) {
.footer {
    width: 90%;
    padding: 50px 5%;
}
#pagetop {
    bottom: 30px;
    right: 30px;
}
#pagetop a img {
  width: 30px;
  height: 30px;
}
}


.footer__main {
    max-width: 80%;
    display: flex;
}
.logo__about {
    width: 35%;
}
.logo__about p {
    font-size: 0.85rem;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}
.logo__about .logo__area {
    width: 80%;
    margin-bottom: 5px;
    padding: 0;
}
.contents__nav {
    margin-left: 5%;
    width: 32%;
}
.contents__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contents__nav ul li {
    line-height: 2.5;
    width: 48%;
}
.contents__nav ul li span {
    font-size: 0.6rem;
    display: inline-block;
    margin-left: 10px;
}
.contents__nav ul li a:hover {
    color: #999;
}

.others__nav {
    width: auto;
    width: 26%;
    padding-left:2%;
    font-size:0.8rem;
}
.others__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.others__nav ul li {
    line-height: 2.5;
    width: 100%;
}
.others__nav ul li a {
    display: inline-block;
}
.others__nav ul li a:hover {
    color: #999;
}
.others__nav ul li a[target=_blank] {
	padding-right: 18px !important;
	background: url(/assets/img/common/icon_target_blank2.svg) right center/13px auto no-repeat !important;
}

.footer__bnr {
    display: block;
    width: 14%;
}
.footer__bnr ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer__bnr ul li {
    margin-bottom: 10px;
}
.footer__bnr ul li a:hover {
    opacity: 0.6;
    transition-duration: 0.3s;
}
.footer__bnr ul li a img[target=_blank] {
	background: none !important;
}


.footer_copyright {
    width: 74%;
    padding: 14px 13% 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: row-reverse;
}
.footer_copyright div {
    font-size: 0.85rem;
    line-height: 1;
}

.footer_copyright .foot__sns {
    display: flex;
}
.footer_copyright ul.foot__sns {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_copyright ul.foot__sns li {
    width: 22px;
  height: 20px;
  display: inline-block;
    margin-left: 15px;
}
.footer_copyright ul.foot__sns li img{
    height: 20px;
}

@media screen and (max-width:1024px) {
.footer__main {
    max-width: 73%;
}
.logo__about p {
    font-size: 0.65rem;
}
.contents__nav ul li {
    font-size: 0.85rem;
}
.contents__nav ul li span {
    font-size: 0.6rem;
    display: inline-block;
    margin-left: 10px;
}

.others__nav ul {
    margin-left: 3%;
}
.others__nav ul li {
    font-size: 0.85rem;
}


.footer__bnr {
    width: 18%;
}


.footer_copyright {
    width: 90%;
    padding: 14px 5% 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.footer_copyright div {
    font-size: 0.85rem;
    line-height: 1;
}
}

@media screen and (max-width:767px) {
.footer {
    width: 90%;
    display: block;
    margin: 0 auto;
    position: relative;
    padding: 5%;
}

.footer__main {
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: block;
}
.logo__about {
    width: 100%;
    display: block;
    margin-bottom: 50px;
}
.logo__about p {
    font-size: 1.0rem;
}
.logo__about .logo__area {
    width: 70%;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center;
}
.logo__about span {
    font-size: 0.8rem;
}

.contents__nav {
    width: 100%;
    display: block;
    margin-left: 0;
    padding-bottom: 5%;
    border-bottom:  1px solid #000;
}
.contents__nav ul li {
    font-size: 1.2rem;
}
.contents__nav ul li span {
    font-size: 0.65rem;
}

.others__nav {
    width: 100%;
    padding-top: 5%;
}
.others__nav ul {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.others__nav ul li {
    font-size: 0.7rem;
    width: 48%;
    padding: 5px 0;
}


.footer__bnr {
    display: block;
    width: 100%;
    margin-top: 5%;
}
.footer__bnr ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 5%;
}
.footer__bnr ul li {
    width: 48%;
}


.footer_copyright {
    width: 90%;
    padding: 14px auto;
    display: block;
    margin: 0 auto;
}
.footer_copyright div {
    font-size: 0.85rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
}

.footer_copyright ul.foot__sns {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 30px;
}
.footer_copyright ul.foot__sns li {
    width: 30px;
  height: 30px;
    margin-left: 30px;
}
.footer_copyright ul.foot__sns li:first-child {
    margin-left: 0;
}
.footer_copyright ul.foot__sns li img{
  height: 100%;
}
}

@media screen and (max-width: 320px) {
    .others__nav ul li {
        line-height: 1.5;
    }
}
