@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
p {
    margin: 0px 0 ;
    line-height: 2.2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

/*パソコンh2見出し上下狭く*/
@media screen and (min-width: 768px) {
	.post_content h2 { 
	font-size:1.5em;/*文字サイズ*/
	padding: 0.4em 1.1em;/*文字の上下 左右の余白*/
	 }
}
	
/*スマホh2見出し上下*/
@media screen and (max-width: 767px) {
  .post_content h2 {
    font-size: 1.2em; /* 文字サイズ */
    padding: 0.8em 0.9em; /* 文字の上下 左右の余白 */
  }
}

/* コンテンツの下の空白を詰める */
.l-content {
  margin-bottom: 0 !important;
}		
.l-footer__foot, .l-footer__widgetArea {
padding-bottom: 0.3em; 
padding-top: 0.3em; 
}
/*枠線　細い黒線*/
.waku {
padding:15px;
       border: solid 1px;
    border-color: black !important;
}


/*新着情報タイトル*/
.post_content h1 {
	display: none;
    font-size: 1.5em;
}
/*新着情報dt dd 文字色*/
div.whatsnew dt {
    color: black;
}
div.whatsnew dd {
    color: black !important;
/*	line-height:1.3em !important; */
}
div.whatsnew hr {
    border-color: #888 !important;
}
div.whatsnew dt {
    margin: -0.2 1.0em 0 0.3em;
    padding: 0;
    border: 0;
    color: Gray;
    font-weight: normal;
    white-space: nowrap;
}

/*フッター前の場合*/
/*新着情報タイトル*/
.swell-block-columns h1 {
  display: block !important;
    font-size: 1.5em;
}
/*新着情報dt dd 文字色*/
div .wp-block-cover .whatsnew dt {
    color: white;
	line-height:1.3em !important; 
}
div .wp-block-cover .whatsnew dd {
    color: white !important;
	line-height:1.3em !important; 
}
div.whatsnew hr {
    border-color: #888 !important;
}
div .whatsnew dt {
    margin: -0.4 1.0em 0 0.3em;
    padding:  -0.4em 0 0 0;
    border: 0;
    color: Gray;
    font-weight: normal;
    white-space: nowrap;
}




.tt1 {
padding: 5px !important;
background-color: rgb(157, 146, 122)!important;
	font-size:1.2em!important;/*文字サイズ*/}

/* ボックスのマージン再設定 */
.p15{
padding:150 15 15 15important;
margin:0;
}

.btp{
padding:0pximportant;
margin:0;
}

.smb-box {
  padding:0 ;
  margin-top:0;
}
/* もう少し濃いシャドウ */
.sdw1{
filter: drop-shadow(3px 3px 4px #ccc);
}

/* ボタン角丸 */
.is-style-btn_normal {
    --the-btn-radius: 6px !important;
}
.is-style-btn_normal a {
    color: #fff;
    font-weight: 700;
    transition: box-shadow .25s;
}
/* ボタン パディング等 */
[class*=is-style-btn_] {
    --the-fz: 1em;
    --the-width: auto;
    --the-min-width: 64%;
    --the-padding: .25em 1.0em;
    --the-btn-color: var(--color_main);
    --the-btn-color2: var(--color_main);/* メインカラーに設定 */
    --the-btn-bg: var(--the-btn-color);
    display: block;
    font-size: var(--the-fz);
    position: relative;
    text-align: center
}

/* ボタンを下に揃える */
.btn-bottom-list .swell-block-column {
	display: flex;
	flex-direction: column;
}
.btn-bottom-list .swell-block-button{
	margin-top: auto;
}
.swell-block-button__link {
		margin-left:10px !important;
}





/* フッター直前ウィジェット*/
.w-beforeFooter {
	margin-top:0 !important;
}
/* 記事スライダー　タグ*/
.c-postThumb__cat {
/*     background-color: #999;*/
	background-color: rgba(66,8,0,0.3);
    background-image: none !important;
    /* background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 6px, transparent 6px, transparent 12px); */
}
.p-postList__title {
    color: #999;
	font-size:14px !important;
}






/* /////////////////// 
 * 
.btn-bottom-list > .swell-block-column {
  display: flex;
  flex-direction: column;
}

.btn-bottom-list > .swell-block-column > .swell-block-button{
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
	
}


#pr-block .wp-block-column {
	display: flex;
	flex-direction: column;
	border: solid 2px #704104;
	padding: 1rem;
	margin-bottom: 1.5rem;
	border-radius: 8px;
}
#pr-block .wp-block-buttons {
	margin-top: auto;
}





#pr-block .wp-block-column {
	display: flex;
	flex-direction: column;
	border: solid 2px #704104;
	padding: 1rem;
	margin-bottom: 1.5rem;
	border-radius: 8px;
}
#pr-block .wp-block-buttons {
	margin-top: auto;
}

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

/* /////////////////// 調整CSS /////////////////////// */
.lh10{
line-height:1.0em !important;
}
.lh11{
line-height:1.1em !important;
}
.lh12{
line-height:1.2em !important;
}
.lh13{
line-height:1.3em !important;
}
.lh14{
line-height:1.4em !important;
}
.lh15{
line-height:1.5em !important;
}
.lh16{
line-height:1.6em !important;
}
.lh17{
line-height:1.7em !important;
}
.lh18{
line-height:1.8em !important;
}
.lh19{
line-height:1.9em !important;
}
.lh20{
line-height:2.0em !important;
}

.mt0{
margin-top:0 !important;
margin-bottom: 0 !important;
}
.mt5{
margin-top:5 !important;
margin-bottom: 5 !important;
}
.mt10{
margin-top:10 !important;
margin-bottom: 10 !important;
}
.mt15{
margin-top:15 !important;
margin-bottom: 15 !important;
}
.mt20{
margin-top:20 !important;
margin-bottom: 20 !important;
}
.mt25{
margin-top:25 !important;
margin-bottom: 25 !important;
}
.mt30{
margin-top:30 !important;
margin-bottom: 30 !important;
}




.my0{
margin-left:0 !important;
margin-right: 0 !important;
}
.my5{
margin-left:5 !important;
margin-right: 5 !important;
}
.my10{
margin-left:10 !important;
margin-right: 10 !important;
}
.my15{
margin-left:15 !important;
margin-right: 15 !important;
}
.my20{
margin-left:20 !important;
margin-right: 20 !important;
}
.my25{
margin-left:25 !important;
margin-right: 25 !important;
}
.my30{
margin-left:30 !important;
margin-right: 30 !important;
}


.my40{
margin:0 40 !important;
}
.my50{
margin-left:50 !important;
margin-right: 50 !important;
}
.my60{
margin:0 60 !important;
}
.my70{
margin:0 70 !important;
}



.pt0{
padding-top:0px !important;
padding-bottom: 0px !important;
}
.pt5{
padding-top:5px !important;
padding-bottom: 5px !important;
}
.pt10{
padding-top:10px !important;
padding-bottom: 10px !important;
}
.pt15{
padding-top:15px !important;
padding-bottom: 15px !important;
}
.pt20{
padding-top:20px !important;
padding-bottom: 20px !important;
}
.pt25{
padding-top:25px !important;
padding-bottom: 25px !important;
}
.pt30{
padding-top:30px !important;
padding-bottom: 30px !important;
}


.py0{
padding-left:0px !important;
padding-right: 0px !important;
}
.py5{
padding-left:5px !important;
padding-right: 5px !important;
}
.py10{
padding-left:10px !important;
padding-right: 10px !important;
}
.py15{
padding-left:15px !important;
padding-right: 15px !important;
}
.py20{
padding-left:20px !important;
padding-right: 20px !important;
}
.py25{
padding-left:25px !important;
padding-right: 25px !important;
}
.py30{
padding-left:30px !important;
padding-right: 30px !important;
}


.km0{
border-radius:0px !important;
}
.km5{
border-radius:5px !important;
}
.km10{
border-radius:10px !important;
}
.km15{
border-radius:15px !important;
}
.km20{
border-radius:20px !important;
}
.km25{
border-radius:25px !important;
}
.km30{
border-radius:30px !important;
}

///////////////////////////////////////////////////////////////////////////////

/* display-postsのカード型を整える　Grid style */
.display-posts-listing.grid {
    display: grid;
    grid-gap: 16px;
}
 
.display-posts-listing.grid .title {
    display: block;
}
 
.display-posts-listing.grid img { 
    display: block; 
    max-width: 100%; 
    height: auto; 
}
 
@media (min-width: 600px) {
    .display-posts-listing.grid {
        grid-template-columns: repeat( 2, 1fr );
    }
}
 
@media (min-width: 1024px) {
    .display-posts-listing.grid {
        grid-template-columns: repeat( 3, 1fr );
    }
}



/*　　　カテゴリー一覧のマージン、枠線消す　　　*/
.p-termHead__desc {
    padding: 0em;
    width: 100%;
}
.p-termHead {
    border: none;
}
/*　　　カテゴリー一覧の投稿日を消す　　　*/
.p-postList__meta {
/*　　　    display: none;　　　*/
	}
.red{
color:#f00}  

/*　　　カテゴリー一覧のfix を解除　　*/
@media (min-width:600px) {
	.p-termHead {
display: block;
	}
}

// .box で使ったスタイルを継承
.widget-title {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 1.5em;
    overflow: hidden;
    position: relative;    padding: .5em .75em;
    border-radius: var(--swl-radius--2, 0px);
    background: var(--color_main) !important;
    color: #fff;
}
/******************　　カレント設定 ******************　/
/* グローバルナビ
.c-gnav > li:hover > a, .c-gnav > .-current > a {
background: transparent;
background-color: #555;
color: #fff;
transition: all .25s;
} */
/*　　　.c-gnav > li:hover > a,
.c-gnav > .-current > a {
    background: none;
  color: #fff;
} */

/*　　カレント（投稿一覧もOK） */
.current-menu-item,
.current_page_item,
.current-menu-parent,
.current_page_parent,
.current_page_ancestor {
background: #420800;
  color: #fff;
}



/*　　　.current_page_ancestor a {
    background: #ffe3db;
}
.current_page_ancestor ul li a {
    background: #fff;
}
　　*/

/******************　　カレント設定（ここまで） ******************　/　　*/

.p-postList .p-postList__title {
    font-weight: 100;
    line-height: 1.2;
}
.rpwe-block h3 {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 1.5em;
}
.rpwe-summary {
    font-size: 11px!important;
    line-height: 1.4;
}

/*画像の高さを調整*/
img.vam2 { vertical-align: -2px; }

/*ブロークングリッドのテキスト部分背景を半透明に*/
.text-background01 {
background-color: rgba( 255, 255, 255, 0.8 )!important;
	padding: 1em!important; /*テキスト外側の余白を広げる*/
}
/*右のテキストを左に移動(PC)*/
@media (min-width: 768px) {
.text-group01 {
margin-left: -100px ;
}
}

.padtest {
	padding: 1em!important; /*テキスト外側の余白を広げる*/
}
.is-style-wide{
    border-color: #888 !important;
}
.mwkmr{
padding:0 10px 0 0;
margin:0 10px 0 0;
}
.mwkml{
padding:0 0 0 10px;
margin:0 0 0 10px;
}
.tte{
    font-size: 11px!important;
    line-height: 1.4;
}
.mwrk{
clear: none!important;
}
/*画像回り込み
.wp-block-image:after {clear: none;}
.post_content>* {clear: none;}
.post_content:after {clear: both;}*/
/*モバイル用
@media (max-width: 768px) {
.wp-block-image img{
width:100% ;
margin-bottom:10px;
}
}*/

/*回り込み解除モバイル用*/
@media screen and (max-width: 639px){
.alignleft {
    float: none;
  }
.pop{
    width: 100%!important;
}
}

.ttl_line1 {
  font-weight: bold;
  border-left: 5px solid #4c9ac0;
  /*border-bottom: 2px dashed #B4B4B4;*/
  padding: 0.25em 0 0.3em 0.5em;
}


	/* ヘッダーインナー（ナビメニュー）の高さ指定*/
	.l-header__inner {
		height: 64px;
	}
	/* タイトル背景画像の高さ幅指定*/
@media (min-width: 600px){
.l-topTitleArea {
min-height: 220px;
}
}

	/* ヘッダーロゴの高さ中央*/
@media (min-width: 960px) {
    .-series .l-header__logo {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-right: 24px;
        padding: 0px 0; 
    }
}
	/* コンタクトフォームのラジオボタンを改行する*/
span.wpcf7-list-item {
display: block!important;
}

	/* Googleマップをモノクロにする*/
.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
	/* ブログ一覧タイトル*/
h2.p-postList__title {
    font-weight: 700!important;
	font-size: 1.2rem!important;
    line-height: 1.2!important;
}
	/* ↑ブログスライダーのタイトルサイズは戻す　*/
.p-postSlider__swiper h2.p-postList__title {
    font-weight: 700!important;
	font-size: 1.0rem!important;
    line-height: 1.2!important;
}
/* 追従メニューの上下幅を64pxに狭める*/
.l-fixHeader__inner {
height: 64px;
}
.home .l-header .c-gnav>li>a:after {	/* homeのメニューのアンダーラインの太さと色*/
background:linear-gradient(transparent
100%, #fff 0%)!important;
}
/* .l-header .c-gnav>li:nth-child(4)>a:after {
    background: transparent;
}*/
/* .l-fixHeader .c-gnav>li>a:after {
background:linear-gradient(transparent
100%, #000 0%)!important;    
}*/
.l-header .c-gnav>li>a:after {	/* home以外のメニューのアンダーラインの太さと色*/
 background:linear-gradient(transparent
95%, transparent 0%)!important;

}
/* homeのみメニューを上につける*/
.home .c-gnav {
    display: flex
;
    height: 100%;
    text-align: center;
    margin-top: -22px;
}

/* ナビメニューの上のヘッダーバーの透過 */
.l-header__bar {
	background: rgb(100 0 0 / 0%) !important;
}
/* home以外でヘッダーバーを消す */
:not(.home) .l-header__bar{
    display: none;
}
/* homeでヘッダーバーを表示 */
.home .l-header__bar{
display:block
}
/* homeの追従メニューだけ位置を戻す（上げる） */
.home .l-fixHeader .c-gnav {
    margin-top: 0px;
}

/*ヘッダー内部ウィジェット*/
.w-header__inner {
  height: 30px; 
 position: absolute;
z-index: 1;
 top: -20px; right: 0px;
 padding-top: 0px;
 font-size: 0.9rem;
 color: #fff;
	  line-height: 1.0;
}
.teltel {
display:none;
}

.home .teltel{
display:block;
text-align:right;
}
.l-fixHeader .teltel {
display:none;
}

/* メニューのアンダーライン復活との太さと色*/
.home .l-header .c-gnav>li>a:after {	/* homeのメニューのアンダーラインの太さと色*/
background:linear-gradient(transparent
2%, #fff 0%)!important;
}
/* .l-header .c-gnav>li:nth-child(4)>a:after {
    background: transparent;
}*/
.l-fixHeader .c-gnav>li>a:after {　/* 追従メニューのアンダーラインの太さと色*/
background:linear-gradient(transparent
0%, #000 0%)!important;
	bottom: 0.2em !important; /* 表示位置を少し上に変更 */
	height: 0.05em !important; /* 線太さを少し太めに変更 */
}
.l-header .c-gnav>li>a:after {	/* home以外のメニューのアンダーラインの太さと色*/
	background: rgb(0 0 0 / 100%) !important; /* 線の色を透過度のある水色に変更 */
	bottom: 0.2em !important; /* 表示位置を少し上に変更 */
	height: 0.05em !important; /* 線太さを少し太めに変更 */
}
/* スタイル　強調線の色を変更 */
.is-style-hd-accent-line {
    left: 0;
    margin: auto;
    right: 0;
border-bottom: 1px solid #bbb;
}
.is-style-hd-accent-line:after {
    border-bottom: 2px solid;
border-color: #7D001A;    
	content: "";
    display: block;
    position: absolute;
    width: 220px;
}
/* 投稿リスト　上下幅 */ 
.-type-simple .p-postList__link {
    border-bottom: 1px solid var(--color_border);
    display: block;
padding: 5px 30px 5px 30px ;
	transition: background-color .25s;
}
/* 投稿リスト　それぞれの文字サイズ */ 
h2.p-postList__title {
    font-weight: 700 !important;
font-size: 0.8rem !important;
    line-height: 1.0 !important;
}
.swell-block-columns .swell-block-column h2.p-postList__title {
    font-weight: 700 !important;
font-size: 0.8rem !important;
line-height: 1.2 !important;
}

.p-postSlider .p-postList__body .p-postList__title {
    font-weight: 700 !important;
font-size: 0.8rem !important;
    line-height: 1.0 !important;
}
.-type-simple .p-postList__link .p-postList__title {
    font-weight: 700 !important;
font-size: 1.2rem !important;
    line-height: 1.0 !important;
}
.ffa .p-postList__title {
    font-weight: 700 !important;
font-size: 1.8rem !important;
    line-height: 1.2 !important;
}

/* おすすめ記事のCSS移動　始まり */ 
.rpwe-block ul{
list-style: none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}

.rpwe-block li{
border-bottom: 0px solid #eee;
margin: 0 0 0px !important;
padding: 5px 0 5px !important;
list-style-type: none !important;
display: block;
}
.rpwe-block a{
display: inline !important;
text-decoration: none;
}

.rpwe-block h3{
background: none !important;
clear: none;
margin-bottom: 0 !important;
margin-top: 0 !important;
font-weight: 400;
font-size: 12px !important;
line-height: 1.5em;
}

.rpwe-thumb{
border: 1px solid #eee !important;
box-shadow: none !important;
margin: 2px 10px 2px 0 !important;
padding: 1px !important;
}

.rpwe-summary{
font-size: 12px;
}

.rpwe-time{
color: #bbb;
font-size: 11px;
}

.rpwe-comment{
color: #bbb;
font-size: 11px;
padding-left: 5px;
}

.rpwe-alignleft{
display: inline;
float: left;
}

.rpwe-alignright{
display: inline;
float: right;
}

.rpwe-aligncenter{
display: block;
margin-left: auto;
margin-right: auto;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
content: "";
display: table !important;
}

.rpwe-clearfix:after{
clear: both;
}

.rpwe-clearfix{
zoom: 1;
}
/* おすすめ記事のCSS移動　終わり */ 

/* パターン登録した集合ボタンのホバー時画像を少し大きくする */ 
.sample-expanding-image img{
   transition: transform .3s ease;
}

.sample-expanding-image:hover img {
    transform: scale(1.1);
}
/* コンタクトフォーム　デザイン調整 */ 
.cf-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	border-bottom: 1px dashed #ccc;
	transition: all .3s;
}

.cf-area:last-child {
	border-bottom: none;
}

.cf-area dt p {
width: 200px;
padding-right: 30px;
text-align:right;
line-height:1.5em;
}

.cf-area dd {
    flex: 1;
}

.cf-area input, .cf-area textarea {
  width: 100%;
  padding: 0.8em;
  border: none;
  background-color: #e6e6e6;
  font-size: 16px;
	resize: vertical;
	transition: all .3s;
}

.cf-area input:focus,.cf-area textarea:focus {
	outline: none;
	background: #dde2e9;
}

.cf-required {
	background: #b91e23;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 5px 2px;
	border-radius: 2px
}

.cf-send input {
	display: block;
	background: linear-gradient(135deg, #6b7a8e 0%, #3b4a5e 100%);
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	border: none;
	border-radius: 10px;
	color: #fff;
	box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
	font-size: 1.3em;
	font-weight: bold;
	transition: all .3s;
}

.cf-send input:hover {
	filter: brightness(1.25);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fce3e3;
	border: none;
	text-align: center;
}

@media screen and (max-width:768px){
	.cf-area {
		display: block;
	}

	.cf-area dt {
    width: 100%;
		margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
		line-height:1.5em;
	}
}
/* ショップ情報のアンダーライン */ 
:root {
  --color-ritz: #7D001A;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--color-ritz) 0%, var(--color-ritz) 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
}

/* メッセージの左タイトルライン */ 
.ttl_line1 {
    border-left: 5px solid var(--color-ritz);
}
/* 2階層目のロールオーバー　カスタマイズにcss名で個別設定も可能 */
 .c-gnav .sub-menu li:hover{
    color: #fff; /* 文字色を白にする */
    background-color: #6b4015; /* 背景色をグレー（#c9c9c9）にする */
    text-decoration: none; /* リンクに出てくる下線を無効にする*/    
/* opacity: 0.9; */
}
/*  人気の投稿の順位を消す  */
.-w-ranking.-type-list .p-postList__item:before {
	opacity: 0;
}
.p-postList .p-postList__title {
    font-weight: 600;
    line-height: 1.2;
}

/*  最近の投稿のリンクカラーを消す  投稿のページのカテゴリー文字色も変わったので a 全部を指定 */
a {
   color: inherit;
}
/*  メニュー第2階層（ドロップダウン）の一番上に三角 */
.sub-menu li:first-child::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 46%;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #420800;
}
.sub-menu li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #444;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  transition: all .5s;
}

.sub-menu li a {
  display: block;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #444;
  color: #444;
  font-size: 14px;
  font-weight: bold;
  transition: all .5s;
}
.sub-menu li a:hover {
  opacity: .6;
}

.c-widget__title.-side {
    padding: .5em .75em;
    border-radius: var(--swl-radius--2, 0px);
    background: var(--color_main);
    color: #fff;
    background-color: #aaa; /* 背景色をグレー（#c9c9c9）にする */
	background-image: url(../../uploads/23383412_bkimg2-2.jpg);
    background-size:  cover;                /* 画像のサイズ指定 */
}


.current-menu-item, .current_page_item, .current-menu-parent, .current_page_parent, .current_page_ancestor {
    background: #020800;
	background-image: url(../../uploads/23383412_bkimg2-2.jpg);
    background-size:  cover;                /* 画像のサイズ指定 */
    color: #fff;
}



/*地図説明の行間*/
.lhmap{
	line-height: 1.0em;
	}
/*ここまで*/
.current_s{
    color: #71001A;
		font-weight: bold;

	}
/*スマホで改行*/
.sp_br {
  display: none; //768px以上では改行タグを無効に。
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block; //768px未満で改行タグを有効に。
  }
}
/*お問い合わせフォームのボタン色*/
.cf-send input {
    background: linear-gradient(135deg, #7D001A 0%, #7D001A 100%);
	}
