@charset "utf-8";
/* kazokusou.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset    　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body, div, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
	border: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.row:before,
.doc_set:before,
.inner:before,
.cf:before,
.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	content: "";
	display: table;
}

.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	clear: both;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フォント    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* はんなり明朝 */
@font-face {
	font-family: 'HannariMincho';
	src: url('../font/HannariMincho2.woff') format('woff');
}
/* Didot */
@font-face {
	font-family: 'Didot';
	src: url('../font/Didot.woff') format('woff');
}
/* DIN Alternate */
@font-face {
	font-family: 'DinAlternate';
	src: url('../font/DINAlternate.woff') format('woff');
}
/* DINbek */
@font-face {
	font-family: 'DINbek';
	src: url('../font/DINbek.woff') format('woff');
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
html {
  -webkit-overflow-scrolling: touch;
}
body {
	font-family: 'HannariMincho';
	color: #333333;
	font-size: 18px;
	line-height: 1.8em;
}

/* ボックス */
.inner {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* TEL リンク */
a[href^="tel:"] {
	cursor: default;
}

/* PC,スマホ　表示・非表示 */
.pc_none {
	display: none;
}
.sp_none {
}

/* フェードイン 下から上 */
.fadein_up {
    opacity : 0.1;
    transform : translate(0px, 100px);
    transition : all 500ms;
}
.fadein_up.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* その他 */
.over {
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header              　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	border-top: 4px solid #E85400;
	text-align: center;
	position: relative;
	background-image: url(../images/kv.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

/* menu */
#menu {
	top: 20px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}
#menu ul {
	text-align: center;
	font-size: 0px;
}
#menu li {
	font-size: 14px;
	font-weight: bold;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin-left: 35px;
	margin-right: 35px;
	display: inline-block;
}
#menu li a {
	text-decoration: none;
	color: #FFFFFF;
}

/* h1,h2 */
#header h1 {
	margin-bottom: 60px;
}
#header h1 img {
}

#header h2 {
	font-size: 20px;
	line-height: 1.8em;
	color: #FFFFFF;
}

/* 下矢印 */
#header_arrow {
	position: absolute;
	bottom: 33px;
	text-align: center;
	animation: bound-anim 1s infinite;
}
#header_arrow img {
	width: 30px;
	height: auto;
}

@keyframes bound-anim {
	0%,100% {bottom: 150;transform: scale(1);}
	30% {bottom: 10%; transform: scale(0.96,1.04);}
	60% {transform: scale(1);}
	90% {bottom: 150;transform: scale(1.15,0.9);}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 家族葬とは  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#what {
	padding-top: 155px;
	background-image: url(../images/what_bg.png);
	background-repeat: no-repeat;
	background-position: center 68px;
	padding-bottom: 65px;
}

/* lead */
#what_lead {
	text-align: center;
	line-height: 1.8em;
	padding-bottom: 130px;
}
#what_lead h3 {
	font-size: 35px;
	margin-bottom: 70px;
}

/* 共通ブロック */
.what_pic {
	width: 660px;
	z-index: 1;
}
.what_pic img {
	width: 100%;
	height: auto;
}
.what_text {
	z-index: 2;
	padding-top: 35px;
	padding-right: 35px;
	padding-bottom: 35px;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.30);
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 1.6em;
}
.what_text h4 {
	font-size: 30px;
	text-align: center;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #333333;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

/* 一般葬との違い */
#chigai {
	position: relative;
	padding-top: 270px;
	margin-bottom: 100px;
}

#chigai .what_text {
	width: 680px;
	position: relative;
}
#chigai h5 {
	color: #E85400;
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
}
#chigai .what_pic {
	right: 0px;
	top: 0px;
	position: absolute;
}

/* 事前相談・生前予約 */
#jizen {
	position: relative;
	margin-bottom: 95px;
	padding-top: 80px;
}
#jizen .what_text {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 490px;
}
#jizen .what_pic {
	position: relative;
}
#jizen_tel {
	width: 225px;
	color: #E85400;
	border: 1px solid #EE7943;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 25px;
}
#jizen_tel ul {
	text-align: center;
	font-size: 10px;
}

#jizen_number {
	font-size: 23px;
	vertical-align: middle;
}

#jizen_number img {
	width: 23px;
	height: auto;
	vertical-align: text-top;
	margin-right: 3px;
}
#jizen_number a {
	color: #E85400;
	text-decoration: none;
}

/* 事前相談のメリット */
#merit {
	position: relative;
	padding-top: 150px;
}
#merit .what_text {
	position: relative;
	width: 490px;
}

#merit ol {
	color: #E85400;
	border: 1px solid #E85400;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	margin-bottom: 25px;
}
#merit li {
	margin-left: 1.5em;
	list-style-type: decimal;
}
#merit .what_pic {
	position: absolute;
	top: 0px;
	right: 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 式場設備    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#setsubi {
	background-color: #F5F5F5;
	padding-top: 120px;
}

/* h3 */
#setsubi_tt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 60px;
}
#setsubi_tt h3 {
	font-size: 35px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 10px;
}
#setsubi_tt span {
	font-size: 13px;
	display: block;
	letter-spacing: 0px;
	margin-left: 10px;
	margin-top: 20px;
}

/* 設備リスト */
.setsubi_box {
	text-align: center;
	font-size: 0px;
}
.setsubi_list {
	width: 320px;
	display: inline-block;
	position: relative;
	margin-bottom: 55px;
	margin-right: 20px;
	vertical-align: top;
}
.setsubi_list:last-child {
	margin-right: 0px;
}

.setsubi_list h4 {
	font-size: 25px;
	margin-bottom: 20px;
}
.setsubi_thumb {
}
.setsubi_thumb img {
	width: 100%;
	height: auto;
}
.setsubi_text {
	width: 235px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.30);
	margin-top: -25px;
	position: relative;
	text-align: left;
	line-height: 1.6em;
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
}

/* 備考 */
#setsubi_bikou {
	text-align: center;
	margin-top: 30px;
}

/* 最下部画像 */
#setsubi_bottom {
	margin-top: 120px;

}
#setsubi_bottom img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 式場のご案内　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.hall_box {
	text-align: center;
	padding-top: 150px;
	padding-bottom: 210px;
}
.hall_box h4 {
	margin-bottom: 50px;
}
.hall_box h4 img {
	height: 56px;
	width: auto;
}
.hall_box h4 span {
	display: block;
	font-size: 20px;
	letter-spacing: 5px;
	margin-top: 8px;
}

/* TEL・FAX */
.hall_tel {
	margin-top: 45px;
	font-size: 35px;
}
.hall_tel li a {
	text-decoration: none;
	color: #333333;
	line-height: 1.8em;
}
.hall_tel + p {
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

/* 外観 */
.hall_gaikan {
	margin-bottom: 45px;
	margin-top: 70px;
}
.hall_gaikan img {
	width: 100%;
	height: auto;
}

/* 内観 */
.hall_pic {
	font-size: 0px;
	margin-bottom: 50px;
}
.hall_pic li {
	width: 485px;
	margin-right: 30px;
	display: inline-block;
}
.hall_pic li:last-child {
	margin-right: 0px;
}
.hall_naikan {
	width: 203px;
	height: 63px;
	line-height: 63px;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -30px;
	background-color: rgba(255,255,255,0.30);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	z-index: 10;
	position: relative;
}
.hall_pic li img {
	width: 100%;
	height: auto;
}

/* MAP */
.hall_map iframe {
	width: 100%;
	height: 500px;
}



/* 新田塚 */
#hall_nittazuka h2 {
	font-size: 30px;
	display: inline-block;
	padding: 0.5em;
	border-top: solid 1px #EE7943;
	border-bottom: solid 1px #EE7943;
	margin-bottom: 100px;
}

#hall_nittazuka h3 {
	font-size: 35px;
	margin-bottom: 100px;
}
#hall_nittazuka h3 span {
	font-size: 13px;
	display: block;
	margin-top: 5px;
}

/* 春江 */
#hall_harue {
	background-color: rgba(232,84,0,0.10);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社概要    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gaiyou {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* h3 */
#gaiyou_tt {
	width: 170px;
	float: left;
}
#gaiyou_tt h3 {
	font-size: 35px;
	letter-spacing: 10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
}
#gaiyou_tt h3 span {
	margin-left: 10px;
	display: block;
	font-size: 13px;
	letter-spacing: 0px;
}

/* データ */
#gaiyou_data {
	width: 830px;
	float: right;
	line-height: 1.6em;
}
#gaiyou_data tr {
	border-bottom: 1px solid #9F9F9F;
}
#gaiyou_data tr:last-child {
	border-bottom-style: none;
}
#gaiyou_data th {
	text-align: left;
	width: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#gaiyou_data td {
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
#gaiyou_data td ul {
	margin-left: 1.2em;
	list-style-type: disc;
}
#gaiyou_data table + p {
	margin-top: 60px;
	text-align: center;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* プライバシーポリシー  　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#privacy {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #F5F5F5;
	font-size: 13px;
	line-height: 1.4em;
}
#privacy h3 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 45px;
}
#privacy h3 span {
	font-size: 13px;
	margin-top: 10px;
	display: block;
}
#privacy p {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#privacy ul {
	margin-left: 1.2em;
	list-style-type: square;
	margin-top: 40px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* fix 電話番号　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fix_tel {
	width: 225px;
	background-color: #E85400;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 5px;
	position: fixed;
	top: 50px;
	right: 0px;
	z-index: 10;
}
#fix_tel ul {
	text-align: center;
}

#tel_number {
	font-size: 23px;
	vertical-align: middle;
	line-height: 1em;
}

#tel_number img {
	width: 23px;
	height: auto;
	vertical-align: text-top;
	margin-right: 3px;
}
#tel_number a {
	color: #FFFFFF;
	text-decoration: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer　　　　　　　　                         　　　                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 12px;
	padding-bottom: 25px;
}

/* バナー */
#ft_banner {
	background-color: #1B7E47;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 36px;
	margin-bottom: 40px;
}
#ft_banner ul {
	text-align: center;
	font-size: 0px;
}
#ft_banner li {
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
}
#ft_banner li img {
	width: auto;
	height: 28px;
}

/* ロゴ */
#ft_about {
	width: 320px;
	float: left;
}
#ft_about h3 {
	margin-bottom: 12px;
}
#ft_about h3 img {
	width: 216px;
	height: auto;
}

/* リンク */
#ft_link {
	float: left;
	width: 680px;
	padding-top: 10px;
}
#ft_link ul {
}
#ft_link li {
	display: inline-block;
	margin-right: 45px;
}
#ft_link li:last-child {
	margin-right: 0px;
}

#ft_link li a {
	color: #333333;
	text-decoration: none;
	padding-left: 25px;
	background-image: url(../images/footer_link.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 11px auto;
	webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#ft_link li a:hover {
	color: #AAAAAA;
}

/* コピー */
#copy {
	text-align: center;
	margin-top: 30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	position: fixed;
	bottom: 70px;
	right: 40px;
	z-index: 99;
}
#page_top img {
	width: 50px;
	height: auto;

}







/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	font-size: 14px;
	line-height: 1.8em;
}

/* ボックス */
.doc_set {
	padding-left: 30px;
	padding-right: 30px;
}
.inner {
	width: 100%;
}

/* PC,スマホ　表示・非表示 */
.pc_none {
	display: inherit;
}
.sp_none {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header              　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {

}

/* menu */
#menu {
	display: none;
}

/* h1,h2 */
#header h1 {
	
}
#header h1 img {
	width: 300px;
	height: auto;
}

#header h2 {
	font-size: 18px;
	line-height: 1.6em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 家族葬とは  　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#what {
	padding-top: 65px;
	background-position: center 30px;
	padding-bottom: 65px;
}

/* lead */
#what_lead {
	padding-bottom: 60px;
	text-align: left;
}
#what_lead h3 {
	font-size: 28px;
	margin-bottom: 50px;
	text-align: center;
}

/* 共通ブロック */
.what_pic {
	width: 100%;
}
.what_text {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.what_text h4 {
	font-size: 22px;
	width: 260px;
}

/* 一般葬との違い */
#chigai {
	padding-top: 0px;
	margin-bottom: 70px;
}

#chigai .what_text {
	width: 100%;
}
#chigai h5 {
	font-size: 18px;
}
#chigai .what_pic {
	position: static;
}

/* 事前相談・生前予約 */
#jizen {
	margin-bottom: 70px;
	padding-top: 0px;
}
#jizen .what_text {
	position: static;
	width: 100%;
}

/* 事前相談のメリット */
#merit {
	position: relative;
	padding-top: 0px;
}
#merit .what_text {
	width: 100%;
}

#merit ol {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-bottom: 25px;
}
#merit .what_pic {
	position: static;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 式場設備    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#setsubi {
	padding-top: 65px;
}

/* h3 */
#setsubi_tt {
	padding-bottom: 50px;
}
#setsubi_tt h3 {
	font-size: 30px;
}
#setsubi_tt span {
	font-size: 11px;
}

/* 設備リスト */
.setsubi_list {
	width: 100%;
	margin-bottom: 45px;
	margin-right: 0px;
}
.setsubi_list h4 {
	font-size: 20px;
}
.setsubi_thumb {
}
.setsubi_thumb img {
	width: 100%;
	height: auto;
}
.setsubi_text {
	width: 80%;
}

/* 備考 */
#setsubi_bikou {
	padding-left: 30px;
	padding-right: 30px;
}
/* 最下部画像 */
#setsubi_bottom {
	margin-top: 65px;
	height: 100px;
	background-image: url(../images/setsubi_bottom.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#setsubi_bottom img {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 式場のご案内　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.hall_box {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.hall_box h4 {
	margin-bottom: 40px;
}
.hall_box h4 span {
	font-size: 14px;
}

/* TEL・FAX */
.hall_tel {
	margin-top: 30px;
	font-size: 30px;
}

/* 外観 */
.hall_gaikan {
	margin-bottom: 20px;
	margin-top: 60px;
}

/* 内観 */
.hall_pic {
	font-size: 0px;
	margin-bottom: 40px;
}
.hall_pic li {
	width: 100%;
	margin-right: 0px;
	display: inherit;
	margin-bottom: 20px;
}
.hall_naikan {
	width: 80%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin-top: -20px;
}
/* MAP */
.hall_map {
	padding-left: 15px;
	padding-right: 15px;
}
.hall_map iframe {
	height: 400px;
}

/* 新田塚 */
#hall_nittazuka h2 {
	font-size: 18px;
	display: inline-block;
	padding: 0.5em;
	border-top: solid 1px #EE7943;
	border-bottom: solid 1px #EE7943;
	margin-bottom: 100px;
}

#hall_nittazuka h3 {
	font-size: 30px;
	margin-bottom: 70px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社概要    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gaiyou {
	padding-top: 70px;
	padding-bottom: 70px;
}

/* h3 */
#gaiyou_tt {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 50px;
}
#gaiyou_tt h3 {
	font-size: 30px;
	margin-left: auto;
	margin-right: auto;
}
#gaiyou_tt h3 span {
	font-size: 12px;
}

/* データ */
#gaiyou_data {
	width: 100%;
	float: none;
}
#gaiyou_data th {
	text-align: left;
	width: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	vertical-align: top;
}
#gaiyou_data td {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#gaiyou_data table + p {
	margin-top: 40px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* プライバシーポリシー  　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#privacy {
	padding-top: 65px;
	padding-bottom: 65px;
	font-size: 12px;
}
#privacy h3 {
	font-size: 25px;
	margin-bottom: 30px;
}
#privacy h3 span {
	font-size: 12px;
}
#privacy ul {
	margin-top: 30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* fix 電話番号　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#fix_tel {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	top: auto;
	bottom: 0px;
}
#fix_tel li {
	display: inline-block;
	vertical-align: middle;
}
#tel_number {
	font-size: 23px;
	margin-right: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer　　　　　　　　                         　　　                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* バナー */
#ft_banner {
	height: auto;
	padding-top: 40px;
	padding-bottom: 10px;
}
#ft_banner ul {
	text-align: center;
	font-size: 0px;
}
#ft_banner li {
	display: inherit;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer　　　　　　　　                         　　　                  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 12px;
	padding-bottom: 25px;
}

/* バナー */
#ft_banner {
	height: auto;
	padding-top: 40px;
	padding-bottom: 10px;
}
#ft_banner ul {
	text-align: center;
	font-size: 0px;
}
#ft_banner li {
	display: inherit;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}

/* ロゴ */
#ft_about {
	width: 100%;
	float: none;
	margin-bottom: 40px;
	text-align: center;
}
#ft_about h3 img {
	width: 216px;
	height: auto;
}

/* リンク */
#ft_link {
	float: none;
	width: 100%;
	padding-top: 0px;
}
#ft_link li {
	margin-right: 0px;
	display: inherit;
}



/* コピー */
#copy {
	font-size: 11px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	position: fixed;
	bottom: 70px;
	right: 40px;
	z-index: 99;
}
#page_top img {
	width: 50px;
	height: auto;

}

}
