/*container
-----------------------------------------------------------*/

html {
	width: 100%;
	overflow-x: hidden;
	overflow: hidden;
	height: 100%;
}

body {
	min-width: 1080px;
	height: 100%;
}

#container {
	overflow: hidden;
	width: 100%;
	min-width: 1080px;
	position: relative;
	z-index: 1;
}


@media screen and (max-width: 1079px) {
	
	html {
		overflow-x: scroll;
	}
	
}

@media screen and (max-width: 800px) {
	
	html {
		overflow-x: hidden;
	}
	body {
		min-width: inherit;
	}
	#container {
		min-width: inherit;
	}
	
}

/*hbg PC
-----------------------------------------------------------*/

#hbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1080px;
	height: 1px;
	overflow: visible;
	z-index: 100;
}

@media screen and (max-width: 800px) {
	
	#hbg { display: none; }
	
}

#hbg #hbgBg {
	position: absolute;
	top: 0;
	right: 0;
	width: 128px;
	height: 128px;
	background-color: #50aaaf;
	border-bottom-left-radius: 48px;
}

#hbg #hbgBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 128px;
	height: 128px;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 1079px) {
	
	#hbg #hbgBg,
	#hbg #hbgBtn {
		right: calc(1080px - 100vw);
	}
	
}

#hbg #hbgBtn div {
	width: 56px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 38px;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#hbg #hbgBtn div:nth-of-type(1) { top: 32px; }
#hbg #hbgBtn div:nth-of-type(2) { top: 52px; }

#hbg #hbgBtn p {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 72px;
	text-align: center;
	color: #fff;
	padding-left: 2px;
	font-size: 12px;
	line-height: 150%;
}

#hbg nav {
	display: none;
	position: fixed;
	top: 116px;
	right: 20px;
	width: 360px;
	height: calc(100% - 140px);
	overflow: hidden scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#hbg nav::-webkit-scrollbar{
    display: none;
}

#hbg nav .box {
	width: 320px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 32px;
	padding: 20px 0;
}

#hbg nav .box h1 {
	width: 288px;
	margin: 0 auto;
}

#hbg nav .box ul {
	margin: 16px auto 0;
	width: 288px;
}

#hbg nav .box ul li {
	width: 100%;
	height: 48px;
	margin-bottom: 8px;
}

#hbg nav .box ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #faf5f6;
	border-radius: 24px;
	text-align: center;
	color: #555;
	padding-top: 8px;
}

#hbg nav .box ul li a img {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 24px;
}

#hbg nav .box ul h6 {
	text-align: center;
	margin: 24px auto 10px;
	color: #555;
}

#hbg nav .other {
	width: 320px;
	margin: 0 auto;
}

#hbg nav .other li {
	margin-top: 16px;
	width: 100%;
	height: 60px;
}

#hbg nav .other li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #faf5f6;
	border-radius: 30px;
	text-align: center;
	color: #555;
	padding-top: 14px;
}

#hbg nav .other li a img {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 24px;
}


/*hbg SP
-----------------------------------------------------------*/

#hbgSpBg {
	position: fixed;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	background-color: #50aaaf;
	border-bottom-left-radius: 16px;
	z-index: 90;
}

#hbgSpBtn {
	position: fixed;
	top: 0;
	right: 0;
	width: 64px;
	height: 64px;
	cursor: pointer;
	z-index: 120;
}

@media screen and (min-width: 801px) {
	
	#hbgSpBg, #hbgSpBtn { display: none; }
	
}

#hbgSpBtn div {
	width: 36px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 15px;
}
#hbgSpBtn div:nth-of-type(1) { top: 15px; }
#hbgSpBtn div:nth-of-type(2) { top: 27px; }

#hbgSpBtn p {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 38px;
	text-align: center;
	color: #fff;
	padding-left: 2px;
	font-size: 9px;
	line-height: 150%;
}


/*bottom nav
-----------------------------------------------------------*/

#bottomNav {
	position: fixed;
	bottom: -73px;
	left: 0;
	width: 100%;
	height: 72px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	z-index: 80;
}

@media screen and (min-width: 801px) {
	
	#bottomNav { display: none; }
	
}

#bottomNav ul {
	width: 92%;
	max-width: 480px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#bottomNav ul li {
	width: 32.6%;
}

#bottomNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	color: #fff;
	padding-top: 12px;
}

#bottomNav ul li:nth-of-type(1) a { background-color: #50aaaf; }
#bottomNav ul li:nth-of-type(2) a { background-color: #e1d714; }
#bottomNav ul li:nth-of-type(3) a { background-color: #87be5a; }

#bottomNav ul li a img {
	width: 30px;
	height: auto;
	margin: 0 auto;
}

#bottomNav ul li a span {
	display: block;
	text-align: center;
	margin-top: 2px;
}



/*nav SP
-----------------------------------------------------------*/

#modalNavSp {
	display: none;
	position: relative;
	width: 100%;
	padding: 64px 64px 24px 5vw;
	z-index: 110;
}

#modalNavSp .inner {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

#modalNavSp .inner .box {
	position: relative;
	width: 100%;
	padding: 24px 0;
	background-color: #fff;
	border-radius: 32px;
}

#modalNavSp .inner .box h1 {
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
}

#modalNavSp .inner .box ul {
	margin: 20px auto 0;
	width: 85%;
	max-width: 400px;
}

#modalNavSp .inner .box ul li {
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
}

#modalNavSp .inner .box ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: relative;
	background-color: #f8f1f2;
	text-align: center;
	color: #555;
	padding-top: 6px;
}

#modalNavSp .inner .box ul li a img {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
}

#modalNavSp .inner .box ul .dots {
	margin: 20px auto;
}

#modalNavSp .inner .box ul .dots div {
	background-color: #a7d4d7!important;
}

#modalNavSp .inner .box ul h6 {
	margin: 20px auto 10px;
	text-align: center;
}

#modalNavSp .inner .other {
	width: 100%;
	margin-top: 16px;
}

#modalNavSp .inner .other li {
	width: 100%;
	height: 52px;
	margin-top: 12px;
}

#modalNavSp .inner .other li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 26px;
	position: relative;
	background-color: #f8f1f2;
	text-align: center;
	color: #555;
	padding-top: 12px;
}

#modalNavSp .inner .other li a img {
	position: absolute;
	top: 16px;
	right: 12px;
	width: 20px;
}

@media screen and (max-width: 374px) {
	
	#modalNavSp .inner .box ul li a,
	#modalNavSp .inner .other li a {
		font-size: 13px!important;
	}
	
}


/*page top
-----------------------------------------------------------*/
	
#pt {
	position: fixed;
	bottom: 32px;
	right: -72px;
	width: 72px;
	height: 60px;
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
	background-color: #555;
	cursor: pointer;
	z-index: 80;
}

#pt img {
	position: absolute;
	top: 18px;
	left: 10px;
	width: 24px;
}

#pt div {
	position: absolute;
	top: 15px;
	left: 36px;
	width: 24px;
	font-size: 12px;
	line-height: 125%;
	color: #fff;
}

@media screen and (max-width: 800px) {
	
	#pt {
        bottom: 80px;
        width: 64px;
        height: 56px;
        border-top-left-radius: 28px;
        border-bottom-left-radius: 28px;
    }

    #pt img {
        top: 18px;
        left: 9px;
        width: 20px;
    }

    #pt div {
        top: 16px;
        left: 30px;
        width: 22px;
        font-size: 10px;
        line-height: 120%;
    }
	
	
}

/*form
-----------------------------------------------------------*/

input[type="text"], input[type="email"], input[type="submit"], button, textarea, select {
  margin: 0 0 8px 0;
  background-color: #fff;
  font-size: 16px;
  line-height: 150%;
  border: solid 1px #aaa;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, "メイリオ", "Meiryo", "平成角ゴシック", "ＭＳ Ｐゴシック", "Osaka", sans-serif!important;
}

textarea {
  width: 100%;
  padding: 11px 16px 8px;
  height: -webkit-calc((1.5em * 4) + 24px) !important;
  height: calc((1.5em * 4) + 24px) !important;
}

input[type="text"], input[type="email"] {
	padding: 11px 16px 8px;
	width: 100%;
	max-width: 320px;
}

input[type="text"].short { max-width: 144px; }
input[type="text"].long { max-width: 640px; }

select {
  padding: 11px 40px 8px 16px;
  display: inline-block;
  margin-right: 8px;
  letter-spacing: 0;
  background-image: url("form_select.png");
  background-position: right 13px top 18px;
  background-repeat: no-repeat;
  background-size: 11px 7px;
}


input[type="text"], input[type="email"] {
  display: inline-block;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing: 0;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 800px) {
	
    input[type="text"], input[type="email"], input[type="submit"], button, textarea, select {
      font-size: 14px;
		letter-spacing: 0;
    }
	
	textarea {
      padding: 9px 12px 6px;
      height: -webkit-calc((1.5em * 3) + 20px) !important;
      height: calc((1.5em * 3) + 20px) !important;
    }

    input[type="text"], input[type="email"] {
        padding: 9px 12px 6px;
        width: 100%;
        max-width: 320px;
    }
	
	select {
      padding: 9px 32px 6px 12px;
      background-position: right 11px top 16px;
    }
	
}

/*プライバシーポリシー
-----------------------------------------------------------*/

#privacyBox h3 {
	position: relative;
	padding-left: 1.5em;
}

#privacyBox h3 span {
	position: absolute;
	top: 0;
	left: 0;
}

/*form box
-----------------------------------------------------------*/

#contact { margin-top: 80px; }

.formBox {
	width: 100%;
}

.formBox .boxTwo {
	width: 100%;
	margin-bottom: 32px;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.formBox .boxTwo .item {
	width: 200px;
	padding-top: 5px;
	color: #777;
}

#questionnaire sup, #questionnaire .kome { color: #50aaaf; }
#contact sup, #contact .kome { color: #50a5aa; }

.formBox .boxTwo .enter {
	flex: 1;
	letter-spacing: -.4em;
}

.formBox .boxTwo .enter p {
	letter-spacing: 0;
}

.formBox .boxOne {
	width: 100%;
	margin-bottom: 32px;
}

.formBox .boxOne .item {
	width: 100%;
	padding: 5px 0 8px;
	color: #777;
}

.formBox .item sup {
	font-size: 11px;
	position: relative;
	top: -1px;
	left: 2px;
}

.formBox .error {
	display: none;
	color: #e8383d;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0;
}

.formBox .vaccination {
	margin-top: 8px;
	letter-spacing: 0;
}

.formBox .vaccination input[type="text"] {
	width: 48px;
	margin-right: 8px;
}

.formBox .consent input[type="checkbox"] {
	margin-right: 8px;
}

.formBox .send {
	position: relative;
	width: 100%;
	height: 48px;
	margin-top: 48px;
}

.formBox .send input[type="submit"],
.formBox .send input[type="button"] {
	width: 120px;
	height: 48px;
	margin-right: 8px;
	text-align: center;
	padding-top: 4px;
	font-size: 16px;
	line-height: 150%;
	background-color: #786e64;
	color: #fff;
	cursor: pointer;
}

.formBox .send .dummy {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 48px;
	background-color: rgba(255,255,255,0.7);
}

.formBox .enter .check {
	padding-top: 5px;
	letter-spacing: 0;
}

#questionnaire .thanks {
	text-align: center;
	padding-bottom: 80px;
}

#questionnaire .thanks p {
	display: inline-block;
	text-align: left;
}

@media screen and (max-width: 800px) {
	
	#contact { margin-top: 32px; }
	
	.formBox .boxTwo {
        width: 100%;
        margin-bottom: 16px;
        display: block;
    }

    .formBox .boxTwo .item {
        width: 100%;
        padding: 0 0 6px;
    }

    .formBox .boxOne {
        margin-bottom: 16px;
    }

    .formBox .boxOne .item {
        width: 100%;
        padding: 0 0 6px;
    }

    .formBox .item sup {
        font-size: 10px;
    }

    .formBox .error {
        font-size: 12px;
    }

    .formBox .vaccination {
        margin-top: 8px;
    }

    .formBox .vaccination input[type="text"] {
        width: 44px;
    }

    .formBox .send {
        position: relative;
        width: 100%;
        height: 40px;
		margin-top: 32px;
    }

    .formBox .send input{
        width: 96px;
        height: 40px;
        padding-top: 6px;
        font-size: 14px;
    }

    .formBox .send input{
        width: 96px;
        height: 40px;
        padding-top: 6px;
        font-size: 14px;
    }

	.formBox .enter .check {
        padding-top: 0;
    }
	
	#questionnaire .thanks {
        padding-bottom: 0;
    }
	
	
}