/*プレス・スマフォ*/

#none_pc { display: none; overflow: hidden; }/*ＰＣ表示させない*/
#none_smart { }/*スマフォ表示させない*/

pc_br {/*改行*/

}
smart_br {/*改行*/
display: block;
}

red { color: #FF6150;/*フォント色*/ }

@media screen and (min-width: 680px){   
.pc { display:block; }
.sp { display:none; }
}
@media screen and (max-width: 680px){   
.pc { display:none; }
.sp { display:block; }
}


html,body,table,th,td,div {
font-size: 100%;
}



/* ページトップへ戻るボタン */
#pagetop { position:fixed; bottom:0px; right:10px; padding:0; z-index: 900;}
#pagetop img { width: 100px; }





/*2023.11.24*/
#Background_Press_Motion_Main {/*モーション*/
background: lightgray;
height: 200px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin: 85px auto 0px auto;/*上・右・下・左*/
}
#Press_Motion_title {/* ZOBI ENTERPRISES */
font-family: montserrat, sans-serif;
font-weight: 300;
font-style: italic;
font-size: 50%;
line-height: 100%;
letter-spacing: 0.1em;
color: #FFFFFF;
text-align: center;
margin: 70px auto 5px auto;/*上・右・下・左*/
text-shadow: #1E1E1E 1px 0 10px;/*文字影*/
}
#Press_Motion_text {/* プレス */
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
font-size: 210%;
line-height: 100%;
color: #FFFFFF;
text-align: center;
margin: 0px auto 0px auto;/*上・右・下・左*/
font-feature-settings: "palt";/* 文字詰め */
text-shadow: #1E1E1E 1px 0 10px;/*文字影*/
}





/*2023.12.01*/
#Background_White {/* BOX-ホワイト */
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
color: #3A3A3A;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
background-color:#FFFFFF;/*背景色*/
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Background_Grey {/* BOX-ホワイト */
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
color: #3A3A3A;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
background-color:#E4E4E4;/*背景色*/
padding: 50px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Background_E5EBEB {/* BOX-ホワイト */
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
color: #3A3A3A;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
width: 100%;
clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
background-color:#E5EBEB;/*背景色*/
padding: 60px 0;/*上・右・下・左*/
margin: -15px auto -15px auto;/*上・右・下・左*/
}
#Background_FFFFFF {/* BOX-ホワイト */
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
color: #3A3A3A;/*フォント色*/
font-size: 100%;
line-height: 150%;
text-align: center;
width: 100%;
background-color:#FFFFFF;/*背景色*/
padding: 60px 0;/*上・右・下・左*/
margin: -15px auto -15px auto;/*上・右・下・左*/
}
#Main_Grid {
max-width: 100%;
padding: 20px 10px 50px 10px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Main_Grid img {
width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Main_Center {
width: 100%;
text-align: center;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 20px auto 20px auto;/* 上・右・下・左*/
}








#White_Title {
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
text-align: center;
width: 100%;
color: #003759;/*フォント色*/
font-size: 150%;
line-height: 130%;
font-feature-settings: "palt";/* 文字詰め */
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 10px 0px 10px 0px;/* 上・右・下・左*/
}
#White_Title_2 {
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
text-align: center;
width: 100%;
color: #003759;/*フォント色*/
font-size: 110%;
line-height: 130%;
font-feature-settings: "palt";/* 文字詰め */
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 10px 0px 10px 0px;/* 上・右・下・左*/
}
#White_ZOBI {
font-family: rift-soft, sans-serif;
font-weight: 500;
font-style: normal;
text-align: center;
width: 100%;
color: #003759;/*フォント色*/
font-size: 90%;
line-height: 100%;
letter-spacing:0.1em;/*文字間隔*/
text-indent:0.1em;/*文字間隔*/
opacity: 0.5;/*透明度*/
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px 0px 30px 0px;/* 上・右・下・左*/
}





#Background_Grid_box {
max-width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
padding: 15px 15px 15px 15px;/* 上・右・下・左*/
margin: 10px auto 0px auto;/*上・右・下・左*/
border: 1px solid #BBCBCB;
border-radius: 5px;/*角丸める*/
background-color:#E1E8E8;/*背景色*/
}
#Grid_2 {
width: calc(100% / 1);/*2等分*/
display: flex;
box-sizing:border-box;
}
#Grid_box {
width: 100%;
font-feature-settings: "palt";/* 文字詰め */
text-align: justify;/*両端揃え*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_box img {
max-width: 100%;
height: auto;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 10px 0px 0px 0px;/*上・右・下・左*/
border-radius: 5px;/*角丸める*/
}
#Grid_box_title_O {
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
width: 100%;
color: #FFFFFF;/*フォント色*/
font-size: 120%;
line-height: 150%;
text-align: center;
display:inline-block;
background-color:#6E8F90;/*背景色*/
padding: 10px 0px 10px 0px;/* 上・右・下・左*/
margin: 0px auto 10px auto;/* 上・右・下・左*/
border-radius: 5px;/*角を丸くする*/
box-sizing: border-box;/*内側線*/
}
#Grid_box_title_OH {
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-weight: 600;
font-style: normal;
width: 100%;
color: #FFFFFF;/*フォント色*/
font-size: 120%;
line-height: 150%;
text-align: center;
display:inline-block;
background-color:#75829c;/*背景色*/
padding: 10px 0px 10px 0px;/* 上・右・下・左*/
margin: 0px auto 10px auto;/* 上・右・下・左*/
border-radius: 5px;/*角を丸くする*/
box-sizing: border-box;/*内側線*/
}

/* 2024 */
#title_L {
width: 100%;
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-style: normal;
font-weight: 600;
font-size: 160%;
line-height: 130%;
text-align: center;
color: #003759;/*フォント色*/
font-feature-settings: "palt";/*文字詰める*/
padding: 50px 0px 0px 0px;/*上・右・下・左*/
}
#title_M {
width: 100%;
font-family: a-otf-midashi-mi-ma31-pr6n, serif;
font-style: normal;
font-weight: 600;
font-size: 130%;
line-height: 130%;
text-align: center;
color: #003759;/*フォント色*/
font-feature-settings: "palt";/*文字詰める*/
padding: 0px 0px 0px 0px;/*上・右・下・左*/
}
#title_S {
width: 100%;
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 100%;
line-height: 150%;
text-align: center;
color: #6E6E6E;/*フォント色*/
font-feature-settings: "palt";/*文字詰める*/
padding: 40px 0px 0px 0px;/*上・右・下・左*/
}







/*プラン・2024.1.1*/
#Grid_scroll {
text-align: center;
width: 100%;
color: #FFFFFF;/*フォント色*/
font-size: 80%;
line-height: 80%;
background-color:#6E8F90;/*背景色*/
padding: 10px 0px 12px 0px;/* 上・右・下・左*/
margin: 0px 0px 10px 0px;/* 上・右・下・左*/
}
.table-wrap {
width: 100%;
overflow: auto;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.table_plan {/*業務一覧*/
width: 100%;
text-decoration: none;
text-align:center;
border-collapse:  collapse;/*テーブル枠1px*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.table_plan th {
display:none;
}
.table_plan td {
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 100%;
line-height: 180%;
text-align: justify;/*両端揃え*/
color: #3E3E3E;/*フォント色*/
padding: 10px 5px 10px 5px;/*上・右・下・左*/
}
#top_plan_2 {
font-size: 80%;
line-height: 120%;
text-align:center;
color: #6E8F90;/*フォント色*/
}
#table_plan_1 {
width: 170px;
text-align:center;
border-top: 1px solid #BBCBCB;
border-bottom: 1px solid #BBCBCB;
}
#table_plan_2 {
width: 300px;
font-size: 80%;
line-height: 120%;
text-align: justify;/*両端揃え*/
border-top: 1px solid #BBCBCB;
border-bottom: 1px solid #BBCBCB;
font-feature-settings: "palt";/*文字詰める*/
padding: 10px 10px 10px 10px;/*上・右・下・左*/
}
#table_plan_2_s {
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 80%;
line-height: 110%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
}
#table_plan_2_sound {
width: 100%;
font-size: 100%;
line-height: 120%;
text-align:center;
color: #FFFFFF;/*フォント色*/
padding: 15px 5px 15px 5px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
background-color:#6E8F90;/*背景色*/
border: 1px solid #6E8F90;
border-radius: 5px;/*角を丸くする*/
box-sizing: border-box;/*内側線*/
}
#table_plan_2_movie {
width: 100%;
font-size: 100%;
line-height: 120%;
text-align:center;
color: #FFFFFF;/*フォント色*/
padding: 15px 5px 15px 5px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
background-color:#75829c;/*背景色*/
border: 1px solid #6E8F90;
border-radius: 5px;/*角を丸くする*/
box-sizing: border-box;/*内側線*/
}
#table_plan_2_led {
width: 100%;
font-size: 100%;
line-height: 120%;
text-align:center;
color: #FFFFFF;/*フォント色*/
padding: 15px 5px 15px 5px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
background-color:#A55F5F;/*背景色*/
border: 1px solid #6E8F90;
border-radius: 5px;/*角を丸くする*/
box-sizing: border-box;/*内側線*/
}
#table_plan_2_normal {
width: 100%;
font-size: 100%;
line-height: 120%;
text-align:center;
color: #75829c;/*フォント色*/
padding: 15px 5px 15px 5px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
background-color:#FFFFFF;/*背景色*/
border: 1px solid #6E8F90;
border-radius: 5px;/*角を丸くする*/
box-sizing: border-box;/*内側線*/
}
#table_plan_3 {
text-align:center;
font-feature-settings: "palt";/*文字詰める*/
border-top: 1px solid #BBCBCB;
border-bottom: 1px solid #BBCBCB;
border-left: 1px solid #BBCBCB;
}
#table_plan_3_s {
font-size: 50%;
line-height: 90%;
padding: 5px 0px 5px 0px;/*上・右・下・左*/
}

#title_plan_sound {
width: 100%;
font-size: 100%;
line-height: 120%;
text-align:center;
color: #FFFFFF;/*フォント色*/
padding: 20px 0px 20px 0px;/*上・右・下・左*/
background-color:#6E8F90;/*背景色*/
border: 1px solid #6E8F90;
border-radius: 5px;/*角を丸くする*/
}
#title_plan_movie {
width: 100%;
font-size: 100%;
line-height: 120%;
text-align:center;
color: #FFFFFF;/*フォント色*/
padding: 20px 0px 20px 0px;/*上・右・下・左*/
background-color:#75829c;/*背景色*/
border: 1px solid #6E8F90;
border-radius: 5px;/*角を丸くする*/
}
#title_plan_led {
width: 100%;
font-size: 100%;
line-height: 120%;
text-align:center;
color: #FFFFFF;/*フォント色*/
padding: 20px 0px 20px 0px;/*上・右・下・左*/
background-color:#A55F5F;/*背景色*/
border: 1px solid #6E8F90;
border-radius: 5px;/*角を丸くする*/
}
#title_plan_normal {
width: 100%;
font-size: 100%;
line-height: 120%;
text-align:center;
color: #6E8F90;/*フォント色*/
padding: 20px 0px 20px 0px;/*上・右・下・左*/
background-color:#FFFFFF;/*背景色*/
border: 1px solid #6E8F90;
border-radius: 5px;/*角を丸くする*/
}




#sound_top {
width: 110px;
font-size: 90%;
line-height: 120%;
text-align:center;
color: #FFFFFF;
background-color:#6E8F90;/*背景色*/
font-feature-settings: "palt";/*文字詰める*/
border-radius: 5px;/*角を丸くする*/
box-sizing: border-box;/*内側線*/
border: 1px solid #E5EBEB;
padding: 20px 0px 20px 0px;/*上・右・下・左*/
}
#sound_top_s {
font-size: 60%;
line-height: 150%;
}
#movie_top {
width: 110px;
font-size: 90%;
line-height: 120%;
text-align:center;
color: #FFFFFF;
background-color:#75829c;/*背景色*/
font-feature-settings: "palt";/*文字詰める*/
border-radius: 5px;/*角を丸くする*/
box-sizing: border-box;/*内側線*/
border: 1px solid #E5EBEB;
padding: 20px 0px 20px 0px;/*上・右・下・左*/
}
#movie_top_s {
font-size: 60%;
line-height: 150%;
}
#led_top {
width: 110px;
font-size: 90%;
line-height: 120%;
text-align:center;
color: #FFFFFF;
background-color:#A55F5F;/*背景色*/
font-feature-settings: "palt";/*文字詰める*/
border-radius: 5px;/*角を丸くする*/
box-sizing: border-box;/*内側線*/
border: 1px solid #E5EBEB;
padding: 20px 0px 20px 0px;/*上・右・下・左*/
}
#led_top_s {
font-size: 60%;
line-height: 150%;
}

#Grid_scroll {
text-align: center;
width: 100%;
color: #FFFFFF;/*フォント色*/
font-size: 80%;
line-height: 80%;
background-color:#6E8F90;/*背景色*/
padding: 10px 0px 12px 0px;/* 上・右・下・左*/
margin: 0px 0px 10px 0px;/* 上・右・下・左*/
}
.table-wrap {
width: 100%;
overflow: auto;
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.table_plan_ssp {/*機材一覧*/
width: 100%;
text-decoration: none;
text-align:center;
border-collapse:  collapse;/*テーブル枠1px*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
.table_plan_ssp th {
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 100%;
text-align: left;
color: #003759;/*フォント色*/
padding: 10px 5px 10px 5px;/*上・右・下・左*/
}
.table_plan_ssp td {
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 100%;
line-height: 180%;
text-align: justify;/*両端揃え*/
color: #3E3E3E;/*フォント色*/
padding: 20px 20px 20px 20px;/*上・右・下・左*/
}
.table_plan_ssp tr:nth-child(2n) {
background: #F5F5F5;
}
#table_plan_ssp_1 {white-space: nowrap;/*改行させない*/
font-size: 90%;
line-height: 100%;
text-align:center;
border-top: 1px solid #BBCBCB;
border-bottom: 1px solid #BBCBCB;
}
#table_plan_ssp_3 {white-space: nowrap;/*改行させない*/
width: 20%;
line-height: 130%;
text-align:center;
border-top: 1px solid #BBCBCB;
border-bottom: 1px solid #BBCBCB;
border-left: 1px solid #BBCBCB;
}
#table_plan_ssp_3_s {display: none;
font-size: 70%;
line-height: 130%;
font-feature-settings: "palt";/*文字詰める*/
padding: 5px 0px 0px 0px;/* 上・右・下・左*/
}
#table_plan_ssp_3_ss {
font-size: 70%;
line-height: 130%;
font-feature-settings: "palt";/*文字詰める*/
padding: 5px 0px 0px 0px;/* 上・右・下・左*/
}
#table_plan_ssp_3 img {
width: 90px;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px 0px 10px 0px;/*上・右・下・左*/
border-radius: 5px;/*角丸める*/
}


Plan_Title_S {
width: 100%;
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 80%;
line-height: 100%;
text-align: center;
color: #6E8F90;/*フォント色*/
padding: 20px 0px 10px 0px;/* 上・右・下・左*/
margin: 0px auto 0px auto;/* 上・右・下・左*/
display: block;/*改行*/
}
Plan_Title_L {
font-family: fot-udkakugoc80-pro, sans-serif;
font-style: normal;
font-weight: 700;
font-size: 170%;
line-height: 100%;
text-align: center;
color: #6E8F90;/*フォント色*/
position: relative;
display: inline-block;
padding: 0 30px;
margin: 0px auto 50px auto;/* 上・右・下・左*/
}
Plan_Title_L:before, Plan_Title_L:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 25px;
height: 1px;
background-color: #6E8F90;
}
Plan_Title_L:before {
left:0;
}
Plan_Title_L:after {
right: 0;
}



#Background_Grid_plan {
max-width: 1100px;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 50px auto 0px auto;/*上・右・下・左*/
}
#Grid_plan_2 {
width: calc(100% / 1);/*2等分*/
display: flex;
}
#Grid_plan_3 {
width: calc(100% / 1);/*2等分*/
display: flex;
}
#Grid_plan_box {position:relative;
width: 100%;
text-align: justify;/*両端揃え*/
padding: 20px 20px 20px 20px;/*上・右・下・左*/
margin: 10px 0px 10px 0px;/*上・右・下・左*/
background-color:#FFFFFF;/*背景色*/
border-radius: 5px;/*角を丸くする*/
box-shadow: 0px 0px 10px 0 #ccc ;
border: 2px solid #D6DFDF;
}
#Grid_plan_box img {
width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 20px 0px 20px 0px;/*上・右・下・左*/
}
#Grid_plan_sound_top {
border-radius: 0px;/*角を丸くする*/
font-size: 150%;
line-height: 100%;
width: 100%;
text-align:center;
color: #FFFFFF;
background-color:#6E8F90;/*背景色*/
font-feature-settings: "palt";/*文字詰める*/
padding: 10px 0px 15px 0px;/*上・右・下・左*/
margin: 0px 0px 20px 0px;/*上・右・下・左*/
}
#Grid_plan_movie_top {
border-radius: 0px;/*角を丸くする*/
font-size: 150%;
line-height: 100%;
width: 100%;
text-align:center;
color: #FFFFFF;
background-color:#75829c;/*背景色*/
font-feature-settings: "palt";/*文字詰める*/
padding: 10px 0px 15px 0px;/*上・右・下・左*/
margin: 0px 0px 20px 0px;/*上・右・下・左*/
}
#Grid_plan_mc_top {
border-radius: 0px;/*角を丸くする*/
font-size: 130%;
line-height: 120%;
width: 100%;
text-align:center;
color: #FFFFFF;
background-color:#34797e;/*背景色*/
font-feature-settings: "palt";/*文字詰める*/
padding: 10px 0px 10px 0px;/*上・右・下・左*/
margin: 0px 0px 20px 0px;/*上・右・下・左*/
}
#plan_list {
font-size: 100%;
line-height: 130%;
text-align: left;
vertical-align:top;/*上段揃える*/
color: #3E3E3E;/*フォント色*/
}
#plan_list img {
width: 100%;
padding: 10px 0px 10px 0px;/*上・右・下・左*/
}
#plan_mark {
font-size: 90%;
line-height: 200%;
color: #FFFFFF;/*フォント色*/
background-color:#7B7B7B;/*背景色*/
border-radius: 0px;/*角を丸くする*/
padding: 0px 20px 2px 20px;/*上・右・下・左*/
margin: 0px 0px 0px 5px;/*上・右・下・左*/
}

.plan_red {/* PICKUP・リボン */
font-family: rift-soft, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 150%;
width: 125px;
height: 120px;
overflow: hidden;
position: absolute;
}
.paln_red::before,
.plan_red::after {
position: absolute;
z-index: -1;
content: '';
display: block;
}
.plan_red span {
position: absolute;
display: block;
width: 200px;
padding: 10px 20px 10px 20px;
background-color: #e6001a;
box-shadow: 0 5px 10px rgba(0,0,0,.1);
color: #FFFFFF;
font-size: 1em;
text-shadow: 0 1px 1px rgba(0,0,0,.2);
text-transform: uppercase;
text-align: center;
}
.ribbon-top-right {
top: -5px;
right: -5px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
border-top-color: transparent;
border-right-color: transparent;
}
.ribbon-top-right::before {
top: 0;
left: 0;
}
.ribbon-top-right::after {
bottom: 0;
right: 0;
}
.ribbon-top-right span {
left: -28px;
top: 10px;
transform: rotate(45deg);
}



/*舞台看板ボタン*/
#Background_Box {
text-align: center;
padding: 30px 15px 15px 15px;/*上・右・下・左*/
margin: 10px auto 20px auto;/*上・右・下・左*/
border: 1px solid #BBCBCB;
background-color:#E5EBEB;/*背景色*/
border-radius: 10px;/*角丸める*/
}
#Background_Box ul {
max-width: 100%;
text-align: center;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
flex-direction:column;  /* コンテンツの配置を「上→下」に設定 */
}
#Background_Box li {
width: 100%;
color: #848484;/*フォント色*/
text-align: justify;/*両端揃え*/
font-feature-settings: "palt";/*文字詰める*/
border-collapse:collapse;
display: inline-block;
list-style: none;
vertical-align:top;
position: relative;/*相対配置*/
}
#order1 {
order:1;    /* コンテンツの順番を設定  */
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#order1:hover{
opacity: 0.4;/*透明度*/}
#order2 {
order:2;    /* コンテンツの順番を設定  */
text-align: left;
color: #848484;/*フォント色*/
font-size: 100%;
line-height: 180%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Background_Box img {
width: 100%;
height: auto;
/*border-radius: 10px;/*角丸める*/
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px 0px 10px 0px;/*上・右・下・左*/
}
#Box_title_pc {
display: none;
}
#Box_title_smart {
font-family: fot-udkakugoc80-pro, sans-serif;
font-style: normal;
font-weight: 700;
text-align: center;
width: 100%;
color: #6E8F90;/*フォント色*/
font-size: 130%;
line-height: 150%;
border-top: 2px solid #6E8F90;
border-bottom: 2px solid #6E8F90;
padding: 6px 0px 5px 0px;/* 上・右・下・左*/
margin: 0px 0px 15px 0px;/* 上・右・下・左*/
}
#grid_btn_top {
text-align: center;
margin: 20px auto 10px auto;/* 上・右・下・左*/
}
.btn_top {
font-family: rift-soft, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 15px;
line-height: 130%;
letter-spacing:0.25em;/*文字間隔*/
text-indent:0.25em;/*文字間隔*/
display: inline-block;
text-align: center;
text-decoration: none;
outline: none;
border-collapse: collapse;/*隙間無くす*/
border-spacing: 0;/*隙間無くす*/
padding: 10px 30px 10px 30px;/* 上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
border: 1px solid #e1e1e1;
}
.btn_top::before,
.btn_top::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.btn_top,
.btn_top::before,
.btn_top::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn_top {
color: #FFFFFF;/* 文字色 */
background-color: #4169e1;/*背景色*/
}
.btn_top:hover {
background-color: #FFFFFF;
color: #4169e1;/* 文字色 */
}




/* 2024.7.3・３プラン*/
#Background_Grid_plan3 {
max-width: 1100px;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
padding: 20px 5px 0px 5px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_plan3 {
width: calc(100% / 2);/*2等分*/
display: flex;
}
#Grid_plan3_box {
position:relative;
width: 100%;
text-align: center;
padding: 0px 5px 30px 5px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}
#Grid_plan3_box img {
width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
border-radius: 5px;/*角を丸くする*/
}
#Grid_plan3_box a {
}
#Grid_plan3_box a:hover {
opacity: 0.5; /* 透明度 */
}
#Grid_plan3_title {
font-family: fot-udkakugoc80-pro, sans-serif;
font-style: normal;
font-weight: 500;
color: #003759;/*フォント色*/
font-feature-settings: "palt";/*文字詰める*/
text-align: justify;/*両端揃え*/
font-size: 100%;
line-height: 100%;
padding: 0px 5px 0px 5px;/* 上・右・下・左*/
margin: 20px auto 10px auto;/* 上・右・下・左*/
}
#Grid_plan3_text {
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
color: #6F6F6F;/*フォント色*/
font-feature-settings: "palt";/*文字詰める*/
text-align: justify;/*両端揃え*/
font-size: 90%;
line-height: 150%;
padding: 0px 5px 0px 5px;/* 上・右・下・左*/
margin: 0px auto 0px auto;/* 上・右・下・左*/
}
#plan3_title_up {
font-family: fot-udkakugoc80-pro, sans-serif;
font-style: normal;
font-weight: 500;
color: #003759;/*フォント色*/
text-align: center;/*センター揃え*/
font-feature-settings: "palt";/* 文字詰め */
font-size: 130%;
line-height: 130%;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 50px auto 0px auto;/* 上・右・下・左*/
}
#plan3_text_down {
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
color: #6F6F6F;/*フォント色*/
text-align: center;/*センター揃え*/
font-feature-settings: "palt";/* 文字詰め */
font-size: 90%;
line-height: 150%;
padding: 0px 0px 0px 0px;/* 上・右・下・左*/
margin: 0px auto 0px auto;/* 上・右・下・左*/
}


#grid_btn_top {
text-align: center;
margin: 20px auto 10px auto;/* 上・右・下・左*/
}
.btn_top {
font-family: rift-soft, sans-serif;
font-weight: 600;
font-style: normal;
font-size: 15px;
line-height: 130%;
letter-spacing:0.25em;/*文字間隔*/
text-indent:0.25em;/*文字間隔*/
display: inline-block;
text-align: center;
text-decoration: none;
outline: none;
border-collapse: collapse;/*隙間無くす*/
border-spacing: 0;/*隙間無くす*/
padding: 10px 30px 10px 30px;/* 上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
border: 1px solid #A8A8A8;
}
.btn_top::before,
.btn_top::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.btn_top,
.btn_top::before,
.btn_top::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
.btn_top {
color: #767676;
background-color: #FFFFFF;
}
.btn_top:hover {
color: #FFFFFF;
background-color: #767676;
}
/*NEWリボン*/
.Pickup {
font-family: rift-soft, sans-serif;
font-weight: 600;
font-style: normal;
width: 100px;
height: 100px;
overflow: hidden;
position: absolute;
}
.Pickup::before,
.Pickup::after {
position: absolute;
z-index: -1;
content: '';
display: block;
}
.Pickup span {
position: absolute;
display: block;
width: 210px;
padding: 0px 0px 0px 0px;
background-color: #e6001a;
box-shadow: 0 5px 10px rgba(0,0,0,.1);
color: #FFFFFF;
font-size: 1em;
text-shadow: 0 1px 1px rgba(0,0,0,.2);
text-transform: uppercase;
text-align: center;
}
.Pickup-top-right {
top: -5px;
right: 0px;
}
.Pickup-top-right::before,
.Pickup-top-right::after {
border-top-color: transparent;
border-right-color: transparent;
}
.Pickup-top-right::before {
top: 0;
left: 0;
}
.Pickup-top-right::after {
bottom: 0;
right: 0;
}
.Pickup-top-right span {
left: -25px;
top: 10px;
transform: rotate(45deg);
}



/*2024.1.1*/
#Background_Grid_4set {/*基本セット*/
max-width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 30px auto 30px auto;/*上・右・下・左*/
}
#Grid_4set_4 {
width: calc(100% / 4);/*2等分*/
display: flex;
}
#Grid_4set_5 {
width: calc(100% / 5);/*2等分*/
display: flex;
}
#Grid_4set_photo {
width: 100%;
padding: 3px 3px 3px 3px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}
#Grid_4set_photo img {
width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
border-radius: 5px;/*角を丸くする*/
}
#Grid_4set_photo_K {
font-size: 70%;
line-height: 100%;
width: 100%;
padding: 3px 3px 3px 3px;/*上・右・下・左*/
margin: 0px 0px 0px 0px;/*上・右・下・左*/
}
#Grid_4set_photo_K img {background-color:#D8D8D8;/*背景色*/
width: 100%;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px 0px 10px 0px;/*上・右・下・左*/
border-radius: 5px;/*角を丸くする*/
}

#title_4set_S {
width: 100%;
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 90%;
line-height: 130%;
text-align: center;
color: #3E3E3E;/*フォント色*/
padding: 0px 0px 10px 0px;/*上・右・下・左*/
}
#title_4set_SC {
width: 100%;
font-family: a-otf-jun-pro, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 90%;
line-height: 130%;
text-align: justify;/*両端揃え*/
color: #3E3E3E;/*フォント色*/
padding: 10px 10px 10px 10px;/*上・右・下・左*/
}






/*お問い合わせ*/
#Background_inquiry {
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 20px auto 0px auto;/*上・右・下・左*/
}
#Grid_inquiry_1 {
width: calc(100% / 1);/*3等分*/
display:flex;
}
a.btn_inquiry {
font-family: montserrat, sans-serif;
font-weight: 900;
font-style: italic;
font-size: 100%;/* 文字サイズ */
line-height: 100%;
text-decoration: none;
display: inline-block;
color: #FFFFFF;/* 文字色 */
background-color: #6E8F90;/*背景色*/
font-feature-settings: "palt";/* 文字詰め */
padding: 10px 40px 10px 40px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
border-radius: 50px;/*角丸める*/
border: 1px solid #6E8F90;
}
a.btn_inquiry:hover {
color: #6E8F90;/* 文字色 */
background-color: #FFFFFF;/*背景色*/
text-decoration: none;
border: 1px solid #6E8F90;
}
























#Background_Maine_Grid_Button {/* メニューボタン */display: none; overflow: hidden;
position: fixed;
bottom: 0;
width: 100%;
z-index: 1000;
text-align: center;
background-color: #003759;/*背景色*/
border-top:5px solid #FFFFFF;
padding: 0px 0px 0px 0px;/*上・右・下・左*/
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Background_Grid_Button {
width: 100%;
display: flex;
display: -ms-flexbox; /* IE10 */
flex-wrap: wrap;
-ms-flex-wrap: wrap; /* IE10 */
margin: 0px auto 0px auto;/*上・右・下・左*/
}
#Grid_Button_6 {
width: calc(100% / 6);/*2等分*/
display: flex;
box-sizing:border-box;
border-left:1px solid #003E65;
border-right:1px solid #002740;
}
#Grid_Button_box {
width: 100%;
text-align: center;
margin: 15px auto 20px auto;/*上・右・下・左*/
}
a.Button_Link {
width: 100%;
color: #FFFFFF;
text-align: center;
text-decoration: none;
background-image: linear-gradient(to bottom, #003759, #00263F);
text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
a.Button_Link:hover {
color: #114c96;
text-decoration: none;
background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF);
}
#Grid_Button_S {/*メニュー・日本字*/
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;
max-width: 100%;
text-align: center;
font-size: 0.8em;
line-height: 100%;
padding: 0px auto 0px auto;/*上・右・下・左*/
margin: 20px auto 2px auto;/*上・右・下・左*/
font-feature-settings: "palt";
}
#Grid_Button_L {/*メニュー・英字*/
font-family: rift-soft, sans-serif;
font-weight: 300;
font-style: normal;
text-align: center;
font-size: 1em;
line-height: 130%;
padding: 0px auto 0px auto;/*上・右・下・左*/
margin: 0px 0px 20px 0px;/*上・右・下・左*/
}