@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.navi-in > ul{/* メニューの文字は太字 */
  font-weight: bold;
}
.nondeco { text-decoration: none; }
.center{ text-align: center; }
.underline{ text-decoration: underline; }

/*非表示*/
.entry-title { display: none; }/* タイトル非表示 */
.date-tags{ display:none; }/* タイトル下の日付非表示 */

/* 見出し */
h1.h1_top_style {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #B36094;
  text-shadow: 2px 4px 0 #fff;
  text-align: center;
}
/* ヘッダーにフリーダイヤル表示 */
.header-in{
  flex-direction: row;
  max-width: 834px;
  justify-content: space-between;
  
}
.logo-image{
 	padding: 10px;
}
.toptel{/* ヘッダ右上のfloatボックス */
/*  justify-content: flex-end; 
	float:right;*/
	padding: 10px;
}
.tel_text{/* toptel内のご相談～ */
	font-weight: bold;
	font-size: 13px;
	color: #000000;
}
.blue_marker{/* toptel内の青マーカー＆文字 */
	background-color: #5d00ff;
	height: 25px;
	width: 160px;
	line-height: 25px;
	margin: 0 auto;
	padding:2px 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.img_freed{/* toptel内のフリーダイヤルのサイズ */
	height:28px;
}
.tel_free{/* toptel内のフリーダイヤルの文字 */
	font-weight: bold;
	font-size: 28px;
	color: #000000;
}

/* スマホ用非表示 start */
.boxAudience{ display: none; }
.nagare_h2_block{ display: none; }
.hiyou_h2_block{ display: none; }
.top_toiawase{ display: none; }
.top_onoff{ display: none; }
/* スマホ用非表示 end */

/* トップページ */
/* 一番上の画像とキャッチフレーズ start*/
.top_image_block{
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 50px 0;
  position: relative;
	background-color: #EFE6FF;
}
.top_image{
  margin-right: 40%;
}
.top_phrase{
  width: 40%;
  position: absolute;
  top: 0;
  right:0;
}
.top_phrase_h1{
  margin: 80px auto;
  width:80%;
/*  margin-top:60px;
  margin-bottom: 60px; */
}
.top_phrase_p{
  background: rgba(255,255,255,80%);
  border-radius:30px;
  padding:10px 30px;
  width:90%;
  margin:0 auto;
  font-size: 90%;
 }
/* 一番上の画像とキャッチフレーズ end*/

#footerFloatToiawase{display: none;}

/* トップページ葬儀メニュー  */
.sougi_section{
  margin-left: 20px;
}
ul.souginavi{
  max-width: 960px;/* 100% */
  list-style: none;
  padding: 0;
  display: flex;
}

ul.souginavi > li{
  max-width: calc( 100% / 2 );
  min-height: 780px;
  margin-bottom:0px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  display: inline-block;
}

ul.souginavi li.sg_item{
  margin: 0;
}
h3.sougi_menu {
  margin: 30px 0 20px 0;
  padding: 0;
  border: 0;
  font-family:  "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif; /*明朝体がいい場合はこちらを有効に */
  font-size:60px;
}
.souginavi_image img{

}
.souginavi_detail{
  text-align: center;
  font-size:95%;
  height: 418px;
}
p.sougi_detail{
    background-color: #B36094;
    font-size:15px;
    color: #fff;
    padding:10px;
    margin-bottom:20px;
    height: 70px;
}
p.sougi_kingaku{
  width: calc(100% - 20px);
  color: #B36094;
  padding:10px;
  text-align: center;
  margin-bottom:20px;
}
p.sougi_kingaku .kingaku{
  font-size: 60px;
}
p.sougi_kingaku .enn{
  font-size: 30px;
}  
.souginavi_button{
  background-color: #8F5EB4;
   height: 70px;
  width: 278px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  margin: 0 auto 30px auto;
  padding: 15px 0;
  text-align: center;
  font-size: 26px;
}
.souginavi_button a{
   color: #ffffff;
}

  /* Topお客様の声 */
.boxAudience{
  background-color: #EFE6FF;
 /* max-width: 480px; */
  padding-bottom: 20px;
}
.boxAudience_detail{
  background-color: #FFF;
  border:2px #fff solid;
  border-radius: 10px;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.boxAudience_detail_high, .boxAudience_detail_short{
  margin: 20px;
}

.boxAudience_detail_img{
  float: left;
  width: 116px;
}
.boxAudience_detail_img img{
  width: 116px;
}
.boxAudience_detail_thoughts{
  float: right;
  max-width: calc(100% - 146px);
}
.boxAudience_detail_name{
  clear: left;
  bottom: 0;
  left:0;
}

/* 会社概要テーブル */
.t_gaiyou{
    display: table;
    width: 90%;
    height: auto;
/*	　font-size: 70%;*/
    border: solid #000 1px;
	margin-top: 20px;
	margin-left:40px;
}
.t_grow{
 	display:table-row;
}
.t_gbox1{
	width: 30%;
    display: table-cell;
	background-color: #e6e6e6;
    text-align: center;
    border: solid #000 1px;
    padding:10px 20px;
}
.t_gbox2{
	width: 80%;
    display: table-cell;
    text-align: left;
    border: solid #000 1px;
    padding:10px 20px;
}

  /* top_特徴ブロックPCここから */
.feat_pc_block{
    max-width: 836px;
    margin: 0 auto;
}
ul.feat_pc {
    border: solid #707070 1px;
    list-style-type: none;
    margin: 0 0 30px 0;
    padding: 0;
    display: flex;
}
.feat_pc li{
    height: 300px;
 }
ul.feat_pc li:nth-child(even){
    margin-left: 30px;
}
.feat_img{
    width: 400px;
}
h3.feat_h3 {
    color: #B36094;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border: none;
    margin-top: 1.8em;
}
.feat_txt{
    color: #333333;
    font-size: 20px;
    font-weight:normal;
    width:380px;
    margin:0 auto;
}
.feat_sms{display: none;}/* スマホ用表記は非表示 */

/* top_特徴ブロックPCここまで */

/* top_葬儀の流れ、費用のリンク ここから */
.nagare_h2_block, .hiyou_h2_block{
  margin-top: 150px;
  margin-left:auto;
  margin-right:auto;
  width:480px;
  height: 284px;
  position: relative;
}
.nagare_h2_block{
  margin-left: 200px;
}
.hiyou_h2_block{
  margin-right: 200px;
}
.nagare_h2_block img{
  width:80%;
  position: absolute;
  top: 0;
  left: 0;
}
.nagare_h2_box{
  background-color: #B58AFF;
  color: white;
  position: absolute;
  right: 0;
  bottom: 0;
}
.nagare_h2_box h2, .hiyou_h2_box h2{
  padding: 20px;
  background-color: #B58AFF;
  color: white;
  margin:0;
}
 .hiyou_h2_block img{
  width:80%;
  position: absolute;
  top: 0;
  right: 0;
}
.hiyou_h2_box{
  background-color: #B58AFF;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}

.hiyou_h2_box a:hover,.nagare_h2_box a:hover {
  text-decoration: underline;
  color: white;
}
/* top_葬儀の流れ、費用のリンク ここまで */

/* top_ページの途中の画像 */
.top_toiawase_size{
  padding: 100px 0;
}

/* top_葬儀場 */
.nav_saijo{
}
.saijo_block{
  display: flex;
  padding-bottom: 20px;
  /*background-color: #C8FFB3;*/
  padding:20px;
}
.saijo_block_l{
  justify-content: flex-start;
}
.saijo_block_r{
  flex-direction:row-reverse;
}
.saijo_block div{
  padding-left: 10px;
}
.saijo_img{
  width:300px;
}
.s_img_size{
  width: 200px;

}
.saijo_naiyou{
  width:600px;
  background-color: #C8FFB3;
  border-radius:10px;
  padding:10px;
  margin-left:10px;
}
.saijo_naiyou_l{
  margin-top: 50px;
  margin-left: -50px;
}
.saijo_naiyou_r{
  margin-right: -50px;
  margin-top: 50px;
}

/*--------------------------------------------------------------
## フローティングメニュー
--------------------------------------------------------------*/
/* フローティングメニュー */
#footerFloatingMenu {
    display: block;
	background-color: #b58aff;
    width: 100%;
	height:auto;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    padding: 5px auto;
}
 .t_ffloat{/* ボックス */
    display: table;
     height: auto;
	margin: 0 auto;
}
.t_ffrow{
 	display:table-row;
}
.t_ffbox1{/* 左側のボックス */
    display: table-cell;
    text-align: right;
	vertical-align:bottom;
 }
.t_ffbox2{/* 右側のボックス */
    display: table-cell;
    text-align: left;
}
.t_ffbox4{/* 真ん中のボックス */
    display: table-cell;
 	vertical-align:bottom;
}
.t_ffbox3{/* 上への↑ */
    display: table-cell;
	vertical-align:bottom;
 }

.footerlogo{/* マインドセレモニー */
	padding: 2px 0 0 0;
}
.footerlogo > a{
	color: #ffffff;	
}
.ff_text{/* ご相談～ */
	height:18px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin:0 10px 10px 10px;/* 上 右 下　左 */
}
.border_24h{/* 24時間～ */
	border: 1px solid #fff; /* 枠線 */
	height: 28px;
	width: 160px;
	margin: 0 0 2px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffef8a;
}
.img_ff_freed{/* フリーダイヤルアイコン */
	max-height:40px;
	padding:0;
}
.ff_tel{
	text-align: center;
	margin: 10px 0 2px 0px;
	vertical-align:bottom;
}
.tel_ff_free{/* フリーダイヤルの文字 */
	font-weight: bold;
	font-size: 30px;
	color: #ffffff;
}
.ff_smapho{/* 通常は非表示。 */
	display:none;
}
.ff_up_top{/* 上に戻る */
	padding:0;
	margin:0 0 10px 50px;
}
img.ff_up {/* 上に戻るアイコン */
	width: 40px;
	height: 40px;
}

/* フッターの一番下を空ける */
.footer-bottom{
  margin-bottom: 70px;
}


/*--------------------------------------------------------------
## 葬儀の流れページ
--------------------------------------------------------------*/
/* 葬儀の流れ */
.nav_nagare{
	display: inline-block;
	vertical-align: top;
	margin-left: 100px;
}
/* スマホの時 */
@media(max-width: 884px){
	.nav_nagare{
		margin-left: 0;
	}
}
.nagare_box > li{
	width: 250px;
	height: 350px;
	box-sizing: border-box;
	border: 1px solid #808080;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

.nagare_box li:not(:last-of-type){ 
	/* li:not(:last-of-type)と指定して、
	　　最後の<li>以外のみ右側のマージンを設定する。
	　　:not(last-of-type)のような擬似クラスは、「.item」のようなクラス名に設定出来ないので注意 */
	margin-right: 10px;
}
	.nagare_item{
		margin: 0;
		padding: 0;
	}
	.nagare_title{
		width:100%;
		height:34px;
		background-color: #cccccc;
		border-bottom: 1px solid #808080;
	}
h3.nagare {
	margin: 0;
	padding: 5px;
	border: 0;
	font-family:  "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif; /*明朝体がいい場合はこちらを有効に */
	font-size:20px;
}
.nagare_image{
	width: 240px;
	height: 160px;
	margin: 5px auto;
}

.nagare_detail{
	height: 100px;
	margin: 0 5px;
	font-size:13px;
	
}
.nagare_detail p{
	margin: 0;
}
.nagare_phone{
	font-size:20px;
	font-weight: bold;
	text-align: center;
}
.nagare_phone_img{
	height:20px;
}
/* 詳細へボタン */
img.kuwasiku_icon{
	width:22px;
	height:22px;
}
.btn-syousai {
  display: inline-block;
  padding: 10px 100px;
  border-radius: 25px;
  color: #FFF;
  background-image: linear-gradient( #CFB3FF 20%, #a37ce6 80% );
  transition: .4s;
}
.btn-syousai:hover {
  background-image: linear-gradient( #B58AFF 20%, #a37ce6 80% );
}
a.btn-syousai{
  text-decoration: none !important;
  color: #FFF;
}

/*--------------------------------------------------------------
## 葬儀の流れ詳細ページ
--------------------------------------------------------------*/
/* 全体のボックス */
.sougisyousai_box{
	margin-left: 20px;
	padding: 0;
}
/* タイトル */
h5.sougisyousai{
	width: 700px;
	border:1px solid #000000;
	margin: 0;
	padding: 6px 5px 5px 10px;/* 上右下左*/
}
/* 詳細 */
.sougisyousai_naiyou_box{
	background: url("images/syousaiguide.png")repeat-y;
	margin-left: 12px;
	width: 670px;
	padding-left: 30px;
	padding-top: 14px;
	font-size: 14px;
}
/* 詳細の中のタイトル */
h6.syousai_naiyou{
	font-weight: bold;
	font-size: 16px;
	margin: 0px;
	padding-bottom: 14px;
}
p.souginaiyou{
	margin: 0;
	padding-bottom: 14px;
}
/* 詳細の終点 */
.sougisyousai_end{
	background: url("images/syousaisankaku.png")no-repeat;
	margin-left: 6px;
	height: 16px;
}

/*--------------------------------------------------------------
## 葬儀費用ページ
--------------------------------------------------------------*/
/* 葬儀費用ボックス */
.nav_hiyou{
	display: inline-block;
	vertical-align: top;
	margin-left: 100px;
	margin-bottom:20px;
}

.hiyou_box > li{
	display: inline-block;
	vertical-align: top;
}
.hiyou_item_1{
	margin: 0;
	padding: 0;
	width: 242px;
	height: 300px;
	box-sizing: border-box;
	border: 1px solid #808080;
}
.hiyou_item_2{
	margin: 0;
	padding-top:130px;
	width: 20px;
	height: 300px;
	text-align: center;
	font-weight: bolder;
	font-size: 20px;
}
.hiyou_title{
	width:100%;
	height:34px;
}

h3.hiyou {
	margin: 10px 0;
	padding: 0;
	border: 0;
	font-family:  "HG明朝E", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif; /*明朝体がいい場合はこちらを有効に */
	text-align: center;
	color: #b36094;
	font-size:22px;
	min-height: 24px;
}

.hiyou_image{
	width: 240px;
	height: 160px;
	margin: 0 auto;
}

.hiyou_detail{
	height: 94px;
	margin: 0 5px;
	font-size:13px;
	
}
.hiyou_detail p{
	margin: 0;
	text-align: center;
}
.setsumei{
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
## 施行例ページ
--------------------------------------------------------------*/
.nav_sekorei{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.sekorei_box > li{
	max-width: 450px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
.sekorei_box li:not(:last-of-type){ 
	/* li:not(:last-of-type)と指定して、
	　　最後の<li>以外のみ右側のマージンを設定する。
	　　:not(last-of-type)のような擬似クラスは、「.item」のようなクラス名に設定出来ないので注意 */
	margin-right: 5px;
}
img.sekorei_image{
	max-width: 450px;
}
.menu_sekou{
	text-decoration: none;
	font-size: 20px;
}
.menu_sekou_box{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.menu_sekou_box > li{
	display: inline-block;
	vertical-align: top;
}
.menu_sekou_box li:not(:last-of-type){ 
	/* li:not(:last-of-type)と指定して、
	　　最後の<li>以外のみ右側のマージンを設定する。
	　　:not(last-of-type)のような擬似クラスは、「.item」のようなクラス名に設定出来ないので注意 */
	margin-right: 5px;
}

/*--------------------------------------------------------------
## 各葬儀詳細ページ
--------------------------------------------------------------*/
.sougisyurui_box{
	width: 800px;
	height: 215px;
	box-sizing: border-box;
	border: 1px solid #808080;
	background-color: #fdf9f2;
	padding:10px;
	margin: 0 auto 20px auto;
}
.sougi_setsumei{
	width: 60%;
	font-size:90%;
}
.kingaku{
	color: #b36094;
	font-size: 300%;	
}
/* 火葬式 */
.kasousiki{
	background: #fdf9f2 url("images/bk_kasousiki.png") no-repeat right;
}
/* 1日葬 */
.onedaysiki{
	background: #fdf9f2 url("images/bk_oneday.png") no-repeat right;
}
/* 家族葬 */
.kazokusou{
	background: #fdf9f2 url("images/bk_kazokusou.png") no-repeat right;
}
/* 一般葬 */
.ippansou{
	background: #fdf9f2 url("images/bk_ippansou.png") no-repeat right;
}
.syurui_nagare{
	margin: 0 auto;
	text-align: center;
}
.syurui_setumei{
	width:650px;
	min-height: 250px;
	margin: 0 auto;
	
}
.syurui_st{
	font-size:90%;
}
/* 各葬儀の下に表示する施工例 */
.nav_sekourei_small{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.sekorei_small_box > li{
	max-width: 200px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
.sekorei_small_box li:not(:last-of-type){ 
	/* li:not(:last-of-type)と指定して、
	　　最後の<li>以外のみ右側のマージンを設定する。
	　　:not(last-of-type)のような擬似クラスは、「.item」のようなクラス名に設定出来ないので注意 */
	margin-right: 5px;
}
img.sekorei_small_image{
	max-width: 200px;
}


/*--------------------------------------------------------------
## フッターのリンク
--------------------------------------------------------------*/
img.img_cocolane {/* ココレーン */
	width: 150px;
	height: 64px;
}
img.img_hanasuzu {/* 花鈴 */
  width: 104px;
	height: 64px;
}
/* リンクのバナー貼り付け場所 */
.link_zone{
	margin: 0 auto;
	display: inline-block;
}
.link_box > li{
	height: 64px;
	display: inline-block;
}
.link_box li:not(:last-of-type){ 
	/* li:not(:last-of-type)と指定して、
	　　最後の<li>以外のみ右側のマージンを設定する。
	　　:not(last-of-type)のような擬似クラスは、「.item」のようなクラス名に設定出来ないので注意 */
	margin-right: 10px;
}

/*--------------------------------------------------------------
## 訃報登録フォーム
--------------------------------------------------------------*/
.form_item_title{
	margin-bottom: 10px;
}
.form_item_title p{ margin:0; }

.form_name {
  display: flex;
  flex-wrap: wrap;
}
/* 姓名のようにアイテム横並び */
.form_name_box {
  flex: 1;
  margin: 0 10px 32px 10px;
  max-width: 300px;
  width: calc(50% - 20px);
  box-sizing: border-box;
}
.form_name_box p{
	margin:0;
}
/* 最初の.item-box要素を左寄せに配置 */
.form_name_box:first-child {
  margin-left: 10px;
}

/* アイテム一つだけ */
.form_item_box {
  margin: 0 10px 32px 10px;
  max-width: 300px;
  width: calc(50% - 20px);
  box-sizing: border-box;
}

/* アイテム一つだけ(long) */
.form_item_long_box {
  margin: 0 10px 32px 10px;
  max-width: 450px;
  width: calc(90% - 20px);
  box-sizing: border-box;
}

/* 後ろにテキストを配置する場合　テキストは下に配置 */
.form_item_afttxt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.form_item_afttxt_box {
  flex: 1;
  margin: 0 10px 32px 10px;
  width: calc(50% - 20px);
  box-sizing: border-box;
}
.width_s{ max-width: 100px; }
.width_m{ max-width: 150px; }
.form_item_afttxt_box p{
	margin:0;
}
.form_item_afttxt_box p.bottm{
	margin-top: 5px;
}
/* 最初の.item-box要素を左寄せに配置 */
.form_item_afttxt_box:first-child {
  margin-left: 10px;
}
/* ボタン用 */
.form_btn_box {
  margin: 10px auto;
  max-width: 200px;
  box-sizing: border-box;
  text-align: center;
}
/* 囲み枠 */
.mkado_box {
	width:600px;
    padding: 0.5em 1em;
    margin: 2em 2em;
    background: #FFF;
    border: solid 3px #000;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.mkado_box p {
    margin: 0; 
    padding: 0;
}

/*--------------------------------------------------------------
## 訃報 ページ
--------------------------------------------------------------*/
/* ヘッダーとフッターがいらない */
.page-id-431 .header { display: none; }
.page-id-431 .footer { display: none; }
.page-id-431 #footerFloatingMenu { display: none; } /* 一番下の帯 */
.page-id-431 #breadcrumb { display: none; } /* ホームボタン */
.page-id-431 .mobile-header-menu-buttons, .page-id-431 .mobile-footer-menu-buttons { display: none; } /* モバイルの上下表示 */
.page-id-431 #header-container { display: none; } /* メニュー */
.page-id-431 .sns-share { display: none; } /* シェアボタン */


/* パソコン用にA4表示 */
@page a4page {
    size: A4 portrait;
    margin: 0mm;
}
.huhopage{
    page : a4page;
	width: 210mm;
	height: 297mm;
	box-sizing: border-box;
	padding: 10mm;
	font-family: serif;
}
.huhopage:last-child{
	page-break-after: auto;
}
.huhou_waku{
	border: solid 3px #000;
	padding: 10mm;
	margin-bottom: 5px;
	width:190mm;
}
.huhopage h1.huhou_h1{/* タイトル：訃報 */
	font-size: 36px;
	margin-bottom: 50px;
}

.huho_sentence{/* 訃報文 */
	text-align: center;
	font-size: 20px;
}
.huho_kojin{
	align-items: flex-end;
	text-align: center;
	margin: 0 40px;
	margin-bottom: 60px;
}
.kojin_name{
	font-size: 40px;
}
.kojin_gi{
		font-size: 32px;
}
.flex_style{
	display: flex;	
}
.flex_box {
/*	display: inline-block;*/
}
.huho_time, .huho_mosyu, .huho_sikijou{
	margin-left: 50px;
	margin-bottom: 70px;
	font-size: 20px;
}
.huho_time p, .huho_mosyu p, .huho_sikijou p{
	margin-bottom: 10px;
}
.huho_mc{
	font-weight: bolder;
	font-size: 20px;
}
.huho_mctel{
	font-weight: bold;
	color: #5d00ff;
	font-size: 28px;
}
.huho_free_dl { height: 28px; }

@media print{
    html, body {
        height: auto;    
    }

	.no_print{
		display: none;
	}
}
input[type='submit'] {/* 訃報のページのボタン */
	background-color: #8F5EB4;
	color: #fff;
	font-weight: bold;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.main.main {padding: 0;} 
  .toptel{
    display: none;
  }
  /* 画面下部問合せ画像 */
  #footerFloatToiawase {
      display: block;
      width: 100%;
      position: fixed;
      left: 0px;
      bottom: 43px;
      z-index: 9999;
      text-align: center;
      padding: 0 auto;
  }

  #footerFloatToiawase img {
      max-width: 480px;
  }
  /* スマホ用表示 start */
  .boxAudience{ display: block; }
  .nagare_h2_block{ display: block; }
  .hiyou_h2_block{ display: block; }
  .top_toiawase{ display: block; }
  .top_onoff{ display: block; }
  /* スマホ用表示 end */
  
  .boxAudience_detail_high{
    margin: 0 0 20px 0;
    height: 420px;
  }
  .boxAudience_detail_short{
    margin: 0 0 20px 0;
    height: 300px;
  }
 
 /* 一番上の画像とキャッチフレーズ start */
 .top_phrase_h1{
    margin:0;
    width: 100%;
    }
  .top_image_block{
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
    position:static;
  }
  .top_image{
    width: 100%;
    margin: 0;
  }
  .top_phrase{
		padding: 10px;
    width: 100%;
    margin: 0;
    position:static;
  }
  .top_phrase_p{
    width: 100%;
    margin: 0px;
 		padding: 20px;
    background: rgba(255,255,255,50%);
 }
/* 一番上の画像とキャッチフレーズ end */
/* top_特徴ブロックスマホ start */
  .feat_pc_block{display:none}/* top_特徴ブロックPCは非表示 */

  .feat_sms{
    display: block;
    margin: 0 auto;
    max-width: 480px;
    border: solid #707070 1px;
    position: relative;
 }

  .feat_h3_l .feat_h3_r{
     max-width: 480px;
  }
  .feat_h3_l .feat_h3_r img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
 }
  .feat_h3_l h3{
      position: absolute;
      background-color: rgba(181,138,255,0.60);
      border: none;
      max-width:400px;
      height: 46px;
      margin: 0;
      color: #fff;
      font-size: 25px;
      font-weight: bold;
      padding: 10px;
      left: 0px;
      top: 240px;
      border-radius:0 30px 30px 0;
  }
  .feat_h3_r h3{
    position: absolute;
    background-color: rgba(181,138,255,0.60);
    border: none;
    max-width:400px;
    height: 46px;
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    right: 0px;
      top: 240px;
    border-radius:30px 0px 0px 30px;
  }
  .feat_txt{
    margin:50px auto;
  }
/* top_特徴ブロックスマホ end */

 /* top_葬儀プラン start */
 .souginavi_detail{
    height: auto;
  }
 p.sougi_detail{
    font-size:20px;
    height: auto;
  }
  .sougi_section{
    margin-left: 0;
  }
  ul.souginavi{
    width: 100%;
    display: block;
  }
  ul.souginavi > li{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  /* top_葬儀プラン end */
 
/* top_葬儀の流れ、費用のリンク ここから */
  .nagare_h2_block, .hiyou_h2_block{
    margin-left:auto;
    margin-right:auto;
  }
/* top_葬儀の流れ、費用のリンク ここまで */
  
  /* top_斎場 */
  .saijo_block{
    display: block;
  }
  .saijo_block_l{ margin:0px; }
  .saijo_block_r{ margin:0px; }
  .saijo_naiyou{
    width: 100%
  }
  .saijo_naiyou_l{ margin:0px; }
  .saijo_naiyou_r{ margin:0px; }

  
	#footerFloatingMenu{
		display: none;
	}
/* 詳細ボタンのサイズを変える */
  .btn-syousai {
		padding: 10px 30px;
		font-size: 16px;
	}
/* 葬儀の流れ詳細ページ */
 	.sougisyousai_box{
		margin-left: 0px;
	}
	h5.sougisyousai{
		width: 100%;
		font-size: 16px;
	}
	.sougisyousai_naiyou_box{
		width: 100%;
		font-size: 10px;
	}
	h6.syousai_naiyou{
		font-size: 14px;
	}
/* 葬儀費用ページ */
	.nav_hiyou{
		margin-left: 0px;
	}
/* 各葬儀詳細ページ */
	.sougi_setsumei{
		width: 60%;
		font-size:50%;
	}
/* 施行例ページ */
	.nav_sekorei{
		margin-left:10px;
	}
/* 	フォームページ */
	.mkado_box { width:90%;}
  
	@page mobile {
		size: auto;
		margin: 0;
	}
	.huhopage{
		page : mobile;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 10px;
		font-family: serif;
	}
	.huhou_waku{
		border: none;
		padding: 0px;
		margin: 0px 10px;
		width: 95%;
	}
	.huhopage h1.huhou_h1{/* タイトル：訃報 */
		font-size: 30px;
		margin-bottom: 40px;
	}

	.huho_sentence{/* 訃報文 */
		text-align: center;
		font-size: 18px;
	}
/*	.flex_style{
		display: block;
		width: 100%;
	}
	.flex_box_r {
		width:200px;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.flex_box_line{ line-height: 1.2; }
*/
	.kojin_name{
		font-size: 30px;
	}
	.kojin_gi{
			font-size: 26px;
	}
	.huho_time, .huho_mosyu, .huho_sikijou{
		margin-left: 20px;
		margin-bottom: 40px;
		font-size: 18px;
	}

}

  
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.article{
		width:100%;
		margin:auto;
	}
  
  h1.h1_top_style {
		padding: 10px 0;
  }

  #footerFloatToiawase img {
      max-width: 100%;
  }
  /* フッターの一番下を空ける */
  .footer-bottom{
    margin-bottom: 81px;
  }

  /* topページ */
  .toptel{
    display: none;
  }
  .t_gaiyou{
  	width: 100%;
		margin-left:0px;
    font-size: 100%;
	}
  .t_gbox1, .t_gbox2{
    display:block;
    width: 100%;
  }
  
  .nagare_h2_block, .hiyou_h2_block{
    width:100%;
    height: 260px;
    position: relative;
  }
/* 施行例ページ */
	.sekorei_box > li{
		max-width: 300px;
		display: block;
	}
	img.sekorei_image{
		max-width: 300px;
	}
	.menu_sekou{
		font-size:16px;
	}
	.menu_sekou_box{
	 display: inline-block;
		vertical-align: top;
		text-align: right;
	}
/* 	フォームページ */
	.mkado_box { width:100%;}
	
	.flex_style{
		display: block;
		width: 100%;
	}
	.flex_box_r {
		width:200px;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.flex_box_line{ line-height: 1.2; }

}
