﻿@charset "utf-8";

/* !Reseting
---------------------------------------------------------- */

html {
	height: 100%; 
	overflow: hidden;
}

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	line-height: 1.5;
	background: #faf0e6;
	overflow-y: scroll;
	overflow-x: hidden;                                                                                                             
	height: 100%; 
}


a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.blue_txt {
	color: #4000FF;
}

ul {
    display: block;
    margin-block-start: 0em !important;
    margin-block-end: 0em !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}


/* !Clearfix
---------------------------------------------------------- */

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

.clear {
	clear: both;
}


/* ########### 1000px以上 ########### */

@media screen and (min-width:1000px) {
	#header_bg, .wrap {
		width: 1000px;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 768px) {
	
	.wrap {
		padding: 0 2%;
		font-size: 12px;
		line-height: 1.5;
	}
			
}

@media screen and (max-width: 320px) {
	
	.wrap {
		padding: 0 2%;
		font-size: 11px;
		line-height: 1.5;
	}
		
}




/* パンくず
---------------------------------------------------------- */



/* パンくずリスト */
.bread	{
	margin: 0 0 0.5% 0;
}

.bread ol	{
	margin: 0;
	padding: 2px 0;
	list-style: none;
}

.bread li a	{
	display: inline-block;
	padding: 2px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.bread li a:hover	{
	background-color: #fff;
}

.bread ol:after	{
	content: "";
	display: block;
	clear: both;
}

.bread li	{
	float: left;
	width: auto;
}

.bread_top:after	{
	content: '\003e';
	margin-left: 5px;
	margin-right: 5px;
	color: #888888;
}


/* トップへボタン
---------------------------------------------------------- */

#topbutton {
	/* 表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 20px;   /* ←下端からの距離 */
	right: 20px;    /* ←右端からの距離 */
	width: 7em;     /* ←横幅 */

	/* 最初は非表示 */
	display: none;
	z-index: 100000;
}

#topbutton a {
	/* リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
   }
   
@media screen and (max-width: 414px) {
	
	#topbutton {
		/* 表示位置を画面の右下に固定 */
		position: fixed; /* ←表示場所を固定 */
		bottom: 10px;   /* ←下端からの距離 */
		right: 1px;    /* ←右端からの距離 */
		width: 4em;     /* ←横幅 */

	/* 最初は非表示 */
		display: none;
		z-index: 100000;
	}
	
	#topbutton img {
		max-width: 60%;
		height: auto;
	}

}

/* KV
---------------------------------------------------------- */

.kv {
	text-align: center;
	margin: 0 0 0.8% 0;
}


@media screen and (min-width: 769px) {
	
	.sp_kv {
		display: none;
	}

}

@media screen and (max-width: 768px) {
	
	.kv {
		display: none;
	}

}


/* #header
---------------------------------------------------------- */


#header {
	overflow: hidden;
	padding: 0.5% 0;
}

#header_bg {
	margin-bottom: 1%;
}

#header h1 {
	color: #378fc0;
    font-size: 240%;
}

.teladd a {
	color: #1d3994;
	font-size: 130%;
	font-weight: bold;
	text-decoration: underline !important;
}


.tel-link a {
	color: #1d3994;
	font-size: 220%;
	font-weight: bold;
	text-decoration: underline !important;
}

.teladd_area a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
	
#header h2 {
	color: #ffa901;
	font-size: 155%;
	text-shadow: 
	white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
	border-bottom: solid 3px  #ffa901;
	padding: 0 0 2% 0;
}


.top_txt {
	font-size: 12px;
}

.logo_area {
	overflow: hidden;
}

.logo_area a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

.logo {
	float: left;
	margin: 0 3% 0 0;
}

.logo2 {
	float: left;
	text-align: right;
}

.h_txt {
	float: left;
	margin: 2.5% 0 0 3%;
}

.fa-phone {
	font-weight: 80%;
}


.head_menu {
	background: #fff;
	-moz-border-radius: 2px;    /* 角丸-Firefox */
	-webkit-border-radius: 2px; /* 角丸-Safari,Chrome */
	border-radius: 2px;            /* 角丸-CSS3 */
	font-size: 12px;
	margin: 0 10px 0 0;
	padding: 4px 6px;
}

.head_menu a {
	color: #00547d;
	text-decoration: none;
}


.nav_pc ul {
	width: 100%;
	display: flex;
	justify-content: center;	
}

.nav_pc ul li {
	width: 20%;
	line-height: 1;
	text-align: center;
	float: left;
	padding: 0.9% 0;
	margin: 0 1px;
	display: block;
  vertical-align: middle;
}

.nav_pc ul li a {
	font-size: 95%;
	color: #fff;
	text-decoration: none;
}

.menu01 {
	background: #f1b540;
}

.menu02 {
	background: #adc511;
	padding: 0.5% 0 !important;
}

.menu03 {
	background: #c99bc0;
}

.menu04 {
	background: #bfbfbf;
}

.menu05 {
	background: #a9b6d1;
	padding: 0.5% !important;
}

.menu06 {
	background: #e0747d;
}

.menu07 {
	background: #cbcb21;
}

.sp_bnn {
		float: left;
		width: 26%;
		margin: 30px 0 0 0;
	}
	
	
@media screen and (min-width: 769px) {
	
	.sp_bnn {
		display: none;
	}

}

/* iPads (横向き) ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */

	.logo_area {
		float: left;
		width: 100%;
		padding: 20px 0 10px 20px;
	}
	
}


@media screen and (max-width: 768px) {
	
	.logo_area img {
		float: left;
		width: 100%;
		padding: 10px 0 0 10px;
	}
	

	
	
	.head_tel img{
		clear: both;
		float: left;
		width: 65%;
		margin: 10px 40px 0 10px;
	}
	
.h_txt {
	float: left;
	margin: 2.5% 0 1% 3%;
}

}

@media screen and (max-width: 414px) {
	
	.head_tel  {
		float: none;
		width: 65%;
		margin: 0 0 0 20px;
	}
	
	.logo_area {
		padding: 0;
	}
	
	.logo {
		float: left;
		width: 15%;
		margin: 0 !important;
		padding: 0 2% 0 0;
	}
	
	.logo img {
		width: 85%;
		margin: 0 !important;
	}
	
	.logo2 {
		float: left;
		width: 50%;
		font-size: 60%;
	}
	
	#tel {
		margin: 3% 0 0 0;
	}
	
	.tel-link a {
		font-size: 150%;
	}

	.teladd a {
		font-size: 120%;
	}
	
	
	#header h2 {
		font-size: 110%;
		text-align: center;
	}

}


/* グローバルナビゲーション
---------------------------------------------------------- */

.nav {
	height: 32px;
	margin: 0 0 0 0;
	float: right;
}

.nav ul li {
	float: left;
	border-right: solid 1px #004d73;
	background-color: transparent;
	text-align: center;
	margin: 0 0 0 -1px;
}

.nav1 {
	border-left: solid 1px #004d73;
}

.nav ul li a {
	color: #004d73;
	font-weight: 600;
	text-decoration: none;
	display: block;
	padding: 3px 15px;
}

.nav ul li:hover {
	border: solid 1px #fff;
	-moz-border-radius: 1px;    /* 角丸-Firefox */
	-webkit-border-radius: 1px; /* 角丸-Safari,Chrome */
	border-radius: 1px;            /* 角丸-CSS3 */
}

.nav ul li a:hover {
	background-color: rgba(255, 255, 255, 1);
	transition: all 1.5s;
	text-decoration: none;
	padding: 3px 15px;
}

	
	

/* 768px以下に適応のメニュー
---------------------------------------------------------- */


/* ########### 768px以下 ########### */
@media screen and (max-width: 768px) {
	
	.side, .nav_pc {
		display: none;
	}
	
	

	/* トグルボタン */
	#menubtn	{
		padding: 6px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		background-color: #ffffff;
		position: relative;
		/*top: 20px;*/
		right: 0px;
		cursor: pointer;
		z-index: 99;
		top: -175px;
    	left: 320px;
	}
	
	#menubtn:hover	{
		background-color: #dddddd;
	}
	
	#menubtn:focus	{
		outline: none;
	}
	
	#menubtn i	{
		color: #888888;
		font-size: 18px;
	}
	
	#menubtn span	{
		display: inline-block;
		text-indent: -9999px;
	}
	
	/* ナビゲーションメニュー（縦並び） */
	.menu	{
		display: none;
	}
	
	
	.menu ul	{
		padding: 0;
		list-style: none;
		clear: both;
		margin: 0 0 0 0;
	}
	
	.menu ul li {
		padding: 3px;
	}
	
	.menu li a	{
		display: block;
		padding: 5px;
		color: #000000;
		border: solid 1px #9f9f9f;
		font-size: 14px;
		text-decoration: none;
		text-align: center;
		/*For Old WebKit*/
		background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#f8f8f8 80%,
		#f2f2f2 90%,
		#e1e1e1 100%
		);
		/*For Modern Browser*/
		background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#f8f8f8 80%,
		#f2f2f2 90%,
		#e1e1e1 100%
		);	
	}
	
	.menu li a:hover	{
		background-color: #eeeeee;
	}

}

/* iPads (縦向き) ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */


	/* トグルボタン */
	#menubtn	{
		padding: 6px 12px;
		border: solid 1px #aaaaaa;
		border-radius: 5px;
		background-color: #ffffff;
		position: relative;
		/*top: 20px;*/
		right: 0px;
		cursor: pointer;
		z-index: 99;
		top: -280px;
		left: 700px;
	}


}



/* ########### 769px以上 ########### */
@media screen and (min-width: 769px) {
	
	.nav_sp {
		display: none;
	}

	/* トグルボタン */
	#menubtn {
		display: none !important;
	}
	
	/* ナビゲーション */
	#menu {
		display: none;
	}
	
	.menu {
		clear: both;
		text-align: center;
	}
	
	.menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.menu li a	{
		display: block;
		float: left;
		padding: 10px 15px;
		color: #000000;
		font-size: 14px;
		text-decoration: none;
	}
	
	.menu li a:hover {
		background-color: #eeeeee;
	}
	
	.menu ul:after {
		content: "";
		display: block;
		clear: both;
	}
	
	.menu ul li {
		float: left;
		width: auto;
	}
}

.nav_sp {
	margin: 1% 0 2% 0;
}

.nav_sp ul {
	display: flex;
	justify-content: center;
	text-align: center;
}

.nav_sp ul li {
	width: 30%;
	height: 40px;
	background: #fff;
	line-height: 1.2;
	padding: 1% 2%;
	margin: 0 1% 1% 0;
	float: left;
	border: solid 1px #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 3px;    /* 角丸-Firefox */
	-webkit-border-radius: 3px; /* 角丸-Safari,Chrome */
	border-radius: 3px;            /* 角丸-CSS3 */
    background-image: linear-gradient(#fff  0%, #eaeaea 100%);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    color: #000;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}

.nav_sp ul li a {
	text-align: center !important;
	text-decoration: none;
	
}

.no-right0 {
	margin: 0 0 1% 0 !important;
}

/* 　コンテンツ　*top
---------------------------------------------------------- */

.content {
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.side {
	width: 22%;
	float: left;
	padding: 0 0 0 0;
	}

.main {
	width: 76%;
	float: right;
	padding: 0 0 6% 0;
	}
	
.main-contents {
    width: 100%;
    float: right;
    padding: 0 0 6% 0;
}

.main h1 {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 3px;
	padding: 3% 0 3% 2% !important;
}

h1 span {
	font-size: 15px;
	padding: 0 0 0 10px;
}

.txt-area {
    padding: 1% 3%;
    overflow: hidden;
	}
	
.mini_midashi {
	color: #101160;
	font-size: 18px;
	font-weight: 600;
	padding: 2% 0 1% 0;
}

.miniicon {
	padding-left: 10px;
	border-left: solid 7px #0cafb4;
	color: #0cafb4;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 30px 0;
}

.left, .right {
	width: 50%;
	float: left;
}

/* ########### 768px以下 ########### */
@media screen and (max-width: 768px) {
	
	.content h1 {
		font-size: 16px;
	}
	
	h1 span {
		font-size: 12px;
		margin: 3% 0 1% 0;
	}
	
	.main {
		width: 100%;
		padding: 0;
		margin: 0;
		float: none;
	}
	
	.txt-area {
		padding: 1% 3% 3% 3%;
		overflow: hidden;
		}
		
	.guide table {
		margin: 0 0 0 -3%;
	}
	
}



/* 　サイドメニュー（PC）
---------------------------------------------------------- */

.side ul {
	background: #59493f;
	padding: 5%;
}

.side ul li {
	height: 45px;
	line-height: 1;
	background: #fff;
	-moz-border-radius: 4px;    /* 角丸-Firefox */
	-webkit-border-radius: 4px; /* 角丸-Safari,Chrome */
	border-radius: 4px;            /* 角丸-CSS3 */
	letter-spacing: -1px;
	padding: 4%;
	margin: 0 0 3% 0;
}

.side ul li a {
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	width: 98%;
	font-size: 15px;
	font-weight: 600;
	padding: 5%;
}

.side ul li:hover {
	background-color: #ffeec2;
	text-decoration: none;
}

.side_2 div {
	margin: 2% 3% 3% 3% !important;
	display: inline-block;
}

.side-con {
	margin: 3% 0 0 0;
}

.side_bnn {
	padding: 4% 0 0 0;
	font-size: 80%;
}

.side_bnn div {
	padding: 2% 0;
}



/* 　メインコンテンツ共有タイトル部分余白
---------------------------------------------------------- */

.greeting, .album, .history, .outline, .machine, .chart, .recruit, .map, .mailfoam {
	padding: 0;
}



/* 　メインコンテンツ共有テーブル
---------------------------------------------------------- */

.main table, .main-contents table {
	width: 96%;
	background: #fff;
}

.main table tr td {
	border: solid 1px #000;
	text-align: left;
	line-height: 1.3;
}


.guide table tr th, .guide table tr td {
	color: #FF8000;
	font-weight: 600;
    border: solid 1px #FACC2E;
    padding: 3%;
    text-align: center;
    line-height: 1;
}




/* 　メッセージ
---------------------------------------------------------- */

.top-midashi h3 {
	background: #59493f;
	color: #fff;
	font-size: 130%;
	padding: 2%;
}

.sign {
	text-align: right;
}

.message ul {
	padding: 0 2%;
	display: flex;
	justify-content: center;	
}

.message ul li {
	width: 50%;
	float: left;
}

.messe {
	background: #fff;
	border: dotted 4px #378fc0;
	font-weight: 600;
	color: #378fc0;
	font-size: 120%;
	margin: 2% 0;
}

.oshirase {
	padding: 3% 0 0 2%;
	font-size: 130%;
	font-weight: 600;
}

.message ol li {
	padding: 0 0 3% 0;
}


@media screen and (max-width: 768px) {
	
	.sign {
		text-align: right !important;
	}

}




/* 　新着情報
---------------------------------------------------------- */

.new ul {
	border: solid 5px #d5d5d5;
	background: #00673e;
	color: #fff;
}

.new ul li {
	padding: 1% 1% 3% 1%;
	border-bottom: solid 1px #21ad7b;
	line-height: 1.4;
	margin: 3% 2%;
}

.new ul li p {
	font-size: 120%;
	font-weight: 600;
	margin: 0 0 2% 0;
}

.no-border {
	border-bottom: solid 0px #00673e !important;
}

.new h3 {
	display: inline-block;
	font-size: 145% !important;
}

.point_yellow {
	color: yellow;
	font-weight: 600;
}

.point_orange {
	color: #FF9600;
	font-weight: 600;
}

.point_blue {
    color: #00FFFF;
	font-weight: 600;
}

.size130 {
	font-size: 130%;
}

.size150 {
	font-size: 150%;
}

.float_r {
	text-align: right;
}

.indentback {
  text-indent: -1em;
  padding-left: 1em;
  padding-right: 2em;
  padding-top: 0.2em;
}

.ketueki {
	background: none !important;
	font-size: 130%;
	margin: 2%;
}

.ketueki tr td {
    text-align: center;
	font-weight: 600;
	border: solid 1px #00673e !important;
    display: table-cell;
	padding: 0 !important;
}

.new a {
	color: #fff !important;
}

.news_bg {
	width: 80% !important;
}

.news_bg tr td {
	background: #378fc0;
	color: #fff;
	padding: 10px !important;
	border: solid 2px #0075CB !important;
}

.red_txt {
	color: red;
	font-weight: 600;
}

.news_data {
	display: inline-block;
}

.top h3 {
	font-weight: 500 !important;
	font-size: 100% !important;
}

.newslist {
	display: flex;
	justify-content: center;
	border: solid 0px #00673e !important;
}

.newslist li {
	float: left;
	border: solid 0px #00673e !important;
	margin: 0!important;
	font-size: 85%;
}

.new p {
	font-weight: 500 !important;
	font-size: 100% !important;
	margin: 0.5% 0 !important;
}

.jisage{
	padding-left:1em;
	text-indent:-1em;
}

.blue {
	color: ##378fc0 !important;
}


/* 　診療案内
---------------------------------------------------------- */


.contents h2 {
	font-size: 120%;
	color: #378fc0;
	margin: 2% 0 1% 0;
}

.midashi th {
	background: #F2F5A9;
	padding: 2% 3% !important;
}

.guide table tr td i {
	font-size: 110%;
}

.guide ul li {
	margin-left:0.6em;
	text-indent:-0.6em;
	margin-bottom: 1.5%;
	
}

.map_name {
	font-size: 130%;
	font-weight: 600;
}

.blue_midashi {
	font-size: 110%;
	color: #378fc0;
}

.innai_map {
	text-align: center;
	margin: 2% 0 0 0;
}

.divbox {
	width: 100%;
	padding: 2% 0;
	overflow: hidden;
}

.divbox div {
	float: left;
}

.img_box {
	width: 30%;
    text-align: center;
}

.txts_box {
	width: 70%;
}

.setubi {
	overflow: hidden;
	border: solid 2px #9A7C00;
	background: #fff;
    margin: 0 0 3% 1%;
    padding: 3%;
}

.guide {
	overflow: hidden;
}


/* 　guide
---------------------------------------------------------- */



@media screen and (max-width: 768px) {
	iframe {
		width: 100%;
	}
	
	.maps img {
		padding: 0 0 0 2%;
	}
}


/* 　スタッフ
---------------------------------------------------------- */

.staff ul li {
	padding: 0 0 3% 0;
}

/* 　病気と予防について
---------------------------------------------------------- */

.disease ul li {
	padding: 1% 0;
	margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 1.5%;
}

.ben {
    text-decoration: underline !important;
}

.centerbox {
    text-align: center;
    margin: 10px 0;
}

.borderbox {
    width: 95%;
    background: #fff;
    border: solid 2px #ff8400;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: 600;
	margin: 2% 0;
	padding: 2%;
}

.orange_txt {
	color: #ff8400;
}

.arrow {
    text-align: center;
    color: #fff;
    background: url("img/arrowbig.png") left top no-repeat;
    width: 100%;
    height: 164px;
    font-size: 19px;
    padding: 55px 0 0 0;
}

.borderbox2 {
	width: 99%;
	height: 35px;
	text-align: center;
    background: #fff;
    border: solid 2px #378fc0;
	color: #378fc0 !important;
	text-decoration: none !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	font-size: 140%;
    font-weight: 600;
	margin: 2% 0;
	padding: 2% 0;
	position:relative;

}

.borderbox2 a {
	color: #378fc0 !important;
	text-decoration: none !important;
	position:absolute;
    top:0;
    left:0;
    width:100%;
   	height:100%;
	padding: 2%;
	overflow: hidden;
}

.box2 {
	padding: 3% 0 6% 0;
}

.box2_left {
	width: 25%;
	float: left;
	text-align: center;
	vertical-align: central; 
}

.box2_right {
	width: 75%;
	float: left;
}

.box3_left {
	width: 30%;
	float: left;
	text-align: center;
	vertical-align: central;
	margin: 0 1% 1% 0;
}

.box3_right {
	width: 66%;
	float: left;
}

.skindiseases h3, .livewell h3 {
	color: #378fc0 !important;
	margin: 3% 0 1% 0;
}

.skindiseases ul li {
	margin-left: 2em;
    text-indent: -2em;
    margin-bottom: 1.5%;
}

.midashi2, .livewell ul li {
	margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 1.5%;
}


@media screen and (max-width: 768px) {
	.arrow {
		text-align: center;
		color: #fff;
		background: #378fc0;
		width: 100%;
		height: auto;
		font-size: 105%;
		padding: 2%;
	}
}

/* スマホ用バナーエリア
---------------------------------------------------------- */

.sp_bnnarea {
	overflow: hidden;
	clear: both;
	margin: 2% 0;
}

.sp_bnnarea ul li {
	padding: 1% 1% 0 0;
	float: left;
}

.sp_bnnarea ul {
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 769px) {
	.sp_bnnarea {
		display: none;
	}
}



/* お問い合わせ
---------------------------------------------------------- */

.mailfoambox {
	width: 100%;
}

.table_line {
	background: #ffffff;
	border: solid 1px #92a2b3;
	margin: 4% 0;
	padding: 1% 0 5% 0;
}

.mailfoambox table {
	width: 100%;
	margin: 0 auto;
}

.mailfoambox table tr td {
	border: none !important;
	padding: 1% 0 2% 1%;
}


.midasi_mail {
	width: 24%;
	text-align: left;
	font-size: 16px;
	padding: 0 0 0 4%;
}

.midasi_mail2 {
	width: 150px !important;
	text-align: left;
	font-size: 16px;
	padding: 2% 0 2% 2%;
}

.input_area {
	font-size: 12px;
	color: #999;
	padding: 2% 1%;
}

input {
	height: 35px;
	width: 80%;
	border:solid 1px #92a2b3;
	background-color: #fff;
	padding: 0 0 0 2%;
}

textarea {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:solid 1px #92a2b3;
	background-color: #fff;
	width: 95%;
	padding: 2% 0 0 2%;
}

.hissukoumoku {
	border-bottom:solid 1px #92a2b3;
	color: #000;
	font-size: 15px;
	text-align: left;
	padding: 4% 0 2% 0;
	margin: 0 0 3% 0;
}

.hissu {
	background: #ed8c83;
	color: #fff;
	font-size: 11px;
	padding: 2px 3px;
	margin: 0 3px 0 3px;
}

.button_area {
	text-align: center;
	padding: 4% 0 1% 0;
}

.button {
	width: 80%;
	background: none;
	border: none;
	outline:none;
	padding: 1% 0;
}

.contact_btn {
	background: #2c90cc !important;
	color: #ffffff;
}

.contact_btn:hover {
	background: #4aa5dc !important;
	color: #ffffff;
    top: 2px;
}

input::placeholder, textarea::placeholder {
    color: #92a2b3;
}

/* IE */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #92a2b3;
}

/* Edge */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #92a2b3;
}

@media screen and (max-width: 768px) {
	
	.midasi_mail {
		width: 30%;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		padding: 0 0 0 5px;
	}
	
	.midasi_mail2 {
		padding: 2%;
		font-size: 100%;
	}
	
}


/* 　footer
---------------------------------------------------------- */

.corp {
	clear: both;
	background: #f8e6d3;
	z-index: 90;
	position: relative;
}

.corp ul {
	display: flex;
	justify-content: center;	
}

.corp ul li {
	float: left;
	width: 50%;
	text-align: left;
	padding: 3% 6%;
}

.f_menu {
	text-align: center;
	font-size: 13px !important;
	padding: 0 0 2% 0;
}

.footer_menu a {
	color: #000;
	font-size: 13px !important;
}

.footer_btm {
	color: #fff;
	font-size: 12px;
	background-color: #378fc0;
	text-align: center;
	padding: 0.5% 0;
}




@media screen and (max-width: 415px) {

	.footer_menu a {
		font-size: 10px;
	}

	footer {
		padding: 0 0 5px 0 !important;
	}

}




/* 　sp_メニュー
---------------------------------------------------------- */


@media screen and (max-width: 768px) {


.cp_cont {

}

.cp_offcm01 {
	z-index: 999;
	position: absolute;
	top: 0px;
    right: 10px;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 300px;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #59493f;
	opacity: 0.9;
	z-index: 999;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-300px);
	        transform: translateX(-300px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f0c9';
	font-weight: 900;
	font-size: 2em;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
/* contents */
.cp_contents {
	color: #333333;
	text-align: center;
}

}


@media screen and (min-width: 769px) {	
	.cp_cont {
		display: none;
	}
}


/* 　TOPへ戻るボタン
---------------------------------------------------------- */


.pagetop {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 1000;
}
 
.pagetop a {
	display: block;
	text-decoration: none;
}

.pagetop:hover {
	opacity: 0.9 ;
}

.messe_corona {
	color: #000;
}

.blue_txt {
	color: #4793c1;
}

.messe_title {
	color: #e60012;
	font-size: 135%;
	padding: 20px 0 15px 0;
}

.sign {
	padding: 10px 0 0 0;
}