/*************************
* RESET                  *
* FORM PARTS             *
* CLASS                  *
**  tablet               *
**  smartphone           *
* HEADER                 *
**  tablet               *
**  smartphone           *
* FOOTER - GLOBAL LINKS  *
* FOOTER                 *
*************************/

/* RESET */
body {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
  color: #333;
}

a, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

.--content-box *,
.--content-box ::after,
.--content-box ::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* FORM PARTS */
:placeholder-shown {
  color: #aaa;
}

::-webkit-input-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

/* CLASS */
.external-link {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-bottom: -1.5px;
  background: url("../img/external-link.svg") no-repeat;
}

.sp {
  display: none;
}

.link-button {
  text-align: center;
}

.link-button a {
  display: inline-block;
  padding: 8px 40px;
  border-radius: 40px;
  border: 2px solid #804c9e;
  color: #804c9e;
  font-weight: bold;
  transition: all .15s linear;
}

.link-button a:hover {
  background: #804c9e;
  color: #fff;
}

.link-button a.block {
  display: block;
}

.link-button a.white-btn {
  color: #fff;
  border: 2px solid #fff;
}

.link-button a.white-btn:hover {
  background: #fff;
  color: #804c9e;
}
#footpath{
display: none;
}

.breadcrumb {
  font-size: 1rem;
  padding: 0 0 25px 20px;
  max-width: 1157px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb a:hover {
  color: #666;
}

.breadcrumb a:not(:last-child)::after {
  margin-left: 10px;
  margin-right: 10px;
  content: ">";
}

/** CLASS - tablet **/
@media screen and (max-width: 1068px) {
  .pc {
    display: none;
  }
}

/** CLASS - smartphone **/
@media screen and (max-width: 700px) {
  .pcandtab {
    display: none;
  }
  .sp {
    display: initial;
    /*display: block;*/
  }
  .link-button {
    max-width: 340px;
    margin: 0 auto;
  }
  .link-button a {
    display: block;
    padding: 6px 10px;
  }
  .breadcrumb {
    padding-left: 0;
    margin-left: 15px;
  }
}

/* HEADER */
header .navigation {
  flex-wrap: nowrap;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
}

header .navigation a {
  display: block;
  padding-top: 30px;
}

header .burger-menu {
  position: absolute;
  top: 15px;
  left: 20px;
  opacity: 0;
  pointer-events: none;
}

header .burger-menu div {
  width: 35px;
  height: 5px;
  background-color: #804c9e;
  margin: 6px 0;
  transition: 0.4s;
}

.gNavShow header .burger-menu div:first-child {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}

.gNavShow header .burger-menu div:nth-child(2) {
  opacity: 0
}

.gNavShow header .burger-menu div:last-child {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

header .logo-anytime {
  padding-top: 5px;
  margin-right: 15px;
  flex-grow: 1;
}

/* header .logo-anytime img {
  border-right: solid 1px #DDD;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  box-sizing: content-box;
} */

header .menu {
  flex-basis: 740px;
  max-width: 975px;
  justify-content: space-between;
  flex-grow: 2;
}

header .menu > a {
  border-top: 2px solid transparent;
  font-size: 1.4rem;
  padding-bottom: 10px;
}

header .menu a:hover {
  color: #804c9e;
  border-color: #804c9e;
}

header .menu > a p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2px;
  font-family: "Lato", "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}

header .menu .sub-menu {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background-color: #EBEBEB;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .menu .sub-menu a {
  width: 50%;
  float: left;
}

header .social-network-service {
  padding-top: 5px;
  flex-grow: 1;
  justify-content: flex-end;
}

header .social-network-service a {
  margin-left: 15px;
}

header .social-network-service a img {
  transition: all .15s linear;
}

header .social-network-service a img:hover {
  padding: 2px;
  transition: all .15s linear;
}

/* #header */
#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 92px;
  flex-wrap: nowrap;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
  transition: top .5s ease;
  z-index: 10000;
}
body.min-header #header {
  top: -92px;
}
#header a {
  display: block;
}
#header #site-id {
  padding-top: 28px;
  margin-right: 15px;
  flex-grow: 1;
}
#header #site-id a {
  display: inline-block;
  padding: 0 14% 5px 0;
  border-right: 1px solid #ccc;
}
#header #site-id img {
  display: block;
}
#header .mb-burger-menu {
  position: absolute;
  top: 15px;
  left: 20px;
  opacity: 0;
  pointer-events: none;
}

#header .mb-burger-menu div {
  width: 35px;
  height: 5px;
  background-color: #804c9e;
  margin: 6px 0;
  transition: 0.4s;
}
body.gNavShow #header .mb-burger-menu div:first-child {
  -webkit-transform: rotate(-45deg) translate(-8px, 7px);
  transform: rotate(-45deg) translate(-8px, 7px);
}
body.gNavShow #header .mb-burger-menu div:nth-child(2) {
  opacity: 0
}
body.gNavShow #header .mb-burger-menu div:last-child {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
#header ul,
#header li{margin:0;padding:0;list-style:none;}
#header #global-nav {
  flex-basis: 740px;
  max-width: 975px;
  justify-content: space-between;
  flex-grow: 2;
}
#header #global-nav a:hover {
  color: #804c9e;
  border-color: #804c9e;
}
#header #global-nav .main-nav-item.current > a {
  color: #804c9e;
  border-color: #804c9e;
}
#header .main-nav {
  justify-content: space-between;
}
#header .main-nav .main-nav-item {
  flex-basis: 20%;
  text-align: center;
  border-top: 2px solid transparent;
  transition: color .15s linear, border .15s linear;
  cursor: pointer;
}
#header .main-nav .main-nav-item > a {
  padding-top: 22px;
  font-size: 1.4rem;
  padding-bottom: 18px;
  display: inline-block;
  text-align: left;
}
#header .main-nav .main-nav-item.active {
  color: #804c9e;
  border-color: #804c9e;
  background-color: #fafafa; 
}
#header .main-nav .main-nav-item:hover {
  border-color: #804c9e;
  background-color: #fafafa; 
}
#header .main-nav .main-nav-item > a span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2px;
  font-family: "Lato", "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (min-width: 801px) and (max-width: 900px) {
	#header .main-nav .main-nav-item > a {
		font-size: 1.2rem;
	}
	#header .main-nav .main-nav-item > a span {
		font-size: 1.6rem;
	}
}
#header .down-nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
  /*background: #823d95;*/
  background: rgba(130,61,149,0.95);
  text-align: center;
  max-height: 0px;
  opacity: 0;
  transition: all .15s linear;
  color: #fff;
}
#header .down-nav a {
  display: block;
  padding: 30px 40px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  border-left: 1px solid #9459a4;
  transition: color .3s ease;
}
#header #global-nav .down-nav a:hover {
  color: #cfb5d7;
  border-color: #9459a4;
}
#header .active .down-nav {
  max-height: 999em;
  opacity: 1;
}

@media screen and (min-width: 801px) {/*PCでのみダウンナビを消す*/
  #header .active .down-nav.downNone {
    max-height: 0;
    opacity: 0;
  }
}

#header .down-nav li {
  display: inline-block;
  padding: 15px 0;
  margin: 0;
}
#header .down-nav li:first-child a {
  border-left: none;
}
#header .sub-nav {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  background-color: #EBEBEB;
  padding-top: 20px;
  padding-bottom: 20px;
}
#header .sub-nav ul {
  overflow: hidden;
}
#header .sub-nav li {
  width: 50%;
  float: left;
}
#header .sns-list {
  padding-top: 28px;
  flex-grow: 1;
  justify-content: flex-end;
}
#header .sns-list a {
  margin-left: 5px;
}
#header .sns-list a img {
  transition: all .15s linear;
}
#header .sns-list a img:hover {
  padding: 2px;
  transition: all .15s linear;
}
#header + main {
  padding-top: 92px;
}

/** header PC small size **/
@media screen and (max-width: 1168px) {
  #header .sns-list {
    display: none;
  }
	#header .down-nav a {
		padding: 16px 24px;
		font-size: 1.4rem;
	}
}
/** header tablet **/
@media screen and (max-width: 800px) {
  header .navigation {
    position: relative;
    padding: 15px 0;
  }
  header .logo-anytime {
    text-align: center;
    padding-top: 0;
    margin-right: 0;
  }
  header .logo-anytime a {
    padding-top: 0;
  }
  header .menu {
    max-width: none;
    display: block;
    position: absolute;
    top: 64px;
    left: 0;
    /* fix bug iPhone5 */
    width: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: white;
  }
  header .burger-menu {
    opacity: 1;
    pointer-events: inherit;
  }
  .gNavShow {
    background-color: black;
  }
  .gNavShow main, .gNavShow footer {
    opacity: .1;
    transition: opacity 0.5s;
  }
  .gNavShow header .menu, .gNavShow header .sub-menu {
    opacity: 1;
    z-index: 1;
    transition: opacity 0.4s;
    pointer-events: initial;
  }
  header .menu a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-top: none;
  }
  header .menu a p {
    display: inline-block;
    padding-right: 10px;
  }
  header .social-network-service {
    display: none;
  }

  #header {
    height: 64px;
    padding: 0;
  }
  body.min-header #header {
    top: -64px;
  }
  #header #site-id {
    position: relative;
    padding: 14px 0;
    margin-right: 0;
    text-align: center;
    background: #fff;
    z-index: 100;
  }
  #header #site-id a {
    padding: 0;
    border: none;
  }
  #header #site-id img {
    margin: 0 auto;
  }
  #header .mb-burger-menu {
    opacity: 1;
    pointer-events: inherit;
    z-index: 150;
  }
  #header #global-nav {
    display: block;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0,0,0,0.8);
    transition: opacity 0.4s;
    overflow-y: auto;
    z-index: 50;
    -webkit-overflow-scrolling : touch;
  }
  body.gNavShow #header #global-nav {
    opacity: 1;
    z-index: 1;
    transition: opacity 0.4s;
    /*pointer-events: initial;*/
	pointer-events: auto;
  }
  #header #global-nav a:hover {
    color: inherit;
    border-color: transparent;
  }
  #header .main-nav {
    padding-top: 62px;
    padding-bottom: 10px;
  }
  #header .main-nav,
  #header .main-nav .main-nav-item,
  #header .main-nav .main-nav-item:hover{
    display: block;
    background: #fff;
  }
  #header .main-nav .main-nav-item {
    text-align: left;
    border-top: none;
    transition: none;
  }
  #header .main-nav .main-nav-item > a {
    padding: 15px 20px 5px;
  }
  #header .main-nav .main-nav-item.active {
    color: inherit;
    border-color: transparent;
  }
  #header .main-nav .main-nav-item > a span {
    display: inline-block;
    padding-right: 10px;
  }
  #header .down-nav {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    overflow: hidden;
    background: none;
    text-align: left;
    max-height: none;
    margin-left: 20px;
    opacity: 1;
    transition: none;
  }
  #header .active .down-nav {
    max-height: none;
    opacity: 1;
  }
  #header .down-nav li {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 13px;
    border-top: 1px dotted #ddd;
  }
  #header .down-nav li a:before {
    content: "> ";
  }
  #header .down-nav li a {
    padding: 12px 10px;
    color: #000;
    border-left: none;
    font-size: 13px;
}
  #header #global-nav .down-nav a:hover {
    color: #000;
  }
  body.gNavShow #header .sub-nav {
    opacity: 1;
    z-index: 1;
    transition: opacity 0.4s;
    /*pointer-events: initial;*/
	pointer-events: auto;
  }
  #header .sub-nav li {
    width: 50%;
    float: left;
    font-size: 13px;
  }
  #header .sub-nav li a {
    display: block;
    padding: 10px 0 10px 20px;
  }
  #header .sns-list {
    display: none;
  }
  #header + main {
    padding-top: 64px;
  }
}

@media screen and (max-width: 700px) {
  header .burger-menu {
    left: 15px;
  }
  header .menu a {
    padding-left: 15px;
  }
  
  #header #site-id img {
    width: 120px;
    height: auto;
  }

  #header .mb-burger-menu {
    left: 15px;
  }
  #header .down-nav {
    margin-left: 15px;
  }
  #header .sub-nav li a {
    padding: 10px 0 10px 15px;
  }
}

/* FOOTER - GLOBAL LINKS */
#global-links {
  padding: 60px 20px 40px;
  background: #eee;
}

#global-links .inner {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

#global-links .left-block {
  width: 70.175%;
  float: left;
}

#global-links .right-block {
  width: 25.96%;
  float: right;
}

#global-links .message {
  font-size: 24px;
  font-weight: bold;
}

#global-links .message span {
  display: block;
  padding-top: 8px;
  font-weight: normal;
  font-size: 14px;
}

#global-links .global-list {
  padding-top: 30px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

#global-links .global-list dt {
  width: 7em;
  font-weight: bold;
}

#global-links .global-list dd {
  padding: 0 0 0 8em;
  margin: -1.8em 0 .2em;
}

#global-links .global-list dd a {
  display: inline-block;
}

#global-links .global-list dd a:hover {
  color: #7f4c9e;
}

#map_world-link {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 20px;
}
#map_world-link a {
	background: #fff;
	padding: 5px 20px;
	margin-right: 10px;
	border: solid 1px #9459a4;
	color: #9459a4;
	border-radius: 20px;
}
#map_world-link a:hover {
	background: #9459a4;
	color: #fff;
}

/** tablet **/
@media screen and (max-width: 1068px) {
  #global-links {
    padding: 40px 20px;
  }
	#map_world-link span {
		display: block;
		margin-top: 5px;
	}
}

/** smartphone **/
@media screen and (max-width: 700px) {
  #global-links {
    padding: 30px 0 0;
  }
  #global-links .left-block, #global-links .right-block {
    width: auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  #global-links .left-block {
    padding-bottom: 30px;
  }
  #global-links .message {
    max-width: 345px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
  }
  #global-links .message span {
    padding-top: 10px;
    line-height: 1.6;
    font-size: 12px;
  }
  #global-sp-link {
    display: block;
    padding: 0;
    max-width: 345px;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
  }
  #global-sp-link a {
    position: relative;
    display: block;
    color: #444;
    padding: 8px 30px 8px 0;
    border-radius: 40px;
    border: 1px solid #ddd;
    background: #fff;
  }
  #global-sp-link a:after {
    content: "＋";
    position: absolute;
    right: 20px;
    top: 8px;
  }
  #global-sp-link a.active:after {
    content: "－";
  }
  #global-links .global-list {
    max-width: 345px;
    margin: 0 auto;
    padding-top: 0;
    font-size: 13px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .5s;
  }
  #global-links .global-list.active {
    max-height: 999em;
    opacity: 1;
  }
  #global-links .global-list dt {
    padding: 10px 0 0;
    width: auto;
  }
  #global-links .global-list dd {
    padding: 0;
    margin: 0;
  }
  #global-links .global-list dd a:hover {
    color: inherit;
  }
  #global-links .right-block {
    padding-top: 30px;
    background: #f2f2f2;
  }
  #global-links .right-block a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  #global-links .sns {
    padding: 20px 0 15px;
    text-align: center;
    background: #f2f2f2;
    display: block;
  }
  #global-links .sns a {
    display: inline-block;
    margin: 0 5px;
  }
	#map_world-link {
		text-align: center;
	}
	#map_world-link a {
		display: block;
		max-width: 345px;
		margin: 0 auto;
	}
}

/* FOOTER */

footer {
  padding: 60px 0;
  text-align: center;
  background-color: white;
}

footer nav {
  margin-top: 40px;
  margin-bottom: 30px;
}

footer .sub-navigation {
  font-size: 1.4rem;
}

footer nav a:not(:first-child)::before {
  margin-left: 10px;
  margin-right: 10px;
  color: #BBB;
  content: "|";
}

footer nav a:hover {
  color: #804c9e;
}

footer .copyright {
  font-size: 1.2rem;
}

/*footer .copyright:before {
  content: "© ";
}*/

@media screen and (max-width: 700px) {
  footer {
    padding: 40px 0 10px;
  }
  footer h1 img {
    width: 36px;
    height: auto;
  }
  footer nav {
    font-size: 0;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  footer nav a {
    position: relative;
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 20px;
    width: 49%;
    box-sizing: border-box;
  }
  footer nav a:not(:first-child)::before {
    display: none;
  }
  footer nav a:nth-child(even):after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #bbb;
  }
  footer .sub-navigation a:nth-child(even):after {
    display: none;
  }
  footer nav.sub-navigation a {
    padding: 0 10px;
    font-size: 1.1rem;
    text-align: right;
    vertical-align: top;
  }
  footer .sub-navigation a:nth-child(even) {
    text-align: left;
  }
  footer .copyright {
    padding-top: 20px;
    font-size: 1rem;
  }
}

/* SEARCH */

.searchform label {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.searchform #s {
  padding: 0 20px;
  border-radius: 8px 0 0 8px;
  border: none;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 0 0 #502f76 inset;
  transition: box-shadow .5s ease;
  line-height: 50px;
  height: 50px;
  width: 300px;
  outline: none;
}
.searchform #s:focus {
  box-shadow: 0 0 8px #502f76 inset;
}
.searchform #searchsubmit {
  width: 60px;
  height: 50px;
  background: url(../img/search.svg) no-repeat center center #804c9e;
  background-size: 24px auto;
  text-indent: -999em;
  border: none;
  border-radius: 0 8px 8px 0;
  box-shadow: none;
}
/** tablet **/
@media screen and (max-width: 1068px) {
  .searchform label {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
/** smartphone **/
@media screen and (max-width: 700px) {
	.searchform {
		width: 100%!important;
		max-width: 400px;
		padding: 0;
		margin: 0 auto;
	}
	.searchform label {
		margin-bottom: 5px;
		font-size: 14px;
	}
	.searchform #s {
		line-height: 40px;
		height: 40px;
		width: 87.5%;
		padding: 0 10px;
	}
  .searchform #searchsubmit {
    width: 12.5%;
    height: 40px;
    background-color: #804c9e;
    background-size: 20px auto;
  }
}