/**
 * Theme Name:    murana cafe Template
 * Version: 1.0
 *
 * Author:        murana cafe
 */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


/****************************************
 * Common
 ****************************************/
body {
	color: #333;
	font-family: "Open Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.img-fluid {
	width: 100%;
	height: auto;
}

.fadein {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}

/**
 * ios style clear
 */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}


@media screen and (max-width: 767px) {
	.sp-hide {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.pc-hide {
		display: none;
	}
}


/****************************************
 * Header
 ****************************************/
.header {
	max-width: 1000px;
	padding: 0 15px;
}

.site-title {
	padding: 5px 0;
	text-align: center;
}

.site-title img {
	max-width: 250px;
}

.site-title .sub-title {
	display: block;
	color: #63949b;
	font-size: 12px;
	font-weight: normal;
}

.main-visual {
	display: block;
}


/****************************************
 * Footer
 ****************************************/
.footer {
	padding: 10px 0;
	text-align: center;
}

.copyright {
	color: #63949b;
	font-size: 12px;
}


/****************************************
 * Top
 ****************************************/
.about {
	max-width: 1000px;
	margin: auto;
	padding: 70px 15px;
	/*background: url("assets/images/top/shop01.png") no-repeat bottom 70px right 5px/55%, url("assets/images/top/shop02.png") no-repeat bottom 30px left 5px/43%;*/
	font-size: 14px;
	text-align: justify;
	line-height: 2;
}

.content-area {
	max-width: 1000px;
	margin: auto;
	padding: 0 15px 80px;
}

.content-title {
	padding-bottom: 15px;
}

.content-title img {
	max-width: 200px;
}

.shop-info {
	padding-bottom: 40px;
	font-size: 16px;
}

.shop-info .address {
	padding-bottom: 20px;
	font-style: normal;
	line-height: 1.4;
}

.shop-info .zip {
	display: block;
	font-size: 14px;
}

.shop-info p {
	padding-bottom: 20px;
	line-height: 1.6;
}

.shop-info .insta-link {
	display: block;
	padding-left: 20px;
	background: url("assets/images/common/insta_icon.png") no-repeat left center/contain;
	color: #333;
}

.map-link {
	display: block;
}

.insta-wrap iframe {
	height: 380px !important;
}

.insta-wrap iframe img {
	padding: 10px;
}

.contact-area .attention {
	color: #ff8484;
}

.contact-area .attention.text {
	padding-top: 50px;
}

.contact-area p {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 1.6;
}

.contact-area .wpcf7 {
	color: #63949b;
}

.contact-area .wpcf7 .attention {
	color: #ff8484;
}

.contact-area .wpcf7 input,
.contact-area .wpcf7 textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 5px;
	border: 1px solid #63949b;
	border-radius: 5px;
}

.contact-area .wpcf7 textarea {
	background: url("assets/images/top/contact_foot_icon.png") no-repeat right 10px bottom 10px/50px;
}

.contact-area .wpcf7 input[type="submit"] {
	background: #333;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
}

.contact-area .wpcf7 .wpcf7-form p {
	padding-bottom: 0;
}

.contact-area .wpcf7 .wpcf7-form .name,
.contact-area .wpcf7 .wpcf7-form .mail {
	display: block;
	padding-bottom: 20px;
}

.contact-area .wpcf7 .wpcf7-form .contact-text {
	display: block;
	padding-bottom: 40px;
}



@media screen and (max-width: 767px) {
	.insta-wrap iframe {
		height: 480px !important;
	}
}


@media screen and (max-width: 600px) {
	.insta-wrap iframe {
		height: 380px !important;
	}
}


@media screen and (max-width: 500px) {
	.insta-wrap iframe {
		height: 300px !important;
	}
}


@media screen and (max-width: 400px) {
	.insta-wrap iframe {
		height: 240px !important;
	}
}


@media screen and (min-width: 768px) {
	a {
		transition: all 0.3s;
	}

	a:hover {
		opacity: 0.7;
	}

	.header {
		display: flex;
		flex-flow: row-reverse;
		align-items: center;
		justify-content: center;
		margin: auto;
		padding-top: 100px;
	}

	.site-title .sub-title {
		padding-top: 25px;
		font-size: 14px;
	}

	.main-visual {
		width: 60%;
	}

	.about {
		padding: 100px 15px;
		text-align: center;
	}

	.content-area.is-map {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.content-area.is-map .content-title {
		width: 100%;
	}

	.shop-info {
		width: 30%;
	}

	.map-link {
		width: 60%;
	}

	.content-title {
		padding-bottom: 30px;
	}

	.contact-area .wpcf7 .wpcf7-form p {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contact-area .wpcf7 .wpcf7-form .name,
	.contact-area .wpcf7 .wpcf7-form .mail {
		width: 48%;
		padding-bottom: 40px;
	}

	.contact-area .wpcf7 .wpcf7-form .contact-text {
		width: 100%;
	}

	.contact-area .wpcf7 .wpcf7-form .contact-text textarea {
		min-height: 240px;
	}

	.contact-area .wpcf7 input[type="submit"] {
		max-width: 300px;
		margin: auto;
	}
}

@media screen and (min-width: 991px) {
	.site-title {
		margin-left: -15px;
	}

	.site-title img {
		max-width: 300px;
	}
}








