@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
#contents {
    width: 100%;
	float: left;
	clear: both;
	font-size: 14px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    overflow: hidden;
	margin-bottom: 90px;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}
#contents img {
    display: block;
	width: 100%;
}
#contents a, #contents a:link, #contents a:visited {
	color: inherit;
	text-decoration: none;
    display: block;
}
#contents ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
#contents .auto {
	width: 92%;
    margin: 0 auto;
}
#contents .t_coupon {
    position: fixed;
    width: 210px;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
}
#contents p, #contents h2, #contents h3, #contents h4, #contents h5 {
    margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	list-style-type: none;
}
#contents figure {
    margin: 0;
}
#contents .sp_none {
    display: none !important;
}
/*=========================
▼▼共通▼▼
===========================*/
#contents section {
    width: 100%;
	float: left;
	clear: both;
	padding-top: 50px;
	position: relative;
}

#contents .title_box {
    width: 100%;
	float: left;
	clear: both;
	text-align: center;
	background-image: url("../img/parts_01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#contents .title_box .logo {
    width: 110px;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -55px;
}
#contents .title_box h3 {
	width: 92%;
    font-size: 24px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin: 23px auto 40px;
}
#contents .btn a {
	width: 100%;
	text-align: center;
	background-color: #804f1b;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    border: 2px solid #804f1b;
	padding: 14px 0 13px;
	background-image: url("../img/icon_01.png");
	background-repeat: no-repeat;
	background-position: right 4% center;
	background-size: 8px;
    transition-duration: .3s;
}
#contents .btn a:hover {
	background-color: #fff;
	color: #804f1b;
	background-image: url("../img/icon_02.png");
}
/*=========================
▲▲共通▲▲
===========================*/

#contents #main_img {
    width: 100%;
	height: 120vw;
	float: left;
	clear: both;
	position: relative;
}
#contents #main_img .anniversary_logo {
    width: 70px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9;
}
#contents .bxslider {
    width: 100%;
	height: 120vw;
	float: left;
	clear: both;
}
#contents .bxslider .slide {
    width: 100%;
	height: 120vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#contents .bxslider .slide_01 {
    background-image: url("../img/slide_bg_01.jpg");
}
#contents .bxslider .slide_02 {
    background-image: url("../img/slide_bg_02.jpg");
	background-position: right 20% center;
}
#contents .bxslider .slide_03 {
    background-image: url("../img/slide_bg_03.jpg");
}
#contents .bxslider .slide_04 {
    background-image: url("../img/slide_bg_04.jpg");
}
#contents .bxslider .slide img {
    width: 92%;
	margin: 26vw auto 0;
}

#contents #inpage_link {
    width: 100%;
	float: left;
	clear: both;
    padding: 0 3%;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -64px;
	text-align: center;
	position: relative;
}
#contents #inpage_link ul {
    width: 100%;
	padding: 24px 1% 22px;
	margin: 0 auto;
	border-radius: 4px;
	display: table;
	border-left: 4px solid #cf1126;
	border-right: 4px solid #cf1126;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow:0px 4px 12px 0px rgba(0,0,0,0.06);
    display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#contents #inpage_link ul li {
    width: 50%;
	font-size: 12px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
    text-align: center;
    padding: 0 1%;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
#contents #inpage_link ul li:nth-of-type(3),#contents #inpage_link ul li:nth-of-type(4),#contents #inpage_link ul li:nth-of-type(5) {
	width: 33%;
    margin-bottom: 0;
}
#contents #inpage_link ul li:nth-of-type(2),#contents #inpage_link ul li:nth-of-type(5) {
	border-right: none;
}
#contents #inpage_link ul li a {
    width: 100%;
    position: relative;
}
#contents #inpage_link ul li a::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #cf1126;
    position: absolute;
	bottom: -8px;
	left: 0;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
}
#contents #inpage_link ul li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
}

#contents #advantage_conts .auto {
	width: 100%;
}
#contents #advantage_conts .box_wrapper {
	width: 100%;
	float: left;
	clear: both;
}
#contents #advantage_conts .box_wrapper .box {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
    margin-bottom: 52px;
}
#contents #advantage_conts .box_wrapper .box:last-of-type {
    margin-bottom: 0;
}
#contents #advantage_conts .box_wrapper .box .number {
	width: 78px;
	position: absolute;
	top: -14px;
	left: 4%;
	z-index: 9;
}
#contents #advantage_conts .box_wrapper .box ul {
	width: 100%;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
#contents #advantage_conts .box_wrapper .box li {
	width: 100%;
	float: left;
    margin-bottom: 8px;
}
#contents #advantage_conts .box_wrapper .box li:nth-of-type(2) {
	width: 49%;
}
#contents #advantage_conts .box_wrapper .box li:nth-of-type(3) {
	width: 49%;
	float: right;
}
#contents #advantage_conts .box_wrapper .box li:last-of-type {
	margin-bottom: 0;
}
#contents #advantage_conts .box_wrapper .box dl {
	width: 92%;
	clear: both;
	text-align: center;
    margin: 0 auto;
}
#contents #advantage_conts .box_wrapper .box dl dt {
	font-size: 20px;
    line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #25c1d8;
    margin-bottom: 8px;
}
#contents #advantage_conts .box_wrapper .box dl dd {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#contents #campaign_conts .title_box {
	background-image: url("../img/parts_02.png");
}
#contents #campaign_conts .title_box h3 {
	width: 100%;
	font-size: 28px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#contents #campaign_conts .title_box .anniversary_logo {
	width: 64px;
	position: absolute;
	right: 4%;
	top: -57px;
}
#contents #campaign_conts .loop_img {
	background:url("../img/loop_img_01.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	background-size: cover;
	width: 100%;
	height: 60vw;
    float: left;
	clear: both;
    margin-top: -10vw;
	margin-bottom: 44px;
	-moz-animation: loop 50s linear infinite;
	animation: loop 50s linear infinite;
}
@keyframes loop {
	0% {background-position: 2000px 0;}
	25% {background-position: 1500px 0;}
	50% {background-position: 1000px 0;}
	75% {background-position: 500px 0;}
	100% {background-position: 0 0;}
}
 
@-moz-keyframes loop {
	0% {background-position: 2000px 0;}
	25% {background-position: 1500px 0;}
	50% {background-position: 1000px 0;}
	75% {background-position: 500px 0;}
	100% {background-position: 0 0;}
}
#contents #campaign_conts .box_wrapper {
	width: 100%;
	clear: both;
}
#contents #campaign_conts .box_wrapper .box {
	width: 100%;
	margin-bottom: 45px;
	background-image: url("../img/number_01_wh.png");
	background-repeat: no-repeat;
	background-position: right 60px top;
	background-size: 292px;
}
#contents #campaign_conts .box_wrapper .box:nth-of-type(2) {
	background-image: url("../img/number_02_wh.png");
}
#contents #campaign_conts .box_wrapper .box:nth-of-type(3) {
	background-image: url("../img/number_03_wh.png");
}
#contents #campaign_conts .box_wrapper .box:last-of-type {
	margin-bottom: 0;
}
#contents #campaign_conts .box_wrapper .box .img {
	width: 100%;
	margin-bottom: 17px;
}
#contents #campaign_conts .box_wrapper .box .text_box {
	width: 100%;
	position: relative;
	text-align: center;
}
#contents #campaign_conts .box_wrapper .box .text_box .text_img {
	width: 200px;
	display: inline-block;
}
#contents #campaign_conts .box_wrapper .box .text_box h4 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #804f1b;
    margin-bottom: 8px;
}
#contents #campaign_conts .box_wrapper .box .text_box .text {
	text-align: left;
    margin-bottom: 22px;
}
#contents #campaign_conts .box_wrapper .box .text_box .btn {
	width: 100%;
}

#contents #plan_conts .title_box {
	background-image: url("../img/parts_03.png");
}
#contents #plan_conts .box_wrapper {
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contents #plan_conts .box_wrapper .box {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
#contents #plan_conts .box_wrapper .box:last-of-type {
	margin-bottom: 0;
}
#contents #plan_conts .box_wrapper .box .number {
	width: 66px;
	position: absolute;
	top: -10px;
	left: 4%;
	z-index: 9;
}
#contents #plan_conts .box_wrapper .box .img {
	width: 100%;
	min-height: 20vw;
	background-color: #ddd;
	margin-bottom: 12px;
}
#contents #plan_conts .box_wrapper .box h4 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #eb9a00;
	text-align: center;
    margin-bottom: 8px;
}
#contents #plan_conts .box_wrapper .box .text {
	margin-bottom: 15px;
}
#contents #plan_conts .box_wrapper .box .btn {
	width: 100%;
}
#contents #plan_conts .box_wrapper .box .btn a {
	border-color: #eb9a00;
	background-color: #eb9a00;
}
#contents #plan_conts .box_wrapper .box .btn a:hover {
	color: #eb9a00;
	background-color: #fff;
	background-image: url("../img/icon_03.png");
}
#contents #plan_conts .box_wrapper .box .btn_wrapper {
	width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: -.4em;
}
#contents #plan_conts .box_wrapper .box .btn_wrapper .btn {
	width: 49%;
    display: inline-block;
    margin-right: 2%;
}
#contents #plan_conts .box_wrapper .box .btn_wrapper .pink {
	margin: 0;
}
#contents #plan_conts .box_wrapper .box .btn_wrapper .btn a {
	border-color: #336ec0;
    font-size: 13px;
	background-color: #336ec0;
	background-position: right 4% center;
}
#contents #plan_conts .box_wrapper .box .btn_wrapper .btn a:hover {
	color: #336ec0;
	background-color: #fff;
	background-image: url("../img/icon_04.png");
}
#contents #plan_conts .box_wrapper .box .btn_wrapper .pink a {
	border-color: #f36295;
	background-color: #f36295;
}
#contents #plan_conts .box_wrapper .box .btn_wrapper .pink a:hover {
	color: #f36295;
	background-color: #fff;
	background-image: url("../img/icon_05.png");
}

#contents #facility_conts .title_box {
	background-image: url("../img/parts_04.png");
}
#contents #facility_conts .box_wrapper {
	width: 100%;
	clear: both;
}
#contents #facility_conts .box_wrapper .box {
	width: 100%;
    float: left;
    clear: both;
	margin-bottom: 36px;
	position: relative;
}
#contents #facility_conts .box_wrapper .box:last-of-type {
	margin-bottom: 0;
}
#contents #facility_conts .box_wrapper .box .text_box {
	width: 100%;
	text-align: center;
	background-image: url("../img/number_01_wh.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 180px;
}
#contents #facility_conts .box_wrapper .box:nth-of-type(2) .text_box {
	background-image: url("../img/number_02_wh.png");
}
#contents #facility_conts .box_wrapper .box:nth-of-type(3) .text_box {
	background-image: url("../img/number_03_wh.png");
}
#contents #facility_conts .box_wrapper .box h4 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #9e5d98;
	margin-bottom: 8px;
}
#contents #facility_conts .box_wrapper .box .text {
	text-align: left;
    margin-bottom: 11px;
}
#contents #facility_conts .box_wrapper .box .img {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
#contents #facility_conts .box_wrapper .box .img:nth-of-type(2) {
	width: 49%;
}
#contents #facility_conts .box_wrapper .box .img:nth-of-type(3) {
	width: 49%;
	float: right;
}
#contents #facility_conts .box_wrapper .box .link {
	margin-bottom: 18px;
}
#contents #facility_conts .box_wrapper .box .link li {
	width: 100%;
	text-align: center;
	border: 2px solid #9e5d98;
	display: table;
	margin-bottom: 12px;
}
#contents #facility_conts .box_wrapper .box .link li:last-of-type {
	margin-bottom: 0;
}
#contents #facility_conts .box_wrapper .box .link li .name {
	width: 100%;
	color: #9e5d98;
	padding: 8px 2% 6px;
    font-size: 14px;
    line-height: 1.4;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #fff;
}
#contents #facility_conts .box_wrapper .box .link li .mini_btn {
	width: 100%;
	font-size: 14px;
    line-height: 1.4;
	border-top: 2px solid #9e5d98;
}
#contents #facility_conts .box_wrapper .box .link li .mini_btn a {
	width: 100%;
	color: #fff;
	padding: 12px 2% 10px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #9e5d98;
	background-image: url("../img/icon_01.png");
	background-repeat: no-repeat;
	background-position: right 4% center;
	background-size: 6px;
    transition-duration: .3s;
}
#contents #facility_conts .box_wrapper .box .link li .mini_btn a:hover {
	background-color: #fff;
	color: #9e5d98;
	background-image: url("../img/icon_06.png");
}

#contents #access_conts .title_box {
	background-image: url("../img/parts_05.png");
}
#contents #access_conts .sub_title {
	text-align: center;
	width: 92%;
	margin: 0 auto 42px;
}
#contents #access_conts .access_line {
	width: 100%;
	margin: 0 auto 40px;
}
#contents #access_conts .wrapper {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents #access_conts .wrapper .text_box {
	width: 100%;
	text-align: center;
    margin-bottom: 20px;
}
#contents #access_conts .wrapper .text_box .logo {
	width: 180px;
	margin: 0 auto 16px;
}
#contents #access_conts .wrapper .text_box h5 {
	font-size: 16px;
	line-height: 1.5;
}
#contents #access_conts .wrapper .text_box .addless {
	font-size: 14px;
	line-height: 1.5;
    margin-bottom: 6px;
}
#contents #access_conts .wrapper .text_box .tel {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	font-style: italic;
	color: #cf1126;
    margin-bottom: 20px;
}
#contents #access_conts .wrapper .text_box .tel a {
	font-size: 26px;
	display: inline-block;
	font-weight: bold;
	font-style: italic;
	color: #000;
}
#contents #access_conts .wrapper .illust_map {
	width: 100%;
    margin-bottom: 20px;
}
#contents #access_conts .wrapper .btn a {
	border-color: #009351;
	background-color: #009351;
}
#contents #access_conts .wrapper .btn a:hover {
	background-color: #fff;
	color: #009351;
	background-image: url("../img/icon_07.png");
}
#contents #access_conts .gmap {
	width: 100%;
	height: 60vw;
	margin-bottom: 50px;
	position: relative;
}
#contents #access_conts .gmap iframe {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#contents #access_conts .banner {
	width: 100%;
	margin: 0 auto;
}


}