@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
li{
  list-style: none;
}
img{
  vertical-align: bottom;
}

/*----------------------------------------
全ページ
------------------------------------------*/
html{
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #534741;
  font-size: 14px;
}
.wrap{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
a:link    {color: #333333; text-decoration: none;}
a:visited {color: #333333;}
a:hover   {color: #333333; text-decoration: underline;}
a:active  {color: #333333;}

a{
  transition-duration: 0.3s;
}
a:hover{
  opacity: 0.7;
  transition-duration: 0.3s;
}

.pc{ display: block; }
.sp{ display: none; }



/*----------------------------------------
共通
------------------------------------------*/
/* ヘッダー */
header .wrap{
  position: relative;
  width: 1000px;
  height: 125px;
  margin: 0 auto;
}
header h1{
  position: absolute;
  left: 0px; top: 35px;
}
header ul#sns{
  position: absolute;
  left: 349px; top: 55px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
}
header ul#sns li{
  margin-right: 5px;
}
header ul#sns li:nth-child(2){
  margin-top: -1px;
}
header p{
  position: absolute;
  left: 678px; top: 35px;
}

#topimage{
  width: 100%;
  height: 640px;
  padding: 57px 0 73px 0;
  text-align: center;
  background: url(../img/topimage-200107.webp) center top;
}

/* メニュー */
nav{
  background: #EC7C8D;
}
nav ul{
  width: 800px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
}

/* フッターボタン */
.ft_btn{
  width: 680px;
  margin: 96px auto 95px auto;
}

/* フロートボタン */
#float{
  position: fixed;
  right: 10px;
  bottom: 10px;
}

/* フロートボタン */
#floattel{
  position: fixed;
  light: 10px;
  bottom: 10px;

}


/* フッター */
footer{
  background: #f8f8f8!important;
  margin: 0px!important;
  padding: 0px!important;
}
footer ul{
  width: 1000px;
  height: 80px;
  margin: 0 auto;
  color: #333!important;
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -webkit-justify-content:center;
  justify-content:center;
  align-items: center;
}
footer ul li a{
  color: #333!important;
  font-size: 14px!important;
}
footer ul li:after{
  content: "｜";
  margin: 0 14px!important;
  font-size: 14px!important;
}
footer ul li:last-child:after{
  content: "";
  margin: 0;
}

#copyright{
  text-align: center!important;
  font-size: 12px!important;
}




.footer-logo{
  display: flex;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.footer-logo > div{
  width: 100%;
  text-align: left;
}
.footer-logo > div img{
  width: unset;
}
.footer-logo > div:nth-of-type(2) img:nth-of-type(2){
  margin-top: 20px;
}
