@charset "utf-8";
/*
Theme Name: 住まいづくり見学会
Theme URI: https://plt-gifu.com/
Author:LID
Author URI:https://lid.co.jp/
*/


/***********************************************

      cssスタイル

************************************************/

/***********************************************
      ページ共通設定
************************************************/
.wp9 {
	width: 98%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
.wp12 {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.pd80 {
	padding: 80px 0;
}
.bg-wh {
	background: #fff;
}
.bg-be {
	background: #F5F2E8;
}
.bg-br {
	background: #c8bb9b;
}
.bg-blue {
	background: #F0FFFF;
}
.bg-linear {
	background-color: #FFF57F;
	background-image: -moz-repeating-linear-gradient(-60deg, #fff, #fff 5px, transparent 0, transparent 10px);
	background-image: -webkit-repeating-linear-gradient(-60deg, #fff, #fff 5px, transparent 0, transparent 10px);
	background-image: -ms-repeating-linear-gradient(-60deg, #fff, #fff 5px, transparent 0, transparent 10px);
	background-image: repeating-linear-gradient(-60deg, #fff, #fff 5px, transparent 0, transparent 10px);
}
.sp-show {
	display: none;
}
.tab-show {
	display: none;
}
.more {
	width: 70%;
	min-width: 140px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	padding: 8px 5px;
	background: #FFF57F;
	border: 1px solid #262626;
	border-radius: 20px;
}
.hover:hover {
	background: #000 !important;
	color: #fff;
	opacity: 1;
}

/***********************************************
      ヘッダー
************************************************/
header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
header .header-inner {
	height: 90px;
}
header .header-logo {
	width: 40%;
	margin-right: 2%;
}
header .header-maker {
	width: 58%;
}
header .header-maker .maker-logo {
	width: calc(100% / 3);
	margin-right: 2%;
}
header .header-maker .maker-logo:last-child {
	margin-right: 0;
}
header .header-maker .maker-logo img {
	vertical-align: middle;
}

/***********************************************
      グローバルナビ
************************************************/
/**　ボタン　**/
.menu-btn{
	position: fixed;
	width: 80px;
    height: 80px;
	right: 2%;
	bottom: -120px;
	background: #00B3EC;
	z-index: 1000;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	opacity: 1;
}
.menu-btn:hover {
	opacity: 0.7;
}
.menu-btn-wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 42px;
    height: 42px;
}
.menu-btn span{
	display: block;
    background: white;
    width: 42px;
    height: 4px;
	left: 50%;
	margin-left: -21px;
    position: absolute;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.menu-btn span:first-of-type {
	top:0px;
}
.menu-btn span:nth-of-type(2) {
	top: 10px;
}
.menu-btn span:last-of-type{
	top: 20px;
}
.menu-btn p{
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: white;
    text-align: center;
    font-size: 14px;
    
}

.menu-btn.active span:first-of-type {
	-webkit-transform: translateY(10px) rotate(40deg);
    -moz-transform: translateY(10px) rotate(40deg);
    -ms-transform: translateY(10px) rotate(40deg);
    transform: translateY(10px) rotate(40deg);
}
.menu-btn.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-btn.active span:last-of-type {
	-webkit-transform: translateY(-10px) rotate(-40deg);
    -moz-transform: translateY(-10px) rotate(-40deg);
    -ms-transform: translateY(-10px) rotate(-40deg);
    transform: translateY(-10px) rotate(-40deg);
}

/**　メニュー　**/

#global-nav{
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2000;
    bottom: 0;
    left: 0;
    background: #fff;
    text-align: center;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#global-nav .global-wrap{
	position: relative;
    width: 98%;
    max-width: 600px;
    padding: 20px 0;
    margin: 0 auto;
}
#global-nav .global-wrap .global-menu{
	margin: 40px 0 60px 0;
}
#global-nav .global-wrap .global-menu img{
	width: 40%;
	margin-bottom: 5px;
}
#global-nav .global-wrap .global-logo img{
	width: 70%;
}
#global-nav .global-wrap .global-menu img.logo-panaaigi{
	width: 55%;
}
#global-nav .global-wrap .global-menu img.logo-panasonic,
#global-nav .global-wrap .global-menu img.logo-panaaigi{
	margin-bottom: 10px;
}
#global-nav .global-wrap li{
	font-size: 36px;
	font-weight: bold;
	border-bottom: 2px dotted #262626;
}
#global-nav .global-wrap li a{
	padding: 20px 0;
}
#global-nav .global-wrap li p{
	font-size: 18px;
}


#global-nav p.menu-close {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#global-nav p.menu-close:hover {
	opacity: 0.7;
}
#global-nav p.menu-close:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 20px;
	margin-left: 10px;
	background: url(./image/icon_pull_close.svg) no-repeat;
}






/***********************************************

      トップページ

************************************************/
/***********************************************
      メインビジュアル
************************************************/
#main-visual {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
#main-visual .main-bg {
	width: 100%;
	height: 100vh;
	background-color: #00B3EC;
	background-image: url(./image/main_bg.png);
	background-position: center 90px;
}
#main-visual .main-text {
	position: absolute;
	width: 90%;
	max-width: 800px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-top: 45px;
	z-index: 10;
}
#main-visual .main-bg-bt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

/***********************************************
      見学（トップページ）
************************************************/
.tour h1.tour-lead {
	font-size: 24px;
	line-height: 1.5;
	text-shadow: 2px 2px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
	color: #fff;
	text-align: center;
}
.tour .ttl-tour {
	width: 96%;
	margin: 30px auto;
}
.tour .tour-kind {
	padding: 20px 30px 0 30px;
	border-radius: 20px;
}
.tour .tour-kind .tour-kind-tp {
	margin-bottom: 10px;
}
.tour .tour-kind .tour-kind-left {
	width: 12%;
	min-width: 120px;
	margin-right: 3%;
}
.tour .tour-kind .tour-kind-right {
	line-height: 1.5;
	font-size: 24px;
	font-weight: bold;
}
.tour .tour-kind .tour-kind-bt .kind {
	width: 32%;
	margin-right: 2%;
	position: relative;
}
.tour .tour-kind .tour-kind-bt .kind:nth-child(3n) {
	margin-right: 0;
}
.tour .tour-kind .tour-kind-bt .kind figcaption {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1.2;
	padding: 12px 5px;
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
	z-index: 20;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tour .tour-kind .tour-kind-bt .kind.kind-01 figcaption {
	background: #009A9D;
}
.tour .tour-kind .tour-kind-bt .kind.kind-02 figcaption {
	background: #53A146;
}
.tour .tour-kind .tour-kind-bt .kind.kind-03 figcaption {
	background: #0075C1;
}
.tour .tour-kind .tour-kind-bt .kind.kind-04 figcaption {
	background: #7F6846;
}
.tour .tour-kind .tour-kind-bt .kind.kind-05 figcaption {
	background: #135685;
}
.tour .tour-kind .tour-kind-bt .kind.kind-06 figcaption {
	background: #007559;
}

/***********************************************
      プレゼント（トップページ）
************************************************/
.ttl-present {
	position: relative;
	background-image: url(./image/present_bg.svg);
	height: 0;
	background-size: contain;
	padding-top: 10%;
}
.ttl-present .ttl-inner {
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ttl-present .ttl-left {
	width: 40%;
	min-width: 120px;
	margin-right: 1%;
	float: left;
}
.ttl-present .ttl-left img {
	vertical-align: middle;
}
.ttl-present .ttl-right {
	width: 59%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	float: left;
}
.ttl-present .ttl-right p span {
	font-size: 16px;
	font-weight: normal;
	display: block;
}
@media (min-width: 769px) and (max-width: 1150px) {
	.ttl-present .ttl-left {
		width: 30%;
		line-height: 38px;
	}
	.ttl-present .ttl-right {
		width: 69%;
		font-size: 16px;
		line-height: 1.2;
		word-break: keep-all;
	}
}
.present {
	padding: 60px 0 0 0;
}
.present-list:after {
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	background: url(./image/present_after.svg) no-repeat;
}
.present-list .item {
	width: 50%;
	padding: 20px 30px;
}
.present-list .item span.good-label{
	text-align: center;
	font-size: 22px;
	color: #FF0000;
	border: 2px solid #262626;
	width: 90%;
	margin: 0 auto 5px auto;
	display: block;
    font-weight: bold;
    background: #fff;
    line-height: 1.6;
}
.present-list .item h3 {
	font-size: 26px;
	text-align: center;
	line-height: 1.6;
}
.present-list .item .item-name {
	width: 70%;
	height: 70px;
	margin: 10px auto;
}
.present-list .item.present-left .item-name {
	margin: 0 auto 10px auto;
}
.present-list .item p {
	height: 50px;
	line-height: 1.6;
}
.present-list .item .item-image {
	margin: 30px 0 20px 0;
}
.present-list .item .present-more {
	width: 80%;
	max-width: 300px;
	margin: 0 auto
}
.present-list .item .present-more a {
	padding: 10px 0;
	border-radius: 30px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	border: 2px solid #262626;
	background-color: #fff;
	margin-bottom: 10px;
}
.present-list .item .present-more a:before {
	content: "";
	display: inline-block;
	width: 46px;
	height: 30px;
	vertical-align: middle;
	margin-right: 3%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	background-repeat: no-repeat;
}
.present-list .item .present-more a.more-youtube:before {
	background-image: url(./image/icon_youtube.svg);
}
.present-list .item .present-more a.more-web:before {
	background-image: url(./image/icon_web.svg);
}
.present-list .item .present-more a.more-youtube:hover:before {
	background-image: url(./image/icon_youtube_hover.svg);
}
.present-list .item .present-more a.more-web:hover:before {
	background-image: url(./image/icon_web_hover.svg);
}
.present-list .item.present-right {
	border-left: 2px dotted #262626;
}
.present-list .item.present-right h3 {
	font-size: 26px;
	line-height: 37px;
}
/**
*********************************************
      代表者メッセージ（トップページ）
************************************************/
.message {
	position: relative;
	padding: 0 30px 30px 30px;
	border-radius: 20px;
	margin-top: 160px;
}
.message .ttl-message {
	position: relative;
	width: 610px;
	height: 235px;
	top: -120px;
	background-image: url(./image/ttl_message.svg);
	background-size: contain;
	margin: 0 auto;
}
.message .inner {
	margin-top: -120px;
}
.message .box {
	position: relative;
	background: #fff;
	padding: 20px;
	margin-top: 80px;
	min-height: 240px;
}

.message .box .image {
	position: absolute;
	margin-top: -100px;
}
.message .box .image .photo img {
	width: 260px;
}
.message .box .image .name {
	width: 400px;
	height: 103px;
	position: relative;
}
.message .box .image .name h4 {
	width: 100%;
	height: 100%;
	font-size: 20px;
	line-height: 1.6;
}
.message .box .text {
	width: calc(100% - 385px);
	line-height: 1.6;
	text-align: justify;
}
.message .box.left .image {
	left: -15px;
}
.message .box.right .image {
	right: -15px;
	text-align: right;
}
.message .box.left .image .name {
	background-image: url(./image/name_bg_right.svg);
}
.message .box.right .image .name {
	background-image: url(./image/name_bg_left.svg);
}
.message .box.left .image .name h4 {
	padding-left: 4%;
}
.message .box.right .image .name h4 {
	padding-right: 4%;
	text-align: right;
}
.message .box.left .text {
	float: right;
}
.message .box.right .text {
	float: left;
}

/**　ミサワホームの場合　**/
.message .box.misawa .text{
	margin: 4% 0;
}
	
	
	
/**　プルダウン　**/
.message .box .text p large {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	line-height: 1;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.message .box .text p large:hover {
	opacity: 0.7;
}
.message .box .text p large:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 20px;
	margin-left: 10px;
}
.message .box .text p large.open:after {
	background: url(./image/icon_pull_open.svg) no-repeat;
}
.message .box .text p large.close:after {
	background: url(./image/icon_pull_close.svg) no-repeat;
}
.message .box .text p span {
	display: none;
}

/***********************************************
      PICK UP（トップページ）
************************************************/
#top-pickup {
	position: relative;
	overflow: hidden;
	padding-bottom: 180px;
}
#top-pickup::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 90px solid #F0FFFF;
	border-left: 50vw solid transparent;
}
#top-pickup::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-bottom: 90px solid #F0FFFF;
	border-right: 50vw solid transparent;
}
.ttl-pickup {
	width: 100%;
	max-width: 780px;
	margin: 0 auto 20px auto;
}
p.pickup-lead {
	text-align: center;
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
}
.main-pickup.wp12 {
	margin: -40px auto 0 auto
}
ul.pickup-list li {
	width: 23.5%;
	margin-right: 2%;
}
ul.pickup-list li:last-child {
	margin-right: 0;
}

/***********************************************
      イベント情報（トップページ）
************************************************/
.top-event-wrap {
	padding: 100px 0 80px 0;
}
.ttl-event {
	width: 100%;
	max-width: 780px;
	position: absolute;
	top: -80px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translateX(-50%);
}
.top-event-more {
	width: 80%;
	max-width: 600px;
	margin: 80px auto 0 auto;
	background: #FFF57F;
}
.top-event-more a {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	padding: 24px 5px;
	background: #FFF57F;
	border: 2px solid #262626;
}
.top-event-more a:after {
	content: "";
	display: inline-block;
	background: url(./image/icon_next.svg) no-repeat;
	width: 27px;
	height: 30px;
	vertical-align: middle;
	margin-left: 3%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.top-event-more a:hover:after {
	background: url(./image/icon_next_hover.svg) no-repeat;
}

/***********************************************
      イベント情報共通設定
************************************************/
ul.event-list li {
	position: relative;
	padding: 10px;
	border: 2px solid #262626;
	background: #fff;
}
ul.event-list li .maker-logo p {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
}
ul.event-list li .list-image {
	position: relative;
}
ul.event-list li h2 {
	font-size: 18px;
	text-align: center;
	margin: 10px 0;
	line-height: 1.2;
}
ul.event-list li .list-text div {
	margin: 10px 0;
}
ul.event-list li dt {
	width: 60px;
	text-align: center;
	padding: 3px;
	background: #FFF57F;
	border: 1px solid #262626;
	margin-right: 5px;
}
ul.event-list li dd {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 65px);
}
ul.event-list li .maker-logo img {
	width: 75%;
	margin: 0 auto;
	display: block;
	height: 40px;
}
ul.event-list li .maker-logo img.logo-panaaigi {
	width: 95%;
}

/**   テキストオーバーレイ   **/
/**
ul.event-list li .list-image .text-over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10;
}
ul.event-list li .list-image .text-over p {
	position: absolute;
	width: 98%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	line-height: 2;
	z-index: 20;
	font-weight: bold;
}
**/
ul.event-list li .list-image .text-over {
	display: none !important;
}
/**   イベント終了   **/
ul.event-list li .list-image .event-fin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10;
}
ul.event-list li .list-image .event-fin p{
	position: absolute;
	width: 98%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	line-height: 2;
	z-index: 20;
	font-weight: bold;
    font-size: 18px;
    line-height: 1.2;
    background: #ff7170;
    padding: 5px 0;
    border-radius: 30px;
}
/***********************************************

      サブページ共通設定

************************************************/
.sub-visual {
	position: relative;
	width: 100%;
	height: 240px;
	background-image: url(./image/subtitle_bg.jpg);
	margin-top: 90px;
}
.sub-visual .sub-ttl {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-weight: bold;
	z-index: 10;
}
.sub-visual .sub-ttl h2{
	font-size: 32px;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}
.sub-visual .sub-ttl p{
	font-size: 20px;
	margin-top: 10px;
}
.page-wrapper {
	width: 100%;
	padding: 20px 20px 0 20px;
}
.page-wrapper .page-bg {
	padding: 80px 10px;
}

/***********************************************
      イベント情報一覧ページ
************************************************/
/***********************************************
      メーカーごとのタブ
************************************************/
p.arch-lead{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
}
.maker-tab {
	margin-bottom: 80px;
}
.maker-tab li {
	width: 19%;
	background: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}
.maker-tab li a {
	height: 80px;
	font-weight: bold;
	background: #fff;
	border: 2px solid #262626;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.maker-tab li a:hover {
	opacity: 0.8;
	border: 2px solid #0075C1;
}
.maker-tab li a.select {
	border: 4px solid #0075C1;
	opacity: 0.9;
}
.maker-tab li.all a {
	font-size: 20px;
	background: #fff;
}
.maker-tab li.all a.select {
	background: #0075C1;
	color: #fff;
	border: 2px solid #262626;
	opacity: 1;
}
.maker-tab li.all a.select:hover {
	opacity: 0.8;
}
.maker-tab li a img {
	width: 80%;
	height: 30px;
	margin: 0px auto 5px auto;
}
.maker-tab li a img.logo-panaaigi {
	width: 95%;
}
.maker-tab li a p {
	max-width: 100%;
}
ul.cust-list {
	margin-top: -2%;
}
ul.cust-list li {
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
}
ul.cust-list li:nth-child(3n) {
	margin-right: 0;
}

/***********************************************
      イベント情報（投稿ページ）
************************************************/
.single-cont {
	padding: 60px;
}
.single-cont .maker-logo {
	display: inline-block;
}
.single-cont .maker-logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 5px;
	border: 1px solid #262626;
	font-weight: bold;
	height: 65px;
}
.single-cont .maker-logo a img {
	width: 50%;
	margin-right: 2%;
}
.single-cont .maker-logo a img.logo-panaaigi {
	width: 60%;
}
.single-cont h1.single-ttl {
	font-size: 26px;
	line-height: 1.6;
	margin: 10px 0;
}
.single-cont .single-info {
	padding-bottom: 30px;
	border-bottom: 1px solid #262626;
}
.single-cont .single-info .date {
	margin-right: 10px;
}
.single-cont .single-info dt {
	width: 60px;
	text-align: center;
	padding: 3px;
	background: #FFF57F;
	border: 1px solid #262626;
	margin-right: 5px;
}
.single-cont .single-info dd {
	line-height: 1.6;
}
.single-cont .single-main {
	line-height: 1.6;
	padding: 30px 0 80px 0;
	word-break: break-all;
}
.single-cont .single-main img {
	width: auto !important;
	max-width: 100%;
}
#gmap {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	line-height: 1.6;
}
#gmap h3.map-ttl {
	font-size: 26px;
	margin-bottom: 30px;
}
#gmap h3.map-ttl:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 41px;
	background: url(./image/icon_map.svg) no-repeat;
	vertical-align: middle;
	margin-right: 5px;
}
#gmap iframe {
	width: 100% !important;
}
.map-bt {
	margin: 30px 0 60px 0;
}
.map-bt a.map-bt-more {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	background: #FFF57F;
	border: 1px solid #262626;
	border-radius: 30px;
}
.map-bt a.cont-more {
	width: 40%;
	min-width: 330px;
	margin-right: 2%;
}
.map-bt a.kanren-more {
	width: 30%;
	min-width: 200px;
}
.map-bt a.kanren-none {
	pointer-events: none;
}
.com-contact {
	border: 1px solid #262626;
}
.com-contact .box-tp {
	padding: 10px 0;
}
.com-contact .box-tp a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 5px;
	height: 65px;
	border: 1px solid #262626;
	font-weight: bold;
	background: #fff;
}
.com-contact .box-tp a img {
	width: 50%;
	margin-right: 2%;
}
.com-contact .box-tp a img.logo-panaaigi {
	width: 60%;
}
.com-contact .box-bt {
	padding: 20px;
	font-weight: bold;
}
.com-contact .box-bt p {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
.com-contact .box-bt .btn a {
	width: 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 0;
	color: #fff;
}
.com-contact .box-bt .btn.btn-toyota a {
	background: #ff7c7c;
}
.com-contact .box-bt .btn.btn-misawa a {
	background: #0075C1;
}
.com-contact .box-bt .btn.btn-pana a {
	background: #002870;
}
.com-contact .box-bt .btn a:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	margin-right: 10px;
}
.com-contact .box-bt .btn a.visit-btn:before {
	background: url(./image/icon_visit.svg) no-repeat;
}
.com-contact .box-bt .btn a.cont-btn:before {
	background: url(./image/icon_contact.svg) no-repeat;
}
.com-contact .box-bt .btn a.catalog-btn:before {
	background: url(./image/icon_catalog.svg) no-repeat;
}

/***********************************************
      ページナビゲーション
************************************************/
.wp-pagenavi {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
}
.wp-pagenavi a {
	width: 50px;
	line-height: 50px;
}
.wp-pagenavi span.current {
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	margin: 0 5px;
	color: #fff;
	background: #0075C1;
}
.wp-pagenavi a.previouspostslink {
	margin-right: 20px;
}
.wp-pagenavi a.nextpostslink {
	margin-left: 20px;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	width: auto;
}

/***********************************************
      前の記事へ、次の記事へ
************************************************/
.paging {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-weight: bold;
}
.paging li.page-home {
	width: 40%;
}
.paging li a {
	font-size: 18px;
	display: inline-block;
}
.paging li.page-home a {
	padding: 20px 0;
	text-align: center;
	background: #FFF57F;
	border: 1px solid #262626;
	display: block;
}
.paging li.page-prev,
.paging li.page-next {
	width: 20%;
	text-align: center;
}

/***********************************************
      パンくずリスト
************************************************/
#bread {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
}
.breadcrumbs {
	white-space: nowrap;
	color: #666;
	font-size: 14px;
	padding: 12px 0;
}
.breadcrumbs span {
	display: inline-block;
}
.breadcrumbs span a {
	display: inline-block;
	vertical-align: middle;
	color: #666;
}
.breadcrumbs span a.home {
	padding-right: 5px;
}
.breadcrumbs span a.post {
	padding: 0 5px;
}
.breadcrumbs span:nth-child(3) span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 35%;
	width: calc(100% - 295px);
	padding-left: 5px;
	vertical-align: middle;
}

/***********************************************
      404ページ
************************************************/
.page-404 .text {
	line-height: 1.6;
	text-align: center;
}

/***********************************************
      フッター
************************************************/
footer {
	position: relative;
	border-top: 2px solid #0075C1;
	background: #fff;
}
.footer-wrapper {
	padding: 30px 0;
	width: 98%;
	max-width: 1400px;
	margin: 0 auto;
}
.footer-wrapper .footer-left {
	width: 30%;
	margin-right: 3%;
}
.footer-wrapper .footer-right {
	width: 67%;
	min-width: 730px;
}
.footer-right .maker-left {
	width: 60%;
	border-right: 2px dotted #262626;
}
.footer-right .maker-right {
	width: 40%;
}
.footer-right .box {
	padding: 10px;
}
.footer-right .box.box-toyota {
	border-bottom: 2px dotted #262626;
}
.footer-right .box .maker-info {
	line-height: 1.4;
	font-size: 14px;
	text-align: justify;
}
.footer-right .box .maker-info p a{
	display: inline-block;
}
.footer-right .maker-left .maker-logo {
	width: 30%;
}
.footer-right .maker-left .maker-info {
	width: 67%;
}
.footer-right .box .maker-info span.number {
	font-size: 12px;
}
.footer-right .box .maker-info h4.maker-name {
	font-size: 20px;
}
.footer-right .maker-right .maker-logo {
	width: 60%;
	margin-bottom: 5px;
}
.footer-right .box.box-panaaigi .maker-logo {
	width: 80%;
}
footer p.copy {
	font-size: 14px;
	padding: 15px 1%;
	text-align: center;
	color: #fff;
	background: #0075C1;
	line-height: 1.6;
}
/***********************************************

      メディアクエリ

************************************************/
/*------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px) {
	/***********************************************
      フッター
	***********************************************/
	.footer-wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer-wrapper .footer-left {
		width: 40%;
		min-width: 300px;
		margin: 0 auto 30px auto;
	}
	.footer-wrapper .footer-right {
		width: 100%;
		min-width: 100%;
	}
}
/*------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) {
	/***********************************************
      ページ共通設定
    ************************************************/
	.tab-show {
		display: block;
	}
	.tab-hide {
		display: none;
	}
	
	/***********************************************
      ヘッダー
    ************************************************/
	header .header-inner {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	header .header-logo {
		width: 60%;
		margin-right: 0;
		text-align: center;
	}
	header .header-logo a {
		display: inline-block;
	}
	header .header-maker {
		width: 100%;
		margin: 0 auto;
	}
	header .header-maker .maker-logo {
		min-width: 150px;
		max-width: 160px;
	}
	
	/***********************************************
	
      トップページ
	
    ************************************************/
	/***********************************************
      メインビジュアル
    ************************************************/
	#main-visual .main-bg {
		background-image: url(./image/main_bg_sp.png);
		background-size: 120%;
	}
	
	/***********************************************
      見学（トップページ）
    ************************************************/
	.tour .ttl-tour {
		width: 100%;
	}
	.tour .tour-kind {
		padding: 20px 1% 0 1%;
	}
	.tour .tour-kind .tour-kind-left {
		min-width: 100px;
	}
	.tour .tour-kind .tour-kind-right {
		font-size: 20px;
	}
	.tour .tour-kind .tour-kind-bt .kind {
		width: 49%;
	}
	.tour .tour-kind .tour-kind-bt .kind:nth-child(3n) {
		margin-right: 2%;
	}
	.tour .tour-kind .tour-kind-bt .kind:nth-child(even) {
		margin-right: 0;
	}
	.tour .tour-kind .tour-kind-bt .kind figcaption {
		font-size: 18px;
		padding: 12px 3px;
	}
	
	/***********************************************
      プレゼント（トップページ）
    ************************************************/
	.ttl-present {
		background-image: url(./image/present_bg_tab.svg);
		padding-top: 22%;
	}
	.ttl-present .ttl-inner {
		width: 82%;
		top: 46%;
	}
	.ttl-present .ttl-left {
		width: 65%;
		margin: 0 auto 5px auto;
		float: none;
	}
	.ttl-present .ttl-right {
		width: 100%;
		float: none;
		text-align: center;
		font-size: 16px;
		line-height: 1.2;
	}
	.ttl-present .ttl-right p span {
		font-size: 14px;
	}
	.present-list .item {
		width: 100%;
		padding: 20px 0;
		text-align: center;
	}
	.present-list .item h3 {
		line-height: 1.4;
		height: auto;
	}
	.present-list .item.present-right h3{
		line-height: 1.4;
	}
	.present-list .item .item-name {
		height: auto;
		margin: 0 auto 10px auto;
	}
	.present-list .item p {
		height: auto;
		line-height: 1.6;
		text-align: left;
		display: inline-block;
	}
	.present-list .item.present-right {
		border-top: 2px dotted #262626;
		border-left: none;
	}
	
	/***********************************************
      代表者メッセージ（トップページ）
    ************************************************/
	.message {
		padding: 0 1% 30px 1%;
	}
	.message .ttl-message {
		width: auto;
		height: 0;
		padding-top: 35%;
	}
	.message .box .image {
		position: relative;
		margin: -100px 0 30px 0;
	}
	.message .box:nth-child(even) .image .photo,
	.message .box:nth-child(even) .image .name {
		float: right;
	}
	.message .box .image .photo {
		width: 50%;
		min-width: 250px;
	}
	.message .box .image .photo img {
		width: 100%;
		height: auto;
	}
	.message .box .image .name h4 {
		font-size: 18px;
	}
	.message .box .text {
		width: 100%;
	}
	.message .box.left .image {
		left: 0px;
	}
	.message .box.right .image {
		right: 0px;
	}
	
	/**　ミサワホームの場合　**/
	.message .box.misawa .text{
		margin: 0;
	}
	
	/***********************************************
      PICK UP（トップページ）
    ************************************************/
	#top-pickup {
		padding-bottom: 160px;
	}
	ul.pickup-list li {
		width: 49%;
		margin-bottom: 2%;
	}
	ul.pickup-list li:nth-child(even) {
		margin-right: 0;
	}
	ul.pickup-list li:nth-child(n+3) {
		margin-bottom: 0;
	}
	
	/***********************************************
      イベント情報（トップページ）
    ************************************************/
	.ttl-event {
		top: -40px;
	}
	.top-event-list li:last-child {
		display: none;
	}
	.top-event-more a {
		font-size: 20px;
	}
	.top-event-more a:after {
		width: 22px;
		height: 25px;
	} 
	
	/***********************************************
      イベント情報共通設定
    ************************************************/
	ul.event-list li h2 {
		font-size: 16px;
	}
	/**   イベント終了   **/
	ul.event-list li .list-image .event-fin p{
		font-size: 14px;
	}
	
	/***********************************************
      イベント情報一覧ページ
    ************************************************/
	/***********************************************
      メーカーごとのタブ設定
    ************************************************/
	.maker-tab {
		margin-bottom: 80px;
	}
	.maker-tab li {
		width: 49%;
		margin-bottom: 2%;
	}
	.maker-tab li.all {
		width: 100%;
	}
	ul.cust-list li {
		width: 49%;
	}
	ul.cust-list li:nth-child(3n) {
		margin-right: 2%;
	}
	ul.cust-list li:nth-child(even) {
		margin-right: 0;
	}
	
	/***********************************************
      イベント情報（投稿ページ）
    ************************************************/
	.single-cont {
		padding: 20px;
	}
	.single-cont .maker-logo {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.single-cont .maker-logo a,
	.com-contact .box-tp a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.single-cont .maker-logo a img {
		width: 80%;
		height: 30px;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.single-cont .maker-logo a p {
		width: 100%;
		text-align: center;
	}
	.single-cont .maker-logo a img.logo-panaaigi {
		width: 95%;
	}
	.single-cont .single-info .date {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.map-bt a.map-bt-more {
		font-size: 18px;
	}
	.map-bt a.cont-more {
		width: 90%;
		min-width: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.map-bt a.kanren-more {
		width: 90%;
		min-width: auto;
	}
	.com-contact .box-tp a {
		width: 90%;
	}
	.com-contact .box-tp a img {
		width: 80%;
		height: 30px;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.com-contact .box-tp a img.logo-panaaigi {
		width: 95%;
	}
	.com-contact .box-tp a p {
		width: 100%;
		text-align: center;
	}
	.com-contact .box-bt {
		padding: 20px 0;
	}
	.com-contact .box-bt .btn a {
		width: 80%;
		margin: 0 auto 10px auto;
	}
	.com-contact .box-bt .btn a:last-child {
		margin: 0 auto;
	}
	
	/***********************************************
      フッター
    ************************************************/
	.footer-right .maker-left {
		width: 100%;
		border: none;
	}
	.footer-right .maker-right {
		width: 100%;
	}
	.footer-right .box {
		width: 100%;
		padding: 20px 0;
	}
	.footer-right .box.box-toyota {
		padding: 0 0 20px 0;
	}
	.footer-right .box.box-misawa {
		border-bottom: 2px dotted #262626;
	}
	.footer-right .box.box-panaaigi {
		padding: 0;
	}
	.footer-right .maker-left .maker-logo,
	.footer-right .maker-right .maker-logo {
		width: 200px;
		margin: 0 auto 5px auto;
	}
	.footer-right .box.box-panaaigi .maker-logo {
		width: 280px;
	}
	.footer-right .maker-left .maker-info {
		width: 100%;
	}
	.footer-right .box .maker-info {
		text-align: center;
	}
	.footer-right .box .maker-info p {
		display: inline-block;
		text-align: justify;
	}
}

/*------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
	/***********************************************
      ページ共通設定
    ************************************************/
	.pd80 {
		padding: 60px 0;
	}
	.sp-hide {
		display: none;
	}
	.sp-show {
		display: block;
	}
	.more {
		width: 100%;
		min-width: auto;
		padding: 5px;
		font-size: 14px;
	}
	
	/***********************************************
      ヘッダー
    ************************************************/
	header .header-logo {
		width: 80%;
	}
	header .header-maker {
		width: 100%;
	}
	header .header-maker .maker-logo {
		min-width: auto;
	}
	
	/***********************************************
      グローバルナビ
    ************************************************/
	/**　ボタン　**/
.menu-btn{
	width: 70px;
    height: 70px;
}
/**　メニュー　**/
#global-nav .global-wrap .global-menu{
	margin: 20px 0 40px 0;
}
#global-nav .global-wrap .global-menu img{
	width: 50%;
}
#global-nav .global-wrap .global-logo img{
	width: 80%;
}
#global-nav .global-wrap .global-menu img.logo-panaaigi{
	width: 72%;
}
#global-nav .global-wrap li{
	font-size: 20px;
}
#global-nav .global-wrap li a{
	padding: 10px 0;
}
	#global-nav .global-wrap li.home a,
	#global-nav .global-wrap li.all a{
		padding: 20px 0;
	}

#global-nav .global-wrap li p{
	font-size: 16px;
}
	
	/***********************************************
	
      トップページ
	
    ************************************************/
	/***********************************************
      メインビジュアル
    ************************************************/
	#main-visual .main-bg {
		background-size: 130%;
	}
	
	/***********************************************
      見学（トップページ）
    ************************************************/
	.tour h1.tour-lead {
		font-size: 18px;
	}
	.tour .tour-kind .tour-kind-left {
		min-width: 80px;
	}
	.tour .tour-kind .tour-kind-right {
		font-size: 16px;
	}
	.tour .tour-kind .tour-kind-bt .kind figcaption {
		font-size: 14px;
		padding: 6px 3px;
	}
	
	/***********************************************
      プレゼント（トップページ）
    ************************************************/
	.ttl-present {
		background-image: url(./image/present_bg_sp.svg);
		padding-top: 36%;
	}
	.ttl-present .ttl-inner {
		width: 85%;
		top: 43%;
	}
	.ttl-present .ttl-left {
		width: 80%;
	}
	.ttl-present .ttl-right {
		font-size: 11px;
	}
	.ttl-present .ttl-right p span {
		font-size: 11px;
	}
	.present-list .item span.good-label{
		width: 100%;
		font-size: 16px;
		padding: 5px 0;
	}
	.present-list .item h3 {
		font-size: 26px;
	}
	.present-list .item .item-name {
		width: 80%;
	}
	.present-list .item.present-right h3 {
		font-size: 24px;
		line-height: 1.4;
	}
	.present-list .item .present-more a {
		font-size: 20px;
		padding: 8px 0;
	}
	.present-list .item .present-more a:before {
		width: 40px;
		height: 27px;
	}
	
	/***********************************************
      代表者メッセージ（トップページ）
    ************************************************/
	.message {
		margin-top: 80px;
	}
	.message .ttl-message {
		top: -60px;
	}
	.message .inner {
		margin-top: -60px;
	}
	.message .box .image .photo {
		min-width: 250px;
		margin: 0px auto -40px auto;
	}
	.message .box {
		padding: 20px 10px;
		margin-top: 40px;
	}
	.message .box .image {
		margin: -50px 0 30px 0;
	}
	.message .box .image .name {
		width: 290px;
		height: 75px;
		margin: 0 auto;
	}
	.message .box:nth-child(even) .image .photo, 
	.message .box:nth-child(even) .image .name {
		float: none;
	}
	.message .box .image .name h4 {
		-webkit-box-pack: center;
	    -ms-flex-pack: center;
		justify-content: center;
		font-size: 14px;
	}
	.message .box.left .image .name h4{
		padding-left: 0;
	}
	.message .box.right .image .name h4{
		padding-right: 0;
	}
	/**　プルダウン　**/
	.message .box .text p large {
		font-size: 18px;
	}
	.message .box .text p large:after {
		width: 16px;
		height: 18px;
	}
	
	/***********************************************
      PICK UP（トップページ）
    ************************************************/
	#top-pickup {
		padding-bottom: 80px;
	}
	#top-pickup::before {
		border-bottom: 40px solid #F0FFFF;
	}
	#top-pickup::after {
		border-bottom: 40px solid #F0FFFF;
	}
	p.pickup-lead {
		font-size: 16px;
	}
	
	/***********************************************
      イベント情報（トップページ）
    ************************************************/
	.ttl-event {
		top: -20px;
	}
	.top-event-wrap {
		padding: 60px 0 80px 0;
	}
	.top-event-more {
		margin: 40px auto 0 auto;
	}
	.top-event-more a {
		font-size: 16px;
		padding: 15px 5px;
	}
	.top-event-more a:after {
		width: 20px;
		height: 23px;
	}
	
	/***********************************************
	
      サブページ共通設定
	
    ************************************************/
	.sub-visual .sub-ttl{
		width: 250px;
	}
	.sub-visual .sub-ttl h2 {
		font-size: 26px;
	}
	.sub-visual .sub-ttl p {
		font-size: 16px;
	}
	.page-wrapper {
		padding: 1% 1% 0 1%;
	}
	.page-wrapper .page-bg {
		padding: 60px 0;
	}
	
	/***********************************************
      イベント情報共通設定
	************************************************/
	ul.event-list li {
		padding: 3px;
	}
	ul.event-list li h2 {
		margin: 10px 0 5px 0;
	}
	ul.event-list li .maker-logo p {
		font-size: 10px;
	}
	ul.event-list li .list-image .text-over p {
		font-size: 14px;
		font-weight: normal;
	}
	/**   イベント終了   **/
	ul.event-list li .list-image .event-fin p{
		font-size: 10px;
		font-weight: normal;
		padding: 3px 0;
	}
	ul.event-list li .list-text {
		font-size: 14px;
	}
	ul.event-list li .list-text .date,
	ul.event-list li .list-text .place{
		display: block;
	}
	ul.event-list li dt {
		margin-right: 0;
		margin-bottom: 5px;
		display: none;
	}
	ul.event-list li dd {
		width: 100%;
	}
	ul.event-list li .maker-logo img {
		width: 80%;
		height: 30px;
	}
	ul.event-list li .maker-logo img.logo-panaaigi {
		width: 100%;
	}
	
	/***********************************************
      イベント情報一覧ページ
    ************************************************/
	/***********************************************
      メーカーごとのタブ
    ************************************************/
	p.arch-lead {
		font-size:20px;
		margin-bottom: 20px;
	}
	.maker-tab {
		margin-bottom: 60px;
	}
	
	/***********************************************
      イベント情報（投稿ページ）
    ************************************************/
	.single-cont {
		padding: 20px 2%;
	}
	.single-cont h1.single-ttl {
		font-size: 18px;
	}
	.single-cont .single-main {
		padding: 30px 0 60px 0;
	}
	#gmap h3.map-ttl {
		font-size: 20px;
	}
	#gmap h3.map-ttl:before {
		width: 40px;
		height: 33px;
	}
	.map-bt a.map-bt-more {
		font-size: 16px;
	}
	.map-bt a.cont-more,
	.map-bt a.kanren-more {
		width: 100%;
	}
	
	/***********************************************
      ページナビゲーション
    ************************************************/
	.wp-pagenavi{
		font-size: 16px;
	}
	.wp-pagenavi a {
		width: 30px;
		line-height: 30px;
	}
	.wp-pagenavi span.current {
		width: 30px;
		line-height: 30px;
	}
	.wp-pagenavi a.previouspostslink {
		margin-right: 10px;
	}
	.wp-pagenavi a.nextpostslink {
		margin-left: 10px;
	}
	
	/***********************************************
      前の記事へ、次の記事へ
    ************************************************/
	.paging li a {
		font-size: 16px;
	}
	.paging li.page-home a {
		padding: 15px 5px;
	}
	.paging li.page-prev,
	.paging li.page-next {
		width: 25%;
	}
	
	/***********************************************
      フッター
    ************************************************/
	footer p.copy {
		font-size: 12px;
		padding: 5px 1%;
	}
}