@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo UI", "Meiryo", "MS PGothic", sans-serif;
    font-size: 15px;
    font-feature-settings: "palt"
}

body {
    margin: 0;
    color: #2D2D2D;
}

p {
    margin-bottom: 1em;
    line-height: 2em;
}

a {
    text-decoration: none;
    color: #2D2D2D;
}

a:hover,
[type="submit"]:hover,
a p:hover {
    opacity: 0.8;
}

.pagetitle {
    font-size: 28px;
    text-align: center;
    margin-bottom: 70px;
}

.clr {
    clear: both;
}

ul {
    list-style-type: none;
}

/* ヘッダー */
.header {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 0 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
}

.header-nav {
    margin-bottom: 25px;
}

.header-nav-list {
    list-style-type: none;
    display: inline-flex;
}

.header-nav-list-item {
    margin: 0 45px;
}

.header-nav-list-item a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.header-logo {
    margin-bottom: 18px;
}

.header .description h2 {
    font-size: 12px;
    font-weight: normal;
}

.header-logo a {
    display: inline-block;
}

.searchicon {
    display: none;
}

/* メインコンテンツ */
.content {
    max-width: 1200px;
    margin: 190px auto 50px;
}

#breadcrumbs {
    margin-bottom: 50px;
}

#breadcrumbs {
    margin-bottom: 50px;
}

#breadcrumbs .fa-home {
    margin-right: 15px;
}

/* ログイン */
.loginspace,
.registspace {
    width: calc(50% - 5px);
    padding: 50px;
    border: solid #F7F7F7 8px;
    text-align: center;
}

.loginspace {
    float: left;
    margin-right: 5px;
}

.loginspace form {
    width: auto;
}

.registspace {
    float: right;
    margin-left: 5px;
}

.loginspace .pagetitle,
.registspace .pagetitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
}

#loginform label {
    font-size: 14px;
    font-weight: bold;
}

input {
    padding: 10px;
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: solid 1px #d5d5d5;
}

#loginform .submit,
.registspace .submit,
.submit {
    margin-top: 2em;
}

#submit,
input#submit {
    width: 320px;
    text-align: center;
    padding: 20px 20px;
    color: #FFF;
    background-color: #F16334;
    border: none;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.submit {
    text-align: center;
}

.alignleft {
    text-align: left;
}

#nav {
    font-size: 14px;
}

#nav a {
    text-decoration: underline;
}

.registspace a {
    text-align: center;
    padding: 20px 79px;
    color: #FFF;
    background-color: #429856;
    border: none !important;
    font-size: 15px;
    font-weight: bold;
}

.alert-warning {
    margin-bottom: 15px;
    color: #f00;
}

/* 社労士登録 */
form {
    width: 780px;
    margin: 0 auto;
}

table {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

th {
    width: 25%;
    padding: 20px 0;
    vertical-align: top;
}

td {
    width: 75%;
    padding: 20px 0;
}

th, td {
    position: relative;
}

.halfinput input {
    width: 48.6%;
}

.registthanks .contentinner,
.pwresetoffer .contentinner,
.contentinner {
    text-align: center;
}

.submit a {
    border: 1px solid #D5D5D5;
    padding: 20px 80px;
}

.registthanks .submit {
    margin-top: 80px;
}

/* パスワード再設定 */
.pwresetoffer form {
    margin: 30px auto 0;
}

/* 問い合わせ */
textarea {
    width: 100%;
    height: 15em;
    padding: 10px;
    resize: vertical;
    border: 1px solid #D5D5D5;
}

/* 基本のセレクトボックスのカスタマイズ */
.select {
    background: #fff;
    height: 40px;
    width: 32.5%;
    border: solid 1px #D5D5D5;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.select::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #2D2D2D;
    border-right: 2px solid #2D2D2D;
    z-index: -1;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

.checklist {
    width: 580px;
    margin: 35px auto 80px;
    border: solid 1px #D5D5D5;
    padding: 40px 140px;
    text-align: left;
}

.checklist p label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.publishoffer .submit a {
    padding: 20px 98px;
}

/* 編集画面 */
.edit .pagetitle {
    text-align: left;
    float: left;
}

.btnspaceright {
    float: right;
}

.topreview {
    text-align: center;
    padding: 14px 20px;
    color: #FFF;
    background-color: #429856;
    border: none;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.topublish {
    text-align: center;
    padding: 14px 44px;
    color: #FFF;
    background-color: #F16334;
    border: none;
    font-size: 14px;
}

.menuWrap {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0px auto 0
}

.menuWrap .tabItem {
    width: 200px;
    height: 46px;
    color: #2D2D2D;
    font-size: 15px;
    letter-spacing: 0.09em;
    line-height: 46px;
    text-align: center;
    background: #fff;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    border: solid 1px #D5D5D5;
    margin: 0 -3px;
}

.edit .menuWrap .tabItem:hover {
    background: #000;
}

.edit .menuWrap .tabItem:hover a {
    color: #fff;
}

.menuWrap input[name="tabItem"] {
    display: none
}

.menuWrap .tabContent {
    width: 100%;
    max-width: 850px;
    text-align: left;
    overflow: hidden;
    margin: 0 auto 80px auto;
    padding-top: 80px;
}

.menuWrap input + .tabItem a {
    width: 100%;
    display: block;
}

.menuWrap input:checked + .tabItem {
    background: #000;
}

.menuWrap input:checked + .tabItem a {
    color: #fff;
}

.must {
    font-size: 13px;
    color: #D61313;
    font-weight: normal;
}

input[type="checkbox"],
input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

.genrelist,
.purposelist,
.conditionslist,
.detailslist,
.parkinglist {
    list-style-type: none;
    font-size: 15px;
}

.genrelist li,
.purposelist li,
.conditionslist li,
.detailslist li {
    width: 30%;
    margin-bottom: 15px;
    display: inline-block;
}

.tabContent .genrelist li,
.tabContent .purposelist li,
.tabContent .conditionslist li,
.tabContent .detailslist li {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.tabContent .genrelist li *,
.tabContent .purposelist li *,
.tabContent .conditionslist li *,
.tabContent .detailsst li * {
    cursor: pointer;
}

.menuWrap .tabContent form {
    width: 100%;
}

.otherimg img {
    width: 24%;
}

.tabContent .dropifyFrame {
    max-width: 450px;
    position: relative;
}

.tabContent .dropifyFrame .thumbnail_imageformError {
    margin: 8px 0 0 8px !important;
}

.tabContent .dropifyFrame .thumbnail_imageformError .formErrorContent {
    padding: 1px 8px 1px 8px;
}

.tabContent .dropifyFrame:not(:last-child) {
    margin-bottom: 20px;
}

.tabContent .dropifyFrame .dropify-wrapper .dropify-message span.file-icon {
    font-size: 17px;
}

.tabContent .dropifyFrame .dropify-wrapper .dropify-message span.file-icon::before {
    font-size: 35px;
}

.ttitle textarea,
.mexp textarea {
    height: 9em;
}

.texplanation textarea {
    height: 12em;
}

.edit #submit,
.edit input#submit {
    background-color: #429856;
}

.snsname {
    display: inline-block;
    width: 20%;
    margin-bottom: 40px;
}

.snsspace input {
    width: 80%;
}

.tabContent h3 {
    font-size: 22px;
    border-bottom: solid 2px #2D2D2D;
    margin-bottom: 30px;
    padding-bottom: 8px;
}

.preview h3 {
    font-size: 22px;
    border-bottom: solid 2px #2D2D2D;
    margin-bottom: 30px;
    padding: 0 0 8px 10px;
}

.mtime input[type="text"],
.mprice input[type="text"] {
    width: 30%;
}

.todelete {
    margin: 0 0 0 auto;
    display: table;
}

.deletebtn {
    width: 200px;
    background: #EFEFEF;
    text-align: center;
    font-size: 14px;
    padding: 5px 0 3px;
}

#tmenu3Content table {
    margin-bottom: 0px;
}

.menu2 {
    margin-top: 100px;
}

.menu2 hr {
    margin-top: 80px;
}

.addmenu.submit {
    width: 240px;
    background: #2D2D2D;
    text-align: center;
    font-size: 14px;
    margin: 25px auto 0 auto !important;
    padding: 7px 0 5px;
    color: #fff;
}

.wd30,
.gadress .select {
    width: 30%;
}

.gadress input,
.gadress .select {
    margin-bottom: 10px;
}

.parkinglist li {
    display: inline-block;
    width: 80px;
    cursor: pointer;
}

.parkinglist li:last-child {
    width: 48%;
}

.parkinglist li input[type="text"] {
    width: 50%;
    cursor: pointer;
}

.parkinglist li label {
    cursor: pointer;
}

#tmenu5Content textarea {
    height: 13em;
}

.tabContent .submit {
    margin-top: 100px;
}

.courcelist h4 {
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 10px;
    border-left: solid 2px #2D2D2D;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .menuWrap {
        padding: 2rem 0;
    }
    .menuWrap .tabItem {
        width: 0 4%
    }
}

/* プレビュー */
.preview .pagetitle {
    text-align: left;
}

.preview .leftside {
    width: 58%;
    float: left;
    margin-right: 4%;
    margin-top: 80px;
    font-size: 14px;
}

.preview .leftside  > *:not(:first-child) {
    margin-top: 80px;
}

.preview.trainers .leftside,
.preview.trainers .rightside {
    margin-top: 0px;
}

.preview .rightside {
    width: 38%;
    float: right;
    margin-top: 80px;
}

.trainername {
    font-size: 38px;
    margin-bottom: 5px;
}

.trainerlist {
    cursor: pointer;
    display: block;
}

.trainerlist::after {
    content: '.';
    opacity: 0;
}

.preview .purposelist,
.trainerlist .purposelist {
    font-size: 11px;
}

.preview .purposelist li,
.trainerlist .purposelist li {
    width: auto;
    background: #EFEFEF;
    padding: 2px 8px;
}

.preview .rightside table {
    font-size: 15px;
    margin-bottom: 10px;
}

.preview .leftside table {
    font-size: 14px;
}

.preview .rightside th,
.preview .rightside td {
    padding: 15px 0;
}

.preview .leftside .tinfo th,
.preview .leftside .tinfo td,
.preview .leftside .pinfo th,
.preview .leftside .achievement td,
.preview .leftside .achievement th,
.preview .leftside .pinfo td {
    border-bottom: solid 1px #D5D5D5;
}

.preview .rightside .genrelist,
.trainerlist .rightside .genrelist {
    font-size: 12px;
}

.preview .rightside .genrelist li {
    width: 30%;
    text-align: center;
    border: solid 1px #D5D5D5;
    border-radius: 15px;
    margin: 0 1% 10px;
    padding: 3px 0 2px;
}

.preview .leftside .sns-icon {
    margin-right: 10px;
}

.tocontact,
.tointerview {
    width: 48%;
    display: inline-block;
    text-align: center;
    padding: 7px;
    color: #fff;
    font-weight: bold;
}

.tocontact {
    background: #F16334;
}

.tointerview {
    background: #429856;
}

.mainphoto {
    width: 83%;
    display: inline-block;
}

.mainphoto img {
    width: 100%;
}

.subphoto {
    width: 15.5%;
    display: inline-block;
    vertical-align: top;
}

.subphoto img {
    margin-bottom: 5px;
    width: 100%;
}

.leftside h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.menu {
    border-top: solid 1px #D5D5D5;
    padding: 13px 5px 10px;
    margin-bottom: 0;
}

.menu + ul + input + .menu {
    border-top: none;
}

.menu.last {
    border-top: none;
}

.preview .courcelist h3 {
    margin-bottom: 0px;
}

.ymovie {
    text-align: center;
}

.ymovie h3 {
    text-align: left;
}

.interviewphoto {
    width: 40%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
}

.interviewphoto img {
    width: 100%;
}

.interviewtxt {
    width: 57%;
    display: inline-block;
}

.interviewtxt h5 {
    font-size: 14px;
    margin-bottom: 5px;
}

.interviewdate {
    font-size: 11px;
    margin-bottom: 5px;
}

.interviewtxt p {
    font-size: 13px;
}

/* アコーディオン全体 */
.menuwrapper {
    width: 100%;
    padding: 10px 10px 20px;
}

.menuwrapper input {
    display: none;
}

/* バー部分 */
.menuwrapper label {
    cursor: pointer;
    display: block;
    text-decoration: none;
    line-height: 1;
    position: relative;
    margin: 0 0 0px;
    padding: 20px 0 15px;
}

.menuwrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
    border-bottom: solid 1px #D5D5D5;
}

.menuwrapper li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s;
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

.menu_bar:checked ~ .links li {
    height: auto;
    opacity: 1;
    padding: 10px;
}

/* 開いたときの下の余白 */
.menu_bar:checked ~ .links li:last-child {
    margin-bottom: 20px;
}

/* 閉じた状態の矢印描画 */
.menuwrapper label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #2D2D2D 2px solid;
    border-right: #2D2D2D 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
}

/* 開いた状態の矢印描画 */
.menuwrapper input[type=checkbox]:checked + label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #2D2D2D 2px solid;
    border-right: #2D2D2D 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
}

.othertrainers .trainerlist {
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.othertrainers .trainerlist h5 {
    font-size: 14px;
    margin: 10px 0 5px;
}

/* 検索結果 */
form.search {
    width: 100%;
}

.sidebar {
    float: left;
    width: 230px;
    margin-right: 80px;
}

.maincontents {
    float: right;
    width: calc(100% - 310px);
}

.search .sidebar h4 {
    font-size: 18px;
    border-bottom: solid 1px #D5D5D5;
    padding-bottom: 10px;
}

.submit.searchbtn {
    width: 100%;
}

.submit.searchbtn {
    width: 100%;
    background: #222222;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 0 5px;
}

.searchgroup {
    margin-bottom: 50px;
}

.searchgroup ul {
    list-style-type: none;
}

.sidebar form {
    width: 100%;
}

.sidebar li {
    border-bottom: solid 1px #D5D5D5;
    padding: 12px 0;
    font-size: 14px;
}

.sidebar li label {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sidebar input[type="reset"] {
    width: 70px;
    margin-right: 5px;
    border: solid 1px #D5D5D5;
    background: #fff;
    padding: 5px 0;
    font-size: 13px;
    cursor: pointer;
}

.sidebar input.submit {
    width: 70px;
    background: #222222;
    padding: 5px 0;
    color: #fff;
    font-size: 13px;
}

.sidebar .btnspace {
    margin-top: 20px;
    display: flex;
    justify-content: end;
}

.sidebar input[type="search"] {
    margin-top: 10px;
    appearance: textfield;
    border: solid 1px #d5d5d5;
}

.sidebar input[type="submit"] {
    margin-top: 0;
    background: #222;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.sidebar [name="keyword"] + input[type="submit"] {
    margin-top: 10px;
}

.search h3 {
    font-size: 22px;
    border-bottom: solid 2px #2D2D2D;
    margin-bottom: 30px;
    padding-bottom: 8px;
}

.selectspace {
    text-align: right;
    margin-bottom: 30px;
}

.select.tnumber {
    width: 90px;
}

.select.tsort {
    width: 140px;
}

.trainerlist .mainphoto {
    width: 39%;
    float: left;
    margin-right: 3%;
}

.trainerlist .rightside {
    width: 58%;
    float: right;
}

.search .trainerlist .trainername {
    font-size: 26px;
}

.search table {
    font-size: 14px;
}

.searchbyregion table {
    width: 780px;
    margin: 0 auto;
}

.search th,
.search td {
    padding: 8px 0;
}

.trainerlist .rightside .genrelist li {
    width: 30%;
    text-align: center;
    border: solid 1px #D5D5D5;
    border-radius: 15px;
    margin: 0 1% 10px;
    padding: 3px 0 2px;
}

.rightside .genrelist li.gselected {
    background: #2D2D2D;
    color: #fff;
}

.trainerlist table {
    margin-bottom: 0px;
}

.pagenation {
    text-align: center;
}

.pagenation li {
    display: inline;
    margin: 0 14px;
}

.currentp {
    background: #EFEFEF;
    padding: 8px 11px;
    border-radius: 17px;
}

.search .searchbyregion {
    display: none;
}

/* リセット */
input[type="checkbox"],
input[type="radio"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;
    vertical-align: middle;
    position: relative;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}

input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #D5D5D5;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}

input[type="checkbox"]::after {
    border-bottom: 1px solid #2D2D2D;
    border-left: 1px solid #2D2D2D;
    opacity: 0;
    height: 6px;
    width: 11px;
    transform: rotate(-45deg);
    top: -6px;
    left: 8px;
}

input[type="checkbox"]:checked::after {
    opacity: 1;
}

/* ラジオボタンデザイン */
input[type="radio"] {
    cursor: pointer;
    padding-left: 30px;
    vertical-align: middle;
    position: relative;
}

input[type="radio"]::before,
input[type="radio"]::after {
    content: "";
    display: block;
    position: absolute;
}

input[type="radio"]::before {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #D5D5D5;
    width: 16px;
    height: 16px;
    top: -8px;
    left: 5px;
}

input[type="radio"]::after {
    border-bottom: 1px solid #2D2D2D;
    border-left: 1px solid #2D2D2D;
    opacity: 0;
    width: 12px;
    height: 12px;
    top: -7px;
    left: 6px;
    border-radius: 50%;
    border: solid 2px #fff;
    background-color: #555;
}

input[type="radio"]:checked::after {
    opacity: 1;
}

/* 地域から探す */
.isShow .searchbyregion {
    display: block;
}

.search.byregion .fixedbar {
    opacity: 0;
}

.search.byregion .fixedbar.isShow {
    opacity: 1;
}

/* ---------------------------- */
/* --- ModalSection --- */
/* ---------------------------- */
.ModalLayer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: opacity 0.65s;
    pointer-events: none;
    opacity: 0;
    z-index: 10000;
}

.ModalLayer.isShow {
    transition: opacity 0.65s;
    pointer-events: auto;
    opacity: 1;
    overflow-x: hidden;
}

.ModalLayer-Mask {
    position: absolute;
    background: rgba(123, 123, 123, 0.5);
    width: 100%;
    height: 100vh;
}

.ModalLayer-Inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 900px;
    transform: translate(-50%, -50%);
}

.ModalSection {
    background: #fff;
    padding-bottom: 30px;
}

.Modal-Inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

.searchbyregion h4 {
    font-size: 18px;
    background: #F7F7F7;
    padding: 10px 25px;
    margin-bottom: 40px;
}

.batsu {
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
}

.batsu::before,
.batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 25px;
    background: #2D2D2D;
}

.batsu::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.closebtn {
    position: absolute;
    top: 10px;
    right: 25px;
}

.searchbyregion th {
    width: 110px;
}

.searchbyregion td {
    width: auto;
}

.regionlist {
    list-style-type: none;
    font-size: 14px;
}

.regionlist li {
    display: inline-block;
    width: 15.5%;
    margin-bottom: 6px;
}

.regionlist li label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.searchbyregion th,
.searchbyregion td {
    padding: 10px 0;
}

.searchbyregion [type="submit"] {
    width: 35%;
    padding: 15px 20px;
    background-color: #222222;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

/* 詳細条件 */
.bydetail .ModalLayer.isShow {
    display: none;
}

/* 右下固定ボタン */
#page-top {
    position: fixed;
    z-index: 99999;
    bottom: 50px;
    right: 0;
    font-size: 27px;
}

#hmenu {
    position: fixed;
    z-index: 1000;
    bottom: 120px;
    right: 0;
    font-size: 27px;
}

#page-top:not(.page-top-img),
#hmenu {
    right: 50px;
}

#page-top:not(.page-top-img) a,
#hmenu a {
    text-decoration: none;
    background: #ccc;
    color: #666;
    text-align: center;
    display: block;
    -moz-opacity: 0.8;
    opacity: 0.8;
    padding: 14px 19px;
    cursor: pointer;
}

#hmenu a {
    padding: 14px 16px;
}

#page-top:not(.page-top-img) a,
#hmenu a {
    line-height: 100%;
    border-radius: 60%;
    border: solid 1px #666;
}

#page-top:not(.page-top-img) a,
#hmenu a {
    background: #fff;
    opacity: 0.8;
}

/* footer */
.footer {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 0 15px;
    margin-top: 150px;
}

.footer-inner {
    margin-bottom: 20px;
}

.footer-nav-list {
    list-style-type: none;
    display: inline-flex;
}

.footer-nav-list-item {
    padding: 0 15px;
    border-left: 1px solid #fff;
}

.footer-nav-list-item:last-child {
    border-right: 1px solid #fff;
}

.footer-nav-list-item a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.copyright {
    font-size: 12px;
}

.copyright img {
    max-height: 12px;
}

.forsp {
    display: none;
}

.registthanks .submit,
.publishoffer .submit {
    width: 320px;
    margin: 80px auto 0;
    border: 1px solid #D5D5D5;
    padding: 20px 80px;
}

.publishoffer .submit {
    margin: 30px auto 0;
    padding: 14px 80px;
}

/* for overlay */
#close {
    padding: 10px 0rem 0;
    margin-bottom: 10%;
}

#overlay {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: scroll;
    z-index: 5000;
    background: #fff;
    padding: 14px 5% 50px;
    display: none;
}

#overlay .li {
    padding: 8% 6% 7%;
    border-bottom: .1rem solid #4d4d4d;
}

#overlay .li:first-child {
    border-top: .1rem solid #4d4d4d;
}

#overlay .li.parent {
    border-bottom: none;
    padding: 6% 6% 2%;
}

#overlay .li.child {
    padding: 2% 6% 5% 12%;
}

#overlay.active {
    pointer-events: all;
    opacity: 1;
}

#searchmenu {
    position: fixed;
    z-index: 1000;
    bottom: 120px;
    right: 7vw;
    background: rgba(255, 255, 255, 0.8);
    width: 200px;
}

#searchmenu .li {
    padding: 8% 6% 7%;
}

#hmenu #closemenu,
#searchmenu {
    display: none
}

#hmenu.active #closemenu,
#searchmenu.active,
#hmenu .fa-bars {
    display: block
}

#hmenu.active .fa-bars {
    display: none
}

/* 各種ウィンドウ対応 */
@media screen and (min-width: 768px) {
    .preview .rightside {
        position: fixed;
        top: 240px;
        left: 60.5%;
    }
}

@media screen and (max-width: 1200px) {
    .content {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1000px) {
    .tocontact,
    .tointerview {
        width: 100%;
        display: block;
    }
}

/* for SP */
@media screen and (max-width: 768px) {
    .header {
        padding: 0;
    }
    .header-nav,
    .description {
        display: none;
    }
    .header-logo {
        min-height: 51px;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-logo img {
        max-height: 25px;
    }
    .searchicon {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .searchicon img {
        width: 22px;
    }
    #hmenu {
        position: fixed;
        top: 0;
        left: 0;
        right: initial;
        bottom: initial;
    }
    #hmenu a {
        background: #D18E34;
        border-radius: initial;
        border: none;
        padding: 12px 14px;
        color: #fff;
    }
    .footer {
        padding: 20px 0 1px;
        margin-top: 80px;
    }
    .footer-nav-list-item {
        padding: 0 6px;
        border-left: none;
        font-size: 11px;
    }
    .footer-nav-list.forsp {
        display: inline-flex;
    }
    .forpc {
        display: none;
    }
    .footer-nav-list-item:last-child {
        border-right: none;
    }
    .footer-nav-list-item a {
        font-size: 12px;
    }
    .footer-nav-list.forsp.second {
        margin-top: 7px;
    }
    .footer-inner {
        margin-bottom: 15px;
    }
    .copyright {
        margin-bottom: 8px;
    }
    #page-top:not(.page-top-img) {
        right: 13px;
        bottom: 15px;
        font-size: 20px;
    }
    .content {
        margin: 75px auto 50px;
        padding: 0;
    }
    #breadcrumbs {
        margin-bottom: 20px;
        font-size: 10px;
    }
    #breadcrumbs .fa-home {
        margin-right: 10px;
    }
    .loginspace,
    .registspace {
        float: none;
        width: 100%;
        margin: 0 auto 30px;
        padding: 30px 20px;
    }
    .loginspace #submit,
    .registspace #submit {
        width: 85%;
        padding: 10px 20px;
    }
    .loginspace .pagetitle,
    .registspace .pagetitle {
        font-size: 22px;
    }
    .pagetitle {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .content {
        width: 90%;
    }
    form {
        width: 100%;
    }
    body:not(.preview) tr,
    body:not(.preview) th,
    body:not(.preview) td {
        width: 100%;
        display: block;
        min-width: 660px;
    }
    body:not(.preview) th,
    body:not(.preview) td {
        padding: 5px 0;
        font-size: 15px;
    }
    .halfinput input {
        width: 47%;
    }
    .registthanks .pagetitle {
        font-size: 22px;
    }
    html {
        font-size: 14px;
    }
    .registthanks .contentinner,
    .pwresetoffer .contentinner,
    .contentinner {
        text-align: left;
    }
    #submit,
    input#submit,
    .submit a.toregist {
        width: 100%;
    }
    .publishoffer .submit a {
        padding: 20px 120px;
    }
    .submit a {
        padding: 20px 110px;
    }
    .checklist {
        width: 100%;
        padding: 30px 15px 15px;
    }
    .contact textarea,
    .ttitle textarea,
    .texplanation textarea,
    .mexp textarea,
    .tabContent textarea {
        width: 100%;
        min-width: 600px;
    }
    .forsp {
        display: block;
    }
    .rightside .mainphoto.forsp {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }
    .contact .select,
    .edit .select {
        width: 100;
    }
    .topreview {
        padding: 14px 16px;
    }
    .topublish {
        padding: 14px 39px;
    }
    .menuWrap {
        width: 110%;
        margin-left: -5%;
    }
    .menuWrap .tabContent {
        padding: 0 1rem;
        margin: 40px auto 0;
    }
    .menuWrap .tabItem {
        width: 33.7%;
        font-size: 14px;
    }
    .genrelist li,
    .purposelist li,
    .detailslist li {
        width: 48%;
    }
    #tmenu1Content .thumnail img {
        width: 50%;
    }
    .otherimg img {
        width: 49%;
    }
    .parkinglist li input[type="text"] {
        width: 77%;
    }
    .preview .menuWrap {
        padding: 0 0 2rem;
    }
    .preview .leftside,
    .preview .rightside,
    .maincontents,
    .sidebar {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-top: 20px;
    }
    .preview .rightside .genrelist li {
        width: 47%;
    }
    .preview .leftside .tinfo th {
        width: 28%;
    }
    .leftside .photospace {
        display: none;
    }
    .tinfo {
        margin-top: 50px;
    }
    .ymovie iframe {
        max-width: 100%;
    }
    .interviewphoto {
        width: 100%;
        display: block;
        margin-right: 0;
        vertical-align: top;
    }
    .interviewtxt {
        width: 100%;
        display: block;
        margin-top: 30px;
    }
    .maincontents .forsp .submit.searchbtn {
        padding: 7px 36px;
    }
    .forsp.searchbtnspace {
        margin-bottom: 50px;
    }
    .select.tnumber,
    .select.tsort {
        width: 49%;
    }
    .trainerlist .mainphoto {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .trainerlist .rightside {
        width: 100%;
        float: none;
    }
    .trainerlist .rightside .genrelist li {
        width: 47%;
    }
    .sidebar {
        margin-top: 80px;
    }
    .sidebar li {
        border-bottom: none;
        width: 49%;
        display: inline-block;
    }
    .searchbyregion {
        width: 100vw;
        height: 100vh;
        padding: 5vw;
        overflow: scroll;
    }
    .searchbyregion th {
        border-bottom: solid 1px #D5D5D5;
    }
    .regionlist li {
        width: 49%;
    }
    .searchbyregion h4 {
        margin-bottom: 20px;
    }
    .searchbyregion form {
        padding: 0 10px;
    }
    .ModalLayer {
        overflow: scroll;
    }
    .ModalLayer-Inner {
        top: 53%;
    }
    .registthanks .submit,
    .publishoffer .submit {
        width: 100%;
    }
    .bydetail .ModalLayer.isShow {
        display: block;
    }
    .othertrainers .trainerlist,
    .othertrainers .trainerlist img {
        width: 100%;
    }
    #overlay {
        display: block;
    }
    #hmenu #closemenu,
    #hmenu.active #closemenu,
    #searchmenu,
    #searchmenu.active {
        display: none
    }
    #hmenu .fa-bars,
    #hmenu.active .fa-bars {
        display: block
    }
}

@media screen and (max-width: 480px) {
    .contact textarea,
    .ttitle textarea,
    .texplanation textarea,
    .mexp textarea,
    .tabContent textarea {
        width: 100%;
        min-width: 333px;
    }
    .ModalLayer-Inner {
        top: 78.8%;
    }
    .bydetail .ModalLayer-Inner {
        top: 93.8%;
    }
    .searchgroupwrapper {
        padding-top: 40px;
    }
    .bydetail .Modal .searchgroup {
        padding: 0 10px;
    }
    .bydetail .searchgroup h4 {
        font-size: 18px;
        margin-bottom: 15px;
        border-bottom: solid 1px #D5D5D5;
    }
    .bydetail .Modal .searchgroup li {
        width: 48%;
        display: inline-block;
        padding: 12px 0 10px;
    }
    .bydetail .Modal .searchgroup input[type="search"] {
        appearance: textfield;
    }
    .regionlist li {
        width: 40%;
    }
    .submit a,
    .submit a.toregist {
        padding: 14px 50px;
    }
    body:not(.preview) tr,
    body:not(.preview) th,
    body:not(.preview) td {
        min-width: 345px;
    }
    .fixedbar.forsp {
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 20000;
    }
    .fixedbar.forsp.isShow {
        top: 0px;
    }
    .fixedbutton.forsp {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 100000;
    }
    .fixedbar.forsp h4 {
        font-size: 18px;
        background: #F7F7F7;
        padding: 10px 25px;
    }
    .fixedbutton.forsp .submit {
        margin: 0;
    }
}