@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

#content p {
    margin-bottom: 5px !important;
}

#main #container #content {
    float: none !important;
    margin: 0px auto !important;
}
#content li :not(.lcp_catlist > li){
    margin-bottom: 2px !important;
}
h4 {
    line-height: 180% !important;
}
#sideTower {
	display: none !important;
}
#comments {
	display: none !important;
}
#nav-below {
	display: none !important;
}
.tags.entry-meta-items {
	display: none !important;
}

/* リンクにマウスオーバーした時 */
a > img:hover {
    opacity: 0.7;
}

body > #container {
	display: flex;
	flex-flow: column;
}
body > #container > footer {
	order: 1;
}
body.page .date-tags {
	display: none;
}

body.archive .entry-card-thumb {
	display: none;
}
body.archive .entry-card-content {
	margin-left: 0;
}


/* 電話番号 */
#headContactTel {
	color: #006699 !important;
	font-size: 24px !important;
	font-weight: bold !important;
	font-family: 'Lato', sans-serif !important;
}
#headContactTel_keitai1 {
	color: #006699;
	font-size: 16.5px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: inline !important;
}
#headContactTel_keitai2 {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	display: inline !important;
}
#headContactTime_mozi {
	margin-top: 2px !important;
	line-height: 1.35;
	font-size: 12px;
}
@media (min-width: 770px) {
    a[href*="tel:"] {
		color: #006699 !important;
        pointer-events: none !important;
        cursor: text !important;
        text-decoration: none !important;
    }
}
@media (max-width: 769px) {
	#headContactInner #headContactTel {
		padding: 8px 5px 0px 5px !important;
	}
	#headContactInner #headContactTime {
		padding: 0px 5px 8px 5px !important;
	}

	#headContactInner #headContactTel {
		font-size: 28px !important;
	}
	#headContactInner #headContactTime {
		margin-top: 6px !important;
	}
	#headContactInner #headContactTime_mozi {
		margin-top: 18px !important;
		font-size: 16px;
	}
	#headContactInner #headContactTel_keitai1 {
		font-size: 25.5px;
	}
	#headContactInner #headContactTel_keitai2 {
		font-size: 27px;
	}
}




/* ヘッダー */

div#container > div#content {
	margin-top: 0;
}
main.main {
	padding-top: 1em;
}

#header-container #header-container-in {
	position: relative;
}
#header-container #header-container-in.header-container-in2 {
	min-height: auto;
	margin-top: 4px;
}
#header-container #header-container-in #description {
	font-size: 12px;
	margin: 0 16px;
	padding: 0 1em;
	color: #888;
}
.header-container {
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 1024px){
	.header-container2 {
		box-shadow: none;
	}
}
.header-container2 {
	position: relative;
	z-index: 3;
}
.logo-header img {
	max-height: none !important;
}

.header-container-in.hlt-top-menu {
	flex-direction: column;
	align-items: normal;
}

.header-container-in.hlt-top-menu .logo-header {
	max-height: none !important;
	text-align: left;
}
.header-container-in.hlt-top-menu .site-name-text {
	white-space: wrap;
}
.header-container-in.hlt-top-menu .site-name-text-link {
	display: inline-block;
	margin-top: 5px !important;
}
.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
	display: inline-flex;
	text-align: left;
}
header#header {
	margin-top: auto;
}
header#header {
	display: none;
}
header#header.header2 {
	display: block;
	margin-top: 6px;
}
.header-in {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: start;
	text-align: center;
	margin: 0 0 15px 0;
}
.header-in .siteHeader_sub {
	text-align: left;
	display: inline-flex;
	margin-left: auto;
	padding: 0 1em;
	max-width: 100%;
	line-height: 1.1;
	text-align: right;
}
@media (max-width:441px) {
	.header-in .siteHeader_sub {
		display: block;
		padding-top: 0.5em;
		padding-bottom: 1em;
	}
	.siteHeader_sub .contact_txt {
		margin: 0 auto;
	}
	.siteHeader_sub .contact_btn {
		padding-left: 0 !important;
		margin: 0 auto;
	}
}

@media (max-width:920px) {
	.header-in {
		flex-direction: column;
	}
}

.siteHeader_sub p .contact_txt_tel {
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 1em;
	white-space: nowrap;
}
.siteHeader_sub p span {
  display: block;
}
.veu_color_txt_key {
  color: var(--key-color-1);
}
.fa-phone-square::before, .fa-square-phone::before {
  content: "\f098";
}
.siteHeader_sub p .contact_txt_tel_icon {
  margin-right: .3rem;
}
.siteHeader_sub p .contact_txt_catch, .siteHeader_sub p .contact_txt_time {
  font-size: 11px;
  margin-top: 3px;
}
.siteHeader_sub .contact_btn {
  display: flex;
  padding-left: 2em;
  justify-content: center;
  align-items: center;
}
.siteHeader_sub .contact_btn a {
  height: auto;
  display: block;
  box-sizing: border-box;
  align-items: center;
  padding: .8em 1.5em;
  margin: 2px 0 2px;
  font-size: 14px;
  text-align: center;
}
.wp-block-search__button, .btn-primary {
  background-color: var(--key-color-1) !important;
  border-color: var(--key-color-2) !important;
}
.btn {
  white-space: normal;
}
.btn-primary {
  color: #fff !important;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	white-space: nowrap;
}

.siteHeader_sub .contact_btn a i, .siteHeader_sub .contact_btn a svg {
  margin-right: 7px;
}

.header-container-in.hlt-top-menu .logo-header .site-logo-image {
	font-weight: 600;
	font-size: 24px;
}


@media screen and (max-width: 1024px) {
	.header-container-in.hlt-top-menu .logo-header .site-logo-image {
		font-size: 20px;
	}
}
@media screen and (max-width: 834px){
	#header-container #header-container-in #description {
		font-size: 2.2vw;
		line-height: 1.45;
	}
	.header-container-in.hlt-top-menu .logo-header .site-logo-image {
		font-size: 5vw;
		line-height: 1.1;
	}
}


/* メニュー */
.navi-in > .menu-header {
	display: flex;
	border-top: 2px solid #069;
}
.assistive-text {
    height: 3.5em;
}
.assistive-text > span {
	margin: 0.47em 0 0 1em !important;
}
.menu-item > a > strong {
	font-size: 15px;
	line-height: 120% !important;
}

.navi .item-label {
	font-size: 15px;
	line-height: 1.25;
}
@media screen and (max-width: 1140px) {
	.navi-in > ul li {
		width: 140px;
	}
	.navi .item-label {
		font-size: 13px;
	}
}
@media screen and (max-width: 920px){
	.navi-in > ul li {
		width: 120px;
	}
	.navi .item-label {
		font-size: 12px;
	}
}
@media screen and (max-width: 834px){
	.navi-in > ul li {
		width: 33%;
		height: 11vw;
	}
	.navi .item-label {
		font-size: 3vw;
	}
}
@media screen and (max-width: 769px) {
	.menu > li br {
		display: none !important;
	}
}


/* パンくずリスト */
.single-post #panListInner > ul > li:nth-child(2) {
	display: none;
}


/* スライドショー */
#slider_layout {
	margin-bottom: 20px;
}
.bx-controls {
	display: none;
}
.bx-wrapper {
	max-width: none!important;
}
.bx-wrapper .bx-viewport .bxslider {
	padding: 0!important;
	margin: 0!important;
}
.bx-wrapper .bx-viewport .bxslider > li {
	width: 100%!important;
	height: auto!important;
}
@media screen and (max-width: 1111px) {
  #slider_layout {
    width: 100%;
  }
}


/* トップPR */
#three_pr {
	display: flex;
}
#three_pr > div {
	padding: 0 1.5%;
}

#top_pr {
	display: flex;
}
#top_pr > div {
	padding: 0 0.6%;
	width: 100%;
}
#top_pr > div img {
	width: 100%;
}
@media screen and (max-width: 834px){
	#three_pr {
		display: block;
	}
	#top_pr {
		flex-wrap:wrap;
	}
	#top_pr > div {
		width: 50%;
	}
}

/* トップページ中段上 */
@media screen and (max-width: 780px) {
	#pg-w5b8f8576d1a29-0 .panel-grid-cell {
    	margin-bottom: 0px !important;
	}
}

/* トップページ中段下 */
#pgc-w5ba9bb8422065-0-0, #pgc-w5ba9bb8422065-0-1, #pgc-w5ba9bb8422065-0-2, #pgc-w5ba9bb8422065-0-3 {
    width: 25% !important;
}
@media screen and (max-width: 780px) {
	#pgc-w5ba9bb8422065-0-0, #pgc-w5ba9bb8422065-0-1, #pgc-w5ba9bb8422065-0-2, #pgc-w5ba9bb8422065-0-3 {
		display: inline-block !important;
    	width: 50% !important;
	}
	#pg-w5ba9bb8422065-0 {
		display: inline !important;
	}
	#pgc-w5ba9bb8422065-0-0 img, #pgc-w5ba9bb8422065-0-1 img, #pgc-w5ba9bb8422065-0-2 img, #pgc-w5ba9bb8422065-0-3 img {
    	width: 100% !important;
	}
	#pl-w5ba9bb8422065 .panel-grid-cell {
    	margin-bottom: 0px !important;
	}
	#pl-w5ba9bb8422065 .panel-grid-cell .sectionBox {
    	margin-bottom: 0px !important;
	}
}


/* お知らせ */
.whatsnew_out {
	margin-bottom: 0px !important;
	border: 3px solid #ddd !important;
}
.whatsnew {
	margin: 0px 2px 8px 2px !important;
}
.whatsnew dd {
    margin-bottom: 0px !important;
}
.whatsnew dt {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
	color: #0076cc !important;
}
div#whatsnew_box {
	padding: 4px 16px !important;
	text-align: center !important;
	border: 1px solid #d5d5d5 !important;
	border-radius: 4px 4px 4px 4px !important;
}
div#whatsnew_box > span {
	max-width: 910px !important;
	width: 100% !important;
	text-align: left !important;
}
.whatsnew_out #whatsnew_top {
	padding: 0.0em 1.2em !important;
	margin-left: 0.8em !important;
	margin-top: 8px !important;
	margin-bottom: -0.4em !important;
}
.whatsnew_out #whatsnew_maintitle {
	font-size: 14px !important;
	color: #555 !important;
}
.whatsnew > h1 {
	display: none !important;
}
.whatsnew > hr {
	display: none !important;
}
.whatsnew > dl {
	background: url("https://chn-futou.com/wp-content/uploads/2018/09/point.png") no-repeat 20px 17px !important;
	padding: 4px 35px 4px 35px !important;
	margin: 0 0 -8px 0 !important;
	color: #20819d !important;
}

.whatsnew > dl > a{
	color: #20819d !important;
	text-decoration: underline !important;
}
.whatsnew > dl > a.hover {
	color: #33d3ff !important;
}

.infoCate {
	display: none !important;
}

.category-topics .entry-meta {
	margin-top: 18px !important;
}
.published {
	font-size: 18px;
}
.updated.entry-meta-items {
	display: none !important;
}


/* お知らせ */
#topics_list_title {
    font-size: 15px !important;
    color: #555 !important;
    padding: 0.0em 1.2em !important;
    margin-left: 0.8em !important;
    margin-top: 0.2em !important;
    margin-bottom: -0.4em !important;
}



/* ページの横幅を広げる */
#content {
    width: auto !important;
}


/* 募集 */
.category-bosyu .infoList > div {
	padding: 1.5em 1em !important;
}
.category-bosyu .infoList > div:first-child {
	padding: 0.5em 1em 0.5em 1em !important;
	border: double 5px #85bce4 !important;
	margin-bottom: 0.5em !important;
}


/* 部屋案内、価格表のテーブルの枠 */
#table_customborder {
    border: none !important;
	font-size: 12px !important;
}
@media screen and (min-width: 600px) {
	#table_customborder {
		font-size: 18px !important;
	}
}
#table_customborder td {
    border: 1px solid #ddd !important;
}


/* 部屋案内の上段の見出し */
.room_midashi {
	background: #ccf0ff;
	padding: 0.8em;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

/* 部屋案内の中段の情報 */
#text_nowrap {
	white-space: nowrap;
}
#room_info_title {
	width: 5.5em;
}

/* 部屋案内、情報のテーブルの枠 */
#table_customborder2 {
	font-size: 14px !important;
    border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #ddd !important;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	padding: 0 !important;
	margin: 0 !important;
}
@media screen and (min-width: 600px) {
	#table_customborder2 {
		font-size: 20px !important;
	}
}
#table_customborder2 tr {
	border-collapse: collapse !important;
	padding: 0 !important;
	margin: 0 !important;
}
#table_customborder2 td {
    border: none !important;
	border-collapse: collapse !important;
	padding: 0 !important;
	margin: 0 !important;
	vertical-align: middle !important;
}
#table_customborder3 {
	height: 100%;
    border: none !important;
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	padding: 0 !important;
	margin: 0 !important;
}
#table_customborder3 tr {
	border-collapse: collapse !important;
	padding: 0 !important;
	margin: 0 !important;
}
#table_customborder3 td {
    border-top: 1px solid #ddd !important;
	border-left: 1px solid #ddd !important;
	border-right: 1px solid #ddd !important;
	border-collapse: collapse !important;
	padding: 0.6em 0.7em 0.6em 0.7em !important;
	margin: 0 !important;
	vertical-align: middle !important;
}



/* 部屋案内の写真集の枠 */
.photo_gallery_box_2{
	max-width: 380px !important;
	min-width: 190px !important;
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: middle;
}
.photo_gallery_box_3{
	max-width: 560px !important;
	min-width: 280px !important;
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: middle;
}
.photo_gallery_box_4{
	max-width: 420px !important;
	min-width: 210px !important;
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: top;
}
#photo_gallery {
	padding: 1.2em 0.7em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 2px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.photo_gallery_box{
	width: 204px !important;
	margin-bottom: 14px;
	display: inline-block;
}


/* 特長 */
#nowrap_br{
	display: inline;
}
@media screen and (min-width: 620px) {
	#nowrap_br{
		display: none;
	}
}


/* 食事について */
#table_customborder_food {
    border: none !important;
	font-size: 10pt !important;
}
#food_minfont{
	font-size: 8pt !important;
}
@media screen and (min-width: 650px) {
	#table_customborder_food {
		font-size: 12pt !important;
	}
	#food_minfont{
		font-size: 9pt !important;
	}
}
#table_customborder_food td {
    border: 1px solid #ddd !important;
	padding: 4px 10px !important;
}
@media screen and (min-width: 650px) {
	#table_customborder_food td {
		padding: 4px 7px !important;
	}
}
#food_bar {
    border-bottom: 2px solid #a1c1e9 !important;
	margin: 0px 8px 16px 8px !important;
}

.lcp_catlist {
	margin: 0px 8px 0px 8px !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.lcp_catlist > li {
	display: inline-flex !important;
	width: calc(50% - 12px) !important;
	margin: 4px 4px 8px 4px !important;
	border: 3px solid #ddd !important;
	vertical-align: top;
	box-sizing: border-box;
}
.lcp_catlist > li img {
	padding: 4px;
	box-sizing: content-box;
}
#content li :not(.lcp_catlist > li) {
	margin-bottom: 0 !important;
}
.lcp_catlist .list_content {
	flex: 1;
	margin-left: 6px !important;
	display: inline-block !important;
	vertical-align: top !important;
	font-size: 15px !important;
}
.list_content .lcp_excerpt {
	height: auto !important;
}
@media screen and (max-width: 526px) {
	.lcp_catlist > li {
    	width: 95% !important;
	}
	.lcp_catlist .list_content {
		width: 98% !important;
	}
}
.list_date {
	font-size: 12px;
	margin-bottom: -4px;
}
.list_title > a {
	text-decoration: none !important;
	color: #006699 !important;
	font-weight: bold !important;
}
.lcp_excerpt {
	font-size: 13px;
	margin-top: 6px;
	height: 151px !important;
	text-overflow: ellipsis;  
	-webkit-text-overflow: ellipsis;  
	-o-text-overflow: ellipsis; 
	overflow: hidden;
}



/* お問い合わせ */
.wpcf7-form-control-wrap.your-name {
	padding-right: 30px !important;
}
.wpcf7-form-control-wrap.your-name input {
	width: 100% !important;
}
.wpcf7-form-control-wrap.your-email {
	padding-right: 20px !important;
}
.wpcf7-form-control-wrap.your-email input {
	width: 100% !important;
}
.wpcf7-form-control-wrap.your-message {
	padding-right: 30px !important;
}
.wpcf7-form-control-wrap.your-message textarea {
	width: 100% !important;
}


/* 掲示板 */
div.comment-respond {
	display: none;
}
#pageTitBnr {
	display: none;
}
#panList {
	display: none;
}

#post-35 {
	padding-bottom: 0px !important;
}
#post-35 .entry-content {
	margin-bottom: 0px !important;
}

#post-35 .entry-utility {
	padding: 0 !important;
	margin: 0 !important;
}
.postid-35 #comments {
	display: inline !important;
}
#comments-title {
	border-bottom: 2px solid #a1c1e9 !important;
}

.commentlist {
	padding-bottom: 4px !important;
}

#respond {
	margin-top: 10px !important;
	padding: 10px 10px 10px 10px !important;
	border: 2px solid #a1c1e9 !important;
}
#reply-title {
  border: none !important;
  margin: 0 !important;
  padding-left: 8px !important;
}


.postid-35 .entry-meta {
	display: none !important;
}
.postid-35 .entry-title {
	display: none !important;
}
.comment-notes {
	display: none !important;
}
.comment-form-email {
	display: none !important;
}
.comment-form-url {
	display: none !important;
}
.form-submit {
	margin-top: 20px !important;
}
.commets-list .comment {
	margin: 0 0 1em 0;
}
.commets-list .comment-body {
	border: 4px solid #e5e5e5;
	padding: 15px;
}



/* Googleマップ */
#map_canvas_2{
	max-width: 600px;
	max-height: 450px;
}
#map_canvas{
	position: relative;
	padding: 0 0 75%;
	height: 0;
	overflow: hidden;
}
#map_canvas #map_canvas_iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 98% !important;
	height: 98% !important;
}

.access_info {
	padding-top: 10px;
}
@media screen and (min-width: 600px) {
	.access_info {
		display: inline-block;
		width: 600px;
	}
}
.access_info_2 {
	vertical-align: top;
	padding-top: 16px;
	font-size: 14px;
}
@media screen and (min-width: 600px) {
	.access_info_2 {
		display: inline-block;
	}
}

#footer dl#footerOutline {
	width: 100%;
}

#footer dl#footerOutline dd {
  display: flex;
  margin-top: 15px;
}
#footer_layout {
	display: flex;
	margin: 40px auto 0 auto;
	max-width: 960px;
	padding: 0 1.25em;
}

#footer_add {
vertical-align: top;
display: inline-block;
margin-right: 60px;
line-height: 1.3;
font-size: 14px;
}
#add_text {
  display: block;
  font-size: 115%;
}
#footer_insta {
vertical-align: top;
width: 100%;
flex: 1;
display: inline-block;
margin-top: 0;
font-size: 14px;
line-height: 1.3;
}

#footer_insta > div {
  margin-bottom: 4px;
}
#footer_insta > div > img {
  vertical-align: top;
	height: 100%;
}
#footer_insta > div:nth-of-type(1) > img {
  vertical-align: middle;
}
#footer_insta > div > div {
  display: inline-block;
  vertical-align: middle;
}
#footer_insta > div div {
  display: inline-block;
}
#lineid_a {
  display: block;
}
@media screen and (max-width: 780px) {
  #footer dl#footerOutline {
    width: 100%;
	max-width: 90vw;
    margin: 0 auto;
  }
  #footer dl#footerOutline dd {
    display: block;
    margin-top: 0;
  }
  #footer_add {
    font-size: 3.5vw;
    margin-top: 2vw;
    margin-right: 0;
  }
  #footer_insta {
    font-size: 3.6vw;
    margin-top: 3.4vw;
  }
}
@media screen and (max-width: 834px) {
	#footer_layout {
		flex-flow: column;
	}
	#footer_insta {
		font-size: 3.4vw;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	#footer_insta > div {
		width: 100%;
	}
	#footer_insta > div > img {
		height: 3.85em;
		width: 3.85em;
	}
	#footer_insta > div > div > img {
		height: 3.85em;
		width: 3.85em;
	}
	#footer_add {
		order: 1;
		margin-right: 0;
		font-size: 3.4vw;
		text-align: center;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	#footer_add > div {
		margin: 0 0 0.75em 0 !important;
	}
	#footer_add > p {
		display: inline-block;
		text-align: left;
		margin: 0 0 0.75em 0;
	}
	#add_text {
		display: inline-block;
		margin: 1em 0 0.75em 0;
	}
}




/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
