@charset "utf-8";



/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");


/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("inview.css");



/*ページ全体のフェードイン
body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}*/




/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	font-size: 16px;	/* 13px 基準となるフォントサイズ。*/
	height: 100%;
	/*scroll-behavior: smooth;*/
}
/*画面幅960px以上の追加指定*/
@media screen and (min-width:900px) {
html, body {
	font-size: 17px;	/*基準となるフォントサイズ。*/
}
}

@media screen and (min-width:900px) {
html,body {
	scroll-padding-top: 150px; /*ヘッダーの高さ 112.8px＋余白*/
	scroll-behavior: smooth;
}
}




/*アンカーリンク*/
/*@media screen and (max-width: 899px) {
#news.anchor {
	padding-top: 2em!important;
}
#news .main {
	margin: 3em 1em 4em;/* 6em 1em 8em*
}
}
@media screen and (min-width:900px) {
#news.anchor {
	padding-top: 5em!important;/* 9em!important*
}
#news .main {
	margin: 0 auto 5em;/* 0 auto 8em*
}
}*/

/*@media only screen and (min-width: 900px) {
.anchor {
	margin-top: -58px; /* ヘッダー58px*
    padding-top: 58px;
}
}*/
@media only screen and (min-width: 959px) {
.anchor {
	margin-top: -120px; /* ヘッダー120px+余白*/
    padding-top: 120px;
}
}


body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;	/*フォント種類（ゴシック）*/
	/*font-family:"BIZ UDPMincho","Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,serif, "ＭＳ Ｐ明朝", "MS PMincho";/*[Sawarabi Mincho]はAndroid対策*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #555;		/*文字色*/
	line-height: 1.2;
	
}

/*グーグルwebフォント*/
.biz-udpmincho-regular {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 400;
  font-style: normal;
}
.biz-udpmincho-bold {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
}


/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*サブエリア内の画設定*/
.sub img {
	border: none;
	width: 100%;
	max-width: 500px;
	height: auto;
	vertical-align: middle;
}
.center {
	text-align: center;
}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*他*/
input {font-size: 1rem;}

section {
	margin-bottom: 5em;
}
section + section {
	margin-top: 5rem;
}

/*section 奇数*/
#uline section:nth-of-type(odd) {
	background-color:#fff; 
}
/*section 偶数*/
#uline section:nth-of-type(even) {
	background-color:#F2F4FB;
}
#uline section:nth-of-type(odd).contents {
	padding-top: 5em!important;
	padding-bottom: 5em!important;
}
#uline section:nth-of-type(even).contents {
	padding-top: 5em!important;
	padding-bottom: 5em!important;
}
#uline section {
	margin-bottom: 1em!important; /*5em*/
}
#uline section + section {
	margin: 0 0 0!important;
}
#uline section:last-of-type {
	margin-bottom: 0!important;
	padding-bottom: 6em!important;
	margin-top: 0!important;
}
@media screen and (max-width: 500px) {
section {
	margin-bottom: 1em;
}
section + section {
	margin-top: 0;
}
#uline section:nth-of-type(odd).contents {
	padding-top: 3em!important;
	padding-bottom: 3em!important;
	margin: 0;
}
#uline section:nth-of-type(even).contents {
	padding-top: 3em!important;
	padding-bottom: 3em!important;
}
#uline section {
	margin-bottom: 0!important; /*5em*/
}
#uline section + section {
	margin: 0 0!important;
}
#uline section:last-of-type {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #555;		/*文字色*/
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}

a:hover {
	opacity: 0.8;	/*マウスオン時に80%の透明度にする*/
}


/*container
---------------------------------------------------------------------------*/
#container {
	/*max-width: 1800px;	/*サイトの最大幅。これ以上広がらない。*/
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}


/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	display: flex;
	justify-content: space-between;	/* space-between ★病院名と電話・メール　並びかたの種類の指定*/
	align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
	padding: 10px 65px 10px 3%;
	/*padding: 13px 3%;			/* TELアイコンボタンあり： 10px 3%　20px 3% 上下、左右へのヘッダー内の余白*/
	/*background: #4B7447;		/* #5d4f38 背景色*/
	color: #fff;				/*文字色*/
	border-bottom: 2px solid #8ADD00;
	background-image: url("../images/back_wood.jpg");
	background-size: cover;
	background-repeat: repeat-x;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	z-index: 1;
}
/*@media screen and (max-width:959px) {
header {
	padding: 13px 65px 13px 3%;			/* 10px 3% 20px 3% 上下、左右へのヘッダー内の余白*
	display: flex;
	justify-content: space-between;
	align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*
}
}*/
header a {color: inherit;}

/*ロゴ*/
#logo img {
	display: block;
	/*margin-bottom: 10px;*/
	width: 100%;
	max-width: 200px;	/* 280px 230px 150px ロゴの幅*/
}
#logo {
	max-width: 100%;
	margin: 0;	
}
:root{
	scroll-padding-top: 2em; /*ヘッダーの高さ 112.8px＋余白*/
	scroll-behavior: smooth;
}

	/*画面幅600px以上の追加指定*/
	@media screen and (min-width:520px) {
	/*ヘッダーブロック*/
	header {
		display: flex;					/*flexボックスを使う指定*/
		justify-content: space-between;	/* space-between ★病院名と電話・メール　並びかたの種類の指定*/
		align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
		padding: 10px 75px 10px 3%;/* 10px 75px 10px 3% */
	}
	}/*画面幅900px以上の追加指定ここまで*/

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
	/*ヘッダーブロック*/
	header {
		display: flex;					/*flexボックスを使う指定*/
		justify-content: start;	/* start：左寄せ　★病院名と電話・メール　並びかたの種類の指定*/
		align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
		border: none;
		padding: 10px 1.5% 0 1.5%; /* 10px 3% 0 3% */
		width: 100%;
		height: 70px; /* #menubarのtopも同じ数値にする*/
		position: fixed;
		z-index: 1;
		/*background: rgba(49,88,45,0.95); /*★色 #4B7447*/
		font-family: "BIZ UDPMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho"; /*★文字*/
	}
	/*ページ内リンク時の固定ヘッダー*/
	:root{
	scroll-padding-top: 150px; /*ヘッダーの高さ 112.8px＋余白*/
	scroll-behavior: smooth;
}
/*ロゴ*/
#logo img {
	max-width: 350px;	/* 300px ロゴの幅*/
}
	}/*画面幅900px以上の追加指定ここまで*/


/*トップページのスライドショー（vegasを使用）
背景画像をレスポンシブにする為の設定ですが、画像比率を変更したい場合はテンプレート内マニュアルをご覧下さい。
---------------------------------------------------------------------------*/
#mainimg-box {
	width: 100%;
	height: 0;
	padding-top: 35%; /* 45% 38% 33.3% スライドショーの高さを設定*/
	position: relative;
	/*z-index: -1; この設定があるとリンクが効かない*/
}
	@media screen and (min-width:900px) {
	/*ヘッダーブロック*/
	#mainimg-box {
		margin-top: 112px;/*header + navの高さ*/
		}
	}
#mainimg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
#mainimg-box h1{
  position: absolute;
  z-index: 0;
  bottom: 3.5rem;/* 5rem*/
  /*left: 1rem;*/
 /* transform: translate(-50%, -50%);*/
  text-align: center;
  font-size: clamp(1.8rem, calc(1.25vw + 1.5rem), 3.2rem);
  /*letter-spacing: 0.1em;*/
  text-transform: uppercase;
  color: #fff;
	font-family: "BIZ UDPMincho","Noto Serif JP","Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,serif, "ＭＳ Ｐ明朝", "MS PMincho";/*[Sawarabi Mincho]はAndroid対策*/
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 0 0 1rem;
	text-shadow: 0 0 10px #6BBC00,0 0 5px #6BBC00,0 0 5px #6BBC00,0 0 5px #6BBC00,0 0 10px #6BBC00,0 0 10px #6BBC00,0 0 10px #6BBC00,0 0 10px #6BBC00,0 0 10px #6BBC00;
	text-shadow: 0 0 20px #4CC800,0 0 10px #4CC800,0 0 10px #4CC800,0 0 10px #4CC800,0 0 20px #4CC800,0 0 20px #4CC800,0 0 20px #4CC800,0 0 20px #4CC800,0 0 20px #4CC800;
}
@media screen and (max-width: 835px) {
#mainimg-box {
	padding-top: 35%; /* 43% 50% 33.3%*/
	margin-top: 0;
}
#mainimg-box h1{
  bottom: 0; /* 1.5rem*/
	font-size: clamp(1.5rem, calc(1.2vw + 1.3rem), 2.5rem);
}
}
@media screen and (max-width: 500px) {
/*#mainimg-box {
	padding-top: 60%; /* 33.3%
}*/
#mainimg-box h1{
  bottom: 0.5rem;/*1rem*/
	/*font-size: clamp(1rem, calc(1vw + 1rem), 2rem);*/
	font-size: 1.5rem;
	padding: 0 1rem;
	 text-align: left;
	font-family: "BIZ UDPMincho","Noto Serif JP","Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,serif, "ＭＳ Ｐ明朝", "MS PMincho";/*[Sawarabi Mincho]はAndroid対策*/
	text-shadow: 0 0 10px #4CC800,0 0 5px #4CC800,0 0 5px #4CC800,0 0 5px #4CC800,0 0 10px #4CC800,0 0 10px #4CC800,0 0 10px #4CC800,0 0 10px #4CC800,0 0 10px #4CC800;
	line-height: 1.1em;
	/*font-weight: 600;*/
}
}

@media screen and (min-width:900px) {
.pages-topspace {
	padding-top: 112px;
}
}
@media screen and (max-width: 835px) {
.pages-topspace {
	padding-top: 0;
}
}
/*左右余白*/
.contents {
	padding: 5vw;
}
/**/
.inner {
	width: 100%;
	padding: 0;
}
@media screen and (min-width:900px) {
.inner {
	max-width: 1200px;
	margin: 0 auto;
}
}


/*ページタイトルエリア*/
.ttl {
	padding: 5vw 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	/*text-shadow: rgba(0,0,0,1.00) 0 0 5px;*/
	/*font-weight: bold;*/
	color: #444;
	letter-spacing: 0.5rem;
	font-family: "Noto Serif JP","BIZ UDPMincho","Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,serif, "ＭＳ Ｐ明朝", "MS PMincho";
	/*-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	paint-order: stroke;*/
	text-shadow: 
    1px 1px 0 #fff, -1px -1px 0 #fff,
    -1px 1px 0 #fff, 1px -1px 0 #fff;
}




/*メニューブロック設定
---------------------------------------------------------------------------*/
#menubar a {display: block;text-decoration: none;}
#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*font-family: "Font Awesome 5 Free";*/
	font-family: "Font Awesome 5 Free", "BIZ UDPMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho"; /*★文字*/
}
#menubar.d-n, #menubar_hdr.d-n, #menubar .ddmenu_parent ul, #menubar .ddmenu_parent ul ul {display: none;}
#menubar.d-b {display: block;}
#menubar_hdr.d-b {display: flex;}
#menubar {
	animation: opa1 0.3s 0.2s both;	/*0.2秒の間だけ非表示にし、その後0.3秒かけてフェードイン表示*/
	/*position: relative;z-index: 1;	/*スライドショーがある場合にドロップダウンが下に隠れないようにするため*/
	font-size: 16.5px;	/* 18px 文字サイズ。端末サイズで文字サイズが変わると不具合が出る場合があるので、ここで統一しています。*/
	z-index: 1;
	/*background: rgba(49,88,45,0.95); /*★色 #4B7447*/
	position: fixed;
	top: 70px; /*ヘッダーの高さと同じ*/
	width: 100%;
	/*right: 0;*/
	background-image: url("../images/back_wood.jpg");
	background-size: cover;
	background-repeat: repeat-x;
	border-bottom: 3px solid #8ADD00;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	height: 42.8px;
}


/*ドロップダウンブロック設定
---------------------------------------------------------------------------*/
/*ドロップダウンメニューのリンクタグ*/
#menubar .ddmenu {
	cursor: default;	/*リンク要素のカーソルを矢印に変更しておく*/
}

/*ddmenuを指定しているメニューに矢印アイコンをつける設定*/
a.ddmenu::before {
	content: "\f078";	/*使いたいアイコン指定。Font Awesome*/
	font-weight: bold;	/*この手の設定がないとアイコンが出ない場合があります*/
	margin-right: 0.5em;	/*アイコンとテキストとの間に空けるスペース*/
}


/*大きな端末用のメニューブロック設定
---------------------------------------------------------------------------*/
.p #menubar > nav > ul {
	display: flex;					/*flexボックスを使う指定*/
	/*justify-content: space-between;	/*並びかたの種類の指定*/
	justify-content: flex-end;
}

/*メニュー１個あたりの設定*/
.p #menubar li {
	text-align: center;	/*テキストをセンタリング*/
	/*flex: 1;			/*個々のメニューを均等にし、幅いっぱいまで使う設定*/
	position: relative;	/*ドロップダウンの幅となる基準を作っておく*/
	border: none;
	padding: 0 1em;
}
.p #menubar li:hover {
    background-color:rgba(90,142,0,0);
background-image:
radial-gradient(at 53% 100%, rgba(112,209,0,0.60) 0px, transparent 50%),
radial-gradient(at 0% 0%, rgba(90,142,0,0) 0px, transparent 50%);
}
/*メニュー１個あたりの設定*/
.p #menubar li li {
	width: auto;
	padding: 0;
}
.p #menubar a {
	padding: 10px 0;			/*メニュー内の余白*/
	/*background: #393122;	/*背景色*/
	/*color: #fff;			/*文字色*/
	color: #94D821; /*★色　#CCFF77 #8EBA43 #A2DB32*/
}
.p #menubar a:hover {
	/*background: #62A414;	/*背景色*/
	opacity: 1;
	color: #fff;
    text-shadow: 0 0 5px #45C400;
}

/*現在表示中メニュー（current）*/
.p #menubar li.current > a {
	background: #62A414;	/*背景色*/
}

/*現在表示中メニューの下部にある「▼」*/
.p #menubar li.current::before {
	content: "▼";				/*この文字（▼マーク）を出力します*/
	font-size: 20px;			/*サイズ*/
	color: #62A414;				/*色*/
	position: absolute;			/*絶対配置する*/
	bottom: -1.2em;				/*下からの配置場所の指定*/
	left: calc(50% - 0.5em);	/*左からの配置場所の指定*/
	transform: scale(1.5, 0.8);	/*大きさを少し横長にする。横に1.5倍、縦に0.8倍です。*/
}


/*大きな端末用のドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンメニューブロック全体*/
.p #menubar ul ul {
	position: absolute;z-index: 100;
	width: 100%;
	/*border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
.p #menubar ul ul a {
	background: rgba(40,40,40,0.80); /* rgba(30,25,15,0.80)*/
	color: #fff;
}
.p #menubar ul ul a:hover {
	background: rgba(64,107,12,0.80);	/*背景色*/
}


/*小さな端末用の開閉ブロック
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.s #menubar.d-b {
	position: fixed;
	overflow: auto;
	z-index: 100;
	right: 0px;top: 0px;/*左からleft: 0px;top: 0px;*/
	width: 30%;/* 100%*/
	height: 100%;
	padding: 50px 15px 20px;			/*  20px 20px 20px / 100px 20px 20px　ブロック内の余白。上、左右、下。*/
	/*background: rgba(33,46,0,0.90);		/*背景色。0,0,0は黒の事で0.9は色が90%出た状態。*/
	background-image: url("../images/back_wood.png");
	background-size: cover;
	background-repeat: repeat;
	text-align: center;					/*内容をセンタリング*/
	animation: animation1 0.2s both;	/*animation.cssのanimation1を実行する。0.2sは0.2秒の事。*/
	border-bottom: none;
	box-shadow: none;
}
@media screen and (max-width: 500px) {
.s #menubar.d-b {
	width: 50%;/* メニューの横幅 */
}
}
@media screen and (max-width: 899px) {
.s #menubar ul li {
	border-bottom: 1px solid #7EB148;
}
.s #menubar ul li ul li {
	border-bottom: 1px dotted rgba(255,255,255,0.5);
}
.s #menubar ul li ul li:first-child {
	border-top: 1px dotted rgba(255,255,255,0.5);
}
.s #menubar ul li ul li:last-child {
	border-bottom: none;
}
}
/*メニュー１個あたりの設定*/
.s #menubar ul li {
	padding: 30px 0 0;		/* 30px メニュー内の余白*/
}
.s #menubar ul li a {
	padding: 0 0 30px;		/* 30px 0 / 30px メニュー内の余白*/
	color: #CCFF77;		/*文字色*/
}
/*メニュー１個あたりの設定*/
.s #menubar ul li ul li {
	padding: 10px 0 0;		/*メニュー内の余白*/
}
.s #menubar ul li ul li a {
	padding: 0 0 10px;		/*メニュー内の余白*/
	color: #fff;		/*文字色*/
}

/*　SP用 HOMEアイコン*/
#menubar .homeicon {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #7EB148;
}
#menubar .homeicon a {
	color: #CCFF77;
	text-decoration: none;
}

/*　SP用 TEL/メール アイコン*/
#menubar .mnbicon {
	width: 150px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
#menubar .mnbicon > div {
	width: 50%;
	margin:  0 auto;
}
#menubar .mnbicon .mnbicon-area {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	padding: 0.5em;
	border-radius: 5px;
	background: linear-gradient(#ff9000, #ff6000);
	font-size: 25px;
	align-items: center;
	justify-content: center;
}
#menubar .mnbicon a {
	color: #fff;
	text-decoration: none;
	line-height: 1rem;
}
#menubar .mnbicon a i {
	line-height: 1em;
}
#menubar .mnbicon > div > div img {
	width: 100%;
	max-width: 19px;
}



/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*大きな端末では非表示にしておく*/
.p #menubar_hdr {display: none;}

/*３本バーを囲むブロック*/
.s #menubar_hdr {
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 20px;		/* 20px 右からの配置場所指定*/
	top: 15px;			/* 15px 上からの配置場所指定*/
	padding: 10px 8px;	/* 16px 14px 上下、左右への余白*/
	width: 40px;		/* 46px 幅（３本バーが出ている場合の幅になります）*/
	height: 40px;		/* 46px 高さ*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	background: rgba(0,0,0,0.5);	/*背景色*/
	/*border-radius: 50%;				/*円形にする*/
	border-radius: 5px;
}

	/*画面幅400px以下の追加指定*/
	@media screen and (max-width:899px) {
	
	/*３本バーを囲むブロック*/
	.s #menubar_hdr {
		right: 15px;	/*右からの配置場所指定*/
		top: 8px;		/* 10px 上からの配置場所指定*/
	}
	
	}/*画面幅400px以下の追加指定ここまで*/


/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-top: 2px solid #fff;	/*線の幅、線種、色*/
}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 30px;						/* 20px バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(3.8px, 9px);	/* rotate(45deg) translate(3.8px, 5px) 回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(3.8px, -9px);	/* rotate(-45deg) translate(3.8px, -5px) 回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	margin: 3vw 3vw 5em;	/* 3vw ブロックの外側に空けるスペース。css冒頭で指定しているglobal-spaceを読み込みます。*/
}
	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
	main {
		flex: 1;	/*コンテンツが少ない場合でも高さを確保する*/
	}
	/*2カラムで使う為の指定*/
	main.c2 {
		display: flex;
		justify-content: space-between;
		gap: 3vw;	/*左右のブロックの間のマージン的な余白。css冒頭で指定しているglobal-spaceを読み込みます。*/
	}
	main.c2 .main {
		order: 1;
		flex: 1;
	}
	main.c2 .sub {
		width: 230px;	/*幅。お好みで。*/
	}
	}/*画面幅900px以上の追加指定ここまで*/


.main {
	margin: 5em 1em;	/* 6em 1em    30px 20px 20px 30px 10px 20px ブロックの外側に空けるスペース*/
}

	/*画面幅960px以上の追加指定*/
	@media screen and (min-width:960px) {
	.main {
		margin: 5em 1em;	/* 50px*/
		flex: 1;
	}
	/*2カラムで使う為の指定*/
	.main.c2 {
		display: flex;
		justify-content: space-between;
	}
	.main.c2 .main-side {
		width: calc(100% - 320px);	/*幅。ここの280pxの数字は下の.subの幅(230px)と、左右ブロックの間の余白(50px)を追加したものです。*/
		order: 1;
	}
	.main.c2 .sub {
		width: 260px;	/* 230px 幅*/
	}
	}/*画面幅960px以上の追加指定ここまで*/


	/*画面幅1300px以上の追加指定*/
	@media screen and (min-width:1300px) {
	.main {
		max-width: 1200px;
		margin: 5em auto;
	}
	}/*画面幅1300px以上の追加指定ここまで*/


/*mainブロック内のhタグ*/
h1, h2, h3, h4, h5, h6,
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
	/*font-family:"BIZ UDPMincho","Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,serif, "ＭＳ Ｐ明朝", "MS PMincho";/*[Sawarabi Mincho]はAndroid対策*/
	/*font-family: 'Baskerville','Georgia','Times New Roman','Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Sawarabi Mincho','Hiragino Mincho Pro',serif;*/
	font-family: "Noto Serif JP","BIZ UDPMincho","Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,serif, "ＭＳ Ｐ明朝", "MS PMincho";
}

/*mainブロック内のh2タグ*/
h1 {
	font-size: 1.9rem;	/*文字サイズ*/
	margin: 0 0 2rem;	/*h2の外側にとるスペース。上、左右、下への順番。*/
}

h2 {
	font-size: 1.7rem;	/*文字サイズ*/
	margin: 0 0 2rem;	/*h2の外側にとるスペース。上、左右、下への順番。*/
}
.main h2 {
	font-size: 1.7rem;	/*文字サイズ*/
	margin: 0 0 1rem;	/*h2の外側にとるスペース。上、左右、下への順番。*/
	border-bottom: 2px solid #578C00;	/*下線の幅、線種、色。ベースカラーです。下のspanのborder-bottomと数字を合わせておく。*/
	letter-spacing: 0.1rem;	/*文字間隔を少しだけ広くとる*/
	color: #578C00; /*　★色　*/
}
#uline .main  h2::before ,#uline .main  h2::after {
	background: none;
}
/*mainブロック内のh2タグに下線を引くための指定。*/
.main h2 span.uline {
	display: inline-block;
	border-bottom: 3px solid #73B800;	/*下線の幅、線種、色。アクセントカラーです。上のmain h2と数字を合わせておく。*/
	position: relative;
	bottom: -3px;		/*下からの配置場所指定。上にある２つのborder-bottomと重ねる為の指定なので、数字を合わせてから冒頭にマイナスをつけて下さい。*/
	padding: 0 1rem 0.2rem 0.7rem;	/* 0 1rem 0.2rem 上下、左右への余白。テキストの両脇に少し余裕をもって線を引くためです。*/
}
#uline h2 {
	padding: 5px;			/*ボックス内の余白*/
	position: relative;		/*アニメーションに必要な設定*/
}
/*h2タグのbefor（下線のデフォルトの状態の設定）*/
#uline h2::before {
	background: #d9d9d9;	/*線となる背景の色*/
}
/*h2タグのbefor,after 共通設定*/
#uline h2::before ,#uline h2::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 2px;	/*ラインの高さ*/
}
/*h2タグのafter（アニメーションの初期設定）*/
#uline h2::after {
	background: #1F3B90;		/*線となる背景の色*/
	transition: 1s 0.5s;		/*1sはアニメーションの実行時間は1秒。0.5秒遅れてスタートする指定。*/
	transform: scaleX(0);		/*幅。最初は0にして見えなくしておく。*/
	transform-origin: left top;	/*線の出現起点が左からになるように。中央からの出現がよければこの１行削除。*/
}
/*h2タグのアニメーション結果。ライン幅が100%になる。*/
#uline h2.linestyle::after {
	transform: scaleX(1);
}

/*中央から線が出る*/
.ulc h2::after {
	transform-origin: center!important;
}




/*h3タグ*/
h3 {
	font-size: 1.3rem;		/*1.5rem 文字サイズ*/
	margin: 0 0 0.5em;	/*h3の外側にとるスペース。上、左右、下への順番。*/
	letter-spacing: 0.1rem;	/*文字間隔を少しだけ広くとる*/
}
.main h3 {
	font-size: 1.3rem;		/*文字サイズ*/
	margin: 0 0 1rem;	/*h3の外側にとるスペース。上、左右、下への順番。*/
	letter-spacing: 0.1rem;	/*文字間隔を少しだけ広くとる*/
}
.byoshitsu h3 {
  /*padding: 0.1rem 1rem;
  border-left: 10px solid #000;*/
	border-top: 1px solid #1F3B90;
	border-bottom: 1px solid #1F3B90;
	background: #D7DDF1;
	padding: 0.2em 1em;
	color: #1F3B90;
	margin: 3rem 0 1rem ;
	font-weight: bold!important;
}
.nyuin-h {
	text-align: left;
}
@media screen and (max-width: 800px) {
.nyuin-h {
	text-align: center;
}
}

/*h4タグ*/
h4 {
	font-size: 1.3rem;		/*文字サイズ*/
	margin: 0 0 1rem;	/*h4の外側にとるスペース。上、左右、下への順番。*/
}
.main h4 {
	font-size: 1.3rem;		/*文字サイズ*/
	margin: 0 0 1rem;	/*h4の外側にとるスペース。上、左右、下への順番。*/
}




/*---------------------------------------------------------------------
pタグ*/
p {
	margin: 0;
}
p + p {
	margin-top: 0.5em;
}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
上記↑で設定した、p + pでクラス(.hidden)を付けたp要素、
または.hidden自体のマージンを打ち消す */
p + p.hidden,
.hidden {
  margin-top: 0;
  /*display: none; /* 要素を消す */
}




/*.main p {
	margin: 0 0 1rem;
}*/

/*微調整*/
/*.main p + p {
	margin-top: -0.5rem;	/* -1rem 段落が続いた場合に、少し上に詰める。
}*/

/*.main p:last-child {
	margin: 0;
}*/

ul.list1 {
	padding-left: 1.5em;
}
ul.list1 li + li {
	margin-top: 1em;
}
@media screen and (max-width:500px) {
h1 {
	font-size: 1.7rem;
	letter-spacing: 0;
}
h2 {
	font-size: 1.5rem;
	letter-spacing: 0;
}
h3 {
	font-size: 1.2rem;
}
h4 {
	font-size: 1.1rem;
}
.main h2 {
	font-size: 1.4rem;/* 1.5rem */
	letter-spacing: 0;
	margin-bottom: 1rem;
}
.main h3 {
	font-size: 1.2rem;
}
.main h4 {
	font-size: 1.1rem;
}
}

/*pタグ*/
.fbox-tm p {
	margin: 0 0 0.2rem;	/*pの外側にとるスペース。上、左右、下への順番。*/
}
.fbox-tm p:last-child {
	margin: 0;
}


/*subブロック設定
---------------------------------------------------------------------------*/
/*ブロック内のh3タグ*/
.sub h3 {
	margin: 0 0 0.5rem;
	font-weight: normal;
	background: #463413; /* #639F0 背景色*/
	color: #fff;
	text-align: center;
	padding: 0.5em;
	border-radius: 0.5em 0.5em 0 0;
}
.sub h3 a {color: inherit;}


/*サブメニュー設定
---------------------------------------------------------------------------*/
/*サブメニューブロック全体*/
.submenu {
	padding: 0;
	margin: 0 0 1rem;	/*上、左右、下へのマージン*/
}

/*メニュー１個あたり*/
.submenu li {
	border-bottom: 1px solid rgba(0,0,0,0.1);	/*下線の幅、線種、色。0,0,0は黒の事で0.1は色が10%出た状態。*/
	list-style: none;
	padding-left: 1em;
	text-indent: -1.15em;
}
.submenu a {
	display: block;text-decoration: none;
	/*background: #fff;	/*背景色*/
	padding: 0.5rem 1rem;	/*上下、左右へのメニュー内の余白*/
}
.submenu li:hover {
	background: #F5F5F5;	/*背景色*/
}


/*アイコン（Font Awesome）*/
.submenu a::before {
	transition: 0.3s;
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f0da";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #ABABAB;			/*アイコンの色*/
	padding-right: 0.8em;	/*アイコンとテキストの間の余白*/
	font-weight: bold;		/*この設定がないとアイコンが出ない場合があります*/
}

/*マウスオン時のアイコン設定*/
.submenu a:hover::before {
	color: #5d4f38;			/*アイコンの色*/
}







/*box1設定（このテンプレートでは、2カラム時のsubブロックでのみ使用しています）
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
.box1 {
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒の事で0.05は色が5%出た状態。*/
	padding: 10px;					/*ボックス内の余白*/
	border-radius: 5px;				/*角を丸くする指定*/
	margin-bottom: 1rem;			/*ボックスの下に空けるスペース*/
}

/*box1内で使った場合、下のマージンをなくす*/
.sub .box1 .submenu {
	margin-bottom: 0;
}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	/*background: #4B7447; /*　★色*/
	color: #fff;		/*文字色*/
	font-size: 0.9rem;	/*文字サイズ。*/
	font-weight: normal;
	padding: 1rem 3rem;	/*ボックス内の余白*/
	/*display: flex;		/*flexボックスを使う指定*/
	/*justify-content: space-between;	/*並びかたの種類の指定*/
	/*align-items: flex-start;		/*垂直揃えの指定。上に配置されるように。*/
	font-style: normal;
	background-image: url("../images/back_wood.jpg");
	background-size: cover;
	background-repeat: repeat-x;
}
#footermenu .fbox-ft {
  display: flex;
	width: 100%;
	/*max-width: 1200px;*/
	margin: 0 auto;
	/*align-items:flex-end; /*下揃え*/
	font-style: normal;
}
#footermenu .fbox-ft > div img {
	width: 100%;
	max-width: 300px; /* 300px */
	height: auto;
}
/*#footermenu .fbox-ft .item1, #footermenu .fbox-ft .item2 {
	background-color: #fff;
}*/
#footermenu .fbox-ft .item1 {
  flex: 0 0 28%;/* 0 0 33% */
	/*padding: 0 0 1em;*/
	padding: 1em 0.5em;
}
#footermenu .fbox-ft .item2 {
  flex: 1;
	padding: 1em 1.5em;/* 1.5em */
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
#footermenu .fbox-ft .item3 {
  flex: 0 0 auto;
	padding: 1em 1.5em;/* 1.5em */
}
/*@media screen and (max-width: 1000px) {
#footermenu .fbox-ft {
	max-width: 800px;
	margin: 0 auto;
}
}*/
#footermenu .fbox-ft .item2 address a {
	font-weight: normal;
}
#footermenu .fbox-ft .item2 address p {
	line-height: 1.5rem;
	font-style: normal;
	letter-spacing: 0.1rem;
	font-size: 1.1rem;
}
#footermenu .fbox-ft .item2 address p+p {
	margin-top: 0.3rem;
}
@media screen and (max-width: 1020px) {
#footermenu .fbox-ft .item1 {
  flex: 0 0 25%;
	padding: 1em 0.5em;
}
#footermenu .fbox-ft .item2 {
	padding: 1em;
}
}
@media screen and (max-width: 899px) {
#footermenu {
	padding: 1rem;	/*ボックス内の余白*/
	text-align: center;
}
#footermenu .fbox-ft {
  display: flex;
	flex-direction: column; /* column column-reverse*/
	align-items:normal;
	margin: 0 auto;
}
#footermenu .fbox-ft a {
	text-decoration: none;
	color: #fff;
}
#footermenu .fbox-ft .item1, #footermenu .fbox-ft .item2 {
	/*margin: 2em 2em 0;*/
	padding: 1.5em;
}
#footermenu .fbox-ft .item1:last-child, #footermenu .fbox-ft .item2:last-child {
	margin-bottom: 2em;
}
#footermenu .fbox-ft .item1 {
  flex: 0 0 210px;
	/*padding: 0 0 1em;*/
}
#footermenu .fbox-ft .item2 > div {
	/*text-align: right;*/
	/*padding-top: 1em; /* column 時*/
	padding-left: 0;
	/*padding-bottom: 2em; /* column-reverse 時*/
}
#footermenu .fbox-ft .item3 > div {
	text-align: center;
}
#footermenu .fbox-ft .item1 {
  flex: 0;
}
}
@media screen and (max-width: 700px) {
#footermenu .fbox-ft > div img {
	max-width: 250px;
}
#footermenu .fbox-ft .item1 {
	padding: 1em;
}
}
@media screen and (max-width: 500px) {
#footermenu .fbox-ft .item1 {
	padding: 1.5em 0 0;
}
#footermenu .fbox-ft .item2,
#footermenu .fbox-ft .item3 {
	padding: 1.5em 0;
}
}
/*　footer アイコン*/
#footermenu .fticon {
	width: 150px;
	display: flex;
	flex-wrap: wrap;
	/*align-items: flex-end; /*下付き*/
	margin: 0 auto;
}
#footermenu .fticon > div {
	width: 50%;
}
/*#footermenu .fticon > div > div {
	padding: 1em;
}*/
#footermenu .fticon .fticon-area {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	padding: 0.5em;
	border-radius: 5px;
	/*background-color: #FF6A00; /*★色*/
	font-size: 25px;
	align-items: center;
	justify-content: center;
}
#footermenu .fticon .instagram {
	background-image: url("../images/insta_backcolor.jpg");
}
#footermenu .fticon .x {
	background-color: #000; /*★色*/
}
#footermenu .fticon a {
	color: #fff;
	text-decoration: none;
	line-height: 1rem;
}
#footermenu .fticon a i {
	line-height: 1em;
}
#footermenu .fticon > div > div img {
	width: 100%;
	max-width: 19px;
}




/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 0.6rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	background: #68A305; /*★色　#68A305*/
	color: #fff;			/*文字色*/
	text-align: center;		/*内容をセンタリング*/
	padding: 10px;			/*ボックス内の余白*/
}

/*リンクテキスト*/
footer a {color: #fff;text-decoration: none;}

/*リンクテキストのマウスオン時*/
footer a:hover {color: #fff;}

/*著作部分*/
footer .pr {display: block;}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
.infoarea {
	width: 100%!important;
	max-width: 850px!important;
	margin: 0 auto;
}
@media screen and (min-width:1300px) {
.infoarea {
	min-width: 850px!important;
	max-width: 900px!important;
}
}
#new {
	margin: 0;
	/*display: flex;		/*flexボックスを使う指定*/
	/*flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 1rem 0 0.5rem;	/*上下、左右へのボックス内の余白*/
	height: 205px;   /*★ニュースが多くなったら設定*/
	overflow-y: scroll;
	line-height: 1.5em;
	/*font-size: 1em;*/
	color: #333;
}
#new p {
	line-height: 1!important;
	margin-bottom: 0.2rem;
	padding: 0;
}
#new p + p {
	margin-top: 0;
}
#new, #new a, #new strong, #new span, #new big, #new b {
	font-size: 16px!important;
	font-weight: normal;
	line-height: 1!important;
}
#new a {
	color: #004AE0;
}
#new a:hover {
	color: #6EB700;
}

/*---------------------------------*/
#new #note-news-container {
	/*margin-left: 1em;*/
	padding-left: 1em;
	width: 100%;
}
/*---------------------------------*/
#new #message {
display: flex;
justify-content: space-between
}
#new #message p img {
display: none;
}
#new #message a.btn {
display: block;
position: absolute;
top:0;
left:0;
right:0;
bottom: 0
}
#new #message .mu {
width: 23%;
position: relative
}
#new #message .mu img {
width: 100%;
height: auto
}
#new #message .mu h3 {
margin-bottom: 1em;
font-size: 1.3rem;
text-align: left;
font-weight: normal
}
#new #message .mu small {
display: block
}
/*---------------------------------*/
@media screen and (min-width:960px) {
#new {
	margin: 0;
	/*display: flex;		/*flexボックスを使う指定*/
	/*flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 1rem;	/*上下、左右へのボックス内の余白*/
	height: 215px;   /*★ニュースが多くなったら設定*/
	overflow-y: scroll;
	line-height: 1.5em;
	/*font-size: 1em;*/
}
#new, #new a, #new strong, #new span, #new big, #new b {
	font-size: 16px!important;
}
}



/*スクロールバーの横幅指定*/
#new.deco::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
#new.deco::-webkit-scrollbar-track {
  border-radius: 2px;
	background: rgba(0,0,0,0.1);
}
/*スクロールバーの色・角丸指定*/
#new.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#D0F19F; /* ★色*/
	/*background-image: linear-gradient(150deg, rgba(151,224,255,1.00), rgba(232,204,255,1.00));*/
}
/*#new p {
	padding: 0;
	margin: 0;
	line-height: 1.5;
}*/
/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	/*padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}
#new dd {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
/*日付(dt)設定*/
#new dt {
	width: 14rem;	/*幅。8文字(rem)分*/
	display: flex;
	justify-content: space-between;
}
/*日付の横のマーク（共通設定）*/
#new dt span {
	/*display: none;	/*小さな端末では非表示にしておく。*/
		display: inline-block;	/*表示させる*/
		width: 6rem;			/*幅。6文字(rem)分。*/
		font-size: 0.8rem;		/*文字サイズを80%に。*/
		text-align: center;		/*文字をセンタリング*/
		margin-right: 1rem;		/*アイコンの右側に空けるスペース*/
		align-self: flex-start;	/*高さを間延びさせない指定*/
		line-height: 1.5;		/*行間を少し狭く*/
		position: relative;
		top: 0.1rem;	/*上下の配置バランスの微調整*/
		border-radius: 15px;		/*角を丸くする指定*/
		border: 1px solid #999;	/*枠線の幅、線種、色*/
		/*background: #fff;		/*背景色*/
		padding: 0 0 0.1rem;
}
/*記事(dd)設定*/
#new dd {
	/*width: calc(100% - 14rem);	/*「8rem」は上の「#new dt」のwidthの値です*/
	width: 100%;
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:960px) {
	/*日付(dt)設定*/
	#new dt {
		width: 14rem;	/*幅。14文字(rem)分。アイコン分も含んだ幅にします。*/
		display: flex;	/*flexボックスを使う指定*/
		justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
	}

	/*日付の横のマーク（共通設定）*/
	#new dt span {
		display: inline-block;	/*表示させる*/
		width: 6rem;			/*幅。6文字(rem)分。*/
		font-size: 0.8rem;		/*文字サイズを80%に。*/
		text-align: center;		/*文字をセンタリング*/
		margin-right: 1rem;		/*アイコンの右側に空けるスペース*/
		align-self: flex-start;	/*高さを間延びさせない指定*/
		line-height: 1.5;		/*行間を少し狭く*/
		position: relative;
		top: 0.1rem;	/*上下の配置バランスの微調整*/
		border-radius: 15px;		/*角を丸くする指定*/
		border: 1px solid #999;	/*枠線の幅、線種、色*/
		/*background: #fff;		/*背景色*/
		padding: 0 0 0.1rem;
	}
	/*記事(dd)設定*/
	#new dd {
		width: calc(100% - 14rem);	/*「14rem」は上の「#new dt」のwidthの値です。*/
		border: none;
	}
	}/*画面幅900px以上の追加指定ここまで*/

/*NEW,UPアイコン
---------------------------------------------------------------------------*/
/*newiconへの追加指定。*/
#new dt span.newicon {
	background: #cd0000;		/*背景色*/
	color: #fff;			/*文字色*/
	border: transparent;
}
/*青*/
#new dt span.icon-blue {
	background: #003DBB;	/*背景色*/
	color: #fff;			/*文字色*/
	border: transparent;
}
/*緑*/
#new dt span.icon-green {
	border: transparent;	/*枠線を透明にする*/
	background: #5DA300;	/*背景色*/
	color: #fff;			/*文字色*/
}

/*「ラジオ」ブロック
---------------------------------------------------------------------------*/
#radio {
	margin: 0;
	/*display: flex;		/*flexボックスを使う指定*/
	/*flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 1rem;	/*上下、左右へのボックス内の余白*/
	height: 205px;   /*★ニュースが多くなったら設定*/
	overflow-y: scroll;
	line-height: 1.5em;
	font-size: 1em;
}
@media screen and (min-width:960px) {
#radio {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 1rem;	/*上下、左右へのボックス内の余白*/
	height: 350px;   /*★ニュースが多くなったら設定*/
	overflow-y: scroll;
	line-height: 1.5em;
	font-size: 1em;
	/*border-top: 1px solid #AFB9E9;
	border-bottom: 1px solid #AFB9E9;*/
}
}
@media only screen and (max-width: 959px) {
#radio {
	font-size: 1em;
}
}
/*スクロールバーの横幅指定*/
#radio.deco::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーの背景色・角丸指定*/
#radio.deco::-webkit-scrollbar-track {
  border-radius: 2px;
	background: rgba(0,0,0,0.1);
}
/*スクロールバーの色・角丸指定*/
#radio.deco::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#AFB9E9; /* ★色*/
	/*background-image: linear-gradient(150deg, rgba(151,224,255,1.00), rgba(232,204,255,1.00));*/
}
#radio p {
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
#radio span.newicon {
	/*background: #cd0000;		/*背景色*/
	color: #cd0000;			/*文字色*/
	border: transparent;
}

.radio-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.radio-list h3 {
	color: #001E64;
	margin-bottom: 0.3em;
}
.radio-list > div{
	width: 50%;
}
.radio-list > div > div{
	position: relative;
	margin: 0 auto;
	padding: 0.5em;
}
.radio-list > div > div > div{
	border-bottom: 2px dotted #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
.radio-list > div{
	width: 50%;
}
.radio-list > div > div{
	padding:0 0 1em;
}
}
@media screen and (max-width: 480px) {
.radio-list > div{
	width: 100%;
}
}



/*.listブロック共通
---------------------------------------------------------------------------*/
.list {
	position: relative;	/*子要素のアイコンを絶対配置する為の設定*/
}

/*ボックス内のアイコン*/
.list .list-icon {
	font-size: 0.6rem;		/*文字サイズ*/
	background: #ff0000;	/*背景色*/
	color: #fff;			/*文字色*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*角丸のサイズ。円形になります。*/
	text-align: center;		/*テキストをセンタリング*/
	position: absolute;		/*親のブロックのrelative（この場合は.list）に対して絶対配置する*/
	left: -10px;			/*listブロックに対して左からの配置場所の指定*/
	top: -10px;				/*listブロックに対して上からの配置場所の指定*/
}

/*figure画像*/
.list figure {
	margin-bottom: 2rem;	/*下に空けるスペース。2文字分。*/
}


/*2カラムブロック（※900px未満では１カラム）
---------------------------------------------------------------------------*/
/*２カラムを囲むブロック*/
.list-half .list {
	display: flex;			/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
	margin-bottom: 2rem;	/*ボックスの下に2文字分のスペースを空ける*/
}

/*画像ブロック共通*/
.list-half .image-l, .list-half .image-r {
	margin-left: 1rem;margin-right: 1rem;	/*画像の左右に1文字分のスペースを空ける*/
	position: relative;						/*子要素のアイコンを絶対配置する為の設定*/
}
.list-half .image-l img, .list-half .image-r img {
	border-radius: 50px;					/*角を丸くする指定。*/
	box-shadow: 10px 10px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

		/*２カラムを囲むブロック*/
		.list-half .list {
			flex-direction: row;			/*子要素を横並びにする*/
			justify-content: space-between;	/*並びかたの種類の指定*/
			align-items: center;			/*垂直揃えの指定。天地中央に配置されるように。*/
		}
		
		/*画像ブロック共通*/
		.list-half .image-l, .list-half .image-r {
			width: 50%;			/*幅。下のテキストブロックのwidthと調整して下さい。*/
		}
		
		/*画像を右に配置する場合*/
		.list-half .image-r {
			margin-left: 2rem;	/*画像の左側に空けるスペース*/
		}
		
		/*画像を左に配置する場合*/
		.list-half .image-l {
			order: -1;
			margin-right: 2rem;	/*画像の右側に空けるスペース*/
		}

		/*テキストブロック*/
		.list-half .text{
			width: 50%;			/*幅。上の「画像ブロック共通」のwidthと調整して下さい。*/
		}

	}/*画面幅900px以上の追加指定ここまで*/


/*３列タイプのボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたり*/
.list-container .list {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;			/*ボックス内の余白*/
	background: #fff;		/*背景色*/
	box-shadow: 5px 5px 20px rgba(0,0,0,0.1);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

/*ボックス内のh4タグ*/
.list-container .list h4 {
	margin: 0;
}

/*ボックス内のpタグ*/
.list-container .list p {
	margin: 0;
	font-size: 0.8rem;	/*文字サイズを80%に*/
	line-height: 1.5;	/*行間を少し狭く*/
}

/*ボックス内のfigure画像*/
.list-container .list figure {
	margin-bottom: 1rem;	/*下に空けるスペース*/
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	/*listブロック全体を囲むブロック*/
	.list-container {
		display: flex;		/*flexボックスを使う指定*/
		flex-wrap: wrap;	/*折り返す指定*/
	}

	/*１個あたりのボックス設定*/
	.list-container .list {
		width: 32%;			/*幅。３列になります。*/
		margin-right: 2%;	/*右側へのマージン。ボックス同士の左右の余白です。*/
	}
	
	/*3の倍数目のボックスの右側のマージンをなくす*/
	.list-container .list:nth-of-type(3n) {
		margin-right: 0;
	}

	/*ボックス内のtextブロック*/
	.list-container .list .text {
		flex: 1;
	}

	}/*画面幅900px以上の追加指定ここまで*/


/*横長タイプのボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたり*/
.list-normal .list {
	display: flex;	/*flexボックスを使う指定*/
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding: 25px 0;	/*上下、左右へのボックス内の余白*/
}

.list-normal .list div {
	flex: 1;
}

/*１つ目のボックスにのみ上に線を入れる*/
.list-normal .list:nth-of-type(1) {
	border-top: 1px solid #ccc;	/*上の線の幅、線種、色*/
}

/*ボックス内のfigure画像*/
.list-normal .list figure {
	width: 20%;			/*画像の幅*/
	margin-right: 20px;	/*画像の右側に空けるスペース*/
}

/*ボックス内のh4タグ*/
.list-normal .list h4 {
	margin: 0;				/*デフォルトマージンを一旦リセット*/
	margin-bottom: 10px;	/*下に少し余白を作る*/
}

/*ボックス内のpタグ*/
.list-normal .list p {
	margin: 0;
	font-size: 0.7rem;		/*文字サイズを70%に。*/
}


	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
	
	/*list2ボックス。１個あたりのボックスの指定です。*/
	.list-normal .list {
		padding-left: 10px;	/*ボックス内の左側にだけ余白を作る*/
	}

	}/*画面幅900px以上の追加指定ここまで*/


/*ulで使うbtn（当テンプレートではheader内でのみ使用）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
ul.btn {
	list-style: none;margin: 0;padding: 0;
	display: flex;	/*flexボックスを使う指定*/
	align-items: center;
	/*margin-top: 0.3em;*/
}
/*ボタン１個あたり*/
ul.btn li {
	/*box-shadow: 1px 2px 3px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.2は色が20%出た状態。*/
	margin: 0;	/* 5px 5px 2px 5px ボタン同士の間に空けるスペース*/
}
ul.btn a {
	display: block;text-decoration: none;
	background: linear-gradient(#ff9000, #ff6000);/*★「#ff9000」から「#ff6000」へのグラデーション。*/
	padding: 0.3em 0.5em;	/*上下、左右へのボタン内の余白*/
	border-radius: 3px;		/*角を丸くする指定*/
	line-height: 1em;
}
ul.btn .h-tel a {
	padding: 0.5em;/* 0.3em 0.5em*/
	width: 36px;
	height: 36px;
}
ul.btn .h-mail i {
	font-size:140%;
	margin-right:0.3em;
	line-height:1em;
	vertical-align: middle;
}
ul.btn .h-mail a {
	padding: 0.2em 0.5em
}
@media screen and (min-width:520px) {
/*ボタンブロック全体*/
ul.btn {
	margin-top: 0;
}
/*ボタン１個あたり*/
ul.btn li {
	/*margin: 5px;	/*ボタン同士の間に空けるスペース*/
}
ul.btn a {
	padding: 0.3em 0.5em;	/*上下、左右へのボタン内の余白*/
}
ul.btn .h-tel a {
	padding: 0.5em;
	width: auto;
	height: auto;
}
ul.btn .h-mail a {
	padding: 0.3em 0.5em
}
}
/*画面幅960px以上の追加指定*/
@media screen and (min-width:900px) {
ul.btn .h-tel {
	box-shadow: none;
	font-size: 1.4em;
	line-height: 1em;
	text-shadow: 0 0 3px #000;
	padding-top: 0.2em;
}
ul.btn .h-tel a {
	padding: 0 0.3em 0 1em; /* 0 1em */
}
}
/*画面幅1000px以上の追加指定*/
@media screen and (min-width:1000px) {
ul.btn .h-tel {
	font-size: 1.6em; /* 1.5em */
	line-height: 1.2em;
	padding-top: 0.2em;
}
}


/*FAQ
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 1rem;	/*上下、左右へのボックス内の余白*/
}

/*質問*/
.faq dt {
	border-radius: 3px;		/*枠を角丸にする指定*/
	margin-bottom: 1rem;	/*下に空けるスペース*/
	background: #fff;		/*背景色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	text-indent: -2rem;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
}

/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
    content: "\f059";	/*アイコンのコード*/
	color: #999;		/*アイコンの色*/
	padding-right: 1rem;	/*アイコンとテキストとの間のスペース*/
}

/*回答*/
.faq dd {
	padding: 5px 1rem 30px 3rem;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 1rem 0.5rem;	/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #555;		/*背景色*/
	margin-bottom: 1rem;	/*下に空けるスペース。1文字分。*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #666;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 2rem;	/*最後の2remが、テーブルの下に空けるスペースです。2文字分。*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #666;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 1rem 0.5rem;	/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-check, .color-check a {color: #ff0000 !important;}
.color-theme, .color-theme a {color: #88291a !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 98%;display: block;}
.wl {width: 98%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee;border: 1px solid #ccc; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.75em;}
.large {font-size: 3em; letter-spacing: 0.1em;}
.pc {display: none;}
.sp {display: block;}
.time-pc {display: none;}
.time-sp {display: block;}
.menu-sp {display: block;}
.dn {display: none !important;}
.img {margin: 0 0 1rem;}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {
		.menu-sp {display: none;}
		.pc {display: block;}
		.sp {display: none;}
	}/*画面幅900px以上の追加指定ここまで*/

	/*画面幅960px以上の追加指定*/
	@media screen and (min-width:960px) {
		.ws {width: 48%;display: inline;}
		.sh {display: none;}
		/*.pc {display: block;}
		.sp {display: none;}*/
	}/*画面幅960px以上の追加指定ここまで*/

	@media screen and (min-width:460px) {
		.time-pc {display: block;}
		.time-sp {display: none;}
	}










/*フェードイン2　スクロールでふわっと*/
.fade_up {
    opacity : 0;
    transform : translate(0, 5px);
    transition : all 0.7s;
}
.fade_up.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*フェードイン3　fuwatto"1" ""内の数を変えると順番に、同数だと一緒にふわっとする*/
.fuwatto-wrap [class*='fuwatto'] {
  opacity: 0;
  transform: translate(0, 10px);
  transition: all 0.9s; 
}
.fuwatto-wrap [class*='fuwatto'].f-act {
  opacity: 1;
  transform: translate(0, 0); 
}
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 2s;
}



/*タイトルエリア*/
#title {
    align-items: center;
	width: 100%;
	max-height: 500px;
	padding: 1.5em 0;
	font-family:"BIZ UDPMincho","Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" ,serif, "ＭＳ Ｐ明朝", "MS PMincho";/*[Sawarabi Mincho]はAndroid対策*/
}
#title p {
	text-align: center;
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 2em;
	/*padding: 1.3em 0;*/
	margin: 0;
	/*font-weight: bold;*/
	line-height: 1;
	z-index: 1;
	text-shadow: 0 0 7px #000;
}
@media screen and (min-width:960px) {
#title {
	padding: 10em 0 3em;
}
#title p {
	font-size: 3em;
	align-items: center;
	vertical-align: middle;
}
}
@media screen and (min-width:1200px) {
#title {
    padding: 11em 0 5em;
}
#title p {
	font-size: 3.5em;
	letter-spacing: 0.5em;
}
}
@media screen and (max-width:500px) {
#title p {
	text-shadow: 0 0 3px #000;
}
}

/*　サイド　バナーエリア*/
.sub-bn {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*align-items: flex-end; /*下付き*/
}
.sub-bn > div {
	width: 100%;
}
.sub-bn > div > div img {
	width: 100%;
}
@media screen and (max-width: 959px) {
	.sub-bn > div {
		width: 33.33333%;
	}
	.sub-bn > div > div {
	padding: 10px 10px 0;
	margin: 0 auto;
	}
}
@media screen and (max-width: 500px) {
	.sub-bn > div {
		width: 50%;
	}
	.sub-bn > div > div {
	padding: 5px 5px 0;
	}
}
@media screen and (max-width: 300px) {
	.sub-bn > div {
		width: 100%;
	}
	.sub-bn > div > div {
	padding: 0;
	}
}


/*　院概要　テーブル　*/
.table1 {
width: 100%;
border-collapse: collapse;
	line-height: 1.2em;
}
.table1 th, .table1 td {
padding: 15px;
border: 1px solid #ddd;
	background-color: #fff;
}
.table1 th {
background: #f4f4f4;
width: 9em; /*20%*/
text-align: center;
	font-weight: normal;
	padding: 15px 5px;
}
.table1 p {
	margin: 0;
	line-height: 1.2em;
}
@media only screen and (max-width:479px) {
.table1 th, .table1 td {
width: auto;
display: block;
border-top: none;
}
.table1 tr:first-child {
border-top: 1px solid #d5d5d5;
}
.table1 td {
text-align: center;
}
.table1 th {
	padding: 5px;
}
.table1 td {
	padding: 10px 5px;
}
}





/*TOPページ、メニューアイコン・受付診療時間エリア*/
.fbox-tm {
  display: flex;
	max-width: 1000px; /* 1100px ★横並び1つ*/
	margin: -5em auto 0;
	/*align-items:flex-end; /*下揃え*/
}
.fbox-tm > div img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.fbox-tm .item1, .fbox-tm .item2 {
	background-color: #fff;
	margin: 2em 0.5em;
	border-radius: 10px;
	box-shadow: 0 0 10px #8E847B; /* ★色　#ACC78C　*/
}
.fbox-tm .item1 {
  flex: 0 0 28%;
	/*padding: 0 0 1em;*/
	padding: 1em 0.5em;
}
.fbox-tm .item2 {
  flex: 1;
	padding: 1.5em 2em; /* 1.5em ★横並び1つ*/
}
/*@media screen and (max-width: 1000px) {
.fbox-tm {
	max-width: 800px;
	margin: 0 auto;
}
}*/
@media screen and (max-width: 1020px) {
.fbox-tm .item1 {
  flex: 0 0 25%;
	padding: 1em 0.5em;
}
.fbox-tm .item2 {
	padding: 1em;
}
}
@media screen and (max-width: 899px) {
.fbox-tm {
  display: flex;
	flex-direction: column; /* column column-reverse*/
	align-items:normal;
	margin: 0 auto;
}
.fbox-tm .item1, .fbox-tm .item2 {
	margin: 1.5em 1.5em 0;
	padding: 1.5em 1em;
}
.fbox-tm .item1:last-child, .fbox-tm .item2:last-child {
	margin-bottom: 1.5em;
}
.fbox-tm .item1 {
  flex: 0 0 210px;
	/*padding: 0 0 1em;*/
}
.fbox-tm .item2 > div {
	/*text-align: right;*/
	/*padding-top: 1em; /* column 時*/
	padding-left: 0;
	/*padding-bottom: 2em; /* column-reverse 時*/
}
.fbox-tm > div img {
	width: 100%;
	max-width: 200px;
}
.fbox-tm .item1 {
  flex: 0;
}
}
@media screen and (max-width: 700px) {
.fbox-tm .item1 {
	padding: 1em;
}
}

/*　メニューアイコン*/
.topicon {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/*align-items: flex-end; /*下付き*/
	font-family: "Noto Serif JP", "BIZ UDPMincho", "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif, "ＭＳ Ｐ明朝", "MS PMincho"; /*★文字*/
}
.topicon > div {
	width: 100%;
}
.topicon > div > div {
	padding: 2.6em 1em; /* 2em 0.5em*/
	border-radius: 10px;
	/*background-color: #FF8128; /* ★色 */
	background: linear-gradient(#8CD03D, #539B00, #458000); /* ★色 */
	margin: 0.5em;
}
.topicon a {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
	text-shadow: 0 1px 3px #0E2D00;
}
.topicon a::before {
	transition: 0.3s;
	color: #539A00; /* ★色 */
	margin-right: 0.5em;	/*アイコンとテキストの間の余白*/
	font-weight: bold;		/*この設定がないとアイコンが出ない場合があります*/
	background-color: #fff;
	border-radius: 50%;
	padding: 10px;
	text-decoration: none;
	text-shadow: none;
}
.topicon .gairai a::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f0f1";
}
.topicon .nyuin a::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f236";
	padding: 10px 8px;
}
.topicon .access a::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f5a0";
	padding: 10px 9px;
}
.topicon > div > div img {
	width: 100%;
}
@media screen and (max-width: 1030px) {
.topicon > div > div {
	padding: 3em 0.5em; /* 2em 0.5em*/
}
.topicon a {
	font-size: 1.2em;
}
.topicon a::before {
	margin-right: 0.3em;	/*アイコンとテキストの間の余白*/
}
}
@media screen and (max-width: 899px) {
.topicon > div > div {
	padding: 2em 1em;
}
.topicon a {
	font-size: 1.4em;
}
.topicon a::before {
	margin-right: 0.5em;	/*アイコンとテキストの間の余白*/
}
	.topicon > div {
		width: 50%;
	}
	.topicon > div > div {
		padding: 1.5em 1em;
	}
}
@media screen and (max-width: 700px) {
	.topicon > div {
		width: 50%;
	}
}
@media screen and (max-width: 575px) {
.topicon {
	font-weight: 600; /*★文字の太さ　スマホのみ*/
}
	.topicon > div {
		width: 100%;
	}
	.topicon > div > div {
		padding: 1em;
		margin: 0.5em 0;
	}
}
/*診療時間　横スクロール
.table-scroll {
  overflow-x: auto;
}
.table_design11 {
  border-collapse: collapse;
  /*font-weight: bold;
  text-align: center;
	border-bottom: 2px solid #999;
	width: 100%;
	min-width: 600px;
}
.table_design11 th, .table_design11 td {
  padding: .5em 1em;
}
.table_design11 th.time, .table_design11 td.time {
  padding: .5em;
	width: 150px;
}
.table_design11 th {
  border-top: 2px solid #FF8128; /* ★色 
  border-bottom: 2px solid #FF8128; /* ★色 
  color: #FF8128; /* ★色 
	line-height: 1em;
	font-weight: normal;
}*/

/*診療時間2*/
.biz-hour{
    border-collapse: collapse;
	border: 1px solid #C5C5C5;
	width: 100%;
}
.biz-hour tbody tr th{
	text-align: center;/* 文字をセンターに */
}
/*月火水木〜*/
.biz-hour tbody tr th{
    background-color: #EBEBEB;
    /*border: 1px solid #C5C5C5;*/
}
/*曜日下枠　○✕枠*/
.biz-hour th, .biz-hour td {
	border-right: 1px solid #C5C5C5;
	/*border-left: 1px solid #C5C5C5;*/
}
.biz-hour th:first-child {
	border-left: 1px solid #C5C5C5;
}
/*診療日 背景色*/
.biz-hour tbody tr .light{
	background-color:#EDFFDC;
}
.biz-hour p {
    margin: 0;
	padding: 0;
}
/*スマホの時横にスクロールさせる*/
@media screen and (max-width: 414px) {
  .biz-hour {
    width: 100;/* スマホのときだけ親要素いっぱいに */
	  border: none;
	  border-top: 1px solid #C5C5C5;
	  border-bottom: 1px solid #C5C5C5;
  }
	.biz-hour {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
}
.biz-hour th, .biz-hour td {
text-align: center;
font-size: 15px;
	line-height: 1em;
	padding: 0.5em 0;
}
/*テーブル全体の文字大きさ*/
.biz-hour td {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0;
	width: 10%;
}
/* 上段背景色 */
.biz-hour th {
  font-weight: normal;
}

.time-table {
    display: flex;
    align-items: center;
    /*border-top: 0.0625rem solid #C9C9C9;
    border-bottom: 0.0625rem solid #C9C9C9;
    border-right: 0.0625rem solid #C9C9C9;*/
    text-align: center;
	width: 100%;
	justify-content: space-between;
}
.time-list {
	display: flex;
	width: 100%;
	max-width: 50%;
	align-items: center;
}
.time-list li {
    /*border-left: 0.0625rem solid #C9C9C9;*/
	padding-left: 0.5rem;
	align-items: center;
}
.time-list li:first-child {
    max-width: 18.2320441989%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    background-color: #EBEBEB;
    padding: 1rem 0.5rem;
	border-right: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
}



/*h2タグ*/
.h2 {
	margin: 1em 0;		/*上、左右、下へのタグの外にとるスペース*/
	line-height: 1.5;		/*行間を少し狭く*/
	font-size: 3em;			/*文字サイズ。3倍。*/
	text-align: center;		/*文字をセンタリング*/
	letter-spacing: 0.2em;	/*文字間隔を少しだけ広くとる設定*/
	color: #9ea445;			/*文字色*/
	font-family: 'Lato';	/*GoogleFontsの指定*/
	font-weight: 400;		/*文字の太さ*/
}

/*h2内のsupanタグ。小文字部分です。*/
.h2 span {
	display: block;
	font-weight: normal;
	color: #777;		/*文字色*/
	font-size: 13px;	/*文字サイズ*/
}







/*サムネイルスライドショー
---------------------------------------------------------------------------*/
/*画像１枚あたりの設定*/
.thumbnail-slide {
	/*margin: 3rem 4px;	/*画像の外側に空けるスペース*/
	width: 100%;
}

/*診療科バナーエリア*/
.shinryoka {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.shinryoka > div{
	width: 20%;
	padding: 10px;
	margin: 0 auto;
}
.shinryoka > div > div {
	text-align: center;
	border-radius: 10px;
}
.shinryoka > div > div a {
	text-decoration: none;
}
.shinryoka > div > div p {
	color: #fff;
	line-height: 2rem;
	padding: 10px 0;
	letter-spacing: 0.1rem;
	font-size: 1.2rem;
}
.shinryoka > div > div img {
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 1px 1px 0;
}
@media screen and (max-width: 900px) {
	.shinryoka > div {
		width: 33.33333%;
	}
}
@media screen and (max-width: 500px) {
	.shinryoka > div {
		width: 50%;
	}
.shinryoka > div > div p {
	letter-spacing: normal;
	padding: 0;
	font-size: 1rem;
}
}


.col2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.col2 > div{
	width: 50%;
	padding: 10px;
}
.col2 > div > div {
	text-align: center;
}
@media screen and (max-width: 900px) {
	.col2 > div {
		width: 33.33333%;
	}
}
@media screen and (max-width: 500px) {
	.col2 > div {
		width: 100%;
		padding: 0 0 20px;
	}
}

/*　TOPボタン 病院案内と入院案内　*/
.btn_byny {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	max-width: 550px;
}
.btn_byny > div{
	width: 50%;
	padding: 10px 10px 5px 0;
}
.btn_byny > div > div {
	text-align: center;
}
@media screen and (max-width: 500px) {
	.btn_byny > div {
		width: 100%;
	}
}


/*　強調文字：文字上に●を付ける　*/
.dot-text {
      padding-top: 0.5em;
      background-position: top left -2px;
      background-repeat: repeat-x;
      background-size: 1.3em 0.3em;
      background-image: -webkit-radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);
      background-image: radial-gradient(.15em .15em at center center,orange,orange 100%,transparent);
    }



/* 003 */
.button003 a {
    background: #FF5F00;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*margin: 0 auto;*/
    max-width: 260px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}
.button003 a:hover {
    /*background: #313131;
    color: #FFF;*/
	opacity: 0.7;
}
.button003 a:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}


/*下肢静脈瘤　流れ*/
.flow_design10 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow10 {
  padding-left: 0;
}
.flow10 > li {
  list-style-type: none;
  border: 1px solid #8E9CC7;
  padding: 20px;
  /*border-radius: 5px;*/
	background-color: rgba(245, 245, 245, 0.5);
	width: 100%;
	margin-left: 0;
	text-align: center;
}
.flow10 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
	margin-left: 0;
}
.flow10 > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #8E9CC7;
}
.flow10 > li dl dt {
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px dotted #666;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
	color: #1F3B90;
	line-height: 1.2em;
}
.flow10 > li .icon10 {
  color: #92A7E7;
  margin-right: 0.5em;
}
.flow10 > li dl dd {
  margin: 0;
	color: #666;
}
.flow10 > li dl dd p {
	line-height: 1.2em;
	margin: 0;
}
.flow10 > li dl dd p + p {
	margin-top: 0.5em;
}


/*FAQのアコーディオンフレーム*/
.qa-7 {
    max-width: 900px;
    margin: 10px auto;
    border: none;
    border-radius: 5px;
    /*box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);*/
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background-color: #fff;
}
.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 2.5em;
    color: #333333;
    cursor: pointer;
}
.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 0.7em;
    font-size: 1.3em;
}
.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}
.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}
.qa-7[open] summary::after {
    transform: rotate(225deg);
}
.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.3em 1em 1em 2.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}
.qa-7[open] p {
    transform: none;
    opacity: 1;
}
.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


/*採用情報のアコーディオンフレーム*/
.accordion-frm-k {
    /*max-width: 500px;*/
    margin: 1em auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px 5px 0 0!important;
}
.accordion-frm-k h1 {
	font-size: 1.3rem;
	margin: 0 0 0.5em;
}
.accordion-frm-k p {
    margin: 0;
	padding: 0;
	font-weight: normal;
}
.accordion-frm-k p + p {
    margin-top: 1em;
}
.accordion-item-k{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 30px;
}
.accordion-wrap-k{
    border-bottom: 2px solid #008CFF;
	background-color: #F7F7F7; /* #F4F4F4　アコーディオン内の背景色*/
	border-radius: 5px 5px 0 0!important;
}
.accordion-item-k{
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
	font-size: 140%;
}
p.accordion-header-k{
  transition: ease-in-out 100ms;
	background-color: #fff;
	padding: 0.5em 0.5em 0.3em;
	line-height: 1em;
	font-weight: bold;
	border-radius: 5px 5px 0 0!important;
	color: #008CFF;
}
p.accordion-header-k span{
	font-weight: normal;
	font-size: 80%;
}
.accordion-text-k{
  width: 100%; 
  display: none;
  padding: 1em;
	font-size: 100%;
	line-height: 1.2em;
	font-weight: normal;
 }
.accordion-text-k .L{
	font-size: 140%;
 }
.accordion-text-k .M{
	font-size: 120%;
 }
.accordion-text-k img {
  max-width: 300px; 
  padding: 0 0 30px 0.5em;
 }
 .fa{
  transition: ease-in-out 300ms;
 }
 .rotate-fa{
  transform: rotate(180deg);
 }
 .accordion-header-k .fa{
  float: right;
  /*line-height: 150%;*/
 }
 .accordion-gold-k{
  color: #D0FF00;
 }
 .accordion-no-bar-k{
  border-bottom: 0;
}
@media screen and (max-width: 960px) {
.accordion-frm-k{
	padding: 0;
}
.accordion-item-k{
	font-size: 110%;
}
.accordion-text-k{
	font-size: 100%;
 }
.accordion-text-k .L{
	font-size: 120%;
 }
.accordion-text-k .M{
	font-size: 100%;
 }
.accordion-text-k img {
  max-width: 200px; 
 }
}
@media screen and (max-width: 500px) {
.accordion-frm-k{
	padding: 0;
}
.accordion-item-k{
	font-size: 110%;
}
.accordion-text-k{
	font-size: 100%;
 }
.accordion-text-k .L{
	font-size: 120%;
 }
.accordion-text-k .M{
	font-size: 100%;
 }
.accordion-text-k img {
  max-width: 200px; 
 }
}
@media screen and (max-width: 300px) {
.accordion-frm-k{
	max-width: 100%;
    padding: 0;
}
.accordion-item-k{
	font-size: 95%;
}
 .accordion-header-k .fa{
  line-height: 95%;
 }
.accordion-text-k{
	font-size: 90%;
 }
.accordion-text-k .L{
	font-size: 95%;
 }
.accordion-text-k .M{
	font-size: 90%;
 }
.accordion-text-k img {
  max-width: 100%; 
 }
}
.t-list ul li, .t-list ol li {
	margin-bottom: 1em;
	/*line-height: 1.2em;*/
}
.accordion-frm-k ul li {
	margin-bottom: 0.7em;
}

.l-style_none ul {
	list-style: none;
}

.circle li, .square li, .star li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin-left: 1em;
}
.circle li:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-weight: bold; /*ベタ塗りになる*/
	padding-right: 0.3em;
}
.square li:before {
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	font-weight: bold; /*ベタ塗りになる*/
	padding-right: 0.3em;
}
.star li:before {
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: bold; /*ベタ塗りになる*/
	padding-right: 0.3em;
}




/*モーダルウィンドウ*/
.md-overlay{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 999 !important;
}
.md-contents{
  display: none;
  position: fixed;
  top: 70px;
  left: 50%;
  width: 70%;
  max-width: 1000px;
  /*height: 100vh; /* auto ここに数値を設定しないとスクロールが機能しない*/
  /*overflow: scroll; /* hidden */
  transform: translateX(-50%);
  z-index: 1000 !important;
	text-align: center;
	/*border: 1px solid #666;*/
} 
.md-inner{
  padding: 2em;/*24px 40px*/
  background: #fff;
	border-radius: 10px!important;
}
.md-xmark{
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  width: 25px;
  height: 22px;
  z-index: 999 !important;
  cursor: pointer;
}
.md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.md-xmark span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.md-xmark span:nth-of-type(2) {
  bottom: 0;
  transform: translateY(-10px) rotate(45deg);
}

@media only screen and (max-height: 780px) {
.md-contents{
  width: 90%;
	height: 90%;
	top: 20px; /* 70px*/
}
.md-inner{
  padding: 2.5em 0.5em 2em;
	height: 100%; /* auto ここに数値を設定しないとスクロールが機能しない*/
	overflow: scroll;
}
}
@media only screen and (max-width: 500px) {
.md-contents{
  width: 90%;
	height: 90%;
	top: 20px; /* 70px*/
}
.md-inner{
  padding: 2.5em 0.5em 2em;
	height: 100%; /* auto ここに数値を設定しないとスクロールが機能しない*/
	overflow: scroll;
}
}

/*スワイプできるカルーセルスライダー*/
.swiper{
  max-width: 100%;
	z-index: 0!important;
}
.swiper-wrappar {
  height: auto;
}
.swiper-slide {
  height: 185px!important;
	width: auto!important;
}
.swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-wrapper { 
  transition-timing-function: linear !important;/* 等速で移動させる（停止と加速が無くなめらかに動き続ける） */
}
.swiper-slide {
  width: auto;/* スライドの幅を調整 */
}
@media only screen and (max-width: 500px) {
.swiper-slide {
  height: 160px!important;
}
}

/*キラッと光るボタン*/
.my-btn {
  text-align: center;
}
.my-btn a {
  display: inline-block;
	width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  color: #fff!important;
  text-decoration: none;
  font-size: 1.5em;
  /*line-height: 27px;*/
  /*font-weight: bold;*/
  background: #001E64;
  /*border-bottom: 4px solid #00bc7f;*/
  position: relative;
  overflow: hidden;
	justify-content: space-around;
	align-items: center;
	letter-spacing: 0.3em;
}
.my-btn a:hover {
	filter: brightness(170%)!important;
	transition: filter 0.3s ease!important;
	opacity: 1;
	/*color: #001E64;
	background: #fff;*/
}

/* ボタンを凹ませる 
.my-btn a:active {
  transform: translateY(4px); /*下に動く*
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影を小さく*
  border-bottom: none;
}*/

/* ボタンをキラッとさせる */
.my-btn a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  /*background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 100) 81%, rgba(255, 255, 255, 0) 100%);*/
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 0.6) 81%, rgba(255, 255, 255, 0) 100%);
  animation: shine 3s infinite; /* inifiniteによりずっと続ける */
}
@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/* テキストの後ろに矢印 */
.my-btn a:after {
  /*content: '»';
  display: inline-block;
  color: #fff;
  padding-left: 10px;
  font-size: 1.5em;*/
	content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 47%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
/* 767px(iPad)以下でボタンの幅を90%に */
@media (max-width: 767px) {
  .my-btn a {
    width: 90%;
  }
}


/* 入院のご案内ページ */
/*画像無しでflexboxを使わない場合*/
.f-nyuin {
	/*align-items:flex-end; /*下揃え*/
	max-width: 800px;
	margin: 1em auto;
	padding: 1em;
	background: #fff;
}
/*画像あり　flexbox使用*/
.flexbox-nyuin {
  display: flex;
  width: auto;
	/*align-items:flex-end; /*下揃え*/
	max-width: 800px;
	margin: 1em auto;
	padding: 1em;
	background: #fff;
}
.flexbox-nyuin .item1 {
  flex: 0 0 300px;
	/*padding: 0 0 1em;*/
}
.flexbox-nyuin .item2 {
  flex: 1;
	text-align: left;
}
.flexbox-nyuin .img-nyuin {
  display: flex;
	/*max-width: 500px;*/
	gap: 10px;/* 画像間の余白 */
	justify-content: flex-start;/* center/中央寄せ 左寄せ/flex-start */
	align-items: center;/* 縦方向の中央寄せ */
	/*flex-wrap: wrap;/* 幅を超えたら折り返す */
}
.flexbox-nyuin .img-nyuin img {
	width: 100%;
	max-width: 280px;
}
@media screen and (max-width: 800px) {
.flexbox-nyuin {
  display: flex;
	flex-direction: column; /* column column-reverse*/
	align-items:normal;
}
.flexbox-nyuin .item1 {
  flex: 0 0 500px;
	/*padding: 0 0 1em;*/
	text-align: center;
}
.flexbox-nyuin .item2 {
	/*text-align: right;*/
	padding-top: 0.5em; /* column 時*/
	padding-left: 0;
	/*padding-bottom: 1em; /* column-reverse 時*/
}
.flexbox-nyuin .img-nyuin {
  display: block;
	max-width: 500px;
	margin: 0 auto;
	justify-content: center;/* center/中央寄せ 左寄せ/flex-start */
}
.flexbox-nyuin .img-nyuin img {
	min-width: 280px;
	max-width: 50vw;
}
.flexbox-nyuin .item1 {
  flex: 0;
}
}

/* 入院のご案内ページ内の　ul */
.nyuin-list ul {
	padding-left: 2em;
}
.nyuin-list ul li+li {
	margin-top: 0.5em;
}
@media screen and (max-width: 500px) {
.nyuin-list ul {
	padding-left: 1em;
}
}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #0064B7;
	margin-bottom: 1em;
	border-bottom: 1px solid #0064B7;
	padding-left: 0.2em;
}
@media screen and (max-width: 800px) {
.title {
	font-size: 110%;
	margin-bottom: 0.5em;
}
}


/* 病院案内ページ */
/*院長あいさつ*/
.flexbox-aisatsu {
  display: flex;
  width: auto;
	/*align-items:flex-end; /*下揃え*/
	/*max-width: 800px;
	margin: 1em auto;*/
}
.flexbox-aisatsu .item1 {
  flex: 0 0 300px;
	/*padding: 0 0 1em;*/
}
.flexbox-aisatsu .item2 {
  flex: 1;
	text-align: left;
}
.flexbox-aisatsu img {
	width: 100%;
	max-width: 280px;
}
.flexbox-aisatsu p + p {
	margin-top: 1.2em;
}
@media screen and (max-width: 800px) {
.flexbox-aisatsu {
  display: flex;
	flex-direction: column; /* column column-reverse*/
	align-items:normal;
}
.flexbox-aisatsu .item1 {
  flex: 0 0 500px;
	/*padding: 0 0 1em;*/
	text-align: center;
}
.flexbox-aisatsu .item2 {
	/*text-align: right;*/
	padding-top: 1em; /* column 時*/
	padding-left: 0;
	/*padding-bottom: 1em; /* column-reverse 時*/
}
.flexbox-aisatsu img {
	min-width: 200px;
	max-width: 50vw;
}
.flexbox-aisatsu .item1 {
  flex: 0;
}
}

/*院内MAP*/
.innaimap img {
	margin-bottom: 4em;
	padding-top: 1em;
}
@media screen and (max-width: 500px) {
.innaimap img {
	margin-bottom: 2em;
	padding-top: 0.5em;
}
}

/*病院概要*/
.table-gaiyo {
width: 100%;
	max-width: 900px;
	margin: 0 auto;
border-collapse: collapse;/*隣接するセル間のボーダー（枠線）を重ねる*/
}
.table-gaiyo a {
	color: #005CFF;
	text-decoration: none;
}
.table-gaiyo th, .table-gaiyo td {
padding: 10px 15px;
border: 1px solid #1F3B90;
}
.table-gaiyo th {
background: #D7DDF1;
width: 20%;
	color: #1F3B90;
	text-align: center;
	letter-spacing: 0.3em;
}
.table-gaiyo td {
	background: #fff;
}
@media only screen and (max-width:500px) {
.table-gaiyo th, .table-gaiyo td {
width: auto;
display: block;
border-top: none;
}
.table-gaiyo tr:first-child {
border-top: 1px solid #1F3B90;
}
.table-gaiyo td {
	text-align: center;
}
}

/*院内風景*/
.innai-gallery {
	text-align: center;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.innai-gallery img {
	padding: 0.5em;
}
@media only screen and (max-width:500px) {
.innai-gallery img {
	padding: 0.2em;
}
}

/*予防接種ページ*/
.col-vaccination {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.col-vaccination > div {
	width: 33.33333%;
	padding: 0 30px;
}
.col-vaccination > div > div {
	text-align: left;
}
.col-vaccination article + article{
	margin-top: 2em;
}
.col-vaccination ul {
	margin: 0 0 0 1.5em;
	list-style: circle;
}
.col-vaccination ul li + li {
	margin-top: 0.5em;
}
@media screen and (max-width: 900px) {
	.col-vaccination {
		padding: 0 1em 0;
	}
	.col-vaccination > div {
		width: 50%;
		padding: 20px;
	}
	.col-vaccination article + article{
		margin-top: 40px;
	}
}
@media screen and (max-width: 500px) {
	.col-vaccination {
		padding: 0 1em 0;
	}
	.col-vaccination > div {
		width: 100%;
		padding: 0 0 30px;
	}
	.col-vaccination > div:last-of-type {
		padding: 0 0 0;
	}
	.col-vaccination article + article{
		margin-top: 30px;
	}
}

/*プロフィール*/
.flexbox-profile {
  display: flex;
  width: 100%;
	/*align-items:flex-end; /*下揃え*/
	max-width: 930px;
	margin: 0 auto;
}
.flexbox-profile .item1 {
  flex: 0 0 400px;
	/*padding: 0 0 1em;*/
}
.flexbox-profile .item2 {
  flex: 1;
	text-align: left;
}
.flexbox-profile img {
	width: 100%;
	max-width: 500px;
}
.flexbox-profile p + p {
	margin-top: 1.2em;
}
.flexbox-profile ul {
	margin-left: 2em;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	list-style: circle;
}
.flexbox-profile .name {
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
}
.flexbox-profile ul li + li {
	margin-top: 0.3em;
}
@media screen and (max-width: 1000px) {
.flexbox-profile .item1 {
  flex: 0 0 260px;
}
.flexbox-profile img {
	width: 100%;
}
.flexbox-profile ul {
	font-size: 1.1em;
}
.flexbox-profile .name {
	font-size: 1.5em;
}
}
@media screen and (max-width: 700px) {
.flexbox-profile {
  display: flex;
	flex-direction: column; /* column column-reverse*/
	align-items:normal;
}
.flexbox-profile .item1 {
  flex: 0 0 500px;
	/*padding: 0 0 1em;*/
	text-align: center;
}
.flexbox-profile .item2 {
	/*text-align: right;*/
	padding-top: 1em; /* column 時*/
	padding-left: 0;
	/*padding-bottom: 1em; /* column-reverse 時*/
}
.flexbox-profile img {
	max-width: 250px;
}
.flexbox-profile .item1 {
  flex: 0;
}
.flexbox-profile ul {
	max-width: 390px;
	padding-left: 1.5em;
	margin: 0 auto;
	font-size: 1em;
}
.flexbox-profile .name {
	font-size: 1.4em;
}
}
@media screen and (max-width: 400px) {
.flexbox-profile ul {
	max-width: 330px;
	padding-left: 1.5em;
	margin: 0 auto;
	font-size: 0.9em;
}
.flexbox-profile .name {
	font-size: 1.3em;
}
}