@charset   "Shift_JIS";


html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

body {
	font-family: -apple-system, blinkMacSystemFont,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

_:lang(x)::-ms-backdrop, body {
    font-family: "メイリオ", Meiryo, sans-serif;
}

body {
    font-size: 1.4rem;/* 14px */
	height: 100%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


@media only screen and (max-width:600px){
body{
	background-color: #efefef;
}
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 0.9em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/*borderbox*/
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


/*PC、スマホ表示切替
---------------------------------------------------------------------------*/
.pc {
	display: block;
}

.sp {
	display: none;
}

/*spanで改行しない*/
.il {
	display: inline;
}

@media only screen and (max-width:600px){
.pc {
	display: none;
}

.sp {
	display: block;
}
    
/*spanで改行しない*/
.spil {
	display: inline;
}

}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #003399;
	transition-property: all;
	transition: 0.2s linear;
}
a:hover {
	color: #3778ff;
}

a:hover img{
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
}

a.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}

/*コンテナー（フッターは除く。）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0;
}


.mw_1440 {
	max-width: 1440px;
	margin: 0 auto;
}


@media screen and (min-width: 1441px) {
#container {
    max-width: 1440px;
}
}


@media screen and (min-width: 961px) and (max-width:1440px){
#container {
    max-width: 96%;
}
}


@media only screen and (max-width:960px) and (min-width:601px){
#container {
	padding: 0;
}
}


@media only screen and (max-width:600px){
#container {
	padding: 0;
}
}


/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: right;
	height: 110px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	border-bottom: 3px solid #e54c68;
	display: block;
	margin: 0 auto;
    margin-bottom: 2px;
}

.h_box {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}


/*h1見出しタグ*/
#header h1 {
	font-family: "M PLUS 1p" , "メイリオ", Meiryo, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #bf1c38;			/*文字色*/
	position: absolute;
	left: 15px;	/*ヘッダーブロックに対して右からの位置*/
	top: 5px;		/*ヘッダーブロックに対して上から位置*/

}



/*ロゴ画像*/
#header #logo {
	position: absolute;
	left: 15px;	/*左からの位置*/
	top: 25px;	/*上からの位置*/
}

#logo img{
	width: 378px;
}




/*TEL*/
.h_box .pctel {
	position: absolute;
	text-align: right;
	top: 22px;		/*上からの位置*/
	right: 15px;	/*右からの位置*/
}

.telno {
	font-family: 'Source Sans Pro', sans-serif;
	color: #e54c68;
	font-size: 2.3em;
	line-height: 0.8em;
}

.telno i {
	margin-right: 0.2em;
	font-size: 0.9em;
}

/*小メニュー*/
.submenu {
	position: absolute;
	display: block;
	right: 1px;
	height: 23px;
	border-left: 1px solid #aaaaaa;
	top: 80px;
}

.submenu li{
	float: left;
	width: 11em;
	text-align: center;
	list-style-type: none;
	border-right: 1px solid #aaaaaa;
}

.submenu li a{
	color:#333333;
	text-decoration:none;
	margin:0;
	display:block;
}


.submenu li a:hover{
	color: #e54c68;
}



@media screen and (min-width: 1441px) {
.h_box {
    max-width: 1440px;
}
}


@media only screen and (max-width:960px) and (min-width:601px){
#header {
    height: 100px;
	margin-top: 15px;
}

#header h1 {
	display:none;
}

#header #logo {
	position: absolute;
	top: 0;
	left: 5px;
}

#logo img {
	width: 90%;
	max-width: 378px;
	height: auto;
}

.h_box .pctel {
	top: 10px;		/*上からの位置*/
	right: 5px;	/*右からの位置*/
}

.telno {
	font-size: 2.2em;
}

.submenu {
	right: 3px;
	top: 70px;
}
}

@media only screen and (max-width:720px){
.submenu {
	font-size: 0.9em;
}


}

@media only screen and (max-width:600px){

#header {
	height: 90px;	/*ヘッダーの高さ*/
	text-align: center;
	border-bottom: 0px;
}

.topblock{
	display: block;
	width: 100%;
	height: 53px;
	background: #e54c68;
	position:fixed;
	padding-left: 45px;
	z-index: 4;
}
#header img {
	max-height: 53px;
	max-width: 80%;
	vertical-align: middle;
	position: absolute;
}

/*TEL*/

a.sptel {
	display: table-cell;
	position: absolute;
	top: 55px;
	background: #e67c4c;
	width: 100%;
    font-family: "M PLUS 1p" , "メイリオ", Meiryo;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 0;

}

/*小メニュー*/
.submenu {
	display: none;
}
}



/*SP用固定メニュー
---------------------------------------------------------------------------*/
#nav-drawer {
	position: relative;
	z-index: 100;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 43px;
	height: 40px;
	vertical-align: middle;
	position:fixed;
	top:0;
	left: 0;
	padding-left: 12px;
	padding-top: 15px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 30px;/*長さ*/
	border-radius: 5px;
	background: #ffffff;
	display: block;
	content: '';
	cursor: pointer;

}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 9999;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
}

.spmenu li{
	list-style-type: none;
	overflow:hidden;
	margin:0;
	width:99%;
	text-align:left;
	padding:0 8px 0 0;
	border-bottom:1px #ccc solid;
	/*border-top:0px;*/
	background: #ffffff ;
	display:block;
}
.spmenu a{
	color:#333333;
	text-decoration:none;
	margin:0;
	padding: 1em 20px;
	font-size: 1.2em;
	display:block;
	font-weight: bold;
}

.spmenu i {
	margin-right: 10px;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

@media screen and (min-width:601px) {
#nav-open {
	display:none;
}
}



/* メインメニュー
---------------------------------------------------------------------------*/
.g-nav{
	clear: both;
	width: 100%;
	z-index: 10;
	background-color: #ffffff;
	margin: 0 auto;
}

.inner {
	max-width: 1440px;
	margin: 0 auto;
}

.g-nav-menu{
	width: 96%;
	max-width: 1440px;
	overflow: hidden;
	margin: 0 auto;
}

.g-nav-menu li{
	width: 16.666%;
	float: left;
	color: #fff;
	list-style-type: none;
	height: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-right: 1px solid #cccccc;
}

.g-nav-menu li a{
	color:#333333;
	text-decoration:none;
	margin:0;
	width: 100%;
	font-size: 1em;
	display: inline-block;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	vertical-align:middle;
}

.g-nav-menu li a:hover{
	color: #e54c68;

}


ul.g-nav-menu li:nth-child(1){
	border-left: 1px solid #cccccc;
}

.fixed{
	position: fixed;
	top: 0;
	margin: 0 auto;
	/*width: 96%;*/
	-ms-filter: "alpha( opacity=95 )";
	filter: alpha(opacity=95);
	opacity:0.95;
}

.fixed:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0px;/*線の上下位置*/
	display: inline-block;
	width: 10000px;/*線の長さ*/
	height: 1px;/*線の太さ*/
	transform: translateX(-50%);/*位置調整*/
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
	z-index: 9998;
}


@media only screen and (max-width:960px){

ul.g-nav-menu li:nth-child(1){
	border-left:0;
}

ul.g-nav-menu li:nth-child(6){
	border-right:0;
}
.fixed{
	width: 100%;
}

}

@media only screen and (max-width:720px) and (min-width: 601px){
.hotelinfo{
	font-size: 0.85em;
}

}



@media only screen and (max-width:600px){
ul.g-nav-menu li{
	width:33.333%;
}



ul.g-nav-menu li:nth-child(3n),ul.navi li:nth-child(6n){
	border-right:0;
}

.g-nav-menu li a{
	font-size: 0.9em;
}

.fixed{
	display:none;
	width: 0px;
	height: 0px;
}
}

/*フッター上のバナー
---------------------------------------------------------------------------*/
.info_link {
	clear: both;
	width: 96%;
	margin: 0 auto;
}

.info_link li {
	float: left;
	width: 33.33%;
	text-align: left;
}

.info_link img {
	width: 64%;
	margin: 1em 18%;
	height: auto;
	border-radius: 5px;
	margin-bottom: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

@media only screen and (max-width:750px){
.info_link img {
	width: 92%;
	margin: 1em 4%;
}

}


/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	background: #e67388;
	color: #ffffff;
	width: 100%;
}

#footer_box {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.footer_box1,
.footer_box2 {
	display: table-cell;
	text-align:left;
	vertical-align:top;
	font-size: 1em;
}

.footer_box1 {
	padding: 8px;
	width: 40%;
}

.footer_box1 img {
	border-radius:50%;
	width: 120px;
	height: 120px;
}

.footer_box2 {
	padding: 20px;
	width: 60%;
}

#footer_box dt {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#footer_box dd {
	line-height: 2em;
}


#footer_box h5 {
	font-size: 1.5em;
	color: ffffff;
}

#footer_box li {
	float: left;
	width: 25%;
	height: 1.8em;
	list-style-type: square;
}

#footer_box a {
	color: #ffffff;
	text-decoration: none;
}

#footer_box a:hover {
	text-decoration: underline;
}



@media only screen and (max-width:960px) {

#footer_box {
	display: block;
	height: 20em;
}

.footer_box1,
.footer_box2 {
	display: block;
	margin: 0 auto;
	font-size: 1em;
}

.footer_box1{
	width: 26em;
	padding-top: 15px;
	padding-bottom: 10px;
}

.footer_box2 {
	width: 90%;
	padding: 10px 0;
}


#footer_box dl {
	margin: 0 auto;
}


#footer_box dd {
	line-height: 1.5em;
}


#footer_box img {
	border-radius:50%;
	width: 80px;
	height: 80px;
}

#footer_box li {
	line-height: 2.8em;
	height: 2.8em;
}
}


@media only screen and (max-width:600px){
#footer_box {
	height: 31.5em;
}

.footer_box1 {
	text-align: center;
	line-height: 1.5em;
	padding: 5px;
	width: 95%;
}

#footer_box dl {
	width: 100%;
}

#footer_box dt {
	float: none;
	padding: 0;
}

#footer_box h5 {
	font-size: 1.3em;
}

#footer_box img {
	border-radius:50%;
	width: 60px;
	height: 60px;
	padding: 0;
	margin-bottom: 5px;
}

#footer_box a{
	text-decoration: underline;
}


.footer_box2 {
	padding: 0;
}

.footer_box2 ul {
	width: 90%;
	margin: 0 5%;
}

#footer_box li {
	width: 50%;
	list-style-type: none;
}

.footer_box2 a {
	display: block;
	width: 100%;
}
}




/*グローバルホテルグループ
---------------------------------------------------------------------------*/
#globalg {
	background-color: #ffffff;
}

#globalg dl{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

#globalg h5 {
	font-size: 1.1em;
	line-height: 50px;
	color: #555555;
}


#globalg dt {
	float: left;
	clear: left;
	width: 20%;
	height: 50px;
}

#globalg li {
	float: left;
	width: 20%;
	
}

#globalg img {
	width: 80%;
	padding-top: 10px;
  transform: scale(1.1);
  cursor: pointer;
  filter: grayscale(100%);
  filter: contrast(0);
  transition-duration: 0.2s;
}
#globalg img:hover{
  filter: grayscale(0);
  transition-duration: 0.2s;
}

@media only screen and (max-width:960px){
#globalg h5 {
	line-height: 30px;
}

#globalg dt {
	float: none;
	text-align: center;
	width: 100%;
	height: 30px;
}


#globalg li {
	width: 25%;
}


#globalg img {
	width: 90%;
	height: auto;
	padding-top: 0;
}

}

@media only screen and (max-width:600px){
#globalg dl{
	margin: 0 auto;
}

#globalg h5 {
	font-size: 1.2em;
	line-height: 3em;
}

#globalg dt {
	height: 3em;
}

#globalg li {
	float: none;
	width: 100%;
}

#globalg img {
	width: 75%;
	max-width: 300px;
	height: auto;
	padding-top: 0;
    filter: grayscale(0%);
    padding-bottom: 2%;
}


}


/*コピーライト
---------------------------------------------------------------------------*/
.copy {
	background: #e54c68;
	color: #ffffff;
	font-size: 0.8em;
	padding: 0.2em;
	clear: left;
}



/*タイトル
---------------------------------------------------------------------------*/
#title h2 {
	font-family: 'Source Sans Pro', sans-serif;
	position: relative;
	padding: 0.5em;
	font-size: 3em;
	margin-top: 10px;
	text-align: center;
	color: #333333;
}

#title h2:after {
	content: "";
	display: block;
	position: absolute;
	width: 50%;
	left: 0;
	right: 0;
	margin: auto;
	height: 2px;
	background: -moz-linear-gradient(left,#FFF,#e54c68 50%,#FFF);
	background: -webkit-linear-gradient(left,#FFF,#e54c68 50%,#FFF);
	background: linear-gradient(to right,#FFF,#e54c68 50%,#FFF);
}

.title_jp {
	font-family: "M PLUS Rounded 1c" ,"メイリオ", Meiryo, sans-serif; 
	font-size: 0.5em;
	margin-left: 1em;
	font-weight: bold;
}

.fa-stack {
	margin-right: 0.7em;
	font-size: 0.8em;
}

#title .fa-stack-1x {
	color: #ffffff;
	font-size: 0.8em;
	padding-bottom: 1em;
	margin-top: -0.15em;
}

.fa-stack-2x {
	color: #e54c68;
	font-size: 1.8em;
}

@media only screen and (max-width:960px){
#title h2 {
	font-size: 2em;
}

#title h2:after {
	width: 50%;
}

.title_jp {
	font-size: 0.6em;
}
}

@media only screen and (max-width:600px){
#title h2:after {
	width: 70%;
	margin-top: 0.3em;
	background: -moz-linear-gradient(left,#eFeFeF,#e54c68 50%,#eFeFeF);
	background: -webkit-linear-gradient(left,#eFeFeF,#e54c68 50%,#eFeFeF);
	background: linear-gradient(to right,#eFeFeF,#e54c68 50%,#eFeFeF);
}

.title_jp {
	margin-left: 0;
}
}



/*サイド
---------------------------------------------------------------------------*/

/*TOPへ戻るボタン*/
.page-top {
	display: inline-block;
	background-color: #4cb5e6; /*以下、デザインはご自由に！！*/
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	opacity: 0.9;
	position: fixed;
	bottom: 20px;
	right: 0;
	z-index: 50;
}


.page-top:hover {
	opacity: 0.5;
	color: #fff;
}


@media only screen and (max-width:960px){
.page-top {
	font-size: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding-top: 0;
}

.page-top:hover {
	opacity: 0.9;
	color: #fff;
}

}



/*TELボタン(SP)*/

.tel_btn {
	display: block; /*aタグをblock要素に変更*/
	background-color: #e67c4c; /*以下、デザインはご自由に！！*/
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: 50px;
	height: 50px;
	line-height: 20px;
	border-radius: 0;
	padding-top: 30px;
	text-align: center;
	position: fixed;
	bottom: 80px;
	right: 0;
	opacity: 0.9;
	z-index: 50;
}

.tel_btn:before {
	font-family: "Font Awesome 5 Free";
	content: '\f095';
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 15px;
}

.tel_btn:hover {
	opacity: 0.9;
	color: #fff;
}

@media only screen and (min-width:601px){
.tel_btn {
	display: none;
}
}


/*空室検索(601以上)*/
.open_button {
	display: block;
	background-color: #e54c68;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	width: 40px;
	height: 130px;
	border-radius: 0;
	opacity: 0.9;
	cursor : pointer;
	margin-bottom: 5px;
	position: fixed;
	bottom: 60px;
	right: 0;
	z-index: 50;
}

.open_button:before {
	font-family: "Font Awesome 5 Free";
	content: '\f002';
	position: absolute;
	top: 8px;
	right: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.open_button:hover {
	opacity: 0.5;
	color: #fff;
}


.open_button p {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.5em ;
	position: absolute;
	top: 35px;
	right: 10px;
}


@media only screen and (max-width:960px){
.open_button {
	width: 50px;
	bottom: 75px;
	right: 0;
}



.open_button p {
	right: 15px;
}
}


/*モーダルウィンドウ設定*/
.modal_wrap {
	position:absolute;
	top:0px;
	left:0px;
	z-index: 60;
}

.modal_wrap input{
    display: none;
}

.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal_content{
    position: relative;
    align-self: center;
    width: 900px;
    padding: 20px 20px 15px;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
	margin-top: -15%;
}

.modal_content h2 {
	color: #333333;
	margin-bottom: 1.5em;
}

.close_button{
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

@media only screen and (max-width:960px){
.modal_content{
	width: 720px;
}
}

@media only screen and (max-width:750px){
.modal_content{
	width: 580px;
}
}

@media only screen and (max-width:600px){
.modal_wrap,.open_button {
	display: none;
}
}


/*空室検索(SP)*/
.search_btn {
	display: block;
	background-color: #e54c68;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	width: 50px;
	height: 50px;
	line-height: 20px;
	border-radius: 0;
	padding-top: 28px;
	text-align: center;
	position: fixed;
	bottom: 140px;
	right: 0;
	opacity: 0.9;
	z-index: 50;
}

.search_btn:before {
	font-family: "Font Awesome 5 Free";
	content: '\f002';
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.search_btn:hover {
	opacity: 0.9;
	color: #fff;
}

@media only screen and (min-width:601px){
.search_btn {
	display: none;
}
}


/*contents内設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:960px){
#contents {
	width: 96%;
	margin: 0 2%;
}
}

/*見出し*/


h3, h4{
	font-family: "M PLUS 1p" , "メイリオ", Meiryo;
}

h3 {
	display: block;
	clear: both;
	color: #e54c68;
	text-align: center;
	font-size: 2em;
	padding: 1.5em 0;
}

h3.sanspro {
	font-family: 'Source Sans Pro', sans-serif;
}


@media only screen and (max-width:960px){
h3 {
	font-size: 1.8em;
}
}

@media only screen and (max-width:600px){
h3 {
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 0.5em 0;
}
}


#contents h4{
	clear: both;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #333333;
	padding-left: 1em;
	margin-bottom: 0.5em;
}

#contents h4:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 4px;
	height: 1.6em;
	background: #e54c68;
	margin-left: -1em;
	border-radius: 3px;
}


/*ボックス*/

.b_box {
	border: 1px solid #efefef;
	display: block;
	padding: 0.8em;
	overflow: auto;
	margin-bottom: 1em;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	background-color: #ffffff;
}




/*Flexbox*/
ul.flexbox { 
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: auto;
}


/*リンクリスト*/

.li_link li{
	width: 33.3%;
	height: 3em;
	line-height: 3em;
}

.li_link a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	position: absolute;
	color: #e54c68;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: -1.5em;
}

.li_link a {
	padding-left: 1.5em;
	color: #333333;
	text-decoration: none;
}


.li_link a:hover {
	color: #a2a2a2;
}

@media screen and (max-width: 960px){
.li_link li{
	width: 50%;
	height: 3.3em;
	line-height: 3.3em;
	overflow: hidden;
}

.li_link a{
	display: block;
	width: 100%;
}
}

@media screen and (max-width: 600px){
.li_link li{
	width: 100%;
	border-bottom: 1px solid #cccccc;
}

li.border-top {
	border-top: 1px solid #cccccc;
}

.li_link a {
	padding-left: 2.5em;
}

.li_link a:before {
	margin-left: -1.5em;
}
}

/*Google mapボタン*/
a.map_btn {
	display: inline-block;
	width: 30%;
	margin: 0 35%;
	text-align: center;
	background-color: #eeeeee;
	color: #555555;
	font-size: 1.3em;
	margin-bottom: 2em;
	text-decoration: none;
	padding: 1em 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	border-radius: 3px;
}


i.fa-google {
	padding-right: 0.1em;
}

i.fa-map-marker-alt {
	padding-right: 1.5em;
}

i.fa-external-link-alt {
	padding-left: 2em;
}

a.map_btn:hover {
	color:#db4437;
}

@media screen and (max-width: 960px){
a.map_btn {
	width: 50%;
	margin: 0 25%;
	margin-bottom: 2em;
}
}

@media screen and (max-width: 600px){
a.map_btn {
	width: 80%;
	margin: 0 10%;
	margin-bottom: 2em;
	background-color: #fbfbfb;
}
}



/*covid-19
------------------------------------------*/

/*information_covid19*/
.b_tns{
    display: block;
    text-align: center;
    margin-bottom: 2em
}

img.tns{
    width: 90%;
    max-width: 900px;
}

.covid li{
    width: 33.3%;
    text-align: center;
    margin-bottom: 4em;
}

.covid img{
    width: 70%;
}

.covid p{
    font-size: 1.2em;
    padding: 0 5%;
}

@media screen and (max-width: 960px){
    img.tns{
    width: 96%;
}
    .covid li{
        width: 50%
    }
    
}

@media screen and (max-width: 600px){
    .b_tns{
        margin-bottom: 1em;
        margin-top: 1em;
    }
    .covid li{
        width: 100%
    }
    
    .covid img{
    width: 60%;
}
    
    .covid p{
        padding: 0;
    }
    
}


/*index*/
a.b_covid{
    display: block;
    width: 80%;
    margin: 3em 10%;
    background-color: #b33b51;
    text-align: center;
    padding: 1.5em 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2em;
    
}

.bc1{
    font-size: 1.5em;
    font-family: "M PLUS Rounded 1c" ,"メイリオ", Meiryo, sans-serif;
    text-decoration: underline
}



a.b_covid:hover {
	background-color: #c35468;
}


@media screen and (max-width: 960px){
a.b_covid {
    width: 90%;
    margin: 2em 5%;
    padding: 2em 1em;
    font-size: 1em;
}
    
.bc1{
    font-size: 1.2em;
}
    
}

@media screen and (max-width: 600px){
a.b_covid {
    width: 96%;
    margin: 2em 2%;
    padding: 1em;
    font-size: 0.8em;
}
.bc1{
    font-size: 1.5em;
}
    
}



/*GoTo
--------------------------------------------*/
.title_goto{
    text-align: center
}

.title_goto img{
    width: 100%;
    max-width: 1200px;
    margin-top: 0.5em;
} 

.goto {
    display: block;
    background-color: #ffffff;
}




.goto_1{
    text-align: center
}

.goto_1 h3{
    padding-bottom: 0.5em;
}

.goto_1 p{
    font-size: 1.1em
}

.goto_2 h5{
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: "M PLUS 1p" , "メイリオ", Meiryo;
    font-size: 1.5em;
    margin-bottom: 1.5em;
}

.goto_2 h5:after{
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #e54c68;
  border-radius: 3px;
}

h5.goto_tel:after{
    background-color: #e6a34c;
}

.goto_2 ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 1.5em 0;
  padding-bottom: 0.1em;
  background-color: #ffe4e4;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;
  border-radius: 10px;
  margin-bottom: 4em;
}

ol.goto_tel{
background-color: #ffedd6;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fff9ef), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fff9ef),color-stop(.75, #fff9ef), color-stop(.75, transparent),to(transparent));
}

.goto_2 ol li {
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #ffffff;
  border-left : solid 35px #e54c68;
}

ol.goto_tel li{
    border-left: solid 35px #e6a34c
}

.goto_2 ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align: center;
}


.goto_2 li{
    width: 94%;
    margin: 2em 3%;    
    margin-bottom: 4em;
    font-size: 1.2em;
}


li.arrows:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -45px;
    margin-left: -35px;
    font-family: "Font Awesome 5 Free";
    content: '\f103';
    font-weight: 900;
    font-size: 2em;
    color: #e67c8f;
}

ol.goto_tel li.arrows:after {
    color: #edb367;
}




.goto_2 p{
    font-size: 1.2em;
    padding-left: 1em;
    padding-right: 1em;
}


.goto_qa{
    display: block;
    padding: 0 3%;
}


.goto_qa dl{
    background-color: #ffffff;
    display: block;
    width: 100%;
    margin-bottom: 2em;
    padding: 0.5em;
}

.goto_qa dt{
    border-bottom: 2px solid #e54c68;
    font-size: 1.1em;
    font-weight: bold;
    padding-left: 0.5em;
}

.goto_qa dt:before {
	font-family:'Palanquin Dark', sans-serif;
	content: 'Q.';
	font-size: 1.4em;
	margin-right: 0.3em;
}

.goto_qa dd{
    margin-left: 4em;
}

.goto_qa dd:before {
	font-family:'Palanquin Dark', sans-serif;
	content: 'A.';
	font-size: 1.4em;
	margin-right: 0.33em;
	margin-left: -1.2em;
	
}

.goto_1 ,
.goto_2 ,
.goto_menu,
.goto_menu2 {
    padding-bottom: 3em;
}



.goto_menu ul,
.goto_menu2 ul{
    width: 100%;
    margin-top: 2em;
}

.goto_menu li,
.goto_menu2 li{
    width: 50%;
}


.goto_menu li a ,
.goto_menu2 li a {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  border-radius: 7px;
  transition: .4s;
    width: 70%;
    margin: 1em 15%;
    text-align: center;
    padding: 0.5em;
    font-size: 1.3em;
}


.goto_menu li a{
  color: #c9455d;
  border: solid 2px #e54c68;
}

.goto_menu li a:hover {
  background: #e54c68;
  color: white;
}

li.goto_tel a{
    color: #e09e49;
    border: solid 2px #e6a34c;
}

li.goto_tel a:hover {
  background: #e6a34c;
}


.goto_menu2 li a{
  color: #ffffff;
  border: solid 2px #e54c68;
  background: #e54c68;
}

.goto_menu2 li a:hover {
  background: #ffffff;
  color: #c9455d;
}



.goto_menu2 li p{
    padding: 0 15%;
}





.goto_qa{
      background-color: #ffe4e4;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #FFEFEF), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #FFEFEF),color-stop(.75, #FFEFEF), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;
  border-radius: 10px;
    padding-top: 2em;
    padding-bottom: 0.5em;
}
    

    
    
@media screen and (max-width: 960px){
    .goto_menu li a ,
    .goto_menu2 li a {
        width: 90%;
        margin: 1em 5%;
        font-size: 1.2em;
    }
    
    .goto_menu li p,
    .goto_menu2 li p{
    padding: 0 5%;
}
    
}

@media screen and (max-width: 700px){
    
    .goto_menu li p
    .goto_menu2 li p{
        font-size: 0.9em;
    }
    
    
    .goto_menu2 li a{
        padding: 0.5em 0.2em;
    }
}
    
@media screen and (max-width: 600px){
    
    .goto{
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    }
    
    .goto_1 h3{
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    
    .goto_1 p{
        padding: 0 1em;
        text-align: left;
    }
    
    .goto_2 h5{
        font-size: 1.3em;
    }
    
  .goto_2 h5:after{
  bottom: -8px;
  width: 50px;
  height: 4px;
  left: 50%;
  border-radius: 2px;
}

    .goto_2 ol,
    .goto_qa {
        margin: 0 2%;
        padding: 15px;
        margin-bottom: 2em;
    }
    
    .goto_2 ol li{
        width: 100%;
        margin: 0;
        margin-top: 1em;
        margin-bottom: 2em;
        font-size: 1.1em;
    }
    
    li.arrows:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -30px;
    margin-left: -20px;
    font-family: "Font Awesome 5 Free";
    content: '\f103';
    font-weight: 900;
    font-size: 1em;
    color: #e67c8f;
    }
    
    .goto_qa dt{
        padding-left: 2em;
    }
    
    .goto_qa dt:before {
        margin-left: -1.2em;
    }
    
    .goto_qa dd{
    margin-left: 2em;
}

.goto_qa dd:before {
	margin-right: 0.33em;
	margin-left: -1.2em;
	
}
    
    
    
    .goto_2 p{
        font-size: 1em;
    }
    
    
    .goto_menu ul,
    .goto_menu2 ul{
        margin-top: 0;
    }
    
    .goto_menu li,
    .goto_menu2 li{
        width: 100%;
    }
    
    .goto_menu li a,
    .goto_menu2 li a{
        width: 80%;
        margin: 0.5em 10%;
        font-size: 1.2em;
    }
    
    .goto_menu li p,
    .goto_menu2 li p{
        padding: 0 10%;
    }
    
    .goto_qa{
        margin-bottom: 2em;
    }
}


/*index*/
.goto_banner img{
    width: 80%;
    margin: 0 10%;
    border: 3px solid #ffd800;
}

@media screen and (max-width: 960px){
.goto_banner img{
    width: 90%;
    margin: 0 5%;
}
 
}

@media screen and (max-width: 600px){
.goto_banner img{
    width: 96%;
    margin: 0 2%;
    margin-top: 1em;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
       
}
