/*
Template: hummingbird
Theme Name: hummingbird_custom
Theme URI:http://open-cage.com/hummingbird/
*/
/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 768px) {
  #logo img{
    max-height: 90px;
  }
  .youtube-container{
	margin-bottom:30px;
}
}


.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


body {
	color:#333;
	font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
        font-size:small;
line-height: 2;
}


.entry-content p {
    margin: 0 0 1.6em;
    line-height: 1.75;
font-size:1.2em;
}

h4, .h4 {
    font-size: 1.3em;
    font-weight: 700;
}


.entry-content table {
    width: 100%;
    border: 1px solid #efefef;
    margin-bottom: 1.5em;
font-size:1em;
}

.entry-content table caption {
    margin: 0 0 7px;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px;
font-size:1em;
}

/* グローバルナビの高さを調整 */
.nav > li > a {
  text-decoration: none;
  padding: 50px 1.5em 20px;
}

/* card型 */
.post-list-card .post-list{
  width:30.5%;
}



@media only screen and (max-width: 767px) {
  .post-list-card .post-list{
    width:48%;
  }
 .entry-content th {
width: 30%;
}
}


/* 設備情報テーブル */
.estate_tab_contents_w100 th{
  width: 25%;
}
.estate_tab_contents_w100 td{
  width: 75%;
}
/* 記事中文字サイズ */
.entry-content {
font-size: 16px; /* 文字サイズ */
line-height: 2.0; /* 行の高さ */
}
@media screen and (max-width: 480px){.entry-content p {font-size: 12px;}}
/*　会社概要のテーブル設定
****************************************************/
.company-info-table {
	font-size:0.8em;
	margin: 20px auto;
}
.company-info-table th {
	width: 20%;
	color: #180a06;
	/*background: #F4E1DA;*/
	border: solid 1px #ccc;
	padding:0.5em 1em;
}
.company-info-table td {
	border: solid 1px #ccc;
	padding: 0.5em 1em;
}
 
@media screen and (max-width: 768px) {
	.company-info-table {
		width: 100%;
	}
	.company-info-table th,
	.company-info-table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	.company-info-table td {
		padding: 1em;
	}
	.last td:last-child {
		border-bottom: solid 1px #ccc;
		width: 100%;
	}
}

/* 物件概要 */
.estate_description{
  margin-top: 1.5em;
}
.estate_description th{
  width: 25%;
}
.estate_description td{
  width: 75%;
}
@media only screen and (max-width: 480px) {
  .post-list-card .post-list {
    width: 96%;
    margin: 3% 2%;
  }
}
@media only screen and (min-width: 768px) {
  .site_description{
    display: none;
  }
}

@media screen and (max-width: 767px) {
   .site_description{
    display: none;
  }
}

.contact .required{
  color: #B70000;
  display: inline-block;
}

#main .contact input[type="text"].f_tel{
  width: 25%;
}


@media only screen and (max-width: 480px) {
  .contact table th{
    display: block;
  }
  .contact table td{
    display: block;
  }
}



#sidebar1 ul.wpp-list li a:before{
  background: #000000;
}

#mainvideo {
  overflow: hidden;
  position: relative;
  margin: 0 0 -6px;
}
@media handheld, only screen and (max-width: 767px) {
  #mainvideo {
    display: none;
  }
}
#mainvideo video {
  width: 100%;
  height: auto;
  position: relative;
  right: 0;
  top: 0;
  z-index: 1;
}
#mainvideo:after{
  content:"";
  display:block;
  width: 100%;
  height: 100%;
  background: url(/movie/yokojima.png);/*画像パスは要変更*/
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 2;
}
#mainvideo p {
  font-family: serif;
  color: #fff;
  font-size: 400%;
  margin: 50px;
  position: relative;
  z-index: 2;
}

.widget .widgettitle {
  padding: 0;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  overflow: inherit;

}


@media only screen and (max-width: 480px) {
  .widget .widgettitle {
    left: 9px;
    position: relative;
  }
}




.widget .widgettitle span {
  border-top: none;
  border-bottom: none;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff ;
  background: #000;
  font-size: 12pt ;
  line-height: 1;
  margin: 20px -10px 20px -10px;
  padding: 10px 5px 10px 20px;
font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
}


.widget .widgettitle span:before{
font-family: "fontawesome";
content: "\f005";
color: #fff100;
font-size: 1.15em;
display: inline-block;
margin-right: .5em;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}







.byline .cat-name{
background: #e55937;
color:#fff;
padding: 0.2em 0.4em;
margin-top: 0.3em;
margin-left: 0.9em;
font-size: 0.7em;
float:right;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}

.byline .cat-name:before{
font-family: "fontawesome";
content: "\f005";

color: #fff100;
font-size: 1.15em;
display: inline-block;
margin-right: .5em;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}


.byline .cat-name:before{
  color: #fff100;
}


.bigf{
color: #ff9900;
font-size: 110%;
font-weight:bold;
}


.btn-wrap.index-more{
  margin: 15px 0 2em;
  text-align: right;
}
.btn-wrap.index-more.simple a{
  padding: 5px 3em;
  border: 1px solid #000;
  color: #000;
}
.btn-wrap.index-more.simple a:hover{
  background: #eee;
  border: 1px solid #000;
  color: #000;
}
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.scopy{
font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
font-size: 20px; line-height:2;
color: #000;text-align: center;
}
#custom_header .scopy span {
text-align: center;
}

@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.scopy2{
font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
font-size: 16px; line-height:1.4;
}
.center{
 text-align:center;
}

.bland{margin-top:30px;
padding:0;
margin-bottom:50px
}
@media screen and (max-width: 767px) {
  .bland{margin-top:5px;margin-bottom:30px;
padding:0
}
}

@import url(//fonts.googleapis.com/css?family=Dancing+Script);
.blandc{
font-family: 'Dancing Script', cursive;
font-size: 12px;
 color:#60C6FD;
line-height: 1.4;
}

.smainPC{display:block;}
.smainSP{display:none;}
.blandSP{display:none;}
@media screen and (max-width: 767px) {
.smainPC{display:none;}
.smainSP{display:block;}
.scopy{display:none;}
.blandSP{display:block;}
}
@media screen and (max-width: 767px) {
  .scopy{
font-size: 16px; line-height:1.4;
}
}

.sttl {
	position: relative;
	text-align: center;
}
.sttl span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
font-size: 28px;
font-family: 'Crimson Text', serif;
font-weight: 400;
}
.sttl::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}

@media screen and (max-width: 767px) {
  .sttl span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 1em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
font-size: 18px;
font-family: 'Crimson Text', serif;
font-weight: 400;
}
.sttl::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
	background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}
}

.slist{
font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
font-size: 16px; line-height:1.4;color:#6a767d; padding-left:40px;
}

.topcopy{
text-align:center; color:#b5b5b6; font-size:18px;
	font-family: 'SaintAgnes-Regular';padding: 15px 0;
}

.archivettl h1 {
    font-size: 1.6em;
    margin: 0 0 1em;
    padding: 0 0.1em 0.8em;
    background: url(library/images/line01.png) repeat-x bottom;
font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
}



#logo a {
    color: #000;
    width: 100%;
    padding: 0.4em 0 ;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}


.single-title,
.page-title,
.entry-title {

}

.single-title,
.page-title {
    padding: 0 0 .5em;
    font-size: 1.5em;
    background: url(library/images/line01.png) repeat-x bottom;
}




h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-rendering: optimizelegibility;
    
}

.footer .copyright {
        font-size: 0.8em;
        padding: 0.6em 0;
        float: right;
        display: inline-block;
font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;    }

.item_fadein{
	opacity: 0;
transition: .8s;
}
.fadein{
	opacity: 1.0;
}


.sbox {
	 width:100%;
 }


#inner-header {
    position: relative;
    padding-top: 5px;
}


@media screen and (max-width: 767px) {
 #inner-header {
        position: relative;
        width: 100%;
        padding: 4px 0;
 height: 160px;
    }
}


@media only screen and (min-width: 768px) {
.nav_box{
	clear:both;
	width:100%;
	margin:0;
	padding:0;
}
.nav_box_left{
	float:left;
	width:10%;
}
.nav_box_right{
	float:left;
	width:90%;
}
}
#g_nav .nav > li:last-child > a:after{
	display:none;
}

.mReset{margin:0px !important;}
.mCenter{margin:0 auto !important;}
.mt0{margin-top:0px !important;}
.mr0{margin-right:0px !important;}
.mb0{margin-bottom:0px !important;}
.ml0{margin-left:0px !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}
.mt70{margin-top:70px !important;}
.mt80{margin-top:80px !important;}
.mt90{margin-top:90px !important;}
.mt100{margin-top:100px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr40{margin-right:40px !important;}
.mr50{margin-right:50px !important;}
.mr60{margin-right:60px !important;}
.mr70{margin-right:70px !important;}
.mr80{margin-right:80px !important;}
.mr90{margin-right:90px !important;}
.mr100{margin-right:100px !important;}
.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml40{margin-left:40px !important;}
.ml50{margin-left:50px !important;}
.ml60{margin-left:60px !important;}
.ml70{margin-left:70px !important;}
.ml80{margin-left:80px !important;}
.ml90{margin-left:90px !important;}
.ml100{margin-left:100px !important;}

.pReset{padding:0px !important;}
.pt0{padding-top:0px !important;}
.pr0{padding-right:0px !important;}
.pb0{padding-bottom:0px !important;}
.pl0{padding-left:0px !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}
.pt40{padding-top:40px !important;}
.pt50{padding-top:50px !important;}
.pt60{padding-top:60px !important;}
.pt70{padding-top:70px !important;}
.pt80{padding-top:80px !important;}
.pt90{padding-top:90px !important;}
.pt100{padding-top:100px !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}
.pr40{padding-right:40px !important;}
.pr50{padding-right:50px !important;}
.pr60{padding-right:60px !important;}
.pr70{padding-right:70px !important;}
.pr80{padding-right:80px !important;}
.pr90{padding-right:90px !important;}
.pr100{padding-right:100px !important;}
.pb5{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}
.pb40{padding-bottom:40px !important;}
.pb50{padding-bottom:50px !important;}
.pb60{padding-bottom:60px !important;}
.pb70{padding-bottom:70px !important;}
.pb80{padding-bottom:80px !important;}
.pb90{padding-bottom:90px !important;}
.pb100{padding-bottom:100px !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}
.pl40{padding-left:40px !important;}
.pl50{padding-left:50px !important;}
.pl60{padding-left:60px !important;}
.pl70{padding-left:70px !important;}
.pl80{padding-left:80px !important;}
.pl90{padding-left:90px !important;}
.pl100{padding-left:100px !important;}
@media only screen and (min-width: 768px) {
.pr030{padding-right:30px}
}
.contact_section{
  /*background: url(/wp-content/uploads/2016/06/contact_section_bg2.png) no-repeat 50% 0;*/
  background-size: 100% 100%;
  width: 100%;
  padding: 30px 0 30px;
}
.contact_section .inner{
  background: url(/wp-content/uploads/2016/06/contact_section_bg.png) no-repeat 50% 0;
  width: 100%;
  height: 204px;
  min-width: 768px;
}
.contact_section .inner .column_wrap{
  position: relative;
  overflow: hidden;
  width: 768px;
  margin: 0 auto;
  padding: 60px 0 0;
}

.contact_section .inner .mail_area{
  float: right;
  width: 384px;
  text-align: right;
  padding: 0 26px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_section .inner .tel_area{
  float: left;
  width: 384px;
  text-align: left;
  padding: 0 0 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact_section .inner .title{
  margin: 0;
}
.contact_section .inner .link{
  margin: 0;
}
.contact_section .pc{
  display: block;
}
.contact_section .sp{
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  .contact_section{
    background:none;
    padding: 30px 0 30px;
  }
  .contact_section .inner{
    background: url(/wp-content/uploads/2016/06/contact_section_bg_sp.png) no-repeat 50% 0;
    background-size: 333px auto;
    width: 100%;
    height: 281px;
    margin: 0 auto;
    min-width: 320px;
  }

  .contact_section .inner .column_wrap{
    width: 100%;
    padding: 60px 0 0;
  }
  .contact_section .inner .mail_area{
    float: none;
    width: 236px;
    text-align: center;
    padding: 0 0 30px;
    margin: 0 auto;
  }
  .contact_section .inner .tel_area{
    float: none;
    width: 236px;
    text-align: center;
    padding: 0;
    margin: 0 auto;

  }
  .contact_section .inner .mail_area img,
  .contact_section .inner .tel_area img{
    width: 100%;
    height: auto;

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

}

/* SNSボタン（PCサイズ） */
    .share.short {
        margin-top: 1em;
        margin-bottom: 1.5em;
    }

    .sns ul {
        margin: 0 auto;
        list-style: none;
    }

    .sns li {
        width: 48%;
        margin: 0 1% 2% 0;
    }

    .sns li a {
        font-size: 0.85em;
        padding: 10px 2px;
    }

.share.short .sns li {
    width: 19%;
    margin: 0 1% 0 0;
}









/* estate_wrap */

.estate_wrap{
  font-size: 120%;
  font-family: Lora, Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.estate_wrap .estate_section1{
  text-align: center;
  position: relative;
  padding: 2em 0;
}
.estate_wrap .estate_section1:before{
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.estate_wrap .estate_section2{
  text-align: center;
  padding: 10px 20px;
  margin: 10px 10px 20px;
  background: #eff4f7;
  box-shadow: #eff4f7 0 0 10px 10px;
  -webkit-box-shadow: #eff4f7 0 0 10px 10px;
  -moz-box-shadow: #eff4f7 0 0 10px 10px;
}
.estate_wrap .estate_section2 p{
  margin: 0;
}
.estate_wrap .estate_section2 p.title{
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 20px;
}
.estate_wrap .estate_section3{
  text-align: center;
  position: relative;
  padding: 2em 0;
}
.estate_wrap .estate_title1{
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.estate_wrap .estate_title1:after{
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.estate_wrap .estate_title1 img{
  width: auto;
  height: 40px;
  margin-bottom: 0;
}
.estate_wrap .estate_title2{
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.estate_wrap .estate_title2:after{
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.estate_wrap .estate_title2 img{
  width: auto;
  height: 40px;
  margin-bottom: 0;
}

.estate_wrap .estate_column1{
  overflow: hidden;
  width: 100%;
}
.estate_wrap .estate_column1 .column_child1{
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 40px 20px 20px 0;
}
.estate_wrap .estate_column1 .column_child2{
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.estate_wrap .estate_column2{
  overflow: hidden;
  width: 100%;
}
.estate_wrap .estate_column2 .column_child1{
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 40px 0 20px 20px;
}
.estate_wrap .estate_column2 .column_child2{
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.estate_wrap .estate_column1 .column_child2 img,
.estate_wrap .estate_column2 .column_child2 img{
  width: 100%;
  height: auto;
}

@media handheld, only screen and (max-width: 767px) {
  .estate_wrap .estate_column1 .column_child1{
    float: none;
    width: 100%;
    padding: 20px 0;
  }
  .estate_wrap .estate_column1 .column_child2{
    float: none;
    width: 100%;
  }
  .estate_wrap .estate_column2 .column_child1{
    float: none;
    width: 100%;
    padding: 20px 0;
  }
  .estate_wrap .estate_column2 .column_child2{
    float: none;
    width: 100%;
  }
}





#custom_header{
  position: relative;
  height: 487px;
}

#custom_header:before{
  background: url(/wp-content/uploads/2016/07/pickup_bg.png) repeat-x 0 bottom;
  content: "";
  width: 100%;
  height: 213px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#custom_header .wrap{
  position: relative;
  padding: 0;
}


.header-pickup {
  height: 487px;
}
.header-pickup .title{
  text-align:left;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
  position: absolute;
  left: 11px;
  bottom: 97px;
  z-index: 10;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
  height: 48px;
  text-shadow: 0 0 7px #000;

}
.header-pickup .body{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  position: absolute;
  left: 11px;
  bottom: 73px;
  z-index: 10;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
  height: 24px;
  text-shadow: 0 0 7px #000;

}
.header-pickup .readmore{
  margin-bottom: 0;
  position: absolute;
  left: 11px;
  bottom: 21px;
  z-index: 10;
}

.header-pickup .readmore a{
  border: none;
  background: rgba(0,0,0,0.6);
  color: #fff;
  cursor: pointer;
}
.header-pickup .readmore a:hover{
  background: #eee;
  color: #000;
}
@media only screen and (max-width: 480px) {
  #custom_header{
    height: 320px;
  }
  .header-pickup .title{
    bottom: 65px;
    font-size: 20px;
  }
  .header-pickup .body{
    bottom: 50px;

  }
  .header-pickup .readmore{
    bottom: 10px;
  }
  .header-pickup {
    height: 320px;
  }
}


#one_line_pickup{
  background: rgba(0, 0, 0, 0.85);
  padding: 10px 0;
}
#one_line_pickup a {
  color: #fff;
  text-decoration: underline;
}
#one_line_pickup a:hover{
  color: #fff;
  text-decoration: none;
}
#one_line_pickup .wrap{
  overflow: hidden;
}
#one_line_pickup h2{
  color: #fff;
  float: left;
  border-right: 1px solid #fff;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 2;
}
#one_line_pickup p{
  margin: 0;
  margin-left: 110px;
  color: #fff;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  vertical-align: middle;
  height: 26px;
}

@media only screen and (min-width: 768px) {
.top_pr_areax{
	width:100%;
	height:232px;
	clear:both;
	padding-top:50px;
	background-image:url("/wp-content/uploads/2019/05/fathersday2019-831x1024_cont.jpg");
	background-position:center;
		
}
	.top_pr_areax p{
		margin:10px;
		font-size:26px;
		color:#0066cc;
		text-align:center;
		font-weight:bold;
				
	}
}

@media handheld, only screen and (max-width: 767px) {
.top_pr_areax{
	background: url('/wp-content/uploads/2019/05/fathersday2019-831x1024_cont.jpg') center;
	background-size: cover;
	padding:5%;
}
.top_pr_areax p{
	margin:0.5em 0em;
	font-size:120%;
	color:#0066cc;
	text-align:center;
	font-weight:bold;
		
	}
}
	

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
text-rendering: optimizelegibility;
font-family: -apple-system, ‘Helvetica Neue’, ‘Hiragino Kaku Gothic ProN’, ‘游ゴシック Medium’, ‘メイリオ’, meiryo, sans-serif;
}

.cd_wrap .cd_column1{
  overflow: hidden;
  width: 100%;
  margin:50px  0;
}
.cd_wrap .cd_column1 .column_child1{
  float: left;
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0px 0px 0px 0;
}
.cd_wrap .cd_column1 .column_child2{
  float: right;
  width: 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cd_wrap .cd_column2{
  overflow: hidden;
  width: 100%;
  margin:50px  0;
}
.cd_wrap .cd_column2 .column_child1{
  float: right;
  width: 60%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0px 0px 0px 0;
}
.cd_wrap .cd_column2 .column_child2{
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cd_wrap .cd_column1 .column_child2 img,
.cd_wrap .cd_column2 .column_child2 img{
  width: 100%;
  height: auto;
}

@media handheld, only screen and (max-width: 767px) {
p.cd_copy1{
	font-size:17px;
	margin:0 0 20px;
	color:#a288b8;
}
  .cd_wrap .cd_column1 .column_child1{
    float: none;
    width: 100%;
    padding: 20px;
  }
  .cd_wrap .cd_column1 .column_child2{
    float: none;
    width: 80%;
	margin:0 auto;
  }
  .cd_wrap .cd_column2 .column_child1{
    float: none;
    width: 100%;
    padding: 20px;
  }
  .cd_wrap .cd_column2 .column_child2{
    float: none;
    width: 80%;
	margin:0 auto;
  }

}

.phonelist{
font-size: 1.5em;
margin:0;
}

.phonenumber{
color: #663399;
font-size: 2em;
margin:0;
}

.phonenumber a{color: #663399; text-decoration:none;}


.phonenumber:before{
font-family: "fontawesome";
content: "\f095";
color: #663399;
font-size: 1em;
display: inline-block;
margin-right:0.5em;
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}

#map_main{
	height:100%;
	min-height:100%;
	margin:0px;
	}

.inform_center{
	max-width:100%;
    margin: 0 auto;
    text-align: center;
}
.inform_center_txt{
    display: inline-block;
    text-align: left;
	margin:0 0.5em;

}


@media screen and (min-width: 768px) {
	.inform_center{
    max-width: 600px;
	}
	.inform_center_txt p{
	padding:0;
	margin:0.4em 0;

	}
}	
@media screen and (max-width: 767px) {
	.inform_center_txt{
	line-height:170%;
	padding:1em 0.5em 2em 0.5em;
	font-size:85%;
	}
	.inform_center_txt p{
	padding:0;
	margin:0.4em 0;

	}

}	




@import url(//fonts.googleapis.com/css?family=Sawarabi+Mincho);
@import url(//fonts.googleapis.com/css?family=Kosugi+Maru|Noto+Sans+SC:900);

.makura-bg-con{
	clear:both;
	background-color:#000;
	text-align:center;

}
.makura-bg-con img{
	max-width:100%;
	
}
.makura-video-con{
	clear:both;
	background-color:#000;
	text-align:center;
	
}
.makura-video-con video{
	max-width:980px;
	
}

.haikei-makura-con{
	clear:both;
	
}

.haikei-makura {
  height: 640px;
  background-size: cover;
  background:#000 url(/wp-content/uploads/2019/04/haikei-makura-image_01.jpg) no-repeat center center;
  width: 100%;
  left: 0;
  z-index: 0;
  overflow:hidden;
}
.haikei-makura-txt{
	margin-top:8em;
	margin-bottom:2em;
	padding-left:0.5em;
	padding-right:0.5em;
	text-align:center;
	color:#000;
	font-weight:bold;
    font-size: 22px;
    animation-name: fadein;
    animation-duration: 5s;
	text-shadow:1px 1px 3px #ccc;
	line-height:130%;
	font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(40px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

#main .entry-content h2{
color: #3a3a3a;
line-height: 1.5;
padding: 5px 0 0 18px;
font-size: 20px; 
font-weight: bold;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
border-bottom: #999 solid 1px;
}



#main .entry-content h2:before,
#main .entry-content h2:after{
  display: none;
}

#main .entry-content h2{
  color: #000;
  line-height: 55px;
  padding: 0 0 0 18px;
  font-size: 20px;
  font-weight: bold;
  background: #fff;

  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.backnumber{
	text-align:right;
	margin:5px 20px 5px 5px;
}
.voicecomment p{
    padding-left: 1em;
    text-indent: -1em;
}


.flow_wrap{
  font-size: 120%;
  text-align:left;
  color:#333;
}
p.flow_title1{
	font-size:18px;
	margin:0;
}
p.flow_title2{
	font-size:30px;
	margin:40px 0 35px;
	line-height:1em;
}
p.flow_title3{
	font-size:16px;
	margin:0 0 50px;
}

p.flow_copy2{
	margin:0 0 20px;
	clear:both;
}

p.flow_copy3{
	font-size: 12px;
}
.flow_wrap .flow_column1{
  overflow: hidden;
  width: 100%;
  margin:50px  0;
}
.flow_wrap .flow_column1 .column_child1{
  float: left;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0px 0px 0px 0;
}
.flow_wrap .flow_column1 .column_child2{
  float: right;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flow_wrap .flow_column2{
  overflow: hidden;
  width: 100%;
  margin:50px  0;
}
.flow_wrap .flow_column2 .column_child1{
  float: right;
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0px 0px 0px 0;
}
.flow_wrap .flow_column2 .column_child2{
  float: left;
  width: 10%;
  margin-top:3px;
}
.flow_wrap .flow_column1 .column_child2 img,
.flow_wrap .flow_column2 .column_child2 img{
  width: 100%;
  height: auto;
}

@media handheld, only screen and (max-width: 767px) {

p.flow_title2{
	font-size:26px;
	margin:10px 0 15px;
line-height:1.4;
}

.flow_wrap .flow_column2 .column_child1{
  float: right;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0px 0px 0px 0;
}
.flow_wrap .flow_column2 .column_child2{
  float: left;
  width: 15%;
  margin-top:3px;
}

}

@media screen and (max-width: 767px) {
#logo .h1.text{
text-align: center;
font-size: 20px;
margin: 0 10px 0 70px;
}

	.makura-bg-con{
		background-color:#000;
		
	}
.makura-bg-con img{
		max-width:100%!important;
	}
	.makura-video-con {
		background-color:#000;
	}
	.makura-video-con video{
		max-width:100%!important;
	}	
.haikei-makura {
	height: 320px;
	background-size:auto 350px;
	
	}

.haikei-makura-txt{
	margin-top:6em;
	color:#000;
    font-size: 12.5px;
	line-height:120%;
	text-shadow: 1px 1px 2px #ccc;
	font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
}
#footer-top{background-color: #ffffff; color: #333;}

.footer-links ul li {
        display: inline;
        font-size: 1em;
    }

.video-js{
	width:686px;
	margin-top:10px;
	}


@media screen and (max-width: 767px) {
     #logo a img {
        width: 100%;
        margin-top: 1px;
        max-width: 100%;
        max-height: 60px;
    }

#logo {
		max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
        height: auto;
        font-size: 1.1em;
        position: static;
    }

.nav_btn {
        width: 55px;
        height: 55%;
        padding: 0;
        border: none;
        background: none;
        text-align: center;
        font-size: 2em;
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        transition-duration: .2s;
 line-height:0.8;
    }

.nav_btn:before {
        font-family: "fontawesome";
        content: '\f0c9';
        width: 0;
        height: 0;
    }

    .open .nav_btn:before {
        content: '\f00d';
    }

.nemuri-box{
	clear:both;
	position:absolute;
	background:#000000;
	top:80px;
	width:100%;
	}
.nemuri-icon{
    max-width: 50%;
	margin-left: auto;
	margin-right:auto;
	height: auto;
	text-align: center;
}
.nemuri-icon a img{
    margin-top: 1px;
    max-width: 100%;
    max-height: 60px;
	text-align:center;
}

	
.store-icon{
	position:absolute;
	right:0;
	top:0;
	background:#000000;
	height: auto;
	text-align: center;
}
.store-icon a img{
	height:80px;

}
}

/*** トップページ　LPへのボタン追加 ***/
.btn-wrap.index-more.to_lp{
  padding: 5px 0;
  margin: 5px 0 ;
  text-align: center !important;
  font-size: 16px !important;
  color: #fff !important;
  text-decoration:underline !important;
}
.btn-wrap.index-more.to_lp a{
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
  box-shadow: 0 3px 5px rgba(45, 45, 45, 0.08);
  text-decoration:underline !important;
  }
.btn-wrap.index-more.to_lp a:hover{
  background: #fff !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  box-shadow: 0 3px 5px rgba(45, 45, 45, 0.08);
  text-decoration:underline !important;
  }

.pillow_btn{
	text-align:center !important;
	margin:10px !important;
}
/*** お客様の声 ***/
.hagaki .fl{
	float:left;
	width:50%;
	padding: 2% 3%;
	box-sizing:border-box;
	border-right:dotted 2px #d2d2d2;
}
.hagaki .fr{
	float:right;
	width:50%;
	padding: 2% 3%;
	box-sizing:border-box;
}
@media screen and (max-width: 767px) {
	.hagaki .fl{
	float:none;
	width:100%;
	border-bottom:dotted 2px #d2d2d2;
	border-right:none;
}
.hagaki .fr{
	float:right;
	width:100%;
}
}
/* レスポンシブ設定 */
@media screen and (max-width: 1000px){
	.menuLink {width:50%;}
}
@media screen and (max-width: 700px){
	.menuLink {width:100%;}
	.menuLink a { font-size:1.1em; padding: 1.5em 0.2em;}
}

/*20240626 昭和西川追記*/
.sn-link {
    text-align: center;
    margin: 10px 10px;
}
.sn-link .sp {
    display: none;
}
@media screen and (max-width: 800px){
  .sn-link .sp {
		display: block;
	}
  .sn-link .pc {
		display: none;
	}
}

/*20240705 オンラインショップバナー削除レイアウト調整*/
.left-btn{ margin-left:16%; }
@media screen and (max-width: 768px){
	.left-btn{ margin-left:0px; }
}

