@charset "UTF-8";
/*
Theme Name: 悟空のきもち　旅する畳店
Author: あそびラボ
*/


/*=======================================================
reset
=======================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*=======================================================
layout
=======================================================*/
html {
    -webkit-text-size-adjust: 100%;
}
body {
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px; 
	line-height: 1.8;
	background: #fff;
	color: #43260e;
	letter-spacing: 0.05em;
}
header {
	background: url(images/main_visual.png) top center no-repeat;
	height: 854px;
	text-align: center;
	padding: 90px 0 0;
}
footer {
	background: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 10px 0 0;
}
.sp {
	display: none;
}

/*=======================================================
common
=======================================================*/
.inner {
	width: 1020px;
	margin: 0 auto;
}
section {
	text-align: center;
}
img {
	vertical-align: bottom; 
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a:hover {
	color: #ffd523;
}

/*=======================================================
お問い合わせ
=======================================================*/
.contact {
	background: url(images/contact.png) top center no-repeat;
	padding: 60px 0 0;
}
.contact .contact_box {
	border: 2px solid #722e1c;
	background: url(images/contact_bg.png);
	padding: 0 57px 0 62px;
	margin: 0 0 35px;
}
.contact h2 {
	background: #722e1c;
	padding: 35px 0;
	margin: 0 -57px 0 -62px;
}
.contact h2 + div {
	background: #fff;
	padding: 60px 10px 0;
	position: relative;
	color: #222222;
	font-size: 20px;
}
.contact .thanks_inner {
	height: 285px;
}
.contact .txt {
	margin: 0 0 60px;
}
.contact .img1 {
	position: absolute;
	left: -15px;
	top: 60px;
}
.contact .img2 {
	position: absolute;
	right: -20px;
	top: 30px;
}
.contact table {
	font-size: 17px;
	width: 100%;
	text-align: left;
	margin: 0 0 35px;
}
.contact table tr {
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact table th {
	padding: 15px 7px;
	width: 270px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact table th span {
	color: #fff;
	background: #b4341b;
	font-size: 16px;
	border-radius: 5px;
	padding: 2px 10px 0;
}
.contact table td {
	padding: 15px 72px 15px 0;
}
.contact table tr:last-of-type td {
	padding: 15px 72px 5px 0;
}
.contact table td input,
.contact table td textarea {
	width: 450px;
	border-radius: 5px;
	background: #d6d6d6;
	border: none;
	padding: 7px;
	font-size: 20px;
}
.contact table td textarea {
	height: 160px;
}
.contact input[type="submit"] {
	background: #9b813a;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	border: none;
	width: 272px;
	border-radius: 5px;
	height: 67px;
	padding: 7px 0 0;
	border-bottom: solid 5px #846d31;
	cursor: pointer;
}
.contact input[type="submit"]:active {
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: none;
}
.contact .submit {
	padding: 0 0 40px;
}
.contact .contact_box + p {
	margin: 0 -104px;
}

/*=======================================================
イントロ
=======================================================*/
.intro {
	background: url(images/intro.png) top center no-repeat;
	height: 981px;
	padding: 80px 0 0;
}
.intro .inner {	
	position: relative;
}
.intro .girl {
	position: absolute;
	top: -44px;
	left: -54px;
}
.intro .boy {
	position: absolute;
	top: 27px;
	right: -44px;
}
.intro .txt1 {
	margin: 0 0 123px;
}

/*=======================================================
悟空のきもちの紹介
=======================================================*/
.staff {
	background: #f8f4e7;
	padding: 92px 0 62px;
}
.staff .inner {
	position: relative;
}
.staff h2 {
	margin: 0 0 50px;
}
.staff .img1 {
	position: absolute;
	left: 7px;
	top: -13px;
}

/*=======================================================
畳の紹介
=======================================================*/
.point {
	background: url(images/point.png) top center no-repeat;
	height: 1411px;
	padding: 88px 0 0;
}
.point .inner {
	position: relative;
}
.point h2 {
	position: absolute;
	top: 553px;
	left: 0;
	right: 0;
	text-align: center;
}
.point h2 + p {
	margin: 0 0 50px;
}
.point .box {
	background: url(images/point_box.png) top center no-repeat;
	padding: 155px 36px 0;
	height: 759px;
}
.point .box ul {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}
.point .box ul li {
	text-align: left;
}
.point .box ul li:last-of-type {
	text-align: right;
}
.point .box ul li:last-of-type dl dd:last-of-type {
	margin: 15px 25px 0 0;
	font-size: 14px;
}
.point .box ul li dl dt {
	margin: 0 0 10px;
}

/*=======================================================
畳屋さんの紹介
=======================================================*/
.tatami {
	background: url(images/tatami.png) top center no-repeat;
	padding: 65px 0 0;
	height: 895px;
}
.tatami .box {
	background: url(images/tatami_box.png) top center no-repeat;
	height: 763px;
	padding: 54px 40px 0 30px;
	display: flex;
	justify-content: space-between;
}
.tatami .box p {
	margin: 0 0 40px;
	color: #58210d;
}
.tatami .box p:last-of-type {
	margin: 0 0 19px;
}
.tatami .box ul {
	display: flex;
	justify-content: space-between;
	margin: 0 13px 0 14px;
}
.tatami .box ul li:first-of-type {
	margin: 10px 0 0;
}
.tatami .box ul li:last-of-type dl dd:last-of-type {
	font-size: 14px;
	line-height: 1;
	text-align: right;
	margin: 10px 0 0;
}

/*=======================================================
関西電力・iinoプロジェクト
=======================================================*/
.kepco .inner {
	padding: 75px 0 33px;
	position: relative;
}
.kepco h2 {
	margin: 0 0 45px;
}
.kepco h3 {
	margin: 0 0 40px;
	font-weight: bold;
}
.kepco strong {
	font-weight: bold;
}
.kepco .box {
	background: #f5f2f2;
	border: 1px solid #c1b49a;
	padding: 20px 0;
	width: 645px;
	margin: 50px auto 70px;
}
.kepco .box p:nth-of-type(2) {
	margin: 12px 0;
}
.kepco .robot {
	position: absolute;
	top: 109px;
	left: 14px;
}
.kepco .tatami_img {
	position: absolute;
	right: 0;
	top: 270px;
}

/*=======================================================
損保ジャパン日本興亜
=======================================================*/
.sjnk {
	padding: 38px 0 60px;
	background: url(images/sjnk.png) bottom center no-repeat;
}
.sjnk .inner {
	position: relative;
}
.sjnk h2 {
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
}
.sjnk .train {
	margin: 0 0 230px;
}
.sjnk .robot {
	position: absolute;
	top: 94px;
	right: 53px;
}
.sjnk p {
	margin: 0 0 50px;
	color: #58210d;
}
.sjnk p:last-of-type {
	margin: 0;
}
.sjnk .inner div {
	display: flex;
	justify-content: space-between;
	margin: 0 15px 45px 0;
	flex-direction: row-reverse;
}
.sjnk .inner div figure figcaption {
	font-size: 16px;
}

/*=======================================================
動画
=======================================================*/
.movie_area {
	background: url(images/movie_area.png) top center no-repeat;
	padding: 78px 0 0;
	height: 1496px;
}
.movie_area video {
	margin: 0 0 82px;
	height: 450px;
}
.youtube {
	margin: 0 0 82px;
}

/*=======================================================
予約希望LINE
=======================================================*/
.line_area {
	background: url(images/line_area.png) top center no-repeat;
	padding: 0 0 40px;
}
.line_area h2 {
	padding: 100px 0 0;
}
.line_area .box {
	background: #fff;
	border: 1px solid #c4a251;
	padding: 60px 37px 0;
	display: flex;
	justify-content: space-between;
	color: #52473c;
	flex-direction: row-reverse;
}
.line_area ul li:first-of-type {
	margin: 0 0 20px;
}
.line_area .box div {
	margin: -10px 0 0;
}
.line_area p {
	margin: 0 0 45px;
}
.line_area p:nth-of-type(3) {
	margin: 0 0 20px;
}
.line_area .btn a {
	background: #32d431;
	border-bottom: 5px solid #28a627;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	width: 610px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0 0;
	position: relative;
}
.line_area .btn a:after {
	content: "▶";
	position: absolute;
	right: 15px;
	font-size: 20px;
}

@media screen and (max-width:750px) {
	body {
		min-width: 750px;
		font-size: 28px;
		line-height: 1.74;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.inner {
		max-width: 100%;
		width: initial;
	}

	/*=== ヘッダー ========================*/
	header {
		background: url(images/sp/main_visual.png) top center no-repeat;
		height: 1116px;
	}
	header h1 img {
		margin: 0 auto;
	}

	/*=== イントロ ========================*/
	.intro {
		background: url(images/sp/intro.png) top center no-repeat;
		margin: -1px 0 0;
		height: 1382px;
		padding: 100px 0 0;
	}
	.intro .girl,
	.intro .boy {
		display: none;
	}
	.intro img {
		margin: 0 auto;
	}
	.intro .txt1 {
		margin: 0 0 106px;
	}

	/*=== 悟空のきもちの紹介 ========================*/
	.staff {
		padding: 75px 0 62px;
	}
	.staff h2 img {
		margin: 0 auto;
	}
	.staff .img1 {
		left: 17px;
		top: -25px;
	}
	.staff .img2 {
		margin: 0 19px;
	}

	/*=== 畳の紹介 ========================*/
	.point {
		background: url(images/sp/point.png) top center no-repeat;
		height: 2193px;
	}
	.point img {
		margin: 0 auto;
	}
	.point .box {
    		background: url(images/sp/point_box.png) top center no-repeat;
		padding: 125px 0 0;
		height: 1506px;
		margin: 68px 0 0;
	}
	.point h2 {
		top: 603px;
	}
	.point .box ul {
		display: block;
		margin: 0 0 70px;
	}
	.point .box ul li,
	.point .box ul li:last-of-type {
 		text-align: center;
		margin: 0 0 50px;
	}
	.point .box ul li dl dt {
		margin: 0 0 13px;
	}
	.point .box ul li dl dd img {
		margin: 0 auto 0 95px;
	}
	.point .box ul li:last-of-type dl dd:last-of-type {
		margin: 10px 0 0 100px;
		font-size: 20px;
	}

	/*=== 畳屋さんの紹介 ========================*/
	.tatami {
		background: url(images/sp/tatami.png) top center no-repeat;
		height: 1570px;
		padding: 79px 0 0;
	}
	.tatami .box {
		background: url(images/sp/tatami_box.png) top center no-repeat;
		height: 1399px;
		display: block;
		padding: 40px 59px 0 45px;
	}
	.tatami .box ul.pc {
		display: none;
	}
	.tatami .box > div.sp {
		display: flex;
		justify-content: space-between;
		margin: 53px 0 0;
	}
	.tatami .box > div.sp ul {
		display: block;
	}
	.tatami .box ul li:first-of-type {
		margin: 0 0 10px;
	}
	.tatami .box ul li:last-of-type dl dd:last-of-type {
		font-size: 20px;
		text-align: center;
	}

	/*=== 関西電力・iinoプロジェクト ========================*/
	.kepco .inner {
		padding: 75px 0 0;
	}
	.kepco h2 img {
		margin: 0 auto;
	}
	.kepco .robot {
		top: 210px;
		left: 34px;
	}
	.kepco .tatami_img {
		right: 15px;
		top: 570px;
	}
	.kepco .box {
		width: initial;
		margin: 65px 30px 30px;
	}
	.kepco .iino {
		margin: 0 29px;
	}

	/*=== 損保ジャパン日本興亜 ========================*/
	.sjnk {
	padding: 50px 0 60px;
	background: url(images/sp/sjnk.png) bottom center no-repeat;
	}
	.sjnk h2 {
		top: 170px;
	}
	.sjnk h2 img {
		margin: 0 auto;
	}
	.sjnk .train {
		margin: 0 0 290px;
	}
	.sjnk .robot {
		top: 250px;
		right: 15px;
	}
	.sjnk .inner div {
		display: block;
		margin: 0 auto 45px;
	}
	.sjnk .inner div figure {
		margin: 0 0 40px;
	}
	.sjnk .inner div figure img {
		margin: 0 auto;
	}
	.sjnk .inner div figure figcaption {
		font-size: 20px;
		margin: 10px 0 0;
	}

	/*=== 動画エリア ========================*/
	.movie_area {
		background: url(images/sp/movie_area.png) top center no-repeat;
		height: 1726px;
	}
	.movie_area video {
		height: 375px;
		margin: 0 0 60px;
		background: #000;
	}
	.movie_area img {
		margin: 0 auto;
	}
	.youtube {
		margin: 0 10px 60px;
	}
	.youtube iframe {
		width: 100%;
	}

	/*=== LINEエリア ========================*/
	.line_area {
		background: url(images/sp/line_area.png) top center no-repeat;
		height: 1684px;
	}
	.line_area h2 {
		padding: 80px 0 0;
	}
	.line_area img {
		margin: 0 auto;
	}
	.line_area .box {
		display: block;
		margin: 0 30px;
		padding: 0 20px 0;
	}
	.line_area .box ul {
		display: flex;
		justify-content: space-between;
	}
	.line_area .box div {
		margin: 50px 0 40px;
	}
	.line_area .btn {
		margin: 0 0 35px;
	}
	.line_area .btn a {
		width: 100%;
		margin: 0 auto;
		font-size: 34px;
		height: 100px;
		padding: 10px 0 0;
	}
	.line_area p:nth-of-type(3) {
		margin: 0 0 45px;
	}

	/*=== お問い合わせ ========================*/
	.contact {
    		background: url(images/sp/contact.png) top center no-repeat;
	}
	.contact .contact_box {
		padding: 0 70px;
		margin: 0 29px 35px;
	}
	.contact .txt {
		font-size: 28px;
	}
	.contact h2 {
		margin: 0 -70px;
		padding: 39px 0;
	}
	.contact h2 img {
		margin: 0 auto;
	}
	.contact h2 + div {
		padding: 40px 10px 0;
	}
	.contact .img1 {
		left: -47px;
		top: 21px;
	}
	.contact .img2 {
    		right: -52px;
		top: 16px;
	}
	.contact .img1 img,
	.contact .img2 img {
		max-width: 80%;
	}
	.contact table {
    		font-size: 28px;
	}
	.contact table th {
		width: initial;
		justify-content: initial;
		font-size: 26px;
		padding: 20px 7px 11px;
	}
	.contact table th span {
		font-size: 20px;
		margin: 0 0 0 20px;
		padding: 2px 15px 0;
	}
	.contact table tr {
		display: block;
	}
	.contact table td,
	.contact table tr:last-of-type td {
    		padding: 0 0 20px;
		display: block;
	}
	.contact table td input,
	.contact table td textarea {
		width: 100%;
		font-size: 32px;
	}
	.contact table td textarea {
		height: 242px;
	}
	.contact .contact_box + p {
		margin: 0;
	}
	.contact input[type="submit"] {
		font-size: 34px;
		width: 342px;
		height: 84px;
	}
	/* iOSでのデフォルトスタイルをリセット */
	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;
	}
	.contact.thanks {
		height: 1085px;
		background: url(images/sp/contact.png) bottom center no-repeat;
	}
	.contact.thanks h2 + div {
		height: 400px;
	}











}