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

/* ============================
		Reset
 ============================ */

html{height:100%;}

body{height:100%;}


article {
margin: 0 !important;
padding: 0 !important;
}


/* ============================
	gallerySlider
 ============================ */


.gallerySlider.slider {
width: 100%;
margin: 0 auto;
padding-bottom: 0;
}

.gallerySlider.slider img {
}

.gallerySlider.slider .slick-slide {
margin: 0px;
transition: all ease-in-out .3s;
}

.gallerySlider.slider .slick-slide img {
width: 100%;
height: auto;
}

/* for PC & TB */
@media screen and (min-width: 768px) {



}




/* ============================
	mainVisualSection
 ============================ */




.mainVisualSection {
margin-bottom: 0;
}

/*
.mainVisualSection .catchCopy {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
line-height: 2em;
margin: 15px 15px 20px 15px;
}
*/


/* bottomBlock */

.mainVisualSection .bottomBlock {
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
}


.mainVisualSection .menus {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
box-ordinal-group: 2;
}

/* emergencyNews */

.mainVisualSection .emergencyNews {
background-color: #fcf0f0;
padding: 1.5em;
margin-bottom: 0;
-webkit-box-ordinal-group: 1;
-moz-box-ordinal-group: 1;
box-ordinal-group: 1;
}

.mainVisualSection h2 {
font-size: 1.8rem;
font-weight: bold;
color: #ad3e58;
text-align: center;
margin-bottom: 1em;
}

.mainVisualSection h2::before {
content: "　";
width: 22px;
line-height: 1em;
height: 22px;
background-image: url("../images/fig_emergency_title001.svg");
background-size: 18px;
background-repeat: no-repeat;
background-position: left center;
margin-right: 3px;
}

.mainVisualSection .emergencyNewsList li a {
display: block;
line-height: 1.25em;
background-image: url("../images/fig_mark001.svg");
background-repeat: no-repeat;
background-position: left top 8px;
background-size: auto 12px;
padding: 0.25em 0 0.25em 1em;
}


/* contact */
.mainVisualSection .contact {
margin: 20px 15px 0 15px;
border: 1px solid #ccc;
padding: 15px 0 0 0;
box-sizing: border-box;
border-radius: 5px;
background-color: #fff;
}

.mainVisualSection .contact h3 {
font-size: 1.8rem;
font-weight: bold;
text-align: center;
margin-bottom: 1em;
}

.mainVisualSection .contact .call {
margin-bottom: 1em;
}

.mainVisualSection .contact .call a {
font-family: 'Roboto', sans-serif;
display: block;
text-align: center;
font-size: 3rem;
font-weight: 700;
}

.mainVisualSection .contact .call a::before {
content: url("../images/fig_call001.svg");
vertical-align: middle;
padding-right: 0.25em;
}


.mainVisualSection .contact .buttonList {
}

.mainVisualSection .contact .buttonList li {
float: left;
width: 50%;
text-align: center;
}

.mainVisualSection .contact .buttonList li a {
display: block;
background-color: #f8f4ee;
font-size: 1.8rem;
line-height: 3em;
}
.mainVisualSection .contact .buttonList li a::before {
content: " ";
display: inline-block;
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
width: 35px;
height: 35px;
position: relative;
top: 10px;
margin-right: 0.25em;
}

.mainVisualSection .contact .buttonList .access {
}
.mainVisualSection .contact .buttonList .access a {
border-bottom-left-radius: 5px;
}
.mainVisualSection .contact .buttonList .access a::before {
background-image: url("../images/fig_car001.svg");
}

.mainVisualSection .contact .buttonList .doctor {
}
.mainVisualSection .contact .buttonList .doctor a {
border-bottom-right-radius: 5px;
background-color: #f5e9d8;
}
.mainVisualSection .contact .buttonList .doctor a::before {
background-image: url("../images/fig_doctor001.svg");
}



/* for PC */
@media screen and (min-width: 1024px) {

	#mainvisual {
	display: block;
	height: calc(100% - 10px);
	width: auto;
	position: relative;
	margin-top: 70px;
	}
	
	#mainvisual .bottomwall {
	/*
	position: absolute;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 100vw;
	background-image: url("../../demo/vi000.png");
	background-repeat: repeat-x;
	*/
	}

	.mainVisualSection {
	margin-bottom: 0;
	}
	
	.gallery001 {
	display: none;
	}
	

/*
	.mainVisualSection .catchCopy {
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 500px);
	margin: 0;
	font-size: 3.8rem;
	text-align: left;
	line-height: 1.75em;
	letter-spacing: 0.025em;
	filter: drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1)) drop-shadow(0px 0px 3px rgba(255,255,255,1));
	}
*/
	.mainVisualSection .menus {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	box-ordinal-group: 1;
	display: table;
	width: 1200px;
	margin-bottom: 2em;
	}

	.mainVisualSection .bottomBlock {
	display: table;
	border-collapse: collapse;
	padding: 0;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 600px);
	width: 1200px;
	box-sizing: border-box;
	}

	.mainVisualSection h2 {
	font-size: 1.6rem;
	text-align: left;
	line-height: 1.75em;
	width: 13em;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 1em 0 1em 2em;
	box-sizing: border-box;
	}

	.mainVisualSection .emergencyNews {
	display: table;
	position: relative;
	width: 1200px;
	}

	.mainVisualSection .emergencyNewsList {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 13em);
	font-size: 1.6rem;
	line-height: 1.75em;
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	box-ordinal-group: 2;
	padding: 1em 0;
	}

	.mainVisualSection .emergencyNewsList li {
	display: inline-block;
	}

	.mainVisualSection .emergencyNewsList li a {
	font-size: 1.6rem;
	line-height: 1.75em;
	background-position: left 2px top 7px;
	background-size: auto 14px;
	padding: 0 1em 0 1em;
	}

	.mainVisualSection .contact {
	margin: 0;
	padding: 20px 0 0 0;
	position: relative;
	width: 300px;
	display: table-cell;
	box-sizing: border-box;
	border: none;
	border-radius: 5px;
	}

	.mainVisualSection .contact .call {
	margin-bottom: 1.5em;
	}

	.mainVisualSection .contact .buttonList {
	}

	.mainVisualSection .contact .buttonList li {
	float: left;
	width: 50%;
	text-align: center;
	}

	.mainVisualSection .contact .buttonList li a {
	display: block;
	background-color: #f8f4ee;
	font-size: 1.6rem;
	line-height: 3em;
	}
	.mainVisualSection .contact .buttonList li a::before {
	content: " ";
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	width: 35px;
	height: 35px;
	position: relative;
	top: 10px;
	margin-right: 0.25em;
	}

	.mainVisualSection .contact .buttonList .doctor a::before {
	background-position: left 10px center;
	}

	.mainVisualSection h2::before {
	content: "　";
	display: inline-block;
	width: 22px;
	line-height:22px;
	height: 22px;
	position: relative;
	top: -1px;
	}


	.mainVisualSection .bottomMenu {
	display: table-cell;
	vertical-align: bottom;
	width: calc(100% - 300px);
	}
	
	.mainVisualSection .bottomMenu > ul > li {
	display: inline-block;
	margin-right: 5px;
	}
	
	.mainVisualSection .bottomMenu > ul > li > a {
	display: block;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 1.8rem;
	padding: 0 1.25em;
	line-height: 2em;
	border-radius: 0.25em;
	}

}



/* ============================
		mainMenuSection
 ============================ */

.mainMenuSection {
padding-top: 3em;
padding-bottom: 3em;
background-image: url("../images/bg_main_menu001.webp");
background-repeat: no-repeat;
background-position: center top;
background-size: auto 500px;
}

.mainMenuSection .menuList {

}

.mainMenuSection .menuList ul {
width: 320px;
margin: 0 auto;

}

.mainMenuSection .menuList li {
float: left;
width: 160px;
vertical-align: top;
text-align: center;
margin-bottom: 20px;
}
.mainMenuSection .menuList li:nth-child(odd) {
clear: both;
}


.mainMenuSection .menuList li a {
display: inline-block;
width: 140px;
height: 140px;
background-repeat: no-repeat;
background-position: top 15px center;
background-size: 73px auto;
background-color: #fff;
font-family: 'NotoSerifJP-Medium', serif, sans-serif;
font-size: 1.4rem;
line-height: 1.25em;
text-align: center;
border-radius: 5px;
box-shadow: 3px 3px 3px #ccc,0 0 3px #ccc;
box-sizing: border-box;
padding-top: 95px;
}
.mainMenuSection li.about a {
background-image: url("../images/fig_main_menu006.svg");
}
.mainMenuSection li.flow a {
background-image: url("../images/fig_main_menu001.svg");
}
.mainMenuSection li.date a {
background-image: url("../images/fig_main_menu002.svg");
}
.mainMenuSection li.information a {
background-image: url("../images/fig_main_menu003.svg");
}
.mainMenuSection li.floormap a {
background-image: url("../images/fig_main_menu004.svg");
}
.mainMenuSection li.painclinic a {
background-image: url("../images/fig_main_menu005.svg");
}



/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){


	.mainMenuSection {
	padding-bottom: 4em;
	padding-top: 4em;
	background-size: auto 280px;
	}

	.mainMenuSection .menuList ul {
	width: 675px;
	}
	.mainMenuSection .menuList li {
	width: 135px;
	}
	
	.mainMenuSection .menuList li:nth-child(odd) {
	clear: none;
	}

	.mainMenuSection .menuList li a {
	width: 115px;
	height: 135px;
	}

}



/* for PC */
@media screen and (min-width: 1201px) {

	.mainMenuSection {
	padding-bottom: 8em;
	padding-top: 6em;
	background-size: auto 360px;
	}

	.mainMenuSection .menuList {
	text-align: center;
	}

	.mainMenuSection .menuList ul {
	width:auto;
	display: inline-block;;
	margin: 0;
	}
	.mainMenuSection .menuList li {
	display: inline-block;
	margin: 0 1.5em;
	}
	
	.mainMenuSection .menuList li:nth-child(odd) {
	clear: none;
	}

	.mainMenuSection .menuList li a {
	width: 160px;
	height: 160px;
	background-position: top 15px center;
	background-size: 75px auto;
	font-size: 1.6rem;
	line-height: 1.25em;
	text-align: center;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #ccc,0 0 3px #ccc;
	box-sizing: border-box;
	padding-top: 105px;
	transition: all .5s;
	}
	
	.mainMenuSection .menuList li a:hover {
	transform: translateY(-10px);
	transition-duration: 0.5s;
	opacity: 1;
	}

}


/* ============================
		newsArchiveListSection
 ============================ */

.newsArchiveListSection {
margin-top: 4em;
}

.newsArchiveListSection h2 {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 2.4rem;
text-align: center;
line-height: 1.0em;
margin-bottom: 1em;
}

.newsArchiveListSection h2 .script {
display: block;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color: #999;
}


/* tab */

.newsArchiveListSection .tab {
border-bottom: 3px solid #baa689;
}
.newsArchiveListSection .tab li {
float: left;
width: calc(33.3333% - 10px);
font-size: 1.4rem;
line-height: 2em;
text-align: center;
border: 1px solid #baa689;
border-bottom: none;
margin-right: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.newsArchiveListSection .tab li:hover {
cursor: pointer;
}

.newsArchiveListSection .tab li.active {
background-color: #baa689;
color: #fff;
}

.newsArchiveListSection .tabContets {
display: block;
width: 100%;
margin-bottom: 1em;
}

.newsArchiveListSection .tabContets > div {
display: none;
}
.newsArchiveListSection .tabContets > div.show {
display: block;
}


/* newsArchiveList */

.newsArchiveListSection .newsArchiveList {
}

.newsArchiveListSection .newsArchiveList li {
border-bottom: 1px solid #ccc;
}

.newsArchiveListSection .newsArchiveList a {
display: block;
padding: 10px 5px;
}

.newsArchiveListSection .newsArchiveList .noLink {
display: block;
padding: 10px 5px;
}

.newsArchiveListSection .newsArchiveList .date {
display: inline-block;
width: 8.5em;
font-size: 1.6rem;
line-height: 1.5em;
}

.newsArchiveListSection .newsArchiveList .category {
display: inline-block;
width: 7em;
font-size: 1.4rem;
line-height: 1.5em;
background-color: #ccc;
text-align: center;
position: relative;
top: -1px;
}

/* */
.newsArchiveListSection .newsArchiveList .category.news {
background-color: #E1DCCA;
}

.newsArchiveListSection .newsArchiveList .category.topic {
background-color: #EFDAF0;
}

.newsArchiveListSection .newsArchiveList .category.region {
background-color: #ffcc99;
}

.newsArchiveListSection .newsArchiveList .category.recruit {
background-color: #EFDAF0;
}

.newsArchiveListSection .newsArchiveList .category.you,
.newsArchiveListSection .newsArchiveList .category.event {
background-color: #f8e4d0;
}

.newsArchiveListSection .newsArchiveList .category.localNews {
background-color: #cfe5bb;
}

.newsArchiveListSection .newsArchiveList .category.gakkai {
background-color: #c9d6f0;
}

.newsArchiveListSection .newsArchiveList .category.acp {
background-color: #b3f29b;
}

.newsArchiveListSection .newsArchiveList .category.hosp {
background-color: #f7f29c;
}



.newsArchiveListSection .newsArchiveList .title {
display: block;
margin-top: 5px;
font-size: 1.6rem;
}


.newsArchiveListSection .more {
text-align: right;
}

.newsArchiveListSection .more a {
display: block;
padding-right: 1.25em;
font-size: 1.6rem;
line-height: 2em;
background-image: url("../../common/images/mark001.svg");
background-repeat: no-repeat;
background-position: right center;
background-size: 16px auto;
}



/* for PC */
@media screen and (min-width: 1024px) {


	.newsArchiveListSection h2 {
	font-size: 3.2rem;
	}

	/* tab */

	.newsArchiveListSection .tab li {
	width: 14em;
	font-size: 1.6rem;
	line-height: 2.0em;
	}

	/* newsArchiveList */
	
	.newsArchiveListSection .newsArchiveList {
	margin: 1.5em 2em;
 	}
	
	.newsArchiveListSection .newsArchiveList li {
	}
	
	.newsArchiveListSection .newsArchiveList a:before,
	.newsArchiveListSection .newsArchiveList a:after {
	content:"";
	display: table;
	}
	.newsArchiveListSection .newsArchiveList a:after { clear:both; }
	.newsArchiveListSection .newsArchiveList a { *zoom:1; }

	
	.newsArchiveListSection .newsArchiveList a {
	display: block;
	padding: 10px 5px;
	}


	
	.newsArchiveListSection .newsArchiveList .noLink:before,
	.newsArchiveListSection .newsArchiveList .noLink:after {
	content:"";
	display: table;
	}
	.newsArchiveListSection .newsArchiveList .noLink:after { clear:both; }
	.newsArchiveListSection .newsArchiveList .noLink { *zoom:1; }
	
	.newsArchiveListSection .newsArchiveList .noLink {
	display: block;
	padding: 10px 5px;
	}

	.newsArchiveListSection .newsArchiveList .date {
	float: left;
	width: 10em;
	font-size: 1.6rem;
	line-height: 1.5em;
	}

	.newsArchiveListSection .newsArchiveList .category {
	float: left;
	width: 7em;
	top: 2px;
	}

	.newsArchiveListSection .newsArchiveList .title {
	float: left;
	width: calc(100% - 17em);
	font-size: 1.6rem;
	line-height: 1.5em;
	margin-top: 0;
	box-sizing: border-box;
	padding-left: 1em;
	vertical-align: middle;
	}

}



/* ============================
		philosophySection
 ============================ */

.philosophySection {
margin-bottom: 1em;
}

.philosophySection h2 {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 2.4rem;
font-weight: bold;
text-align: center;
background-image: url("../images/fig_logo001.svg");
background-repeat: no-repeat;
background-position: center top;
background-size: 80px auto;
padding-top: 120px;
margin-bottom: 1em;
}
.philosophySection h2 span {
font-size: 1.8rem;
}


.philosophySection .lead {
font-size: 1.6rem;
line-height: 1.75em;
text-align: center;
margin-bottom: 3em;
}

.philosophySection .contentList {
}

.philosophySection .contentList li {
margin-bottom: 2em;
}


.philosophySection .contentList a {
display: block;
border-radius: 10px;
background-color: #ef859b;
position: relative;
/*box-shadow: 3px 3px 3px #ccc,0 0 3px #ccc;*/
}
.philosophySection .contentList a:hover,
.philosophySection .contentList a:hover img {
opacity: 1;
}

.philosophySection .contentList .photo {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.philosophySection .contentList .photo img {
width: 100%;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
/*border-radius: 15px;
box-shadow: 3px 3px 3px #ccc,0 0 3px #ccc;*/
}



.philosophySection .contentList h3 {
display: table;
width: 100%;
/*
background-image: url("../../common/images/mark001.svg");
background-repeat: no-repeat;
background-position: right 1em center;
background-size: 18px;
*/
}

.philosophySection .contentList h3 span {
display: table-cell;
vertical-align: middle;
height: 6em;
font-family: 'NotoSerifJP-Regular', serif, sans-serif;
font-weight: normal;
font-size: 1.6rem;
color: #fff;
padding: 1em;
text-align: center;
line-height: 1.5em
}

.philosophySection .contentList .toDetail {
display: none;
}


/* for SP */
@media screen and (max-width: 767px) {

	.philosophySection .contentList li {
	float: left;
	width: calc(50% - 10px);
	}

	.philosophySection .contentList li:nth-child(even) {
	float: right;
	}

	.philosophySection .contentList li:nth-child(odd) {
	clear: both;
	}

	.philosophySection .contentList h3 span {
	height: 3em;
	}

}



/* for TB */
@media screen and (max-width: 1023px) and (min-width: 768px){

	.philosophySection {
	margin-bottom: 6em;
	}

	.philosophySection h2 {
	font-size: 3.2rem;
	background-size: 120px auto;
	padding-top: 180px;
	}

	.philosophySection .lead {
	font-size: 1.8rem;
	}

	.philosophySection .contentList {
	margin-bottom: 5em;
	margin: 0 2em 5em 2em;
	}

	.philosophySection .contentList li {
	float: left;
	width: calc(50% - 20px);
	position: relative;
	margin-bottom: 3em;
	}
	.philosophySection .contentList li:last-child {
	margin-right: 0;
	}
	.philosophySection .contentList li:nth-child(even) {
	float: right;
	}

	.philosophySection .contentList h3 {
	font-size: 1.8rem;
	margin-bottom: 0.5em;
	}


}

/* for PC */
@media screen and (min-width: 1024px) {

	.philosophySection {
	margin-bottom: 6em;
	}

	.philosophySection h2 {
	font-size: 3.2rem;
	background-size: 120px auto;
	padding-top: 180px;
	}

	.philosophySection .lead {
	font-size: 1.8rem;
	}

	.philosophySection .contentList {
	margin-bottom: 5em;
	}

	.philosophySection .contentList li {
	margin-bottom: 0;
	float: left;
	width: calc(25% - 45px);
	margin-right: 60px;
	position: relative;
	}
	.philosophySection .contentList li:last-child {
	margin-right: 0;
	}
/*
	.philosophySection .contentList li:nth-child(even) {
	top: 1.5em;
	}
*/
	.philosophySection .contentList h3 {
	margin-bottom: 0;
	}

	.philosophySection .contentList .photo {
	overflow: hidden;
	}


	.philosophySection .contentList a:hover img {
	transform:scale(1.1,1.1);
	transition-duration: 1.2s;
	}

/*
	.philosophySection .contentList a:hover {
	transform: translateY(-10px);
	transition-duration: 1s;
	opacity: 1;
	}
*/

	.philosophySection .contentList h3 span {
	font-size: 2.0rem;
	position: relative;
	top: -25px;
	}

	.philosophySection .contentList .toDetail {
	display: block;
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	}

	.philosophySection .contentList .toDetail span {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5em;
	border: 1px solid #fff;
	padding: 0 3em;
	border-radius: 30px;
	position: relative;
	}
	
	.philosophySection .contentList .toDetail span::after {
	content: "＞";
	position: absolute;
	top: 0;
	right: 10px;
	}



}



/* ============================
		pickupBunnerSection
 ============================ */

.pickupBunnerSection {
margin-bottom: 3em;
}

.pickupBunnerSection .bunnerList {
}

.pickupBunnerSection .bunnerList li {
margin-bottom: 2em;
overflow: hidden;
}

.pickupBunnerSection .bunnerList li:last-child {
margin-bottom: 0;
}

.pickupBunnerSection .bunnerList li a {
display: table;
width: 100%;
box-sizing: border-box;
/*border: 3px solid #689451;*/
border-radius: 10px;
background-color: #ef859b;
/*box-shadow: 5px 5px 5px #eee,0 0 3px #eee;*/
}
.pickupBunnerSection .bunnerList li a:hover,
.pickupBunnerSection .bunnerList li a:hover img {
opacity: 1;
}

.pickupBunnerSection .bunnerList .photo {
display: table-cell;
vertical-align: middle;
width: 135px;
line-height: 0;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.pickupBunnerSection .bunnerList .photo img {
width: 100%;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
margin-bottom: -3px;
}

.pickupBunnerSection .inner {
display: table-cell;
vertical-align: middle;
width: calc(100% - 135px);
box-sizing: border-box;
padding-left: 1em;
/*
background-image: url("../../common/images/mark001.svg");
background-repeat: no-repeat;
background-position: right 10px bottom 10px;
background-size: 18px auto;
*/
}

.pickupBunnerSection h3 {
font-size: 1.4rem;
/*color: #756651;*/
color: #fff;
line-height: 1.75em;
font-family: 'NotoSerifJP-Regular', serif, sans-serif;
font-weight: normal;
}

.pickupBunnerSection .bunnerList .body {
font-size: 1.6rem;
font-family: 'NotoSerifJP-Regular', serif, sans-serif;
font-weight: normal;
line-height: 1.5em;
color: #fff;
margin-bottom: 0;
}

.pickupBunnerSection .bunnerList .toDetail {
display: none;
}


/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){


	.pickupBunnerSection {
	margin-top: -4em;
	}

	.pickupBunnerSection .bunnerList li {
	float: left;
	width: calc(50% - 15px);
	}
	.pickupBunnerSection .bunnerList li:nth-child(even) {
	float: right;
	}
	
}


/* for PC */
@media screen and (min-width: 1201px) {

	.pickupBunnerSection {
	margin-bottom: 5em;
	}


/* */

	.pickupBunnerSection .bunnerList {
	text-align: center;
	}

	.pickupBunnerSection .bunnerList li {
	margin-bottom: 0;
	/*float: left;*/
	display: inline-block;
	width: calc(25% - 45px);
	margin-right: 55px;
	position: relative;
	}

	.pickupBunnerSection .bunnerList li:last-child {
	margin-right: 0;
	}

	.pickupBunnerSection .bunnerList li a {
	box-sizing: border-box;
	display: block;
	border-radius: 10px;
	background-color: #ef859b;
	position: relative;
	}

	.pickupBunnerSection .bunnerList li a:hover,
	.pickupBunnerSection .bunnerList li a:hover img {
	opacity: 1;
	}

	.pickupBunnerSection .bunnerList .photo {
	display: block;
/*	width: 135px;*/
	width: 100%;
	line-height: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	}

	.pickupBunnerSection .bunnerList .photo img {
	border-bottom-left-radius: 0;
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

	}


	.pickupBunnerSection .bunnerList li a:hover img {
	transform:scale(1.1,1.1);
	transition-duration: 1.2s;
	}


	.pickupBunnerSection .inner {
	display: table-cell;
	vertical-align: middle;
	width: calc(100% - 135px);
	box-sizing: border-box;
	padding-left: 1em;
	/*
	background-image: url("../../common/images/mark001.svg");
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	background-size: 18px auto;
	*/
	}

	.pickupBunnerSection .inner {

	display: table;
	width: 100%;
	margin-bottom: 0;



	font-size: 1.4rem;
	/*color: #756651;*/
	color: #fff;
	line-height: 1.75em;
	font-family: 'NotoSerifJP-Regular', serif, sans-serif;
	font-weight: normal;
	position: relative;
	}

	.pickupBunnerSection .bunnerList .inner .in {
	display: table-cell;
	vertical-align: middle;
	height: 6em;
	width: 100%;
	font-family: 'NotoSerifJP-Regular', serif, sans-serif;
	font-weight: normal;
	color: #fff;
	padding: 0;
	padding-bottom: 2.5em;

	text-align: center;
	line-height: 1.5em;
	font-size: 2.0rem;
	}


	.pickupBunnerSection h3  {
	font-size: 1.6rem;
	font-family: 'NotoSerifJP-Regular', serif, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	color: #fff;
	margin-bottom: 0;
	width: 100%;
	text-align: center;
	}


	.pickupBunnerSection .bunnerList .body {

	font-family: 'NotoSerifJP-Regular', serif, sans-serif;
	font-weight: normal;
	color: #fff;
	padding: 0 1em;
	text-align: center;
	line-height: 1.5em;
	font-size: 2.0rem;

	}


	.pickupBunnerSection .bunnerList .toDetail {
	display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	}

	.pickupBunnerSection .bunnerList .toDetail span {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5em;
	border: 1px solid #fff;
	padding: 0 3em;
	border-radius: 30px;
	position: relative;
	}
	
	.pickupBunnerSection .bunnerList .toDetail span::after {
	content: "＞";
	position: absolute;
	top: 0;
	right: 10px;
	}





/*
	.pickupBunnerSection .bunnerList {
	margin:  40px 0;

	}

	.pickupBunnerSection .bunnerList li {
	margin-bottom: 0;
	float: left;
	width: calc(33.33333% - 20px);
	position: relative;
	margin-right: 30px;
	}
	.pickupBunnerSection .bunnerList li:last-child {
	margin-right: 0;
	}

	.pickupBunnerSection .bunnerList .photo {
	width: 145px;
	overflow: hidden;
	}


	.pickupBunnerSection .bunnerList .photo img {
	width: 100%;
	}

	.pickupBunnerSection .inner {
	width: calc(100% - 145px);
	height: 140px;
	}

	.pickupBunnerSection h3 {
	font-size: 1.4rem;
	margin-bottom: 0.25em;
	}

	.pickupBunnerSection .bunnerList .body {
	font-size: 2.0rem;
	}
	
	.pickupBunnerSection h3,
	.pickupBunnerSection .bunnerList .body{
	position: relative;
	top: -20px;
	}


	.pickupBunnerSection .bunnerList li a:hover img {
	transform:scale(1.1,1.1);
	transition-duration: 1.2s;
	}


	.pickupBunnerSection .bunnerList .toDetail {
	display: block;
	position: absolute;
	bottom: 20px;
	right: 70px;
	}


	.pickupBunnerSection .bunnerList .toDetail span {
	display: inline-block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5em;
	border: 1px solid #fff;
	padding: 0 3em;
	border-radius: 30px;
	position: relative;
	}
	
	.pickupBunnerSection .bunnerList .toDetail span::after {
	content: "＞";
	position: absolute;
	top: 0;
	right: 10px;
	}
*/

}



/* ============================
		otherSection
 ============================ */

.otherSection {
background-image: url("../images/bg_other001.webp");
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
padding: 2em 0;
}

.otherSection .otherList {
}

.otherSection .otherList li {
margin-bottom: 1em;
}

.otherSection .otherList li:last-child {
margin-bottom: 0;
}

.otherSection .otherList a {
display: block;
background-color: #fff;
font-family: 'NotoSerifJP-SemiBold', serif, sans-serif;
font-size: 2.0rem;
font-weight: bold;
color: #756651;
padding: 1em;
border-radius: 5px;
background-image: url("../../common/images/mark002.svg");
background-repeat: no-repeat;
background-position: right 10px center;
}

/* for PC */
@media screen and (min-width: 1023px) {

	.otherSection {
	padding: 5em 0;
	}

	.otherSection .otherList {
	margin: 0 2em;
	}
	
	.otherSection .otherList li {
	float: left;
	width: calc(50% - 30px);
	margin-bottom: 30px;
	}
	.otherSection .otherList li:nth-child(even) {
	float: right;
	}
	
	.otherSection .otherList li:nth-child(odd) {
	clear: both;
	}
	
	.otherSection .otherList li:nth-last-of-type(2) ,
	.otherSection .otherList li:last-child {
	margin-bottom: 0;
	}

	.otherSection .otherList a {
	font-size: 2rem;
	border-radius: 7px;
	}
	
	.otherSection .otherList a:hover {
	transform: translateY(-10px);
	transition-duration: 0.5s;
	opacity: 1;
	}


}




/* ============================
	gallerySlider03
 ============================ */


.gallery003 {
margin: 3em 0 6em 0;
}

.gallerySlider03 {
margin: 0;
padding: 0;
}

.gallerySlider03.slider {
margin: 0;
}

.gallerySlider03.slider li {
margin: 0;
}

.gallerySlider03.slider img {
width: 100%;
height: auto;
}

.gallerySlider03.slider .btn-99 img {
border-radius: 20px;
padding: 10px !important;
padding-bottom: 30px !important;
box-sizing: border-box;
-webkit-filter:drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.1));
-moz-filter:drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.1));
-ms-filter:drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.1));
filter:drop-shadow(1px 3px 8px rgba(0, 0, 0, 0.1));
}

.gallerySlider03.slider a:hover img {
opacity: 1;
transform:scale(1.2,1.2);
transition-duration: 1.2s;
}

.gallerySlider03.slider .slide-arrow {
width: 60px;
}
.gallerySlider03.slider .prev-arrow  {
position: absolute;
top: calc(50% - 50px);
left: 120px;
z-index: 200;
}
.gallerySlider03.slider .next-arrow  {
position: absolute;
top: calc(50% - 55px);
right: 120px;
z-index: 200;
}

/* for SP */
@media screen and (max-width: 767px) {

	.gallery003 {
	margin: 2em 15px;
	}

}


@media screen and (min-width: 1201px) {

	.gallerySlider03.slider .slide-arrow {
	width: 40px;
	}

	.gallerySlider03.slider .prev-arrow  {
	top: calc(50% - 35px);
	}
	.gallerySlider03.slider .next-arrow  {
	position: absolute;
	top: calc(50% - 35px);
	}


}




@media screen and (max-width: 1200px) and (min-width: 768px){

	.gallerySlider03.slider .slide-arrow  {
	}

	.gallerySlider03.slider li {
	margin: 0 30px;
	}

}

@media screen and (max-width: 1660px) and (min-width: 1201px){

	.gallerySlider03.slider .slide-arrow  {
	}

	.gallerySlider03.slider li {
	margin: 0 40px;
	}
	.gallerySlider03.slider .prev-arrow  {
	left: 270px;
	}
	.gallerySlider03.slider .next-arrow  {
	right: 270px;
	}

	/* theSecond */
	.theSecond .gallerySlider03.slider .prev-arrow  {
	left: 180px;
	}
	.theSecond .gallerySlider03.slider .next-arrow  {
	right: 180px;
	}

}

@media screen and (min-width: 1661px) {

	.gallerySlider03.slider .slide-arrow  {
	}

	.gallerySlider03.slider li {
	margin: 0 40px;
	}
	.gallerySlider03.slider .prev-arrow  {
	left: 280px;
	}
	.gallerySlider03.slider .next-arrow  {
	right:280px;
	}

}


@media screen and (max-width: 767px) {

	.gallerySlider03.slider .slide-arrow  {
	display: none !important;
	}

}



/* ============================
	miniGallerySlider
 ============================ */

.miniGallerySlider.slider {
width: 100%;
margin: 0 auto;
}

.miniGallerySlider.slider img {
}

.miniGallerySlider.slider .slick-slide {
margin: 0px;
transition: all ease-in-out .3s;
}


.miniGallerySlider.slider .slide-arrow  {
width: 31px;
}
.miniGallerySlider.slider .prev-arrow  {
position: absolute;
top: calc(50% - 40px);
left: 0px;
z-index: 100;
}
.miniGallerySlider.slider .next-arrow  {
position: absolute;
top: calc(50% - 40px);
right: 0px;
z-index: 100;
}



.miniGallerySlider.slider .slick-slide img {
width: 100%;
height: auto;
}

.miniGallerySlider.slider .slideDots {
text-align: center;
margin: 5px 0px 0px 15px;
border: none;
}

.miniGallerySlider.slider .slideDots li {
display: inline-block;
margin: 0 12px 0 0;
background-color: transparent;
border: none;
}
.miniGallerySlider.slider .slideDots li button {
display: inline-block;
position: relative;
text-indent: -9999px;
-moz-appearance: none;
-webkit-box-sizing: none;
-webkit-appearance: none;
appearance: none;
border: none;
background-color: transparent;
width: 10px;
height: 10px;
}
.miniGallerySlider.slider .slideDots li button:before {
content: url("../images/off.png");
display: inline-block;
vertical-align: middle;
text-indent: 0px;
position: absolute;
top: 0;
left: 0;
}
.miniGallerySlider.slider .slideDots li.slick-active button:before {
content: url("../images/on.png");
}

.miniGallerySlider.slider .slick-active {
}

.miniGallerySlider.slider .slick-current {
opacity: 1;
}







/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}
