@charset "utf-8";
/* CSS Document */

/*-------------------------------
	共通
--------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	max-height: 9999999px; 
}
body {
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	text-align: center;
	color:#000;
	min-width:1120px;
	-webkit-text-size-adjust: 100%;
}
.min {
	font-family: 'Noto Serif JP', serif;
}
p,dt,dl {
	line-height:1.7;
}
img {
	border: none;
	height:auto;
	-ms-interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden;
}
a {
	color:#1A4082;
	text-decoration:underline;
	text-decoration-thickness:1px;
	transition:background-color 0.4s;
}
a img {
	opacity:1;
	transition:opacity 0.4s;
	backface-visibility: hidden;
}
a:hover img  {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.ov {
	transition:opacity 0.4s;
}
.ov:hover {
	filter:alpha(opacity=60);
	opacity: 0.6;
}
table{
	border-collapse:collapse;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.pagetop {
	display: none;
	position: fixed;
	bottom:20px;
	right:20px;
}
.pagetop a {
	display: block;
}
.pagetop img {
	width:40px;
	vertical-align:bottom;
}
br.spbr {
	display:none;
}
br.pcbr {
}
.i-b span {
	display:inline-block;
}
.wrap {
	overflow:hidden;/*iPadの右側にできるスペース対策*/
}
.right {
	text-align:right;
}
.left { 
	text-align:left;
}
.center {
	text-align:center;
}
.box {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
a.tel {
	display:inline-block;
	pointer-events:none;
}
.relative {
	position:relative;
}
.box-shadow { box-shadow:0 3px 3px rgba(0,0,0,0.25); }
.text-shadow { text-shadow:0 3px 3px rgba(0,0,0,0.25); }
@media only screen and (max-width:600px){
body {
	font-size: 15px;
	text-align:left;
	min-width:320px;
	-webkit-text-size-adjust: 100%;
}
p,li,dt,dl {
	line-height:1.6;
}
a {
	transition: none;
}
a:hover img  {
	opacity:1;
}
.ov:hover {
	filter:alpha(opacity=100);
	opacity:1;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop img {
	width:40px;
	height:40px;
}
br.spbr {
	display:block;
}
br.pcbr {
	display:none;
}
.box {
	width:auto;
	margin:0 20px;
}
a.tel {
	pointer-events:auto;
}
.pic img {
	width:100%;
}
}
/*-------------------------------
	フォントサイズ
--------------------------------*/
.f14{
	font-size:14px;
}
.f15{
	font-size:15px;
}
.f16{
	font-size:16px;
}
.f17{
	font-size:17px;
}
.f18{
	font-size:18px;
}
.f19{
	font-size:19px;
}
.f20{
	font-size:20px;
}
.f21{
	font-size:21px;
}
.f22{
	font-size:22px;
}
.f23{
	font-size:23px;
}
.f24{
	font-size:24px;
}
.f25{
	font-size:25px;
}
.f26{
	font-size:26px;
}
.f28{
	font-size:28px;
}
.f30{
	font-size:30px;
}
.f35{
	font-size:35px;
}
.f46{
	font-size:46px;
}
@media only screen and (max-width:600px){
.f14{
	font-size:12px;
}
.f15{
	font-size:13px;
}
.f16{
	font-size:14px;
}
.f17{
	font-size:15px;
}
.f18{
	font-size:16px;
}
.f19{
	font-size:17px;
}
.f20{
	font-size:18px;
}
.f21{
	font-size:19px;
}
.f22{
	font-size:20px;
}
.f23{
	font-size:21px;
}
.f24{
	font-size:22px;
}
.f25{
	font-size:23px;
}
.f26{
	font-size:24px;
}
.f28{
	font-size:26px;
}
.f30{
	font-size:28px;
}
.f35{
	font-size:33px;
}
.f46{
	font-size:44px;
}
}
/*-------------------------------
	マージン
--------------------------------*/
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.mb60 {
	margin-bottom:60px;
}
.mb70 {
	margin-bottom:70px;
}
.mb80 {
	margin-bottom:80px;
}
.mb90 {
	margin-bottom:90px;
}
.lr20 {
	margin-right:20px;
	margin-left:20px;
}
@media only screen and (max-width:600px){
.mb10 {
	margin-bottom:5px;
}
.mb15 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:10px;
}
.mb30 {
	margin-bottom:15px;
}
.mb40 {
	margin-bottom:20px;
}
.mb50 {
	margin-bottom:25px;
}
.mb60 {
	margin-bottom:30px;
}
.mb70 {
	margin-bottom:35px;
}
.mb80 {
	margin-bottom:40px;
}
.mb90 {
	margin-bottom:45px;
}
.lr20 {
	margin-right:10px;
	margin-left:10px;
}
}
/*-------------------------------
	フロート
--------------------------------*/
.float-wrap {
	overflow:hidden;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
	margin:0 -2%;
}
.float-pc-five .float-box {
	width:16%;
}
.float-pc-four .float-box {
	width:21%;
}
.float-pc-three .float-box {
	width:29.3%;
}
.float-pc-two .float-box {
	width:46%;
}
.float-box {
	float:left;
	display:block;
	text-align:center;
	margin-left:2%;
	margin-right:2%
}
.float-box img {
	width:100%;
}
@media(max-width:600px){
.float-sp-three .float-box {
	width:29.3%;
}
.float-sp-two .float-box {
	width:46%;
}
.float-sp-one .float-box {
	width:100%;
}
.float-box {
	margin-left:2%;
	margin-right:2%
}
}
/*-------------------------------
	ヘッダー
--------------------------------*/
.header {
	width:1100px;
	height:130px;
	margin:0 auto;
}
.header a {
	color:#000;
	text-decoration:none;
}
.logo {
	float:left;
	padding:20px 0 0 0;
}
.header-right {
	float:right;
	margin-top:35px;
}
.header-tel {
	font-size:32px;
	display:inline-block;
	vertical-align:middle;
}
.header-tel span {
	font-size:22px;
}
.header-contact {
	display:inline-block;
}
.header-contact a {
	color:#FFF;
	font-size:17px;
	width:200px;
	line-height:60px;
	text-align:center;
	margin-left:15px;
	background-color:#000;
	border-radius:30px;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	z-index:100;
}
.sp-tel {
	display:none;
}
@media only screen and (max-width:600px){
.header {
	width:100%;
	min-width:320px;
	height:60px;
	margin:0;
}
.header a {
	color:#181B39;
	text-decoration:none;
}
.logo {
	float:left;
	padding:7px 0 0 5px;
	position:relative;
	z-index:100000;
}
.logo img {
	width:177px;
}
.header-right {
	display:none;
}
.sp-tel {
	display:block;
	padding:15px 0;
}
.sp-tel a {
	color:#FFF;
	font-size:25px;
	text-decoration:none;
	display:block;
	text-align:center;
}
.sp-tel a span {
	font-size:18px;
}
}
/*-------------------------------
	フッター
--------------------------------*/
.footer {
	color:#FFF;
	padding:40px 0;
	background-color:#000;
}
.footer a {
	color:#FFF;
	text-decoration:none;
}
.footer-name {
	margin-top:20px;
}
.footer-name small {
	font-size:14px;
}
@media only screen and (max-width:600px){
.footer {
	color:#FFF;
	padding:30px 0;
	text-align:center;
	background-color:#000;
}
}
/*-------------------------------
	トップページ：メイン画像
--------------------------------*/
.topimg {
	margin-top:-130px;
	height:750px;
	background-image: url(../images/topimg-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
	z-index:9999;
}
.topimg-logo {
	width:1000px;
	margin:0 auto;
	position:absolute;
	top:70px;
	left:0;
	right:0;
}
@media(max-width:600px){
.topimg {
	margin-top:-60px;
	height:500px;
	background-image: url(../images/topimg-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-align:center;
}
.topimg-logo {
	width:100%;
	margin:0 auto;
	position:absolute;
	top:90px;
	left:0;
	right:0;
}
.topimg-logo img {
	width:70px;
}
}
/*-------------------------------
	トップページ：メッセージ
--------------------------------*/
.top-message {
	margin:120px 0 60px;
}
.top-message p {
	font-size:17px;
}
.top-message-sp {
	display:none;
}
@media only screen and (max-width:600px){
.top-message {
	margin:30px 20px 40px;
}
.top-message p {
	font-size:15px;
	line-height:1.8;
}
.top-message-pc {
	display:none;
}
.top-message-sp {
	display:block;
}
}
/*-------------------------------
	トップページ：全幅写真
--------------------------------*/
.top-pic-1 img {
	object-fit:cover;
	height: 300px;
	width: 100%;
	object-position:50% 100%;
}
@media only screen and (max-width:600px){
.top-pic-1 img {
	object-fit:cover;
	height: 120px;
	width: 100%;
	object-position:50% 100%;
}
}
/*-------------------------------
	トップページ：お知らせ
--------------------------------*/
.news {
	width:900px;
	height:250px;
	margin:0 auto 40px;
}
.news iframe {
	width:100%;
	height:250px;
	border:none;
}
@media only screen and (max-width:600px){
.news {
	width:auto;
	height:250px;
	margin:0 auto 40px;
}
}
/*-------------------------------
	トップページ：永代供養について
--------------------------------*/
.top-contents {
	color:#FFF;
	background-color:#000;
	overflow:hidden;
}
.top-contents-pic {
	width:50%;
}
.top-contents-pic img {
	object-fit:cover;
	height: 430px;
	width: 100%;
	object-position:50% 50%;
	vertical-align:bottom;
}
.top-contents-pic-l {
	float:left;
}
.top-contents-pic-r {
	float:right;
}
.top-contents-txt {
	width:50%;
	height:430px;
	display:table;
}
.top-contents-txt div {
	display:table-cell;
	vertical-align:middle;
}
.top-contents-txt h2 {
	font-size:40px;
	font-weight:400;
	margin-bottom:20px;
}
@media only screen and (max-width:600px){
.top-contents {
	color:#FFF;
	background-color:#000;
	overflow:hidden;
}
.top-contents-pic {
	width:100%;
}
.top-contents-pic img {
	object-fit:cover;
	height: 200px;
	width: 100%;
	object-position:50% 50%;
	vertical-align:bottom;
}
.top-contents-pic-l {
	float:none;
}
.top-contents-pic-r {
	float:none;
}
.top-contents-txt {
	width:auto;
	height:auto;
	padding:30px 20px 40px;
	text-align:center;
}
.top-contents-txt h2 {
	font-size:25px;
	margin-bottom:10px;
}
}
/*-------------------------------
	トップページ：リンク
--------------------------------*/
.top-link {
	margin:100px -40px 60px 0;
	overflow:hidden;
}
.top-link a {
	color:#000;
	font-size:20px;
	text-decoration:none;
	width:480px;
	line-height:100px;
	display:block;
	margin:0 40px 40px 0;
	box-sizing:border-box;
	border:solid 1px #000;
	float:left;
	background-image: url(../images/top-link-arr.png);
	background-repeat: no-repeat;
	background-position: right 35px center;
	background-size:10px 20px;
}
.top-link a:hover {
	background-color:#EEE;
}
@media only screen and (max-width:600px){
.top-link {
	margin:50px 0 20px 0;
	overflow:hidden;
	text-align:center;
}
.top-link a {
	color:#000;
	font-size:18px;
	text-decoration:none;
	width:100%;
	line-height:70px;
	display:block;
	margin:0 0 30px;
	box-sizing:border-box;
	border:solid 1px #000;
	float:none;
}
}
/*-------------------------------
	トップページ：アクセス
--------------------------------*/
.access {
	text-align:center;
}
.gmap {
	height:450px;
}
@media only screen and (max-width:600px){
.gmap {
	height:300px;
}
.gmap iframe {
	height:300px;
}
}
/*-------------------------------
	トップページ：フッター写真
--------------------------------*/
.top-pic-footer img {
	object-fit:cover;
	height: 450px;
	width: 100%;
	object-position:0 0;
	vertical-align:bottom;
}
@media only screen and (max-width:600px){
.top-pic-footer img {
	object-fit:cover;
	height: 300px;
	width: 100%;
	object-position:50% 100%;
}
}
/*-------------------------------
	テンプレート
--------------------------------*/
.main {
	margin-top:60px;
}
.hr {
	background-image: url(../images/hr.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-size:50px 3px;
	padding-bottom:90px;
	margin-bottom:90px;
}
h1.page-ttl {
	color:#FFF;
	font-size:40px;
	line-height:300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-shadow:3px 3px 3px #000;
	margin-bottom:70px;
	text-align:center;
}
.about h1.page-ttl {
	background-image: url(../images/page-ttl-about-2.jpg);
}
.contact h1.page-ttl {
	background-image: url(../images/page-ttl-contact-2.jpg);
}
.privacypolicy h1.page-ttl {
	background-image: url(../images/page-ttl-contact.jpg);
}
h2.h2-ttl {
	font-size:30px;
	font-weight:600;
	margin-bottom:30px;
}
.btn {
	text-align:center;
}
.btn a {
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	width:260px;
	line-height:60px;
	background-color:#000;
	border-radius:30px;
	text-align:center;
	display:inline-block;
}
.btn-block a {
	display:block;
}
.btn-wh a {
	color:#000;
	background-color:#FFF;
}

.btn2 a {
	color:#000;
	font-size:18px;
	text-decoration:none;
	width:260px;
	line-height:1.2;
	padding:8px 0;
	background-color:#FFF;
	border-radius:50px;
	text-align:center;
	display:inline-block;
}
@media only screen and (max-width:600px){
.main {
	margin-top:0;
}
.hr {
	padding-bottom:45px;
	margin-bottom:45px;
}
h1.page-ttl {
	color:#FFF;
	font-size:30px;
	line-height:150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-shadow:3px 3px 3px #000;
	margin-bottom:35px;
	text-align:centert;
}
h2.h2-ttl {
	font-size:25px;
	margin-bottom:20px;
	text-align:center;
}
.btn a {
	color:#FFF;
	font-size:18px;
	text-decoration:none;
	width:240px;
	line-height:50px;
	background-color:#000;
	border-radius:30px;
	text-align:center;
	display:inline-block;
}
.btn-wh a {
	color:#000;
	background-color:#FFF;
}

.btn2 a {
	color:#000;
	font-size:18px;
	text-decoration:none;
	width:240px;
	line-height:1.2;
	padding:8px 0;
	background-color:#FFF;
	border-radius:50px;
	text-align:center;
	display:inline-block;
}
}
/*-------------------------------
	普済寺について：ご挨拶
--------------------------------*/
.greeting {
	overflow:hidden
}
.greeting-pic {
	float:left;
}
.greeting-pic img {
	width:300px;
	border-radius:150px;
}
.greeting-txt {
	width:630px;
	float:right;
	text-align:left;
}
.greeting-txt p {
	line-height:2;
}
.greeting-sp {
	display:none;
}
@media only screen and (max-width:600px){
.greeting-pic {
	float:none;
	text-align:center;
	margin-bottom:20px;
}
.greeting-pic img {
	width:200px;
	border-radius:100px;
}
.greeting-txt {
	width:auto;
	float:none;
	text-align:left;
}
.greeting-txt p {
	line-height:2;
}
.greeting-pc {
	display:none;
}
.greeting-sp {
	display:block;
}
}
/*-------------------------------
	普済寺について：沿革
--------------------------------*/
.enkaku dl {
	width:600px;
	margin:30px auto 0;
	text-align:left;
	border-top:solid 1px #D0D0D0;
}
.enkaku dl dt {
	font-weight:bold;
	float:left;
	padding:16px;
}
.enkaku dl dt {
	float:left;
	padding:16px;
}
.enkaku dl dd {
	padding:16px 20px 16px 250px;
	border-bottom:solid 1px #D0D0D0;
}
@media only screen and (max-width:600px){
.enkaku dl {
	width:auto;
	margin:20px auto 0;
	text-align:left;
	border-top:solid 1px #D0D0D0;
}
.enkaku dl dt {
	font-weight:bold;
	float:left;
	padding:16px;
}
.enkaku dl dt {
	float:left;
	padding:16px 6px;
}
.enkaku dl dd {
	padding:16px 0 16px 150px;
	border-bottom:solid 1px #D0D0D0;
}
}
/*-------------------------------
	普済寺について：年間行事
--------------------------------*/
.event dl {
	margin:30px auto 0;
	text-align:left;
	border-top:solid 1px #D0D0D0;
}
.event dl dt {
	font-weight:bold;
	float:left;
	padding:16px;
}
.event dl dt {
	float:left;
	padding:16px;
}
.event dl dt span {
	font-size:13px;
	font-weight:400;
}
.event dl dd {
	padding:16px 20px 16px 250px;
	border-bottom:solid 1px #D0D0D0;
}
@media only screen and (max-width:600px){
.event dl {
	width:auto;
	margin:20px auto 0;
	text-align:left;
	border-top:solid 1px #D0D0D0;
}
.event dl.event-r {
	margin:0 auto;
	border-top:none;
}
.event dl dt {
	font-weight:bold;
	float:left;
	padding:16px;
}
.event dl dt {
	float:left;
	padding:16px 6px;
}
.event dl dt span {
	font-size:11px;
	font-weight:400;
}
.event dl dd {
	padding:16px 0 16px 190px;
	border-bottom:solid 1px #D0D0D0;
}
}
/*-------------------------------
	普済寺について：施設ご案内
--------------------------------*/
.shisetsu {
	text-align:left;
}
.shisetsu img {
	margin-top:10px;
	vertical-align:bottom;
}
.shisetsu strong {
	font-size:20px;
	display:block;
}
.shisetsu-pic-1 img {
	width:100%;
}
.shisetsu-pic-2 img {
	width:50%;
}
.shisetsu .float-box {
	text-align:left;
	margin-bottom:50px;
}
.shisetsu-ttl {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:solid 1px #000;
}
@media only screen and (max-width:600px){
.shisetsu strong {
	font-size:18px;
	display:block;
	margin-top:5px;
}
.shisetsu-pic-2 img {
	width:100%;
}
.shisetsu .float-box {
	text-align:left;
	margin-bottom:25px;
}
}
/*-------------------------------
	永代供養
--------------------------------*/
.eitaikuyou-main {
	height:410px;
	padding:190px 0 0;
	background-image: url(../eitaikuyou/images/eitaikuyou-main-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.eitaikuyou-message {
	font-size:22px;
	font-weight:400;
	padding:80px 0;
}
.eitaikuyou-for {
	font-size:20px;
	width:600px;
	margin:0 auto;
	border-top:solid 1px #D0D0D0;
}
.eitaikuyou-for p {
	padding:14px 0;
	border-bottom:solid 1px #D0D0D0;
}
.eitaikuyou-features {
	overflow:hidden;
}
.eitaikuyou-features-pic {
	width:300px;
	float:left;
}
.eitaikuyou-features-pic img {
	width:100%;
	border-radius:160px;
}
.eitaikuyou-features-txt {
	font-size:20px;
	width:630px;
	float:right;
	text-align:left;
}
.eitaikuyou-features-txt li {
	margin:0 0 30px 30px;
}
.eitaikuyou-info-pic {
	margin-bottom:50px;
}
.eitaikuyou-info-wrap {
	overflow:hidden;
	margin:0 -12px 20px 0;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap:wrap;
}
.eitaikuyou-info-box {
	float:left;
	width:191px;
	margin-right:12px;
	padding:0 20px 10px;
	border:solid 5px #E6E6E6;
}
.eitaikuyou-info-box2 {
	float:left;
	width:444px;
	margin-right:12px;
	padding:0 20px 10px;
	border:solid 5px #E6E6E6;
}
.eitaikuyou-info-kukaku {
	margin-bottom:10px;
	border-bottom:solid 2px #000;
}
.eitaikuyou-flow i {
	font-size:20px;
	padding:20px;
}
.eitaikuyou-flow-box {
	width:700px;
	margin:0 auto;
	padding:2px;
	border:solid 1px #D0D0D0;
}
.eitaikuyou-flow-box div {
	padding:20px;
	border:solid 1px #D0D0D0;
}
.eitaikuyou-flow-box strong {
	font-size:22px;
	display:block;
}
.eitaikuyou-flow-link a {
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	margin-top:10px;
	padding:8px 20px;
	width:200px;
	border-radius:30px;
	background-color:#000;
}
.eitaikuyou-photo .float-box {
	margin-bottom:20px;
}
@media only screen and (max-width:600px){
.eitaikuyou-main {
	height:244px;
	padding:156px 0 0;
	background-image: url(../eitaikuyou/images/eitaikuyou-main-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-align:center;
}
.eitaikuyou-main img {
	width:300px;
}
.eitaikuyou-message {
	font-size:16px;
	font-weight:400;
	padding:40px 0;
	text-align:center;
}
.eitaikuyou-for {
	font-size:17px;
	width:auto;
	margin:0 auto;
	border-top:solid 1px #D0D0D0;
	text-align:center;
}
.eitaikuyou-for p {
	padding:12px 0;
	border-bottom:solid 1px #D0D0D0;
}
.eitaikuyou-features {
	overflow:hidden;
}
.eitaikuyou-features-pic {
	width:200px;
	float:none;
	margin:0 auto 20px;
	text-align:center;
}
.eitaikuyou-features-pic img {
	width:100%;
	border-radius:100px;
}
.eitaikuyou-features-txt {
	font-size:17px;
	width:auto;
	float:none;
	text-align:left;
}
.eitaikuyou-features-txt li {
	margin:0 0 15px 20px;
}
.eitaikuyou-info-pic {
	margin-bottom:10px;
}
.eitaikuyou-info-pic img {
	width:100%;
}
.eitaikuyou-info-wrap {
	overflow:hidden;
	margin:0;
}
.eitaikuyou-info-box {
	float:none;
	width:100%;
	margin:0 0 20px;
	padding:0 20px 10px;
	box-sizing:border-box;
	border:solid 5px #E6E6E6;
	text-align:center;
}
.eitaikuyou-info-box2 {
	float:none;
	width:100%;
	margin:0 0 20px;
	padding:0 20px 10px;
	box-sizing:border-box;
	border:solid 5px #E6E6E6;
	text-align:center;
}
.eitaikuyou-info-kukaku {
	margin-bottom:10px;
	border-bottom:solid 2px #000;
}
.eitaikuyou-flow {
	text-align:center;
}
.eitaikuyou-flow i {
	font-size:20px;
	padding:10px;
}
.eitaikuyou-flow-box {
	width:auto;
	margin:0 auto;
	padding:2px;
	border:solid 1px #D0D0D0;
}
.eitaikuyou-flow-box div {
	padding:20px;
	border:solid 1px #D0D0D0;
}
.eitaikuyou-flow-box strong {
	font-size:20px;
	display:block;
}
.eitaikuyou-photo .float-box {
	margin-bottom:20px;
}
}
/*-------------------------------
	プライバシーポリシー
--------------------------------*/
.privacypolicy {
	text-align:left;
}
.privacypolicy p {
	margin-bottom:20px;
}
.privacypolicy ul {
	margin:-10px 0 25px 20px;
}
.privacypolicy li {
	list-style-type:disc;
	margin-bottom:5px;
}
/*-------------------------------
	お問い合わせ
--------------------------------*/
dl.contact-box {
	width:650px;
	margin:0 auto 50px;
	text-align:left;
}
dl.contact-box dt {
	font-size:18px;
	font-weight:bold;
	margin-bottom:7px;
}
dl.contact-box dd {
	margin-bottom:20px;
}

input[type="text"],input[type="tel"],input[type="button"],input[type="reset"],input[type="submit"],textarea,select {
	outline: none;
	-webkit-appearance: none;
}
dl.contact-box input,
dl.contact-box textarea {
	font-size:18px;
	border:none;
	padding:12px;
	margin-bottom:7px;
	box-sizing:border-box;
	border-radius:10px;
	border:solid 2px #E9E9E9;
	background-color:#E9E9E9;
}
.input_ad {
	width:100px !important;
}
.input_txt {
	width:100% !important;
}
.input_ad:focus,
.input_txt:focus {
	border:solid 2px #000;
}
#contact_btn {
	text-align:center;
	margin-bottom:60px;
}
#contact_btn input {
	color:#FFF;
	font-size:20px;
	font-family: 'Noto Serif JP', serif;
	width:260px;
	line-height:60px;
	background-color:#000;
	border-radius:30px;
	border:none;
	cursor:pointer;
}
#contact_btn input.btn_reset {
	color:#000;
	width:200px;
	background-color:#CCC;
}
@media only screen and (max-width:600px){
dl.contact-box {
	width:auto;
	margin:0 auto 30px;
	text-align:left;
}
dl.contact-box dt {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}
dl.contact-box dd {
	margin-bottom:20px;
}

dl.contact-box input,
dl.contact-box textarea {
	font-size:18px;
	border:none;
	padding:8px;
	margin-bottom:7px;
	box-sizing:border-box;
	border-radius:7px;
	border:solid 2px #E9E9E9;
	background-color:#E9E9E9;
}
.input_ad {
	width:70px !important;
}
.input_txt {
	width:100% !important;
}
.input_ad:focus,
.input_txt:focus {
	border:solid 2px #000;
}
#contact_btn {
	text-align:center;
	margin-bottom:60px;
}
#contact_btn input {
	color:#FFF;
	font-size:18px;
	font-family: 'Noto Serif JP', serif;
	width:160px;
	line-height:60px;
	background-color:#000;
	border-radius:30px;
	border:none;
	cursor:pointer;
}
#contact_btn input.btn_reset {
	color:#000;
	width:100px;
	background-color:#CCC;
}
}
