@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;500;600;700&family=Noto+Sans+JP:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;700&family=Noto+Serif+JP:wght@300;500;700&display=swap');
@import "/commons/202211/css/htb-common.css";
@import "/commons/202211/css/wovn.css";




/*************************************************************

@media screen and (max-width: 736px) {

}
**************************************************************/
@media screen and (min-width: 736px){
}


/*************************************************************

*リセット

**************************************************************/

	*,
	*:before,
	*:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}

	article,
	aside,
	footer,
	header,
	nav,
	section {
	  display: block;
	}


	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	  margin-top: 0;
	  margin-bottom: 0;
	  font-size: inherit;
	}

	p,
	ul,
	ol,
	dl {
	  margin-top: 0;
	  margin-bottom: 0;
	}

	ul,
	ol {
	  padding-left: 0;
	  list-style-type: none;
	}

	dd {
	  margin-left: 0;
	}
	li {
	  margin: 0;
	  padding: 0;
	}


	a,
	a:visited,
	a:link {
	  color: inherit;
	  color: #1D326F;
	}

	a {
	  text-decoration: none;
	}


	img {
	  vertical-align: middle;
	  max-width: 100%;
	}

	svg {
	  display: block;
	}

	body {
	  background-color: #fff;
	  font-size: 1.5rem;
	  line-height: 1.8;
	}
	body {
	  margin: 0;
	  padding:0;
	}

	body {

	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;

	/*font-family: "Noto Sans JP";*/
	}




/*************************************************************

*font-family:

**************************************************************/
.htb-eng {
	font-family: 'Hind', sans-serif;
	font-weight: 400;
}
.mincho {
    font-family: "Sawarabi Mincho";
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","MS P明朝", "MS 明朝", serif;
    font-family: 'Noto Serif JP', sans-serif;
	font-weight: normal!important;
}


/*************************************************************

HTB共通

**************************************************************/

.c_htb{
	color:#1D326F;
}
#container {
  overflow: hidden;
}



/*****************************************
header
*****************************************/

.htb-header {
  width: auto;
  height: 54px;
  margin: 0 0 0px 0;
  background: #E00053;
  border-bottom: 1px #E2E6F0 solid;
  padding: 0px;
  background: #fff;
  position: relative;
  display: block;
transition: 300ms;
}

.htb-header__logo{
	position: relative;
	text-align: center;
	width: 250px;
	height: 54px;
}
.htb-header__logo a{
	text-indent: -9999px;
	font-size: 0;
}
.htb-header__logo a:before {
	display: block;
	height: 52px;
	width: 100%;
	content: "";
	background-image: url(/commons/202210/img/common/htb-logo.svg);
	background-image: url(/aboutus/ver1/images/header/htb-logo.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 5px;
}
@media screen and (min-width: 736px) {
	.htb-header {
	  height: 67px;
	  border-bottom: 0px #E2E6F0 solid;
	}
	.htb-header__logo {
	width: 300px;
	  height: 67px;
	}
	.htb-header__logo a:before {
	  height: 67px;
	  margin-left: 10px;
	  background-image: url(/commons/202210/img/common/htb-logo.svg);
	  background-image: url(/aboutus/ver1/images/header/htb-logo.png);
	  	  

	}
	.htb-header-body{
		width: 1100px;
		margin: 0 auto;
		position: relative;
	}
}

/*****************************************
#today
*****************************************/

#today{
	position: absolute;
	top: 5px;
    right: 10px;
    z-index: 999;
    font-size: 1.6vh;
    font-size: 12px;
    text-align: left;
	z-index: 0;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP";
  line-height: 1.8;
}

#today a.link-arrow {
    padding-right: 1.1rem;
    position: relative;
    color: #0D5D78;
}

#today .link-arrow::before {
	content: "";
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	border: none;
	padding: 0;
	display: block;
	width: 3.5vw;
	height: 3.5vw;
	width: 14px;
	height: 14px;
	z-index: 100;
	cursor: pointer;
	outline: none;
	background: #06c;
	border-radius: 50%;
	right: 0;
	top: 2px;
}
#today .link-arrow::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	position: absolute;
	right: 6px;
	top: calc(50% - 2px);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 9999;
}


@media screen and (min-width: 736px) {
	#today {
	  position: absolute;
	  top: 15px;
	  right: 445px;
	}
	#openhour > div {
	  border: 1px #2a3e76 solid;
	  border-radius: 9999px;
	  padding: 5px 15px;
	    position: relative;
	  
	}
	#openhour > div p {
	  display:none;
	}
	#today a.link-arrow {
	  padding-right: 0rem;
	  color: #2a3e76;
	  font-weight: 600;
	  font-size: 13px;
	  padding-left: 30px;
	}
	#today .link-arrow::before {
		content: "本日の営業時間";
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		position: relative;
		border: none;
		padding: 0;
		display: inline-block;
		width: 3.5vw;
		height: 3.5vw;
		width: auto;
		height: auto;
		z-index: 100;
		cursor: pointer;
		outline: none;
		background: transparent;
		border-radius: 50%;
		right: 5px;
		top: 0;
	}
	#today .link-arrow::after{
		content: "";
		background-image: url(/commons/202211/img/common/icon/clock-light.svg);
		border: none;
		padding: 0;
		display: inline-block;
		width: 20px;
		height: 20px;
		cursor: pointer;
		outline: none;
		background-color: transparent;
		border-radius: 50%;
		  left: 0;
		  right: auto;
		  top: 0;
		  transform: rotate(0deg);
	}
	#openhour > div:hover {
		background-color: #2a3e76;
		color: #fff;
	}
	#openhour > div:hover a.link-arrow {
	  color: #fff;
	}
	#openhour > div:hover a.link-arrow::after{
		background-image: url(/commons/202211/img/common/icon/clock-light_w.svg);
	}
}

/*****************************************
#language
*****************************************/
.htb-header ul#language {
	display:none!important;
}
@media screen and (min-width: 736px) {
	.htb-header ul#language {
		font-family: 'Hind', sans-serif;
		list-style-type: none;
		margin: 0;
		padding: 0;
		color: #2a3e76;
		z-index: 999;
		right: 0px;
		top:15px;
		position: absolute;
		display:block!important;
	}

	.htb-header ul#language  > li{
		float: left;
		position: relative;
		margin: 0;
		display: block;
		color: #2a3e76;
		font-size: 13px;
		cursor: pointer;
		border: 1px #2a3e76 solid;
		border-radius: 9999px;
		padding: 6px 15px 4px;
		font-weight: 600;
		background-color: #fff;
	}

	.htb-header ul#language  li:before{
		content: "";
			background-image: url(/commons/202211/img/common/icon/language-light.svg);
	    width: 20px;
	    height: 20px;
	    display: inline-block;
	    vertical-align: middle;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background-position:center 40%;
	    margin-right: 5px;
	}
	.htb-header ul#language  li:after{
		content: "";
	}


	.htb-header ul#language ul.child{
		display: none;
		position: absolute;
		margin: 0;
		padding: 5px;
		left: -1px;
		padding-top: 8px;
		padding-bottom: 10px;
		width: calc(100% + 2px);
		border-radius: 0 0 10px 10px;
	}
	.htb-header ul#language:hover ul.child{
		display: none;
		position: absolute;
		margin: 0;
		padding: 5px;
		left: -1px;
		padding-top: 8px;
		background: #2a3e76;
		padding-bottom: 10px;
		width: calc(100% + 2px);
		border-radius: 0 0 10px 10px;
	}

	.htb-header ul#language ul.child li{
		display: none;
		height: auto;
		line-height: 1;
		width: 100%;
		padding: 5px 10px;
		font-size: 13px;
		text-align: center;
		margin: 1px auto;
		  border-bottom: 1px #fff dotted;
	}
	.htb-header ul#language:hover ul.child  li{
		display: block;
	}

	.htb-header ul#language ul.child li:after{
	content: "";
	}
	.htb-header ul#language ul.child  li:before{
		display:none;
	}

	.htb-header ul#language ul.child li a{
	    padding: 5px 10px;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
	    display: block;
	    color: #fff;
	}
	.htb-header ul#language ul.child li a:hover{
	    font-weight: bold;
	}

	.htb-header ul#language  > li:hover {
		background-color: #2a3e76;
		color: #fff;
		border-radius: 10px 10px 0 0;
	}
	.htb-header ul#language li:hover:before {
	  background-image: url(/commons/202211/img/common/icon/language-light_w.svg);
	}
}


/****************.SocialBlock:********************/


#container .SocialBlock {
	position: relative;
	width: 1100px;
	margin: 5px auto;
}

#container ul.breadcrumbs {
	position: relative;
	display: flex;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	font-size: 12px;
	align-items: center;
	justify-content: flex-start;
}
#container ul.breadcrumbs li {
  list-style-type: none;
}
#container ul.breadcrumbs li a {
  color: #2a3e76;
  text-decoration: none;
  margin: 0 6px 0 0;
}
#container ul.breadcrumbs li a::after {
  content: "/";
  margin-left: 0.75em;
  margin-right: 0.75em;
}
#container .SocialBlock  ul.sociallinks{
	top: 0px!important;
	right: -15px;
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
}
#container .SocialBlock ul.sociallinks li {
  position: relative;
  list-style-type: none;
  padding: 0 5px 0 0;
}
#container .SocialBlock .fb_iframe_widget {
  display: block;
  position: relative;
}
#container .SocialBlock .fb_iframe_widget span {
  display: block;
  position: relative;
  text-align: justify;
  vertical-align: !important;
}

#container .SocialBlock  #twitter-widget-0 {
  height: 20px !important;
  min-width: 100px !important;
  width: 100px !important;
  display: block;
  position: relative;
  text-align: justify;
  vertical-align: !important;
}

@media screen and (max-width: 736px) {
	#container .SocialBlock {
	  display: none;
	}
}


/****************flex-box:********************/

.flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-box.flex-d_r {
    flex-direction: row-reverse;
}
.flex-box.align-i_f {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.flex-box.align-i_e {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
.flex-box.justify-c_s {
	justify-content: space-evenly;
}
.flex-box.align-i_s {
	align-items: stretch;
}
.flex-box.flex-wrap_n {
	flex-wrap: nowrap;
}

/****************display: block:********************/


.visible_pc {
	display: block !important;
}
.visible_sp {
	display: none !important;
}

.visible_pc_inline {
	display: inline-block !important;
}
.visible_sp_inline {
	display: none !important;
}

@media screen and (max-width: 736px) {
	.visible_pc {
		display: none !important;
	}
	.visible_sp {
		display: block !important;
	}
	.visible_pc_inline {
		display: none !important;
	}
	.visible_sp_inline {
		display: inline-block !important;
	}
	.overflowX_sp {
	    white-space: nowrap;
	    overflow-x: auto;
	    -webkit-overflow-scrolling: touch;
	}

}



/****************width:********************/

.w05per { width: 100%; }
.w10per { width: 100%; }
.w13per { width: 100%; }
.w14per { width: 100%; }
.w15per { width: 100%; }
.w20per { width: 100%; }
.w25per { width: 100%; }
.w30per { width: 100%; }
.w33per { width: 100%; }
.w35per { width: 100%; }
.w40per { width: 100%; }
.w45per { width: 100%; }
.w50per { width: 100%; }
.w55per { width: 100%; }
.w60per { width: 100%; }
.w66per { width: 100%; }
.w65per { width: 100%; }
.w70per { width: 100%; }
.w75per { width: 100%; }
.w80per { width: 100%; }
.w85per { width: 100%; }
.w90per { width: 100%; }
.w95per { width: 100%; }
.w100per { width: 100%; }

.w05per-sp { width: 5%; }
.w10per-sp { width: 10%; }
.w15per-sp { width: 15%; }
.w20per-sp { width: 20%; }
.w25per-sp { width: 25%; }
.w30per-sp { width: 30%; }
.w33per-sp { width: 33.3333333333333%; }
.w35per-sp { width: 35%; }
.w40per-sp { width: 40%; }
.w45per-sp { width: 45%; }
.w50per-sp { width: 50%; }
.w55per-sp { width: 55%; }
.w60per-sp { width: 60%; }
.w65per-sp { width: 65%; }
.w66per-sp { width: 66%; }
.w70per-sp { width: 70%; }
.w75per-sp { width: 75%; }
.w80per-sp { width: 80%; }
.w85per-sp { width: 85%; }
.w90per-sp { width: 90%; }
.w95per-sp { width: 95%; }
.w100per-sp { width: 100%; }


@media screen and (min-width: 736px) {

	.w05per { width: 5%; }
	.w10per { width: 10%; }
	.w13per { width: 13%; }
	.w14per { width: 14%; }
	.w15per { width: 15%; }
	.w20per { width: 20%; }
	.w25per {
		width: calc(25% - 15px);
		margin-bottom: 20px;
	 }
	.w25per:nth-of-type(4n) {
		margin-right: 0px;
	}
	.w30per { width: 30%; }
	.w33per {
		width:calc(33.33333% - 13.33333px);
		margin-bottom: 20px;
	}
	.w33per:nth-of-type(3n),
	.w33per.side:nth-of-type(3n) {
	}


	.w35per { width: 35%; }
	.w40per { width: 40%; }
	.w45per { width: 45%; }
	.w50per {
		width:calc(50% - 10px);
		margin-bottom: 20px;
	}
	.w50per:nth-of-type(2n) {
	}


	.w55per {
	 width: 55%; 
	}



	.w60per { width: 60%; }
	.w66per {
	 width: 66.1111111111111111111111111111111111%; 
		width : -webkit-calc(100% / 3 * 2) ;
		width : calc(100% / 3 * 2) ;
	}
	.w65per { width: 65%; }
	.w70per { width: 70%; }
	.w75per { width: 75%; }
	.w80per { width: 80%; }
	.w85per { width: 85%; }
	.w90per { width: 90%; }
	.w95per { width: 95%; }
	.w100per { width: 100%;
	}
}


