@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Pathway+Gothic+One&display=swap');

/*  ーーーーリセットcss。cssを記述する際いつも記述する内容ーーーー */
/*ブラウザの初期設定でh1、pなどに指定されているmarginなどを0にする。 */
* {
	margin: 0;
	padding: 0;
}

/*  書体を指定します（ここではサンセリフ） */
body {
	font-family: sans-serif;
	line-height: 1.6;
	color: #333333;
}

/*画像の下の余白を消す*/
img {
	vertical-align: bottom;
}

/*float解除*/
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* リストの装飾をとる */
li {
	list-style-type: none;
}

/* リンクの装飾をとる */
a {
	text-decoration: none;
}

/*  ーーーーリセットcssおわりーーーー */

/*  ーーーー共通ーーーー */

p,
a,
dt,
dl,
tr,
input,
label,
textarea {
	font-size: 14px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}

img {
	width: 100%;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

/* 共通_ヘッダーとナビ */
header {
	display: flex;
}

header .content-box {
	display: flex;
	margin: 25px auto 15px;
}

header .content-box div:nth-child(1) {
	width: 223px;
}

/* .logo a:hover {
	opacity: 0.7;
} */

.logo img {
	box-shadow: none;
}

header .content-box div:nth-child(2) {
	width: 452px;
	text-align: right;
}

header .content-box div:nth-child(2) p {
	font-size: 14px;
}

.tel {
	position: relative;
	text-decoration: none;
	font-size: 24px;
	line-height: 1;
	color: #333333;
}

.tel::before {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 22px;
	top: 50%;
	right: 150px;
	margin-top: -9px;
	background-image: url(img/tel-icon.png);
	background-size: cover;
}

.tel:hover {
	opacity: 0.7;
	-webkit-transition: all .3s;
  transition: all .3s;
}

header .content-box div:nth-child(3) {
	width: 325px;
	margin-left: 25px;
	color: #ffffff;
	text-align: center;
}

header .content-box div:nth-child(3) .btn {
	display: block;
	padding: 11px 0;
	background-color: #00365c;
	color: #ffffff;
	border-radius: 6px;
}

header .content-box div:nth-child(3) .btn:hover {
	background-color: #3674b3;
	-webkit-transition: all .3s;
  transition: all .3s;
}

.nav {
	position: relative;
	z-index: 100;
	box-shadow: 0px 5px 5px -5px #b2b2b2;
}

nav li {
	float: left;
	width: 200px;
	/* height: 68px; */
	text-align: center;
	box-sizing: border-box;
}

nav li a {
	display: block;
	padding: 19px 0;
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	color: #333333;
}

nav li a:hover {
	border-bottom: 3px solid #00365c;
	box-sizing: border-box;
	-webkit-transition: all .3s;
  transition: all .3s;
}

nav li a p {
	border-right: #b2b2b2 1px solid;
	font-size: 16px;
}

/* 共通_フッター */
footer {
	padding: 30px 0;
	background-color: #00365c;
	color: #ffffff;
	text-align: center;
}

/* 共通_メインコンテンツ */
section {
	padding: 60px 0;
}

.content-box {
	width: 1000px;
	margin: 0 auto;
}

.background-blue {
	background-color: #cbe6f3;
}

.section-heading {
	text-align: center;
}

h1 {
	font-size: 28px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.0;
	margin-bottom: 25px;
}

.h1-small {
	display: block;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Pathway Gothic One', sans-serif;
	color: #ca3c6e;
	letter-spacing: 0.3rem;
	margin-bottom: 50px;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 1.0;
	margin-bottom: 30px;
}

/*  ーーーートップページーーーー */
.hero-img {
	position: relative;
	width: 100%;
	height: 480px;
	background: url(img/hero.jpg) center / cover;
}

.column2-box {
	display: flex;
}

.column2-card {
	width: 500px;
	margin-bottom: 60px;
}

.column2-card img {
	width: 465px;
	height: auto;
}

.column2-card-text {
	padding-left: 35px;
}

.column3-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.column3-card {
	width: 300px;
}

.column3-card img {
	height: auto;
}

.column3-card-text {
	padding-top: 35px;
}

.linemarker-blue {
	background: linear-gradient(transparent 50%, #cbe6f3 50%);
}

.purpose {
	padding-bottom: 236px;
}

.purpose .h1-small {
	color: #00365c;
}

.purpose li {
	position: relative;
}

.purpose .column3-card-text {
	position: absolute;
	top: 170px;
	left: 15px;
	width: 270px;
	height: 212px;
	padding: 25px 16px;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
}

.special-text {
	font-size: 28px;
	margin: 50px 0;
}

.linemarker-pink {
	background: linear-gradient(transparent 50%, #fac8d9 50%);
}

.column5-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.column5-card {
	position: relative;
	width: 333px;
	margin-bottom: 50px;
	text-align: center;
}

.column5-card::after {
	display: block;
	position: absolute;
	top: 80px;
	left: -13px;
	content: '';
	width: 25px;
	height: 50px;
	background-image: url(img/yajirusi.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.column5-card:first-child:after {
	content: none;
}

.column5-card img {
	width: 183px;
	height: auto;
	margin: 0 auto;
	box-shadow: none;
}

.column5-card-text {
	width: 300px;
	margin: 0 auto;
	padding-top: 25px;
	padding: 25px 16px 0 16px;
	box-sizing: border-box;
}

.column5-card-text p {
	text-align: left;
}

.cat-area {
	text-align: center;
}

.cat-area .btn {
	display: inline-block;
	position: relative;
	width: 350px;
	padding: 20px 0;
	padding-right: 20px;
	background: #00365c;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1;
	color: #ffffff;
}

.cat-area .btn::after {
	position: absolute;
	content: '>';
	top: 25%;
	right: 69px;
	margin-top: 1px;
	font-size: 20px;
}

.cat-area .btn:hover {
	background-color: #3674b3;
	-webkit-transition: all .3s;
  transition: all .3s;
}

.cat-area .btn:last-of-type {
	margin-left: 50px;
}

.campany {
	margin-bottom: 40px;
}

.information-left {
	float: left;
	width: 350px;
}

.information-left img {
	width: 300px;
}

.information-right {
	float: right;
	width: 650px;
}

.information-right img {
	width: 190px;
	margin-bottom: 25px;
}

.information-right dl {
	display: flex;
	flex-wrap: wrap;
}

.information-right dl dt {
	width: 150px;
	padding: 15px 0;
	border-bottom: 1px solid #b2b2b2;
}

.information-right dl dd {
	width: 500px;
	padding: 15px 0;
	border-bottom: 1px solid #b2b2b2;
}

.information-right dl dt:last-of-type,
.information-right dl dd:last-of-type {
	border-bottom: none;
}

.map {
	height: 400px;
}

.map iframe {
	width: 100%;
	height: 100%;
}

/*  ーーーー設備とサービスーーーー */
.top-img {
	position: relative;
	height: 200px;
	background: url(img/service/top.jpg) right / cover;

}

.top-img .content-box {
	position: relative;
	height: 100%;
}

.top-img .content-box h1 {
	position: absolute;
	left: 47px;
	font-size: 32px;
	line-height: 200px;
}

.room-type h1,
.seat-type h1,
.cafespace h1,
.security h1,
.other h1 {
	margin-bottom: 60px;
}

.seat-type .content-box,
.cafespace .content-box,
.security .content-box,
.other .content-box {
	position: relative;
}

.seat-type .content-box::before,
.cafespace .content-box::before,
.security .content-box::before,
.other .content-box::before {
	content: "";
	display: block;
	width: 800px;
	height: 2px;
	background-color: #cbe6f3;
	position: absolute;
	top: -60px;
	left: 10%;
}

.room-type {
	padding-top: 100px;
}

.room1 {
	margin-bottom: 60px;
}

.room-type .column2-box,
.seat-type .column2-box {
	justify-content: space-between;
}

.room-type .column2-card,
.seat-type .column2-card {
	width: 465px;
}

.room-type .column2-card-text,
.seat-type .column2-card-text {
	padding-left: 0;
}

.room-type .column2-card-text,
.seat-type .column2-card-text {
	padding-top: 35px;
}

.column1-text {
	text-align: center;
}

.cafespace .column1-text {
	margin-top: 30px;
}

.other .column3-box {
	margin-top: -60px;
}

.other .column3-card {
	margin-top: 60px;
}

/*  ーーーープランと料金ーーーー */
.plan {
	text-align: left;
}

.plan h1 {
	margin-bottom: 60px;
}

.plan table {
	width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
	background-color: #e6f3fa;
	border: #b2b2b2 1px solid;
}

.plan table th {
	width: 300px;
}

.plan table .plan-time {
	width: 200px;
}

.plan table th,
.plan table td {
	padding: 10px 20px;
	border: #b2b2b2 1px dashed;
	font-size: 16px;
	font-weight: 400;
}

.plan table .desk-wide {
	border-top: #b2b2b2 1px solid;
}

.plan1 {
	padding-top: 100px;
}

.plan2 .content-box {
	position: relative;
}

.plan2 .content-box::before {
	content: "";
	display: block;
	width: 800px;
	height: 2px;
	background-color: #cbe6f3;
	position: absolute;
	top: -60px;
	left: 10%;
}

/*  ーーーーQ&Aーーーー */
.qa li {
	position: relative;
	margin-top: 40px;
	padding: 20px 0 20px 50px;
}

.qa li::before {
	content: "";
	display: block;
	width: 1000px;
	height: 2px;
	background-color: #cbe6f3;
	position: absolute;
	top: -20px;
	left: -20px;
}

.qa li:first-child:before {
	content: none;
}

/*  ーーーーコンタクトページーーーー */
.contact-text {
	width: 100%;
	margin: 0 auto 30px auto;
	padding-bottom: 30px;
	border-bottom: 2px solid #cbe6f3;
}

.contact-text p {
	margin-bottom: 14px;
}

.contact-text-left {
	float: left;
}

.contact-text-right {
	float: right;
	padding: 20px 40px;
	border: 1px solid #ddd;
}

.contact-text-right p {
	margin-bottom: 0;
}

.contact-text .tel {
	display: inline-block;
	margin: 5px 0 0 20px;
}

.form-item {
	padding: 15px 0;
}

.form-item-label {
	position: relative;
	display: block;
	float: left;
	margin-left: 70px;
	padding: 8px 0;
}

.form-required::before {
	position: absolute;
	content: '必須';
	top: 0px;
	left: -70px;
	margin: 8px 0;
	padding: 4px 15px;
	font-size: 12px;
	color: #ffffff;
	letter-spacing: 0.05em;
	background-color: #00365c;
	border-radius: 6px;
}

.form-item-input {
	display: block;
	float: right;
	width: 700px;
	padding: 8px 8px;
	border: 1px solid #bbb;
	border-radius: 6px;
	background-color: #e6f3fa;
}

.radiobutton {
	border: none;
	background-color: transparent;
}

.radiobutton label:first-child {
	margin-right: 30px;
}

.form-textarea .form-item-input {
	height: 150px;
}

#submit .btn {
	display: block;
	width: 300px;
	margin: 40px auto 0 auto;
	padding: 11px 0;
	background-color: #00365c;
	color: #ffffff;
	letter-spacing: 0.05em;
	border: none;
	border-radius: 6px;
}

#submit .btn:hover {
	background-color: #3674b3;
	-webkit-transition: all .3s;
  transition: all .3s;
}

/* スクロールボタン */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #00365c;
	border: 2px solid #ffffff;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -13px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}