@charset "utf-8";

@import url("color.css");

/* -----reset------------------------------------------------ */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del,dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
input, select {
	vertical-align:middle;
}
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;
}
code,i,em,strong,th{
	font-style : normal;
}
h1,h2,h3,h4,h5,h6{
	font-size : 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* -----ヘッダー------------------------------------------------ */

.head{
	width:100%;
	margin: 25px 0 0;
	padding:0;
	display: block;
}
.head .titlebox {
	width:100%;
	background-color:#434343;
	padding:27px 0;
}
.head .titlebox .title {
	color:#fff;
	font-size:200%;
	line-height:1.2;
	max-width:1010px;
	margin: 0 auto;
	padding:0 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.inner{
	max-width:1010px;
	margin: 0 auto;
	padding:0 15px;
	display: block;
}
.head .breadcrumb {
	line-height:1.2;
	max-width:1010px;
	margin: 0 auto;
	padding: 10px 15px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.head .breadcrumb li {
	font-size:77.77%;
	display:inline-block;
	margin-right: 0.2em;
}
.head .breadcrumb li.arrow {
}
.head .breadcrumb li.arrow:after {
	content: ">";
	margin-left: 0.8em;
	color:#e20412;
	font-size:66.7%;
	vertical-align: top;
	margin-top: 0.2em;
	display: inline-block;
}

/**
 * header
 */

header {
	width:100%;
	background-color: #fff;
    /* position: absolute; */
    /* z-index: 10; */
	box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}
header .inner {
	max-width:1500px;
	height: 60px;
	margin:0 auto;
	padding:0 0 0 15px;
	overflow:hidden;
	position: relative;
}

header .h1logo {
	margin:14px 0 0 0;
	display:block;
	float: left;
}
header .h1logo img {
	height:32px;
	width:auto;
	display:block;
}



/*navi*/

.headnav {
	display: block;
	float: right;
	height:60px;
}
.headnav ul {
	display: table;
	float: left;
	margin-right: 66px;
}
.headnav ul li {
	display: table-cell;
	font-size:87.5%;
}
.headnav ul a {
	display: block;
	height:60px;
	width:175px;
	padding:0 1.5em;
	color:#fff !important;
	font-family: Roboto,'Noto Sans JP', sans-serif;
	font-weight:700;
	font-size:127%;
	line-height:60px;
}
.headnav ul a:hover {
	text-decoration:none;
}
.headnav ul a.icon01 {
	display: block;
	background:url(/minatoshouji/ss/assets/img/share/header-icon01.png) 120px center no-repeat;
	background-color:#8ac400;
	
}
.headnav ul a.icon02 {
	display: block;
	background:url(/minatoshouji/ss/assets/img/share/header-icon02.png) 120px center no-repeat;
	background-color:#d54b00;
}
.headnav ul a.icon01:hover {
	background-color:#aae126;
}
.headnav ul a.icon02:hover {
	background-color:#e96c28;
}


.header_btn {
	display: block;
	z-index: 9998;
	float: right;
}
.header_btn.active {
	z-index: 10000;
}
.header_btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #000;
	margin: 0 auto;
}

button.header_btn {
	width: 66px;
	height: 60px;
	border: none;
	background: #000;
	cursor: pointer;
	outline: none;
	position: absolute;
	top: 0;
	right: 0;
}

div.header_btn_inner span {display: inline-block;transition: all .4s;box-sizing: border-box;}
div.header_btn_inner {position: relative;width: 26px;height: 20px; margin:0 auto 0px;}
div.header_btn_inner span {position: absolute;left: 0;width: 100%;height: 2px;background: #fff;}
button.header_btn.active div.header_btn_inner span { background: #fff; }
p.header_btn_text { font-size: 14px; font-family:'Roboto', sans-serif; font-weight: 700; line-height: 1.2; color:#000;text-align:center;letter-spacing: 0.25em;position: absolute;bottom: 0;left:0;right:0; margin-bottom: 0.7em;}
button.header_btn.active p.header_btn_text { color: #000; transition: all 0.2s; }
div.header_btn_inner span:nth-of-type(1) {top: 0;}
div.header_btn_inner span:nth-of-type(2) {top: 46%;}
div.header_btn_inner span:nth-of-type(3) {bottom: 0; }

.active div.header_btn_inner {position: relative;width: 32px;height: 12px;}
.active div.header_btn_inner span:nth-of-type(3) {bottom: 0;width:100%; }

.header_btn	span:nth-of-type(1) {
	-webkit-animation: menu-ber01 .6s forwards;
	animation: menu-ber01 .6s forwards;
}
.header_btn	span:nth-of-type(2) {
	transition: all .3s .3s;
	opacity: 1;
}
.header_btn	span:nth-of-type(3) {
	-webkit-animation: menu-ber02 .6s forwards;
	animation: menu-ber02 .6s forwards;
}

.active span:nth-of-type(1) {
	-webkit-animation: active-menu-ber01 .6s forwards;
	animation: active-menu-ber01 .6s forwards;
}
.active span:nth-of-type(2) {
	opacity: 0;
}
.active span:nth-of-type(3) {
	-webkit-animation: active-menu-ber03 .6s forwards;
	animation: active-menu-ber03 .6s forwards;
}

@-webkit-keyframes menu-ber01 {
	0% {
	-webkit-transform: translateY(5px) rotate(45deg);
	}
	50% {
	-webkit-transform: translateY(5px) rotate(0);
	}
	100% {
	-webkit-transform: translateY(0) rotate(0);
	}
}


@keyframes menu-ber01 {
	0% {
	transform: translateY(5px) rotate(45deg);
	}
	50% {
	transform: translateY(5px) rotate(0);
	}
	100% {
	transform: translateY(0) rotate(0);
	}
}


@-webkit-keyframes menu-ber02 {
	0% {
	-webkit-transform: translateY(-5px) rotate(-45deg);
	}
	50% {
	-webkit-transform: translateY(-5px) rotate(0);
	}
	100% {
	-webkit-transform: translateY(0) rotate(0);
	}
}


@keyframes menu-ber02 {
	0% {
	transform: translateY(-5px) rotate(-45deg);
	}
	50% {
	transform: translateY(-5px) rotate(0);
	}
	100% {
	transform: translateY(0) rotate(0);
	}
}


@-webkit-keyframes active-menu-ber01 {
	0% {
	-webkit-transform: translateY(0) rotate(0);
	}
	50% {
	-webkit-transform: translateY(5px) rotate(0);
	}
	100% {
	-webkit-transform: translateY(5px) rotate(45deg);
	}
}


@keyframes active-menu-ber01 {
	0% {
	transform: translateY(0) rotate(0);
	}
	50% {
	transform: translateY(5px) rotate(0);
	}
	100% {
	transform: translateY(5px) rotate(45deg);
	}
}


@-webkit-keyframes active-menu-ber03 {
	0% {
	-webkit-transform: translateY(0) rotate(0);
	}
	50% {
	-webkit-transform: translateY(-5px) rotate(0);
	}
	100% {
	-webkit-transform: translateY(-5px) rotate(-45deg);
	}
}


@keyframes active-menu-ber03 {
	0% {
	transform: translateY(0) rotate(0);
	}
	50% {
	transform: translateY(-5px) rotate(0);
	}
	100% {
	transform: translateY(-5px) rotate(-45deg);
	}
}

#globalNav{
	display: none;
	position: fixed;
	opacity: 0;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background:rgba(255,255,255,0.98);
	flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
	justify-content: center; /* 子要素をflexboxにより中央に配置する */
	align-items: center;	/* 子要素をflexboxにより中央に配置する */
	z-index: -1;
	transition: all 0.2s;
}

#globalNav h3 {
	font-size:133%;
	line-height:1.3;
	font-family: Roboto,'Noto Sans JP', sans-serif;
	font-weight:700;
	margin-bottom:1em;
}
#globalNav .gnavi {
	line-height:1.5;
	margin:0 0 0.5em 0;
	border-top:1px solid #ccc;
	list-style: none;
}
#globalNav .gnavi li {
	margin:0;
	border-bottom:1px solid #ccc;
}
#globalNav .gnavi a {
	color:#009ecc;
	font-size:133%;
	font-family: Roboto,'Noto Sans JP', sans-serif;
	font-weight:400;
	width:100%;
	padding:0.5em 0.5em;
	display: block;
}
#globalNav .gnavi a:hover {
	color:#000;
	text-decoration:none;
	transition: .5s;
}

#globalNav .gnavi a:before {
	font-family: FontAwesome;
	content: '\f0da';
	margin-right: 0.3em;
}

#globalNav.active { display: flex; opacity: 1; z-index: 9999;}

/* -----base---------------------------------------------- */

p,li,dt,dd,th,td {
	font-size: 100%;
	line-height: 1.5;
	color: #707070;
}
body a:link {
	color: #333;
	text-decoration: none;
}
body a:visited {
	color: #333;
	text-decoration: none;
}
body a:hover,
body a:active {
	color: #000;
	text-decoration: underline;
}
img {
	border: 0;
}
ul li {
	list-style: none;
}
ol li {
	list-style-position: outside;
}
ul.disc {
	margin:1em 0 1em 1.5em;
}
ul.disc li {
	list-style: disc !important;
}
.clearfix {
	overflow: hidden;
	zoom: 1;
}

.strong{font-weight:bold;}

.mb5 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb25 {margin-bottom: 25px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb35 {margin-bottom: 35px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb45 {margin-bottom: 45px!important;}
.mb50 {margin-bottom: 50px!important;}

.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt25 {margin-top: 25px!important;}
.mt30 {margin-top: 30px!important;}
.mt35 {margin-top: 35px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}

.ml5{margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.ml25 {margin-left: 25px!important;}
.ml30 {margin-left: 30px!important;}
.ml45 {margin-left: 45px!important;}
.ml50 {margin-left: 50px!important;}

.mr10 {margin-right: 10px!important;}
.mr18 {margin-right: 18px!important;}
.mr20 {margin-right: 20px!important;}
.mr40 {margin-right: 40px!important;}
.mr50 {margin-right: 50px!important;}

/* -----コンテンツ---------------------------------------------- */

.sp {
	display:none;
}
body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 112.5%;
}
body #container{
	position: relative;
}
.content {
	line-height: 1.6;
	margin:30px 0;
	clear: both;
	overflow:hidden;
}
.content .h2title {
}
.content .h2title img {
	width:100%;
	height:auto;
}
.content .h3title {
	font-size:133%;
	line-height:1.3;
	color:#294998;
	text-align: center;
}
.content .h3form {
	font-size:111%;
	line-height:1.4;
	margin:0.7em 0.1em 0.3em;
}
.text-box {
	padding:1.2em;
	background-color:#fee6e6;
	display:block;
	border-radius: 10px;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom:2.2em;
}
.text-box li {
	color:#222;
}
.text-box .title {
	font-size:123%;
	font-weight:bold;
}
.text-box .tel {
	text-align: right;
	margin-top:0.5em;
}
.text-box .tel .icon {
	vertical-align: -9%;
	margin-right: 0.2em;
}
.text-box .tel a {
	font-size:167%;
	font-weight:bold;
	color:#ea5d00;
}

span.break {
	margin-right:1em;
	display:inline-block;
}
.step{
	list-style-type: none;
	display:table;
	width:100%;
	padding:0;
	margin:2.2em 0;
	overflow:hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.step li{
	font-size: 122.2%;
	line-height: 1.1;
	display: table-cell;
	position: relative;
	background: #ececec;
	padding: 0.5em 0.5em 0.5em 2em;
	color: #afafaf;
	text-align: center;
	width:33%;
}

.step li:last-child:before,
.step li:last-child:after{
	display:none;
}
.step li:before,
.step li:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}
.step li:before{
	top: -0.77em;
	right: -1.1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 1.8em 0 1.8em 1.5em;
	z-index: 10;
}
.step li:after{
	top:-0.77em;
	right:-0.8em;
	border-style: solid;
	border-color: transparent transparent transparent #ececec;
	border-width: 1.8em 0 1.8em 1.5em;
	z-index: 10;
}
.step li.is-current{
	color: #fff;
}

.privacy-policy {
	height: 12em;
	padding:0.85em;
	margin-bottom: 1em;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	overflow-y: scroll;
	overflow-x: hidden;

}
.privacy-policy h4 {
	font-weight:bold;
	margin:0.2em 0 2em;
}
.privacy-policy p {
	line-height:1.8;
	margin-bottom:1em;
}
.privacy-policy::-webkit-scrollbar {
	background-color:#fff;
	width:30px
}

/* background of the scrollbar except button or resizer */
.privacy-policy::-webkit-scrollbar-track {
	background-color:#fff
}
/* scrollbar itself */
.privacy-policy::-webkit-scrollbar-thumb {
	background-color:#eeeeee;
	border-radius:16px;
	border:8px solid #fff
}
/* set button(top and bottom of the scrollbar) */
.privacy-policy::-webkit-scrollbar-button {display:none}

form#mail_form{
	margin : 0;
	padding : 0;
}

form#mail_form dl{
	display:flex;
	flex-wrap: wrap;
	margin : 0 auto;
	overflow : hidden;
	border-bottom: 1px solid #dadada;
	box-sizing: border-box;
}

form#mail_form dl dt{
	font-size:122.2%;
	line-height:1.3;
	width : 30%;
	border-top : 1px solid #dadada;
	padding : 2em 0.7em;
	overflow : hidden;
	background-color:#ececec;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}

form#mail_form dl dd{
	width : 70%;
	border-top : 1px solid #dadada;
	padding : 2em 0 2em 2em;
	box-sizing: border-box;
	vertical-align: middle;
}

form#mail_form select {
	outline: none;
	text-overflow: '';
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: #777;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	width: 100%;
	border: none;
	cursor: pointer;
}
form#mail_form select::-ms-expand {
	display: none;
}

form#mail_form .select{
	position: relative;
	background-color: #f8f8f8;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	padding: 0.4em 2.5em 1.7em 1em;
	margin-bottom: 0.7em;
	line-height: 1.2;
	height: 1.8em;
	display: inline-block;
}
form#mail_form .select:before {
	z-index: 1;
	position: absolute;
	right: 0.9em;
	font-size:87.5%;
	content: "\f0dd";
	font-family: "FontAwesome";
	color: #777;
}
form#mail_form label.radio{
	white-space: nowrap
}
form#mail_form label em{
	margin:0 0.5em;
	vertical-align: middle;
}
form#mail_form dl dt span.required{
	display: inline-block;
	color: #fff;
	padding: 0.1em 0.4em 0;
	margin: 0 0.5em;
	border-radius: 5px;
	font-size: 75%;
	line-height: 1.5em;
	height: 1.5em;
	background: #d92c2c;
	overflow: hidden;
	vertical-align: middle;
}
form#mail_form dl dt span.required2{
	display: inline-block;
	color: #fff;
	padding: 0.1em 0.4em 0;
	margin: 0 0.5em;
	border-radius: 5px;
	font-size: 75%;
	line-height: 1.5em;
	height: 1.5em;
	background: #d92c2c;
	overflow: hidden;
	vertical-align: middle;
}
form#mail_form dl dt span.required3{
	display : block;
	color : #d92c2c;
	margin:0.5em 0 0;
	font-size: 75%;
}
form#mail_form .aid{
	display : block;
	color : #d92c2c;
	margin:0.5em 0 0;
	font-size:90%;
}
form#mail_form .half{
	width : 50% !important;
}
form#mail_form .full{
	width : 100%;
}

form#mail_form .textfield{
	width: 100%;
	box-sizing: border-box;
}

form#mail_form input[type='text']{
	font-size:100%;
	line-height:1.4;
	padding : 8px 2%;
	border : 1px solid #e5e5e5;
	border-radius : 5px;
	background : #f8f8f8;
}
form#mail_form textarea {
	font-size: 100%;
	line-height: 1.4;
	width: 100%;
	height: 200px;
	padding :8px 2%;
	resize: vertical;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background: #f8f8f8;
}
form#mail_form input:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}

form#mail_form ul li{
	list-style-type : none;
	text-indent: -1em;
	padding-left: 1em;
}

form#mail_form ul li label{
	vertical-align : middle;
	display:block;
}
form#mail_form ul li label input{
	vertical-align : top;
}
form#mail_form ul li label:hover{
	cursor : pointer;
}

form#mail_form ul li input{
	height : auto;
	margin-right : 0.5em;
}

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

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

.radio:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 1px;
	display: block;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-radius: 50%;
	content: '';
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}

.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 5px;
	display: block;
	margin-top: -15px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	content: '';
}
.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 14px;
	display: block;
	margin-top: -11px;
	width: 9px;
	height: 14px;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}

form#mail_form input::placeholder {
	color: #ccc;
}
form#mail_form textarea::placeholder {
	color: #ccc;
}
form#mail_form :placeholder-shown {
    color: #ccc;
}
form#mail_form ::-webkit-input-placeholder {
    color: #ccc;
}
form#mail_form :-moz-placeholder {
    color: #ccc; opacity: 1;
}
form#mail_form ::-moz-placeholder {
    color: #ccc; opacity: 1;
}
form#mail_form :-ms-input-placeholder {
    color: #ccc;
}

.send-bot {
	margin: 4.5em auto 2.5em;
	text-align: center;
}
.send-bot input.confirm {
	font-size: 122.2%;
	padding: 13px 3.5em;
	margin:0 3% 0.5em;
	border: none;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}

.send-bot input.update {
	font-size: 122.2%;
	padding: 13px 3.5em;
	margin:0 3% 0.5em;
	background-color: #707070;
	border: none;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
}
.send-bot input.update:hover {
	background-color: #444;
}
.ui-datepicker-trigger {
	vertical-align: middle;
	margin-left:0.5em;
}

/* -----エラー---------------------------------------------- */

.error#mail_form input[type='text'] {
	border: 1px solid #d92c2c;
	background: #f9f3f3;
}
.error#mail_form .select {
	background-color: #f9f3f3;
	border: 1px solid #d92c2c;
}
.error#mail_form .select select {
	color: #d92c2c;
}
.error#mail_form .select:before {
	color: #d92c2c;
}
.error#mail_form input:focus{
	box-shadow : 0px 0px 5px #55ccff;
	border : 1px solid #55ccff;
	background : #ffffff;
}
.error#mail_form input::placeholder {
	color: #d92c2c;
}
.error#mail_form .message {
	color: #d92c2c;
	margin-bottom:30px;
}

/* -----確認---------------------------------------------- */

.confirm#mail_form p {
	padding-top: 0.6em;
}
.confirm#mail_form .caution{
	margin-top:3em;
}
.confirm#mail_form .caution h3{
	font-size:88%;
}
.confirm#mail_form .caution p{
	font-size:88%;
}

/* -----送信完了---------------------------------------------- */

.thanks {
	background-color: #f8f8f8;
	padding:90px 110px;
}
.thanks h3 {
	font-size:122.2%;
	color:#707070;
	margin-bottom:3em;
	text-align:center;
}
.thanks p {
	line-height:1.8;
	margin-bottom:1.5em;
}
.thanks .note {
	border:1px solid #707070;
	padding:20px;
	margin:3em 0 0;
	font-size:88.8%;
}
.thanks .note h4 {
	color:#707070;
	margin-bottom:0.5em;
}
.thanks .note p {
	margin-bottom:0;
}

/* -----レスポンシブ---------------------------------------------- */

@media only screen and (max-width: 900px) {
.content .h3title {
	text-align: left;
}
}
@media only screen and (max-width: 800px) {
body {
	font-size:100%;
}
.headnav ul a {
	width:135px;
	padding:0 1em;
	font-size:110%;
}

.headnav ul a.icon01 {
	background:url(/minatoshouji/ss/assets/img/share/header-icon01.png) 90px center no-repeat;
	background-color:#8ac400;
	
}
.headnav ul a.icon02 {
	background:url(/minatoshouji/ss/assets/img/share/header-icon02.png) 90px center no-repeat;
	background-color:#d54b00;
}
.text-box .tel {
	text-align: center;
}
.text-box .tel a {
	display:block;
	font-size:200%;
}
form#mail_form label.radio {
    display: block;
    margin: 0 0 0 0;
    white-space: normal;
}
}

@media only screen and (max-width: 670px) {
.headnav ul {
	margin-right: 65px;
}
.headnav ul a {
	width:5.3em;
	padding:35px 2px 0;
	text-align: center;
	font-size:100%;
	line-height:1.1;
}

.headnav ul a.icon01 {
	display: block;
	background:url(/minatoshouji/ss/assets/img/share/header-icon01.png) center 10px no-repeat;
	background-color:#8ac400;
	background-size:auto 30%;
}
.headnav ul a.icon02 {
	display: block;
	background:url(/minatoshouji/ss/assets/img/share/header-icon02.png) center 10px no-repeat;
	background-color:#d54b00;
	background-size:auto 27%;
}
header .h1logo {
	margin:19px 0 0 0;
}
header .h1logo img {
	height: 22px;
}
}

@media only screen and (max-width: 420px) {
.sp {
	display:block;
}
body{
	font-size: 89%;
}
.head .titlebox .title {
    font-size: 150%;
}
.content {
    margin: 30px 0;
}
.content .h2title {
    font-size: 150%;
}
form#mail_form dl dt{
	font-size:112.5%;
	padding : 2em 0.3em;
	width:27%;
}
form#mail_form dl dd{
	padding : 2em 0 2em 1em;
	width:73%;
}
form#mail_form dl dd label{
	display:block;
}
form#mail_form dl dd label .select{
	width:70%;
}
form#mail_form .half{
	width : 70% !important;
}
form#mail_form dl dt span.required{
	position: absolute;
	top:0.8em;
	left:0;
	margin: 0 0 0 7px;
	padding: 0em 0.4em 0;
}
.step li{
	width:0;
}
.thanks {
    padding:3em 1.5em;
}
}

@media only screen and (max-width: 420px) {
header {
	font-size:60%;
}
header {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
}
header .inner {
	padding:0 0 0 8px;
}
header .h1logo {
	margin:22px 0 0 0;
}
header .h1logo img {
	height: 19px;
}
.headnav ul {
	margin-right: 59px;
}
.headnav ul a {
	width:5.3em;
	padding:35px 2px 0;
	text-align: center;
	font-size:112.5%;
	line-height:1.1;
}
.headnav ul a.icon01 {
	display: block;
	background:url(/minatoshouji/ss/assets/img/share/header-icon01.png) center 10px no-repeat;
	background-color:#8ac400;
	background-size:auto 30%;
}
.headnav ul a.icon02 {
	display: block;
	background:url(/minatoshouji/ss/assets/img/share/header-icon02.png) center 10px no-repeat;
	background-color:#d54b00;
	background-size:auto 27%;
}

button.header_btn {
	width: 60px;
}

#globalNav h3 {
	font-size:170%;
}

#globalNav .gnavi a {
	font-size:170%;

}
}

@media only screen and (max-width: 320px) {
#globalNav.active {
    font-size: 90%;
}
header .h1logo img {
	height: 14px;
}
}