@charset "UTF-8";

/***************************fonts***************************************/
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
/*****************************common styles*****************************/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before, q:after {
	content: '';
}
object, embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img, abbr, acronym, fieldset {
	border: 0;
}
body {
	font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	color: #444;
}
a {
	color: #0066ff;
	text-decoration: none;
}
a:active, a:focus, input:active, input:focus {
	outline: 0;
}
.pc_no {
	display: block;
}
/*****************************#mainnav styles**************************/
#logo {
	width: 150px;
	padding-left: 30px;
	padding-top: 5px;
}
#logo img {
	width: 100%;
	height: auto;
}
.site_header_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
#mainnav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
	background: #FFF;
	border-bottom: 1px solid #999;
}
#mainnav ul {
	text-align: right;
	padding-right: 30px;
}
#mainnav li {
	display: inline-block;
	padding: 20px 10px;
	font-size: 14px;
	font-weight: 300;
}
#mainnav a {
	color: #000;
	font-weight: bold;
}
#mainnav.changeNav {
	background: rgba(255,255,255,.9);
	border-bottom: 1px solid #d1d1d1;
}
#mainnav.changeNav li {
	padding: 20px 10px;
}
/*****************************order styles*****************************/
#order .contents_wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 40px;
}
/*****************************footer styles*****************************/
#footer {
	background: #DDD;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 5%;
	font-size: 80%;
}
#footer * {
	color: #444;
	text-align: center;
	margin: 0 auto;
}
.copyright {
	display: block;
	text-align: center;
	color: #fff;
	background: #444;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 11px;
}
/*****************************section style *****************************/
.section_title {
	text-align: center;
	padding: 80px 0 20px 0;
}
.section_title h3 {
	font-size: 34px;
	padding-top: 20px;
}
.line_h {
	margin-bottom: 10px;
	padding: 0px 5px 0px 5px;
	border-bottom: 7px solid #2998D6;
	display: inline-block;
}
.section_note {
	margin: 0 auto 40px auto;
}
/********* .order_form ***********************************************/
.order_form {
	color: #444;
	margin: 0 auto 40px auto;
	max-width: 1000px;
}
.order_form table {
	border-collapse: collapse;
	background-color: #FFF;
}
.order_form input[type="submit"], .order_form input[type="text"], .order_form textarea, .order_form button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
	border-radius: 5px;
	border: 1px solid #999;
	padding: 20px 10px;
	width: 100%;
	font-size: 1em;
}
.order_form select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
	padding: 20px 10px;
	width: 100%;
}
.order_form input[type="text"]:focus, .order_form textarea:focus {
	background: #e9f5fb;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.order_form textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
	background: #FFF;
	font-size: 16px;
	transition: 0.8s;
	border-radius: 5px;
	border: 1px solid #999;
	padding: 15px;
	width: 100%;
}
.order_form .necessary:after {
	content: "必須";
	margin-left: 5px;
	color: #FFF;
	vertical-align: middle;
	background-color: #CF280E;
	padding: 2px 3px 1px 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 80%;
	font-weight: normal;
}
.order_form textarea[name="content"] {
	display: inline-block;
	width: 100%;
}
.order_form input::placeholder, .order_form textarea::placeholder {
 color: #999;
}
.order_form input[type="email"], .order_form input[type="tel"] {
	background: #FFF;
	font-size: 16px;
	padding: 12px 15px;
	transition: 0.8s;
	border-radius: 5px;
	border: 1px solid #999;
}
.preview img {
	max-width: 300px;
}
::-webkit-input-placeholder {
 color: #ccc;
 opacity: 1;
}
::-moz-placeholder {
 color: #ccc;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #ccc;
 opacity: 1;
}
.form-table {
	margin: 0 auto;
}
.form-table th {
	border: 1px solid #C7D3E8;
	padding: 15px;
}
.form-table td {
	border: 1px solid #C7D3E8;
	padding: 15px;
}
.inner_table td {
	border: none;
}
.form-button-group {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.form-button-group.center {
	text-align: center;
}
.form-button-group .button {
	max-width: 300px;
	padding: 10px 0px;
	border: none;
	border-radius: 5px;
	background: #7FBA00;
	color: #ffffff;
	font-size: 120%;
	letter-spacing: 0.15em;
	cursor: pointer;
}
.form-button-group .button:hover {
	background: #A6CF4D;
}
.form-button-group .button.blue {
	background: #2998D6;
}
.form-button-group .button.blue:hover {
	background: #5CB4E5
}
.form-table th {
	background: #EFEFEF;
	text-align: right;
	white-space: nowrap;
}
.form-table .note {
	display: block;
	margin-top: 10px;
	font-size: 80%;
}
.order_form input[type="radio"] {
	margin-left: 10px;
	margin-right: 5px;
}
.order_form label {
	padding: 5px;
}
.formerr {
	color: #C00;
	font-weight: bold;
}
 @media screen and (max-width:640px) {
.pc_no {
	display: none;
}
#logo {
	padding-left: 10px;
}
#mainnav ul {
	padding-right: 10px;
}
.section_title {
	padding: 80px 0 0 0;
}
.section_title h3 {
	font-size: 20px;
	padding-top: 0px;
}
.line_h {
	border-bottom: 3px solid #2998D6;
}
.section_note {
	width: 100%;
	margin: 0px auto 10px auto;
	padding: 10px;
	font-size: 80%;
}
.section_note_thanks {
	text-align: center;
}
.form-table {
	width: 100%;
	margin: 0 auto;
}
.form-table th, .form-table td {
	display: block;
	width: 100%;
	border-bottom: none;
}
.form-table th {
	text-align: center;
	font-size: 90%;
	padding: 10px;
}
.form-table td {
	padding: 10px;
}
.order_form input[type="submit"], .order_form input[type="text"], .order_form textarea, .order_form button {
	font-size: 16px;
}
.order_form select {
	font-size: 16px;
}
.preview img {
	width: 100%;
}
#footer {
	font-size: 12px;
}
}
