@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:300,800);

/*
	---- 基本設定 ----
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	font-size:100%;
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
div:after,dl:after,ul:after,header:after,footer:after,section:after,article:after,nav:after,aside:after {
	content: "";
	clear: both;
	display: block;
}

caption,th,td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote,q {
	quotes: "" "";
}

a {
	transition:color .1s ease-in-out;
}
a img {
	border: 0;
}
a:link {
	text-decoration:none;
	color:#0074cc;
}
a:visited {
	text-decoration:none;
	color:#0074cc;
}
a:hover {
	text-decoration:underline;
	color:#ff9000;
}
strong {
	color:#f30;
	font-weight:bold;
}

/*
	---- HTML設定 ----
*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
html {
	height:100%;
}
body {
	font-size:14px;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
	color:#333;
	background:#fff;
	line-height:180%;
	-webkit-text-size-adjust:100%;
	height:100%;
}
img {
	max-width:100%;
}
nav ul {
	list-style:none;
}
/*
	---- 装飾 ----
*/
strong {
	color:#f60;
	font-weight:bold;
}
.minitext {
	font-size:88%;
	line-height:120%;
}
.bigtext {
	font-size:140%;
	line-height:180%;
}
.gray {
	color:#999;
}
.red {
	color:#e00;
}
.textcenter {
	text-align:center;
}
.textright {
	text-align:right;
}
.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
.alignright {
	float:right;
	margin:0 0 10px 10px;
}
.googlefont {
	font-family: 'Raleway', sans-serif;
}
.small {
	font-size:10px;
}
.maintitle {
	font-size:200%;
}
/* page */
.wrap {
	width:1000px;
	margin:0 auto;
}

#header {
	margin-top:20px;
	border-bottom:1px solid #ccc;
}
#header h1 {
	float:left;
}
.headerdata {
	padding-top:30px;
	float:right;
	text-align:right;
}
.headerdata a {
	padding-left:10px;
}



.headernavi {
	clear:both;
	list-style:none;
}
.headernavi>li {
	width:25%;
	position:relative;
	float:left;
}
.headernavi>li>a {
	font-size:10px;
	color:#666;
	text-decoration:none;
	line-height:150%;
	display:block;
	text-align:center;
	margin:10px 0;
	border-right:1px solid #ccc;
}
.headernavi>li>a:hover {
	color:#c00;
}
.headernavi>li:last-child a {
	border-right:0;
}
.mainname {
	font-size:16px;
}

.headernavi>li>.sub {
	display:none;
}
.headernavi>li:hover>.sub {
	display:block;
}

.sub {
	z-index:999;
	width:100%;
	position:absolute;
	background:#eee;
	left:0;
	top:100%;
}
.sub a {
	font-size:10px;
	color:#666;
	text-decoration:none;
	line-height:150%;
	display:block;
	text-align:center;
	margin:10px 0;
	border-bottom:1px dotted #ccc;
}
.sub a:hover {
	color:#c00;
}
.sub li:last-child a {
	border:none;
}




.headbottom_border {
	border-bottom:1px solid #ccc;
}

.headerimage {
	position:relative;
	overflow:hidden;
}
#slide {
	width:100%;
	height:500px;
	overflow:hidden;
	position:relative;
}
#slide img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
.information {
	position:relative;
}

.news {
	width:65%;
	min-height:320px;
	margin:50px 0;
}
.news h1 {
	border-bottom:1px solid #ff519f;
}
.news dl {
	padding:15px 10px;
	border-bottom:1px dotted #ccc;
}
.news dt {
	width:230px;
	float:left;
}
.news dd {
	overflow:hidden;
}
.facebookpage {
	position:absolute;
	right:0px;
	top:0px;
}

.facebookpage a.insta {
	width:320px;
	display:block;
	margin-top:10px;
}
.facebookpage a.insta img {
	width:100%;
}

.topcontents {
	margin:50px 0;
	list-style:none;
	padding-top:350px;
}
.topcontents li {
	margin-bottom:20px;
}
.topcontents .left {
	float:left;
}
.topcontents .right {
	float:right;
}

#footer {
	margin-top:80px;
	padding:20px;
	text-align:center;
	background:#e3e3e3;
}
#footer ul {
	list-style:none;
	margin:20px 0;
}
#footer li {
	display:inline;
}
#footer li:after {
	content:" | ";
}
#footer li:last-child:after {
	content:"";
}
.copyright {
	font-size:12px;
	color:#b15f84;
}


.contentsbox {
	position:relative;
	margin:50px 0;
	clear:both;
}

.pageimage img {
	width:100%;
}
.page_textarea {
	width:420px;
}
.page_textarea h1 {
	border-bottom:1px solid #ff45cd;
	margin-bottom:20px;
}
.page_textarea h2 {
	margin-top:30px;
}

.page_imgarea {
	position:relative;
	width:530px;
	min-height:480px;
}
.page_left {
	float:left;
}
.page_right {
	float:right;
}

.pickup {
	width:470px;
	height:380px;
	overflow:hidden;
	list-style:none;
}
.pickup img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}
.pickup2 {
	width:470px;
	height:340px;
	overflow:hidden;
	list-style:none;
}
.pickup2 img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}

.pagetitle {
	border-bottom:1px solid #ff45cd;
	margin-bottom:20px;
}

.ppbox h2 {
	font-size:16px;
	font-weight:bold;
	margin:20px 0 5px;
}
.ppbox ul {
	margin:10px 0 10px 2em;
}
.ppbox .date {
	text-align:right;
	margin:20px 0;
}

.comlist {
	border-bottom:1px solid #ccc;
	padding:10px;
}
.comlist dt {
	width:180px;
	float:left;
}
.comlist dd {
	overflow:hidden;
}

.tenpo {
	margin:0 0 30px;
}
.tenpo .image {
	width:320px;
	padding-right:20px;
	float:left;
}
.tenpo .data {
	overflow:hidden;
}
.tenpo h3 {
	font-size:18px;
	margin-bottom:5px;
	border-bottom:1px dotted #ccc;
}

.shopdata {
	margin:5px 0;
}
.shopdata dt {
	width:120px;
	float:left;
}
.shopdata dd {
	overflow:hidden;
}

a.mapbutton {
	display:block;
	width:110px;
	color:#fff;
	background:#a68c31;
	text-align:center;
	padding:5px 10px;
	border-radius:10px;
}
a.mapbutton:hover {
	background:#ffa000;
}

.int_box {
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #eee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#eee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%,#eee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%,#eee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff 0%,#eee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
	border:1px solid #ccc;
	padding:15px;
	margin:30px 0;
	clear:both;
}
.int_box h2 {
	font-size:18px;
	font-weight:bold;
	margin:0 0 20px;
	border-left:5px solid #c00;
	padding-left:5px;
}
.int_box .texthead {
	font-size:25px;
	margin:0 0 10px;
}
.interview {
	overflow:hidden;
}

.timeline {
	border-top:1px solid #ffbcbc;
}
.timeline dt {
	width:150px;
	float:left;
	padding:5px 10px;
	border-top:5px solid #ffbcbc;
}
.timeline dd {
	padding:10px;
	overflow:hidden;
}

.q_box {
	color:#fff;
	background:#151515 url(images/image_head_q.png) no-repeat left 10px;
	padding:10px 10px 10px 70px;
	border:1px solid #303030;
	border-bottom:none;
}
.a_box {
	color:#000;
	background:#fff url(images/image_head_a.png) no-repeat left 10px;
	margin-bottom:30px;
	padding:10px 10px 10px 70px;
	border:1px solid #303030;
}

/* contact */

.mailform {
	margin:30px 0;
	padding:0 50px;
}
.mailform dl {
	margin:0 0 40px;
}
.mailform dt {
	width:220px;
	float:left;
}
.mailform dd {
	width:610px;
	float:right;
}
.red,
.error {
	color:#ff6f6f;
}

.formbar {
	width:610px;
}
input[type="text"],textarea,select {
	border:0;
	padding:10px;
	color:#333;
	background:#f0f0f0;
	border:2px solid #999;
}
input[type="radio"] {
	padding:10px;
}
textarea {
	height:200px;
}
.submit {
	padding:0 0 40px;
	text-align:center;
}
.submit button {
	border:none;
	width:250px;
	font-weight:bold;
	color:#fff;
	background:#000;
	padding:20px;
	border-radius:5px;
	transition:color .1s ease-in-out;
}
.submit button:hover {
	background:#ff6f6f;
}
input:focus,
textarea:focus {
	border:2px solid #44aeff;
	outline:none;
}
.error_messe {
	color:#c00;
	margin:10px 0;
	padding:10px;
	border:1px solid #c00;
}


/* facial & body */
.textright {
	width:350px;
	text-align:right;
}
.csbox {
	width:580px;
	float:right;
}
.csbox h2 {
	font-size:90%;
	font-weight:normal;
	margin-bottom:5px;
}
.csbox h2>span {
	display:block;
	font-size:250%;
	margin-bottom:5px;
}

.csboxb {
	width:580px;
	float:right;
}
.csboxb h2 {
	font-size:90%;
	font-weight:normal;
	margin-bottom:5px;
}
.csboxb h2>span {
	display:block;
	font-size:180%;
	margin-bottom:5px;
}
.big {
	font-size:120%;
	font-weight:bold;
}

.linebox {
	clear:both;
	border:1px solid #ffbcbc;
	padding:15px;
	margin-bottom:30px;
}
.kakaku {
	font-weight:bold;
}
.zikan {
	color:#c00;
}
.bbox {
	margin-bottom:30px;
}
.underline {
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dashed #ffbcbc;
}
.underline dt {
	display:block;
	width:160px;
	float:left;
}
.underline dd {
	overflow:hidden;
}

.eventbox {
	margin-bottom:60px;
}
.eventbox ul {
	margin:0;
	padding:0;
	list-style:none;
}
.eventbox li {
	width:25%;
	padding:5px;
	float:left;
}




/* 20151215 */
.timetablewrap {
	clear:both;
	margin-bottom:10px;
}
.timetablewrap h2 {
	margin:10px 0;
}

.timetable {
	border-collapse:collapse;
	width:49%;
	margin-right:1%;
	float:left;
	border:1px solid #ffbcbc;
}
.timetable th,
.timetable td {
	padding:5px;
}
.timetable th {
	width:50%;
}
.timetable tr:nth-child(1) th {
	font-weight:bold;
	border:1px solid #ffbcbc;
}

.tax {
	width:50%;
	margin:10px 0;
}

/*-------コロナウィルス-------*/

.news dl:first-of-type a {
	color:red;
}