/*
Theme Name: PrankPlan
Theme URI: https://prankplan.jp/
Author: PrankPlan
Author URI: https://prankplan.jp/
Description: PrankPlanの公式ホームページです。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
body,
#wrapper{
	width: 100%;
	height: auto;
	height: 500px;
	/* font-family:Georgia, "Times New Roman", Times, "serif"; */
	/* font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; */
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
/*	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
}
.section{
	width: 100%;
	height: auto;
	margin:30px 0;
	padding: 40px 0;
	text-align: center;
	position: relative;
}
@font-face{
	font-family:"Cotillion Regular";
	src:url("font/COTILLIO.eot?") format("eot"),
		url("font/COTILLIO.woff") format("woff"),
		url("font/COTILLIO.ttf") format("truetype"),
		url("font/COTILLIO.svg#Cotillion") format("svg");
	font-weight:normal;font-style:normal;
}
@font-face{
	font-family:"Allura";
	src:url("font/Allura-Regular.otf");
	font-weight:normal;font-style:normal;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.container{
	width: 100%;
	max-width: 1280px;
	padding: 0 50px;
	margin: 0 auto;
}
.subtitle{
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 15px;
	position:relative;
}
.subtitle span{
	display: inline-block;
	padding: 0 30px 20px;
	position: relative;
	color: rgb(160, 14, 21);
}
h3{
	font-weight: bold;
	font-size:16px;
}
.links a{
	color: #333;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #333;
	transition: .3s all;
	white-space: nowrap;
}
.balloon_box{
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.balloon_left,
.balloon_right{
	position: absolute;
	bottom:0;
	width: calc(50% - 60px);
	height:40px;
	background: #fff;
}
.balloon_left{
	left: 0;
}
.balloon_right{
	right: 0;
}
.balloon_center{
	width:0;
	height:0;
	position: absolute;
	bottom:-40px;
	border-top: 40px solid transparent;
	border-right: 60px solid #fff;
	border-bottom: 40px solid #fff;
	border-left: 60px solid #fff;
	left:calc(50% - 60px);
}
.clear{
	clear: both;
}
.pc_none{
	display: none !important;
}
/*---------------------------- CONTACT ----------------------------*/
.cta_box h3{
	margin-bottom: 45px;
}
.cta_outer{
	display: flex;
	justify-content: center;
}
.cta_inner{
	margin: 0 30px;
	flex-basis: 250px;
	border: 1px solid rgb(160, 14, 21);
	transition: .3s all;
}
.cta_inner a{
	display: block;
	color: rgb(160, 14, 21);
	padding: 50px 10px 70px;
}
.cta_inner i.fa-mobile{
	font-size: 60px;
}
.cta_inner .icon-line{
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 48px;
}
.cta_inner i.fa-envelope{
	font-size: 40px;
	padding-top: 8px;
	padding-bottom: 12px;
	transition: .3s all;
	background: #fff !important;
}
.cta_inner p:first-of-type{
	font-size: 20px;
	padding: 40px 0;
	font-weight: bold;
	transition: .3s all;
}
.cta_inner p:last-of-type{
	font-size: 14px;
	transition: .3s all;
}
/*---------------------------- CONTACT ----------------------------*/

/*---------------------------- ACCESS ----------------------------*/
#access{
	padding-bottom: 80px;
}

#mapcanvas{
	width: 100%;
	height: 25vw;
	margin-top: 30px;
}
.address_wrap{
	margin-top: 30px;
	margin-left: 30px; 
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.address{
	text-align: left;
}
.address p{
	margin-top: 5px;
}
.address p:nth-of-type(3){
	text-align: right;
}
.address p:nth-of-type(4){
	margin-top: 10px;
}
#access .links{
	margin-right: 0px;
	margin-left: 30px;
}
/*---------------------------- ACCESS ----------------------------*/
footer.container{
	margin:30px auto;
	padding: 0 0 70px;
	position: relative;
	text-align: center;
}
.footer_flex{
	margin: 0 40px;
	padding: 40px;
	border-top: 1px solid #e0e0e0;
	display: flex;
	justify-content: flex-start;
	text-align: left;
}
.footer_flex > div{
	margin-right: 60px;
}
.footer_flex p{
	font-size: 16px;
	text-indent: .5em;
	padding-right: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}
.footer_flex li{
	text-indent: .5em;
}
.footer_flex a{
	color: #000;
	font-size: 12px;
	transition: .3s all;
}
.provision{
	margin-bottom: 20px;
}
.provision ul{
	display: flex;
	justify-content: center;
}
.provision li{
	font-size: 14px;
	width: 180px;
}
.provision li:nth-child(2){
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.copyright{
	color: #666;
}
.provision a,
.copyright a{
	color: #333;
	transition: .3s all;
}