@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* ----------------------------------
               共通情報
---------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-size: 100%;
    vertical-align: baseline;
}
:focus {outline: 0;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    color: #000;
    font: 16px/1.5  'Roboto',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
    background-color: #fffbf7;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, pre, code, input, textarea, select, button {
    font-family: 'Roboto',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
}

.pc-mode {
	display: block;
}

.sp-mode {
	display: none;
}

.color-black {
	color: #000;
}

/* ----------------------------------
               HEADER
---------------------------------- */
#header {
	background-color: rgba(34 , 34 , 34 , 0.6);
    width: 100%;
    height: 4.8vw;
    margin: 0;
	top:0;
	left:0;
    position: fixed;
  	z-index: 999;
}

.header-logo {
	padding-top: 1vw;
	padding-left: 5vw;
}

#mainNav {
	padding-top: 1vw;
}

#mainNav ul li{
    display: table-cell;
    position: relative;
    margin:0;
    padding: 0;
}

#mainNav ul li a{
    display: block;
    font-size: 1.1vw;
    font-weight: bold;
    padding: 1vw 2vw;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
}

#mainNav ul li.current-menu-item a, #mainNav ul li a:hover, #mainNav ul li a:active, #mainNav ul li.current-menu-parent a{
    color: #777;
}

#mainNav ul li.menu-item-has-children > a:hover{
    padding-bottom: 2vw;
}

#mainNav ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 3.5vw;
    left: 0px;
    width: 10vw;
    padding: 0;
    z-index: 1;
}

#mainNav ul li:hover ul.sub-menu {
    display: block;
	background-color: rgba(34 , 34 , 34 , 0.6);
}

#mainNav ul li ul.sub-menu li{
    display: inline;
    padding: 0; 
    margin: 0;
    float: none;
    padding: 0;
    width: 15vw;
    height: 2.5vw;
    line-height: 2.5vw;
}

#mainNav ul li ul.sub-menu li a {
    display: block;
    border-top: 1px solid #696969;
    padding: 1vw 0;
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: 3vw;
    font-size: 1.1vw;
}


#mainNav ul li ul.sub-menu li a:hover {
    color:#777;
}

.Opening {
	position: relative;
	background-color: #FFF;
	overflow: hidden;
}

.Opening ul li {
	position: relative;
	width: 100%;
	text-align: center;
}

.Opening ul li img.Opening__text{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	z-index: 998;
}

.Opening ul li span img.Opening__img{
	max-width: inherit;
	width: 100%;
	height: auto;
}

/* ----------------------------------
               ABOUT
---------------------------------- */
.about-background {
	width:100%;
	height:100vh;
	background: url(../img/about/about-bg.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
}

.about-title {
	margin-top: 14vw;
	color: #fff;
	font-size: 2.8vw;
	text-shadow: 0px 0px 10px #3d3d3d;
}

.about-main {
	margin-top: 14vw;
	color:#fff;
	background-color: rgba(34 , 34 , 34 , 0.9);
}

.about-inner {
	padding:0;
	margin: 0;
    overflow: hidden;
}

.about-inner li {
	float: left;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.about-inner li p {
	padding : 0 3.5vw;
	font-size: 1.2vw;
	line-height: 2.5;
}

.about-greeting {
	padding-top: 3vw;
	padding-bottom: 2vw;
	font-size: 2vw;
	text-align: center;
}

.about-comment1 {
	font-size: 1.6vw;
}

.about-comment2 {
	margin-top: 3vw;
	font-size: 1.6vw;
}

.about-comment3 {
	margin-bottom: 1vw;
	font-size: 1.4vw;
}

.about-access {
	padding-top: 3vw;
	padding-bottom: 3vw;
	font-size: 2vw;
	text-align: center;
}

.hr-style {
	margin-top: 4vw;
	padding-bottom: 3vw;
	height: 2vw;
	width: 80%;
	background-image: radial-gradient(farthest-side at 50% -50%, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0));
	position: relative; 
}

.about-table table {
	font-size: 1.2vw;
	text-align: center;
	margin: 0 auto;
  	width: 90%;
	background-color: rgba(34 , 34 , 34 , 1);
}

.about-table table tr td {
	padding: 1.5vw 0;
  	width: 70%;
    border-right: 1px solid #000000;
   	border-left: 1px solid #000000;
   	border-bottom: 1px solid #000000;
}

.about-table table tr td:first-child {
  	width: 30%;
}

.about-map {
	padding-top: 3vw;
	padding-bottom: 4vw;
	margin-bottom: 8vw;
}

#map1 {
	margin: 0 auto;
	color: #000;
    height: 40vw;
    width: 90%;
}

/* ----------------------------------
               FOOTER
---------------------------------- */
.footer-section {
	text-align: center;
	padding: 4vw 0 0;
    margin-bottom: 0;
	color: #fff;
	background-color: rgba(34 , 34 , 34 , 0.6);
	width: 100%:
}

.footer-section nav {
	padding: 4vw 0;
}

.footer-section nav a {
text-decoration: none;
    font-size: 1.4vw;
	margin: 0 2vw;
	font-family: 'Open Sans Condensed', sans-serif;
	color:#fff;
}

.footer-section nav a:hover{
	color:#dcdcdc;
}

.footer-copyright {
	padding: 1.5vw;
	font-size: 1.2vw;
	text-align: center;
	color: #fff;
	background-color: rgba(34 , 34 , 34 , 0.9);
	width: 100%:
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:hover {
    height: 60px;
}

#back-to-top.show {
    opacity: 1;
}


/* ----------------------------------
               PRODUCTS
---------------------------------- */
.products1-background {
	width:100%;
	height:100vh;
	background: url(../img/products/products-bg1.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
}

.products2-background {
	width:100%;
	height:100vh;
	background: url(../img/products/products-bg2.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
}

.products3-background {
	width:100%;
	height:100vh;
	background: url(../img/products/products-bg3.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
}

.products4-background {
	width:100%;
	height:100vh;
	background: url(../img/products/products-bg4.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
}

.products-section {
	margin-bottom: 10vw;
}

.products-title {
	margin-top: 14vw;
	color: #fff;
	font-size: 3vw;
	text-shadow: 0px 0px 10px #3d3d3d;
}

.products-SubTitle {
	color: #fff;
	font-size: 2vw;
	text-shadow: 0px 0px 10px #3d3d3d;
}
	
.products-main {
	margin-top: 12vw;
	padding-top: 1vw;
	padding-bottom: 3vw;
	color:#fff;
	background-color: rgba(34 , 34 , 34 , 0.9);
}

.products-inner {
	padding:0;
	margin: 0;
    overflow: hidden;
}

.products-inner .products-wrapper {
	float: left;
    display: inline-block;
    width: 40%;
    vertical-align: middle;
}

.products-name1 {
	margin: 2vw auto;
	text-align: center;
	color: #fff;
	font-size: 1.6vw;
}

.products-name2 {
	margin: 6vw auto 2vw;
	text-align: center;
	color: #fff;
	font-size: 1.6vw;
}

.products-name3 {
	margin: 6vw auto 2vw;
	text-align: center;
	color: #fff;
	font-size: 1.6vw;
}

.products-name4 {
	margin: 6vw auto 2vw;
	text-align: center;
	color: #fff;
	font-size: 1.6vw;
}

.products-description {
	color:#fff;
    display: inline-block;
    width: 50%;
	padding-left: 5vw;
	font-size: 1.1vw;
	line-height: 1.3;
}

.products-price {
	text-align:right;
	margin-top: 5vw;
}

.thumbnail-item {
	cursor: pointer ;
}

button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.prev-arrow {
	left: 15px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.next-arrow {
	right: -25px;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	border-left: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.products-sorry {
	margin-top: 8vw;
	margin-bottom: 3vw;
	font-size: 2vw;
	color: white;
}


/* ----------------------------------
               Gleaners
---------------------------------- */
.gleaners-background {
	width:100%;
	height:100vh;
	background: url(../img/gleaners/gleaners-bg.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
}

.gleaners-section {
	margin-bottom: 10vw;
}

.gleaners-title {
	margin-top: 14vw;
	color: #fff;
	font-size: 2.8vw;
	text-shadow: 0px 0px 10px #3d3d3d;
}

.gleaners-SubTitle {
	color: #fff;
	font-size: 2vw;
	text-shadow: 0px 0px 10px #3d3d3d;
}

.gleaners-main {
	margin-top: 14vw;
	padding-top: 2vw;
	background-color: rgba(34 , 34 , 34 , 0.9);
}

.gleaners-inner {
	padding-left: 5vw;
	padding-right: 5vw;
}

.gleaners-name1 {
	margin: 2vw auto;
	text-align: center;
	color: #fff;
	font-size: 1.6vw;
}

.gleaners-name2 {
	margin: 4vw auto 2vw;
	text-align: center;
	color: #fff;
	font-size: 1.6vw;
}

.gleaners-comment1 {
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.5;
}

.gleaners-comment2 {
	padding-top: 2vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.5;
}

.gleaners-comment3 {
	padding-top: 2vw;
	padding-left: 5vw;
	padding-right: 5vw;
	color: #fff;
	font-size: 1.1vw;
	line-height: 1.5;
}

.gleaners-inner p:first-letter{
	padding-left: 0.5vw;
	padding-right: 0.5vw;
	border-left: 0.5vw solid #c0c0c0;
	font-size: 200%;
}

.gleaners-inner .gleaners-none:first-letter{
	padding: 0;
	margin-left: 0;
	border-left: 0 solid;
	font-size: 100%;
}

.gleaners-img1 {
	padding-top: 2vw;
	padding-bottom: 2vw;
}

/* ----------------------------------
               Contact
---------------------------------- */
.contact-background {
	width:100%;
	height:100vh;
	background: url(../img/contact/contact-bg.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
}

.contact-section {
	margin-bottom: 10vw;
}

.contact-title {
	margin-top: 14vw;
	color: #fff;
	font-size: 2.8vw;
	text-shadow: 0px 0px 10px #3d3d3d;
}

.contact-main {
	margin-top: 14vw;
	padding-top: 2vw;
	background-color: rgba(34 , 34 , 34 , 0.9);
}

.contact-name1 {
	margin: 2vw auto;
	text-align: center;
	color: #fff;
	font-size: 1.2vw;
}

.contact-inner {
	padding-left: 5vw;
	padding-right: 5vw;
}

.text-red {
	color: #ff0000;
}

.first-contact {
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.first-label {
	height: 15vw;
	padding-top: 7vw;
	padding-left: 3vw;
	font-size: 1.1vw;
}

.first-textarea {
	font-size: 1.1vw;
	padding-top: 1vw;
	padding-left: 1vw;
}

.contact-input {
	padding: 0.7vw;
	width: 36vw;
}

.contact-error  {
	margin-top: 0.3vw;
}

.second-contact {
	border-bottom-style: solid;
	border-bottom-width: thin;
}

.second-label {
	height: 6.2vw;
	padding-top: 2.3vw;
	padding-left: 3vw;
	font-size: 1.1vw;
}

.second-textarea {
	font-size: 1.1vw;
	padding-top: 1vw;
	padding-left: 1vw;
}

.contact-input1 {
	padding: 0.7vw;
	width: 17vw;
}

.contact-input2 {
	padding: 0.7vw;
	margin-left: 0.5vw;
	width: 17vw;
}

.privacy-agree {
	padding-top: 1vw;
	padding-bottom: 1vw;
	text-align: center;
	font-size: 1.1vw;
}

.privacy-agree a {
	color: white;
	text-decoration: underline;
}

.contact-button {
	text-align: center;
	font-size: 1.1vw;
}

.confirm-button {
	margin-top: 1.4vw;
	margin-bottom: 3vw;
	background-color: #23adff;
	width: 17vw;
	height: 5vw;
	border-style: none;
	color: #fff;
	font-size: 1.2vw;
}

.confirm-button:hover {
	background-color: #4abcff;
	font-weight: bold;
	font-size: 1.3vw;
}

.complete-background {
	width:100%;
	height:100vh;
	background: url(../img/complete/complete-bg.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
}

.complete-section {
	margin-bottom: 9.5vw;
}

.complete-title {
	font-size: 1.7vw;
	color: #fff;
	margin-top: 10vw;
	padding: 2vw;
	width: 50vw;
	background-color: rgba(34 , 34 , 34 , 0.6);
}

.wrapper{
    min-height: 100vh;
    position: relative;
    padding-bottom: 9vw;		/*	footerの高さ */
    box-sizing: border-box;		/* 全て含めてmin-height:100vhにする。 */
}

.footer-fix {
    width: 100%;
	position: absolute;
    bottom: 0;
}

/* ----------------
	プライバシーポリシー
----------------- */
.privacy-style {
	background-color: #002d98;
	padding: 1vw;
	border-top-style: solid;
	border-top-width: 0.5vw;
	border-top-color: #1e5ffb;
	border-left-style: solid;
	border-left-width: 1vw;
	border-left-color: #5687fd;	
}

.privacy-area {
	padding: 2vw;
	background-color: #fff;
}


/* ここから 768px以下の環境設定
---------------------------------------------------------------------------*/
@media (max-width : 768px) {
	.pc-mode {
		display: none;
	}

	.sp-mode {
		display: block;
	}

	/* スマホ・メニュー */
	.sp-nav-area {
		padding:5px;
		background: #fff;
	}

	#sp-nav-drawer {
		position: relative;
	}

	.sp-nav-unshown {
		display:none;
	}

	/*アイコンのスペース*/
	#sp-nav-open {
		display: inline-block;
		width: 30px;
		height: 28px;
		vertical-align: middle;
		margin-top: -4px;
	}

	/*ハンバーガーアイコン*/
	#sp-nav-open span, #sp-nav-open span:before, #sp-nav-open span:after {
		position: absolute;
		height: 3px;	/*線の太さ*/
		width: 35px;	/*長さ*/
		border-radius: 3px;
		background: #555;
		display: block;
		content: '';
		cursor: pointer;
	}
	
	#sp-nav-open span:before {
		bottom: -8px;
	}
	
	#sp-nav-open span:after {
		bottom: -16px;
	}

	/*閉じる用の薄黒カバー*/
	#sp-nav-close {
		display: none;	/*はじめは隠しておく*/
		position: fixed;
		z-index: 9999;
		top: 0;	/*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}

	#sp-nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;/*最前面に*/
		width: 85%;/*右側に隙間を作る（閉じるカバーを表示）*/
		max-width: 300px;/*最大幅（調整してください）*/
		height: 100%;
		padding: 30px;
		line-height: 1.5;
		background: #fff;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);/*左に隠しておく*/
	}

	#sp-nav-input:checked ~ #sp-nav-close {
		display: block;/*カバーを表示*/
		opacity: .5;
	}

	#sp-nav-input:checked ~ #sp-nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

	.sp-nav-title {
		margin-left: 50px;
		font-size: 20px;
		font-weight: bold;
		color: #000;
	}

	.sp-content-title {
		margin-bottom: 20px;
		text-align: center;
		font-size: 20px;
	}

	.sp-content-menu {
		padding-left: 30px;
		margin-bottom: 15px;
	}

	#sp-nav-content a:hover {
		color: #808080;
	}
	
	.sp-content-active {
		border-bottom: solid 0.08em;
	}

	img.Opening__text {
		width: 90%;
	}

	/* ----------------------------------
				   ABOUT
	---------------------------------- */
	.about-title {
		margin-top: 120px;
		font-size: 20px;
	}

	.about-main {
		margin-top: 80px;
	}

	.about-row {
		padding: 0;
		margin: 0;
	}
	
	.about-inner li {
		width: 100%;
	}
	
	.about-inner li p {
		padding : 0 10px;
		font-size: 12px;
		line-height: 1.5;
	}

	.about-greeting {
		padding-top: 30px;
		padding-bottom: 20px;
		font-size: 18px;
	}

	.about-comment1 {
		font-size: 12px;
	}

	.about-comment2 {
		margin-top: 30px;
		font-size: 12px;
	}

	.about-comment3 {
		margin-bottom: 15px;
		font-size: 12px;
	}
	
	.about-access {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 18px;
	}

	.hr-style {
		margin-top: 30px;
		padding-bottom: 20px;
		height: 1.5;
	}

	.about-table table {
		font-size: 12px;
	}

	.about-table table tr td {
		padding: 15px 0;
	}

	.about-map {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 60px;
	}

	#map2 {
		margin: 0 auto;
		color: #000;
		height: 300px;
		width: 90%;
	}

	/* ----------------------------------
					FOOTER
	---------------------------------- */
	.footer-section {
		padding: 40px 0 0;
	}

	.footer-section img {
		width: 50%;
	}
	
	.footer-section nav {
		padding: 40px 0;
	}

	.footer-section nav a {
		font-size: 14px;
		margin: 0 20px;
		line-height: 1.5;
	}

	.footer-copyright {
		padding: 15px;
		font-size: 12px;
	}

	#back-to-top {
		bottom: 0;
		right: 0;
		width: 50px;
		height: 50px;
}

	/* ----------------------------------
					PRODUCTS
	---------------------------------- */
	.products-section {
		margin-bottom: 80px;
	}

	.products-title {
		margin-top: 80px;
		font-size: 20px;
	}

	.products-SubTitle {
		font-size: 18px;
	}
	
	.products-main {
		margin-top: 80px;
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.products-inner .products-wrapper {
		width: 100%;
	}

	.products-name1 {
		margin: 20px auto;
		font-size: 14px;
	}

	.products-name2 {
		margin: 0 auto 20px;
		padding-top: 30px;
		border-top-style: solid;
		border-top-color: white;
		border-top-width: thin;
		font-size: 14px;
	}

	.products-description {
		width: 100%;
		padding: 30px;
		font-size: 14px;
		line-height: 1.5;
	}

	.products-price {
		margin-top: 30px;
		text-align: left;
	}

	.products-sorry {
		margin-top: 50px;
		margin-bottom: 30px;
		font-size: 20px;
	}

	/* ----------------------------------
					Gleaners
		---------------------------------- */
	.gleaners-section {
		margin-bottom: 80px;
	}

	.gleaners-title {
		margin-top: 80px;
		font-size: 20px;
	}

	.gleaners-SubTitle {
		font-size: 18px;
	}

	.gleaners-main {
		margin-top: 80px;
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.gleaners-inner {
		padding-left: 30px;
		padding-right: 30px;
	}

	.gleaners-name1 {
		margin: 20px auto;
		font-size: 14px;
	}

	.gleaners-name2 {
		margin: 30px auto 20px;
		font-size: 14px;
	}

	.gleaners-comment1 {
		font-size: 11px;
	}

	.gleaners-comment2 {
		padding-top: 20px;
		font-size: 11px;
	}

	.gleaners-comment3 {
		padding-top: 20px;
		padding-left: 30px;
		padding-right: 30px;
		font-size: 11px;
	}

	.gleaners-inner p:first-letter{
		padding-left: 5px;
		padding-right: 5px;
		border-left: 5px solid #c0c0c0;
	}

	.gleaners-img1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* ----------------
		　　お問い合せ
	----------------- */
	.contact-title {
		padding-top: 20px;
		padding-bottom: 15px;
		font-size: 22px;
	}
	
	.contact-name1 {
		font-size: 14px;
	}
	
	.first-label {
		height: 40px;
		padding-top: 10px;
		font-size: 14px;
	}

	.first-textarea {
		height: 150px;
		font-size: 14px;
		margin-left: 30px;
	}

	.contact-input {
		width: 100%;
		padding-left: 3px;
		margin-left: -10px;
	}

	.contact-error  {
		margin-top: 3px;
	}

	.second-label {
		height: 40px;
		padding-top: 10px;
		font-size: 14px;
		border-bottom-style: solid;
		border-bottom-width: thin;
	}

	.second-textarea {
		height: 60px;
		font-size: 14px;
		margin-left: 30px;
	}

	.contact-input0 {
		width: 100%;
		padding-left: 3px;
		margin-left: -10px;
	}

	.contact-input1 {
		width: 48%;
		padding-left: 3px;
		margin-left: -10px;
	}

	.contact-input2 {
		width: 48%;
		padding-left: 3px;
		margin-left: 3px;
	}

	.privacy-agree {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
		text-align: left;
	}

	.contact-button {
		font-size: 14px;
	}

	.confirm-button {
		margin-top: 15px;
		margin-bottom: 30px;
		width: 170px;
		height: 50px;
		font-size: 12px;
	}

	.confirm-button:hover {
		font-size: 13px;
	}

	.complete-section {
		margin-top: 50px;
		margin-bottom: 80px;
	}

	.complete-title {
		font-size: 16px;
		margin-top: 80px;
		padding: 5px;
		width: 100%;
	}

	.wrapper{
		min-height: 100vh;
		padding-bottom: 60px;		/*	footerの高さ */
	}
}
