@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
	color: #555;
	line-height: 1.8em;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
}





/*================================================
 *  MAIN
 ================================================*/

article {
	margin: 60px auto 100px;
}

section {
	margin: 0 auto;

}




/*================================================
 *  COMMON
 ================================================*/

a {
	text-decoration: none;
	color: #555;
}

a:hover {
	color: #ccc;
}

img {
	border: none;
}

h1.underTitle {
	position: relative;
	margin: 20px 10px;
	padding: 5px 20px;
	z-index: 0;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.2em;
	border: 1px solid #f0bdc4;
}

h1.underTitle::before {
	position: absolute;
	border: 2px solid #f0bdc4;
	content: '';
	display: block;
	top: -8px;
	bottom: -8px;
	left: -8px;
	right: -8px;
	z-index: -1;
}

h2.underTitle{
	position: relative;
	background-color: #e8ecf7;
	padding: 5px 0 7px 20px;
}

h2.underTitle::after{
	position: absolute;
	bottom: 0;
	left: 0;
	background: repeating-linear-gradient(-45deg, #93b5cc, #93b5cc 5px, #e8ecf7 0, #e8ecf7 10px);
	content: '';
	height: 5px;
	right: 0;
	z-index: 1;
}

.underContents {
	width: 700px;
	margin: 50px auto 80px;
}

.underContents p {
	width: 680px;
	margin: 0 auto 80px;
	text-align: center;
}

.underContents p.cont {
	width: 600px;
	margin: 20px auto 60px;
	text-align: left;
}



/*================================================
 *  GLOVALNAVI
 ================================================*/

nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

nav ul li {
	margin: 0 1em 0 0;
	width: 16%;
}

nav ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
}

.gNavi a {
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 10px 30px;
}

.gNavi a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 0%;
	height: 2px;
	background: #f05152;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
			transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gNavi a span {
	display: block;
	width: 100%;
	margin: 0 auto;
	letter-spacing: 0.1em;
	-webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
			transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gNavi a span.ja {
	position: absolute;
	top: 100%;
	left: 0%;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	color: #f05152;
}

.gNavi a:hover::after {
	width: 100%;
}

.gNavi a:hover span.en {
	transform: translate(0%, -150%);
}

.gNavi a:hover span.ja {
	top: 25%;
}

.gNavi a:hover span.ja_02 {
	letter-spacing: 1.5em;
	padding: 0 0 0 0.75em;
}



/*================================================
 *  HEADER
 ================================================*/

header {
	background: url(../images/head.gif)  no-repeat left top;
	width: 800px;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
}

header h1 {
	font-size: 12px;
	position: absolute;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
}

header #logo {
	margin: 0;
	padding: 0;
	text-align: right;
}




/*================================================
 *  FOOTER
 ================================================*/

footer {
	clear: both;
	width: 800px;
	height: 70px;
	margin: 0;
	padding: 20px 0 0 0;
	border-top: solid 3px #b22222;
	overflow: hidden;
	text-align: center;
}




/*================================================
 *  TO TOP
 ================================================*/

.toTop {
	position: fixed;
	z-index: 100;
	bottom: 15px;
	right: 15px;
}

.toTop a {
	display: block;
	text-decoration: none;
}




/*================================================
 *  TOP PAGE
 ================================================*/

.top {
	width: 800px;
	padding: 30px 0;
	margin: 0 0 50px 0;
}

.top p {
	padding: 3em 2em 0;
	font-size: 15px;
}

.top h1 {
	position: relative;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	color: #b22222;
	letter-spacing: 0.1em;
}

.top h1 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 4em;
	padding: 0 1em;
	background: #fff;
	text-align: left;
}

.top h1::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #b22222;
	background: -webkit-linear-gradient(-45deg, transparent, #b22222 10%, #b22222 90%, transparent);
	background: linear-gradient(-45deg, transparent, #b22222 10%, #b22222 90%, transparent);
}

.category {
	width: 800px;
	padding: 0;
}

.category h2 {
	display: flex;
	overflow: hidden;
	align-items: center;
	background: #93b5cc;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.2em;
}

.category h2::before,
.category h2::after {
	content: "";
	flex: 1;
	background: #fff;
	padding: 3px 0;
	height: 0;
	transform: rotate(45deg);
}

.catContainer {
	display: flex;
	width: 800px;
	padding: 30px 0 0 0;
	justify-content: space-between;
}

.catBox {
	position: relative;
	width: 48%;
	height: 250px;
	background: #e8ecf7;
	line-height: 1.5em;
}
	
.catBox h3 {
	position: relative;
	padding: 0.5em 1em 0.5em 2em;
	border: 2px solid #ccc;
	font-size: 16px;
	background: #fff
}

.catBox h3::after {
	position: absolute;
	top: 0.5em;
	left: 1em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #b22222;
	border-radius: 4px;
}

.catBox h3 span {
	letter-spacing: 1em;
}

.catBox p {
	padding: 1.2em;
}

.catBox p.box {
	margin: 0 1em;
	padding: 0.75em;
	background: #fff;
	border-radius: 10px;
}

.catBox .toPage {
	position: absolute;
	right: 20px;
	bottom: 15px;
	display: inline-block;
	padding: 0.25em 0.5em;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #FFF;
	background: #777;
	-webkit-transition: 0.4s;
			transition: 0.4s;
}

.catBox .toPage:hover {
	background: #93b5cc;
}

.topLink {
	width: 740px;
	margin: 50px 0 0 0;
	padding: 30px;
	background: #af6b6b;
	text-align: center;
	color: #fff;
}

.topLink .toCont {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 5px 20px 8px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border: 2px solid #fff;
	border-radius: 5px;
	background: #777;
	-webkit-transition: 0.4s;
			transition: 0.4s;
}

.topLink .toCont > span {
	border-bottom: solid 2px #fff;
}

.topLink .toCont:hover {
	background: #93b5cc;
}




/*================================================
 *  CONTACT
 ================================================*/
h2.contact {
	width: 500px;
	margin: 20px auto;
	padding: 5px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.2em;
	border-bottom: double 5px #f0bdc4;
}

/* 店舗情報 */
.shop {
	width: 600px;
	margin: 50px auto 100px;
}

.shop p {
	font-size: 18px;
	text-align: center;
}

.shop table {
	width: 100%;
	margin: 30px auto;
}

.shop tr {
	border-bottom: 2px dotted #ccc;
}

.shop th {
	width: 150px;
	padding: 25px 0 5px;
	text-align: right;
}

.shop th span {
	color: #93b5cc;
	padding: 0 0 0 10px;
	line-height: 50%;
}

.shop td {
	padding: 0 0 0 30px;
	text-align: left;
}

/* お問合せフォーム */
.form {
	width: 600px;
	margin: 50px auto;
	color: #555;
}

.form p {
	margin: 30px auto;
	text-align: center;
}
	
table.formTable,
table.confirmTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

table.formTable td,
table.formTable th,
table.confirmTable td,
table.confirmTable th {
	padding: 10px 20px;
}

table.confirmTable th {
	border-right: 3px solid #ccc;
}

table.formTable th,
table.confirmTable th {
	width: 30%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
}

table.formTable td,
table.confirmTable td {
	position: relative;
	width: 70%;
	margin: 40px 3%;
}

table.formTable th.submit {
	text-align: center;
}

input[type='text'],
textarea {
	line-height: 24px;
	box-sizing: border-box;
	padding: 0.3em;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

input[type=radio], input[type=checkbox] {
	display: none;
}

.radio,
.checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
			transition: background-color 0.2s linear;
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 5px 5px 42px;
	border-radius: 8px;
	vertical-align: middle;
	cursor: pointer;
}

.radio:hover,
.checkbox:hover {
	background-color: #e8ecf7;
}

.radio:hover::after,
.checkbox:hover::after {
	border-color: #93b5cc;
}

.radio::after,
.checkbox::after {
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	border: 2px solid #bbb;
	border-radius: 6px;
	content: '';
	-webkit-transition: border-color 0.2s linear;
			transition: border-color 0.2s linear;
}

.radio::before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #93b5cc;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear;
}

input[type=radio]:checked + .radio::before {
	opacity: 1;
}

.checkbox::before {
	-webkit-transition: opacity 0.2s linear;
			transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 21px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #93b5cc;
	border-bottom: 3px solid #93b5cc;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox::before {
	opacity: 1;
}

.formBtn {
	width: 120px;
	padding: 0.3em 1em;
	margin: 20px 0 0 30px;
	text-decoration: none;
	color: #555;
	border: solid 2px #93b5cc;
	border-radius: 3px;
}

.formBtn:hover {
	background: #93b5cc;
	color: #fff;
	transition: all 0.4s ease 0s;
}

/* お問合せ完了 */
.thanks {
	width: 800px;
	margin: 50px auto;
	color: #555;
}

.thanks p {
	margin: 30px auto;
	text-align: center;
}

.thanks .toHome {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 5px 20px 8px;
	text-decoration: none;
	color: #b22222;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border: 2px solid #f0bdc4;
	border-radius: 5px;
	background: #fff;
	-webkit-transition: 0.4s;
			transition: 0.4s;
}

.thanks .toHome > span {
	border-bottom: solid 2px #f0bdc4;
}

.thanks .toHome:hover {
	background: #b22222;
	color: #fff;
}
