@charset "UTF-8";
/*  common
------------------------------------*/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #764800;
  background-color: #fff;
  font-display: swap;
}

#wrapper {
  width: 100%;
  min-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
}

#lang {
  font-family: Cardo, serif;
  background: #002c85;
  width: 200px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 17px;
  color: #FFF;
  z-index: 1000;
  cursor: pointer;
  font-size: 18px;
}

#lang p {
  padding: 0 40px 0 50px;
  line-height: 44px;
  position: relative;
}

#lang p::after {
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: 7px;
  bottom: 7px;
  border-left: 1px solid #33569d;
}

#lang p span {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFF;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}

#lang ul {
  display: none;
}

#lang ul li {
  background: rgba(5, 105, 220, 0.8);
  border-top: 1px solid rgba(5, 105, 220, 0.5);
  color: #FFF;
  box-sizing: border-box;
  transition: background 0.3s ease;
}

#lang ul li:first-child {
  border: none;
}

#lang ul li:hover {
  background: rgba(5, 105, 220, 0.5);
}

#lang ul li a {
  padding: 0 0 0 50px;
  line-height: 44px;
  color: #FFF;
  display: block;
}

.wide_container {
  max-width: 1280px;
  margin: 0 auto;
}

.wide_container.pd00 {
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.container:after {
  content: "";
  clear: both;
  display: block;
}

a {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

a:link, a:visited {
  color: #002c85;
  text-decoration: none;
}

a:hover, a:visited {
  color: #002c85;
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

img {
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

p {
  line-height: 2;
  letter-spacing: 0.1em;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.rel {
  position: relative;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cardo {
  font-family: "Cardo", serif;
}

img.icon,
span.icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

@media screen and (max-width: 1310px) {
  .wide_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wide_container.pd00 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    min-width: auto;
  }
  #lang {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    z-index: 8889;
    right: 0;
    background: #FFF;
    color: #002c85;
  }
  #lang p {
    padding: 0 50px 0 50px;
  }
  #lang p::after {
    border-left-color: #002c85;
  }
  #lang p span {
    border-top-color: #002c85;
  }
  #lang ul li a {
    padding: 0 50px 0 50px;
  }
  .wide_container {
    padding: 0;
  }
  .container {
    width: 88%;
    min-width: auto;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  img:not(.sp_auto) {
    width: 100%;
    height: auto;
  }
  a:hover {
    opacity: 1;
  }
  p {
    line-height: 1.8;
  }
}

/*  header
------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  min-width: 1060px;
  padding: 0 30px;
  background-color: #002c85;
  color: #fff;
  z-index: 2000;
}

#header a {
  color: #fff;
}

#header .container {
  margin: 0;
  max-width: 950px;
}

#header .logo {
  float: left;
  margin-top: 10px;
}

#header .gnav {
  position: relative;
  float: right;
  width: 94%;
  display: flex;
  align-items: center;
}

#header .gnav > li {
  flex-grow: 1;
}

#header .gnav > li > a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 10px;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Cardo", serif;
  text-align: center;
}

#header .gnav > li > a:hover {
  background: #37599f;
  opacity: 1;
}

#header .gnav > li.sns {
  padding-left: 20px;
}

#header .gnav > li.sns > a {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 35px;
  padding: 0;
  line-height: 22px;
}

#header .gnav > li.sns > a img {
  vertical-align: middle;
}

#header .gnav > li.sns > a:hover {
  background: none;
  opacity: .8;
}

#header .gnav > li.sns > a:first-child img {
  width: 25px;
  height: 21px;
}

#header .gnav > li.sns > a:nth-child(2) img {
  width: 20px;
  height: 20px;
}

#header .gnav > li.sns > a:nth-child(3) {
  margin-right: 0;
}

#header .gnav > li.sns > a:nth-child(3) img {
  width: 22px;
  height: 22px;
}

#header.is-animation {
  position: fixed;
  top: 0;
  left: 0;
  animation: -webkit-headerAnime .8s ease;
  animation: headerAnime .8s ease;
}

@keyframes -webkit-headerAnime {
  0% {
    opacity: 0;
    top: -100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  #header {
    display: none;
  }
  #sp_header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 10px;
    background: #002c85;
    z-index: 10;
  }
  #sp_header:after {
    content: "";
    clear: both;
    display: block;
  }
  #sp_header .logo {
    text-align: center;
  }
  #sp_header #h_btn_menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 10px;
    background: #002c85;
    z-index: 8888;
  }
  #sp_header #h_btn_menu.is-fixed {
    position: fixed;
  }
}

/*  pagetit
------------------------------------*/
#pagetit {
  position: relative;
  height: 600px;
}

#pagetit .pagetit_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
  height: 100%;
  padding: 0 40px;
  background: #002c85;
  color: #fff;
  z-index: 100;
}

#pagetit .pagetit_box .logo {
  padding: 25px 10px 115px;
}

#pagetit .pagetit_box .en {
  padding: 0 10px;
  font-size: 44px;
  font-family: "Cardo", serif;
  line-height: 1.1;
}

#pagetit .pagetit_box .main {
  margin-top: 10px;
  padding: 0 10px 30px;
  border-bottom: 1px solid #33569d;
  font-size: 20px;
  line-height: 1.4;
}

#lead {
  padding: 80px 0;
  overflow: hidden;
}

#lead .lead_txt {
  font-size: 20px;
  letter-spacing: .3em;
  text-align: center;
}

#lead .lead_txt span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #pagetit {
    margin-bottom: 110px;
    height: 0;
    padding-top: 40%;
  }
  #pagetit .pagetit_box {
    position: relative;
    margin-top: 0;
    width: 100%;
    height: 110px;
    padding: 20px 10px;
    background: none;
    border-bottom: 1px solid #33569d;
    text-align: center;
  }
  #pagetit .pagetit_box .logo {
    display: none;
  }
  #pagetit .pagetit_box .en {
    padding: 0;
    color: #002c85;
    font-size: 36px;
  }
  #pagetit .pagetit_box .main {
    margin-top: 5px;
    padding: 0;
    border-bottom: none;
    color: #002c85;
    font-size: 18px;
  }
  #lead {
    padding: 30px 0 0;
  }
  #lead .lead_txt {
    font-size: 18px;
    letter-spacing: .2em;
  }
}

@media screen and (max-width: 375px) {
  #lead .lead_txt {
    font-size: 17px;
    letter-spacing: .15em;
  }
}

/*  content
------------------------------------*/
.txt_break span {
  display: inline-block;
}

.txt_grad, .sec_lead .main:not(.no_grad), .caption01 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: #0569dc;
  background-image: -webkit-linear-gradient(-45deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  background-image: -moz-linear-gradient(-45deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  background-image: -ms-linear-gradient(-45deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  background-image: linear-gradient(135deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
}

.no-backgroundcliptext .txt_grad, .no-backgroundcliptext .sec_lead .main:not(.no_grad), .sec_lead .no-backgroundcliptext .main:not(.no_grad), .no-backgroundcliptext .caption01 {
  background-image: none;
  background-color: transparent;
  color: #002c85;
}

.sec_tit {
  position: relative;
  display: inline-block;
  min-width: 310px;
  padding-bottom: 15px;
  color: #002c85;
  font-size: 33px;
  font-family: "Cardo", serif;
  line-height: 1.2;
}

.sec_tit:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 3000px;
  height: 1px;
  background: #82b4ed;
}

.sec_tit.right {
  float: right;
  padding-left: 20px;
  text-align: right;
}

.sec_tit.right:before {
  right: auto;
  left: 0;
}

.sec_lead {
  margin: 50px 0 50px;
  text-align: center;
}

.sec_lead .main {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Cardo", serif;
  font-size: 44px;
  letter-spacing: 0;
  line-height: 1.3;
}

.sec_lead .main span {
  display: inline-block;
}

.sec_lead .txt {
  font-size: 20px;
  letter-spacing: .3em;
}

.sec_lead .txt span {
  display: inline-block;
}

.caption01 {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Cardo", serif;
  font-size: 44px;
  letter-spacing: 0;
  line-height: 1.3;
}

.caption01 span {
  display: inline-block;
}

a.btn {
  position: relative;
  display: inline-block;
  min-width: 240px;
  padding: 20px 20px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  background: #0569dc;
  background: -moz-linear-gradient(-45deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  background: -webkit-linear-gradient(-45deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  background: linear-gradient(135deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0569dc', endColorstr='#0569dc',GradientType=1 );
  color: #fff;
  font-size: 22px;
  font-family: 'Cardo', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 769px) {
  a.btn:hover {
    opacity: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    filter: contrast(130%);
    filter: brightness(120%);
  }
}

.info_table {
  width: 104%;
  width: calc(100% + 10px);
  margin: -5px;
  border-collapse: separate;
  border-spacing: 5px;
  letter-spacing: .08em;
  line-height: 2;
}

.info_table caption {
  margin-bottom: 5px;
  padding-left: 5px;
  line-height: 1.4;
}

.info_table th,
.info_table td {
  padding: 14px 20px;
}

.info_table th {
  width: 14%;
  background: #7f95c2;
  color: #fff;
}

.info_table td {
  background: #f2f4f9;
}

.pagenav {
  position: relative;
  margin: 60px auto 0;
  justify-content: space-around;
  overflow: hidden;
}

.pagenav li {
  width: 32.22%;
  max-width: 335px;
}

.pagenav li a {
  position: relative;
}

.pagenav li a:hover {
  opacity: 1;
}

.pagenav li a:hover .pic:after {
  opacity: .5;
}

.pagenav li a:hover .btn {
  opacity: 1;
}

.pagenav li .pic {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.pagenav li .pic:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #0569dc;
  background: -moz-linear-gradient(-45deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  background: -webkit-linear-gradient(-45deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  background: linear-gradient(135deg, #0569dc 0%, #002c85 50%, #0569dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0569dc', endColorstr='#0569dc',GradientType=1 );
  opacity: 0;
  transition: all .4s ease;
}

.pagenav li .pic img {
  display: block;
  max-width: 100%;
}

.pagenav li .txt {
  position: relative;
  display: inline-block;
  padding: 0 20px 15px 0;
  color: #002c85;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 1.6;
}

.pagenav li .txt:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 72px;
  background: #99abce;
  z-index: 1;
}

.pagenav.col4 li {
  width: 23.56%;
  max-width: 245px;
}

@media screen and (max-width: 768px) {
  .sec_tit {
    width: 100%;
    min-width: 0;
    padding-bottom: 15px;
    font-size: 28px;
  }
  .sec_lead {
    margin: 20px 0 25px;
  }
  .sec_lead .main {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .sec_lead .txt {
    font-size: 18px;
    letter-spacing: .15em;
    line-height: 1.65;
  }
  .caption01 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  a.btn {
    padding: 15px 20px;
  }
  .info_table th,
  .info_table td {
    line-height: 1.8;
  }
  .info_table th {
    display: block;
    width: 100%;
    padding: 10px;
    white-space: normal;
  }
  .info_table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .pagenav {
    margin: 40px auto 0;
    justify-content: flex-start;
  }
  .pagenav li {
    width: 48%;
    max-width: 48%;
    margin: 0 4% 20px 0;
  }
  .pagenav li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pagenav li:last-child {
    margin-right: 0;
  }
  .pagenav li a {
    height: 100%;
  }
  .pagenav li a .txt {
    font-size: 15px;
    padding: 0 20px 10px 0;
    line-height: 1.4;
  }
  .pagenav li a .txt:after {
    height: calc(100% + 10px);
  }
  .pagenav.col4 li {
    width: 48%;
    max-width: 48%;
  }
}

@media screen and (max-width: 375px) {
  .sec_lead .txt {
    font-size: 17px;
  }
  .pagenav li a .txt {
    padding: 0 15px 10px 0;
  }
}

/*  page_footer
------------------------------------*/
#page_footer {
  padding: 100px 0 240px;
  background: #e6f0fb;
}

#page_footer .link_list li {
  width: 18.18%;
  max-width: 189px;
  text-align: center;
}

#page_footer .link_list li .tit {
  position: relative;
  margin-bottom: 25px;
  color: #002c85;
  font-size: 33px;
  font-family: "Cardo", serif;
  line-height: 1.2;
  letter-spacing: 0;
  transition: all .4s ease;
  white-space: nowrap;
  z-index: 10;
}

#page_footer .link_list li .tit:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 1px;
  height: 62px;
  background: #99abce;
  z-index: 1;
  transition: all .4s ease;
  z-index: 10;
}

#page_footer .link_list li .pic {
  position: relative;
}

#page_footer .link_list li .pic:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 223px;
  height: 223px;
  margin: -111px 0 0 -111px;
  background: url(../img/pagef_txt.png) no-repeat center;
  background-size: 100%;
  z-index: 5;
  opacity: 0;
  transition: all .4s ease;
  animation: -webkit-rotateAnime 50s linear infinite;
  animation: rotateAnime 50s linear infinite;
}

#page_footer .link_list li .txt {
  position: absolute;
  left: 0;
  bottom: 30px;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
}

#page_footer .link_list li a {
  position: relative;
  display: block;
}

#page_footer .link_list li a:hover {
  opacity: 1;
}

#page_footer .link_list li a:hover .tit {
  color: #0569dc;
  transform: translateY(-20px);
}

#page_footer .link_list li a:hover .tit:after {
  height: 82px;
  background: #82b4ed;
}

#page_footer .link_list li a:hover .pic:after {
  opacity: 1;
}

#page_footer .link_list li:nth-of-type(1) a .txt, #page_footer .link_list li:nth-of-type(5) a .txt {
  color: #fff;
}

@keyframes -webkit-rotateAnime {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotateAnime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  #page_footer {
    display: none;
  }
}

/*  footer
------------------------------------*/
#footer {
  position: relative;
  padding: 60px 0 40px;
  background: url(../img/f_bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}

#footer .pagetop {
  display: none;
  position: fixed;
  left: 20px;
  bottom: 40px;
  z-index: 2000;
}

#footer .pagetop a {
  display: block;
}

#footer .pagetop a:hover {
  transform: translateY(-3px);
  opacity: 1;
}

#footer .btn_shop {
  position: fixed;
  right: 2%;
  bottom: 70px;
  z-index: 2000;
}

#footer .f_col {
  margin: 0 auto 130px;
  justify-content: center;
}

#footer .f_col .col_main {
  width: 280px;
  margin-right: 50px;
}

#footer .f_col .col_main .f_logo {
  margin: 20px 0 25px;
}

#footer .f_col .col_main .f_tel {
  margin-top: 40px;
  font-size: 33px;
  font-family: "Cardo", serif;
  letter-spacing: 0.1em;
  text-align: center;
}

#footer .f_col .col_main .f_tel a {
  color: #fff;
}

#footer .f_col .col_nav {
  width: 270px;
  margin-left: 25px;
}

#footer .f_sns {
  text-align: center;
}

#footer .f_sns a {
  display: inline-block;
  margin: 0 20px;
  line-height: 33px;
}

#footer .f_sns a img {
  vertical-align: middle;
}

#footer .f_sns a:first-child img {
  width: 37px;
  height: 31px;
}

#footer .f_sns a:nth-child(2) img {
  width: 31px;
  height: 31px;
}

#footer .f_sns a:nth-child(3) img {
  width: 33px;
  height: 33px;
}

#footer .f_nav li {
  border-bottom: 1px solid #33569d;
  line-height: 1.4;
}

#footer .f_nav li a {
  display: block;
  padding: 20px 20px 15px;
  color: #fff;
  line-height: 1.2;
}

#footer .f_nav li a .main {
  display: inline-block;
  padding-right: 15px;
  font-size: 22px;
  font-family: "Cardo", serif;
}

#footer .f_nav li a .sub {
  display: inline-block;
  font-size: 14px;
}

#footer .f_nav li a:hover {
  background: rgba(51, 86, 157, 0.3);
  opacity: 1;
}

#footer .f_address {
  margin-bottom: 60px;
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: center;
}

#footer .f_address .tel,
#footer .f_address .fax {
  padding: 0 .5em;
}

#footer .f_copy small {
  display: block;
  font-size: 14px;
  font-family: "Cardo", serif;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 769px) {
  #footer .pagetop_sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0 20px;
  }
  #footer .pagetop {
    display: none !important;
  }
  #footer .pagetop_sp {
    display: none;
    position: fixed;
    right: 0;
    bottom: 15px;
  }
  #footer .pagetop_sp a {
    display: block;
  }
  #footer .pagetop_sp img {
    width: 60px;
  }
  #footer .btn_shop {
    display: none;
  }
  #footer .f_col {
    margin: 0 auto 30px;
  }
  #footer .f_col .col_main {
    width: 100%;
    margin: 0 auto;
  }
  #footer .f_col .col_main .f_logo {
    text-align: center;
  }
  #footer .f_col .col_main .f_logo img {
    width: 60%;
    max-width: 60%;
  }
  #footer .f_col .col_main .f_tel {
    margin-top: 40px;
    font-size: 33px;
    font-family: "Cardo", serif;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #footer .f_col .col_main .f_tel a {
    color: #fff;
  }
  #footer .f_col .col_main .f_tel_txt {
    font-size: 14px;
    text-align: center;
  }
  #footer .f_sns {
    text-align: center;
  }
  #footer .f_sns a {
    margin: 0 10px;
  }
  #footer .f_address {
    margin-bottom: 30px;
    line-height: 1.5;
  }
  #footer .f_copy small {
    display: block;
    font-size: 14px;
    font-family: "Cardo", serif;
    line-height: 1.4;
    text-align: center;
  }
}

#nav_box {
  display: none;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002c85;
  box-sizing: border-box;
  z-index: 9999;
  overflow-y: scroll;
  text-align: left;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  -webkit-overflow-scrolling: touch;
}

#nav_box .nav_box_area {
  position: relative;
  padding: 20px 15px 50px;
  overflow: hidden;
}

#nav_box .nav_logo {
  margin-bottom: 15px;
  text-align: center;
}

#nav_box #btn_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 12px;
}

#nav_box .nav_wrap {
  max-width: 360px;
  margin: 0 auto;
  overflow: hidden;
}

#nav_box .nav_wrap .sp_nav li {
  border-bottom: 1px solid #33569d;
  line-height: 1.4;
}

#nav_box .nav_wrap .sp_nav li a {
  display: block;
  padding: 10px 20px 10px;
  color: #fff;
  line-height: 1.2;
}

#nav_box .nav_wrap .sp_nav li a .main {
  display: inline-block;
  padding-right: 15px;
  font-size: 22px;
  font-family: "Cardo", serif;
}

#nav_box .nav_wrap .sp_nav li a .sub {
  display: inline-block;
  font-size: 14px;
}

#nav_box .nav_sns {
  margin-top: 30px;
  text-align: center;
}

#nav_box .nav_sns a {
  display: inline-block;
  margin: 0 20px;
  line-height: 33px;
}

#nav_box .nav_sns a img {
  vertical-align: middle;
}

#nav_box .nav_sns a:first-child img {
  width: 37px;
  height: 31px;
}

#nav_box .nav_sns a:nth-child(2) img {
  width: 31px;
  height: 31px;
}

#nav_box .nav_sns a:nth-child(3) img {
  width: 33px;
  height: 33px;
}

@media screen and (max-width: 768px) {
  #sp_footer {
    display: table;
  }
  #nav_box {
    display: block;
  }
}

/* common */
.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.pc_inline {
  display: inline;
}

.sp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* common */
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .pc_inline {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}
