@charset "UTF-8";

img {
	margin: 0 auto;
}

#title img {
	margin-left: 0;
}

/* 共通 */
.ruby_flag {
	#plan h5 ruby[data-ruby]::before,
	#plan h6 ruby[data-ruby]::before,
	#plan .btn ruby[data-ruby]::before,
	#mailsakusei h5 ruby[data-ruby]::before,
	#mailsakusei h6 ruby[data-ruby]::before,
	#utikomi h6 ruby[data-ruby]::before,
	#aroma-menu h5 ruby[data-ruby]::before {
		bottom: 100%;
	}

	#kikan h5 ruby[data-ruby]::before {
		bottom: 100%;
	}

	#keisagyou h4 ruby[data-ruby]::before,
	#oil-menu h4 ruby[data-ruby]::before {
		bottom: 75%;
	}

	#plan .btn {
		padding-top: 1em;
	}

	#utikomi h6 {
		padding-top: 0.5em;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-weight: 100;
}

#aroma h4,
#dejikame h4 {
	text-transform: uppercase;
}

#bottom h4 {
	text-transform: uppercase;
}

#ripu-access .table tbody>tr>td.bus.blue {
	background-image: url('../../images/bus-blue.png');
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: left;
}

#ripu-access .table tbody>tr>td.bus.pink {
	background-image: url('../../images/bus-pink.png');
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: left;
}

#ripu-access .table tbody>tr>td.bus.red {
	background-image: url('../../images/bus-red.png');
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: left;
}

#ripu-access .table tbody>tr>td.bus.green {
	background-image: url('../../images/bus-green.png');
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: left;
}

#ripurusu h2 {
	font-size: 1.8em;
	text-transform: uppercase;
}

#plan,
#pasokyou,
#utikomi {
	padding-top: 150px;
	margin-top: -150px;
}

#ripurusu h2,
#hpsakusei h3,
#plan h3,
#pasokyou h3,
#utikomi h3,
#seikatu h3,
#ripu-access h3 {
  font-size: 1.6em;
	padding: 10px 0 5px 0;
	font-weight: normal;
	border: 2px solid transparent;
	border-radius: 5px;
	margin-bottom: 10px;
	background-color: #277BB3;
	text-align: center;
	color: #fff;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 0.8em;
	line-height: 1.428571429;
	color: #555555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.im40 {
	width: 40%;
	height: 40%;
}

.im50 {
	width: 50%;
	height: 50%;
}

.im60 {
	width: 60%;
	height: 60%;
}

#ripurusu h3,
#hpsakusei h4,
#kikan h4,
#plan h4,
#mailsakusei h4 {
	font-size: 1.8em;
	font-weight: bold;
	border-width: 0 0px 2px;
	border-style: solid;
	border-color: #277BB3;
	margin-bottom: 10px;
}

#kikan h5,
#utikomi h4 {
	text-transform: capitalize;
	font-size: 1.6em;
	color: #20618c;
	background-color: transparent;
	border: solid 3px #277BB3;
	padding: 0.75em;
	border-radius: 0.5em;
}

#kikan h5 i,
#utikomi h4 i {
	font-size: 1.4em;
	color: #0579c7;
	background-color: transparent;
	cursor: pointer;
}

#plan h5 {
	font-size: 1.4em;
}

#plan h6 {
	font-size: 1.4em;
	color: #0579c7;
	background-color: transparent;
	position: relative;
	font-weight: bold;
}

#plan h6 span {
	position: absolute;
	right: 0.5em;
}

#plan .hpplan {
	font-size: 1.3em;
	border: 2px solid #277BB3;
}

#plan .hpplan h5 {
	font-size: 1.2em;
	margin: 25px 5px 5px 5px;
}

#plan .hpplan p{
	font-size: 1.2em;
}

#kikan ul {
	margin-left: 0;
	font-size: 1.2em;
}

#kikan ul li {
	position: relative;
	padding-left: 0.5em;
}

#kikan ul.kome,
#plan ul.kome,
#utikomi ul.kome {
	margin-left: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.2em;
}

#kikan ul.kome li,
#plan ul.kome li,
#utikomi ul.kome li {
  position: relative;
  padding-left: 2.5em;
}

#kikan ul.kome li::before,
#plan ul.kome li::before,
#utikomi ul.kome li::before {
  content: '※';
  position: absolute;
  left: 0.5em;
}

#plan .hpplan ul {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}

#plan .hpplan ul li {
	position: relative;
	color: #000;
	background-color: transparent;
	padding-left: 2em;
	font-size: 1em;
}

#plan .hpplan ul li::before {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	font: var(--fa-font-solid);
	content: "\f105";
	font-size: 0.8em;
	color: #000;
	background-color: transparent;
}

#plan ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ruby_flag {
	#ryoukin-1 h4 {
		color: #ff8040;
		background-color: transparent;
	}

	#pasokyou p,
	#utikomi p {
		margin-top: 1.25em;
	}
}

.mdwin table,
.mdwin td {
	padding: 2px;
	line-height: 1.42857;
	vertical-align: top;
	border: 1px solid #000;
}

#plan .btn {
	display: inline-block;
	padding: 6px 12px;
	margin: 0 10px 20px 0;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 0 solid #34495e;
	user-select: none;
	border-radius: 5px;
	text-decoration: none;
	color: #000;
	background-color: #fce3ba;
	transition: all 0.3s;
}

#plan a {
	color: #000;
	background-color: #fce3ba;
}

#plan a:hover {
	color: #00f;
	background-color: #fce3ba;
}

.mega-dropdown-menu h4 {
	font-size: 1em;
	text-transform: uppercase;
}

.mega-dropdown-menu h4 a:hover {
	color: #fff;
	background-color: #277BB3;
}

#plan table,
#plan td,
#gashi table td,
#bunsyou table td,
.modal-body table,
.modal-body td {
	padding: 2px;
	line-height: 1.42857;
	vertical-align: middle;
	border: 1px solid #277BB3;
}

#plan th {
	padding: 2px;
	line-height: 1.42857;
	vertical-align: middle;
	border: 1px	solid #277BB3;
	background-color: #277BB3;
	color: transparent;
	font-weight: normal;
}

#plan label {
	font-size: 1em;
}

#cboxClose {
	color: transparent;
	border-color: #277BB3;
	background: url(../../images/controls-white.png) no-repeat 0 0;
	background-color: #277BB3;
	background-position: -50px -25px;
}

#mailsakusei h5 {
	font-size: 1.6em;
	color: #20618c;
	background-color: transparent;
	position: relative;
	font-weight: bold;
}

#mailsakusei h6,
#utikomi h6 {
	font-size: 1.4em;
	position: relative;
	font-weight: bold;
}

#mailsakusei h5 span,
#mailsakusei h6 span,
#utikomi h6 span {
	position: absolute;
	right: 0.5em;
	bottom: 0;
}

#mailsakusei h6::after,
#utikomi h6::after {
	font-size: 1.4em;
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 7px;
	background: repeating-linear-gradient(-45deg, #a7d6ff, #a7d6ff 2px, #fff 2px, #fff 4px);
}

#pasokyou .nitiji {
	color: #000;
	background-color: #fce3ba;
	font-weight: bolder;
	padding: 10px;
	border: 2px dashed transparent;
}

#pasokyou .nitiji h6 {
	font-size: 1.6em;
}

#pasokyou .pasokyou-item {
	margin: 0 0;
	right: 0;
}

#pasokyou .pasokyou-item .pasokyou-link {
	display: block;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	border: 2px solid #277BB3;
}

#pasokyou .pasokyou-item .pasokyou-hover {
	background: #277BB3;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all ease 0.5s;
}

#pasokyou .pasokyou-item .pasokyou-hover:hover {
	opacity: 1;
}

#pasokyou .pasokyou-item .pasokyou-link .pasokyou-hover .pasokyou-hover-content {
	position: absolute;
	width: 100%;
	height: 20px;
	font-size: 2em;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	color: #fff;
}

#keisagyou ul.list {
	margin-left: -2em;
	list-style-type: none;
}

#keisagyou ul.list li {
	position: relative;
	padding-left: 1em;
	font-size: 1.4em;
	line-height: 1.8;
}

#keisagyou ul.list li::before {
	position: absolute;
	top: 0.5em;
	left: 0em;
	font: var(--fa-font-solid);
	content: "\f105";
	font-size: 0.8em;
	color: #000;
	background-color: transparent;
}

#keisagyou h3,
#kawa h3 {
  font-size: 1.6em;
	padding: 5px 0;
	font-weight: normal;
	border: 2px solid transparent;
	border-radius: 5px;
	margin-bottom: 10px;
	background-color: #277BB3;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

#ryoukin p {
	margin: 0;
	font-size: 2em;
	line-height: 1.5;
}

#keisagyou h4,
#kawa h4 {
	margin: 0;
	padding: 5px 0px 0px 2px;
	text-align: center;
	line-height: 1.8;
	color: #000;
	background-color: transparent;
	font-weight: bold;
	border: 0;
	font-size: 2em;
}

#illust h4 {
	font-size: 1.8em;
	font-weight: normal;
	border-width: 0 0px 2px;
	border-style: solid;
	border-color: #277BB3;
	margin-bottom: 10px;
	text-align: center;
}

.ruby_flag {
	#kawa img {
		margin-bottom: 10px;
	}

	#pasokyou .nitiji h6 ruby[data-ruby]::before {
		bottom: 110%;
	}

	label,
	td {
		padding-top: 12px;
	}

	#kikan li,
	#keisagyou h5 {
		line-height: 1.8;
	}

	#keisagyou ul.list li {
		margin-right: 0.5em;
	}

	#utikomi h5 {
		line-height: 1.8;
	}
}

/*  PC  */
@media screen and (min-width: 1200px) {
	#title {
		width: 100%;
		background: linear-gradient(150deg, #f7e3c4 0%, #f7e3c4 50%, #277BB3 50%, #277BB3 100%);
	}

	.dis-pc-in {
		display: inline-block !important;
	}

	.dis-sp-in {
		display: none !important;
	}

	#kikan p.large {
		font-size: 2em;
		color: #b35900;
		background-color: transparent;
		text-align: center;
	}

	#plan img {
		width: 100%;
		height: 100%;
	}

	#utikomi h5 {
		font-size: 1.8em;
		font-weight: bold;
		border-width: 0 0px 2px;
		border-style: solid;
		border-color: #277BB3;
		margin-bottom: 10px;
	}
}

/* TB */
@media screen and (min-width: 768px) and (max-width: 1200px) {
	#title {
		width: 100%;
		background: linear-gradient(150deg, #f7e3c4 0%, #f7e3c4 50%, #277BB3 50%, #277BB3 100%);
	}

	.dis-pc-in {
		display: none !important;
	}

	.dis-tb-in {
		display: inline-block !important;
	}

	#kikan p.large {
		font-size: 2em;
		color: #ff8000;
		background-color: transparent;
		text-align: center;
	}

	#plan img {
		width: 100%;
		height: 100%;
	}

	#utikomi h5 {
		font-size: 1.4em;
		font-weight: bold;
		border-width: 0 0px 2px;
		border-style: solid;
		border-color: #277BB3;
		margin-bottom: 10px;
	}
}

/* sp */
@media screen and (max-width: 650px) {
	#title {
		width: 100%;
		background: linear-gradient(180deg, #f7e3c4 0%, #f7e3c4 20%, #277BB3 80%, #277BB3 100%);
	}
	
	#title h2 {
		color: #fff;
		background-color: transparent;
		display: inline-block;
	}

	.dis-pc-in {
		display: none !important;
	}

	.dis-sp-in {
		display: inline-block !important;
	}

	#kikan p.large {
		font-size: 1.4em;
		color: #ff8000;
		background-color: transparent;
		text-align: center;
	}

	#plan img {
		width: 50%;
		height: 50%;
		margin: auto;
	}

	#utikomi h5 {
		font-size: 1.4em;
		font-weight: bold;
		border-width: 0 0px 2px;
		border-style: solid;
		border-color: #277BB3;
		margin-bottom: 10px;
	}

	.ruby_flag {
		#mailsakusei h6 {
			padding-top: 0.5em;
		}

		#mailsakusei h5 span,
		#mailsakusei h6 span,
		#utikomi h6 span {
			position: absolute;
			right: 1em;
			bottom: 0;
		}
	}
}

.im50 {
	width: 50%;
	margin: auto;
}

label {
	font-size: 1.4em;
	display: inline-block;
}

.hitu {
	color: #ff0000;
	background-color: transparent;
}

#ripu-access a:link {
	color: #00f;
	background-color: transparent;
}

#ripu-access a:hover {
	color: #ff0000;
	background-color: transparent;
}

#ryoukin a:link {
	color: #00f;
	background-color: transparent;
}

#ryoukin a:hover {
	color: #ff0000;
	background-color: transparent;
}