html{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #474747;
}

/* PC/SP表示の切り替え */
@media screen and (min-width: 768px){
.sp {display: none; }
}
@media screen and (max-width: 768px){
.pc {display: none; }
}


ul{
    padding: 0;
    margin: 0;
}
h1{
    color: #073601;
    text-align: left;
    position: fixed;
    width: 100%;
    z-index: 100;
    font-size: 0px;
    line-height: 0px;
    margin-left: 10vw;
}
h1 img{
    width: 300px;
}
h2{
    color: #003B04;
    font-size: 22pt;
    position: relative;
    margin-bottom: 40px;
    font-weight: 300;
    letter-spacing: 0.5rem;
    line-height: 40pt;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #92C900;
  border-radius: 2px;
}
.h2-w:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border-radius: 2px;
}
h3 {
    color: #3E3E3E;
    font-size: 16pt;
    position: relative;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.2rem;
    margin-top: 20px;
    border-bottom: 1px solid #D5E0D5;
    padding-bottom: 10px;
    background-color: #F1F7EF;
    padding-top: 10px;
}
h4 {
    color: #015618;
    font-size: 14pt;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.2rem;
    margin-top: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-left: 4px solid #1D3901;
}
.title-copy{
font-size: 10px;
font-family: 'Cinzel', serif;
color: #FFF;
}


.White{
color: #FFF;
}
.day{
    font-size: 18pt;
    color: #FF4700;
    font-weight: bold;
}
.txtsize-ll{
    font-size: 18pt;
    letter-spacing: 0.2rem;
    line-height: 3.0ex;
}

.txtsize-l{
    font-size: 14pt;
    letter-spacing: 0.2rem;
    line-height: 2.2rem;
}
.txtsize-m{
    font-size: 12pt;
    letter-spacing: 0.2rem;
    line-height: 2.0rem;
}
.txtsize-s{
    font-size: 11pt;
    letter-spacing: 0.2rem;
    line-height: 1.8rem;
}
.txtsize-ss{
    font-size: 10pt;
    letter-spacing: 0.2rem;
    line-height: 1.8rem;
}
.txt-ml{
    margin-left: 2em;
}
.red{
    color: #FF4700;
}
.right{
    text-align: right;
}
/* text-shadow */
.shadow{text-shadow: 0px 0px 7px rgba(0,0,0,0.9);
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mt-60{
    margin-top: 60px;
}
.mt-70{
    margin-top: 70px;
}
.mt-80{
    margin-top: 80px;
}
.mb-bt50{
    margin-bottom: 50px;
}
.mb-bt80{
    margin-bottom: 80px;
}
.mb-bt100{
    margin-bottom: 100px;
}
.ng-top{/* 上に喰う設定 */
    margin-top: -18vh;
}
.img-50{
}
.img-50 img{
    width: 100%;
    height: auto;
}
.DivLink{
    position:relative;

    background-color:#fff;
}

.DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.DivLink .Link:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    zoom: 1;
    background-color: #fff;
    transition: 1.0s;
}

/*///////////////////////////////
/* PC 画面サイズ1200px
//////////////////////////////*/


@media(max-width: 1200px){
	
html{
    font-size: 12px;
	}
}
html,body{
    width: 100%;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}


/*---------------------
navi
---------------------*/
.navbar-expand-lg {
    background-color: #fff;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    opacity: 0.95;
}
#navbarSupportedContent .nav-link {
    background-color: #0A9300;
    color: #FFFFFF;
    display: block;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-radius: 10px;
	box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.6);
  cursor: pointer;
}
#navbarSupportedContent .nav-link-red {
    background-color: #E93402;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.6);
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
}
#navbarSupportedContent .nav-link:hover {
    background-color: #40E334;
    color: #FFFFFF;
}

/*---------------------
section01
---------------------*/
html,body{
    width: 100%;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
}

.bg-section{
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center; 
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*  LOGO */
#logo {
    margin-top: 0vh;
    margin-bottom: 0vh;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#logo img{
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    margin-top: 0vh;
}


/*---------------------
section01
---------------------*/
#section01{
    padding-top: 40vh;
    padding-bottom: 25vh;
    padding-right: 0;
    padding-left: 0;
    background-image: url(../img/img01.jpg);
    background-size: cover;
}
#section01 .content-inner{

}

.color-box-4{/* お知らせ最上部----*/
    border: 4px solid #EFAA66;
    bborder-radius : 10px;
    margin-left: auto;
    padding: 20px;
    margin-right: auto;
    background-color: #F4EAEA;
    border-radius: 16px;
    width: 80%;
    margin-top: 20px;

}
/*---------------------
section02
---------------------*/
#section02{
    padding-top: 8vh;
    padding-bottom: 8vh;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-position: 50% 50%;
    text-align: center;
    background-color: #ECECEC;
}

/* テーブル レスポンシブ */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th {
    width: 22%;
    background-color: #E5F0DF;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}
table td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

/*---------------------
section03--演題登録
---------------------*/
#section03{
    padding-top: 8vh;
    padding-bottom: 8vh;
    background-color: #FFF;
}
#btn_area {/*演題登録ボタン----*/
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 50px;
    background-color: #ECECEC;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    font-size: 14px;
/* box-shadow */
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.btn_left {
    float: left;
    width: 50%;
}
.btn_right {
    float: right;
    width: 50%;
}
.abstracts-button-a a {
    background-color: #0A9300;
    border-radius: 4px;
    color: #FFF;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    padding: 25px;
    transition: all .5s;
    text-align: center;
    width: 75%;
    z-index: 1;
    font-size: 1.2em;
}
.abstracts-button-a a:hover {
    background-color: #40E334;
}
.abstracts-button-b a {
    background-color: #006CFF;
    border-radius: 4px;
    color: #FFFFFF;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    padding: 25px;
    transition: all .5s;
    text-align: center;
    width: 75%;
    z-index: 1;
    font-size: 1.2em;
}
.abstracts-button-b a:hover {
    background-color: #5996F3;
}
.abstracts-button-c a {
    background-color: #0A9300;
    border-radius: 4px;
    color: #FFF;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    padding: 25px;
    transition: all .5s;
    text-align: center;
    width: 75%;
    z-index: 1;
    font-size: 1.2em;
}
.abstracts-button-c a:hover {
    background-color: #40E334;
}
.abstracts-button-d a {
    background-color: #0A9300;
    border-radius: 80px;
    color: #FFF;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    padding: 35px;
    transition: all .5s;
    text-align: center;
    width: 75%;
    z-index: 1;
    font-size: 2.5em;
    margin-top: 20px;
    border: 3px solid #FFFFFF;
}
.abstracts-button-d a:hover {
    background-color: #40E334;
}
.abstracts-button-none {
    background-color: #D4D0C0;
    border-radius: 4px;
    color: #979881;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    padding: 20px;
    transition: all .5s;
    text-align: center;
    width: 300px;
    z-index: 1;
    font-size: 1.2em;
}
.color-box{/*演題の募集期間のBOX----*/
    border: 4px solid #D5612C;
    bborder-radius : 10px;
    margin-left: auto;
    padding: 20px;
    margin-right: auto;
    background-color: #F1F0EE;
    border-radius: 16px;
    margin-bottom: 20px;
}
.color-box-2{/*演題の募集のBOX----*/

    bborder-radius : 10px;
    margin-left: auto;
    padding: 20px;
    margin-right: auto;
    background-color: #F1F0EE;
    border-radius: 16px;
    margin-bottom: 20px;
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}


/*---------------------
section04--北海道整形災害外科学会会員の皆様へお願い
---------------------*/
#section04{
    padding-top: 8vh;
    padding-bottom: 8vh;
    background-color: #FFF;
}
.color-box-3{/* お願いのBOX----*/
    border: 4px solid #EFAA66;
    bborder-radius : 10px;
    margin-left: auto;
    padding: 20px;
    margin-right: auto;
    background-color: #FFF;
    border-radius: 16px;
}
/*---------------------
section05--企業の皆様へ
---------------------*/
#section05{
    padding-top: 8vh;
    padding-bottom: 8vh;
    background-color: #FFF;
}
/*---------------------
section06--最新情報
---------------------*/
#section06{
    margin-top: 8vh;
    margin-bottom: 8vh;
    background-color: #FFF;
    border-right: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    margin-left: auto;
    margin-right: auto;
    width: 780px;
    padding-left: 30px;
}
/*---------------------
section07--プログラム
---------------------*/
#section07{
    padding-top: 8vh;
    padding-bottom: 8vh;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-position: 50% 50%;
    text-align: center;
    background-color: #ECECEC;
}
.program-box {
    padding: 20px;
    background-color: #FFF;
}
.program-tile {
    font-size: 14pt;
    letter-spacing: 0.2rem;
    line-height: 2.0rem;
    margin-top: 1vh;
    margin-bottom: 1vh;
    text-align: left;
    color: #003B04;
}
.program-name {
    font-size: 12pt;
    letter-spacing: 0.2rem;
    line-height: 2.0rem;
    margin-top: 1vh;
    margin-bottom: 1vh;
    text-align: right;
    border-bottom: 1px solid #D4E3BE;
    padding-bottom: 2vh;
}

/*---------------------
section08--これからの予定
---------------------*/
#section08{

    text-align: center;
}
#section08 .updatebox-active{
    background-color: #359821;
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
    color: #113501;
    margin-bottom: 30px;
    width: auto;
    height: 200px;
}
#section08 .updatebox-passive{
    background-color: #A8A8A8;
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;
    color: #113501;
    margin-bottom: 30px;
    width: auto;
    height: 200px;
}
#section08 p{
    font-size: 16pt;
    color: #FFF;
    font-weight: bold;
-moz-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.44);
-webkit-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.44);
-ms-text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.44);
text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.44);
}
#section08 .s-txt{
    font-size: 10pt;
    color: #FFFFFF;
}

#section08 .update {
    display: block;
    background-color: #FB8C00;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    top: 22px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-animation: blink 2s ease infinite;
    animation: blink 2s ease infinite;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 20%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 18px;
}
/*---------------------
section09--事前参加登録
---------------------*/
#section09{

}
/*---------------------
section10--web展示
---------------------*/
#section10{
    padding-top: 8vh;
    padding-bottom: 8vh;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-position: 50% 50%;
    text-align: center;
    background-color: #ECECEC;
}
.sponsor-box {
    width: 100%;
    padding: 15px;
    border: 1px solid #B5B5B5;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px -6px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    min-height: 400px;
}
.sponsor-logo img {
    width: 100%;
}
.sponsor-name {
    font-size: 13pt;
    letter-spacing: 0.2rem;
    line-height: 2.0rem;
    margin-top: 1vh;
    margin-bottom: 1vh;
    text-align: left;
    color: #003B04;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 1vh;
}
.sponsor-name-none {
    font-size: 16pt;
    letter-spacing: 0.2rem;
    line-height: 2.0rem;
    margin-top: 7vh;
    margin-bottom: 1vh;
    text-align: center;
    color: #003B04;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
    padding-top: 1vh;
    padding-bottom: 1vh;
}
.sponsor-txt {
    font-size: 11pt;
    text-align: left;
    letter-spacing: 0.1em;
}

.sponsor-btn {
    background-color: #0A9300;
    border-radius: 4px;
    color: #FFF;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 10px;
    transition: all .5s;
    text-align: center;
    width: 90%;
    z-index: 1;
    font-size: 1.2em;
    margin-top: 15px;
}
@keyframes blink {
  0%,100% {
    opacity: 3;
  }
  80% {
    opacity: 0.4;
  }
}

/*==========================================================
トップページNewsArea 
========================================================= */
#news-box {
    padding: 0px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    width: 100%;
	}
#news-box ul {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 9em;
    padding: 0px;
}
#news-box li {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    list-style: none;
    letter-spacing: 0.1em;
    background-repeat: no-repeat;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 200%;
    background-position: 0px 0px;
    text-indent: -10em;
    width: 90%;
}
#news-box strong {
    font-weight: normal;
    color: #FFF;
    background-color: #359821;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 15px;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 13px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
}



/*---------------------
web展示ページ
---------------------*/
#expo-title {
    height: 500px;
    background: #359821;
    background: -moz-linear-gradient(top left, #36e00b 0%, #359821 100%);
    background: -webkit-gradient(linear, left top, right bottom, from(#36e00b), to(#359821));
    background: -webkit-linear-gradient(top left, #36e00b 0%, #359821 100%);
    background: -o-linear-gradient(top left, #36e00b 0%, #359821 100%);
    background: linear-gradient(to bottom right, #36e00b 0%, #359821 100%);
    padding-top: 300px;
}
#expo-title .sponsor-name {
    color: #FFFFFF;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 38px;
}
#expo-02 {
    width: 100%;
    margin-top: 80px;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    text-align: center;
    clear: both;
    margin-top: 80px;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    margin-left: 5%;
    margin-right: 5%;
	text-align: center;}
#expo-03{
    padding-top: 8vh;
    padding-bottom: 8vh;
    background-repeat: no-repeat;
    background-origin: padding-box;
    background-position: 50% 50%;
    text-align: center;
    background-color: #ECECEC;
}

.expo-thmb{
    float: left;
    width: 26%;
    margin-left: 10px;
    padding: 5px;
    margin-right: 10px;
}
.expo-thmb img{
    width: 100%;

}
#expo-04{
    text-align: center;
    padding-bottom: 80px;
}
/*///////////////////////////////
/* 
//////////////////////////////*/

@media all and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}


	
/*---------------------
 Footer
---------------------*/
#footer{
    color: #FFF;
    padding: 2vh 0 100px 0;
    font-size: 12px;
    text-align: center;
    background-color: #92C900;
    width: 100%;
}

.footer-logo img{
width: 100px;

}
#footer-bannar-area{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
    padding-top: 50px;
    padding-bottom: 50px;
}
#footer-bannar-area img{
    width: 30vw;
    border: 5px solid #fff;
    display: inline;
}
#footer-bannar-area:hover img {
	opacity: .5;
}
.footer-copyright-area{

}


/*///////////////////////////////
/* ナビゲーションのサイズを小さくする
//////////////////////////////*/
@media(max-width: 1400px){

#navbarSupportedContent .nav-link {
    background-color: #0A9300;
    color: #FFFFFF;
    display: block;
    margin-right: 6px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.6);
    cursor: pointer;
    font-size: 13px;
}
#navbarSupportedContent .nav-link-red {
    background-color: ##E93402;
    color: #FFFFFF;
    display: block;
    margin-right: 6px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 6px -2px rgba(0,0,0,0.6);
    cursor: pointer;
    font-size: 13px;
}
}


/*///////////////////////////////
/* ナビゲーションの装飾を戻す
//////////////////////////////*/

@media(max-width: 992px){
/*---------------------
navi
---------------------*/
.navbar-expand-lg {
    background-color: #fff;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    opacity: 0.95;
}
#navbarSupportedContent .nav-link {
    background-color: rgba(255,255,255,0.2);
    color: #095800;
    display: block;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    cursor: pointer;
    width: 20vw;
    font-size: 13px;
    margin-top: 18px;
}
#navbarSupportedContent .nav-link-red {
    background-color: rgba(255,255,255,0.2);
    color: #E93402;
    display: block;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    cursor: pointer;
    width: 20vw;
    font-size: 12px;
    margin-top: 18px;
}
/*///////////////////////////////
/* ナビゲーションの装飾を戻す
//////////////////////////////*/

@media(max-width: 992px){
/*---------------------
navi
---------------------*/
.navbar-expand-lg {
    background-color: #fff;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    opacity: 0.95;
}
#navbarSupportedContent .nav-link {
    background-color: rgba(255,255,255,0.2);
    color: #095800;
    display: block;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    cursor: pointer;
    width: 20vw;
    font-size: 13px;
    margin-top: 18px;
}
#navbarSupportedContent .nav-link-red {
    background-color: rgba(255,255,255,0.2);
    color: #095800;
    display: block;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
    cursor: pointer;
    width: 20vw;
    font-size: 13px;
    margin-top: 18px;
}
#navbarSupportedContent .nav-link:hover {
    background-color: #F1F1F1;
    color: #095800;
}

}

/*///////////////////////////////
/* タブレット 画面サイズ767px以下
//////////////////////////////*/

@media(max-width: 767px){

	
.txtsize-ll{
    font-size: 3,5vw;
}
.txtsize-l{
    font-size: 3.0vw;
}
.txtsize-m{
    font-size: 2.5vw;
}
.txtsize-s{
    font-size: 2.2vw;
}
.txtsize-ss{
    font-size: 2.2vw;
}
h1{
    text-align: center;
    margin-left: 0vw;
}
h2{
    font-size: 6.5vw;
    letter-spacing: 0.5rem;
    line-height: 3ex;
}
h3{
    font-size: 5vw;
    letter-spacing: 0.5rem;
    line-height: 3ex;
}
h4{
    font-size: 4vw;
    letter-spacing: 120%;
}

/*---------------------
section02
---------------------*/
#section02  {	/*ABOUTOの説明文字が被るのを回避*/
    height: auto;
}
#section02 .z-depth-2 {	/*ABOUTOの説明文字が被るのを回避*/
    margin-bottom: 120px;

}
/* Swiper */
.swiper-container {
    width: 100%;
    height:auto;
    }

/*---------------------
section06
---------------------*/
#section06{
    margin-top: 8vh;
    margin-bottom: 8vh;
    background-color: #FFF;
    border-right: 0px;
    border-left: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    padding-left: 0px;
}	
/*---------------------
 footer
---------------------*/
	#footer-bannar-area img{
    width: 80%;
    border: 5px solid #fff;
    display: inline;
}	
}

/*///////////////////////////////
/* SP 画面サイズ544px以下
//////////////////////////////*/

@media(max-width: 544px){

	
.mt-30{
    margin-top: 16px;
}
.mt-50{
    margin-top: 20px;
}
.mt-60{
    margin-top: 24px;
}
.mt-70{
    margin-top: 28px;
}
.mt-80{
    margin-top: 30px;
}
.mb-bt50{
    margin-bottom: 20px;
}
.mb-bt80{
    margin-bottom: 30px;
}
.mb-bt100{
    margin-bottom: 60px;
}
.ng-top{/* 上に喰う設定 */
    margin-top: -18vh;
}
.txtsize-ll{
    font-size: 16px;
}
.txtsize-l{
    font-size: 15px;
}
.txtsize-m{
    font-size: 14px;
}
.txtsize-s{
    font-size: 14px;
}
.txtsize-ss{
    font-size: 13px;
}
.day{
    font-size: 16pt;
    color: #FF4700;
    font-weight: bold;
}
h1{
    text-align: center;
    margin-left: 0vw;
}
h3{
	    font-size: 20px;
    letter-spacing: 0.08em;
}
h4{
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: 0.4em;
    line-height: 1.8em;
}

#section01 .luxy-el{
    font-size: 18px;
    margin-left: 0px;
    margin-right: 0px;
    letter-spacing: -10px;
}	
/*  LOGO */
#logo {
margin-top: -16vh;
margin-bottom: 4vh;
}
#logo img{
width: 80%;
}
.sp-width96 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}
/*---------------------
section02
---------------------*/
#section02{
    padding-top: 1vh;
}

.btn_left {
    float: none;
    width: 100%;
    clear: none;
    margin-bottom: 20px;
}
.btn_right {
    float: none;
    width: 100%;
    clear: none;
}	
	

/*---------------------
 Footer
---------------------*/
#footer{
    padding: 2vh 0 5vh 0;

}
	#footer-bannar-area img{
    width: 100%;
    border: 3px solid #fff;
    display: inline;
}		
	

	
	
}
