@charset "UTF-8";

/* import */
@import "./default.css";
@import "./pc.css";
@import "./sp.css";
@import "./form.css";


@font-face {
    font-family: "IonIcons";
    src: url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
    src: url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal
}

/*================================================
 *  一般・共通設定
 ================================================*/

body {
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 600;
    color: #505050;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    line-height: 1.6;
    letter-spacing: -1px;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 120px;
}
.wrap {
	background-color : #78C0D6; 
}

a {
    color: #685548;
    text-decoration: none;
}

a:hover {
    color: #e78f00;
}

a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
}

hr {
    content: ".";
    display: block;
    height: 0;
    margin: 0;
    clear: both;
    visibility: hidden;
}

p {
    margin: 0 0 1em 0;
}

img {
    vertical-align: middle;
    width: 100%;
}

em {
    font-weight: bold;
}

strong {
    font-weight: bold;
    font-size: 110%;
}

pre {
    margin: 1em 0;
    padding: 1em;
}

.att {
    padding-left: 1.5em;
    text-indent: -1.5em;
}




/*================================================
 *  ヘッダー
 ================================================*/
header {
    width: 100%;
    position: fixed;
    background-color: #233644;
    background-size: contain;
    top: 0;
}

.drawer-open header {
    position: static;
}


header img {
    width: 100%;
}

#headbox {
    margin: 0 auto;
    max-width: 900px;
}

.cb-header {
    position: fixed;
    /* ヘッダーバーを固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: none;
    /* ヘッダーバーを非表示 */
}

.headimg {
    width: 75%;
    padding: 2% 0;
    float: left;
}

.headbtn {
    width: 15%;
    padding: 5px 5px;
    display: block;
    float: right;
}

main {
    width: 100%;
}

/*================================================
 *  フッター
 ================================================*/
.footbox {
    background-color: #FFFFFF;
    width: 100%;
}

.footcont {
    max-width: 640px;
    margin: 0 auto;
}


.copyright {
    clear: both;
    padding: 20px 0;
    font-size: 11px;
    text-align: center;
}



footer {
    width: 100%;
    position: fixed;
    background: none;
    background-size: contain;
    bottom: 0;
}

.drawer-open footer {
    position: static;
}


footer img {
    width: 100%;
}

#footerbox {
    margin: 0 auto;
    max-width: 900px;
}

.cb-footer {
    position: fixed;
    /* ヘッダーバーを固定 */
    bottom: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: none;
    /* ヘッダーバーを非表示 */
}

.footmenu {
    background: #5FAFA7;
}

.footmenu ul {
    padding: 10px 0;
}

.footmenu ul li {
    padding: 0 1%;
}

.footmenu a {
    color: #fff;
}

.footmenu a:hover {
    color: #FFBDBE;
}

.inline {
    text-align: center;
}

.inline li {
    display: inline;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

.totop a {
    display: block;
    text-decoration: none;
}

.totop img {}

.totop img:hover {}




/*================================================
 *  トップページ
 ================================================*/
.header,
.mainbox,
.mainbnrbox,
.pickupbnrbox,
.cont01cont,
.cont01box,
.subbox {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
    overflow: hidden;
}

.mainimg {
    background-size: 300px 300px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/bg.png);
    background-position: 0 0, 45px 45px;
}

.mainbnr {
    background: #fff;
    margin: 15px 0;
}

.pickupbnr {
    background-size: 300px 300px;
    margin: 0 auto;
    background-color: #fff;
    background-image: url(../images/bg.png);
	background-repeat:repeat;
}

.cont01box1 {}

.main_img01 {
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 55%;
    max-width: 464px;
}

.main_img02 {
    position: absolute;
    bottom: 10%;
    left: 7%;
    width: 35%;
    max-width: 220px;
}

.sub_img01 {
    position: absolute;
    top: 7%;
    left: 3%;
    width: 30%;
    max-width: 268px;
}

.sub_img02 {
    position: absolute;
    top: 7%;
    right: 10%;
    width: 20%;
    max-width: 253px;
}

.sub_img03 {
    position: absolute;
    top: 37%;
    right: 10%;
    width: 20%;
    max-width: 253px;
}

.sub_img04 {
    position: absolute;
    bottom: 6%;
    right: 10%;
    width: 20%;
    max-width: 253px;
}

.cont1_tit {
    position: absolute;
    top: 0%;
    width: 100%;
    max-width: 900px;
}

#tab-box {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

#tab-box ul {
    width: 100%;
}

#tab-box ul li {
    width: 33%;
    float: left;
}

#rankbox {
    margin: 0 auto;
    max-width: 900px;
    position: relative;
}

.rankbox {
    border: solid 10px #6ad1c8;
    padding: 15px;
    margin: 2% 2% 6%;
}

.rank1 {
    border: solid 10px #e26c4b;
}

.rank2 {
    border: solid 10px #f8b62b;
}

.rank3 {
    border: solid 10px #75c28b;
}

.rank4 {
    border: solid 10px #67b5b6;
}

.rank5 {
    border: solid 10px #6c9bd2;
}



.rankbox dt {
    float: left;
    width: 40%;
}

.rankbox dd {
    float: left;
    width: 60%;
    font-size: 4rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
}

.rankbox dd span {
    color: #ffc550;
}

.rankbox h2 {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 10px;
}

.tabul {
    font-weight: 600;
    color: #fff;
    font-size: 1.5rem;
}

.tabul li {
    float: left;
    display: inline-block;
    margin-right: 5px;
    padding: 6px 20px;
    border-radius: 50px;
    background: #8acfd1;
}

.rankbox h3 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 25px 0 10px;
    color: #fc6d92;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #fc6d92;
    border-bottom: solid 2px #fc6d92;
	font-weight:bold;
}

.txbox h4 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 25px 0 10px;
    color: #4a7fc0;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #4a7fc0;
    border-bottom: solid 2px #4a7fc0;
	font-weight:bold;
}

.txbox span {
    color: #fd7c97;
}

.pointul {
    padding: 0.5em 1em 0.5em 1.5em;
    position: relative;
    font-size: 1.5rem;
}

.pointul li {
    line-height: 1;
    padding: 0.5em 0;
    list-style-type: none !important;
    /*ポチ消す*/
}

.pointul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: 0.2em;
    /*左端からのアイコンまで*/
    color: #ffb03f;
    /*アイコン色*/
}


.rank_btn {}

.rank_btn img {
    display: block;
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
}

.rank_btn img:hover {
    transform: scale(1.05);
    /*画像の拡大率*/
    transition-duration: 0.3s;
    /*変化に掛かる時間*/
}

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


.tab {}

.tab li {
    float: left;
    width: 33%;
    margin: 0 0;
    cursor: pointer;
    list-style: none;
}

.area .showbox {
    display: none;
}

.area .show {
    display: block;
}

.subbox h1 {
    text-align: center;
    font-size: 2rem;
    margin: 2% auto;
    color: #4A7FC0;
	font-weight:bold
}

.subcont {
    background: #fff;
    margin: 3%;
    padding: 3%;

}

.subcont h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 25px 0 10px;
    color: #fff;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #4A7FC0;
    border-bottom: solid 2px #4A7FC0;
    background: #B4E2F9;
	font-weight:bold;
}

.subcont p {
    color: #666;
}


@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .rankbox dd {
        font-size: 2rem;
        letter-spacing: 0.1rem;
        margin-top: -7px;
    }

    .rankbox h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .rankbox h3,
    .rankbox h4 {
        font-size: 1.3rem;
    }

    .tabul,
    .pointul,
    .txbox p {
        font-size: 1rem;
    }

    .tabul li {
        float: left;
        display: inline-block;
        margin-right: 5px;
        padding: 3px 12px;
        border-radius: 50px;
        background: #8acfd1;
    }

    .footmenu a {
        font-size: .8rem;
    }
}


table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 10px;
}

td {
    padding: 10px auto;
    text-align: center;
    color: #1D5C79;
    font-size: 20px;
    color: #ffc550;
}

th {
    text-align: center;
    color: #6C9BD2;
    font-size: 16px;
}

.clum1 thead {
    border-bottom: 2px solid #6C9BD2;
}

.clum2 th {
    border-bottom: 2px solid #6C9BD2;
    width: 50%;
}

.clum2 td {
    font-size: 1.5rem;
    width: 50%;
}

.clum2 th:nth-child(odd) {
    border-right: 20px solid #FFF;
}

.clum2 td:nth-child(odd) {
    border-right: 20px solid #FFF;
}


.search {
    margin: 32px 8px;
    padding: 8px;
    border: 4px dotted #7fc6bd;
}

.search-title {}

.search-form {}

.select-wrap {
    position: relative;
}

.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    content: "\f123";
    font-family: "IonIcons";
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}

.search-form table {
    width: 100%;
    margin: 0;
    border-radius: 8px;
    box-sizing: border-box;
}

.search-form table th {}

.search-form table td {
    text-align: center;
    padding: 4px;
    font-size: 10px;
    width: calc(100% / 3);
}

.search-form table td input {
    font-size: 10px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    height: 40px;
    line-height: 40px;
    padding: 8px 12px;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search-form table td select {
    width: 100%;
    box-sizing: border-box;
}

.search-form table td select {
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #828c9a;
    width: 100%;
    border-radius: 3px;
}

.search-form table td select option {
    background-color: #fff;
    color: #333;
}

.search-form table td select::-ms-expand {
    display: none;
}

.search-form table td select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}

.search-submit {
    margin: 0;
}

.search-submit-button {
    background: linear-gradient(#7fc6bd, #7fc6bd);
    border: 1px solid #7fc6bd;
    border-radius: 3px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 1%;
    width: 35%;
    margin: 15px auto 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), 1px -1px 2px rgba(0, 0, 0, 0.1), -1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


/*================================================
 *  aboutme
 ================================================*/
.aboutmebox {
    background-color: #FFFFFF;
    width: 100%;
}

.aboutmecont {
    max-width: 900px;
    margin: 0 auto;
}

.aboutme {
    border: solid 10px #FC9;
    padding: 15px;
    margin: 2% 2% 6%;
}

.aboutmettl {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
	font-weight:bold;
	color:#099;
}


.aboutmephoto img {
    width: 100%;
    box-sizing: border-box;
}

.aboutmetext {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}

.aboutmeline {
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    padding: 8px;
    line-height: 2;
    border: solid 4px #5fafa7;
    background: #edfcf7;
}

.aboutmeline span {
    font-size: 16px;
    font-weight: 600;
}

.line-link-button {
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 350px;
}

.aboutmeline-button {
    margin: 0 auto;
    display: inline-block;
    background: #00c300;
    box-shadow: 0 5px 0 #25af00;
    font-size: 16px;
    position: relative;
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
    max-width: 240px;
}

.aboutmeline-button:hover {
    color: #fff;
}

.aboutmemenu {
    border: solid 2px #FC9;
    background: #FFC;
}

.aboutmemenu dt {
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    line-height: 2;
}

.aboutmemenu dd {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}

/*================================================
 *  review
 ================================================*/
.reviewbox {
    background-color: #FFFFFF;
    width: 100%;
}

.reviewcont {
    max-width: 900px;
    margin: 0 auto;
}

.review {
    border: solid 10px #fc9;
    padding: 15px;
    margin: 2% 2% 6%;
}

.reviewttl {
    padding: 8px;

    border-top: solid 2px #fc9;
    border-bottom: solid 2px #fc9;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.reviewphoto img {
    width: 100%;
    box-sizing: border-box;
}

.reviewtext {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    line-height: 2.5;
}

.reviewmenu {
    border: solid 2px #FC9;
    background: #FFC;
}

.reviewmenu dt {
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    line-height: 2;
}

.reviewmenu dd {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}

.search-conditions {
    margin-top: 16px;
    border-top: solid 2px #eee;
    border-bottom: solid 2px #eee;
    background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 3px, #f7f7f7 3px, #f7f7f7 7px);
    background: repeating-linear-gradient(-45deg, #eee, #eee 3px, #f7f7f7 3px, #f7f7f7 7px);
}

.search-conditions h3 {
    margin: 8px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

.search-conditions p {
    margin: 8px;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #505050;
    line-height: 16px;
}

.last-updated-at {
    margin: 8px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    color: #888;
}

/*================================================
 *  faq
 ================================================*/
.faqbox {
    background-color: #FFFFFF;
    width: 100%;
}

.faqcont {
    max-width: 900px;
    margin: 0 auto;
}

.faq {
    border: solid 10px #fc9;
    padding: 15px;
    margin: 2% 2% 6%;
}

.faqttl {
    padding: 8px;

    border-top: solid 2px #fc9;
    border-bottom: solid 2px #fc9;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.faqphoto img {
    width: 100%;
    box-sizing: border-box;
}

.faqlist {
    font-size: 16px;
    font-weight: 400;
    color: #505050;
    line-height: 2.5;
}

.faqlist dt {
    color: #f97f96;
}

.faqlist dd {
    color: #505050;
    margin-bottom: 20px;
}

.faqmenu {
    border: solid 2px #FC9;
    background: #FFC;
}


.faqmenu dt {
    padding: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #505050;
    line-height: 2;
}

.faqmenu dd {
    padding: 0 8px;
    font-size: 14px;
    font-weight: 400;
    color: #505050;
    line-height: 2;
}