@import url("//share.cr-cms.net/hp_agency/hpagency.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
/*-------------------------------------------
テンプレート
フラット02 グリーン 1カラム
-------------------------------------------*/

.pc{display:inline;}
.sp{display:none;}

.ta_c{text-align:center !important;}
.ta_r{text-align:right !important;}
.ta_l{text-align:left !important;}

.d_flex{display: flex !important;}

.mb0{margin-bottom: 0px !important;}
.pb0{padding-bottom: 0px !important;}
.m_auto{margin-left: auto; margin-right: auto;}

.fw_b{font-weight: bold;}

.mt10{margin-top: 10px !important;}
.mb10{margin-bottom: 10px !important;}
.mt20{margin-top: 20px !important;}
.mb20{margin-bottom: 20px !important;}
.mt20{margin-top: 20px !important;}
.mb20{margin-bottom: 20px !important;}
.mt30{margin-top: 30px !important;}
.mb30{margin-bottom: 30px !important;}
.mt40{margin-top: 40px !important;}
.mb40{margin-bottom: 40px !important;}

.ml10{margin-left: 10px !important;}
.mr10{margin-right: 10px !important;}
.ml20{margin-left: 20px !important;}
.mr20{margin-right: 20px !important;}

.pt10{padding-top: 10px !important;}
.pb10{padding-bottom: 10px !important;}
.pt20{padding-top: 20px !important;}
.pb20{padding-bottom: 20px !important;}
.pt20{padding-top: 20px !important;}
.pb20{padding-bottom: 20px !important;}
.pt30{padding-top: 30px !important;}
.pb30{padding-bottom: 30px !important;}
.pt40{padding-top: 40px !important;}
.pb40{padding-bottom: 40px !important;}

html {scroll-behavior: smooth;}

#wrap {
    background-color: #fff;
	/*--background: url(/materials/175462688242901.png) no-repeat top;--*/
    background: url(/materials/176042291551501.png) no-repeat top;
	background-size: 100%;
	background-attachment: fixed
}
#wrap_body {
    padding-top: 0;
}

body {
 	font-size:16px;
 	line-height:1.8;
    letter-spacing: 0.1em;
    font-family: "Meiryo, Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Arial, sans-serif;
}

#wrap_body {
    padding-top: 0;
    display: flex;
    flex-direction: column;
}

a {
	text-decoration: underline;
	/*--color: #2ecc71;--*/
    color: #008000;
}

strong, b {
    font-weight: bold;
    font-size: 1.1em;
	color: #ffa500;
}

#title a:hover {
	transition: 0.5s;
}
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.5s;
}

.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
    margin-bottom: 10px;
}

.mainArticles .article {
    padding-bottom: 20px;
    border: none;
}

#contents p {
	margin-bottom: 1em;
}

.mainArticles .article .article_body{
  width: 1024px;
  margin: 0 auto;
}

#listTopics,
#pankuz,
#mainArticles h2,
#mainTopics,
.gallery .article_outer,
#title_outer, #footer_outer,#topMenu_outer,#topMenu_body {width: 1024px; margin-left: auto; margin-right: auto;}

.mainArticles div.gallery,
#mainArticles,
#mainContents,
.article_body,
.mainArticles .article{width: 100%;}
.mainArticles .article.full{
    background-color: #ffd27f;
      padding: 60px 0;
}

.mainTopics .topics{width:1024px; padding-left: 0; padding-right: 0;}

.w1024{width: 1024px !important; margin-left: auto !important; margin-right: auto !important;}
.mainArticles .w1024 .article_body{ width: 939px !important; box-sizing: border-box; }
/*---------------------------
ヘッダー
----------------------------*/
/*タイトル*/
#title {
    padding: 0;
    margin: 0 auto;
    height: 120px;
    margin-bottom: 50px;
    background: none;
}
#title_outer {
    height: 100px;
    margin: auto;
    /*--background: url(/materials/175460963336401.png) no-repeat right center;--*/
    background: url(/materials/175817892479401.png) no-repeat right center;
    background-size: 350px auto;
}
#title h1 {
    background: url(/materials/175460928271701.jpg) no-repeat top left;
    margin: 0;
    padding: 0;
    text-align: left;
    height: 110px;
    background-size: 160px auto;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 160px;
}

#title .description {
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
}

/*TOPイメージ*/
/*--
.mainImage #slider li img {
    max-width: 90%;
}
.slick-slide{
    height: 100%!important;
}
#mainImage {
    background: none;
}
.mainImage img {
    max-width: 88%;
}--*/

#mainImage,.mainImage{width:100% !important;}
#mainImage{background: transparent;}
.mainImage img {
    max-width: 100%; /*-- 初期状態にリセット --*/
	width:100%;
	object-fit: cover;
}

/*グローバルメニューfix*/
#topMenu {
    width: 100%;
    position: absolute;
    top: 120px;
    min-height: auto;
    background: none;
    transition: padding 0.3s linear 0s;
}
#topMenu.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
}
#topMenu_outer {
    margin: 0 auto;
    background: none;
}
#topMenu_body {
    border-left: 1px solid #baa997;
}
#topMenu .topMenu {
	max-width: initial;
	display: flex;
	justify-content: space-around;
}

#topMenu .topMenu li {
	width: auto;
	height: 100%;
	box-sizing: border-box;
	padding: 0;
	position: relative;
	flex: 1 0 auto;
	border-right: 1px solid #baa997;
}

#topMenu .topMenu li a {
	background: none;
	box-sizing: border-box;
	color: #502e18;
	/*--font-size: 18px;--*/
	font-weight: normal;
	/*--letter-spacing: 0.05em;--*/
	letter-spacing: -0.01em;
	font-feature-settings: "palt";
	padding: 8px 0;
	width: 100%;
	height: 50px;
	font-size: 16px;
	line-height: 34px;
}

#topMenu .topMenu li a:hover {
    color: #ffa500;
}
/*パンくず*/
.pankuz p {
    font-size: 12px;
    text-align: right;
    border-bottom: none;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

/*-------------------------------------------------
見出し
-------------------------------------------------*/
#mainArticles h2, #mainServices h2, #listTopics h2 {
    margin-bottom: 1.5em;
    margin-top: 1em;
    /*--padding: 130px 120px 20px;--*/
    /*--padding: 130px 0px 20px;--*/
    padding: 20px 0px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #40210f;
    /*--
    background: url(/materials/175461009228201.png) top no-repeat;
    background-size: 95px 115px;--*/
    border-bottom: 3px dashed #ffd27f;
  background-color: #fff9f2;
    border-radius: 100px;
}
#mainArticles h2 strong{ font-size: 16px;}

.mainContents .article h3, .mainContents div.gallery h3, #mainTopics h2 {
    font-size: 28px;
    letter-spacing: 0.1em;
    color: #40210f;
    line-height: 1.5;
    position: relative;
    padding: 50px 0;
    margin: 1.5em 0 1em;
    text-align: center;
    background: url(/materials/175462788434901.png) no-repeat center;
    background-size: 196px auto;
    border: none;
    font-weight: bold;
}

/*ブログタイトル*/
.mainContents .article h3 a {
    color: #7a5b40;
    line-height: 1.5em;
    font-size: 24px;
}

/*ブログ一覧お知らせ*/
.mainContents .article h3 a, .article h3 a:hover {
text-decoration: none;
	font-size: 22px;
}

.mainContents .article h4 {
    border-bottom: 2px dashed #ffd27f;
    display: flex;
    font-size: 1.5em;
    line-height: 1.5;
    padding: 30px 0 10px 66px;
    margin: 0 0 1em 5px;
    color: #ffa500;
    /*--background: url(/materials/175461166719601.png) center left no-repeat;--*/
    background: url(/materials/175798969460301.png) center left no-repeat;
    background-size: 59px auto;
    letter-spacing: 0.1em;
    align-items: flex-end;
}

.mainContents .article h4 a{color: #ffa500;}

/*-- h4 チワワ --*/
.mainContents .article h4.h4_chihuahua{background: url(/materials/175798983124801.png) center left no-repeat; background-size: 59px auto;}

/*-- h4 猫--*/
.mainContents .article h4.h4_cat{background: url(/materials/175799008078301.png) center left no-repeat; background-size: 59px auto;}

.mainContents .article h5 {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 1em;
    margin-top: 0.5em;
    display: flex;
    background-color: #fff3f3;
    letter-spacing: 1px;
    color: #7a5b40;
    padding: 0.7em 1.5em;
    border-radius: 16px;
}
.mainContents .article h6 {
    font-size: 22px;
    line-height: 1.6;
    margin: 0.5em 0;
    letter-spacing: 1px;
    color: #ffa500;
}

/*-------------------------------------------------
サイド
-------------------------------------------------*/
#sideContents_outer {
    /*--padding: 30px 0 330px 0;--*/
    padding: 30px 0 30px 0;
}

#sideContact a:hover {
  transition: none;
}
#sideContents {
    margin-top: 0;
    background: url(/materials/175461680331501.png)repeat-x;
    background-position: bottom center;
    padding-bottom: 200px;
    /*--background-size: contain;--*/
    background-size: 100%;
}
#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: #40210f;
}

.sideServices ul li a {
    font-size: 16px;
}

.freeHtml_outer {
    font-size: 16px;
    border-radius: 20px;
    border: 3px solid #ffa500;
    padding-top: 0;
    text-align: center;
    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 dotted #89c294;
    font-weight: bold;
    display: flex;
}

/*ブログカテゴリ*/
.sideBlogCategories h2, .sideBlogDates h2 {
    margin-bottom: 0px;
}
.sideBlogCategories li {
    margin-top: 0px;
    margin-bottom: 0px;
}

/*フリーhtml*/
.side_content{width: 100%; display: flex;}
.side_left{width:50%;}
.side_right{width: 50%;}

.side-logo {
    margin: 0px auto 10px;
}

.side-text {
    text-align: center;
}

.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;
}
.time a {
    font-size: 120%;
    color: #ffa500;
}
.side-text strong {
    font-size: 100%;
}

/*-------------------------------------------------
フッター
-------------------------------------------------*/
#footer {
    background-color: #5c3d26;
}

.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;
    margin-bottom: 1em;
}

ul.maru li::before {
    content: "●";
    margin-left: -1em;
    font-family: "メイリオ", sans-serif;
    color: #ffd27f;
    font-size: 60%;
}

ul.simpleList {
    padding-left: 2em;
}
ul.simpleList li {
    list-style-type: disc;
    padding: 5px;
}

ul.StyleIconList {
    list-style: outside none;
    line-height: 2;
    padding-left: 2.2em;
}
ul.StyleIconList li {
    position: relative;
    font-size: 16px;
}
ul.StyleIconList li::before ,
ul.StyleIconList li::after {
    display: block;
    content: '';
    position: absolute;
}
ul.StyleIconList li::before {
    top: 0.4em;
    left: -1.9em;
    width: 1.2em;
    height: 1.2em;
    /*--background: #ffa500;--*/
    background: #5c3d26;
    
    border-radius: 100%;
}
ul.StyleIconList li::after {
    top: 0.8em;
    left: -1.6em;
    width: 0.3em;
    height: 0.3em;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -webkit-transform: rotate(-45deg);
    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: 4px;
    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: #008000;
    content: "Q";
}
ul.faq li.ans::before {
    background-color: #ffa500;
    content: "A";
}

/*-------------------------------------------------
テーブル
-------------------------------------------------*/
/*デフォルト*/
.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: none;
    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;
}

/* 診療時間 */
.freeHtml table.timeTbl,
.article table.timeTbl{
	border-collapse:collapse;
	background-color: #FFF;
	margin-top: 20px;
    border-top:0px none;
    border-left: 0px none;
	/*--border: 1px solid #ffc638;--*/
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
    font-family: "M PLUS 1p";
	color: #7a5b40;
}

.article table.timeTbl{	width:100%;}

.freeHtml table.timeTbl th,
.freeHtml table.timeTbl td,
.article table.timeTbl th,
.article table.timeTbl td{
    padding: 5px;
    text-align: center;
    border: dotted 1px #f8d5d5;
}

.freeHtml table.timeTbl th,
.article table.timeTbl th{
  background:#ffa9a9;
	color: #fff;
}
.freeHtml table.timeTbl th.bg,
.article table.timeTbl th.bg {
	background:#ffa500;
}
.mainArticles .article_one_third table.normalTbl th,.mainArticles .article_one_third table.normalTbl td{padding-left: 0; padding-right: 0;}
.mainArticles .article_one_third table.normalTbl thead th{font-feature-settings: "palt"; letter-spacing: 0;}
.mainArticles .article_one_third table.normalTbl thead th:first-child{width: 28% !important;}
.mainArticles .article_one_third table.normalTbl thead th:last-child{width: 72% !important;}

.mainArticles .article_one_third table.normalTbl tbody td{text-align: right;}

/*フロー*/
.article table.flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 30px;
    width: 95%;
    list-style: none;
    border-left: 2px dotted #CCC;
    padding-left: 0;
    color: #502e18;
}
.article table.flowTbl td {
    border: none;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding: 5px;
    padding-left: 26px;
    position: relative;
}
.article table.flowTbl td:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffa500;
    position: absolute;
    left:-6px;
    top: 1em;
}
.flowTbl td::after {
  content: "";
  border-bottom: 1px solid;
  width: 18px;
  background: #666;
  position: absolute;
  top: 1.25em;
  left: 4px;
}
.flowTbl tr:last-child td {
    margin-bottom: 0;
}
.flowTbl td strong {
    color: #008000;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

/*-------------------------------------------------
 トップの最新情報 #mainTopics
 最新情報一覧ページ #listTopics 
-------------------------------------------------*/
#mainTopics .topics li {
    /*--padding: 15px 10px 9px;--*/
    padding: 15px 20px 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: #ffa500;
}
/*リード文*/
#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{right: 10px;}

#mainTopics .topics li .more a {
    border: solid 2px #ffa500;
    color: #ffa500;
    font-size: 13px;
}

/*一覧を見る*/
#mainTopics .listview {
    font-size: 16px;
    /*--width: 820px;--*/
    width: 980px;
    text-align: right;
}

#mainTopics, .mainTopics .topics {
    border-bottom: none;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    /*--background:rgba(255,243,243,0.6);--*/
    background: #fff9f2;
}
.mainTopics .topics {
    background: none;
}

#mainTopics .listview a {
    background: none;
    color: #c66f23;
    border-bottom: 1px dotted #c66f23;
    padding-bottom: 4px;
    padding-left: 0;
}


/*-------------------------------------------------
ギャラリー サイト案内・画像 
-------------------------------------------------*/
/*サイト案内*/
#siteGuide {
    margin-top: 40px;
    padding: 20px 0;
}
#siteGuide .comment{
    font-size: 18px;
    line-height: 1.4em;
    padding-top: 0px;
    color: #40210f;
    height: 3em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
#siteGuide .comment a{
    background-color: #174c3c;
	font-weight: bold;
	color: #40210f;
	text-decoration: underline;
}

#siteGuide .gallery_grid li.galleryGrid .image {
    padding: 20px;
    border-radius: 50%;
}
/*ギャラリー*/
.gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 20px;
}

.galleryGrids{
    margin-bottom: 20px;
}

#mainArticles #mainArticles_body .galleryGrids .comment{
font-weight:bold;
text-align: center;
}

#mainArticles_body{display: flex; /*--align-items: center;--*/align-items: start; flex-wrap: wrap; justify-content: center;}

/*画像*/
.mainArticles .article img,
.mainArticles .article_right img, .mainArticles .article_left img,
.gallery_grid li.galleryGrid .image img {
    border-radius: 20px;
}

#banner_area img{border-radius: 0 !important;}

.mainArticles .article_right img, .mainArticles .article_left img {
    max-width: 340px;
}

.mainArticles .article_right .image {
    margin: 5px 10px 0 40px;
}

.mainArticles .article_left .image {
    margin: 5px 40px 0 10px;
}

/*iframe*/
iframe {
    /*margin: 2em 0;*/
}

/*---------------------------
お問い合わせ
----------------------------*/
table.contactTable tr th,
table.contactTable tr td {
	padding: 1em 1.5em;
	border-bottom: dotted 1px #999;
}

table.contactTable, table.companyTable {
    width: 100%;
    background-color: #fcfaef;
    border-bottom: solid 3px #ccc;
    margin-bottom: 20px;
}

table.contactTable th, table.companyTable th {
    border-right: none;
	background-color: #f9f5e0;
}

table.contactTable tr.must th {
    background-position: 40px;
    width: 240px;
}
table.contactTable .textField {
    width: 580px;
}
table.contactTable select {
    padding: 10px;
}
/*確認ボタン 戻るボタン*/
table.contactTable input.button,
table.contactTable input[type="button"] {
	background-color: #f39700;
	border: 2px solid #f39700;
	border-radius: 18px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin: 5px !important;
	text-align: center;
	text-decoration: none;
	width: 80% !important;
	padding: 5px 18px 5px 18px !important;
	font-size: 18px;
	cursor: pointer;
}
table.contactTable input[type="button"] {
	border: 2px solid #c01920 !important;
	transition: 0.7s;
	color: #f39700;
	background: #fff;
}
table.contactTable input.button:hover {
	background-color: #fff;
	color: #f39700;
	transition: 0.7s;
}
table.contactTable input[type="text"], table.contactTable textarea{
    font-size: 16px;
}

/*ラジオボタンの縦並び化*/
table.contactTable label {
    display: block;
}

/*囲い*/
p.envelope {
    padding: 1em;
    border: 3px solid #fffafa;
    text-align: center;
}

/*-------------------------------------------------
パーツ
-------------------------------------------------*/
/*囲い*/
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: #fcfaef;
    box-sizing: border-box;
    border-radius: 20px;
}
div.envelope p {
margin-bottom: 0;
}
 div.envelope img {
    max-width: 360px!important;
    margin-bottom: 0!important;
}
/*スケジュール*/
div.schedule_top {
    margin: 15px 0 0 0!important;
    padding: 30px 2em 0 2em!important;
    background: #e2ffc3;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
}
div.schedule_bottom {
    margin: 0!important;
    padding: 0 2em 160px 2em!important;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    background: url(/materials/170103550449801.png) no-repeat bottom center #e2ffc3;
    background-size: 100%;
}
/*アクセス*/
div.access_top {
    text-align: center;
    margin: 15px 0 0 0!important;
    padding: 30px 2em 0 2em!important;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
    background: url(/materials/170103707421902.png) no-repeat top 2em left 1em #fff7e7;
    background-size: 190px auto;
}
div.access_bottom {
    margin: 0 0 2em!important;
    padding: 0 2em 160px 2em!important;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    background: url(/materials/170103707421901.png) no-repeat bottom center #fff7e7;
    background-size: 80%;
}
/*ボタン*/
a.linkbtn {
    /*--width: 60%;--*/
    font-size: 18px;
    padding: 8px 5%!important;
    margin: 1em 5%;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}
a.linkbtn::after{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	margin-left: 1em;
}
a.linkbtn:hover{
	color: #ffffff;
	text-decoration: none;
}
a.linkbtn{
    background: #ffa500;
}

ul.linkbtn_list2,ul.linkbtn_list3,ul.linkbtn_list4{ display: flex; flex-wrap: wrap; justify-content: space-between;}

ul.linkbtn_list2 li{width: 48%;}
ul.linkbtn_list3 li{width: 33%;}
ul.linkbtn_list4 li{width: 24%;}

ul.linkbtn_list2 a,ul.linkbtn_list3 a,ul.linkbtn_list4 a{width: 100%; margin-left:0 ; margin-right: 0; box-sizing: border-box;}

/*ハーフ記事*/
.mainArticles .article.half{
    border: none;
    width: 47%;
    display: inline-block;
    box-sizing: border-box;
    margin: 1%;
    vertical-align: top;
}
.mainArticles .article.half img {
    max-width: 100%;
    margin-top: 10px;
}

div.mainArticles .article.half p{
margin-bottom: 0!important;
}

/*番号付きリスト*/
ol.StyleOrderList {
    counter-reset: number 0;
    list-style: outside none none;
    padding-left: 44px;
    line-height: 2;
    margin-top: 1em;
	margin-left: 10px;
}
ol.StyleOrderList li::before {
    background: #f6c26b;
    border-radius: 50%;
    color: #fff;
    content: counter(number, decimal);
    counter-increment: number 1;
    display: inline-block;
    height: 33px;
    margin-left: -45px;
    margin-right: 0.5em;
    text-align: center;
    width: 35px;
    font-size: 1.1em;
    padding-bottom: 3px;
}
ol.StyleOrderList li {
    font-size: 1.1em;
    margin-bottom: 2em;
}


/* 記事2分の1 */
.mainArticles .articlehalf {
	/*--width: 32.3%;--*/
    /*--width: 300px;--*/
    width: 50%;
  	display: inline-block;
  	vertical-align: top;
    text-align:left;
    font-size:var(--font-size);
    /*--padding: 1%;--*/
    box-sizing: border-box;
	margin: 0px 0px 10px 0px;
}

/* 記事3分の1 */
.mainArticles .article_one_third {
	/*--width: 32.3%;--*/
    /*--width: 300px;--*/
    width: 320px;
  	display: inline-block;
  	vertical-align: top;
    text-align:left;
    font-size:var(--font-size);
    /*--padding: 1%;--*/
    box-sizing: border-box;
	margin: 0px 0px 10px 0px;
}

.mainArticles .articlehalf img {
    margin-bottom: 0px;
    max-width: 500px;
}

.mainArticles .article_one_third img {
    margin-bottom: 0px;
    max-width: 300px;
}
.mainArticles .article_one_third {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.mainArticles .articlehalf .article_body,
.mainArticles .article_one_third .article_body{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.mainArticles .articlehalf .article_body,
.mainArticles .articlehalf .article_body h4,
.mainArticles .articlehalf .article_body .image,
.mainArticles .articlehalf .article_body p
{max-width: 500px !important;}

.mainArticles .article_one_third .article_body{max-width: 320px !important;}
.mainArticles .article_one_third .article_body h4,
.mainArticles .article_one_third .article_body .image,
.mainArticles .article_one_third .article_body p{max-width: 300px !important;}

.mainArticles .article_one_third .article_body h4{margin-left: 0 !important; padding-left: 0 !important; background: none !important; font-feature-settings: "palt" !important; font-size: 1.4em !important;}
.mainArticles .articlehalf1 .article_body {margin-right: 0; padding-right: 12px;}
.mainArticles .articlehalf2 .article_body {margin-left: 0; padding-left: 12px;}

.mainArticles .article_one_third_2{ margin-left: 42px !important; margin-right: 42px !important;}

.mainArticles .articlehalf .article_body h4,
.mainArticles .article_one_third .article_body h4{order:1; text-align: center;}
.mainArticles .articlehalf .article_body .image,
.mainArticles .article_one_third .article_body .image{order:2;}
.mainArticles .articlehalf .article_body p,
.mainArticles .article_one_third .article_body p{order:3;}

.index_concept{background: #ffd27f;}

#index_concept .comment{text-align: left !important;}
#index_concept strong{ width: 100%; display: block; text-align: center !important;}

#index_treatment{font-feature-settings: "palt"; letter-spacing: 0;}
#index_treatment span{ font-size: 12px; font-weight: normal !important; display: block; text-align: left !important;}
#index_treatment li{min-height: 294px;}

.about_concept h4{
    width: 100%;
    display: block !important;
    border-bottom: 0px none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 20px !important;
    text-align: left !important;
    background: none !important;
}

.about_concept h4 span{
    font-size: 16px;
    display: block;
    width: 100%;
    color: #333;
    background: url(/materials/173371061943801.png) center left no-repeat !important;
    background-size: 70px 48px !important;
    line-height: 48px;
}

.mainArticles div[id^="blog"] .article_body {
	/*--width: 100%;--*/
	margin: 0 auto;
	padding: 0 4%;
}

#wrap {
	min-width: 1200px;
}

/*---------------
スライドショー高さ可変
----------------------------*/
.mainImage #slider li {
        height: auto !important;
}

/*追従型ボタン*/
.freeHtml #contact-box{
  position:fixed;
  top:250px;
  right:0px;
  z-index:100;
  width:50px;
}

/*吹き出し*/
.balloon1-right {
  position: relative;
  display: inline-block;
  margin: 5em 15px 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 10px;
}

.balloon1-right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}

.balloon1-right p {
  margin: 0;
  padding: 0;
}