@charset "utf-8";

/*  全デバイス共通 リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ul {
    list-style:none;
}

body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	color: #000;
    box-sizing:border-box;
    margin:0;
}

a:link {
    text-decoration: none;
    color:#464646;
}

a:visited {
    text-decoration: none;
    color:#464646;
}

a:hover	{
    text-decoration: underline;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}


/* PC用　ヘッダー */
#header	{
    display: block;
    width: 100%;
    height:58px;
    margin:0 ;
    background: url(../images/top_bg.png) repeat-x top / contain;
    padding: 4px 0px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 10; 
}

#header .headboxpc {
    width: 980px;
    height:58px;
    margin:0 auto;
    overflow: hidden;  
    display:flex;
　　 justify-content: flex-start;
}
#header .headboxsp {
    display:none;
}
#header h1 {
    width: 380px;
    margin: 0px;
}
#header div.telnum {
    margin-left: 30px;
}

#header div.insta {
    margin-left: auto;
}


/* キービジュアル */
#kv {
    display: block;

}

/* ↓↓↓ コンテンツ部分 ↓↓↓ */
.mein-contents	{
    display: block;
    width: 980px;   
	margin: 0 auto;
}


/* グローバルナビ */
#navigation ul.nav {
    width: 100%;
    display:flex;
    justify-content: space-between;
    margin:20px 0 30px 0;
}
#navigation ul.nav li {
    list-style: none;
    padding:7px 20px;
    border: 1px solid #df7878;
    border-radius: 5px;
    background-color: #df7878;
    margin:10px 0;
    color: #fff;
}

#navigation ul.nav li a {
    color: #fff;
}

/* スマホ用グローバルナビを非表示に */
.hamburger {
    display: none;
}
nav.globalMenuSp {
    display: none;
}


/* お知らせ */
#news {
    background: url(../images/sky_bg.jpg) repeat-y top left;
    padding:50px;
}

#news .newsbox {
    background-color: #fff;
    border: 3px solid #909480;
    padding:30px;
}
#news .newsbox p {
    margin:0 0 10px 0;
}

#news .newsbox  ul li{
    list-style: none;
    border-bottom: 1px dotted #909480;
    margin:0;
    padding:13px 0;

}

#news .newsbox  ul li span {
    display:inline-block;
    /*width:10em;*/
}

.news-insta p {
    margin:20px auto　0;
    text-align: center;
    vertical-align: middle;
}

.news-insta p img {
    vertical-align: middle;
}

/* セクションの共通　*/
h2 {
    font-size:1.5em;
    color:#df7878;
    font-weight: bold;
    margin-top:30px;
    text-align: center;
}

.twocolums {
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
}

.col100 {
    width:100%;
    line-height:2em;
    padding:0 auto;
    text-align: center;
}
.col {
    width:45%;
    line-height:2em;
    padding:0 auto;
}
.col30 {
    width:30%;
    line-height:2em;
}
.col70 {
    width:70%;
    line-height:2em;
}

span.hosp-name {
    font-size: 1.2em;
    font-weight:bold;
}

/* 当院について*/
#about {
    margin-top:50px;
    padding: 0 10px;
}


/* 診療時間と受付*/

#biztime {
    background: url(../images/sky_bg.jpg) repeat-y top left;
    padding:30px;
    margin-top:30px;
}

iflame {
    width:100%;
    height:300px;
}

/* 診療時間の表*/
table.timescdlpc {
    margin:30px auto 15px auto;
    width:80%;
    border-collapse:  collapse; 
}
table.timescdlpc th,td {
    border: solid 1px #777;  
    padding: 10px;
    text-align:  center;
    vertical-align: middle;
}
table.timescdlpc th {
    background-color: #666;
    color:#fff;
}
table.timescdlpc td {
    background-color: #fff;
}
.cap {
    margin:30px auto 15px auto;
    width:80%;
    line-height: 1.5em;
}
/* スマ御用の表示は非表示に　*/
table.timescdlsp {
    display:none;
}

/* ソトマチの囲み*/
.sotomachi {
    margin:30px auto 15px auto;
    width:80%;
    line-height: 1.5em;
    background-color: #fff;
    border: 2px solid #65d28e;
    border-radius: 12px;
    padding: 0 25px 20px;
}

.webcheckin2 {
    display: block;
    margin:30px auto;
    width:30%;
}

.sotocap {
   text-align: center;
    margin-bottom: 30px;
}



/* ショッピング*/
#shopping {
    padding:30px;
    margin-top:50px;
}
span.bigtxt {
    font-size: 1.5em;
}

.mt10 {
    margin-top:10px;
}
.mt20 {
    margin-top:20px;
}
.dbn-link a {
    text-decoration: underline;
    color: #ccc;
}

/* SNS */

#sns {
    background: url(../images/sky_bg.jpg) repeat-y top left;
    padding:30px;
    margin-top:50px;

}

/* footer　*/

#footer {
    background: url(../images/footer_bg.jpg) no-repeat top center;
    margin-top:50px;
    padding-top:330px;
}

div.threecolums {
   margin:0px auto 30px;
   display:flex;
   width: 980px;
}

.col1 {
    width:40%;
    line-height: 2em;
}
.col2 {
    width:30%;
    line-height: 2.3em;
}
.col3 {
    width:30%;
    line-height: 2.3em;
}

.copyrights {
    width:980px;
    margin:0 auto;
    font-size: 0.7em;
    text-align: center;
}


/* index2　*/
.mt80 {
    margin-top:80px;
}

/* index2 院長紹介 */
#doctor {
    background: url(../images/sky_bg.jpg) repeat-y top left;
    padding:50px;
}

/* index2 施設案内 */
ul.picbox {
    margin:50px 50px 30px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.picbox li {
    width: 46%;
    margin-bottom: 30px;
}

ul.picbox li img {
    width:100%;
}

/* プライバシーポリシー */
#policy {
    line-height: 2em;
    width:980px;
    margin:100px auto 0;
}

#policy h3 {
    margin-top: 30px;
}

/* ソトマチ説明 */
#sotomachicap {
    line-height: 2em;
    width:100%;
    margin:40px auto 0;
}

#sotomachicap p {
    margin-top: 40px;
    text-align: center;
}

#sotomachicap p img {
    width:inherit;
}

/* スマホだけのコンテンツを非表示 */
.pc {
    display:block;
}
.sp {
    display:none !important;
}
.br-sp {display: none; }



/*202308 追記　料金表のアコーディオン*/

.toggle {
	display: none;
}
.Label {		
	padding: 1em;
	display: block;
	color: #333;
	background:#b3e8f7;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.price_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.price_content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .price_content {	/*開閉時*/
	height: auto;
	padding:20px 0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.price_content dl {
  display: flex;
  flex-wrap: wrap;
}

.price_content dt {
  width: 40%;
}

.price_content dd {
  width: 60%;
}




/* ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ 480px以下 スマホ用の見栄え調整 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */

@media screen and (max-width:480px) { 

/* PCだけのコンテンツを非表示 */
.pc {
    display:none!important;
}
.sp {
    display:block!important;
}
.br-sp {display: block; }

.mein-contents	{
    display: block;
    width: 94%;   
	margin: 0 auto;
}
  /* プライバシーポリシーをスマホ幅にフィットさせる */
  #policy {
    width: 94%;
    margin: 80px auto 0;
    padding: 0 2%;
    box-sizing: border-box;
  }

/* スマホ用ヘッダー */
#header .headboxpc {
    display:none;
}
#header .headboxsp {
    display:block;
    width: 100%;
    height:52px;
    margin:0 auto;
    background: #f0eeee; 
    position: relative;
}

#navigation {
    display:none;
}

#header {
    display:block;
}

#header h1 {
  position: absolute;
  width: 60%;
  top: 6px;
  left: 20%;
}
#header h1 img {
    width: 100%;
}


/* スマホ用キービジュアル */
#kv img.sp {
    width:100%;
}

/* スマホ用お知らせ */
#news {
    padding: 15px;
}
#news .newsbox {
    padding: 15px;
}

/* スマホ用 2カラムレイアウトを解除 */
.twocolums {
    margin: 30px 0;
    display: block;
}
.col {
    width: 100%;
    line-height: 2em;
    margin:15px 0;
    padding:0 auto;
}

h2 {
    font-size:1.2em;
    margin-top:0;
}

/* スマホ　診療時間と受付*/

#biztime {
    padding:30px 5px;
}

/* 診療時間の表*/
table.timescdlsp {
    display: block;
    margin:30px auto 15px auto;
    width:80%;
    border-collapse:  collapse; 
}
table.timescdlsp th,td {
    border: solid 1px #777;  
    padding: 10px;
    text-align:  center;
    vertical-align: middle;
}
table.timescdlsp th {
    background-color: #666;
    color:#fff;
}
table.timescdlsp td {
    background-color: #fff;
}
table.timescdlpc {
    display:none; 
}

/* ソトマチ　*/
.sotomachi {
  padding: 20px 25px 20px;
}
.webcheckin2 {
    margin: 0 auto;
    width:inherit;
}

div.sotomachi>div.twocolums>div.col>img {
    width:84%;
}

/* 動物ナビ　*/
#shopping>div.twocolums>div.col figure img {
    max-width: 334px;
    margin:0 auto;
}
#shopping {
    padding:10px;
    margin-top:30px;
}



/* SNS 読み込みの左右幅を調整　*/
#sns {
  padding: 25px 10px;
  margin-top: 0px;
}

#sns>div.twocolums>div.col blockquote {
    width:100%;
}

#sns>div.twocolums>div.col iframe {
    width:100%;
}

/* footer　*/
#footer {
  margin-top: 0px;
  padding-top: 310px;
  height: inherit;
}

div.threecolums {
   display:block;
   width: 100%;
}

.col1 {
    width:90%;
    line-height: 2em;
    margin: 5px 20px;
}
.col2 {
    width:90%;
    line-height: 2em;
    margin: 25px 20px 0;
}
.col3 {
    width:90%;
    line-height: 2em;
    margin: 5px 20px;
}

.copyrights {
  width: 100%;
}

/*院長より*/
#doctor {
  padding: 60px 20px;
}
.col30 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.col70 {
  width: 100%;
}

/*施設案内*/
ul.picbox {
  margin: 50px 20px 30px;
}

/* ソトマチ説明 */
#sotomachicap {
    margin: 70px 0px 0px;
}

#sotomachicap img {
max-width: 100%;
height: auto;
}
#sotomachicap p {
    margin-top: 10px;
}







}


/* トップコンセプト用デザイン */
.top-concept {
  max-width: 960px;
  margin: 40px auto 32px;
  padding: 28px 24px;
  background: #fff7f0;        /* ほんのりベージュでやさしい背景 */
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
  text-align: center;         /* PCでもスマホでも中央寄せ */
  line-height: 1.9;
}

.top-concept h2 {
  font-size: 22px;
  margin-bottom: 18px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top-concept p {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
}

.top-concept .reserve-note {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

/* スマホ表示のとき少しコンパクト＆読みやすく */
@media (max-width: 768px) {
  .top-concept {
    margin: 24px 12px 20px;
    padding: 20px 16px;
  }

  .top-concept h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .top-concept p {
    font-size: 14px;
  }
}
/* よくある質問 タイトルと内容の間隔調整 */
#faq h2 {
  margin-bottom: 50px;  /* ← この数字を大きくすると、さらに広がります */
}
/* スマホ用：よくある質問 タイトル下の余白をしっかり確保 */
@media screen and (max-width: 768px) {
  #faq h2 {
    margin-bottom: 50px;   /* ← スマホでは少し大きめに */
  }

  #faq .faq-box p {
    margin-bottom: 24px;
    line-height: 1.9;
  }
}
/* ==========================
   PCメニュー レイアウト（1列で中央揃え）
========================== */
@media screen and (min-width: 769px) {

  /* メニュー全体を中央に1列で配置 */
  #navigation {
    text-align: center;
  }

  #navigation .nav {
    display: inline-flex;     /* ← コンテンツ幅だけの横並び */
    flex-wrap: nowrap;        /* ← 折り返さない（必ず1列） */
    justify-content: center;
    gap: 5px;                /* ボタン同士のすき間 */
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #navigation .nav li {
    margin: 0;
  }

  /* 各ボタンの大きさ＆文字位置 */
  #navigation .nav li a {
    display: flex;
    align-items: center;      /* 縦中央 */
    justify-content: center;  /* 横中央 */
    text-align: center;

    min-width: 100px;         /* ボタン幅（7個並んでも収まるサイズ） */
    min-height: 50px;         /* 高さをそろえる */
    padding: 8px 14px;
    line-height: 1.4;
    font-size: 14px;
    border-radius: 6px;
    box-sizing: border-box;
  }
}
/* ▼ PCだけ改行、スマホでは強制改行を消す */
br.pc-br {
  display: none;
}

@media screen and (min-width: 769px) {
  br.pc-br {
    display: inline;
  }
}

/* ▼ スマホの文章を読みやすく */
#policy p {
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  #policy p {
    font-size: 14px;
  }
}
