@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/scheherazade.css);

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 18px;
  color: #1F1F1F;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight:normal;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

a {
  color:inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -ms-transition: 1s;
}

a:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption, figure, main {
  display: block;
}

article, aside, footer, header, nav, section, .section {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* form input*/
table {
  border-collapse: collapse;
  table-layout:fixed;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 18px;
  font-size: 1.8rem;
  background: #F6F6F6;
  border: 1px solid #ddd;
  outline: none;
  padding: 15px 20px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  border-color: #39B8B8;
}

input[type=text]:placeholder,
input[type=email]:placeholder,
input[type=tel]:placeholder,
input[type=url]:placeholder,
input[type=password]:placeholder,
input[type=number]:placeholder,
textarea:placeholder{
	color:#aaa;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 18px;
  font-size: 1.8rem;
  background: #F6F6F6;
  border: 1px solid #ddd;
  outline: none;
  padding: 15px 20px;
  width: 100%;
}

textarea:focus {
  border-color: #39B8B8;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-content-around {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

/*Flex Items*/
.flex {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 10px;
}

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px;
}

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 10px;
}

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 10px;
}

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  padding: 10px;
}

.flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  padding: 10px;
}

.flex-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  padding: 10px;
}

.flex-7 {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  padding: 10px;
}

.flex-8 {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
  padding: 10px;
}

.flex-9 {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
  padding: 10px;
}

.flex-10 {
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
  padding: 10px;
}

.flex-11 {
  -webkit-box-flex: 11;
  -ms-flex: 11;
  flex: 11;
  padding: 10px;
}

.flex-12 {
  -webkit-box-flex: 12;
  -ms-flex: 12;
  flex: 12;
  padding: 10px;
}

/*margin*/
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}

.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #39B8B8;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active, .pc .pager a:hover, .pc .pager a:focus {
  border-color: #39B8B8;
  color: #39B8B8;
}

.pager .previous, .pager .next, .pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}

.pager .next a:after {
  content: "≫";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span, .pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active, .pc .pagination > li > a:hover, .pc .pagination > li > a:focus {
  border-color: #39B8B8;
  color: #39B8B8;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a {
  font-size: 22px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #F6F6F6;
  background:#F6F6F6;
  margin: 3px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span {
  font-size: 22px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #A0E0E0;
  margin: 3px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi span.current,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  border: 0px;
  background: none;
  font-weight: normal;
}

.wp-pagenavi a:hover {

}

@media screen and (max-width: 768px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	}
}

/* wordpress breadcrumbs */
.breadcrumbs {
  font-size: 1.4rem;
  color:#aaa;
  padding-top:35px;
  margin-bottom:60px;
}

.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
  margin: 0;
}
.breadcrumbs li:not(:last-of-type) {
  color:#aaa;
}

.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #39B8B8;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
}

.wp-caption-text, .wp-caption, .aligncenter, .alignleft, .alignright, .sticky, .gallery-caption, .bypostauthor, .screen-reader-text {
  font-weight: normal;
}

/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick/slick.woff") format("woff"), url("./fonts/slick/slick.ttf") format("truetype"), url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-next:hover, .slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: .2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
  .slick-archive__label {
    font-size: 1rem;
  }
}

/* toggle button */
.toggle {
  display: none;
}

.toggle[aria-expanded="true"] .toggle__bar {
  background-color: transparent;
}

.toggle[aria-expanded="true"] .toggle__bar::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.toggle[aria-expanded="true"] .toggle__bar::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.toggle[aria-expanded="true"] .toggle__title:before {
  content: "とじる";
}

@media screen and (max-width: 768px) {
  .toggle {
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    padding: 13px;
    right: 10px;
    text-align: center;
    top: 5px;
    z-index: 7;
  }
  .toggle__bar {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #231815;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
  .toggle__title {
    font-size: 10px;
    font-size: 1rem;
    display: block;
    padding-top: 5px;
    width: 4em;
    white-space: nowrap;
  }
  .toggle__title:before {
    content: "メニュー";
  }
}

.icon-check, .list-check > li {
  position: relative;
  padding-left: 1.5em;
}

.icon-check:before, .list-check > li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 2;
}

.icon-come {
  text-indent: -1em;
  margin-left: 1em;
}

.icon-come:before {
  content: "※";
}

.list, .pagination {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .gnav {
    display: block !important;
    height: inherit !important;
  }
}

@media screen and (max-width: 768px) {
  .gnav {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #E8E8E8;
    -webkit-box-shadow: 0 1px 5px #E8E8E8;
    box-shadow: 0 1px 5px #E8E8E8;
    z-index: 6;
  }
}


@media screen and (min-width: 551px) {
	.sp-550{
		display:none;
	}
}
@media screen and (min-width: 769px) {
  .sp{
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.pc{
		display:none;
	}
}
@media screen and (max-width: 550px) {
	.pc-550{
		display:none;
	}
}


/*////////////////////////

 user common css

////////////////////////*/
.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container.is-rightOpen{
    width: 100%;
    margin-right: 0;
    max-width: none;
    padding-right: 0;
}
.container.is-leftOpen{
	width:100%;
	margin-left:0;
	max-width:none;
	padding-left:0;
}
@media screen and (min-width: 1401px) {
	.container.is-rightOpen,
	.container.is-leftOpen{
		width:calc(100% - ((100% - 1260px) / 2));
	}
}


.btn01{
	border:none;
	border-bottom:1px solid #1F1F1F;
	background:url(img/common/arrow_right.png) no-repeat right;
	min-width:270px;
	text-align:center;
	padding:20px 30px;
	display:inline-block;
	cursor: pointer;
}

.btn01[target="_blank"]{
	background-image:url(img/common/ico_blank.png);
}

.btn01.is-left{
	background:url(img/common/arrow_left.png) no-repeat left;
}

.f-bold{
	font-weight:bold;
}

.t-center{
	text-align:center;
}
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}
@media screen and (min-width: 551px) {
	.t-center_pc550{
		text-align:center;
	}
	.t-left_pc550{
		text-align:left;
	}
	.t-right_pc550{
		text-align:right;
	}

}

/*////////////////////////

 header

////////////////////////*/

header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	background:#fff;
	transition: 0.5s;
}


header [class^="container"]{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width:100%;
	padding-right:0;
}


.header__logo__sub{
	display:block;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "小塚ゴシック", "Noto Sans Japanese", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#777;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}


.header__nav__item{
	font-size:16px;
}
.header__nav__item a{
	display: block;
	padding:28px 40px 28px 0;
}

.header__nav__item.is-contact{
	background:#F6F6F6;
}
.header__nav__item.is-contact a{
	padding:28px 39px;
	display:block;
}

@media screen and (min-width: 769px) {
	header:not(.is-show){
		transform:translateY(-100%);
	}

	.header__nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.header__nav__item{
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

}

@media screen and (max-width: 768px) {
	header{
		padding-right:90px;
		padding-top:10px;
	}
	.header__nav__item a{
		padding-left:39px;
	}
}

/*////////////////////////

footer

////////////////////////*/
footer {
}

.footer__info{
	font-size:16px;
	line-height:2;
	width: 44%;
	text-align:center;
	padding:100px 15px 20px;
}

.footer__info__copy{
	color:#aaa;
	font-size:11px;
	margin-top:40px;
	display:block;
}

.footer__contact{
	width:56%;
	background:#F6F6F6;
	text-align:center;
	padding:85px 15px 90px;
}

.footer__info__inner,
.footer__contact__inner{
	text-align:left;
	display:inline-block;
}



@media screen and (min-width: 769px) {
	.footer__contact__list__item:nth-of-type(1){
		padding-right:55px;
	}
	
	.footer__contact__list__item:nth-of-type(2){
		padding-left:55px;
		border-left:1px solid #aaa;
	}
}



@media screen and (max-width: 768px) {
	.footer__info{
		width:100%;
	}
	.footer__contact{
		width:100%;
	}

}

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

}


/*////////////////////////

top

////////////////////////*/

.main-visual{
	position:relative;
}

.main-visual__scroll{
	position:absolute;
	bottom:0;
	left:0;
	width:32%;
	text-align:center;
}

.main-visual__menu{
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	padding:20px 0 0;
}

.main-visual__menu .container{
	max-width:100%;
}

.main-visual__image{
	height:100vh;
	background:url(img/top/main_image.jpg) no-repeat center / cover;
	width: 68%;
}

.main-visual__text{
	width:32%;
	text-align:center;
	padding:0 20px;
}

.main-visual__menu .header__nav__item{
	color:#fff;
	background:none;
}


@media screen and (max-width: 768px) {
	.main-visual__menu{
		display:none;
	}
}


.top-about{
	padding:140px 0 180px;
}

.top-about__hdg{
	font-size:36px;
	margin-bottom:30px;
}

.top-about__hdg__en{
	font-family: 'Scheherazade', serif;
	font-size:18px;
	display:block;
	font-weight:500;
}

.top-about__hdg.is-tate{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom:40px;
}
.top-about__hdg.is-tate .top-about__hdg__en{
	letter-spacing:2px;
}

.top-about__text{
	max-width:750px;
	width:calc(100% - 300px);
	line-height:2;
}

.top-about__btnWrap{
	text-align:right;
}

@media screen and (max-width: 768px) {
	.top-about__text{
		width:100%;
	}
	
	.top-about__btnWrap{
		width:100%;
		margin-top:20px;
	}
}

.top-document{
	position:relative;
}

.top-document:before{
	content:"";
	width:calc(100% - 60px);
	height:930px;
	background:url(img/top/bg01.jpg) no-repeat right / cover;
	position:absolute;
	left:0;
	top:220px;
	z-index:-1;
}

.top-document__text{
	width:470px;
	line-height:2;
}
.top-document__image{
	width:calc(100% - 500px);
	text-align:right;
}

@media screen and (max-width: 768px) {
	.top-document__text{
		width:100%;
	}
	.top-document__image{
		width:100%;
		margin-top:40px;
	}
}

.top-gallery{
	padding:150px 0 200px;
}

.top-gallery__text{
	width:470px;
	line-height:2;
}
.top-gallery__image{
	width:calc(100% - 500px);
}

@media screen and (max-width: 768px) {
	.top-gallery__text{
		width:100%;
	}
	.top-gallery__image{
		width:100%;
		margin-top:40px;
	}
}

.top-fixImage{
	height:480px;
	background:url(img/top/fix_bg.png) no-repeat center / cover fixed;
}


/*////////////////////////

sub page

////////////////////////*/

.header.is-subpage{
	transform: translateY(0);
}

.subpage-title{
	background:url(img/about/page_title.jpg) no-repeat center / cover;
	height:360px;
	margin-top:80px;
}

.subpage-title__hdg{
	text-align:center;
	color:#fff;
	font-size:36px;
}
.subpage-title__hdg__en{
	font-family: 'Scheherazade', serif;
    font-size: 18px;
    display: block;
	font-weight:400;
}

@media screen and (max-width: 768px) {
	.subpage-title{
		height:190px;
	}
}


/*////////////////////////

about

////////////////////////*/


.about-message__text{
	width:40%;
}

.about-message__text__name{
	font-size:16px;
	text-align:right;
	margin-top:30px;
}

.about-message__text__name__job{
	font-size:13px;
	margin-right:15px;
}

.about-message__image{
	width:53%;
}

.about-message__image__inner{
	display:inline-block;
	background:url(img/about/message_image_bg.jpg) no-repeat center / cover;
}
.about-message__image__inner img{
	position:relative;
	top:-30px;
	left:30px;
}

@media screen and (max-width: 768px) {
	.about-message__image{
		width:100%;
		padding-right:30px;
	}
	.about-message__text{
		width:100%;
		margin-top:30px;
	}
}

.about-info{
	padding-top:140px;
}

.about-info__dl__dt{
	font-weight:bold;
	width:210px;
	border-bottom: 1px solid #ddd;
	font-size:16px;
	padding:30px 0;
}
.about-info__dl__dd{
	width:calc(100% - 210px);
	border-bottom: 1px solid #ddd;
	font-size:16px;
	padding:30px 0;
}

.about-info__dl__dt:first-of-type,
.about-info__dl__dd:first-of-type{
	border-top: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
	.about-info__dl__dt{
		width:100px;
	}
	.about-info__dl__dd{
		width:calc(100% - 100px);
	}
}


.about-access{
	padding-top:140px;
}

.about-access__image{
	width: 360px;
}

.about-access__text{
	width:calc(100% - 400px);
	font-size:16px;
	line-height:2;
}

@media screen and (max-width: 768px) {
	.about-access__image{
		width: 100%;
	}
	
	.about-access__text{
		width:100%;
		margin-top:30px;
	}
}

.about-sns{
	padding-top:140px;
	padding-bottom: 100px;
}


/*////////////////////////

contact

////////////////////////*/

.subpage-title.is-contact{
	background-image:url(img/contact/page_title.jpg);
}

.contact-tel{
	line-height:2;
}

.contact-tel__list{
	background:#F6F6F6;
	border-radius:9px;
	padding:40px 0;
}

.contact-tel__list__item{
	max-width:50%;
	padding:0 40px;
}


@media screen and (min-width: 769px) {
	.contact-tel__list__item:nth-of-type(2){
		border-left:1px solid #aaa;
	}
}

@media screen and (max-width: 768px) {
	.contact-tel__list__item{
		width:100%;
		max-width:100%;
		text-align:center
	}
	.contact-tel__list__item:nth-of-type(2){
		margin-top:20px;
	}
}

.contact-mail{
	padding-top:140px;
	padding-bottom: 100px;
}

.contact-mail__formWrap{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding:17px 0 60px;
}
.contact-mail__dl__dt{
	font-weight:bold;
	width:270px;
	padding:35px 0 25px;
}
.contact-mail__dl__dd{
	width:calc(100% - 270px);
	padding:25px 0;
}

.contact-mail__dl__dt__req{
	font-size: 14px;
	color:#fff;
	display:inline-block;
	background:#EC4700;
	padding:1px 9px;
	border-radius:3px;
	margin-right:15px;
}
.contact-mail__dl__dt__req.is-nini{
	background:#eee;
	color:#888;
}

@media screen and (max-width: 768px) {
	.contact-mail__dl__dt{
		width:100%;
		padding:20px 0 0;
		margin-bottom:15px;
	}
	.contact-mail__dl__dd{
		width:100%;
		padding:0 0 20px;
	}
}

.contact-mail__privacy{
	overflow-y:scroll;
	border:1px solid #DDD;
	height:300px;
	padding:30px 55px 50px;
}

.contact-mail__privacy__hdg{
	font-size:22px;
	text-align:center;
}

.contact-mail__privacy p{
	margin:20px 0;
}

.contact-mail__privacy ul{
	margin:20px 0 0 30px;
}
.contact-mail__privacy ul li{
	list-style:outside decimal;
	font-size:0.95em;
	line-height:140%;
	margin:10px 0 0 0;
}
.contact-mail__privacy ul li ul{
	margin:15px 0 10px 10px;
}
.contact-mail__privacy ul li ul li{
	list-style:outside none;
	margin-left:20px;
	text-indent:-1.5em;
}
.contact-mail__privacy ul.child{
	margin:15px 0 0 10px;
}
.contact-mail__privacy ul.child li{
	list-style:outside none;
	margin-left:45px;
	text-indent:-1.7em;
}
.contact-mail__privacy p.tR{
	margin:30px 0 0 0;
	font-size:0.95em;
	line-height:140%;
	text-align:right;
}
.contact-mail__privacy ul li ul li ol li{
	list-style:outside lower-roman;
	margin-left:20px;
	text-indent:-0.2em;
}
.contact-mail__privacy ol{
	margin:20px 0 0 40px;
}
.contact-mail__privacy ol li{
	list-style:outside decimal;
	font-size:0.95em;
	line-height:140%;
	margin:10px 0 0 0;
}
.contact-mail__privacy ol li ol{
margin-bottom: 20px;
}


.contact-confirm{
	padding-bottom: 100px;
}

/*////////////////////////

document

////////////////////////*/

.subpage-title.is-document{
	background-image:url(img/document/page_title.jpg);
}

.document01__cat{
	text-align:right;
	margin-bottom:60px;
}

.document01__cat__item{
	display:inline-block;
}

.document01__cat__item:nth-of-type(n+2){
	margin-left:50px;
}

.document01__cat__item a{
	display:block;
	padding:0 0 5px;
	color:#aaa;
}
.document01__cat__item.is-active a{
	border-bottom:1px solid #1F1F1F;
	color: #1F1F1F;
	font-weight:bold;
}

@media screen and (max-width: 768px) {
	.document01__cat__item:nth-of-type(n+2){
		margin-left:20px;
	}
}

.document01{
	padding:0 0 100px;
}

.document01__list{
	margin-bottom:85px;
}

.document01__list__item{
	border-top: 1px solid #ddd;
}

.document01__list__item a{
	display:block;
	padding:40px 0;
}

.document01__list__item:last-of-type{
	border-bottom: 1px solid #ddd;
}

.document01__list__item__image{
	width:240px;
}
.document01__list__item__text{
	width:calc(100% - 270px);
}

.document01__list__item__text__date{
	display:inline-block;
	color:#777;
	font-size:16px;
	vertical-align:middle;
	margin-right:10px;
}

.document01__list__item__text__cat{
	display:inline-block;
	border:1px solid #777;
	min-width:60px;
	line-height:22px;
	font-size:13px;
	vertical-align:middle;
	text-align:center;
}
.document01__list__item__text__hdg{
	margin-top:15px;
	font-size:20px;
	font-weight:bold;
}

@media screen and (max-width: 768px) {
	.document01__list__item__image{
		width:100%;
	}
	.document01__list__item__text{
		width:100%;
		margin-top:15px;
	}
}

.document-detail01{
	padding-bottom:200px;
}

.document-detail01__hdg{
	font-size:33px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:60px;
}

.document-detail01__contents{
	margin-bottom:90px;
}

.document-detail01__contents h3{
	font-size:22px;
	font-weight:bold;
	padding-left:22px;
	position:relative;
	margin-bottom:30px;
}

.document-detail01__contents h3:nth-child(n+2){
	margin-top:70px;
}

.document-detail01__contents h3:before{
	content:"";
	width:6px;
	height:100%;
	background:#BDC1CC;
	border-radius:20px;
	position:absolute;
	top:0;
	left:0;
}

@media screen and (max-width: 768px) {
	.document-detail01__hdg{
		font-size:28px;
		margin-bottom:40px;
	}
}



.subpage-title.is-gallery{
	background-image:url(img/gallery/page_title.jpg);
}

.galley01__list__item__hdg{
	margin-top:10px;
	font-size:18px;
	font-weight:bold;
}

.galley01__list__item{
	width:calc((100% - 90px) / 4);
	margin-bottom:40px;
}

@media screen and (min-width: 769px) {
	.galley01__list:before,
	.galley01__list:after{
		content:"";
		width:calc((100% - 90px) / 4);
		order:1;
	}	
}

@media screen and (max-width: 768px) {
	.galley01__list__item{
		width:calc(50% - 10px);
	}
	
}