@charset "utf-8";
/*
Theme Name: c_jyosetuki2
Version:2.0
Description: original theme
Author: AITIE
*/


/* ani */
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
/* フォントスタイル */

.Title00 {
    font-size: 24px;
    color: #4d3c3c;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.5em;
	padding: 1em;
}

.Title01 {
	display: inline-block;
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
    font-weight: bold;
    padding: 0.5em 1.5em;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
}
.Title01 span {
    font-size: 30px;
}
.Title011 {
	font-size: 40px;
    color: #000;
    text-align: center;
    margin-bottom: 1em;
    font-weight: bold;
    padding: 0.5em 1.5em;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
}
.SubTxt {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
}
.SubTxt p,
.SubTxt2 p {
	margin-bottom: 0.5em;
}
.SubTxt2 {
    border: 1px solid #4d3c3c;
    padding: 1em;
    color: #4d3c3c;
	text-align: left;
}
.SubTxt2 h4 {
    margin-bottom: 15px;
}
.Title02 { /* nagare-dt */
    font-size: 20px;
    padding: 5% 0 5% 10%;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5%;
}
.Title03 { /* カーポートメーカーネーム */
    padding: 1em;
    font-size: 20px;
    margin-bottom: 20px;
    background: #2d3c7d;
    color: #FFF;
}
.Title04 { /* カーポートプライスh4 */
    margin: 10px 0 0;
    border-left: 5px solid #252525;
    padding: 5px 0 5px 0.5em;
	font-size: 18px;
}
.Title05 { /* 店舗h4 */
	color: #4d3c3c;
    font-size: 20px;
    border-bottom: 1px solid #4d3c3c;
    margin-bottom: 15px;
}

/* 文字色 */
.Tcol01 {
color: #f30006;
}
/* 背景 */
.bag01 {
	background: #f7f7f1;
}
.bag02 {
	background: rgba(104,172,219,0.2);
}
.bag03 {
	background-color:rgba(29,133,154,0.2);
}
.bag04 { /* テーブル料金用 */
	background: #ffe036;
}
/* 飾 */
.deco01 {
	background: linear-gradient(0deg,#bee5f8 0%,#bee5f8 35%,#FFF 35%,#FFF 0%);
    background-repeat: no-repeat;
    padding: 0 1em 0;
    background-position: center top;
}
.Bord {
border: 1px solid #252525;
padding:10px;
background: #FFF;
}
/* レスポ */
.Pc {
	display: block;
}
.Sp {
	display: none;
}
.Pc768 {
	display: block;
}
.Sp768 {
	display: none;
}
/* 横並び */

.FleBox {
    display: flex;
    /* align-items: flex-end; 下揃え*/
    justify-content: center; /* 両端はbetween */
}

/* inline-block使用時 */
.LeSpNone { /* 親要素に */
    letter-spacing: -.4em; 
}
.LeSpNomal  { /* 子要素 */
    letter-spacing: normal;
}

/* フレーム */
body {
	margin-top: 190px;
}
#wrapper,#Header,#Footer {
	width: 100%;
	margin: 0 auto;
}
#Inner {
	width: 100%;
	margin: 0 auto;
}
.Contents {
	width: 1200px;
	margin: 0 auto 30px;
	position: relative;
}
.PostContents {
	max-width: 960px;
	margin: 0 auto 30px;
	position: relative;
}
.Contact {
	width: 700px;
    margin: 0 auto;
}
/* パラ */
.BoxW {
    background: rgba(255,255,255,0.7);
    padding: 80px 1em;
}
.Contents_Inner {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.ParaContentsBox {
    padding: 80px 0;
}
.ParaBox {
    position: relative;
    margin: 0 auto;
}
.slantingBox {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.SlantingArea {
    position: absolute;
    width: 100%;
    height: 100%;
    xpadding: 80px 0;
    xmargin: -80px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000;
}
.ParaContents01_bg {
    background: url(./img/topcontents_img01.jpg) repeat center center;
}
#trade .ParaContents01_bg {
    background: url(./img/trade/topcontents_img01.jpg) repeat center center;
}
#rental .ParaContents01_bg {
    background: url(./img/rental/topcontents_img01.jpg) repeat center center;
}
#hokan .ParaContents01_bg {
    background: url(./img/hokan/topcontents_img01.jpg) repeat center center;
}
#bike .ParaContents01_bg {
    background: url(./img/bike/topcontents_img01.jpg) repeat center center;
}
/* 共通テーブル */
table {
	width: 100%;
    margin-top: 20px;;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0px;
    background: #FFF;
}
table th {
    border: 1px solid #252525;
    vertical-align: middle;
    padding: 5px;
}
table td {
	border: 1px solid #000;
    padding: 5px;
}
/*リフォームメニュー*/
.ImgContent,
.ImgContent2 {
position: relative;
    width: 100%;
    height: 100%;
    xpadding: 80px 0;
    xmargin: -80px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	min-height: 50vh;
	height: auto;
}
.ImgContent::after {
  content: '';
  background-color:rgba(153,83,29,0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ImgContent2::after {
  content: '';
  background-color:rgba(29,133,154,0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.TxtArea {
	text-align: left;
}
.TxtArea h3 {
	font-size: 26px;
    margin-bottom: 1em;
}
.TxtArea p {
	margin-bottom: 0.5em;
}
.TxtArea .Action {
    margin: 40px 0 20px;
    text-align: right;
}
.TxtArea .Action a {
	border: 1px solid #000;
    padding: 1em;
}
/* 違い */
.Ino1 {
    background: url(./img/menu_naisou.png) repeat center center;
	background-size: cover;
}
.Ino2 {
    background: url(./img/menu_mizu.png) repeat center center;
	background-size: cover;
}
.Ino3 {
    background: url(./img/menu_zoukai.png) repeat center center;
	background-size: cover;
}
.Ino4 {
    background: url(./img/menu_baria.png) repeat center center;
	background-size: cover;
}
.Ino5 {
    background: url(./img/menu_ex.png) repeat center center;
	background-size: cover;
}
.Ino6 {
    background: url(./img/menu_fusuma.png) repeat center center;
	background-size: cover;
}
.Ino7 {
    background: url(./img/menu_fuu.png) repeat center center;
	background-size: cover;
}
.Ino8 {
    background: url(./img/menu_port.png) repeat center center;
	background-size: cover;
}
.Ino9 {
    background: url(./img/menu_monoki.png) repeat center center;
	background-size: cover;
}
.Ino10 {
    background: url(./img/menu_kyutou.png) repeat center center;
	background-size: cover;
}
.Ino11 {
    background: url(./img/menu_ea.png) repeat center center;
	background-size: cover;
}
.Ino12 {
    background: url(./img/menu_st.png) repeat center center;
	background-size: cover;
}
.Rbox3 {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:4;
  -webkit-order:4;
  order:4;
}
.Rbox4 {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
}
.Rbox5 {
  -webkit-box-ordinal-group:5;
  -ms-flex-order:5;
  -webkit-order:5;
  order:5;
}
.Rbox6 {
  -webkit-box-ordinal-group:6;
  -ms-flex-order:6;
  -webkit-order:6;
  order:6;
}
.Rbox7 {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:8;
  -webkit-order:8;
  order:8;
}
.Rbox8 {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:7;
  -webkit-order:7;
  order:7;
}
.Rbox9 {
  -webkit-box-ordinal-group:9;
  -ms-flex-order:9;
  -webkit-order:9;
  order:9;
}
.Rbox10 {
  -webkit-box-ordinal-group:10;
  -ms-flex-order:10;
  -webkit-order:10;
  order:10;
}
.Rbox11 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:12;
  -webkit-order:12;
  order:12;
}
.Rbox12 {
  -webkit-box-ordinal-group:11;
  -ms-flex-order:11;
  -webkit-order:11;
  order:11;
}
.Rbox13 {
  -webkit-box-ordinal-group:13;
  -ms-flex-order:13;
  -webkit-order:13;
  order:13;
}
.Rbox14 {
  -webkit-box-ordinal-group:14;
  -ms-flex-order:14;
  -webkit-order:14;
  order:14;
}
.Rbox15 {
  -webkit-box-ordinal-group:16;
  -ms-flex-order:16;
  -webkit-order:16;
  order:16;
}
.Rbox16 {
  -webkit-box-ordinal-group:15;
  -ms-flex-order:15;
  -webkit-order:15;
  order:15;
}
.Rbox17 {
  -webkit-box-ordinal-group:17;
  -ms-flex-order:17;
  -webkit-order:17;
  order:17;
}
.Rbox18 {
  -webkit-box-ordinal-group:18;
  -ms-flex-order:18;
  -webkit-order:18;
  order:18;
}
.Rbox19 {
  -webkit-box-ordinal-group:20;
  -ms-flex-order:20;
  -webkit-order:20;
  order:20;
}
.Rbox20 {
  -webkit-box-ordinal-group:19;
  -ms-flex-order:19;
  -webkit-order:19;
  order:19;
}
.Rbox21 {
  -webkit-box-ordinal-group:21;
  -ms-flex-order:21;
  -webkit-order:21;
  order:21;
}
.Rbox22 {
  -webkit-box-ordinal-group:22;
  -ms-flex-order:22;
  -webkit-order:22;
  order:22;
}
.Rbox23 {
  -webkit-box-ordinal-group:24;
  -ms-flex-order:24;
  -webkit-order:24;
  order:24;
}
.Rbox24 {
  -webkit-box-ordinal-group:23;
  -ms-flex-order:23;
  -webkit-order:23;
  order:23;
}
.Rbox25 {
  -webkit-box-ordinal-group:25;
  -ms-flex-order:25;
  -webkit-order:25;
  order:25;
}
.Rbox26 {
  -webkit-box-ordinal-group:26;
  -ms-flex-order:26;
  -webkit-order:26;
  order:26;
}
/* icom */
.Point1 {
    background-image:  url(./img/point_icon01.png);
}
.Point2 {
    background-image:  url(./img/point_icon02.png);
}
.Point3 {
    background-image:  url(./img/point_icon03.png);
}
.Point4 {
    background-image:  url(./img/point_icon04.png);
}
.Point5 {
    background-image:  url(./img/point_icon05.png);
}
.Point6 {
    background-image:  url(./img/point_icon06.png);
}
.Point7 {
    background-image:  url(./img/point_icon07.png);
}
.Point8 {
    background-image:  url(./img/point_icon08.png);
}
/*TOPページ*/
.TopContents,
.FooterContents {
	padding: 50px 0;
}
#Mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    box-sizing: border-box;
    width: 100vw;
    height: auto;
    min-height: 75vh;
    background-size: cover;
    background-position: center;
}
.MvImg {
	background-image: url(./img/mv01.jpg);
}
#hokan .MvImg {
	background-image: url(./img/hokan/mv01.jpg);
}
#rental .MvImg {
	background-image: url(./img/rental/mv01.jpg);
}
#trade .MvImg {
	background-image: url(./img/trade/mv01.jpg);
}
#bike .MvImg {
	background-image: url(./img/bike/mv01.jpg);
}
#Mv p {
    max-width: var(--max-width-sm);
    width: calc(100% - 2*var(--component-padding));
}
/* キャンペーン */
.Campaign {
	position: relative;
	max-width: 700px;
	margin: 30px auto;
}
.No1::before {
    content: '';
    top: 0;
    left: 0px;
    width: 100%;
    padding-top: 7%;
    display: block;
}
.No1::after {
position: absolute;
    content: '';
    display: inline-block;
    top: 0;
    left: -3%;
    width: 20%;
    background-image: url(./img/no1.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 170px;
}
/*固定ページ*/
.FixedPage {
}
.Price {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
.Price table {
	border-collapse: collapse;
}
.Price th,
.Price td {
	vertical-align: middle;
    text-align: center;
    padding: 8px 8px;
	border: solid 1px #68acdb;
	letter-spacing: 0.08em;
}
.Price th {
	background: #ebd3bd;
}
/*記事ページ*/
.PostPage {
}
.PostDay {
	display: inline-block;
    font-size: 12px;
}
.PostCat {
	background: #68acdb;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 1.0;
    margin: 0 1em;
    display: inline-block;
}
.PostCat a {
    color: #FFF;
}
.PostPage .entry {
	padding: 10px;
    border-top: 1px solid #bda38b;
}
/*一覧ページ*/
.ArchivePage {
}
/****** ヘッター ******/
header{
	position: fixed;
    width: 100%;
	background-color: #FFF;
	top: 0;
	z-index: 2;
}
header .hwrap {
	max-width: 1200px;
    margin: 0 auto;
	padding: 10px 0;
	position: relative;
}
header .site-title {
	float: left;
    padding: 20px 0;	
}
header .htext {
	line-height: 1.5;
    font-size: 14px;
    font-weight: normal;
	padding: 0 1em;
	min-height:21px;
}
header .hacB {
    position: absolute;
    top: 2em;
    right: 0;
}
/* gナビ */
#gnav {
	float: none;
    text-align: left;
    background: #fff;
	display: block;
	background: #2d3c7d;
    padding: 10px 0;
    border-bottom: 2px solid #68acdb;
}
#gnav #menu-main01 a {
    text-decoration: none;
}
#gnav #menu-main01 {
	width: 1200px;
    display: flex;
    margin: 0 auto;
    text-align: center;
}
#gnav #menu-main01>li {
    width: 1200px;
    border-left: 1px solid #FFF;
    display: inline;
}
#gnav #menu-main01>li:last-child  {
	border-right: 1px solid #FFF;
}
#gnav > li {
	max-width: calc(1200px/5);
    position: relative;
    display: block;
    cursor: pointer;
}
#gnav .menu1 li {
	max-width: calc(1200px/5);
    position: relative;
    display: block;
    cursor: pointer;
}
#gnav .menu1 li a {
	color: #FFF;
    position: relative;
    padding: 5px 0;
    display: block;
}
#gnav .menu1 li a:hover {
    background: #68acdb;
}
#gnav .menu1 .sub-menu {
	width: 100%;
    display: none;
    position: absolute;
    padding: 0;
}
#gnav .menu1 .sub-menu li{
    width: 100%;
	padding: 0px 0;
background: #1A76D2;
}
/* アクションエリア */
.ActionArea ul {
	max-width: 80%;
    margin: 0 auto;
}
.ActionArea ul li {
	padding: 5px 10px;
}
/* フッターナビ */
#footer1 .menu3 ul {
	max-width: 1200px;
    display: flex;
    margin: 0 auto;
    text-align: center;
}
#footer1 #menu-main3>li {
    width: 1200px;
    border-left: 1px solid #FFF;
    display: inline;
}
#footer1 #menu-main3>li:last-child {
    border-right: 1px solid #FFF;
}
#footer1 .menu3 li {
	max-width: calc(1200px/5);
    position: relative;
    display: block;
    cursor: pointer;
}
#footer1 .menu3 li a {
    color: #FFF;
    position: relative;
    padding: 5px;
    display: block;
}
#footer1 .menu3 li a:hover {
    background: #68acdb;
	opacity: 0.6;
transition: all 0.3s ease 0s;
}
/* メインビジュアル */
.Mv {
	text-align: center;
	margin-bottom: 30px;
	background: #5597D9;
}
/* パンくず */
.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
	font-size: 12px;
	padding: 10px;
}
/* ページネーション */
.pagination ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.pagination ul li {
    padding: 5px;
    margin: 0 0.5em;
}
/* 次前の記事 */
.PageN_one {
	text-align: center;
    padding: 20px 0;
    margin: 0 auto 30px;
}
.PageN_one p {
    margin: 30px auto;
    background: #2d3c7d;
    color: #FFF;
    padding: 10px;
}
.PageN_one ul li {
    display: inline-block;
    letter-spacing: normal;
	width: 50%;
	vertical-align: top;
	padding: 1em;
}
/* 記事一覧 */
.EntryArea {
    width: 100%;
    margin: 0 auto 30px;
    border: 1px solid #bda38b;
    padding: 10px;
	text-align: left;
}
.EntryBox {
    border-bottom: 1px solid #bda38b;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.EntryTime {
	position: absolute;
    right: 0;
    font-size: 12px;
	color: #bda38b;
}
.EntryTitle {
	font-weight: bold;
	font-size: 20px;
}
.EntryText {
	margin-bottom: 10px;
}
.EntryImg {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    max-width: 70px;
}
.EntryMore {
	position: absolute;
    bottom: 5px;
    right: 0;
}
.EntryMore a {
    background: #68acdb;
    color: #FFF;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 1.0;
}
.New {
	background: #ff9739;
    color: #FFF;
    padding: 3px 15px;
    font-size: 14px;
}
.TagBox ul {
}
.TagBox ul li {
    float: left;
    margin: 1px;
	list-style: none;
}
.TagBox ul li a {
    display: block;
	text-decoration: none;
    background: #D8362E;
    color: #FFF;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1.0;
}
.TagBox ul li a:hover {
	opacity: 0.7;
}
.ArcImg {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
    min-height: 150px;
}
/* 新着情報 */
.news_list{
	max-width: 960px;
    margin: 0 auto;
    border: 1px solid #bda38b;
    padding: 1em;
}
.news_list li {
    margin: 0.5em;
}
.works {
	background: #1A76D2;
    padding: 3px 5px;
    margin: 0 0.5em;
    font-size: 12px;
	color:#FFF;
}
.cat {
    background: #68acdb;
    color: #FFF;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 1.0;
    margin: 0 1em;
}
.add_New {
	background: #D8362E;
    padding: 2px 5px;
    margin: 0 0.5em 0 0;
    font-size: 12px;
	color:#FFF;
}
/*新着情報*/
.news_lists {
  font-size: 15px;
}

.news_list {
  border-bottom: 1px dashed #888;
  position: relative;
}

.list__body {
  display: block;
  margin: 10px 0 5px;
  line-height: 1.6;
}

.list__date {
  color: #9f5900;
  width: 100%;
  margin: 0;
  text-align: left;
}

.list__title a {
  color: #2D2D2D;

  text-decoration: none;
}

.list__thumb {
  overflow: hidden;
  width: 100px;
  height: 55px;
  right: 1%;
  position: absolute;
  margin-top: -55px;
}

.list__thumb img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* カーポートアイテム */
#Item .Bord {
	text-align: left;
	font-size: 13px;
}
.SaleT {
    margin: 10px auto;
    border-bottom: 1px solid #252525;
    padding-bottom: 5px;
}
.Mak {
	text-align: right;
    font-size: 12px;
}
#Item .Bord ul {
	list-style-position: inside;
    list-style: disc;
    font-size: 12px;
    padding: 0 0 10px 1.5em;
}
.Sale {
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    padding: 5px;
    color: #FA3F3F;
}
.Sale span {
    text-align: center;
    font-size: 14px;
    color: #252525;
}
#Qa table {
	width: 100%;
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0px;
    background: #FFF;
}
#Qa table th {
    font-size: 14px;
    border: 1px solid #252525;
    vertical-align: middle;
    padding: 5px;
}
#Qa table td {
	border: 1px solid #000;
    padding: 5px;
}

@media screen and (max-width: 480px) {
  .list__ {
    /* @include mq(large) */
  }
  .list__thumb img {
    display: none;
  }
  .list__date {
    float: left;
  }
  .list__title {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
  .list__body {
    display: contents;
  }
}

.list__category {
  position: relative;
  top: -2px;
  padding: 5px 15px;
  margin-left: 10px;
  background: #AAAAAA;
  color: #fff;
  font-size: 0.8em;
  line-height: 25px;
}

.list__category a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.list__category a:hover {
  color: #efefef;
}

.list__wordpress {/*.list__〇〇←カテゴリー名を変えて、カテゴリー別に色を修正可能*/
  background-color: #42b8ef;
}
/* フッター */
#Footer {
	background: #2d3c7d;
	color: #FFF;
	border-bottom: 5px solid gold;
	position: relative;
	margin-top: 100px;
}
#FooterArea {
	max-width: 1200px;
    margin: 0 auto;
	padding: 10px;
}
#FooterArea nav ul li a {
	text-decoration: none;
	color: #FFF;
}
#FooterArea nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
}

.copyright {
	text-align: center;
    font-size: 12px;
}
.flogo {
	text-align: center;
	padding: 1em;
}
/* gmap */
.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%!important;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
/* 上部・電話ボタン */
#BackBox {
	position: absolute;
    right: 10px;
    bottom: 50px;
    z-index: 2;
}
#BackBox a:hover {
    opacity: 0.6;
}
#SpFooterTel {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.84);
    z-index: 10000;
    padding: 8px 0 0;
    border-top: 3px solid #2d3c7d;
}
#SpFooterTel ul {
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
/***** 店舗 *****/
.FixedPage dt {
	border-left: 3px solid #f39800;
    padding-left: 0.5em;
    font-weight: bold;
    margin-bottom: 10px;
}
.FixedPage dd {
	border-bottom: 1px dotted #666;
    margin-bottom: 10px;
	padding-left: 1em;
}


/* フォーム */
/*******************************
* バッジの色
********************************/
.wpcf7 p span.must,
.wpcf7 p span.free {
    font-weight: 400;
    color: #FFF;
}
.wpcf7 p span.Fcol01 {
    font-weight: 400;
    color: #fb0101;
}
.themeform input[type="submit"] {
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
}
.wpcf7 input[type=submit] {
    font-size: 16px;
    padding: 10px 0;
  width: 300px;
}
/* 必須マーク */
.must {
	background: #2d3c7d;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
.wpcf7 p {
    margin: 0 0px 3em;
}
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="date"],
.wpcf7 .wpcf7-select {
	 width: 360px;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}
.wpcf7 textarea {
	 width: 100%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}
/* フォーム入力項目 */
.wpcf7 input[type="tel"],
.themeform select {
	 width: 360px;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}
/* 送信ボタン */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #68acdb;  
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}
.themeform button, .themeform input, .themeform label, .themeform select, .themeform textarea {
    font-size: 16px;
}
@media screen and ( max-width:1200px) {
#gnav #menu-main01,
#gnav #menu-main01>li {
    width: 960px;
}
/* フレーム */
.Contents {
	width: 960px;
	margin: 0 auto 30px;
}
}
@media screen and ( max-width:960px) {
.Title00 {
	font-size: 40px;
}
#gnav #menu-main01,
#gnav #menu-main01>li {
    width: 768px;
}
/* フレーム */
#wrapper {
	width: 98%;
	margin: 0 auto;
}
.Contents {
	width: 768px;
	margin: 0 auto 30px;
}
/* リフォームメニュー */
.Rbox3 {
  -webkit-box-ordinal-group:3;
  -ms-flex-order:3;
  -webkit-order:3;
  order:3;
}
.Rbox4 {
  -webkit-box-ordinal-group:4;
  -ms-flex-order:4;
  -webkit-order:4;
  order:4;
}
.Rbox7 {
  -webkit-box-ordinal-group:7;
  -ms-flex-order:7;
  -webkit-order:7;
  order:7;
}
.Rbox8 {
  -webkit-box-ordinal-group:8;
  -ms-flex-order:8;
  -webkit-order:8;
  order:8;
}
.Rbox11 {
  -webkit-box-ordinal-group:11;
  -ms-flex-order:11;
  -webkit-order:11;
  order:11;
}
.Rbox12 {
  -webkit-box-ordinal-group:12;
  -ms-flex-order:12;
  -webkit-order:12;
  order:12;
}
.Rbox15 {
  -webkit-box-ordinal-group:15;
  -ms-flex-order:15;
  -webkit-order:15;
  order:15;
}
.Rbox16 {
  -webkit-box-ordinal-group:16;
  -ms-flex-order:16;
  -webkit-order:16;
  order:16;
}
.Rbox19 {
  -webkit-box-ordinal-group:19;
  -ms-flex-order:19;
  -webkit-order:19;
  order:19;
}
.Rbox20 {
  -webkit-box-ordinal-group:20;
  -ms-flex-order:20;
  -webkit-order:20;
  order:20;
}
.Rbox23 {
  -webkit-box-ordinal-group:23;
  -ms-flex-order:23;
  -webkit-order:23;
  order:23;
}
.Rbox24 {
  -webkit-box-ordinal-group:24;
  -ms-flex-order:24;
  -webkit-order:24;
  order:24;
}

}

@media screen and ( max-width:768px) {
	
.Title011 {
    font-size: 30px;
}	
.BoxW {
    padding: 40px 0;
}
.Pc768 {
	display: none;
}
.Sp768 {
	display: block;
}
body {
	margin-top: 0;
}
.Title00 {
	font-size: 32px;
	padding: 0.5em;
}
.Pc {
	display: none;
}
/* 枠 */
.Contact {
	width: 90%;
}
/****** ヘッター ******/
header{
	position: relative;
}
#gnav,
.Logo {
	display: none;
}
#Mv {
    min-height: 40vh;
}
#Mv p {
    max-width: 50%;
}
.Contents {
	width: 100%;
}
/* 新着記事 */
.news_list {
    max-width: 96%;
    padding: 0.5em;
}
.news_list li {
    margin: 0.5em;
}
.news_title {
    display: block;
    font-size: 16px;
    padding: 10px 0 0 1em;
}
.news_title a {
    display: block;
}
/* フッター */
#footer1 .menu3 ul {
    display: block;
}
#footer1 #menu-main3>li {
    width: 100%;
    border-left: 0px;
	border-top: 1px solid #FFF;
	display: block;
	padding: 10px 0;
}
#footer1 .menu3 li {
    max-width: 100%;
}
#footer1 #menu-main3>li:last-child {
	border-right: 0;
    border-bottom: 1px solid #FFF;
}
}

@media screen and (max-width: 480px) {
.Title00 {
	font-size: 24px;
	padding: 0.5em;
}
.Title01 {
    font-size: 22px;
	padding: 0.5em 0;
}
.Title011 {
    font-size: 20px;
    padding: 0.5em;
    max-width: 90%;
}
.Title01 span {
    font-size: 18px;
}
.Title02 {
    padding: 5% 0 5% 15%;
    background-size: 10%;
}
.Title03 {
    font-size: 22px;
    margin-bottom: 10px;
}
.Title04 {
    font-size: 18px;
    margin-bottom: 10px;
}
header .htext {
    font-size: 12px;
	text-align: center;
}
.Sp {
	display: block;
}

/* フレーム */
#Header,#Footer {
	width: 100%;
	margin: 50px auto 0;
}
#wrapper {
	width: 96%;
	margin: 0 auto;
}
.Contents {
	width: 100%;
}
/* メインビュー */
#Mv {
    padding: 5px;
}
#Mv p {
    max-width: 80%;
}
/* トップ */
.ParaContentsBox {
    padding: 20px 0;
}
.BoxW {
    padding: 20px 0;
    max-width: 90%;
}
/* アクションエリア */
.ActionArea ul {
	max-width: 100%;
}
/* 記事一覧 */
.EntryTime {
    position: relative;
    right: 0;
    font-size: 12px;
    text-align: right;
}
.EntryText {
	display: none;
	margin-bottom: 0;
}
/* 次前の記事 */
.PageN_one {
    padding: 20px 0 0;
    margin: 0 auto;
}
.PageN_one ul li {
    display: block;
	width: 100%;
}
/* 料金 */
.Price th {
	width: 33.333%;
}
}