@charset "UTF-8";


/*----------------------------------------------------
  Reset
----------------------------------------*/


/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
.top-main-pht {
	width:100%;
	height:525px;
	background-image:url(../../img/slide01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
}
.top-main-logo {
	width:96%;
	height:91%;
	border:solid 2px #000;
	box-sizing:border-box;
	position:absolute;
	left:2%;
	top:4.5%;
	/*top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);*/
}
.top-main-logo h1 {
	width:250px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
}
/* --------  〜679　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.top-main-pht {
	width:100%;
	height:450px;
	background-image:url(../../img/slide01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	position:relative;
	margin-top:60px;
}
.top-main-logo {
	width:96%;
	height:94%;
	border:solid 2px #000;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.top-main-logo h1 {
	width:40%;
	max-width:195px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
}

/* --------  〜374　小スマホ調整   --------*/
@media screen and ( max-width:374px) {
.top-main-pht {
	width:100%;
	height:350px;
}
}
/* --------  680〜999　テキストサイズ調整   --------*/
@media screen and (min-width:680px) and ( max-width:1119px) {
}




/*----------------------------------------------------
  ごあいさつ
----------------------------------------*/
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
.sec-greeting p {
	text-align:center;
}
.sec-greeting p.name {
	text-align:right;
	margin-top:20px;
	margin-bottom:25px;
}
}
/* --------  〜679　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.sec-greeting p.name {
	text-align:right;
	margin-top:20px;
	margin-bottom:25px;
}
}

/* --------  〜374　小スマホ調整   --------*/
@media screen and ( max-width:374px) {
}
/* --------  680〜999　テキストサイズ調整   --------*/
@media screen and (min-width:680px) and ( max-width:1119px) {
}




/*----------------------------------------------------
  プライベートルーム
----------------------------------------*/
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
.sec-private .right-box {
	width:50%;
	float:right;
	padding-left:40px;
	box-sizing:border-box;
}
.sec-private .right-box h4 {
	margin-bottom:20px;
}
.sec-private .right-box .txt {
	padding-left:30px;
	padding-right:30px;
}
.sec-private .right-box .tel-contact-btn {
	margin:45px 45px 0;
	display:block;
	padding:20px 25px 15px;
	box-sizing:border-box;
	border:solid 1px #000;
	position:relative;
	font-family:"Times New Roman", Times, serif;
	/*font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-size:26px;
	text-align:center;
}
.sec-private .right-box .tel-contact-btn .tel-contact-title {
	display:inline-block;
	padding:3px 10px;
	background-color:#000;
	color:#FFF;
	position:absolute;
	left:-10px;
	top:-15px;
	font-size:15px;
}
.sec-private .right-box .attention {
	font-size:13px;
	margin:5px 45px 0;
}


.sec-private .left-pht {
	width:50%;
	float:left;
}
}
/* --------  〜679　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.sec-private .right-box h4 {
	margin-bottom:10px;
}
.sec-private .right-box .tel-contact-btn {
	margin:30px 5% 0;
	display:block;
	padding:25px 25px 15px;
	box-sizing:border-box;
	border:solid 1px #000;
	position:relative;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	text-align:center;
}
.sec-private .right-box .tel-contact-btn .tel-contact-title {
	display:inline-block;
	padding:3px 10px;
	background-color:#000;
	color:#FFF;
	position:absolute;
	top:-15px;
	left:50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	font-size:15px;
}
.sec-private .right-box .attention {
	font-size:13px;
	margin:5px 5% 0;
}
.sec-private .left-pht {
	width:90%;
	margin:20px auto 0;
}
}

/* --------  〜374　小スマホ調整   --------*/
@media screen and ( max-width:374px) {
}
/* --------  680〜999　テキストサイズ調整   --------*/
@media screen and (min-width:680px) and ( max-width:1119px) {
}




/*----------------------------------------------------
  カレンダー
----------------------------------------*/
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
.sec-calendar {
	margin-top:60px;
}
.sec-calendar .sec-title {
	position:absolute;
	top:-45px;
	left:50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.sec-calendar.bg-calendar .calendar-ring-left {
	left:4%;
	top:-2%;
}
.sec-calendar.bg-calendar .calendar-ring-right {
	right:4%;
	top:-2%;
}
}

/* --------  〜679　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.sec-calendar {
	margin-top:30px;
}
.sec-calendar .sec-title {
	position:absolute;
	top:-30px;
	left:50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.g-calendar iframe {
	width:calc(100vw - 40px);
	height:400px;
}
}


.g-calendar {
	text-align:center;
}

/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
.g-calendar iframe {
	height:500px;
	width:100%;
	max-width:800px;
}
}

/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:374px) {
.sec-calendar .sec-title {
	top:-20px;
}
}



/*----------------------------------------------------
  アクセス
----------------------------------------*/
/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
.sec-access .left-box {
	width:50%;
	float:left;
}
.sec-access h4 {
	width:30%;
	max-width:150px;
	margin:0 auto 10px;
}
.sec-access .access-info {
	padding:10px 5%;
	color:#FFF;
}
.sec-access .access-info dt {
	float: left;
}
.sec-access .access-info dd {
	padding-left:8em;
	position:relative;
	padding-bottom:8px;
}
.sec-access .access-info dd a {
	color:#FFF;
}
.sec-access .access-info dd:before {
	content:"：";
	color:#FFF;
	position:absolute;
	left:6em;
	top:0px;
}
.sec-access .access-info dd a:hover {
	color:#ffae00;
}
.sec-access .right-map {
	width:50%;
	float:right;
	box-sizing:border-box;
	padding:0 2%;
}
.sec-access .right-map iframe {
	width:100%;
	height:450px;
}
}

/* --------  〜679　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.sec-access {
	padding-left:0;
	padding-right:0;
}
.sec-access h4 {
	width:35%;
	max-width:150px;
	margin:0 auto 10px;
}
.sec-access .access-info {
	padding:10px 3%;
	color:#FFF;
}
.sec-access .access-info dt {
	float: left;
	font-size:13px;
	padding-top:10px;
}
.sec-access .access-info dd {
	padding-left:7em;
	position:relative;
	padding-bottom:8px;
	font-size:13px;
	border-bottom:solid 1px #6b8794;
	border-top:solid 1px #6b8794;
	padding-top:10px;
}
.sec-access .access-info dd a {
	color:#FFF;
}
.sec-access .right-map {
	margin-top:10px;
}
.sec-access .right-map iframe {
	width:100%;
	height:300px;
}
}

/* --------  〜680　スマホ調整   --------*/
@media screen and ( max-width:374px) {
.sec-access .right-map iframe {
	width:100%;
	height:250px;
}
}


/*----------------------------------------------------
  2020.4.9 お知らせ
----------------------------------------*/


/* --------  680〜　PC調整   --------*/
@media screen and ( min-width:680px) {
.top .news-title {
	font-weight: bold;
	font-size: 19px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 20px;
}
}

/* --------  〜679　スマホ調整   --------*/
@media screen and ( max-width:679px) {
.top .news-title {
	font-weight: bold;
	font-size: 17px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 20px;
}
}
