@charset "utf-8";
/*
theme Name: jitakusougi
Author: oneweb
Description: original theme
version： 1.0.0
*/

/* Webフォント読み込み */
@font-face {
  font-family: 'hannari';
  src: url('./font/hannari.eot'); 	 /* IE9以上用 */
  src: url('./font/hannari.otf') format('opentype');
  src: url('./font/hannari.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
       url('./font/hannari.woff') format('woff'), /* モダンブラウザ用 */
       url('./font/hannari.ttf') format('truetype'); /* iOS, Android用 */
}

/* 配布者様・ライセンス表記
* “はんなり明朝” licensed under the IPA Font License Agreement v1.0
* http://typingart.net/（”はんなり明朝”配布元HP）
* http://ipafont.ipa.go.jp/（IPAフォントURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0URL）
*/


/*-----------------------------------------------------	*/
/*	基本設定					*/
/*-----------------------------------------------------	*/

html,body{
	height:100%;
}

div#container{
	position: relative;
    min-height: 100%;
	/* IE6専用 */
    height: auto !important;
    height: 100%
}


body {
	font-family: "hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.05em;
    font-weight: bold;
    line-height: 2em;
    color: #222222;
}

#wrapper {
    position: relative;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
}


body,p,ul,h1,h2 {
	margin: 0;
}

.main_width {
	max-width: 1080px;
	margin: 0 auto;
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom; /* img隙間をなくす */
	border: 0px; /* IE10以下で画像周りの青い線を非表示 */
}

a img:hover {
	opacity: 0.8;
}

ul {
	padding: 0;
	letter-spacing: -.40em; /* inline-block隙間除去 文字間を詰めて隙間を削除する */
}

ul li {
	list-style-type: none;
	letter-spacing: normal; /* inline-block隙間除去 文字間を通常に戻す */
}

li a {
	zoom: 1;
}

/* table レスポンシブ化＆セルの隙間をなくす */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

/* float 解除 Clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*-----------------------------------------------------	*/
/*	共通					*/
/*-----------------------------------------------------	*/

/* リンク設定 */
a {
	text-decoration: none;
    color: #222222;
}

/* 表示用のクラス ヘッダー */

/*** ヘッダー ***/

.header_out {
	text-align: center;
}

.header_out a {
	display: inline-block;
}

.header_out img {
	display: block;
    max-width: 362px;
    margin: 25px auto 45px;
}

/*** ナビ　***/
.pc_nav_inner {
    display: table;
    width: 100%;
}


.nav_out {
	position: relative;
    padding-bottom: 28px;
}

.pc_nav_inner > *:first-child {
    border-left: none;
}

.pc_nav_inner p {
    position: relative;
    display: table-cell;
    border-left: 1px solid #d3d8cd;
    text-align: center;
}

.pc_nav_inner p a {
    padding-bottom: 28px;
    padding-left: 15px;
    padding-right: 15px;
}

.pc_nav_inner > *:first-child {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
    font-size: 0.9em;
    font-weight: normal;
}

.header_nav_active a {
    color: #d47a3e !important;
}

.header_nav_active .active_line {
	display: block;
}

.active_line {
    display: none;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
	height: 2px;
    background-color: #d47a3e;
}

/* タブレットスマホ用ナビ */
.tbsp_menu_btn {
	display: none;
	position: absolute;
    right: 40px;
    top: 33px;
    max-width: 42px;
    z-index: 9996;
}

.tbsp_menu {
	text-align: center;
	width: 100% !important;
    margin-top: 15% !important;
}

.tbsp_menu li {
    color: white !important;
    font-weight: normal;
    font-size: 1.6em;
    height: auto !important;
    min-height: auto !important;
    padding: 10px 40px 20px 70px;
    text-indent: -1em !important;
}

/* タイトル */
h1 {
    width: 32px;
    margin: 0 auto;
}

h1 img {
    width: auto;
}

/* ボタンオレンジ */
.btn_out {
    text-align: center;
}
.main_btn {
	font-size: 1.1em;
    font-weight: normal !important;
    letter-spacing: 0.3em;
	display: inline-block;
    margin: 0 auto;
    padding: 0px 15px 0px 100px;
    /* 角丸 */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	/* シャドウ */
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}

.orange_btn {
    color: white;
    background: #d47a3e;
}

.orange_btn span {
    padding-top: 13px;
    padding-bottom: 17px;
	display: block;
    padding-right: 85px;
    line-height: 1.4em;
    background: url("./images/common/btn_arrow01.png") no-repeat right center;
}

/* ボタンホワイト文字黒 */
.white_btn {
	font-size: 1.1em;
    letter-spacing: 0.1em;
	display: inline-block;
    margin: 0 auto;
    padding: 0px 15px 0px 40px;
    background-color: white;
    /* 角丸 */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.white_btn span {
    padding-top: 13px;
    padding-bottom: 17px;
	display: block;
    line-height: 1.4em;
    padding-right: 25px;
    background: url("./images/common/btn_arrow02.png") no-repeat right center;
}

/* ボタンホワイト文字緑 */
.green_btn{
	padding-top:80px;
}

.white_green_btn {
	font-size: 1.1em;
    letter-spacing: 0.1em;
    color: #5e7d35;
	display: inline-block;
    margin: 0 auto;
    padding: 4px 15px 4px 70px;
    background-color: white;
    border: 1px solid #6d7d59;
    /* 角丸 */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.white_green_btn span {
    padding-top: 13px;
    padding-bottom: 17px;
    line-height: 1.4em;
	display: block;
    padding-right: 65px;
    background: url("./images/common/btn_arrow03.png") no-repeat right center;
}

.white_green_btn:hover{
    color: white;
    background-color: #6d7d59;
}

/*　中ページタイトル */
.sub_title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

/* 中ページ基本背景 */
.sub_page_texture {
  background: url(./images/common/texture01.jpg) no-repeat center bottom;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 100px;
}

/* sp 表示 */
.visible-xs {
	display:none;
}

/*-----------------------------------------------------	*/
/*	TOP					　　　　　　　　　　　　　　　　*/
/*-----------------------------------------------------	*/

/* コピー */
.copy_out {
	position: relative;
    background: url("./images/top/copy_back.jpg") no-repeat center bottom;
    background-size:cover;
    padding-top: 70px;
    padding-bottom: 100px;
}

.copy_inner {
	text-align: center;
}

.copy_out .copy_text {
	display: inline-block;
    text-align: left;
	font-size: 1.2em;
    line-height: 2.2em;
    margin: 0 auto 35px;
	/*
    min-height: 600px;
	縦書き設定
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    */
}

.sp_copy_text {
    display: none;
}

.copy_flower {
    width: auto;
	position: absolute;
    right: 0;
    bottom: -210px;
}

/* 選ばれる理由 (aboutページにも流用）*/
.reason_out {
	padding-top: 60px;
    padding-bottom: 180px;
    background: url("./images/common/texture01.jpg");
}

.reason_title {
	position: absolute;
    top: -15px;
    left: 0;
    max-width: 210px;
}

.reason_title02 {
    left: 45%;
}

.freehand_line {
	display: block;
    width: 100%;
	height: 3px;
	background: url("./images/common/freehand_line.png") repeat-x;
}

.reason_contents {
	position: relative;
    margin-top: 60px;
}

.reason_contents_inner03 {
 	padding-bottom: 55px;
}

.reason_contents h3 {
    font-size: 2.1em;
    line-height: 1.4em;
    margin-top: 20px;
}

.reason_contents_inner{
	margin-top: 90px;
    padding-right: 30px;
    padding-left: 30px;
}

.reason_text,
.about_text {
	float: left;
    width: 54%;
}

.reason_naiyou{
	font-size: 1.2em;
}

.reason_photo_right,
.about_photo_right {
	float: left;
    width: 42%;
    margin-left: 4%;
}

.reason_photo_left,
.about_photo_left {
	float: left;
    width: 42%;
    margin-right: 4%;
}

.top_reason_btn {
    margin-top: 60px;
}

/* プラン紹介 */
.top_plan_out {
	position: relative;
	padding-top: 60px;
	background: url("./images/common/texture02.jpg");
    padding-bottom: 300px;
}

.plan_contents {
	position: relative;
	float: left;
    margin-right: 6%;
	width: 47%;
    margin-top: 60px;
    z-index: 2;
}

.plan_contents02,.plan_contents04 {
    margin-right: 0px;
}

.plan_contents_inner {
    padding: 60px 45px;
    text-align: center;
    background: #ffffff;
}

.top_plan_out .plan_title {
    font-size: 2em;
    text-align: center;
}

.top_plan_price {
	display: inline-block;
    margin-top: 5px;
}

.top_plan_out .plan_contents_text {
	/* text-align: left; */
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

#top_plan_show_btn {
  position: relative;
  z-index: 2;
}

.plan_back {
    position: absolute;
    bottom: 0;
    z-index: 1;
}



/* TOPプラン用ボタンオレンジ */
.plan_btn {
	font-size: 1.1em;
    font-weight: normal !important;
    letter-spacing: 0.1em;
	display: inline-block;
    margin: 0 auto;
    padding: 0px 15px 0px 40px;
    /* 角丸 */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	/* シャドウ */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.orange_btn {
    color: white;
    background: #d47a3e;
}

.plan_btn span {
    padding-top: 13px;
    padding-bottom: 17px;
    line-height: 1.4em;
	display: block;
    padding-right: 25px;
    background: url("./images/common/btn_arrow01.png") no-repeat right center;
}

/* TOPプラン用ボタンホワイト設定 */
.plan_btn_white_out {
	clear: both;
    text-align: center;
    padding-top: 90px;
}

.plan_btn_white {
	display: inline-block;
	position: relative;
    z-index: 3;
}

/* お客さまの声 */
.top_title03 {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* youtube */

.sub_title_youtube {
    background: #ffffff;
	margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.video_out{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 50px;

}
.video_wrap {/* 2個並び */
	width: 48%;
	margin: 1%;
	float:left;
    text-align: center;
    background: #d47a3e;
}
.video_wrap1 {/* 1個 */
	width: 800px;
	margin: auto;
    text-align: center;
    background: #d47a3e;
margin-top: 20px;
}
@media screen and (max-width: 760px) {
	.video_wrap,.video_wrap1 { width: 100%;float:none; }
}
.video_title{
	color: white;
	font-size: 1.3em;
	margin: 20px;
}
.video {
	width:100%;
	padding-bottom: 56.25%;
	height:0px;
	position: relative;
    background: white;

}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ご相談はこちら */
.coontact_out {
    margin-top: 150px;
	padding-bottom: 150px;
}

.footer_contact_img {
	display: block;
    max-width: 467px;
    margin: 0 auto;
/*    padding-bottom: 80px;*/
}

/* top ブログ */
.top_blog {
    padding-top: 112px!important;
}
.top_blog .plan_btn_white_out{
	padding-top: 40px;
}
/* ブログ共通　カテゴリタイプ */
.type {
	background: #decaaf;
	padding: 0px 5px 3px;
	color: white;
	font-size: 0.95em;
	font-weight: normal;
	border-radius: 4px;
	width: 100px;
	text-align: -webkit-center;
	display: -webkit-inline-box;
}
.blog{
	background: #d47a3e;
}
.blog_faq{
	background: #decaaf;
}
.case{
	background: #83966b;
}
.news{
	background: rgba(135, 145, 197, 1);
}
.noimg {
    opacity: 0.6;
}
/* ブログ共通　最新投稿 */
.post_list li{
	line-height: 180%;
	padding: 10px 5px;
	border-top: 1px solid #bb825c;
	clear: both;
}
.post_list li:first-child{
	border-top: none;
}
.post_list li:last-child{
	border-bottom: 1px solid #bb825c;
    height: 120px;
}
.side_post .post_list li:last-child{
    height: unset;

}
@media screen and (max-width: 480px){
.post_list li:last-child{
    height: unset;
}
}

.post_list li a {
    display: block;
}
.post_list li a:hover {
	color :#d47a3e;
}
.post_list_cg {
/*    display: inline-block;*/
    vertical-align: top;
}


#main_col .list_thumb,
.main_width .list_thumb{
	float:left;
}
@media screen and (max-width: 480px){
	.top_blog {
		padding-top: 60px!important;
		padding-bottom: 50px;
	}
	.list_thumb {
		display: none;
	}
}


/* フッター */
.footer_out {
    background: url("./images/common/footer_back.jpg") no-repeat center top;
    background-size:cover;
}

.footer_nav_out {
    padding-top: 40px;
}

.footer_nav {
    display: table;
/* 追加 メニュー中央 190208 */
    text-align: center;
    margin: auto;
}

.footer_nav > *:first-child {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
    font-size: 0.9em;
    font-weight: normal;
    border-left: none;
}

.footer_nav p {
	position: relative;
	display: table-cell;
    border-left: 1px solid #e9dac6;
}

.footer_nav p a {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer_nav_active .footer_active_line {
	display: block;
}

.footer_nav_active a {
    color: white;
}

.footer_active_line {
	display: none;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
	height: 2px;
    background-color: #6d7d59;
}

.footer_logo_out {
	padding-top: 120px;
    padding-bottom: 170px;
}

.footer_logo {
	display: block;
    max-width: 362px;
    margin: 0 auto;
}

.copyright {
	font-weight: normal;
	text-align: center;
    font-size: 0.8em;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
    margin-top: 35px;
    margin-bottom: 100px;
}

/* サイドお問い合せボタン */
.side_phone {
    position: fixed;
    display: block;
    right: 0px;
    top: 190px;
    z-index: 9996;
}

.side_contact {
    position: fixed;
    display: block;
    right: 0px;
    top: 520px;
    z-index: 9996;
}

.pc_side_phone {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

.pc_side_contact {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}

.footer_contact_out {
    display: none;
    position:fixed;
    z-index: 9996;
    bottom: 0;
    padding: 10px;
    background-color: rgba(30,27,27,0.8);
}

.footer_contact_out a,.footer_contact_out img {
    max-width: 285px;
    display: table-cell;
}

.footer_contact_out > *:first-child {
    padding-right: 5px;    
}

.footer_contact_btn {
    padding-left: 5px;
}   

/*-----------------------------------------------------	*/
/*  プランページ                                        */
/*-----------------------------------------------------	*/

.plan_out {
  margin-top: 40px;
  margin-bottom: 120px;
}

.plan_naiyou > *:first-child {
  float: right;
}

.plan_naiyou > *:first-child+* {
  float: left;
}

.plan_naiyou_out {
  margin-bottom: 80px;
}

.plan_naiyou {
  width: 100%;
  border: 2px solid #d47a3e;
}

.plan_naiyou img {
  display: block;
  width: 50%;
}

.plan_naiyou_description {
  font-size: 120%;
  margin-top: 20px;
}

.plan_naiyou_cation {
  margin-top: 10px;
  display: block;
  font-size: 85%;
  line-height: 1.3em;
  padding-left: 3em;
  text-indent: -3em;
}

#plan_naiyou_cation01 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
/*-----------------------------------------------------	*/
/*  自宅葬儀社とはページ                                */
/*-----------------------------------------------------	*/
.about_out {
	padding-top: 60px;
    padding-bottom: 180px;
}
.about_contents {
	position: relative;
}
.about_contents_inner {
	margin: 60px 0px;
    padding-right: 30px;
    padding-left: 30px;
}
.about_comment {
    font-size: 1.2em;
	padding: 0px 30px 40px;
}
.about_sub{
    text-align: center;
    margin-bottom: 20px;
}
.about_title{
	color:#bb825c;
	position: absolute;
	top: 15px;
	left: 0;
}
.about_title02 {
	left: 45%;
}
.about_naiyou_description {
    font-size: 1.2em;
    margin-top: 20px;
}
.about_naiyou_cation{
  margin-top: 10px;
  display: block;
  font-size: 85%;
  line-height: 1.3em;
  padding-left: 1em;
  text-indent: -1em;
}
.about_box_inner {
    padding: 40px 10px;
    text-align: center;
    background: #f2efea;
    color: #bb825c;
}
/*-----------------------------------------------------	*/
/*	会社概要・プライバシーポリシー TABLEまわり      */
/*-----------------------------------------------------	*/
.company_tbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px auto;
	text-align: left;
	font-size: 1.2em;
}
.company_tbl th {
    width: 30%;
    min-width: 65px;
    padding: 10px;
    vertical-align: top;
    background-color: #f2efea;
    border-collapse: collapse;
    border: 1px solid #bb825c;
}
.company_tbl td {
    padding: 10px;
    border: 1px solid #bb825c;
    vertical-align: top;
    font-weight: normal;
}

@media screen and (max-width: 768px){
	.company_tbl th,
	.company_tbl td{
		display: block;
		width: initial;
		padding: 5px!important;
	}
	.company_tbl th{
		text-align: center;
		border-top:0px;
		border-bottom:0px;
	}
	.company_tbl .tbl_top {
		border-top:1px solid #bb825c;
	}
}

/*-----------------------------------------------------	*/
/*	faq	                                                */
/*-----------------------------------------------------	*/
#QandA-1 {
	width: 100%;
/*	font-size: 14px; /*全体のフォントサイズ*/
}
#QandA-1 dt {
	background: #f2efea; /* 「Q」タイトルの背景色 */
	color: #bb825c; /* 「Q」タイトルの文字色 */
	padding: 8px;
	border-radius: 2px;
	font-size: 1.2em;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-1 dd {
	margin: 24px 16px 40px 32px;
	line-height: 2em;
	text-indent: -24px;
	font-size: 1.1em;
}
#QandA-1 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}

/* ボタン */
.blog_faq_link_btn {
  display: block;
  margin-top: 80px;
}

/*-----------------------------------------------------	*/
/*	カテゴリーページ（category.php）		*/
/*-----------------------------------------------------	*/
.news ul {
    letter-spacing: unset;
}
.news ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #bb825c;

    padding-top: 20px;
    padding-bottom: 20px;
    /* min-height: 70px; */
}

.news ul li .date {
    font-weight: bold;
    margin-right: 8px;
    padding-left: .5em;
    color: #000;
}
.list_thumb img{
	width:100px;
	height:auto;
    margin-bottom: 10px;
	margin-right: 10px;

}
.news ul li h3 {
    margin: 0;
    font-size: 1.0em;
    font-weight: normal;
 /*   width: 60%;*/
    color: #000;
}

/* pager */
.pager{
	margin-top:20px;
	text-align:center;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
    padding: 0px 8px 8px;
}
.pager .current{
	background:rgb(222, 202, 175);
	border:solid 1px rgb(222, 202, 175);
	color:rgba(255,255,255,1);
}

/*-----------------------------------------------------	*/
/*	レスポンシブ設定					*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1090px) {
/* フッター */
.footer_nav_out {
    padding-top: 20px;
}

.footer_nav {
    display: block;
}

.footer_nav p {
    display: block;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

.footer_nav p a {
	display: inline-block;
    width: 100%;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer_nav_active .footer_active_line {
	display: none;
}

}


@media screen and (max-width:1085px) {
	/* 共通 */
	.main_width {
    	padding-left: 20px;
    	padding-right: 20px;
	}
	/* ヘッダー */
	.header_nav_out {
    	padding-left: 0px !important;
    	padding-right: 0px !important;
    	width: 100%;
    	position: fixed;
    	z-index: 9997;
   		background-color: #ffffff;
    	top: 0;
/*下線追加*/
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
	}

	.header_out img {
	    margin: 20px auto 15px;
	}

	/* ナビ */
	.nav_out {
		display: none;
	}

	.tbsp_menu_btn {
		display: block;
	}

	/* メインイメージ */
	.main_img {
		margin-top: 113px;
	}

  /* プランページ */
  .sub_page_texture {
    padding-top: 170px;
  }
}

@media screen and (max-width:1000px) {
	/* コピー */
	.copy_flower {
		display: none;
	}

	.copy_out .copy_text {
    	margin-bottom: 0px;
	}

	/* サイドお問い合せボタン */
	.side_phone {
	    width: 50px;
        top: 140px;
	}

	.side_contact {
	    width: 50px;
        top: 360px;
	}

	/* 選ばれる理由 、自宅葬儀社とは*/
	.reason_title02,
	.about_title02 {
    	left: 0px;
	}

	.reason_text,
	.about_text {
		width: 100%;
	}

	.reason_photo_right,.reason_photo_left,
	.about_photo_right,.about_photo_left {
		text-align: center;
		width: 100%;
    	margin: 20px auto 0px;
	}

	.reason_photo_right img,.reason_photo_left img,
	.about_photo_right img,.about_photo_left img {
    	width: 50%;
	}

}

@media screen and (max-width:820px) {
	.plan_contents {
		float: none;
		width: 100%;
    	margin-right: 0p;
	}
}

@media screen and (max-width:768px) {
  /* プランページ */
  .plan_out {
    margin-bottom: 0px;
  }
}

@media screen and (max-width:640px) {
  /* 共通 */
  .sub_title {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:600px) {
	/* ヘッダー */
	.header_out img {
		max-width: 200px;
	    margin: 20px auto 15px;
	}

	/* コピー */
	.copy_out {
    	padding-bottom: 50px;
	}

	/* メインイメージ */
	.main_img {
		margin-top: 82px;
	}

	/* ボタンオレンジ */
	.btn_out {
	    text-align: center;
	}

	.main_btn {
		letter-spacing: 0.1em;
	    padding: 0px 15px 0px 50px;
	}


	.orange_btn span {
	    padding-right: 35px;
	}

	/* タブレットスマホ用ナビ */
	.tbsp_menu_btn {
	    right: 20px;
	    top: 25px;
	    max-width: 30px;
	}

	.tbsp_menu {
	    margin-top: 25% !important;
	}


	.tbsp_menu li {
    	font-size: 1.4em;
	}

	/* コピー */
	.copy_out {
	    padding-top: 40px;
	}

	.br_sp {
    	display: none;
	}

	.copy_out .copy_text {
    	-ms-writing-mode: horizontal-tb; /* 縦書きを横書きに */
    	writing-mode: horizontal-tb;
    	font-size: 1.05em;
    	margin-bottom: 30px;
    	min-height: auto;
    	padding-left: 20px;
    	padding-right: 20px;
	}

	.pctb_copy_text {
    	display: none;
	}

	.sp_copy_text {
    	display: inline;
	}

	/* 選ばれる理由 、自宅葬儀社とは */
	.reason_out,
	.about_out {
	    padding-bottom: 80px;
	}

	.reason_contents_inner,
	.about_contents_inner {
    	padding-left: 20px;
    	padding-right: 20px;
	}

	.reason_photo_right img,.reason_photo_left img{
    	width: 70%;
	}

	.about_photo_right img,.about_photo_left img {
    	width: 100%;
	}

	.about_comment {
		padding: 0px 0px 30px;
    	font-size: 1.05em;
	}

	/* プラン紹介 */
	.top_plan_out {
		padding-bottom: 120px;
	}

	.plan_contents_inner {
		padding: 40px 20px;
	}

	/* ご相談はこちら */
	.coontact_out {
    	margin-top: 40px;
    	padding-bottom: 40px;
	}

	/* サイドお問い合せボタン */
	.side_phone {
	    width: 40px;
        top: 100px;
	}

	.side_contact {
	    width: 40px;
        top: 289px;
	}

	.pc_side_phone ,
	.pc_side_contact {
		display: none;
	}

    .footer_contact_out {
		display: table;
	}

}

@media screen and (max-width:480px) {
  /* 共通 */
  .sub_page_texture {
    padding-top: 130px;
  }

	/* スマホタブレットメニュー */
	.tbsp_menu li {
    	line-height: 1em;
	}

	/* 選ばれる理由 */
	.reason_contents h3 {
    	font-size: 1.6em;
	}

	/* 資料請求ボタン */
	.white_green_btn {
	    padding: 4px 15px 4px 30px;
	}

	.white_green_btn span {
	    padding-right: 20px;
	}

	/* フッター */
	.footer_nav p {
	    display: block;
	    float: none;
        border-left: none;
	}

	.footer_logo_out {
	    padding-top: 50px;
    	padding-right: 30px;
    	padding-left: 30px;
    	padding-bottom: 100px;
	}

	.footer_logo {
		max-width: 300px;
	}

	/* sp 表示 */
	.visible-xs {
		display:block;
	}


  /* プランページ */
  .reason_naiyou,
  .plan_naiyou_description ,
  .about_naiyou_description {
    font-size: 1.05em;
    line-height:  1.3em;
  }

  .plan_naiyou_out {
    margin-bottom: 40px;
  }

  .plan_naiyou img {
    width: 100% !important;
    float: none !important;
  }


}

@media screen and (max-width:380px) {
    /* フッターお問い合せボタン */
    .footer_contact_out {
        padding: 6px;
    }
    
    .footer_contact_out > *:first-child {
        padding-right: 3px;    
    }

    .footer_contact_btn {
        padding-left: 3px;
    }   

}

@media screen and (max-width:350px) {
	/* サイドお問い合せボタン */
	.side_phone {
        top: 120px;
	}

	.side_contact {
        top: 309px;
	}
}

@media screen and (max-width:330px) {
	/* スマホタブレットメニュー */
	.tbsp_menu li {
		font-size: 1.2em;
    	line-height: 0.8em;
	}
}
