@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  background: #D23776;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  font-size: 108%;
  line-height: 1.7;
  background: #FFF;
  border: 1px solid #333;
  padding: 8px;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=date] {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 100%;
  line-height: 1.7;
  background: #FFF;
  border: 1px solid #333;
  padding: 8px;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
}

select {
  width: auto;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 108%;
  line-height: 1.7;
  background: #FFF;
  border: 1px solid #333;
  padding: 8px;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
}

input::placeholder {
  color: #BBB;
}

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

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

a:link,
a:visited {
  color: #D23776;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #D23776;
  text-decoration: none;
}

.l-header {
  display: table;
  width: 100%;
  background: #D23776;
}
@media screen and (max-width: 767px) {
  .l-header {
    display: block;
  }
}

.l-header-fluid {
  display: table-cell;
  background: linear-gradient(to left, #9A1750, #D23776, #9A1750);
}
@media screen and (max-width: 767px) {
  .l-header-fluid {
    display: block;
  }
}

.l-header-container {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .l-header-container {
    display: block;
    position: relative;
    padding: 18px 0 0 15px;
    height: 75px;
    box-sizing: border-box;
  }
}

.l-global-nav {
  width: 73%;
}
@media screen and (max-width: 767px) {
  .l-global-nav {
    width: auto;
  }
}

.l-mainvisual {
  position: relative;
  display: table-caption;
}
@media screen and (max-width: 767px) {
  .l-mainvisual {
    display: block;
  }
}

.l-pagename {
  position: relative;
  display: table-caption;
  height: 400px;
  background: url(../img/pn_default.jpg) no-repeat center center/cover;
  background-color: #000;
}
.l-pagename::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .l-pagename {
    display: block;
    height: 200px;
  }
}
.l-pagename.is-info {
  background: url(../img/pn_info.jpg) no-repeat center center/cover;
}
.l-pagename.is-about {
  background: url(../img/pn_about.jpg) no-repeat center center/cover;
}
.l-pagename.is-system {
  background: url(../img/pn_system.jpg) no-repeat center center/cover;
}
.l-pagename.is-recruit {
  background: url(../img/pn_recruit.jpg) no-repeat center center/cover;
}
.l-pagename.is-contact {
  background: url(../img/pn_contact.jpg) no-repeat center center/cover;
}

.l-container-fluid {
  padding: 60px 30px;
}
@media screen and (max-width: 767px) {
  .l-container-fluid {
    padding: 30px 15px;
  }
}

.l-container {
  max-width: 1100px;
  margin: 0 auto 60px auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .l-container {
    margin-bottom: 30px;
  }
}
.l-container:last-child {
  margin-bottom: 0;
}

.l-container-narrow {
  max-width: 900px;
  margin: 0 auto 60px auto;
}
.l-container-narrow::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .l-container-narrow {
    margin-bottom: 30px;
  }
}
.l-container-narrow:last-child {
  margin-bottom: 0;
}

.l-contents {
  max-width: 1100px;
  display: table;
}
@media screen and (max-width: 1024px) {
  .l-contents {
    display: block;
  }
}

.l-main {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-right: 60px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    display: block;
    padding-right: 0;
  }
}

.l-side {
  display: table-cell;
  vertical-align: top;
  width: 300px;
  min-width: 300px;
}
@media screen and (max-width: 1024px) {
  .l-side {
    display: block;
    width: auto;
    min-width: auto;
    margin-top: 50px;
  }
}

.l-side-group {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-side-group {
    margin-bottom: 30px;
  }
}
.l-side-group:last-child {
  margin-bottom: 0;
}

.l-footer {
  background: linear-gradient(to left, #9A1750, #D23776, #9A1750);
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 30px;
  }
}

.c-block-leaf {
  position: relative;
  background: #FFF;
  padding: 80px;
  box-sizing: border-box;
  box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.05);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-block-leaf {
    padding: 35px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
  }
}
.c-block-leaf::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 137px;
  top: 20px;
  left: 20px;
  background: url(../img/leaf1.png) no-repeat 0 0/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-block-leaf::before {
    width: 150px;
    height: 103px;
    top: 10px;
    left: 10px;
  }
}
.c-block-leaf::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 137px;
  bottom: 20px;
  right: 20px;
  background: url(../img/leaf2.png) no-repeat 0 0/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-block-leaf::after {
    width: 150px;
    height: 103px;
    bottom: 10px;
    right: 10px;
  }
}

.c-block-border {
  border: 1px solid #333;
  background: #FFF;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .c-block-border {
    padding: 15px;
  }
}

a.c-btn-info {
  position: relative;
  display: inline-block;
  width: 330px;
  padding: 15px 0;
  font-size: 124%;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 100px;
  transition: 0.2s ease;
  background: #D23776;
}
@media screen and (max-width: 767px) {
  a.c-btn-info {
    width: 100%;
    font-size: 108%;
  }
}
a.c-btn-info::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  a.c-btn-info::before {
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}
a.c-btn-info:hover {
  background: #FFF;
  color: #D23776;
}
a.c-btn-info:hover::before {
  border-color: #D23776;
}

a.c-btn-gold {
  position: relative;
  display: inline-block;
  background: #D23776;
  width: 100%;
  padding: 15px 0;
  font-size: 124%;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 100px;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  a.c-btn-gold {
    font-size: 108%;
  }
}
a.c-btn-gold::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  a.c-btn-gold::before {
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
}
a.c-btn-gold:hover {
  background: #9A1750;
}

a.c-btn-more-white {
  position: relative;
  display: inline-block;
  border: 1px solid #FFF;
  width: 160px;
  padding: 10px 0;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 100px;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  a.c-btn-more-white {
    width: 100%;
    padding: 15px 0;
    font-size: 108%;
  }
}
a.c-btn-more-white::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: 0.2s ease;
}

a.c-btn-more-white {
  border: 2px solid #FFF;
  color: #FFF;
}
a.c-btn-more-white::before {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
a.c-btn-more-white:hover {
  background: #FFF;
  color: #D23776;
}
a.c-btn-more-white:hover::before {
  border-color: #D23776;
}

.c-btn-send {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn-send {
    margin-top: 30px;
  }
}
.c-btn-send input[type=submit] {
  width: 330px;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #D23776;
  padding: 15px 0;
  font-size: 124%;
  line-height: 1.5;
  font-weight: 500;
  color: #FFF;
  box-sizing: border-box;
  border-radius: 100px;
  transition: 0.2s ease;
}
@media screen and (max-width: 767px) {
  .c-btn-send input[type=submit] {
    width: 100%;
    font-size: 108%;
  }
}
.c-btn-send input[type=submit]:hover {
  background: #9A1750;
}

.c-grid::after {
  content: "";
  display: block;
  clear: both;
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
    margin: 0;
  }
}

.c-grid-howto {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-grid-howto {
    display: block;
  }
}
.c-grid-howto__left {
  display: table-cell;
  vertical-align: top;
  padding-right: 3px;
}
@media screen and (max-width: 767px) {
  .c-grid-howto__left {
    display: block;
    text-align: center;
    padding-right: 0;
  }
  .c-grid-howto__left img {
    width: 100%;
  }
}
.c-grid-howto__right {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-grid-howto__right {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .c-grid-howto__right img {
    width: 100%;
  }
}

.c-label-category {
  display: inline-block;
  min-width: 100px;
  padding: 8px 12px;
  font-size: 85%;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background: #05A196;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-label-category {
    min-width: 75px;
    font-size: 70%;
    padding: 5px 10px;
  }
}

.u-label-hissu {
  float: right;
  background: #D23776;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  padding: 6px;
}

.p-logo {
  position: relative;
  top: -86px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-logo {
    position: static;
  }
}
.p-logo a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 200px;
  height: 171px;
  background: url(../img/logo.png) no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .p-logo a {
    width: 180px;
    height: 40px;
    background: url(../img/logo_m.png) no-repeat 0 0/contain;
  }
}

.p-footer-logo {
  margin-bottom: 20px;
  text-align: center;
}
.p-footer-logo img {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .p-footer-logo img {
    width: 100px;
  }
}

.p-address {
  text-align: center;
  font-size: 93%;
  font-style: normal;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .p-address {
    font-size: 77%;
    padding: 0 10px;
  }
}
.p-address a {
  color: #FFF;
}

.p-copyright {
  text-align: center;
  color: #FFF;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .p-copyright {
    padding: 15px;
  }
}

/*
.p-pagetop {
	position: fixed;
	z-index: 500;
	right: 20px;
	bottom: 20px;
	display: none;
	@include media(mobile) {
		right: 10px;
		bottom: 10px;
	}
	a {
		display: block;
		position: relative;
		width: 55px;
		height: 55px;
		text-indent: -9999px;
		overflow: hidden;
		background: $base-color;
		box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
		@include media(mobile) {
			width: 35px;
			height: 35px;
		}
		&::before {
			content: "";
			margin: auto;
			position: absolute;
			top: 8px;
			bottom: 0;
			left: 0;
			right: 0;
			width: 13px;
			height: 13px;
			border-top: 3px solid #FFF;
			border-right: 3px solid #FFF;
			transform:rotate(-45deg);
			@include media(mobile) {
				width: 10px;
				height: 10px;
				border-top: 2px solid #FFF;
				border-right: 2px solid #FFF;
			}
		}
	}
}
*/
@media screen and (min-width: 768px) {
  .p-global-nav {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p-global-nav li:first-child {
    display: none;
  }
  .p-global-nav li a {
    display: block;
    line-height: 2;
    font-weight: 500;
    color: #FFF;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition: 0.1s ease;
  }
  .p-global-nav li a:hover {
    color: #FFE600;
  }
  .p-global-nav li a .jpn {
    display: block;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 116%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .p-global-nav li a .jpn {
    font-size: 108%;
  }
}
@media screen and (min-width: 768px) {
  .p-global-nav li a .eng {
    display: block;
    font-family: "Lobster", cursive;
    font-size: 62%;
    opacity: 0.4;
  }
  .blog .p-global-nav .nav2 a,
  .archive .p-global-nav .nav2 a,
  .category .p-global-nav .nav2 a,
  .single .p-global-nav .nav2 a,
  .page-id-39 .p-global-nav .nav3 a,
  .page-id-11 .p-global-nav .nav4 a,
  .page-id-13 .p-global-nav .nav5 a,
  .page-id-15 .p-global-nav .nav6 a,
  .page-id-17 .p-global-nav .nav7 a {
    color: #FFE600;
  }
}
@media screen and (max-width: 767px) {
  .p-global-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 100;
  }
  .p-global-nav li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .p-global-nav li a {
    position: relative;
    display: block;
    padding: 15px;
    background: #111;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-family: "M PLUS Rounded 1c", sans-serif;
    line-height: 1.4;
    font-weight: 500;
    color: #FFF;
    text-decoration: none;
  }
  .p-global-nav li a::before {
    position: absolute;
    content: "";
    margin: auto;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    opacity: 0.3;
  }
  .p-global-nav li a .eng {
    margin-left: 15px;
    font-family: "Lobster", cursive;
    font-size: 70%;
    font-weight: 400;
    color: #FFE600;
  }
  .home .p-global-nav .nav1 a,
  .blog .p-global-nav .nav2 a,
  .archive .p-global-nav .nav2 a,
  .category .p-global-nav .nav2 a,
  .single .p-global-nav .nav2 a,
  .page-id-39 .p-global-nav .nav3 a,
  .page-id-11 .p-global-nav .nav4 a,
  .page-id-13 .p-global-nav .nav5 a,
  .page-id-15 .p-global-nav .nav6 a,
  .page-id-17 .p-global-nav .nav7 a {
    background: #222;
  }
}
.p-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-toggle {
    display: block;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .p-toggle .hamburger-icon {
    display: block;
    position: absolute;
    top: 36px;
    left: 22px;
    width: 30px;
    height: 3px;
    background: #FFF;
    transition: 0.3s;
  }
  .p-toggle .hamburger-icon::after,
  .p-toggle .hamburger-icon::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #FFF;
    transition: 0.3s;
  }
  .p-toggle .hamburger-icon::before {
    margin-top: -12px;
  }
  .p-toggle .hamburger-icon::after {
    margin-top: 8px;
  }
  .p-toggle .close {
    background: transparent;
  }
  .p-toggle .close::after,
  .p-toggle .close::before {
    margin-top: -2px;
  }
  .p-toggle .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .p-toggle .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
.p-fotter-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-fotter-nav {
    display: none;
  }
}
.p-fotter-nav li {
  margin: 0 1em;
}
@media screen and (max-width: 900px) {
  .p-fotter-nav li {
    margin: 0 0.5em;
  }
}
.p-fotter-nav li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 116%;
  line-height: 1.3;
  font-weight: 500;
  color: #FFF;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: 0.1s ease;
}
.p-fotter-nav li a:hover {
  color: #FFE600;
}

.p-social {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.p-social li {
  margin: 0 0.5em;
}
.p-social li a img {
  width: 22px;
  height: 22px;
}

.wp-pagenavi {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 77%;
    margin-top: 30px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  background: #D23776;
  padding: 14px 17px;
  margin-right: 3px;
  margin-bottom: 3px;
  line-height: 1;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 10px 12px;
  }
}
.wp-pagenavi a:hover {
  background: #9A1750;
}
.wp-pagenavi span.current {
  background: #6D1532;
}

.p-pagelink {
  margin-top: 60px;
}
.p-pagelink::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-pagelink {
    margin-top: 30px;
  }
}
.p-pagelink li:first-child {
  float: left;
}
.p-pagelink li:last-child {
  float: right;
}
.p-pagelink a {
  display: block;
  padding: 12px 30px;
  font-size: 108%;
  line-height: 1.5;
  color: #FFF;
  text-decoration: none;
  background: #D23776;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .p-pagelink a {
    font-size: 100%;
    padding: 10px 25px;
  }
}
.p-pagelink a:hover {
  background: #9A1750;
}

.p-title-center {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-title-center {
    margin-bottom: 30px;
  }
}
.p-title-center__main {
  font-family: "Lobster", cursive;
  font-size: 293%;
  line-height: 1.2;
  color: #004BBD;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-title-center__main {
    font-size: 200%;
  }
}
.p-title-center__sub {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 124%;
  line-height: 1.2;
  color: #004BBD;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-title-center__sub {
    font-size: 93%;
    margin-top: 5px;
  }
}

.p-title-center-white {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-title-center-white {
    margin-bottom: 30px;
  }
}
.p-title-center-white__main {
  font-family: "Lobster", cursive;
  font-size: 293%;
  line-height: 1.2;
  color: #FFF;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-title-center-white__main {
    font-size: 200%;
  }
}
.p-title-center-white__sub {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 124%;
  line-height: 1.2;
  color: #FFF;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-title-center-white__sub {
    font-size: 93%;
    margin-top: 5px;
  }
}

.p-title-pagename {
  position: relative;
  padding-top: 157px;
  line-height: 1.1;
  letter-spacing: 0.3em;
  color: #FFF;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
}
@media screen and (max-width: 767px) {
  .p-title-pagename {
    padding-top: 60px;
  }
}
.p-title-pagename__main {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 293%;
}
@media screen and (max-width: 767px) {
  .p-title-pagename__main {
    font-size: 200%;
  }
}
.p-title-pagename__sub {
  font-family: "Lobster", cursive;
  font-size: 124%;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-title-pagename__sub {
    font-size: 85%;
    margin-top: 10px;
  }
}

.p-title-border {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 216%;
  font-weight: 500;
  line-height: 1.2;
  color: #004BBD;
  text-align: center;
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 767px) {
  .p-title-border {
    margin-bottom: 30px;
    font-size: 154%;
    width: 100%;
  }
}
.p-title-border::before {
  height: 1px;
  content: "";
  flex-grow: 1;
  margin-right: 0.8em;
  background-image: linear-gradient(to right, transparent, #004BBD 70%);
  background-position: center;
  background-repeat: no-repeat;
}
.p-title-border::after {
  height: 1px;
  content: "";
  flex-grow: 1;
  margin-left: 0.8em;
  background-image: linear-gradient(to left, transparent, #004BBD 70%);
  background-position: center;
  background-repeat: no-repeat;
}

.p-title-side {
  margin-bottom: 25px;
  padding: 15px;
  font-size: 108%;
  line-height: 1.3;
  color: #FFF;
  background: #D23776;
  border-bottom: 2px solid #6D1532;
}

.p-title-entry {
  margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .p-title-entry {
    margin-bottom: 30px;
  }
}
.p-title-entry ul {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-title-entry ul {
    margin-bottom: 3px;
  }
}
.p-title-entry ul li {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-title-entry ul li:last-child {
    font-size: 93%;
    line-height: 1.5;
  }
}
.p-title-entry h1 {
  margin-bottom: 40px;
  font-size: 216%;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-title-entry h1 {
    margin-bottom: 25px;
    font-size: 170%;
  }
}

.p-mainvisual {
  position: relative;
  overflow: hidden;
}
.p-mainvisual li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.p-mainvisual li img {
  object-fit: cover;
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .p-mainvisual li img {
    height: 300px;
  }
}

.centered-btns_tabs {
  height: 50px;
  margin-top: -50px;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .centered-btns_tabs {
    height: 35px;
    margin-top: -35px;
  }
}
.centered-btns_tabs li {
  display: inline-block;
}
.centered-btns_tabs li a {
  background: rgba(255, 255, 255, 0.6);
  text-indent: 9999px;
  overflow: hidden;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  outline: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .centered-btns_tabs li a {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
}
.centered-btns_tabs .centered-btns_here a {
  background: #FFE600;
}

.p-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
}
.p-catch img {
  width: 550px;
}
@media screen and (max-width: 767px) {
  .p-catch img {
    width: 220px;
  }
}

.p-post-grid {
  margin: -4% 0 0 -4%;
}
.p-post-grid::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-post-grid {
    margin: -3% 0 0 -3%;
  }
}
.p-post-grid > li {
  float: left;
  width: 21%;
  margin: 4% 0 0 4%;
}
@media screen and (max-width: 767px) {
  .p-post-grid > li {
    width: 47%;
    margin: 3% 0 0 3%;
  }
}
.p-post-grid > li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  height: 100%;
}
.p-post-grid > li a figure {
  position: relative;
}
.p-post-grid__thumb {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.p-post-grid__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: 0.3s ease;
}
.p-post-grid__thumb img:hover {
  transform: scale(1.2);
}
.p-post-grid__label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.p-post-grid__caption {
  margin-top: 15px;
}
.p-post-grid__title {
  font-size: 108%;
  line-height: 1.5;
  font-weight: 500;
}
.p-post-grid__date {
  font-size: 85%;
  margin-top: 9px;
}

.p-post-list {
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .p-post-list {
    margin-top: -20px;
  }
}
.p-post-list li a {
  display: block;
  padding: 40px 0;
  border-bottom: 1px dotted #333;
  color: #333;
  text-decoration: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-post-list li a {
    padding: 20px 0;
  }
}
.p-post-list li a figure {
  float: right;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .p-post-list li a figure {
    margin: 0 0 15px 15px;
  }
}
.p-post-list li a figure img {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-post-list li a figure img {
    width: 120px;
  }
}
.p-post-list li a ul {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-post-list li a ul {
    margin-bottom: 5px;
  }
}
.p-post-list li a ul li {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-post-list li a ul li:last-child {
    font-size: 93%;
    line-height: 1.5;
  }
}
.p-post-list li a h2 {
  font-size: 170%;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-post-list li a h2 {
    font-size: 124%;
    margin-bottom: 10px;
  }
}
.p-post-list li a h2:hover {
  text-decoration: underline;
}
.p-post-list li a p {
  font-size: 93%;
  line-height: 1.6;
  color: #A69F9A;
}
@media screen and (max-width: 767px) {
  .p-post-list li a p {
    font-size: 77%;
  }
}

.p-list-side {
  margin-top: -15px;
}
.p-list-side li {
  padding: 15px;
  line-height: 1.6;
  border-bottom: 1px dotted #333;
}

.p-list-social {
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #333;
}
.p-list-social::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .p-list-social {
    margin-top: 30px;
    padding: 15px;
  }
}
.p-list-social li {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-list-social li {
    margin-right: 15px;
  }
}

.p-btn-spacer {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-btn-spacer {
    margin-top: 30px;
  }
}

.p-top-movie {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

.p-list-flyer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5% 0 0 -5%;
}
@media screen and (max-width: 767px) {
  .p-list-flyer {
    margin: -4% 0 0 -4%;
  }
}
.p-list-flyer li {
  width: 28.33%;
  margin: 5% 0 0 5%;
}
@media screen and (max-width: 767px) {
  .p-list-flyer li {
    width: 46%;
    margin: 4% 0 0 4%;
  }
}

.p-feature li {
  margin-bottom: 60px;
  position: relative;
}
.p-feature li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-feature li {
    margin-bottom: 30px;
  }
}
.p-feature__image-left {
  text-align: left;
}
.p-feature__image-left img {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .p-feature__image-left img {
    width: 100%;
  }
}
.p-feature__image-right {
  text-align: right;
}
.p-feature__image-right img {
  width: 630px;
}
@media screen and (max-width: 767px) {
  .p-feature__image-right img {
    width: 100%;
  }
}
.p-feature__group-left {
  position: absolute;
  top: 17%;
  left: 0;
  background: rgba(23, 43, 120, 0.9);
  padding: 50px;
  width: 50%;
  box-sizing: border-box;
  box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-feature__group-left {
    position: relative;
    width: auto;
    margin: -60px 10px 0 10px;
    padding: 30px;
    z-index: 10;
  }
}
.p-feature__group-left dt {
  display: inline-block;
  font-family: "Lobster", cursive;
  font-size: 262%;
  line-height: 1.1;
  color: #FFE600;
  white-space: nowrap;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-feature__group-left dt {
    font-size: 185%;
  }
}
.p-feature__group-left dt span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-left: 1em;
  font-size: 47%;
}
.p-feature__group-left dd {
  margin-top: 25px;
  color: #FFF;
}
.p-feature__group-right {
  position: absolute;
  top: 17%;
  right: 0;
  background: rgba(5, 161, 150, 0.9);
  padding: 50px;
  width: 50%;
  box-sizing: border-box;
  box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.05);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-feature__group-right {
    position: relative;
    width: auto;
    margin: -60px 10px 0 10px;
    padding: 30px;
    z-index: 10;
    text-align: left;
  }
}
.p-feature__group-right dt {
  display: inline-block;
  font-family: "Lobster", cursive;
  font-size: 262%;
  line-height: 1.1;
  color: #FFE600;
  white-space: nowrap;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-feature__group-right dt {
    font-size: 185%;
  }
}
.p-feature__group-right dt span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-left: 1em;
  font-size: 47%;
}
.p-feature__group-right dd {
  margin-top: 25px;
  color: #FFF;
}

.p-contact {
  height: 100%;
  border: 2px solid #D23776;
  padding: 35px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 20px;
  }
}
.p-contact dt {
  margin-bottom: 35px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 139%;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact dt {
    margin-bottom: 20px;
    font-size: 108%;
  }
}
.p-contact dd {
  text-align: center;
}

.p-gmap {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .p-gmap {
    height: 320px;
  }
}

.p-note {
  font-size: 93%;
  line-height: 1.5;
  font-weight: normal;
}

.p-table-type1 {
  width: 100%;
  text-align: center;
  line-height: 1.6;
}
.p-table-type1 caption {
  padding: 10px;
  background: #D23776;
  font-size: 108%;
  color: #FFE600;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-table-type1 caption {
    padding: 7px;
  }
}
.p-table-type1 th {
  border: 1px solid #D23776;
  padding: 15px;
  background: #FFECF3;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-table-type1 th {
    padding: 10px;
  }
}
.p-table-type1 td {
  border: 1px solid #D23776;
  padding: 15px;
  background: #FFF;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-table-type1 td {
    padding: 10px;
  }
}

.p-table-type2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-table-type2 {
    margin-top: -15px;
  }
}
.p-table-type2 th {
  border: 1px solid #D23776;
  padding: 20px;
  background: #FFECF3;
  width: 25%;
  color: #D23776;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-table-type2 th {
    display: block;
    padding: 12px;
    width: 100%;
    border-bottom: none;
    margin-top: 15px;
    box-sizing: border-box;
    text-align: left;
  }
}
.p-table-type2 td {
  border: 1px solid #D23776;
  padding: 20px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-table-type2 td {
    display: block;
    padding: 15px;
  }
}

.p-table-form {
  margin: -15px auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-table-form {
    margin: -30px 0 0 0;
  }
}
.p-table-form th {
  padding-top: 28px;
  width: 250px;
  text-align: left;
  vertical-align: top;
  font-size: 108%;
}
@media screen and (max-width: 767px) {
  .p-table-form th {
    display: block;
    border: 0;
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }
}
.p-table-form td {
  padding: 15px 0 15px 30px;
}
@media screen and (max-width: 767px) {
  .p-table-form td {
    display: block;
    border: 0;
    padding: 0;
    margin-top: 8px;
  }
}

.p-table-baika {
  width: 100%;
  text-align: center;
  line-height: 1.6;
}
.p-table-baika caption {
  padding: 10px;
  background: #D23776;
  font-size: 108%;
  color: #FFE600;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-table-baika caption {
    padding: 7px;
  }
}
.p-table-baika .head1 {
  background: #FFD0DD;
  padding: 10px;
}
.p-table-baika th {
  border: 1px solid #D23776;
  padding: 15px;
  background: #FFECF3;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-table-baika th {
    padding: 10px;
  }
}
.p-table-baika td {
  border: 1px solid #D23776;
  padding: 15px;
  background: #FFF;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-table-baika td {
    padding: 10px;
  }
}

.p-list-cast {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4% -3%;
}
.p-list-cast li {
  width: 22%;
  margin: 0 0 4% 3%;
}
@media screen and (max-width: 767px) {
  .p-list-cast li {
    width: 47%;
  }
}
.p-list-cast li div {
  text-align: center;
  margin-top: 8px;
  font-size: 108%;
  font-weight: 500;
  line-height: 1.4;
}

.p-lead-about dt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 293%;
  font-weight: 500;
  line-height: 1.2;
  color: #004BBD;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-lead-about dt {
    font-size: 131%;
    margin-bottom: 15px;
  }
}
.p-lead-about dt span {
  display: block;
  font-size: 50%;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-lead-about dt span {
    font-size: 60%;
  }
}
.p-lead-about dd {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead-about dd {
    text-align: left;
  }
}

.p-list-flyer1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
.p-list-flyer1 li {
  margin: 0 0 3% 3%;
  width: 47%;
}

.p-list-flyer3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 767px) {
  .p-list-flyer3 {
    display: block;
    margin: 0;
  }
}
.p-list-flyer3 li {
  margin: 0 0 3% 3%;
  width: 30.33%;
}
@media screen and (max-width: 767px) {
  .p-list-flyer3 li {
    width: auto;
    margin: 0 0 15px 0;
  }
  .p-list-flyer3 li:last-child {
    margin-bottom: 0;
  }
}

.p-lead-recruit {
  position: relative;
  max-width: 920px;
  margin: -8% auto 60px auto;
  background: #FFF;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .p-lead-recruit {
    margin: -8% 10px 30px 10px;
    padding: 25px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
  }
}
.p-lead-recruit dt {
  font-size: 154%;
  line-height: 1.6;
  font-weight: 600;
  color: #D23776;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-lead-recruit dt {
    font-size: 124%;
    margin-bottom: 15px;
  }
}
.p-lead-recruit dd {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-lead-recruit dd {
    font-size: 93%;
    text-align: left;
  }
}

.p-tokuten {
  margin: 60px 0;
  display: table;
  border-right: 1px solid #6D1532;
}
@media screen and (max-width: 767px) {
  .p-tokuten {
    margin: 30px 0;
    display: block;
    border-right: none;
    border-top: 1px solid #6D1532;
  }
}
.p-tokuten li {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  border-left: 1px solid #6D1532;
  padding: 20px 3%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-tokuten li {
    display: flex;
    align-items: center;
    width: auto;
    border-left: none;
    border-bottom: 1px solid #6D1532;
    padding: 15px 0;
    text-align: left;
  }
}
.p-tokuten li h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-tokuten li h3 {
    margin-bottom: 0;
    min-width: 75px;
  }
}
.p-tokuten li h3 img {
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .p-tokuten li h3 img {
    width: 60px;
    height: 60px;
  }
}
.p-tokuten li p {
  font-size: 116%;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-tokuten li p {
    font-size: 108%;
  }
}
.p-tokuten li:last-child p {
  font-size: 100%;
}

.p-lead-center {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-lead-center {
    margin-bottom: 25px;
    font-size: 85%;
  }
}

.entry p {
  margin: 1em 0;
  font-size: 108%;
  line-height: 1.9;
}

.entry h2 {
  margin: 2em 0 1.2em 0;
  padding: 15px 18px;
  font-size: 139%;
  line-height: 1.4;
  color: #FFF;
  background: #D23776;
  border-bottom: 3px solid #D23776;
}

.entry h3 {
  margin: 2em 0 1.2em 0;
  padding: 0 0 15px 0;
  font-size: 131%;
  line-height: 1.4;
  border-bottom: 2px solid #D23776;
}

.entry h4 {
  margin: 2em 0 1em 0;
  padding: 0 0 0 20px;
  font-size: 124%;
  line-height: 1.4;
  position: relative;
}
.entry h4::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 30px;
  background: #D23776;
}

.entry h5 {
  margin: 2em 0 1em 0;
  font-size: 116%;
  line-height: 1.4;
}

.entry h6 {
  margin: 2em 0 1em 0;
  font-size: 108%;
  line-height: 1.4;
}

.entry table {
  width: 100%;
  margin: 1.5em 0;
}
.entry table th {
  border: 1px solid #CCC;
  padding: 20px;
  background: #EEE;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry table th {
    padding: 15px;
  }
}
.entry table td {
  border: 1px solid #CCC;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .entry table td {
    padding: 15px;
  }
}

.entry ul {
  list-style: disc;
  margin: 1em 0;
  padding-left: 2em;
}

.entry ol {
  list-style: decimal;
  margin: 1em 0;
  padding-left: 2em;
}

.u-bgimg-chandelier {
  background: url(../img/bg_chandelier.jpg) no-repeat center 0/cover;
}

.u-bgimg-gorgeous {
  background: url(../img/bg_gorgeous.jpg) repeat center 0;
  background-size: 1600px auto;
}
@media screen and (max-width: 767px) {
  .u-bgimg-gorgeous {
    background-size: 600px auto;
  }
}

.u-bgimg-baika {
  background: url(../img/bg_baika.jpg) no-repeat center center/cover;
}

.u-bgcolor-gradient-pink {
  background: linear-gradient(to left, #9A1750, #D23776, #9A1750);
}

.u-color-rightpink {
  background: #FFF2ED;
}

.u-color-white {
  color: #FFF;
}

.u-color-price {
  font-size: 154%;
  line-height: 1.2;
  font-weight: 500;
  color: #D23776;
}
.u-color-price small {
  font-size: 70%;
}

a.u-phone-number {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 262%;
  line-height: 1.1;
  font-weight: 500;
  color: #D23776;
  white-space: nowrap;
  text-decoration: none;
  padding-left: 28px;
  background: url(../img/icon_tel.png) no-repeat 0 15px/28px 28px;
}
@media screen and (max-width: 767px) {
  a.u-phone-number {
    font-size: 200%;
    padding-left: 22px;
    background: url(../img/icon_tel.png) no-repeat 0 11px/22px 22px;
  }
}

.u-spacer {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .u-spacer {
    margin-top: 30px;
  }
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

/* ************************************************
*	DIVのサイズ調整 CSS
* ************************************************ */
.two1 {
  width: 49%;
  margin: 5px 0%;
  padding: 0px;
  float: left;
}

.two {
  width: 48%;
  margin: 5px 0%;
  padding: 0px;
  float: left;
}

.three {
  width: 29%;
  margin: 5px 2%;
  float: left;
}

.three1 {
  width: 31%;
  margin: 5px 1%;
  float: left;
}

.three2 {
  width: 62%;
  margin: 5px 1%;
  float: left;
}

.four {
  width: 23%;
  margin: 5px 1px;
  float: left;
}

/*DIV　SPビュー
----------------------------------------------------*/
@media only screen and (max-width: 780px) {
  .three {
    width: 100%;
    margin: 5px 0px;
  }
  .three1 {
    width: 33%;
    margin: 5px 0px;
  }
  .two {
    width: 100%;
    margin: 5px 0%;
    padding: 0;
  }
  .two1 {
    width: 50%;
    margin: 5px 0%;
    padding: 0;
  }
  .four {
    width: 50%;
    margin: 5px 0%;
    padding: 0;
  }
}
/*============================================
マージン
============================================*/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.ml70 {
  margin-left: 70px;
}

.ml80 {
  margin-left: 80px;
}

.ml90 {
  margin-left: 90px;
}

.ml100 {
  margin-left: 100px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.mr70 {
  margin-right: 70px;
}

.mr80 {
  margin-right: 80px;
}

.mr90 {
  margin-right: 90px;
}

.mr100 {
  margin-right: 100px;
}

/*============================================
パディング
============================================*/
.pd10 {
  padding: 10px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}

.pd40 {
  padding: 40px;
}

.pd50 {
  padding: 50px;
}

.clear {
  clear: both;
}

#profile table.prof_detaile th {
  width: 150px;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  background-color: #FAEEE0;
  border-bottom: dashed 1px #CCC;
}

.l-main table {
  width: 100%;
  margin: 0 0;
}

.l-main table th {
  border: 1px solid #CCC;
  padding: 20px;
  background: #EEE;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-main table th {
    padding: 15px;
  }
}
.l-main table td {
  border: 1px solid #CCC;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .l-main table td {
    padding: 15px;
  }
}
.thum {
  width: 265px;
  height: 165px;
  background: #ccc;
  float: left;
  position: relative;
  overflow: hidden;
}

.thum img {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

ul.infoList li .info {
  width: 285px;
  float: right;
  text-align: left;
}

/*　Googleカレンダー（スマホ表示） */
.googleCalender iframe {
  width: 100%;
  max-width: 900px;
  height: 400px;
}

/*　Googleカレンダー（PC表示） */
@media (min-width: 960px) {
  .googleCalender iframe {
    height: 600px;
  }
}