@charset "utf-8";

/* リセットCSS */
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #fefcec;
;
  /* ボックスの余白を自動調整 */
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

/*img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}*/
/* リセットCSSここまで */


/* ここからヘッダー */
.header-inner{
    max-width: 1100px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.toggle-menu-button{
    display: none;
}

.header-logo{
    display: block;
    width: 16%;
}

.site-menu ul{
    display: flex;
    text-align: center;
}

.site-menu ul li{
    margin: 0 40px;
}

.bbb{
    font-size: large;
    color: #cd9a83;
}
/* ここまでヘッダー */

/* ここからメイン */

/* ここまでメイン */

/* ここからフッター */
/*.footer{
    padding: 160px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
*/
.address{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #2972a4;
	font-size:0.9em;
	
}

.footer-sns{
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    align-items: center;
float: left;}

.footer-logo{
    display: block;
    width: 40%;float: left;
}

.sns{
    width: 30%;
    display: flex;
    justify-content: space-between;float: left;
}

.sns li {
    display: block;
    width: 20%;
}
.sns li img{
    width: 100%;
}
.sponsor{
    display: block;
    width: 15%;float: left;
}
/* ここまでフッター */



