@charset "UTF-8";
/*##################################*/
/* Global CSS Document */
/*##################################*/
/**/
/*//////////////////////////////////*/
/* icon fonts setting. */
/*//////////////////////////////////
*/
@import url("https://fonts.googleapis.com/css?family=Cormorant+SC|Didact+Gothic|Prata");
@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?ueijnv");
    src: url("fonts/icomoon.eot?ueijnv#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ueijnv") format("truetype"), url("fonts/icomoon.woff?ueijnv") format("woff"), url("fonts/icomoon.svg?ueijnv#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}

.icon-office:before {
    content: "\e903";
}

.icon-newspaper:before {
    content: "\e904";
}

.icon-pencil:before {
    content: "\e905";
}

.icon-image:before {
    content: "\e90d";
}

.icon-images:before {
    content: "\e90e";
}

.icon-books:before {
    content: "\e920";
}

.icon-library:before {
    content: "\e921";
}

.icon-profile:before {
    content: "\e923";
}

.icon-stack:before {
    content: "\e92e";
}

.icon-cart:before {
    content: "\e93a";
}

.icon-phone:before {
    content: "\e942";
}

.icon-envelop:before {
    content: "\e945";
}

.icon-pushpin:before {
    content: "\e946";
}

.icon-location:before {
    content: "\e947";
}

.icon-map:before {
    content: "\e94b";
}

.icon-clock:before {
    content: "\e94e";
}

.icon-calendar:before {
    content: "\e953";
}

.icon-printer:before {
    content: "\e954";
}

.icon-download:before {
    content: "\e960";
}

.icon-upload:before {
    content: "\e961";
}

.icon-database:before {
    content: "\e964";
}

.icon-user:before {
    content: "\e971";
}

.icon-user-plus:before {
    content: "\e973";
}

.icon-spinner6:before {
    content: "\e97f";
}

.icon-search:before {
    content: "\e986";
}

.icon-enlarge:before {
    content: "\e989";
}

.icon-shrink:before {
    content: "\e98a";
}

.icon-wrench:before {
    content: "\e991";
}

.icon-equalizer:before {
    content: "\e992";
}

.icon-cog:before {
    content: "\e994";
}

.icon-stats-bars2:before {
    content: "\e99d";
}

.icon-meter:before {
    content: "\e9a6";
}

.icon-bin:before {
    content: "\e9ac";
}

.icon-switch:before {
    content: "\e9b6";
}

.icon-tree:before {
    content: "\e9bc";
}

.icon-sphere:before {
    content: "\e9c9";
}

.icon-notification:before {
    content: "\ea08";
}

.icon-cancel-circle:before {
    content: "\ea0d";
}

.icon-enter:before {
    content: "\ea13";
}

.icon-exit:before {
    content: "\ea14";
}

.icon-circle-up:before {
    content: "\ea41";
}

.icon-circle-right:before {
    content: "\ea42";
}

.icon-circle-down:before {
    content: "\ea43";
}

.icon-circle-left:before {
    content: "\ea44";
}

.icon-command:before {
    content: "\ea4e";
}

.icon-checkbox-checked:before {
    content: "\ea52";
}

.icon-checkbox-unchecked:before {
    content: "\ea53";
}

.icon-radio-checked2:before {
    content: "\ea55";
}

.icon-radio-unchecked:before {
    content: "\ea56";
}

.icon-crop:before {
    content: "\ea57";
}

.icon-scissors:before {
    content: "\ea5a";
}

.icon-new-tab:before {
    content: "\ea7e";
}

.icon-share2:before {
    content: "\ea82";
}

.icon-amazon:before {
    content: "\ea87";
}

.icon-google3:before {
    content: "\ea8a";
}

.icon-facebook2:before {
    content: "\ea91";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-rss2:before {
    content: "\ea9c";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-flickr3:before {
    content: "\eaa5";
}

.icon-github:before {
    content: "\eab0";
}

.icon-appleinc:before {
    content: "\eabe";
}

.icon-android:before {
    content: "\eac0";
}

.icon-chrome:before {
    content: "\ead9";
}

.icon-edge:before {
    content: "\eadc";
}

.icon-file-pdf:before {
    content: "\eadf";
}

.icon-git:before {
    content: "\eae7";
}

.icon-codepen:before {
    content: "\eae8";
}

/*//////////////////////////////////*/
/* end of icon fonts setting. */
/*//////////////////////////////////
*/
/**/
/***********************************/
/* Main CSS */
/***********************************/
/**/
* {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

/*//////////////////////////////////*/
/* TAG & CLASS & ID CSS */
/*//////////////////////////////////
*/
html,
body {
    width: 100%;
}

html {
    background-color: #775599;
}

body {
    position: relative;
    background-color: #fff;
    color: #111;
    font-size: 100%;
    font-size: 1rem;
    font-family: "Didact Gothic", sans-serif;
}

a {
    color: #775599;
}
a:hover {
    color: #ff3333;
}
a[target="_blank"]::after {
    margin-left: 0.25em;
    content: "\ea7e";
    font-family: icomoon;
    display: inline-block;
    vertical-align: -1px;
    color: #999;
}

a,
img {
    outline: none;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
dt {
    line-height: 1em;
    color: #ff7700;
    border-color: #ff7700;
}
h1::before,
h1::after,
h2::before,
h2::after,
h3::before,
h3::after,
h4::before,
h4::after,
h5::before,
h5::after,
h6::before,
h6::after,
dt::before,
dt::after {
    color: #ff7700;
    border-color: #ff7700;
    opacity: 0.5;
}

h1 {
    font-size: 1.618em;
}

h2 {
    font-size: 160%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 120%;
}

h5 {
    font-size: 110%;
}

h5 {
    font-size: 100%;
}

p {
    text-align: justify;
    line-height: 1.6em;
    padding-bottom: 1em;
}

em {
    font-style: normal;
}

nav a {
    text-decoration: none;
}

#wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: block;
    padding-top: 60px;
}

em,
.caution,
.attention::before,
.attention::after {
    color: #ff3333;
}

.img-fit,
#header .flex-items img,
#container dl.guest img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: calc(100vh - 60px);
}

.attention::after {
    margin: 0 0.25em;
    font-size: 1.2em;
    content: "\*";
}
.attention.ems {
    padding-left: 1em;
}
.attention.ems::before {
    margin-left: -1.25em;
    margin-right: 0.25em;
    font-size: 1em;
    content: "※";
}
.attention.ems::after {
    display: none;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.just {
    text-align: justify;
    word-break: break-all;
}

.wide {
    line-height: 2em;
    margin-bottom: 1em;
}

.caption {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 0.9em;
    line-height: 1.4em;
    color: #555;
    letter-spacing: 1px;
    display: block;
    overflow: hidden;
}

.appeal {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1.4em;
    font-weight: bold;
}

.small {
    font-size: 0.8em;
}

.light {
    font-size: 1em;
}

.middle {
    font-size: 1.6em;
}

.large {
    font-size: 2em;
}

.big {
    font-size: 2.4em;
}

.txt-red {
    color: #ff3333;
    border-color: #ff3333;
}
.txt-red::before,
.txt-red::after {
    color: #ff3333;
    border-color: #ff3333;
}

.txt-org {
    color: #ff7700;
    border-color: #ff7700;
}
.txt-org::before,
.txt-org::after {
    color: #ff7700;
    border-color: #ff7700;
}

.txt-grn {
    color: #338033;
    border-color: #338033;
}
.txt-grn::before,
.txt-grn::after {
    color: #338033;
    border-color: #338033;
}

.txt-ppl {
    color: #775599;
    border-color: #775599;
}
.txt-ppl::before,
.txt-ppl::after {
    color: #775599;
    border-color: #775599;
}

.txt-pnk {
    color: #dd5599;
    border-color: #dd5599;
}
.txt-pnk::before,
.txt-pnk::after {
    color: #dd5599;
    border-color: #dd5599;
}

.before {
    opacity: 1;
}

.after {
    opacity: 0;
}

.shadow {
    -webkit-text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    -ms-text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.icon {
    line-height: 1.4em;
}
.icon::before {
    margin-right: 0.25em;
}
.icon::after {
    margin-left: 0.25em;
}
.icon a[target="_blank"]::after {
    padding-left: 1em;
}
.icon .icon {
    padding-left: 0;
}

/*//////////////////////////////////*/
/* end of TAG & CLASS & ID CSS */
/*//////////////////////////////////
*/
/***********************************/
/* end of Main CSS */
/***********************************/
/**/
/*//////////////////////////////////*/
/* header CSS */
/*//////////////////////////////////
*/
#header {
    padding: 2em 0;
    display: block;
}
#header .logo {
    margin: 0;
    padding: 0;
    max-width: 520px;
}
#header a {
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
#header .flex {
    display: block;
}
#header .flex-items {
    width: calc(100% - 2em);
    height: auto;
    max-height: calc(100vh - 60px);
}
#header .contents-header img {
    width: auto;
    max-width: 200px;
    height: auto;
    max-height: 240px;
}
#header .search {
    margin: 0.75em auto;
}
@media screen and (min-width: 769px) {
    #header .search {
        margin-left: auto;
        margin-right: 0.5em;
    }
}
#header .sub-catch {
    margin: 0;
    padding: 0 1em;
    display: none;
}

.sub-catch2 {
    text-align: center;
    margin: 0 auto;
    display: none;
}

@media screen and (min-width: 769px) {
    #header .sub-catch {
        display: block;
    }
    .sub-catch2 {
        display: block;
    }
}
#header .sub-catch .flex-items {
    margin: 0 1em 1em;
    width: calc(50% - 2em);
    height: auto;
}
#header .sub-catch .flex-items img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#head-navi {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffcca8;
    width: 100%;
    min-height: 50px;
    /* max-height: 80px; */
    padding: 5px 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    overflow: hidden;
    -webkit-text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    -ms-text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.flex-box.flexwrap {
    flex-wrap: wrap;
}

#head-navi h4,
#head-navi h1 {
    color: #dd6600;
}
#head-navi.changed {
    background-color: #443366;
    color: #eeddff;
    text-shadow: none;
}
#head-navi.changed h4,
#head-navi.changed h1 {
    color: #eeddff;
}
#head-navi.changed .head-navi-title a {
    color: #fff;
}
#head-navi img {
    width: auto;
    height: 50px;
}
#head-navi .head-navi-title a {
    font-size: 0.75em;
    color: #ff3333;
    text-decoration: none;
    border: none;
}
#head-navi .head-navi-title a::before,
#head-navi .head-navi-title a::after {
    font-size: 2.25em;
}
#head-navi .before,
#head-navi .after {
    font-size: 1em;
}
#head-navi .before {
    margin-top: 1em;
    padding: 0 0.5em;
}
#head-navi nav ul li {
    display: inline-block;
}

@media screen and (min-width: 481px) {
    #header .flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #header .flex-items {
        width: auto;
    }
    #header .flex-items.logo {
        width: 100%;
        text-align: center;
    }
    #header .sub-catch .flex-items {
        width: calc(25% - 2em);
    }
}
@media screen and (min-width: 769px) {
    #header .flex {
        display: flex;
    }
    #header .flex-items img {
        width: auto;
        height: auto;
    }
    #header .flex-items.logo {
        width: 40%;
    }
    #header .flex-items.flex-order1 {
        order: 1;
    }
    #header .flex-items.flex-order2 {
        order: 2;
    }
    #header .flex-items.flex-order3 {
        order: 3;
    }
}
/*//////////////////////////////////*/
/* end of header CSS */
/*//////////////////////////////////
*/

/*//////////////////////////////////*/
/* MOVIE CSS */
/*//////////////////////////////////
*/
.video-wrap {
    position: relative;
    margin-top: 50px;
    width: 100%;
    height: calc(100% - 120px);
    overflow: hidden;
    background-color: #e66200;
}

video#video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
}

.mv-btn-wrap {
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* background-color: #fff; */
    background-color: #fdcba8;
}

a.mv-btn-01,
a.mv-btn-02 {
    display: inline-block;
    width: 46%;
    margin: 0.24em auto;
    padding: 0.8em 0.4em;
    border-radius: 0.4em;
    color: #e66200;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6); */
    /* background: #e95504; */
}

a:hover.mv-btn-01,
a:hover.mv-btn-02 {
    /* background: #ff813d; */
    color: #fc7b36;
}

@media all and (min-width: 767px) {
    /* .wrap {
      max-width: 1280px;
      margin: 0 auto;
  } */

    .video-wrap {
        height: calc(100% - 140px);
    }

    .mv-btn-wrap {
        height: 90px;
    }

    a.mv-btn-01,
    a.mv-btn-02 {
        font-size: 28px;
        margin: 0.4em;
        min-width: 320px;
    }
}

/*//////////////////////////////////*/
/* END MOVIE CSS */
/*//////////////////////////////////
*/

/*//////////////////////////////////*/
/* Navigation CSS */
/*//////////////////////////////////
*/
ul,
ol {
    list-style: none;
}

.icons {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 24px;
    height: 24px;
    font-family: icomoon;
    font-size: 20px;
    overflow: hidden;
}
.icons::before {
    margin-right: 0.25em;
}

.tel {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.tel a {
    padding: 1em;
    font-size: 2rem;
}
.tel .icons {
    margin-right: 0.25em;
    width: 32px;
    height: 32px;
    font-size: 28px;
    display: inline-block;
}

#head-navi .head-navi-title .scroll-before {
    display: block;
}
#head-navi .head-navi-title .scroll-after {
    display: none;
}
#head-navi nav {
    margin-right: 60px;
}
@media screen and (max-width: 480px) and (orientation: portrait) {
    #head-navi nav {
        display: none;
    }
}

.link-btn {
    max-width: 80%;
    margin: 1em auto;
    padding: 0.125em;
    background-color: inherit;
    text-align: center;
    display: block;
    border: 2px solid #dd5599;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6) inset;
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6) inset;
}
.link-btn a {
    margin: 0.25em;
    padding: 0.5em 1em;
    background-color: #dd5599;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    border: none;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.link-btn a:hover {
    opacity: 0.75;
}
.link-btn.org {
    border-color: #ff7700;
}
.link-btn.org a {
    background-color: #ff7700;
}
.link-btn.grn {
    border-color: #338033;
}
.link-btn.grn a {
    background-color: #338033;
}
.link-btn.ppl {
    border-color: #775599;
}
.link-btn.ppl a {
    background-color: #775599;
}

#main_navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 8px;
    text-align: center;
    z-index: 1;
    opacity: 0;
}
@media screen and (min-width: 481px) {
    #main_navi {
        font-size: 1vw;
    }
}
@media screen and (min-width: 1281px) {
    #main_navi {
        font-size: 14px;
    }
}
#main_navi * {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
#main_navi label {
    display: block;
}
#main_navi label input[type="checkbox"] {
    display: none;
}
#main_navi label > input + .toggle .toggle-icon span {
    /* off */
}
#main_navi label ~ ul {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}
#main_navi label > input:checked {
    /* on */
}
#main_navi label > input:checked + .toggle .toggle-icon span:first-child {
    -webkit-transform: translateX(-4px) translateY(7px) rotate(-45deg);
    -moz-transform: translateX(-4px) translateY(7px) rotate(-45deg);
    -ms-transform: translateX(-4px) translateY(7px) rotate(-45deg);
    transform: translateX(-4px) translateY(7px) rotate(-45deg);
}
#main_navi label > input:checked + .toggle .toggle-icon span:nth-child(2) {
    opacity: 0;
}
#main_navi label > input:checked + .toggle .toggle-icon span:last-child {
    -webkit-transform: translateX(-4px) translateY(-7px) rotate(45deg);
    -moz-transform: translateX(-4px) translateY(-7px) rotate(45deg);
    -ms-transform: translateX(-4px) translateY(-7px) rotate(45deg);
    transform: translateX(-4px) translateY(-7px) rotate(45deg);
}
#main_navi label > input:checked ~ ul {
    display: block;
    height: calc(100vh - 120px);
    opacity: 1;
}
#main_navi a {
    padding: 1em;
    color: #fff;
    text-decoration: none;
    display: block;
}
#main_navi a:hover {
    background-color: #777;
}
#main_navi ul {
    position: absolute;
    padding-top: 60px;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    background-color: rgba(255, 255, 255, 0.75);
    overflow: scroll;
    overflow-x: hidden;
    opacity: 0;
    display: none;
}
#main_navi ul li {
    width: 100%;
    margin-top: -1px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
}
#main_navi ul li a {
    color: #333;
    font-size: 1.4rem;
}
@media screen and (orientation: portrait) {
    #main_navi ul li a {
        font-size: 4vw;
    }
}
#main_navi ul li a:hover {
    color: #fff;
}
#main_navi ul li .icons {
    margin-right: 0.25em;
    display: inline-block;
    vertical-align: -0.25em;
}
#main_navi ul li.tel a {
    padding: 1em;
    font-size: 2rem;
}
#main_navi ul li.tel .icons {
    width: 32px;
    height: 32px;
    font-size: 28px;
}
#main_navi ul li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.9);
}
#main_navi .toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em 1.4em;
    color: #eee;
    background-color: rgba(68, 51, 102, 0.8);
    font-size: 12px;
    display: inline-block;
    z-index: 99;
    padding-top: 42px;
}
#main_navi .toggle .toggle-icon span {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 142%;
    height: 2px;
    background-color: #fff;
    font-size: 0;
    line-height: 0;
    display: block;
}
#main_navi .toggle .toggle-icon span:first-child {
    top: 2px;
}
#main_navi .toggle .toggle-icon span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
#main_navi .toggle .toggle-icon span:last-child {
    bottom: 2px;
}

.pagetop {
    position: fixed;
    left: auto;
    right: 0;
    bottom: -3em;
    text-align: right;
    opacity: 0;
    z-index: 99;
}
.pagetop a {
    padding: 1em;
    border: 1px solid #999;
    background-color: rgba(255, 255, 255, 0.75);
    color: #999;
    text-decoration: none;
}
.pagetop a:hover {
    color: #fff;
    border-color: #ccbbee;
    background-color: rgba(68, 51, 102, 0.75);
}

/*//////////////////////////////////*/
/* end of Navigation CSS */
/*//////////////////////////////////
*/
/*//////////////////////////////////*/
/* container CSS */
/*//////////////////////////////////
*/
#container {
    padding-bottom: 2em;
    color: #444;
    background-color: #fff;
    margin-bottom: -1em;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    display: block;
}
#container section {
    padding: 1em;
    width: calc(100% - 2em);
}
#container article {
    width: 100%;
}
#container h2,
#container h3,
#container h4,
#container h5,
#container h6,
#container dt {
    margin: 1em 0;
    width: 100%;
    font-weight: bold;
    -webkit-text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    -ms-text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    text-shadow: -1px -1px 0 #fff, 1px 1px 0 #fff, 1px 1px 2px rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    text-align: center;
}
#container h2 {
    margin: 1.4em 0;
}
#container h2.detail {
    margin-top: 1em;
}
#container h2::before,
#container h2::after {
    height: 4px;
    border-top: 12px double;
    border-bottom: 4px solid;
    content: "";
    flex-grow: 1;
}
#container h2::before {
    margin-right: 0.5em;
}
#container h2::after {
    margin-left: 0.5em;
}
#container h3 {
    border-left: 12px double rgba(255, 119, 0, 0.5);
    padding-left: 0.5em;
    width: calc(100% - 0.5em - 12px);
}
#container h3::after {
    content: "";
    flex-grow: 1;
}
#container h3::after {
    margin-left: 0.5em;
    border-top: 12px double;
}
#container h3.lead::after {
    margin: 0;
    border: none;
}
#container h4::before,
#container h4::after {
    border-top: 6px dotted;
    content: "";
    flex-grow: 1;
}
#container h4::before {
    margin-right: 0.5em;
}
#container h4::after {
    margin-left: 0.5em;
}
#container h5::after {
    margin-left: 0.5em;
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
}
#container h6::after,
#container dt::after {
    margin-left: 0.5em;
    border-top: 3px dotted;
    content: "";
    flex-grow: 1;
}
@media screen and (min-width: 481px) {
    #container p {
        padding-left: 1em;
        padding-right: 1em;
    }
}
#container p.icon {
    padding-left: 2.25em;
}
#container dl.guest {
    text-align: center;
}
#container dl.guest img {
    margin: 0 auto;
}
#container dl.guest dt::after {
    display: none;
}
#container dl.booth {
    text-align: center;
}
#container dl.booth img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
#container dl dd {
    padding-bottom: 1em;
    line-height: 1.6em;
}
#container dl .column {
    padding: 1em;
    width: calc(100% - 2em);
    background-color: #fff;
}
#container dl .column h5 {
    color: #666;
}
#container dl .column h5::before,
#container dl .column h5::after {
    border-color: #666;
}
#container .category {
    text-align: center;
}
#container .category dl {
    width: 100%;
    padding: 1em 0;
}
#container .category dl dd {
    margin: 0 auto;
    margin-top: -1em;
    padding: 0;
    width: 72px;
    height: 72px;
    text-align: center;
    display: inline-block;
    border: none;
}
#container .category dl dd:last-child {
    border: none;
}
#container .category dl dd img {
    width: auto;
    max-width: 80px;
    height: auto;
    max-height: 80px;
}
#container .flex {
    flex-wrap: wrap;
    width: 100%;
}
#container .flex .flex-items {
    padding: 1em 0;
    width: 100%;
    border-bottom: 1px solid #ff7700;
}
#container .flex .flex-items:last-child {
    padding-bottom: 0;
    border: none;
}
#container .inline-block {
    display: inline-block;
}
#container .inline {
    display: inline;
}
#container #entry-list .list-wrap {
    margin-bottom: 1em;
    padding: 1em 0 1.5em 0;
    border-bottom: 1px solid #ff7700;
}
#container #entry-list a {
    text-decoration: none;
    outline: none;
}
#container #entry-list a:hover {
    opacity: 0.6;
}
#container #entry-list .logo {
    width: 100%;
    max-width: 140px;
    height: auto;
    max-height: 140px;
    margin-right: 1em;
    display: inline-block;
    border: none;
}
#container #entry-list .logo img {
    width: 100%;
    max-width: 140px;
    height: auto;
    max-height: 140px;
    outline: none;
}
#container #entry-list .info .name,
#container #entry-list .info .area,
#container #entry-list .info .category,
#container #entry-list .info .employment,
#container #entry-list .info .catch {
    margin: 0;
    margin-bottom: 0.5em;
    padding: 0;
    text-align: left;
    line-height: 1em;
}
#container #entry-list .info .name {
    font-size: 1.1em;
}
#container #entry-list .info .area {
    font-size: 0.9em;
    text-align: right;
}
#container #entry-list .info .category {
    padding: 0.5em 0.25em;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 0.9em;
    text-align: right;
}
#container #entry-list .info .employment {
    margin-bottom: 1.75em;
    padding: 0.25em;
    background-color: #775599;
    color: #fff;
    font-size: 0.9em;
}
#container #entry-list .info .catch {
    margin: 0;
    font-size: 0.9em;
    line-height: 1.6em;
}
#container #entry-list .search-results {
    padding: 2em 0;
    font-size: 1.2em;
    text-align: center;
}
#container #entry-list .search-results .big {
    font-size: 2em;
}
#container #entry-list .search-field {
    min-width: calc(320px - 3em - 6px);
    width: 60%;
    max-width: calc(100% - 3em - 6px);
}
#container #category_check_list.flex {
    flex-wrap: wrap;
}
#container #category_check_list.flex div {
    margin: 0 1em 1em 0;
    padding-right: 1em;
}
#container #main_search_block {
    text-align: center;
    margin: auto;
}
#container .add_list_search li {
    margin-right: 1em;
    margin-bottom: 1em;
    padding-right: 0.5em;
    display: inline-block;
    border-right: 1px solid #ccc;
}
#container .category_search ul li,
#container .employment_search ul li {
    display: inline-block;
}
#container .category_search ul li a,
#container .employment_search ul li a {
    text-decoration: none;
}
#container .member-logo {
    width: 120px;
}
#container .lead {
    text-align: left;
    line-height: 1.6em;
}
#container .yt_frame {
    width: 100%;
    max-width: 720px;
    min-height: 240px;
    height: calc(100vw / 16 * 9 - 80px);
    max-height: 480px;
}
#container .map_links svg {
    width: 100%;
    max-height: calc(100vw - 2em);
}
#container .sub_scription {
    padding-top: 1em;
}
#container .pages {
    color: #aaa;
    font-size: 1.4em;
    line-height: 1.6em;
}
#container .plan-price {
    text-align: center;
}
#container .plan-price tr:nth-child(even) {
    background-color: #efefef;
}
#container .plan-price th,
#container .plan-price td {
    margin: 0;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
#container .plan-price th {
    padding: 0.5em 0.25em;
    font-size: 0.85em;
    background-color: #e6cce9;
    border-right: 1px solid #eee;
}
#container .plan-price th:last-child {
    border-right: none;
}
#container .plan-price td {
    padding: 0.25em;
    border-right: 1px solid #ddd;
}
#container .plan-price td:last-child {
    border-right: none;
}

/* end of #container */
@media screen and (min-width: 769px) {
    #container section {
        padding: 1em 2em;
        width: calc(100% - 4em);
    }
    #container .flex {
        flex-wrap: nowrap;
    }
    #container .flex .flex-items {
        padding: 0 1em;
        margin-left: -1px;
        width: 50%;
        border: none;
        border-right: 1px solid #ff7700;
    }
    #container .flex .flex-items:first-child {
        margin-left: 0;
        flex: 2;
    }
    #container .flex .flex-items:last-child {
        flex: 1;
        border: none;
    }
    #container dl.booth img {
        max-height: 300px;
    }
    #container .sticky {
        position: sticky;
    }
    #container .yt_frame {
        height: calc(66vw / 16 * 9 - 90px);
    }
}
@media screen and (min-width: 1025px) {
    #container section {
        padding: 1em 3em;
        width: calc(100% - 6em);
    }
    #container .lg-wrap {
        text-align: center;
    }
    #container .lg-wrap .lg-wide {
        margin: 0 auto;
        width: auto;
        max-width: 75%;
        display: inline-block;
    }
    #container dl.booth img {
        max-height: 360px;
    }
}
@media screen and (min-width: 1281px) {
    #container {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }
    #container section {
        padding: 1em 4em;
        width: calc(100% - 8em);
    }
    #container .yt_frame {
        min-height: 350px;
        height: auto;
    }
}
/*//////////////////////////////////*/
/* end of container CSS */
/*//////////////////////////////////
*/
/*//////////////////////////////////*/
/* side block CSS */
/*//////////////////////////////////
*/
#container #side-block {
    padding: 1em;
    flex: 1;
    max-width: calc(100% - 2em);
}
#container #side-block a::after {
    display: none;
}
#container #side-block .map_links svg {
    min-height: 400px;
    height: auto;
    max-height: 100%;
}
@media screen and (min-width: 769px) {
    #container #side-block .map_links svg {
        min-height: 270px;
    }
}
@media screen and (min-width: 1281px) {
    #container #side-block .map_links svg {
        min-height: 400px;
    }
}
#container #side-block .side-category_search ul li,
#container #side-block .side-employment_search ul li {
    margin: 0 0 1em;
    padding: 0 1em;
    border-left: 1px solid #ccc;
    display: inline-block;
}
#container #side-block .side-category_search ul li a,
#container #side-block .side-employment_search ul li a {
    text-decoration: none;
}
#container #side-block .pr {
    margin: 1em auto;
    padding: 1em 0;
    width: 100%;
    text-align: center;
}
#container #side-block .pr dl {
    margin: 0 auto 1em;
    padding: 0 0 1em;
    border-bottom: 1px dotted #ccc;
}
#container #side-block .pr dl:first-child {
    margin-top: 0;
    padding-top: 0;
}
#container #side-block .pr dl:last-child {
    margin-bottom: 0;
    padding-bottom: 1em;
    border-bottom: 2px solid #777;
}
#container #side-block .pr dl dt,
#container #side-block .pr dl dd {
    margin: 0;
    padding: 0;
    display: block;
}
#container #side-block .pr dl dt::before,
#container #side-block .pr dl dt::after,
#container #side-block .pr dl dd::before,
#container #side-block .pr dl dd::after {
    content: none;
    display: none;
}
#container #side-block .pr dl dt {
    margin: 0 auto;
}
#container #side-block .pr dl dd {
    padding-top: 0.25em;
}
#container #side-block .pr img {
    width: 100%;
    max-width: 1024px;
}
#container #side-block .pr a {
    display: block;
}
#container #side-block .pr a::after {
    display: none;
}
#container #side-block .pr a:hover {
    opacity: 0.75;
}
#container #side-block .list li {
    margin: 0.5em 0;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}
#container #side-block .list .name {
    text-align: left;
    line-height: 1.2em;
}
#container #side-block .list dl,
#container #side-block .list dt,
#container #side-block .list dd {
    margin: 0;
    padding: 0;
}
#container #side-block .list dl {
    align-items: center;
    margin-bottom: 1em;
}
#container #side-block .list .logo {
    width: 80px;
    max-width: 80px;
    margin-right: 0.5em;
    border: none;
}
#container #side-block .list .logo img {
    border: 1px solid #ccc;
}
#container #side-block .list dd {
    display: inline-block;
}

#search #side-block .side-map_search .map_links {
    display: none;
}

/*//////////////////////////////////*/
/* end of side block CSS */
/*//////////////////////////////////
*/
/*//////////////////////////////////*/
/* footer CSS */
/*//////////////////////////////////
*/
#footer {
    padding: 1em;
    background-color: #775599;
    color: #fff;
}
#footer .footer {
    font-size: 80%;
    line-height: 1.4em;
}
#footer .footer a {
    color: #eeddff;
    text-decoration: none;
}
#footer .footer .nav dl {
    margin: 1em 0;
    padding: 0 1em;
    width: calc(100% - 2em);
}
#footer .footer .nav dl dt {
    margin-bottom: 1em;
}
#footer .footer .nav dl dt.line {
    display: flex;
    align-items: center;
    text-align: center;
}
#footer .footer .nav dl dt.line:after {
    margin-left: 1em;
    border-top: 1px solid #eeddff;
    content: "";
    flex-grow: 1;
}
#footer .footer .nav dl dd,
#footer .footer .nav dl ul li {
    margin-bottom: 1em;
    word-break: break-word;
}
#footer .footer .nav dl dd:last-child,
#footer .footer .nav dl ul li:last-child {
    margin-bottom: 0;
}
#footer .footer .nav ul li {
    margin-left: -1px;
    padding: 0.5em 1em;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
#footer .footer #google_map {
    min-height: 184px;
}
#footer .footer small {
    padding: 1em 0;
    display: block;
}

@media screen and (min-width: 481px) {
    #footer .footer .nav.flex {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #footer .footer .nav.flex dl {
        margin: 1em 0;
        padding: 0 1em;
        border: none;
        border-left: 1px solid #eeddff;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: calc(50% - 4em - 1px);
        padding: 0 2em;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #footer .footer .nav.flex dl:nth-child(odd) {
        padding-left: 0;
    }
    #footer .footer .nav.flex dl:nth-child(even) {
        padding-right: 0;
    }
    #footer .footer .nav.flex dl dt {
        margin-bottom: 1em;
    }
    #footer .footer .nav.flex dl dd:last-child,
    #footer .footer .nav.flex dl ul li:last-child {
        margin-bottom: 0;
    }
    #footer .footer .nav.flex dl:first-child,
    #footer .footer .nav.flex dl:nth-child(odd) {
        border: none;
        padding-left: 0;
    }
    #footer .footer .nav.flex dl:last-child,
    #footer .footer .nav.flex dl:nth-child(even) {
        padding-right: 0;
    }
}
@media screen and (min-width: 1025px) {
    #footer {
        padding: 1em 0;
    }
    #footer .footer .nav.flex dl {
        width: calc(25% - 4em - 1px);
    }
    #footer .footer .nav.flex dl:nth-child(odd),
    #footer .footer .nav.flex dl:nth-child(even) {
        border-left: 1px solid #eeddff;
        padding: 0 2em;
    }
    #footer .footer .nav.flex dl:first-child {
        border: none;
        padding-left: 0;
    }
    #footer .footer .nav.flex dl:last-child {
        padding-right: 0;
    }
}
/*//////////////////////////////////*/
/* end of footer CSS */
/*//////////////////////////////////
*/
#top_banner {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
}
.slider {
    margin: 100px auto;
    width: 80%;
}
.slider img {
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}
#news ul li {
    padding: 0 1em 1em;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 1.6em;
}
#news ul li .date {
    font-family: "Lucida Console", Monaco, "Osaka-mono", "MS Gothic", "monospace";
    color: #999;
    font-weight: 600;
    margin-right: 0.5em;
}
/*//////////////////////////////////*/
/* other Responsive Setup */
/*//////////////////////////////////
*/
/* other class */
.wrap {
    min-width: calc(320px - 2em);
    width: 100%;
    margin: 0 auto;
}

.flex-box {
    display: block;
}

.flex {
    display: block;
}

.flex-items {
    display: block;
}

.flex-align-center {
    align-items: center;
}

.flex-just-between {
    justify-content: space-between;
}

.flex-just-center {
    justify-content: center;
}

.pc,
.pc-inline,
.pc-inline-block {
    display: none;
}

.mobile {
    display: block;
}

.mobile-inline {
    display: inline;
}

.mobile-inline-block {
    display: inline-block;
}

video {
    width: 100%;
    margin-bottom: 1.2em;
    max-height: calc( 100vh - 60px );
    background-color: #e66200;
}

/* SP landscape & iPad portrait */
@media screen and (min-width: 481px) {
    .flex-box,
    .flex {
        display: flex;
    }
}
/* PC & iPad landscape & iPhone X landscape & other Tablet */
@media screen and (min-width: 769px) {
    .pc {
        display: block;
    }

    .pc-inline {
        display: inline;
    }

    .pc-inline-block {
        display: inline-block;
    }

    .mobile,
    .mobile-inline,
    .mobile-inline-block {
        display: none;
    }

    video {
        max-height: calc( 100vh - 75px );
    }

    #wrap {
        padding-top: 75px;
    }
}
/* PC & iPad Pro landscape */
@media screen and (min-width: 1025px) {
    .wrap {
        max-width: calc(1024px - 2em);
    }
}
/* PC+ */
@media screen and (min-width: 1281px) {
    .wrap {
        max-width: 1280px;
    }
}
/*//////////////////////////////////*/
/* end of other Responsive Setup */
/*//////////////////////////////////
*/
