/*
Theme Name: 珊瑚礁会館
*/

/*明朝体*/
.min{font-family: 'Noto Serif Japanese', 'Noto Serif JP', serif, sans-serif;}
/*ゴシック体*/
.gos{ font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}


/*リンク演出設定*/
a{ text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
a:hover img{ opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*フェードイン*/
.effect-fade {
opacity : 0;
transform : translate(0, 0);
transition : all 4000ms;
}

.effect-fade.effect-scroll {
opacity : 1;
transform : translate(0, 0);
}

/*シャドウ*/
.shadow    {
box-shadow: 1px 1px 10px #666;
-webkit-box-shadow: 1px 1px 10px #666;
-moz-box-shadow: 1px 1px 10px #666;
}
.txshadow{ text-shadow: 1px 1px 6px rgba(0, 0, 0, .6);}

/*ページネーション*/
.pagenation {
    margin: 1em auto;
    clear:both;
    padding-top:10px;
    width:100%;
}
.pagenation:after, .pagenation ul:after {
}
.pagenation ul {
    margin: 0;
    text-align:center;
}
.pagenation li {
    list-style: none outside none;
    margin-left: 3px;
    display:inline-block;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}
.navigation.pagination{ display:none;}


/*角丸*/
.kadomaru{
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;}
.kadomaru-l{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-o-border-radius: 10px;
-ms-border-radius: 10px;}
.kadomaru-ll{
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-o-border-radius: 15px;
-ms-border-radius: 15px;}
.kadomaru-xl{
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
-o-border-radius: 25px;
-ms-border-radius: 25px;}
.circle-120{
-moz-border-radius: 120px;
-webkit-border-radius: 120px;
-o-border-radius: 120px;
-ms-border-radius: 120px;}

/*h2見出し罫線*/
.head-border {
position: relative;
display: inline-block;
padding: 0 80px;
}
.head-border:before,
.head-border:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 60px;
height: 1px;
background-color:#666;
}
.head-border:before {
left:0;
}
.head-border:after {
right:0;
}

/*縦書き*/
.tategaki {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
 font-feature-settings:normal;
}

#site-navigation button{display: none;}
#site-navigation .menu-scroll-down{display: none;}

/*画像フィット*/
img.object-fit-img{ object-fit: cover; object-position: center; font-family: 'object-fit: cover; object-position: center;'}


/*BASE*/
header{ width:100%; padding:25px 0}
header .logo{ width:95%; max-width: 980px; margin:0 auto; font-size:24px; letter-spacing: 3px; font-weight:bold; }
header .logo::before{ content: url(images/logo_s.png); margin-right: 10px; vertical-align: middle;}
.eyecatch{ width:100%; position: relative;}
.eyecatch img{ width:100%; height:480px;}
.eyecatch .copy{ text-align: center; line-height: 1.5; font-size:24px; padding:50px 0; position: absolute; color: #FFFFFF; top:0; bottom:0; width:100%; margin: auto; height:80px}
.kaikan{ width:95%; max-width: 980px; margin:0 auto}
.kaikan .midashi{ font-size:28px; text-align: center; padding: 50px 0;}
.kaikan .block { padding: 25px 0 50px 0; border-bottom:1px solid #000000}
.kaikan .block .image{ display:flex; justify-content: space-between;}
.kaikan .block .image img{ width:48%; }
.kaikan .block .image iframe{ width:48%;}
.kaikan .block .text{ padding:25px 0; display: flex; align-items: center;}
.kaikan .block .text h2{ font-size:24px}
.kaikan .block .text li{ font-size:16px}
.kaikan .block .room-list{ width:90%; margin:0 auto}
.kaikan .block h3{ font-size:15px; font-weight: bold; background-color:#9d8100; text-align: center; color: #ffffff; padding: 5px 0; width:90%; margin: 15px auto;}
.kaikan .block h4{ font-size:18px; font-weight: bold;}
.kaikan .block .room-list li{display: flex; justify-content: space-between; align-items: center;}
.kaikan .block .room-info{ width:40%}
.kaikan .block table{ font-size:14px;}
.kaikan .block table th,.kaikan .block table td{ border-bottom: 1px solid #000000; padding:3px 0;}
.kaikan .block table th{ width:90px;}
.kaikan .block .photo img{ width:120px; height:120px;}
.kottouhin {background-color: #9d8100; padding:15px;}
.kottouhin p{ font-size:18px; color: #FFFFFF;line-height: 1.5; text-align: center;}


.contact{ border: 2px solid #cca700; width:75%; max-width:680px; margin: 50px auto; background-color: #f5f5f5; text-align: center; padding:25px 0}
.contact h2{ font-size:24px; color: #9d8100;}
.contact .lead{ font-size:16px; line-height: 1.4; padding: 15px 0;}
.contact .tel{ font-size:32px; color: #9d8100;}
.contact .tel a{ font-size:48px; color: #9d8100; letter-spacing: 3px;}
footer{ border-top: 1px solid #cca700; background-color: #f5f5f5; text-align: center;}
footer dl{ padding:25px 0; text-align: center; display: inline-block;}
footer dt{ font-size:21px; padding: 0 0 15px 0;}
footer dt i{display:block;}
footer dd{ text-align: left; font-size:14px}


/*===============================================
●PC版非表示
===============================================*/
.sp{ display:none!important;}
/*.sp-navi{ display:none;}
.contactblock p.tel a{ pointer-events:none;}*/
/*===============================================
●レスポンシブ  画面の横幅が520pxまで
===============================================*/
@media screen and (max-width:520px){
body{ min-width:320px; background-image:none;}
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
.pc{ display:none!important;}
.sp{ display:block!important;}
.sp.memu{ z-index:100000; position: relative}

.eyecatch img{ height:240px}
.eyecatch .copy{ font-size:15px}
.kaikan .block .image{ display: block;}
.kaikan .block .image img{ display: block; width:90%; margin: 0 auto;}
.kaikan .block .image iframe{ display: block; width:90%; margin: 0 auto;}
.kaikan .block .text{ display: block; width:90%; margin: 0 auto;}

/*お問合せ-SP*/
#post-16 .entry-header p{ width:90%; margin:0 auto}
.contactbox-wide{ border-left:none;}
.contactbox-wide{ border-right:none;}
.contactbox-wide .tel a, .contactbox-wide .tel strong{ font-size:32px; letter-spacing: 2px;}
.contactbox-wide .tel{ width:100%}
#mailform .description p{ width:90%; margin: 0 auto;}
.wpcf7 th,.wpcf7 td{ display:block; width:100% }
.wpcf7 td input,.wpcf7 td textarea{ border: 1px solid #e5e5e5;}
.wpcf7 .submit input{ width:90%;}
div.wpcf7 .ajax-loader{ display:block;}
.plan-guide .button-set{ display: block;}
.plan-guide .button-set a{ width:100%;}
.option ul{ justify-content: space-around;}
.option li{ width:75%}
.member .tokuten ul{ display: block;}
.member .tokuten li{ width:100%}
.contact .tel{ font-size:21px}
.contact .tel a{ font-size:28px}
.kaikan .block .room-list li{ flex-wrap: wrap;}
.kaikan .block .room-info{ width:100%; margin:15px 0;}
.kaikan .block .photo{ text-align: center;}


/*スマホ用メニュー*/
.menu-btn {
    position: fixed;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    background-color:rgba(255,255,255,0.80);
    border: 1px solid #5c3084;
}
.open .menu-btn{ display: none}
.menu-btn img{ width:60%}

.menu-btn span {
    color: #fff;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}

.md-menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

.md-menu .branding{
  text-align: center;
  padding: 15px 0;
}

.md-menu .branding img{
  width:80%;
}

.md-menu .logo{ color:#ffffff; font-size:30px; text-align: center; padding: 50px 0;}
.md-menu h2{ color: #ffffff; text-align: center; font-size:21px;}
.md-menu p{ color: #FFFFFF;}
.md-menu .lead{ font-size:18px; width:80%; margin: 15px auto;}
.md-menu .tel {text-align: center;}
.md-menu .tel a{ color: #ffffff; font-size:30px;}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .md-menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}

}