@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が639pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:639px){
#container div,#container span,#container applet,#container object,#container iframe,
#container h1,#container h2,#container h3,#container h4,#container h5,#container h6,#container p,#container blockquote,#container pre,
#container a,#container abbr,#container acronym,#container address,#container big,#container cite,#container code,
#container del,#container dfn,#container em,#container font,#container img,#container ins,#container kbd,#container q,#container s,#container samp,
#container small,#container strike,#container strong,#container sub,#container sup,#container tt,#container var,
#container b,#container u,#container i,#container center,
#container dl,#container dt,#container dd,#container ol,#container ul,#container li,
#container fieldset,#container form,#container label,#container legend,
#container table,#container caption,#container tbody,#container tfoot,#container thead,#container tr,#container th,#container td,#container div,#container span{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	word-break:break-all;
}
html {
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
#container .sp_none {
    display: none;
}
#container img {
	width: 100%;
	height: auto;
	font-size: 0px;
	line-height: 0px;
}
#container table {
	width: 100%;
}
html, body{
	width: 100%;
	height:100%;
	font-size:62.5%;
}
#container body {
	width: 100%;
	height: 100%;
}
#container {
    width: 100%;
    float: left;
    clear: both;
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #F5F5F5;
    line-height: 1.8;
	color: #4a535e;
	font-size: 1.4rem;
	text-align: left;
}
/*------▼▼共通▼▼------*/
.t_eng {
    text-align: center;
    width: 48%;
    margin: 0 auto!important;
}
#container h2 {
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: bold !important;
    margin: 0 5% 14px;
}
#container .button a {
    background-color: #83BAC3;
    color: #FFFFFF;
    text-align: center;
    display: block;
    padding: 12px 0 10px;
    border-radius: 30px;        /* CSS3草案 */
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 30px;   /* Firefox用 */
    text-decoration: none;
    border: 2px solid #83BAC3;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 6px;
    font-weight: bold;
}
#container .button a:hover {
	background-color: #fff;
    border: 2px solid #83BAC3;
	color: #83BAC3;
	text-align: center;
	display: block;
	text-decoration: none;
    background-image: url(../img/arrow_hover_01.png);
    transition-duration: 0.3s;
}
/*------▲▲共通▲▲------*/
#main_img {
	width: 100%;
	height: 68vw;
	float: left;
	clear: both;
	background-image: url(../img/main_img.jpg);
	background-position: top center;
	background-size: cover;
	position: relative;
	margin-bottom: 72px;
}
#main_img .pattern_01 {
    position: absolute;
	top: 0;
	left: 0;
    width: 36%;
}
#main_img .pattern_02 {
    position: absolute;
	bottom: 0;
	right: 0;
	line-height: 0;
    width: 36%;
}
#main_img .snow {
    position: absolute;
    background-image: url(../img/snow.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 180%;
    width: 100%;
    height: 68vw;
}
#main_img .auto {
    position: relative;
}
#main_img .logo {
    position: absolute;
	top: 4vw;
	right: 3%;
	width: 24%;
}
#main_img .t_img {
	position: absolute;
	top: 18vw;
	right: 3%;
	width: 58%;
}
#conts_charm {
    width: 100%;
	float: left;
	clear: both;
    margin-bottom: 40px;
}
#conts_charm .box {
	margin-bottom: 68px;
}
#conts_charm .box .big_img {
	height: 70vw;
	background-position: center top;
	background-size: cover;
	margin-bottom: 1%;
}
#conts_charm .box .big_img_844 {
	height: 80vw;
	margin-bottom: 0;
}
#conts_charm .box .bg_01 {
	background-image: url(../img/big_img_01.jpg);
}
#conts_charm .box .bg_02 {
	background-image: url(../img/big_img_02.jpg);
}
#conts_charm .box .bg_03 {
	background-image: url(../img/big_img_03.jpg);
}
#conts_charm .box .big_img .auto {
	position: relative;
}
#conts_charm .box .big_img .encircle {
	position: absolute;
    left: 5%;
}
#conts_charm .box .big_img .position_01 {
	top: 8vw;
}
#conts_charm .box .big_img .position_02 {
	top: 42vw;
}
#conts_charm .box .big_img .position_03 {
	top: 42vw;
}
#conts_charm .box .big_img .eng {
	padding: 0 0 4px;
    width: 32%;
}
#conts_charm .box .big_img .eng_02 {
    width: 29%;
}
#conts_charm .box .big_img .eng_03 {
    width: 62%;
}
#conts_charm .box .big_img .title {
	font-size: 1.6rem;
	line-height: 1.4;
	background-color: #FFFFFF;
	float: left ;
	clear: both ;
	font-weight: bold;
	padding: 10px 8px 6px;
	margin-bottom: 5px;
}
#conts_charm .box ul {
    display: table;
}
#conts_charm .box ul img {
    width: 100%;
}
#conts_charm .box ul li {
    width: 49.5%;
	float: left;
	padding-right: 1%;
}
#conts_charm .box ul li:nth-child(2) {
    padding-right: 0;
}
#conts_charm .box ul li:nth-child(3) {
    width: 100%;
    padding-right: 0;
}
#conts_charm .box ul li .text {
    margin: 0 5% 11px;
}
#conts_charm .box ul li .button {
    margin: 0 5%;
}
#conts_charm .box .b_box {
	background-color: #FFFFFF;
	padding: 20px 0 40px;
}
#conts_charm .box .b_box .text {
    margin: 0 5% 11px;
}
#conts_charm .box .b_box .button {
    margin: 0 5%;
}
#conts_info {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5% 90px;
}
#conts_info .t_eng {
    width: 58%;
}
#conts_info .encircle {
	width: 100%;
	float: left;
	clear: both;
	border: 10px solid #FFFFFF;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#conts_info .encircle h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.4;
	background-color: #FFFFFF;
	padding: 18px 0 20px;
    position: relative;
}
#conts_info .encircle h3::before {
	content: '';
	position: absolute;
	left: 0;
    right: 0;
    margin: 0 auto;
  	bottom: -20px;
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid #fff;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
#conts_info .bg_white {
	background-color: #FEFEFE;
	padding-bottom: 35px;
}
#conts_info .publicity_box {
}
#conts_info .publicity_box .img {
    line-height: 0;
}
#conts_info .publicity_box .b_button {
}
#conts_info .publicity_box .b_button a {
	background-color: #d34574;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 14px 0 12px;
	border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
	text-decoration: none;
	font-size: 20px;
    border: 2px solid #D34574;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: bold;
}
#conts_info .publicity_box .b_button a:hover {
	background-color: #fff;
	color: #d34574;
	border: 2px solid #D34574;
    transition-duration: 0.3s;
    background-image: url(../img/arrow_hover_02.png);
}
#conts_info .car_box {
	text-align: center;
}
#conts_info .car_box h3 {
	margin-bottom: 66px;
}
#conts_info .box {
	background-image: url(../img/border.jpg);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	margin: 0 5% 57px;
	padding-bottom: 64px;
	float: left;
	clear: both;
	width: 90%;
}
#conts_info .box:last-of-type {
	background: none;
	margin: 0 20px 67px;
	padding-bottom: 0px;
}
#conts_info .car_box h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 3px;
}
#conts_info .car_box .lead {
    margin-bottom: 20px;
}
#conts_info .car_box .box .fukidashi {
}
#conts_info .car_box .box .fukidashi p {
}
#conts_info .car_box .box .fukidashi .img_01 {
    width: 66%;
    float: left;
}
#conts_info .car_box .box .fukidashi .img_02 {
    width: 76%;
    float: right;
    margin-top: -5px;
}
#conts_info .car_box .box .fukidashi .img_03 {
    width: 70%;
    float: left;
}
#conts_info .car_box .box .root {
    line-height: 0px;
	margin-bottom: 3px;
	margin-top: 22px;
}
#conts_info .car_box .box table {
	text-align: left;
}
#conts_info .car_box .box table td {
	background-color: #FFFFFF;
	padding: 16px 18px 12px;
	box-sizing: border-box;
    display: block;
}
#conts_info .car_box .box table td:nth-child(1) {
	width: 69%;
	float: left;
	margin-right: 1%;
    margin-bottom: 1%;
}
#conts_info .car_box .box table td:nth-child(2) {
    width: 30%;
    float: left;
    margin-bottom: 1%;
}
#conts_info .car_box .box table td:nth-child(3) {
    width: 100%;
    clear: both;
    border-bottom: 10px solid #F5F5F5;
}
#conts_info .car_box .box .map {
	margin: 18px 0 15px;
}
#conts_info .car_box .box .button {
}
#conts_info .access_box {
	text-align: center;
}
#conts_info .access_box h3 {
	margin-bottom: 68px;
}
#conts_info .access_box h4 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 8px;
}
#conts_info .access_box .lead {
    margin-bottom: 19px;
}
#conts_info .access_box .point {
}
#conts_info .access_box .point .group {
    background-color: #FFFFFF;
    position: relative;
    border-radius: 8px;        /* CSS3草案 */
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 8px;   /* Firefox用 */
    padding: 58px 0;
    margin-bottom: 40px;
}
#conts_info .access_box .point .group:last-of-type {
    margin-right: 0px;
}
#conts_info .access_box .point .group .text {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
}
#conts_info .access_box .point .group .number {
    position: absolute;
    top: -16px;
    right: 10px;
    width: 48px;
}
#conts_info .access_box .point .group .icon_01 {
    position: absolute;
    bottom: -36px;
    left: 20px;
    z-index: 99;
    width: 34%;
}
#conts_info .access_box .point .group .icon_02 {
    position: absolute;
    bottom: -50px;
    right: 31px;
    width: 20%;
}
#conts_info .access_box .point .group .photo {
    position: absolute;
    bottom: -40%;
    left: 20px;
    z-index: 9999;
    width: 52%;
    max-width: 196px;
}
#conts_info .access_box .time_table {
    margin-bottom: 26px;
}
#conts_info .access_box .time_table  table {
}
#conts_info .access_box .time_table table th {
    background-color: #727171;
    padding: 20px 0px 16px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    border-bottom: 4px solid #F5F5F5;
    color: #FFFFFF;
}
#conts_info .access_box .time_table table td {
	background-color: #FFFFFF;
	padding: 22px 10px 18px;
	box-sizing: border-box;
	line-height: 1.4;
    vertical-align: middle;
}
#conts_info .access_box .time_table table .arrow {
    position: relative;
}
#conts_info .access_box .time_table table .arrow::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    background-image: url(../img/arrow_02.png);
    background-size: 6px;
    background-repeat: no-repeat;
}
#conts_info .access_box .time_table table td:nth-child(1) {
	width: 20%;
	border-right: 2px solid #F5F5F5;
    border-bottom: 2px solid #F5F5F5;
}
#conts_info .access_box .time_table table td:nth-child(2) {
    width: 20%;
	border-left: 2px solid #F5F5F5;
    border-bottom: 2px solid #F5F5F5;
}
#conts_info .access_box .b_button {
}
#conts_info .access_box .b_button a {
    background-color: #d34574;
    color: #FFFFFF;
    text-align: center;
    display: block;
    padding: 20px 0 18px;
    border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;   /* Firefox用 */
    text-decoration: none;
    font-size: 1.6rem;
    border: 2px solid #D34574;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px;
    font-weight: bold;
}
#conts_info .access_box .b_button a:hover {
	background-color: #fff;
	color: #d34574;
	border: 2px solid #D34574;
    transition-duration: 0.3s;
    background-image: url(../img/arrow_hover_02.png);
}
#conts_plan {
    width: 100%;
	float: left;
	clear: both;
    margin-bottom: 90px;
}
#conts_plan h3 {
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}
#conts_plan .lead {
	margin-bottom: 22px;
	text-align: center;
}
#conts_plan .title_img {
	width: 100%;
	height: 32vw;
	float: left;
	clear: both;
	background-image: url(../img/big_img_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin-bottom: 40px;
}
#conts_plan .title_img p {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
    width: 80%;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 	
}
#conts_plan .plan_box {
	background-color: #FFFFFF;
    padding: 46px 5%;
	margin: 0 5% 20px;
	width: 90%;
	float: left;
	clear: both;
	box-sizing: border-box;
}
#conts_plan .plan_box .box {
	margin-bottom: 32px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}
#conts_plan .plan_box .box .icon {
    position: absolute;
    top: -12px;
    left: -12px;
    width: 48px;
}
#conts_plan .plan_box .box:nth-of-type(even) {
}
#conts_plan .plan_box .box .img {
    line-height: 0;
	margin-bottom: 4px;
}
#conts_plan .plan_box .box dl {
}
#conts_plan .plan_box .box dl dt,
#conts_plan .plan_box .box dl dd {
	float: left;
	background-color: #EEEEEE;
	text-align: center;
	padding: 12px 0 10px;
}
#conts_plan .plan_box .box dl dt {
	float: left;
    width: 49.5%;
    margin-right: 1%;
}
#conts_plan .plan_box .box dl dd {
	float: right;
    width: 49.5%;
}
#conts_plan .plan_box .caution {
	margin-bottom: 20px;
	margin-top: -14px;
	clear: both;
	float: left;
}
#conts_plan .plan_box .button {
	margin: 0 auto;
	clear: both;
}
#conts_plan .spa_box {
	background-color: #FFFFFF;
	padding: 46px 5%;
	margin: 0 5% 20px;
	width: 90%;
	float: left;
	clear: both;
	box-sizing: border-box;
}
#conts_plan .spa_box .box {
	margin-bottom: 50px;
}
#conts_plan .spa_box .box .img {
	position: relative;
	margin-bottom: 10px;
}
#conts_plan .spa_box .box .img p {
}
#conts_plan .spa_box .box .img dl {
    position: absolute;
	left: 10px;
	bottom: 16px;
}
#conts_plan .spa_box .box .img dl dt,
#conts_plan .spa_box .box .img dl dd {
    background-color: #FFFFFF;
    float: left;
    clear: both;
    font-weight: bold;
    padding: 4px 6px 2px;
    font-size: 1.6rem;
}
#conts_plan .spa_box .box .img dl dt {
    font-size: 1.1rem;
    line-height: 1.2;
	margin-bottom: 6px;
}
#conts_plan .spa_box .box .img dl dd {
    font-size: 1.6rem;
}
#conts_plan .spa_box .box .text {
    margin-top: -4px;
    margin-bottom: 14px;
}
#conts_plan .spa_box .box .button {
}
#conts_plan .spa_box .b_button {
    clear: both;
}
#conts_plan .spa_box .b_button a {
    background-color: #d34574;
    color: #FFFFFF;
    text-align: center;
    display: block;
    padding: 20px 0 18px;
    border-radius: 8px;        /* CSS3草案 */
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;   /* Firefox用 */
    text-decoration: none;
    font-size: 1.6rem;
    border: 2px solid #D34574;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 8px;
    font-weight: bold;
}
#conts_plan .spa_box .b_button a:hover {
	background-color: #fff;
	color: #d34574;
	border: 2px solid #D34574;
    transition-duration: 0.3s;
    background-image: url(../img/arrow_hover_02.png);
}
}
