<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* --------------------------------------------------

	css/tpl_header.css

-------------------------------------------------- */

/* ------------------------
	contents_header
------------------------ */
/*megamenu*/
.header__menu {
  position: relative;
  max-width: 100%;
	width: 1200px;
    margin: 0 auto;
 
  text-align: center;
  list-style: none;
  padding: 0;
	height: 66px;
	display: flex;
	border-left: 1px solid rgba( 40, 156, 236, 0.75 );
	border-left: 1px solid #d7cba5;
}
.header__menu li {
  display: inline-block;
	width: 16%;
	    border-right: 1px solid rgba( 40, 156, 236, 0.75 );
	border-right: 1px solid #d7cba5;
	text-align: center;
}
.header__menu li ul li{
	    border-right: 0px solid rgba( 40, 156, 236, 0.75 );
}
.header__menu li:nth-child(1),
.header__menu li:nth-child(2),
.header__menu li:nth-child(3){
	width: 20%;
}
.header__menu li:nth-child(5),
.header__menu li:nth-child(6){
	width: 13%;
}
.header__menu li:nth-child(4){
	width: 14%;
}
.header__menu li a {
  color: #fff; /* メニューの文字色 */
  text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	/*height: 100%;*/
	display: block;
	padding-top: 12px;
}
.header__menu li.onem a {
	    padding-top: 22px;
    display: block;
    height: calc(100% - 22px);
}
.header__menu li a .mm_under {
	font-size: 12px;
	display: block;
	font-weight: normal;
	margin-top: 3px;
	text-align: center;
}
.header__menu li a:hover {
  color: #fff; /* ホバーした時の文字色 */
}
.header__menu li .mega__menu-second li a:hover {
  color: #426dd8; /* ホバーした時の文字色 */
}

.mega__menu-second {
  visibility: hidden;
  opacity: 0;
}
.mega__menu-second ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2%;
}
.mega__menu-second ul.mm-s-search{
	justify-content: flex-end;
    margin-top: -120px;
}
.mega__menu-second ul.mm-s-search li:last-child{
    margin-right: 2%;
}
.mega__menu-second ul.mm_lineup {
	position: absolute;
    top: 40px;
    right: 0px;
    width: 100%;
    display: block;
    left: 0;
    text-align: right;
}
.mega__menu-second li a{
  font-size: 12px;
	display: block;
	font-weight: normal;
	text-align: left;
}

.header__menu li .mega__menu-second a{
	padding-top: 4px;
	position: relative;
	padding-left: 0.8em;
	height: auto;
}
.header__menu li .mega__menu-second .mm_photo a {
    padding-top: 0;
    position: relative;
    padding-left: 0;
    height: auto;
}
.header__menu li .mega__menu-second li a:hover{
	text-decoration: underline;
	color: #fff!important;
}
.header__menu li .mega__menu-second a:before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: -2px;
  bottom: 0;
  margin: auto;
}
.header__menu li .mega__menu-second .mm_photo a:before {
  content: '';
  width: 0px;
  height: 0px;
  border: 0;
  border-top: solid 0 #fff;
  border-right: solid 0 #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.mega__menu-second li .mm_h{
  font-size: 12px;
	display: flex;
	flex-wrap: wrap;
} 
.mega__menu-second li.area_c .mm_h{
  padding-bottom: 6px;
}
.mega__menu-second li .mm_h a{
  width: calc(50% - 0.8em);
}
.mega__menu-second .mm_photo{
  width: 100%;
	position: relative;
	display: block;
	margin-bottom: 4px;
}
.mega__menu-second .mm_photo img{
  width: 100%;
}
.mega__menu-second .mm_tit{
  position: absolute;
	top: 0;
	width: 100%;
	padding: 3px 0 2px;
	background: rgba(255,255,255,0.6);
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	display: none;
}
.mega__menu-second .mm_subt{
	text-align: left;
	color: #fff;
	display: block;
    padding: 6px 0 0 0;
}
.header__menu li:hover {
  background: #039CD6; /* メニューの背景色 */
	background: #ac2933;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header__menu li ul li:hover {
  background: none;
}
li.mega__menu .mms_bg {
  position: fixed;
  top: 146px;
  left: 0;
  width: 100%;
  background: #039CD6; /* メガメニューの背景色 */
	background: #ac2933;
  padding: 40px 0 0 0;
  box-sizing: border-box;

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
li.mega__menu .mega__menu-second {
  position: fixed;
  top: 146px;
  left: 0;
  width: 100%;
 
  padding: 40px 16px 0 16px;
  box-sizing: border-box;

  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
	 background: #039CD6; /* メガメニューの背景色 */
	background: rgb(3,156,214,0.8);
		background: rgb(172,41,51,0.8);
}

@media screen and (max-width: 1000px) {
	li.mega__menu .mega__menu-second {
   padding: 40px 0 30px 16px;
}
.mega__menu-second ul.mm-s-search {
    margin-top: -140px;
}
.header__menu li a .mm_under {
    font-size: 10px;
}

}/**/

li.mega__menu:hover .mega__menu-second {
  top: 116px;
  visibility: visible;
  opacity: 1;
	margin: 0 auto;

}


li.mega__menu .mega__menu-second li{
  width: 18%;
  padding: 0 0% 2% 0%;
}
li.mega__menu .mega__menu-second li.mtset{
 margin-top: -130px;
}
li.mega__menu .mega__menu-second .mm_tenpo{
  width: 100%;
	    max-width: 1200px;
    margin: 0 auto;
	padding-bottom: 10px;
}
li.mega__menu .mega__menu-second .mm_tenpo .mmt_inner{
  width: 100%;
	max-width: 1200px;
  display: flex;
	flex-wrap: wrap;
}
.mmt_inner .mmti-1{
  width: 66%;
	/*background: #000;*/
}
.mmt_inner .mmti-2{
  width: 34%;
	/*background: #999;*/
}
.mmt_inner .areakanto{
  display: flex;
	flex-wrap: wrap;
}
.mmt_inner .mmti-3{
  display: flex;
	flex-wrap: wrap;
	width: 64%;
}
.mmt_inner .mmti-3-left{
	width: 50%;
}
.mmt_inner .mmti-3-right{
	width: 50%;
}
.mmt_inner .areakanto .mmti_kanagawa{
  width: 36%;
}
.mmt_inner .areakanto .mmti_tokyo,
.mmt_inner .areakanto .mmti_ibaraki,
.mmt_inner .areakanto .mmti_saitama,
.mmt_inner .areakanto .mmti_chiba,
.mmt_inner .areakanto .mmti_gunma,
.mmt_inner .areakanto .mmti_tochigi{
  width: 100%;
	margin-bottom: 4px;
}
.mmt_inner dt a{
	color: #fff;
	text-align: left;
	font-size: 15px;
}
li.mega__menu .mega__menu-second .mmt_inner li {
    width: 42%;
	border: 0;
    padding: 0 0% 2% 0%;
}
li.mega__menu .mega__menu-second .mmt_inner .mmti-3-right li {
    width: 30%;
	border: 0;
    padding: 0 0% 2% 0%;
}
li.mega__menu .mega__menu-second .mmt_inner li a {
    height: auto;
	width: 100%;
}
.mmt_inner .areatokai,
.mmt_inner .areatohoku,
.mmt_inner .areakansai{
  width: 100%;
  display: flex;
	flex-wrap: wrap;
}
.mmt_inner .areatohoku,
.mmt_inner .areakansai{
 padding-top: 10px;
}
.mmt_inner .areakanto .mm_photo,
.mmt_inner .areatokai .mm_photo,
.mmt_inner .areatohoku .mm_photo,
.mmt_inner .areakansai .mm_photo{
  width: 220px;
	margin: 0 20px 10px 0;
}
.mega__menu-second .mmti-2 ul {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    gap: 0;
}
.mega__menu-second .mmti-2 .kaig {
width:  calc(100% - 240px);
    
}
.mega__menu-second .mmti-2 dl {
    float: left;
    width: 48%;
	box-sizing: border-box;
	margin-bottom: 3px;
    
}
.mega__menu-second  dl dd {
	margin: 0;
    
}
li.mega__menu .mega__menu-second .mmt_inner .mmti-2 li {
    width: 100%;
    border: 0;
    padding: 0 0% 2% 0%;
}

/*head*/
#header{
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	/*height: 40px;*/
	z-index: 1001;
}
.head img{
	width: 100%;
}
#headnav{
	background:rgba( 40, 156, 236, 0.75 ); /* メニューの背景色 */
	background: #2e75b6;
	background: #01579B;
	background: rgb(44,143,221);
background: linear-gradient(180deg, rgba(44,143,221,1) 0%, rgba(1,87,155,1) 46%);
	background: linear-gradient(180deg, rgba(132,41,48,1) 0%, rgba(183,22,35,1) 46%);
	background: linear-gradient(180deg, rgba(85,26,30,1) 0%, rgba(132,41,48,1) 46%);
	width: 100%;
}
#headnav nav{
	/*max-width: 1100px;rgba(172
	margin: 0 auto;*/
	 
}
.new_head{
	height: 54px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.h-s{
	position: absolute;
    left: 190px;
	top: 6px;
    height: 48px;
}
@media only screen and (max-width: 1130px) {
	.h-s{
	display: none;
}
}/**/
.h-s img{
	height: 100%;
	width: auto;
}
#header .inner{
    width:960px;
    margin:auto;
    }
#header h1{
      	float:left;
        padding-top:12px;
        padding-left:7px;
         }
#header h1 img{
			width: 140px;
			height: auto;}
.head_btns{
    float: right;
}	
.pentry_txt{
    float: left;
	padding: 9px 10px 0 0;
	font-size: 12px;
}	
@media only screen and (min-width: 767px) and (max-width: 908px) {
	.pentry_txt{
	display: none;
}
}/**/
.hb_tenpo{
    float: left;
	padding: 2px 10px 2px 20px;
	margin-top: 3px;
}
.hb_tenpo dl{
    display: flex;
	
}
.hb_tenpo dt{
  font-size: 12px;
	letter-spacing: 2px;
}
.hb_tenpo dt{
	display: inline-block;
    padding: 12px 0.8em 0em 0.8em;
    position: relative;
    color: #fff;
    z-index: 1;
}
.hb_tenpo dt::before {
	content: "";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 2px;
    left: 0;
    z-index: -1;
    background: #01579B;
    transform: scaleY(0.8) perspective(0.8em) rotateX(-0.6deg);
    transform-origin: bottom left;
}
.hb_tenpo dd{
  font-size: 11px;
    vertical-align: middle;
    padding: 5px 0 0 1em;
}
.hb_tenpo_under{
	margin: 0 auto;
	background: #fff;
	width: 100%;
	padding: 12px 0 12px;
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}
.hb_tenpo_under span.htu_1{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background: #999;
	padding: 5px 30px;
	margin-right: 20px;
}
.hb_tenpo_under span.htu_2{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background: #ff7372;
	padding: 5px 30px;
	margin-left: 30px;
}
.hb_tenpo_under span.htu_txt_1{
	font-weight: normal;
	font-size: 20px;
	padding: 5px 0 5px 0;
}
.hb_tenpo_under span.htu_txt_2{
	font-weight: normal;
	font-size: 14px;
	padding: 5px 0;
}
.plogin{
    float: left;
	margin-left: 10px;
	margin-top: 5px;
}
.plogin a{
    display: block;
	height: 42px;
	padding: 0 16px 0 26px;
	background: #d80000;
	color: #fff;
	text-decoration: none;
	line-height: 42px;
	background: rgb(242,108,108);
background: linear-gradient(180deg, rgba(242,108,108,1) 0%, rgba(216,0,0,1) 46%);
}
.plogin a{
	height: 24px;
	line-height: 24px;
	margin-top: 9px;
}
.plogin a span{
	font-size: 11px;
	position: relative;
	color: #fff;
}
.arrow::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -10.5px;
    margin: auto;
    box-sizing: border-box;
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    z-index: 2; 
    z-index: 2;
}
.arrow::after{
    /*position: absolute;
    top: -1px;
    bottom: 0;
    left: -14px;
    margin: auto;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 9px;
    background: #FFF;
    z-index: 1;*/
}
.psns{
    float: left;
    margin-left: 9px;
    margin-top: 10px;
    width: 100%;
    max-width: 216px;
    padding-right: 10px;
	box-sizing: border-box;
}
.psns ul{
	display: flex;
	flex-wrap: wrap;
	    width: 100%;
    gap: 8px;
	margin-left: 20px;
}
.psns ul li{
	width: 20%;
	width: calc(17% - 8px);
}
.psns ul li img{
	width: 100%;
}
.pentry{
    float: left;
	margin-left: 0px;
	margin-top: 5px;
}
.pentry a{
    display: block;
	height: 42px;
	padding: 0 16px 0 26px;
	background: #039CD6;
	color: #fff;
	text-decoration: none;
	line-height: 42px;
	background: rgb(91,200,241);
background: linear-gradient(180deg, rgba(91,200,241,1) 0%, rgba(3,156,214,1) 32%);
}
.pentry a{
	height: 24px;
	line-height: 24px;
	margin-top: 9px;
}
.pentry a span{
	font-size: 11px;
	position: relative;
	line-height: 24px;
	color: #fff;
}
.hb_visit{
    float: left;
}
.hb_visit a{
    display: block;
	height: 54px;
	line-height: 54px;
	padding: 0 20px 0 34px;
	background: #EF843D;
	color: #fff;
	text-decoration: none;
	background: rgb(245,199,168);
background: linear-gradient(152deg, rgba(245,199,168,1) 0%, rgba(240,127,60,1) 22%, rgba(244,107,58,1) 100%);
	text-align: center;
	font-size: 12px;
	max-width: 300px;
	margin: 0 auto;
}

.hb_visit a span{
    position: relative;
	color: #fff;
}

/**/
/*header*/
#header.UpMove{
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 0;
  transform: translateY(-1000px);
  }
}

/*　下に下がる動き　*/

#header.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*sp*/
@media only screen and (max-width: 767px) {
	body {
    padding-top: 30px;
}
	#header {
    background: none;
}
	header .inner{
		width: 100%;
		margin: 0 auto;
		padding: 0px 0 8px;
		}
	header h1,#header h1{
		float: none;
		text-align: center;
		margin-right: 0;
		padding-left: 0px;
    padding-top: 0px;
				width: 180px;
				margin:0 auto;
		}
		header img {
    height: auto;
    width: 100%;
}
		
	header #menuBtn{
		position:absolute;
		top: 15px;
		right: 15px;
		width: 26px;
		height: 24px;
		background: url(../images/bg_menu.webp) 0 0 no-repeat;
		background-size: 26px 24px;
		}
		header #menuBtn.active img{
			display: none;
			}
			#header ul {
    float: none;
    padding-top: 0px;
				height:auto;
				padding-left:0;
				width:auto;
				    display: flex;
    flex-wrap: wrap;
				
}
/**/
		/*sp header*/
	/*#header{
		width: 100%;
		margin: 0;
		padding: 0;
		position:relative;
		}*/
	
	.new_head {
    height: 40%;
    max-width: 1200px;
    margin: 0 auto;
    position: fixed;
   top: 300px;
		left: 0;
		right: 0;
}
	#header h1 {
    float: none;
    padding-top: 0px;
    padding-left: 0px;
    position: relative;
    right: auto;
    left: auto;
    margin: 0;
    width: 40%;
    bottom: 0;
}
	#header h1 img {
    width: 100%;
    height: auto;
		max-width: 200px;
}

	#header .new_head h1 {
		display: none;
}
	.pentry_txt {
    float: none;
		width: 100%;
    padding: 17px 0 0 0;
		text-align: left;
		color: #000;
}
	.plogin {
    float: left;
    margin-left: 0px;
    margin-top: 5px;
		width: 50%;
}
	.pentry {
    float: left;
    margin-left: 0px;
    margin-top: 5px;
		width: 50%;
}
		.plogin a,.pentry a {
    height: 42px;
    line-height: 24px;
    margin-top: 9px;
		width: 100%;
		box-sizing: border-box;
			padding: 10px 0;
			margin-bottom: 10px;
			text-align: center;
			        max-width: 300px;
        margin: 0 auto 10px;
}
	.plogin a span {
    font-size: 16px;
}
	.pentry a span {
    font-size: 16px;
		width: 100%;
    display: block;
		text-align: center;
}
	.pentry a span.arrow::before {
    left: 26px;
}

	.psns {
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    padding-right:0;
		clear: both;
		    margin:0 auto 15px;
		border-top: 1px solid #ccc;
		padding-top: 20px;
}
	.psns ul {
        width: 70% !important;
    margin: 0 auto;
		max-width: 400px;
}
	.head_btns {
    float: none;
		width: 90%;
    margin-left: 5%;
		font-size: 13px;
}
	.hb_visit {
    float: none;
    width: 100%;
		margin-bottom: 50px;
}
	.header__menu {
    position: relative;
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    list-style: none;
    padding: 0;
    height:auto;
		flex-wrap: wrap;
		align-items: center;
    border-left: 1px solid rgba(40, 156, 236, 0.75);
}
.header__menu li {
    display: inline-block;
    width: 50% !important;
    border-right: 0px solid rgba(40, 156, 236, 0.75);
    text-align: left;
    padding: 0 0 0 1em;
	border-bottom: 1px solid rgba(40, 156, 236, 0.75);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	box-sizing: border-box;
}
	.header__menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    /* height: 100%; */
    display: block;
   padding-top: 1em;
		padding-bottom: 1em;
		position: relative;
}
	.header__menu li a .mm_under {
    position: absolute;
    top: 17px;
    left: 30%;
		display: none;
}
	
	.header__menu li.onem a {
    padding-top: 1em;
    display: block;
    height: auto;
    padding-bottom: 1em;
}
	.mega__menu-second {
   display: none;
}.btn {
  /* ボタンの配置位置  */
  position: fixed;
  top: 6px;
  right: 6px;
  /* ボタンの大きさ  */
  width: 38px;
  height: 38px;
  /* バーガーの線をボタン範囲の中心に配置 */
  display: flex;
  justify-content: center;
  align-items: center;
  /* 最前面に */
  z-index: 10;
	border: 0;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
  /* 線の長さと高さ */
  width: 80%;
  height: 2px;
  /* バーガー線の色 */
  background-color: #333;
  /* バーガー線の位置基準として設定 */
  position: relative;
  transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  /* 基準線と同じ大きさと色 */
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333;
  transition: .2s;
	left: 0;
}


.btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-8px);
}


.btn-line::after {
  /* 下の線の位置 */
  transform: translateY(8px);
}

/***** メニューオープン時 *****/
.btn-line.open {
  /* 真ん中の線を透明に */
  background-color: transparent;
}

.btn-line.open::before,
.btn-line.open::after {
  content: "";
  transition: .2s;
}

.btn-line.open::before {
  /* 上の線を傾ける */
  transform: rotate(45deg);
}

.btn-line.open::after {
  /* 上の線を傾ける */
  transform: rotate(-45deg);
}

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/

/**************** 以下、メニューのスタイリング ****************/
.sp-h-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  color: #efefef;
  background-color:#fff;
  transition: opacity .3s;
}

.menu-list {
  width: 100%;
  height: 100%;
  /* メニューテキスト位置をリスト内中心に */
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-list:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  transition: .3s;
  cursor: pointer;
}

.sp-h-menu.open {
/*   transition: visibility 1s ease-in; */
  visibility: visible;
  opacity: 1;
  transition: opacity .5s;
	    height: calc(100vh - 52px);
    bottom: 0;
    top: 52px;
	position: relative;
	        box-shadow: 0px 10px 8px 0px #999;
	width: 94%;
	margin-left: 3%;
}
	.nawh_area{
		position: fixed;
    top: 0;
    background: #fff;
		width: 100%;
	}
.sp_nlogo{
		padding: 5px;
		width: calc(100% - 40px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	
	}
	.sp_nlogo img{
		width: 100%;
	}
	.spnl{
		width: 40%;
	}
	
.head_btns.nowh {
    float: none;
        width: 59%;
    margin-left: 0;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.head_btns.nowh .pentry_txt {
    width: 60%;
	padding: 5px 8px 0 0;
	line-height: 1.2;
	box-sizing: border-box;
	text-align: right;
}
	.head_btns.nowh .pentry_txt a {
    color: #0080ff;
}
	.head_btns.nowh .plogin {
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 20%;
}
	.head_btns.nowh .pentry {
    float: none;
    margin-left: 0;
    margin-top: 0;
    width: 20%;
}
	.head_btns.nowh .plogin a, .head_btns.nowh .pentry a {
    height: auto;
    line-height: 1.1;
    margin-top: 0px;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 0;
    margin-bottom: 0px;
		text-align: center;
}
.head_btns.nowh .plogin a span, .head_btns.nowh .pentry a span {
    font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
	.head_btns.nowh .plogin a span.arrow::before, .head_btns.nowh .pentry a span.arrow::before {
   border: 0;
}
	#headnav {
    margin-top: 50px;
}
	.h-s {
    position: fixed;
    left: 10%;
    top: 56px;
    height: 48px;
		display: block;
}
	
	.sp-harea {
		width: 100%;
		padding: 10px 0;
		color: #000;
		    box-sizing: border-box;
}
	.sp-ha_txt {
    width: 100%;
		text-align: center;
		font-weight: bold;
		margin-bottom: 5px;
		color: #000;
}
	.sp-ha_case{
		display: flex;
		flex-wrap: wrap;
	}
	.sp-ha_txt2{
		width:100%;
		font-size: 16px;
		color: #d80000;
		margin-top: 5px;
		text-align: center;
	}
	.sp-ha-pbtn{
		width:100%;
		padding: 5px 0;
	}
	.sp-ha-pbtn a{
		position: relative;
    display: inline-block;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.3em;
    text-decoration: none;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
		height: 42px;
		line-height: 28px;
		
	}
	.sp-ha-pbtn a span{
    color: rgba(132,41,48,1);
		
	}
	/*.sp-ha-pbtn a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 3px;
    background-color: #e13940;
    transform: skewX(-15deg);
width: calc(100% - 20px);
    margin: 0 auto;
}*/
	.arrow {
		color: #fff;
		position: relative;
		font-size: 16px;
	}
	#header.UpMove{
  animation: none;
}
#header.DownMove{
  animation: none;
}
	/**/
	.pentry a span.pc {
    display: none;
}
}/*/sp*/

@media screen and (max-width: 1100px) {
		.mmt_inner .areakanto .mm_photo, .mmt_inner .areatokai .mm_photo, .mmt_inner .areatohoku .mm_photo, .mmt_inner .areakansai .mm_photo {
    width: 90px;
    margin: 0 20px 10px 0;
}
	.mega__menu-second .mmti-2 .kaig {
    width: calc(100% - 170px);
}
	/*.mega__menu-second .mmti-2 dl {
    width: calc(42% - 90px);
}*/
	.header__menu li .mega__menu-second a {
    font-size: 11px;
}
}/**/</pre></body></html>