@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
#contents {
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
	float: left;
	clear: both;
	font-size: 16px;
	line-height: 32px;
	color: #000;
	-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;
    position: relative;
	background-color: #fff;
	margin-bottom: 120px;
}
#contents img {
    display: block;
}
#contents a, #contents a:link, #contents a:visited {
	color: inherit;
	text-decoration: none;
    display: block;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}
#contents ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
#contents .auto {
    width: 1080px;
	margin: 0 auto;
}
#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 .pc_none {
    display: none !important;
}
/*=========================
▼▼共通▼▼
===========================*/
#contents section {
    width: 100%;
	float: left;
	clear: both;
	padding-top: 80px;
	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: 196px;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -98px;
}
#contents .title_box h3 {
	font-size: 42px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin: 43px 0 70px;
}
#contents .btn a {
	width: 100%;
	text-align: center;
	background-color: #804f1b;
	color: #fff;
	font-size: 17px;
	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: 19px 0 16px;
	background-image: url("../img/icon_01.png");
	background-repeat: no-repeat;
	background-position: right 21px center;
	background-size: 10px;
    transition-duration: .3s;
}
#contents .btn a:hover {
	background-color: #fff;
	color: #804f1b;
	background-image: url("../img/icon_02.png");
}
/*=========================
▲▲共通▲▲
===========================*/


#contents #main_img {
    width: 100%;
	float: left;
	clear: both;
	position: relative;
}
#contents #main_img .anniversary_logo {
    width: 163px;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 9;
}
#contents .bxslider {
    width: 100%;
	height: 863px;
	float: left;
	clear: both;
}
#contents .bxslider .slide {
    width: 100%;
	height: 863px;
	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");
}
#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: 1080px;
	margin: 0 auto;
}

#contents #inpage_link {
    width: 100%;
	float: left;
	clear: both;
	margin-top: -144px;
	text-align: center;
	margin-bottom: 55px;
	position: relative;
}
#contents #inpage_link ul {
    width: 1080px;
	padding: 31px 50px 32px;
	margin: 0 auto;
	border-radius: 5px;
	display: table;
	border-left: 7px solid #cf1126;
	border-right: 7px solid #cf1126;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}
#contents #inpage_link ul li {
    display: table-cell;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
    padding: 0 23px;
	border-right: 1px solid #e6e6e6;
}
#contents #inpage_link ul li:last-of-type {
	border: none;
}
#contents #inpage_link ul li a {
    position: relative;
}
#contents #inpage_link ul li a::after {
	content: "";
	width: 100%;
	height: 3px;
	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%;
    max-width: 1400px;
	min-width: 1080px;
}
#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 .number {
	width: 106px;
	float: left;
	clear: both;
	position: absolute;
	top: -13px;
	left: 11px;
	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: 23%;
	height: 249px;
	float: right;
	position: relative;
	overflow: hidden;
}
#contents #advantage_conts .box_wrapper .box li img {
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#contents #advantage_conts .box_wrapper .box li:first-of-type {
	width: 50%;
	height: 518px;
	float: left;
}
#contents #advantage_conts .box_wrapper .box li:nth-of-type(2) {
	margin-left: 2%;
}
#contents #advantage_conts .box_wrapper .box li:last-of-type {
	width: 48%;
	margin-top: 20px;
}
#contents #advantage_conts .box_wrapper .box dl {
	width: 100%;
	clear: both;
	text-align: center;
    margin: 0 auto;
}
#contents #advantage_conts .box_wrapper .box dl dt {
	font-size: 32px;
    line-height: 40px;
	font-weight: bold;
	font-style: italic;
	color: #25c1d8;
}
#contents #advantage_conts .box_wrapper .box dl dd {
	width: 888px;
	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: 1080px;
	font-size: 52px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#contents #campaign_conts .title_box .anniversary_logo {
	width: 173px;
	position: absolute;
	right: 105px;
	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: 322px;
    float: left;
	clear: both;
    margin-top: -70px;
	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%;
	display: table;
	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 .img {
	width: 604px;
	display: table-cell;
	vertical-align: top;
}
#contents #campaign_conts .box_wrapper .box .text_box {
	width: 450px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	padding-left: 26px;
	text-align: center;
}
#contents #campaign_conts .box_wrapper .box .text_box .text_img {
	width: 291px;
	display: inline-block;
}
#contents #campaign_conts .box_wrapper .box .text_box h4 {
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	font-style: italic;
	color: #804f1b;
    margin-bottom: 5px;
}
#contents #campaign_conts .box_wrapper .box .text_box .text {
	font-size: 16px;
	line-height: 32px;
	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:-ms-flexbox;
  	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 #plan_conts .box_wrapper .box {
	width: 528px;
	position: relative;
	margin-bottom: 68px;
    padding-bottom: 62px;
}
#contents #plan_conts .box_wrapper .box .number {
	width: 106px;
	position: absolute;
	top: -13px;
	left: 11px;
	z-index: 9;
}
#contents #plan_conts .box_wrapper .box .img {
	width: 100%;
	min-height: 345px;
	background-color: #ddd;
	margin-bottom: 22px;
}
#contents #plan_conts .box_wrapper .box h4 {
	font-size: 29px;
	line-height: 37px;
	font-weight: bold;
	font-style: italic;
	color: #eb9a00;
	text-align: center;
    margin-bottom: 4px;
}
#contents #plan_conts .box_wrapper .box .text {
	margin-bottom: 15px;
}
#contents #plan_conts .box_wrapper .box .btn {
	width: 450px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -225px;
}
#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;
    position: absolute;
    left: 0;
    bottom: 0;
}
#contents #plan_conts .box_wrapper .box .btn_wrapper .btn {
	width: 259px;
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    left: auto;
}
#contents #plan_conts .box_wrapper .box .btn_wrapper .pink {
	margin: 0;
}
#contents #plan_conts .box_wrapper .box .btn_wrapper .btn a {
	border-color: #336ec0;
	background-color: #336ec0;
	background-position: right 16px 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;
	background-position: right 16px center;
}
#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 {
	margin-bottom: 40px;
}
#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%;
	min-height: 505px;
	padding-bottom: 198px;
	padding-right: 540px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 90px;
	position: relative;
}
#contents #facility_conts .box_wrapper .box:nth-of-type(2n) {
	padding-right: 0;
	padding-left: 540px;
}
#contents #facility_conts .box_wrapper .box:last-of-type {
	margin-bottom: 0;
}
#contents #facility_conts .box_wrapper .box .text_box {
	width: 100%;
	min-height: 275px;
	padding-top: 30px;
	text-align: center;
	background-image: url("../img/number_01_wh.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 292px;
}
#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: 30px;
	line-height: 40px;
	font-weight: bold;
	font-style: italic;
	color: #9e5d98;
	margin-bottom: 4px;
}
#contents #facility_conts .box_wrapper .box .text {
	text-align: left;
    margin-bottom: 11px;
}
#contents #facility_conts .box_wrapper .box .img {
	width: 262px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#contents #facility_conts .box_wrapper .box:nth-of-type(2n) .img {
	left: auto;
	right: 0;
}
#contents #facility_conts .box_wrapper .box .img:nth-of-type(3n) {
	left: 276px;
}
#contents #facility_conts .box_wrapper .box:nth-of-type(2n) .img:nth-of-type(3n) {
	left: auto;
	right: 276px;
}
#contents #facility_conts .box_wrapper .box .big_one {
	width: 688px;
	left: 552px;
}
#contents #facility_conts .box_wrapper .box:nth-of-type(2n) .big_one {
	right: 552px;
}
#contents #facility_conts .box_wrapper .box .link li {
	width: 426px;
	text-align: left;
	border: 2px solid #9e5d98;
	display: table;
	margin-bottom: 10px;
}
#contents #facility_conts .box_wrapper .box .link li:last-of-type {
	margin-bottom: 0;
}
#contents #facility_conts .box_wrapper .box .link li .name {
	width: 286px;
	color: #9e5d98;
	padding-left: 14px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	background-color: #fff;
	display: table-cell;
	vertical-align: middle;
}
#contents #facility_conts .box_wrapper .box .link li .mini_btn {
	width: 134px;
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
	border-left: 2px solid #9e5d98;
}
#contents #facility_conts .box_wrapper .box .link li .mini_btn a {
	width: 100%;
	color: #fff;
	padding-left: 14px;
	-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 7px center;
	background-size: 8px;
    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: 600px;
	margin: 0 auto 42px;
}
#contents #access_conts .access_line {
	width: 1000px;
	margin: 0 auto 60px;
}
#contents #access_conts .wrapper {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 70px 60px 50px;
}
#contents #access_conts .wrapper .text_box {
	width: 326px;
	text-align: center;
	padding-right: 51px;
	display: table-cell;
	vertical-align: middle;
}
#contents #access_conts .wrapper .text_box .logo {
	width: 206px;
	margin: 0 auto 21px;
}
#contents #access_conts .wrapper .text_box h5 {
	font-size: 18px;
	line-height: 32px;
}
#contents #access_conts .wrapper .text_box .addless {
	font-size: 16px;
	line-height: 32px;
    margin-bottom: 2px;
}
#contents #access_conts .wrapper .text_box .tel {
	font-size: 21px;
	line-height: 1.4;
	font-weight: bold;
	font-style: italic;
	color: #cf1126;
    margin-bottom: 28px;
}
#contents #access_conts .wrapper .text_box .tel a {
	font-size: 34px;
	display: inline-block;
	font-weight: bold;
	font-style: italic;
	color: #000;
}
#contents #access_conts .wrapper .illust_map {
	width: 572px;
	display: table-cell;
}
#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: 515px;
	margin-bottom: 68px;
	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: 923px;
	margin: 0 auto;
}
}


