@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

html {
    height: 100%;
}

body {
    color: #111;
    background-color: #FFFFFF;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    word-wrap: break-word;
    height: 100%;
}

.font_mincho {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_garamond {
    font-family: 'Cormorant Garamond', serif;
}

.font_raleway {
    font-family: 'Raleway', sans-serif;
}

section,
article {
    display: block;
}

img {
    vertical-align: top;
}

a img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

li {
    list-style-type: none;
}

a {
    color: #0066CC;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

a:hover {
    color: #0099CC;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

table td {
    border-collapse: collapse;
}

.clfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}


/*ヘッダー-------------------------------------*/
header {
    width: 100%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    z-index: 300;
}

header h1 a img {
    display: block;
    position: absolute;
}

header .h_btn a {
    display: block;
    text-align: center;
    position: absolute;
    text-decoration: none;
    color: #FFF;
    letter-spacing: 1px;
    border: 5px solid #EEE;
    background-color: #4169e1;
    margin-top: 10px;
}

header .h_btn a:hover {
    color: #4169e1;
    background-color: #FFF;
    border: 5px solid #4169e1;
}

header .h_tel a {
    display: block;
    text-align: center;
    position: absolute;
    text-decoration: none;
    color: #036;
    font-size: 20px;
    width: auto;
    font-weight: bold;
    letter-spacing: 1px;
}

header .h_tel a strong {
    font-size: 130%;
}

header .h_btn a i,
header .h_tel a i {
    padding-left: 5px;
    padding-right: 5px;
}

header .sns_i_btn a img {
    display: block;
    position: absolute;
    width: 35px;
    top: 25px;
    right: 210px;
}

header .sns_f_btn a img {
    display: block;
    position: absolute;
    width: 35px;
    top: 25px;
    right: 250px;
    
}

.pankuzu {
    background-color: #F6F6F6;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E5E5E5;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFF;
}

.pankuzu ul {
    width: 96%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.pankuzu li {
    display: inline-block;
}

.pankuzu li a {
    text-decoration: none;
    color: #999;
}

.pankuzu li a::after {
    content: ">";
    padding-left: 10px;
    padding-right: 10px;
}

.pankuzu li a:hover {
    color: #111;
}

.pankuzu li i {
    padding-right: 5px;
}

/*メインコンテンツ
-------------------------------------------*/
.content {
    width: 100%;
    background-color: #FFF;
    padding-top: 0px;
    padding-bottom: 50px;
}

.cont_wrap {
    max-width: 1200px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}


#top_slide {
    padding-top: 100px;
    background-color: rgb(0, 0, 0)
}

#sub_top {
    background-color: #EEE;
    background-repeat: no-repeat;
    background-position: center center;
    height: 110px;
    line-height: 30px;
    padding-top: 230px;
    width: 100%;
    background-size: cover;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 20px;
    letter-spacing: 1em;
    -moz-text-shadow: 2px 2px 4px rgb(0, 0, 0);
    -webkit-text-shadow: 2px 2px 4px rgb(0, 0, 0);
    -ms-text-shadow: 2px 2px 4px rgb(0, 0, 0);
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

.content h2 {
    /*ニュース等*/
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #071b4d;
    letter-spacing: 0px;
    color: #4169e1;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

.content h2 span {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-size: 50%;
    font-weight: normal;
}

.content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    background-color: #F6F6F6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
    margin-top: 30px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 44px;
    color: #111;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    clear: both;
}

.contrnt h3 em {
    font-size: 0.8em;
}

.content h3::after {
    display: block;
    width: 3px;
    height: 20px;
    /*縦線*/
    position: absolute;
    top: 20px;
    /*    縦線のtop*/
    left: 20px;
    background-color: #0085B2;
    content: '';
}

.content h3 span {
    font-size: 16px;
    color: #555;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    padding-left: 15px;
}

.content h4 {
    font-size: 20px;
    color: #4169e1;
    letter-spacing: 0.1em;
    padding: 10px;
    font-weight: bold;
    clear: both;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom:20px;
    margin-left: 30px;
}

.content p {
    font-size: 16px;
    line-height: 1.8;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 0px;
    margin-right: 30px;
    margin-left: 30px;
    text-indent: 1em ;
}

.content .ul_news li {
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 40px;
}

.content .ul_news li span.news_date {
    color: #3c3c3c;
    padding-right: 20px;
}

.content .ul_news li span.news_icon {
    color: #FFF;
    padding-left: 10px;
    display: inline-block;
    padding-right: 10px;
    background-color: #FF6600;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.content .ul_news li span.news_icon.cl_02 {
    background-color: #4169e1;
}

.content .ul_news li span.news_icon.cl_03 {
    background-color: #02a834;
}


.content .ul_list{   
   margin: 0px 40px ;
}

.content .ul_list li { 
    font-size: 18px;
    padding: 10px 0px ;
}

.img_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

.img_left {
    float: left;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
}

.img_right {
    float: right;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 20px;
}

.content .img_left p {
    font-size: 12px;
    margin: 0px;
}

/*what sinbi start*/
.content .features {
    margin-left: 40px;
    font-size: 18px;
    font-weight: bold;
    color: deeppink;
}

.content .features i {
    color: crimson;
}


.cont_wrap .contributor {

    text-align: right;
    font-weight: bold;
    padding: 20px;
}

.cont_wrap .fukudai {

    text-align: left;
    font-size: 20px;
    color: blue ;
    font-weight: bold;
    margin: 40px;
}
/*what sinbi end*/


/*-----トップへ戻るボタン------*/

.to_top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 200;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

.to_top a {
    text-decoration: none;
    color: #FFF;
    text-align: center;
    display: block;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    font-size: 10px;
    background-color: #4169e1;
    padding: 20px;
    height: 30px;
    width: 30px;
}

.to_top a:hover {

}

/*フッター-------------------------------------------*/

footer {
    background-color: #071b4d;
    color: #FFF;
    clear: both;
    width: 100%;
    display: block;
    border-top: solid 1px #555;
}

/*-----外部バナー　＆　facebookなど------*/
footer ul.f_bn {
    text-align: center;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #071b4d;
    border-bottom: solid 1px #bbbbbb;
}

footer .f_bn li {
    display: inline;
}

footer .f_bn li a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px;
    margin-right: 10px;
    text-decoration: none;
    color: #FFF;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

footer .f_bn li a:hover {
    opacity: 1.0;
}

footer .f_bn li a i {
    padding-right: 5px;
    font-size: 200%;
}


/*フッターメニューリスト*/
footer ul.f_list {
    display: block;
    width: 23%;
    float: left;
    line-height: 1.5rem;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 10px;
}

footer ul.f_list a {
    color: rgb(240, 240, 240);
    text-decoration: none;
}
footer .list_top > ul {
    margin-left: 15px;
}

footer .list_top > ul li {
    font-size: 1rem;
    color: rgb(255, 255, 255);
    opacity: 0.8;
}

footer li.list_top ul li ul li a::before {
    content: "・";
    position: relative;
    top: 2px;
    left: 2px;
}

footer ul.f_list a:hover {
    color: rgb(255, 179, 136);
}


/*フッターsnsボタン*/
.sns_btn {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    border-top: solid 1px #555;
    
}

.sns_btn li {
    padding: 10px; /*上下左右の余白*/
}
.sns_btn li a img {
    width: 30px;  /*ボタンの大きさ*/
	height: auto; /*画像の縦横比を維持 */
}

/*フッターsnsボタン end*/


address {
    font-size: 10px;
    font-style: normal;
    padding-top: 5px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    display: block;
    clear: both;
    background-color: #071b4d;
    border-top: solid 1px #555;
}




/*各種テーブル-------------------------------------------*/
/*教室 table 01*/
.content table.table_01 {
    width: 98%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    text-align: center;
    border: 1px solid;
}

.content table.table_01 th,
.content table.table_01 td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #333;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    padding: 7px;
}

.content table.table_01 th {
    font-size: 16px;
    color: #FFF;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
    width: 8%;
    background-color: #4169e1;
}

.content table.table_01 td {
    font-size: 14px;
    line-height: 20px;
    width: auto;
    background-color: #FFF;
}

.content table.table_01 td.city {
    width: 10%;
}

.content table.table_01 td.room {
    width: 20%;
}

/*Table  イベント情報*/
.content table.table_event {
    width: 96%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.content table.table_event i {
    padding-right: 5px;
}


.content table.table_event th,
.content table.table_event td {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #333;
    padding: 5px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-style: dotted;
    border-right-style: dotted;
    border-left-style: dotted;
    border-top-color: #BBB;
    border-right-color: #BBB;
    border-left-color: #BBB;
}

.content table.table_event th {
    width: 80%;
    font-size: 16px;
    text-align: left;
    white-space: normal;
    letter-spacing: 1px;
    background-color: #F6F6F6;
    color: #333;
}

.content table.table_event td.camera {
    width: 2%;
    padding: 0px;
    margin: 0px;
    color: deeppink;
    background-color: #fff;
    text-align: center;
}

.content table.table_event td.photo {
    width: 18%;
    white-space: nowrap;
    padding: 5px;
    margin: 0px;
    text-align: left;

}

/*Table  お問合せ*/
.content table.table_inquiry {
    width: 80%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
    border: 1px solid;
}

.content table.table_inquiry th,
.content table.table_inquiry td {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #111;
    border-right: 1px dotted #111;
    border-left: 1px dotted #111;
    padding: 5px;
}

.content table.table_inquiry th {
    font-size: 18px;
    color: #FFF;
    white-space: nowrap;
    font-weight: normal;
    letter-spacing: 1px;
    width: 10%;
    background-color: #0085B2;
}

.content table.table_inquiry td {
    font-size: 18px;
    line-height: 25px;
    width: 15%;
    background-color: #FFF;
}




.small {
    font-size: 80%;
    color: #333;
}

.attention {
    font-size: 120%;
    color: red;
    padding-left: 40px;
    /*
    padding-left:1em;
text-indent:-1em;
*/
}


.table_01 th span {
    font-size: 16px;
    color: #CCC;
}



/*グーグルマップ-------------------------------------------*/
.g_map_base {
    background-color: #FFF;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 60px;
}

.g_map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*ギャラリー日本------------------------------------------*/

.container {
    display: flex;
    display: -webkit-flex;
}


.list_menu {
    width: auto;
    height: 100%;
    margin: 10px;
    background-color: #fff;
    position: -webkit-sticky;  /* Safari */
    position: sticky;
    top: 150px;
}

    .list_menu ul li a {
    display: block;
    background-color: #fff;
    color: #111;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
}

    .list_menu ul li a:hover {
    background-color: #02a5db;
    opacity: 0.8;
    color: #000;
    }



/*動画 start */


#video {
    display: none;
}

/*動画　end*/


/*----
ギャラリー海外　アコーディング　メニュー
-----------------------------*/

.accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}

.accordion_one .accordion_header {
    background-color: #071b4d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10%;
    text-align: center;
    position: relative;
    border-bottom: solid 1px #6b6b6b;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.4s;
}

.accordion_one .accordion_header a {
    color: #fff;
    text-decoration-line: none;
}

.accordion_one:nth-of-type(2) .accordion_header {
    background-color: #071b4d;
}

.accordion_one:nth-of-type(3) .accordion_header {
    background-color: #071b4d;
}

.accordion_one .accordion_header:hover {
    opacity: .2;
}




.accordion_one .accordion_inner {
    display: none;
    padding: 5px 5px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}

.accordion_one .accordion_inner.stay {
    display: block;
}

.accordion_one:nth-of-type(2) .accordion_inner {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.accordion_one:nth-of-type(3) .accordion_inner {
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}


.accordion_one .accordion_inner a {
    margin: 0;
    color: #333;
}

.accordion_one .accordion_inner a:hover {
    background-color: #8caaf5;
    color: #fff;
    font-weight: normal;
}


.accordion_one .accordion_inner .current a {
    background-color: #8caaf5;  
    color: #fff; 
}

/*　　accordion_header world  END　　*/

.main {
    flex: 1;
    order: 2;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    background-color: #fff;
}


.main h2 {
    font-size: 18px;
    color: #e51515;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main h3 {
    font-size: 18px;
    color: #555;
    font-weight: bold;
    padding-bottom: 40px;
}

.tittle {
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #266A8C;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    clear: both;
}

.flag {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.flag img {
    width: 15%;
    height: 15%;
    border: 1px solid #555;

}

.place {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding-bottom: 40px;
    color: #000;

}

.main ul {
    margin-bottom: 0px;
}

ul.works_list {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
    padding: 20px;
    padding-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.works_list li {

    width: 25%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.works_list li .works_icon {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    background-color: #099;
    z-index: 50;
}

ul.works_list li a {
    display: block;
    padding: 20px;
    background-color: #FFF;
    text-decoration: none;
    color: #333;
}

ul.works_list li a img {
    width: auto;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

ul.works_list li a:hover img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    -webkit-filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    -ms-filter: brightness(1.3);
    filter: brightness(1.3);
}

ul.works_list li a span {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

ul.works_list li a:hover {
    color: #000;
    background-color: #F6F6F6;
}


/*実技紹介*/
ul.performance_list {
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
    padding: 10px;
    padding-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

ul.performance_list li {

    width: 25%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.performance_list li .works_icon {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    background-color: #099;
    z-index: 50;
}

ul.performance_list li a {
    display: block;
    padding: 10px;
    background-color: #FFF;
    text-decoration: none;
    color: #333;
}

ul.performance_list li a img {
    width: auto;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

ul.performance_list li a:hover img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    -webkit-filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    -ms-filter: brightness(1.3);
    filter: brightness(1.3);
}

ul.performance_list li a span {
    display: block;
    padding-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

ul.performance_list li a:hover {
    color: #000;
    background-color: #F6F6F6;
}





/*スライダー-------------------------------------------*/
.sp-slide {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
    -webkit-filter: grayscale(65%);
    filter: grayscale(65%);
    ;
}

.sp-slide.sp-selected {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.sp-thumbnail-container img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    object-fit: cover;
}

.sp-thumbnail-container:hover img,
.sp-thumbnail-container.sp-selected-thumbnail img {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    cursor: pointer;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*トップスライド　テキスト*/
#top_slide .top_catch {
    font-size: 5vw;
    line-height: 0.6;
    width: 100%;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 50%;
    letter-spacing: 0.1em;
    -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#top_slide .top_catch span {
    font-size: 25%;
}

/*トップスライドリンクバナーボタン*/
#top_slide .slide_btn a {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 1%;
    font-size: 18px;
    color: #FFF;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #FFF;
    line-height: 40px;
    background-color: rgba(0, 0, 0,0.5);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
}

#top_slide .slide_btn a:hover {
    background-color: #FFF;
    color: #111;
}


/*
トップピックアップバナー
--------------------- PC   ---------------*/
.pickup {
	background-color: #071b4d;
    padding-top: 20px;
    padding-bottom: 20px;

}
.pickup2 {
    background-color: #071b4d ;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pickup ul,
.pickup2 ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
    max-width: 1200px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-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;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.pickup ul li,
.pickup2 ul li {
    width:30%;
    max-height: 220px;
    position: relative;
}

/*アイコン*/
.pickup ul li a .pu_icon,
.pickup2 ul li a .pu_icon {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #4169e1;
    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.pickup ul li a div, 
.pickup2 ul li a div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.pickup ul li a div .pu_title,
.pickup2 ul li a div .pu_title {
    display: block;
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 10px;
}

.pickup ul li a img,
.pickup2 ul li a img {
    -webkit-filter: brightness(0.8);
    -moz-filter: brightness(0.8);
    -ms-filter: brightness(0.8);
    filter: brightness(0.8) -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pickup ul li a:hover img,
.pickup2 ul li a:hover img{
opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-filter:brightness(1.5);
    -moz-filter:brightness(1.5);
    -ms-filter:brightness(1.5);
    filter:brightness(1.5);
}

/*sns ページ*/
.bk_radius {
    margin: 0 auto;
    width: 60%;
    height: auto;
    background-color: #e5e5e5;
    border-radius: 15px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    
}
.bk_radius  img {
    width: 100px; 
    padding: 20px;
    vertical-align: middle; 

}

.Facebook {
    font-size: 18px;
    font-weight: bold;
    color: #0866FF;
}
.Instagram {
    font-size: 18px;
    font-weight: bold;
    color: #FF30C4;
}

/*sns ページ end */


@media screen and (min-width:960px) {
    body {
        font-size: 16px;
    }

    .sm-slider,
    .sm-slider::after {
        top: 100px !important;
    }

    /*ヘッダー------------  PC  --------------------*/
    header {
        height: 120px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
        position: fixed;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }


    header h1 a img {
        top: 10px;
        left: 10px;
    }

    /*お問合せバナー*/
    header .h_btn a {
        width: 160px;
        top: 7px;
        right: 10px;
        line-height: 38px;
        padding-top: 2px;
        font-size: 14px;
        font-weight: bold;
    }

    /*電話番号*/
    header .h_tel a {
        top: 10px;
        right: 190px;
        line-height: 38px;
        padding-top: 4px;
    }

    header.fixed {
        height: 100px;
    }

    header.fixed h1 a img {
        height: 40px;
        top: 5px;
    }

    header.fixed .h_btn a,
    header.fixed .h_tel a, {
        top: 5px;
    }


    .menu_btn,
    .btn_close {
        display: none;
    }

    /*PCグローバルナビ----------  PC --------------*/
    #g_navi {
        width: 98%;
        padding-left: 2%;
        display: block !important;
        height: 50px;
        position: absolute;
        z-index: 1000;
        left: 0px !important;
        bottom: 0px;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: normal;
    }   

    .primary_nav {
        width: 96%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 20px;
        display: flex;
        }

    .primary_nav > li {
        position: relative;
        display: block;
        width: 100%;
        padding: 5 5px;
        height: 0px;
        font-size: 1rem;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s;

        }

    .primary_nav > li a{
        /* max-width: calc(1600px/6); */
        color: rgb(0, 0, 0);
        text-decoration: none;
    }
    .primary_nav > li a:hover{
        color: rgb(245, 102, 46);
        font-weight: normal;
    }

    .primary_nav > li:hover span {
        background-color: #ffffff;
    }
    .secondary_nav {
        position: absolute;
        display: none;
        /* left: 0; */
        padding: 0 10px;
        top: 30px;
        width: 250px;
        text-align: left;
        z-index: 1;
    }
    

    .secondary_nav li a {
        display: block;
        position: relative;
        /* height: 30px; */
        padding: 0 10px;
        font-size: 1rem;
        color: #fff;
        line-height: 30px;
        background-color: #153db4;
        border-bottom: 1px dotted #9e9fa0;
        /* transition: all 0.2s; */
    }
    .secondary_nav li:last-child a {
        border: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .secondary_nav li a:hover {
        color: rgb(36, 35, 35);
        background-color: #e5f9fc;
    }   
        
    .third_nav {
        display: none;
        position: relative;
        /* left: 20px; */
        top: 0px;
        width: 250px;
        text-align: left;
        z-index: 1;
    }

    a.has::after {
        display: inline;
        font-size: 12px;
        content: "▼";
        /* text-align: right; */
        /* position: relative; */
        padding-left: 10px;
        color: rgb(184, 181, 181);
    }

    .third_nav li a {
        height: 30px;
        padding-left: 10px;
        font-size: 0.9rem;
        color: #fff;
        line-height: 30px;
        background-color: #0f1b3f;
        border-bottom: 1px dotted #9e9fa0;
        transition: all 0.2s;
    }
    .third_nav li:last-child a {
        border: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .third_nav li a:hover {
        display: block;
        color: rgb(36, 35, 35);
        background-color: #e5f9fc;
    }  

    /*  サブメニュー名の前の点*/
    .third_nav li a::before {
        content: "・";
        padding-right: 2px;
        color: rgb(255, 255, 255);
    }


    #g_navi ul .no_pc {
    display: none;
    }

    header.fixed #g_navi {
        height: 40px;
    }


    header.fixed #g_navi ul li div {
        top: 40px;
    }


    header.fixed #g_navi li a {
        padding-top: 10px;
        height: 30px;
    }

    header.fixed #g_navi li ul li a {
        padding-top: 9px;
        height: 22px;
    }

    /*サブトップ-------------------------------------------*/
    #sub_top.inquiry {
        background-image: url(../img/sub_top/sub_top_inquiry.jpg);
    }

    #sub_top.gallery {
        background-image: url(../img/sub_top/sub_top_gallery.jpg);
    }
    
    #sub_top.gallery_world {
        background-image: url(../img/sub_top/sub_top_gallery_world1.jpg);
    }

    
    #sub_top.gallery_korea {
        background-image: url(../img/sub_top/sub_top_korea.jpg);
    }
    
    #sub_top.gallery_movie {
        background-image: url(../img/sub_top/sub_top_movie.jpg);
    }
    #sub_top.performance {
        background-image: url(../img/sub_top/sub_top_performance2.jpg);
    }

    #sub_top.event {
        background-image: url(../img/sub_top/sub_top_event3.jpg);
    }
    
    #sub_top.class_room {
        background-image: url(../img/sub_top/sub_top_foot.jpg);
    }

    #sub_top.what_sinbi {
        background-image: url(../img/sub_top/sub_top_what_sinbi.jpg);
    }

    /*エフェクト-------------------------------------------*/
        .effect {
            opacity: 0;
            filter: alpha(opacity=0);
            -ms-filter: "alpha( opacity=0 )";
            transform: translateY(20px);
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -webkit-transition: 1.0s ease-out;
            -moz-transition: 1.0s ease-out;
            transition: 1.0s ease-out;
        }

        .effect.d_02 {
            transition-delay: 0.2s;
            -webkit-transition-delay: 0.2s;
        }

        .effect.d_04 {
            transition-delay: 0.4s;
            -webkit-transition-delay: 0.4s;
        }

        .effect.d_06 {
            transition-delay: 0.6s;
            -webkit-transition-delay: 0.6s;
        }

        .effect.d_08 {
            transition-delay: 0.8s;
            -webkit-transition-delay: 0.8s;
        }

        .effect.start {
            opacity: 1;
            filter: alpha(opacity=100);
            -ms-filter: "alpha( opacity=100 )";
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
        }

        .content p.check {
            color: #FF3333;
        }

        .content p.p_st {
            font-size: 20px;
            color: #CA28B1;
        }



}
/*(/960～)*/


@media screen and (max-width:960px) {

    body {
        font-size: 16px;
    }

    img {
        max-width: 100% !important;
        height: auto;
        width
        /***/
        : auto;
        margin-left: auto;
        margin-right: auto;
    }

    .content h4 {
        margin-right: 10px;
        margin-left: 10px;
    }


    ul.works_list li {
        width: 50%;
    }

    ul.performance_list li {
        width: 25%;
    }

    #top_slide {
        padding-top: 50px;
    }

    #sub_top {
        height: 80px;
        padding-top: 100px;
        letter-spacing: 0.5em;
        font-size: 18px;
    }

    

    /*メニューボタン-------------------------------------------*/

    .menu_btn {
        display: block;
        height: 30px;
        width: 40px;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        position: fixed;
        z-index: 5000;
        top: 5px;
        right: 5px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    .menu_btn:hover {
        cursor: pointer;
    }

    .menu_btn span {
        width: 28px;
        height: 2px;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -14px;
        background-color: #000;
    }

    .menu_btn span {
        transition: all 0.3s;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }

    .menu_btn span.top {
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
    }

    .menu_btn span.bottom {
        transform: translateY(8px);
        -webkit-transform: translateY(8px);
        -moz-transform: translateY(8px);
    }


    .menu_btn:hover span.top {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
    }

    .menu_btn:hover span.bottom {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
    }


    .menu_btn.opened span.middle {
        background: rgba(255, 255, 255, 0);
        transform: translateX(30px);
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
    }

    .menu_btn.opened span.top {
        transform: rotate(-45deg) translateY(0px);
        -webkit-transform: rotate(-45deg) translateY(0px);
        -moz-transform: rotate(-45deg) translateY(0px);
    }

    .menu_btn.opened span.bottom {
        transform: rotate(45deg) translateY(0px);
        -webkit-transform: rotate(45deg) translateY(0px);
        -moz-transform: rotate(45deg) translateY(0px);
    }

    /*グローバルナビ---　　タブ　　スマホ-----------------------*/
    #g_navi {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        display: none;
        padding-top: 50px;
        overflow: auto;
        white-space: nowrap;
        z-index: 3000;
        background-color: #FFF; /* メニュー背景色 */
    }

    #g_navi ul {
        display: block;
        margin: 0px;
        padding: 0px;
        clear: both;
    }

    #g_navi ul li:first-child {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #EEE;
    }

    #g_navi ul li {
        position: relative;
        margin-right: 0px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #EEE;
    }

    #g_navi ul li a {
        color: #111;
        text-decoration: none;
        display: block;
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 20px;
        line-height: 20px;
        vertical-align: middle;
    }
    
    #g_navi ul.secondary_nav {
        display: none;
        /* position: relative; */
        padding: 4px 20px;
    }

   

 /* メインメニュー hover 文字色     */
     #g_navi ul li a:hover {
        color: rgb(245, 102, 46);
    }
    #g_navi .secondary_nav a:hover {
        color: rgb(245, 102, 46);
    }

    .third_nav {
        /* display: none; */
        /* position: relative; */
        margin-left: 15px;
        width: 100%;
        border-bottom: none;
    }
    
    .third_nav li a {
        display: none;
        /* position: relative; */
        padding-left: 50px;
    }


    /*  サブメニュー名の前の点*/
    .third_nav li a::before {
        content: "・";
        padding-right: 2px;
        color: rgb(0, 0, 0);
    }  

    body.fixed {
        overflow: hidden;
    }

    #g_navi ul .no_pc {
        display: block;
    }


    /*アコーディオン------タブ　　スマホ--------------------------*/


    /* #g_navi ul li a {
        position: relative;
        background-image: none;
    } */


    a.has::after {
        display: inline;
        font-size: 12px;
        content: "▼";
        text-align: center;
        position: relative;
        padding-left: 20px;
        color: #555;
    }

 
    /*    メインメニュー　アクティブ時の文字色*/
    /* #g_navi ul li.active {
        color: #999;
    } */

    

    /* #g_navi ul li li:first-child {
        border-top: none;
    } */

    /* #g_navi ul li ul li a {
        display: none;
        border-bottom: none;
    } */

 

    /*メニューシャドウ--------------------------------------*/
    .bg_bl {
        background-color: #FFF;
        height: 100%;
        width: 100%;
        opacity: 0.80;
        filter: alpha(opacity=80);
        -ms-filter: "alpha( opacity=80 )";
        display: block;
        position: fixed;
        z-index: 2000;
    }
    


    /*
    ヘッダー---------------------------------------*/
    .sm-slider,
    .sm-slider::after {
        top: 50px !important;
    }

    header {
        height: 52px;
        position: fixed;
        display: block;
    }

    header h1 a img {
        top: 5px;
        left: 5px;
        height: 44px;
    }


    /*header .h_btn a {
        width: 120px;
        top: 5px;
        right: 55px;
        line-height: 29px;
        padding-top: 1px;
        font-size: 12px;
    }*/

    header .h_btn a {
        width: 50px;
        top: 5px;
        right: 50px;
        font-size: 18px;
        border-top-style: none !important;
        border-bottom-style: none !important;
        border-right-style: none !important;
        border-left-style: none !important;
    }

    /*header .h_tel a {
        top: 10px;
        right: 200px;
        line-height: 29px;
        padding-top: 1px;
        font-size: 12px;
    }*/

    /*header .h_tel a {
        width: 50px;
        font-size: 18px;
        right: 95px;
    }*/

    header .h_menu {
        display: none;
    }

    header #info {
        display: none;
    }

    header .h_btn a span {    
        display: none;
    }

    header .sns_i_btn a img {
        width: 30px;
        top: 15px;
        right: 110px;
    }

    header .sns_f_btn a img {
        width: 30px;
        top: 15px;
        right: 150px;
    }

    /*サブトップ---------------------------------------*/

    #sub_top.inquiry {
        background-image: url(../img/sub_top/sub_top_inquiry.jpg);
    }

    #sub_top.gallery {
        background-image: url(../img/sub_top/sub_top_gallery.jpg);
    }
    
    #sub_top.gallery_world {
        background-image: url(../img/sub_top/sub_top_gallery_world1.jpg);
    }

    #sub_top.gallery_world2 {
        background-image: url(../img/sub_top/sub_top_gallery_world2.jpg);
    }
    
    #sub_top.gallery_korea {
        background-image: url(../img/sub_top/sub_top_korea.jpg);
    }
    
    #sub_top.gallery_movie {
        background-image: url(../img/sub_top/sub_top_movie.jpg);
    }
    #sub_top.performance {
        background-image: url(../img/sub_top/sub_top_performance2.jpg);
    }

    #sub_top.event {
        background-image: url(../img/sub_top/sub_top_event3.jpg);
    }
    
    #sub_top.class_room {
        background-image: url(../img/sub_top/sub_top_foot.jpg);
    }

    #sub_top.what_sinbi {
        background-image: url(../img/sub_top/sub_top_what_sinbi.jpg);
    }
    
    
    /*  ギャラリー　メイン*/

    .container {
        display: block;
    }

    .main .tittle {
        font-size: 20px;
        line-height: 30px;
    }

    .main .tittle .place {
        font-size: 14px;
    }
    .main .message span p {
        font-size: 10px;
        text-indent: 1em;
        line-height: 20px;
        margin-bottom: 10px;
        }
  
    /*  イベント　写真------------*/
    .content table.table_event td.photo img {
        height: 30px;
    }

    #top_slide {
        padding-top: 50px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

    #top_slide .top_catch {
        font-size: 10vw;
        top: 44%;
    }

    #top_slide .slide_btn a {
        font-size: 16px;
        bottom: 0%;
        line-height: 32px;
        width: 260px;
        margin-left: -130px;
    }

    .pickup ul li {
        width: 30%;
        max-height: 100px;
        margin-bottom: 1px;
    }

    .pickup ul li a div {
        font-size: 12px;
    }


    
    .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content p {
        margin-bottom: 20px;
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }

    ul.works_list {
        padding: 10px;
    }

    ul.works_list li {
        width: 50%;
    }

    ul.works_list li a {
        padding: 10px;
    }

    ul.performance_list {
        padding: 10px;
    }

    ul.performance_list li {
        width: 50%;
    }

    ul.performance_list li a {
        padding: 10px;
    }



    .img_left,
    .img_right {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .box_contact p {
        font-size: 14px;
    }

    header .h_btn a img {
        display: none;
    } 

    ul.f_bn li a span {
        display: none;
    }

    footer .f_bn li a i {
        padding-right: 0px;
    }

    footer .cont_wrap {
        display: none;
    }

    /*フッターsnsボタン*/
        .sns_btn {
            display: inline-flex;
            border-top: solid 1px #555;
            justify-content: center;    
        }

        .sns_btn li {
            padding: 10px; /*上下左右の余白*/
        }
        .sns_btn li a img {
            width: 30px;  /*ボタンの大きさ*/
            height: auto; /*画像の縦横比を維持 */
        }
    /*フッターsnsボタン end */

        ul.works_list li {
            width: 50%;
        }

        ul.performance_list li {
            width: 50%;
        }


        .list_menu {
        position: relative;/*stickyからrelativeに戻す*/	
        top:0;
        }

        .main .message span p {
        text-indent: 1em;
        line-height: 20px;
        margin-bottom: 10px;
        }

        /*sns ページ*/
        .bk_radius {
            margin: 0 auto;
            width: 90%;
            height: auto;
            
        }

        .bk_radius  img {
            width: 75px; 
            padding: 10px;

        }

        .Facebook {
            font-size: 14px;
        }
        .Instagram {
            font-size: 14px;
        }
        /*sns ページ end */

}

 @media screen and (max-width: 428px){

        input,
        textarea {
            max-width: 300px !important;
        }

        #sub_top {
            height: 60px;
            padding-top: 80px;
            font-size: 16px;
        }

        .content h2 {
            padding-top: 0px;
            font-size: 22px;
            line-height: 28px;
        }


        .pickup {
            margin-top: 0px;
        }

        .pickup ul li,
        .pickup2 ul li {
            width:30%;
            max-height: 120px;
            position: relative;
        }


        .main .message span p {
            font-size: 16px;
        }

        
        /* ニュースアイコン */
        .content .ul_news li span.news_icon {
            color: #FFF;
            display: inline-block;
            padding: 2px 2px;
            line-height: 10px;
            background-color: #FF6600;
            margin-right: 5px;
            font-weight: bold;
            font-size: 10px;
        }
        /* ニュースアイコン end */

        .no_pc {
            display: none;
        }

        /*フッターsnsボタン*/
        footer .sns_btn img {
            width: 25px;  /*ボタンの大きさ*/
            height: auto; /*画像の縦横比を維持 */
        }

        /*フッターsnsボタン end*/

        /*sns ページ*/
        .bk_radius {
            margin: 0 auto;
            width: 90%;
            height: auto;
            
        }

        .bk_radius  img {
            width: 75px; 
            padding: 10px;

        }

        .Facebook {
            font-size: 14px;
        }
        .Instagram {
            font-size: 14px;
        }

        
}

        /*(/～460)*/


    