@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body {
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 2.07;
	text-align: justify;
	text-justify: inter-ideograph;
}
a {
	color: inherit;
	text-decoration: none;
	transition-delay: 0s;
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: ease-in-out;
}
a:hover {
	opacity: 0.5;
}
.clearfix:after ,
.contentIn:after,
#gNavi:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#body_wrap.single #breadcrumb {
  padding-top: 9em !important;
}
#body_wrap.home #content {
  padding-top: 12em !important;
}
@media screen and (max-width:768px) {
  #body_wrap.single #breadcrumb {
    padding-top: 4em !important;
  }
  #body_wrap.home #content {
    padding-top: 8em !important;
  }
}

/** 
 * ボタン
 */
[class^="btnStyle"] {

	line-height: 1;
	position: relative;
}

/*
 茶枠茶文字白背景ボタン＋茶矢印（へだーにあり）
*/
.btnStyle01 a {
	background: #fff;
	border: solid 1px #a9894a;
	color: #a9894a;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 13px 0 12px;
}
#header .btnStyle01 a {
	font-size: 13px;
}
.btnStyle01 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	background: url(/data/wp-content/themes/kounotori_LC_221129/asset/img/common/ico_arrow01.png) no-repeat left top;
	background-size: contain;
	width: 19px;
	height: 18px;
	margin-top: -9px;
}
@media screen and (max-width:768px) {
	.btnStyle01 a {
		padding: 14px 0 13px;
	}
}
/*
 茶枠白文字茶背景ボタン＋白矢印（フッターにあり）
*/
.btnStyle02 a {
	background: #a9894a;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding: 13px 0 12px;
}
.btnStyle02 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 37px;
	background: url(/data/wp-content/themes/kounotori_LC_221129/asset/img/common/ico_arrow02.png) no-repeat left top;
	background-size: contain;
	width: 20px;
	height: 22px;
	margin-top: -11px;
}
@media screen and (max-width:768px) {
	.btnStyle02 a {
		font-size: 14px;
		width: 100%;
		height: 43px;
		line-height: 43px;
		padding: 0;
	}
}

/** 
 * ヘッダー
 */
#header {
	 background-color:rgba(255,255,255,0.9);
}
#header.clone-header {/* 固定対応追加 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	z-index: 999;
}
#header.clone-header.default {/* 固定対応追加 */
	transition: 0;
	transform: translateY(0);
}
#header.is-show {/* 固定対応追加 */
	transform: translateY(0);
	 background-color:rgba(255,255,255,0.9);
}

.headerIn {
	position: relative;
	width: 1192px;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	#header {
		height: 50px;
		position: fixed;
		top:0;
		width: 100%;
		z-index: 999;
	}
	.headerIn {
		width: 100%;
		padding: 0;
	}
	#header.clone-header {
		display: none;
	}
}
.siteTitle {
	float: left;
	width: 180px;
	margin: 40px 0 40px 40px;
}
.siteTitle img{
	display: block;
	width: 100%;
}
@media screen and (max-width:768px) {
	.siteTitle {
		display: none !important;
		float: none;
		width: 50px;
		margin: 0;
		padding: 5px 0;
	}
	.siteTitle img{
		display: block;
		width: auto;
		height: 40px;
		margin: 0 auto;
	}
}

#header .utility {
	position: absolute;
	top: 34px;
	right: 46px;
	width: 154px;
	line-height: 1;
}
#header .utility .tel {
	font-family: "Old Standard TT";
	font-size: 20px;
	margin-bottom: 2px;
}
#header .utility .tel .txt {
	font-family: "Marcellus";
	font-size: 13px;
	vertical-align: middle;
	margin-right: 5px;
}

.tel2 {
    font-family: "OldStandard";
    font-size: 22px;
    margin-bottom: 2px;
}

.tel2 .txt2 {
	font-family: "Marcellus";
	font-size: 13px;
	vertical-align: middle;
	margin-right: 5px;
}
@media screen and (max-width:768px) {
	#header .utility {
		display: none;
	}
}


/** 
 * グローバルナビゲーション
 */
#gNavi {
	font-weight: 400;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 34px 0 0 7px;
}
#gNavi ul {
	display: table;
}
#gNavi li {
	position: relative;
	display: table-cell;
	margin: 0;
	text-align: center;
}
#gNavi li a {
	display: block;
	margin: 0;
	padding: 8px 9px 10px;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
}
#gNavi li a span {
	display: block;
	font-family: "Marcellus";
	font-size: 13px;
	margin-top: 10px;
}
@media screen and (max-width:768px) {
	#gNavi {
		display: none;
	}
}

/** 
 * スマートフォン用メニューボタン
 */
.menuBtn {
	display: none;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.menuBtn {
		display: block;
		background-color: #a9894a;
		position: fixed;		
		top: 0;
		right: 0;
		margin: auto;
		width: 50px;
		height: 50px;
		font-size: 0;
		z-index: 99999;
	}
	.menuBtn span,
	.menuBtn span::before,
	.menuBtn span::after {
		content: "";
		display: block;
		height: 2px;
		width: 30px;
		background-color: #fff;
		transition-duration: 0.2s;
	}
	.menuBtn span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.menuBtn span::before {
		margin-top: -10px;
	}
	.menuBtn span::after {
		margin-top: 18px;
	}
	.menuBtn.open span {
		background-color: transparent;
	}
	.menuBtn.open span::before {
		transform: rotate(45deg);
		margin-top: -1px;
		background-color: #fff;
	}
	.menuBtn.open span::after {
		transform: rotate(-45deg);
		margin-top: -2px;
		background-color: #fff;
	}
}

/** 
 * スマートフォン用メニュー
 */
@media screen and (min-width:769px) {
	.side-menu {
		display: none;
	}
	.hd_btn{
		display: none;
	}
}
@media screen and (max-width:768px) {
	/* サイドメニュー */
	.side-menu {
		background: #a9894a;
		color: #fff;
		font-size: 16px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: 100%;
		text-align: left;
		padding: 20px 15px 120px;
		overflow: auto;
		z-index: 10003;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;		
	}
	.side-menu .logo {		
		width: 100%;
		max-width: 150px;
		margin: 0 auto 15px;
	}
	.side-menu a {
		display: block;
	}
	.side-menu .navi01 {
		border-top: solid 1px #fff;
		line-height: 1.78;
	}
	.side-menu .navi01 a {
		padding: 15px 0 9px;
		border-bottom: solid 1px #fff;
	}
	.side-menu .navi02 {
		margin-top: 15px;
		line-height: 2.28;
	}
	.side-menu .navi02 a {
		padding: 2px 0;
	}
	
	.side-menu-back {
		display: none !important;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.50);
		z-index: 10000;
	}
	/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */
	.side-menu-btn {
		position: fixed;
		top: 20px;
		left: 20px;
		width: 40px;
		height: 40px;
		padding: 5px;
		background: #ccc;
		cursor: pointer;
		z-index: 10005;
	}
	
	/* 開く速度 */
	.side-menu-transition {
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
	}
	
	/* 開いたときの動き */
	.side-open {
		overflow: hidden;
	}
	.side-open .side-menu {
		opacity: 1;
		visibility: visible;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.hd_btn{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: absolute;
		top: 0;
		right: 50px;
		left: 0;		
	}
	.hd_btn li{
		width: 20%;
		background-color: #fff;
		border-right: 1px solid #a9894a;		
	}
	.hd_btn li a{
		display: block;
		width: 100%;
		box-sizing: border-box;
		color: #a9894a;
		font-family: 'Marcellus';
		font-size: 14px;
		line-height: 1;
		letter-spacing: 0;
		text-align: center;
		padding: 6px 0;
	}
	.hd_btn li a span{
		display: block;
		height: 21px;
		margin: 0 auto 3px;
	}
	.hd_btn li:nth-child(2) img{
		width: 20px;
		height: 20px;
	}
	.hd_btn li:nth-child(3) img{
		height: 20px;
		height: 13px;
	}
	.hd_btn li:nth-child(4) img{
		width: 17px;
		height: 17px;
	}
	.hd_btn li:nth-child(5) img{
		width: 23px;
		height: 16px;
	}
	.hd_btn .logo a{
		padding: 2px 0 3px;
	}
	.hd_btn .logo a img{
		height: 45px;
	}
}

/** 
 * フッター
 */
#footer {
	font-size: 14px;
	border-top: solid 1px #a9894a;
	position: relative;
}
.footerIn {
	max-width: 1192px;
	margin: 0 auto;
	padding: 28px 0;
	position: relative;
}
.footerIn .siteTitle {
	width: 134px;
	margin: 0 0 0 57px;
}
.footerIn .siteTitle a {
	display: block;
}
.fNavi {
	float: left;
	list-style-type: none;
	padding: 0;
}
.fNavi{ margin-left:170px;}

#footer .nav {
	float: left;
	line-height: 2;
}
#footer .nav{width:280px;}

#footer .waiting {
	float: left;
}
#footer .waiting .title {
	margin-left: 10px;
}
#footer .waiting iframe {
	width: 170px;
	height: 250px;
}
#footer .utility {
	color: #333;
	position: absolute;
	top: 28px;
	right: 46px;
	width: 235px;
	line-height: 1;
}
#footer .utility dt {
	color: #a9894a;
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: solid 1px #a9894a;
	margin-bottom: 16px;
}
#footer .utility dd {
	margin-bottom: 32px;
}
#footer .sns {
	margin-top: 55px;
	font-size: 0;
	text-align: center;
}
#footer .sns .item {
	display: inline-block;
	width: 30px;
	vertical-align: middle;
}
#footer .sns .item + .item {
	margin-left: 15px;
}
#footer .utility02 {
	margin-top: 10px;
	color: #666;
	font-size: 0;
	text-align: center;
}
#footer .utility02 li {
	display: inline;
	font-size: 14px;
}
#footer .utility02 li + li:before {
	content: "　|　";
}

.copyright {
	color: #666;
	font-family: "Marcellus";
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width:768px) {
	#footer {
		border-top: none;
	}
	.footerIn {
		width: 100%;
		padding: 0;
	}
	.footerIn .siteTitle {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.footerIn .clearfix:after {
		content: none;
	}
	.fNavi {
		font-size: 18px;
		float: none;
		list-style-type: none;
		width: 100%;
		max-width: none;
		margin: 0;
	}
	#footer .nav {
		float: none;
		width: 100%;
		margin-top: 30px;
		border-bottom: solid 1px #a9894a;
		text-align: left;
		line-height: 1.0;
		font-size: 16px;
	}
	#footer .nav li {
		display: block;
		border-top: solid 1px #a9894a;
	}
	#footer .nav a {
		display: block;
		padding: 14px 4.533333%;
		position: relative;
	}
	#footer .nav a:before {
		content: "";
		position: absolute;
		top: 30%;
		right: 5.6%;
		width: 15px;
		height: 15px;
		border-top: solid 1px #a9894a;
		border-right: solid 1px #a9894a;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#footer .waiting {
		float: none;
		text-align: center;
	}
	#footer .waiting .title {
		margin-left: 0;
		font-size: 15px;
	}
	#footer .utility {
		display: none;
	}
	#footer .sns {
		margin-top: 30px;
	}
	#footer .utility02 {
		margin-top: 17px;
	}
	#footer .footerSP {
		width: 72.533333%;
		margin: 0 auto;
		padding: 8px 0 28px;
	}
	#footer .footerSP .fL {
		width: 20.036764%;
	}
	.copyright {
		width: calc( 100% - 20.036764% );
		float: right;
		text-align: left;
		padding-left: 5.330882%;
    font-weight: 400;
    line-height: 19.2px;
	}
}

/** 
 * その他
 */
.fL,
.pcfL {
	float: left;
}
.fR,
.pcfR {
	float: right;
}
.spOnly {
	display: none;
}

@media screen and (max-width:768px) {
	.pcfL,
	.pcfR {
		float: none;
	}
	.pcOnly {
		display: none !important;
	}
	.spOnly {
		display: block;
	}
}

.ttlStyle01 {
  color: #a9894a;
  text-align: center;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  line-height: 1.66;
  padding: 35px 0 20px;
}
