
/* reset */
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;}
caption,th{text-align:left;}
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: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #F9F9F9;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
	background-color: #FFFFFF;
}

#header h1{
	padding-top: none;
}

.header-logo {
	text-align: left;
	height: 75px;
}

.header-logo img {
	padding: 0 0 0 10px;
    max-height: 100%;
    height: 80px;
}

#mainnav a{
	color: #000;
	display: none;
}

.panel {
	display: none;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 153px;
}

.Big-logo{
	width: 400px;
	height: 100px;
}

#mainImg img{
	position: absolute;
  /* left: 50%; */
	max-width: 1280px;
  /* width: 1280px; */
  width: 150px;
  height: 150px;
  /* margin-left: -640px; */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom :0;
	margin:  auto;
}

.explain h2 {
	margin-top: 24px;
	/* color: #fff; */
	font-size: 1rem;
	text-align: center;
}


/* フッター
------------------------------------------------------------*/
#footer{
	/* clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px; */

    /* padding: 16px; */
    background-color: #fff;
    text-align: center;
    padding-bottom: 60px;
}

#go-top-btn-wrapper {
    display: block;
    padding-top: 20px;
    margin-bottom: 20px;
}

#go-top-btn {
    display: inline-block;
    margin: 8px;
    padding: 8px;
    border: 2px solid #A64D79;
    border-radius: 4px;
    background-color: #fff;
    color: #A64D79;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    cursor: pointer;
    transition: all .2s ease;
}

.fa-caret-right {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -0.0667em;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.fa-caret-right-before:before {
    content: "\f0da";
}

.link {
    display: inline-block;
    padding: 4px;
    color: #aaa;
    font-size: .857rem;
    text-decoration: none;
}

.link-kiyaku {
    margin-right: 20px;
}



/* 共通
------------------------------------------------------------*/

.vali-message {
    color: red;
    font-weight: bold;
    text-align: center;
}

.vali-message a {
    color: red;
}

.phone-size-container {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #F4CCCC;
    height: 1700px;
    /* position: relative; */
    top: 70px;
}

#partition-space {
    position: relative;
    height: 10px;
    max-width: 600px;
    width: 100%;
}

#partition {
    border-top: 1px solid rgba(34,36,38,.15);
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    max-width: 600px;
    width: 100%;
    margin: auto;
}

#how-to-use #stuka {
    text-align: center;
    color: black;
    font-size: 1.142rem;
}

#how-to-use div {
    width: 85%;
    height: 30%;
    margin: 1rem auto;
    padding: 1.25rem;
    border: .1875rem solid #fff;
    border-radius: .28571429rem;
}

#coma1-space {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#coma1 {
    max-width: 65%;
}

#coma1-space p {
    display: flex;
    margin: .3rem 0 0;
    font-size: 1rem;
    color: black;
    text-align: center;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}

/* ホストのニックネーム入力画面 hostnickname
------------------------------------------------------------*/
.hostnick-phone-size-container {
    width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #F4CCCC;
    height: 600px;
    /* position: relative; */
    top: 70px;
}


/* ホストにルームIDを表示する画面 showroomidUI
------------------------------------------------------------*/
.showidhost-phone-size-container {
    width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #F4CCCC;
    height: 600px;
    /* position: relative; */
    top: 70px;
}


/* 気になる人を選択する画面 select */
.select-phone-size-container {
    width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #F4CCCC;
    height: 600px;
    /* position: relative; */
    top: 70px;
}

#select-btn {
    display: inline-block;
    width: 25%;
    height: 40%;
    border: none;
    border-radius: 4px;
    background-color: #A64D79;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
}


/* 結果画面の一個前の画面 wait */
.wait-phone-size-container {
    width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #F4CCCC;
    height: 600px;
    /* position: relative; */
    top: 70px;
}

/* 結果画面 result */
.result-phone-size-container {
    width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #F4CCCC;
    height: 600px;
    /* position: relative; */
    top: 70px;
}


/* ゲストがニックネームとルームIDを入力する画面 guestnickname */
.guestnickname-phone-size-container {
    width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #F4CCCC;
    height: 600px;
    /* position: relative; */
    top: 70px;
}


/* ゲストにルームIDを表示する画面 showroomidguest */
.showroomIDguest-phone-size-container {
    width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background-color: #F4CCCC;
    height: 600px;
    /* position: relative; */
    top: 70px;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}

    .phone-size-container {
        height: 1950px;
    }
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}

  a#menu{
		display:none;
	}

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}


	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}

  /* #footer{
		padding: 30px 10px 70px 0;
	} */
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}




/* ここからホストとゲストの入力画面 */

/* .nickname form {
    display: flex;
} */

input {
    height: 2.4em;
    width: 40%;
    padding: 0 10px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-left: 10px;
}

input:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

#hostname, #guestname{
    display: inline-block;
    width: 15%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background-color: #A64D79;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
}

#hostname {
    margin-top: 10px;
}

#guestname {
    margin-top: 10px;
}

#hostname:focus, #guestname:focus {
    outline: 0;
    background-color: #000;
    border: 2px solid rgb(33, 150, 243);
}

/* ここからホストにルームIDを表示する画面 */
#showroomIDhost-btn {
    display: inline-block;
    width: 55%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background-color: #A64D79;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
}

#show-roomid {
    margin-bottom: 30px;
}

#show-roomid-guest {
    margin-bottom: 30px;
    font-size: 20px;
}

/* ここからゲストにルームIDを表示する画面 */
#showroomIDguest-btn {
    display: inline-block;
    width: 85%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    background-color: #A64D79;
    color: #fff;
    font-weight: bold;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
}

/* ここからセレクト画面のCSS */

.whole-select h1 {
	font-size: 1.1rem;
	padding-top: 10px;
	text-align: center;
    font-size: 120%;
}

.whole-select h2 {
    text-align: center;
}

.count-image {
	display: inline-block;
	max-width: 600px;
    width: 100%;
	text-align: center;
}

.count-image > img {
    padding-top: 10px;
    height: auto;
}

.hostormenber {
	height: 200px;
	text-align    : center;
}

.hostor {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 18pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 12px 97px;   /* 余白       */
  background    : #A64D79;     /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  opacity       : 1;           /* 透明度     */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 6px 6px 3px #666666;  /* 影の設定 */
  margin: 20px 0;
}

.hostor:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  opacity       : 0.8;         /* カーソル時透明度 */
}

.count-image h3 {
	width: 30px;
}

.user {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	margin: 0 0 0 100px;
}

.IDde {
	text-align: center;
	margin: 30px 0 30px 0;
	font-size: 20px;
}

.add-form {
	text-align: center;
}

.add-form input {
	width: 160px;
	height: 30px;
}

.add-form button {
	height: 34px;
	width: 45px;
	font-size: 15px;
	background-color: #6FA8DC;
}

.register {
	height: 300px;
	width: 600px;
	text-align: center;
}

.register button {
	height: 50px;
	width: 60px;
	margin-top: 90px;
	background-color: #ECF751;
}

.input-group {
    display: inline-block;
    width: 500px;
}

.form-outline {
    width: 200px;
    margin: 0;
}

.btn-primary {
    top: 0px;
}

/* ここからホストニックネーム入力画面のCSS */

.nickname {
    text-align: center;
    /* margin-top: 50px; */
}

.nickname p {
    font-size: 20px;
}

.whole-select form{
    text-align: center;
    position: relative;
    margin-top: 30px;
    height: 100px;
}

.whole-select form button{
    font-size: 20px;
}

.nickname form  label {
    display: block;
    padding: 10px 0px 0px 0px;
    font-size: 15px;
}

.guest-inputs input {
    width: 180px;
    text-align: center;
}

.guestnoid {
    text-align: center;
    /* padding-left: 27px !important; */
}

.select-message {
    text-align: center;
}

.result-message-css {
    text-align: center;
    font-size: 25px;
}

/* ここから気になる人セレクト画面 */

#pulldown {
    display: inline-flex;
    align-items: center;
    position: relative;
}

#pulldown::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

#pulldown select {
    appearance: none;
    min-width: 165px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

#select-center {
    text-align: center;
    height: 100px;
}

/* 以下結果を見る前のページ */
#showresult {
    margin-top: 10px;
}



/* ここから利用規約等（terms、privacy、inquiry）のスタイル */
.terms-phone-size-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 7890px;
    top: 70px;
}

.terms-contents {
    height: 600px;
    top: 70px;
    background-color: white;
    margin: 20px;
    padding: 25px;
}

.terms-contents h1 {
    margin-bottom: 1.5em;
    padding: 0;
    /* font-size: 1.5em; */
}

.terms-contents h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    /* font-size: 1.25em; */
}

.terms-contents ul {
    margin-bottom: 1em;
    list-style: square inside;
}

.terms-contents p {
    margin-bottom: 0.75em;
    padding: 0;
    line-height: 1.75;
}

.privacy-phone-size-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 2990px;
    top: 70px;
}

.inquiry-phone-size-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 560px;
    top: 70px;
}

.inquiry-phone-size-container {
    padding: 50px 0 60px;
    color: #222;
    text-align: center;
    background-color: #F4CCCC;
  }

  .inquiry-phone-size-container .inquiry-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
  }

  .inquiry-wrapper .text_content {
    line-height: 2.0em;
    font-size: 0.85rem;
  }

  .inquiry-phone-size-container h1 {
    display: inline-block;
    margin: 0 auto 30px;
    padding-bottom: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 4px solid #222;
  }

  .inquiry-phone-size-container .text_lead {
    margin-bottom: 35px;
    line-height: 2.0em;
    font-size: 0.85rem;
  }

  .inquiry-phone-size-container article {
    margin-bottom: 40px;
    padding: 40px 40px 35px;
    text-align: left;
    border-radius: 20px;
    background-color: #fff;
  }

  .inquiry-phone-size-container article h2 {
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 1.15rem;
    line-height: 1.8em;
    border-bottom: 2px solid #F4CCCC;
  }

  .inquiry-phone-size-container article .text_content {
    line-height: 2.0em;
    font-size: 0.85rem;
  }

  #mail  {
    color: #0072d3;
    font-weight: 700;
    margin-bottom: 15px;
  }

  #mail:hover {
    text-decoration: underline;
  }

  #phone-message {
    display: none;
  }

@media only screen and (max-width: 799px){
	#header{
		/* position: fixed; */
		width: 100%;
		z-index: 500;
	}

	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}

    #footer {
        width: 100%;
    }

	#header h1{
		padding-top: 10px;
	}

	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}

 /* ここから利用規約とプライバシーポリシー画面 */

    .terms-phone-size-container {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        height: 12050px;
        top: 70px;
    }

    .privacy-phone-size-container {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        height: 4300px;
        top: 70px;
    }

    #PC-message {
        display: none;
    }

    #phone-message {
        display: block;
      }
}
