@charset "utf-8";

/*--------------------------------------------------------------
Common
--------------------------------------------------------------*/
html {
    height: 100%;
}

body {
    background-image: url(../images/section-8.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: futura-pt, ro-nikkatsu-sei-kai-std, serif, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(255, 120, 0, 0.5);
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
form,
figure,
form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

ol {
    padding-left: 0px;
    padding-bottom: 0px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    font-size: 1.2em;
    border-spacing: 0;
}

iframe {
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.split-box {
    position: absolute;
    width: 50%;
    height: 100%;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

img[src$=".svg"] {
    width: 100%;
}

.landing-image-text ul li {
    position: relative;
    border-top: 1px solid #FEC9DD;
    line-height: 2.5;
    padding-left: 20px;
}

.landing-image-text ul li:first-child {
    border-top: none;
}

.landing-image-text li.option {
    text-align: left;
}

/* 点滅 */
.blinking {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* waribiki Badge */
.landing-image-text img.waribiki {
    position: absolute;
    right: 30px;
    width: 15%;
    top: -5px;
    -webkit-animation: waribiki 1.5s alternate infinite;
    animation: waribiki 1.5s alternate infinite;
    z-index: 10;
}

@-webkit-keyframes waribiki {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    33.33333% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    66.66667% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes waribiki {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    33.33333% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    66.66667% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media only screen and (max-width: 480px) {
    .landing-image-text li.option {
        text-align: center;
        padding-left: 0px;
    }

    .landing-image-text img.waribiki {
        top: 5px;
    }
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left !important;
}

.position-relative {
    position: relative;
}

.leftauto {
    right: 0 !important;
    left: auto !important;
}

/*年齢認証グリッドレイアウト設定
---------------------------------------------------------------------------*/
.container {
    display: -ms-grid;
    display: grid;
    height: 100vh;
    -ms-grid-columns: 1fr 0px 2fr 0px 1fr 0px 2fr 0px 1fr;
    grid-template-columns: 1fr 2fr 1fr 2fr 1fr;
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
}

.container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

.container > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

.container > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
}

.container > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.container > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.container > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

.container > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

.container > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
}

.item {
    padding: 0px;
}

.header {
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
    grid-column: 2 / 5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    text-align: center;
    z-index: 1;
}

.headerimg {
    position: relative;
}

.notice {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

.lside {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 4;
    -ms-grid-row-align: start;
    align-self: stretch;
    margin: 0;
    z-index: 2;
}

.lbtn {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    text-align: right;
    z-index: 1;
}

.rside {
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-column: 5 / 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 4;
    -ms-grid-row-align: start;
    align-self: stretch;
    margin: 0;
    z-index: 2;
}

.rbtn {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4 / 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    text-align: left;
    z-index: 1;
}

.footer {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / 6;
    text-align: center;
    margin: 0;
    padding: 5px 0;
    z-index: 1;
}

h2.midasi {
    font-family: futura-pt, ro-nikkatsu-sei-kai-std, serif, sans-serif;
    display: block;
    color: #fff;
    line-height: 1.5;
    font-size: 4vw;
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

h3.chuui {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.text-combine {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    font-size: 4em;
}

@media only screen and (max-width: 1024px) {
    h2.midasi {
        font-size: 6.5vw;
    }
}

@media only screen and (max-width: 480px) {
    h2.midasi {
        font-size: 8vw;
    }
}

/*ボタンの設定
---------------------------------------------------------------------------*/
.topbtn {
    display: inline-block;
    text-align: center;
    background: #BE002C;
    padding: 1.5em 1em;
    font-size: 1.5em;
    color: #000;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
}

.topbtn:after {
    width: 400%;
    height: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    z-index: -1;
}

.topbtn:hover {
    color: #fff;
}

.topbtn:hover:after {
    width: 195%;
    opacity: 1;
}

.topbtn:active:after {
    width: 100%;
    opacity: 1;
}

/*改行（全般）設定
---------------------------------------------------------------------------*/
@media screen and (min-width: 800px) {
    .br-pc {
        display: block;
    }

    .br-sp {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

/*FontAwesomeの色変更
---------------------------------------------------------------------------*/
.lc-pink {
    color: #fb2c79;
}

/* Transition elsements */
a,
.btn {
    -webkit-transition: all 0.125s ease-in-out 0s;
    -o-transition: all 0.125s ease-in-out 0s;
    transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
    border-radius: 2px;
}

.pr-remove {
    /*vertical-align: middle !important;*/
    text-align: center;
}

.examples {
    border-radius: 2px;
    padding: 7px 5px;
    margin: 0 0 40px;
}

.examples.bg-dark {
    background: #333;
    border: 0;
}

.et-icons .box1 {
    border: 1px solid #e5e5e5;
    display: block;
    width: 25%;
    float: left;
    padding: 0;
    font-size: 13px;
    margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
    display: inline-block;
    border-right: 1px solid #e5e5e5;
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 28px;
    margin-right: 5px;
}

.fa-icons > div {
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: -1px 0 0 -1px;
    font-size: 13px;
}

.fa-icons > div > i {
    display: inline-block;
    margin-right: 5px;
    min-width: 40px;
    min-height: 40px;
    border-right: 1px solid #f1f1f1;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Sections */
.navbar-custom + .main {
    margin-top: 50px;
}

.main {
    position: relative;
    background-color: #fff;
    /*全体の背景色*/
    z-index: 1;
}

.module,
.module-small {
    position: relative;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

/* Module header */
.module-small {
    padding: 70px 0;
}

.module-extra-small {
    padding: 25px 0px;
}

.module-medium {
    padding: 75px 0px;
}

.holder-w {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 1px;
    width: 50%;
}

.holder-w:before {
    border-top: 1px solid #FEC9DD;
    position: relative;
    display: block;
    content: "";
    top: 1px;
    height: 1px;
    width: 100%;
}

/* Sections dividers */
.divider-w {
    border-top: 1px solid #FEC9DD;
    margin: 0;
}

.divider-d {
    border-top: 1px solid #202020;
    margin: 0;
}

/* Half-image */
.side-image {
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.side-image-text {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
    color: #fff;
}

.bg-dark {
    background: #111;
}

.bg-dark-30:before {
    position: absolute;
    background: rgba(2, 2, 2, 0.4);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-60:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.8);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-dark-90:before {
    position: absolute;
    background: rgba(34, 34, 34, 0.9);
    content: " ";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-light {
    background: #f6f6f6;
}

.parallax-bg {
    background-attachment: fixed;
    background-size: cover;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
a {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    color: #BE002C;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.down a {
    color: #BE002C;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.down a:hover,
.down a:focus {
    text-decoration: none;
    outline: 0;
    color: #FEC9DD;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.section-scroll a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.section-scroll a:hover,
.section-scroll a:focus {
    text-decoration: none;
    outline: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.bg-dark a {
    color: #BE002C;
}

.bg-dark a:hover,
.bg-dark a:focus {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;
    font-weight: 400;
}

p,
ol,
ul,
blockquote {
    margin: 0px;
}

blockquote {
    border: 0;
    font-style: normal;
    font-size: 15px;
    padding: 0;
}

.font-alt {
    letter-spacing: 0px;
}

.font-serif {
    font-style: normal;
}

.large-text {
    font-size: 18px !important;
}

.course-text {
    font-size: 20px !important;
    line-height: 1.6;
    margin-bottom: 10px;
}

.course-serif {
    font-size: 18px !important;
    line-height: 1.6;
    margin-bottom: 10px;
}

.rotate {
    text-shadow: none !important;
}

.module-title {
    position: relative;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 400;
    font-size: 1.5em;
    color: #fb2c79;
    margin: 0 0 60px;
}

.module-subtitle {
    text-align: center;
    font-size: 16px;
    color: #4B4B4B;
    margin-bottom: 60px;
}

.module-icon {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.module-title + .module-subtitle {
    margin-top: -35px;
    margin-bottom: 30px;
}


/*リンクテキストの設定
---------------------------------------------------------------------------*/
.section-scroll .linktxt {
    width: 50%;
    margin: 20px auto;
    text-align: center;
    font-size: 25px;
}

.section-scroll .linktxt a {
    display: inline-block;
    width: 100%;
    background: #fb2c79;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.0);
    color: #fff;
    border: 1px solid #fb2c79;
    border-radius: 50px;
    font-size: 1em;
    padding: 15px 0;
}

.section-scroll .linktxt a:hover {
    background: #fff;
    color: #fb2c79;
}

/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
    position: fixed;
    background: #000;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
}

.loader {
    position: absolute;
    border-left: 2px solid #ffffff;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 99999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
    overflow: visible;
    height: 4px;
}

.progress-bar {
    position: relative;
}

.progress-bar.pb-dark {
    background: #4B4B4B;
}

.progress-bar span {
    position: absolute;
    display: block;
    right: -0px;
    top: -24px;
    opacity: 0;
    line-height: 12px;
    font-size: 12px;
    color: #4B4B4B;
    padding: 4px 0px;
}

.progress-bar span:after {
    display: inline-block;
    content: "%";
}

/* Tabs */
.tab-content .tab-pane {
    padding: 20px 0;
}

/* Accordion */
.panel-title {
    font-size: 14px;
}

.panel-heading a {
    position: relative;
    display: block;
}

.panel-heading a:after {
    position: absolute;
    content: "\f106";
    top: 50%;
    right: 0px;
    font-family: "FontAwesome";
    line-height: 1;
    font-size: 14px;
    margin-top: -7px;
}

.panel-heading a.collapsed:after {
    content: "\f107";
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
    border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
    border-top: 0;
}

.checkout-table {
    border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
    padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
    max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
    margin-bottom: 60px;
}

.sidebar .widget-title {
    color: #4B4B4B;
}

.widget .widget-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Icon List */
.widget .icon-list li {
    padding: 5px 0;
}

.widget .icon-list li a:before {
    content: "\00BB";
    color: #666666;
    padding-right: 5px;
}

/* Posts */
.widget-posts li {
    margin: 0 0 15px;
}

.widget-posts li:last-child {
    margin: 0;
}

.widget-posts-image {
    float: left;
    width: 64px;
}

.widget-posts-body {
    margin-left: 74px;
}

/* Search */
.search-box {
    position: relative;
}

/* Tags */
.tags a {
    background: #4B4B4B;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    padding: 4px 10px 4px 12px;
    margin: 0 1px 4px;
    border-radius: 2px;
}

.tags a:hover {
    background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
Comment Box in Blog
--------------------------------------------------------------*/
.comments,
.comment-form {
    margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
    border-bottom: 1px dotted #c2c2c2;
    font-size: 16px;
    color: #4B4B4B;
    padding-bottom: 15px;
    margin: 0 0 20px;
}

.comment-author {
    font-size: 14px;
    margin: 0 0 10px;
}

.comment-avatar {
    width: 55px;
    float: left;
    margin-top: 10px;
}

.comment-avatar img {
    border-radius: 50%;
}

.comment-content {
    padding-top: 5px;
    margin-left: 75px;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .comment .comment {
        margin-left: 75px;
    }
}

/*--------------------------------------------------------------
Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .navbar-transparent {
        background: transparent;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .navbar-custom .dropdown-menu {
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-custom .open > .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }

    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        position: absolute;
        display: block;
        right: 9px;
        top: 50%;
        margin-top: -6px;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 9px;
        content: "\f105";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }

    /* Comments */
    .comment .comment {
        margin-left: 75px;
    }
}

@media (max-width: 1200px) {

    /* Features */
    .alt-features-item {
        margin: 20px 0 0;
    }
}

@media (max-width: 1050px) {

    /* Navbar */
    .navbar-custom {
        letter-spacing: 0px;
    }
}

@media (max-width: 991px) {

    /* Navbar */
    .navbar-custom {
        letter-spacing: 0;
    }

    /* Headers */
    .lovelycollect-title-size-3 {
        letter-spacing: 8px;
        font-size: 36px;
    }

    .lovelycollect-title-size-4 {
        letter-spacing: 12px;
        font-size: 38px;
    }

    .work-item,
    .works-grid-3 .work-item,
    .container .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
        width: 50%;
    }

    /* Half-image */
    .side-image {
        position: relative;
        height: 300px;
    }
}

@media (max-width: 767px) {

    /* Navbar */
    .navbar-custom .navbar-nav {
        letter-spacing: 3px;
        margin-top: 1px;
        margin-bottom: 0;
    }

    .navbar-custom li > a:hover {
        background: rgba(255, 255, 255, 0.1) !important;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 25px;
    }

    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
    .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
        padding: 10px 35px;
    }

    .navbar-custom li a,
    .navbar-custom .dropdown-search {
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }

    .navbar-custom .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown-toggle:after {
        right: 7px;
        content: "\f107";
    }

    .navbar-custom .nav > .open > .dropdown-toggle:after,
    .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
        right: 7px;
        content: "\f106";
    }

    /* Shop navbar */
    .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
        padding-left: 15px;
    }

    .navbar-custom .cart-item-number {
        display: none;
    }

    .navbar-custom .navbar-cart > a:after {
        content: "\f107";
    }

    .navbar-custom .navbar-cart-item a {
        border: 0 !important;
    }

    .dropdown-menu.cart-list {
        text-align: left;
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    }

    .navbar-cart-item {
        border: none;
        border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
        padding-bottom: 10px;
    }

    .navbar-cart-img {
        display: none;
    }

    .navbar-cart-title {
        white-space: normal;
        padding: 0;
        margin-left: 0;
    }

    /* Headers */
    .lovelycollect-title-size-1 {
        letter-spacing: 0px;
        font-size: 20px;
    }

    .lovelycollect-title-size-2 {
        line-height: 1.3;
        letter-spacing: 0px;
        font-size: 16px;
        opacity: .8;
    }

    .lovelycollect-title-size-3 {
        letter-spacing: 0px;
        font-size: 26px;
    }

    .lovelycollect-title-size-4 {
        letter-spacing: 0px;
        font-size: 18px;
    }

    /* Features */
    .features-item {
        margin: 0 0 30px;
    }

    .alt-features-item {
        padding-left: 0;
        margin: 0 0 30px;
        text-align: center;
    }

    .alt-features-icon {
        position: static;
        width: auto;
        margin: 0 auto 8px;
    }

    /* Callout */
    .callout-text {
        margin: 0 0 30px;
    }

    .callout-text,
    .callout-btn-box {
        text-align: center;
    }

    /* Sidebar */
    .sidebar {
        margin-top: 50px;
    }

    .widget {
        margin-bottom: 60px;
    }

    .post.mb-0 {
        margin-bottom: 40px !important;
    }

    .footer {
        text-align: center;
    }

    .copyright,
    .footer-social-links {
        text-align: center;
        margin: 10px 0;
    }

    /* Half-image */
    .side-image-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Restaurant menu */
    .menu-title,
    .menu-detail,
    .menu-price-detail {
        text-align: center;
    }

    .align-center-sm {
        text-align: center;
    }

    .align-left-sm {
        text-align: left;
    }
}

/*ヘッダー内電話でのお問い合わせボタン
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
.linkbutton {
    display: block;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.telbutton {
    display: none;
    width: 90%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 480px) {
    .team-detail {
        padding: 5px;
    }

    .team-detail h5 {
        font-size: 10px;
        font-weight: bold;
    }

    .team-detail p {
        font-size: 10px;
        font-weight: bold;
    }

    .work-item,
    .works-grid-3 .work-item,
    .works-grid-4 .work-item,
    .works-grid-5 .work-item {
        width: 100%;
    }

    .telbutton {
        display: block;
    }
}
