@charset "UTF-8";



/** ************************************* **

	for /ready/online_exp/
	author: HPG_ogiwara
	version: Aug 25 2020

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. Title with image background
		03. Letter in circle
		04. order_btn
	---------------------------

 ** ************************************* **/






/** 01. Globals
 **************************************************************** **/

[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}

[class*="ind"] a.btn { /* セレクタ名の部分一致 */
	text-indent: 0;
}


.contact.green {
	border:solid #24a35a 2px;
}


.row {
	margin-right: -7px;
	margin-left: -7px;
}


.row::before,
.row::after {
	display: table;
	content: " ";
}


.row::after {
	clear: both;
}

#content .tab-pane ul {
	margin-block-start: 0.5em;
	padding-inline-start: 15px;
}



@media all and (max-width: 520px) {

#content .tab-content ul.cometime li {
	font-size: 0.7rem!important;
}

}

/** 02. Title with image background
 **************************************************************** **/
#example {
	position: relative;
	margin: 0;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#example img {
	width: 100%;
}

#example h3 {
	font-family: vdl-v7marugothic, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 3.5em;
	color: #fff;
	border-bottom: solid 0px #E1E2E1;
	margin-top: 0px;
	margin-bottom: 0px;
}

#example h4 {
	position: absolute;
	top: 30%;
	left: 4%;
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.8em;
	color: #0097cf;
	border-bottom: solid 0px #E1E2E1;
	margin-top: 0px;
	margin-bottom: 0px;
}

#example-in {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	margin: 0 auto;
	line-height: 1.7;
	padding: 20px 10px;
}

@media (max-width: 1200px) {
	#example h4 {
		font-size: 2.5em;
		left: 3%;
		color: #0097cf;
		border-bottom: solid 0px #E1E2E1;
	}
}

@media (max-width: 991px) {
	#example h4 {
		font-size: 2em;
		left: 3%;
		color: #0097cf;
		border-bottom: solid 0px #E1E2E1;
	}
}

@media (max-width: 768px) {
	#example h3 {
		font-size: 1.5em;
		color: #fff;
		border-bottom: solid 0px #E1E2E1;
	}
	
	#example h4 {
		top: 30%;
		font-size: 1.8em;
		color: #0097cf;
		border-bottom: solid 0px #E1E2E1;
	}
	
	#example p {
		color: #494949;
		font-size: 3vw;
	}
	
	#example-in {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		margin: 0 auto;
		line-height: 1.7;
		padding: 10px 10px;
	}
}

@media (max-width: 480px) {
	#example h4 {
		top: 30%;
		font-size: 1.4em;
		color: #0097cf;
		border-bottom: solid 0px #E1E2E1;
	}
}





/** 03. Letter in circle
 **************************************************************** **/
.circle {
	font-family: 'YakuHanJP',kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column; 
	vertical-align: middle;
	margin-right: 5px;
	text-indent: 0em;
}

/* Add indent */
.ind_35px {
	text-indent: -35px;
	padding-left: 35px;
}

.ind_35px a {
	text-indent: 0em;
}

/* Size of circle */
.size_30 {
	width: 30px;
	height: 30px;
}

/* Font size */
.letter18 {
	font-size: 18px;
	line-height: 1.5;
}

/* Circle and letter color */
.yellow01 {
	background-color: #ffee00;
	color: #0097cf;
}





/** 04. order_btn
 **************************************************************** **/



.order_btn {
	position: fixed;
	bottom: 180px;
	right: 0;
	font-size:1.1em;
	z-index:5;
}


.order_btn.bottom2 {
	bottom: 100px;
}

.order_btn.bottom3 {
	bottom: 20px;
}


.order_btn a {
	background: rgba(0,0,128,0.90);
	text-decoration: none;
	color: #fff;
	width: 200px;
	padding: 15px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px 0 0 5px;
	   -moz-border-radius: 5px 0 0 5px;
	        border-radius: 5px 0 0 5px;
}


.order_btn a:hover {
	text-decoration: none;
	background: #3131B1;
}
@media (max-width: 768px) {
	.order_btn {
		position: fixed;
		bottom: 200px;
		right: 0px;
		font-size: 0.8em;
	}
	

	.order_btn.bottom2 {
	bottom: 150px;
	}
	
	.order_btn.bottom3 {
	bottom: 100px;
	}
	.order_btn a {
		background: #000080;
		text-decoration: none;
		border: 0px solid #fff;
		color: #fff;
		width: 100px;
		height: auto;
		padding: 10px;
		text-align: center;
		display: block;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px 0 0 10px;
	}
	.order_btn a:hover {
		text-decoration: none;
		background: #000080;
	}
	.menu-button {
	position: absolute;
	right: 0px;
	top: 0px;
	}
}



.section {
  margin-left: -10px;
  margin-right: -10px;
}

