@charset "UTF-8";
/* CSS Document */


/* ================================
	Base
================================ */

@font-face {
	font-family: "YuGothic-M";
	font-weight: normal;
	src: local("YuGothic-Medium"),  local("Yu Gothic Medium"),  local("YuGothic-Regular");
}
@font-face {
	font-family: "YuGothic-M";
	font-weight: bold;
	src: local("YoGothic-Bold"),  local("Yu Gothic");
}

html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic-M, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #333333;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.barlow-sc {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 3rem;
	letter-spacing: 2px;
}
.text-14bold {
	font-weight: bold;
	font-size: 1.4rem;
}
.text-16bold {
	font-weight: bold;
	font-size: 1.6rem;
}
.text-18bold {
	font-weight: bold;
	font-size: 1.8rem;
}
.text-21bold {
	font-weight: bold;
	font-size: 2.1rem;
}
.text-24bold {
	font-weight: bold;
	font-size: 2.4rem;
}
.text-28bold {
	font-weight: bold;
	font-size: 2.8rem;
}
.text-32bold {
	font-weight: bold;
	font-size: 3.2rem;
}
.text-36bold {
	font-weight: bold;
	font-size: 3.6rem;
}
.pc { display: none !important; }
.sp { display: block !important; }

@media only screen and (min-width:768px) {
.pc { display: block !important; }
.sp { display: none !important; }
}

@media only screen and (min-width:768px) {
  .text-ctrl br {
    display: none;
  }
}
.mt-50 {
    margin-top: 50px;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}


/* ================================
	Header
================================ */

.header {
	height: auto;
	padding-bottom: 10px;
}
.header h1 {
	text-align: center;
	padding-top: 15px;	
}
.header-nav {
	text-align: center;
	margin-top: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}
.header-nav ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.header-nav li {
	width: calc(100% / 2);
	text-align: center;
	list-style-type: none;
	display: inline-block;
}

.header-nav li a {
	background-position: 0% 0%;
	width: 100%;
	text-align: center;
	display: block;
	padding: 10px 7px 7px;
	border: 1px solid #ffffff;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	color: #ffffff;
}
.header-nav li a:hover {
	color: #ffffff;
	text-decoration: none;
}
.header-nav li img {
	margin-bottom: 5px;
}
.hn1 a {
	background-color: #6699e5;
}
.hn2 a {
	background-color: #cc8166;
}
.hn3 a {
	background-color: #9966b1;
}
.hn1 a:hover {
	background-color: #99bbee;
}
.hn2 a:hover {
	background-color: #e0aa99;
}
.hn3 a:hover {
	background-color: #bb99cc;
}

@media screen and (min-width:960px){
.header h1 {
	text-align: left;
}
.header-nav {
	margin-top: 0px;
}
.header-nav li a {
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
}


/* ================================
	Menu
================================ */

.mainmenu {
	background-color: #1fba99;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
}
.mainmenu ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0rem;
}
.mainmenu li {
	display: inline-block;
	width: 50%;
	font-size: 1.8rem;
  text-align: center;
} 
.mainmenu li a {
	color: #ffffff;
	display: block;
	background-color: #1fba99;
}
.mainmenu li a:hover, a:focus {
	color: #ffffff;
	display: block;
	text-decoration: none;
	background-color: #009980;
}
.bdr-a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aae5d8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aae5d8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aae5d8;
	height: 41px;
	line-height: 40px;
}
.bdr-b {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aae5d8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aae5d8;
	height: 41px;
	line-height: 40px;
}
.bdr-c {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aae5d8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #aae5d8;
	height: 40px;
	line-height: 40px;
}
.bdr-d {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aae5d8;
	height: 40px;
	line-height: 40px;
}

@media screen and (min-width:960px){
.mainmenu {
	text-align: center;
}
.mainmenu li {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	display: inline-block;
	height: 47px;
	line-height: 47px;
	width: auto;
}
.mainmenu li a {
	color: #ffffff;
	padding-left: 2rem;
	padding-right: 2rem;
}
.mainmenu li a:hover, a:focus {
	color: #ffffff;
	text-decoration: none;
	padding-left: 2rem;
	padding-right: 2rem;
}
.bdr-a, .bdr-b, .bdr-c, .bdr-d {
	border-width: 0;
}	
}


/* ================================
	Footer
================================ */

.footer {
	background-color: #eefaf7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1fba99;
	font-size: 1.4rem;
	padding-bottom: 0px;
	margin-top: 50px;
}
.footer-title {
	width: 200px;
	height: 30px;
	margin-bottom: 30px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 30px;
	background-color: #1fba99;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.footer-address {
    margin-top: 20px;
    line-height: 1.8;
}
#copyright {
	height: 30px;
	text-align: center;
	font-size: 1.1rem;
	color: #ffffff;
	background-color: #1fba99;
	line-height: 30px;
	letter-spacing: 1px;
	margin-top: 15px;
}


/* ================================
	Top Page
================================ */

.top-copy {
	color: #009980;
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009980;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009980;
	text-align: center;
	padding-top: 0.25rem;
}
@media screen and (min-width:768px){
.top-copy {
	font-size: 3.2rem;
}
}
.top-subcopy {
	width: 100%;
	height: 50px;
	color: #ffffff;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 46px;
	border-width: 2px;
	border-style: solid;
	border-color: #009980;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	background-color: #1fba99;
	text-align: center;
}
.info-title {
	color: #1fba99;
	font-weight: bold;
	font-size: 1.8rem;
	width: 100%;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1fba99;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #1fba99;
	line-height: 40px;
	text-indent: 13px;
}


/* ================================
	Sub Page
================================ */

#about .jumbotron {
	background-image: url(../images/img_about.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#standard .jumbotron {
	background-image: url(../images/img_standard.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#option .jumbotron {
	background-image: url(../images/img_option.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#insurance .jumbotron {
	background-image: url(../images/img_insurance.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#access .jumbotron {
	background-image: url(../images/img_access.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#app .jumbotron {
	background-image: url(../images/img_app.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#info .jumbotron {
	background-image: url(../images/img_info.jpg);
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pagetitle {
	height: 50px;
	background-color: #009980;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1fba99;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #008b7e;
}
.pagetitle h2 {
	color: #ffffff;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 49px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.pagecopy h3 {
	color: #009980;
	font-weight: bold;
	font-size: 2.4rem;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009980;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
@media screen and (min-width:768px){
.pagecopy h3 {
	font-size: 2.8rem;
}
}
.set-title-line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1fba99;
	width: 100%;
}
.set-title-number {
	color: #ffffff;
	font-family: "Barlow Semi Condensed", sans-serif;
	text-align: center;
	font-size: 2.8rem;
	height: 49px;
	line-height: 49px;
	font-weight: 600;
	background-color: #1fba99;
	width: 50px;
	float: left;
	margin-right: 20px;
}
.set-title-name {
	color: #1fba99;
	font-weight: bold;
	font-size: 2.1rem;
	padding-top: 9px;
}
.set-subtitle-name {
	color: #1fba99;
	font-weight: bold;
	font-size: 1.8rem;
}
.set-price-sub {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #e5e5e5;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	margin-right: 10px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	vertical-align: text-bottom;
}
.set-link {
	width: 100%;
	height: 36px;
	border-width: 1px;
	border-style: solid;
	border-color: #1fba99;
	color: #1fba99;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 36px;
	background-image: url(../images/arrow_set.png);
	background-position: left center;
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-indent: 50px;
}
.set-link a {
	width: 100%;
	height: 34px;
	color: #1fba99;
	display: block;
}
.set-link a:hover {
	color: #1fba99;
	text-decoration: none;
	background-image: url(../images/arrow_set.png);
	background-position: left center;
	background-size: 36px 36px;
	background-repeat: no-repeat;
	background-color: #ccf0e7;
}
@media screen and (min-width:960px){
.set-price-offset {
	padding-left: 85px;
}
}
.notetext {
	font-size: 1.4rem;
}
.osusume {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #1fba99;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	background-color: #e5f7f3;
}
.insurance-st1 {
	width: 100%;
	height: 41px;
	color: #065780;
	font-size: 2.1rem;
	line-height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #065780;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #065780;
	padding-left: 15px;
	margin-top: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}
.insurance-st2 {
	width: 100%;
	height: 41px;
	color: #bf7700;
	font-size: 2.1rem;
	line-height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bf7700;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #bf7700;
	padding-left: 15px;
	margin-top: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}
.insurance-st3 {
	width: 100%;
	height: 41px;
	color: #00817c;
	font-size: 2.1rem;
	line-height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00817c;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #00817c;
	padding-left: 15px;
	margin-top: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #f0f0f0;
}
.insurance-st1-copy {
	color: #065780;
	font-weight: bold;
	font-size: 1.8rem;
}
.insurance-st2-copy {
	color: #bf7700;
	font-weight: bold;
	font-size: 1.8rem;
}
.insurance-st3-copy {
	color: #00817c;
	font-weight: bold;
	font-size: 1.8rem;
}
.parking {
	color: #d94713;
	font-weight: bold;
	font-size: 2.1rem;
	text-align: center;
	line-height: 36px;
	border-width: 1px;
	border-style: solid;
	border-color: #d94713;
	width: 180px;
	height: 40px;
}
.businesstrip-box {
	width: 100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-width: 2px;
	border-style: solid;
	border-color: #1fba99;
	margin-top: 30px;
}
.businesstrip-title {
	color: #009980;
	font-weight: bold;
	font-size: 2.4rem;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009980;
	padding-bottom: 2px;
}
.app-subtitle1 {
	height: 30px;
	width: 100%;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 30px;
	text-align: center;
	background-color: #666666;
}
.app-tokuten1a {
	width: 100%;
	border-width: 2px;
	border-style: solid;
	border-color: #1fba99;
	height: 35px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
	line-height: 33px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #1fba99;
}
.app-tokuten1b {
	border-width: 2px;
	border-style: solid;
	border-color: #1fba99;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 10px;
	padding-bottom: 3px;
	text-align: center;
	font-weight: bold;
	font-size: 2.1rem;
}
.app-tokuten-price {
	color: #e55522;
}
.app-bc1 {
	border-style: solid;
	border-width: 1px;
	border-color: #9966cc;
	width: 100%;
	text-align: center;
}
.app-bc1-title {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 26px;
	width: 100%;
	height: 26px;
	background-color: #9966cc;
}
.app-bc1 img {
	width: 80%;
	margin-top: 1rem;
}
.app-bc2 {
	border-style: solid;
	border-width: 1px;
	border-color: #33bbcc;
	width: 100%;
	text-align: center;
}
.app-bc2-title {
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 26px;
	width: 100%;
	height: 26px;
	background-color: #33bbcc;
}
.app-bc2 img {
	width: 80%;
	margin-top: 1rem;
}
@media screen and (min-width:768px){
.app-bc1 img {
	width: 70%;
}
.app-bc2 img {
	width: 70%;
}
}
@media screen and (min-width:960px){
.app-bc1 img {
	width: 50%;
}
.app-bc2 img {
	width: 50%;
}
}
.map {
    border: 3px solid #9e9e9f;
}
.gmap-link {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 35px;
}
.gmap-link a {
    width: 70%;
    height: 36px;
    color: #1fba99;
    text-align: center;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #1fba99;
    border-radius: 18px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}
.gmap-link a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #1fba99;
}