@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;700&display=swap');

/*
Theme Name: Hatch Template 2020
Description: A theme by MACQA.
Author: MACQA Arakawa
Version: 1.3
*/

/* 初期設定リセット */
*{margin: 0;padding: 0}
*, *:before, *:after {
box-sizing: border-box;
}

.centering {
display: flex;
justify-content: center;
align-items: center;
}

/* 基本設定 */
html,body {
margin: 0;
padding: 0;
width : 100%;
height: 100%;
}

body {
overflow-x: hidden;
}

div, p {
font-family: 'Noto Sans JP', sans-serif;
text-align: justify;
text-justify: auto;
}

/* レイアウト基本設定 */
.container {
max-width: 1080px;
margin: 0 auto;
text-align: left;
padding: 0;
position: relative;
clear: both;
}

/* リンク */
a { text-decoration : none}
a:hover { text-decoration : underline}
a {color: #382d2a;}
.htel a:hover,.ftel a:hover, #side a:hover { text-decoration : none}
a, a:hover, a:focus, a:active, a.active {outline: 0;}
a:hover, a img:hover {opacity:0.5;}
a, :hover {
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}

/* テキスト基本設定 */
h1,
h2,
h3,
h4 {
line-height: 1.5;
margin: 0;
}

p {
font-size: 14px;
line-height: 1.75;
text-align: left;
margin: 0 auto 1.5em;
}

/* 文字装飾 */

.small {
font-size: 11px !important;
color: #666;
}

.b {font-size: 110%;font-weight: 500;}
.bb {font-size: 130%;font-weight: 700;}

.u {border-bottom: 1px solid;}

/* 画像センタリング */
.img-center {margin: 0 auto;}

/* 画像基本設定 */
img {
display: block;
border: none;
width: 100%;
vertical-align: middle;
margin-top: 1em;
margin-right: auto;
margin-bottom: 1em;
margin-left: auto;
}

.img-responsive {
display:block;
max-width:100%;
height:auto;
}

p .img-center {
display: block;
margin-left: auto !important;
margin-right: auto !important;
}

/* リスト基本設定 */

ul, ol {
padding: 0;
margin: 0.5em 20px 1.5em;line-height: 1.5;
list-style-position: inside;
}

#breadcrumb ul {border: none;}

@media(max-width:468px) {
.container {margin: 0 2%;}
}

/* ロゴブロック */
#logo {margin: 0;text-align:center;}

#logo a {display: inline-block;}

#logo:hover,
#logo:focus,
#logo:active,
#logo.active {
color: #2097d0;
}

/* ロゴ画像 */
#logo img {
margin: 0 auto;
display: block;
max-width: 120px;
}

@media(min-width:640px) {
/* ヘッダブロック */
#header {
display: block;
position: relative;
text-align: left;
padding: 15px;
width: 100%;
}

#logo {text-align:left}
#logo img {
margin: 0 auto;
display: block;
max-width: 190px;
}

}

h1 {
display: block;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 300;
font-size: 11pt !important;
position: absolute;
top: 35px;
left: 200px;
}

@media(max-width:468px) {
/* ヘッダブロック */
#header {
display: block;
position: relative;
text-align: left;
padding: 0 0 15px;
width: 100%;
}
h1  {
font-size: 8pt !important;
position: relative;
text-align: center;
top: 0px;
left: 0px;
}
h1 span {display: none;}
}

/* グローバルナビゲーション */
.menu-mainmenu-container .menu {
max-width: 1080px;
list-style: none;
margin: 0 auto;
padding: 0;
}

.menu-mainmenu-container {
max-width: 100%;
margin: 0 auto 0.25em;
padding: 0;
height: 50px;
}

#flogo {clear: both;padding-top: 10px;}

.menu-mainmenu-container .menu-item {
float: left;
width: 16.666%;
margin: 0 auto;
padding: 0;
}

.menu-mainmenu-container .menu-item a {
margin: 8px 5px 0;
padding: 7px 0;
display: block;
line-height: auto;
text-align: center;
font-size: 9pt;
letter-spacing: 0.05em;
border-radius: 30px;
background: #333;
}

.menu-mainmenu-container .menu-item a:hover {

}

/* アイキャッチ */

.banner {
max-width: 1080px;
margin: 0 auto;
padding: 0;
}

.banner img {
margin: 0 auto;
padding: 0;
}

/* ヘッダーレスポンスデバイス */

.hrd {
position: absolute;
top: 15px;
right: 5PX;
}

.hrd p {
margin: 0 !important;
padding: 0 !important;
line-height: 1.25 !important;
}

.hrd img {margin: 0 !important;}

.htel {
font-size: 2.7em;
line-height: 1;
padding: 0;
margin: 0 15px 0 0;
display: inline-block;
width: auto;
}
.hinfo {
font-size: 11pt;
text-align: right;
clear: both;
line-height: 1.5;
font-weight: 300;
}

.hinfo2 {
font-size: 9pt;
text-align: right;
clear: both;
line-height: 1.25;
font-weight: 300;
}

.hfbtn {
display: block;
padding: 10px 2em;
text-align: center;
margin: 1px auto 5px;
float: right;
font-size: 90%;
}

.hfbtn:hover, .fbtn input:hover {
text-decoration: none;
}

@media(max-width:768px) {
.htel {font-size: 200%;}
.hrd {width: 450px;margin-right: 2%;}
.hfbtn {width: 220px;font-size: 75%;padding: 7px 0;}
.hinfo, .hinfo2 {font-size: 75%;}
}

/* ページ下部レスポンスデバイス */

.frd {
border-top: 3px dotted #f0f0f0;
width: 100%;
padding: 20px 0;
margin: 30px 0 0;
}

.rdt {
display: block;
text-align: left;
padding: 5px 10px;
margin: 0 0 10px;
font-size: 90%;
line-height: 2;
}

.frd .rdt {text-align: center;}
.rdt span {display: inline;}

.frd p {
margin: 10px 0 !important;
line-height: 1.25 !important;
text-align: center;
}

.ftel {
font-size: 280%;
line-height: 1;
padding: 0;
margin: 0 auto 0.5em;
text-align: center !important;
width: 100%;
}

.finfo {
display: block;
font-size: 90%;
line-height: 2 !important;
text-align: center;
}

@media(min-width:468px) {
.finfo br {display: none;}
}

.rdbtn {
display: block;
padding: 13px 0;
text-align: center;
width: 100%;
margin: 0 auto;
}

.rdbtn:hover {
text-decoration: none;
}

.caution a {
padding: 2px 10px;
margin: 0;
border-radius: 30px;
font-size: 90%;
}

@media(max-width:468px) {
.caution {display: none;}
}

/* レイアウト基本設定 */
.container {
max-width: 1080px;
margin: 0 auto;
text-align: left;
padding: 0;}

/* メインカラム基本設定 */
#main {
margin: 0 auto;
padding: 0 30px 50px 0 !important;
text-align: left !important;
}

/* コンテンツ */

.hentry {
text-align: left;
padding-bottom: 30px;
}

.text-center {text-align: center}

.header {
font-size: 24px;
padding: 10px 0 10px 15px;
border-left: 10px solid #fb9e7e;
margin: 15px 0;
}

/* コンテンツ画像 */
.hentry img {
max-width: 100%;
height: auto;
margin: 0 auto;
}

.hentry p {
margin-left: 10px;
}

.list {
min-height: 160px;
padding: 10px 0;
}

.list .pull-right a {
display: inline-block;
padding: 5px 10px;
margin: 10px 0 0;
border-radius: 15px;
}

#catlist .pull-right a {
float: right;
font-size: 80%;
padding: 3px 10px;
margin-bottom: 15px;
border-radius: 15px;
display: inline-block;
}

.box {
padding: 1em;
margin: 1em 0;
border-radius: 0.5em;
}

.box h4 {margin: 0 auto 1em;}

@media(max-width:468px) {
.box {padding: 0.5em 10px 0;}
}

/* パンくず */
#breadcrumb ul {margin:15px 0; padding: 0;}
#breadcrumb {
margin: 0;
padding: 5px 0 0;
}

#breadcrumb li {
list-style: none;
float: left;
margin: 5px;
font-size: 12px;}

#breadcrumb :after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}

.list-thumbnail img {width: 110px; height: 110px;margin: 0 10px 5px 0;}

/* お客様の声 */
.voice {
max-width: 800px;
margin: 30px auto;
padding: 3px;
text-align: left;
border: 10px solid #f0f0f0;
border-radius: 15px;
}

.vinner {
border-radius: 3px;
margin: 0;
padding: 1em 1.5em 2.5em;
line-height: 1.5;
border: 1px solid #f0f0f0;
}

.vinner p {
margin: 0 auto 10px;
}

.vheader {
text-align: center;
font-size: 1.4em;
margin: 0 auto 0.5em;
padding: 10px 0 0;
max-width: 880px;
color: #a40000;
}

.voice .name {text-align: right;}

.voice img {
  box-shadow: 0px 0px 15px #eee;
  margin: 1.5em auto -1em;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
}

/* サイドバー基本設定 */
#side {padding:0;}

@media(max-width:468px) {
#side {margin: 0 2%;}
}

#side img {margin-bottom: 10px;}

/* サイドバー見出し */
#side .menu {
position: relative;
background: none;
color: #59493f;
text-align: center;
line-height: 1;
height: auto;
padding: 15px 0;
margin: 2em 0 1.5em;
}



#side .menu:before {
  content: '';
  display: block;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #bcab7a;
  width: 60%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}


#side .menu span:before {
  content: '';
  display: block;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #bcab7a;
  width: 70px;
  height: 40px;
  position: absolute;
  top: -8px;
  left: 8px;
}

#side .menu:after {
  content: '';
  display: block;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #bcab7a;
  width: 60%;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}


#side .menu span:after {
  content: '';
  display: block;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #bcab7a;
  width: 70px;
  height: 40px;
  position: absolute;
  bottom: -8px;
  right: 8px;
}

#side .pull-right {
float: right;
font-size: 80%;
border: 1px solid #ddd;
padding: 3px 10px;
margin-bottom: 15px;
border-radius: 15px;
display: inline-block;
}

/* サイドお客様の声見出し */
.sidetitle {
display: block;
padding: 7px 0;
margin: 10px auto 5px;
clear: both;
font-size: 85%;
border-top: 1px solid #efece8;
border-bottom: 1px solid #efece8;
}

#side .koe .sidetitle:before {
content: '';
margin:0 5px 0 0;
content:" ";
display:inline-block;
width:19px;
height:19px;
background:url(images/voice.png) no-repeat;
background-size:contain;
vertical-align:top;
}

#side img {margin: 0 auto;}

#side .content {
font-size: 10pt;
line-height: 1.25;
margin-bottom: 1em;
font-weight: 300;
}

/* フッター */
#footer {
padding: 0 0 20px;
text-align: center;
clear: both;
position: relative;
}

#footer img {
max-width: 200px;
margin: 0 auto;
}

#footer a:hover {
text-decoration: none;
}

/* フッターナビゲーション */
.menu-footermenu-container .menu-item {
margin: 0 !important;
padding: 0 !important;
font-size: 75%;
}

.menu-footermenu-container ul {
max-width: 100%;
text-align: center;
list-style: none;
padding: 1em;
}

.menu-footermenu-container .menu-item {
margin: 0;
padding: 0;
display: inline;
letter-spacing: 0.1em;
}

.menu-footermenu-container .menu-item a {
padding: 0 10px;
}

@media(max-width:468px) {
#footer img {max-width: 250px;}
#footer li {
display: inline-block;
margin: 5px 0px;
padding: 0 5px;
}
}

#flogo {
text-align: center;
}

#copyright {
font-size: 12px;
margin: 20px 10px 0;
padding: 0;
text-align: center;
color: #666;
}

#copyright a {color: #666;font-size: 8pt;}

/* TOPに戻るボタン */
a.gotop {
width: 100px;
display: block;
margin: 10px auto 20px;
padding: 5px 0;
font-size: 70%;
border-radius: 20px;
}

/* PC・スマホ表示切替 */
.pc {display: none !important;}
.sp {display: block !important;}

/* メディアクエリ768px以上 */
@media(min-width:640px) {
.pc {display: block !important;}
.sp {display: none !important;}
#main {margin: 0 auto; padding: 30px;}
table {width: 100%; margin: 20px auto;}
}/* メディアクエリ終了 */

/* よくある質問 */
.qaq {
font-size: 1.2em;
margin: 30px 0;
height: 100px;
line-height: 1.5;
padding-left: 100px;
position: relative;
background: url(images/qaq.png) no-repeat 10px;
display:table-cell;
vertical-align:middle;
}

.qaa {
margin: 30px 0;
background: url(images/qaa.png) no-repeat 10px #faf8f5;
min-height: 100px;
line-height: 100px;
padding: 20px 10px 20px 100px;
border-radius: 10px;
border: 4px dotted #ddd;
}

.qaa p {margin: 0 0 10px;}
.qaa li {font-size: 90%;}

@media(max-width:468px) {
.qaq {
font-size: 1.1em;
line-height: 1.25;
padding-left: 70px;
background-size: 50px;
}

.qaa {
padding: 10px 10px 10px 70px;
background-size: 50px;
}
.qaa img {max-width: 90% !important;}
.qaa br {display: none;}
}

/* ページネーション */
.page-numbers{
background-color:none;
color:#333;
padding:12px 15px;
border:1px solid #999;
border-radius:5px;
}
.current, .page-numbers.current:hover{
color:#eee;
background-color:#444;
}

.page-numbers:hover {background: #eee;}
.next,.prev{border: none;}
.next:hover,.prev:hover {background: #eee;}

.list .attachment-post-thumbnail {
width: 200px;
height: auto;
}

/*---問い合わせフォーム用設定---*/

.wpcf7-form div {
width: 100%;
padding: 7px;
border-radius: 7px;
}
.wpcf7-form p {
margin: 0;
color: #666;
font-size: 80%;
}
.wpcf7-form input,
.wpcf7-form textarea {
padding:5px;
border: 1px solid #ddd;
border-radius: 5px;
}
.form-group {
border: 1px solid #eee;
margin-bottom: 10px;
}
.wpcf7-form table {margin: 10px;}
.wpcf7-form td {padding: 0 5px;}
.wpcf7-form div.labeltitle {
background: #f6f4f2;
padding: 3px 5px;
display: inline-block;
border-radius: 2px;
}
.label-danger {
background: #c40000;
font-size: 65%;
color: #fff;
padding: 2px 7px;
border-radius: 15px;
}
textarea {width: 100%;}
.fbtn .btn {
border: none;
width: 80%;
background: #638c0b;
padding: 15px;
color: #fff;
border-radius: 10px;
font-size: 120%;
margin: 30px 10% 30px;
}

hr {border: none;}

/*---キャプション（小文字）---*/
.cap {
font-size: 85%;
min-height: 4.5em;
padding: 0;
}

.beforeafter  img {margin: 0;}

.beforeafter div {position: relative;}
.beforeafter .bg-red, .beforeafter .bg-green {
padding: 5px;
font-size: 120%;
}


/*-----------------------------------
-------------------------------------
-------------------------------------
	以下、各種デザイン設定
-------------------------------------
-------------------------------------
-----------------------------------*/


/*---基本文字色---*/
body {color: #362e2b;}
.white {color: #fff;}
.red {color: #c60000;}
.blue {color: #00468b;}
.green {color: #00782d;}
.orange {color: #fe7816;}
.gold {color: #807109;}

/*---リンク色---*/

a:hover, a:focus, a:active, a.active {
color: #382d2a;
text-decoration: underline;
}

/*---グローバルナビゲーション背景---*/
.menu-mainmenu-container {
}

/*---グローバルナビゲーションリンクテキスト---*/
.menu-mainmenu-container .menu-item a {
color: #fff;
font-weight: 300;
}

/*---グローバルナビゲーションマウスオーバー時---*/
.menu-mainmenu-container .menu-item a:hover {
text-decoration: none;
}

/*---ヘッダーレスポンスデバイスボタン---*/
.hfbtn {
color: #666;
border: 2px solid #ccc;
}
.hfbtn:hover, .fbtn input:hover {
opacity: .5;
}

/*---フッターレスポンスデバイス見出し背景---*/
.rdt {
background: #f9f7f3;
}

/*---フッターレスポンスデバイスボタン---*/
.rdbtn {
color: #fff;
background: #ccbcbf;
border: solid 2px #fff;
outline: solid 1px #ccbcbf;
font-weight: 300;
}

.rdbtn:hover {
color: #fff;
background: #aba47a;
border: solid 2px #fff;
outline: solid 1px #aba47a;
}

/*---アクセスボタン---*/
.caution a{
color: #fff;
background: #999;
}

/*---電話番号フォント---*/
.htel, .ftel {
font-family: 'Noto Serif JP', serif;
font-weight: 200;
}

/*---電話番号色---*/
.htel a, .ftel a {color: #666;}

/*---サイド続きを読むボタン---*/
.list .pull-right a {
border: 1px solid #ccc;
}

/*---選ばれる理由見出しデザイン---*/
.point {
position: relative;
display:table;
margin: 30px 0 10px;
font-size: 1.2em;
line-height: 1.25;
font-weight: 400;
background: #f7f4f4;
border-radius: 5px;
padding: 1em;
display: -webkit-flex;
display: flex;
-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
align-items: center; /* 縦方向中央揃え */
}

.point span {
background: #666;
vertical-align:middle;
padding: 12px 18px;
color: #fff;
font-size: 1.2em;
border-radius: 60px;
margin-right: 10px;
font-weight: 300;
line-height: 1;
}

.home .banner img {margin: 0;}

@media(max-width:468px) {
.point span {
padding: 0 10px;
text-align: center;
}
}

/* コンテンツ見出し */

h2 {
position: relative;
padding: 1em;
margin: 50px 0 30px;
font-size: 1.6em;
line-height: 1.5;
font-weight: 300;
color: #492500;
text-align: center;
}

h2:before {
  content: '';
  display: block;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #bcab7a;
  width: 60%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}


h2 span:before {
  content: '';
  display: block;
  border-top: 1px solid;
  border-left: 1px solid;
  border-color: #bcab7a;
  width: 180px;
  height: 80px;
  position: absolute;
  top: -10px;
  left: 10px;
}

h2:after {
  content: '';
  display: block;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #bcab7a;
  width: 60%;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
}


h2 span:after {
  content: '';
  display: block;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-color: #bcab7a;
  width: 180px;
  height: 80px;
  position: absolute;
  bottom: -10px;
  right: 10px;
}

h3 {
position: relative;
padding: 1em 0.25em;
margin: 0 auto 1em;
font-size: 1.4em;
line-height: 1.5;
background: none;
font-weight: 300;
border: none;
border: 5px double #f6f5f0;
border-radius: 0.5em;
color: #492500;
text-align: center;
}

/* カテゴリリスト表示見出し */

#catlist h3 {
background: none;
border: none;
outline: none;
font-size: 1.2em;
font-weight: 700;
border-bottom: 3px dotted  #f6f4f2;
text-align: left;
margin: 0 0 0.5em;
padding: 0;
min-height: 2em;
box-shadow :none;
}

#catlist .content {font-size: 90%;}

#catlist .pull-right a {
background: none !important;
border-color: #ccc !important;}

#catlist a:hover,
#catlist .pull-right a:hover {
text-decoration: none;
opacity: 0.5;
}

h4 {
position: relative;
padding: 10px;
margin: 30px 0 10px;
font-size: 1.2em;
line-height: 1.5;
font-weight: 500;
background: #f5f5f5;
border: solid 2px #fff;
outline: solid 1px #f0f0f0;
}

h4 span {
background: #666;
display: inline-block;
padding: 0;
color: #fff;
line-height: 60px;
height: 60px;
width: 60px;
font-size: 16px;
text-align: center;
border-radius: 60px;
margin-right: 10px;
}

@media(max-width:468px) {
h3, h4 {margin: 5px 0 !important;}
}

.hentry .headcopy {
position: relative;
padding: 1.25em 0;
margin: 0p;
font-size: 1.8em;
line-height: 1.5;
background: none;
font-family: 'Noto Serif JP', serif;
font-weight: 700;

border-radius: 0;
text-align: center;
color: #a40000;
box-shadow :none;

}

/* ボックスデザイン */
.box {
border: 10px solid #f8f2ea;
padding: 1em;
border-radius: 0.5em;
}

.topbox {
padding: 1em;
margin-bottom: 2em;
border-radius: 0.5em;
}

/* 利用の流れ */
.step {
position: relative;
display:table;
margin: 1.5em 0 1em;
font-size: 1.2em;
line-height: 1.25;
font-weight: 400;
border-top: 3px dotted #ddd;
border-bottom: 3px dotted #ddd;
padding: 0.5em 0.25em;
display: -webkit-flex;
display: flex;
-webkit-align-items: center; 
align-items: center; 
}

.step span {
background: #666;
vertical-align:middle;
padding: 5px 10px;
color: #fff;
font-size: 0.8em;
font-weight: 400;
border-radius: 60px;
line-height: 1;
margin-right: 10px;
}

/*---サービスメニュー---*/
.price {
margin: 0.5em 0.5em 0.75em;
padding: 0.5em 1em;
font-size: 1.1em;
font-weight: 300;
border:3px double #d4d0bf;
border-radius: 1.5em;
}

.price span {
background: #efede4;
padding: 2px 10px;
border-radius: 1em;
font-size: 10pt;
margin-right: 0.5em;
}

/*---来店の流れ矢印表示---*/
.arrow:after {
content:'';
display: block;
width: 0;
height: 0;
border-style: solid;
border-width: 40px 35px 0 35px;
border-color: #ede8e2 transparent transparent transparent;
margin: 30px auto;
}

/*----------背景色指定（h1、見出し背景など）----------*/
.bg-red {background: #c60000;} /*--赤--*/
.bg-blue {background: #00468b;} /*--青--*/
.bg-green {background: #699902;} /*--緑--*/
.bg-orange {background: #fe7816;} /*--オレンジ--*/

/*----------テキスト装飾----------*/
.white {color: #fff;}
.red {color: #c60000;}
.blue {color: #00468b;}
.green {color: #00782d;}
.orange {color: #fe7816;}
.gold {color: #807109;}

/*---リンクボタン---*/
.btn {
border: 5px double #f5f2ed;
color: #b09c53;
display: block;
margin: 2em auto 1em;
padding: 10px 20px;
text-align: center;
border-radius: 30px;
max-width: 80%;
}
.btn:hover {
background: #b09c53;
border-color: #b09c53;
color: #fff;
text-decoration: none;
}

/* サイドアクセスボタン */
.acc_btn a {
display: block;
width: 100%;
color: #fff;
margin: 0.5em 0 1em;
padding: 10px 0;
text-align: center;
font-size: 100%;
line-height: 1;
font-weight: 300;
background: #aba47a;
}

.acc_btn a:hover {
background: #ff9900;
color: #fff !important;
text-decoration:none;
}

/* サイド問い合わせボタン */

.form_btn a {
display: block;
width: 100%;
margin: 0 0 1em;
padding: 30px 10px 20px;
text-align: center;
font-size: 110%;
position: relative;
border: 5px solid #f5f1f2;
}

.form_btn a img {max-width: 75%;}

.form_btn .btn {
font-size: 10pt;
line-height: 1;
border: 1px solid;
text-align: center;
padding: 7px;
border-radius: 30px;
margin: 1em auto 0;
border-color: #ccbcbf;
color: #333;
font-weight: 300;
}
.form_btn:hover {opacity: .5;}

/* サイドその他ボタン */

.blog_btn a {
display: block;
width: 100%;
color: #333;
margin: 0 0 1em;
padding: 25px 30px 15px;
text-align: center;
font-size: 110%;
background: #e8e4db;
border: solid 2px #fff;
outline: solid 1px #e8e4db;
}

.other_btn a {
display: block;
width: 100%;
margin: 0 0 1em;
}

/* フッターナビゲーションマウスオーバー */
.menu-footermenu-container .menu-item a:hover {opacity: .5;}

/* TOPに戻るボタン */
a.gotop {
background: #524531;
color: #fff;
}

a.gotop:hover {
opacity: .5;
}

.home .banner img {margin: 0;}

.prof {
display: block;
max-width: 50%;
margin-left: 1em !important;
float: right;
}

th, td {padding: 0.25em 0.5em !important;border: 3px solid #fff;font-weight: 300;f}
th {border-radius: 5px;text-align :right;width: 30%;ont-size: 90%;}
th {background: #f0f0f0}




/*-----------------------------------
-------------------------------------
-------------------------------------
	以下、スマホ表示設定
-------------------------------------
-------------------------------------
-----------------------------------*/

@media screen and (max-width: 768px) {
p {margin: 0 2% 1em;}
.home h2 br, .home h3 br {display: none;}
.home #main {padding: 0 2% !important;}
#main {padding: 0 2% !important;}
h2, h3 {font-size: 1.2em;padding: 0.5em;margin: 1.5em 2% !important;}
.hentry h2 {font-size: 1.3em;padding: 1em;margin: 0 0 0.5em !important;}
li {font-size: 90%;font-weight: 300;}
.vinner {padding: 0.5em;}
.vinner img {margin-bottom: 0.1em;}
.vheader {font-size: 1.1em;}
.point {padding: 0.5em;font-size: 1.1em;}
.point span {padding: 0.5em 15px;font-size: 1.1em;}
#side {display: none;}
#footer img {max-width: 120px;}
.form_btn {width: auto;padding: 30px;margin: 20px 2%;}
.caution a {
display: inline-block;
margin-top: 10px;
padding: 5px 25px;}
.text-right {
margin-right: 3%;
}
table {width: 96%; margin: 20px auto;}
[class*="step-"] {
display: block;
text-align: center;
margin: 10px auto;
}
.wpcf7 form {
margin: 0 auto;
padding: 0;
max-width: 100% !important;
font-size: 90%;
}
.wpcf7-form div {
border: none;
margin: 0 !important;
padding: 5px 2% !important;
}
.wpcf7-form div input {
margin: 0 !important;
padding: 5px !important;
max-width: 100% !important;
}
.form-group {margin: 0;padding: 0;}
.fbtn {
border: none;
width: 100%;
background: #638c0b;
padding: 30px;
color: #fff;
border-radius: 10px;
font-size: 120%;
margin: 50px auto 10px;
text-align: center;
}
table {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
}
.coupon {
margin: 1em 2% 0;
font-size: 1em;
padding: 15px;
}
.finfo {font-size: 0.7em;}
.hentry {padding: 0;}
.hentry .box {border: 5px solid #f5f1f2;padding: 0.25em 0.25em 0.75em}
.hentry .box .fx-row {margin: 0;padding: 0;}
.hentry .box .fx-row div {margin: 0.5em 0 0;padding: 0.25em 0.75em;}
.price {text-align: center;font-size: 1em;}
.hentry .headcopy {font-size: 1.25em}
.hentry .headcopy br {display: none;}
.step {font-size: 1em;}
}

hr {margin-bottom: 1em;}