@charset "utf-8";

/* =============================中ページ共通==================================== */

/*ページのフェードイン　js無し*/
body.naka {animation: fadeIn 0.6s ease 0s 0.7 normal;-webkit-animation: fadeIn 0.6s ease 0s 0.7 normal;}
@keyframes fadeIn {
	0% {opacity: 0.3}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0.3}
	100% {opacity: 1}
}



/*/////////////　header　//////////////////////////////*/

/* ============ 中ページの横メニュー ============= */
body.naka .yokomenu-bg{position:fixed;top:0px;z-index:60;width: 100%;text-align: center;background-color:rgba(255,255,255,0.9);webkit-transition: 0.5s;transition: 0.5s;border-bottom:1px solid #dedbe2;}
body.naka .yokomenu-bg.smaller {top:-60px !important;}


body.naka .yokomenu-head-rogo{position:relative;z-index:50;line-height: 1.2;font-size:9px;text-align:left;right:0;left:0;margin: 10px auto 10px auto;display: table;}
body.naka .yokomenu-head-rogo a{color:#333;}
body.naka .yokomenu-head-rogo a .rogo{float: left;width: 103px;background:url(../img/rogo_black.png) no-repeat center top;height:35px;background-size:contain;text-indent: -8989px;overflow: hidden;}
body.naka .yokomenu-head-rogo a .text{float: left;padding-top: 7px;white-space: nowrap;}
body.naka .yokomenu-head-rogo a:hover{opacity:0.6;}


body.naka .headerimgs-wrapper{position:relative;margin-top:120px;background-color:#dedbe2;}

body.naka ul#yoko-menu > li a{height:64px;}
body.naka ul.yokomenu-head-sns-ul {top: 72px;}

/*---------　ページ上部の横長画像　------------*/
body.naka #headerimgs{height:280px;background: url(../img/nakaheaderimg_default.jpg) no-repeat center center;background-size: cover !important;max-width: 1500px;margin: 0 auto;}
body.naka #headerimgs:before {content: "";display: block;position: absolute;right: 0;left: 0;margin: 0 auto;
   																 width: 1px;height:80px;background-color:#999;bottom:0px;}
body.naka #headerimgs:after {content: "";display: block; position: absolute;right: 0;left: 0;margin: 0 auto;
   																 width: 1px;height:40px;/*! bottom: 0; */background-color: #fff;animation: borderAnim 1.0s ease-in-out infinite;}
/*縦棒アニメ*/
@keyframes borderAnim {
  0% {bottom: 40px; }
  100% {bottom: -40px; }
}

.headerimgs-rogo{text-align:center;display:table;background-color:#000;padding:1px 15px;margin: 0 auto 0 auto;position: relative;top: 88px;width: 90px;}

h1{text-align:center;font-size:32px;line-height: 1.2;font-family:'Noto Serif JP', serif;font-weight:500;color:#000;margin: 100px calc(50% - 250px) 0px;letter-spacing: 0.2em;/*text-shadow: 2px 2px 0px #000000, 0px 0px 3px #0f0f0f;*/width:100%;max-width:500px;display:inline-block;padding:10px;background-color:rgba(256,256,256,70%)}		


/*パンくず------------*/
.breadcrumb-box{width: 1090px;margin:3px auto 0 auto;overflow: hidden;position: absolute;right: 0;left: 0;}
#breadcrumb{font-size: 76%;white-space: nowrap;}
#breadcrumb div{display:inline;color:#999;padding-right:10px;}
#breadcrumb div a{color:#444;margin-right:10px;text-decoration:underline;}
#breadcrumb div a:hover{color: #669900;}



/* =============中ページ共通のスタイル================== */
/*見出し----------------*/
h3{font-size:200%;line-height: 1.2;font-family:'Noto Serif JP', serif;font-weight:500;margin-bottom:40px;text-align:center;letter-spacing: 0;}
.midashi3{font-size:150%;line-height: 1.2;font-family:'Noto Serif JP', serif;font-weight:500;margin-bottom: 30px;text-align:center;letter-spacing: 0;}


/*字下げ*/
.jisage{padding-left: 1em;text-indent: -1em;}
/*インデント*/
.indent{padding-left: 1em;}

/*色*/
.color1{color:#3155a4;}/*基本色 ブルー*/
.color-red{color:#cc0000;}
.color2{color:#cc3333;}/*注意色*/
.color3{color:#ac1e1e;}/*基本色 赤*/


/*文字サイズ*/
strong{font-weight:bold;}
big{font-size:122%;}

small,
.small{font-size: 76%;line-height: 1.3;}

.font-size8{font-size:51%;line-height:1.2;}
.font-size10{font-size:65%;line-height:1.2;}
.font-size12{font-size:79%;line-height:1.5;}
.font-size13{font-size:86%;line-height:1.5;}
.font-size14{font-size:93%;line-height:1.7;}
.font-size16{font-size:100%;line-height:1.7;}	
.font-size17{font-size:108%;line-height:1.7;}
.font-size19{font-size:122%;line-height:1.7;}
.font-size20{font-size:129%;line-height:1.5;}
.font-size23{font-size:136%;line-height:1.5;}
.font-size24{font-size:143%;line-height:1.4;}
.font-size28{font-size:156%;line-height:1.3;}
.font-size32{font-size:172%;line-height:1.3;}
.font-size36{font-size:184%;line-height:1.3;}
.font-size40{font-size:200%;line-height:1.2;}
.font-size50{font-size:232%;line-height:1.2;}
.font-size60{font-size:250%;line-height:1.2;}

.noaccent{font-weight:normal;}
.accent{font-weight: bold;}

.nowrap{white-space:nowrap;}

.textleft{text-align:left;}

/* 画像 */
.alignnone,
img.alignnone {margin:7px 0 7px 0;}
.alignleft,
img.alignleft {float: left;margin:7px 25px 7px 0;}
.alignright,
img.alignright {float: right;margin:7px 0 7px 25px;}
aligncenter,
img.aligncenter {clear: both;display: block;margin:7px auto 7px auto;}

/*キャプション付き画像*/
/*
.wp-caption {background: #fff;border: 1px solid #f0f0f0;max-width: 96%;padding: 5px 3px 10px;text-align: center;}
*/
.wp-caption{display: inline-block;}
.wp-caption.alignnone {margin:5px 0 5px 0;width:auto !important;overflow:hidden;}
.wp-caption.alignleft {float:left;margin:5px 20px 5px 0;width:auto !important;}
.wp-caption.alignright {float:right;margin:5px 0 5px 20px;width:auto !important;}
.wp-caption.aligncenter {margin:5px auto 5px auto;}
.wp-caption img {border: 0 none;margin-bottom:3px;padding: 0;/*max-width: 98.5%;width: auto;height: auto;---この3つを入れると管理者画面の画像編集で画像が変形できなくなる*/}
.wp-caption p.wp-caption-text {font-size:79%;line-height:1.2;color:#555555;margin-top:1px;padding:0;}




/*表テーブル*/
table{border-collapse: collapse;background-color:transparent;margin:10px 0 5px 0;width: 100%;background-color:#fff;max-width: 100%;}
/* Only Chrome  tableにmax-wdthを指定しているにも関わらず適用されないため */
@media screen and (-webkit-min-device-pixel-ratio:0){
.entry-content table{display: table-row;}
}

table caption{text-align: left;font-weight: bold;font-size:108%;line-height: 1.5;margin-bottom: 2px;}
table caption.bottom-cap{caption-side: bottom;text-align: left;font-weight:normal;font-size:93%;line-height: 1.4;margin-top:7px;}
.table-midashi{text-align: left;font-weight: bold;font-size:108%;line-height: 1.5;margin-bottom: -10px;}

table tr{vertical-align:middle;}

table th,
table tbody th{padding:8px 8px 7px 14px;line-height: 1.5;font-weight:normal;background-color:#f4f3fa;color:#000;vertical-align: middle;border: 1px solid #b3a6d0;text-align: left;}
table thead th{background-color:#e4e0f1;text-align: center;}

table td{padding:8px 12px 7px 14px;line-height:1.5;text-align:center;border:1px solid #b3a6d0;}
table td .alignnone,
table td img.alignnone,
table td .wp-caption.alignnone {margin: 2px -8px 5px 2px;}

table.border-zero{width: auto;margin: 10px auto 5px auto;}
table.border-zero,
table th.border-zero,
table td.border-zero{border:none;text-align:left;vertical-align:top;background-color: transparent;}

table.border-bottom,
table td.border-bottom,
table th.border-bottom,
table.border-bottom th{border-bottom:1px dotted #999;border-top:none;border-left:none;border-right:none;background-color: transparent;}

/*表テーブル スマホ対応用*/
.responsive_table_mask{display:none;}
/*スマホのときだけ表示
.sm-only640{display:none;}
@media screen and (max-width: 640px) {
	.sm-only640{display:block;margin:40px 0 -20px 0;text-align:center;}
}*/
@media screen and (max-width: 640px) {
.scroll-table{overflow: auto;white-space: nowrap;position: relative;}
.scroll-table::-webkit-scrollbar{height: 3px; /* スクロールバーの高さ */}
.scroll-table::-webkit-scrollbar-track{background: #F1F1F1; /* スクロールバーの背景色 */}
.scroll-table::-webkit-scrollbar-thumb {background: #ffa566; /* スクロールバーの色 */}
.scroll-table td,
.scroll-table th{white-space: nowrap;　/* 文字の折返しを禁止 */}
.responsive_table_mask {width: 100%;height: 100%;position: absolute;top: 0;left: 0;background:rgba(0,0,0,0.3) url( '../img/icon_swipe.png' ) no-repeat center 30px;background-size: auto 90px;z-index:2;cursor: pointer;display:block;}
}



/*改行しない*/
.white-space{white-space:nowrap;}

/*リスト*/
body.naka .section ol,
body.naka .section ul{margin-left: 20px;}
body.naka .section ol li,
body.naka .section ul li{line-height:1.4;margin-bottom:8px;}
body.naka .section ol li strong,
body.naka .section ul li strong{padding-top:6px;display: inline-block;}

/*iframe地図*/
#wrapper iframe{border:none;}


/*このボタンは、中ページ全ページで使用*/
/*cssだけでつくったボタンの場合*/



/*PDFボタン*/
.btn-pdf{font-size:100%;line-height: 1.1;background:url(../img/icon_pdf.gif) no-repeat 0px 0px;padding:0 0 13px 24px;margin-top:10px;}
/*IE8以上*/
.btn-pdf{padding:2px 0 13px 24px\0;}
.btn-pdf a{text-decoration: underline;color: #1e4d90;}
.btn-pdf a:hover{}


/*xlsボタン*/
.btn-xls{font-size:100%;line-height: 1.1;background:url(../img/icon_xls.gif) no-repeat 0px 0px;padding:0 0 13px 24px;margin-top:10px;}
/*IE8以上*/
.btn-xls{padding:2px 0 13px 24px\0;}
.btn-xls a{text-decoration:underline;}
.btn-xls a:hover{}


/*PDF枠付きボタン*/
.btn-pdf2{display: table;margin:20px auto 0 auto;text-align: center;}
.btn-pdf2 a{text-decoration: none;background:#040429 url(../img/icon_pdf2.png) no-repeat 20px center;padding: 16px 25px 15px 57px;display: inline-block;font-size: 115%;color:#fff;line-height: 1;width: 100%;/*! background-size: 28px; */}
.btn-pdf2 a:hover{opacity:0.6;}

/*xlsボタン
.btn-xls{display: table;border: 1px solid #7fb1da;margin:20px auto 0 auto;text-align: center;border-radius: 5px;}
.btn-xls a{text-decoration: none;background: url(../img/icon_xls.gif) no-repeat 20px center;padding: 12px 25px 11px 45px;display: inline-block;font-size: 115%;line-height: 1;}
.btn-xls a:hover{color:#003399;background-color:#ecf5fb;}
*/


/*グレイ色の枠*/
.waku-glay{padding:12px 15px;background-color:#fafafa;border:1px solid #bbb;}
/*注意色の枠*/
.waku-chuui{padding:12px 15px;background-color:#fbfbdd;border:1px solid #e2dfa8;}



/*--------------------------------
     SNS
---------------------------------*/





/*///////////////////////////////////////////////////////////////////////////////*/
/*                 　中ページのmain                                          */
/*///////////////////////////////////////////////////////////////////////////////*/


/*==========　着物丸洗い   cleaning/  ==========*/
body.naka.cleaning #headerimgs{background:url(../cleaning/img/nakaheaderimg_cleaning.jpg) no-repeat center center;}

h2{background:url(../img/midashi_bg1.png) no-repeat center top;background-size:184px;height:184px;text-align:center;display:table;width:100%;}
h2 p{display:table-cell;vertical-align:middle;font-family: 'Noto Serif JP', serif;font-weight: 500;font-size:37px;line-height:1.3;letter-spacing: 0.1em;}
/*マーク*/
h2 p img{width:65px;height: auto;margin:0 10px 5px 0;}

.naka-com{display:table;margin:30px auto 0 auto;text-align: left;font-size: 108%;line-height: 2.3;}
.cleaning-com{display: table;margin: -20px auto 30px auto;text-align: left;font-size: 93%;line-height: 1.5;}

ul.naka-ul1{text-align:center;margin:40px 0 0 0;}
ul.naka-ul1 li{display:inline-block;}


/*料金*/
.setumei-box{width:90%;margin:0 auto 30px auto;}

.cleaning-price-box{width:950px;margin:-10px auto 0 auto;}

table.price-table{}
table.price-table tr{}
table.price-table th{}
table.price-table td{}

table.price-table1{float:left;width:47%;margin-right:2%;}
table.price-table2{float:left;width:47%;margin-top:10px;}
table.price-table3{width:47%;margin-top:20px;margin-bottom: 15px;}
table.price-table2.isou{float:left;width:47%;margin-top:10px;}


table.pricetable tbody th{width:50%;}
table.pricetable tbody td{text-align:right;}
table.pricetable tbody td small{font-size: 76%;line-height: 1.2;display: block;text-align: left;text-indent: -1em;margin-left: 1em;}

.price-table-cap{font-size: 93%;line-height: 1.4;text-align: left;margin: -10px 0 10px 0;}

.mitumori-com{text-align:center;font-size:115%;line-height:1.4;margin-top:10px;}
.mitumori-uketori{text-align:center;margin:17px auto 0 auto;max-width:265px;}
.mitumori-uketori img{width:100%;height:auto;;}


/*手順の流れ*/
dl.cleaningflow-dl{border-bottom: 1px solid #ccc;padding-bottom: 20px;margin-bottom: 20px;}
dl.cleaningflow-dl dt{float: left;width: 24%;}
dl.cleaningflow-dl dt .plfri{position:relative;background-color: #845799;margin: 10px 17% 0 0;border-radius: 5px;color: #fff;font-size: 122%;padding: 8px 0;font-family: 'Noto Serif JP', serif;font-weight: 300;}
dl.cleaningflow-dl dt .plfri:after{content:url(../cleaning/img/arrow_flow40-20.png);background-size:contain;position: absolute;bottom: -50px;display: block;width:40px;height:20px;left: 0;right: 0;margin: 0 auto;}
dl.cleaningflow-dl:last-child dt .plfri:after{display:none;}
dl.cleaningflow-dl dd{float: left;text-align: left;}
dl.cleaningflow-dl dd.img{width: 28%;}
dl.cleaningflow-dl dd.text{width: 46%;padding-left: 20px;}
dl.cleaningflow-dl dd.text p{line-height: 1.6;margin-top: 8px;}




/*==========　着物シミ抜き   shiminuki/  ==========*/
body.naka.rental #headerimgs{background:url(../shiminuki/img/nakaheaderimg_shiminuki.jpg) no-repeat center center;}

.naka-shimi-ul1{text-align:center;margin:40px 0 0 0 !important;}
.naka-shimi-ul1 li{display:inline-block;margin:0 15px;}
.naka-shimi-ul1 li img{max-width:460px;width: 100%;height:auto;}
.naka-shimi-ul1 li.price{display: block;text-align: left;padding-left: 4.5%;}

table.shimi-table1 {width:63%;margin:20px auto 15px auto;}

.section.shimijirei{padding: 30px 0 70px 0;}

dl.naka-shimi-dl1{width:96%;margin:40px auto 60px auto;background:url(../shiminuki/img/arrow_36-55.png) no-repeat center top 57%;}
dl.naka-shimi-dl1 .title{text-align:left;font-size:128%;font-family: 'Noto Serif JP', serif;font-weight: 500;padding:0 0 0 27px;background:url(../shiminuki/img/arrow_circle22.png) no-repeat 0 0;line-height: 1.3;/*height: 22px;*/margin-bottom: 6px;}
dl.naka-shimi-dl1 dt{float:left;width:49%;position:relative;}
dl.naka-shimi-dl1 dd{float:right;width:49%;position:relative;}

dl.naka-shimi-dl1 dt:before{position: absolute;background:url(../shiminuki/img/before.png) no-repeat;	background-size:cover;top:-30px;right:10px;content:"";width: 100px;height: 100px;}
dl.naka-shimi-dl1 dd:before{position: absolute;background:url(../shiminuki/img/after.png) no-repeat;	background-size:cover;top:-30px;right:10px;content:"";width: 100px;height: 100px;}	

dl.naka-shimi-dl1 dt.price{width:100%;text-align:left;margin-top: 5px;}
dl.naka-shimi-dl1 dt.price:before{background:none;}

.naka-price{margin-top:-20px;text-align: center;font-size: 108%;line-height: 1;}

/*==========　広告・看板   koukoku/  ==========*/
dl.naka-shimi-dl1 a img.rotate10{
transform: rotate(0deg);
}
dl.naka-shimi-dl1 a img.rotate10:hover{
transform: rotate(10deg);
}

dl.naka-shimi-dl1 a div.rotate10{
background:url(../koukoku/img/mikaicon.png) no-repeat center top;
height:150px; width:155px; margin:0 auto;
}
dl.naka-shimi-dl1 a div.rotate10:hover{
background:url(../koukoku/img/mikaicon2.png) no-repeat center top;
transform: rotate(10deg);
}


dl.naka-shimi-dl1 .title2{text-align:center;font-size:128%;font-family: 'Noto Serif JP', serif;font-weight: 500;line-height: 1.3;/*height: 22px;*/margin: 0px auto 6px auto;display:block; background-color: #E4DFEC; padding:4px; max-width:450px; width:100%;}

dl.naka-shimi-dl1 .title2 br{display:none;}


/*==========　お仕立て・仕立直し   shitate/  ==========*/
body.naka.shitate #headerimgs{background:url(../shitate/img/nakaheaderimg_shitate.jpg) no-repeat center center;}

.midashi4{font-size:30px;line-height: 1.2;font-family:'Noto Serif JP', serif;font-weight:500;text-align:center;letter-spacing: 0.6em;background-color:#44135b;color: #fff;margin: 40px 0 40px 0;padding: 9px 0 10px 0;}

dl.shitate-dl{text-align:left;margin-top:40px;}
dl.shitate-dl dt{float:left;width:48%;}
dl.shitate-dl dd{float:right;width:48%;}

.shitate-com{font-size:108%;}

table.shitate-table1{}
table.shitate-table1 td{}

table.pricetable.shitate-table2{width:auto;min-width: 300px;}
table.pricetable.shitate-table2 tbody td{text-align:left;}

.midashi5{text-align: left;font-size:150%;font-family: 'Noto Serif JP', serif; font-weight: 500;background: url(../shiminuki/img/arrow_circle22.png) no-repeat 0 0;padding: 0 0 0 27px;line-height: 18px;height: 22px;margin-bottom:15px;}

.naka-naoshi{text-align: right;}
.naka-naoshi img {max-width: 460px;width: 100%;height: auto;}





/*==========　着物のリメイク   remake/  ==========*/
body.naka.remake #headerimgs{background:url(../remake/img/nakaheaderimg_remake.jpg) no-repeat center center;}

body.naka.remake .section {padding: 60px 0 10px 0;}
body.naka.koukoku .section {padding: 60px 0 30px 0;}
		
.remake-com{text-align: center;font-size: 115%;line-height: 1.1;margin: -10px 0 60px 0;}

body.naka.remake dl.naka-shimi-dl1 {margin: 40px auto 80px auto;/* background:url(../shiminuki/img/arrow_36-55.png) no-repeat center top 57%;*/}

body.naka.remake .midashi4 {font-size: 27px;letter-spacing: 0.4em;}
		
dl.naka-shimi-dl1.none{background:none;}
dl.naka-shimi-dl1.none dt:before{display:none;}
dl.naka-shimi-dl1.none dd:before{display:none;}

ul.naka-remake-ul{margin:40px auto 60px auto;}
ul.naka-remake-ul li{float:left;width:31%;margin:0 1%;}

.fabu2{margin:-30px 0 50px 0;}

body.naka.remake .section.bg_paper2{padding: 20px 0 50px 0;}
body.naka.koukoku .section.bg_paper1 {padding: 30px 0 30px 0;}
body.naka.remake .section.end {padding: 50px 0 40px 0;}




/*==========　店舗案内   tenpo/  ==========*/
body.naka.toiawase #headerimgs{background:url(../toiawase/img/nakaheaderimg_tenpo.jpg) no-repeat center center;}

body.toiawase #wrapper{background:url(../toiawase/img/tenpo_bg.png) no-repeat center top 40px;}


.naka-com2{margin-top:30px;text-align:center;font-size: 108%;line-height: 2.3;}

.staff-fukidashi{position:relative;padding:10px;background-color:#ddd;margin:50px auto 0 auto;border-radius:2em;width: 75%;}
.staff-fukidashi:before{content:"";position:absolute;top:100%;left:50%;margin-left:-12px;border:12px solid transparent;border-top:15px solid #ddd;}
.staff-fukidashi p{text-align:center;font-size:122%;line-height:1;letter-spacing:0.5em;font-weight:bold;}

.staff-img{text-align:center;margin-top:30px;}
.staff-img img{width:max-width:550px;height:auto;}


/*私達のこだわり*/
.section.kodawari{padding: 20px 0 90px 0;background:url(../toiawase/img/tenpo_bg2.jpg) no-repeat center top;}

.kodawari-box{width:860px;background:url(../toiawase/img/kodawari_bg.png) no-repeat center top 35px;background-size:380px;margin:30px auto 0 auto;font-size:108%;}

.top-left{float:left;width:46%;}
.top-right{float:right;width:46%;}
.bottom-left{float:left;width:46%;margin-top: 120px;}
.bottom-right{float:right;width:46%;margin-top: 120px;}

.kodawari-img img{width: 279px !important;}
.kodawari-img.kodawari1,
.kodawari-img.kodawari3{text-align:right;}

.top-left .com,
.bottom-left .com{padding:10px 15% 0 0;}

.top-right .com,
.bottom-right .com{padding:10px 0 0 14%;}


/*会社概要*/
table.gaiyou-table{margin: 0 auto 25px auto;width: 80%;}
table.gaiyou-table th{background-color: #fff;border: 1px solid #aaa;border-left: none;border-right: none;text-align: left;padding: 14px 10px 14px 18px;white-space: nowrap;width:18% !important;}
table.gaiyou-table td{text-align: left;border: 1px dotted #777;border-left: none;border-right: none;padding: 14px 10px 14px 30px;}

/*個人情報保護*/
.section#privacy{padding: 60px 0 10px 0;}





/*==========　お問合せ   toiawase/  ==========*/
body.naka.koukoku #headerimgs{background:url(../toiawase/img/nakaheaderimg_toiawase.jpg) no-repeat center center;}

/*お急ぎの方は*/
body.naka.toiawase .midashi3 {font-size: 170%;}
.toiawase-com1{line-height: 1.3;text-align: center;margin-top:40px;}
.toiawase-tel{margin-top:10px;text-align:center;}
.toiawase-tel a{background:url(../img/tel.png) no-repeat left top 5px;background-size:28px;font-family:'Noto Serif JP', serif;font-weight:300;font-size:34px;color:#000;text-decoration:none;line-height: 1;padding-left: 34px;margin-bottom: 7px;display: inline-block;}
.toiawase-tel-cap{text-align:center;line-height:1.4;font-size:86%;}


/*携帯電話のメールアドレスをご利用の方へ*/
#chuui-waku{margin:30px auto 0 auto;width:900px;border:1px dotted #999;padding:13px 15px 7px 15px;font-size:93%;line-height:1.2;text-align: left;}
#chuui-waku .keitai-midashi{color:#ff0000;font-weight:bold;margin-bottom:4px;}
#chuui-waku ul{list-style: disc none outside;margin-left: 0;}
#chuui-waku ul li{margin:0 0 3px 15px;}


/*お問い合わせフォーム*/
#form-box{}
#toiawase-form{width: 900px;margin:50px auto 0 auto;text-align:left;}
.chuui-com{font-size:93%;line-height:1.5;margin-bottom:5px;}
#toiawase-form dl{width:100%;margin: 0 auto;border-top: 1px dashed #bbbbbb;}
#toiawase-form dt.title{float: left;width:200px;font-size:100%;line-height: 49px;height: 50px;letter-spacing: 0;font-weight:bold;text-align: left;padding-left: 50px;}
#toiawase-form dt.title.need{background:url(../img/toiawase_hitu.png) no-repeat 0 center;}
#toiawase-form dt.title.unneed{background:url(../img/toiawase_nin.png) no-repeat 0 center;}
#toiawase-form dd {font-size:100%;line-height:1.4;padding: 10px 0px 10px 210px;}
#toiawase-form dd.toi span{display:inline-block;margin-right:15px;}

.toiawase-com2{font-size:100%;color:#666;line-height:1.3;margin-top:3px;}

/*クリックで展開-----------このサイトでは使っていない
.youkou-btn{font-size:108%;color:#fff;background-color:#666666;text-align:center;line-height:36px;box-shadow: 0 3px 0 #b2b2b2;text-shadow: 0 1px 1px rgba(0, 0, 0, .8);border-radius: 4px;margin-bottom:5px;}
.youkou-btn{line-height:1.2\0;padding:9px 0 5px 0\0;}/*IE8以上*//*
.youkou-btn:hover {background-color:#486a00;box-shadow: 0 3px 0 #a3b47f;}
.youkou-pul-box{margin:0 0 0 0;background-color:#f3fcde;}/*display:none;*/



/*フォームのもろもろ*/
input.etc-text{margin: 5px 0 0 -20px;}	/*お問合せ項目のその他の入力テキスト*/

form{padding:0;margin:0;}
select {border:1px  solid #bbb;padding:1px 1px 1px 3px;font-size:14px;line-height:120%;margin-right:2px 3px 0 2px;}
textarea{width:100%;margin:0;background-color:#f7f7f7;border: 1px solid #ccc;padding: 3px;font-size: 14px;line-height:130%;border-radius: 0;-webkit-appearance: none;/*iPhoneの装飾をクリアにする為のCSS*/}

input{border:1px solid #ccc;padding:5px 5px;font-size:14px;background-color:#f7f7f7;vertical-align: middle;border-radius: 0;-webkit-appearance: none;/*iPhoneの装飾をクリアにする為のCSS*/}
input[type='submit']{cursor: pointer;font-weight:500;font-style: normal;
			font-family:Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3" , "メイリオ" , Meiryo , "Meiryo UI" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}
input[type='text'],
input[type='password']{}
input[type='checkbox']{margin-bottom: 7px;-webkit-appearance:checkbox;}
input[type='radio']		{margin-bottom: 7px;-webkit-appearance:radio;}


#input-wide100{width:100%;}
#input-wide0{width:60px;}
#input-wide1{width:100px;}
#input-wide2{width:150px;}
#input-wide3{width:200px;}
#input-wide4{width:300px;}
#input-wide5{width:400px;}
#input-wide6{width:600px;}
.input-wide11{padding:5px 0 6px 0;font-size:18px;cursor:pointer;}
.input-wide12{padding:5px 0 6px 0;font-size:18px;cursor:pointer;font-weight:bold;}

/*プレースホルダー用*/
:placeholder-shown {color:#8a8a8a;}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {color:#8a8a8a;}
/* Firefox 18- */
:-moz-placeholder {color:#8a8a8a;}
/* Firefox 19+ */
::-moz-placeholder {color:#8a8a8a;}
/* IE 10+ */
:-ms-input-placeholder {color:#8a8a8a;}


/*個人情報*/
.privacy-box{border-top: 1px dashed #bbbbbb;}
.privacy-box ol{list-style: disc;border: 1px dotted #8e8e8e;padding: 7px;font-size:100%;margin: 20px 0 7px 0 !important;}
.privacy-box li{font-size: 93%;line-height: 1.5 !important;margin-left: 25px;}
.check-space{color: red;display: block;width: 270px;margin:20px auto 5px auto;}
.check-space.need{background:url(../img/toiawase_hitu.png) no-repeat 0 center;padding-left:38px;}
.privacy-com{font-size:93%;line-height:1.3;margin-top:3px;}

/*googleのrecaptcha*/
#warning{text-align:center;font-size:93%;line-height:1.3;margin-top:20px;}
.g-recaptcha{border-top: 1px dashed #bbbbbb;margin-top: 20px;padding-top: 30px;}
.g-recaptcha div{margin:5px auto 0 auto;}
		
/*確認する＆送信するボタン*/
.form-submit{text-align:center;margin-top:25px;}
.form-submit input{cursor:pointer;background-color:#009fe6;line-height: 48px;height: 50px;color: #fff;font-size: 115%;width:360px;padding: 0;border: none;display:inline-block;margin: 0 auto;}
/*IE8以上*/
.form-submit input{line-height: 53px\0;}

.form-submit input:disabled {background-color: #ccc;pointer-events: none;}
.form-submit input:hover{opacity: 0.7;}
/*リセットボタン & 戻るボタン
.form-submit input.reset{width:120px;margin-left:30px;font-size:93%;background-color:#999;border:1px solid #999;}
IE8以上
.form-submit input.reset{line-height:46px\0;}

.form-submit input.reset:hover{background-color:#ddd;border:1px solid #999;color:#555;}
*/



/*送信内容のエラー処理表示------------------------*/
/*-----Error-----*/
.errorBox{border:1px #d44 solid;padding:10px;background-color:#fffcdd;margin:15px 0;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;}
.errorBox .errorTitle{font-size:108%;line-height:1.2;color:#fff;padding:4px 2px 2px 2px;background-color:#d44;margin:0 0 8px 0;text-align:center;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.errorBox .errorComm{font-size:100%;line-height:1.6;color:#d44;text-align:left;margin:0;}
/*-----Error form-----*/
fieldset{margin:0;padding:0;border:none;}
.errorForm{background-color:#fffcdd;border:1px solid #d44 !important;}	


/*Contact Form 7のエラーメッセージの文字色 wp-content\plugins\contact-form-7\includes\css\style.cssの上書き-------未使用
div.wpcf7-validation-errors {border: 2px solid #f7e700;padding: 7px 7px;background:#ffffcc;color:#ff0000;}
.wpcf7-form-control-wrap {position:inherit;}
span.wpcf7-not-valid-tip {position: static;display: block;clear: both;z-index:5 !important;background-color:#fff0f0 !important;border: 1px solid #ff0000;font-size: 10pt;padding: 2px 7px;color:#ff0000;}
.wpcf7-not-valid {background: pink;}
*/


/* 内容確認用のスタイル------------*/
.form-kakunin1{font-size:150%;line-height: 1.2;font-family:'Noto Serif JP', serif;font-weight:500;margin-bottom: 30px;text-align:center;letter-spacing: 0;}
.form-midashi1 {font-size:123%;color: #fff;font-weight:bold;background-color: #666;line-height: 34px;height: 33px;text-align: center;letter-spacing: 0.2em;margin-top: -10px;}
#toiawase-form.kakunin dd {font-size:108%;line-height:1.4;padding: 14px 0px 9px 210px;}
#toiawase-form.kakunin dl.last {border-bottom: 1px dashed #bbbbbb;}
.form-kakunin2{font-size:100%;line-height:1.5;margin-top: 40px;text-align: center;}


/*送信完了ページ*/
.form-kanryo-midashi1{font-size:163%;line-height: 1.2;font-family:'Noto Serif JP', serif;font-weight:500;margin-bottom:30px;text-align:center;letter-spacing: 0;}
.kanryou-waku{width: 90%;padding:20px 0 0 0;margin: 0 auto;}
.kanryou-waku .form-kanryo1{font-size:122%;line-height:1.5;font-weight:bold;margin-bottom:30px;color:#333;text-align: center;}
.kanryou-waku .form-kanryo2{font-size:108%;line-height:1.8;margin-bottom: 30px;text-align: center;}
.kanryou-waku .form-kanryo2 span{display:block;}
.kanryou-waku .form-kanryo4{font-size:108%;line-height:1.8;margin-bottom: 30px;text-align: center;}
.kanryou-waku .form-kanryo3{text-align: center;}



/*==========　404ページ専用のスタイル==========*/
.com404{text-align:center;margin-bottom: 30px;line-height: 1.4;}



















