/* CSS Document */
*,*::before,*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* -----共通項目----- */
html {
	font-size: 62.5%;
}
body {
    background-color: #FFFAEC;
    color: #000;
    font-family:  游ゴシック,"ヒラギノ角ゴ ProN W3", HiraKakuProN-W3,  "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	vertical-align: bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wrapper {
    max-width: 1200px;
    margin:  0 auto;
}
.uppercase {
    text-transform: uppercase;
}
select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}
ul {
    list-style: none;
}
.center {
    text-align: center;
}
.emphasis {
    font-weight:bold;
    color:#000;
}

.sub_wrapper {
    width: 95%;
    margin: 30px auto 0;
}
.subtitle {
    text-align: center;
    font-size: 2.4rem;
    margin: 60px 0 10px 0;
    font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;

}

/*h2見出し内のspanタグ。小文字表記部分。*/
.subtitle span {
	display: block;
	color:#DCA474;
	font-size: 12px;	/*文字サイズ*/
	letter-spacing: 0.3em;
}


@media screen and (min-width: 600px) {
    .subtitle {
        font-size: 3.5rem;
        margin: 100px 0 10px 0;
        font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }

	.subtitle span {
		display: block;
		font-size: 2rem;	/*文字サイズ*/
	}

    .sub_wrapper {
        width: 90%;
        margin: 60px auto 0;
        padding: 0 20px;
    }
}

/* ----- メイン画像 ----- */
.main img {
    width: 100%;
}



/* ----- 導入 ----- */
.intro_wrapper {
    width: 95%;
    margin: 20px auto 0;
    vertical-align: bottom;
    text-align: center;
}
.intro_title {
    color: #2be800;
    font-weight: bold;
}
.intro_title img {
    width: 30px;
}
.intro_title_text {
    font-size: 1.6rem;
}
.silver_dashed {
    border-bottom: dashed 2px silver;
}
.intro_sentence {
    margin: 12px auto;
    /* background-color: rgb(248, 250, 255); */
    line-height: 1.4;
    font-size: 1.2rem;
}

/* ----- 　追加 ----- */
.addition_wrapper {
    margin-top: 30px;
}
.addition_wrapper img {
    width: 100%;
}
.addition_grid {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    justify-items: center;
}
.addition_grid img {
    width: 90%;
}
.announce {
    width: 90%;
    margin: 20px auto;
}
.announce img {
    width: 100%;
}


/* ----- fixedボタン ----- */
.fixed_button {
    z-index: 9999;
    width: 100%;
    position: fixed;
    bottom: 0;
}
.fixed_button a {
    display: block;
}
.fixed_button img {
    width: 100%;
}


/* ----- フロアマップ ----- */
.floor_wrapper {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}
.floor_img {
    text-align: center;
}
.floor_img img {
    width: 100%;
}

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

.floor_img01{
    width: 650px;
}
.floor_img02{
    width: 380px;
    margin-top:60px;
} 



@media screen and (max-width: 599px) {
    .floor_img {
        display: block;
        text-align: center;
    }

	.floor_img01{
	    width: 90%;
	}
	.floor_img02{
	    width: 80%;
	    margin-top:10px;
	}


}

.access {
    font-size: 1.8rem;
    margin:10px 0;
}

@media screen and (max-width: 599px) {
	.access {
	    font-size: 1.5rem;
	}
}




/* ----- バナー ----- */
.bn_wrapper {
    max-width: 1200px;
    margin:30px 0;
    text-align:center;


}

.bn_img01{
    width: 800px;

}


@media screen and (max-width: 599px) {
    .bn_img01 {
        width: 95%;
    }
}




/* ----- 問合せ案内 ----- */
.inquiry {
    margin-top: 20px;
}
.inquiry img {
    width: 90%;
}

.inquiry_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin-bottom: 20px;
}
.inquiry_img img {
    width: 100%;
}
.inquiry_img a {
    width: 90%;
    margin: 0 auto;
}


/* ----- 問い合わせフォーム ----- */
.form_wrapper {
    width: 90%;
    max-width: 600px;
    margin: 30px auto 0;
    padding: 20px;
    color: #000;
    background-color: #fff;
    border: 2px solid #00A0E9;
}
.form_title {
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 2rem;
}
.form_block {
    margin: 0 auto;
    font-size: 1.6rem;
}
.fb_up {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0.25em 0;
    border-bottom:1px solid #000;
    font-weight: bold;
}

.fb_down {
    margin-bottom: 10px;
}
.date input, .date label {
    margin-bottom: 10px;
}
.date label {
    margin-left: 5px;
}
.date input:hover, .date label:hover {
    cursor: pointer;
}
.form_button {
    display: block;
    width: 180px;
    margin: 20px auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;;
    border-radius: 20px;
}

.form_button:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.form_button input {
    display: block;
    width: 180px !important;
    height: 40px !important;
    margin: 0 auto;
    border: 1px solid #ff9d26;
    background-color: #ff9d26;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #dd871e;
}
.form_button input:hover {
    opacity: 0.8;
    transition: 0.2s;
}

/* -----テキストラジオ----- */
input {
    width: 100%;
    font-size: 16px;
    padding: 4px 6px;
    border: 1px solid #666;
}
input.t_input[type=radio]  {
    display: none;
}
.t_radio {
    min-width: 92px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #ccc;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 6px 4px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: #fffafa;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}
/* ホバー中の背景 */
input:checked + label {
    background-color: #ffca89;
    color:#191970;
}
/* 選択中の背景 */
.t_radio:hover {
    background-color: #ffca89;
}

/* 選択中の枠線 */
input.t_input[type=radio]:checked+label{
    border:2px solid #ff9d26;
    box-shadow: 3px 3px 2px #fff;
}
input.t_input[type=radio]:checked + .t_radio:after {
    opacity: 1;
}

.t_radio2 {
    min-width: 92px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #ccc;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 6px 4px;
    margin-right: 5px;
    margin-bottom: 8px;
    background-color: #fffafa;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

/* 選択中の文字CSS */
input[type="radio"]:checked + .t_radio2 {
    font-weight: bold;
    color: #4d2f08;
}

/* ホバー中の背景 */
input:checked + label {
    background-color: #ffca89;
    color:#191970;
}
/* 選択中の背景 */
.t_radio2:hover {
    background-color: #ffca89;
}

/* 選択中の枠線 */
input.t_input[type=radio]:checked+label{
    border:2px solid #ff9d26;
    box-shadow: 3px 3px 2px #fff;
}
input.t_input[type=radio]:checked + .t_radio2:after {
    opacity: 1;
}

/* 入力中の枠線 */
input.input_txt[type=text]:focus, textarea:focus {
    outline: 2px solid #ff9d26 !important;
    border: none !important;
}



#entrybtn {
    color: #fff;
    font-weight: bold;
}
.radio_large {
    width: 100%;
    padding: 6px 10px;
}
.fb_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
}

.fb_grid2 {
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    margin-bottom: 10px;
}

.lh25 {
    line-height: 2.5;
}
.radio_small {
    padding: 6px 10px;
}

/* テキストエリア */
.textarea_large {
    width: 100%;
    height: 50px;
}

/* プライバシーポリシー */
.formContents__privacy__title {
    font-size: 12px;
    letter-spacing: 0.7px;
    color: #666666;
    font-weight: 700;
    text-align: center;
}
.formContents__privacy__text {
    margin-top: 3px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.7px;
    text-align: center;
}
.privacyForm__innerBlock {
    width: 80%;
    margin: 6px auto;
    border: 1px solid #999;
    padding: 5px;
    max-height: 80px;
    overflow-y: scroll;
    text-align: left;
}
.c2 {
    text-align: center;
    margin-top: 20px;
}
.form_entry_btn {
    height: 40px;
    width: 200px;
    margin-top: 6px;
    font-size: 16px;
    border-radius: 25px;
    color: #003953;
    border: 1px solid #003953;
}
.form_unit_error_msg {
	color:red;
}

.detail_title {
    text-align: center;
    font-size: 2rem;
}

/* -----アコーディオン----- */
.accordion_area{
    list-style: none;
    width: 95%;
    max-width: 900px;
    margin: 20px auto 0;
}

.accordion_area li{
    margin: 10px 0;
}

.accordion_area section {
    padding-bottom: 4px;
	box-shadow: 3px 3px 3px #aaa;
    border: 1px solid rgb(230, 230, 230);
}
/*アコーディオンタイトル*/
.accordion_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-weight: bold;
    padding: 4px 4px 4px 50px;
    transition: all .5s ease;
    color: #00A0E9;
    font-size:1.6rem;
}

/*アイコンの＋と×*/
.accordion_title::before,
.accordion_title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #000;
}

.accordion_title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    transition: 0.2s;
}
.accordion_title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);
    transition: 0.2s;
}
/*　closeというクラスがついたら形状変化　*/
.accordion_title.close::before{
	transform: rotate(225deg);
    transition: 0.2s;
}

.accordion_title.close::after{
	transform: rotate(-45deg);
    transition: 0.2s;
}

/*アコーディオンで現れるエリア*/
.accordion_box {
    display: none;/*はじめは非表示*/
    background: #fff;
	margin:3%;
}
/* 求人情報 */
.detail_block {
    max-width: 0 0 8px;
}
.detail_index {
    margin: 0 0 4px;
    border-bottom: 1px solid #0071bc;
    line-height: 24px;
    font-size:1.6rem;
}
.accordion_index {
    margin-left: 0;
    font-weight: bold;
    font-size: 2rem;
}
.accordion_annotation {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 1.2rem;
}
.detail_content {
    margin: 4px 0 8px;
    line-height: 1.5;
    font-size: 1.6rem;
}
.accordion_annotation_p{
    display: block;
}
.mb {
    margin-bottom: 10px;
}
.ml- {
    margin-left: -6px;
}
.ls05em {
    letter-spacing: 0.5em;
}
.ls1em {
    letter-spacing: 1em;
}
.ls15em {
    letter-spacing: 1.5em;
}
.ls2em {
    letter-spacing: 2em;
}
.ls066em {
    letter-spacing: calc(1em / 3 * 2);
}
.ls033em {
    letter-spacing: calc(1em / 3);
}
.ls025em {
    letter-spacing: 0.25em;
}

/* ジャンプボタン */
.form_jump {
    display: block;
    width: 220px;
    margin: 20px auto;
    color: #ff9d26;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ff9d26;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #dd871e;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.4rem;
}
.form_jump a {
    display: block;
}
.form_jump:hover {
    color: #fff;
    background-color: #ff9d26;
    transition: 0.2s;
}
.form_jump:hover {
    opacity: 0.8;
    transition: 0.2s;
}
/* ジャンプボタン（別ver.） */
.form_jump_ano {
    width: 300px;
    border-radius: 0px;
}

/* ----- チェックボックス ----- */
.check_wrapper {
    width: 90%;
    margin: 60px auto 30px;
}
.check_Id {
    margin-bottom: 10px;
    font-size: 1.4rem;
}
/* チェック */
.check_title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 4px 8px;
    color: #000;
    background: #fff;
    line-height: 2;
    border: 2px solid #2be800;
    border-radius: 0 5px 5px 5px;
    font-weight: bold;
    font-size: 1.6rem;
}
.check_box {
    display: grid;
    grid-template-columns: 1fr;
}
.check_list {
    order: 2;
    position: relative;
    width: fit-content;
    padding: 0 10px;
    font-size: 1.6rem;
}
.or_emphasis {
    font-weight: bold;
    color:#ff9d26;
    text-shadow: 2px 2px 2px #eee;
}
.detail_title {
    font-size: 2rem;
}
/* 白抜きチェックマーク */
.check_title::before {
    z-index: 10;
    position: absolute;
    content: '';
    top:-14px;
    left: 5px;
    width: 12px;
    height: 6px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
} 
.check_title::after {
    z-index: 5;
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    content: '　Check! ';
    background: #2be800;
    color: #fff;
    left: -2px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 3px 7px 1px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-size: 1.6rem;
}
/* リストチェックマーク */
.check_item::before {
    z-index: 10;
    position: absolute;
    content: '　';
    top: 15px;
    left: 0;
    width: 16px;
    height: 10px;
    border-left: 4px solid #2be800;
    border-bottom: 4px solid #2be800;
    transform: rotate(-45deg);
}
.check_item {
    position: relative;
    line-height: 1.8;
    padding: 0.5em 0 0.5em 1.4em;
    /* border-bottom: dashed 1px silver; */
    list-style-type: none;
}

.check_item:last-of-type {
    border-bottom: none;
}
.silver_dashed {
    border-bottom: dashed 1px silver;
}
/* チェック画像 */
.check_right {
    order: 1;
    padding: 10px;
    text-align: center;
}
.check_right img {
    width: 90%;
}

/* 地図 */
.map {
    margin: 10px auto 0;
    text-align: center;
}

/* 施設情報 */
.about_table {
    margin: 8px auto 0;
    width:100%;
    font-size: 1.4rem;
}

.about_th, .about_td {
    padding: 4px 8px;
    border: 1px solid #333;
}
.about_td {
    background-color: #fff;

}
.about_th {
    min-width: 75px;
    background-color: #f6ffef;
    font-weight:bold;
}


/*ta1,ta2共通設定*/

.ta1{
    width: 60%;
    table-layout: fixed;
    margin: 0 auto;
    font-size:2rem;
}

.ta1,
.ta1 td,
.ta1 th {
    border: 1px solid #000;
    /*テーブルの枠線の幅、線種、色*/
    line-height: 2;
    padding: 10px;
    /*ボックス内の余白*/
    word-break: break-all;
}

/*ta2の左側ボックス*/

.ta1 th {
    width: 40%;
    /*幅*/
    background: #fffeba;
    /*背景色*/
}


/*ta1の右側ボックス*/

.ta1 td {
    background: #fff;
    /*背景色*/
    text-align: center;
    /*センタリング*/
}

@media screen and (max-width: 599px) {
	.ta1{
	    width: 95%;
	    font-size:1.8rem;
	}
}

/* -----フッター----- */
.footer {
    margin-top: 50px;
    padding: 10px 0 40px;
    background-color: #eee;
    color: #000;
}
.footer_block {
    margin: 0 auto;
    padding: 10px;
}
.footer_name {
    font-size: 2rem;
    font-weight: bold;
}
.footer_address, .footer_tel {
    font-size: 1.6rem;
}
.footer_business {
    margin-top: 0.5em;
    font-size: 1.2rem;
}
.copy {
    padding: 20px 0 0;
    text-align: center;
    font-size: 1rem;
}


/* ----- サンクスページ ----- */
.thanks_wrapper {
    max-width: 1200px;
    margin: 30px auto 0;
}
.thanks_title {
    text-align: center;
    font-size: 2rem;
}
.thanks_message {
    width: 90%;
    margin: 10px auto;
    text-align: center;
    color: #003953;
    line-height: 2 ;
    font-size: 1.4rem;
}

@media screen and (min-width: 600px) {
    .pc_hidden {
        display: none;
    }
    /* 導入 */
    .intro_wrapper {
        width: fit-content;
        margin: 50px auto;
    }
    .intro_title img {
        width: 50px;
    }
    .intro_title_text {
        font-size: 3.6rem;
    }
    .intro_sentence {
        font-size: 2.4rem;
    }
    .inquiry {
        margin-top: 40px;
    }

    /* ----- 　追加 ----- */
    .addition_wrapper {
        margin-top: 80px;
        text-align:center;
    }
    .addition_wrapper img{
        width:80%;
    }
    .addition_grid {
        margin-top: 40px;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        justify-items: center;
    }
    .addition_grid img {
        width: 95%;
    }
    .announce {
        width: 95%;
        margin: 40px auto;
    }

    /* お問合せ */
    .inquiry_grid {
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }
    .inquiry_img img {
        width: 100%;
    }
    /* .inquiry_grid {
        display: flex;
        justify-content: space-between;
        padding: 0 100px;
    } */
    .form_wrapper {
        margin: 50px auto;
        padding: 50px ;
    }
    .form_title {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }
    .form_block {
        font-size: 2rem;
    }
    .kyujin_colum_p {
        font-size: 16px;
    }
    .detail_index {
        padding: 2px 6px !important;
        font-size: 16px;
    } 
    .detail_content p {
        padding: 4px 0 !important;
    }
    .fb_up {
        margin-bottom: 20px;
        border-bottom:1px solid #003953;
    }
    .fb_down {
        margin-bottom: 20px;
    }
    .privacyForm__innerBlock {
        max-height: 100px; 
        padding: 20px;
    }
    .privacyForm__title {
        margin-bottom: 20px;
        padding: 0 !important;
        text-align: center;
        border: 1px solid #999;
        border-radius: 20px;
        font-size: 16px !important;
    }
    .privacyForm__text {
        font-size: 14px !important;
    }

    /* テキストエリア */
    .textarea_large {
        height: 70px;
    }

    .fb_grid {
        grid-template-columns: 1fr 1fr;
    }

    .fb_grid2 {
        grid-template-columns: 1fr 1fr;
    }

    /* アコーディオン */
    .accordion_index {
        font-size: 2.4rem;
    } 
    .detail_index {
        font-size: 2rem;
    }
    .accordion_annotation {
        font-size: 1.6rem;
    }
    .detail_block {
        margin: 0 0 24px;
    }
    .detail_content {
        font-size: 2rem;
    }

    /* ジャンプボタン */
    .form_jump {
        width: 310px;
        margin: 40px auto;
        border-radius: 40px;
        box-shadow: 3px 3px 3px #dd871e;
        line-height: 50px;
        font-size: 2rem;
    }
    .form_jump_ano {
        width: 400px;
        padding: 0;
        border-radius: 0;
    }
    .form_jump_ano a {
        line-height: 66px;
    }

    /* チェックボックス */
    .check_wrapper {
        width: 90%;
        margin: 100px auto;
    }
    .check_title {
        margin: 0 0 0 20px;
        border: 3px solid #2be800;
        font-size: 2.4rem;
    }
    .check_box {
        grid-template-columns: 4fr 3fr;
    }
    .check_list {
        order: 1;
        padding: 20px;
        font-size: 2rem;
    }
    .check_right {
        order: 2;
        padding: 10px;
        
    }
    /* 白抜きチェックマーク */
    .check_title::before {
        top:-16px;
        left: 4px;
        width: 14px;
        height: 8px;
    } 
    .check_title::after {
        left: -3px;
    }
    /* リストチェックマーク */
    .check_item::before {
        top: 22px;
        left: 2px;
    }

    /* 地図 */
    .map {
        margin: 20px auto 0;
    }

    /* 施設情報 */
    .about_table {
        margin: 8px auto 0;
        font-size: 2rem;
        width:70%;
    }
    .about_th, .about_td {
        padding: 8px 16px;
    }

    .last_explain {
        font-size: 1.6rem;
    }

    /* フッター */
    .footer_name {
        font-size: 2.4rem;
    }
    .footer_address, .footer_tel {
        font-size: 2rem;
    }
    .footer_business {
        margin-top: 0.5em;
        font-size: 1.6rem;
    }
    .copy {
        padding: 20px 0 0;
        font-size: 1.2rem;
    }

    /*  サンクスページ  */
    .thanks_wrapper {
        margin: 100px auto 0;
    }
    .thanks_title {
        font-size: 3rem;
    }
    .thanks_message {
        width: 90%;
        margin: 50px auto;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 599px) {
    .sp_hidden {
        display: none;
    }
    .sp_font14 {
        font-size: 1.4rem;
    }
}