@charset "utf-8";

/*↓↓↓キャンペーン用↓↓↓*/

.c{
	background-color: #FCFAD5;
}

.kochira{
	text-align: center;
	font-size: 90%;
	margin: auto;
	font-weight: bold;
}

.kochira a{
	 text-decoration: none;
	color: #EA5413;
	transition: 0.2s;
}

.kochira a:hover{
	opacity: 0.8;
}


.orange{
	color: white;
	background-color: #EA5413;
	padding: 1px 18px;
	margin: 3px 0;
	letter-spacing: 0.03em;
	border-radius: 0.5em;
}

/*↑↑↑キャンペーン用↑↑↑*/

.wrapper{
	width: 100%;
	height: auto;	
}

.mein_visual_photo{
	z-index: 10;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin:0;
	text-align: center;
}

.corporate_top{
	width: 990px;
	height: auto;
	display: flex;
	margin: auto;
}

.title2{
	width: 720px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

.title2 h2{
	margin: 0 auto;
	font-size: 140%;
}

.m_home{
	width: 645px;
	height: 100px;
	position: fixed;
	bottom: 30px;
	right: 100px;
	background-color:rgba(255,255,255,0.95);
	border: 1px solid #129CD5;
	border-radius:0.25em;
	display: flex;
	z-index: 20;
}

.no{
	font-size: 85%;
}
.coment{
	font-size: 100%;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;	
	line-height: 1.5em;
	background-color: white;
}
.coment_2{
	font-size: 100%;
	text-align: left;
	text-indent: -1em;
/*	padding-left: 1em; */
	line-height: 1.5em;
	background-color: white;
}

.sp-br {
  display: none; /* パソコン時は、brタグを表示しない＝改行しない */
}
@media screen and (max-width: 559px) {
    .sp-br { /* 559px以下のときbrタグ表示＝改行する */
      display: inline; }
    }

.setsu{
	text-align: right;
}

.m_home p{
	width: 365px;
	text-align: left;
	padding: 0.4em 1.3em;
	font-size: 97%;
	line-height: 1.3em;
}

.m_home a{
	margin: 15px 0px 15px 5px;
	padding: 1.5em;
	width: 165px;
	height: 20px;
	background: #FAA303 ; /*　green　#04C3AE*/ /*　orange　#FAA303*/ /* pink　#FA5C7A*/
	color:white;
	font-size: 103%;
	font-weight: 550;
	transition: .2s;
	border-radius: 0.6em;
	text-decoration: none;
}

.m_home a:hover{
	background:   #FFBF87; /*　green　#09836E*/ /*　orange　#FFBF87*/ /* pink　#FFBBAE*/
}

.blue{
	color: rgba(1,105,155,1.00);
}

.leaflet{
	color: rgba(1,105,155,1.00);
}

.leaflet:hover{
	color: rgba(18,202,215,1.00);
}

.left_bar{
	display: flex;
	width: 220px;
	height: 780px;
	border-collapse: collapse;
	padding: 35px 0 0 0;
	top: 60px;
	position: -webkit-sticky; /* Safari */
    position: sticky;
}

.blue_title th{
	font-weight: bold;
}

.l_bar_title{
	background-color: rgba(0,154,156,1.00);
	padding: .25em 1em;
	letter-spacing: 0.09em;
	font-weight: 550;
}


.l_bar_name_m{
	background-color:rgba(0,136,185,0.05);
	letter-spacing: 0.09em;
	transition: .2s;
	text-align: left;
	padding: .4em 1em;	
}

.l_bar_name_m:hover{
	background-color:  rgba(0,171,163,0.70);
}

.l_bar_name_m a{
	color: black;
	text-decoration: none;
	padding: 5px 0 5px 5px;
	display: block;  
	font-size: 83%;
}

table{
	font-size: 102%;
	padding: 0 30px 60px 30px;
	border-collapse: collapse; /* 隣接するセルの罫線を重ねて表示する */
	color: #000000; /* フォントの色を指定する */
	width: 100%; /* テーブルの横幅を指定する */
	height: auto;
}

table,tr,th,td{
	border: 1.5px solid #FFFFFF;
}

th{
	padding: 0.2em .5em;
	text-align: center;
	color: white;
	background-color: rgba(0,154,156,1.00);
	font-weight: 130;
}

td{
	padding: 0.2em .02em;       /* セル内側の余白量 */
	text-align: center;
	background-color: rgba(0,136,185,0.05) ;
}

.cd,.tit{
	text-align: left;
}

.cd{
	line-height: 1.5em;
	font-size: 80%;
}

.price{
	text-align: right;
}

summary {
  	cursor: pointer;
	font-size: 98%;
	transition: .2s;
}

summary:hover{
	color: rgba(1,105,155,1.00);
}

details {
  margin: 14px;
  padding: 10px;
}

#topback{
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius: 50%;
	position: fixed;
    right: 15px;
    bottom: 30px;
	background-color:rgba(30,80,162,.80);
	filter: drop-shadow(0px 2px 2px gray);
	transition:  1s;
	z-index: 13;
	opacity: .9;
}

#topback p{
	font-size: 20px;
	color: white;
	margin: 10px auto;
	transition:  1s;
}

#topback a{
	text-decoration-line:none;
}

#topback:hover{
	background-color:rgba(255,255,255,1);
	filter: drop-shadow(0px 5px 8px gray);
}

#topback p:hover{
		color:rgba(30,80,162,1.00);
}