@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@500&display=swap');

html {
  scroll-behavior: smooth;
}
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W4", 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333333;
}

.contentsWrap {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.contentsWrap a {
  text-decoration: none;
  outline: none;
}

.contentsWrap .sec {
  margin-bottom: 100px;
}

.sec h2 {
  margin-bottom: 30px;
  text-align: center;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex01 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex03 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.flex04 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.mgnB10 {
  margin-bottom: 10px;
}
.mgnB15 {
  margin-bottom: 15px;
}
.mgnB20 {
  margin-bottom: 20px;
}
.mgnB30 {
  margin-bottom: 30px;
}
.mgnB50 {
  margin-bottom: 50px;
}
.bold {
  font-weight: bold;
}
.comtxt {
  margin-top: 5px;
  font-size: 12px;
}
.lh2 {
  line-height: 2;
}
.txtcenter {
  text-align: center;
}
.red {
  color: red;
}

/* secMV */
.secMv img {
  width: 100%;
}

/* secTourPoint */
.secTourPointIn {
  text-align: center;
  width: 28%;
}
.secTourPointIn img {
  margin-bottom: 30px;
}

/* secAbout */
.secAbout .secAboutBg {
  background: url(/domtour/thu/aomori_sekaiisan/img/about_bg.jpg) center center no-repeat;
  text-align: center;
  padding: 105px 90px;
}
.secAbout .secAboutTxt {
  margin-bottom: 30px;
  line-height: 2;
}
.secAbout .secAboutTxt span {
  font-size: 23px;
  color: #887065;
  border-bottom: dashed 2px #B2A871;
  margin-right: 5px;
}

/* secPoint */
.secPoint {
  padding: 50px 40px;
  background: #FAF9F8;
}
.secPoint .comtxt {
  text-align: right;
}
.secPoint .secPointIn {
  padding: 50px 40px;
  border: solid 1px #B2A871;
}
.secPoint .secPointIn h3 {
  font-size: 20px;
  color: #887065;
}
.secPoint .secPointIn .secPointSubTtl {
  margin-right: 10px;
}

/* secCourse */
.secCourse .color {
  color: #B2A871;
  margin-right: 5px;
}
.secCourse table {
  border: 1px solid #B2A871;
  border-collapse: collapse;
}
.secCourse table th, .secCourse table td {
  border: 1px solid #B2A871;
}
.secCourse table th .day {
  color: #fff;
  background: #887065;
  padding: 3px 10px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
.secCourse table th {
  width: 1px;
  padding: 20px;
  white-space: nowrap;
}
.secCourse table td {
  padding: 20px;
}
.secCourse table .time {
  width: 1px;
  text-align: right;
  white-space: nowrap;
}
.secCourse table .cont {
  width: auto;
}
.secCourse table .cont span {
  margin-right: 4px;
}
.secCourse table .bgcolor {
  background: #FAF9F8;
}
.bdrbold {
  border-bottom: 3px solid #B6AD79;
}
.wdt380 {
  width: 380px;
}

/* tax */
.tax {
  padding: 40px;
  background: #FAF9F8;
}
.tax .taxttl {
  color: #887065;
  font-size: 2rem;
}
.tax table {
  border: 1px solid #B2A871;
  border-collapse: collapse;
  width: 100%;
}
.tax table th {
  padding: 10px;
  text-align: center;
}
.tax table td {
  padding: 10px;
  text-align: right;
  white-space: nowrap;
}
.tax table td:first-child {
  text-align: left;
}
/* secHotel */
.secHotel .hotelName {
  color: #fff;
  background: #B6AD79;
  font-size: 20px;
  padding: 3px 10px;
  display: inline-block;
  transform: translateX(343px);
}
/* request */
.request {
  padding: 40px;
  border: 1px solid #D12D2E;
  background: #FFFEF1;
  color: #D12D2E;
}
.request .bold {
  font-size: 20px;
}
.request .flex02 {
  justify-content: flex-start;
}
.request ul li {
  margin-bottom: 10px;
}
.request ul li:last-child {
  margin-bottom: 0;
}
.request ul li p:first-child {
  margin-right: 10px;
}

/* 1020催行中止文言追加*/

.un-text-wrap {
	margin: 0 auto;
	text-align: center;
}

.un-text {
	color: #cc0000;
	border: solid 2px #cc0000;
	padding: 10px;
	font-weight: bold;
}