﻿@charset "UTF-8";

/*
スマホ　767px以下 
*/

@media (max-width: 767px) {

.bg-none {
	background:none !important;
}

.navbar-toggler {
}

.navbar-brand {
	margin-right:0px;
	float:right !important;
}

.navbar-brand img {
	width:200px;
}


.offset-xsl {
	padding-right:0px !important;
}

.offset-xsr {
	padding-left:0px !important;
}

.offset15 {
	padding-left:0px !important;
	padding-right:0px !important;
}

/********************** ヘッダー ***************************/


/********************** ページ共通 ***************************/

h1 {
	font-size:1.2em;
}

dt {
	width: 24%;
	padding:5px;
	margin-bottom: 10px;
	font-weight:bold;
}

dd {
	width: 76%;
	padding:5px;
	margin-bottom: 10px;
}

.whiteBox {
	margin-bottom:15px;
	padding:10px 10px 10px 10px;
	background:#fff;
	border-radius:10px;
}


/********************** トップページ ***************************/

.bgblue {
	padding:80px 0 70px 0;
	background-color:#7dcdf4;
	background-image: url("images/bg_top.png"), url("images/bg_bottom.png");
	background-position: top,bottom;
	background-size: 100%,100%;
	background-repeat:no-repeat,no-repeat;
}

.new_title {
	position: relative;
	background: #fff;
	width: 100%;
	margin-bottom:20px;
}

.new_title::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50px;
	border: none;
	border-top: none;
	width: 0;
	height: 0;
}

.catchdate {
	width:100%;
	display:block;
	padding: 5px;
	color:#fff;
	background: #2589d0;
}

.catchtitle {
	display:block;
	padding: 5px;
	background-color: #f2f2f2;
	color:#000;
}

.catchtitle::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 10px solid transparent;
	border-top: 10px solid #f2f2f2;
	width: 0;
	height: 0;
}


/********************** お問い合わせ ***************************/

.contact_title {
	margin:110px auto 45px auto;
	font-size:24px;
	text-align:center;
	padding:5px 10px;
	letter-spacing:3px;
}

.contact_title span {
	display:block;
	font-size:12px;
	padding-top:8px;
	letter-spacing:0px;
}

.tel {
	display:block;
	width:280px;
	font-family: 'EB Garamond', serif;
	margin:0px auto 40px auto;
	font-size:24px;
	text-align:center;
	padding:5px 0px;
	letter-spacing:3px;
	border-bottom:#ccc solid 1px;
}

.fax {
	display:block;
	width:280px;
	font-family: 'EB Garamond', serif;
	margin:0px auto 60px auto;
	font-size:24px;
	text-align:center;
	padding:5px 0px;
	letter-spacing:3px;
	border-bottom:#ccc solid 1px;
}

.contactTitle {
	font-family: 'EB Garamond', serif;
	margin:20px 0px;
	font-size:22px;
	text-align:left;
	letter-spacing:3px;
	padding:20px 0px 0px 0px;
}


.mailTbl {
	margin:0px auto;
	width:100%;
}
.mailTbl th {
	width:100%;
	display:block;
	padding:10px 0px 0px 0px;
}

.mailTbl td {
	width:100%;
	display:block;
}

.mailTbl td.access {
	padding-top:20px;
	font-size:14px;
}



.mailTbl input[type="text"]
{
	padding:5px;
	line-height: 1.5em;
	width: 100% !important;
}

.mailTbl input[type="email"]
{
	padding:5px;
	line-height: 1.5em;
	width: 100% !important;
}

.mailTbl input[type="file"]
{
	padding:5px;
	width: 100% !important;
}

.mailTbl textarea {
	padding:5px;
	line-height: 1.5em;
	width: 100% !important;
}

.mapbtn   {
	width:170px;
	display:block;
	margin-top:20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	padding:3px 30px;
	background:#193068;
}

input[type="button"],input[type="text"],input[type="email"],input[type="file"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
   -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.wpcf7 input[type="submit"] {
	color:#fff;
	font-size:1.4em;
	width:100%;
	padding:15px;
	border-radius:10px;
	-webkit-border-radius: 10px;  
	-moz-border-radius: 10px;
	border: none;
	box-shadow: 0 3px 0 #ddd;
	background: #193068;
	transition: 0.3s;
}
.wpcf7-submit:hover {
	background: #193068;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}




}/*max768*/


