@charset "UTF-8";

/*FontFace*/

/*@font-face {
    font-family: "yugothBlank";
    font-style: normal;
    src: url("../fonts/YuGothBlank.eot");
    src: url("../fonts/YuGothBlank.ttc") format("truetype"), url("../fonts/YuGothBlank.woff2") format("woff2"), url("../fonts/YuGothBlank.woff") format("woff");
	font-display: swap;
}

@font-face {
    font-family: "YuGothic";
    font-weight: bold;
    src: url("../fonts/YuGothB.woff") format("woff"), url("./fonts/YuGothB.ttc") format("ttc"), url("../fonts/YuGothB.eot") format("eot");
	font-display: swap;
}

@font-face {
    font-family: "YuGothic";
    font-weight: normal;
    src: url("../fonts/YuGothM.woff") format("woff"), url("../fonts/YuGothM.ttc") format("ttc"), url("../fonts/YuGothM.eot") format("eot");
	font-display: swap;
}*/
html {
    font-size: 17px;
}
body {
    font-family: 'yugothBlank', 'YuGothic';
    color: #3a3a3a;
}

.menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(20px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        transform: translateY(20px) rotate(45deg);
    }
    50% {
        transform: translateY(20px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-20px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        transform: translateY(-20px) rotate(-45deg);
    }
    50% {
        transform: translateY(-20px) rotate(0);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(20px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(20px) rotate(0);
    }
    100% {
        transform: translateY(20px) rotate(45deg);
    }
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-20px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-0px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-20px) rotate(0);
    }
    100% {
        transform: translateY(-0px) rotate(-45deg);
    }
}


/*余白*/

.m-t-2 {
    margin-top: 2px;
}
.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-35 {
    margin-top: 35px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-45 {
    margin-bottom: 45px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-r-35 {
    margin-right: 35px;
}

.m-r-40 {
    margin-right: 40px;
}

.m-r-45 {
    margin-right: 45px;
}

.m-r-50 {
    margin-right: 50px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-l-25 {
    margin-left: 25px;
}

.m-l-30 {
    margin-left: 30px;
}

.m-l-35 {
    margin-left: 35px;
}

.m-l-40 {
    margin-left: 40px;
}

.m-l-45 {
    margin-left: 45px;
}

.m-l-50 {
    margin-left: 50px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-35 {
    padding-top: 35px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-45 {
    padding-top: 45px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-35 {
    padding-bottom: 35px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-45 {
    padding-bottom: 45px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-r-30 {
    padding-right: 30px;
}

.p-r-35 {
    padding-right: 35px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-45 {
    padding-right: 45px;
}

.p-r-50 {
    padding-right: 50px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-l-30 {
    padding-left: 30px;
}

.p-l-35 {
    padding-left: 35px;
}

.p-l-40 {
    padding-left: 40px;
}

.p-l-45 {
    padding-left: 45px;
}

.p-l-50 {
    padding-left: 50px;
}


/*汎用クラス*/

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.bold {
    font-weight: bold
}

.block {
    display: block;
}

.le_1em {
    letter-spacing: 0.1em
}

.w100 {
    width: 100%
}

.ai_cen {
    align-items: center;
}

.yugo {
    font-family: 'yugothBlank', 'Yu Gothic'
}

.tx_r {
    text-align: right;
}

.tx_c {
    text-align: center;
}

.txd_n {
    text-decoration: none
}


/*カラー*/

.fff {
    color: #fff
}
.bk {
    color: #000
}

.mascut {
    color: #8fc31f
}

.orange_bg {
    background-color: #ff9000
}

.gray {
    color: #e7e7e7
}

.gray_bg {
    background-color: #e7e7e7;
}

.gray_bg2 {
    background-color: #f7f7f7;
}

.red {
    color: #fe3b3b
}


/*フォントサイズ*/

.fs-8 {
    font-size: 8px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-35 {
    font-size: 35px;
}


/*Flex*/

.flex_box {
    display: flex;
}

.ju_sb {
    justify-content: space-between;
}

.ju_cen {
    justify-content: center
}

.fl_st {
    justify-content: flex-start;
}

.fl_en {
    justify-content: flex-end;
}

.fl_wp {
    flex-wrap: wrap;
}


/*ヘッダー*/

.header {
    height: 83px;
    border-bottom: 3px solid #8fc31f;
}

.header-logo {
    width: auto;
    max-width: 222px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.header-desc {
    letter-spacing: 0.16em;
    margin-top: 14px;  /*22px;*/
    margin-bottom: 19px;
    line-height: 1.5em;  /*18px*/
}

.base_ma {
    margin-block-start: 0em;
    margin-block-end: 0em;
}

.h_sub {
    letter-spacing: 0em
}

.tell_number {
    font-family: 'Yu Gothic';
    position: relative;
    font-weight: bold;
}

.tell_number::before {
    content: '';
    position: absolute;
    background-image: url("../img/tel_icon.png");
    width: 40px;
    height: 30px;
    left: 2px;
    top: 3px;
    background-repeat: no-repeat;
}

.pa_set {
    padding: 2px 5px;  /*3px 5px;*/
    display: block;
    height: 18px;  /*16px;*/
    width: auto
}

.header-bnr {
    transition: .2s;
}

.header-bnr:hover {
    opacity: 0.8;
    transition: .2s;
}

.header-clip {
    height: 66px;
    width: 66px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: linear-gradient(#fdfdfc, #f1f0ed);
    text-align: center;
    margin: 10px 0 0 5px;
    padding-top: 4px;
    transition: 0.2s;
    text-decoration: none;
}

.header-clip:hover {
    opacity: 0.8;
    transition: 0.2s
}

.h_clp_desc {
    color: #858584;
    font-size: 10px;
    line-height: 12px
}

.fl-shr {
    flex-grow: 4;
}


/*メニュー*/

.menu_list {
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    display: inline;
    border-right: 1px solid #ccc;
    margin: 20px 0;
    padding: 10px 28px;  /*padding: 10px 75px;*/
    letter-spacing: 0.1em;
    transition: .2s
}

.menu_list:hover {
    background-color: #f1f1f1;
    transition: .2s
}

.menu_list .list_a {
    text-decoration: none;
    color: #222;
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px
}

.list_a:hover {
    opacity: 0.8
}

.menu_list:first-child {
    border-left: 1px solid #ccc;
}

.facility i {
    margin-left: 5px
}


/*パンくず*/

.pan_wrap {
    height: 25px;
    background-color: #f1f1f1;
    display: none;
}

.pan_li {
    list-style: none;
    padding-top: 5px;
    color: #0062f6
}

.pan_li a {
    color: #0062f6;
    font-size: 12px;
    font-weight: 600;
    transition: .2s
}

.pan_li a:hover {
    opacity: 0.8;
    transition: .2s
}


/*メイン*/

.main_wrap {
    background-color: #f8f8f8
}

.left_content {
    width: 750px;
    margin-bottom: 20px
}

.right_content {
    width: 220px;
}


/*フッター*/

.foot_menu {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
}

.foot_li {
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    display: inline;
    margin-right: 25px
}

.foot_link {
    color: /*#003af6;*/#393939;
    text-decoration: none;
}

.foot_link:hover {
    opacity: 0.8
}

.foot_li i {
    margin-right: 5px;
    color: #ff9000
}

.foot_logo {
    width: 136px
}

.sns_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px
}

.fb_icon {
    border: 2px solid #4390f4 !important;
    color: #4390f4 !important;
}

.twi_icon {
    border: 2px solid #1ea1f1 !important;
    color: #1ea1f1 !important
}

.footer {
    border-bottom: 8px solid #8fc31f
}


/*都道府県一覧*/

.area_wrap {
    background-color: #f0f0f0;
    /*height: 290px;*/
    padding: 33px 0 35px 0;
    position: relative;
}

.area_box {
    margin-top: 15px
}

.bigarea {
    font-size: 13px;
    width: 19%
}

.area_name {
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #616060;
    font-size: 13px;
    text-decoration: none;
    color: #616060;
	height: 1em;
}

.area_name:hover {
    opacity: 0.8
}
.area_name h3,h4 {
margin-bottom: 0px;
}

/*メインコンテンツ*/

.content_bar {
    width: 100%;
    background-color: #bcd458;
    min-height: 45px;
	/*height: 45px;*/
    display: block;
    border-bottom: 3px solid #ff9023;  /*#ecc8fa;  #f8d5a0;*/
    border-radius: 3px 3px 0 0
}

.content_bar_footer {
    width: 100%;
    /* background-color: #bcd458; */
    height: 45px;
    display: block;
    /* border-bottom: 3px solid #f8d5a0; */
    border-radius: 3px 3px 0 0
}

.content_title {
    font-size: 22px;  /*18px;*/
    letter-spacing: 0.1em;
    line-height: 43px;
    padding-left: 38px;
    color: #3a3a3a;
    position: relative;
    font-weight: bold
    /*margin-top: 50px;*/
}

.content_title_footer {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 43px;
    padding-left: 38px;
    color: #fff;
    position: relative;
    font-weight: 400
}

.content_title::before {
    background-image: url("../img/japan_icon.png");
    left: 10px;
    content: '';
    width: 28px;
    position: absolute;
    height: 35px;
    background-repeat: no-repeat;
    top: 10px
}

.content_title3 {
    font-size: 22px;  /*18px;*/
    letter-spacing: 0.1em;
    line-height: 43px;
    padding-left: 38px;
    color: #3a3a3a;
    position: relative;
    font-weight: bold;
}

.content_title_footer {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 43px;
    padding-left: 38px;
    color: #fff;
    position: relative;
    font-weight: 400
}

.content_title3::before {
    background-image: url("../img/japan_icon.png");
    left: 10px;
    content: '';
    width: 28px;
    position: absolute;
    height: 35px;
    background-repeat: no-repeat;
    top: 10px
}

.jmap_main {
    height: 535px;
    background-color: #fff;
    border-top: none
}

.search_box {
    height: 65px;
    background-color: #ededed;
    padding: 12px 10px;
}

.srch_title {
    /*width: 205px;*/
    background-color: #ededed;
}

.title1 {
    font-weight: bold;
    /*font-size: 16px;*/
    letter-spacing: 0.1em;
    padding-left: 28px;
    position: relative;
}

.title1::before {
    content: '';
    position: absolute;
    background-image: url("../img/search_icon.png");
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 6px;
    top: -1px
}

.area_select {
    /*width: 155px;*/
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 15px;
    font-size: 15px;  /*14px;*/
    letter-spacing: 0.1em
}

.text_form {
    height: 40px;
    width: 360px;
}

.free_word {
    border-radius: 5px;
    border-style: ridge;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    color: #b2b2b2;
    font-size: 14px;
    letter-spacing: 0.1em
}

.searchbtn {
    display: inline-block;
    width: 90px;
    height: 38px;
    color: #fff;
    background-color: #ff9000;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    padding: 11px;
    text-align: center;
    transition: .2s
}

.searchbtn:hover {
    opacity: 0.8;
    transition: .2s
}

.news_wrap {
    border-top: 4px solid #bcd458;
    border-radius: 4px 4px;
	background-color: #fff;
    margin-bottom: 15px
}

.news_container {
    padding: 21px 10px 5px
}

.news_content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px
}

.news_content2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px
}

.know_container {
    padding: 21px 10px 30px;
	
}

.t_box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed
}

.t_boxes {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed
}

.t_box2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #ededed
}

.t_h3 {
    font-size: 20px;  /*17px;*/
    font-weight: 900
}

.t_link {
    color: #0062f6;
    font-size: 15px;  /*12px;*/
    font-weight: 500;
    transition: .2s
}

.t_link:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: .2s
}

.fa-angle-double-right {
    color: #ff9000
}

.area_category {
    width: 73px;
    height: 23px;
    background-color: #f8f8f8;
    color: #028c64;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px
}

.daytime {
    font-size: 15px;  /*11px;*/
    font-weight: normal;  /*bold;*/
    width: 70px;  /*90px;*/
    margin-left: 10px
}

.news_desc {
    margin-left: 10px;
    /*font-size: 12px;*/
    color: #003af6 !important;
	/*color: #4b0965 !important; 紫色*/
	/*color: #6C4410 !important;*/
    /*font-weight: bold;*/
	text-decoration-style: solid;
	text-decoration-color: blue;
    /*text-decoration: none;*/
    transition: .2s
}

.news_desc:hover {
    opacity: 0.8;
    transition: .2s
}

.know_box {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
}

.knowwrap {
    display: flex;
}

.knowimg {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: block;
    margin-right: 10px;
    flex-grow: 1
}

.know_desc {
    width: 243px;
    flex-grow: 2
}
.know_desc_full {
    width: 368px;
    flex-grow: 2
}

.desc_title {
    font-size: 20px;  /*14px;*/
    font-weight: bold;
    margin-top: 3px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    padding-top: 9px;
}

.desc_list {
    list-style: none;
    /*font-size: 12px;*/
    padding: 5px 0 10px 3px;
    /*font-weight: bold;*/
}

.desc_list .fa-caret-right {
    color: #ff9000;
    margin-right: 5px;
}

.list01 {
    color: #003af6 !important;
	/*color: #4b0965 !important; 紫色*/
	/*color: #0062f6 !important;*/
	border-bottom: 1px #003af6 solid !important;
    text-decoration: none;
    tarnsition: .2s
}

.list01:hover {
    opacity: 0.8;
    tarnsition: .2s
}

.adviser_desc {
    /*font-size: 12px;*/
    margin-top: 5px;
    line-height: 1.5em;  /*18px;*/
    width: 100%
}

.t_desc {
    line-height: 16px;
    /*font-size: 12px;*/
}

.bg_gray {
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 3px
}

.senior_img,
.senior_img2 {
    width: auto;
    height: auto;
    display: block;
    margin-right: 10px;
    flex-grow: 1
}
.senior_img img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.senior_img2 {
	width: 78px;
	height: 70px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.senior_img2 img {
	width: 120px;
	height: auto;
	position: absolute;
	left: calc(100% - 92px);
	top: calc(100% - 76px);
}
.img_Senior {
    display: block;
    width: 79px;
    height: 79px;
	border-radius: 10px;
}

.senior_desc {
    width: 250px;
    flex-grow: 2;
}

.search_container {
    padding: 16px 10px 0px;
}

.news_wrap {
    z-index: 10
}

.commit_box {
    overflow: hidden;
    height: auto;
    position: relative;
}

.cond_wrap.commit_wrap {
    max-height: 0;
    z-index: -20;
    transition: 0.5s;
    overflow: hidden;
}

.cond_wrap.commit_wrap.open {
    max-height: 42em;
    transition: 0.5s
}

.close_bar {
    margin-bottom: 25px;
    border-radius: 0 0 3px 3px
}

.commitment.content_bar {
    z-index: 3
}

.search_container.p-b-10 {
    padding-bottom: 10px
}

.t_box3 {
    padding-bottom: 13px;
    border-bottom: 1px solid #ededed;
}

.content_title.cond_box::before {
    background-image: url(../img/binoculars.png);
    left: 13px;
    content: '';
    width: 28px;
    position: absolute;
    height: 35px;
    background-repeat: no-repeat;
    top: 14px;
}

.content_title.cond_box.result::before {
    background-image: url(../img/binoculars.png);
    left: 13px;
    content: '';
    width: 28px;
    position: absolute;
    height: 35px;
    background-repeat: no-repeat;
    top: 10px;
}

.content_title.cond_box.good_build::before {
    background-image: url(../img/good_job.png);
    left: 13px;
    content: '';
    width: 28px;
    position: absolute;
    height: 35px;
    background-repeat: no-repeat;
    top: 12px;
    background-size: 19px
}

.cond_wrap {
    background-color: #fff
}

.close_bar {
    width: 100%;
    background-color: #D1D1D1;
    height: 25px;
    display: block;
    transition: .2s
}

.close_p {
    font-size: 15px;  /*12px;*/
    letter-spacing: 0.0em;
    line-height: 25px;
    color: #3a3a3a;
    position: relative;
    text-align: center;
    display: block;
    text-decoration: none
}

.close_bar:hover {
    opacity: 0.8;
    transition: .2s
}

.sliderbox {
    position: relative;
}

.slidePrev {
    position: absolute;
    z-index: 10;
    top: calc(50% - 45px);
    font-weight: 600;
    background-color: #222;
    padding: 13px 13px 10px 10px;
    left: -23px;
    opacity: 0.95;
}

.slidePrevRight {
    position: absolute;
    z-index: 10;
    top: calc(50% - 45px);
    color: #fff;
    font-weight: 600;
    background-color: #222;
    padding: 13px 9px 10px 13px;
    right: -20px;
    opacity: 0.95;
}

.slidePrev a,
.slidePrevRight a {
    color: #fff;
    text-decoration: none;
}

.top_picup {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.picup {
    width: 234px;
    height: 245px;
    display: flex;
    flex-direction: column;
    /* margin-right: 15px; */
    /* margin-left: 4px; */
    margin: 0 auto;
}

.right_content .picup {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-left: 0
}

.picup_img {
    max-height: 150px;
    height: 100%;
    width: 100%;
    position: relative;
}

.obj-con {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-color: #f5f5f5;
}

.picup_desc {
    height: auto;
    width: 100%;
    padding: 0 0px 30px 0px;
    letter-spacing: 0.1em;
}

.right_content .picup_desc {
    height: auto;
    width: 100%;
    padding: 0;
    letter-spacing: 0.1em;
}

.top_picup a {
    text-decoration: none;
}

.ctgr_tag {
    height: 21px;
    padding: 5px 0px 5px 21px;
    border: 1px solid;
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px
}

.right_content .ctgr_tag,
.right_content .ctgr_tag2 {
    margin-top: 10px
}

.ctgr_tag2 {
    height: 21px;
    padding: 5px 0px 5px 26px;
    border: 1px solid;
    font-size: 9px;
    font-weight: bold;
    margin-top: 5px
}

.new_bld {
    color: #ff9000;
    border-color: #ff9000;
    margin-right: 4px; /*5px;*/
    /*width: 53px;*/
    position: relative;
}

.new_bld::before {
    background-image: url("../img/kira_icon.png");
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px
}

.vr {
    color: #00a6d6;
    border-color: #00a6d6;
    margin-right: 4px; /*11px;*/
    position: relative;
    /*width: 75px*/
}

.vr::before {
    background-image: url("../img/vr360.png");
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    background-repeat: no-repeat;
    width: 22px;
    height: 16px
}

.movies {
    /*color: #138c64;*/
    /*border-color: #138c64;*/
    margin-right: 51px; /*11px;*/
    position: relative;
    /*width: 75px*/
	border-width: 0;

}

.movies::before {
    background-image: url("../img/film_projector.png");
    content: '';
    position: absolute;
    top: 0px;  /*2px;*/
    left: 0px;  /*2px;*/
    background-repeat: no-repeat;
    width: 100%;  /*22px;*/
    height: 100%;  /*16px;*/
	border-width: 0px;
}

.clipbox {
    position: relative;
    width: 90px;
    height: 23px;
    background: #fbfbfb;
    margin-top: 4px;
    border-radius: 3px;
    transition: .2s;
    margin-bottom: 5px
}

.bg_green {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    background: #35470A; /*#8fc31f;*/
    border-radius: 3px 0 0 3px;
}

.gray_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    background: #dadada;
    border-radius: 3px 0 0 3px;
}

.clip {
    color: #35470A; /*#8fc31f;*/
    border: 1px solid #dadada;
    border-radius: 3px;
    border-left: none;
    font-size: 11px;
    height: 23px;
    letter-spacing: 0;
    padding-left: 22px;
    padding-top: 6px;
    text-decoration: none;
}

.picup a {
    text-decoration: none;
}

.cliped {
    color: #9b9a9a;
    border: 1px solid #dadada;
    border-radius: 3px;
    border-left: none;
    font-size: 11px;
    height: 23px;
    letter-spacing: 0;
    padding-left: 30px;
    padding-top: 5px;
}

.clipbox:hover {
    opacity: 0.8;
    transition: .2s
}

.clipimg {
    position: absolute;
    top: 4px;
    left: 3px
}

.clipimg2 {
    position: absolute;
    top: 6px;
    left: 3px
}

.slide_title {
    font-size: 15px;
    line-height: 16px;
    color: #4b0965;  /*#6a4511;*/
    font-weight: bold;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    line-height: 20px;
}

.slide_title2 {
    font-size: 15px;  /*12px;*/
    line-height: 1.5em; /*16px;*/
    color: #4b0965;  /*#6a4511;*/
    font-weight: bold;
    text-overflow: ellipsis;
}

.slide_box {
    overflow: hidden;
    width: 100%
}

.zone {
    font-size: 12px;
    color: #585656; /*#9b9a9a;*/
    margin-top: 8px
}

.slide_mr {
    margin-right: 14px
}

.column_wrap {
    border-top: 4px solid #8fc31f;
	border-radius: 4px 4px;
    background-color: #fff;
    margin-bottom: 15px
}

.t_box3 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}

.img_Clm {
    display: block;
    width: 70px;
    height: 70px;
}

.desc_title2 {
    /*font-size: 15px;*/
    font-weight: bold;
    /*margin-top: 10px;*/
    padding-bottom: 12px;
    color: #003af6;　/*#4b0965  #6a4511*/
}

.clm_desc {
    width: 100%;
    flex-grow: 2;
}

.clm_desc2 {
    font-size: 15px;  /*12px;*/
    line-height: 18px;
    width: 100%;
    color: #3a3a3a
}

.clm_box {
    display: flex;
    padding-top: 13px;
    justify-content: space-between;
    flex-direction: column;
}

.bdr_ora {
    /* border-top: 4px solid #ff9000 */
    border-top: 4px solid #8fc31f;
}

.right_content .search_container {
    padding: 15px 10px 10px;
}

.right_content .picup_desc .flex_box {
    margin-bottom: 10px
}

.area_category2 {
    width: 53px;
    height: 20px;
    background-color: #f8f8f8;
    color: #028c64;
    text-align: center;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 10px;
    margin-left: 10px
}

.content_title2 {
    font-size: 16px;
    letter-spacing: 0.0em;
    line-height: 35px;
    padding-left: 5px;
    color: #3a3a3a;
    position: relative;
}

.content_bar2 {
    width: 100%;
    /* background-color: #ff9000; */
    background-color: #8fc31f;
    height: 45px;
    border-bottom: 3px solid #ecc8fa;  /*#f8d5a0;*/
    border-radius: 3px 3px 0 0;
}

.popular_img {
    display: flex;
}

.p_img01 {
    width: 36%;
    margin-right: 5px;
    height: 52px
}

.po_desc {
    font-size: 12px;
    color: #3a3a3a;
    line-height: 1.5em; /*17px;*/
    font-weight: bold;
}

.picup2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e8e8e8
}

.picup_desc2 {
    height: auto;
    width: 100%;
    padding: 0 0px 15px 0px;
}

.top_picup2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
}

.tx_of {
    overflow: hidden;
    width: 100%
}

.link_box {
    text-align: right;
    padding: 11px 0
}

.faq_wrap {
    background-image: url("../img/faq_bg.png");
    width: 100%;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 11px
}

.faq_container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.faq_title {
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 18px;
    padding-top: 20px;
    font-weight: 900
}

.faq_desc {
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    padding-top: 12px
}

.faq_btn {
    background-color: #fff;
    color: #ff395e;
    font-size: 11px;
    padding: 8px;
    border-radius: 13.5px;
    text-decoration: none;
    margin-top: 40px;
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0;
    transition: .2s
}

.faq_btn:hover {
    opacity: 0.8;
    transition: .2s
}

.jcb_wrap {
    transition: .2s;
    margin-top: 17px
}

.jcb_wrap:hover {
    opacity: 0.8;
    transition: .2s
}

.detail_img {
    background-image: url("../img/advertise.png");
    width: 100%;
    height: 265px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 15px;
    position: relative;
}

.detail_btn {
    color: #8fc31f;
    background-color: #fff;
    width: 100px;
    height: 27px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    transition: .2s
}

.detail_btn:hover {
    opacity: 0.8;
    transition: .2s
}

.g-pagetop {
    display: block;
}

.g-footerNav_pagetop {
    position: absolute;
    top: 200px;
    right: 10px;
    transform: translateY(-50%);
}

.upbtn_box {
    position: relative;
    transition: .2s
}

.g-pagetop_box,.detail-g-pagetop_box {
    display: block;
    width: 57px;
    height: 57px;
    background: #000 url(../../img/common/arrow_single_up_white.svg) no-repeat center center;
	/*background: #8fc31f url(../../img/common/arrow_single_up_white.svg) no-repeat center center;*/
    background-size: 12px auto;
    border-radius: 28px;   /*3px;*/
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    position: fixed;
    z-index: 100;
    bottom: 10%;
    right: 5%;
}

.upbtn_box:hover {
    opacity: 0.8;
    transition: .2s
}

.foot_contact_pc {
    display: block;
    background-color: #8fc31f;
    border-radius: 2px;
    width: 125%;
    height: 45px;
    margin-left: 45px;
    margin-right: auto;
    margin-bottom: 0px;
    line-height: 45px;
    color: #fff !important;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 14px;
    font-weight: bold;
    transition: .2s;
    text-decoration: none;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.pc_i {
    display: inline-block;
}

.content_wrap {
    display: flex;
    justify-content: space-between;
}

.search_content {
    margin-bottom: 10px;
    display: flex;
}

.copy_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px
}

.copylogo {
    display: flex;
    align-items: center;
}

.sns_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slick-prev.slick-arrow {
    position: absolute;
    top: 140px;
    left: -25px;
    opacity: 0.5;
    background-color: #222;
    border: none;
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 1;
    color: #fff;
    width: 20px;
    height: 40px;
    transition: .2s;
	opacity: 0.5;
}

.slick-next.slick-arrow i {
    padding-right: 3px;
}

.slick-next.slick-arrow {
    position: absolute;
    top: 140px;
    right: -25px;
    opacity: 0.5;
    background-color: #222;
    border: none;
	border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: 1;
    color: #fff;
    width: 20px;
    height: 40px;
    transition: .2s;
}

.slick-next.slick-arrow i {
    padding-left: 3px;
}

.slick-next.slick-arrow:hover,
.slick-prev.slick-arrow:hover {
    opacity: 1.0;
    transition: .2s
}

/******************max-width: 1023px***********************************************************************************/
@media screen and (max-width: 1023px) {
    .commit_box {
        overflow: hidden;
        height: auto;
        position: relative;
        padding-bottom: 25px;
    }
    .hamber {}
    .head_menu {
        position: fixed;
        transform: translateY(-100vh);
        transition: 1.0s;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 5;
        border-top: 1px solid #f1f1f1;
        border-bottom: 4px solid #ff9000;
    }
    .head_menu.open {
        transform: translateY(0);
        transition: .5s
    }
    .head_menu .m-t-20 {
        margin-top: 0
    }
    .head_flex_box {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .header .container {
        z-index: 30;
        background-color: #fff;
        position: fixed;
    }
    .head_flex_box .menu_list {
        border-bottom: 1px solid #f1f1f1;
        border-right: none;
        padding-bottom: 5px;
        padding-top: 5px;
        margin-bottom: 0px;
        margin-top: 0px
    }
    .cond_wrap.commit_wrap.open {
        max-height: 67em;
    }
    .close_bar {
        border-radius: 0
    }
    .slick-prev.slick-arrow {
        left: -5px;
    }
    .slick-next.slick-arrow {
        right: -5px;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none
    }
    .pc_i {
        display: none
    }
    /*アコーディオンメニュー*/
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 40px;
        height: 44px;
        margin-top: 0px;
        margin-left: 3px;
        margin-right: 6px;
        margin-bottom: 10px;
        font-size: 10px;
        color: #3a3a3a;
        padding-top: 40px;
        text-decoration: none;
        font-weight: bold
    }
    .menu-trigger span {
        position: absolute;
        left: 10%;
        width: 80%;
        height: 4px;
        background-color: #8fc31f;  /*#3a3a3a;*/
        border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 8px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 18px;
    }
    .menu-trigger span:nth-of-type(3) {
        top: 28px;
    }
    .hamber.active:nth-of-type(1) {
        /* top: 8px; */
        top: 0px;
        /* transform: rotate(-45deg); */
    }
    .hamber.active:nth-of-type(2) {
        top: 18px;
        display: none;
    }
    .hamber.active:nth-of-type(3) {
        /* top: 28px; */
        top: 20px;
        /* transform: rotate(-45deg); */
    }
    .menu {
        max-width: 1023px;
    }
    .menu a {
        display: block;
        padding: 19px;
        text-decoration: none;
        color: #000;
        position: relative;
    }
    .menu i.arrow {
        position: absolute;
        font-size: 16px;
        margin-right: 5px;
        color: #d1d1d1;
        right: 15px
    }
    .spBmBodyInLink i.arrow {
        position: absolute;
        font-size: 16px;
        margin-right: 5px;
        color: #d1d1d1;
        right: 15px
    }
    .label {
        display: block;
        margin: 0;
        padding: 20px;
        line-height: 1;
        color: #333;
        background: #fff;
        cursor: pointer;
        font-weight: bold;
        font-size: 15px;  /*20px;*/
        /*border-bottom: 1px solid #b6b7b6;*/
        position: relative;
    }
    .accordion {
        display: none;
    }
    .menu ul {
        margin: 0;
        padding: 0;
        background: #fff;
        list-style: none;
    }
    .menu li {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    #menu_bar01:checked~#links01 li,
    #menu_bar02:checked~#links02 li,
    #menu_bar03:checked~#links03 li,
    #menu_bar04:checked~#links04 li,
    #menu_bar05:checked~#links05 li,
    #menu_bar06:checked~#links06 li,
    #menu_bar07:checked~#links07 li {
        height: 54px;
        opacity: 1;
        border-bottom: 1px solid #b8b8b8;
        font-weight: bold;
    }
    #menu_bar08:checked~#links08 li,
    #menu_bar09:checked~#links09 li,
    #menu_bar10:checked~#links10 li,
    #menu_bar11:checked~#links11 li,
    #menu_bar12:checked~#links12 li,
    #menu_bar13:checked~#links13 li,
    #menu_bar14:checked~#links14 li {
        height: 54px;
        opacity: 1;
        border-bottom: 1px solid #b8b8b8;
        font-weight: bold;
    }
    .menu_title {
        height: 40px;
        background-color: #f8f8f8;
        font-size: 20px;
        padding: 10px
    }
    .accordion_icon,
    .accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: absolute;
        width: 29px;
        top: 16px;
        right: 12px;
        height: 29px;
        margin-right: 5px;
        background-color: #313031;
        border-radius: 50%
    }
    .accordion_icon span {
        position: absolute;
        left: 7px;
        width: 50%;
        height: 3px;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 13px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 13px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .accordion_icon.active span:nth-of-type(1) {
        display: block;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 13px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    /*↑アコーディオンメニュー*/
    .container {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
    }
    .content_wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    /*ヘッダー*/
    .header {
        height: 55px;
        border-bottom: none
    }
    .header-logo {
        width: auto;
        max-width: 180px;
        margin-right: 0px;
        margin-top: 6px;
        margin-bottom: 3px;
    }
    .logo_top {
        font-size: 10px;
        color: #222;
        font-weight: 600;
        letter-spacing: 0.05em;
        padding-left: 10px
    }
    .logo_sp {
        width: 155px;  /*165px;*/
        padding-left: 5px;  /*10px;*/
        padding-top: 5px
    }
    .head_sp1 {
        font-size: 10px;
        display: block;
        border-left: 1px solid #f1f1f1;
        height: 60px;
        width: 53px;
        text-align: center;
        margin: 0 auto;
        text-decoration: none;
        font-weight: 600
    }
    .head_sp2 {
        font-size: 10px;
        display: block;
        border-left: 1px solid #f1f1f1;
        height: 60px;
        width: 53px;
        text-align: center;
        margin: 0 auto;
        text-decoration: none;
        font-weight: 600
    }
    .head_sp3 {
        font-size: 10px;
        display: block;
        border-left: 1px solid #f1f1f1;
        height: 60px;
        width: 53px;
        text-align: center;
        margin: 0 auto;
        text-decoration: none;
        font-weight: 600
    }
    .head_sp:hover {
        opacity: 0.8
    }
    .header-desc {
        letter-spacing: 0.16em;
        margin-top: 22px;
        margin-bottom: 19px;
        line-height: 18px
    }
    .base_ma {
        margin-block-start: 0em;
        margin-block-end: 0em;
    }
    .h_sub {
        letter-spacing: 0em
    }
    .header-clip {
        height: 66px;
        width: 66px;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: linear-gradient(#fdfdfc, #f1f0ed);
        text-align: center;
        margin: 10px 0 0 5px;
        padding-top: 4px;
        transition: 0.2s;
        text-decoration: none;
    }
    .header-clip:hover {
        opacity: 0.8;
        transition: 0.2s
    }
    .h_clp_desc {
        color: #858584;
        font-size: 10px;
        line-height: 12px
    }
    .fl-shr {
        flex-grow: 4;
    }
    /*メニュー*/
    .menu_list {
        font-size: 16px;
        font-weight: bold;
        list-style: none;
        display: inline;
        border-right: 1px solid #ccc;
        margin: 20px 0;
        padding: 0 71px;
        letter-spacing: 0.1em;
        transition: .2s
    }
    .menu_list:hover {
        background-color: #f1f1f1;
        transition: .2s
    }
    .list_a {
        text-decoration: none;
        color: #222
    }
    .list_a:hover {
        opacity: 0.8
    }
    .menu_list:first-child {
        border-left: 1px solid #ccc;
    }
    .facility i {
        margin-left: 5px
    }
    .jcb_img {
        width: 100%;
        padding-top: 20px
    }
    .support_bnr_img {
        width: 100%;
    }
    /*パンくず*/
    .pan_wrap {
        padding: 0 10px;
        margin-top: 5px
    }
    .pan_li {
        list-style: none;
        padding-top: 5px;
        color: #0062f6
    }
    .pan_li a {
        color: #0062f6;
        font-size: 12px;
        font-weight: 600;
        transition: .2s
    }
    .pan_li a:hover {
        opacity: 0.8;
        transition: .2s
    }
    /*メイン*/
    .main_wrap {
        background-color: #f8f8f8
    }
    .left_content {
        width: 100%;
        margin-bottom: 0
    }
    .left_content h2 h3 {
        font-size: 1.175em;
		line-height: 1.7em;
    }	
    .right_content {
        width: 100%;
    }
    /*フッター*/
    .foot_menu {
        border-bottom: 1px solid #e7e7e7
    }
    .foot_li {
        font-size: 14px;
        /*font-size: 9.5px;*/
        margin-right: 0;
        display: inline-block;
        height: 60px;
        vertical-align: middle;
        width: 50%;
        background-color: #8fc31f;  /*#fcf7fe;  #e0e0e0;*/
        float: left;
        border: 1px solid #fff;  /*#b6b7b6;*/
        padding-left: 10px;
		color: #fff;
    }
    .foot_link {
        line-height: 60px;
        color: #3a3d3a;
    }
    .foot_link:hover {
        opacity: 0.8
    }
    .foot_li i {
        margin-right: 5px;
        color: #ff9000
    }
    .foot_logo {
        /* width: 260px; */
        padding-top: 5px
    }
    .sns_icon {
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        text-align: center;
        line-height: 28px
    }
    .fb_icon {
        border: 3px solid #4390f4;
        color: #4390f4
    }
    .twi_icon {
        border: 3px solid #1ea1f1;
        color: #1ea1f1
    }
    .footer {
        border-bottom: none;
        display: flex;
        flex-direction: column;
    }
    .sns_icon i {
        font-size: 22px;
        line-height: 40px
    }
	
 /*フッターボタンをページ下部に固定*/
	#sp-fixed-menu{
		position: fixed;
		width: 100%;
		bottom: 0px;
		font-size: 0;
		opacity: 0.9;
		z-index: 99;
	}

    /*ボタンを横並び*/
	#sp-fixed-menu ul{
		display: flex;
		list-style: none;
		padding:0;
		margin:0;
		width:100%;
	}

    #sp-fixed-menu li{
		justify-content: center;
		align-items: center;
		width: 50%;
		padding:10px 20px 10px 20px;
		margin:0;
		font-size: 12px;
		/*border-right: 1px solid #fff;*/
		color: #fff;
		text-align: center;
		display:block;
		width: 100%;
	}

    /*左側BGオレンジ　グリーン*/
    #sp-fixed-menu li:first-child{
		background: #f8b62b;  /*#8fc31f;*/
		border-right: 1px solid #fff;
	}

    /*右側BGブルー*/
    #sp-fixed-menu li:last-child{
		background: #1d62b1;
		border-left: 1px solid #fff;
	}

    /*ボタン調整*/
    #sp-fixed-menu li a{
		color: #fff;
		font-size: 20px;
		text-decoration:none;
		/*text-align: center;
		display:block;
		width: 100%;
		padding:20px;*/
	}
	
	
	
    /*都道府県一覧*/
    .area_wrap {
        background-color: #f0f0f0;
        height: 290px;
        padding: 33px 0 35px 0
    }
    .area_box {
        margin-top: 15px
    }
    .bigarea {
        font-size: 13px;
        width: 19%
    }
    .area_name {
        padding-left: 20px;
        padding-right: 20px;
        border-left: 1px solid #616060;
        font-size: 13px;
        text-decoration: none;
        color: #616060
    }
    .area_name:hover {
        opacity: 0.8
    }
    /*メインコンテンツ*/
    .content_bar {
        width: 100%;
        background-color: #ff9000;
        display: flex;  /*block;*/
        border-radius: 0;
        border-bottom: none
    }
    .content_title {
        font-size: 20px;  /*18px;*/
        letter-spacing: 0.1em;
        line-height: 1.5em;  /*43px;*/
        padding-left: 38px;
        position: relative;
		font-weight: bold;
		display: flex;
		align-items: center;
		color: #3a3a3a; /*#fff;*/
    }
    .content_title_footer {
        font-weight: bold;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 43px;
        padding-left: 20px;
        color: #3B3D3A;
        position: relative;
        background-color: #F8F8F8;
    }
    .content_title::before {
        background-image: url("../img/japan_icon.png");
        left: 10px;
        content: '';
        width: 28px;
        position: absolute;
        height: 35px;
        background-repeat: no-repeat;
        top: 10px
    }
    .search_box {
        height: auto;
        padding: 10px 30px;
        flex-direction: column;
    }
    .srch_title {
        width: auto;
        /* padding-bottom: 20px */
    }
    .title1 {
        font-size: 18px;
        padding-bottom: 15px;
        padding-top: 10px;
    }
    .area_select {
        width: 100%;
        border-radius: 0;
        margin-bottom: 10px;
        border-style: none
    }
    .text_form {
        height: 40px;
        width: 100%;
        margin-bottom: 10px
    }
    .free_word {
        border-radius: 0;
        border-style: none;
        width: 100%;
        height: 100%;
    }
    .searchbtn {
        width: 210px;
        color: #fff!important;
        background-color: #8FC320;
        border-radius: 2px;
        transition: .2s
    }
    .searchbtn:hover {
        opacity: 0.8;
        transition: .2s
    }
    .news_wrap {
        width: 100%;
        margin-bottom: 0px
    }
    .news_container {
        padding: 0px 10px 5px
    }
    .news_content {
        width: 100%;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }
    .news_content2 {
        width: 100%;
        margin-bottom: 15px;
    }
    .know_container {
        padding: 15px 10px 0px
    }
    .t_box {
        padding-bottom: 10px;
    }
    .t_boxes {
        padding-bottom: 10px;
        flex-direction: column;
    }
    .t_box2 {
        padding-bottom: 16px;
        border-bottom: 1px solid #ededed
    }
    .t_h3 {
        font-size: 18px;
        font-weight: 900
    }
    .t_boxes .t_h3 {
        padding-top: 10px;
        text-align: left;
        width: 100%
    }
    .t_link {
        padding-top: 35px;
		margin-right: 5px;
    }
    .t_boxes .t_link {
        padding-top: 10px;
        width: 100%;
        text-align: right;
        font-size: 0.882em;  /*11px*/
    }
    .t_link:hover {
        text-decoration: none;
        opacity: 0.8;
        transition: .2s
    }
    .fa-angle-double-right {
        color: #ff9000
    }
    .area_category {
        width: 73px;
        height: 23px;
        background-color: #f8f8f8;
        color: #028c64;
        text-align: center;
        padding: 5px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 10px
    }
    .daytime {
        font-size: 0.882em;  /*11px;*/
        font-weight: normal;  /*bold;*/
        width: 90px;
        margin-left: 10px
    }
    .news_desc {
        margin-left: 0px;
        font-size: 0.882em;  /*13px;*/
        color: #6C4410;
        line-height: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 5px;
        width: 100%;
        overflow: hidden;
    }
    .news_desc:hover {
        opacity: 0.8;
        transition: .2s
    }
    .know_box {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .knowwrap {
        margin-bottom: 30px;
        width: 100%
    }
    .knowimg {
        /* width: 100px; */
        width: 90px;
        /* height: 100px; */
        height: 90px;
        border-radius: 10px;
        display: block;
        margin-right: 10px;
        flex-grow: 0
    }
    .know_desc {
        width: auto;
        flex-grow: 2
    }
    .desc_title {
        font-size: 1em;  /*14px;*/
        font-weight: bold;
        margin-top: 0px;  /*3px;*/
        padding-bottom: 5px;
        border-bottom: 1px solid #ededed;
    }
    .desc_list {
        list-style: none;
        font-size: 0.882em;  /*12px;*/
        padding: 5px 0 10px 3px;
        /*font-weight: bold;*/
    }
    .desc_list .fa-caret-right {
        color: #ff9000;
        margin-right: 5px;
    }
    .list01 {
        color: #4b0965; !important;
		/*color: 0062f6 !important;*/
        border-bottom: 1px #003af6 solid !important;
        text-decoration: none;
        tarnsition: .2s
    }
    .list01:hover {
        opacity: 0.8;
        tarnsition: .2s
    }
    .adviser_desc {
        font-size: 0.882em;  /*12px;*/
        margin-top: 0px;  /*5px;*/
        line-height: 1.5em;  /*18px;*/
        width: 100%
    }
    .t_desc {
        line-height: 1.5em;  /*17px;*/
        font-size: 0.882em;  /*14px;*/
    }
    .bg_gray {
        width: 100%;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    .senior_img,
	.senior_img2 {
        width: 80px;
        height: 70px;
        display: block;
        margin-right: 10px;
        flex-grow: 0
    }
    .img_Senior {
        display: block;
        width: 79px;
        height: 79px;
    }
    .senior_desc {
        width: 250px;
        flex-grow: 2;
    }
    .search_container {
        padding: 16px 10px 0px;
    }
    .search_container.p-b-10 {
        padding-bottom: 10px
    }
    .search_content {
        width: 100%;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    .t_box3 {
        padding-bottom: 13px;
        border-bottom: 1px solid #ededed;
    }
    .content_title.cond_box::before {
        background-image: url(../img/binoculars.png);
        left: 13px;
        content: '';
        width: 28px;
        position: absolute;
        height: 35px;
        background-repeat: no-repeat;
        top: 14px;
    }
    .content_title.cond_box.good_job::before {
        background-image: url(../img/good_job.png);
        left: 13px;
        content: '';
        width: 28px;
        position: absolute;
        height: 35px;
        background-repeat: no-repeat;
        background-size: 20px;
        top: 12px;
    }
    .content_title.cond_box.goggles::before {
        background-image: url(../img/goggles.png);
        left: 13px;
        content: '';
        width: 28px;
        position: absolute;
        height: 35px;
        background-repeat: no-repeat;
        background-size: 20px;
        top: 15px;
    }
    .cond_wrap {
        background-color: #fff
    }
    .close_bar {
        width: 100%;
        background-color: #F8F8F8;
        height: 25px;
        display: block;
        transition: .2s
    }
    .close_p {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 0.882em;  /*12px;*/
        letter-spacing: 0.0em;
        line-height: 10px;
        color: #000;
        position: relative;
        text-align: center;
        display: flex;
        text-decoration: none
    }
    .m-r-10 {
        margin: 0;
    }
    .close_bar:hover {
        opacity: 0.8;
        transition: .2s
    }
    .sliderbox {
        position: relative;
    }
    .slidePrev {
        position: absolute;
        z-index: 10;
        top: calc(50% - 45px);
        font-weight: 600;
        background-color: #222;
        padding: 13px 13px 10px 10px;
        left: -23px;
        opacity: 0.95;
    }
    .slidePrevRight {
        position: absolute;
        z-index: 10;
        top: calc(50% - 45px);
        color: #fff;
        font-weight: 600;
        background-color: #222;
        padding: 13px 9px 10px 13px;
        right: -20px;
        opacity: 0.95;
    }
    .slidePrev a,
    .slidePrevRight a {
        color: #fff;
        text-decoration: none;
    }
    .top_picup {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .picup {
        margin-left: auto;
        margin-right: auto
    }
    .right_content .picup {
        width: 200px;
        height: 245px;
        display: flex;
        flex-direction: column;
    }
    .picup_img {
        height: 100%;
        width: 100%;
        position: relative;
    }
    .picup_desc {
        height: 278px;
        width: 100%;
        padding: 0 0px 30px 0px;
        letter-spacing: 0.1em;
    }
    .top_picup a {
        text-decoration: none;
    }
    .ctgr_tag {
        height: 21px;
        padding: 5px 0px 5px 21px;
        border: 1px solid;
        font-size: 11px;
        font-weight: bold;
        margin-top: 5px
    }
    .right_content .ctgr_tag,
    .right_content .ctgr_tag2 {
        margin-top: 10px
    }
    .ctgr_tag2 {
        height: 21px;
        padding: 5px 0px 5px 26px;
        border: 1px solid;
        font-size: 9px;
        font-weight: bold;
        margin-top: 5px
    }
    .new_bld {
        color: #ff9000;
        border-color: #ff9000;
        margin-right: 5px;
        width: 53px;
        position: relative;
    }
    .new_bld::before {
        background-image: url("../img/kira_icon.png");
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px
    }
    .vr {
        color: #00a6d6;
        border-color: #00a6d6;
        margin-right: 11px;
        position: relative;
        width: 75px
    }
    .vr::before {
        background-image: url("../img/vr360.png");
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        background-repeat: no-repeat;
        width: 22px;
        height: 16px
    }
    .clipbox {
        position: relative;
        width: 90px;
        height: 23px;
        background: #fbfbfb;
        margin-top: 4px;
        border-radius: 3px;
        transition: .2s;
        margin-bottom: 5px
    }
    .bg_green {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20px;
        background: #35470A; /*#8fc31f;*/
        border-radius: 3px 0 0 3px;
    }
    .gray_btn {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 20px;
        background: #dadada;
        border-radius: 3px 0 0 3px;
    }
    .clip {
        color: #35470A; /*#8fc31f;*/
        border: 1px solid #dadada;
        border-radius: 3px;
        border-left: none;
        font-size: 11px;
        height: 23px;
        letter-spacing: 0;
        padding-left: 22px;
        padding-top: 6px;
    }
    .cliped {
        color: #9b9a9a;
        border: 1px solid #dadada;
        border-radius: 3px;
        border-left: none;
        font-size: 11px;
        height: 23px;
        letter-spacing: 0;
        padding-left: 30px;
        padding-top: 5px;
    }
    .clipbox:hover {
        opacity: 0.8;
        transition: .2s
    }
    .clipimg {
        position: absolute;
        top: 4px;
        left: 3px
    }
    .clipimg2 {
        position: absolute;
        top: 6px;
        left: 3px
    }
    .slide_title {
        font-size: 15px;
        line-height: 16px;
		color: #4b0965; !important;
		/*color: #6C4410 !important;*/
        font-weight: bold;
        text-overflow: ellipsis;
        width: 235px;
        overflow: hidden;
        white-space: nowrap;
    }
    .slide_title2 {
        font-size: 12px;
        line-height: 16px;
        color: #6a4511;
        font-weight: bold;
        text-overflow: ellipsis;
    }
    .slide_box {
        overflow: hidden;
        width: 230px
    }
    .zone {
        font-size: 12px;
        color: #9b9a9a;
        margin-top: 8px
    }
    .slide_mr {
        margin-right: 14px
    }
    .column_wrap {
        margin-bottom: 0
    }
    .t_box3 {
        padding-bottom: 5px;
        border-bottom: 1px solid #ededed;
    }
    .img_Clm {
        display: block;
        width: 70px;
        height: 70px;
    }
    .desc_title2 {
        color: #003af6;  /*#4b0965;  #6C4410;*/
        border-bottom: 1px solid #ededed;
        padding-bottom: 5px;
		font-size: 1em;
		line-height: 1.5em;
    }
    .clm_desc {
        width: 100%;
        flex-grow: 2;
    }
    .clm_desc2 {
        font-size: 0.882em;  /*12px;*/
        line-height: 18px;
        width: 100%;
        color: #3a3a3a
    }
    .clm_box {
        display: flex;
        padding-top: 13px;
        justify-content: space-between;
        flex-direction: column;
    }
    .bdr_ora {
        border-top: 4px solid #ff9000
    }
    .right_content .search_container {
        padding: 15px 10px 0px;
    }
    .area_category2 {
        width: 53px;
        height: 20px;
        background-color: #f8f8f8;
        color: #028c64;
        text-align: center;
        padding: 4px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 10px;
        margin-left: 10px
    }
    .content_title2 {
        font-size: 16px;
        letter-spacing: 0.0em;
        line-height: 35px;
        padding-left: 5px;
        color: #fff;
        position: relative;
    }
    .content_bar2 {
        width: 100%;
        background-color: #ff9000;
        height: 45px;
        border-bottom: 3px solid #f8d5a0;
        border-radius: 3px 3px 0 0;
    }
    .popular_img {
        display: flex;
    }
    .p_img01 {
        width: 36%;
        margin-right: 5px;
        height: 52px
    }
    .po_desc {
        font-size: 12px;
        color: #3a3a3a;
        line-height: 17px;
        font-weight: bold;
    }
    .picup2 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #e8e8e8
    }
    .picup_desc2 {
        height: auto;
        width: 100%;
        padding: 0 0px 15px 0px;
    }
    .top_picup2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .tx_of {
        overflow: hidden;
        width: 100%
    }
    .link_box {
        text-align: right;
        padding: 11px 0
    }
    .faq_wrap {
        background-image: url("../img/faq_bg.png");
        width: 100%;
        height: auto;
        display: block;
        background-repeat: no-repeat;
        text-align: center;
        padding-bottom: 11px
    }
    .faq_container {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .faq_title {
        color: #fff;
        letter-spacing: 0.2em;
        font-size: 18px;
        padding-top: 20px;
        font-weight: 900
    }
    .faq_desc {
        color: #fff;
        font-size: 12px;
        line-height: 13px;
        padding-top: 12px
    }
    .faq_btn {
        background-color: #fff;
        color: #ff395e;
        font-size: 11px;
        padding: 8px;
        border-radius: 13.5px;
        text-decoration: none;
        margin-top: 40px;
        display: block;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        letter-spacing: 0;
        transition: .2s
    }
    .faq_btn:hover {
        opacity: 0.8;
        transition: .2s
    }
    .jcb_wrap {
        transition: .2s;
        margin-top: 17px
    }
    .jcb_wrap:hover {
        opacity: 0.8;
        transition: .2s
    }
    .detail_img {
        background-image: url("../img/advertise.png");
        width: 100%;
        height: 265px;
        display: block;
        background-repeat: no-repeat;
        margin-top: 15px;
        position: relative;
    }
    .detail_btn {
        color: #8fc31f;
        background-color: #fff;
        width: 100px;
        height: 27px;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 11px;
        padding: 8px;
        text-decoration: none;
        text-align: center;
        transition: .2s
    }
    .detail_btn:hover {
        opacity: 0.8;
        transition: .2s
    }
    .upbtn_box {
        position: relative;
        transition: .2s
    }
    .upbtn {
        color: #eee;
    }
    .upbtn_box a:link {
        color: #eee;
    }
    .upbtn_box:hover {
        opacity: 0.8;
        transition: .2s
    }
    .copy_content {
        flex-direction: column;
    }
    .copylogo {
        flex-direction: column;
    }
    .sns_box {
        justify-content: center;
        margin-top: 20px
    }
    .copy_bar {
        color: #3a3d3a; /*#fff;*/
        line-height: 30px;
        height: 30px;
        font-size: 12px;
        background-color: #8fc31f;
        text-align: center;
        margin-bottom: 54px; /*74px;*/  /*12px;*/
    }
    .foot_contact {
        display: block;
        background-color: #1d62b1;  /*#8fc31f;*/
        border-radius: 2px;
        width: 65%;
        height: 45px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
        line-height: 45px;
        color: #fff !important;
        text-align: center;
        letter-spacing: 0.1em;
        font-size: 14px;
        font-weight: bold;
        transition: .2s;
        text-decoration: none;
    }
    .foot_contact:hover {
        opacity: 0.8;
        transition: .2s
    }
    /*gototop*/
	.g-pagetop_box {
		bottom: 74px;
		right: 0px;
		opacity: 0.5;
	}
	
	
	.top_sp_menu {
        display: flex;
        position: relative;
    }
    .head_list1 {
        position: absolute;
        top: 40px;  /*37px;*/
        left: 2px;
        color: #3a3a3a
    }
    .head_list2 {
        position: absolute;
        top: 40px;  /*37px;*/
        left: 56px;
        color: #3a3a3a
    }
    .head_list3 {
        position: absolute;
        top: 40px;  /*32px;*/
        left: 112px;
        color: #3a3a3a
    }
    .head_sp1::before {
        background-image: url("../img/tell_icon.png");
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        top: 9px;
        left: 19px;
        background-repeat: no-repeat;
        transition: .2s;
        background-size: 16px;
    }
    .head_sp2::before {
        background-image: url("../img/search_icon2.png");
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        top: 9px;
        left: 69px;
        background-size: 22px;
        background-repeat: no-repeat;
        transition: .2s
    }
    .head_sp3::before {
        background-image: url("../img/clip_icon.png");
        position: absolute;
        content: '';
        width: 30px;
        height: 30px;
        top: 12px;
        left: 123px;
        background-repeat: no-repeat;
        transition: .2s
    }
    .head_sp1:hover {
        opacity: 0.8;
        transition: .2s
    }
    .head_sp2:hover {
        opacity: 0.8;
        transition: .2s
    }
    .head_sp3:hover {
        opacity: 0.8;
        transition: .2s
    }
    #menu_bar01:checked~#links01 li:first-child,
    #menu_bar02:checked~#links02 li:first-child,
    #menu_bar03:checked~#links03 li:first-child,
    #menu_bar04:checked~#links04 li:first-child,
    #menu_bar05:checked~#links05 li:first-child,
    #menu_bar06:checked~#links06 li:first-child,
    #menu_bar07:checked~#links07 li:first-child {
        border-top: 1px solid #b8b8b8;
    }
    .know_desc {
        width: calc(100% - 75px);
        flex-grow: 2;
    }
    .knowimg img {
        width: 85px;
        height: auto;
    }
    .menu-trigger span {
        left: 16%;
        width: 60%;
        height: 4px;
    }
	
	
}


/******************min-width: 681px - max-width: 1023px*****************************************************************/
@media screen and (min-width: 681px) and (max-width:1023px) {
    .bg_gray {
        width: calc(50% - 10px);
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
    .search_content {
        width: calc(50% - 10px);
        max-width: none;
        margin-left: auto;
        margin-right: auto;
    }
}

.close {
    display: none
}

.contact_ad1 {
    padding: 21px 10px 0px!important;
}

.contact_ad2 {
    border-top: 0px;
    line-height: 22px;
}


/*contasct*/

.contact_ad2 .top::before {
    position: absolute;
    top: 15px;
    left: 10px;
    transform: translateX(-50%);
    width: 10px;
    height: 25px;
    background: #d9f2b0;
    content: '';
}

.form-table {
    border-collapse: collapse;
}

.form-tables p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 60px auto 40px;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
    /*	-moz-appearance: none;*/
    /*	-webkit-appearance: none;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none;
}

input[type="text"] {
    border: 1px solid #d2d2d2;
    padding: 10px 15px;
}

textarea {
    border: 1px solid #d2d2d2;
    padding: 10px 15px;
    width: 100%;
    height: 165px;
}

.in input[type="text"],
.in textarea {
    /* background: #f8f8f8; */
    display: block;
    font-size: 16px;
    /* padding: 12px 15px; */
    width: 470px;
    transition: 0.8s;
    border-radius: 0;
}

input[type="text"]:focus,
textarea:focus {
    background: #e9f5fb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="content"] {
    display: inline-block;
    width: 100%;
    height: 150px;
}

input::placeholder,
textarea::placeholder {
    color: #999999; /*#ccc;*/
}

::-webkit-input-placeholder {
    color: #999999; /*#ccc;*/
    opacity: 1;
}

::-moz-placeholder {
    color: #999999; /*#ccc;*/
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999999; /*#ccc;*/
    opacity: 1;
}

.form-table {
    width: 100%;
}

.form-table tr {
    padding: 20px;
}

.form-table th {
    /* border-left: 4px solid #c7f2b5; */
    /* border-bottom: 1px solid #d7d7d7; */
    padding: 20px;
}

.form-table .top {
    position: relative;
}

.form-table th {
    /* background: #E5EFE7; */
    padding-left: 25px;
    text-align: left;
    width: 250px;  /*300px;*/
    font-weight: 600;
}

.form-table td {
    text-align: left;
    padding: 2px 10px;
    font-family: 'Yu Gothic';
    font-weight: 500;
}

.form-table span,
.table1 span {
    color: #FF5A00;
    font-size: 11px;
    margin-left: 5px;
}

.btn-confirm {
    background: #8fc31f;
    display: block;
    width: 60%;
    color: #3a3d3a; /*#FFFFFF;*/
    font-size: 18px;
    border: 1px solid #FFFFFF;
    transition: 0.3s;
    cursor: pointer;
    padding: 8px 10px 5px 10px;
    margin: 20px auto;
    font-weight: 600;
    border-radius: 10px;
}

.btn-confirm:hover {
    background: #FFFFFF;
    color: #86A78C;
}

.scr {
    text-align: left;
    height: 130px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 3px solid #ccc;
    width: 95%;
    background-color: #eee;
    padding: 5px 10px;
    line-height: 1.8;
    font-size: 14px;
    margin: 10px auto;
}

.scr .top3 {
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.scr .gre {
    color: #86A78C;
}

.sel {
    border: 1px solid #d2d2d2;
    padding: 8px 25px;
    color: #3a3a3a;  /*#aaa;*/
    text-align: left;
	font-size: 100%;
}

.top2 {
    width: 500px;
}

.in {
    font-weight: 500!important;
}

.contact_ad2 td p {
    padding-top: 5px;
    font-size: 14px;
    color: #b3b3b3;
}

.contact_ad3 {
    padding-top: 0px;
}

.table1 {
    padding: 10px 10px 20px 10px;
    /*font-family: serif;*/
    text-align: left;
    line-height: 1.6;
}


/* .remodal .ichiContent-checkboxCstmWrap { */


/* 	margin: 0 0 -2px; */


/* } */

.remodal .ichiContent-checkboxCstmWrap {
    line-height: 1;
}

.remodal .ichiContent-checkboxCstm,
.ichiContent-checkboxCstm:before {
    display: inline-block;
    position: relative;
}

.remodal .modalContent .modalConditions .conditionList {
    margin-bottom: 30px;
}

.remodal .conditionList .conditionListTitle:first-child {
    margin: 0;
}

.remodal .conditionList .conditionListTitle {
    margin: 25px 0 0;
    background: #f7f3e8;
    padding: 9px 14px;
    color: #555;
    font-weight: bold;
    border: 1px solid #efeadc;
    border-radius: 5px;
    text-shadow: -1px 0 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff;
}

.remodal .conditionList .conditionList .conditionListItem {
    padding: 0 0 0 14px;
}

.remodal .mf-conditionSetting .selectList {
    width: 100%;
    letter-spacing: -1em;
}

.remodal .selectList.itemWidth147 li {
    width: 14.7em;
}

.remodal .selectList li {
    display: inline-block;
    width: 18.5em;
    background: #fff;
    margin: 13px 0 0;
    font-size: 88.2%;
    line-height: 1.2;
    vertical-align: top;
    padding-right: .7em;
    letter-spacing: normal;
}

.remodal fieldset {
    text-align: left;
}

.remodal .allChoiceCheck {
    margin-bottom: 20px;
}

.tippy-tooltip {
    background-color: transparent!important;
}

.tippy-tooltip .iconClose {
    display: none;
}

.g-footerNav_pagetop {
    position: static;
    transform: none;
}

.g-pagetop_box,.detail-g-pagetop_box {
    position: fixed;
    z-index: 100;
    bottom: 30px;
    right: 50px;
}/*トップへ戻るボタン*//*トップへ戻るボタン*//*トップへ戻るボタン*//*トップへ戻るボタン*//*トップへ戻るボタン*//*トップへ戻るボタン*//*トップへ戻るボタン*//*トップへ戻るボタン*/

.ichiContent-btn-secondary.btnInquire,
    .ichiContent-btn-primary.btnInquire {
        padding: 13px 10px;
        width: 100%;
        display: block;
        font-size: 1.175em;  /*12px;*/
        text-shadow: none;
}

/*下層レスポンシブ*/
/******************max-width: 768px***********************************************************************************/
@media screen and (max-width: 768px) {
    .title1::before {
        content: '';
        position: absolute;
        background-image: url("../img/search_icon.png");
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        left: 6px;
        top: 10px
    }
    .form-table th,
    .form-table td {
        display: block;
        width: 100%;
        border-bottom: none;
        margin: 0 auto;
    }
    input[type="text"],
    textarea,
    select {
        /* background: transparent; */
        display: block;
        font-size: 16px;
        padding: 12px 15px;
        width: 100%;
        transition: 0.8s;
        border-radius: 0;
    }
    textarea[name="content"] {
        width: 100%;
        height: 100px;
    }
    .ichiContent-btn-secondary.btnInquire,
    .ichiContent-btn-primary.btnInquire {
        padding: 13px 10px;
        width: 100%;
        display: block;
        font-size: 1.175em;  /*12px;*/
        text-shadow: none;
    }
    .ichiContent-btn-promary.btnInquire {}
    .nestedTable {
        overflow-x: scroll;
        width: 100%;
    }
    /*.nestedTable {
        white-space: nowrap;
    }*/
	.g-pagetop_box {
		bottom: 0px;
		/*bottom: 74px;  ボタン表示時*/
		right: 0px;
		opacity: 0.5;
	}
    .detail-g-pagetop_box {
		bottom: 87px;  /*ボタン表示時*/
		right: 0px;
		opacity: 0.5;
	}	
}
/******************max-width: 950px***********************************************************************************/
@media screen and (max-width: 950px) {
    .contact_ad2 {
        width: 98%;
        text-align: center;
        margin: 0 auto;
    }
    .contact_ad2 .list {
        display: block;
    }
    .contact_ad2 .list2 a {
        width: 80%;
        text-align: center;
        margin: 5px auto;
    }
    .contact_ad2 .list2 li {
        padding: 5px 15px;
    }
    .contact_ad2 {
        text-align: center;
        margin: 15px 0 15px 50px;
    }
    .my_table {
        width: 100%;
    }
    .my_table {
        width: 100 %;
    }
    .my_table .thead {
        display: none;
    }
    .my_table tr,
    .my_table td {
        display: block;
        width: 100%;
        position: relative;
    }
    .my_table td:first-child:before {
        content: "プラン名";
        background: #86A78C;
        box-sizing: border-box;
        color: #fff;
        font-weight: bold;
        height: 45px;
        padding: 10px;
        position: absolute;
        top: -5px;
        left: -0.2%;
        display: block;
        width: 100.5%;
    }
    .my_table tr {
        margin-bottom: 40px;
    }
    .my_table .t1 {
        margin-top: 40px;
    }
    .flex {
        display: flex !important;
        margin: 0 50px;
    }
    .flex li img {
        padding-top: 10px !important;
    }
    .like,
    .like2 {
        margin-right: 50px;
    }
}


/* .ff td{
	display: flex;
} */

.ff td input:first-child {
    margin-left: 0;
}

.ff td input {
    margin-left: 20px;
}


/******************max-width: 678px***********************************************************************************/
@media screen and (max-width: 678px) {
    .contact_ad2 {
        margin: 20px auto 40px;
    }
    .form-table th {
        padding: 3px 10px;
        margint-top: 10px;
    }
    .contact_ad2 .top::before {
        width: 0;
    }
    input[type="text"],
    textarea,
    select {
        padding: 6px 10px;
    }
    .form-table .top {
        color: #8fc31f;
        background-color: #f0f0f0;
        margin-top: 15px;
    }
    .in {
        padding: 10px 10px 5px 10px!important;
    }
    .table1 {
        font-family: 'Yu Gothic';
    }
    .contact_sp {
        display: none;
    }
    .contact_ad1 {
        border: 1px solid #eee;
    }
    .t_box3 {
        border: none
    }
    .selectWrap {
        position: relative;
    }
    .selectWrap::before {
        content: "";
        position: absolute;
        top: 8px;
        bottom: 0;
        right: 3px;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 7px 2px 8px;
        border-color: #d2d2d2 transparent transparent transparent;
    }
    .mf-facilityCassette .checkBox {
        display: flex;
        align-items: center;
    }
}

.s_b {
    background-color: #fff!important;
}

.s_b .area_select {
    width: 210px;
}

.cen {
    text-align: center;
    margin: 20px auto;
}


/* 食事スライダー */

.slid {}

.thumbnail {
    max-width: 700px;
    margin: 0 auto 5px;
    padding: 0;
}

.thumphoto img {
    text-align: center;
    margin: 10px auto;
    width: 300px!important;
    height: auto;
    padding: 10px;
    /* object-fit: cover; */
}

.thumbnail-nav img {
    width: 400px;
    height: 150px;
}

.thumbnail-thumb {
    max-width: 700px;
    margin: 10px;
}

.thumbnail-thumb li {
    margin: 5px;
}

.thumbnial-thumb .slick-next {
    right: 20px;
    z-index: 100;
}

.thumbnail-thumb .slick-prev {
    left: 15px;
    z-index: 100;
}

.thumbnail-thumb .slick-current {
    opacity: 0.5;
}

.thumbnail-thumb div {
    cursor: pointer;
}