@charset "utf-8";

/*---------------------------------------------------------
    Theme Name: 39room
    Description: 39room LP用
    Theme URI: https://39room.com/
---------------------------------------------------------*/

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

    /* CSS Reset

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

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1;
}

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

blockquote, q {
    quotes: none;
}

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

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

ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}

mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea, img, th, td {
    vertical-align: middle;
}

ul, dl, ol {
    list-style: none;
}

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

    /* 共通設定

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

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
}

body {
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 2;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}

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

body {
    font-size: 16px;
}

}

h1, h2, h3, h4, h5, h6, th, strong {
    font-weight: normal;
    line-height: 1.6;
}

a {
    color: #000;
    text-decoration: underline;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
    transition-duration: .3s;
}

a:hover img {
    -moz-opacity: .5;
    opacity: .5;
    transition-duration: .3s;
}

img, video, object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
    transition-duration: .3s;
}

table {
    table-layout:fixed;
}

table th,
table td {
    vertical-align: middle;
}

/* ■ Wrap
----------------------------- */

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.wrap:after {
    content: "";
    display: block;
    clear: both;
}

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

.wrap {
    width: 100%;
}

}

/* ■ Wrap
----------------------------- */

.sp {
    display: none;
}

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

.sp {
    display: block;
}

.pc {
    display: none;
}

}

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

    /*

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

header {
    width: 100%;
    position: fixed;
    z-index: 9999;
}

header h1 {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

header .hdr-mybest {
    width: 150px;
    height: 150px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 150px;
}

header ul {
    width: 50%;
    max-width: 660px;
    display: flex;
    position: absolute;
    top: 15px;
    right: 0;
}

header ul li {
    flex: 1;
    margin: 0 15px;
}

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

header {
    width: 100%;
    position: absolute;
}

header h1 {
    width: 20%;
    position: absolute;
}

header .hdr-mybest {
    display: none;
}

header ul {
    width: calc(80% - 10px);
    max-width: auto;
    display: flex;
    position: absolute;
    top: 2px;
    right: 5px;
}

header ul li {
    flex: 1;
    margin: 0 5px;
}

}

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

    /*

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

#mainVisual {
    height: 810px;
    background: url("../images/img_63.png") no-repeat center center;
    background-size: cover;
    position: relative;
}

#mainVisual .description {
    font-size: 11px;
    line-height: 1.8;
    position: absolute;
    top: 15px;
    left: 320px;
}

#mainVisual .wrap {
    padding: 100px 0 0;
}

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

#mainVisual .description {
    display: none;
}

}

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

#mainVisual {
    height: auto;
    background: url("../images/img_63.png") no-repeat center center;
    background-size: cover;
    position: relative;
}

#mainVisual .wrap {
    padding: 14% 5px 12%;
}

}


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

    /*

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

.cta {
    height: 320px;
    background: url("../images/img_57.png") no-repeat center center;
    background-size: cover;
}

.cta .box {
    width: 1000px;
    height: 360px;
    outline: 5px solid #49d;
    outline-offset: -10px;
    background: url("../images/img_50.png") no-repeat right 5px #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    animation: anime 1s ease 0s infinite alternate;
    transform-origin:center;
}

@keyframes anime {
    0% {transform: scale(0.98,0.98);}
    100% {transform: scale(1,1);}
}

.cta .box::after {
    position: absolute;
    top: -5px;
    right: -5px;
    content: "";
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top: 25px solid #05a;
    border-right: 25px solid #05a;
}

.cta .box::before {
    position: absolute;
    left: -5px;
    bottom: -5px;
    content: "";
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-left: 25px solid #05a;
    border-bottom: 25px solid #05a;
}

.cta .box > img {
    width: 135px;
    height: 135px;
    position: absolute;
    top: -30px;
    right: 250px;
}

.cta p {
    display: inline-block;
    position: relative;
    height: 56px;
    color: #ffe500;
    line-height: 56px;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    margin: 0 0 0 -40px;
    padding: 0 40px;
    background: linear-gradient(90deg, #49d, #05a);
}

.cta p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-width: 28px 20px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #fff;
}

.cta p small {
    font-size: 80%;
}

.cta h2 {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 20px 0;
}

.cta h2 small {
    font-size: 80%;
}

.cta h2 span {
    background: url("https://39room.com/wp/wp-content/themes/39room_wp/images/cta-bg_03.svg") repeat-x center 90%;
    background-size: 12px;
}

.cta h2 strong {
    color: #d00;
    font-weight: 800;
}

.cta ul {
    display: flex;
    width: 722px;
    margin: 0 -20px;
}

.cta ul li {
    flex: 1;
    padding: 0 20px;
}

.cta ul li h3 {
    font-weight: 600;
    letter-spacing: -1px;
    margin: 0 0 10px;
}

.cta ul li h3::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url("../images/img_58.svg") no-repeat;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}

.cta ul li:first-child {
    border-left: 1px solid #fff;
}

.cta ul li:last-child {
    border-left: 1px dotted #000;
}

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

.cta {
    height: auto;
    background: url("../images/img_57.png") no-repeat center center;
    background-size: cover;
    padding: 20px 10px;
}

.cta .box {
    width: 100%;
    height: auto;
    outline: 4px solid #49d;
    outline-offset: -8px;
    background: url("../images/img_50.png") no-repeat center 10px #fff;
    background-size: auto 240px;
    padding: 200px 20px 20px;
    position: relative;
    top: auto;
}

@keyframes anime {
    0% {transform: scale(0.98,0.98);}
    100% {transform: scale(1,1);}
}

.cta .box::after {
    position: absolute;
    top: -4px;
    right: -4px;
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-top: 15px solid #05a;
    border-right: 15px solid #05a;
}

.cta .box::before {
    position: absolute;
    left: -4px;
    bottom: -4px;
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-left: 15px solid #05a;
    border-bottom: 15px solid #05a;
}

.cta .box > img {
    width: 120px;
    height: 120px;
    position: absolute;
    top: -30px;
    right: auto;
    left: 0;
}

.cta p {
    width: calc(100% + 20px);
    font-size: 21px;
    margin: 0 0 0 -16px;
    padding: 0 10px 0 15px;
}

.cta h2 {
    font-size: 25px;
    margin: 20px 0 10px;
}

.cta ul {
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.cta ul li {
    margin: 10px 0;
    padding: 0;
}

.cta ul li h3 {
    font-weight: 600;
    margin: 0 0 5px;
}

.cta ul li h3::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url("../images/img_58.svg") no-repeat;
    margin: 0 5px 0 0;
    position: relative;
    top: 4px;
}

.cta ul li:first-child a {
    margin: 5px 0 0;
}

.cta ul li:first-child,
.cta ul li:last-child {
    border-left: none;
}

}

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

    /*

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

.mybest {
    text-align: center;
    background: linear-gradient(#fae9d3, #fff, #fae9d3);
    padding: 60px 0;
}

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

.mybest {
    padding: 20px 20px 40px;
}

}

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

    /*

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

#portal {
    background: url("../images/img_53.svg") no-repeat 110% center;
    background-size: 40%;
}

#portal .wrap {
    padding: 100px 0;
}

#portal p.sub {
    margin: 0 0 .5em;
}

#portal p.sub span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: #05a;
    padding: .1em .5em;
    background: linear-gradient(90deg, #49d, #05a);
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    position: relative;
}

#portal h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
}

#portal h2 span {
    color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#portal .content {
    width: 640px;
    margin: 20px 0;
}

#portal .content span {
    background: #ff0;
}

#portal .content ul {
    display: flex;
    margin: 20px -16px 0;
}

#portal .content ul li {
    flex: 1;
    margin: 10px;
    padding: 0 6px;
}

#portal .content .note {
    color: #888;
    font-size: 50%;
    text-align: right;
}

#portal .wrap > img {
    position: absolute;
    right: 20px;
    bottom: 0;
}

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

#portal {
    background: url("../images/img_53.svg") no-repeat 110% bottom;
    background-size: 50%;
}

#portal .wrap {
    padding: 40px 10px 0;
}

#portal p.sub span {
    font-size: 18px;
}

#portal h2 {
    font-size: 24px;
}

#portal .content {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}

#portal .content span {
    background: #ff0;
}

#portal .content ul {
    display: flex;
    margin: 20px -5px 0;
}

#portal .content ul li {
    flex: 1;
    margin: 5px;
    padding: 0;
}

#portal .content .note {
    color: #888;
    font-size: 50%;
    text-align: right;
}

#portal .wrap > img {
    display: block;
    width: 75%;
    margin: 20px auto 0;
    position: relative;
    right: auto;
    bottom: auto;
}

}

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

    /*

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

#usp {
    background: url("../images/img_47.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 0 120px;
}

#usp .secTitle {
    height: 380px;
    text-align: right;
    background: url("../images/img_54.png") no-repeat center center;
    padding: 50px 0;
    position: relative;
}

#usp .secTitle .wrap > img {
    position: absolute;
    left: 0;
    bottom: -50px;
}

#usp .description {
    margin: -140px 0 20px;
    overflow: hidden;
}

#usp .description h3 {
    width: 420px;
    float: left;
}

#usp .description .text {
    width: 740px;
    font-weight: 500;
    margin: 200px 0 0;
    float: right;
}

#usp .description .text img {
    display: block;
    width: 180px;
    margin: 0 0 10px;
}

#usp .description .text span {
    background: #ff0;
}

#usp ul li {
    height: 260px;
    background: url("../images/img_56.png") no-repeat right top;
    padding: 20px 0;
    position: relative;
}

#usp ul li dl {
    overflow: hidden;
    padding: 24px 10px;
}

#usp ul li dl dt {
    width: 240px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    background: linear-gradient(90deg, #49d, #05a);
    padding: .25em .6em .25em 1em;
    float: left;
    transform: skewX(-10deg);
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 10px 10px 0 rgba(0,85,170,.2);
}

#usp ul li dl dt span {
    display: block;
    float: right;
    color: #05a;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

#usp ul li dl dt span::before {
    content: "";
    width: 90px;
    height: 74px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transform: skewX(10deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 4px 0 2px rgba(0,0,0,.2);
}

#usp ul li dl dd {
    width: 800px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -1px;
    background: #fff;
    margin: 0 100px 0 0;
    padding: .25em 1.5em;
    float: right;
    transform: skewX(-10deg);
    box-shadow: 10px 10px 0 rgba(0,85,170,.6);
}

#usp ul li dl dd span {
    color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#usp ul li p {
    font-weight: 500;
    margin: 20px 40px 0 80px;
    position: relative;
}

#usp ul li p::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/img_48.svg");
    background-size: 30px;
    position: absolute;
    top: 5px;
    left: -40px;
}

#usp ul li p strong {
    font-weight: 500;
    background: #ff0;
}

#usp ul li p .note {
    display: block;
    color: #888;
    font-size: 60%;
}

#usp ul li img {
    width: 350px;
    position: absolute;
    top: 10px;
    right: 0;
}

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

#usp {
    padding: 0 0 40px;
}

#usp .secTitle {
    height: auto;
    text-align: center;
    background: url("../images/img_54.png") no-repeat center center;
    background-size: auto 100%;
    padding: 20px 5px;
}

#usp .secTitle .wrap > img {
    display: none;
}

#usp .description {
    margin: -20px 10px 20px;
    overflow: hidden;
}

#usp .description h3 {
    width: 74%;
    float: none;
    margin: 0 16% 0 10%;
}

#usp .description .text {
    width: 100%;
    margin: 10px 0 0;
    float: none;
}

#usp .description .text img {
    display: block;
    width: 120px;
    margin: 0 0 10px;
}

#usp ul li {
    height: auto;
    background: url("../images/img_56.png") no-repeat right 20px;
    background-size: 120px;
    padding: 10px 0;
    position: relative;
}

#usp ul li dl {
    overflow: hidden;
    padding: 10px 0;
}

#usp ul li dl dt {
    width: 140px;
    font-size: 18px;
    margin: 0 10px;
    float: none;
    box-shadow: 6px 6px 0 rgba(0,85,170,.2);
}

#usp ul li dl dt span {
    font-size: 30px;
}

#usp ul li dl dt span::before {
    width: 50px;
    height: 42px;
}

#usp ul li dl dd {
    width: 90%;
    font-size: 20px;
    margin: 0 auto;
    padding: .25em 1em;
    float: none;
    box-shadow: 6px 6px 0 rgba(0,85,170,.6);
}

#usp ul li p {
    margin: 10px 10px 10px 40px;
}

#usp ul li p::before {
    width: 15px;
    height: 15px;
    background: url("../images/img_48.svg");
    background-size: 15px;
    position: absolute;
    top: 8px;
    left: -20px;
}

#usp ul li img {
    display: block;
    width: 75%;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    top: auto;
    right: auto;
}

}

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

    /*

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

#which {
    background: linear-gradient(90deg,#e0eff8 0%,#e0eff8 50%,#fff 50%,#fff 100%);
    padding: 100px 0;
}

#which .bg {
    background: url("https://39room.com/wp/wp-content/themes/39room_wp/images/which-bg_01.png") no-repeat center 160px;
}

#which h2 {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -1px;
}

#which h2 span {
    color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#which ul.or {
    text-align: center;
    margin: 30px 0 0;
}

#which ul.or li {
    display: inline-block;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.6;
    padding: 0 .5em;
    position: relative;
    border-radius: 5px;
}

#which ul.or li:nth-child(1) {
    color: #fff;
    background-color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#which ul.or li:nth-child(1) strong {
    color: #ffe500;
    font-weight: 800;
}

#which ul.or li:nth-child(2) span {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    background: #000;
    border-radius: 50%;
    position: relative;
    top: -5px;
}

#which ul.or li:nth-child(3) {
    border: 3px solid #000;
    background: #fff;
}

#which ul.or li:nth-child(3) strong {
    color: #d00;
    font-weight: 800;
}

#which ul.or li:nth-child(3) strong span {
    font-size: 50%;
    font-weight: 600;
    position: relative;
    top: -5px;
}

#which ul.case {
    display: flex;
    margin: 40px 0 0;
}

#which ul.case li {
    flex: 1;
    margin: 0 30px;
}

#which ul.case li .container {
    padding: 40px 0 0;
    border-radius: 10px;
}


#which ul.case li:first-child .container {
    background: #fff;
}

#which ul.case li:last-child .container {
    background: #f6f6f6;
}

#which ul.case li .container h3 {
    text-align: center;
    position: relative;
}

#which ul.case li .container h3 strong {
    font-weight: 600;
}

#which ul.case li .container h3 strong span {
    display: block;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
}

#which ul.case li:first-child .container h3 strong span {
    color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#which ul.case li:last-child .container h3 strong span {
    color: #d00;
}

#which ul.case li .container h3::before,
#which ul.case li .container h3::after {
    font-size: 48px;
    font-weight: 400;
}

#which ul.case li .container h3::before {
    content: "[";
    position: absolute;
    top: 0;
    left: 120px;
}

#which ul.case li .container h3::after {
    content: "]";
    position: absolute;
    top: 0;
    right: 120px;
}

#which ul.case li .image {
    margin: 40px;
}

#which ul.case li .container h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin: 40px 0 0;
    padding: 20px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    border-radius: 0 0 10px 10px;
}

#which ul.case li .container h4 span {
    color: #ffe500;
}

#which ul.case li:first-child .container h4 {
    background-color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
}

#which ul.case li:last-child .container h4 {
    background: #d00;
}

#which ul.case li h5 {
    font-weight: 600;
    text-align: center;
    background: #ffe500;
    margin: 20px 0 0;
    padding: .5em 0;
    border-radius: 2em;
    text-shadow:
           2px 2px 0px #fff, -2px -2px 0px #fff,
          -2px 2px 0px #fff,  2px -2px 0px #fff,
           2px 0px 0px #fff, -2px  0px 0px #fff,
           0px 2px 0px #fff,  0px -2px 0px #fff;
}

#which ul.case li:first-child h5 {
    color: #05a;
}

#which ul.case li:last-child h5 {
    color: #d00;
}

#which ul.case li h4 br,
#which ul.case li h5 br {
    display: none;
}

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

#which {
    background: linear-gradient(#e0eff8 0%,#e0eff8 50%,#fff 50%,#fff 100%);
    padding: 40px 10px;
}

#which .bg {
    background: none;
}

#which h2 {
    font-size: 22px;
}

#which ul.or {
    text-align: center;
    margin: 10px 10px 0;
}

#which ul.or li {
    display: block;
    font-size: 24px;
    padding: .25em 0;
}

#which ul.or li:nth-child(1) {
    color: #fff;
    background-color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#which ul.or li:nth-child(1) strong {
    color: #ffe500;
    font-weight: 800;
}

#which ul.or li:nth-child(2) {
    margin: -15px 0;
    z-index: 99;
}

#which ul.or li:nth-child(2) span {
    display: inline-block;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    top: 0;
}

#which ul.or li:nth-child(3) strong span {
    font-size: 60%;
    position: relative;
    top: -4px;
}

#which ul.case {
    flex-direction: column;
    margin: 0;
}

#which ul.case li {
    width: calc(100% + 20px);
    margin: 0 -10px;
}

#which ul.case li:first-child {
    background: #e0eff8;
    padding: 40px 20px;
}

#which ul.case li:last-child {
    background: #fff;
    padding: 40px 20px 10px;
}

#which ul.case li .container {
    padding: 0 0 20px;
}

#which ul.case li .container h3 strong span {
    font-size: 24px;
}

#which ul.case li .container h3::before,
#which ul.case li .container h3::after {
    font-size: 48px;
    font-weight: 400;
}

#which ul.case li .container h3::before {
    content: "[";
    position: absolute;
    top: -12px;
    left: 40px;
}

#which ul.case li .container h3::after {
    content: "]";
    position: absolute;
    top: -12px;
    right: 40px;
}

#which ul.case li .image {
    margin: 20px;
}

#which ul.case li .container h4 {
    font-size: 20px;
    margin: 0 0 30px;
    padding: 20px 10px;
    border-radius: 10px 10px 0 0;
}

#which ul.case li h5 {
    margin: -10px 0 0;
    padding: .5em;
}

#which ul.case li h4 br,
#which ul.case li h5 br {
    display: block;
}

}

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

    /*

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

#flow {
    background: repeating-linear-gradient(-45deg, #fff 0px, #fff 4px, #fafafa 4px, #fafafa 8px);
    padding: 100px 0;
}

#flow h2 {
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -1px;
}

#flow h2 strong {
    color: #05a;
    font-weight: 800;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#flow h2 br {
    display: none;
}

#flow ul {
    display: flex;
    flex-flow: wrap;
    margin: 60px 0 0;
}

#flow ul li {
    width: 260px;
    text-align: center;
    line-height: 1.8;
    margin: 0 20px;
    position: relative;
}

#flow ul li::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #05a;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 100;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

#flow ul li:nth-child(1)::before {
    content: "01";
}
#flow ul li:nth-child(2)::before {
    content: "02";
}
#flow ul li:nth-child(3)::before {
    content: "03";
}
#flow ul li:nth-child(4)::before {
    content: "04";
}

#flow ul li::after {
    content: "";
    display: block;
    width: 40px;
    height: 32px;
    background: url("../images/img_52.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 180px;
    right: -40px;
}

#flow ul li:last-child::after {
    display: none;
}

#flow ul li h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    background: #49d;
    padding: .5em 0;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    border-radius: 5px;
}

#flow ul li h3::after {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #49d;
    position: absolute;
    top: 100%;
    left: calc(50% - 15px);
}

#flow ul li .icon {
    width: 160px;
    margin: 40px auto 20px;
}

#flow ul li .text .present {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    background: #e0eff8;
    margin: 10px 0 5px;
    padding: 10px 20px;
    position: relative;
    border-radius: 5px;
}

#flow ul li .text .present strong {
    color: #05a;
    font-weight: 600;
    letter-spacing: -1px;
}

#flow ul li .text .present img {
    display: block;
    width: 100px;
    position: absolute;
    bottom: 0;
    right: -10px;
}

#flow ul li .text .note {
    color: #888;
    font-size: 50%;
    text-align: right;
}

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

#flow {
    padding: 40px 10px 0;
}

#flow h2 {
    font-size: 24px;
}

#flow h2 br {
    display: block;
}

#flow h2 span {
    display: none;
}

#flow ul {
    display: flex;
    flex-flow: wrap;
    margin: 20px 0 0;
}

#flow ul li {
    width: 80%;
    margin: 20px auto 60px;
}

#flow ul li::before {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

#flow ul li::after {
    content: "";
    display: block;
    width: 40px;
    height: 32px;
    background: url("../images/img_52.svg") no-repeat;
    background-size: 100%;
    position: absolute;
    top: auto;
    right: calc(50% - 20px);
    bottom: -50px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#flow ul li h3 {
    font-size: 18px;
}

#flow ul li .icon {
    width: 120px;
    margin: 40px auto 10px;
}

}

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

    /*

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

#review {
    background: url("../images/img_55.png") no-repeat center center;
    padding: 100px 0;
}

#review p.sub {
    text-align: center;
    margin: 0 0 .5em;
}

#review p.sub strong {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    background-color: #05a;
    padding: .1em .5em;
    background: linear-gradient(90deg, #49d, #05a);
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    position: relative;
}

#review p.sub strong span {
    display: block;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 7px;
}

#review h2 {
    text-align: center;
}

#review h2 strong {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
}

#review h2 strong span {
    color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#review h2 strong::before,
#review h2 strong::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 28px;
    position: relative;
    top: 2px;
}

#review h2 strong::before {
    background: url("../images/img_49.svg") no-repeat;
    margin: 0 .5em 0 0;
}

#review h2 strong::after {
    background: url("../images/img_46.svg") no-repeat;
    margin: 0 0 0 .5em;
}

#review p.note {
    color: #888;
    font-size: 12px;
    text-align: center;
    margin: .5em 0 0;
}

#review .flexWrap {
    display: flex;
    flex-flow: wrap;
    margin: 60px 0 0;
}

#review .flexWrap .flex {
    width: 340px;
    background: #fff;
    margin: 0 30px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
}

#review .flexWrap .flex ul li {
    position: relative;
}

#review .flexWrap .flex ul li.name {
    font-size: 80%;
    padding: .5em 1em;
}

#review .flexWrap .flex ul li.name::before {
    font-family: FontAwesome;
    content: "\f2be";
    color: #aaa;
    margin: 0 .5em 0 0;
}

#review .flexWrap .flex ul li.name::after {
    content: "…";
    margin: 0 .5em 0 0;
    position: absolute;
    top: 8px;
    right: 4px;
}

#review .flexWrap .flex ul li.message {
    font-size: 80%;
    padding: 1em 1em 2em;
}

#review .flexWrap .flex ul li.message .icon {
    font-size: 120%;
    position: relative;
}

#review .flexWrap .flex ul li.message .icon i {
    margin: 0 0 0 5px;
}

#review .flexWrap .flex ul li.message .icon::before {
    font-family: FontAwesome;
    content: "\f08a \f27b \f1d9";
    letter-spacing: 10px;
}

#review .flexWrap .flex ul li.message .icon::after {
    font-family: FontAwesome;
    content: "\f097";
    position: absolute;
    top: 0;
    right: 0;
}

#review .flexWrap .flex ul li.message .hash {
    color: #06f;
    font-size: 80%;
    margin: .5em 0 0;
}

#review .flexWrap .flex ul li.message .hash span {
    margin: 0 3px;
}

#review .flexWrap .flex ul li.message .star {
    color: #f80;
    margin: .5em 0 0;
}

#review .flexWrap .flex ul li.message .star::before {
    font-family: FontAwesome;
    content: "\f164";
    color: #aaa;
    margin: 0 .5em 0 0;
}

#review .flexWrap .flex ul li.message .star span {
    display: inline-block;
    margin: 0 0 0 5px;
}

#review .flexWrap .flex ul li.message .star span::before {
    font-family: FontAwesome;
    content: "\f005 \f005 \f005 \f005 \f005";
    letter-spacing: 3px;
    margin: 0 5px 0 0;
}

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

#review {
    background: url("../images/img_55.png") no-repeat center center;
    background-size: cover;
    padding: 60px 10px;
}

#review p.sub strong {
    font-size: 24px;
}

#review h2 {
    position: relative;
}

#review h2 strong {
    font-size: 24px;
}

#review h2 strong span {
    display: block;
}

#review h2 strong::before,
#review h2 strong::after {
    position: absolute;
    top: 5px;
}

#review h2 strong::before {
    margin: 0;
    left: 20px;
}

#review h2 strong::after {
    margin: 0;
    right: 20px;
}

#review .flexWrap {
    display: flex;
    flex-flow: wrap;
    margin: 0;
}

#review .flexWrap .flex {
    width: 90%;
    margin: 20px auto 0;
}

}

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

    /*

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

#faq {
    padding: 60px 0 100px;
}

#faq h2 {
    color: #05a;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    position: relative;
    letter-spacing: -1px;
}

#faq h2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    position: absolute;
    top: 64%;
    left: 0;
    z-index: -10;
}

#faq h2 span.white {
    background: #fff;
    padding: 0 .5em;
}

#faq h2 strong {
    display: inline-block;
    color: #49d;
    font-size: 90px;
    font-weight: 200;
    margin: 0 0 0 10px;
    position: relative;
    top: 10px;
}

#faq h2 strong span.amp {
    display: inline-block;
    color: #49d;
    font-size: 60px;
    font-weight: 400;
    margin: 0 .2em;
    position: relative;
    top: -5px;
}

#faq ul {
    display: flex;
    flex-flow: wrap;
    margin: 40px 0 0;
}

#faq ul li {
    width: 50%;
    padding: 20px 10px;
}


#faq ul li dl dt {
    color: #05a;
    font-weight: 600;
    padding: 0 0 0 50px;
    position: relative;
}

#faq ul li dl dt::before {
    content: "Q";
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
    background: #05a;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
}

#faq ul li dl dd {
    font-size: 90%;
    padding: 10px 0 0 50px;
}

#faq ul li dl dd strong {
    color: #d00;
}

#faq ul li dl dd .note {
    color: #888;
    font-size: 80%;
}

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

#faq {
    padding: 30px 5px 60px;
}

#faq h2 {
    color: #05a;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    position: relative;
    left: -5px;
    letter-spacing: -1px;
}

#faq h2::before {
    display: none;
}

#faq h2 span.white {
    padding: 0;
}

#faq h2 strong {
    font-size: 60px;
}

#faq h2 strong span.amp {
    font-size: 40px;
}

#faq ul {
    margin: 20px 0 0;
}

#faq ul li {
    width: 100%;
    padding: 0;
}

#faq ul li dl dt {
    letter-spacing: -1px;
    padding: 10px 0 10px 50px;
    border-radius: 5px;
    cursor: pointer;
}

#faq ul li dl dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #49d;
    border-bottom: 2px solid #49d;
    transform: translateY(-50%) rotate(45deg);
    transition: .3s;
}

#faq ul li dl dt.open {
    background: #f6f6f6;
}

#faq ul li dl dt.open::after {
    transform: rotate(225deg);
}

#faq ul li dl dt::before {
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: 10px;
}

#faq ul li dl dd {
    display:none;
    padding: 10px 5px 10px 50px;
}

#faq ul li dl dd strong {
    color: #d00;
}

}

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

    /*

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

#company {
    background: url("../images/img_62.png") no-repeat center top #f1eee4;
}

#company .wrap {
    padding: 80px 0;
}

#company .container {
    width: 860px;
    border: 5px solid #b8ac7a;
    background: url("../images/img_61.svg") no-repeat 40px 40px #fff;
    background-size: 280px;
    margin: 0 auto;
    padding: 40px 80px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
}

#company .container h2 {
    text-align: center;
    margin: 0 0 1em;
}

#company .container h2 span {
    font-size: 32px;
    font-weight: 600;
    position: relative;
}

#company .container h2 span::before,
#company .container h2 span::after {
    font-size: 48px;
    font-weight: 400;
    position: relative;
    top: 3px;
}

#company .container h2 span::before {
    content: "[";
    margin: 0 1.2em 0 0;
}

#company .container h2 span::after {
    content: "]";
    margin: 0 0 0 1.2em;
}

#company .container p {
    text-align: center;
}

#company .container table {
    width: 100%;
    font-size: 16px;
    margin: 2em 0 0;
}

#company .container table tr:nth-child(odd) {
    background: #f8f6f1;
}

#company .container table th,
#company .container table td {
    padding: 1em;
}

#company .container table th {
    width: 28%;
}

#company .container table th span {
    display: block;
    width: 80%;
    color: #fff;
    background: #b8ac7a;
    margin: 0 auto;
    padding: .25em 1em;
    border-radius: 1em;
}

#company .container table td {
    width: 72%;
}

#company .container table td ul {
    list-style: circle;
    margin: 0 0 0 1.5em;
}

#company .imgLeft {
    position: absolute;
    left: 80px;
    bottom: 0;
}

#company .imgRight {
    position: absolute;
    right: 80px;
    bottom: 0;
}

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

#company {
    background: url("../images/img_62.png") no-repeat center top #f1eee4;
    background-size: 200%;
}

#company .wrap {
    padding: 60px 10px;
    overflow: hidden;
}

#company .container {
    width: 100%;
    background: url("../images/img_61.svg") no-repeat center 20px #fff;
    background-size: 180px;
    padding: 20px;
}

#company .container h2 span {
    font-size: 24px;
}

#company .container h2 span::before,
#company .container h2 span::after {
    font-size: 36px;
    position: relative;
    top: 1px;
}

#company .container h2 span::before {
    content: "[";
    margin: 0 1em 0 0;
}

#company .container h2 span::after {
    content: "]";
    margin: 0 0 0 1em;
}

#company .container table {
    font-size: 14px;
}

#company .container table th,
#company .container table td {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0;
}

#company .container table th {
    padding: 1em 1em .5em;
}

#company .container table td {
    padding: 0 1em 1em;
}

#company .container table td ul {
    list-style: circle;
    text-align: left;
    margin: 0 0 0 1.5em;
}

#company .imgLeft {
    width: 80px;
    position: absolute;
    left: -20px;
    bottom: 0;
}

#company .imgRight {
    width: 76px;
    position: absolute;
    right: -16px;
    bottom: 0;
}

}

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

    /*

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

footer {
    color: #fff;
    text-align: center;
    background-color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    padding: 40px;
}

footer a {
    color: #fff;
    font-size: 80%;
}

footer p {
    font-size: 60%;
}

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

footer {
    padding: 20px 0 120px;
}

}

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

    /*

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

nav {
    display: none;
}

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

nav {
    display: block;
    width: 100%;
    background: #fff;
    padding: 3px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

nav h2 {
    margin: 0 2px 2px;
}

nav ul {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

nav ul li {
    flex: 1;
    padding: 2px;
}

nav ul li img {
    animation: animefix .6s ease 0s infinite alternate;
    transform-origin:center;
}

@keyframes animefix {
    0% {transform: scale(0.96,0.96);}
    100% {transform: scale(1,1);}
}

}

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

    /*

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

.remodal .clip {
    position: absolute;
    top: -35px;
    left: calc(50% - 130px);
}

.remodal h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0 0 20px;
}

form {
    width: 800px;
    margin: 0 auto;
}

form .box {
    margin: 30px 0 0;
    padding: 20px;
}

form .box h3 {
    color: #fff;
    font-size: 24px;
    outline: 1px solid #fff;
    outline-offset: -3px;
    background: linear-gradient(90deg, #49d, #05a);
    margin: -25px -25px 20px;
    padding: 12px;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
}

form .box .attention {
    font-size: 70%;
    color: #d00;
    background: #eee;
    margin: 1em 0 0;
    padding: 1em;
    border-radius: 10px;
}

form dl {
    display: table;
    width: 100%;
    background: #fff;
    margin: 5px 0;
}

form dl dt,
form dl dd {
    display: table-cell;
    font-size: 18px;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

form dl dt {
    width: 32%;
    font-weight: 600;
}

form dl dt span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 2px 10px;
    border-radius: 3px;
}

form dl dt span.must {
    background: #d00;
}

form dl dt span.any {
    background: #aaa;
}

form dl dd {
    width: 560px;
}

form dl dd span.error {
    display: inline-block;
    color: #e44;
    font-size: 12px;
    margin: 5px 0 0;
}

form input,
form textarea {
    width: 100%;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 18px;
    border: 2px solid #ddd;
    padding: 14px;
    outline: none;
    border-radius: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
form textarea:focus {
    outline: solid 3px #05a;
    outline-offset: -1px;
    background: #e0eff8;
}

form textarea {
    height: 120px;
}

form .wpcf7-radio {
    display: block !important;
    border: 2px solid #ddd;
    border-radius: 5px;
}

form .wpcf7-list-item {
    display: block !important;
    margin: 0 !important;
}

form .wpcf7-list-item label {
    position: relative;
}

form .wpcf7-list-item input {
    position: absolute;
    top: -5px;
}

form input[type="radio"] {
    opacity : 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

form input[type="radio"] + span {
    display: block;
    color: #555;
    min-height: 45px;
    text-decoration: none;
    padding: 10px 10px 10px 50px;
}

form .first input[type="radio"] + span {
    border-bottom: 1px dotted #ddd;
}

form input[type="radio"] + span {
    background: url("../images/img_60.png") no-repeat left center;
    background-size: 50px 35px;
}

form input[type="radio"]:checked + span {
    color: #000;
    font-weight: 600;
    background: url("../images/img_59.png") no-repeat left center;
    background-size: 50px 35px;
}

form input[type="radio"]:hover + span {
    color: #000;
    font-weight: 600;
    background-color: #f6f6f6;
}

form .submitWrap {
    text-align: center;
}

input[type="submit"] {
    display: inline-block;
    width: 360px;
    color: #fff;
    font-family: 'Noto Sans Japanese', Meiryo, sans-serif;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: #2a3;
    background: linear-gradient(#3b4, #081);
    padding: 20px;
    position: relative;
    top: 0;
    border-radius: 10px;
    transition-duration: 0.3s;
    cursor: pointer;
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    box-shadow: 0 4px 0 #060;
}

input[type="submit"]:hover {
    color: #fff;
    background-color: #4c5;
    letter-spacing: 1px;
    box-shadow: 0 0 0 #060;
    top: 4px;
}

input[type="submit"]::after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.3s;
}

input[type="submit"]:hover::after {
    right: .75em;
    transition-duration: 0.3s;
}

.wpcf7-not-valid-tip {
    font-size: 80% !important;
    font-weight: 500 !important;
    text-align: center;
    background: #ffe500;
}

.wpcf7-not-valid-tip:before {
    font-family: FontAwesome;
    content: "\f071";
    margin: 0 .5em 0 0;
}

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

.remodal .clip {
    width: 140px;
    position: absolute;
    top: -22px;
    left: calc(50% - 70px);
}

.remodal h2 {
    font-size: 24px;
    margin: 20px 0 0;
}

form {
    width: 100%;
    margin: 0;
    padding: 0;
}

form .box {
    margin: 20px 0 0;
    padding: 0;
}

form .box h3 {
    font-size: 18px;
    margin: 0 -5px 10px;
    padding: 10px;
}

form .box .attention {
    text-align: left;
}

form .box .attention br {
    display: none;
}

form dl {
    display: block;
    width: 100%;
}

form dl dt,
form dl dd {
    display: block;
    font-size: 16px;
}

form dl dt {
    width: 100%;
}

form dl dd {
    width: 100%;
}

form input,
form textarea {
    font-size: 16px;
    padding: 12px;
}

form .submitWrap {
    margin: 1em 0 0;
}

input[type="submit"] {
    width: 90%;
}

}

::-webkit-input-placeholder {
    color:#ccc;
}

:-moz-placeholder {
    color:#ccc;
}

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

    /*

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

#thanks {
    background: url("https://39room.com/wp/wp-content/themes/39room_wp/images/thanks-bg_01.svg") no-repeat 110% 110%;
    background-size: 40%;
}

#thanks .wrap {
    text-align: center;
    padding: 100px 0;
}

#thanks img {
    display: block;
    width: 640px;
    margin: 0 auto 40px;
}

#thanks p {
    margin: 1em 0;
}

#thanks p.sub {
    margin: 0 0 .5em;
}

#thanks p.sub span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: #05a;
    padding: .1em .5em;
    background: linear-gradient(90deg, #49d, #05a);
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    position: relative;
}

#thanks h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0 0 20px;
}

#thanks h2 span {
    color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

#thanks {
    background: url("https://39room.com/wp/wp-content/themes/39room_wp/images/thanks-bg_01.svg") no-repeat 110% 110%;
    background-size: 60%;
}

#thanks .wrap {
    padding: 40px 20px;
}

#thanks img {
    width: 100%;
    margin: 0 auto 20px;
}

#thanks p {
    text-align: left;
    margin: 1em 0;
}

#thanks p.sub {
    text-align: center;
}

#thanks p.sub span {
    font-size: 18px;
}

#thanks h2 {
    font-size: 24px;
    margin: 0 0 10px;
}

}

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

    /*

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

#sns {
    text-align: center;
    background: #e0eff8;
    background-image: radial-gradient(#fff 20%, transparent 0), radial-gradient(#fff 20%, transparent 0);
    background-position: 0 0, 5px 5px;
    background-size: 10px 10px;
    padding: 80px 0;
    border-top: 6px solid #05a;
    border-bottom: 6px solid #05a;
    border-image: linear-gradient(90deg, #49d, #05a);
    border-image-slice: 1;
}

#sns h2 {
    font-size: 36px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0 0 20px;
}

#sns h2 span {
    color: #05a;
    background: linear-gradient(90deg, #49d, #05a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

#sns h2 span::before {
    content: "[";
    margin: 0 .5em 0 0;
}

#sns h2 span::after {
    content: "]";
    margin: 0 0 0 .5em;
}

#sns p {
    font-weight: 500;
}

#sns p br {
    display: none;
}

#sns ul {
    display: flex;
    max-width: 640px;
    margin: 30px auto 0;
}

#sns ul li {
    flex: 1;
    padding: 0 20px;
}

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

#sns {
    padding: 40px 10px;
    border-top: 5px solid #05a;
    border-bottom: 5px solid #05a;
}

#sns h2 {
    font-size: 28px;
    margin: 0 0 10px;
}

#sns p br {
    display: block;
}

#sns ul {
    margin: 20px auto 0;
}

#sns ul li {
    padding: 0 5px;
}

}

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

    /*

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

#hikkoshimart {
    text-align: center;
    background: url("https://39room.com/wp/wp-content/themes/39room_wp/images/hikkoshimart-bg_01.png");
    padding: 100px 0;
}

#hikkoshimart p {
    margin: 1em 0;
}

#hikkoshimart p span {
    color: #d05;
    font-weight: 600;
    background: #ff0;
}

#hikkoshimart p.sub {
    margin: 0 0 .5em;
}

#hikkoshimart p.sub span {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    background-color: #05a;
    padding: .1em .5em;
    background: linear-gradient(90deg, #f27, #d05);
    text-shadow: 2px 2px 4px rgba(0,0,0,.2);
    position: relative;
}

#hikkoshimart h2 {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 0 0 20px;
}

#hikkoshimart h2 span {
    color: #05a;
    background: linear-gradient(90deg, #f27, #d05);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#hikkoshimart a {
    display: block;
    width: 480px;
    margin: 40px auto 0;
}

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

#hikkoshimart {
    padding: 60px 20px;
}

#hikkoshimart p {
    text-align: left;
}

#hikkoshimart p br {
    display: none;
}

#hikkoshimart p.sub {
    text-align: center;
}

#hikkoshimart p.sub span {
    font-size: 18px;
}

#hikkoshimart h2 {
    font-size: 24px;
}

#hikkoshimart .wrap img {
    margin: 10px auto;
}

#hikkoshimart a {
    display: block;
    width: 90%;
    max-width: 480px;
    margin: 10px auto 0;
}

}

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

    /*

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

.grecaptcha-badge {
    display: none !important;
}


