@charset "UTF-8";
/*
Theme Name: The lighthouse seaside inn
Theme URI:
Description:ザ・ライトハウス・シーサイド・イン（伊豆下田）
Version: 1.0
Author:Cnet
Author URI:
*/

html {
  scroll-behavior: smooth;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    font-size: 15px;
    line-height: 1.7em;
    background-color: #fff;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "Osaka", "Verdana", "Helvetica", "Arial", "ＭＳ Ｐゴシック", sans-serif;
}
h2{font-size: 2.8em;}
h3{font-size: 1.8em;}
h4{font-size: 1.6em;}
h5{font-size: 1.4em;}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    display: block;
    margin: 1.5em 0 .5em;
    line-height: 1.4;
    font-weight: 400;
    text-align: center;
    color: #01427e;
    letter-spacing: 1.7px;
}
h2,h3,h4,h5,.font-mincho{
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
}

img{width: 100%;}
ul,li{list-style: none;}
a{color: #019144;}
a img:hover{opacity: 0.7;}
address{font-style: normal;font-size: 0.9em;line-height: 1.8em;}
.pc{display: block;height: 100%;}
.sp{display: none;}

header a{text-decoration: none;}
section {
    margin: 0 auto -1px;
    width: 90%;
    max-width: 1270px;
    padding: 0;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.wp-block-button .wp-block-button__link {
    border: 2px solid transparent;
    border-radius: 0;
    background: #2c2c2c;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    padding: 1.3575em 2.85em;
}

footer{
    background-color: #01427e;
    padding: 50px 0;
    margin-top: 70px;
    color: #fff;
    text-align: center;
    
}
footer h1{
    margin-top: 0;
    color: #fff;
}

footer {position: relative;}
footer a{text-decoration: none;}
footer a.contact{
    position: absolute;
    top:0;
    right:10%;
    width: 160px;
    padding: 10px;
    background-color: #fff;
    color: #01427e;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    height: 36px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
footer a.contact:hover{
    background-color: #01427e;
    color: #fff;
    border: 1px solid #fff;
    border-top: 1px solid #01427e;
}

h1.logo img{
    display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 50px;  /* 幅を指定する場合 */
  height: auto; /* 縦横比を維持 */
}

/*-------- フェードイン ---------*/
.fade-in, .fade-up {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* フェードイン（その場で表示） */
.fade-in.visible {
  opacity: 1;
}

/* フェードアップ（下から表示） */
.fade-up {
  transform: translateY(50px);
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- お問い合わせフォーム --- */
/* デザインカスタマイズ */
div.wpcf7 { background:#fafafa; border:1px solid #ddd; padding:0px; -moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; margin:0 0 30px 0; }
div.wpcf7 p { padding:20px 20px 0; margin:0; }
div.wpcf7 input, .wpcf7 textarea { border:1px solid #ccc; padding:8px; font-size:14px; width: 97.5%; }
div.wpcf7 textarea { width:97.5%; height:300px; }
div.wpcf7 input.wpcf7-submit {
cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:200px; height:45px; margin:0 auto; display:block;
-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
background:#333; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }


/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

/* 必須赤色表示 */
.wpcf7 .required { color: #f00;}
/* 任意緑色表示 */
.wpcf7 .any{ color: #080;}
div.wpcf7 img{width: auto;}
input.wpcf7-captchar {width: auto!important;}
p.tel{margin-bottom: 25px;}

footer .sns{margin-bottom:15px;}
.fb-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #fff;
  color: #01427E;
  border-radius: 50%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-decoration: none;
  font-size: 20px;
    margin-right:10px;
}
.fb-icon:hover {
  opacity: 0.8;
}

.ig-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #fff;           /* 背景 白 */
  color: #d6249f;             /* アイコン色 Instagramメインカラー */
  border: 2px solid #d6249f;  /* 外枠 */
  border-radius: 50%;
  text-decoration: none;
}
.ig-icon i {
  font-size: 20px;
}
.ig-icon:hover {
  background: #d6249f;
  color: #fff;
}


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

    .footer-menu-bar{
        display: flex!important;
        justify-content: space-between;
      text-align: center;
      position: fixed;        /* 要素の位置を固定する */
      bottom: 0;              /* 絶対位置を指定する(下0px) */
      background-color: rgba(1, 66, 126, 0.85); /* 背景は透過させる */
        color: #fff;
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-top: solid 1px #fff;
    }
    .footer-menu-bar a{color: #fff; text-decoration: none;display: block;}
    .col{
        width: 33%;
        line-height: 50px;
        border-right: 1px solid #fff;
    }
    .col:last-child {border-right: none;}
    footer{
        padding-bottom: 70px;
    }

}