﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#313131;
	background: #F6EDD8;
	-webkit-font-smoothing: antialiased;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}/*600*/


/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #FFF;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: -15px;
	background: #FFF;
	border-bottom: solid 6px #A24B7C;
}
.header_in{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.logo{max-width: 260px;margin: 20px 0px 10px;}
.mail_sp{padding-top: 20px;}
.nav_sp{display: none;}

@media screen and (max-width:1000px){
	.header_in{padding: 0px;}
	.logo{padding-left: 10px;}
	.nav_sp{display:block;}
}/*1000*/
@media screen and (max-width:600px){
	.header_in{padding: 0px;}
	.logo{max-width: 230px;}
}/*600*/
@media screen and (max-width:400px){
	.logo{max-width: 200px;}
}/*400*/



/*=============================
		footer
=============================*/
footer{
	width: 100%;
	padding-top: 30px;
	background: #F6EDD8;
}

.footer_txt{
	color: #000;
	font-size: 13px;
	line-height: 150%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
	padding: 15px 0px 30px;
}
.f_logo{
	text-align:center;
	padding:30px 15px 5px;
	margin-bottom: 30px;
	}
.copy{
	text-align:center;
	color:#000;
	font-size:11px;
	padding-top: 10px;
}
@media screen and (max-width:700px){
footer{padding-top: 20px;}
.f_logo{
	width: 50%;
	margin: 0 auto;
}
.footer_txt{padding: 15px 0px 20px;}
.copy{padding: 5px;}
}/*700*/


/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 10px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#000;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#d70246;
}
.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#A24B7C;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 700px) {
ul.footer_menu{display: none;}
}/*700*/


/*=============================
		文字
=============================*/
.S{
	font-size:17px;
	line-height: 170%;
}
.M{
	font-size:18px;
	line-height: 130%;
	font-family: "Sawarabi Mincho";
	margin-bottom: 5px;
	color:#7b6433
}
.L{
	font-size: 25px;
	line-height: 150%;
	color: #0b63a3;
	margin-bottom: 10px;
	font-family: 'Kosugi Maru', sans-serif;
}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}/*600*/


/*=============================
		title
=============================*/
.title{/*---------------------------青文字*/
	text-align: center;
	margin-bottom: 50px;
}
.title h2{
	color: #1e314d;
	font-size: 50px;
	font-family: "Sawarabi Mincho";
	margin-bottom: 15px;
	border-bottom:  solid 2px #1e314d;
	display: inline-block;
}
.title p{
	color: #1e314d;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Kosugi Maru', sans-serif;
}

.title2{/*---------------------------白文字*/
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #FFFF;
	font-size: 50px;
	font-family: "Sawarabi Mincho";
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #FFFF;
	display: inline-block;
}
.title2 p{
	color: #FFFF;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Kosugi Maru', sans-serif;
}

.title3{
	font-size: 25px;
	background: #1e314d;
	color: #FFFF;
	padding: 15px;
	margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
.title h2{font-size: 35px;}
.title2 h2{font-size: 35px;}
.title3{font-size: 22px;padding: 7px 10px;}
}
@media screen and (max-width: 500px) {
.title{margin-bottom: 30px;}
.title h2{font-size: 30px;}
.title p{font-size: 16px;}
.title2 h2{font-size: 30px;}
.title3{font-size: 18px;padding: 7px 10px;}
}

/*=============================
		PT
=============================*/
.pt{
	background-size: cover !important;
	background:url("../img/base/pt.jpg") no-repeat center center;
	height: 300px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pt_h2{
	color: #FFF;
	font-family: "Sawarabi Mincho";
	font-size: 40px;
	line-height: 160%;
	text-align: center;
	border-bottom: solid 2px #FFF;
	margin-bottom: 20px;
}
.pt_p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
}
@media screen and (max-width: 900px) {
.pt{height: 220px;}
.pt_h2{font-size: 30px;}
}
@media screen and (max-width: 600px) {
.pt{height: 150px;}
.pt_h2{font-size: 20px;margin-bottom: 5px;}
.pt_p{font-size: 17px;}
}
/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #f4d31f;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 700px) {
#page_top{display: none;}
}/*700*/

/*=============================
		ボタン　グリーン
=============================*/
.btn1{
	background-color:#0fa18f;
	padding: 0.7em 2.5em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:25px;
	line-height: 130%;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	color:#0b63a3;
}
.btn1 i{padding-left: 15px;}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	text-decoration: none;
	background-color:#65b2a3;
}
@media screen and (max-width: 600px) {
.btn1{font-size:20px;}
}/*600*/
@media screen and (max-width: 400px) {
.btn1{font-size:18px;padding: 0.7em 2em;}
}/*400*/



/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	border-collapse: separate;
	text-align: left;
    font-size:15px;
	line-height:140%;
	margin: 10px auto 10px;
	border-spacing: 0px;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
	border-top: solid 1px #f9ca47;
}
table.type01 th {
	padding: 10px 10px;
	background: #f6e1b2;
	vertical-align:middle;
	text-align:center;
	color: #000;
	border-bottom: solid 1px #f9ca47;
}
table.type01 td {
	padding: 5px 10px;
	vertical-align:middle;
	background: #fdfbf6;
	color: #000;
	border-bottom: solid 1px #f9ca47;
}
table.type01 th img{width:100%}
table.type01 td img{width:100%}

.nowrap{white-space: nowrap;}
.table_w80{
	max-width: 800px;
	margin: 0 auto !important;
}
@media screen and (max-width: 600px) {
table.type01{font-size:11px;}
table.type01 th {padding: 5px;}
table.type01 td {padding: 5px;}
}


/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:650px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	text-align:center;
	max-width: 400px;
	margin: 270px auto 0px;
	}

@media screen and (max-width: 1000px) {
#vegas_box{height:500px;}
.vegas_text{max-width: 350px;margin-top: 180px;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:400px;}
.vegas_text{max-width: 300px;margin-top: 160px;}
}
@media screen and (max-width: 500px) {
.vegas_text{max-width: 250px;margin-top: 160px;}
}

/*=============================
		top
=============================*/

/* bg1---------------------------- */
.bg1{
	width: 100%;
    margin: 0;
    padding: 100px 0 100px;
    position: relative;
    overflow: hidden;
	}
.bg1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    transform: skewY(7deg) translateY(-150px);
    z-index: -1;
}
@media screen and (max-width: 1300px) {
.bg1::before {transform: skewY(14deg) translateY(-160px);}
}/*1300*/

@media screen and (max-width: 900px) {
.bg1{padding: 100px 0 250px;}
.bg1::before {transform: skewY(10deg) translateY(-160px);}
}/*900*/

@media screen and (max-width: 600px) {
.bg1{padding: 100px 0 130px;}
}/*600*/

/* 桃縁寺について---------------------------- */
.about_box{
	display: flex;
	align-items: center;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}
.about_img{
	width: 60%!important;
	text-align: center;
}
.about_img img{max-width: 400px;}

.about_img_sp{display:none;}
.about_txt{
	width: 40%!important;
	padding: 2%;
	text-align: center;
}
.about_txt img{
	max-width: 200px;
	margin: 0px auto 30px;
}
.txt1{
	font-size: 15px;
	line-height: 230%;
	text-align: left!important;
	font-family: "Sawarabi Mincho";/*さわらび明朝*/
	color: #000;
}
@media screen and (max-width: 900px) {
.about_box{
	flex-wrap: wrap;
	justify-content: center;
}
.about_img{display:none;}
.about_img_sp{display:block;width: 80%;margin-bottom: 30px;}
.about_txt{width: 80%!important;}
.txt1{font-size: 13px;}
}/*900*/

@media screen and (max-width: 600px) {
}/*600*/


/* bg2---------------------------- */
.bg2{padding: 30px 0px 100px;}

@media screen and (max-width: 900px) {
.bg2{padding: 0px 0px 100px;}
}

/* 相談内容---------------------------- */
.service_box{
	display: flex;
	align-items: center;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.service_img{
	width: 50%;
	padding: 5%;
}
.service_txt{
	width: 50%;
	padding: 2%;
	text-align: center;
	background:url("../img/base/bg_item1.png") no-repeat right bottom;
	background-size: 200px;
}
.txt2{
	font-size: 25px;
	line-height: 230%;
	text-align: left!important;
	font-family: "Sawarabi Mincho";/*さわらび明朝*/
}

@media screen and (max-width: 1000px) {
.txt2{font-size: 20px;line-height: 200%;}
}/*1000*/

@media screen and (max-width: 900px) {
.service_box{
	flex-wrap: wrap;
	justify-content: center;
}
.service_img{width: 70%;margin-bottom: 30px;}
.service_txt{width: 80%;}
.txt2{text-align: center!important;}
}/*900*/

@media screen and (max-width: 500px) {
.service_img{width: 90%;margin-bottom: 30px;}
.service_txt{background-size: 130px;}
}/*500*/


/* TOPお問い合わせ---------------------------- */
.contact_box{
	background:url("../img/base/bg1.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	width: 100%;
	padding: 100px 0px;
}
.contact_box h2{
	text-align:center;
	color: #FFF;
	font-size: 30px;
	font-family: "Sawarabi Mincho";/*さわらび明朝*/
	margin-bottom: 50px;
}

ul.contact_img{
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
}
ul.contact_img li{margin-bottom: 30px;}


@media screen and (max-width: 800px) {
.contact_box h2{font-size: 25px!important;padding: 0px 30px;}
ul.contact_img li{margin-bottom: 30px;}
}/*800*/

@media screen and (max-width: 500px) {
.contact_box{background:url("../img/base/bg2.png") no-repeat center center;}
.contact_box h2{font-size: 23px!important;}
}/*500*/


/* TOP_access---------------------------- */
.access_box{
	display: flex;
	background: #A24B7C;
}
.map{width: 60%;background: #ccc;}
.access{
	width: 40%;
	padding: 50px 0px;
}
.access_pc{}
.access_sp{display: none;}

.access_img{
	width: 80%;
	margin: 0 auto 50px;
}

.access_logo{
	width: 50%;
	margin: 0 auto 30px;
}
.access_txt{
	font-size: 16px;
	text-align: center;
	color: #FFF;
	margin: 20px auto 0px;
	width: 100%!important;
}

@media screen and (max-width: 900px) {
.access_box{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.map{width: 100%;}
.access{width: 100%;}
.access_pc{display: none!important;}
.access_sp{display: block!important;}

ul.ul_access_sp{
	display: flex!important;
	justify-content: space-around;
	align-items: center;
}
.access_sp_img{width: 40%;}
.access_sp_txt{
	width: 40%;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	}
.access_sp_txt img{max-width: 300px;margin-bottom: 30px;}/*SPのlogo*/
}/*900*/

@media screen and (max-width: 800px) {
.access_sp_txt img{max-width: 220px;margin-bottom: 30px;}/*SPのlogo*/
}/*800*/

@media screen and (max-width: 600px) {
ul.ul_access_sp{flex-wrap: wrap!important;}
.access_sp_img{width: 80%;margin-bottom: 30px;}
.access_sp_txt{width: 100%;margin-bottom: 10px;}
}/*600*/



/* MAP -------------------------------------------*/
.ggmap {
position: relative;
width: 100%;
height: 0;
padding-top: 85%; /* 比率 */
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 1300px) {
.ggmap {padding-top: 90%; /* 比率 */}
}/*1300*/

@media screen and (max-width: 1100px) {
.ggmap {padding-top: 100%; /* 比率 */}
}/*1000*/



