@charset "utf-8";

/*
 Theme Name: マスターピース5
Description: マスターピース不動産 様　公式サイト　CMS テーマ
    Version: ver.4
*/

/* ****************************************************************************************************
   * 画像
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * キャプション
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.wp-caption-text {
  margin: 0.5em auto;
  display: table;
  line-height: 1.5;
  color: #333;
  font-size: 0.8em;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 左寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.alignleft {
  margin: 0 2em 0.5em 0;
	float: left;
}

.alignleft + p {
  margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 右寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.alignright {
  margin: 0 0 0.5em 2em;
	float: right;
}

.alignright + p {
  margin-top: 0;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 中央寄せ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
	display: block;
  text-align: center;
}

/* ****************************************************************************************************
   * ページャー
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 一覧ページ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.pager-archive,
ul.pager-archive li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.pager-archive {
	letter-spacing: 2px;
	text-align: center;
}

ul.pager-archive li {
	letter-spacing: normal;
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
}

ul.pager-archive li a {
	display: block;
  color: #aaa;
	text-decoration: none;
  border: solid 1px #aaa;
  background: #fff;
}

ul.pager-archive li a[href] {
	color: inherit;
}

ul.pager-archive li a[href]:hover {
	color: #fff;
	text-decoration: none;
  border: solid 1px #2169a3;
  background: #2169a3;
}

ul.pager-archive li.num a {
  width: 2em;
  line-height: 2em;
}

ul.pager-archive li.current a {
	color: #fff;
  border: solid 1px #2169a3;
  background: #2169a3;
}

ul.pager-archive li.prev a {
  border: solid 1px transparent;
  background: transparent;
}

ul.pager-archive li.prev a[href]:hover {
  color: inherit;
  text-decoration: underline;
  border: solid 1px transparent;
	background: none;
}

ul.pager-archive li.next a {
  border: solid 1px transparent;
  background: transparent;
}

ul.pager-archive li.next a[href]:hover {
  color: inherit;
  text-decoration: underline;
  border: solid 1px transparent;
	background: none;
}

ul.pager-archive li.dot {
	color: inherit;
  border: none;
	background: none;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 詳細ページ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.pager-single,
ul.pager-single li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.pager-single {
	letter-spacing: 34.5px;
	text-align: center;
}

ul.pager-single li {
	letter-spacing: normal;
	vertical-align: middle;
	display: inline-block;
}

ul.pager-single li a {
	display: block;
  line-height: 1;
	text-decoration: none;
}

ul.pager-single li a[href] {
}

ul.pager-single li a[href]:hover {
	text-decoration: none;
}

ul.pager-single li a img {
  visibility: hidden;
}

ul.pager-single li a[href] img {
  visibility: visible;
}




/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 設備
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

div.page-single div.setsubi .title {
  margin-bottom: 20px;
  padding-top: 10px;
  color: #00076d;
  font-size: 20px;
  font-weight: bold;
  border-top: solid 2px #dcdcdc;
}

div.page-single div.setsubi ul.list,
div.page-single div.setsubi ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.page-single div.setsubi ul.list {
  margin-top: -10px;
  margin-left: -10px;
}

div.page-single div.setsubi ul.list li {
  margin-top: 10px;
  margin-left: 10px;
  float: left;
}




/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * Facebook
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

fb-page.fb_iframe_widget {
                display:block;
                width:500px;
                margin:0 auto;
            }

/*トップ賃貸情報*/
.top_chintai_list{
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #999999;
	padding-bottom:20px;
	overflow:hidden;
}

.top_chintai_title{
	font-weight:bold;
	font-size:17px;
	padding-bottom:5px;
	border-bottom:1px dashed #999999;
	margin-bottom:10px;
}

.top_chintai_left{
	width:274px;
	float:left;
	overflow:hidden;
}

.top_chintai_left img{
	width:274px;
	height:auto;
}

.top_chintai_right{
	width:400px;
	float:right;
	overflow:hidden;
}

.top_chintai_more{
	margin:0px 0px 0px auto;
	text-align:right;
}

.top_chintai_p{
	font-size:14px;
}

.top_chintai_p br{
	display:none;
}

/*サイドバー賃貸情報*/
.side_chintai_list{
	margin:0px auto 20px auto;
	border-bottom:1px solid #999999;
	padding-bottom:20px;
	overflow:hidden;
	width:240px;
}

.side_chintai_title{
	font-weight:bold;
}

.side_chintai_title a{
	font-size:14px;
}

.side_chintai_left{
	width:94px;
	float:left;
	overflow:hidden;
}

.side_chintai_left img{
	width:94px;
	height:auto;
}

.side_chintai_right{
	width:140px;
	float:right;
	overflow:hidden;
	font-size:90%;
}

/*nav*/
#nav{
/*	background:#00076d;*/
  background: #122638;
	overflow:hidden;
	margin:0px 0px 20px 0px;
}

#nav ul{
	width:100%;
	margin:0px auto;
	text-align:center;
	border-right:1px dashed white;
	list-style:none;
	padding:0px;
	display:flex;
}

#nav li{
	width:100%;
	border-left:1px dashed white;
	text-align:center;
	padding:10px 0px !important;
	font-size:17px;
	float:left;
	height:50px;
}

#nav li a{
	color:white;
	height: 100%;
	display: block;
}

/*single.phpページャー*/
/* 変更前 */
/* .page-nav{
	width:80% !important;
	margin:30px auto 40px auto !important;
	border-top:none !important;
	overflow:hidden !important;
}

.page-nav .prev,
.page-nav .next{
	width:40% !important;
	padding:10px 20px !important;
	text-align:center !important;
	color:white !important;
	background:#EB8A32 !important;
	border-radius:40px !important;
	margin-top:0px !important;
	font-size:0;
}

.page-nav .prev a,
.page-nav .next a{
	color:white !important;
	font-weight:normal !important;
	font-size:16px !important;
}

.page-nav .prev a:before{
	font-size:16px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0d9" !important;
	padding-right: 20px !important;
	font-weight:900 !important;
}

.page-nav .next a:after{
	font-size:16px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0da" !important;
	padding-left: 20px !important;
	font-weight:900 !important;
} */

/*---変更後 2019-12-6---*/
.page-nav{
	width:80% !important;
	margin:30px auto 40px auto !important;
	border-top:none !important;
	overflow:hidden !important;
}

.page-nav .prev a,
.page-nav .next a{
	width:40% !important;
	padding:10px 20px !important;
	text-align:center !important;
	color:white !important;
	background:#EB8A32 !important;
	border-radius:40px !important;
	margin-top:0px !important;
	font-size:0;
}

.page-nav .prev a,
.page-nav .next a{
	color:white !important;
	font-weight:normal !important;
	font-size:16px !important;
}

.page-nav .prev a:before{
	font-size:16px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0d9" !important;
	padding-right: 20px !important;
	font-weight:900 !important;
}

.page-nav .next a:after{
	font-size:16px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0da" !important;
	padding-left: 20px !important;
	font-weight:900 !important;
}
/*-----------------------------------*/

/* * ブレイクポイント ･････････････････ */

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


/*トップ賃貸情報*/
.top_chintai_list{
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #999999;
	padding-bottom:20px;
	overflow:hidden;
}

.top_chintai_title{
	font-weight:bold;
	font-size:17px;
	padding-bottom:5px;
	border-bottom:1px dashed red;
}

.top_chintai_left{
	width:100%;
	overflow:hidden;
	margin:0px 0px 10px 0px;
}

.top_chintai_left img{
	width:100%;
	height:auto;
}

.top_chintai_right{
	width:100%;
	overflow:hidden;
}

.top_chintai_more{
	margin:0px 0px 0px auto;
	text-align:right;
}

.top_chintai_p{
	overflow:hidden;
}

/*サイドバー賃貸情報*/
.side_chintai_list{
	margin:0px auto 20px auto;
	border-bottom:1px solid #999999;
	padding-bottom:20px;
	overflow:hidden;
	width:100%;
}

.side_chintai_title{
	font-weight:bold;
}

.side_chintai_title a{
	font-size:14px;
}

.side_chintai_left{
	width:30%;
	float:left;
	overflow:hidden;
}

.side_chintai_left img{
	width:100%;
	height:auto;
}

.side_chintai_right{
	width:65%;
	float:right;
	overflow:hidden;
	font-size:90%;
}

}

/*news_box*/
.news_box{
	width:100%;
	max-width:1280px;
	overflow:hidden;
	margin:30px auto;
	background:white;
	padding:20px;
	box-sizing:border-box;
}

.news_box ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.news_box_list{
	float:left;
	width:30%;
	background:white;
}

.news_box_list:nth-child(2){
	margin:0px 30px;
}

.news_box_list li{
	padding:10px 0px;
	border-bottom:1px dotted #666666;
}

.contact_box_title,
.seiyaku_box_title,
.after_box_title{
	font-weight:bold;
	font-size:18px;
	line-height:150%;
}

.contact_box_title:before{
	font-family: FontAwesome;
    content: "\f0e0";
    padding-right: 5px;
	font-size:25px;
	font-weight:normal;
}

.seiyaku_box_title:before{
	font-family: FontAwesome;
    content: "\f2b5";
    padding-right: 5px;
	font-size:25px;
	font-weight:normal;
}

.after_box_title:before{
	font-family: FontAwesome;
    content: "\f007";
    padding-right: 5px;
	font-size:25px;
	font-weight:normal;
}

@media screen and (max-width:736px) {
.news_box{
	width:100%;
	overflow:hidden;
	margin:30px auto;
	box-sizing:border-box;
}

.news_box a{
	color:#c30d23;
}

.news_box ul{
	padding:0px;
	margin:0px;
	list-style:none;
}

.news_box_list{
	width:100%;
	margin:0px 0px 30px 0px !important;
	overflow:hidden;
}

.news_box_list:nth-child(2){
	margin:0px 0px 30px 0px !important;
}

.news_box_list li{
	padding:10px 0px;
	border-bottom:1px dotted #666666;
}

.contact_box_title,
.seiyaku_box_title,
.after_box_title{
	font-weight:bold;
	font-size:18px;
	line-height:150%;
}

.contact_box_title:before{
	font-family: FontAwesome;
    content: "\f0e0";
    padding-right: 5px;
	font-size:25px;
	font-weight:normal;
}

.seiyaku_box_title:before{
	font-family: FontAwesome;
    content: "\f2b5";
    padding-right: 5px;
	font-size:25px;
	font-weight:normal;
}

.after_box_title:before{
	font-family: FontAwesome;
    content: "\f007";
    padding-right: 5px;
	font-size:25px;
	font-weight:normal;
}


/*company*/
.company_table01{border-top:1px solid #c7c7c7;margin-top:30px;}
.company_table01 th, .company_table01 td{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;font-size:16px;text-align:left;color:#474747;padding-left:20px;font-weight:normal;line-height:40px;border-bottom:1px solid #c7c7c7;}
.company_table01 .th01{background-color:#eeeeee;}
.company_table01 .th02{background-color:#dcdcdc;}
.company_table01 .th03{background-color:#EAF0F9;}
.company_info{margin:20px auto;overflow:hidden;width:100%;border-bottom:1px dashed #999999;padding:0px 0px 20px 0px;}
.company_name{float:left;width:650px;font-weight:bold;font-size:26px;}
.company_name .company_icon{float:left;width:67px;}
.company_name .company_name2{float:right;width:570px;margin:10px 0px 0px 0px;}
.company_contact{float:right;width:300px;margin:10px 0px 0px 0px;}
.company_tel{background:url(../images/company/company_icon_tel.png) center left no-repeat;padding:0px 0px 0px 25px;color:#666666;}
.company_mail{background:url(../images/company/company_icon_mail.png) center left no-repeat;padding:0px 0px 0px 25px;color:#666666;}
.company_map{margin:50px 0px 0px 0px;}
	
/*single.phpページャー*/
/* .page-nav{
	width:50% !important;
	margin:0px auto 40px auto !important;
	border-top:none !important;
	padding:0px !important;
}

.page-nav .prev,
.page-nav .next{
	width:40% !important;
	padding:10px 20px !important;
	text-align:center !important;
	color:white !important;
	background:#EB8A32 !important;
	border-radius:40px !important;
	margin-top:0px !important;
	font-size:0;
}

.page-nav .prev a,
.page-nav .next a{
	color:white !important;
	font-weight:normal !important;
	font-size:16px !important;
}

.page-nav .prev a:before{
	font-size:14px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0d9" !important;
	padding-right: 20px !important;
	font-weight:900 !important;
}

.page-nav .next a:after{
	font-size:14px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0da" !important;
	padding-left: 20px !important;
	font-weight:900 !important;
} */

/* 変更後 */
.page-nav{
	width:50% !important;
	margin:0px auto 40px auto !important;
	border-top:none !important;
	padding:0px !important;
}

.page-nav .prev a,
.page-nav .next a{
	width:40% !important;
	padding:10px 20px !important;
	text-align:center !important;
	color:white !important;
	background:#EB8A32 !important;
	border-radius:40px !important;
	margin-top:0px !important;
	font-size:0;
}

.page-nav .prev a,
.page-nav .next a{
	color:white !important;
	font-weight:normal !important;
	font-size:16px !important;
}

.page-nav .prev a:before{
	font-size:14px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0d9" !important;
	padding-right: 20px !important;
	font-weight:900 !important;
}

.page-nav .next a:after{
	font-size:14px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0da" !important;
	padding-left: 20px !important;
	font-weight:900 !important;
}
/*----------*/

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

.company_table01 .th01{background-color:#eeeeee; float:left; width:100%;}
.company_table01 .th02{background-color:#dcdcdc; float:left; width:100%;}
.company_table01 .th03{background-color:#EAF0F9; float:left; width:100%;}
.company_table01 td{float:left; width:100%;}
	
  /*single.phpページャー*/
  /* 変更前 */
/* .page-nav{
	width:95% !important;
	margin:10px auto 40px !important;
	border-top:none !important;
}

.page-nav .prev,
.page-nav .next{
	width:43% !important;
	padding:5px !important;
	text-align:center !important;
	color:white !important;
	background:#EB8A32 !important;
	border-radius:40px !important;
	margin-top:0px !important;
	
}

.page-nav .prev a,
.page-nav .next a{
	color:white !important;
	font-weight:normal !important;
	font-size:14px !important;
}

.page-nav .prev a:before{
	font-size:14px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0d9" !important;
	padding-right: 10px !important;
	font-weight:900 !important;
}

.page-nav .next a:after{
	font-size:14px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0da" !important;
	padding-left: 10px !important;
	font-weight:900 !important;
}	 */

/* 変更後 2019.12.6 */
.page-nav{
	width:95% !important;
	margin:10px auto 40px !important;
	border-top:none !important;
}

.page-nav .prev a,
.page-nav .next a{
  /* width:43% !important; */
  width:80% !important;
	padding:5px !important;
	text-align:center !important;
	color:white !important;
	background:#EB8A32 !important;
	border-radius:40px !important;
	margin-top:0px !important;
	
}

.page-nav .prev a,
.page-nav .next a{
	color:white !important;
	font-weight:normal !important;
	font-size:14px !important;
}

.page-nav .prev a:before{
	font-size:14px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0d9" !important;
	padding-right: 10px !important;
	font-weight:900 !important;
}

.page-nav .next a:after{
	font-size:14px !important;
	font-family: "Font Awesome 5 Free" !important;
	content: "\f0da" !important;
	padding-left: 10px !important;
	font-weight:900 !important;
}
	
}


.top_chintai_more img{
	width:109px !important;
}

.sns_btn img{
	width:74px !important;
}
    

/*2019.8.26  ＴＯＰページスマホ用メニュー*/
/*引用*/

/* Scss Document */
html {
  box-sizing: border-box;
  font-size: 2.66666667vw; }

@media only screen and (min-width: 46.875em) {
  html {
    font-size: 1.614205004vw; } }
@media only screen and (min-width: 77.5em) {
  html {
    font-size: 125%; } }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

body {
  color: #000;
  overflow-x: hidden;
  line-height: 1.75;
  font-family: 'Noto Sans JP', sans-serif; }

img {
  height: auto;
  max-width: 100%; }

svg {
  height: 100%;
  width: 100%; }

img[srcset] {
  width: 100%; }

.st-Layout * {
  color: inherit;
  font-size: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition-duration: .5s;
  transition-property: none;
  transition-timing-function: ease-in-out; }
  .st-Layout *::before, .st-Layout *::after {
    transition-duration: inherit;
    transition-property: inherit;
    transition-timing-function: inherit; }
.st-Layout li {
  list-style-type: inherit; }

.font-roboto {
  font-family: 'Roboto', sans-serif; }

.st-Wrapper {
  overflow: hidden;
  position: relative; }

.st-Width {
  width: 100%;
  padding-left: calc(20rem / 20);
  padding-right: calc(20rem / 20); }

@media only screen and (min-width: 46.875em) {
  .st-Width {
    width: 100%; } }
@media only screen and (min-width: 77.5em) {
  .st-Width {
    margin-right: auto;
    margin-left: auto;
    width: calc(1240em / 20); } }
/* ------ */
.st-Header h1 {
  font-size: calc(13rem / 20);
  font-weight: 500;
  width: 100%;
  margin-top: calc(13rem / 20); }

@media only screen and (max-width: 46.875em) {
  .st-Header h1 {
    font-size: calc(18rem / 20);
    padding-right: calc(100rem / 20); } }
.st-Header_Inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

@media only screen and (max-width: 46.875em) {
  .st-Header_Inner {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
.st-Logo {
  width: calc(295rem / 20); }

@media only screen and (max-width: 46.875em) {
  .st-Logo {
    width: calc(295rem / 20*1.9); } }
.st-LogoArea {
  /* width: calc(983rem / 20); */
  width: 100%;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
 }

.st-Tel {
  width: calc(218rem / 20);
  background: #122638;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .st-Tel .tel {
    font-size: calc(28rem / 20);
    line-height: 1.5; }
  .st-Tel .txt {
    font-size: calc(12rem / 20); }

@media only screen and (max-width: 46.875em) {
  .st-Tel {
    width: 100%;
    margin-top: calc(10rem / 20);
    margin-bottom: calc(10rem / 20);
    padding-top: calc(10rem / 20);
    padding-bottom: calc(10rem / 20);
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .st-Tel .tel {
      font-size: calc(33rem / 20);
      margin-right: calc(20rem / 20); }
    .st-Tel .txt {
      font-size: calc(20rem / 20); } }
.st-Gnav {
  width: calc(685rem / 20); }
  .st-Gnav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: calc(11rem / 20);
    padding-right: calc(11rem / 20);
    margin-bottom: calc(5rem / 20); }
  .st-Gnav > ul > li {
    font-size: calc(16rem / 20);
    line-height: 1.5;
    font-weight: 700;
    text-align: center; }
    .st-Gnav > ul > li span {
      display: block;
      transform: scale(0.8);
      font-size: calc(11rem / 20);
      transform-origin: left;
      width: 125%; }
  .st-Gnav > ul > li > a {
    display: block;
    padding-left: calc(11rem / 20);
    padding-right: calc(11rem / 20);
    padding-top: calc(11rem / 20);
    padding-bottom: calc(11rem / 20);
    transition: .3s; }
  .st-Gnav > ul > li > a:hover {
    background: #122638;
    color: #fff; }

@media only screen and (max-width: 46.875em) {
  .st-Gnav {
    width: 100%;
    z-index: 99;
    position: fixed;
    left: 0;
    top: -100vh;
    transition: .3s;
    height: 100%;
    background: #fff;
    background: rgba(13, 16, 76, 0.9);
    padding-left: calc(50rem / 20);
    padding-right: calc(50rem / 20);
    padding-top: calc(200rem / 20); }
    .st-Gnav > ul {
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      border: .1rem solid #fff;
      padding-top: calc(30rem / 20);
      padding-bottom: calc(30rem / 20); }
    .st-Gnav > ul > li {
      width: 100%;
      font-size: calc(26rem / 20);
      text-align: left;
      color: #fff; }
      .st-Gnav > ul > li a {
        padding-top: calc(15rem / 20);
        padding-bottom: calc(15rem / 20); }
      .st-Gnav > ul > li span {
        transform: scale(1);
        font-size: calc(18rem / 20);
        display: inline-block;
        width: auto;
        margin-left: calc(18rem / 20); } }
.menu-trigger {
  display: none; }

@media only screen and (max-width: 46.875em) {
  .menu-trigger {
    position: fixed;
    right: 0;
    top: 0;
    width: calc(110rem / 20);
    height: calc(110rem / 20);
    z-index: 999;
    display: block;
    background: #122638; }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menu-trigger span {
    position: absolute;
    width: calc(50rem / 20);
    left: calc(33rem / 20);
    height: calc(7rem / 20);
    background-color: #fff; }

  .menu-trigger span:nth-of-type(1) {
    top: calc(34rem / 20); }

  .menu-trigger span:nth-of-type(2) {
    top: calc(51rem / 20); }

  .menu-trigger span:nth-of-type(3) {
    bottom: calc(33rem / 20); }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(0.74em) rotate(-45deg);
    transform: translateY(0.74em) rotate(-45deg); }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0; }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-0.74em) rotate(45deg);
    transform: translateY(-0.89rem) rotate(45deg); }

  .st-Gnav.menu-expanded {
    top: 0;
    height: 100vh; } }
/************/
/* スライドショー */
.home-Fv {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: url("../img/home_fv_bg.jpg");
  background-size: cover;
  padding-top: calc(40rem / 20);
  padding-bottom: calc(50rem / 20); }
  .home-Fv .material-icons.slick-prev {
    left: calc(950rem / 20);
    top: 50%;
    color: #fff;
    font-size: calc(25rem / 20);
    width: calc(40rem / 20);
    height: calc(120rem / 20);
    background: #122638;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .home-Fv .material-icons.slick-next {
    right: calc(950rem / 20);
    top: 50%;
    color: #fff;
    font-size: calc(25rem / 20);
    width: calc(40rem / 20);
    height: calc(120rem / 20);
    background: #122638;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .home-Fv .slick-slide {
    width: calc(1240rem / 20);
    padding-left: calc(20rem / 20);
    padding-right: calc(20rem / 20); }

@media only screen and (max-width: 46.875em) {
  .slick-slide {
    width: 100%; } }
#sliderInner {
  position: relative;
  left: 50%;
  width: calc(3100rem / 20);
  margin-left: calc(-1550rem / 20); }

@media only screen and (max-width: 46.875em) {
  #sliderInner {
    left: 0;
    width: 100%;
    margin-left: 0; } }
.home-Fv {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

@media only screen and (max-width: 80em) {
  .home-Fv {
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (max-width: 46.875em) {
  .home-Fv {
    padding-left: calc(25rem / 24);
    padding-right: calc(25rem / 24); } }
.home-Fv ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }
  .home-Fv ul li a:focus {
    outline: none; }
  .home-Fv ul li a img:hover {
    opacity: 1; }

/* ↑スライドショー */
.home-Sec1 {
  background: url("../img/sec1_bg.jpg");
  background-size: cover;
  padding-top: calc(55rem / 20);
  padding-bottom: calc(45rem / 20); }

.home-Sec1_About {
  background: #122638;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .home-Sec1_About .txtArea {
    width: calc(599rem / 20);
    padding-left: calc(50rem / 20);
    padding-right: calc(50rem / 20);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .home-Sec1_About .ttl1 {
    font-size: calc(18rem / 20);
    margin-bottom: calc(5rem / 20); }
  .home-Sec1_About .catch {
    font-size: calc(44rem / 20);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: calc(20rem / 20); }
  .home-Sec1_About .txt {
    font-size: calc(15rem / 20); }
  .home-Sec1_About .img {
    width: calc(601rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Sec1_About {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .home-Sec1_About .txtArea {
      width: 100%;
      padding-top: calc(30rem / 20);
      padding-bottom: calc(30rem / 20); }
    .home-Sec1_About .ttl1 {
      font-size: calc(24rem / 20); }
    .home-Sec1_About .txt {
      font-size: calc(24rem / 20); }
    .home-Sec1_About .img {
      width: 100%;
      text-align: center; }
      .home-Sec1_About .img img {
        width: 100%; } }
.home-Search {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: calc(40rem / 20);
  background: #fff;
  padding-top: calc(25rem / 20);
  padding-bottom: calc(25rem / 20); }
  .home-Search .ttl {
    font-size: calc(20rem / 20);
    font-weight: 600;
    border-right: 1px solid #000;
    width: calc(125rem / 20); }
  .home-Search .txt {
    font-size: calc(15rem / 20);
    width: calc(200rem / 20);
    text-align: center;
    border-right: 1px solid #000; }
  .home-Search .day {
    font-size: calc(13rem / 20);
    width: calc(190rem / 20);
    text-align: center;
    font-weight: 600; }
  .home-Search .txt span {
    font-size: calc(55rem / 20);
    font-weight: 600;
    margin-right: calc(3rem / 20);
    line-height: 1; }
  .home-Search .from-Area {
    width: calc(640rem / 20);
    background: #eaeff5;
    margin-right: calc(40rem / 20);
    border-radius: 2rem;
    padding-left: 1rem;
    position: relative; }
    .home-Search .from-Area:before {
      font-family: 'Material Icons';
      content: "\e8b6";
      position: absolute;
      font-size: calc(30rem / 20);
      right: calc(18rem / 20);
      color: #000;
      top: 50%;
      transform: translateY(-50%);
      z-index: 0; }
    .home-Search .from-Area input[type="text"] {
      width: calc(542rem / 20);
      height: calc(50rem / 20);
      outline: none; }
    .home-Search .from-Area input[type="submit"] {
      outline: none;
      width: calc(50rem / 20);
      z-index: 1;
      position: relative;
      color: transparent;
      cursor: pointer; }

@media only screen and (max-width: 46.875em) {
  .home-Search {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .home-Search .ttl {
      font-size: calc(24rem / 20);
      font-weight: 600;
      width: 30%;
      text-align: center; }
    .home-Search .day {
      font-size: calc(13rem / 20);
      width: 30%;
      text-align: center;
      font-weight: 600; }
    .home-Search .txt {
      font-size: calc(24rem / 20);
      width: 30%;
      text-align: center;
      border-right: 1px solid #000; }
    .home-Search .from-Area {
      width: 100%;
      margin-top: calc(10rem / 20);
      margin-right: 0; }
      .home-Search .from-Area input[type="text"] {
        width: calc(590rem / 20);
        height: calc(70rem / 20);
        outline: none; }
      .home-Search .from-Area input[type="submit"] {
        width: calc(70rem / 20); }
      .home-Search .from-Area:before {
        font-size: calc(45rem / 20);
        right: calc(43rem / 20); } }
.home-Sec2 {
  padding-top: calc(55rem / 20);
  padding-bottom: calc(80rem / 20);
  background: url("../img/sec2_bg.jpg");
  background-size: cover; }
  .home-Sec2 #map {
    width: 100%;
    height: calc(480rem / 20);
    background: #000; }

.home-Sec2_Ttl, .home-Sec3_Ttl, .home-Access_Ttl, .home-Sec4_Ttl, .home-Sec5_Ttl, .home-Qa_Ttl {
  text-align: center;
  font-size: calc(40rem / 20);
  line-height: 1.4;
  margin-bottom: calc(15rem / 20); }
  .home-Sec2_Ttl span, .home-Sec3_Ttl span, .home-Access_Ttl span, .home-Sec4_Ttl span, .home-Sec5_Ttl span, .home-Qa_Ttl span {
    display: block;
    font-size: calc(15rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Sec2_Ttl, .home-Sec3_Ttl, .home-Access_Ttl, .home-Sec4_Ttl, .home-Sec5_Ttl, .home-Qa_Ttl {
    font-size: calc(45rem / 20); }
    .home-Sec2_Ttl span, .home-Sec3_Ttl span, .home-Access_Ttl span, .home-Sec4_Ttl span, .home-Sec5_Ttl span, .home-Qa_Ttl span {
      font-size: calc(24rem / 20); } }
.home-Sec2_Txt, .home-Sec4_Txt, .home-Sec5_Txt, .home-Qa_Txt {
  font-size: calc(16rem / 20);
  text-align: center;
  margin-bottom: calc(30rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Sec2_Txt, .home-Sec4_Txt, .home-Sec5_Txt, .home-Qa_Txt {
    font-size: calc(26rem / 20); } }
.home-Sec2_List {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  background: #dfe2e6;
  flex-wrap: wrap; }
  .home-Sec2_List li {
    width: 20%;
    text-align: center;
    border-right: 1px solid #fff;
    font-size: calc(22rem / 20);
    font-weight: 700;
    position: relative; }
    .home-Sec2_List li a:before {
      font-family: 'Material Icons';
      content: "\e038";
      position: absolute;
      font-size: calc(18rem / 20);
      right: calc(18rem / 20);
      color: #122638;
      top: 50%;
      transform: translateY(-50%);
      z-index: 0; }
    .home-Sec2_List li a.clicked {
      background: #122638;
      color: #fff; }
      .home-Sec2_List li a.clicked:before {
        font-family: 'Material Icons';
        content: "\e038";
        position: absolute;
        font-size: calc(18rem / 20);
        right: calc(18rem / 20);
        color: #fff;
        top: 50%;
        transform: rotate(90deg);
        z-index: 0;
        line-height: 0; }
    .home-Sec2_List li a {
      display: block;
      padding-top: calc(22rem / 20);
      padding-bottom: calc(22rem / 20);
      transition: .3s; }
    .home-Sec2_List li a:hover {
      background: #122638;
      color: #fff; }
    .home-Sec2_List li a:hover::before {
      font-family: 'Material Icons';
      content: "\e038";
      position: absolute;
      font-size: calc(18rem / 20);
      right: calc(18rem / 20);
      color: #fff;
      top: 50%;
      transform: rotate(90deg);
      z-index: 0;
      line-height: 0; }

@media only screen and (max-width: 46.875em) {
  .home-Sec2_List li {
    width: 50%;
    border-bottom: #fff solid 1px; } }
.home-Sec3 {
  padding-top: calc(70rem / 20);
  padding-bottom: calc(90rem / 20);
  background: #122638; }

.home-Sec3_Ttl, .home-Access_Ttl {
  color: #fff;
  margin-bottom: calc(40rem / 20); }

.home-Sec3_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

@media only screen and (max-width: 46.875em) {
  .home-Sec3_Box {
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; } }
.home-Sec3_Unit {
  width: calc(373rem / 20);
  background: #fff;
  position: relative;
  margin-right: calc(37rem / 20);
  margin-bottom: calc(40rem / 20); }
  .home-Sec3_Unit:nth-child(3n) {
    margin-right: 0; }
  .home-Sec3_Unit a {
    display: block;
   height: 100%;
    transition: .3s; }
    .home-Sec3_Unit a:hover {
      background: rgba(0, 0, 0, 0.1); }
    .home-Sec3_Unit a:hover .img img {
      transform: scale(1.2, 1.2); }
  .home-Sec3_Unit .img {
    position: relative;
    height: calc(237rem / 20);
    overflow: hidden; }
  .home-Sec3_Unit .img img {
   width: 100%;
    transition: .3s; }
  .home-Sec3_Unit .mark {
    position: absolute;
    background: #009356;
    width: calc(87rem / 20);
    text-align: center;
    color: #fff;
    font-size: calc(15rem / 20);
    padding-top: calc(5rem / 20);
    padding-bottom: calc(5rem / 20);
    z-index: 1; }
  .home-Sec3_Unit .txtArea {
    padding-left: calc(37rem / 20);
    padding-right: calc(37rem / 20); }
    .home-Sec3_Unit .txtArea h2 {
      font-size: calc(21rem / 20);
      position: relative;
      font-weight: 700;
      padding-left: calc(60rem / 20);
      border-bottom: .2rem solid #dfe2e6;
      padding-top: calc(12rem / 20);
      padding-bottom: calc(12rem / 20);
      margin-bottom: calc(14rem / 20); }
      .home-Sec3_Unit .txtArea h2 .new {
        font-size: calc(13rem / 20);
        font-weight: 400;
        width: calc(65rem / 20);
        height: calc(65rem / 20);
        border-radius: 50%;
        background: #b6aa23;
        color: #fff;
        position: absolute;
        left: calc(-20rem / 20);
        top: calc(-30rem / 20);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center; }
    .home-Sec3_Unit .txtArea .txt {
      font-size: calc(13rem / 20);
      background: #dfe2e6;
      padding-top: calc(20rem / 20);
      padding-bottom: calc(20rem / 20);
      padding-left: calc(20rem / 20);
      padding-right: calc(20rem / 20);
      margin-top: calc(20rem / 20);
      margin-bottom: calc(20rem / 20); }
    .home-Sec3_Unit .txtArea .btn {
      padding-bottom: calc(32rem / 20);
      text-align: center;
      font-size: calc(15rem / 20);
      position: relative;
      vertical-align: middle; }
      .home-Sec3_Unit .txtArea .btn::before {
        font-family: 'Material Icons';
        content: "\e038";
        font-size: calc(18rem / 20);
        color: #122638;
        z-index: 0;
        margin-right: calc(5rem / 20); }
      .home-Sec3_Unit .txtArea .btn span {
        border-bottom: 3px solid #122638;
        padding-bottom: calc(3rem / 20); }
    .home-Sec3_Unit .txtArea .priceArea {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-line-pack: justify;
      -webkit-align-content: space-between;
      align-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .home-Sec3_Unit .txtArea .priceArea .tochi {
        width: calc(75rem / 20);
        background: #122638;
        color: #fff;
        text-align: center;
        font-size: calc(16rem / 20);
        padding-top: calc(3rem / 20);
        padding-bottom: calc(3rem / 20); }
      .home-Sec3_Unit .txtArea .priceArea .price {
        text-align: right;
        width: calc(223rem / 20);
        font-size: calc(42rem / 20);
        line-height: 1;
        font-weight: 500; }

@media only screen and (max-width: 46.875em) {
  .home-Sec3_Unit {
    width: 49%;
    margin-right: 0;
    margin-bottom: calc(20rem / 20); }
    .home-Sec3_Unit .mark {
      font-size: calc(24rem / 20); }
    .home-Sec3_Unit .txtArea {
      padding-left: calc(20rem / 20);
      padding-right: calc(20rem / 20); }
      .home-Sec3_Unit .txtArea h2 {
        padding-left: calc(55rem / 20); }
        .home-Sec3_Unit .txtArea h2 .new {
          left: calc(-10rem / 20); }
      .home-Sec3_Unit .txtArea .txt {
        font-size: calc(22rem / 20); }
      .home-Sec3_Unit .txtArea .btn {
        font-size: calc(24rem / 20); } }
.home-Sec3_kodawari .ttl {
  background: #b6aa23;
  text-align: center;
  font-size: calc(24rem / 20);
  color: #fff;
  padding-top: calc(20rem / 20);
  padding-bottom: calc(20rem / 20); }
.home-Sec3_kodawari .list {
  background: #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  font-size: calc(16rem / 20);
  border-top: 1px solid #fff; }
  .home-Sec3_kodawari .list li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 25%;
    position: relative; }
    .home-Sec3_kodawari .list li::before {
      position: absolute;
      font-family: 'Material Icons';
      content: "\e038";
      font-size: calc(18rem / 20);
      color: #9d7b29;
      margin-right: calc(5rem / 20);
      top: 50%;
      left: calc(15rem / 20);
      transform: translateY(-50%); }
    .home-Sec3_kodawari .list li a {
      display: block;
      padding-top: calc(15rem / 20);
      padding-bottom: calc(15rem / 20);
      padding-left: calc(40rem / 20);
      padding-right: calc(10rem / 20); }
      .home-Sec3_kodawari .list li a:hover {
        background: #ccc; }

@media only screen and (max-width: 46.875em) {
  .home-Sec3_kodawari .list {
    font-size: calc(21rem / 20); }
    .home-Sec3_kodawari .list li {
      width: 50%; }
      .home-Sec3_kodawari .list li a {
        padding-top: calc(20rem / 20);
        padding-bottom: calc(20rem / 20); } }
.home-Sec4 {
  padding-top: calc(70rem / 20);
  padding-bottom: calc(70rem / 20);
  background: url(../img/sec2_bg.jpg);
  background-size: cover; }

.home-Sec4_Ttl, .home-Sec5_Ttl, .home-Qa_Ttl {
  margin-bottom: calc(20rem / 20); }

.home-Sec4_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  padding-bottom: calc(30rem / 20); }
  .home-Sec4_Box::before {
    content: "";
    background: #e9edf2;
    position: absolute;
    width: 129.58%;
    height: calc(190rem / 20);
    bottom: 0;
    left: calc(-175rem / 20); }
  .home-Sec4_Box .home-Sec4_Unit {
    width: calc(384rem / 20); }
    .home-Sec4_Box .home-Sec4_Unit .imgArea {
      height: calc(257rem / 20);
      position: relative;
      margin-bottom: calc(20rem / 20); }
      .home-Sec4_Box .home-Sec4_Unit .imgArea .ico {
        position: absolute;
        background: #0c1926;
        color: #fff;
        font-size: calc(11rem / 20);
        transform: rotate(90deg);
        left: calc(-15rem / 20);
        top: calc(20rem / 20);
        padding-left: calc(7rem / 20);
        padding-top: calc(3rem / 20);
        padding-bottom: calc(3rem / 20);
        padding-right: calc(15rem / 20); }
      .home-Sec4_Box .home-Sec4_Unit .imgArea .ttl {
        width: calc(265rem / 20);
        position: absolute;
        bottom: 0;
        right: 0;
        background: #e9edf2;
        padding-left: calc(20rem / 20);
        padding-top: calc(20rem / 20);
        padding-bottom: calc(20rem / 20);
        padding-right: calc(20rem / 20);
        font-size: calc(18rem / 20);
        line-height: 1.6; }
    .home-Sec4_Box .home-Sec4_Unit .txt {
      font-size: calc(14rem / 20);
      position: relative; }
@media only screen and (max-width: 48em) {
 .home-Sec4_Box::before{
  width: 100%;
 }
}
@media only screen and (max-width: 46.875em) {
  .home-Sec4_Box {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-Sec4_Box::before {
      width: 100%;
      height: 0;
      left: 0; }
    .home-Sec4_Box .home-Sec4_Unit {
      width: 100%;
      margin-bottom: calc(60rem / 20); }
      .home-Sec4_Box .home-Sec4_Unit .imgArea {
        height: calc(475rem / 20); }
        .home-Sec4_Box .home-Sec4_Unit .imgArea .img img {
          width: 100%; }
        .home-Sec4_Box .home-Sec4_Unit .imgArea .ttl {
          width: calc(565rem / 20);
          font-size: calc(30rem / 20); }
        .home-Sec4_Box .home-Sec4_Unit .imgArea .ico {
          font-size: calc(22rem / 20);
          left: calc(-25rem / 20);
          top: calc(40rem / 20); }
      .home-Sec4_Box .home-Sec4_Unit .txt {
        font-size: calc(26rem / 20);
        position: relative; } }
.home-Sec5 {
  padding-top: calc(70rem / 20);
  padding-bottom: calc(70rem / 20);
  background: #f0ece4; }

.home-Sec5_Ttl {
  margin-bottom: calc(20rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Sec5_Ttl {
    font-size: calc(42rem / 20); } }
.home-Sec5_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .home-Sec5_Box .home-Sec5_Unit {
    width: calc(580rem / 20);
    position: relative; }
    .home-Sec5_Box .home-Sec5_Unit .img {
      width: calc(570rem / 20);
      position: absolute;
      z-index: 1; }
    .home-Sec5_Box .home-Sec5_Unit .txtArea {
      background: #fff;
      z-index: 0;
      top: calc(17rem / 20);
      right: 0;
      width: calc(570rem / 20);
      margin-top: calc(20rem / 20);
      padding-top: calc(200rem / 20);
      margin-left: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding-right: calc(20rem / 20);
      padding-bottom: calc(23rem / 20); }
      .home-Sec5_Box .home-Sec5_Unit .txtArea .ttl {
        width: calc(270rem / 20);
        font-size: calc(22rem / 20);
        margin-left: calc(40rem / 20); }
        .home-Sec5_Box .home-Sec5_Unit .txtArea .ttl span {
          display: block;
          font-size: calc(12rem / 20); }
      .home-Sec5_Box .home-Sec5_Unit .txtArea .txt {
        width: calc(300rem / 20);
        font-size: calc(14rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Sec5_Box {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-Sec5_Box .home-Sec5_Unit {
      width: 100%;
      margin-bottom: calc(40rem / 20); }
      .home-Sec5_Box .home-Sec5_Unit .img {
        width: 98%; }
        .home-Sec5_Box .home-Sec5_Unit .img img {
          width: 100%; }
      .home-Sec5_Box .home-Sec5_Unit .txtArea {
        width: 98%;
        -webkit-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: calc(248rem / 20); }
        .home-Sec5_Box .home-Sec5_Unit .txtArea .ttl {
          width: 100%;
          font-size: calc(38rem / 20);
          line-height: 1.5; }
          .home-Sec5_Box .home-Sec5_Unit .txtArea .ttl span {
            font-size: calc(24rem / 20); }
        .home-Sec5_Box .home-Sec5_Unit .txtArea .txt {
          width: 100%;
          font-size: calc(24rem / 20);
          margin-left: calc(40rem / 20);
          margin-top: calc(10rem / 20); } }
.home-Sec6 {
  padding-top: calc(70rem / 20);
  padding-bottom: calc(70rem / 20);
  background: url("../img/goog_bg.jpg");
  background-size: cover; }
  .home-Sec6 .home-Sec6_Inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  @media only screen and (max-width: 46.875em) {
    .home-Sec6 .home-Sec6_Inner {
      -webkit-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .home-Sec6 .ttlArea {
    width: calc(500rem / 20); }
    .home-Sec6 .ttlArea h2 {
      font-size: calc(80rem / 20);
      line-height: 1.3;
      margin-bottom: calc(30rem / 20); }
      .home-Sec6 .ttlArea h2 span {
        font-size: calc(20rem / 20);
        display: block;
        margin-top: calc(30rem / 20); }
    .home-Sec6 .ttlArea p {
      font-size: calc(17rem / 20);
      padding-right: calc(50rem / 20); }
  @media only screen and (max-width: 46.875em) {
    .home-Sec6 .ttlArea {
      width: 100%;
      margin-bottom: calc(30rem / 20); }
      .home-Sec6 .ttlArea h2 {
        font-size: calc(60rem / 20); }
        .home-Sec6 .ttlArea h2 br:first-child {
          display: none; }
        .home-Sec6 .ttlArea h2 span {
          font-size: calc(24rem / 20);
          margin-top: calc(10rem / 20); }
      .home-Sec6 .ttlArea p {
        font-size: calc(24rem / 20);
        padding-right: 0; } }
  .home-Sec6 .home-Sec6_Box {
    width: calc(650rem / 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-Sec6 .home-Sec6_Box .unit {
      width: calc(315rem / 20);
      margin-bottom: calc(20rem / 20);
      position: relative; }
      .home-Sec6 .home-Sec6_Box .unit .txtarea {
        background: #fff;
        margin-left: calc(15rem / 20);
        margin-top: calc(10rem / 20);
        padding-top: calc(135rem / 20);
        padding-bottom: calc(15rem / 20);
        padding-left: calc(20rem / 20);
        padding-right: calc(20rem / 20); }
        .home-Sec6 .home-Sec6_Box .unit .txtarea h2 {
          font-size: calc(16rem / 20);
          line-height: 1.5; }
        .home-Sec6 .home-Sec6_Box .unit .txtarea p {
          font-size: calc(13rem / 20); }
      .home-Sec6 .home-Sec6_Box .unit .img {
        position: absolute;
        top: 0;
        left: 0; }
.home-Sec6 .home-Sec6_Box .unit .img a:hover img{
       transition: .3s;
 opacity: .8;
}
  @media only screen and (max-width: 46.875em) {
    .home-Sec6 .home-Sec6_Box {
      width: 100%; }
      .home-Sec6 .home-Sec6_Box .unit {
        width: 48%; }
        .home-Sec6 .home-Sec6_Box .unit .txtarea {
          background: #fff;
          margin-top: calc(20rem / 20);
          padding-bottom: calc(20rem / 20); }
          .home-Sec6 .home-Sec6_Box .unit .txtarea h2 {
            font-size: calc(26rem / 20);
            line-height: 1.5; }
          .home-Sec6 .home-Sec6_Box .unit .txtarea p {
            font-size: calc(22rem / 20); } }

.home-Qa {
  padding-top: calc(70rem / 20);
  padding-bottom: calc(70rem / 20);
  background: #d8dfe7; }

.home-Qa_Ttl {
  margin-bottom: calc(20rem / 20); }

.home-Qa_List {
  margin-bottom: calc(13rem / 20); }
  .home-Qa_List dt {
    background: #fff;
    padding-top: calc(40rem / 20);
    padding-bottom: calc(40rem / 20);
    padding-right: calc(45rem / 20);
    padding-left: calc(45rem / 20);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: .3s; }
    .home-Qa_List dt:hover {
      background: #F1F1F1; }
    .home-Qa_List dt .q1 {
      border-radius: 50%;
      background-color: #00bdaa;
      width: calc(43rem / 20);
      font-size: calc(16rem / 20);
      height: calc(43rem / 20);
      line-height: 1;
      color: #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding-bottom: calc(3rem / 20); }
    .home-Qa_List dt .q2 {
      width: calc(1050rem / 20);
      font-size: calc(18rem / 20);
      font-weight: 600;
      margin-top: calc(6rem / 20);
      padding-right: calc(33rem / 20); }
    .home-Qa_List dt::before {
      font-family: 'Material Icons';
      line-height: 1;
      content: "\e313";
      right: calc(50rem / 20);
      color: #00bdaa;
      position: absolute;
      width: calc(27rem / 20);
      height: calc(27rem / 20);
      font-size: calc(28rem / 20);
      top: 50%;
      transform: translateY(-50%); }
    .home-Qa_List dt.clicked::before {
      font-family: 'Material Icons';
      line-height: 1;
      content: "\e316";
      right: calc(50rem / 20);
      color: #00bdaa;
      position: absolute;
      width: calc(27rem / 20);
      height: calc(27rem / 20);
      font-size: calc(28rem / 20);
      top: 50%;
      transform: translateY(-50%); }
  .home-Qa_List dd {
    background: #fff;
    font-size: calc(15rem / 20);
    padding-bottom: calc(50rem / 20);
    padding-top: calc(20rem / 20);
    padding-right: calc(50rem / 20);
    padding-left: calc(50rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Qa_List dt {
    padding-top: calc(20rem / 20);
    padding-bottom: calc(20rem / 20);
    padding-right: calc(20rem / 20);
    padding-left: calc(20rem / 20); }
    .home-Qa_List dt::before {
      right: calc(30rem / 20); }
    .home-Qa_List dt.clicked::before {
      right: calc(30rem / 20); }
    .home-Qa_List dt .q1 {
      width: calc(50rem / 20);
      height: calc(50rem / 20);
      font-size: calc(24rem / 20); }
    .home-Qa_List dt .q2 {
      width: calc(600rem / 20);
      font-size: calc(24rem / 20); }
  .home-Qa_List dd {
    font-size: calc(25rem / 20); } }
.home-News {
  background: #0e375b;
  padding-top: calc(70rem / 20);
  padding-bottom: calc(70rem / 20); }

.home-News_Ttl, .home-Sns_Ttl {
  text-align: center;
  font-size: calc(32rem / 20);
  line-height: 1.4;
  margin-bottom: calc(30rem / 20);
  color: #fff; }
  .home-News_Ttl span, .home-Sns_Ttl span {
    display: block;
    font-size: calc(15rem / 20); }

.home-News_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .home-News_Box .event {
    width: calc(540rem / 20); }
    .home-News_Box .event .all-btn1 {
      padding-bottom: calc(32rem / 20);
      text-align: center;
      font-size: calc(15rem / 20);
      position: relative;
      vertical-align: middle;
      color: #fff; }
      .home-News_Box .event .all-btn1::before {
        font-family: 'Material Icons';
        content: "\e038";
        font-size: calc(18rem / 20);
        color: #fff;
        z-index: 0;
        margin-right: calc(5rem / 20); }
      .home-News_Box .event .all-btn1 span {
        border-bottom: 2px solid #fff;
        padding-bottom: calc(3rem / 20); }
    .home-News_Box .event .all-btn2 {
      border: .1rem solid #fff;
      width: calc(235rem / 20);
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      color: #fff;
      position: relative;
      font-size: calc(18rem / 20); }
      .home-News_Box .event .all-btn2 a::before {
        font-family: 'Material Icons';
        content: "\e038";
        position: absolute;
        font-size: calc(18rem / 20);
        left: calc(47rem / 20);
        color: #fff;
        top: 50%;
        transform: rotate(90deg);
        z-index: 0;
        line-height: 0; }
      .home-News_Box .event .all-btn2 a {
        display: block;
        padding-top: calc(15rem / 20);
        padding-bottom: calc(15rem / 20); }
       .home-News_Box .event .all-btn2 a.clicked{
         background: rgba(255, 255, 255, 0.9);
         color: #122638;
       }
      .home-News_Box .event .all-btn2 a.clicked::before {
        font-family: 'Material Icons';
        content: "\e038";
        position: absolute;
        font-size: calc(18rem / 20);
        left: calc(47rem / 20);
        color: #122638;
        top: 50%;
        transform: rotate(-90deg);
        z-index: 0;
        line-height: 0; }
      .home-News_Box .event .all-btn2:hover {
        background: rgba(255, 255, 255, 0.5);
        transition: .3s; }
    .home-News_Box .event .unit {
      background: #fff;
      margin-bottom: calc(23rem / 20); }
      .home-News_Box .event .unit a {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        transition: .3s; }
        .home-News_Box .event .unit a:hover {
          background: #F0F0F0; }
          .home-News_Box .event .unit a:hover .btn span {
            border-bottom: 3px solid #122638; }
    .home-News_Box .event .unit a:hover .img img {
      transform: scale(1.2, 1.2); }
      .home-News_Box .event .unit .img {
        width: calc(211rem / 20); 
       position: relative;
       overflow: hidden;
       display:-webkit-box;
display:-webkit-flex;
display:flex;
-webkit-box-pack:center;
-webkit-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
        height: calc(171rem / 20); }
       .home-News_Box .event .unit .img img{
        transition: .3s;
       }

      .home-News_Box .event .unit .txtArea {
        width: calc(330rem / 20);
        padding-top: calc(15rem / 20);
        padding-bottom: calc(10rem / 20);
        padding-left: calc(20rem / 20);
        padding-right: calc(20rem / 20);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        flex-direction: column; }
        .home-News_Box .event .unit .txtArea .day {
          font-size: calc(14rem / 20);
          font-weight: 700; }
        .home-News_Box .event .unit .txtArea .txt {
          font-size: calc(15rem / 20);
          line-height: 1.5; }
        .home-News_Box .event .unit .txtArea .btn {
          margin-top: auto;
          font-size: calc(14rem / 20);
          text-align: right;
          vertical-align: middle; }
          .home-News_Box .event .unit .txtArea .btn::before {
            font-family: 'Material Icons';
            content: "\e038";
            font-size: calc(18rem / 20);
            color: #122638;
            z-index: 0;
            margin-right: calc(5rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-News {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0; }

  .home-News_Box {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
    .home-News_Box .event {
      background: #0e375b;
      width: 100%;
      padding-left: calc(20rem / 20);
      padding-right: calc(20rem / 20);
      padding-top: calc(70rem / 20);
      padding-bottom: calc(70rem / 20); }
      .home-News_Box .event .unit .txtArea {
        width: 75%; }
        .home-News_Box .event .unit .txtArea .day {
          font-size: calc(24rem / 20); }
        .home-News_Box .event .unit .txtArea .txt {
          font-size: calc(24rem / 20); }
        .home-News_Box .event .unit .txtArea .btn {
          font-size: calc(21rem / 20);
          margin-top: calc(10rem / 20);
          margin-bottom: calc(20rem / 20); }
      .home-News_Box .event .unit .img {
        width: 25%;
        position: relative; }
      .home-News_Box .event .all-btn1 {
        font-size: calc(24rem / 20); }
      .home-News_Box .event .all-btn2 {
        width: 80%;
        font-size: calc(24rem / 20); }
    .home-News_Box .event:last-child {
      background: #1d7268; } }
.home-Sns {
  background: #1d7268;
  background: -moz-linear-gradient(left, #1d7268 0%, #1d7268 50%, #0e375b 50%, #0e375b 100%);
  background: -webkit-linear-gradient(left, #1d7268 0%, #1d7268 50%, #0e375b 50%, #0e375b 100%);
  background: linear-gradient(to right, #1d7268 0%, #1d7268 50%, #0e375b 50%, #0e375b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d7268', endColorstr='#0e375b',GradientType=1 );
  padding-top: calc(70rem / 20);
  padding-bottom: calc(70rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Sns {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0; } }
.home-Sns_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .home-Sns_Box .sns {
    width: calc(540rem / 20); 
color: #fff; }

@media only screen and (max-width: 46.875em) {
  .home-Sns_Box {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0; }
    .home-Sns_Box .sns {
      width: 100%;
      background: #0e375b;
      width: 100%;
      padding-left: calc(20rem / 20);
      padding-right: calc(20rem / 20);
      padding-top: calc(70rem / 20);
      padding-bottom: calc(70rem / 20); }
    .home-Sns_Box .sns:last-child {
      background: #1d7268; } }
.home-Company {
  padding-top: calc(45rem / 20);
  padding-bottom: calc(45rem / 20);
  background: #f2f5f8; }

.home-Company_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff; }
  .home-Company_Box .img {
    width: calc(600rem / 20); }
  .home-Company_Box .txtArea {
    width: calc(600rem / 20);
    background: #fff;
    padding-left: calc(70rem / 20); }
  .home-Company_Box .ttl {
    font-size: calc(40rem / 20);
    line-height: 1.4;
    margin-bottom: calc(30rem / 20); }
    .home-Company_Box .ttl span {
      display: block;
      font-size: calc(16rem / 20); }
  .home-Company_Box .txt {
    font-size: calc(14rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Company_Box {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .home-Company_Box .img {
      width: 100%;
      text-align: center; }
    .home-Company_Box .txtArea {
      width: 100%;
      padding-left: calc(30rem / 20);
      padding-right: calc(30rem / 20);
      padding-top: calc(30rem / 20);
      padding-bottom: calc(30rem / 20); }
    .home-Company_Box .ttl {
      font-size: calc(45rem / 20); }
      .home-Company_Box .ttl span {
        font-size: calc(24rem / 20); }
    .home-Company_Box .txt {
      font-size: calc(24rem / 20); } }
.home-Company_Table {
  font-size: calc(16rem / 20);
  margin-bottom: calc(25rem / 20); }
  .home-Company_Table th {
    text-align: left;
    width: calc(110rem / 20); }

@media only screen and (max-width: 46.875em) {
  .home-Company_Table {
    font-size: calc(26rem / 20); }
    .home-Company_Table th {
      text-align: left;
      width: calc(180rem / 20); } }
.home-Access {
  padding-top: calc(40rem / 20);
  padding-bottom: calc(70rem / 20);
  background: #14486f; }
  .home-Access .gmap iframe {
    width: 100%;
    height: calc(300rem / 20); }

.home-Access_Ttl {
  margin-bottom: calc(20rem / 20); }

.footer {
  padding-top: calc(85rem / 20);
  padding-bottom: calc(85rem / 20);
  background: #122638; }

@media only screen and (max-width: 46.875em) {
  .footer {
    padding-top: calc(70rem / 20);
    padding-bottom: calc(70rem / 20); } }
.footer_Box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #fff; }
  .footer_Box .left {
    width: calc(760rem / 20); }
    .footer_Box .left h2 {
      width: calc(530rem / 20);
      margin-bottom: calc(5rem / 20); }
    .footer_Box .left .add {
      font-size: calc(14rem / 20); }
    .footer_Box .left .navibox {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      font-size: calc(13rem / 20);
      margin-top: calc(40rem / 20); }
      .footer_Box .left .navibox article {
        position: relative;
        /*width: calc(173rem / 20);*/
       width: 19%;
        padding-top: calc(20rem / 20); }
        .footer_Box .left .navibox article::before {
          content: "";
          border-top: .15rem solid #033d87;
          position: absolute;
          width: calc(35rem / 20);
          height: .12rem;
          top: 0;
          left: 0;
          z-index: 1; }
        .footer_Box .left .navibox article::after {
          content: "";
          border-top: .15rem solid #bac1c8;
          position: absolute;
          width: 100%;
          height: .15rem;
          top: 0;
          left: 0; }
        .footer_Box .left .navibox article li:first-child::before {
          content: "";
          margin-right: 0; }
        .footer_Box .left .navibox article li::before {
          content: "-";
          margin-right: calc(5rem / 20); }
  .footer_Box .right {
    width: calc(440rem / 20);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .footer_Box .right .txt1 {
      font-size: calc(44rem / 20);
      font-weight: 600;
      text-align: right;
      line-height: 1;
      margin-bottom: calc(10rem / 20); }
    .footer_Box .right .txt2 {
      font-size: calc(14rem / 20);
      text-align: right; }
    .footer_Box .right .sns {
      margin-top: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: end;
      -webkit-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      margin-bottom: calc(14rem / 20);
      line-height: 1; }
      .footer_Box .right .sns a {
        display: block;
        padding-left: calc(7rem / 20);
        padding-right: calc(7rem / 20); }
    .footer_Box .right .copy {
      font-size: calc(14rem / 20);
      text-align: right; }

@media only screen and (max-width: 46.875em) {
  .footer_Box {
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer_Box .left {
      width: 100%; }
      .footer_Box .left h2 {
        margin-left: auto;
        margin-right: auto; }
      .footer_Box .left .add {
        font-size: calc(22rem / 20);
        text-align: center; }
      .footer_Box .left .navibox {
        -webkit-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        font-size: calc(22rem / 20); }
        .footer_Box .left .navibox article {
          width: 48%;
          padding-bottom: calc(40rem / 20); }
    .footer_Box .right {
      width: 100%; }
      .footer_Box .right .txt1 {
        text-align: center;
        font-size: calc(50rem / 20); }
      .footer_Box .right .txt2 {
        text-align: center;
        font-size: calc(24rem / 20); }
      .footer_Box .right .sns {
        -webkit-box-pack: center;
        -webkit-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: calc(40rem / 20);
        margin-bottom: calc(40rem / 20); }
      .footer_Box .right .copy {
        text-align: center;
        font-size: calc(24rem / 20); } }



 .gm-style .gm-style-iw-c{
 width: 200px;
 max-height: 180px!important;
  height: 180px!important;
 }
 .gm-style-iw-d{
 max-height: 180px!important;
  height: 180px!important;
 }

 .map-window{
  position: relative;
 }
 .map-window .map-mark{
  position: absolute;
  z-index: 8;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(185,72,73,1.00);
  padding: 3px 5px;
  margin: 0;
 }
 .map-window .map-term{
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  background:rgba(15,36,196,.8);
  color: #fff;
  padding: 3px 5px;
  margin: 0;
 }
 .map-window .map-price{
  font-size: 10px;
  margin-top: 2px;
 }
 .map-window .map-window_name{
  font-size: 10px;
  margin-top: 2px;
 }
 #map .map-img{
  height: 100px;
  overflow: hidden;
  position: relative;
 }
 #map .map-img img{
  position: absolute;
  top: -50px;
 }
 .sp-Secion{
  display: none;
 }
 @media only screen and (max-width: 46.875em) {
 .sp-Secion{
  display: block;
 }
 }
.sp-Secion .home-Search .day{
 margin-left: calc(30rem / 20);
}
 .home-Sp_SecList{
  margin-top: calc(30rem / 20);
  margin-bottom: calc(30rem / 20);
 }
 .home-Sp_SecList li{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
 -webkit-box-align:start;
 -webkit-align-items:flex-start;
 align-items:flex-start;
  padding-top: calc(10rem / 20);
  padding-bottom: calc(10rem / 20);
  font-size: calc(26rem / 20);
  border-bottom: 1px solid #ccc;
 }
 .home-Sp_SecList .ttl{
  width: calc(480rem / 20);
 }
 .home-Sp_SecList .day{
  width: calc(220rem / 20);
 }
 .home-Sp_SecList .up{
  background: rgba(0,198,14,1.00);
  text-align: center;
  color: #fff;
  padding-left: calc(5rem / 20);
  padding-right: calc(5rem / 20);
  margin-right: calc(10rem / 20);
  width: calc(70rem / 20);
 }
 .home-Sp_SecBox{
  margin-bottom: calc(50rem / 20);
 }
.home-Sp_SecBox_Unit {
  width: 100%;
  background: #fff;
  position: relative;
 padding-left:calc(10rem / 20);
 padding-right:calc(10rem / 20);
 }
  .home-Sp_SecBox_Unit:nth-child(3n) {
    margin-right: 0; }
  .home-Sp_SecBox_Unit a {
    display: block;
    transition: .3s; }
    .home-Sp_SecBox_Unit a:hover {
      background: rgba(0, 0, 0, 0.1); }
    .home-Sp_SecBox_Unit a:hover .img img {
      transform: scale(1.2, 1.2); }
  .home-Sp_SecBox_Unit .img {
    position: relative;
   height: calc(400rem / 20);
    overflow: hidden; }
  .home-Sp_SecBox_Unit .img img {
   width: 100%;
    transition: .3s; }
  .home-Sp_SecBox_Unit .mark {
    position: absolute;
    background: #fff;
    text-align: center;
    color: #000;
    font-size: calc(32rem / 20);
    padding-top: calc(5rem / 20);
    padding-bottom: calc(5rem / 20);
    padding-left: calc(15rem / 20);
    padding-right: calc(5rem / 20);
    z-index: 1; }
   .home-Sp_SecBox_Unit .mark span{
    font-size: calc(32rem / 20);
    color: #fff;
    background:rgba(237,0,3,1.00);
    padding-left: calc(15rem / 20);
    padding-right: calc(15rem / 20);
    padding-top: calc(5rem / 20);
    padding-bottom: calc(5rem / 20);
    margin-left: calc(15rem / 20);
   }
   .home-Sp_SecBox_Unit .mark time{
    margin-left: calc(15rem / 20);
   }
  .home-Sp_SecBox_Unit .txtArea {
    padding-left: calc(37rem / 20);
    padding-right: calc(37rem / 20); }
    .home-Sp_SecBox_Unit .txtArea h2 {
      font-size: calc(28rem / 20);
      position: relative;
      font-weight: 700;
      padding-left: calc(10rem / 20);
      border-bottom: .2rem solid #dfe2e6;
      padding-top: calc(12rem / 20);
      padding-bottom: calc(12rem / 20);
      margin-bottom: calc(14rem / 20); }
    .home-Sp_SecBox_Unit .txtArea .txt {
      font-size: calc(23rem / 20);
      background: #dfe2e6;
      padding-top: calc(20rem / 20);
      padding-bottom: calc(20rem / 20);
      padding-left: calc(20rem / 20);
      padding-right: calc(20rem / 20);
      margin-top: calc(20rem / 20);
      margin-bottom: calc(20rem / 20); }
    .home-Sp_SecBox_Unit .txtArea .priceArea {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-line-pack: justify;
      -webkit-align-content: space-between;
      align-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .home-Sp_SecBox_Unit .txtArea .priceArea .tochi {
        width: calc(175rem / 20);
        background: #122638;
        color: #fff;
        text-align: center;
        font-size: calc(26rem / 20);
        padding-top: calc(3rem / 20);
        padding-bottom: calc(3rem / 20); }
      .home-Sp_SecBox_Unit .txtArea .priceArea .price {
        text-align: right;
        width: calc(223rem / 20);
        font-size: calc(46rem / 20);
        line-height: 1;
        font-weight: 500; }
       .home-Sp_SecBox .slick-dots{
           bottom: 0;
        }
        .slick-dots li{
         width: 2rem;
        }
       .home-Sp_SecBox .slick-dots li button{
         background: #ccc;
         width: 2rem;
        }
       .home-Sp_SecBox .slick-dots li.slick-active button{
        background: rgba(93,93,93,1.00);
        }
.home-Sp_List {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  background: #dfe2e6;
  flex-wrap: wrap; }
  .home-Sp_List li {
    width: 50%;
    border-bottom: #fff solid 1px;
    text-align: center;
    border-right: 1px solid #fff;
    font-size: calc(22rem / 20);
    font-weight: 700;
    position: relative; }
    .home-Sp_List li a:before {
      font-family: 'Material Icons';
      content: "\e038";
      position: absolute;
      font-size: calc(18rem / 20);
      right: calc(18rem / 20);
      color: #122638;
      top: 50%;
      transform: translateY(-50%);
      z-index: 0; }
    .home-Sp_List li a.clicked {
      background: #122638;
      color: #fff; }
      .home-Sp_List li a.clicked:before {
        font-family: 'Material Icons';
        content: "\e038";
        position: absolute;
        font-size: calc(18rem / 20);
        right: calc(18rem / 20);
        color: #fff;
        top: 50%;
        transform: rotate(90deg);
        z-index: 0;
        line-height: 0; }
    .home-Sp_List li a {
      display: block;
      padding-top: calc(22rem / 20);
      padding-bottom: calc(22rem / 20);
      transition: .3s; }
    .home-Sp_List li a:hover {
      background: #122638;
      color: #fff; }
    .home-Sp_List li a:hover::before {
      font-family: 'Material Icons';
      content: "\e038";
      position: absolute;
      font-size: calc(18rem / 20);
      right: calc(18rem / 20);
      color: #fff;
      top: 50%;
      transform: rotate(90deg);
      z-index: 0;
      line-height: 0; }
.sp-Secion #mapSp {
    width: 100%;
    height: calc(480rem / 20);
 margin-bottom: calc(50rem / 20);
    background: #000; }
.sp-Secion .sp-Secion_Ttl{
 font-size: calc(45rem / 20);
 margin-bottom: calc(15rem / 20);
 margin-top: calc(15rem / 20);
 text-align: center;
}
/* ------ */
.clearfix:after {
  clear: both;
  content: '';
  display: block; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
    *::before, *::after, *::first-letter, *::first-line {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } 
}
}

/*リクルートバナー*/
.st-recruit_fix_bnr{
 position: fixed;
 right: 0;
 top: calc(20rem / 20);
 width: calc(205rem / 20);
 z-index: 99;
}
@media only screen and (max-width: 48em ) {
 .st-recruit_fix_bnr{
  top: auto;
  right: auto;
  left: 0;
  bottom: calc(120rem / 20);
  width: calc(60rem / 20);
 }
}

/* 2025/09/24更新 */

/* ========================================
   トップページテスト用スタイル上書き
   ======================================== */

/* お知らせセクションの背景を紺色に */
.home-News {
  background: #0e375b;
}

/* お知らせセクションを中央寄せに調整 */
.home-News_Box.st-Width {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* お知らせセクションの幅を調整 */
.home-News_Box .event {
  width: 90%;
  margin: 0 auto;
}

/* お知らせタイトルの中央寄せ */
.home-News_Box .event h2.home-News_Ttl {
  text-align: center;
  margin-bottom: 2rem;
}

/* お知らせエリアの調整 */
.home-News_Box .home-infoArea {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* お知らせアイテムの調整 */
.home-News_Box .home-infoArea .unit {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-News_Box .home-infoArea .unit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* お知らせ画像の調整 */
.home-News_Box .home-infoArea .unit .img {
  height: 200px;
  overflow: hidden;
}

.home-News_Box .home-infoArea .unit .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* お知らせテキストエリアの調整 */
.home-News_Box .home-infoArea .unit .txtArea {
  padding: 1.5rem;
}

/* お知らせ日付のスタイル */
.home-News_Box .home-infoArea .unit .txtArea .day {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* お知らせタイトルのスタイル */
.home-News_Box .home-infoArea .unit .txtArea .txt {
  font-size: calc(18rem / 20);
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* お知らせリンクの調整 - 文章部分をボックス内に広げる */
.home-News_Box .event .unit a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  flex-direction: column;
}

/* テキストエリアをフルサイズに */
.home-News_Box .event .unit a .txtArea {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ボタンの調整 */
.home-News_Box .all-btn1,
.home-News_Box .all-btn2 {
  text-align: center;
  margin-top: 2rem;
}

.home-News_Box .all-btn1 a,
.home-News_Box .all-btn2 a {
  display: inline-block;
  padding: 12px 24px;
  background: #00479d;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.home-News_Box .all-btn1 a:hover,
.home-News_Box .all-btn2 a:hover {
  background: #003366;
}

/* モバイル版の調整 */
@media only screen and (max-width: 768px) {
  .home-News_Box .home-infoArea {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .home-News_Box .home-infoArea .unit .txtArea {
    padding: 1rem;
  }
  
  .home-News_Box .home-infoArea .unit .img {
    height: 150px;
  }
}
