@charset "shift_jis";

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url('https://fonts.googleapis.com/css?family=Nosifer&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Six+Caps');



html {
    font-size: 62.5%;
}

body {
    background: #000;
    font-family: Noto Sans Japanese, Noto Sans CJK JP, HiraKakuProN-W3, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .sp-none {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    .pc-none {
        display: none;
    }
}

@media screen and (min-width: 650px){
    .br-pc { display:block; }
    .br-sp { display:none; }
}
@media screen and (max-width: 650px){
    .br-pc { display:none; }
    .br-sp { display:block; }
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

hr{
    height: 1px;
    border: none;
    border-top: 1px #ddd solid;
}

/*===============================

ヘッダー

================================*/


    header {
        background-image: url(../data/cover_photo/bg_girl.jpg);
        background-size: 100% auto;
        background-attachment: fixed;
        color: #000;
    }


    header h1 {
        padding-top: 60px;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 600;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        text-align: center
    }

    header h2 {
        padding-top: 20px;
        color: #ffefca;
        font-size: 1.6rem;
        font-weight: 600;
        text-align: center;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 2
    }

    header h3 {
        padding-bottom: 100px;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 600;
        text-align: center;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        line-height: 2
    }

    header .logo {
        width: 600px;
        margin: auto;
        transition-timing-function: steps(3, end);
    }

    header .shift {
        position: absolute;
        width: 80px;
        height: 290px;
        padding: 60px 0 25px 0;
        background: #fff;
        top: 210px;
        right: 0;
        text-align: center
    }

    header .shift .button {
        width: 25px;
        margin: auto;
        padding: 15px 0px
    }

    header .shift .todays {
        height: 80px;
        line-height: 1.2
    }

    header .shift .todays strong {
        font-size: 1.2rem;
    }

    header .shift .todays .month {
        font-size: 0.7rem
    }

    header .shift .todays .day {
        font-size: 0.8rem
    }

    header .shift .todays .line {
        width: 20px;
        height: 1px;
        margin: auto;
        margin-top: 10px;
        background: #ccc
    }
    header .shift .number {
        padding: 15px 0px;
        font-size: 0.8rem;
    }
    header .shift .people .label {
        width: 12px;
        margin: auto;
        padding: 15px 0px;
        font-size: 0.8rem;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    header .shift .people span {
        font-weight: 600
    }


@media screen and (min-width: 1025px) {
    #header-nav{
        width: 400px;
        background: #ca9a00;
        position: fixed;
        top: 0px;
        right: 0px;
        border: 0;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
    }
    #header-nav ul {
        display: flex;
        /*justify-content: space-between;*/
    }
    #header-nav li {
        list-style-type: none;
        flex-grow: 1;
        text-align: center;
    }
    #header-nav li + li {
        border-left: 1px solid #000;
    }
    #header-nav li img{
        width: 100px;
        margin: auto;
        padding: 16px 0
    }
}
@media screen and (max-width: 1024px) {
    #header-nav{
        width: 100%;
        background: #ca9a00;
        position: fixed;
        top: 0px;
        left: 0px;
        opacity: 0.9;
        border: 0;
        cursor: pointer;
        outline: none;
        z-index: 10000000000000;
    }
    #header-nav ul {
        display: flex;
        /*justify-content: space-between;*/
    }
    #header-nav li {
        list-style-type: none;
        flex-grow: 1;
        text-align: center;
    }
    #header-nav li + li {
        border-left: 1px solid #fff;
    }
    #header-nav li img{
        width: 100px;
        margin: auto
    }
}


/*===============================

フッター

================================*/

@media screen and (min-width: 1025px) {

    footer {
        text-align: center
    }

    footer .copyright {
        padding: 20px 0px;
        font-weight: 600
    }

    footer .copyright a {
        color: #fff;
        text-decoration: none;
    }

    footer .copyright p {
        padding-bottom: 10px;
        color: #aaa;
        font-size: 0.8rem;
        font-weight: 200
    }
    footer .copyright .hips{
        width: 150px;
        margin: auto;
        color: #dec20b;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center
    }
    footer .copyright .hips img{
        margin-bottom: -10px;
    }
}

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

    footer {
        background: #fff;
        text-align: center
    }

    footer .copyright {
        margin-top: -10px;
        padding: 15px 0px 40px 0px;
        font-weight: 600
    }

    footer .copyright a {
        color: #000;
        font-size: 0.7rem;
        text-decoration: none;
    }
    footer .copyright p {
        padding-top: 10px;
        color: #aaa;
        font-size: 0.6rem;
        font-weight: normal;
        line-height: 1.5
    }
    footer .copyright .hips{
        width: 100px;
        margin: auto;
        padding-bottom: 5px;
        color: #000;
        font-size: 0.6rem;
        font-weight: bold;
        text-align: center;
        line-height: 1
    }
    footer .copyright .hips img{
        margin-bottom: -10px;
    }
    footer .sns {
        background: -moz-linear-gradient(top left, #222, #000);
        background: -webkit-linear-gradient(top left, #222, #000);
        background: linear-gradient(to bottom right, #222, #000);
    }
    footer .icon {
        padding: 10px
    }
    footer .icon ul {
        display: flex;
        flex-wrap: wrap;
        width: 60px;
        margin: auto;
    }
    footer .icon li {
        width: calc(100% / 1);
    }
    footer .icon li p {
        padding: 10px
    }
    footer .logo-sub {
        padding-bottom: 20px;
        text-align: center
    }
    footer .logo-sub img {
        width: 160px;
        margin: auto
    }
    footer .logo-sub h2 {
        padding-top: 5px;
        color: #c01500;
        font-size: 0.6rem;
        font-weight: bold;
    }


}





/*===============================

パンくずリスト

================================*/

@media screen and (min-width: 1025px) {
    
    .breadcrumb{
        padding-top: 15px
    }
    .breadcrumb ol{
        width: 1200px; 
        margin: 0px auto; 
        padding-bottom: 50px; 
        font-size: 0.7rem;
        text-align: center
    }
    .breadcrumb ol li{
        display: inline;
        list-style-type: none;
    }
    .breadcrumb ol li:before {
        content:" > ";
    }
    .breadcrumb ol li:first-child:before {
        content:"";
    }
    .breadcrumb li a{
        color: #fff;
        text-decoration: none
    }
    .breadcrumb span{
        color: #fff
    }

}

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

    .breadcrumb{
        padding-top: 10px
    }
    .breadcrumb ol{
        width: 340px; 
        margin: 0px auto; 
        padding-bottom: 10px; 
        font-size: 0.7rem;
        text-align: center
    }
    .breadcrumb ol li{
        display: inline;
        list-style-type: none;
    }
    .breadcrumb ol li:before {
        content:" > ";
    }
    .breadcrumb ol li:first-child:before {
        content:"";
    }
    .breadcrumb li a{
        color: #000;
        text-decoration: none
    }
    .breadcrumb span{
        color: #000;
    }
}





/*===============================

グループ店舗一覧

================================*/

@media screen and (min-width: 1025px) {

    #global-nav {
        display: flex;
        position: fixed;
        top: 0;
        left: -330px;
        z-index: 2;
        transition: left .2s ease-out;
        z-index: 110;
    }

    #global-nav.act {
        left: 0
    }

    #global-nav #burger-ic {
        background-color: #ca9a00;
        cursor: pointer;
        width: 80px;
        height: 80px;
        text-align: center;
        overflow: hidden;
        order: 2;
        transition: all .2s;
        transform-origin: 50% 50%
    }

    #global-nav #burger-ic:hover {
        background-color: #000
    }

    #global-nav #burger-ic span {
        width: 30px;
        height: 3px;
        display: block;
        background-color: #fff;
        position: relative;
        left: 25px;
        top: 0;
        transition: all .2s ease
    }

    #global-nav #burger-ic .top {
        transform: translateY(17px);
        transform-origin: center center
    }

    #global-nav #burger-ic .middle {
        transform: translateY(24px)
    }


    #global-nav #burger-ic .bottom {
        transform: translateY(30px);
        transform-origin: center center
    }

    #global-nav #burger-ic.act .middle {
        background: rgba(255, 255, 255, 0);
        transform: translate(100px, 28px)
    }

    #global-nav #burger-ic.act .top {
        transform: rotate(-45deg) translate(-19px, 18px);
        transform-origin: center center
    }

    #global-nav #burger-ic.act .bottom {
        transform: rotate(45deg) translate(15px, 15px);
        transform-origin: center center
    }

    #global-nav #burger-ic .txt {
        font-size: 0.8rem;
        font-weight: bold;
        color: #fff;
        line-height: 1.05;
        letter-spacing: 0;
        padding-top: 36px
    }

    #global-nav nav {
        width: 270px;
        padding: 0 30px 50px;
        background-color: #ca9a00;
        order: 1
    }

    #global-nav nav .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px
    }

    #global-nav nav ul li {}

    #global-nav nav ul li:first-child {}

    #global-nav nav ul li a {
        display: block;
        font-size: 0.8rem;
        font-weight: bold;
        color: #fff;
        padding: .65em 1em .65em 0.8rem;
        line-height: 2;
        transition: background-color .2s
    }

    #global-nav nav ul li a:hover {
        background-color: #000;
        text-decoration: none
    }


    #global-nav nav .accordion {
        width: 100%;
        max-width: 360px;
        margin: 30px auto 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    #global-nav nav .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 42px;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #000;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #global-nav nav .accordion li:last-child .link {
        border-bottom: 0;
    }
    #global-nav nav .accordion li i {
        position: absolute;
        top: 14px;
        left: 12px;
        font-size: 1.1rem;
        color: #000;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #global-nav nav .accordion li i.fa-chevron-down {
        right: 12px;
        left: auto;
        font-size: 16px;
    }
    #global-nav nav .accordion li.open .link {
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    #global-nav nav .accordion li.open i {
        color: #fff;
    }
    #global-nav nav .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #global-nav nav .accordion li.default .submenu {
        display: block;
    }

    #global-nav nav .submenu {
        display: none;
        font-size: 0.8rem;
        font-weight: bold;
    }
    #global-nav nav .submenu li {
        border-bottom: 1px dotted #fff;
    }
    #global-nav nav .submenu a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 9px 0px 9px 14px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

}

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

    #global-nav {
        background: #fff;
    }
    #global-nav h2 {
        clear: both;
        background: url(../img/h2.png) no-repeat 9px center, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ca9a00), color-stop(0.00, #dea900));
        background: url(../img/h2.png) no-repeat 9px center, -webkit-linear-gradient(#dea900, #ca9a00);
        background: url(../img/h2.png) no-repeat 9px center, -moz-linear-gradient(#dea900, #ca9a00);
        background: url(../img/h2.png) no-repeat 9px center, -o-linear-gradient(#dea900, #ca9a00);
        background: url(../img/h2.png) no-repeat 9px center, -ms-linear-gradient(#dea900, #ca9a00);
        background: url(../img/h2.png) no-repeat 9px center, linear-gradient(#dea900, #ca9a00);
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        color: #fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        letter-spacing: 1px;
        margin-bottom: -20px;
        padding: 10px 0 8px 21px;
        position: relative;
        text-shadow: 1px 1px 0px #000;
        -moz-text-shadow: 1px 1px 0px #000;
        -webkit-text-shadow: 1px 1px 0px #000;
    }

    #global-nav h2 span {
        color: #ffd504;
        font-size: 0.9rem;
        text-align: right;
        letter-spacing: 1px;
        position: absolute;
        right: 9px;
        top: 22px;
    }

    #global-nav.act {
        left: 0
    }

    #global-nav #burger-ic {
        background-color: #e4007f;
        cursor: pointer;
        width: 80px;
        height: 80px;
        text-align: center;
        overflow: hidden;
        order: 2;
        transition: all .2s;
        transform-origin: 50% 50%
    }

    #global-nav #burger-ic:hover {
        background-color: #000
    }

    #global-nav #burger-ic span {
        width: 30px;
        height: 3px;
        display: block;
        background-color: #fff;
        position: relative;
        left: 25px;
        top: 0;
        transition: all .2s ease
    }

    #global-nav #burger-ic .top {
        transform: translateY(17px);
        transform-origin: center center
    }

    #global-nav #burger-ic .middle {
        transform: translateY(24px)
    }


    #global-nav #burger-ic .bottom {
        transform: translateY(30px);
        transform-origin: center center
    }

    #global-nav #burger-ic.act .middle {
        background: rgba(255, 255, 255, 0);
        transform: translate(100px, 28px)
    }

    #global-nav #burger-ic.act .top {
        transform: rotate(-45deg) translate(-19px, 18px);
        transform-origin: center center
    }

    #global-nav #burger-ic.act .bottom {
        transform: rotate(45deg) translate(15px, 15px);
        transform-origin: center center
    }

    #global-nav #burger-ic .txt {
        font-size: 0.8rem;
        font-weight: bold;
        color: #fff;
        line-height: 1.05;
        letter-spacing: 0;
        padding-top: 36px
    }

    #global-nav nav {
        order: 1
    }

    #global-nav nav .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px
    }

    #global-nav nav ul li {}

    #global-nav nav ul li:first-child {}

    #global-nav nav ul li a {
        display: block;
        font-size: 0.8rem;
        font-weight: bold;
        padding: .65em 1em .65em 0.8rem;
        line-height: 2;
        transition: background-color .2s
    }

    #global-nav nav ul li a:hover {
        background-color: #000;
        text-decoration: none
    }


    #global-nav nav .accordion {
        width: 100%;
        margin-top: 20px;
        background: #000;
    }
    #global-nav nav .accordion .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 42px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        border-bottom: 1px solid #333;
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #global-nav nav .accordion li:last-child .link {
        border-bottom: 0;
    }
    #global-nav nav .accordion li i {
        position: absolute;
        top: 14px;
        left: 12px;
        font-size: 1.1rem;
        color: #c01500;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    #global-nav nav .accordion li i.fa-chevron-down {
        right: 12px;
        left: auto;
        font-size: 16px;
    }
    #global-nav nav .accordion li.open .link {
        color: #ffd504;
    }
    #global-nav nav .accordion li.open i {
        color: #ffd504;
    }
    #global-nav nav .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    #global-nav nav .accordion li.default .submenu {
        display: block;
    }

    #global-nav nav .submenu {
        display: none;
        background: -moz-linear-gradient(top left, #666, #555);
        background: -webkit-linear-gradient(top left, #666, #555);
        background: linear-gradient(to bottom right, #666, #555);
        font-size: 0.8rem;
        font-weight: bold
    }
    #global-nav nav .submenu li {
        border-bottom: 1px dotted #888;
    }
    #global-nav nav .submenu a {
        display: block;
        text-decoration: none;
        color: #fff;
        padding: 8px 0px 8px 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

}

/*

グループ店舗一覧(PCフッター)

================================*/
.shoplist {
  padding: 80px 0px;
  background: #000;
  color: #fff;
}
.shoplist ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
}
.shoplist li {
  width: calc(100% / 4);
}
.shoplist .icon {
  padding-top: 10px;
}
.shoplist .icon ul {
  display: flex;
  flex-wrap: wrap;
  width: 60px;
  margin: auto;
  padding-bottom: 25px;
}
.shoplist .icon li {
  width: calc(100% / 1);
}
.shoplist .icon li p {
  padding: 10px;
}
.saitama {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
	height: 309px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.saitama .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 0.9rem;
  font-weight: 600;
  color: fff;
  background: -moz-linear-gradient(top left, #ff2da2, #e4007f);
  background: -webkit-linear-gradient(top left, #ff2da2, #e4007f);
  background: linear-gradient(to bottom right, #ff2da2, #e4007f);
}
.saitama .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #a7005d;
}
.saitama a {
  color: #fff;
  text-decoration: none;
}
.saitama p {
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
.saitama p i {
  color: #e4007f;
}
.chiba {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
	height: 309px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.chiba .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 0.9rem;
  font-weight: 600;
  color: fff;
  background: -moz-linear-gradient(top left, #d08f0e, #b67900);
  background: -webkit-linear-gradient(top left, #d08f0e, #b67900);
  background: linear-gradient(to bottom right, #d08f0e, #b67900);
}
.chiba .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #8f5f00;
}
.chiba a {
  color: #fff;
  text-decoration: none;
}
.chiba p {
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
.chiba p i {
  color: #b67900;
}
.tokyo {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.tokyo .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 0.9rem;
  font-weight: 600;
  color: fff;
  background: -moz-linear-gradient(top left, #57d8ff, #00c4ff);
  background: -webkit-linear-gradient(top left, #57d8ff, #00c4ff);
  background: linear-gradient(to bottom right, #57d8ff, #00c4ff);
}
.tokyo .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #006b89;
}
.tokyo a {
  color: #fff;
  text-decoration: none;
}
.tokyo p {
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
.tokyo p i {
  color: #00a3d1;
}
.kanagawa {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.kanagawa .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 0.9rem;
  font-weight: 600;
  color: fff;
  background: -moz-linear-gradient(top left, #a3d637, #8fc31f);
  background: -webkit-linear-gradient(top left, #a3d637, #8fc31f);
  background: linear-gradient(to bottom right, #a3d637, #8fc31f);
}
.kanagawa .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #486a00;
}
.kanagawa a {
  color: #fff;
  text-decoration: none;
}
.kanagawa p {
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
.kanagawa p i {
  color: #8fc31f;
}
.ibaraki {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 12px;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.ibaraki .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 0.9rem;
  font-weight: 600;
  color: fff;
  background: -moz-linear-gradient(top left, #7751a6, #4e287d);
  background: -webkit-linear-gradient(top left, #7751a6, #4e287d);
  background: linear-gradient(to bottom right, #7751a6, #4e287d);
}
.ibaraki .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #3b136d;
}
.ibaraki a {
  color: #fff;
  text-decoration: none;
}
.ibaraki p {
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
.ibaraki p i {
  color: #4e287d;
}
.tochigi {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 12px;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.tochigi .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 0.9rem;
  font-weight: 600;
  color: fff;
  background: -moz-linear-gradient(top left, #505fd1, #2536b7);
  background: -webkit-linear-gradient(top left, #505fd1, #2536b7);
  background: linear-gradient(to bottom right, #505fd1, #2536b7);
}
.tochigi .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #111e88;
}
.tochigi a {
  color: #fff;
  text-decoration: none;
}
.tochigi p {
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
.tochigi p i {
  color: #2536b7;
}
.recruit {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.recruit .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 0.9rem;
  font-weight: 600;
  color: fff;
  background: -moz-linear-gradient(top left, #ff2da2, #e4007f);
  background: -webkit-linear-gradient(top left, #ff2da2, #e4007f);
  background: linear-gradient(to bottom right, #ff2da2, #e4007f);
}
.recruit .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #a7005d;
}
.recruit a {
  color: #fff;
  text-decoration: none;
}
.recruit p {
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
.recruit p i {
  color: #e4007f;
}
.cooperation {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 12px;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.cooperation .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 0.9rem;
  font-weight: 600;
  color: fff;
  background: -moz-linear-gradient(top left, #a3d637, #8fc31f);
  background: -webkit-linear-gradient(top left, #a3d637, #8fc31f);
  background: linear-gradient(to bottom right, #a3d637, #8fc31f);
}
.cooperation .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #486a00;
}
.cooperation a {
  color: #fff;
  text-decoration: none;
}
.cooperation p {
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 600;
}
.cooperation p i {
  color: #8fc31f;
}


/*===============================

メニュー項目

================================*/

.is-fixed .nav-contents {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.nav-contents-sub {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.contents {
    position: relative;
    background: url("../img/contents-bg.jpg");
    background-size: 15% auto;
}

.contents ul {
    width: 1200px;
    height: 80px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.contents li {
    width: calc(100% / 10);
    padding-top: 18px;
    margin-left: -1px;
    border-right: 1px #fff dotted;
    color: #fff;
    text-align: center;
    line-height: 1.2
}

.contents li:last-child {
    width: calc(100% / 10);
    padding-top: 18px;
    margin-left: -1px;
    border-right: 0px #fff dotted;
    color: #fff;
    text-align: center;
    line-height: 1
}

.contents li a {
    display: block;
    height: 65px;
    color: #fff;
    font-size: 0.7rem;
    text-decoration: none;
}

.contents li a:after {
    content: '';
    width: 0;
    margin-top: 10px;
    transition: all 0.3s ease;
    border-bottom: 1px solid #ffd504;
    display: block;
}

.contents li a:hover:after {
    width: 100%;
    border-bottom: 1px solid #ffd504;
}

.contents li em {
    font-family: 'Six Caps', sans-serif;
    font-size: 1.6rem;
    font-style:normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 28px
}

.contents li span {
    color: #ffd504
}

.contents .nav-rec {
    position: absolute;
    width: 80px;
    height: 80px;
    background: -moz-linear-gradient(top left, #ffb8dd, #ff93cb);
    background: -webkit-linear-gradient(top left, #ffb8dd, #ff93cb);
    background: linear-gradient(to bottom right, #ffb8dd, #ff93cb);
    top: 0;
    right: 0;
    text-align: center
}

.contents .nav-rec img {
    width: 25px;
    margin: auto;
    margin-bottom: 5px
}

.contents .nav-rec a {
    display: block;
    height: 80px;
    color: #fff;
    text-decoration: none;
}

.contents .nav-rec p {
    padding-top: 20px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}

.contents .nav-staff {
    position: absolute;
    width: 80px;
    height: 80px;
    background: -moz-linear-gradient(top left, #a8e2ff, #75d1ff);
    background: -webkit-linear-gradient(top left, #a8e2ff, #75d1ff);
    background: linear-gradient(to bottom right, #a8e2ff, #75d1ff);
    top: 0;
    right: 80px;
    text-align: center
}

.contents .nav-staff img {
    width: 25px;
    margin: auto;
    margin-bottom: 5px
}

.contents .nav-staff a {
    display: block;
    height: 80px;
    color: #fff;
    text-decoration: none;
}

.contents .nav-staff p {
    padding-top: 20px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}

.contents .nav-mailmagazine {
    position: absolute;
    width: 80px;
    height: 80px;
    background: -moz-linear-gradient(top left, #aaa, #888);
    background: -webkit-linear-gradient(top left, #aaa, #888);
    background: linear-gradient(to bottom right, #aaa, #888);
    top: 0;
    right: 160px;
    text-align: center
}

.contents .nav-mailmagazine img {
    width: 25px;
    margin: auto;
    margin-bottom: 5px
}

.contents .nav-mailmagazine a {
    display: block;
    height: 80px;
    color: #fff;
    text-decoration: none;
}

.contents .nav-mailmagazine p {
    padding-top: 20px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}

.contents-sub {
    background: #fff;
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.3);
}

.contents-sub ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
    padding: 10px 0px
}

.contents-sub li.scroll {
    width: 600px;
}

.contents-sub li.scroll .scroll-text {
    border: 1px solid #ddd;
    color: #000;
    font-size: 0.8rem;
}

.contents-sub li.scroll .scroll-text p {
    padding: 5px 0px 4px 0px;
    font-weight: 600;
    line-height: 1.2
}

.contents-sub li.tel {
    width: 600px;
    padding-top: 4px;
    color: #000;
    font-size: 1.1rem;
    text-align: right
}

.contents-sub li.tel .time {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1
}

.contents-sub li.tel .number {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1
}
.contents-sub a{
    color: #000;
    text-decoration: none
}

/*
スマホヘッダーメニュー
================================*/

.sp-h-contents {
    width: 100%;
    background: #ffd504;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    box-shadow:0 2px 5px rgba(0,0,0,.5);
}

.sp-h-contents ul {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px #222 solid;
}

.sp-h-contents li {
    width: calc(100% / 5);
    margin-left: -1px;
    padding: 10px 0px;
    border-right: 1px #222 solid;
    text-align: center
}

.sp-h-contents li:last-child {
    margin-left: -1px;
    padding: 10px 0px;
    border-right: 0px #222 solid;
    text-align: center
}

.sp-h-contents li a {
    color: #000;
    text-decoration: none
}

.sp-h-contents li img {
    width: 25%;
    margin: auto
}

.sp-h-contents li:last-child img {
    width: 50%;
    margin: auto
}

.sp-h-contents li p {
    padding-top: 5px;
    color: #000;
    font-size: 0.6rem;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}

.sp-chousei{
    height: 52px;
    background: #fff
}

.sp-scroll{
    background: #222
}
.sp-scroll p{
    padding: 6px 0px 2px 0px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.5
}

.sp-tel {
    position: fixed;
    bottom: 35px;
    right: 5px;
    z-index: 100000000;
}

.sp-tel img {
    width: 50px
}


/*
スマホフッターメニュー
================================*/

.sp-f-contents {
    padding-bottom: 10px;
    background: #fff
}

.sp-f-contents h2 {
    clear: both;
    background: url(../img/h2.png) no-repeat 9px center, -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ca9a00), color-stop(0.00, #dea900));
    background: url(../img/h2.png) no-repeat 9px center, -webkit-linear-gradient(#dea900, #ca9a00);
    background: url(../img/h2.png) no-repeat 9px center, -moz-linear-gradient(#dea900, #ca9a00);
    background: url(../img/h2.png) no-repeat 9px center, -o-linear-gradient(#dea900, #ca9a00);
    background: url(../img/h2.png) no-repeat 9px center, -ms-linear-gradient(#dea900, #ca9a00);
    background: url(../img/h2.png) no-repeat 9px center, linear-gradient(#dea900, #ca9a00);
    font-size: 1.8rem;
    font-family: 'Nosifer', cursive;
    font-weight: normal;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 10px 0 8px 21px;
    position: relative;
    text-shadow: 1px 1px 0px #000;
    -moz-text-shadow: 1px 1px 0px #000;
    -webkit-text-shadow: 1px 1px 0px #000;
}

.sp-f-contents h2 span {
    color: #ffd504;
    font-size: 0.9rem;
    text-align: right;
    letter-spacing: 1px;
    position: absolute;
    right: 9px;
    top: 22px;
}

.sp-f-contents ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px #ddd dotted;
}

.sp-f-contents ul:last-child {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px #ddd dotted;
}

.sp-f-contents li {
    width: calc(100% / 4);
    border-right: 1px #ddd dotted;
    box-sizing: border-box;
    background: #fff
}

.sp-f-contents li:last-child {
    width: calc(100% / 4);
    border-right: 0px #ddd dotted;
    box-sizing: border-box;
    background: #fff
}

.sp-f-contents li a {
    display: block;
    color: #fff;
    text-decoration: none
}

.sp-f-contents li p {
    padding: 10px 0px;
    font-size: 1.0rem
}

.sp-f-contents li span {
    font-size: 0.9rem;
    font-weight: bold
}

.sp-f-contents li.sub {
    background: -moz-linear-gradient(top left, #fff, #f2e7b0);
    background: -webkit-linear-gradient(top left, #fff, #f2e7b0);
    background: linear-gradient(to bottom right, #fff, #f2e7b0);
}


/*===============================

最新情報

================================*/

@media screen and (min-width: 1025px) {

    .info {
        position: relative;
        height: 730px;
        background-image: url("../img/info-bg.jpg");
        background-size: 100% auto;
        padding-top: 60px
    }

    .info h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 5px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .info h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .info h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        color: #fff;
        font-size: 1.1rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .info span {
        color: #fff;
    }

    .info .text-jp {
        position: absolute;
        top: 83px;
        left: 20px;
        font-size: 1.5rem;
        letter-spacing: 0.3em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .info .text-en {
        position: absolute;
        top: 83px;
        left: 50px;
        font-size: 0.9rem;
        letter-spacing: 0.1em;
        transform: rotate(.03deg);
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }


    .info ul {
        display: flex;
        flex-wrap: wrap;
        width: 85%;
        margin: auto;
        padding: 60px 0
    }

    .info li {
        width: calc(100% / 3);
        padding-bottom: 15px
    }

    .info .detail {
        overflow: hidden;
        margin: auto;
    }
    .info .detail .left{
        float: left;
        width: 160px;
    }
    .info .detail .right{
        float: right;
        width: 100%;
        margin-right: -160px;
        padding-right: 160px;
        box-sizing: border-box;
    }

    .info .detail .image {
        overflow: hidden;
        width: 150px;
        height: 150px
    }

    .info .detail .image img {
        display: block;
        transition-duration: 0.3s;
    }

    .info .detail .image img:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }

    .info .detail .space {
        width: 90%;
        height: 130px;
        padding: 10px;
        background: rgba(255, 255, 255, .5);
    }
    .info .detail .space a{
        display: block;
        text-decoration: none
    }

    .info .detail .space .title {
        padding-bottom: 5px;
        color: #fbdb14;
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1.3
    }

    .info .detail .space .day {
        padding-bottom: 5px;
    }

    .info .detail .space .day p {
        color: #fff;
        font-size: 0.7rem;
    }

    .info .detail .space .comment {
    }

    .info .detail .space .comment p {
        color: #000;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.5
    }

}

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

    .info {
        background: #fff;
        padding: 10px 0 25px
    }

    .info h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #000;
        position: relative;
    }

    .info h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .info h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.1rem;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
    }

    .info span {
        color: #000;
    }

    .info .text-jp {
        position: absolute;
        top: 83px;
        left: 20px;
        font-size: 1.5rem;
        letter-spacing: 0.3em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .info .text-en {
        position: absolute;
        top: 83px;
        left: 50px;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.1em;
        transform: rotate(.03deg);
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .info ul {
        display: flex;
        flex-wrap: wrap;
        width:95%;
        margin: auto;
        padding: 10px 0
    }

    .info li {
        width: calc(100% / 1);
        margin-bottom: 10px;
    }

    .info .detail {
        overflow: hidden;
        margin: auto;
    }
    .info .detail .left{
        float: left;
        width: 70px;
    }
    .info .detail .right{
        float: right;
        width: 100%;
        margin-right: -70px;
        padding-right: 70px;
        box-sizing: border-box;
    }

    .info .detail .image {
        overflow: hidden;
        width: 60px;
        height: 60px
    }

    .info .detail .image img {
        display: block;
        transition-duration: 0.3s;
    }

    .info .detail .image img:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }

    .info .detail .space {
        width: 100%;
        height: 40px;
        padding: 10px;
        border: 1px #ddd solid;
    }
    .info .detail .space a{
        display: block;
        text-decoration: none
    }

    .info .detail .space .title {
        padding: 0 10px 5px 0;
        color: #c01500;
        font-size: 0.8rem;
        font-weight: bold
    }

    .info .detail .space .day {
        padding-top: 5px;
    }

    .info .detail .space .day p {
        color: #666;
        font-size: 0.7rem;
        font-weight: bold
    }

    .info .detail .space .comment {
    }

    .info .detail .space .comment p {
        padding-right: 10px;
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.3
    }
}

/*===============================

最新情報一覧

================================*/

@media screen and (min-width: 1025px) {

    .information {
        padding-top: 175px;
    }

    .information h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-weight: normal;
        font-family: 'Nosifer', cursive;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .information h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .information h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.1rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .information span {
        color: #fff;
    }

    .information .text-jp {
        position: absolute;
        top: 83px;
        left: 20px;
        font-size: 1.5rem;
        letter-spacing: 0.3em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .information .text-en {
        position: absolute;
        top: 83px;
        left: 50px;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.1em;
        transform: rotate(.03deg);
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .information ul {
        display: flex;
        flex-wrap: wrap;
        width: 85%;
        margin: auto;
        padding: 40px 0
    }

    .information li {
        width: calc(100% / 3);
    }

    .information .detail {
        overflow: hidden;
        margin: auto;
        height: 105px
    }
    .information .detail .left{
        float: left;
        width: 110px;
    }
    .information .detail .right{
        float: right;
        width: 100%;
        margin-right: -110px;
        padding-right: 110px;
        box-sizing: border-box;
    }

    .information .detail .image {
        overflow: hidden;
        width: 100px;
        height: 100px;
        box-shadow: 1px 1px 2px #ccc;
    }

    .information .detail .image img {
        display: block;
        transition-duration: 0.3s;
    }

    .information .detail .image img:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }

    .information .detail .space {
        width: 90%;
        height: 80px;
        padding: 10px;
        background: rgba(255, 255, 255, .8);
        box-shadow: 1px 1px 2px #ccc;
    }
    .information .detail .space a{
        display: block;
        text-decoration: none
    }

    .information .detail .space .title {
        padding-bottom: 5px;
        color: #c01500;
        font-weight: 600
    }

    .information .detail .space .day {
        padding-bottom: 5px;
    }

    .information .detail .space .day p {
        color: #666;
        font-size: 0.7rem;
    }

    .information .detail .space .comment {
    }

    .information .detail .space .comment p {
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5
    }

    .information .text{
        width: 1200px;
        margin: auto;
        margin-bottom: 60px;
        background: #fff;
        border: 1px solid #000;
    }
    .information .text p{
        padding: 25px;
        color: #000;
        font-size: 1.0rem;
        font-weight: bold;
        line-height: 1.8;
        text-align: center
    }

}

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

    .information {
        padding: 16px 0px 25px 0px;
    }

    .information h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-weight: normal;
        font-family: 'Nosifer', cursive;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .information h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .information h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.1rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .information span {
        color: #fff;
    }

    .information .text-jp {
        position: absolute;
        top: 83px;
        left: 20px;
        font-size: 1.5rem;
        letter-spacing: 0.3em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .information .text-en {
        position: absolute;
        top: 83px;
        left: 50px;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.1em;
        transform: rotate(.03deg);
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .information ul {
        display: flex;
        flex-wrap: wrap;
        width:95%;
        margin: auto;
        padding: 10px 0
    }

    .information li {
        width: calc(100% / 1);
        margin-bottom: 10px;
    }

    .information .detail {
        overflow: hidden;
        margin: auto;
        height: 105px
    }
    .information .detail .left{
        float: left;
        width: 110px;
    }
    .information .detail .right{
        float: right;
        width: 100%;
        margin-right: -110px;
        padding-right: 110px;
        box-sizing: border-box;
    }

    .information .detail .image {
        overflow: hidden;
        width: 100px;
        height: 100px;
    }

    .information .detail .image img {
        display: block;
        transition-duration: 0.3s;
    }

    .information .detail .image img:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }

    .information .detail .space {
        width: 99%;
        height: 100px;
        background: #333;
}
    .information .detail .space a{
        display: block;
        text-decoration: none
    }

    .information .detail .space .title {
        width: 98%;
        padding: 10px 5px 5px 5px;
        color: #fdcc05;
        font-size: 0.8rem;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

    .information .detail .space .day {
        padding: 0 5px;
    }

    .information .detail .space .day p {
        color: #aaa;
        font-size: 0.7rem;
    }

    .information .detail .space .comment {
        padding: 5px;
    }

    .information .detail .space .comment p {
        color: #fff;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.5
    }

    .information .text{
        width: 95%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 30px;
        background: #fff;
        border: 1px solid #000;
        text-align: center
    }
    .information .text p{
        padding: 15px;
        color: #000;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.5
    }

}

/*===============================

最新情報詳細

================================*/

@media screen and (min-width: 1025px) {

    .information-detail {
        padding-top: 175px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }

    .information-detail h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #fdcc05;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .information-detail h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #fdcc05;
        bottom: -1px;
        width: 10%;
    }

    .information-detail h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.1rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .information-detail span {
        color: #fff;
    }

    .information-detail .text-jp {
        position: absolute;
        top: 83px;
        left: 20px;
        font-size: 1.5rem;
        letter-spacing: 0.3em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .information-detail .text-en {
        position: absolute;
        top: 83px;
        left: 50px;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.1em;
        transform: rotate(.03deg);
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .information-detail ul {
        display: flex;
        flex-wrap: wrap;
        width: 1200px;
        margin: auto;
        padding: 40px 0
    }

    .information-detail li.left{
        width: 880px
    }
    .information-detail li.right{
        width: 320px
    }
    .information-detail li.left .detail {
        width: 800px;
        padding: 30px;
        background: #333;
        border: 1px solid #fdcc05;
    }
    .information-detail li.left .detail .title{
        color: #fdcc05;
        font-size: 1.1rem;
        font-weight: bold
    }
    .information-detail li.left .detail .day{
        padding: 10px;
        color: #aaa;
        font-size: 0.7rem;
        font-weight: bold;
        text-align: right
    }
    .information-detail li.left .detail .comment{
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.8
    }
    .information-detail li.left .detail .comment .image{
        float: left;
        width: 280px;
        margin-right: 15px
    }
    .information-detail li.left .detail .comment .image img{
        width: 280px;
    }
    .information-detail li.left .detail img{
        display:inline;
        width: auto
    }

    .information-detail li.right .detail {
        overflow: hidden;
        margin: auto;
        height: 105px
    }
    .information-detail li.right .detail .left{
        float: left;
        width: 110px;
    }
    .information-detail li.right .detail .right{
        float: right;
        width: 100%;
        margin-right: -110px;
        padding-right: 110px;
        box-sizing: border-box;
    }

    .information-detail li.right .detail .image {
        overflow: hidden;
        width: 100px;
        height: 100px;
        box-shadow: 1px 1px 2px #ccc;
    }

    .information-detail li.right .detail .image img {
        display: block;
        transition-duration: 0.3s;
    }

    .information-detail li.right .detail .image img:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }

    .information-detail li.right .detail .space {
        width: 185px;
        height: 80px;
        padding: 10px;
        background: #333;
        border: 1px solid #fdcc05;
    }
    .information-detail li.right .detail .space a{
        display: block;
        text-decoration: none
    }

    .information-detail li.right .detail .space .title {
        padding-bottom: 5px;
        color: #fdcc05;
        font-weight: 600;
        line-height: 1.5
    }

    .information-detail .detail .space .day {
        padding-bottom: 5px;
    }

    .information-detail .detail .space .day p {
        color: #aaa;
        font-size: 0.7rem;
    }

    .information-detail .detail .space .comment {
    }

    .information-detail .detail .space .comment p {
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5
    }

    .information-detail .text{
        width: 1200px;
        margin: auto;
        margin-bottom: 60px;
        background: #fff;
        border: 1px solid #000;
    }
    .information-detail .text p{
        padding: 25px;
        font-size: 1.0rem;
        font-weight: bold;
        line-height: 1.8;
        text-align: center
    }

}

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

    .information-detail {
        padding: 16px 0px 25px 0px;
    }

    .information-detail h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #fdcc05;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .information-detail h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #fdcc05;
        bottom: -1px;
        width: 10%;
    }

    .information-detail h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.1rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .information-detail span {
        color: #000;
    }

    .information-detail .text-jp {
        position: absolute;
        top: 83px;
        left: 20px;
        font-size: 1.5rem;
        letter-spacing: 0.3em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .information-detail .text-en {
        position: absolute;
        top: 83px;
        left: 50px;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.1em;
        transform: rotate(.03deg);
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .information-detail ul {
        width:95%;
        margin: auto;
        padding: 10px 0
    }

    .information-detail li.left{
        width: 100%
    }
    .information-detail li.right{
        width: 100%
    }
    .information-detail li.left .detail {
        width: auto;
        margin-bottom: 15px;
        padding: 15px;
        background: #333;
        border: 1px solid #fdcc05;
    }
    .information-detail li.left .detail .title{
        color: #fdcc05;
        font-size: 0.9rem;
        font-weight: bold
    }
    .information-detail li.left .detail .day{
        padding: 10px;
        color: #aaa;
        font-size: 0.7rem;
        font-weight: bold;
        text-align: right
    }
    .information-detail li.left .detail .comment{
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.8
    }
    .information-detail li.left .detail .comment .image{
        width: 280px;
        margin: auto;
        padding-bottom: 10px
    }
    .information-detail li.left .detail .comment .image img{
        width: 280px;
    }
    .information-detail li.left .detail img{
        display:inline;
        width: auto
    }

    .information-detail li.right .detail {
        overflow: hidden;
        width: 100%;
        height: 105px
    }
    .information-detail li.right .detail .left{
        float: left;
        width: 110px;
    }
    .information-detail li.right .detail .right{
        float: right;
        width: 100%;
        margin-right: -110px;
        padding-right: 110px;
        box-sizing: border-box;
    }

    .information-detail li.right .detail .image {
        overflow: hidden;
        width: 100px;
        height: 100px;
    }

    .information-detail li.right .detail .image img {
        display: block;
        transition-duration: 0.3s;
    }

    .information-detail li.right .detail .image img:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }

    .information-detail li.right .detail .space {
        width: 91%;
        height: 80px;
        padding: 10px;
        background: #333;
        border: 1px solid #fdcc05;
    }
    .information-detail li.right .detail .space a{
        display: block;
        text-decoration: none
    }

    .information-detail li.right .detail .space .title {
        padding-bottom: 5px;
        color: #fdcc05;
        font-weight: 600;
        line-height: 1.5
    }

    .information-detail .detail .space .day {
        padding-bottom: 5px;
    }

    .information-detail .detail .space .day p {
        color: #aaa;
        font-size: 0.7rem;
    }

    .information-detail .detail .space .comment {
    }

    .information-detail .detail .space .comment p {
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5
    }

    .information-detail .text{
        margin: auto;
        margin-bottom: 60px;
        background: #fff;
        border: 1px solid #000;
    }
    .information-detail .text p{
        padding: 25px;
        font-size: 1.0rem;
        font-weight: bold;
        line-height: 1.8;
        text-align: center
    }

}


/*===============================

ウィジェット

================================*/

.widget {
    background: url("../img/widget-bg.jpg")no-repeat center top;
    background-size:100% auto;
    padding: 65px 0px;
    color: #fff;
    text-shadow: 
        #000 2px 0px 2px, #000 -2px 0px 2px,
        #000 0px -2px 2px, #000 -2px 0px 2px,
        #000 2px 2px 2px, #000 -2px 2px 2px,
        #000 2px -2px 2px, #000 -2px -2px 2px,
        #000 1px 2px 2px, #000 -1px 2px 2px,
        #000 1px -2px 2px, #000 -1px -2px 2px,
        #000 2px 1px 2px, #000 -2px 1px 2px,
        #000 2px -1px 2px, #000 -2px -1px 2px,
        #000 1px 1px 2px, #000 -1px 1px 2px,
        #000 1px -1px 2px, #000 -1px -1px 2px;
}

.widget ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
    padding-top: 50px
}

.widget li.iframe {
    width: 300px;
    margin: auto
}

.widget li.iframe .title {
    background: #e46296;
    width: 280px;
    height: 30px;
    margin: auto
}

.widget li.iframe .title p {
    padding-top: 7px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-align: center
}
.widget li.iframe .monitor {
    width: 280px;
    height: 400px;
    margin: auto
}
.widget li.iframe .monitor2 {
    width: 240px;
    height: 400px;
    margin: auto
}

.widget li.text {
    width: 600px;
}

.widget li.text h2 {
    padding-top: 70px;
    color: #ffd504;
    font-size: 2rem;
    line-height: 1.7
}
.widget li.text span {
    color: #c01500;
    font-size: 1.5rem;
    font-weight: 600
}

.widget li.text p {
    padding-top: 50px;
    font-size: 1.0rem;
    line-height: 2
}



/*===============================

新人紹介

================================*/

@media screen and (min-width: 1025px) {

    .newface {
        padding: 30px 0px 50px 0px;
        background-image: url("../img/info-bg.jpg");
        background-size: 100% auto;
    }

    .newface h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 5px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .newface h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .newface h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        color: #fff;
        font-size: 1.1rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .newface span {
        color: #fff
    }
    
    .newface .newface-slide{
        width: 1375px;
        margin: auto
    }
    
    .newface .detail {
        display: flex;
        flex-wrap: wrap;
        width: 450px;
        margin-top: 25px;
        margin-bottom: 15px;
        box-sizing: border-box;
        list-style: none;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        box-shadow: 2px 2px 4px #000;
    }
    .newface .detail .image {
        width: 200px;
    }
    .newface .detail .image p {
        padding: 10px
    }
    .newface .detail .comment {
        width: 250px;
        text-align: center
    }
    .newface .name {
        padding-top: 15px;
        color: #ffd504;
        font-size: 1.4rem;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newface .size {
        padding: 5px 0px 5px 0px;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        transform: rotate(.03deg);
    }
    .newface .days {
        padding: 3px 0px 10px 0px;
        font-size: 0.8rem;
        color: #c01500;
        font-weight: bold
    }
    .newface .text {
        padding-top: 5px;
        color: #ccc;
        font-size: 0.7rem;
        text-align: left;
        line-height: 1.7
    }
    .newface .line {
        height: 25px;
        margin-top: 15px;
        margin-left: -10px;
        background: #333
    }
    .newface .image-sub {
        width: 60px;
        height: 60px;
        margin: auto;
        margin-top: -45px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }
    .newface .image-sub img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        filter: grayscale(100%);
    }

}

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

    .newface {
        padding: 10px 0px 15px 0px;
        background: url("../img/info-bg.jpg")no-repeat left top;
        background-size:300% auto;
    }
    .newface h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .newface h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }
    .newface h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding-top: 10px;
        color: #fff;
        font-size: 1.1rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .newface span {
        color: #fff;
    }
    .newface-slide{
        width: 100%;
        overflow: hidden;
    }
    .newface .detail {
        width: 115px;
        margin-top: 15px;
        margin-left: 5px;
        margin-bottom: 5px;
        box-sizing: border-box;
        list-style: none;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
    }
    .newface .detail .image {
        width: 105px;
        margin: auto
    }
    .newface .detail .image p {
        padding-top: 5px
    }
    .newface .detail .comment {
        width: 115px;
        text-align: center
    }
    .newface .name {
        padding-top: 5px;
        color: #c01500;
        font-size: 0.9rem;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .newface .size {
        padding: 3px 0px 5px 0px;
        color: #000;
        font-size: 0.7rem;
        font-family: "Sawarabi Mincho";
        transform: rotate(.03deg);
        line-height: 1.2
    }
    .newface .days {
        padding: 1px 0px 10px 0px;
        font-size: 0.8rem;
        color: #b49142;
        font-weight: bold
    }
    .newface .text {
        padding-top: 5px;
        color: #666;
        font-size: 0.7rem;
        text-align: left;
        line-height: 1.7
    }
    .newface .line {
        height: 25px;
        margin-top: 15px;
        margin-left: -10px;
        background: #fff
    }
    .newface .image-sub {
        width: 60px;
        margin: auto;
        margin-top: -45px;
        padding-bottom: 5px;
    }
    .newface .image-sub img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;

    }


}

/*
新人スクロール
================================*/

@media screen and (min-width: 1025px) {

    .simply-scroll-container {
        position: relative;
    }
    .simply-scroll-clip {
        position: relative;
        overflow: hidden;
    }
    .simply-scroll-list {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .simply-scroll-list li {
        float: left;
        /* Horizontal scroll only */
        padding: 0;
        margin: 0;
        width: 460px;
        height: auto;
    }
    .simply-scroll-list li img {
        display: block;
        width: 100%;
    }

}

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

    .simply-scroll-container {
        position: relative;
    }
    .simply-scroll-clip {
        position: relative;
        overflow: hidden;
    }
    .simply-scroll-list {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }
    .simply-scroll-list li {
        float: left;
        /* Horizontal scroll only */
        padding: 0;
        margin: 0;
        width: 160px;
        height: auto;
    }
    .simply-scroll-list li img {
        display: block;
        width: 100%;
    }
}






/*===============================

カバーガール

================================*/

.covergirl {
    position:relative;
    box-shadow:inset 0px 10px 10px rgba(0,0,0,0.3);
}



.covergirl .box{
    position:absolute;
    margin: 20px;
    padding: 15px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
}
.covergirl .name{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
}
.covergirl .size{
    padding: 10px;
    color: #c01500;
    font-size: 0.9rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center
}
.covergirl .comment{
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1.5
}





/*===============================

ピックアップガール

================================*/

@media screen and (min-width: 1025px) {

    .pickup {
        padding: 30px 0px 50px 0px;
        background: url("../img/pickup-bg.jpg");
    }

    .pickup h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 5px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .pickup h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .pickup h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        color: #fff;
        font-size: 1.1rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    
    .pickup span {
        color: #fff
    }
    .pickup .pickup-slide{
        width: 1375px;
        margin: auto
    }
    .pickup .detail {
        display: flex;
        flex-wrap: wrap;
        width: 450px;
        margin-top: 25px;
        margin-bottom: 15px;
        box-sizing: border-box;
        list-style: none;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
    }
    .pickup .detail .image {
        width: 200px;
    }
    .pickup .detail .image p {
        padding: 10px
    }
    .pickup .detail .comment {
        width: 250px;
        text-align: center
    }
    .pickup .name {
        width: 100%;
        padding-top: 25px;
        color: #fdcc05;
        font-size: 1.4rem;
        font-weight: 600;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pickup .size {
        padding: 10px 0px 20px 0px;
        color: #000;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        transform: rotate(.03deg);
    }
    .pickup .text {
        padding-top: 5px;
        color: #666;
        font-size: 0.7rem;
        text-align: left;
        line-height: 1.7
    }
    .pickup .line {
        height: 25px;
        margin-top: 15px;
        margin-left: -10px;
        background: #f6f0e0
    }
    .pickup .image-sub {
        width: 60px;
        height: 60px;
        margin: auto;
        margin-top: -45px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }
    .pickup .image-sub img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        filter: grayscale(100%);
    }
}

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

    .pickup {
        padding: 10px 0px 15px 0px;
        background: url("../img/pickup-bg.jpg");
        background-size:100% auto;
    }
    .pickup h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .pickup h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }
    .pickup h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding-top: 10px;
        color: #fff;
        font-size: 1.1rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .pickup span {
        color: #fff
    }
    .pickup-slide{
        width: 100%;
        overflow: hidden;
    }
    .pickup .detail {
        width: 115px;
        margin-top: 15px;
        margin-bottom: 5px;
        margin-left: 5px;
        box-sizing: border-box;
        list-style: none;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
    }
    .pickup .detail .image {
        width: 105px;
        margin: auto
    }
    .pickup .detail .image p {
        padding-top: 5px
    }
    .pickup .detail .comment {
        width: 115px;
        text-align: center
    }
    .pickup .name {
        padding-top: 5px;
        color: #fdcc05;
        font-size: 0.9rem;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pickup .size {
        padding: 3px 0px 10px 0px;
        color: #000;
        font-size: 0.7rem;
        font-family: "Sawarabi Mincho";
        transform: rotate(.03deg);
    }
    .pickup .text {
        padding-top: 5px;
        color: #666;
        font-size: 0.7rem;
        text-align: left;
        line-height: 1.7
    }
    .pickup .line {
        height: 25px;
        margin-top: 15px;
        margin-left: -10px;
        background: #f6f0e0
    }
    .pickup .image-sub {
        width: 60px;
        height: 60px;
        margin: auto;
        margin-top: -45px;
        padding-bottom: 5px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }
    .pickup .image-sub img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        filter: grayscale(100%);
    }

}





/*===============================

在籍一覧

================================*/

@media screen and (min-width: 1025px) {

    .girls{
        padding-top: 175px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }
    .girls ul {
        display: flex;
        flex-wrap: wrap;
        width: 75%;
        margin: auto;
        padding-bottom: 80px
    }
    .girls li {
        width: calc(100% / 5);
    }

    .girls h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .girls h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .girls h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .girls span {
        color: #fff;
    }
    .girls .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 15px
    }
    .girls .detail img {
        transition: 1.0s ;
    }

    .girls .detail img:hover {
        opacity: 0.5 ;
    }
    .girls .detail .time {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        position:absolute;
        right:5px;
        top:-25px;
        color:#fff;
        text-align:center;
        display:table;
    }
    .girls .detail .time {
        display:table-cell;
        vertical-align:middle;
        width:80px;
        height:80px;
        border-radius:80px;
        background:rgba(199,175,105,.9);
    }
    .girls .detail .time .reserve {
        padding-top: 15px;
        font-size:1.1rem;
        font-weight: bold;
        line-height: 1
    }
    .girls .detail .time .reserve span {
        font-size:10px;
        color: #fff;
        line-height:1;
    }
    .girls .detail .tag {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        position:absolute;
        color:#fff;
        font-size:14px;
        text-align:center;
        height:40px;
        width:40px;
        line-height:40px;
        border-radius:0 0 2px 2px;
        right:10px;
        top:0;
        background:rgba(179,69,177,.5);
    }
    .girls .detail .tag .new {
        background:rgba(193,51,51,.7);
    }
    .girls .detail .video{
        height: 35px;
        margin-top: -45px;
        margin-left: 5px;
    }
    .girls .detail .video img{
        width: 35px;
    }
    .girls .detail .data{
        position: relative;
        padding-bottom: 20px
    }
    .girls .detail .data .image {
    }
    .girls .detail .data .age {
        position: absolute;
        top: -23px;
        left: 0;
        right: 0;
        margin: auto;
        background:#000;
        color:#fff;
        height:46px;
        width:46px;
        border-radius:46px;
        font-size: 1.0rem;
        line-height:80%;
        text-align: center
    }
    .girls .detail .data .age p{
        padding-top: 10px;
        font-size:0.7rem;
    }
    .girls .detail .data .name{
        padding-top: 22px;
        color: #000;
        font-size: 1.2rem;
        font-family: "Sawarabi Mincho";
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .girls .detail .data .size{
        padding: 5px 0px 10px 0px;
        color: #aaa;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
    }
    .girls .detail .scroll {
        margin-top: 10px;
        padding: 5px 0px 3px 0px;
        background: #ffd504;
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.2
    }
}

@media screen and (max-width: 1024px) {
    
    .girls{
        padding-top: 15px;
    }
    .girls ul {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding-bottom: 10px
    }
    .girls li {
        width: calc(100% / 3);
    }

    .girls h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .girls h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .girls h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px 20px 0px;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .girls span {
        color: #fff;
    }
    .girls .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 15px
    }
    .girls .detail img {
        transition: 1.0s ;
    }

    .girls .detail img:hover {
        opacity: 0.5 ;
    }
    .girls .detail .time {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        position:absolute;
        right:0px;
        top:-18px;
        color:#fff;
        text-align:center;
        display:table;
    }
    .girls .detail .time {
        display:table-cell;
        vertical-align:middle;
        width:40px;
        height:40px;
        border-radius:40px;
        background:rgba(199,175,105,.9);
    }
    .girls .detail .time .reserve {
        padding-top: 7px;
        font-size:0.6rem;
        font-weight: bold;
        line-height: 1
    }
    .girls .detail .time .reserve span {
        font-size:0.5rem;
        color: #fff;
        line-height: 1
    }
    .girls .detail .tag {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        position:absolute;
        color:#fff;
        font-size:10px;
        text-align:center;
        height:25px;
        width:25px;
        line-height:25px;
        border-radius:0 0 2px 2px;
        right:0px;
        top:0;
        background:rgba(179,69,177,.5);
    }
    .girls .detail .tag .new {
        background:rgba(193,51,51,.7);
    }
    .girls .detail .video{
        height: 15px;
        margin-top: -18px;
        margin-left: 3px;
    }
    .girls .detail .video img{
        width: 15px;
    }
    .girls .detail .data{
        position: relative;
        padding-bottom: 10px
    }
    .girls .detail .data .image {
    }
    .girls .detail .data .age {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        background:#000;
        color:#fff;
        height:40px;
        width:40px;
        border-radius:40px;
        font-size: 0.9rem;
        line-height:80%;
        text-align: center
    }
    .girls .detail .data .age p{
        padding-top: 10px;
        font-size:0.7rem;
    }
    .girls .detail .data .name{
        padding-top: 8px;
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        font-family: "Sawarabi Mincho";
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .girls .detail .data .size{
        padding: 5px 0px 5px 0px;
        color: #aaa;
        font-size: 0.7rem;
        font-weight: bold;
        text-align: center;
    }
    .girls .detail .scroll {
        margin-top: 4px;
        padding: 5px 0px 3px 0px;
        background: #ffd504;
        color: #000;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.2
    }
}





/*===============================

出勤情報

================================*/

@media screen and (min-width: 1025px) {

    .schedule{
        padding-top: 175px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }
    .schedule ul {
        display: flex;
        flex-wrap: wrap;
        width: 75%;
        margin: auto;
        padding-bottom: 80px
    }
    .schedule li {
        width: calc(100% / 5);
    }

    .schedule h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .schedule h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .schedule h3 {
        width: 420px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .schedule span {
        color: #fff
    }
    .schedule .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 15px
    }
    .schedule .detail img {
        transition: 1.0s ;
    }

    .schedule .detail img:hover {
        opacity: 0.5 ;
    }
    .schedule .detail .time {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        position:absolute;
        right:5px;
        top:-25px;
        color:#fff;
        text-align:center;
        display:table;
        transform: rotate(.03deg);
    }
    .schedule .detail .time {
        display:table-cell;
        vertical-align:middle;
        width:80px;
        height:80px;
        border-radius:80px;
        background:rgba(199,175,105,.9);
    }
    .schedule .detail .time .reserve {
        padding-top: 17px;
        font-size:1.0rem;
        font-weight: bold;
        line-height: 1
    }
    .schedule .detail .time .reserve span {
        font-size:10px;
        color: #fff;
        line-height:180%;
    }
    .schedule .detail .tag {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        position:absolute;
        color:#fff;
        font-size:14px;
        text-align:center;
        height:40px;
        width:40px;
        line-height:40px;
        border-radius:0 0 2px 2px;
        right:10px;
        top:0;
        background:rgba(179,69,177,.5);
    }
    .schedule .detail .tag .new {
        background:rgba(193,51,51,.7);
    }
    .schedule .detail .video{
        height: 35px;
        margin-top: -45px;
        margin-left: 5px;
    }
    .schedule .detail .video img{
        width: 35px;
    }
    .schedule .detail .data{
        position: relative;
        padding-bottom: 20px
    }
    .schedule .detail .data .image {
    }
    .schedule .detail .data .age {
        position: absolute;
        top: -23px;
        left: 0;
        right: 0;
        margin: auto;
        background:#000;
        color:#fff;
        height:46px;
        width:46px;
        border-radius:46px;
        font-size: 1.0rem;
        line-height:80%;
        text-align: center
    }
    .schedule .detail .data .age p{
        padding-top: 10px;
        font-size:0.7rem;
    }
    .schedule .detail .data .name{
        padding-top: 22px;
        color: #000;
        font-size: 1.2rem;
        font-family: "Sawarabi Mincho";
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .schedule .detail .data .size{
        padding: 5px 0px 10px 0px;
        color: #aaa;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
    }
    .schedule .detail .scroll {
        margin-top: 10px;
        padding: 5px 0px 3px 0px;
        background: #ffd504;
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.2
    }
}

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

    .schedule{
        padding-top: 15px;
    }
    .schedule ul {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        padding-bottom: 10px
    }
    .schedule li {
        width: calc(100% / 3);
    }

    .schedule h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .schedule h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .schedule h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px 20px 0px;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .schedule span {
        color: #fff;
    }
    .schedule .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #fff;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 15px
    }
    .schedule .detail img {
        transition: 1.0s ;
    }

    .schedule .detail img:hover {
        opacity: 0.5 ;
    }
    .schedule .detail .time {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        position:absolute;
        right:0px;
        top:-18px;
        color:#fff;
        text-align:center;
        display:table;
    }
    .schedule .detail .time {
        display:table-cell;
        vertical-align:middle;
        width:40px;
        height:40px;
        border-radius:40px;
        background:rgba(199,175,105,.9);
    }
    .schedule .detail .time .reserve {
        padding-top: 7px;
        font-size:0.6rem;
        font-weight: bold;
        line-height: 1
    }
    .schedule .detail .time .reserve span {
        font-size:0.5rem;
        color: #fff;
        line-height: 1
    }
    .schedule .detail .tag {
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        position:absolute;
        color:#fff;
        font-size:12px;
        text-align:center;
        height:30px;
        width:30px;
        line-height:30px;
        border-radius:0 0 2px 2px;
        right:5px;
        top:0;
        background:rgba(179,69,177,.5);
        transform: rotate(.03deg);
    }
    .schedule .detail .tag .new {
        background:rgba(193,51,51,.7);
    }
    .schedule .detail .video{
        height: 15px;
        margin-top: -18px;
        margin-left: 3px;
    }
    .schedule .detail .video img{
        width: 15px;
    }
    .schedule .detail .data{
        position: relative;
        padding-bottom: 10px
    }
    .schedule .detail .data .image {
    }
    .schedule .detail .data .age {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        background:#000;
        color:#fff;
        height:40px;
        width:40px;
        border-radius:40px;
        font-size: 0.9rem;
        line-height:80%;
        text-align: center
    }
    .schedule .detail .data .age p{
        padding-top: 10px;
        font-size:0.7rem;
    }
    .schedule .detail .data .name{
        padding-top: 12px;
        color: #000;
        font-size: 0.8rem;
        font-family: "Sawarabi Mincho";
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .schedule .detail .data .size{
        padding: 5px 0px 5px 0px;
        color: #aaa;
        font-size: 0.6rem;
        font-weight: bold;
        text-align: center;
    }
    .schedule .detail .scroll {
        margin-top: 4px;
        padding: 5px 0px 3px 0px;
        background: #ffd504;
        color: #000;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.2
    }
}





/*===============================

本日の出勤情報

================================*/

@media screen and (min-width: 1025px) {

    .today {
        padding-top: 60px;
        background: #000
    }
    .today {
        background: #000;
        padding-top: 80px;
    }
    .today h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        padding-bottom: 5px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .today h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .today h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        color: #fff;
        font-size: 1.1rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .today span {
        color: #fff
    }
    .week {
        display: table;
        border-collapse: collapse;
        width: 1020px;
        margin: auto;
        padding: 10px 0px
    }
    .week .days {
        display: table-cell;
        width: calc(100% / 8);
    }
    .week .days p {
        padding: 5px;
    }
    a.day-btn {
        display: block;
        position: relative;
        width: 110px;
        padding: 1em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        border: 1px solid #333;
        background: #333;
        overflow: hidden;
        z-index: 1 !important;
    }
    a.day-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: 0.3s;
        z-index: -1;
    }
    a.day-btn:hover {
        color: #000;
    }
    a.day-btn:hover:after {
        height: 380%;
        opacity: 1;
    }
    a.day-btn:active:after {
        height: 350%;
        opacity: 1;
    }
    

}

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

    .today {
        padding-top: 20px;
        background: #000
    }
    .today h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }
    .today h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }
    .today h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        color: #fff;
        font-size: 1.1rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        text-align: center;
        letter-spacing: 0.3em;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .today span {
        color: #fff;
    }


    .today-sp {
        padding-bottom: 20px;
        background: #000;
    }
    .today-sp ul {
        display: flex;
        flex-wrap: wrap;
        padding: 10px
    }
    .today-sp li {
        width: calc(100% / 2);
        text-align: center
    }
    .today-sp li .image {
        padding: 0px 10px
    }
    .today-sp li .name {
        background: #eee;
        margin: 0px 10px;
        padding: 8px 0px;
        color: #000;
        font-size: 0.9rem;
        font-weight: bold;
    }
    .today-sp li .size {
        padding: 5px 0px;
        color: #fff;
        font-size: 0.7rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    .today-sp li .time {
        padding-bottom: 10px;
        color: #fff;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    .today-sp li .scroll {
        margin: 0px 10px 5px 10px;
        padding: 5px 0px 3px 0px;
        background: #ffd504;
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.2
    }


    .week {
        display: flex;
        flex-wrap: wrap;
        width: 340px;
        margin: auto;
        padding: 10px 0px
    }
    .week .days {
        width: calc(100% / 3);
    }
    .week .days p {
        padding: 5px;
    }
    a.day-btn {
        display: block;
        position: relative;
        width: 90px;
        padding: 0.5em;
        text-align: center;
        text-decoration: none;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        border: 1px solid #333;
        background: #333;
        overflow: hidden;
        z-index: 1 !important;
    }
    a.day-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transition: 0.3s;
        z-index: -1;
    }
    a.day-btn:hover {
        color: #000;
    }
    a.day-btn:hover:after {
        height: 250%;
        opacity: 1;
    }
    a.day-btn:active:after {
        height: 350%;
        opacity: 1;
    }
}



/*===============================

週間出勤情報

================================*/

@media screen and (min-width: 1025px)
{

    table.week_table{
    }
    table.week_table td{
        padding: 10px 10px;
        font-size: 1rem;
        font-weight: bold;
        vertical-align: middle;
        border: 1px solid #ddd;
    }
    table.week_table td.image{
        background: #fff;
        color: #b39035;
        font-size: 0.7rem;
        text-align: center
    }
    table.week_table img{
        width: 50px
    }
    table.week_table td.days{
        padding: 10px 0px;
        background: #000
    }

}
@media screen and (max-width: 1024px)
{
    table.week_table{
    }
    table.week_table td{
        padding: 3px 0px;
        font-size: 0.6rem;
        font-weight: bold;
        vertical-align: middle;
        border: 1px solid #ddd;
    }
    table.week_table td.image{
        background: #fff;
        color: #b39035;
        font-size: 0.6rem;
        text-align: center
    }
    table.week_table td.days{
        padding: 10px 0px;
        background: #000
    }
    table.week_table img{
        width: 50px
    }
}





.icon-type{
    width: 100%;
    margin-bottom: 1px;
}
.icon-type .box{
    display: flex;
    flex-wrap: wrap;
    margin-left: 1px;
}
.icon-type .box .left{
    width: 49%;
    padding: 0.5px
}
.icon-type .box .right{
    width: 49%;
    padding: 0.5px
}

.icon-01{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-01 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-02{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-02 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-03{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-03 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-04{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-04 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-05{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-05 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-06{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-06 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-07{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-07 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-08{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-08 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-09{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-09 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-10{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-10 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-11{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-11 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-12{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-12 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-13{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-13 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-14{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-14 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-15{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-15 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-16{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-16 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-17{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-17 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-18{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-18 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-19{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-19 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-20{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-20 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-21{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-21 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-22{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-22 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-23{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-23 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-24{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-24 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-25{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-25 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-26{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-26 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-27{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-27 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-28{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-28 p{
    padding: 5px 0px 6px 0px;
    color: #fff;
    font-size: 0.6rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-29{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-29 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-30{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-30 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-31{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-31 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}

.icon-32{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-32 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}


.icon-33{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-33 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}


.icon-34{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-34 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}


.icon-35{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-35 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}


.icon-36{
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #f89a9b;
    background: -moz-linear-gradient(top, #f89a9b 0%, #95070a 50%, #760002 51%, #e22c2f 100%);
    background: -webkit-linear-gradient(top, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    background: linear-gradient(to bottom, #f89a9b 0%,#95070a 50%,#760002 51%,#e22c2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89a9b', endColorstr='#e22c2f',GradientType=0 );
}
.icon-36 p{
    padding: 5px 0px;
    color: #fff;
    font-size: 0.7rem;
    font-family: "Sawarabi Mincho";
    transform: rotate(.03deg);
    text-align: center;
    text-shadow: 1px 1px 0px #666;
    -moz-text-shadow: 1px 1px 0px #666;
    -webkit-text-shadow: 1px 1px 0px #666;
}




/*===============================

スライドバナー

================================*/

@media screen and (min-width: 1025px) {
    .top-banner {
        padding: 100px 0px;
        background: -moz-linear-gradient(top left, #222, #000);
        background: -webkit-linear-gradient(top left, #222, #000);
        background: linear-gradient(to bottom right, #222, #000);
    }
}

@media screen and (max-width: 1024px) {
    .top-banner {
    }
}





/*===============================

4つバナー

================================*/

@media screen and (min-width: 1025px) {

    .banner {
        background: url("../img/banner-bg.jpg")no-repeat left top;
        background-size:100% auto;
    }

    .banner ul {
        display: flex;
        flex-wrap: wrap;
        padding: 60px
    }

    .banner li {
        width: calc(100% / 4);
    }

    .banner li p {
        padding: 5px
    }

}

@media screen and (max-width: 1024px) {
    .banner {
        background: url("../img/banner-bg.jpg")no-repeat left top;
        background-size:150% auto;
    }

    .banner ul {
        display: flex;
        flex-wrap: wrap;
        padding: 5px
    }

    .banner li {
        width: calc(100% / 2);
    }

    .banner li p {
        padding: 5px
    }
}



/*===============================

料金システム

================================*/

@media screen and (min-width: 1025px) {
    
    .system {
        padding-bottom: 60px;
        background: #fff;
        color: #000
    }
    .system h2{
        padding-top: 65px;
        color: #c38f01;
        font-size: 1.8rem;
        transform: rotate(.03deg);
        text-align: center
    }
    .system h3{
        padding-top: 30px;
        color: #c01500;
        font-size: 2.2rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    .system h4{
        padding-top: 30px;
        font-size: 1rem;
        text-align: center;
        line-height: 1.8
    }
    
    #price{
    }
    #price .couse-a{
        padding: 90px 0px;
        background-image: url("../img/system-bg.jpg");
        background-attachment: fixed;
        background-size: cover;
        text-align: center
    }
    #price .couse-b{
        padding: 90px 0px;
        background-image: url("../img/system-bg2.jpg");
        background-attachment: fixed;
        background-size: cover;
        text-align: center
    }
    #price h2{
        position: relative;
        display: inline-block;
        padding: 0 55px;
        color: #fff;
        font-size: 2rem;
        font-weight: 600;
        text-shadow:1px 1px 0px #000;
    }
    #price h2:before, #price h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: white;
        text-shadow:1px 1px 1px #000;
    }
    #price h2:before {left:0;}
    #price h2:after {right: 0;}
    #price h4{
        position: relative;
        padding: 20px 0;
        background: #c01500;
        color: #ffd7d7;
        font-size: 1.5rem;
        text-shadow: 0px 1px 0px #000;
        -moz-text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }
    #price h4:before{
        content: " ";
        position: absolute;
        top: -16px;
        left: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: 0;
        border: solid 8px transparent;
        border-bottom-color: #770407;
    }
    #price h5{
        position: relative;
        padding: 20px 0;
        background: #0753c3;
        color: #bee7ff;
        font-size: 1.5rem;
        text-shadow: 0px 1px 0px #000;
        -moz-text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }
    #price h5:before{
        content: " ";
        position: absolute;
        top: -16px;
        left: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: 0;
        border: solid 8px transparent;
        border-bottom-color: #093b9c;
    }
    #price .couse_a ul{
        display: flex;
        flex-wrap: wrap;
        width: 750px;
        margin: auto;
        padding: 30px 0px
    }
    #price .couse_a li{
        width: calc(100% / 1);
    }
    #price .couse_b ul{
        display: flex;
        flex-wrap: wrap;
        width: 980px;
        margin: auto;
        padding: 30px 0px
    }
    #price .couse_b li{
        width: calc(100% / 2);
        margin: auto
    }
    #price .couse{
        width: 30%;
        margin: auto;
        padding-bottom: 20px
    }
    #price .text{
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 2
    }
    #price .text span{
        color: #ff0;
    }
    .kakaku{
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
    }
    
    .kakaku .time{
        width: 48%;
        height: 60px;
        margin: 1px;
        line-height: 60px;
        background-color:#c01500;
        vertical-align:middle;
        border: 1px #770407 solid;

    }
    .kakaku .time p{
        color: #fff;
        font-size: 1.3rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    .kakaku .time2{
        width: 48%;
        height: 60px;
        margin: 1px;
        line-height: 60px;
        background-color:#0753c3;
        vertical-align:middle;
        border: 1px #093b9c solid;

    }
    .kakaku .time2 p{
        color: #fff;
        font-size: 1.3rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    .kakaku .time-sub{
        width: 48%;
        height: 60px;
        margin: 1px;
        line-height: 60px;
        background-color:#000;
        vertical-align:middle;
        border: 1px #000 solid;

    }
    .kakaku .time-sub p{
        color: #fff;
        font-size: 1.3rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: bold;
        transform: rotate(.03deg);
    }
    .kakaku .yen{
        width: 48%;
        height: 60px;
        margin: 1px;
        line-height: 60px;
        background: #fff;
        vertical-align:middle;
        border: 1px #770407 solid;
    }
    .kakaku .yen p{
        color: #000;
        font-size: 1.7rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    .kakaku .yen2{
        width: 48%;
        height: 60px;
        margin: 1px;
        line-height: 60px;
        background: #fff;
        vertical-align:middle;
        border: 1px #093b9c solid;
    }
    .kakaku .yen2 p{
        color: #000;
        font-size: 1.7rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    .kakaku .yen-sub{
        width: 48%;
        height: 60px;
        margin: 1px;
        line-height: 60px;
        background: #fff;
        vertical-align:middle;
        border: 1px #000 solid;
    }
    .kakaku .yen-sub p{
        font-size: 1.7rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    
    #basic-play{
        padding: 60px 0px;
        background: #c01500;
    }
    #basic-play h2{
        font-size: 1.7rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 600;
        transform: rotate(.03deg);
        text-align: center
    }
    #basic-play h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 600;
        transform: rotate(.03deg);
        text-align: center
    }
    #basic-play .text{
        padding-top: 30px;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        line-height: 2
    }
    #basic-play .text2{
        padding-top: 10px;
        color: #000;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
    }
    #basic-play2{
        padding: 60px 0px;
        background-color:#0753c3;
    }
    #basic-play2 h2{
        font-size: 1.7rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 600;
        transform: rotate(.03deg);
        text-align: center
    }
    #basic-play2 h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 600;
        transform: rotate(.03deg);
        text-align: center
    }
    #basic-play2 .text{
        padding-top: 30px;
        font-size: 1rem;
        font-weight: 600;
        text-align: center;
        line-height: 2
    }
    #basic-play2 .text span{
        color: #ff0;
        font-size: 1.5rem;
        font-weight: bold
    }
    #basic-play2 .text2{
        padding-top: 10px;
        color: #000;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
    }
    #option{
        padding: 60px 0px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }
    #option ul{
        display: flex;
        flex-wrap: wrap;
        width: 600px;
        margin: auto;
        padding-top: 30px
    }
    #option li{
        width: calc(100% / 2);
    }
    
    #option h2{
        font-size: 1.7rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #option h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #option .text{
        padding-top: 30px;
        color: #f00;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
    }
    
    #option .list{
        display: flex;
        flex-wrap: wrap;
        margin: 5px
    }
    #option .list .name{
        width: 50%;
        height: 40px;
        line-height: 40px;
        background-color:#333;
        vertical-align:middle;
        border: 1px #000 solid;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;

    }
    #option .list .name p{
        color: #fff;
        font-size: 1.0rem;
        font-weight: 600;
        text-align: center
    }
    #option .list .price{
        width: 50%;
        height: 40px;
        line-height: 40px;
        background: #fff;
        color: #000;
        vertical-align:middle;
        border: 1px #000 solid;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;

    }
    #option .list .price p{
        font-size: 1.1rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 600;
        text-align: center
    }
    
    
    #card{
        padding: 60px 0px;
        background-image: url("../img/card-bg.jpg");
        background-attachment: fixed;
        background-size: cover;
    }
    #card h2{
        color: #fff;
        font-size: 1.7rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 600;
        transform: rotate(.03deg);
        text-align: center
    }
    #card h3{
        color: #fff;
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 600;
        transform: rotate(.03deg);
        text-align: center
    }
    #card h4 {
        position: relative;
        width: 50%;
        padding: 0.9em;
        background: rgba(0, 0, 0, .8);
        color: #fff
    }

    #card h4:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 30px;
        border: 15px solid transparent;
        border-top: 15px solid rgba(0, 0, 0, .8);
        width: 0;
        height: 0;
    }
    
    #card dl{
        display: flex;
        flex-wrap: wrap;
        width: 1080px;
        margin: auto
    }
    #card dd{
        width: calc(100% / 2);
    }
    #card ul{
        display: flex;
        flex-wrap: wrap;
        padding-top: 25px
    }
    #card li{
        width: calc(100% / 2);
        padding: 10px 0px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        text-shadow:1px 1px 2px #000;
    }
    #card li span{
        color: #ff0;
        font-size: 1rem;
     }
    #card p{
        padding: 8px 0px;
        color: #fff;
        font-size: 1.1rem;
        font-weight: bold;
        text-shadow:1px 1px 2px #000;
        line-height: 1.5
    }
    #card .image{
        margin: auto;
        padding: 40px 0px;
        text-align: center
    }
    #card .image img{
        width: 320px;
        margin: auto;
        padding-bottom: 15px
    }
    #card .image em{
        font-size: 0.8rem;
        font-style: normal
    }

    #area{
        padding: 60px 0px;
        background-image: url("../img/area-bg.jpg");
        background-attachment: fixed;
        background-size: cover;
        color: #000;
    }
    #area h2{
        font-size: 1.7rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #area h3{
        color: #fff;
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #area h4 {
        padding: 0.25em 0.5em;
        color: #000;
        font-size: 1.5rem;
        background: transparent;
        border-left: solid 5px #b49142;
    }
    #area .area-time{
        width: 1200px;
        margin: auto;
        padding: 20px 0;
        color: #c01500;
        font-weight: bold
    }
    #area dl{
        display: flex;
        flex-wrap: wrap;
        width: 1200px;
        margin: auto
    }
    #area dl p{
        padding-top: 20px;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 2
    }
    #area dl span{
        color: #b49142;
        font-size: 1.1rem;
    }
    
    #flow{
        padding: 60px 0px;
        background: #aaa
    }
    #flow h2{
        font-size: 1.7rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 600;
        transform: rotate(.03deg);
        text-align: center
    }
    #flow h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 600;
        transform: rotate(.03deg);
        text-align: center
    }
    #flow h4{
        width: 980px;
        margin: auto;
        margin-top: 30px;
        position: relative;
        padding: 1em;
        background: #000;
        color: white;
    }
    #flow h4::before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-right: solid 20px rgb(85, 85, 85);
    }
    
    #flow dl{
        display: flex;
        flex-wrap: wrap;
        width: 980px;
        margin: auto;
        padding-top: 30px;
        font-size: 0.8rem;
        line-height: 1.8
    }
    #flow span{
        color: #000;
    }
    
    .sokuplay{
        width: 1200px;
        margin: auto;
        font-size: 0.8rem;
        line-height: 1.8;
    }
    .sokuplay span{
        color: #f00;
        font-size: 1.1rem;
        font-weight: bold
    }
    .sokuplay .box{
        display: flex;
        flex-wrap: wrap;
    }
    .sokuplay .box .left{
        width: 30%;
        margin-bottom: 2px;
        background:url("../img/system_bg_01.png");
        border: 1px dotted #1b93ea;
    }
    .sokuplay .box .left p{
        padding: 20px;
        color: #ff0;
        font-size: 0.9rem;
        font-weight: bold
    }
    .sokuplay .box .right{
        width: 69%;
        margin-bottom: 2px;
        margin-left: 2px;
        background: rgba(0,0,0,.7);
        border: 1px dotted #1b93ea;
        text-align: left
    }
    .sokuplay .box .right p{
        padding: 20px;
        font-size: 0.9rem;
        font-weight: bold
    }
    
    .cos{
        width: 320px;
        margin: auto;
        padding-top: 20px
    }
    .cos-btn{
        width: 100%;
        padding: 20px;
        font-weight: bold;
        display: inline-block;
        text-decoration: none !important;
        font-size: 1.0rem;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
        border-radius: 5px;
        text-align: center
    }
    .cos-click {
        background-color: #ffd504;
        border: 2px solid #ffd504;
        color: #000 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .cos-click:hover {
        background-color: transparent;
        border: 2px solid #ffd504;
        color: #ffd504 !important;
    }
    
}

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

    .system {
        padding-bottom: 20px;
        background: #fff;
        color: #000
    }
    .system h2{
        padding-top: 25px;
        color: #c38f01;
        font-size: 1.0rem;
        transform: rotate(.03deg);
        text-align: center
    }
    .system h3{
        padding-top: 10px;
        color: #c01500;
        font-size: 1.2rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center;
        line-height: 1.5
    }
    .system h4{
        padding-top: 10px;
        font-size: 0.8rem;
        text-align: center;
        line-height: 1.8
    }

    #price{
    }
    #price .couse-a{
        padding: 40px 0px;
        background-image: url("../img/system-bg-sp.jpg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 70vh;
        text-align: center
    }
    #price .couse-b{
        padding: 40px 0px;
        background-image: url("../img/system-bg2-sp.jpg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 210vh;
        text-align: center
    }
    #price h2{
        position: relative;
        display: inline-block;
        padding: 0 55px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 600;
        text-shadow:1px 1px 0px #000;
    }
    #price h2:before, #price h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 45px;
        height: 1px;
        background-color: white;
        text-shadow:1px 1px 1px #000;
    }
    #price h2:before {left:0;}
    #price h2:after {right: 0;}
    #price h4{
        position: relative;
        padding: 10px 0;
        background: #c01500;
        color: #ffd7d7;
        font-size: 1.3rem;
        text-shadow: 0px 1px 0px #000;
        -moz-text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }
    #price h4:before{
        content: " ";
        position: absolute;
        top: -16px;
        left: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: 0;
        border: solid 8px transparent;
        border-bottom-color: #770407;
    }
    #price h5{
        position: relative;
        padding: 10px 0;
        background: #0753c3;
        color: #bee7ff;
        font-size: 1.3rem;
        text-shadow: 0px 1px 0px #000;
        -moz-text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }
    #price h5:before{
        content: " ";
        position: absolute;
        top: -16px;
        left: 0;
        width: -webkit-calc(100% - 16px);
        width: calc(100% - 16px);
        height: 0;
        border: solid 8px transparent;
        border-bottom-color: #093b9c;
    }
    
    #price .couse_a ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding: 20px 0px
    }
    #price .couse_a li{
        width: calc(100% / 1);
    }
    
    #price .couse_b ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding: 20px 0px
    }
    #price .couse_b li{
        width: calc(100% / 2);
    }
    
    #price .text{
        padding: 0px 5px;
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.7;
        text-align: center
    }
    #price .text span{
        color: #ff0;
    }
    #price .couse{
        width: 95%;
        margin: auto;
        padding-bottom: 20px
    }
    .kakaku{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto
    }

    .kakaku .time{
        width: 47%;
        height: 40px;
        margin: 1px;
        line-height: 40px;
        background-color:#c01500;
        vertical-align:middle;
        border: 1px #770407 solid;

    }
    .kakaku .time p{
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold
    }
    .kakaku .time2{
        width: 47%;
        height: 40px;
        margin: 1px;
        line-height: 40px;
        background-color:#0753c3;
        vertical-align:middle;
        border: 1px #093b9c solid;

    }
    .kakaku .time2 p{
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold
    }
    .kakaku .time-sub{
        width: 47%;
        height: 40px;
        margin: 1px;
        line-height: 40px;
        background-color:#000;
        vertical-align:middle;
        border: 1px #000 solid;

    }
    .kakaku .time-sub p{
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold
     }
    .kakaku .yen{
        width: 47%;
        height: 40px;
        margin: 1px;
        line-height: 40px;
        background: #fff;
        color: #000;
        vertical-align:middle;
        border: 1px #770407 solid;
    }
    .kakaku .yen p{
        font-size: 0.9rem;
        font-weight: bold
    }
    .kakaku .yen2{
        width: 47%;
        height: 40px;
        margin: 1px;
        line-height: 40px;
        background: #fff;
        color: #000;
        vertical-align:middle;
        border: 1px #093b9c solid;
    }
    .kakaku .yen2 p{
        font-size: 0.9rem;
        font-weight: bold
    }
    .kakaku .yen-sub{
        width: 47%;
        height: 40px;
        margin: 1px;
        line-height: 40px;
        background: #fff;
        vertical-align:middle;
        border: 1px #000 solid;
    }
    .kakaku .yen-sub p{
        font-size: 0.9rem;
        font-weight: bold
     }

    #basic-play{
        padding: 40px 0px;
        background: #c01500
    }
    #basic-play h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #basic-play h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #basic-play .text{
        padding: 15px 15px 0px 15px;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 2
    }
    #basic-play .text2{
        padding-top: 10px;
        color: #000;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
    }
    #basic-play2{
        padding: 40px 0px;
        background-color:#0753c3;
    }
    #basic-play2 h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #basic-play2 h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #basic-play2 .text{
        padding: 15px 15px 0px 15px;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center;
        line-height: 2
    }
    #basic-play2 .text span{
        color: #ff0;
        font-size: 1.1rem;
        font-weight: bold
    }
    #basic-play2 .text2{
        padding-top: 10px;
        color: #000;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
    }
    
    #option{
        padding: 40px 0px;
        background: #000
    }
    #option ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-top: 30px
    }
    #option li{
        width: calc(100% / 2);
    }

    #option h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #option h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #option .text{
        padding: 15px;
        color: #f00;
        font-size: 0.7rem;
        font-weight: bold;
        text-align: center;
        line-height: 1.8
    }

    #option .list{
        display: flex;
        flex-wrap: wrap;
        margin: 5px
    }
    #option .list .name{
        width: 50%;
        height: 40px;
        line-height: 40px;
        background-color:#444;
        vertical-align:middle;
        border: 1px #000 solid;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;

    }
    #option .list .name p{
        color: #fff;
        font-size: 0.7rem;
        font-weight: bold;
        text-align: center
    }
    #option .list .price{
        width: 50%;
        height: 40px;
        line-height: 40px;
        background: #fff;
        color: #000;
        vertical-align:middle;
        border: 1px #000 solid;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;

    }
    #option .list .price p{
        font-size: 0.9rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: bold;
        text-align: center
    }


    #card{
        padding: 40px 0px;
        background-image: url("../img/card-bg.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
    }
    
    #card h2{
        color: #fff;
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #card h3{
        color: #fff;
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #card h4 {
        position: relative;
        width: 92%;
        padding: 0.9em;
        background: rgba(0, 0, 0, .8);
        color: #fff
    }

    #card h4:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 30px;
        border: 15px solid transparent;
        border-top: 15px solid rgba(0, 0, 0, .8);
        width: 0;
        height: 0;
    }

    #card dl{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding: 0px 10px;
    }
    #card dd{
        width: calc(100% / 1);
    }
    #card ul{
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0px
    }
    #card li{
        width: calc(100% / 2);
        padding: 10px 0px;
        color: #fff;
        font-size: 0.7rem;
        font-weight: bold;
        text-shadow:1px 1px 2px #000;
    }
    #card li span{
        color: #ff0;
        font-size: 0.8rem;
    }
    #card p{
        padding: 8px 0px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        text-shadow:1px 1px 2px #000;
        line-height: 1.5;
    }
    #card .image{
        margin: auto;
        padding: 20px 0px;
        text-align: center
    }
    #card .image img{
        width: 280px;
        margin: auto;
        padding-bottom: 15px
    }
    #card .image em{
        font-size: 0.8rem;
        font-style: normal
    }

    #area{
        padding: 40px 10px;
        background-image: url("../img/area-bg-s.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 86vh;
        color: #000
    }
    #area h2{
        color: #fff;
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #area h3{
        color: #fff;
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #area h4 {
        padding: 0.25em 0.5em;
        color: #000;
        font-size: 1.3rem;
        background: transparent;
        border-left: solid 5px #b49142;
    }
    #area dl{
        display: flex;
        flex-wrap: wrap;
        margin: auto
    }
    #area dl p{
        padding-top: 10px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5
    }
    #area dl span{
        color: #b49142;
        font-size: 1rem;
    }
    #area .area-time{
        margin: auto;
        padding: 10px 0;
        color: #c01500;
        font-size: 0.9rem;
        font-weight: bold
    }
    #flow{
        padding: 40px 10px;
        background: #aaa
    }
    #flow h2{
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #flow h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        font-weight: 100;
        transform: rotate(.03deg);
        text-align: center
    }
    #flow h4{
        width: 90%;
        margin: auto;
        margin-top: 30px;
        position: relative;
        padding: 1em;
        background: #000;
        color: white;
    }
    #flow h4::before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-right: solid 20px rgb(85, 85, 85);
    }

    #flow dl{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        padding-top: 30px;
        font-size: 0.7rem;
        line-height: 1.5
    }
    #flow span{
        color: #000;
    }


    .sokuplay{
        width: 95%;
        margin: auto;
        font-size: 0.7rem;
        line-height: 1.6;
    }
    .sokuplay span{
        color: #f00;
        font-size: 0.9rem;
        font-weight: bold
    }
    .sokuplay .box{
        display: flex;
        flex-wrap: wrap;
    }
    .sokuplay .box .left{
        width: 100%;
        margin-bottom: 2px;
        background:url("../img/system_bg_01.png");
        border: 1px dotted #1b93ea;
    }
    .sokuplay .box .left p{
        padding: 15px 0;
        color: #ff0;
        font-size: 0.9rem;
        font-weight: bold
    }
    .sokuplay .box .right{
        width: 100%;
        margin-bottom: 2px;
        background: rgba(0,0,0,.7);
        border: 1px dotted #1b93ea;
        text-align: left
    }
    .sokuplay .box .right p{
        padding: 15px 0;
        font-size: 0.8rem;
        font-weight: bold
    }
    
    .cos{
        width: 280px;
        margin: auto;
    }
    .cos-btn{
        width: 100%;
        padding: 10px;
        font-weight: bold;
        display: inline-block;
        text-decoration: none !important;
        font-size: 1rem;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
        border-radius: 5px;
        text-align: center
    }
    .cos-click {
        background-color: #fdcc05;
        border: 2px solid #fdcc05;
        color: #000 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .cos-click:hover {
        background-color: transparent;
        border: 2px solid #fdcc05;
        color: #fdcc05 !important;
    }
    
}





/*===============================
ランキング
================================*/

@media screen and (min-width: 1025px) {
    
    #ranking{
        padding-top: 175px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }
    #ranking h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    #ranking h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    #ranking h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    #ranking span {
        color: #fff
    }
    #ranking ul{
        display: flex;
        flex-wrap: wrap;
        padding: 0px 100px 100px 100px;
    }
    #ranking li.main-photo{
        position: relative;
        width: 50%;

    }
    #ranking li.sub-photo{
        width: 25%
    }
    #ranking .data{
        position: relative;
    }
    #ranking .comment01{
        position: absolute;
        width: 100%;
        height: 100px;
        background: rgba(253, 204, 5, .8);
        bottom: 0px;
        right: 0px;
        text-align: right
    }
    #ranking .comment01 .text-01{
        padding: 20px 20px 10px 10px;
        color: #000;
        font-size: 1.2rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment01 .text-02{
        padding: 0px 20px;
        color: #000;
        font-size: 1.2rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment01 .text-03{
        padding: 5px 20px;
        color: #000;
        font-size: 0.7rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment02{
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, .7);
        bottom: 100px;
        right: 0px;
        text-align: center
    }
    #ranking .comment02 .text-01{
        padding: 20px 0px 10px 0px;
        font-size: 1.2rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment02 .text-02{
        font-size: 1.6rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment02 .text-03{
        padding: 5px 20px;
        font-size: 0.7rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment02 .text-04{
        margin: 10px 20px 20px 20px;
        border: solid 1px #fff;
    }
    #ranking .comment02 .text-04 p{
        font-size: 0.7rem;
        padding: 10px;
        text-align: left;
        line-height: 1.8
    }
    #ranking .icon{
        position: absolute;
        top:10px;
        right: 10px;
    }
    #ranking .icon img{
        width: 80px
    }

}

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

    #ranking{
        padding: 16px 0px 25px 0px;
    }
    #ranking h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    #ranking h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    #ranking h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    #ranking span {
        color: #fff
    }
    #ranking ul{
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
    }
    #ranking li.main-photo{
        position: relative;
        width: 100%;

    }
    #ranking li.sub-photo{
        width: 50%
    }
    #ranking .data{
        position: relative;
    }
    #ranking .comment01{
        position: absolute;
        width: 100%;
        padding: 6px 0px;
        background: rgba(253, 204, 5, .8);
        bottom: 0px;
        right: 0px;
        text-align: right
    }
    #ranking .comment01 .text-01{
        padding: 0px 5px;
        color: #000;
        font-size: 0.7rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment01 .text-02{
        padding: 0px 5px;
        color: #000;
        font-size: 1.0rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment01 .text-03{
        padding: 3px 5px 0px 0px;
        color: #000;
        font-size: 0.6rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment02{
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, .7);
        bottom: 0px;
        right: 0px;
        text-align: center
    }
    #ranking .comment02 .text-01{
        padding: 20px 0px 10px 0px;
        font-size: 0.9rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment02 .text-02{
        font-size: 1.3rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment02 .text-03{
        padding: 5px 0px 15px 0px;
        font-size: 0.7rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    #ranking .comment02 .text-04{
        margin: 10px 20px 20px 20px;
        border: solid 1px #000;
    }
    #ranking .comment02 .text-04 p{
        font-size: 0.7rem;
        padding: 10px;
        text-align: left;
        line-height: 1.8
    }
    #ranking .icon{
        position: absolute;
        top:5px;
        right: 5px;
    }
    #ranking .icon img{
        width: 40px
    }
    
}





/*===============================

イベント情報

================================*/

@media screen and (min-width: 1025px) {

    .event{
        padding-top: 175px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }
    .event ul {
        display: flex;
        flex-wrap: wrap;
        width: 75%;
        margin: auto;
        padding-bottom: 80px
    }
    .event li {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }

    .event h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .event h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .event h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .event span {
        color: #fff;
    }
    .event .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #000;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 15px;
        color: #fff
    }
    .event .detail img {
        transition: 1.0s ;
    }
    .event .detail img:hover {
        opacity: 0.5 ;
    }
    .event .title p{
        padding: 15px;
        font-size: 1.0rem;
        font-weight: bold
    }
    .event .title em{
        color: #b49142;
        font-size: 0.8rem;
        font-weight: bold;
        font-style: normal
    }
    .event .comment{
        background: #fffff0;
        padding: 15px;
    }
    .event .comment img{
        width:auto;
        height:auto;
        display:inline;
    }
    .event .comment .box{
        height: 150px;
        overflow: auto;
        color: #000;
        font-weight: bold;
        line-height: 1.6
    }

}

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

    .event{
        padding: 16px 0px 25px 0px;
    }
    .event ul {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
    }
    .event li {
        width: calc(100% / 1);
        margin-top: 15px;
    }

    .event h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .event h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .event h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .event span {
        color: #fff;
    }
    .event .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #000;
        box-shadow: 1px 1px 2px #ccc;
        color: #fff
    }
    .event .detail img {
        transition: 1.0s ;
    }
    .event .detail img:hover {
        opacity: 0.5 ;
    }
    .event .title p{
        padding: 15px;
        font-size: 0.8rem;
        font-weight: bold
    }
    .event .title em{
        color: #b49142;
        font-size: 0.6rem;
        font-weight: bold;
        font-style: normal
    }
    .event .comment{
        background: #fffff0;
        padding: 10px;
    }
    .event .comment img{
        width:auto;
        height:auto;
        display:inline;
    }
    .event .comment .box{
        height: 145px;
        overflow: auto;
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.3
    }

}



/*===============================

写メ日記

================================*/

@media screen and (min-width: 1025px) {

    .photo-diary{
        padding-top: 175px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }
    .photo-diary ul {
        display: flex;
        flex-wrap: wrap;
        width: 75%;
        margin: auto;
        padding-bottom: 80px
    }
    .photo-diary li {
        width: calc(100% / 4);
        margin-bottom: 20px;
    }

    .photo-diary h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .photo-diary h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .photo-diary h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .photo-diary span {
        color: #fff
    }
    .photo-diary .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #000;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 15px;
        color: #fff
    }
    .photo-diary .detail img {
        transition: 1.0s ;
    }
    .photo-diary .detail img:hover {
        opacity: 0.5 ;
    }
    .photo-diary p{
        padding: 10px;
        color: #fdcc05;
        font-size: 1.0rem;
        font-weight: bold
    }
    .photo-diary em{
        color: #b49142;
        font-size: 0.8rem;
        font-weight: bold;
        font-style: normal
    }

}

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

    .photo-diary{
        padding: 16px 0px 25px 0px;
    }
    .photo-diary ul {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
    }
    .photo-diary li {
        width: calc(100% / 2);
        margin-top: 10px;
    }

    .photo-diary h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .photo-diary h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .photo-diary h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .photo-diary span {
        color: #fff
    }
    .photo-diary .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #000;
        box-shadow: 1px 1px 2px #ccc;
        color: #fff
    }
    .photo-diary .detail img {
        transition: 1.0s ;
    }
    .photo-diary .detail img:hover {
        opacity: 0.5 ;
    }
    .photo-diary p{
        padding: 7px;
        color: #fdcc05;
        font-size: 0.7rem;
        font-weight: bold
    }
    .photo-diary em{
        color: #b49142;
        font-size: 0.6rem;
        font-weight: bold;
        font-style: normal
    }

}





/*===============================

コスチューム

================================*/

@media screen and (min-width: 1025px) {

    .costume{
        padding-top: 175px;
    }
    .costume dl {
        width: 75%;
        margin: auto;
        padding-bottom: 80px
    }
    .costume dt {
        float: left;
        width: 16%;
        margin-bottom: 20px;
    }

    .costume h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .costume h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .costume h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .costume span {
        color: #fff;
    }
    .costume .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #000;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 15px;
        color: #fff
    }
    .costume .detail img {
        transition: 1.0s ;
    }
    .costume .detail img:hover {
        opacity: 0.5 ;
    }
    .costume p{
        padding: 10px;
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center
    }
    .costume em{
        color: #b49142;
        font-size: 0.8rem;
        font-weight: bold;
        font-style: normal
    }

}

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

    .costume{
        padding: 16px 0px 25px 0px;
    }
    .costume dl {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
    }
    .costume dt {
        width: calc(100% / 2);
        margin-top: 10px;
    }

    .costume h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .costume h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .costume h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .costume span {
        color: #000;
    }
    .costume .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #000;
        box-shadow: 1px 1px 2px #ccc;
        color: #fff
    }
    .costume.detail img {
        transition: 1.0s ;
    }
    .costume .detail img:hover {
        opacity: 0.5 ;
    }
    .costume p{
        padding: 7px;
        font-size: 0.7rem;
        font-weight: bold;
        text-align: center
    }
    .costume em{
        color: #b49142;
        font-size: 0.6rem;
        font-weight: bold;
        font-style: normal
    }

}





/*===============================

メルマガ登録

================================*/

@media screen and (min-width: 1025px) {

    .mailmagazine{
        padding-top: 175px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }

    .mailmagazine h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .mailmagazine h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .mailmagazine h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .mailmagazine h4{
        width: 320px;
        margin: auto;
        position: relative;
        padding: 0.5em 1em;
        border-top: solid 2px black;
        border-bottom: solid 2px black;
        font-size: 1.6rem;
        text-align: center
    }
    .mailmagazine h4:before, .mailmagazine h4:after{
        content: '';
        position: absolute;
        top: -7px;
        width: 2px;
        height: -webkit-calc(100% + 21px);
        height: calc(100% + 21px);
        background-color: black;
    }
    .mailmagazine h4:before {left: 14px;}
    .mailmagazine h4:after {right: 14px;}

    .mailmagazine span {
        color: #fff;
    }

    .mailmagazine .box{
        margin-bottom: 50px;
    }
    .mailmagazine .text{
        float: left;
        width: 50%;
    }
    .mailmagazine .text p{
        padding: 30px;
        font-size: 0.8rem;
        line-height: 2
    }
    .mailmagazine .text i{
        padding-left: 3px
    }
    .mailmagazine .text .text-01{
        font-size: 1.2rem;
        font-weight: 600
    }
    .mailmagazine .text .text-02{
        color: #c0a55e;
        font-size: 0.9rem;
        font-weight: 600
    }
    .mailmagazine .text .text-03{
        padding: 10px 0 0 30px;
        color: #ff0;
        font-size: 0.8rem;
        font-weight: 600
    }

    .mailmagazine .photo{
        float: right;
        width: 50%;
    }
    .mailmagazine .address{
        width: 75%;
        margin: auto;
        padding: 50px 0px;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center
    }
    .career{
        padding: 0 0 30px 30px
    }
    .career img{
        float: left;
        width: 150px;
        margin-right: 5px
    }
}

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

    .mailmagazine{
        padding: 16px 0px 25px 0px;
    }

    .mailmagazine h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .mailmagazine h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .mailmagazine h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .mailmagazine h4{
        width: 280px;
        margin: auto;
        position: relative;
        padding: 0.5em 1em;
        border-top: solid 2px black;
        border-bottom: solid 2px black;
        font-size: 1.2rem;
        text-align: center
    }
    .mailmagazine h4:before, .mailmagazine h4:after{
        content: '';
        position: absolute;
        top: -7px;
        width: 2px;
        height: -webkit-calc(100% + 21px);
        height: calc(100% + 21px);
        background-color: black;
    }
    .mailmagazine h4:before {left: 14px;}
    .mailmagazine h4:after {right: 14px;}

    .mailmagazine span {
        color: #fff;
    }

    .mailmagazine .box{
        margin-bottom: 50px;
    }
    .mailmagazine .text{
        float: right;
        width: 100%
    }
    .mailmagazine .text p{
        padding: 20px;
        font-size: 0.8rem;
        line-height: 1.6
    }
    .mailmagazine .text i{
        padding-left: 3px
    }
    .mailmagazine .text .text-01{
        font-size: 1.2rem;
        font-weight: 600
    }
    .mailmagazine .text .text-02{
        color: #c0a55e;
        font-size: 0.9rem;
        font-weight: 600
    }
    .mailmagazine .text .text-03{
        color: #f00;
        font-weight: 600
    }

    .mailmagazine .photo{
        float: left;
        width: 100%
    }
    .mailmagazine .address{
        width: 92%;
        margin: auto;
        padding: 20px 0px;
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center
    }
    .career{
        width: 315px;
        margin: auto;
        padding: 0 0 30px
    }
    .career img{
        float: left;
        width: 100px;
        margin-right: 5px
    }
}






/*===============================

ホテルマップ

================================*/

@media screen and (min-width: 1025px) {

    .hotel{
        padding: 175px 0 65px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }

    .hotel h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .hotel h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .hotel h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    
    .hotel span {
        color: #fff
    }
    
    .hotel-list ul{
         padding: 30px
    }
    .hotel-list li {
        float: left;
        width: 14.2%;
         background: #000;
        border: solid 1px #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 0.9rem;
        font-weight: bold
    }
    .hotel-list li a{
        display: block;
        padding: 15px 0px;
        color: #fff;
        text-decoration: none;
        transition: background-color .5s;
    }
    .hotel-list li a:hover{
        background: #b49142
    }
    
    .hotel .title{
        background: #666;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 15px 0px;
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        text-align: center
    }
    
    .hotellist table{
        width: 75%;
        margin: auto
    }
    .hotellist th{
        background: #fdcc05;
        padding: 15px;
        color: #000;
        border-left: dotted 1px #000;
        border-bottom: dotted 1px #000;
        text-align: left
    }
    .hotellist td{
        background: #222;
        padding: 15px;
        border-left: dotted 1px #000;
        border-bottom: dotted 1px #000;
        text-align: left
    }
    .hotellist td.check{
        background: #c01500;
        border-bottom: dotted 1px #000;
        text-align: center
    }
}

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

    .hotel{
        padding: 16px 0px 25px 0px;
    }

    .hotel h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .hotel h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .hotel h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .hotel span {
        color: #fff
    }

    .hotel-list ul{
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        padding: 1px
    }
    .hotel-list li {
        width: calc(100% / 3);
        background: #000;
        border: solid 1px #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        font-size: 0.7rem;
        font-weight: bold
    }
    .hotel-list li a{
        display: block;
        padding: 10px 0px;
        color: #fff;
        text-decoration: none;
        transition: background-color .5s;
    }
    .hotel-list li a:hover{
        background: #b49142
    }

    .hotel .title{
        background: #444;
        margin: 15px 0px;
        padding: 15px 0px;
        font-size: 1rem;
        font-weight: bold;
        text-align: center
    }
    .hotellist table{
        width: 100%;
        font-size: 0.7rem
    }
    .hotellist th{
        background: #fdcc05;
        padding: 10px 5px;
        color: #000;
        border-left: dotted 1px #000;
        border-bottom: dotted 1px #000;
        text-align: left
    }
    .hotellist td{
        background: #222;
        padding: 10px 5px;
        border-left: dotted 1px #000;
        border-bottom: dotted 1px #000;
        text-align: left
    }
    .hotellist td.check{
        background: #c01500;
        border-bottom: dotted 1px #000;
        text-align: center
    }
}






/*===============================

ご予約

================================*/

@media screen and (min-width: 1025px) {

    .reserved{
        padding-top: 50px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }

    .reserved h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .reserved h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .reserved h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .reserved span {
        color: #fff
    }
    .reserved .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #000;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 15px;
        color: #fff
    }
    .reserved .detail img {
        transition: 1.0s ;
    }
    .reserved .detail img:hover {
        opacity: 0.5 ;
    }
    .reserved .text{
        width: 1200px;
        margin: auto;
        margin-bottom: 60px;
        background: #fff;
        border: 1px solid #000;
        color: #000
    }
    .reserved .text p{
        padding: 25px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.8
    }
    .reserved .text span{
        color: #f00;
    }

    .form{
        padding: 60px 0px;
        background-image: url("../img/form-bg.jpg");
        background-attachment: fixed;
        background-size: cover;
    }
    .form ul{
        width: 1200px;
        margin: auto
    }

    .form-title {
        position: relative;
        width: 100%;
        padding: 1.1em;
        font-weight: bold;
        background: rgba(0, 0, 0, .8);
        color: #fdcc05
    }
    .form-title:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 30px;
        border: 15px solid transparent;
        border-top: 15px solid rgba(0, 0, 0, .8);
        width: 0;
        height: 0;
    }
    .form-comment{
        padding: 20px 0px 20px 0px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        text-shadow:1px 1px 0px #000;
        line-height: 1.6
    }
    .form-comment td{
        padding: 5px
    }
    .form-comment span{
        color: #f00
    }
    .form-comment input.big{
        width: 50%;
        height: 30px
    }
    .form-comment select{
        height: 30px
    }
    .form-comment textarea{
        width: 102%;
        height: 150px
    }
    .form-comment td{
        padding: 2
    }

}

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

    .reserved{
        
    }

    .reserved h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .reserved h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .reserved h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .reserved span {
        color: #fff
    }
    .reserved .detail{
        position: relative;
        width: 95%;
        margin: auto;
        background: #000;
        box-shadow: 1px 1px 2px #ccc;
        margin-bottom: 15px;
        color: #fff
    }
    .reserved .detail img {
        transition: 1.0s ;
    }
    .reserved .detail img:hover {
        opacity: 0.5 ;
    }
    .reserved .text{
        width: 95%;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 30px;
        background: #fff;
        color: #000;
        border: 1px solid #000;
    }
    .reserved .text p{
        padding: 15px;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.5
    }
    .reserved .text span{
        color: #f00;
    }

    .form{
        padding: 60px 0px 0px 0px;
        background-image: url("../img/form-bg-s.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 280vh;
    }
    .form ul{
        width: 95%;
        margin: auto
    }

    .form-title {
        position: relative;
        width: 94%;
        padding: 0.8em;
        font-size: 0.8rem;
        font-weight: bold;
        background: rgba(0, 0, 0, .8);
        color: #fdcc05;
        line-height: 1.3
    }
    .form-title:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 30px;
        border: 15px solid transparent;
        border-top: 15px solid rgba(0, 0, 0, .8);
        width: 0;
        height: 0;
    }
    .form-comment{
        padding: 20px 0px 20px 0px;
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        text-shadow:1px 1px 0px #000;
        line-height: 1.6
    }
    .form-comment span{
        color: #f00;
    }
    .form-comment input.big{
        width: 50%;
        height: 30px
    }
    .form-comment select{
        height: 30px
    }
    .form-comment textarea{
        width: 98%;
        height: 100px
    }
    .form-comment td{
        padding: 2
    }

}




/*===============================

アンケート

================================*/

@media screen and (min-width: 1025px) {

    .enquete{
        padding: 50px 0px 90px 0px;
        background: url("../img/bg.jpg");
        background-size: 50% auto;
    }

    .enquete h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .enquete h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .enquete h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    
    .enqueit-q{
        width:900px;
        margin: 0px auto;
        margin-top: 20px;
        margin-bottom: 30px;
        padding:10px;
        background:#fff;
        font-size:1.0rem;
        font-weight: bold;
        -webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
        -moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
        box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
        color: #e0b400;
        text-align: center;
    }
    .enqueit-q span{
        color: #f00
    }
    .enqueit-a{
        width:900px;
        margin: 0px auto;
        font-size: 0.9rem;
        font-weight: bold
    }
    .enqueit-a input{
         height: 35px;
        background: #f8f3e9;
        vertical-align:middle;
    }
    .enqueit-a select{
        height: 35px;
        background: #f8f3e9;
        vertical-align:middle;
    }
    .enqueit-a textarea{
        width: 100%;
        height: 100px;
        background: #f8f3e9;
        vertical-align:middle;
    }

    .enqueit-sent{
        padding-top: 25px;
        font-size: 0.8rem;
        line-height: 2;
        text-align: center;
    }
    .enqueit-sent input{
        padding: 10px 100px;
    }

}

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

    .enquete{
        padding-bottom: 60px
    }

    .enquete h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .enquete h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .enquete h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .enqueit-q{
        width:85%;
        margin: 0px auto;
        margin-top: 20px;
        margin-bottom: 30px;
        padding:10px;
        background:#fff;
        font-size:0.8rem;
        font-weight: bold;
        -webkit-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
        -moz-box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
        box-shadow:1px 1px 1px 1px rgba(0,0,0,0.1),15px 15px 0 -5px #fff,15px 15px 1px -4px rgba(0,0,0,0.2);
        color: #e0b400;
        text-align: center;
        line-height: 1.3
    }
    .enqueit-q span{
        color: #f00
    }
    .enqueit-a{
        width:92%;
        margin: 0px auto;
        font-size:0.8rem;
        font-weight: bold;
    }
    .enqueit-a input{
        height: 35px;
        background: #f8f3e9;
        vertical-align:middle;
    }
    .enqueit-a select{
        height: 35px;
        background: #f8f3e9;
        vertical-align:middle;
    }
    .enqueit-a textarea{
        width: 100%;
        height: 100px;
        background: #f8f3e9;
        vertical-align:middle;
    }

    .enqueit-sent{
        padding-top: 25px;
        font-size: 0.8rem;
        line-height: 2;
        text-align: center;
    }
    .enqueit-sent input{
        padding: 10px 100px;
    }
    
}




/*===============================

お客様の声

================================*/

@media screen and (min-width: 1025px) {

    .review {
        padding: 100px 0px 60px 0px;
        background: #eee;
        color: #000
    }

    .review h2 {
        position: relative;
        width: 381px;
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.5
    }

    .review h2:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 12px;
        background: -webkit-repeating-linear-gradient(-45deg, #000, #000 2px, #eee 2px, #eee 4px);
        background: repeating-linear-gradient(-45deg, #000, #000 2px, #eee 2px, eee 4px);
    }

    .review .text {
        width: 381px;
        margin-bottom: 20px;
        padding: 20px 0px;
        font-size: 1.0rem;
        font-weight: 600;
        line-height: 2
    }

    .review ul {
        display: flex;
        flex-wrap: wrap;
        width: 1200px;
        margin: auto
    }

    .review li {
        width: calc(100% / 3);
    }

    .review li .detail {
        position: relative;
        background-image: url("../img/hukidashi.png");
        background-size: cover;
        height: 320px;
        margin: 10px
    }

    .review li .detail .title {
        margin-bottom: 15px;
        padding: 25px 20px 20px 20px;
        border-bottom: dashed 1px #000;
        color: #b49142;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .review li .detail .title span {
        font-size: 0.9rem
    }

    .review li .detail .comment {
        height: 180px;
        margin: 0px 10px 0px 20px;
        font-size: 0.8rem;
        line-height: 1.6;
        overflow: auto
    }

    .review li .detail .comment img{
        display:inline;
        width: 85px;
        margin: 2px
    }


    .review li .detail .image {
        position: absolute;
        width: 60px;
        margin: auto;
        top: -7px;
        right: 15px;
    }

    .review li .detail .image img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;

    }
    

    .review-all{
        padding: 175px 0px 90px 0px;
    }
    .review-all h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .review-all h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .review-all h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .review-all span {
        color: #fff
    }

    .review-all a{
        text-decoration: none
    }
    .review-all dl{
        display: flex;
        flex-wrap: wrap;
        width: 75%;
        margin: auto;
     }
    .review-all dt{
        float: left;
        width: 16.6%;
    }
    .review-all dt img{
        width: 100%;
    }
    .review-all dt .detail{
        width: 97%;
        margin-bottom: 7px;
    }
    .review-all dt .detail .image{
        width: 150px;
        height: 150px;
        margin: auto;
        padding: 5px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }
    .review-all dt .detail .image img{
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .review-all dt .detail .name{
        padding-bottom: 5px;
        color: #c4993a;
        font-size: 1.0rem;
        font-weight: bold;
        text-align: center
    }
    .review-all dt .detail .title{
        padding-bottom: 5px;
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center
    }

    .review-girls {
        width: 100%;
        position: relative;
    }
    .review-girls .image {
        float: left;
        margin-left: 10px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }

    .review-girls .image img {
        width: 150px;
        height: 150px;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-right: 5px;
    }

    .review-girls .text {
        margin-left: 160px;
    }

    .review-girls .name {
        color: #b99a56;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .review-girls .subname {
        position: absolute;
        bottom: 0;
        left: 10px;
        color: #fff;
        font-size: 2rem;
        font-family: 'Nosifer', cursive;
        text-shadow: 1px 1px 2px #555;
    }

    .review-girls .title {
        padding: 5px 0px;
        color: #c4993a;
        font-size: 0.9rem;
        font-weight: bold;
    }

    .review-girls .comment {
        width: 90%;
        height: 130px;
        margin-left: 7px;
        background-color: rgba(255,255,255,0.9);
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }

    .review-girls .comment .box {
        height: 100px;
        padding: 10px;
        color: #000;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.4;
        overflow: auto;
    }

}

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

    .review {
        overflow: hidden;
        padding: 0px 0px 10px 0px;
        background: #fff;
        color: #000
    }
    .review .no-01 {}
    .review .no-02 {}
    .review .no-03 {
        display: none;
    }
    .review .no-04 {
        display: none;
    }
    .review .no-05 {
        display: none;
    }
    .review h2 {
        position: relative;
        font-size: 1.7rem;
        font-weight: 600;
        text-align: center;
        line-height: 2.5
    }

    .review h2:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 8px;
        background: -webkit-repeating-linear-gradient(-45deg, #000, #000 2px, #fff 2px, #fff 4px);
        background: repeating-linear-gradient(-45deg, #000, #000 2px, #fff 2px, #fff 4px);
    }

    .review .text {
        margin-bottom: 20px;
        padding: 10px;
        font-size: 0.8rem;
        font-weight: 600;
        line-height: 2
    }

    .review ul {
        display: flex;
        flex-wrap: wrap;
    }

    .review li {
        width: calc(100% / 1);
    }

    .review li .detail {
        position: relative;
        width: 340px;
        height: 287px;
        background-image: url("../img/hukidashi.png");
        background-size: cover;
        margin: auto;
        margin-top: -3px
    }

    .review li .detail .title {
        margin-bottom: 15px;
        padding: 25px 20px 20px 20px;
        border-bottom: dashed 1px #000;
        color: #b49142;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .review li .detail .title span {
        font-size: 0.9rem
    }

    .review li .detail .comment {
        height: 150px;
        margin: 0px 10px 0px 20px;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.6;
        overflow: auto
    }
    .review li .detail .comment img{
        display:inline;
        width: 55px;
        margin: 2px
    }
    .review li .detail .image {
        position: absolute;
        width: 60px;
        margin: auto;
        top: -9px;
        right: 18px;
    }

    .review li .detail .image img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;

    }
    .review .space {
        height: 30px;
    }
    
    
    
    
    .review-all{
        padding-top: 10px
    }
    .review-all h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .review-all h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .review-all h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .review-all span {
        color: #fff
    }

    .review-all a{
        text-decoration: none
    }
    .review-all dl{
        display: flex;
        flex-wrap: wrap;
        padding: 5px 5px 20px 8px
    }
    .review-all dt{
        width: calc(100% / 3);
    }
    .review-all dt img{
        width: 100%;
    }
    .review-all dt .detail{
        width: 97%;
        margin-bottom: 7px;
    }
    .review-all dt .detail .image{
        width: 100px;
        height: 100px;
        margin: auto;
        padding: 5px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }
    .review-all dt .detail .image img{
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .review-all dt .detail .name{
        padding-top: 5px;
        color: #c4993a;
        font-size: 0.8rem;
        font-weight: bold;
        text-align: center
    }
    .review-all dt .detail .title{
        padding-bottom: 5px;
        color: #000;
        font-size: 0.7rem;
        font-weight: bold;
        text-align: center
    }

    .review-girls {
        width: 100%;
        position: relative;
    }
    .review-girls .image {
        float: left;
        margin-left: 10px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }

    .review-girls .image img {
        width: 150px;
        height: 150px;
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-right: 5px;
    }

    .review-girls .text {
        margin-left: 160px;
    }

    .review-girls .name {
        color: #b99a56;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .review-girls .subname {
        position: absolute;
        bottom: 0;
        left: 10px;
        color: #fff;
        font-size: 2rem;
        font-family: 'Nosifer', cursive;
        text-shadow: 1px 1px 2px #555;
    }

    .review-girls .title {
        padding: 5px 0px;
        color: #c4993a;
        font-size: 0.9rem;
        font-weight: bold;
    }

    .review-girls .comment {
        width: 90%;
        height: 130px;
        margin-left: 7px;
        background-color: rgba(255,255,255,0.9);
        -webkit-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        -moz-border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
        border-radius: 0px 20px 30px 40px / 0px 20px 30px 40px;
    }

    .review-girls .comment .box {
        height: 100px;
        padding: 10px;
        color: #000;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.4;
        overflow: auto;
    }
    
    
}




/*===============================

投稿フォーム

================================*/

@media screen and (min-width: 1025px) {

    .post{
        padding: 30px;
        font-size: 0.8rem;
        line-height: 2
    }
    .post h3{
        color: #ac8000;
        font-size: 0.9rem
    }
    .post span {
        color: #f00;
        font-weight: bold
    }
    .post .text{
        font-weight: bold;
    }

}

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

    .post{
        padding: 15px;
        font-size: 0.8rem;
        line-height: 1.6
    }
    .post h3{
        color: #ac8000;
        font-size: 0.9rem
    }
    .post span {
        color: #f00;
        font-weight: bold
    }
    .post .text{
        font-weight: bold;
    }
    
}





.swing {
    -moz-animation: swing linear 5s infinite;
    -moz-transform-origin: center -20px 0;
    -webkit-animation: swing linear 5s infinite;
    -webkit-transform-origin: center -20px 0;
    -ms-animation: swing linear 5s infinite;
    -ms-transform-origin: center -20px 0;
    -o-animation: swing linear 5s infinite;
    -o-transform-origin: center -20px 0;
    animation: swing linear 5s infinite;
    transform-origin: center -20px 0;
    display: block;
}

@-moz-keyframes swing {
    0% {
        -moz-transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(5deg);
    }
    50% {
        -moz-transform: rotate(0deg);
    }
    75% {
        -moz-transform: rotate(-5deg);
    }
    100% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes swing {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
    }
    75% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes swing {
    0% {
        -o-transform: rotate(0deg);
    }
    25% {
        -o-transform: rotate(5deg);
    }
    50% {
        -o-transform: rotate(0deg);
    }
    75% {
        -o-transform: rotate(-5deg);
    }
    100% {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes swing {
    0% {
        -ms-transform: rotate(0deg);
    }
    25% {
        -ms-transform: rotate(5deg);
    }
    50% {
        -ms-transform: rotate(0deg);
    }
    75% {
        -ms-transform: rotate(-5deg);
    }
    100% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes anime {
    from {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(40px);
    }

    to {
        transform: translateY(-20px);
    }
}



/*===============================

女性求人

================================*/

@media screen and (min-width: 1025px) {
    
    .rec-girl{

    }
    .rec-girl ul {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
    .rec-girl li.image{
        width: 50%;
    }
    .rec-girl li.text{
        width: 50%;
    }
    .rec-girl .space{
        padding: 55px 0px 0px 60px;
    }
    .rec-button {
        display: inline-block;
        width: 120px;
        height: 120px;
        line-height: 1.3;
        background: -webkit-linear-gradient(#b99c5f , #b99c5f);
        background: linear-gradient(#b99c5f , #b99c5f);
        border: 1px solid #b99c5f;
        border-radius: 50%;
        margin: 10px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }
    .rec-button:hover {
        -webkit-transform: scale(1.1) rotate(-15deg);
        transform: scale(1.1) rotate(-15deg);
    }
    .rec-button p{
        padding-top: 15px
    }
    .rec-button span{
        color: #ff0;
        font-size: 1.2rem;
        font-weight: bold
    }

    .rec-point {
        position: relative;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
        text-align: center
    }
    .rec-point .box{
        padding: 80px
    }
    .rec-point h3{
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
        font-size: 2rem;
        line-height: 2
    }
    .rec-point h4{
        padding-top: 30px;
        color: #b99c5f;
        font-size: 1.5rem;
    }
    .rec-point .image{
        position: absolute;
        top: 0;
        right: 0
    }
    .rec-point .image img{
        width: 300px;
        margin-top: -60px
    }
    
    .rec-wrap {
        width: 100%;
        z-index: 10;
    }
    
    .rec-title {
        width: 320px;
        margin: auto;
        padding: 80px 0px
    }
    .rec-title h3{
        position: relative;
        line-height: 1.4;
        padding:0.25em 1em;
        display: inline-block;
        color: #b99c5f;
        font-size: 1.9rem;
        font-weight: bold;
        top:0;
    }

    .rec-title h3:before,.rec-title h3:after{ 
        position: absolute;
        top: 0;
        content:'';
        width: 8px;
        height: 100%;
        display: inline-block;
    }

    .rec-title h3:before{
        border-top: dotted 1px #b99c5f;
        border-left: dotted 1px #b99c5f;
        border-bottom: dotted 1px #b99c5f;
        left: 0;
    }

    .rec-title h3:after{
        content: '';
        border-top: dotted 1px #b99c5f;
        border-right: dotted 1px #b99c5f;
        border-bottom: dotted 1px #b99c5f;
        right: 0;
    }

    .rec-qa{
        position: relative;
        margin-top: -30px;
        padding: 0px 80px 80px 80px;
        z-index: 11;
    }
    .rec-qa h4{
        color: #ccb586;
        font-size: 1.6rem;
        font-weight: bold
    }
    .rec-qa p{
        padding: 5px 0px 10px 0px;
        font-size: 1.0rem;
        font-weight: bold;
        line-height: 1.8
    }
    
    #interview {
        width: 100%;
        background: #fff2f7;
        padding: 75px 0px;
    }
    #interview .tit{
        width: 300px;
        margin: 0px auto;
    }
    #interview h2{
        position: relative;
        padding: 0 85px;
        width: 450px;
        margin: 0px auto;
        text-align: center;
        color: #f275ab;
        font-size: 3rem;
        font-family: 'Open Sans Condensed', sans-serif;
    }

    #interview h2:before, #interview h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 80px;
        height: 2px;
        border-top: solid 1px #f275ab;
        border-bottom: solid 1px #f275ab;
    }
    #interview h2:before {left:0;}
    #interview h2:after {right: 0;}
    #interview h3{
        padding-top: 5px;
        color: #f275ab;
        font-size: 0.9rem;
        text-align: center;
    }
    #interview .box{
        width: 920px;
        margin: 0px auto;
        padding-top: 50px;
    }


    .arrow_answer{
        position: relative;
        background: #fffff0;
        border: 1px solid #ddd;
        margin-top: 10px;
        padding:30px 25px;
        border-radius: 10px;
        width:700px;
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.6;
        text-align: left;
    }
    .arrow_question {
        position: relative;
        background: #fff;
        border: 1px solid #ddd;
        margin-top: 10px;
        padding:30px 25px;
        border-radius: 10px;
        width:700px;
        color: #e3548f;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.6;
        text-align: left;
    }


    .arrow_question {
        float: right;
        margin-right:30px;
    }

    .arrow_answer:after,
    .arrow_answer:before,
    .arrow_question:after,
    .arrow_question:before {
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }


    .arrow_question:after,
    .arrow_question:before {
        right: 100%;
    }

    .arrow_answer:after,
    .arrow_answer:before{
        left: 100%;
    }

    .arrow_answer:after,
    .arrow_question:after {
        border-color: rgba(255, 255, 255, 0);
        border-width: 15px;
        margin-top: -15px;
    }

    .arrow_answer:after{
        border-left-color: #fffff0;
    }

    .arrow_question:after{
        border-right-color: #fff;

    }

    .arrow_answer:before,
    .arrow_question:before {
        border-color: rgba(200, 200, 200, 0);
        border-width: 16px;
        margin-top: -16px;
    }

    .arrow_answer:before{
        border-left-color: #ddd;
    }

    .arrow_question:before {
        border-right-color: #ddd;	
    }



    .question_image{
        float: left;
        margin-top: 5px;
    }

    .answer_image{
        float: right;
        margin-top: 20px;
        margin-right:20px;
    }

    .answer_image img,
    .question_image img{
        border-radius: 50px;
    }

    .question_Box{
        margin-bottom: 15px;
        overflow: hidden;
    }
    .question_Box2{
        height: 1500px;
        overflow: hidden;
    }

    #sf {
        display: block;
        width: 100%}
    #sf .sf-container {
        width: 100%}
    #sf .col-lg-4 {
        float: left;
        width : calc(100% / 3) ;
        padding: 40px 0px;
    }
    #sf .tel {
        background-color: #ffa8d5;
    }
    #sf .line {
        background-color: #a0f56d;
    }
    #sf .mail {
        background-color: #96dbff;
    }
    #sf h5 {
        color: #ffff00;
        font-size: 24px;
    }
    #sf p {
        color: #fff;
    }
    #sf .ml {
        margin-left: 30px;
    }
    #sf i {
        font-size: 70px;
        color: #fff;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .fa-tel{
        width: 122px;
        margin: 0px auto;
        padding: 35px 0px;
    }
    .fa-line{
        width: 100px;
        margin: 0px auto;
        padding: 35px 0px;
    }
    .fa-mail{
        width: 121px;
        margin: 0px auto;
        padding: 35px 0px;
    }
    
}

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

    .rec-girl{

    }
    .rec-girl ul {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
    }
    .rec-girl li.image{
        width: 100%;
    }
    .rec-girl li.text{
        width: 100%;
    }
    .rec-girl .space{
        width: 336px;
        margin: auto;
        padding: 10px 0px
    }
    .rec-button {
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 1.3;
        background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
        background: linear-gradient(#fe5f95 , #ff3f7f);
        border: 1px solid #fe3276;
        border-radius: 50%;
        margin: 3px;
        color: #fff;
        font-size: 0.8rem;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }
    .rec-button:hover {
        -webkit-transform: scale(1.1) rotate(-15deg);
        transform: scale(1.1) rotate(-15deg);
    }
    .rec-button p{
        padding-top: 15px
    }
    .rec-button span{
        color: #ff0;
        font-size: 0.9rem;
        font-weight: bold
    }

    .rec-point {
        position: relative;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);
    }
    .rec-point .box{
        padding: 15px
    }
    .rec-point h3{
        width: 230px;
        color: #fff;
        text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0;
        font-size: 1rem;
        line-height: 2
    }
    .rec-point h4{
        width: 260px;
        padding-top: 20px;
        color: #fe5f95;
        font-size: 0.8rem;
    }
    .rec-point .image{
        position: absolute;
        top: 0;
        right: 0
    }
    .rec-point .image img{
        width: 120px;
        margin-top: 10px
    }
    

    
    .rec-title {
        width: 240px;
        margin: auto;
        padding: 20px 0px
    }
    .rec-title h3{
        position: relative;
        line-height: 1.4;
        padding:0.25em 1em;
        display: inline-block;
        color: #ff007f;
        font-size: 1.5rem;
        font-weight: bold;
        top:0;
    }

    .rec-title h3:before,.rec-title h3:after{ 
        position: absolute;
        top: 0;
        content:'';
        width: 8px;
        height: 100%;
        display: inline-block;
    }

    .rec-title h3:before{
        border-top: dotted 1px #fe5f95;
        border-left: dotted 1px #fe5f95;
        border-bottom: dotted 1px #fe5f95;
        left: 0;
    }

    .rec-title h3:after{
        content: '';
        border-top: dotted 1px #fe5f95;
        border-right: dotted 1px #fe5f95;
        border-bottom: dotted 1px #fe5f95;
        right: 0;
    }
    .rec-qa{
        position: relative;
        padding: 10px;
        z-index: 11;
    }
    .rec-qa h4{
        color: #fe5f95;
        font-size: 1.3rem;
        font-weight: bold
    }
    .rec-qa p{
        padding: 5px 0px 10px 0px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.8
    }

    #interview {
        width: 100%;
        background: #fff2f7;
        margin-top: -4px;
        padding: 35px 0px;
    }
    #interview .tit{
        width: 300px;
        margin: 0px auto;
    }
    #interview h2{
        position: relative;
        padding: 0 25px;
        width: 350px;
        margin: 0px auto;
        text-align: center;
        color: #f275ab;
        font-size: 1.6rem;
        font-family: 'Open Sans Condensed', sans-serif;
    }

    #interview h2:before, #interview h2:after{
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 80px;
        height: 2px;
        border-top: solid 1px #f275ab;
        border-bottom: solid 1px #f275ab;
    }
    #interview h2:before {left:0;}
    #interview h2:after {right: 0;}
    #interview h3{
        padding-top: 5px;
        color: #f275ab;
        font-size: 0.9rem;
        text-align: center;
    }
    #interview .box{
        width: 340px;
        margin: auto;
        padding-top: 20px;
    }


    .arrow_answer{
        position: relative;
        background: #fffff0;
        border: 1px solid #ddd;
        margin-top: 10px;
        padding:10px 5px;
        border-radius: 10px;
        width:220px;
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.6;
        text-align: left;
    }
    .arrow_question {
        position: relative;
        background: #fff;
        border: 1px solid #ddd;
        margin-top: 10px;
        padding:10px 5px;
        border-radius: 10px;
        width:220px;
        color: #e3548f;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.6;
        text-align: left;
    }


    .arrow_question {
        float: right;
        margin-right:0px;
    }

    .arrow_answer:after,
    .arrow_answer:before,
    .arrow_question:after,
    .arrow_question:before {
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }


    .arrow_question:after,
    .arrow_question:before {
        right: 100%;
    }

    .arrow_answer:after,
    .arrow_answer:before{
        left: 100%;
    }

    .arrow_answer:after,
    .arrow_question:after {
        border-color: rgba(255, 255, 255, 0);
        border-width: 15px;
        margin-top: -15px;
    }

    .arrow_answer:after{
        border-left-color: #fffff0;
    }

    .arrow_question:after{
        border-right-color: #fff;

    }

    .arrow_answer:before,
    .arrow_question:before {
        border-color: rgba(200, 200, 200, 0);
        border-width: 16px;
        margin-top: -16px;
    }

    .arrow_answer:before{
        border-left-color: #ddd;
    }

    .arrow_question:before {
        border-right-color: #ddd;	
    }



    .question_image{
        float: left;
        margin-top: 5px;
    }

    .answer_image{
        float: right;
        margin-top: 20px;
        margin-right:0px;
    }

    .answer_image img,
    .question_image img{
        border-radius: 50px;
    }

    .question_Box{
        margin-bottom: 15px;
        overflow: hidden;
    }
    .question_Box2{
        height: 1500px;
        overflow: hidden;
    }

    #sf {
        display: block;
        width: 100%}
    #sf .sf-container {
        width: 100%}
    #sf .col-lg-4 {
        float: left;
        width : calc(100% / 3) ;
        padding: 40px 0px;
    }
    #sf .tel {
        background-color: #e95594;
    }
    #sf .line {
        background-color: #4ecd00;
    }
    #sf .mail {
        background-color: #44c3ff;
    }
    #sf h5 {
        color: #ffff00;
        font-size: 24px;
    }
    #sf p {
        color: #fff;
    }
    #sf .ml {
        margin-left: 10px;
        font-size: 0.6rem;
        font-weight: bold
    }
    #sf i {
        font-size: 70px;
        color: #fff;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .fa-tel{
        width: 80px;
        margin: 0px auto;
        padding: 15px 0px;
    }
    .fa-line{
        width: 66px;
        margin: 0px auto;
        padding: 15px 0px;
    }
    .fa-mail{
        width: 80px;
        margin: 0px auto;
        padding: 15px 0px;
    }
    
}


/*===============================

求人コメント

================================*/

@media screen and (min-width: 1025px) {

    .recruit-comment {
        padding-bottom: 60px;
        background: #fffff0
    }
    .recruit-comment img{
        display:inline;
    }
    .recruit-comment .box{
        padding: 50px;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.6
    }
    .recruit-comment .recruit-title-bg {
        width: 450px;
        margin: auto;
        margin-bottom: 30px;
    }
    .recruit-comment .recruit-title {
        display: inline-block;
        position: relative;
        width: 450px;
        height: 60px;
        line-height: 60px;
        vertical-align: middle;
        text-align: center;
        padding: 7px 0;
        font-size: 18px;/*フォントサイズ*/
        background: #84c41c;/*背景色*/
        color: #FFF;/*文字色*/
        box-sizing: border-box;
    }

    .recruit-comment .recruit-title h3 {
        vertical-align: middle;
        margin: 0;
        padding: 0 30px;
        border-top: dashed 1px #FFF;/*上の破線*/
        border-bottom: dashed 1px #FFF;/*下の破線*/
        line-height: 46px;
    }

    .recruit-comment .recruit-title:before, .recruit-title:after{
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        z-index: 1;
    }

    .recruit-comment .recruit-title:before{/*左端の山形*/
        top: 0;
        left: 0;
        border-width: 30px 0px 30px 15px;
        border-color: transparent transparent transparent #fffff0;
        border-style: solid;
    }

    .recruit-comment .recruit-title:after{/*右端の山形*/
        top: 0;
        right: 0;
        border-width: 30px 15px 30px 0px;
        border-color: transparent #fffff0 transparent transparent;
        border-style: solid;
    }

    .recruit-faq{
        padding: 0px 30px
    }
    .recruit-faq ul{
        display: flex;
        flex-wrap: wrap;
    }
    .recruit-faq li{
        width: calc(100% / 2);
        margin-bottom: 50px;
    }

    .recruit-box {
        display: block;
        position: relative;
        padding-top: 30px;
        width: 95%;
        margin: auto;
        background: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

    .recruit-box .title {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        padding: 5px 0;
        margin: 0 0 0 -20px;
        width: calc(100% + 40px);
        color: #ff0;
        background: #f576a9;
    }

    .recruit-box .title h4{
        vertical-align: middle;
        margin: 0;
        padding: 0 30px 0 15px;
        border-top: dashed 1px #FFF;
        border-bottom: dashed 1px #FFF;
        font-size: 20px;
        line-height: 46px;
    }

    .recruit-box .title:after{
        position: absolute;
        content: '';
        z-index: 1;
        top: 0;
        right: 0;
        width: 0px;
        height: 0px;
        border-width: 30px 15px 30px 0px;
        border-color: transparent #fffff0 transparent transparent;
        border-style: solid;
    }

    .recruit-box .title:before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-right: solid 20px #e64b89;
    }
    .recruit-box .text{
        padding: 30px;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.6;
    }
    .recruit-box .text .image{
        float: left;
        width: 200px;
        margin-right: 15px;
    }
    .recruit-box .text .color-01{
        color: #2ac8ff;
        font-size: 1.2rem;
    }
    .recruit-box .text .color-02{
        color: #f00;
        font-size: 1.2rem;
    }
    .recruit-box .text .color-03{
        color: #ff8000;
        font-size: 1.2rem;
    }
    .recruit-box .qrcord{
        position:absolute;
        bottom: 35px;
        right: 35px;
    }
    .recruit-box .qrcord img{
        width: 300px;
    }

    .rec-slide-bg{
        background: -moz-linear-gradient(top left, #fff5f9, #ffe3ef);
        background: -webkit-linear-gradient(top left, #fff5f9, #ffe3ef);
        background: linear-gradient(to bottom right, #fff5f9, #ffe3ef);
    }
    .rec-slide-bg .box{
        width: 1220px;
        margin: auto;
        padding: 60px 0px;
    }

    .rec-slide{
        width: 380px;
        margin: 5px;
        background: #fff;
        display: flex;
        flex-wrap: wrap;
        box-shadow:0 2px 5px rgba(160,160,160,.5);
    }
    .rec-slide .image{
        width: 200px;
    }
    .rec-slide .comment{
        width: 180px;
    }
    .rec-slide .comment p{
        padding: 5px;
        font-size: 0.8rem;
        line-height: 1.5
    }
}

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

    .recruit-comment {
        padding-bottom: 30px;
        background: #fffff0
    }
    .recruit-comment .box{
        padding: 30px 20px 20px 20px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.6
    }

    .recruit-comment .recruit-title-bg {
        width: 320px;
        margin: auto;
        margin-bottom: 15px;
    }
    .recruit-comment .recruit-title {
        display: inline-block;
        position: relative;
        width: 320px;
        height: 60px;
        line-height: 60px;
        vertical-align: middle;
        text-align: center;
        padding: 7px 0;
        font-size: 18px;
        background: #84c41c;
        color: #FFF;
        box-sizing: border-box;
    }

    .recruit-comment .recruit-title h3 {
        vertical-align: middle;
        margin: 0;
        padding: 0 30px;
        border-top: dashed 1px #FFF;
        border-bottom: dashed 1px #FFF;
        line-height: 46px;
    }
    .recruit-comment img{
        display:inline;
    }
    .recruit-comment .recruit-title:before, .recruit-title:after{
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        z-index: 1;
    }

    .recruit-comment .recruit-title:before{/*左端の山形*/
        top: 0;
        left: 0;
        border-width: 30px 0px 30px 15px;
        border-color: transparent transparent transparent #fffff0;
        border-style: solid;
    }

    .recruit-comment .recruit-title:after{/*右端の山形*/
        top: 0;
        right: 0;
        border-width: 30px 15px 30px 0px;
        border-color: transparent #fffff0 transparent transparent;
        border-style: solid;
    }

    .recruit-faq{
        padding: 0px 10px
    }
    .recruit-faq ul{
        display: flex;
        flex-wrap: wrap;
    }
    .recruit-faq li{
        width: calc(100% / 1);
    }

    .recruit-box {
        display: block;
        position: relative;
        padding-top: 15px;
        width: 90%;
        margin: auto;
        background: #fff;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

    .recruit-box .title {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        padding: 5px 0;
        margin: 0 0 0 -20px;
        width: calc(100% + 40px);
        color: #ff0;
        background: #f576a9;
    }

    .recruit-box .title h4{
        vertical-align: middle;
        margin: 0;
        padding: 0 30px 0 15px;
        border-top: dashed 1px #FFF;
        border-bottom: dashed 1px #FFF;
        font-size: 13px;
        line-height: 46px;
    }

    .recruit-box .title:after{
        position: absolute;
        content: '';
        z-index: 1;
        top: 0;
        right: 0;
        width: 0px;
        height: 0px;
        border-width: 30px 15px 30px 0px;
        border-color: transparent #fffff0 transparent transparent;
        border-style: solid;
    }

    .recruit-box .title:before {
        position: absolute;
        content: '';
        top: 100%;
        left: 0;
        border: none;
        border-bottom: solid 15px transparent;
        border-right: solid 20px #e64b89;
    }
    .recruit-box .text{
        padding: 10px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.6;
    }
    .recruit-box .text .image{
        width: 200px;
        margin: auto
    }
    .recruit-box .text .color-01{
        color: #2ac8ff;
        font-size: 0.9rem;
    }
    .recruit-box .text .color-02{
        color: #f00;
        font-size: 0.9rem;
    }
    .recruit-box .text .color-03{
        color: #ff8000;
        font-size: 0.9rem;
    }
    .recruit-box .qrcord{
        width: 150px;
        margin: auto;
        padding: 20px
    }
    .recruit-box .qrcord img{
        width: 150px;
    }

    .rec-slide-bg{
        background: -moz-linear-gradient(top left, #fff5f9, #ffe3ef);
        background: -webkit-linear-gradient(top left, #fff5f9, #ffe3ef);
        background: linear-gradient(to bottom right, #fff5f9, #ffe3ef);
    }
    .rec-slide-bg .box{
        padding: 20px;
    }
    .rec-slide{
        width: 98%;
        margin: 5px;
        background: #fff;
        box-shadow:0 2px 5px rgba(160,160,160,.5);
    }
    .rec-slide .image{
    }
    .rec-slide .comment{
    }
    .rec-slide .comment p{
        padding: 10px;
        font-size: 0.8rem;
        line-height: 1.5
    }
}


/*===============================

リンク集

================================*/

@media screen and (min-width: 1025px) {

    .sougolink{
        padding-top: 175px;
    }

    .sougolink h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .sougolink h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .sougolink h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .sougolink span {
        color: #000;
    }

    .sougolink .box{
        width: 75%;
        margin: auto;
        padding-bottom: 60px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 2
    }

    .sougolink .title{
        background: #fff3f3;
        margin-bottom: 30px;
        padding: 15px 0px;
        font-size: 1rem;
        font-weight: bold;
        text-align: center
    }
    
    .sougolink img{
        width: auto;
        float: left
    }
    
}

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

    .sougolink{
        padding: 16px 0px 25px 0px;
    }

    .sougolink h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .sougolink h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .sougolink h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 1.0rem;
        font-family: "Sawarabi Mincho";
        text-shadow: 2px 2px 1px #000,
            -2px 2px 1px #000,
            2px -2px 1px #000,
            -2px -2px 1px #000;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }

    .sougolink span {
        color: #000;
    }

    .sougolink .box{
        margin: auto;
        padding-bottom: 30px;
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.6
    }

    .sougolink .title{
        background: #fff3f3;
        margin-bottom: 30px;
        padding: 10px 0px;
        font-size: 1rem;
        font-weight: bold;
        text-align: center
    }

    .sougolink img{
        width: auto;
        float: left
    }


}





/*===============================

認証ページ

================================*/

@media screen and (min-width: 1025px) {

    .index {
        background-image: url(../data/cover_photo/bg.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100% auto;
        height: 1000px
    }
    .index .mask {
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
    .index h1{
        padding: 70px 0 30px;
        color: #fff;
        font-size: 1.2rem;
        font-weight: bold;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        text-align: center
    }
    .index h2{
        color: #ffefca;
        font-size: 1.0rem;
        font-weight: bold;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        text-align: center
    }
    .index h3{
        padding-bottom: 30px;
        color: #fff;
        font-size: 0.8em;
        font-weight: bold;
        text-shadow: 
            #000 2px 0px 2px, #000 -2px 0px 2px,
            #000 0px -2px 2px, #000 -2px 0px 2px,
            #000 2px 2px 2px, #000 -2px 2px 2px,
            #000 2px -2px 2px, #000 -2px -2px 2px,
            #000 1px 2px 2px, #000 -1px 2px 2px,
            #000 1px -2px 2px, #000 -1px -2px 2px,
            #000 2px 1px 2px, #000 -2px 1px 2px,
            #000 2px -1px 2px, #000 -2px -1px 2px,
            #000 1px 1px 2px, #000 -1px 1px 2px,
            #000 1px -1px 2px, #000 -1px -1px 2px;
        text-align: center;
        line-height: 2
    }
    .index .logo{
        width: 600px;
        margin: auto;
     }
    
    .index-enter{
        width: 640px;
        margin: auto
    }
    .index-enter ul{
        display: flex;
        flex-wrap: wrap;
    }
    .index-enter li{
        width: 50%
    }
    .index-mailmaga{
        width: 640px;
        margin: auto
    }
    .index-mailmaga ul{
        display: flex;
        flex-wrap: wrap;
    }
    .index-mailmaga li{
        width: 50%
    }
    .index-mailmaga p{
        padding: 5px
    }
    .index-town{
        width: 500px;
        margin: auto;
        padding: 25px
    }
    .index-container {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 300px;
        margin: 0 auto;
    }
    .index-container a{
        text-decoration: none;
    }
    .index-container span{
        font-size: 2.2rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    .index-btn {
        flex: 1 1 auto;
        margin: 10px;
        padding: 10px 20px 20px 20px;
        text-align: center;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        border-radius: 10px;
        font-size: 1.5rem;
    }
    .index-btn:hover {
        background-position: right center;
        text-decoration: none;
    }
    .index-btn-enter {
        width: 250px;
        background-image: linear-gradient(to right, #ffcf07 0%, #ffd526 51%, #ffcf07 100%);
        color: #000;
        font-size: 0.9rem
    }
    .index-btn-leave {
        width: 250px;
        background-image: linear-gradient(to right, #444 0%, #000 51%, #444 100%);
        font-size: 0.9rem
    }
    .index .town{
        width: 320px;
        margin: auto;
        padding: 30px 0px;
    }
    .index-banner{
        padding: 50px 0px;
        background: #444
    }
    .index-banner h4{
        font-size: 0.7em;
        font-weight: normal;
        text-align: center;
        line-height: 1.8
    }
    .index-banner img{
        width: auto;
        margin: auto;
        padding: 5px 0px
    }
    
    .index-linkbanner img{
        width: auto;
        float: left
    }
}

@media screen and (max-width: 1024px) {
    .index {
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        background-image: url(../data/cover_photo/bg.jpg);
        background-position: top right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
   
    }
    .index .mask {
        height: 100%;
        background: rgba(0,0,0,0.5);
    }
    .index h1{
        padding: 70px 0 20px 0px;
        color: #fff;
        font-size: 1.0rem;
        font-weight: bold;
        text-shadow: 
            #222 2px 0px 2px, #222 -2px 0px 2px,
            #222 0px -2px 2px, #222 -2px 0px 2px,
            #222 2px 2px 2px, #222 -2px 2px 2px,
            #222 2px -2px 2px, #222 -2px -2px 2px,
            #222 1px 2px 2px, #222 -1px 2px 2px,
            #222 1px -2px 2px, #222 -1px -2px 2px,
            #222 2px 1px 2px, #222 -2px 1px 2px,
            #222 2px -1px 2px, #222 -2px -1px 2px,
            #222 1px 1px 2px, #222 -1px 1px 2px,
            #222 1px -1px 2px, #222 -1px -1px 2px;
        text-align: center;
        z-index: 10;
    }
    .index h2{
        color: #ffefca;
        font-size: 0.8rem;
        font-weight: bold;
        text-shadow: 
            #222 2px 0px 2px, #222 -2px 0px 2px,
            #222 0px -2px 2px, #222 -2px 0px 2px,
            #222 2px 2px 2px, #222 -2px 2px 2px,
            #222 2px -2px 2px, #222 -2px -2px 2px,
            #222 1px 2px 2px, #222 -1px 2px 2px,
            #222 1px -2px 2px, #222 -1px -2px 2px,
            #222 2px 1px 2px, #222 -2px 1px 2px,
            #222 2px -1px 2px, #222 -2px -1px 2px,
            #222 1px 1px 2px, #222 -1px 1px 2px,
            #222 1px -1px 2px, #222 -1px -1px 2px;
        text-align: center;
        line-height: 1.6;
        z-index: 10;
    }
    .index h3{
        padding: 0px 10px 20px 10px;
        color: #fff;
        font-size: 0.7em;
        font-weight: bold;
        text-shadow: 
            #222 2px 0px 2px, #222 -2px 0px 2px,
            #222 0px -2px 2px, #222 -2px 0px 2px,
            #222 2px 2px 2px, #222 -2px 2px 2px,
            #222 2px -2px 2px, #222 -2px -2px 2px,
            #222 1px 2px 2px, #222 -1px 2px 2px,
            #222 1px -2px 2px, #222 -1px -2px 2px,
            #222 2px 1px 2px, #222 -2px 1px 2px,
            #222 2px -1px 2px, #222 -2px -1px 2px,
            #222 1px 1px 2px, #222 -1px 1px 2px,
            #222 1px -1px 2px, #222 -1px -1px 2px;
        text-align: center;
        line-height: 2;
        z-index: 10;
    }
    .index .logo{
        width: 300px;
        margin: auto;
        z-index: 10;
    }

    .index-enter{
        width: 100%;
        margin: auto;
    }
    .index-enter ul{
        display: flex;
        flex-wrap: wrap;
        padding: 0px 5px;
    }
    .index-enter li{
        width: 50%
    }
    .index-mailmaga {
        padding-bottom: 10px
    }
    .index-mailmaga li{
        padding: 3px 5px
    }
    .index-town{
        padding: 8px 8px 3px 8px;
    }
    .index-container {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        width: 100%;
        margin: 0 auto;
    }
    .index-container a{
        text-decoration: none;
    }
    .index-container img{
        width: 98%;
        margin: auto
    }
    .index-container span{
        font-size: 1.8rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    .index-btn {
        flex: 1 1 auto;
        margin: 5px;
        padding: 10px 25px 15px 25px;
        text-align: center;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        border-radius: 10px;
        font-size: 0.7rem;
        font-weight: bold
    }
    .index-btn:hover {
        background-position: right center;
        text-decoration: none;
    }
    .index-btn-enter {
        width: 100%;
        background-image: linear-gradient(to right, #ffcf07 0%, #ffd526 51%, #ffcf07 100%);
        color: #000;
        font-size: 0.7rem
    }
    .index-btn-leave {
        width: 100%;
        background-image: linear-gradient(to right, #444 0%, #000 51%, #444 100%);
        font-size: 0.7rem
    }
    .index .town{
        width: 240px;
        margin: auto;
        padding: 15px 0px;
    }
    .index-banner{
        padding: 25px 10px;
        background: #444
    }
    .index-banner h4{
        font-size: 0.7em;
        font-weight: normal;
        text-align: center;
        line-height: 1.8
    }
    .index-banner img{
        width: 85%;
        margin: auto;
        padding: 5px 0px
    }
}





/*===============================

お問い合わせ

================================*/

.contact {
    padding: 50px 0px 90px 0px;
    background: url("../img/contact-bg.jpg")no-repeat center bottom;
    background-size:100% auto;
}

.contact h2 {
    padding-top: 30px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2;
    text-align: center
}

.contact ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
    padding-top: 60px;
}

.contact li {
    width: calc(100% / 2);
}

.contact li .detail {
    position: relative;
    height: 200px;
    margin: 0px 20px;
    padding: 35px;
    background: #fff;
    color: #000;
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 2
}
.contact li .detail a{
    text-decoration: none;
}
.contact li .detail .title {
    padding-bottom: 10px;
    color: #e3bd00;
    font-size: 1.4rem;
    font-weight: 600
}


.contact li .detail .loading-panel-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 70px;
    text-align: center
}

.contact li .detail .loading-panel {
    width: 300px;
    height: 80px;
    background: #4c4c4c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
    /* IE6-9 */
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(238, 238, 238, 1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 2px 0px 0px rgba(238, 238, 238, 1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 2px 0px 0px rgba(238, 238, 238, 1), 0px 1px 1px rgba(0, 0, 0, 0.4);
    animation: 2s bounce ease infinite;
}
.contact li .detail .loading-panel span p{
    text-align: center
}
.contact li .detail .loading-panel span {

}

.contact li .detail .loading-panel h3 {
    width: 205px;
    margin: auto;
    padding-top: 20px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -2px 0;
}

.contact li .detail .loading-panel h4 {
    margin-top: -10px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -2px 0;
}

.contact li .detail .shadow {
    position: absolute;
    width: 175px;
    height: 20px;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #464646;
    opacity: 0.2;

    transform-origin: -50% -50%;
    animation: 2s pulsate ease infinite;

    z-index: -1;
}



@keyframes bounce {
    50% {
        transform: translateY(-20px);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
    }
    50% {
        transform: scale(0.5);
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}




/*===============================

テキストリンク

================================*/

.text-link{
    background: #eee;
    padding: 30px 0px
}
.text-link ul{
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto
}
.text-link li{
    width: calc(100% / 11);
    margin-left: -1px;
    border-right: 1px dotted #666;
}
.text-link li:last-child{
    border-right: 0px dotted #666;
}
.text-link li p{
    font-size: 0.8rem;
    text-align: center
}
.text-link li a{
    color: #000;
    text-decoration: none;
}



/*===============================

プロフィール

================================*/

@media screen and (min-width: 1025px) {

    .main{
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        margin-top: 129px;
    }
    .main .photo{
        position:relative;
        width:30%;
    }
    .main .photo .icon{
        position:absolute;
        bottom: 10px;
        right: 10px;
    }
    .main .photo .icon img{
        width: 50px
    }
    .main .center{
        width:40%;
    }

    .main .prof{
        width: 295px;
        margin: auto;
        padding: 40px 0px 30px 0px;
    }
    .main .prof div.image {
        width:70px;
        height:70px;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
        float:left;
    }
    .main .prof div.image img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        filter: grayscale(100%);
    }
    .main .prof dl.detail {
        margin-left:80px;
    }
    .main .prof dl.detail dt.name {
        margin-top:8px;
        margin-bottom:4px;
        color: #000;
        font-size:1.6rem;
        font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight:300;
        line-height:100%;
        letter-spacing:0.1em;
    }
    .main .prof dl.detail dd.name {
        color: #000;
        font-size:12px;
        line-height:140%;
        letter-spacing:0.1em;
    }
    .main .prof dl.detail dd.size {
        font-family: 'Lato-Regular';
        color:#a0a0a0;
        font-size:10px;
        line-height:120%;
    }
    .main .prof dl.detail dt.type,
    .main .prof dl.detail dd.type {
        font-size:0.8rem;
        color: #c01500;
        font-weight: bold;
        display:inline-block;
        margin-top:6px;
    }
    .main .prof dl.detail dt.type {
        font-size:0.6rem;
        color: #000;
        font-weight:bold;
    }
    .main .prof dl.detail dt.type:after {
        content:"：";
    }
    .main .prof dl.detail dd.type {
        margin:0 12px 0 -4px;
    }
    .main .center .comment{
        width: 85%;
        margin: auto;
        padding-top: 20px;
        border-top: 1px dotted #000;
        color: #000;
        font-size: 0.8em;
        font-weight: bold;
        line-height: 1.8
    }

    .content{
        background: -moz-linear-gradient(top left, #333, #000);
        background: -webkit-linear-gradient(top left, #333, #000);
        background: linear-gradient(to bottom right, #333, #000);
        padding: 60px
    }
    .content ul{
        display: flex;
        flex-wrap: wrap;
        border-top: 1px dotted #666;
        border-left: 1px dotted #666;
    }
    .content li{
        width: calc(100% / 4);
        padding: 10px 0px;
        color: #fff;
        font-size: 0.9rem;
        margin-left: -1px;
        border-bottom: 1px dotted #666;
        border-right: 1px dotted #666;
        line-height: 1.4
    }

    .content .faq-q{
        float: left;
        width: 40%;
        color: #fdcc05;
        font-weight: bold;
    }
    .content .faq-q i{
        padding-left: 10px
    }
    .content .faq-a{
        float: right;
        width: 60%;
        font-weight: bold;
    }


    .main-sub{
        display: flex;
        flex-wrap: wrap;
        background: #eee;
    }
    .main-sub h2 {
        width: 320px;
        margin: auto;
        padding-top: 20px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .main-sub h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }
    .main-sub h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        color: #000;
        font-size: 1.1rem;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .main-sub span {
        color: #000;
    }

    .main-sub .option{
        width: 35%;
        padding-top: 20px
    }
    .main-sub .option ul{
        display: flex;
        flex-wrap: wrap;
        padding: 10px 50px 0px 50px;
    }
    .main-sub .option li{
        width: calc(100% / 3);
        margin-bottom: 5px;
    }
    .option-list{
        width: 98%;
        margin: auto
    }
    .option-list .left{
        float: left;
        width: 82%;
        background: -moz-linear-gradient(top left, #d09800, #c38f01);
        background: -webkit-linear-gradient(top left, #d09800, #c38f01);
        background: linear-gradient(to bottom right, #d09800, #c38f01);
        border: 1px dotted #ccc;
    }
    .option-list .left p{
        padding: 8px 5px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        text-shadow: 0px 1px 0px #000;
        -moz-text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }
    .option-list .right{
        float: right;
        width: 15%;
        margin-left: -1px;
        background: #fff;
        border: 1px dotted #ccc;
    }
    .option-list .right p{
        padding: 8px 5px;
        color: #000;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center
    }


    .selfmovie{
        width: 400px;
        margin: auto;
        padding-top: 10px
    }



    .main-sub .photo{
        width: 30%;
    }


    .main-sub .diary{
        width: 35%;
        padding-top: 20px
    }
    .main-sub .diary .iframe{
        padding: 30px 50px 0px 50px;
    }


    .grad-wrap {
        position: relative;
    }
    .grad-wrap + .grad-wrap {
        margin-top: 40px;
    }
    .grad-btn {
        z-index: 2;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 185px;
        margin: auto;
        padding: .3em 0;
        border-radius: 2px;
        background: #c01500;
        color: #fff;
        font-size: 1.1rem;
        text-align: center;
        cursor: pointer;
        transition: .2s ease;
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }
    .grad-btn::after {
        content: "続きを読む"
    }
    .grad-btn:hover {
        background: #fff;
        color: #c01500;
    }
    .grad-btn .fa {
        margin-right: .5em;
    }
    .grad-item {
        position: relative;
        overflow: hidden;
        height: 370px;
    }
    .grad-item p + p {
        margin-top: 1em;
    }
    .grad-item::before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 50px; /*グラデーションで隠す範囲*/
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
        background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    }
    .grad-trigger {
        display: none;
    }
    .grad-trigger:checked ~ .grad-btn {
        bottom: -2em;
    }
    .grad-trigger:checked ~ .grad-btn::after {
        content: "閉じる"
    }
    .grad-trigger:checked ~ .grad-btn .fa {
        transform: rotate(180deg);
    }
    .grad-trigger:checked ~ .grad-item {
        height: auto;
    }
    .grad-trigger:checked ~ .grad-item::before {
        display: none;
    }



    .prof-btn{
        padding-bottom: 20px;
    }
    .prof-btn ul {
        display: flex;
        flex-wrap: wrap;
        width: 70%;
        margin: auto;
    }
    .prof-btn li {
        width: calc(100% / 2);
    }

    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .container a{
        text-decoration: none;
    }
    .container span{
        font-size: 1.6rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    .btn {
        flex: 1 1 auto;
        margin: 10px;
        padding: 10px 0px;
        text-align: center;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        border-radius: 10px;
        font-size: 1.5rem;
    }
    .btn:hover {
        background-position: right center;
        text-decoration: none;
    }
    .btn-prof {
        width: 100%;
        background-image: linear-gradient(to right, #c1a66a 0%, #dbc9a0 51%, #c1a66a 100%);
        font-size: 1.0rem;
        line-height: 1.2
    }


    .profile-week{
        padding: 60px 0px;
        background: #fff;
        color: #000;
    }
    .profile-week h2{
        padding-bottom: 50px;
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    .profile-week h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    .profile-week ul{
        display: table;
        border-collapse: collapse;
        width: 100%;
        text-align: center
    }
    .profile-week li{
        display: table-cell;
        width: calc(100% / 7);
        height: 150px;
        color: #fff;
        background: -moz-linear-gradient(top left, #333, #000);
        background: -webkit-linear-gradient(top left, #333, #000);
        background: linear-gradient(to bottom right, #333, #000);

    }
    .profile-week li.prof-today{
        background: -moz-linear-gradient(top left, #f82e9e, #b49142); 
        background: -webkit-linear-gradient(top left, #f82e9e, #b49142); 
        background: linear-gradient(to bottom right, #f82e9e, #b49142); 
    }
    .profile-week li p{
        width: 65%;
        margin: auto;
        margin-bottom: 10px;
        padding-top: 35px;
        font-size: 1.3rem;
        font-weight: 600;
        border-bottom: solid 1px #fff;
        transform: rotate(.03deg);
        font-weight: bold;
        line-height: 2.1
    }
    .profile-week li span{
        font-size: 1.3rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        font-weight: bold
    }

    .prof-review{
        background: #eee
    }
    .prof-review ul{
        display: flex;
        flex-wrap: wrap;
    }
    .prof-review ul li.photo{
        width: 30%
    }
    .prof-review ul li.center{
        width: 40%;
        padding-top: 40px;
    }

    .prof-review h2 {
        width: 320px;
        margin: auto;
        margin-top: -10px;
        color: #c01500;
        font-size: 1.9rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .prof-review h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .prof-review h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        color: #000;
        font-size: 1.1rem;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .prof-review span {
        color: #000;
    }

    .prof-review .text{
        padding: 30px 0px 50px 0px;
        color: #000;
        font-size: 0.8rem;
        line-height: 1.5;
        text-align: center
    }


    .accordionbox{
        width: 80%;
        margin: auto;
        margin-top: 60px;
        background:#ffeec1;
        padding: 20px;
    }
    .accordionlist dt{
        display:block;
        background: #fff;
        padding: 20px 0 10px 5px;
        border-top: 1px solid #ffeec1;
    }
    .accordionlist dt:first-child{
        border-top: none !important;
    }
    .accordionlist dt .title{
        padding-left: 10px;
        float: left;
        font-weight: 600;
    }
    .accordionlist dd{
        display:none;
        background: #f6f4ed;
        padding:20px;
        font-size: 0.8rem;
        line-height: 1.8
    }
    .accordion_icon,
    .accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: relative;
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 5px;
    }
    .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #ad9a66;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    /*＋、×切り替え*/
    .accordion_icon.active span:nth-of-type(1) {
        top: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }


}

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

    .main{
        background: #fff;
    }
    .main .photo{
        position:relative;
        float: left;
        width:50%;
        background: #fff;
    }
    .main .photo .icon{
        position:absolute;
        bottom: 5px;
        right: 5px;
    }
    .main .photo .icon img{
        width: 30px
    }
    .main .center{
        float: right;
        width:50%;
        background: #fff;
        text-align: center
    }

    .main .prof{
        width: 100%;
        padding-top: 25px;
    }
    .main .prof div.image {
        width:50px;
        height:50px;
        margin: auto;
        border-radius:50px;
        overflow:hidden;
    }
    .main .prof div.image img {
        width:50px;
        height:50px;
        border-radius:50px;
    }
    .main .prof dl.detail {
    }
    .main .prof dl.detail dt.name {
        margin-top:8px;
        margin-bottom:4px;
        color: #000;
        font-size:1.3rem;
        font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight:600;
        line-height:100%;
        letter-spacing:0.1em;
    }
    .main .prof dl.detail dd.name {
        font-size:12px;
        line-height:140%;
        letter-spacing:0.1em;
    }
    .main .prof dl.detail dd.size {
        font-family: 'Lato-Regular';
        color:#a0a0a0;
        font-size: 0.6rem;
        font-weight: bold;
        line-height:120%;
    }
    .main .prof dl.detail dt.type,
    .main .prof dl.detail dd.type {
        font-size:0.7rem;
        color: #c01500;
        font-weight: bold;
        display:inline-block;
        margin-top:6px;
    }
    .main .prof dl.detail dt.type {
        font-size:0.6rem;
        color: #000;
        font-weight:bold;
    }
    .main .prof dl.detail dt.type:after {
    }
    .main .prof dl.detail dd.type {
        margin:0px;
    }
    .main .center .comment{
        width: 85%;
        margin: auto;
        padding-top: 10px;
        color: #000;
        border-top: 1px dotted #000;
        font-size: 0.75rem;
        line-height: 1.8
    }

    .content{
        background: -moz-linear-gradient(top left, #333, #000);
        background: -webkit-linear-gradient(top left, #333, #000);
        background: linear-gradient(to bottom right, #333, #000);
        padding: 15px 12px
    }
    .content ul{
        display: flex;
        flex-wrap: wrap;
        border-top: 1px dotted #666;
        border-left: 1px dotted #666;
    }
    .content li{
        width: calc(100% / 1);
        padding: 7px 0px;
        color: #fff;
        font-size: 0.8rem;
        margin-left: -1px;
        border-bottom: 1px dotted #666;
        border-right: 1px dotted #666;
        line-height: 1.4
    }

    .content .faq-q{
        float: left;
        width: 50%;
        color: #fdcc05;
        font-weight: bold;
    }
    .content .faq-q i{
        padding-left: 10px
    }
    .content .faq-a{
        float: right;
        width: 50%;
        font-weight: bold;
    }


    .main .sp-comment{
        border-top: 1px dotted #666;
        border-bottom: 1px dotted #666;
        margin: 20px;
        padding: 15px 0px;
        color: #000;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1.6
    }


    .main-sp-photo{
        margin-top: -2px
    }
    .main-sp-photo .detail{
        display: flex;
        flex-wrap: wrap;
    }
    .main-sp-photo .detail .image{
        position:relative;
        width: calc(100% / 2);
    }
    .main-sp-photo .detail .image .icon{
        position:absolute;
        bottom: 5px;
        right: 5px;
    }
    .main-sp-photo .detail .image .icon img{
        width: 30px
    }



    .main-sub{
        display: flex;
        flex-wrap: wrap;
        background: #eee;
    }
    .main-sub h2 {
        width: 320px;
        margin: auto;
        padding-top: 40px;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
         border-bottom: solid 1px #fff;
        position: relative;
    }

    .main-sub h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }
    .main-sub h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        color: #000;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .main-sub span {
        color: #000;
    }

    .main-sub .option{
        width: 100%;
    }
    .main-sub .option ul{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }
    .main-sub .option li{
        width: calc(100% / 2);
        margin-bottom: 5px;
    }
    .option-list{
        width: 98%;
        margin: auto
    }
    .option-list .left{
        float: left;
        width: 81%;
        background: -moz-linear-gradient(top left, #d09800, #c38f01);
        background: -webkit-linear-gradient(top left, #d09800, #c38f01);
        background: linear-gradient(to bottom right, #d09800, #c38f01);
        border: 1px dotted #ccc;
    }
    .option-list .left p{
        padding: 8px 5px;
        color: #fff;
        font-size: 0.9rem;
        font-weight: bold;
        text-shadow: 0px 1px 0px #000;
        -moz-text-shadow: 0px 1px 0px #000;
        -webkit-text-shadow: 0px 1px 0px #000;
    }
    .option-list .right{
        float: right;
        width: 15%;
        margin-left: -1px;
        background: #fff;
        border: 1px dotted #ccc;
    }
    .option-list .right p{
        padding: 8px 5px;
        color: #000;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center
    }


    .selfmovie{
        width: 100%;
        margin: auto;
    }


    .main-sub .diary{
        width: 100%;
        margin-top: -10px;
        padding-bottom: 40px
    }
    .main-sub .diary .iframe{
        padding: 10px;
    }


    .grad-wrap {
        position: relative;
    }
    .grad-wrap + .grad-wrap {
        margin-top: 40px;
    }
    .grad-btn {
        z-index: 2;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        width: 150px;
        margin: auto;
        padding: .3em 0;
        border-radius: 2px;
        background: #c01500;
        color: #fff;
        font-size: 1rem;
        text-align: center;
        cursor: pointer;
        transition: .2s ease;
        box-shadow: 0 0 3px rgba(0,0,0,.3);
    }
    .grad-btn::after {
        content: "続きを読む"
    }
    .grad-btn:hover {
        background: #fff;
        color: #c01500;
    }
    .grad-btn .fa {
        margin-right: .5em;
    }
    .grad-item {
        position: relative;
        overflow: hidden;
        height: 120px;
    }
    .grad-item p + p {
        margin-top: 1em;
    }
    .grad-item::before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 50px; /*グラデーションで隠す範囲*/
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
        background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    }
    .grad-trigger {
        display: none;
    }
    .grad-trigger:checked ~ .grad-btn {
        bottom: -2em;
    }
    .grad-trigger:checked ~ .grad-btn::after {
        content: "閉じる"
    }
    .grad-trigger:checked ~ .grad-btn .fa {
        transform: rotate(180deg);
    }
    .grad-trigger:checked ~ .grad-item {
        height: auto;
    }
    .grad-trigger:checked ~ .grad-item::before {
        display: none;
    }


    .prof-btn{
        padding-bottom: 5px;
    }
    .prof-btn ul {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
    }
    .prof-btn li {
        width: calc(100% / 1);
    }

    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .container a{
        text-decoration: none;
    }
    .container span{
        font-size: 0.8rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }
    .btn {
        flex: 1 1 auto;
        margin: 5px;
        padding: 5px 0px;
        text-align: center;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        border-radius: 2px;
    }
    .btn:hover {
        background-position: right center;
        text-decoration: none;
    }
    .btn-prof {
        width: 100%;
        background-image: linear-gradient(to right, #c1a66a 0%, #dbc9a0 51%, #c1a66a 100%);
        font-size: 0.7rem;
        font-weight: bold;
        line-height: 1.2
    }



    .profile-week{
        padding: 40px 0px;
        background: #fff;
        color: #000;
    }
    .profile-week h2{
        padding-bottom: 30px;
        font-size: 1.5rem;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    .profile-week h3{
        margin-bottom: 10px;
        font-size: 0.6rem;
        letter-spacing: .2em;
        line-height: 1;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
        text-align: center
    }
    .profile-week ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        text-align: center
    }
    .profile-week li{
        width: calc(100% / 3);
        height: 120px;
        color: #fff;
        background: -moz-linear-gradient(top left, #111, #000);
        background: -webkit-linear-gradient(top left, #111, #000);
        background: linear-gradient(to bottom right, #111, #000);

    }
    .profile-week li.prof-today{
        background: -moz-linear-gradient(top left, #c1a66a, #b49142); 
        background: -webkit-linear-gradient(top left, #c1a66a, #b49142); 
        background: linear-gradient(to bottom right, #c1a66a, #b49142); 
    }
    .profile-week li p{
        width: 65%;
        margin: auto;
        margin-bottom: 10px;
        padding-top: 25px;
        font-size: 1.0rem;
        font-weight: bold;
        border-bottom: solid 1px #fff;
        transform: rotate(.03deg);
        line-height: 2.1
    }
    .profile-week li span{
        font-size: 1.0rem;
        font-weight: bold;
        font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        transform: rotate(.03deg);
    }

    .prof-review{
        background: #eee
    }
    .prof-review ul{
        display: flex;
        flex-wrap: wrap;
    }

    .prof-review ul li.center{
        width: 100%;
        padding-top: 40px;
    }

    .prof-review h2 {
        width: 320px;
        margin: auto;
        margin-top: -10px;
        border-bottom: solid 1px #fff;
        color: #c01500;
        font-size: 1.8rem;
        font-family: 'Nosifer', cursive;
        font-weight: normal;
        text-align: center;
        position: relative;
    }

    .prof-review h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }

    .prof-review h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        color: #000;
        font-size: 0.9rem;
        font-family: "Sawarabi Mincho";
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .prof-review span {
        color: #000;
    }

    .prof-review .text{
        padding: 20px 10px 50px 10px;
        color: #000;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5;
        text-align: center
    }


    .accordionbox{
        width: 80%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        background:#ffeec1;
        padding: 20px;
    }
    .accordionlist dt{
        display:block;
        background: #fff;
        padding: 20px 0 0px 5px;
        border-top: 1px solid #ffeec1;
    }
    .accordionlist dt:first-child{
        border-top: none !important;
    }
    .accordionlist dt .title{
        padding-left: 10px;
        float: left;
        font-size: 0.8rem;
        font-weight: bold
    }
    .accordionlist dd{
        display:none;
        background: #f6f4ed;
        padding:15px;
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.8
    }
    .accordion_icon,
    .accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: relative;
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 5px;
    }
    .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #ad9a66;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    /*＋、×切り替え*/
    .accordion_icon.active span:nth-of-type(1) {
        top: 5px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }


}





/*===============================

ボタンアニメーション

================================*/

@media screen and (min-width: 1025px) {

    .button_base {
        margin: 0;
        border: 0;
        font-size: 1.0rem;
        font-weight: 600;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -100px;
        width: 150px;
        height: 40px;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-user-select: none;
        cursor: default;
        line-height: 1.8
    }

    .button_base:hover {
        cursor: pointer;
    }

    .button_base2 {
        margin: 0;
        border: 0;
        font-size: 1.0rem;
        font-weight: 600;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -130px;
        width: 250px;
        height: 40px;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-user-select: none;
        cursor: default;
        line-height: 1.8
    }

    .button_base2:hover {
        cursor: pointer;
    }

    .b03_skewed_slide_in {
        overflow: hidden;
        border: #fff solid 1px;
    }

    .b03_skewed_slide_in div {
        position: absolute;
        text-align: center;
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 5px;
    }

    .b03_skewed_slide_in div:nth-child(1) {
        color: #fff;
        background-color: #000;
    }

    .b03_skewed_slide_in div:nth-child(2) {
        background-color: #fff;
        color: #000;
        width: 280px;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transform: translate(-300px, 0px) skewX(-30deg);
        -webkit-transform: translate(-300px, 0px) skewX(-30deg);
        -moz-transform: translate(-300px, 0px) skewX(-30deg);
    }

    .b03_skewed_slide_in div:nth-child(3) {
        color: #000;
        left: -200px;
        transition: left 0.2s ease;
        -webkit-transition: left 0.2s ease;
        -moz-transition: left 0.2s ease;
    }

    .b03_skewed_slide_in:hover div:nth-child(2) {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transform: translate(-15px, 0px) skewX(-30deg);
        -webkit-transform: translate(-15px, 0px) skewX(-30deg);
        -moz-transform: translate(-15px, 0px) skewX(-30deg);
    }

    .b03_skewed_slide_in:hover div:nth-child(3) {
        left: 0px;
        transition: left 0.3ffffff0004s ease;
        -webkit-transition: left 0.3ffffff0004s ease;
        -moz-transition: left 0.3ffffff0004s ease;
    }

    .b05_3d_roll {
        perspective: 500px;
        -webkit-perspective: 500px;
        -moz-perspective: 500px;
    }

    .b05_3d_roll div {
        position: absolute;
        text-align: center;
        width: 100%;
        height: 50px;
        padding: 10px;
        border: #fff solid 1px;
        pointer-events: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .b05_3d_roll div:nth-child(1) {
        color: #fff;
        background-color: #fff;
        transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transform-origin: 50% 50% -25px;
        -webkit-transform-origin: 50% 50% -25px;
        -moz-transform-origin: 50% 50% -25px;
    }

    .b05_3d_roll div:nth-child(2) {
        color: #fff;
        background-color: #ffffff;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transform-origin: 50% 50% -25px;
        -webkit-transform-origin: 50% 50% -25px;
        -moz-transform-origin: 50% 50% -25px;
    }

    .b05_3d_roll:hover div:nth-child(1) {
        color: #ffffff;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
    }

    .b05_3d_roll:hover div:nth-child(2) {
        background-color: #fff;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
    }


    .click-button {
        width: 300px;
        margin: 0px auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .click-button a {
        color: #fff;
        font-weight: bold
    }


    .info-btn{
        margin-top: 5px;
        padding: 5px 30px;
        font-weight: bold;
        display: inline-block;
        text-decoration: none !important;
        font-size: 0.8rem;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
        border-radius: 5px;
    }
    .info-click {
        background-color: #fdcc05;
        border: 2px solid #fdcc05;
        color: #fff !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .info-click:hover {
        background-color: transparent;
        border: 2px solid #fdcc05;
        color: #fdcc05 !important;
    }


    .myButton {
        width: 300px;
        margin: 0px auto;
        -moz-box-shadow: inset 0px 1px 0px 0px #666;
        -webkit-box-shadow: inset 0px 1px 0px 0px #666;
        box-shadow: inset 0px 1px 0px 0px #666;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #000));
        background: -moz-linear-gradient(top, #333 5%, #000 100%);
        background: -webkit-linear-gradient(top, #333 5%, #000 100%);
        background: -o-linear-gradient(top, #333 5%, #000 100%);
        background: -ms-linear-gradient(top, #333 5%, #000 100%);
        background: linear-gradient(to bottom, #333 5%, #000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000', GradientType=0);
        background-color: #333;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #555;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-size: 0.9rem;
        padding: 10px 0px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #333;
        text-align: center;
    }
    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #333));
        background: -moz-linear-gradient(top, #000 5%, #333 100%);
        background: -webkit-linear-gradient(top, #000 5%, #333 100%);
        background: -o-linear-gradient(top, #000 5%, #333 100%);
        background: -ms-linear-gradient(top, #000 5%, #333 100%);
        background: linear-gradient(to bottom, #000 5%, #333 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#333', GradientType=0);
        background-color: #000;
    }
    .myButton:active {
        position: relative;
        top: 1px;
    }

}

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

    .button_base {
        margin: 0;
        border: 0;
        font-size: 0.7em;
        font-weight: 600;
        position: relative;
        width: 105px;
        height: 2px;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-user-select: none;
        cursor: default;
        line-height: 1
    }

    .button_base:hover {
        cursor: pointer;
    }

    .button_base2 {
        margin: 0;
        border: 0;
        font-size: 1.0rem;
        font-weight: 600;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: -25px;
        margin-left: -130px;
        width: 250px;
        height: 40px;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-user-select: none;
        cursor: default;
        line-height: 1.8
    }

    .button_base2:hover {
        cursor: pointer;
    }


    .b03_skewed_slide_in {
        overflow: hidden;
        border: #fff solid 1px;
    }

    .b03_skewed_slide_in div {
        position: absolute;
        text-align: center;
        width: 100%;
        height: 50px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 5px;
    }

    .b03_skewed_slide_in div:nth-child(1) {
        color: #fff;
        background-color: #000;
    }

    .b03_skewed_slide_in div:nth-child(2) {
        background-color: #fff;
        width: 280px;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transform: translate(-300px, 0px) skewX(-30deg);
        -webkit-transform: translate(-300px, 0px) skewX(-30deg);
        -moz-transform: translate(-300px, 0px) skewX(-30deg);
    }

    .b03_skewed_slide_in div:nth-child(3) {
        color: #000;
        left: -200px;
        transition: left 0.2s ease;
        -webkit-transition: left 0.2s ease;
        -moz-transition: left 0.2s ease;
    }

    .b03_skewed_slide_in:hover div:nth-child(2) {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transform: translate(-15px, 0px) skewX(-30deg);
        -webkit-transform: translate(-15px, 0px) skewX(-30deg);
        -moz-transform: translate(-15px, 0px) skewX(-30deg);
    }

    .b03_skewed_slide_in:hover div:nth-child(3) {
        left: 0px;
        transition: left 0.3ffffff0004s ease;
        -webkit-transition: left 0.3ffffff0004s ease;
        -moz-transition: left 0.3ffffff0004s ease;
    }

    .b05_3d_roll {
        perspective: 500px;
        -webkit-perspective: 500px;
        -moz-perspective: 500px;
    }

    .b05_3d_roll div {
        position: absolute;
        text-align: center;
        width: 100%;
        height: 35px;
        padding-top: 10px;
        border: #fff solid 1px;
        pointer-events: none;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .b05_3d_roll div:nth-child(1) {
        color: #fff;
        background-color: #fff;
        transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transform-origin: 50% 50% -25px;
        -webkit-transform-origin: 50% 50% -25px;
        -moz-transform-origin: 50% 50% -25px;
    }

    .b05_3d_roll div:nth-child(2) {
        color: #fff;
        background-color: #ffffff;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transform-origin: 50% 50% -25px;
        -webkit-transform-origin: 50% 50% -25px;
        -moz-transform-origin: 50% 50% -25px;
    }

    .b05_3d_roll:hover div:nth-child(1) {
        color: #ffffff;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
    }

    .b05_3d_roll:hover div:nth-child(2) {
        background-color: #fff;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
    }


    .info-btn{
        margin-top: 5px;
        padding: 5px 30px;
        font-weight: bold;
        display: inline-block;
        text-decoration: none !important;
        font-size: 0.8rem;
        font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
        border-radius: 5px;
    }
    .info-click {
        background-color: #b49142;
        border: 2px solid #b49142;
        color: #fff !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .info-click:hover {
        background-color: transparent;
        border: 2px solid #b49142;
        color: #b49142 !important;
    }


    .click-button {
        width: 300px;
        margin: 0px auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .click-button a {
        color: #fff;
        font-weight: bold
    }

    .myButton {
        width: 300px;
        margin: 0px auto;
        -moz-box-shadow: inset 0px 1px 0px 0px #666;
        -webkit-box-shadow: inset 0px 1px 0px 0px #666;
        box-shadow: inset 0px 1px 0px 0px #666;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #000));
        background: -moz-linear-gradient(top, #333 5%, #000 100%);
        background: -webkit-linear-gradient(top, #333 5%, #000 100%);
        background: -o-linear-gradient(top, #333 5%, #000 100%);
        background: -ms-linear-gradient(top, #333 5%, #000 100%);
        background: linear-gradient(to bottom, #333 5%, #000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000', GradientType=0);
        background-color: #333;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #555;
        display: inline-block;
        cursor: pointer;
        color: #fff;
        font-size: 0.9rem;
        padding: 10px 0px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #333;
        text-align: center;
    }
    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #333));
        background: -moz-linear-gradient(top, #000 5%, #333 100%);
        background: -webkit-linear-gradient(top, #000 5%, #333 100%);
        background: -o-linear-gradient(top, #000 5%, #333 100%);
        background: -ms-linear-gradient(top, #000 5%, #333 100%);
        background: linear-gradient(to bottom, #000 5%, #333 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#333', GradientType=0);
        background-color: #000;
    }
    .myButton:active {
        position: relative;
        top: 1px;
    }
}





/*===============================

画像アニメーション

================================*/

.purun {
    -webkit-animation: purun 0.8s linear 0s 1;
    animation: purun 0.8s linear 0s 1;
}

@-webkit-keyframes purun {
    0% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }
    15% {
        -webkit-transform: scale(0.9, 0.9) translate(0%, 5%);
    }
    30% {
        -webkit-transform: scale(1.3, 0.8) translate(0%, 10%);
    }
    50% {
        -webkit-transform: scale(0.8, 1.3) translate(0%, -10%);
    }
    70% {
        -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    }
    100% {
        -webkit-transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

@keyframes purun {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
    15% {
        transform: scale(0.9, 0.9) translate(0%, 5%);
    }
    30% {
        transform: scale(1.3, 0.8) translate(0%, 10%);
    }
    50% {
        transform: scale(0.8, 1.3) translate(0%, -10%);
    }
    70% {
        transform: scale(1.1, 0.9) translate(0%, 5%);
    }
    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}


@media screen and (min-width: 1025px) {

    #pageTop {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 100px;
        height: 100px;
        background: -moz-linear-gradient(top left, #dea900, #ca9a00);
        background: -webkit-linear-gradient(top left, #dea900, #ca9a00);
        background: linear-gradient(to bottom right, #dea900, #ca9a00);
        font-size: 0.8rem;
        color: #fff;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        z-index: 100000000;
    }
    #pageTop i {
        padding-top: 17px;
        font-size: 2.8rem;
    }

}

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

    #pageTop {
        display: none;
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        background: #ffd504;
        font-size: 0.8rem;
        color: #000;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        z-index: 100000000;
    }
    #pageTop i {
        padding: 6px;
        font-size: 1.2rem;
    }

}



.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.side-open .wrapper,
.side-open .overlay {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

.overlay {
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0,0,0,.7);
}

.overlay::after {
    content: "";
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255,255,255,0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255,255,255,.8);
}


.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 300px;
    height: 100%;
    padding-top: 40px;
    text-align: left;
    background: #000;
    z-index: 1;
}

.side-menu_ul {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.side-menu_ul ul{
    display: flex;
    flex-wrap: wrap;
    margin: 15px;
    border-left: 1px #666 dotted;
    border-top: 1px #666 dotted;
}

.side-menu_ul li {
    width: calc(100% / 2);
    margin-left: -1px;
    border-right: 1px #666 dotted;
    border-bottom: 1px #666 dotted;
}
.side-menu_ul li a{
    display: block;
    font-size: 0.9rem;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.side-menu_ul li p{
    padding: 10px 5px;
}
.side-menu_ul li i{
    font-size: 1.0rem;
}

.job{
    width: 300px;
}
.job .box{
    display: flex;
    flex-wrap: wrap;
}
.job .box .button{
    width: calc(100% / 2);
}
.job .box .button .nav-rec {
    width: 150px;
    height: 70px;
    background: -moz-linear-gradient(top left, #ff2da2, #e4007f);
    background: -webkit-linear-gradient(top left, #ff2da2, #e4007f);
    background: linear-gradient(to bottom right, #ff2da2, #e4007f);
    text-align: center
}

.job .box .button .nav-rec img {
    width: 25px;
    margin: auto;
    margin-bottom: 5px
}

.job .box .button .nav-rec a {
    display: block;
    height: 80px;
    color: #fff;
    text-decoration: none;
}

.job .box .button .nav-rec p {
    padding-top: 13px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}

.job .button .nav-staff {
    width: 150px;
    height: 70px;
    background: -moz-linear-gradient(top left, #57d8ff, #00c4ff);
    background: -webkit-linear-gradient(top left, #57d8ff, #00c4ff);
    background: linear-gradient(to bottom right, #57d8ff, #00c4ff);
    text-align: center
}

.job .button .nav-staff img {
    width: 25px;
    margin: auto;
    margin-bottom: 5px
}

.job .button .nav-staff a {
    display: block;
    height: 80px;
    color: #fff;
    text-decoration: none;
}

.job .button .nav-staff p {
    padding-top: 13px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    transform: rotate(.03deg);
}

.side-menu-tel{
    width: 300px;
    padding-top: 10px;
    color: #ffd504;
    font-weight: bold;
    line-height: 2;
    text-align: center
}
.side-menu-tel a{
    color: #ffd504;
    font-size: 1.2rem;
    text-decoration: none
}
.side-menu-tel .open-time{
    font-size: 0.6rem
}


.side-menu-btn {
    position: fixed;
    top: 10px;
    right: 23px;
    width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    z-index: 4;
}

.ellipsis-v {
    position: relative;
    display: block;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.ellipsis-v .point {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    width: 35px;
    height:2px;
    margin: auto;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ellipsis-v .point.top {
    top: 0;
}

.ellipsis-v .point.mid {
    top: 0;
    bottom: 0;
}

.ellipsis-v .point.bot {
    bottom: 0;
}

.side-menu-btn:hover .top {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.side-menu-btn:hover .bot {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.side-open .side-menu-btn:hover .top,
.side-open .top {
    width: 35px;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-open .mid {
    opacity: 0;
}

.side-open .side-menu-btn:hover .bot,
.side-open .bot {
    width: 35px;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-open .side-menu-btn:hover .bot,
.side-open .side-menu-btn:hover .top {
    background: #ffd504;
}



.myModal_popUp,
input[name="myModal_switch"],
#myModal_open + label ~ label {
    display: none;
}
#myModal_open + label,
#myModal_close-button + label {
    cursor: pointer;
}

.myModal_popUp {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
#myModal_open:checked ~ #myModal_close-button + label{
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

#myModal_open:checked + label ~ .myModal_popUp {
    background: #fff;
    display: block;
    width: 90%;
    height: 70%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    z-index: 998;
}

#myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
    width: calc(100% - 40px);
    height: calc(100% - 20px - 44px );
    padding: 20px 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}
.myModal_popUp-content .text{
    font-size: 0.7rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.5
}
.myModal_popUp-content .text span{
    color: #f00
}
#myModal_open:checked + label + #myModal_close-overlay + label {
    background: rgba(0, 0, 0, 0.70);
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    z-index: 997;
}

#myModal_open:checked ~ #myModal_close-button + label {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 44px;
    width: 90%;
    height: 44px;
    position: fixed;
    bottom: 10%;
    left: 5%;
    z-index: 999;
}
#myModal_open:checked ~ #myModal_close-button + label::before {
    content: '×';
}
#myModal_open:checked ~ #myModal_close-button + label::after {
    content: 'CLOSE';
    margin-left: 5px;
    font-size: 70%;
    font-weight: bold;
}

@media (min-width: 768px) {
    #myModal_open:checked + label ~ .myModal_popUp {
        width: 650px;
        height: 650px;
    }
    #myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
        height: calc(100% - 20px);
    }
    .myModal_popUp-content .text{
        font-size: 0.8rem;
        font-weight: bold;
        line-height: 1.5
    }
    #myModal_open:checked ~ #myModal_close-button + label {
        width: 44px;
        height: 44px;
        left: 50%;
        top: 50%;
        margin-left: 240px;
        margin-top: -285px;
        overflow: hidden;
    }
    #myModal_open:checked ~ #myModal_close-button + label::after {
        display: none;
    }
}








/*===============================

ご予約モーダルウィンドウ

================================*/

@media screen and (min-width: 1025px) {

    .hope-content{
        padding-top: 20px;
    }
    .hope-content .detail{
        display: flex;
        flex-wrap: wrap;
        padding: 5px 0px;
        font-size: 0.8rem;
        line-height: 1.5
    }
    .hope-content .detail .left{
        width: 170px;
    }
    .hope-content .detail .right{

    }
    .hope-content .detail .right p{
        font-size: 1.2rem;
        font-weight: bold;
    }
    .hope-content h4{
        width: 140px;
        height: 28px;
        padding: 7px 20px 0px 10px;
        background: transparent;
        border-left: solid 5px #fdcc05;
        color: #fdcc05;
        font-size: 0.9rem;
        font-weight: bold;
    }
    .hope-content input{
        height: 30px;
    }
    .hope-content input.form_text-big{
        width: 250px
    }
    .hope-content textarea.form_text-big{
        width: 360px;
        height: 50px;
    }
    .hope-content select{
        height: 30px;
    }
    .hope-content .icon{
        float: left;
    }
    .hope-content .icon img{
        width: 35px;
        margin-left: 5px;
        margin-right: 10px;
    }
    .hope-content .text-01{
        padding: 15px 0px;
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .hope-content .text-01 span{
        color: #ff0000;
    }
    .hope-content .input-01{
        margin-bottom: 10px;
    }
    .hope-content .textarea-01{
        height: 120px;
        margin-bottom: 10px;
    }

    .sent{
        width: 560px;
        margin: auto;
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .sent ul{
        display: flex;
        flex-wrap: wrap;
    }
    .sent li{

    }
    .hope-sent {
        width: 180px;
        margin: 0px auto;
        padding: 4px 0px;
        border-radius:0px;
        background-color: #c8b075;
        border: 1px solid #c8b075;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .5s;
        text-align: center;
    }
    .hope-sent:hover {
        background-color: transparent;
        border: 1px solid #c8b075;
        color: #c8b075;
    }
    .hope-sent a{
        display: block;
        padding: 8px;
        font-size: 1rem;
        color: #fff;
        text-decoration: none
    }
    .hope-sent a:hover{
        color: #c8b075;
        text-decoration: none;
    }

    .hope-sent-no {
        width: 180px;
        margin: 0px auto;
        padding: 4px 0px;
        border-radius:0px;
        background-color: #ccc;
        border: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .5s;
        text-align: center;
    }
    .hope-sent-no:hover {
        background-color: transparent;
        border: 1px solid #ccc;
        color: #000;
    }
    .hope-sent-no a{
        display: block;
        padding: 8px;
        font-size: 1rem;
        color: #000;
        text-decoration: none
    }
    .hope-sent-no a:hover{
        color: #000;
        text-decoration: none;
    }

}

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

    .hope-content{
        padding-top: 20px;
        text-align: left
    }
    .hope-content .detail{
        padding: 5px 0px;
        font-size: 0.7rem;
        line-height: 1.5
    }
    .hope-content .detail .left{
        width: 170px;
    }
    .hope-content .detail .right{
    }
    .hope-content .detail .right p{
        font-size: 1rem;
        font-weight: bold;
    }
    .hope-content h4{
        height: 22px;
        margin-bottom: 3px;
        padding: 2px 20px 0px 10px;
        background: transparent;
        border-left: solid 5px #fdcc05;
        color: #fdcc05;
        font-size: 0.9rem;
        font-weight: bold;
    }
    .hope-content input{
        height: 30px;
    }
    .hope-content input.form_text-small{
        width: 80px
    }
    .hope-content input.form_text-big{
        width: 90%
    }
    .hope-content textarea.form_text-big{
        width: 100%;
        height: 70px;
    }
    .hope-content select{
        height: 30px;
    }
    .hope-content .icon{
        float: left;
    }
    .hope-content .icon img{
        width: 35px;
        margin-left: 5px;
        margin-right: 10px;
    }
    .hope-content .text-01{
        padding: 15px 0px;
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .hope-content .text-01 span{
        color: #ff0000;
    }
    .hope-content .input-01{
        margin-bottom: 10px;
    }
    .hope-content .textarea-01{
        height: 120px;
        margin-bottom: 10px;
    }


    .hope-sent {
        width: 200px;
        margin: 0px auto;
        margin-top: 25px;
        padding: 4px 0px;
        border-radius:0px;
        background-color: #c8b075;
        border: 1px solid #c8b075;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .5s;
        text-align: center;
    }
    .hope-sent:hover {
        background-color: transparent;
        border: 1px solid #c8b075;
        color: #c8b075;
    }
    .hope-sent a{
        display: block;
        padding: 8px;
        font-size: 1rem;
        color: #fff;
        text-decoration: none
    }
    .hope-sent a:hover{
        color: #c8b075;
        text-decoration: none;
    }

    .hope-sent-no {
        width: 200px;
        margin: 0px auto;
        margin-top: 5px;
        margin-bottom: 25px;
        padding: 4px 0px;
        border-radius:0px;
        background-color: #ccc;
        border: 1px solid #ccc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .5s;
        text-align: center;
    }
    .hope-sent-no:hover {
        background-color: transparent;
        border: 1px solid #ccc;
        color: #000;
    }
    .hope-sent-no a{
        display: block;
        padding: 8px;
        font-size: 1rem;
        color: #000;
        text-decoration: none
    }
    .hope-sent-no a:hover{
        color: #000;
        text-decoration: none;
    }

}



@media screen and (min-width: 1025px) {

    .space-50{
        padding-top: 50px
    }

}

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

    .space-50{
        padding-top: 20px
    }

}


@media screen and (min-width: 1025px) {

    .title-bg{
        height: 250px;
        margin-top: 130px;
        background: #000
    }

    .title-bg h2 {
        width: 320px;
        margin: auto;
        padding-top: 60px;
        color: #c01500;
        font-size: 1.9rem;
        font-weight: normal;
        font-family: 'Nosifer', cursive;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .title-bg h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }
    .title-bg h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 0.8rem;
        font-weight: 200;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .title-bg span {
        color: #fff;
    }

}

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

    .title-bg{
        padding: 20px 0px;
        background: #000
    }

    .title-bg h2 {
        width: 320px;
        margin: auto;
        color: #c01500;
        font-size: 1.8rem;
        font-weight: normal;
        font-family: 'Nosifer', cursive;
        text-align: center;
        border-bottom: solid 1px #fff;
        position: relative;
    }

    .title-bg h2:after {
        position: absolute;
        content: " ";
        display: block;
        border-bottom: solid 1px #c01500;
        bottom: -1px;
        width: 10%;
    }
    .title-bg h3 {
        width: 320px;
        margin: auto;
        margin-top: 0px;
        padding: 10px 0px;
        font-size: 0.8rem;
        font-weight: 200;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
        letter-spacing: 0.3em;
        text-align: center;
        text-indent: 0.3em;
        transform: rotate(.03deg);
    }
    .title-bg span {
        color: #fff;
    }
    
}




.fomr-sent{
    width: 320px;
    margin: auto
}
input.sysNextSubmit {
    width: 150px;
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    font-size: 1.0rem;
    font-weight: bold;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.sysNextSubmit:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));
}



#content-frame {
    width: 100%;
    margin: 0;
}



.star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 125px;
    height: 25px;
    overflow: hidden;
    position: relative;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
    background-size: contain;
}
.star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
    opacity: 1;
}
.star-rating i ~ i {
    width: 40%;
}
.star-rating i ~ i ~ i {
    width: 60%;
}
.star-rating i ~ i ~ i ~ i {
    width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
    width: 100%;
}






@media screen and (min-width: 1025px) {
    .m-button-bg{
        padding-left: 30px
    }
    .m-button {
        width: 260px;
        position: relative;
        display: inline-block;
        margin-bottom:5px;
        padding: 20px 0px;
        border: 2px solid #c38f04;
        color: #c38f04;
        text-align: center;
        text-decoration: none;
        transition: .3s;
    }
    .m-button:hover {
        color: #fff;
    }
    .m-button::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: '';
        background: #c38f04;
        transform-origin: left bottom;
        transform: scale(1, 0);
        transition: transform .3s;
    }
    .m-button:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    .m-button-off {
        width: 260px;
        position: relative;
        display: inline-block;
        margin-bottom:5px;
        padding: 20px 0px;
        border: 2px solid #795206;
        color: #795206;
        text-align: center;
        text-decoration: none;
        transition: .3s;
    }
    .m-button-off:hover {
        color: #fff;
    }
    .m-button-off::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: '';
        background: #795206;
        transform-origin: left bottom;
        transform: scale(1, 0);
        transition: transform .3s;
    }
    .m-button-off:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
}
@media screen and (max-width: 1024px) {
    .m-button-bg{
        width: 260px;
        margin: auto
    }
    .m-button {
        width: 260px;
        position: relative;
        display: inline-block;
        margin-bottom:5px;
        padding: 20px 0px;
        border: 2px solid #c38f04;
        color: #c38f04;
        text-align: center;
        text-decoration: none;
        transition: .3s;
    }
    .m-button:hover {
        color: #fff;
    }
    .m-button::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: '';
        background: #c38f04;
        transform-origin: left bottom;
        transform: scale(1, 0);
        transition: transform .3s;
    }
    .m-button:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

    .m-button-off {
        width: 260px;
        position: relative;
        display: inline-block;
        margin-bottom:5px;
        padding: 20px 0px;
        border: 2px solid #795206;
        color: #795206;
        text-align: center;
        text-decoration: none;
        transition: .3s;
    }
    .m-button-off:hover {
        color: #fff;
    }
    .m-button-off::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: '';
        background: #795206;
        transform-origin: left bottom;
        transform: scale(1, 0);
        transition: transform .3s;
    }
    .m-button-off:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
}


