@charset "utf-8";


/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');


/*keyframes.cssの読み込み
---------------------------------------------------------------------------*/
@import url("keyframes.css");


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 1em;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #7e6b5a;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 1100px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
}

.inner2 {
	max-width: 950px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding-left: 2%;
	padding-right: 2%;
}

.inner3 {
	max-width: 1300px;	/*サイトの最大幅*/
	margin: 0 auto;
}

.text18 {
	font-size:18px;
	font-weight:bold;
	text-align:center;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#seo {
	height:20px;
	padding:5px 5px 0 20px;;
	font-size:12px !important;
	color:#999;
}
	

/*ヘッダーブロック*/
#header {
	max-width:1100px;
	position: relative;
}

/*ロゴ画像*/
#logo {
	width: 350px;	/*画像幅*/
	float:left;	/*左配置*/
	padding:15px 5px 15px 5px;
}

/*tel・mail*/
#tel {
	float:right;
	margin-top:0;
}


/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	position: relative;z-index: 10;
	text-align: center;	/*文字を中央に*/
	background-color:#000;
	opacity:0.95;
	font-family: 'Questrial', sans-serif;	/*冒頭で読み込んだGoogle Fontsを適用する指定*/
	height: 50px;	/*高さ。「#menubar ul li a」や「fixmenu」とも連動するので変更の際は注意。説明はこの下の「#menubar ul li a」で書いています。*/
	right:0!important;
}
/*メニュー１個あたりの設定*/
#menubar ul li {
	float: right;	/*左に回り込み*/
	width: 12%;		/*幅。今回は５個なので、100÷5=20。*/
	font-size: 1em;	/*文字サイズ*/
	font-weight:normal;
	color:#fff;
}
#menubar ul li a {
	color:#fff;
	text-decoration: none;display: block;
	height: 45px;		/*メニューブロックの高さ。ここの「85」と、下の行の「20」を合計した「105」の数字と、上の「#menubar」の「height」および下のfixmenu設定に２箇所ある「margin-top」の数字を合わせて下さい。*/
	padding-top: 5px;	/*メニューブロックの高さプラス、上に空ける余白。メニューテキストの上下の配置バランスをここで調整して下さい。※変更の際は、上の行の注意書きもしっかり読んで下さい。*/
}

#menubar ul li a hover{
	color:#fff;
	text-decoration: none;display: block;
	height: 45px;		/*メニューブロックの高さ。ここの「85」と、下の行の「20」を合計した「105」の数字と、上の「#menubar」の「height」および下のfixmenu設定に２箇所ある「margin-top」の数字を合わせて下さい。*/
	padding-top: 5px;	/*メニューブロックの高さプラス、上に空ける余白。メニューテキストの上下の配置バランスをここで調整して下さい。※変更の際は、上の行の注意書きもしっかり読んで下さい。*/
}
/*飾り文字*/
#menubar ul li span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
	color: #dcd1bf;		/*文字色*/
}

/*スマホ用メニューを表示させない*/
#menubar-s, #menubar-s2 {display: none;}

/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニューの親メニュー*/
#menubar a.cursor-default {
	cursor: default;	/*マウスオーバー時に通常のカーソルになるように*/
	color: #333;		/*文字色*/
}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;padding-top: 1px;
	width: 15%;		/*幅。上の「#menubar li」と合わせる。*/
	font-size: 14px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	float: none;
	width: 100%;
}
#menubar ul.ddmenu li a {
	width: 100%;
	height: auto;
	font-size:85%!important;
	font-weight: normal;
	border: none;	/*線を一旦リセット*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.7は70%色がついた状態の事。*/
	color: #fff;		/*文字色*/
	text-align:left;
	padding: 8px 3px 4px 10px;	/*上下、左右への余白*/
}
/*ドロップダウンメニュー内の見出し*/
#menubar ul.ddmenu li.title a {
	background: #6fbfd1;	/*背景色*/
	cursor: default;		/*カーソルをリンク用でなくデフォルトの矢印にしておく*/
	padding: 3px 0;			/*上下、左右への余白*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	background: #000;	/*背景色*/
}
/*見出しのマウスオン時*/
#menubar ul.ddmenu li.title a:hover {
	background: #6fbfd1;
}
/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	height: 50px;	/*メニューの高さを少し狭くする*/
}
body.is-fixed-menu #contents {
	margin-top: 105px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。*/
}
/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
}
body.is-fixed #contents {
	margin-top: 105px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。*/
}

/*装飾文字を非表示にする*/
body.is-fixed-menu #menubar ul li span {
	display: none;
}
/*メニューテキストの上下バランスを調整しなおす。２つの数字の合計と、「body.is-fixed-menu #menubar.nav-fix-pos」の「height: 60px;」の数字が合うようにして下さい。*/
body.is-fixed-menu #menubar ul li a {
	height: 50px;
	padding-top: 10px;
}
/*ドロップダウンメニューへの再設定*/
body.is-fixed-menu #menubar ul.ddmenu li a {
	padding: 10px;
	height: auto;
}

/*top横幅100%設定
---------------------------------------------------------------------------*/
.tbg {
	width:100%;
	background-color:#f5f5f5;
	margin-bottom:20px;
}
.flexbox {
    display: flex;
    align-items:stretch;        /* 縦の位置指定 */
    justify-content:space-between;
}
 
.flexitem {
    width:28%;
    padding: 10px;
    margin-top: 30px;              /* 外側の余白 */
    background-color:  #fff; /* 背景色指定 */
    border-radius:  5px;        /* 角丸指定 */
}

.flexbox {
    display: flex;
    align-items:stretch;        /* 縦の位置指定 */
    justify-content:space-between;
	flex-wrap:wrap;
}


 table.formTable{
	width:80%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #aaa;
	padding:15px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#fff !important;
	text-align:left;
}
table.formTable td{
	font-weight:normal;
	background:#fff !important;
	text-align:left;
}

input::placeholder,
textarea::placeholder {
	color: #aaa;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #aaa;
}

/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #aaa;
}
/*利用規約・個人情報
---------------------------------------------------------------------------*/
.kiyaku {
		overflow:auto;
		width:80%; 
		height:200px;
		margin-top:1px;
		margin-left:10%;
		margin-bottom:20px;
		padding:10px;
		background-color:#F5F5F5;
		line-height:1.5em;
	}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){

.flexbox {
    display: flex;
    align-items:stretch;        /* 縦の位置指定 */
    justify-content:center;
}
.flexitem {
    width:42%;
    padding: 5px;
    margin-top: 30px;              /* 外側の余白 */
    margin-left: 10px;              /* 外側の余白 */
}
}


/*ページtitle
---------------------------------------------------------------------------*/
.title {
	width:100%;
	padding:30px 0 30px 0;
	margin-bottom:5px;
	text-align:center;
	color:#333;
	font-size:24px;
	font-weight:bold;
	background-color:#f6f4f0;
	background-image:url(../images/tbg.png) ;
	background-repeat:no-repeat;
	background-position:right;
	
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 10px 0 30px;	/*上、左右、下へのコンテンツ内の余白*/
	position: relative;
	animation-name: opa2;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 0.5S;	/*アニメーションの実行時間*/
	animation-delay: 0.5s;		/*出現するタイミング（秒後）*/
	animation-fill-mode: both;
}
/*h2タグ*/
#contents h2 {
	clear: both;
	margin-bottom: 5px;
	font-size: 2.5em;	/*文字サイズ*/
	font-weight:bold;
	text-align: center;	/*文字をセンタリング*/
}


/*h2タグ内のspanタグ（装飾文字）*/
#contents h2 span {
	display: block;
	font-size: 50%;	/*文字サイズ*/
	color: #999;		/*文字色*/
}


/*h3タグ*/
#contents h3 {
	clear: both;
	margin-bottom: 15px;
	margin-top:30px;
	font-size: 150%;	/*文字サイズ*/
	font-weight:bold;
text-align: center;	/*文字をセンタリング*/
}
/*段落タグ*/
#contents p {
	padding: 0 3% 15px;	/*上、左右、下への余白*/
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -5px;
}
#contents p + p {
	margin-top: -10px;
}
#contents section + section {
	margin-top: 50px;
}
h4 {
	font-size: 130%;	/*文字サイズ*/
	font-weight:bold;
	padding-left:6px;
	margin-bottom:10px;
}

/*パンくずリスト
---------------------------------------------------------------------------*/
ol#pan{
	padding: 0px;
	list-style: none;
	font-size: 80%;
	margin-left:20px;
}
ol#pan li{
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
}

ol#pan a:link{
	text-decoration: none;
}	
ol#pan a:visited{
	text-decoration: none;
}	
ol#pan a:hover{
	text-decoration: underline;
}
ol#pan a:active{
	text-decoration: none;
}	


/*list（worksページで使っている横長ブロック）
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#contents .list {
	position: relative;
	border-radius: 5px;				/*角丸の指定。ほんの少し角が丸くなります。*/
	overflow: hidden;				/*角丸から内容が飛び出ないよう、飛び出た部分を非表示にする指定*/
	display: flex;
	align-items: center;			/*中のブロックの縦並びの揃え方*/
	background: #000;		/*背景色*/
	color: #fff;			/*文字色*/
	margin: 0 3% 30px;		/*ボックスの下に空けるスペース。上、左右、下への順番。*/
}
/*リンクテキストの文字色*/
#contents .list a {
	color: #fff;
}
/*ボックス内のh4（見出し）タグ*/
#contents .list h4 {
	margin-bottom: 20px;	/*下のテキストとの間に空けるスペース*/
	font-size: 140%;		/*文字サイズ*/
}
/*ボックス内のp（段落）タグ*/
#contents .list p {
	padding: 0;		/*余白のリセット*/
}
/*ボックス内のfigure画像*/
#contents .list figure {
	width: 50%;		/*画像の幅*/
}
/*「class="text"」を指定したブロック。テキストブロック。*/
#contents .list .text {
	width: 40%;		/*ブロックの幅。下のpaddingの5%とも連動するので変更の際は注意して下さい。*/
	padding: 2% 5%;	/*上下、左右へのブロック内の余白*/
}

/*偶数目のブロックの設定（画像とテキストブロックが左右交互に入れ替わる設定です。全部同じむきがよければこのブロックを削除します。）*/
#contents .list:nth-of-type(even) .text {
	order: 1;
}

/*装飾文字の設定（共通）*/
#contents .list::before {
	font-size: 18vw;
	line-height: 1;
	position: absolute;
	color: rgba(255,255,255,0.15);	/*文字色。255,255,255は白のことで、0.15は色が15%出た状態のこと。*/
	font-family: 'Tangerine', cursive;	/*冒頭で読み込んだGoogle Fontsを適用する指定*/
}
/*奇数番目のブロックの文字の配置場所指定*/
#contents .list:nth-of-type(odd)::before {
	left: -60px;
	top: -40px;
}
/*偶数番目のブロックの文字の配置場所指定*/
#contents .list:nth-of-type(even)::before {
	right: 0px;
	top: -40px;
}
/*１つ目ブロックに表示させるテキスト*/
#contents .list:nth-of-type(1)::before {
	content: "Works1";
}
/*２つ目ブロックに表示させるテキスト*/
#contents .list:nth-of-type(2)::before {
	content: "Works2";
}
/*３つ目ブロックに表示させるテキスト*/
#contents .list:nth-of-type(3)::before {
	content: "Works3";
}

/*ボックス内のボタン（共通）*/
.btn1 a {
	display: block;
	text-decoration: none;
	border: 1px solid #fff;		/*枠線の幅、線種、色*/
	text-align: center;			/*テキストをセンタリング*/
	padding: 10px 30px;			/*上下、左右へのボタン内の余白*/
	margin: 40px auto 0;		/*上、左右、下へのボックスの外側への余白*/
}
/*ボタンのマウスオン時（共通）*/
.btn1 a:hover {
	background: #fff;	/*背景色*/
	color: #000 !important;		/*文字色*/
}

/*list-column（トップページで使っている３列ブロック）
---------------------------------------------------------------------------*/
/*カラムブロック全体を囲むボックス*/
#contents .list-column-container {
	display: flex;
	justify-content: space-between;	/*中のブロックの横並びの揃え方*/
	flex-wrap: wrap;				/*中のブロックを自動で折り返す*/
	margin: 0 3%;
}
/*１カラムあたりの設定*/
#contents .list-column {
	display: flex;
	flex-direction: column;			/*中のブロックを並べる向きの指定。これは縦に並べる意味。*/
	width: 32%;						/*ブロック幅*/
	margin-bottom: 20px;			/*ブロックの下に空ける余白*/
	background: #fff;				/*背景色*/
	border:solid 1px #CCC;
	border-radius: 5px;				/*角丸の指定。ほんの少し角が丸くなります。*/
	overflow: hidden;				/*角丸から内容が飛び出ないよう、飛び出た部分を非表示にする指定*/
	box-shadow: 6px 6px 15px -8px #ccc;
}
/*リンクテキストの文字色*/
#contents .list-column a {
	color: #fff;
}
/*ボックス内のh4（見出し）タグ*/
#contents .list-column h4 {
	margin-bottom: 10px;	/*下のテキストとの間に空けるスペース*/
	font-size: 140%;		/*文字サイズ*/
	color:#3e9ed9;
}
/*ボックス内のp（段落）タグ*/
#contents .list-column p {
	padding: 0;		/*余白のリセット*/
}

/*「class="text"」を指定したブロック。テキストブロック。*/
#contents .list-column .text {
	padding: 5%;			/*ブロック内の余白*/
	flex: 1 0 auto;
}
/*IEバグ対応*/
#contents .list-column figure {
	min-height: 0%;
}

/* table02 */
#table02 tr {
  border-bottom: 1px dotted #b5b1b1;
  border-top: 1px dotted #b5b1b1;
  }

#table02 th,
#table02 td {
  padding: 15px 20px;
  border: none;
  background-color:#fff;
}

#table02 th {
  width: 30%;
  background-color:#fff;
}

@media screen and (max-width: 640px) {
/*form
---------------------------------------------------------------------------*/
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

/* sp */
@media only screen and (max-width: 480px) {
  #table02 th,
  #table02 td {
    width: 100%;
    display: block;
  }

  #table02 th {
    width: 100%;
  }

  #table02 td {
    padding-top: 0;
  }
}



/*テーブル（ta2）サブブロックの受付テーブルに使用。
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta2 caption {
	border: 1px solid #b7b7b7;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: center;
	background: #fff;		/*背景色*/
	color: #333;
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}

/*ta2設定*/
.ta2 {
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;	/*センタリング*/
	background: #fff;	/*背景色*/
	color: #333;
}
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	border: 1px solid #b7b7b7;	/*テーブルの枠線の幅、線種、色*/
}
/*曜日*/
.ta2 th {
	background: #fffbe3;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;position: relative;z-index: 1;
	font-size: 80%;	/*文字サイズ*/
	background: #fff;	/*背景色*/
	text-align: left;
	padding-top:15px;
	border-top:solid 1px #ccc;
}
footer a {color: #ccc;}
footer a:hover {color: #fff;}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 50px 0;	/*上下、左右へのボックス内の余白*/
}
/*リンクテキスト*/
#footermenu li a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%の色がついた状態。*/
}
/*マウスオン時*/
#footermenu li a:hover {
	opacity: 1;		/*透明度。100%色がついた状態。*/
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 20%;		/*幅*/
	padding-right: 1%;
	padding-left: 1%;
	text-align: left;
}
/*見出し*/
#footermenu li.title, #footermenu li.title a {
	opacity: 1;	/*透明度。100%色がついた状態。*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #000;	/*背景色*/
	padding: 20px 0;	/*上下、左右へのボックス内の余白*/
	color:#fff;
}
#copyright a {text-decoration: none;}

/*facebookやtwitterなどのアイコン
---------------------------------------------------------------------------*/
/*アイコン全体を囲むブロック*/
ul.icon {
	margin-bottom: 20px;
}
/*アイコン１個あたりの設定*/
ul.icon li {
	display: inline-block;	/*横並びにさせる指定*/
}
/*アイコン画像の設定*/
ul.icon img {
	width: 30px;		/*画像の幅*/
}
ul.icon img:hover {
	opacity: 0.8;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	padding: 0px 20px;		/*上下、左右へのブロック内の余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
}

/*ta1設定
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption, .ta2 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eeece4;	/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1テーブル*/
.ta1 {
	width: 94%;
	table-layout: fixed;
	margin: 0 3% 30px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*左側ボックス*/
.ta1 th {
	width: 150px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	-webkit-appearance: none;
	outline: none;
	padding: 5px 20px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #333;	/*枠線の幅、線種、色*/
	font-size: 130%;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #333;		/*背景色*/
	color: #fff;			/*文字色*/
}
/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #333;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
	color: #333;			/*文字色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*ヘッダーにメニューが固定される分、リンク先が隠れるのを防ぐ為のスタイル。※ページ内へのリンクで使う。
---------------------------------------------------------------------------*/
.link {
	display: block;
	margin-top: -80px;
	padding-top: 80px;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {display: none;}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 50px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 3% 20px 6%;
}
ol {
	padding: 0 3% 20px 6%;
}

/*ステップフローのCSS*/
ul.stepflow {
	border: none;
	margin: 1em 0.5em;
	padding: 0;
	list-style: none;
}
ul.stepflow > li:before, ol.stepflow > li:before {
	background-color:#cccccc!important;
}
.stepflow li {
    position: relative;
    padding: 0 0 1em 1.8em;
}
.stepflow>li:before {
	content: "";
	width: 3px;
	background: #cccccc;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 5px;
}
.stepflow-white {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #232F3E;
}
.stepflow-black {
	content: '';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 3px #232F3E;
	background-color: #232F3E;
}
.stepflow_label {
	padding: 3px 0px 8px 0px;
	margin-bottom:8px;
	color: #999999;
	font-size: .8em;
	font-weight: bold;
}
.stepflow_title {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom:1px;
	border-bottom: dashed 1px #cccccc;
}
/*ステップフローのCSSここまで*/




/*その他
---------------------------------------------------------------------------*/
.look {background: #fff;border: 1px solid #ccc;display: inline-block;padding: 0px 10px !important;border-radius: 4px;}
p.look {margin: 0 3%;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.clear {clear: both;}
.color1, .color1 a {color: #ff0909 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.fl {float: left;}
.fr {float: right;}
.fl320 {
	float:left;
	width:320px;
}
.fr600 {
	float:right;
	max-width:750px;
	margin-left:30px;
	margin-bottom:50px;
}
.big1 {font-size: 30px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.floating-banner {
  position: fixed;
  z-index: 999;
  top: 20%;
  right: 0px;
}
.floating_bs {
	display: none;
}
/* ヘッダー固定のアンカーポイント表示調整　*/
a.ap{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}

/* ここから下がボタンのCSS　*/
.btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 1px solid #666;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 16px;
  margin:5px 10px;
  border-radius: 4px;
  transition: .4s;
}

a.btn-border {
  color:#333;
}


.btn-border:hover {
  border-color: #d1c0a5;
  color: #FFF;
}


.l9 {
	border-bottom:dotted 1px #ccc;
	height:22px;
	line-height:120%;
	color:#3f9edf;
	font-size:120%;
	font-weight:bold;
	background-image:url(../images/list.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 25px;
	padding-top:3px;
}

.l30{
	margin-left:15px;
}

.waku {
    width: 100%;
    margin: 0 auto 8px auto;
    padding: 8px 0;
    font-size: 1.5em;
	color:#fff;
	text-align:center;
    background-color: #f6ab3e;
    border-radius: 15px;
}

.circle {
  float: left;
  width: 300px;/* 円のサイズ（高さにもなる） */
}

/* 診療の流れここから */  
.info {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-sizing: border-box;
    background: #eee;
    width: 100%;
    margin: 0 auto;
    padding: 2%;/*枠内パディング*/
    display: flex;
    align-items: center;
}


.info_right {
    width: calc(100% - 320px);
    float: right;
    margin-left: 2%;
}
.awesome_icon {/*矢印　アイコン*/
    margin: 10px 48%;
}
.stitle {
	color:#eb6100;
	font-size:1.2em;
	font-weight:bold;
}

@media screen and (min-width:560px) and (max-width:959px) {
/*----------一相談内容のご連絡----------*/    
.info {
    border-radius: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
    background: #eee;
    width: 98%;
    margin: 0 auto;
    padding: 5%;/*枠内パディング*/
	flex-direction:column;
}

.circle {
  float: none;
  width:300px;
  margin-left:auto;
  margin-right:auto;
}
.info_right {
	float: none;
    width: calc(100% - 5px);
}

}

@media screen and (max-width:559px) {
 
 .text18 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
 .info {
    border-radius: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 15px;
    box-sizing: border-box;
    background: #eee;
    width: 94%;
    margin: 0 auto;
    padding: 3%;/*枠内パディング*/
	flex-direction:column;
}
.circle {
  float: none!important;
  width:250px;
  margin-left:auto;
  margin-right:auto;
}

.info_right {
   float: none;
   width: 98%!important;
}
}
/* 診療の流れここまで */ 

/*
トップピックアップバナー
-------------------------------------------*/
.tp {
	background-color: #f5f5f5;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 20px;
	padding-bottom: 40px;
}
.tpinner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.tp ul {
  display: flex;
   flex-wrap:nowrap;
  justify-content: space-around;
  align-items:stretch;
}
 
.tp li {
  display: flex;
  flex-direction: column;
   flex-wrap:nowrap;
  justify-content: space-around;
  align-items:stretch;	
  width: 20%;
  background-color:#fff;
  boder:solid 1px #333;
  margin-bottom:20px;
 }

.photo {
  width:80%;
  margin-left: auto;
  margin-right: auto;
}

.txt {
  font-size:16px;
  line-height:150%;
  text-align:center;
  margin-top:-10px;
  padding:0 3px 10px 7px;
}

.btn {
  margin-top: auto;
  padding-top:1px;
  padding-bottom:1px;
  text-align:center;
}

.btn a{
  color:#fff;
  text-decoration: none;
}

.btn a:hover {
  color:#d1c0a5;
  text-decoration: none;
}

.step1 {
	font-size:120%;
	line-height:120%;
	font-weight:bold;
	background-image:url(../images/step1.png);
	background-repeat:no-repeat;
	padding-left:80px;
	padding-top: 50px;
	margin-bottom:10px;
	border-bottom:dotted 1px #ccc;
	background-position: left top;
}
.step2 {
	font-size:120%;
	line-height:120%;
	font-weight:bold;
	background-image:url(../images/step2.png);
	background-repeat:no-repeat;
	padding-left:80px;
	padding-top: 50px;
	margin-bottom:10px;
	border-bottom:dotted 1px #ccc;
	background-position: left top;
}
.step3 {
	font-size:120%;
	line-height:120%;
	font-weight:bold;
	background-image:url(../images/step3.png);
	background-repeat:no-repeat;
	padding-left:80px;
	padding-top: 50px;
	margin-bottom:10px;
	border-bottom:dotted 1px #ccc;
	background-position: left top;
}
.step4 {
	font-size:120%;
	line-height:120%;
	font-weight:bold;
	background-image:url(../images/step4.png);
	background-repeat:no-repeat;
	padding-left:80px;
	padding-top: 50px;
	margin-bottom:10px;
	border-bottom:dotted 1px #ccc;
	background-position: left top;
}
.step5 {
	font-size:120%;
	line-height:120%;
	font-weight:bold;
	background-image:url(../images/step5.png);
	background-repeat:no-repeat;
	padding-left:80px;
	padding-top: 50px;
	margin-bottom:10px;
	border-bottom:dotted 1px #ccc;
	background-position: left top;
}
.step6 {
	font-size:120%;
	line-height:120%;
	font-weight:bold;
	background-image:url(../images/step6.png);
	background-repeat:no-repeat;
	padding-left:80px;
	padding-top: 50px;
	margin-bottom:10px;
	border-bottom:dotted 1px #ccc;
	background-position: left top;
}
.step7 {
	font-size:120%;
	line-height:120%;
	font-weight:bold;
	background-image:url(../images/step7.png);
	background-repeat:no-repeat;
	padding-left:80px;
	padding-top: 50px;
	margin-bottom:10px;
	border-bottom:dotted 1px #ccc;
	background-position: left top;
}
.step8 {
	font-size:120%;
	line-height:120%;
	font-weight:bold;
	background-image:url(../images/step8.png);
	background-repeat:no-repeat;
	padding-left:80px;
	padding-top: 50px;
	margin-bottom:10px;
	border-bottom:dotted 1px #ccc;
	background-position: left top;
}

.box {
background-color:#f7f7f7;
padding-top:30px;
padding-bottom:40px;
}
.finner {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.flex_box {
	display: flex;              /* フレックスボックスにする */
    justify-content:space-between;
}
.flex_box-item {
    width: 46%;                 /* 幅指定 */
}
.finner {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}

/*
トップピックアップバナー
-------------------------------------------*/

.pickup {
	margin-bottom:20px;
	padding-top: 10px;
	padding-bottom: 50px;
}

.pickup ul {
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
	align-items:stretch;
}
.pickup ul li {
	width: 45%;
	position: relative;
	background-color: #FFF;
	border:solid 1px #ccc;
	border-radius:6px;
	margin-bottom:40px;
	box-shadow: 2px 2px 4px #ccc;
}
.pickup ul li a {
	text-decoration: none;
}


.pickup ul li a .pu_icon {
	position: absolute;
	top: -8px;
	left: -10px;
	background-color: #0085B2;
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

.pickup ul li a .pu_icon.cl_02 {
	background-color: #ff6347;
}

.pu_title {
	color:#0099FF;
}

.pickup ul li a .pu_title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #fff;
	padding-top: 10px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A49F8E;
	padding-bottom: 10px;
}

.pickup ul li a:hover .pu_title {
	border-top-color: #0074b6;
}

.pickup ul li p {
	line-height:150%;
}
.pickup ul li a p {
	color: #111;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.pickup ul li a img {
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	object-fit: cover;
}

#link01 {
   margin-top:-100px;
  padding-top:100px;
}

#cn{
  padding-top: 70px;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 600px) {
.pc { display: none !important; }
.sp { display: block !important; }

}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 2vw;	/*文字サイズ*/
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	border-bottom: 1px solid #ccc;
}
/*ヘッダーブロック（トップページへの追加設定）*/
.home header {
	border: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック全体*/
#menubar-s {
	overflow: auto;height: 100%;
	position: fixed;z-index: 100;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);	/*背景色*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: frame1;		/*冒頭のkeyframesの名前*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
	font-size: 16px;			/*文字サイズ*/
}
#menubar-s li span {
	margin-left: 20px;
	font-size: 80%;
}
/*メニュー１個あたりの設定と、子メニューの見出し。*/
#menubar-s ul li a,#menubar_hdr2 {
	display: block;text-decoration: none;
	padding: 10px 20px 10px 60px;
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #fff;		/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*子メニュー
---------------------------------------------------------------------------*/
/*子メニューの見出しの追加。基本は上のブロックで設定しています。*/
#menubar_hdr2 {
	padding-left: 60px;	/*上にある「メニュー１個あたりの設定と、子メニューの見出し」の最後の数字（４つ目）に合わせる。*/
}
/*子メニューメニューブロック全体*/
#menubar-s2 {
	display: block;
	margin-top: 10px;
	border-radius: 5px;
	background: rgba(0,0,0,0.3);
	border: 1px solid #fff;
}
/*「＞」アイコン設定*/
#menubar_hdr2.close {
	background: url(../images/arrow2.png) no-repeat 20px 35px / 18px;
}
/*「＾」アイコン設定*/
#menubar_hdr2.open {
	background: url(../images/arrow3.png) no-repeat 20px 35px / auto 18px;
}
/*子メニュー１個あたりの設定*/
#menubar-s2 li a {
	border-bottom: 1px solid #fff !important;
	padding: 10px 20px !important;
}
#menubar-s2 li:last-child a {
	border-bottom: none !important;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 5px;		/*上からの配置場所*/
	right: 1%;	/*右からの配置場所*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 40px;	/*幅*/
	height: 40px;	/*高さ*/
	border: 1px solid #333;
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/40px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/40px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu #contents {
	margin-top: 0px;
}
body.is-fixed #contents {
	margin-top: 0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 20px 0;	/*上下、左右へのコンテンツ内の余白*/
}
/*h2タグ*/
#contents h2 {
	margin-bottom: 15px;
	font-size:2.8em;
	font-weight:bold;
}

/*list-column（トップページで使っている３列ブロック）
---------------------------------------------------------------------------*/
/*ボックス内のh4（見出し）タグ*/
#contents .list-column h4 {
	margin-bottom: 0px;
}

/*ヘッダーメニューが固定されなくなるので、再設定。
---------------------------------------------------------------------------*/
.link {
	margin-top: -30px;
	padding-top: 30px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu {display: none;}
.big1 {font-size: 20px;}


.pickup ul li {
	width: 90%!important;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}
.pickup ul li a img {
	width:100%;
	height:auto;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
    filter:brightness(1.0);
}

.tp ul{
	flex-wrap: wrap;
	justify-content:space-around;
	margin-left:2%;
}

.tp li {
	width: 42%;
}
}

/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

#seo {
	height:30px;
	padding:5px 65px 0 0;
	font-size:10px !important;
	line-height:140%;
	color:#999;
}

/*ロゴ画像*/
#logo {
	width: 300px;	/*画像幅*/
	float:left;	/*左配置*/
	padding:0 5px 15px 0;
}

/*tel・mail*/
#tel {
	float:center;
	width:250px;
	margin-top:-15px;
}


/*h2タグ*/
#contents h2 {
	margin-bottom: 20px;
	font-size: 2em;	/*文字サイズ*/
	line-height:160%;
}

.floating_bs {
	display: block;
	position: fixed;
  z-index: 998;
  bottom: 0;
  width: 100%;
}

.floating-banner {
	display: none;
}

/*１カラムあたりの設定*/
#contents .list-column {
	width: 96%;
	margin-left: 2%;			/*ブロックの下に空ける余白*/
}

/*日付設定*/
#new dt {
	float: none;
	width: 100%;		/*幅*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 5px;
	border-bottom:dotted 1px #ccc;
	margin-bottom:10px;
}

.fl320 {
	float:none;
	width:90%;
	margin-left:5%;
}
.fr600 {
	float:none;
	width:96%;
	margin-left:2%;
	margin-bottom:50px;
}

#footermenu {
	display: none;
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	padding: 10px 0 70px 0;	/*上下、左右へのボックス内の余白*/
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*通常時のボタンは非表示*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	bottom: 70px;	/*下から20pxの場所に配置*/
}



.flex_box {
	display: flex;              /* フレックスボックスにする */
    justify-content:space-between;
	flex-wrap: wrap;            /* 折り返し指定 */
}
.flex_box-item {
    width: 96%;                 /* 幅指定 */
    margin-left:2%;
    margin-right:2%;
}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 3vw;
}

/*コンテンツ
---------------------------------------------------------------------------*/
/*h2タグ*/
#contents h2 {
	margin-bottom: 30px;
}
/*h3タグ*/
#contents h3 {
	margin-bottom: 20px;
}
#contents section + section {
	margin-top: 30px;
}

/*list（worksページで使っている横長ブロック）
---------------------------------------------------------------------------*/
/*ボックス内のボタン（共通）*/
.btn1 a {
	padding: 5px 10px;			/*上下、左右へのボタン内の余白*/
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.fl {float: none;}
.fr {float: none;}
.big1 {font-size: 16px;}
.sh {display:block;}
.pc {display:none;}

.pickup ul li {
	width: 90%!important;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}
.pickup ul li a img {
	max-height: 100%;
	-webkit-filter: brightness(1.0);
	-moz-filter: brightness(1.0);
	-ms-filter: brightness(1.0);
    filter:brightness(1.0);
}
.flex_box-item {
    width: 96%;                 /* 幅指定 */
    margin-left:2%;
    margin-right:2%;
}

}
