<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*------------------------
cta_area
------------------------*/
.cta_area {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
}
.cta_area div {
  border: 1px solid #ff466f;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.cta_area div &gt; a,
.cta_area div &gt; span {
  display: block;
  width: 100%;
  cursor: pointer;
}
.cta_area div &gt; a:hover {
  opacity: 0.7;
}
.cta_area .tel {
  width: 25%;
  font-size: 120%;
}
.cta_area .tel a,
.cta_area .tel span {
  color: #ff466f;
  padding: 41px 10px 0;
  font-size: 14px;
  background: url(../../../images/cta_icon_tel.png) center 10px / 30px auto no-repeat;
}
.cta_area .form {
  width: 70%;
}
.cta_area .form a {
  color: #fff;
  font-size: 12px;
  background: #ff466f;
  position: relative;
}
.cta_area .form a &gt; span {
  background: url(../../../images/cta_icon_calender.png) left center / 40px auto no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 4px 0 0 50px;
  white-space: nowrap;
}
.cta_area .form a span span {
  display: block;
  font-size: 170%;
}
.campaign_txt {
    font-size: 18px;
    margin-bottom: 5%;
    margin-top: 2%;
}

@media screen and (min-width: 641px){
/*-------------------
main-image
--------------------*/
#main-image {
    position: relative;
    width: 100%;
    z-index: -1;
    min-width: 985px;
    height: 38vw;
    padding-top: 14px;
}
.main-img {
    position: fixed;
    overflow: hidden;
    z-index: -1;
    min-width: 985px;
}
}
#contents {
    background: #fff;
    padding-top: 3%;
}
h2.intro {
    font-size: 18px;
    margin-bottom: 3%;
}
p.infro_text {
    margin: 20px 0 40px;
    font-size: 15px;
}
footer {
    background-color: #fff;
}

.campaign_txt {
    margin-top: 35px;
}
/*-------------------
SC_CONT_BOX
-------------------*/
#sb-site #SC_CONT_BOX {
    border: none;
}
/*-------------------
mens_plan_list
-------------------*/
.mens_plan_list {
    width: 900px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.mens_plan_list &gt; div {
    width: 45%;
}
.mens_plan_list &gt; div div img.plan_icon {
    width: 90%;
}
.mens_plan_list &gt; div p {
    font-size: 50px;
}
.mens_plan_list &gt; div p.with_tax, p.with_tax {
    font-size: 16px;
    color: #525252;
    margin-top: -10px;
}
h2.h2_mens_sotugyo {
    font-size: 23px;
    margin-bottom: 25px;
}

div#option {
    width: 60%;
    margin: 5% auto 10%;
}
/*--------------------------------------
sp
----------------------------------------*/
@media screen and (max-width: 640px){
    div#sb-site {
        padding: 66px 0px 0;
    }
    /*--- main-image ---*/
    div#main-image {
        position: relative;
    }
    h2.intro {
        font-size: 18px;
    }
    p.infro_text {
        margin: 40px 0 0;
        font-size: 12px;
    }
	#SC_CONT_BOX #MAIN_PH {
		margin-bottom: 20px;
	}
    .mens_plan_list {
        width: 95%;
    }
    .mens_plan_list &gt; div {
        width: 100%;
        margin-top: 40px;
    }
    .mens_plan_list &gt; div div img.plan_icon {
        width: 100%;
    }
    .mens_plan_list &gt; div.btn_box {
        margin-top: 0;
    }
    .mens_plan_list .btn_box #reservation {
        margin-top: 10px;
    }
    .mens_plan_list &gt; div div img,
    .mens_plan_list &gt; div p {
        margin-top: 10px;
    }
    h2.h2_mens_sotugyo {
        font-size: 23px;
        margin-top: 20px;
        margin-bottom: 17px;
    }
    .event {
        width: 90%;
        margin: 0 auto;
    }
    .line_btn {
        width: 90%;
    }
    h2.intro {
        margin-bottom: 5%;
    }

    /*------------------------
    option
    ------------------------*/
    div#option {
        width: 95%;
        margin: 0 auto;
    }
    .comparison_table {
        margin-bottom: 15%;
    }
    .comparison_table th {
        padding: 32.5px 10px;
        border: none;
        text-align: center;
        background: #828282;
        color: #fff;
    }
    .comparison_table td {
        padding: 20px 10px;
        border-top: none;
        text-align: center;
    }
    th.th-one {
        padding: 20px 10px;
    }
    td.td-one {
        border-top: #d9dad9 1px solid;
    }
    th.th-border {
        border-bottom: #d9dad9 1px solid;
        border-top: #d9dad9 1px solid;
    }
    td.td-album {
        padding:13px 10px;
    }
    th.th-minus {
        height: 74px;
        padding: 0;
    }
    td.td-minus {
        padding: 15px 0 0;
        height: 59px;
    }
    td.td-dl {
        background: #828282;
        color: #fff;
        border: none;
    }

    table.comparison_table span {
        font-size: 15px;
    }







</pre></body></html>