/* ===============リセットCSSここから=============== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ===============リセットCSSここまで=============== */

body {
	/* background-color: #E3E3E3; */
	background-image: url(img/backgroud.png);
	font-family: 'Noto Serif JP', serif;
}

.annai-txt ,
.annai-txt-h1 ,
.annai-txt-h2 ,
.annai-txt-p ,
.kaijyo-txt ,
.kaijyo-title ,
.koutsu-title ,
.googlemaps-under-txt p{
	color:#707070;
}
.googlemaps-under-txt a {
		color: #707070;
}
.name-kana ,
.name-kanji ,
.name-txt {
	color: #3c3c3c;
}
.main-contents {
    max-width: 700px;
	margin: auto;
	background-color: rgba(227,227,227,0.7);;
}
.syoutai-img {
	width: 90%;
	margin: auto;
	padding: 20px 0px;
}
.syoutai-img img {
	width: 100%
}
/* .aisatu-h3 {
	font-size: 50px;
	font-weight: 600;
}
.aisatu-p {
	font-size: 35px;
	font-weight: 300;
} */
.aisatu {
/* -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; */
  width: 95%;
  margin: auto;
  padding: 20px 0px;
}
.cloud-right {
	display: flex;
	justify-content: flex-end;
	padding-right: 10px;
}
.host {
	display: flex;
	justify-content: space-evenly;
	padding: 20px 0px;
}
.name-kana {
	font-size: 15px;
	padding: 30px 0px 10px 0px;
}
.name-kanji {
	font-size: 30px;
}
.name-txt {
	font-size: 20px;
	padding: 10px 0px;
	line-height: 2;
}
.annai {
	background-image:url(./img/annai_back.png);
	background-repeat:  no-repeat;
	margin: 20px 0px;
	height: 600px;
}

.annai-txt-h1 {
	font-size: 40px;
	text-align: center;
	padding: 20px 0px;
}
.annai-txt-h2 {
	font-size: 25px;
	text-align: left;
	padding: 10px;
}
.annai-txt-h2 th {
	padding: 10px
}
.annai-txt-h3 {
	font-size: 25px;
	text-align: center;
	padding: 10px 0px;
}
.annai-txt-p {
	font-size: 20px;
	text-align: center;
	padding: 10px 0px;
} 
.annai-txt p {
	text-align: center;
}
.annai-shosai table {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
}
.annai-shosai {
	padding: 15px 0px;
}
.annai-tyusyaku {
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 0px;
}
.annai-txt {
	width: 80%;
    margin: auto;
    padding-top: 40px;
}
.kaijyo {
	display: flex;
	width: 60%;
    margin: auto;
}
.kaijyo-title {
	font-size: 35px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 36px 10px;
  letter-spacing: 10px;
  background-image:url(./img/kaijyo.png);
  background-repeat:  no-repeat;
  height: 81px;
}
.kaijyo-h2 {
	font-size: 30px;
}
.kaijyo-p {
	font-size: 20px;
	padding: 10px 0px;
}
.kaijyo-txt {
	padding-top: 10px;
	padding-left: 20px;
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.googlemaps {
	padding: 20px 0px;
}
.googlemaps-under-txt p {
	font-size: 20px;
	padding: 5px 0px;
	text-align: center;
}
.koutsu {
	padding: 50px 0px;
}
.koutsu-img {
	text-align: center;
}
.koutsu-txt {
	text-align: center;
}
.koutsu-title {
	font-size: 20px;
	padding: 20px 20px;
	line-height: 1.5;
}
.koutsu-cloud-img {
	padding: 10px 0px;
}
.syosai-btn button {
	background-color: #D84E2B;
	color: white;
	padding: 10px 30px;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	border-radius: 50px;
	border: none;
	text-align: center;
}
.syosai-btn {
	text-align: center;
}

/* ===============フォームに関するCSSはここから=============== */
.main_form_area{
	width: 95%;
	background-color: #ffff;
	margin-left: auto;
	margin-right: auto;
}

.main_form{
	width: 90%;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.selection-group {
	display: flex;
	justify-content: center;
	padding-top: 15px;
}

.selection-box {
	width: 50%;
}

.selection-group input[type="radio"] {
	display: none;
}

/* 画像部分に余白を持たせる */
label svg {
	padding: 40px;
}

/* 選択されたラジオボタンの画像の背景を変える */
.selection-group input[type="radio"]:checked + label svg {
	background-image: url(img/waku.png);
	background-repeat: no-repeat;
	background-size:contain;
}

.name_label {
	color: #707070;
	font-size: 15pt;
	font-weight: 700;
}

.form_input{
	width: 100%;
	color: #707070;
	font-size: 15pt;
	font-weight: 700;
	padding-top: 10px;
}
.form_content{
	margin-bottom: 15pt;
}

input[type=text],input[type=email],input[type=tel]{
	width:80%;
	height:30px;
	font-size:15pt;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 3px;
}
textarea {
	resize: none;
	width:90%;
	font-size:15pt;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.form_sub_message {
	font-size: 12pt;
	font-weight:100;
	margin-top: 2px;
	margin-bottom: 2px;
}

::placeholder {
	color:rgba(112,112,112,0.3);
  }
.btn-box{
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
.form-btn {
	margin:auto;
  color: #D84E2B;
  background: #ffff;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 30px;
  border: solid 1px #D84E2B;
  cursor: pointer;
  width: 250px;
  font-size: 15pt;
}

.btn-box-text {
	font-size: 13pt;
	padding-top: 15px;
	color: #707070;
}

.error {
	font-size: 12px;
	color: tomato;
	display: inline-block;
}

#zip21-error {
	display: none;
}

.hide {
	display: none;
}

.sending {
	color: #ffff;
	font-size: 30px;
	animation: key1 .3s ease infinite alternate;
}

.sending-box {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
}

@keyframes key1{
	0% {transform: translateY(0px);}
	100% {transform: translateY(-10px);}
  }
.loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 150px 150px;
}
/* ===============フォームに関するCSSはここまで=============== */


.copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #ffff;
	background-color: black;
	font-size: 15pt;
}
/* ============450px以下ここから、375px統一============ */
@media screen and (max-width:450px) {

/* 画像部分に余白を持たせる */
label svg {
	padding: 30px;
}
.host-img img {
	width: 170px;
}
.host-img ,
.host-txt {
	padding: 0px 10px;
}
.name-kana {
	font-size: 10px;
	padding-top: 10px;
}
.name-kanji {
	font-size: 20px;
}
.name-txt {
	font-size: 15px;
}
.googlemaps-under-txt p ,
.koutsu-title  {
	font-size: 15px;
}
.copyright {
	font-size: 13px;
	text-align: center;
}
.cloud-left {
	padding-left: 10px;
}

}