@import url("//share.cr-cms.net/hp_agency/hpagency.css");
/*-------------------------------------------
テンプレート
フラット02 オレンジ 1カラム
-------------------------------------------*/ 
/*フォント*/
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
#wrap_body {
    padding-top: 0;
	background: #FFF;
}

body {
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",  "Avenir Next", Verdana, "Yu Gothic","游ゴシック",  Meiryo, "メイリオ", Osaka, sans-serif;
  letter-spacing: 1.5px;
  line-height: 1.75;
  font-size: 16px;
  /* color: #502e18; */
  color: #000;
}

a {
	text-decoration: underline;
	color: #f39700;
}

strong, b {
    font-weight: bold;
      color: #6c410a;
    /* color: #53bd5c; */
    /* font-size: 110%; */
}

#title a:hover {
	transition: 0.2s;
}
a:hover, #topMenu .topMenu li a:hover,
.mainTopics .topics li .more a,
.mainContents .article h3 a:hover,
.sideServices ul li a:hover,
.footer li a:hover {
	text-decoration: none;
}

#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
a:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
  transition: 0.2s;
}

.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
    margin-bottom: 10px;
}

.mainArticles .article {
    padding-bottom: 20px;
    border: none;
}

#contents p {
	margin-bottom: 1em;
}


.mainArticles .article.zero_margin{
    margin-bottom: 0;
    padding-bottom: 0;
}
.mainArticles .article.zero_margin h3{
	margin-bottom: 0;
}





div#mainArticles_body {
    display: flex;
    flex-wrap: wrap; /* 子要素を折り返す設定 [2] */
    gap: 20px; /* 要素間の余白 [2] */
    width: 100%; /* 親の幅にしっかり収める [3] */
    box-sizing: border-box; /* paddingやborderを含めて幅を計算する [4] */
}

/* 基本の記事（1カラム・全幅） */
.mainArticles .article {
    width: 100%;
    box-sizing: border-box;
    
    min-width: 0;
    overflow-wrap: break-word; /* 長い単語やURLを枠内で折り返す*/
    word-break: break-all;
}

/* .col2のついた記事だけ2カラム（半分の幅） */
.mainArticles .article.col2 {
    /* 50%の幅からgap(20px)の半分を引くことで正確な2カラムにする */
    width: calc(50% - 10px); /* [5] */
}
.mainArticles .article.col2 h4{
	margin-top: 0;
}

.mainArticles .article.h4_top .article_body{
	display: flex;
	flex-direction: column;
}
.mainArticles .article.h4_top .article_body h4{
	order: -1;
}
.block-tel{
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	background: #830101;
	color: #FFF;
	padding: 10px 20px;
}

.calendar-container {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 75%; /* アスペクト比 4:3 の場合 */
}
.calendar-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.ul{
	list-style-type: none;
	padding: 0;
}
.ul>*{
	list-style-type: disc;
	margin-left: 1.5em;
}
.ol{
	list-style-type: none;
	padding: 0;
	counter-reset: item;
}
.ol>*{
	margin-left: 1.5em;
    padding-left: 1em;
    position: relative;
    margin-bottom: 10px;
	font-weight: bold;
}
.ol>*:before{
	counter-increment: item;
    content: counter(item, decimal-leading-zero);
	content: counter(item) "";
	
	position: absolute;
	left: -1.5em;
	background: #f39800;
	color: #fff;
	border-radius: 50%;
	width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    animation: center;
}
.article.bg{
	background-color: #FDF1D6;
	border-radius: 10px;
	padding: 20px;
}
.mainContents .article.bg h4{
	background: none;
	padding: 10px 10px;
}
.mainContents .article.bg table.normalTbl{
	border-color: #830101;
}
.mainContents .article.bg table.normalTbl th, .mainContents .article.bg table.normalTbl td{
	background: none;
	border-color: #830101;
}
.article.contact{
	background: none;
	background-color: #FDF1D6;
	/* background-image: url("/materials/177494136018201.png"); */
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-radius: 14px;
	padding: 20px;
}
.mainContents .article.contact h3{
	background-image: url("/materials/177494152606401.png");
	background-size: 60%;
    background-repeat: no-repeat;
}

.mainContents .article.point h3{
	font-size: 26px;
    border-bottom: dashed 2px #b2d34c;
    text-align: left;
	background: none;
	padding: 0 0 20px 120px;
	margin-top: 0;
}
.mainContents .article.point h3 strong{
	background: #b2d34c;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 0.6em;
	margin-right: 10px;
	position: absolute;
    top: 0.2em;
    left: 0;
}

a.btn{
	display: inline-block;
	padding: 10px 20px;
	background: #830101;
    background: #fe9900;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease;
      font-weight: bold;
    font-size: 18px;
}
/* a.btn:hover {
	background-color: #d36b00;
} */

.article table.timeTbl{
	border-collapse:collapse;
	width:100%;
}
.article table.timeTbl thead th{
	background: #FFECC9;
}
.article table.timeTbl tbody th,
.article table.timeTbl tbody td{
	background: #FFFEF5;
}

.article.card{
	padding: 20px;
	background: #FFF;
	border: solid 2px #830101;
	border-radius: 2%;
}


.linklist{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.linklist>*{
	/* flex: 1 1 calc(33.333% - 10px); */
	box-sizing: border-box;
}
a.linkbtn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	background: none;
	color: #f39800;
	border-radius: 0px;
	border: solid 2px #f39800;
	text-decoration: none;
	transition: background-color 0.3s ease;
}
a.linkbtn:hover {
	border-color: #d36b00;
	color: #d36b00;
	background: #FDF1D6;
}
a.linkbtn.active {
	background: #f39800;
	color: #FFF;
}

/* リスト全体の初期化 */
.check-list {
    list-style-type: none;
    padding: 0;
}

.check-list > li {
    position: relative;
    padding-left: 2em;
    margin-bottom: 0.8em;
    line-height: 1.5;
    list-style: none;
    margin-left: 0;
	font-weight: bold;
}

/* チェックボックスの枠線部分 */
.check-list > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.2em; /* テキストの高さに合わせて微調整 */
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #f39800; /* 医院のテーマカラーに合わせて変更してください */
    border-radius: 3px;
    background: #fff;
}

/* チェックマークの「レ」の部分 */
.check-list > li:after {
    content: "";
    position: absolute;
    left: 0.4em;
    top: 0.45em;
    width: 0.6em;
    height: 0.3em;
    border-left: 3px solid #f39800; /* チェックの太さと色 */
    border-bottom: 3px solid #f39800;
    transform: rotate(-45deg); /* 傾けて「レ」にする */
}


ul.faq {
    padding: 10px 0 20px;
}
ul.faq li.qus ,
ul.faq li.ans {
    display: block;
    font-size: 100%;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 45px;
}
ul.faq li.qus::before ,
ul.faq li.ans::before {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    height: 32px;
    line-height: 32px;
    margin: 0 8px 0 -40px;
    text-align: center;
    width: 32px;
}
ul.faq li.qus::before {
    background-color: #f39800;
    content: "Q";
}
ul.faq li.ans::before {
    background-color: #830101;
    content: "A";
}

.box29 {
    margin: 2em 0;
    background: #FDF1D6;
	border-radius: 10px;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #f39800;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
	border-radius: 10px 10px 0 0;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}

#contents table.normalTbl2 {
	border-collapse: separate;
	border-spacing: 6px;
	width: 100%;
	margin: 20px 0;
	border: none;
}
#contents table.normalTbl2 th,
#contents table.normalTbl2 td {
	border: none;
	padding: 10px;
	text-align: left;
}
#contents table.normalTbl2 th{
	background: #f39800;
	color: #FFF;
	font-weight: bold;
	width: 20%;
}
#contents table.normalTbl2 td{
	background: #FDF1D6;
}
/*-------------------------------------------------
ヘッダー
-------------------------------------------------*/
/*タイトル*/
#title {
    padding: 0 0 50px;
    margin: 0 auto;
    height: unset;
    /* background: url(/materials/177492005687502.png)repeat; */
    background: none;
    border-top: 4px solid #f3bf78;
}
#title_outer {
    height: auto;
    width: 980px;
    margin: auto;
    /*background: url(/materials/161941556402701.png) no-repeat center right;*/
    background: url(/materials/177712815792201.png) no-repeat right 16px;
    background-size: 300px auto;
}
#title h1 {
    background: url(/materials/177704609609901.png) no-repeat left top 12px;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 92px;
    background-size: 300px auto;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 300px;
}

#title .description {
    padding: 0 6px;
    color: #7a5b40;
    font-size: 14px;
    text-align: left;
}

/*TOPイメージを幅100%に*/
.mainImage #slider li img {
    max-width: 100%;
}

/*グローバルメニューfix*/
#topMenu {
    width: 100%;
    position: absolute;
    top: 120px;
    min-height:auto;
    /* background: url(/materials/177492005687501.png) repeat-x center; */
    background: none;
    transition:padding 0.3s linear 0s;
}
#topMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 10px #f6b277;
}

#topMenu_outer {
    background: none;
    margin: 0px auto;
    padding: 20px 0 21px 1px;
    padding: 0;
    /* border-bottom: solid 4px #fe9900; */
}
#wrap_body {
    padding-top: 0;
}
#topMenu .topMenu li {
    width: 20%;
    height: 51px;
}
#topMenu .topMenu li a {
    background: none;
    line-height: 1.6;
    padding: 0;
    font-size: 17px;
    box-sizing: border-box;
    color: #776c63;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: solid 4px transparent;
}
#topMenu .topMenu li a:hover {
    color: #2b2521;
    border-bottom: solid 4px #fe9900;
}

/*パンくず*/
.pankuz p {
    font-size: 12px;
    text-align: right;
    border-bottom: none;
	margin-bottom: 50px!important;
}

/*-------------------------------------------------
見出し
-------------------------------------------------*/
#mainArticles h2, #mainServices h2, #listTopics h2 {
    background: url(/materials/177725113263901.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
    border-bottom: none;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.15em;
    color: #FFF;
    margin-bottom: 1em;
    width: 100vw;
    /* border-bottom: solid 1px #776c63; */
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    position: relative;
    z-index: 0;
}

.mainContents .article h3, .mainContents div.gallery h3, #mainTopics h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #776c63;
    line-height: 1.5;
    position: relative;
    padding: 2em 0 0em 0;
    margin: 1em 0 1em 0;
    background: url(/materials/177725409752001.png) center top no-repeat;
    background-size: 50px auto;
    border-bottom: none;
    /* background: #FFCB03;
    color: #FFF; */
    font-weight: bold;
}
/*ブログタイトル*/
.mainContents .article h3 a {
    font-size: 26px;
}
.mainContents .article h3 a:hover {    
    text-decoration: none;
}

.mainContents .article h4 {
    /* font-size: 21px;
    line-height: 1.6;
    padding: .5em 0 0.4em 14px;
    margin-bottom: 1em;
    margin-top: 0em;
    background-color: #faf4aa;
    color: #776c63;
    border-radius: 0px;
	letter-spacing: 0.1em;
	overflow: hidden; */
    padding-top: 1.0em;
    padding-bottom: 0.5em;
    padding-left: 20px;
    font-size: 24px;
    color: #776c63;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: normal;
    letter-spacing: 0.1em;
    border-bottom: 5px solid #cbe6e7;
    overflow: hidden;
}
.mainContents .article h5 {
    font-size: 20px;
    line-height: 1.6;
    padding: .4em 0;
    margin-bottom: 1em;
    margin-top: .5em;
    border-bottom: 1px dotted #776c63;
    color: #776c63;
    display: flex;
}

.mainContents .article h6 {
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 5px 0;
	padding-left: 25px;
	position: relative;
    color: #f39700;
}
.mainContents .article h6:after {
content: '';
position: absolute;
top: 45%;
left: 0;
transform: translateY(-50%);
width: 10px;
height: 10px;
border: 3px solid #f6b277;
border-radius: 100%;
}

/*-------------------------------------------------
サイド
-------------------------------------------------*/
#sideContact a:hover {
  transition: none;
}
#sideContents {
    background-image: none;
    margin-top: 0;
    border-top: 3px solid #f3bf78;
    background: url(/materials/177492005687502.png)repeat;
}
#sideContents p {
	margin-bottom: 0;
}
#sideContents img {
    margin-bottom: 20px;
}

.sideMobile h2, .sideMobile p,.sideServices h2,
.sideBlogCategories h2, .sideBlogDates h2,
.sideBlogCategories a, .sideBlogDates a  {
    font-size: 16px;
	color: #646464;
}

.sideServices ul li a {
    font-size: 16px;
}

.freeHtml_outer {
    font-size: 16px;
    color: #646464;
    border-radius: 15px;
    background: none;
}

/*リスト*/
.sideServices ul,
.sideBlogCategories ul {
    overflow: hidden;
}
.sideServices ul li a,
.sideBlogCategories a {
	font-size: 15px;
    background: none;
	padding: 2px 5px 3px 5px;
}
.sideServices li,
.sideBlogCategories li {
    padding: 0.5em 0 0.4em 0.2em;
    margin-right: 1em;
    margin-left: 0.2em;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    display: flex;
}

/*ブログカテゴリ*/
.sideBlogCategories h2, .sideBlogDates h2 {
    margin-bottom: 0px;
}
.sideBlogCategories li {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*フリーhtml*/
.side-logo {
    margin: 0px auto 10px;
}

.side-text {
    text-align: center;
    margin-top: 10px;
}

.shop-title {
    padding-bottom: 0px;
    font-size: 14px;
}

.shop {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.add {
    padding: 10px 0;
    /*border-top: 1px dotted #f6b277;*/
}

.tel {
    border-top: 1px dotted #442825;
    padding-top: 6px;
}

.time {
    line-height: 1.6em;
    padding-top: 10px;
	padding-bottom: 10px;
}

/*-------------------------------------------------
フッター
-------------------------------------------------*/
#footer {
	background-color: #FFCB03;
}

.footer * {
    font-size: 14px;
    color: #fff;
}

.footer li a {
    color: #fff;
    font-size: 16px;
}
.footer li a:hover {
    color: #fdebd8;
}

/*-------------------------------------------------
リスト
-------------------------------------------------*/
ol.pp {
padding-left: 2em;
}
ol.pp li {
list-style-type: decimal;
padding: 5px;
}
ul.notes {
    list-style-type: none;
    margin-left: 1em;
    line-height: 1.9em;
    margin-bottom: 1em;
    margin-top: 1em;
}
ul.notes li::before {
content: "◆";
margin-left: -1em;
font-family: "メイリオ", sans-serif;
}
ul.ps {

list-style-type: none;
margin-left:1em;
}
ul.ps li::before {
content: "※";
margin-left: -1em;
font-family: "メイリオ", sans-serif;
}
ul.maru {
list-style-type: none;
margin-left:1em;
}

ul.maru li::before {
    content: "●";
    margin-left: -1em;
    font-family: "メイリオ", sans-serif;
    color: #fce4ce;
}

/*-------------------------------------------------
テーブル
-------------------------------------------------*/
/*デフォルト*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}

/*normalTbl*/
.article table.normalTbl {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
    margin: 2em auto;
    width: 100%;
}
.article table.normalTbl th {
    background-color: unset;
    color: #502e18;
    border-bottom: 1px dotted #baa997;
    border-right: none;
    height: auto;
    line-height: 150%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    width: 30%;
}
.article table.normalTbl td {
    border-bottom: 1px dotted #baa997;
    color: #502e18;
    border-right: none;
    height: auto;
    line-height: 150%;
    padding: .7em;
}

/*-------------------------------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
-------------------------------------------------*/
#mainTopics .topics li {
    padding: 15px 10px 9px;
    position: relative;
    border-bottom: dotted 1px #baa997;
}
/*日付*/
#mainTopics .topics li p.date ,
#listTopics .topics li p.date {
    font-size: 14px;
	color: #7a5b40;
}
/*リンクタイトル*/
#mainTopics .topics li h3 ,
#listTopics .topics li h3 {
    font-size: 16px;
    font-weight: normal;
}
#mainTopics .topics li h3 a ,
#listTopics .topics li h3 a {
     color: #f39700;
}
/*リード文*/
#mainTopics .topics li p.description ,
#listTopics .topics li p.description {
    font-size: 16px;
	color: #7a5b40;
}
/*続き*/
#mainTopics .topics li p.more ,
#listTopics .topics li p.more {
    font-size: 16px;
}

#mainTopics .topics li .more a{
    border: solid 2px #fe9900;
    color: #fe9900;
    font-size: 13px;
}

/*一覧を見る*/
#mainTopics .listview {
     font-size: 16px;
}

#mainTopics, .mainTopics .topics {
    border-bottom: none;
    background: #fff5bd;
    border-radius: 10px;
	margin-top: 10px;
}


/*-------------------------------------------------
ギャラリー サイト案内・画像 
-------------------------------------------------*/
/*サイト案内*/
#siteGuide .comment {
    font-size: 17px;
    line-height: 1.4em;
    padding-top: 0px;
    height: 2.4em;
    color: #646464;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.1em;
}
#siteGuide .comment a {
	font-weight: bold;
	color: #cd853f;
	text-decoration: underline;
}

#siteGuide .gallery_grid li.galleryGrid .image {
    margin-bottom: 0px;
    padding-bottom: 0px;
    /* background-color: #d3e9d7; */
    /* border-radius: 20%; */
}

/*ギャラリー*/
.gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 20px;
}

.galleryGrids{
    margin-bottom: 20px;
}

/*画像*/
.mainArticles .article_right img, .mainArticles .article_left img {
    max-width: 420px;
}

.mainArticles .article_right .image {
    margin: 5px 10px 0 20px;
}

.mainArticles .article_left .image {
    margin: 5px 20px 0 10px;
}

/*-------------------------------------------------
パーツ
-------------------------------------------------*/
/*囲い*/
div.envelope {
    margin-top: 15px;
    margin-bottom: 2em!important;
    margin-right: 0;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 40px;
    padding-left: 45px;
    background: #fff;
    border: solid 6px #fdebd8!important;
    box-sizing: border-box;
    border-radius: 15px;
}
div.envelope p {
margin-bottom: 0;
}
 div.envelope img {
    max-width: 670px;
    margin-bottom: 0!important;
}

/*ハーフ記事*/
.mainArticles .article.half {
    border: none;
    width: 47%;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    margin: 1%;
    vertical-align: top;
    background: #fff5bd;
    border-radius: 10px;
}
.mainArticles .article.half img,
.mainArticles .article.half2 img{
    max-width: 160px;
    margin: 0px;
}

.mainArticles .article.half2 {
    border: none;
    width: 47%;
    display: inline-block;
    box-sizing: border-box;
    margin: 1%;
    vertical-align: top;
    border-radius: 10px;
}

/* 診療時間 */
.article table.timeTbl{
	border-collapse:collapse;
	width:100%;
	background-color: #FFF;
	margin-top: 20px;
	color: #502e18;
}
.article table.timeTbl th,
.article table.timeTbl td{
  padding:5px;
  text-align:center;
  border:solid 1px #b5a591;
}
.article table.timeTbl th{
  background:#f2e8d7;
} 

/*-------------------------------------------
フロー図（記事）　パソコン用
-------------------------------------------*/
.mainArticles .article.articleFlow {
    background-color: #fff9e1;
    border: 1px solid #FFCB03;
    border-radius: 0.5em;
    display: block;
    position: relative;
    margin-bottom: 35px;
    box-sizing: border-box;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 7px;
    padding-left: 30px;
    overflow: visible;
}
.mainArticles .article.articleFlow.first{
	margin-top:0px;
}
.mainArticles .article.articleFlow::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 20px solid #fdebd8;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
}
.mainArticles .article.articleFlow.last::after {
    display: none;
}
.mainArticles .article.articleFlow h6 {
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: .7em;
    padding-bottom: .7em;
    color: #53bd5c;
    font-size: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #f39700;
    text-align: center;
	padding-left: 0;
}
.mainArticles .article.articleFlow h6::after {
    display: none;
}
.mainArticles .article.articleFlow img {
    margin-bottom: 15px;
}

.side-text_l{
    float:left;
    width:48%;
}
.side-text_r{
    float:right;
    width:57%;
}
.side-text .side-text_r{
    text-align:left;
}
#sideContents_outer{
    padding-bottom:10px;
}
#sideMobile_outer{
    padding-bottom:5px;
}


/*サイドコンテンツ*/
#sideContents {
    margin-top: 0;
    background: linear-gradient(to bottom, #faf4aa 320px, #fbfaf6 320px);
}

#sideContents p {
	margin-bottom: 0;
}
#sideContents img {
    margin-bottom: 10px;
}
/* .side-text{
    background: #e7fcfe;
} */

.side_lr_wrap{
    display: flex;
    gap: 20px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.side_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #B98100;
}
.side_comment{
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.side_btns{
    display: flex;
    gap: 50px;
    justify-content: center;
    margin-top: 20px;
}
.side_btns a.btn{
    min-width: 300px;
}
.side_note{
    font-size: 14px;
}

#contents table.sideTimeTbl {
    margin: 10px auto;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    border-top: solid 2px #B98100;
    border-bottom: solid 2px #B98100;
}
#contents table.sideTimeTbl tr{
    border-bottom: solid 1px #ddd;
}
#contents table.sideTimeTbl tr:last-child{
    border-bottom: none;
}
#contents table.sideTimeTbl th,
#contents table.sideTimeTbl td {
    color: #B98100;
    padding: 10px;
    text-align: center;
}



/*プロフィール*/
dl.profile{
    max-width: 480px;
    font-size:16px;
    margin:0 0 2em 0;
    display:flow-root;
}
dl.profile dt{
    float:left;
    clear:left;
    width:110px;
    font-weight:normal;
    padding:1px 0 1px 0;
}
dl.profile dd{
    float:left;
    text-align:left;
}
.side_tel{
    font-size: 1.1em;
    font-weight: bold;
}

.tellink{
    color: #B98100;
    text-decoration: none;
    font-size: 1.3em;
    font-weight: bold;
}
.tellink:hover{
    text-decoration: underline;
}

table.contactTable input[type="text"], table.contactTable input[type="password"], table.contactTable textarea{
    padding: 8px;
    border: solid 1px #aaa;
    background-color: #fff;
    border-radius: 5px;
}

div#mainTopics {
    margin-bottom: 60px;
}

table.contactTable input.button {
    padding: 9px 50px;
    background-color: #fe9900;
    color: #fff;
    border: none;
    border-radius: 4px;
}

#title .description {
width: unset;
}
#wrap {
min-width: 1024px;
}