﻿@charset "utf-8";

/* シオンハーススタイル */

.vertical {writing-mode: vertical-rl;}


.mailforms11 p{font-size:120% !important;font-family:"Shin Maru Go Medium";}

/* ----------------------------------------------------------------------
 メールフォームスタイル
---------------------------------------------------------------------- */
.Form {
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media screen and (max-width: 680px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item  placeholder{color:rgb(195,5,20);}
@media screen and (max-width: 680px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 680px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: rgb(228,93,71);
  color: #fff;
  font-size: 14px;
}
.Form-Item-Label-Required2 {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: rgb(205,128,72);
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 680px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Label-Required2 {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 5px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 680px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background:rgb(255,255,255);
  color:rgb(190,134,17);
  border:1px solid rgb(190,134,17);
  font-weight: bold;
  font-size: 18px;
  font-family:"Shin Maru Go Medium";
  -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.Form-Btn:hover{
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background:rgb(190,134,17);
  border:1px solid rgb(190,134,17);
  color:#fff;
  font-weight: bold;
  font-family:"Shin Maru Go Medium";
  font-size: 18px;
}


@media screen and (max-width: 680px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}



/* フッター用グローバルメニュースタイル */

/* TOPページ下部の横並びメニューPC専用 */

.content_menu_ber{
	display: flex;
}
.content_menu_ber>div{
    /*コレ*/flex: 1;
	text-align:center;
	font-size:120%;
	font-weight:700;
	line-height:50px;
	font-family:"Shin Maru Go Medium";
	padding: 0px;/*ボタン周囲の余白*/
	margin:0px;/*ボタン周囲の余白*/
}
.content_menu_ber a{
	display:block;
	color:rgb(83,83,83); !important;/*文字は白に*/
	background: rgb(229,229,229);
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
.content_menu_ber a:hover{
	text-decoration: none; 
	color:#fff;/*文字は白に*/
	background:rgb(0,153,68);
}
/* コンテンツ下のメニューボタンスマホ専用 */
.pagemoji_bo01{line-height:32px !important;letter-spacing:1px;text-align:center;font-family:"Shin Go Bold";}
.pagemoji_bo01 a{margin-bottom:10px;width:100%;display:inline-block;color:#fff;padding:6px 40px;border:1px solid rgb(19,127,113);background-color:rgb(19,127,113);-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all  0.5s ease;}
.pagemoji_bo01 a:hover{background-color:rgb(255,255,255);padding:6px 40px;color:rgb(19,127,113);text-decoration:none;border:1px solid rgb(19,127,113);}


/* グリッド余白調整 */
.row-0{ margin-left:0px;  margin-right:0px}
.row-0 >div{ padding-right:0px;  padding-left:0px}
.row-10{ margin-left:-5px;  margin-right:-5px}
.row-10 >div{ padding-right:5px;  padding-left:5px}
.row-20{ margin-left:-10px;  margin-right:-10px}
.row-20 >div{ padding-right:10px;  padding-left:10px}

/* ----------------------------------------------------------------------
 レスポンシブtyle
---------------------------------------------------------------------- */
/* PC表示 */
@media screen and (min-width: 781px) {
.top-area1{background-image:url(images/top-area1-bg01.png);background-repeat:no-repeat;background-position:center bottom;}
.top-area1 h3{font-family:"Ryumin ExtraBold KL";margin-top:10px;line-height:32px !important;font-size:300% !important;letter-spacing:4px;text-align:center;}
.top-area1 h4{font-family:"Ryumin ExtraBold KL";margin-top:80px;line-height:28px !important;font-size:180% !important;letter-spacing:1px;text-align:center;}
.top-area1 h6{font-family:"Ryumin ExtraBold KL";margin-top:0px;line-height:28px !important;font-size:160% !important;letter-spacing:4px;text-align:center;}
.top-area1 p{font-family:"Ryumin ExtraBold KL";margin:40px 60px;line-height:32px !important;font-size:120% !important;letter-spacing:1px;text-align: justify !important;text-justify: inter-ideograph !important;}
.top-area2{min-height:280px;background-image:url(images/top-area1-bg01.png);background-repeat:no-repeat;background-position:center center;padding-top:20px;margin-top:-40px;}
.top-area2 h3{font-family:"Ryumin ExtraBold KL";margin-top:10px !important;margin-bottom:0px !important;line-height:32px !important;font-size:300% !important;letter-spacing:4px;text-align:center;}
.top-area2 h4{font-family:"Ryumin ExtraBold KL";margin-top:60px !important;line-height:28px !important;font-size:180% !important;letter-spacing:1px;text-align:center;}
.top-area2 h6{font-family:"Ryumin ExtraBold KL";margin-top:0px;line-height:28px !important;font-size:160% !important;letter-spacing:4px;text-align:center;}
.inbox01{background-color:rgba(255,255,255,0.8);border-radius:8px;padding:20px;box-shadow: 0 0 8px gray;}
.area-one-bg1{padding-top:40px;padding-bottom:30px;background:url(images/area-one-bg1.webp) no-repeat center center / cover;min-height:460px;background-attachment: fixed;}
.inbox-moji1{font-size:120%;letter-spacing:1px;line-height:28px;font-family:"Shin Maru Go Medium";}
.popularity h3{font-family:"Shin Maru Go Bold";font-size:120% !important;text-decoration:none !important;text-align:center;color:#fff;padding:6px 0px;border-radius:20px;background-color:rgb(102,65,13);}
.popularity p{font-family:"Shin Maru Go Medium";font-size:100% !important;letter-spacing:1px;text-align: justify !important;text-justify: inter-ideograph !important;}
.equipment-titel1{font-family:"Shin Maru Go Medium";font-size:140% !important;text-align:center;margin-bottom:0px !important;padding-bottom:0px !important;}
.equipment-text1{font-size:120% !important;margin-top:5px !important;margin-bottom:30px !important;padding-top:0px !important;text-align: justify !important;text-justify: inter-ideograph !important;}
.map-inbox{padding:5px 100px 5px 100px;}
.br-sp{display:none;}/* 改行レスポンシブ */
.sp{display:none;}/* PC非表示 */
.yohaku80{margin-left:80px;margin-right:80px;}
.t-mt100{margin-top:100px !important;}
.t-mt80{margin-top:80px !important;}
}
.mi-mt30{margin-top:-30px !important;}
.mi-mt80{margin-top:-80px !important;}


/* スマホ表示 */
@media screen and (max-width: 780px) {
.top-area1 h3{font-family:"Ryumin ExtraBold KL";margin-top:10px;line-height:32px !important;font-size:260% !important;letter-spacing:4px;text-align:center;}
.top-area1 h4{font-family:"Ryumin ExtraBold KL";margin-top:80px;line-height:28px !important;font-size:140% !important;letter-spacing:1px;text-align:center;}
.top-area1 h6{font-family:"Ryumin ExtraBold KL";margin-top:10px;line-height:32px !important;font-size:140% !important;letter-spacing:0px;text-align:center;}
.top-area1 p{margin:40px 0px;line-height:28px !important;font-size:120% !important;letter-spacing:1px;text-align: justify !important;text-justify: inter-ideograph !important;}
.top-area2{min-height:280px;background-image:url(images/top-area1-bg01_sp.png);background-repeat:no-repeat;background-position:center center;padding-top:5px;margin-top:-40px;}
.top-area2 h3{font-family:"Ryumin ExtraBold KL";margin-top:5px !important;margin-bottom:0px !important;line-height:32px !important;font-size:300% !important;letter-spacing:4px;text-align:center;}
.top-area2 h4{font-family:"Ryumin ExtraBold KL";margin-top:60px !important;line-height:28px !important;font-size:180% !important;letter-spacing:1px;text-align:center;}
.top-area2 h6{font-family:"Ryumin ExtraBold KL";margin-top:0px;line-height:28px !important;font-size:160% !important;letter-spacing:4px;text-align:center;}
.equipment-titel1{font-family:"Shin Maru Go Medium";font-size:140% !important;text-align:center;margin-bottom:0px !important;padding-bottom:0px !important;}
.equipment-text1{font-size:130% !important;margin-top:5px !important;margin-bottom:30px !important;padding-top:0px !important;text-align: justify !important;text-justify: inter-ideograph !important;}
.popularity h3 {font-family:"Shin Maru Go Medium";position: relative;padding-bottom:0.25em;}
.popularity h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
.popularity p{font-size:120% !important;letter-spacing:1px;line-height:28px !important;}
.map-inbox{padding:0px;}
.area-one-bg1{padding-top:30px;padding-bottom:30px;background:url(images/bg1.gif) ;min-height:460px;background-attachment:}
.inbox-moji1{font-size:120%;letter-spacing:1px;line-height:32px;}
.yohaku80{margin-left:0px;margin-right:0px;}
.pc{display:none;}/* スマホ非表示 */
.br-pc{display:none;}/* 改行レスポンシブ */
}
.area-one-bg2{padding-top:30px;padding-bottom:30px;background:url(images/bg1.gif) ;min-height:460px;background-attachment:}

/* デザインテーブル2 */

.design-table2 {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: rgb(84,13,7);
}

.design-table2 tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px dotted rgb(205,128,72);
}
.design-table2 tr:first-child{
   border-top: 0px solid rgb(84,13,7);
}
.design-table2 tr:last-child{
   border-bottom: 0px;
}
.design-table2 th {
	font-family:"Shin Maru Go Medium";
	width:20%;
	padding: 1em 10px 1em 1em;
	line-height : 28px;
}
.design-table2 td {padding:1em 10px 1em 1em;line-height:28px;letter-spacing:1px;font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
tbody th {
    color:rgb(84,13,7);
}

@media only screen and (max-width:480px){
.design-table2 th,
.design-table2 td { width: 100%; display: block;padding: 5px;}
.design-table2 tr {padding:20px;}
}


https://www.sion-hearse.jp/facility/#access
/* ----------------------------------------------------------------------
 固定スタイル
---------------------------------------------------------------------- */
#guidance,#company,#access {
padding-top: 100px;margin-top: -100px;
}
.kome-list1 dl{
  padding: 0;
  position: relative;
}

.kome-list1 dt{
  color:#fff;
  font-family:"Shin Maru Go Medium";
  text-decoration:none !important;
  font-size:140%;
  letter-spacing:1px;
  border-left: solid 10px orange;/*左側の線*/
  background-color:rgb(102,65,13);/*背景色*/
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 0.8;
  border-radius: 0 15px 15px 0;/*右側の角だけ丸く*/
  padding: 0.5em;
}

.kome-list1 dd{
  font-family:"Shin Maru Go Medium";
  font-size:120%;
  margin-bottom:10px;/*下のバーとの余白*/
  margin-left:20px;/*下のバーとの余白*/
}
/* 画像ボタンアクション（非レスポンシブ）ホバーで影がアウト */
.bo-image1 img:hover{box-shadow: 0px 0px 0px rgba(67,67,67,0);border:1px solid #e5e5e5;transition: .5s ease-in-out;}
.bo-image1 img{box-shadow: 2px 2px 6px rgba(67,67,67,0.6);border:1px solid #e5e5e5;}

/* 画像ボタンアクション（非レスポンシブ）ホバーで影がIN */
.bo-image2 img{box-shadow: 0px 0px 0px rgba(67,67,67,0);border:1px solid #e5e5e5;transition: .3s ease-in-out;}
.bo-image2 img:hover{box-shadow: 2px 2px 6px rgba(67,67,67,0.6);border:1px solid #e5e5e5;}

/* ONマウスで画像拡大 */
.img_wrap{
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.3);
  transition-duration: 0.5s;
}

/* 見出し両端に線を伸ばすスタイル PCオンリー */
@media screen and (min-width: 781px) {
.head-border {position: relative;display: inline-block;padding: 0 95px;}
.head-border:before,
.head-border:after {content: '';position: absolute;top: 45%;display: inline-block;width: 80px;height: 2px;background-color:rgb(102,65,13);}
.head-border:before {left: 0;}
.head-border:after {right: 0;}
}
.midashi02{text-align:center;letter-spacing:4px;padding-bottom:0px !important;margin-bottom:-10px !important;}
/* ふと文字なし */
.ng-futo{text-decoration:none !important;}
/* 画像丸切り+ふち */
.maru-img img{border-radius: 50%;border:1px solid #e5e5e5;}
/* 画像フチ */
.fuchi{border:1px solid #e5e5e5;}
/* 角まるスタイル */
.kadomaru{overflow:hidden;border-radius:6px;}
/* 角まる画像フチスタイル */
.kadomaru-fuchi img{overflow:hidden;border-radius:6px;border:1px solid #e5e5e5;}
/* 左右文字均等配置 */
.just{text-align: justify !important;text-justify: inter-ideograph !important;}
/* 親要素中央配置 */
.mannaka{display: flex;justify-content:center;}
/* 文字色 */
.cha1{color:rgb(102,65,13);}
.aka1{color:rgb(84,13,7);}
.kuroaka{color:rgb(147,8,8);}
/* フォント */
.shin5b{font-family:"Shin Go Bold";}
.shinmaru5m{font-family:"Shin Maru Go Medium";}
.shinmaru5b{font-family:"Shin Maru Go Bold";}
.ryumin_1b{font-family:"Ryumin ExtraBold KL";}
.moji-span1{letter-spacing:1px !important;}

/* 文字ボタンpc */
@media screen and (min-width: 781px) {
.moji_bo03{margin:20px;line-height:28px !important;font-size:120% !important;letter-spacing:2px;text-align:center;font-family:"Shin Go Bold";}
.moji_bo03 a{display:block;color:#fff;padding:8px 0px;border:1px solid rgb(19,127,113);background-color:rgb(19,127,113);-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all  0.5s ease;}
.moji_bo03 a:hover{background-color:rgb(255,255,255);padding:6px 40px;color:rgb(19,127,113);text-decoration:none;border:1px solid rgb(19,127,113);}
}

/* 文字ボタンsp */
@media screen and (max-width: 780px) {
.moji_bo03{margin:20px 40px;line-height:28px !important;font-size:140% !important;letter-spacing:2px;text-align:center;font-family:"Shin Go Bold";}
.moji_bo03 a{display:block;color:#fff;padding:8px;border:1px solid rgb(19,127,113);background-color:rgb(19,127,113);-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all  0.5s ease;}
.moji_bo03 a:hover{background-color:rgb(255,255,255);padding:8px;color:rgb(19,127,113);text-decoration:none;border:1px solid rgb(19,127,113);}
}

/* 緑文字ボタン ワイド幅左右余白あり */
.moji_bo03-2{margin-top:20px;line-height:28px !important;font-size:120% !important;letter-spacing:2px;text-align:center;font-family:"Shin Go Bold";}
.moji_bo03-2 a{display:block;color:#fff;padding:6px 0px;margin-left:40px;margin-right:40px;border:1px solid rgb(19,127,113);background-color:rgb(19,127,113);-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all  0.5s ease;}
.moji_bo03-2 a:hover{background-color:rgb(255,255,255);padding:6px 40px;color:rgb(19,127,113);text-decoration:none;border:1px solid rgb(19,127,113);}
/* 角丸左右余白小緑文字ボタン */
.moji_bo03-3{margin-top:20px;line-height:28px !important;font-size:120% !important;letter-spacing:2px;text-align:center;font-family:"Shin Go Bold";}
.moji_bo03-3 a{display:inline-block;color:#fff;padding:6px 20px;border:1px solid rgb(19,127,113);border-radius:20px;background-color:rgb(19,127,113);-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all  0.5s ease;}
.moji_bo03-3 a:hover{background-color:rgb(255,255,255);padding:6px 20px;color:rgb(19,127,113);text-decoration:none;border:1px solid rgb(19,127,113);border-radius:20px;}

/* スマホ用赤ボタン */
.moji_bo03-sp{margin-top:60px;line-height:28px !important;font-size:140% !important;letter-spacing:0px;text-align:center;font-family:"Shin Go Bold";}
.moji_bo03-sp a{display:block;color:#fff;padding:8px 0px;margin-left:20px;margin-right:20px;border:1px solid rgb(196,25,52);background-color:rgb(196,25,52);-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all  0.5s ease;}
.moji_bo03-sp a:hover{background-color:rgb(255,255,255);padding:6px 40px;color:rgb(196,25,52);text-decoration:none;border:1px solid rgb(196,25,52);}


/* スパン要素文字サイズ */
.moji10{font-size:100% !important;}
.moji12{font-size:120% !important;}
.moji14{font-size:140% !important;}
.moji16{font-size:160% !important;}
.moji18{font-size:180% !important;}
.moji20{font-size:200% !important;}
.moji24{font-size:240% !important;}

.span-center{vertical-align: middle;display:table-cell;}
/* GO TOPボタンのデザイン */
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  color: #333333;
  font-weight:700;
  background: rgb(244,236,225);
  
/*   デフォルトは非表示 */
  opacity: 0;
}
.pagetop:hover {
    box-shadow: 0 0 10px rgb(195,148,78);
}

/* ----------------------------------------------------------------------
  Flexbox 配置関連
---------------------------------------------------------------------- */
/* 親要素指示なし */
.f-container_master {display: flex;}
/* 親要素横方向の左寄せ */
.f-container_l {display: flex;justify-content:flex-start;}
/* 親要素横方向の右寄せ */
.f-container_r {display: flex;justify-content:flex-end;}
.f-item { 
  width: 40%;
  margin-right: 5%;
}
.f-item5 { 
  width: 50%;
  margin-right: 5%;
}
.f-item50 { 
  width: 50%;
  margin-right: 0.5%;
}
.f-item50t { 
  width: 50%;
  margin-right: 0.5%;
  margin-top: 0.5%;
}
.f-item0 { 
  width: 50%;
  margin-right: 0%;
}
.f-item0t { 
  width: 50%;
  margin-right: 0%;
  margin-top: 0.5%;
}

/* レスポンシブデザインタイプ */
/* PC表示 */
@media screen and (min-width: 781px) {
/* PC親要素指示なし */
.fc-master{display: flex;}
.fc-item50t {
  width: 50%;
  margin-right: 0.5%;
  margin-top: 5%;
}
.fc-item0t {
  width: 50%;
  margin-right: 0%;
  margin-top: 5%;
}
}

@media screen and (max-width: 780px) {
.fc-item50t {
  width:100%;
}
.fc-item0t {
  width:100%;
}
}