/*
Theme Name:yStandard
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ
Version: 4.54.0
Requires at least: 6.1
Requires PHP: 7.4.0
Text Domain: ystandard
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * yStandardではテーマ本体のstyle.css編集は推奨していません。外観→カスタマイズの追加CSSをご利用ください。
 * 子テーマを使っている場合は子テーマのstyle.cssが読み込まれ、このファイルは無視されます。
 */

/* font
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,800,700|Playfair+Display:400,400italic,700,700italic,900,900italic|Roboto:400,100,400italic,300italic,300,100italic,500,700,500italic,900italic,900,700italic|Roboto+Condensed:400,300,300italic,700italic,700,400italic");
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.hotel-balsresortandspa.jp/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('https://www.hotel-balsresortandspa.jp/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('https://www.hotel-balsresortandspa.jp/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('https://www.hotel-balsresortandspa.jp/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('https://www.hotel-balsresortandspa.jp/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('https://www.hotel-balsresortandspa.jp/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-phone:before {
  content: "\f095";
}
/* bootstrap
-------------------------------------------------------------------*/
body {
font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #777;
}
.archive__main, .content__main {
	margin-top:40px;
}
.site-header {
	display:none;
}
body:not(.has-sidebar) .site-content {
margin-top:0;	
}

.h-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .h-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .h-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .h-container {
    width: 1140px;
  }
}
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.spbr {
display: none;
}

@media only screen and (max-width: 767px) {	
.spbr {
display: block;
}
}
.f-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .f-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .f-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .f-container {
    width: 1140px;
  }
}
.page-title-heading .title {
	color: #FF0000;
	text-shadow:0 0 6px #333,0 0 6px #333,0 0 6px #333,0 0 6px #333,0 0 6px #333,0 0 6px #333;
	font-family: "Dosis",sans-serif;
	margin: 0;
}
.singular-header__title {
    font-size: 1.8em;
}
.singular-header>* {
	margin-top:0.2em;
}
.breadcrumbs__list {
	margin-left:204px;
}
@media only screen and (max-width: 767px) {	
	.breadcrumbs__list {
	margin-left:0;
}
}
.entry-content h2 {
	border-bottom:1px solid;
	margin-top:40px;
}
.wp-block-latest-posts__post-title {
	font-size:1.2rem;
	line-height: 1.2rem;
}
.entry-content p {
	margin-top:20px;
}
@media only screen and (max-width: 767px) {	
.archive__thumbnail {
	width:120px;
}
}
.archive__item .archive__title {
	font-size:1.2em;
}
.archive__excerpt {
	font-size:.9em;
}

/* Headerbar
-------------------------------------------------------------- */
#headerbar {
	background-color: #3b2e1c;
}

#site-header #headerbar {
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
}

#site-header #headerbar .row {
display:flex;
justify-content:space-between;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}

/*Custom-info*/
#site-header #headerbar .custom-info {
display: block;
}

#site-header #headerbar .custom-info i {
    margin-right: 10px;
    color: #fff;
}

.header-btn {
	height: 24px !important;
	line-height: 24px !important;
	padding: 0 10px !important;
	font-weight: bold !important;
}

/* Button white */
.button.white {
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    height: 45px;
    line-height: 45px;
    color: #333;
	text-decoration: none;
    background: #fff;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
         -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
}

.button.white:hover {
    background-color: #835e2a;
    color: #fff;
}

/*Social headerbar*/
#site-header #headerbar .social-links {
    margin-left: 10px;
}

#site-header #headerbar .social-links a {
    display: block;
    margin-left: 10px;
}

#site-header #headerbar .social-links a i {
    color: #fff;
}

@media only screen and (max-width: 767px) {	
#site-header #headerbar .row {
display: flex;
flex-direction: column;
justify-content: center;
}
#site-header #headerbar .custom-info {
margin: 0 0 10px 0;
text-align: center;
}
.button.white {
text-align: center;
}
#site-header #headerbar .social-links {
margin: 0 auto;
}
#site-header #headerbar .social-links a {
margin-left: 0;
}
}

/* Header
-------------------------------------------------------------- */

.header {
	background: #fff;
	z-index: 9000;
}

#header .row {
display:flex;
justify-content:space-between;
align-items: center;
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}

.header .header-wrap .logo {	
	line-height: 107px;
}

.header .header-wrap .logo img {	
vertical-align: middle;
}
@media only screen and (max-width: 767px) {	
.header .header-wrap .logo img {	
width: 200px;
}
}



/* Navigation */
.header .header-wrap .nav-wrap {	
	margin-top: 27px;
}

#mainnav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav ul li {
   position: relative;
}

#mainnav > ul > li {
   display: inline-block;   
}

#mainnav > ul > li > a {
    position: relative;
    display: block;
    padding: 0 15px;
    line-height: 56px;
    text-transform: uppercase;
	color: #333333;
    font-size: 15px;
    font-family: "Roboto Condensed";
    font-weight: 400;
    letter-spacing: 2px;
	text-decoration: none;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
   	display: block;
   	margin: 0 auto;
   	width: 100%;
    position: absolute;
   	background-color: #fff;
   	z-index: 900000;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
         -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

#mainnav-mobi ul {
   	display: block;
   	list-style: none;
   	margin: 0;
   	padding: 0;
}

#mainnav-mobi ul li {
   	margin:0;
   	position: relative;
   	text-align: left;
   	border-top: 1px solid #e6e6e6;
   	cursor: pointer
}

#mainnav-mobi ul > li > a {
   	text-decoration: none;
   	height: 50px;
   	line-height: 50px;
   	padding: 0 0 0 20px;
   	color: #333;
	display: block;
}

#mainnav-mobi ul > li > ul > li > a ,
#mainnav-mobi  ul > li > ul > li > ul > li a { 
	margin-left: 20px;
}


#mainnav-mobi ul.sub-menu {
   	top: 100%;
   	left: 20px;
   	z-index: 2000;
   	position: relative;
   	background-color: #333333;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   	position: relative;
   	border-top: 1px solid #e6e6e6;
}

#mainnav-mobi ul.sub-menu > li > a {
   	display: block;
   	text-decoration: none;
   	padding: 0 60px;
   	border-top-color: rgba(255,255,255,.1);
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
	color: #fff;
}

.btn-menu {
   	font-size: 14px;
   	font-family: "FontAwesome";
   	color: #fff;
   	background-color: #835e2a;
   	text-align:center;
   	width: 50px;
   	height: 50px;
   	line-height: 50px;
   	cursor: pointer;
   	-webkit-transition: all .2s ease-out;
       -moz-transition: all .2s ease-out;
       	-ms-transition: all .2s ease-out;
         -o-transition: all .2s ease-out;
           	transition: all .2s ease-out;
    position: absolute;
    top: 50px;
    left: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn-menu:before{
   content: "\f0c9";
}

.btn-menu.active{
	background-color: #333;
}

.btn-submenu {
   position: absolute;
   right: 20px;
   top: 0;
   font: 20px/50px 'FontAwesome';
   text-align: center;
   cursor: pointer;
   width: 70px;
   height: 44px;
}

.btn-submenu:before {
   content: "\f107";
   color: #ccc;
}

.btn-submenu.active:before {
   content: "\f106"
}

.btn-menu {
   display: none 
}

@media only screen and (max-width: 991px) {
	.btn-menu,
	.header-widgets {
		display: block ;
	}

	.header .header-wrap .menu-extra,
	#mainnav,
	.header.header-v2 #mainnav {
		display: none;
	}

	#site-header #headerbar .social-links a,
	#site-header #headerbar .top-navigator .menu li {
		display: inline-block;
	}

	.widget.widget-recentpost ul li {
		clear: left;
	}

	.btn-menu {
		position: relative;
		top: 0;
	}
}

/* Page title
-------------------------------------------------------------- */
.header.header-v2 .site-brand .site-logo {
	margin-top: 40px;
	margin-bottom: 40px;
}

#site-header .page-title-heading {
    margin-bottom: 70px;
}

#site-header .page-title-heading h1 {
font-family: 'Dosis',sans-serif;
font-weight: 300;
font-style: normal;
font-size: 48px;
line-height: 1.1;
letter-spacing: 0.2em;
margin: 0;
}
@media only screen and (max-width: 767px) {	
#site-header .page-title-heading h1 {
letter-spacing: 0;
}
}
#site-header .page-title {
	text-align: center;
	margin-bottom: 50px;
}

#site-header .page-title .page-title-heading .title {
	color: #fff;
	text-shadow:0 0 6px #333,0 0 6px #333,0 0 6px #333,0 0 6px #333,0 0 6px #333,0 0 6px #333;
	font-family: "Dosis",sans-serif;
	margin: 0;
}

#site-header .page-title .page-title-heading p {
	color: #000;
	text-shadow:0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF,0 0 3px #FFF;
	margin: 0;
}

.page-title .row {
/*display:flex;
justify-content:space-between;
align-items: center;*/
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 0 18px 0;
}

.flat-row.page-title {
	padding-top: 80px;
	padding-bottom: 12px;
}

.page-title .subtitle {
    font-size: 18px;
    font-style: italic;
    font-family: 'Playfair Display', serif;
    color: #fff;
    margin:  0 0 39px 0 ;
}
.parallax {
	background-attachment: fixed;
    /*background-size: cover;*/
	background-size: auto;
    background-position: top center;
}
.parallax-top08 { 
background-image: url(https://www.hotel-balsresortandspa.jp/images/parallax/top08.jpg); 
}

.mb-0 {
margin-bottom: 0!important;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs {
	font-family: "Roboto",sans-serif;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px; 
    margin-bottom: 50px;
}

.breadcrumbs > p {
	float: left;
	margin: 0;
}

.breadcrumbs ul li {
	display: inline-block;
	float: left;
}

.breadcrumbs ul li a {
	margin: 0 24px;
	color: rgb(255, 255, 255);
	position: relative;
	text-decoration: none;
}

.breadcrumbs ul li:last-child{
	margin-left: 22px;
}

.breadcrumbs ul li:first-child a{
	margin-left: 10px;
}

.breadcrumbs ul li a:after {
	content: "\f178";
	font-family: FontAwesome;
	position: absolute;
    right:-30px;
    bottom: -2px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* Footer
-------------------------------------------------------------------*/
.footer-main {
	margin:0;
	padding:0;
	background:none;
}
.site-footer {
    background-color: #191e28;
    background-image: url("https://www.hotel-balsresortandspa.jp/images/bg-ft.png");
    background-position: center center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    color: #ccc;
    font-size: 14px;
    position: relative;
}

.site-footer .row {
display:flex;
justify-content:center;
  margin-right: -15px;
  margin-left: -15px;
}
.site-footer .textwidget1 {
flex-basis: 560px;
line-height: 1.8em;
}
.site-footer .textwidget2 {
flex-basis: 360px;
line-height: 1.8em;
}
.site-footer .textwidget2 ul {
list-style: none;
}
.site-footer .footer-widgets {
    padding: 60px 0 0 0;
}
@media only screen and (max-width: 767px) {	
.site-footer .row {
display: flex;
flex-direction: column;
}
.site-footer .textwidget1 {
flex-basis: auto;
}
.site-footer .textwidget2 {
flex-basis: auto;
margin-bottom: 10px;
}
.site-footer .textwidget2 ul {
padding: 0;
}
.site-footer .footer-widgets {
    padding: 30px 0 0 0;
}
}



.site-footer .footer-widgets a {
	color: #ccc;
}

.site-footer .footer-content {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 40px 0;
}

.site-footer .copyright-content {
    margin-top: 3px;
}

.site-footer .title-section {
	text-align:center;
	margin: 0 0 20px;
}
.site-info {
	display:none;
}