@charset "utf-8";
/* CSS Document */


/**************** テーブルの調整 ****************/
.hanyo_table01 {}
.hanyo_table01 tr td {
padding: 12px 20px !important;
box-sizing: border-box;
	line-height: 1.6;
	font-weight: var(--base-weight);
}

.cmshtml table.rdtableTable td div {
  line-height: 1.6;
	font-weight: var(--base-weight);
}

.hanyo_table01 tr td:first-child {
background-color: #f2f2f2 !important;
}
.hanyo_table01 tr td:last-child {
background-color:#fff !important;
}
@media screen and (max-width:767px){
.hanyo_table01 { 
width:100%;
}
.hanyo_table01 .table,
.hanyo_table01 table{
width:100% !important;
}
.hanyo_table01 tr,
.hanyo_table01 tr td{ 
width:100%;
display:block;
}
}


/* 横スクロールテーブル（スマホ表示） */

@media (min-width: 1px) and (max-width: 576px) {

.cmshtml .box01 {
	width: 92%;
	max-width: 92%;
	margin-left: auto !important;
	margin-right: auto !important;
}

 .cmshtml .rdplanetext .table {
	width: 1000px;
	max-width: 1000px;
}

    .cmshtml .lay-table .rdplanetext .table table tr,
    .cmshtml .lay-table .rdplanetext2 .table table tr {
        display: table;
    }

    .cmshtml .lay-table .rdplanetext .table table td,
    .cmshtml .lay-table .rdplanetext2 .table table td,
    .cmshtml .lay-table .rdplanetext .table table th,
    .cmshtml .lay-table .rdplanetext2 .table table th {
        display: table-cell;
width: auto;
    }

.cmshtml .lay-table .rdplanetext .table table th,
.cmshtml .lay-table .rdplanetext2 .table table th {
    width: 30%;
}

}

/* 汎用見出し */


.rdplanetitle h2, .rdplanetitle h3, .rdplanetitle h4, .rdplanetitle h5, .rdplanetitle h6 {
    font-weight: var(--base-weight2);
}

.cmshtml .rdplanetitle h2 {
	font-size: 42px;
    font-weight: var(--base-weight);

}
.cmshtml .rdplanetitle h3 {
	font-size: 32px;

}
.cmshtml .rdplanetitle h4 {
	font-size: 30px;
    font-weight: var(--base-weight);

}	
.cmshtml .rdplanetitle h5 {
	font-size: 22px;

}
.cmshtml .rdplanetitle h6 {
	font-size: 20px;

}

@media screen and (max-width: 767px) {
.cmshtml .rdplanetitle h2 {
	font-size: 26px;
}
.cmshtml .rdplanetitle h3 {
	font-size: 22px;
}
.cmshtml .rdplanetitle h4 {
	font-size: 20px;
}	
.cmshtml .rdplanetitle h5 {
	font-size: 16px;
}
.cmshtml .rdplanetitle h6 {
	font-size: 16px;
}

}

/* ブログ用見出し（リンクなし） */

.cmshtml .contents .rdarticleTitle h3 {
	font-size: 28px;
  color: var(--color-base);
  line-height: 1.4;
  font-weight: var(--base-weight);
  letter-spacing: 0.05em;
}

.cmshtml .rdarticleTitle h3, .cmshtml .rdarticleTitle h3 a {
  font-weight: var(--base-weight);
}

@media screen and (max-width: 767px) {

.cmshtml .contents .rdarticleTitle h3 {
	font-size: 20px;
}

}

/* 検索 */

.cmshtml .rdBlogSearch .rdBlogSearch-btn {
    background: url('data:image/svg+xml;charset=UTF-8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="search" class="svg-inline--fa fa-search fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffffff" d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>') no-repeat center center #4d4d4d;
}


/* カレンダー */

.cmshtml .rdCalendar .rdCalendarTable-link {
    background: #d4705d;
    color: #d4705d;
    display: block;
    text-decoration: none;
    width: auto;
    height: auto;
    margin: auto;
    border-radius: 0px;

}

.cmshtml .rdCalendar .rdCalendarTable-link span {
    color: #d4705d;
	font-weight: bold;
}

/* 月別アーカイブ */

.cmshtml .rdMonthlyArchive .rdMonthlyArchive-item:before {
    border: 2px solid #4d4d4d;

}

/* カテゴリー */

.cmshtml .rdCategorylist .rdCategorylist-link:after {
    border-color: transparent transparent transparent #4d4d4d;
}

.cmshtml .rdCategorylist .rdCategorylist-link:hover {
    background: #f2f2f2;
    color: #e6d4b2;
}

/* タグ */

.cmshtml .rdTaglist .rdTaglist-link {
    background: #f2f2f2;
}

.cmshtml .rdTaglist .rdTaglist-link:after,
.cmshtml .rdTaglist .rdTaglist-link:before {
    content: '';
    background: #f2f2f2;
}

.cmshtml .rdTaglist .rdTaglist-link:hover,
.cmshtml .rdTaglist .rdTaglist-link:hover:after,
.cmshtml .rdTaglist .rdTaglist-link:hover:before {
    background: #4d4d4d;
    color: #fff;
}

/* ブログフレーム一覧 */

.cmshtml .rdpublishDate {
    font-size: 16px;
    color: #FFF;
    margin-bottom: 15px;
	padding: 10px 20px;
	background-color: #e6d4b2;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
text-align: center;
border-radius: 8px;
}

.cmshtml .rdListShort .rdListItem .rdListCategoryItem {
    background: #d4705d;
padding: 6px 20px;
}

.cmshtml .rdListShort .rdListItem .ItemrdListTagListItem {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
padding: 6px 20px;
}

.cmshtml .rdListShort .rdListItem .ItemrdListTagListItem a {
    color: #808080;
}

.cmshtml .rdListShort .rdListItem .rdListExcerpt {
line-height: 1.6;
letter-spacing: 0.05em;
}

.cmshtml .rdListResult .rdReadMore, .cmshtml .rdListPageResult .rdReadMore, .cmshtml .rdReadMore, .cmshtml .rdListExcerpt .rdReadMore {
    font-weight: 500;
text-decoration: underline;
color: #e6d4b2;
}

/* お問い合わせフォーム */

.cmshtml .contact_item_title, .cmshtml .contact_item_input {
    display: inline-block;
vertical-align: top;
}

.cmshtml .contact_item_title {
    font-weight: 400;
	width: 200px;
	max-width: 200px;
	font-size: 18px;
	padding: 0px;
	padding-top: 15px;
}

.cmshtml .contact_item_input {
	width: 750px;
	max-width: 750px;
padding-bottom: 40px;
}

.cmshtml .contact_item_table input[type="text"],
.cmshtml .contact_item_table input[type="email"],
.cmshtml .contact_item_table input[type="tel"],
.cmshtml .contact_item_table input[type="number"],
.cmshtml .contact_item_table input[type="date"],
.cmshtml .contact_item_table textarea,
.cmshtml .contact_item_table select,
input[type="text"][name="img_auth"] {
    padding: 10px;
}

.cmshtml .contact_item_title:not(:first-child) {
    margin-top: 0px;
}

.cmshtml .contact_item_inside_title {
    flex: 0 0 20%;
}

.cmshtml .rdcontact_btn_area .rdcontact_btn_submit {
    background: #ae9a59;
    color: #fff;
font-size: 18px;
    padding: 15px 50px;
    border: 1px solid #ae9a59;
    transition: 0.25s background, 0.25s box-shadow;
    outline: none;
	border-radius: 5px;
}

.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:hover,
.cmshtml .rdcontact_btn_area .rdcontact_btn_submit:focus {
    background: #1a1a1a;
 border: 1px solid #1a1a1a;
box-shadow: 0 0 6px rgba(0, 102, 255, 0);
}

.cmshtml .rdcontact_btn_area .rdcontact_btn_back {
    background: #ae9a59;
    color: #fff;
    padding: 15px 50px;
    border: 1px solid #ae9a59;
border-radius: 5px;
	font-size: 18px;
}

.cmshtml .rdcontact_btn_area .rdcontact_btn_back:hover,
.cmshtml .rdcontact_btn_area .rdcontact_btn_back:focus {
background: #1a1a1a;
	 border: 1px solid #1a1a1a;
    box-shadow: 0 0 6px rgba(0, 102, 255, 0);
}

@media (min-width: 1px) and (max-width: 576px) {
	
	
	.cmshtml .contact_item_table {
    width: 90%;
}

.cmshtml .contact_item_title, .contact_item_input {
    display: block;
}

.cmshtml .contact_item_title {
	width: 100%;
	max-width: 500px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.cmshtml .contact_item_input {
	width: 100%;
padding-bottom: 25px;
}

.cmshtml .contact_item_inside_title {
        flex: 0 0 20%;
    }


}



/* スライドショーボタン削除 */

.cmshtml .rdslide:not([data-type="3"]) .rdsp-buttons {
	display: none;
}


.cmshtml .rdslide .rdsp-buttons {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cmshtml .rdslide .rdsp-buttons .rdsp-button {
	display: none;
}

.cmshtml .slide01 .rdslide .rdsp-buttons {
    text-align: right;
	position: absolute;
right: 0px;
top: -15px;
}

.cmshtml .slide02 .rdslide .rdsp-buttons {
    text-align: left;
}

.cmshtml .rdslide .rdsp-buttons .rdsp-button {
    width: 9px;
    height: 9px;
    margin: 15px 5px;
    background: #b3b3b3;
}

.cmshtml .rdslide .rdsp-buttons .rdsp-selected-button {
    background-color: #e6d4b2;
}


/* スライドショースワイプ無効 */

.cmshtml .rdslide::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-color: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	display: block;
}

#editView .cmshtml .rdslide::after {
	display: none;
}


/* お知らせ　枠線削除 */

.cmshtml .rdNewInfoList_ez {
    padding: 0px;
    border: none;
}

/* ブログ最新記事　日付フォントサイズ */

.cmshtml .contents-top .rdnewArticle .rdnewArticle-ContDate {
font-size: var(--base-font-size);
}


/* ブログサムネイル  */

.cmshtml .contents-top .news_img .rdnewArticle .rdnewArticle-item {
    padding: 0px;
    display: block;
}

.cmshtml .contents-top .news_img  .rdnewArticle .rdnewArticle-thumbnail {
    flex: 1;
    margin-right: 0px;
    display: block;
max-height: auto !important;
}

.cmshtml .contents-top .news_img  .rdnewArticle .rdnewArticle-thumbnail-image {
   border-radius: 0px !important;
max-height: auto !important;
}


/* 検索 */
.cmshtml .rdBlogSearch .rdBlogSearch-btn:hover {
    background-color: #d4705d;
}


/* ブログフレーム　一覧背景色 */

.cmshtml .rdListItem {
    Background-color: #FFF;
}


/* ブログフレーム一覧 */

.cmshtml .rdListShort .rdListItem .rdListCategoryItem {
    background: #d4705d;
padding: 6px 20px;
}


/* map */

.cmshtml .box-map .rdplanemap iframe {
	height: 450px !important;
}

@media screen and (max-width: 767px) {
	.cmshtml .box-map .rdplanemap iframe {
	height: 200px !important;
}
}


/* shop3 */

.cmshtml .shp3_block_top {
padding-top: 100px;
}

.cmshtml #shp3_contents {
padding-bottom: 100px;
}

@media screen and (max-width: 767px) {

.cmshtml #shp3_wrapper {
padding-top: 50px;
}

.cmshtml .shp3_block_top {
padding-top: 50px;
}

.cmshtml #shp3_contents {
padding-bottom: 50px;
}
}