@charset "utf-8";

/* =======================================

        CommonElements

======================================= */
body {
	width: 100%;
	min-width: 1300px;
	font-size: 16px;
	line-height: 1.5;
	color: #222;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inbox {
	width: 980px;
	margin: auto;
}
.inbox2 {
	width: 1200px;
	margin: auto;
}

.flex {
	display: flex;
}

.pc_none {
	display: none;
}

.garam {
	font-family: 'EB Garamond', serif;
}

.noto {
	font-family: 'Noto Serif JP', serif;
}

.brown {
	color: #a08237;
}

/*sns list============*/
.s_sns li {
	position: relative;
	margin-bottom: 20px;
}

.s_sns li a {
	opacity: 1;
}

.s_sns li a::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.s_line a:after {
	content: url(../img/common/s_line.png);

}
.s_insta a:after {
	content: url(../img/common/s_insta.png);
}

.s_fb a:after {
	content: url(../img/common/s_fb.png);
}

.s_amb a:after {
	content: url(../img/common/s_amb.png);
}

.s_sns li:hover a:after {
	opacity: 1;
	transition: 1.0s;
}

/*btn==========*/
.btn {
	color: #fff;
	font-size: 12px;
	text-align: center;
	transition: 0.5s;
}

.btn a {
	color: #fff;
	display: block;
	padding: 6px 0px;
}

/*矢印==========*/
.arr1,
.arr2 {
	position: relative;
}

.arr1 a::after,
.arr2 a::after,
.arr2 a::before  {
	content: "";
	transition: 0.5s;
    position: absolute;
}

.arr1 a::after,
.arr2 a::after {
    right: 15px;
    border-style: solid;
	border-color: transparent #fff;
}

.arr1 a::after {
    top: 40%;
	border-width: 3px 0px 3px 5px;
}

.arr2 {
	font-size: 16px;
}

.arr2 a {
	padding: 13px 0px;
}

.arr2 a::after {
    top: 45%;
	border-width: 3.5px 0px 3.5px 7px;
}

.arr2 a::before {
	width: 15px;
	height: 1px;
	right: 22px;
	top: 51.4%;
	background-color: #fff;
}

/*brown==========*/
.bk1 {
	transition: 0.5s;
	outline: 1px solid #a08237;
	background-color: #a08237;
}

.bk1:hover {
	background-color: #fff;
}
.bk1:hover a {
	color: #a08237;
}

.bk1:hover.arr1 a::after {
	border-color: transparent #a08237;
}

.bk1:hover.arr2 a::before {
	background-color: #a08237;
	
}
.bk1:hover.arr2 a::after {
	border-color: transparent #a08237;
}

/*gray==========*/
.bk2 {
	background-color: #969696;
	outline: 1px solid #969696;
}

.bk2:hover {
	background-color: #fff;
}

.bk2:hover a {
	color: #969696;
}

.bk2:hover.arr1 a::after {
	border-color: transparent #969696;
}

/*=====================*/
.pageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999;
	cursor: pointer;
}

.just {
	text-align: justify;
}

/*cmn contact==========*/
.cmn_contact ul.flex {
	align-items: center;
}

.tel {
	font-size: 24px;
	letter-spacing: -0.5px;
	padding-left: 17px;
	background: url(../img/common/tel_icon.png) no-repeat left top 16px;
}

.reserve {
	text-align: center;
	margin-left: 30px;
	transition: 0.5s;
}

.reserve a {
	color: #fff;
	display: block;
	padding: 8px 10px;
}

/*===================*/
.pc_none {
	display: none !important;
}

/*header
--------------------------------------------*/
#header {
    margin: 0 auto;
    width: 100%;
	height: 100px;
	min-width: 1300px;
    position: fixed;
    z-index: 900;
    padding: 0 100px;
    box-sizing:border-box;
    background-color: rgb(255,255,255,.9);
}

#header.flex {
	justify-content: space-between;
}

.h_logo {
	margin-top: 40px;
}

.h_info {
	margin-top: 35px;
}

#gnavi,
#header .cmn_contact {
	float: left;
}

#gnavi {
	padding-right: 15px;
}

#gnavi li {
	margin: 0px 8px;
	transition: 0.8s;
	position: relative;
}

#gnavi li.current a,
#gnavi li a {
	color: #828282;
	display: block;
	padding: 10px 8px
}

#gnavi li.current a,
#gnavi li:hover a {
	color: #a08237;
}

#gnavi li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: .3s;
  background-color: #a08237;
}
#gnavi li:hover::after {
  width: 100%;
}

.h_info .tel {
	font-size: 24px;
	background-size: 10px;
	background-position: left top 10px;
}

#header .reserve {
	width: 150px;
	background-color: #646464;
}
#header .reserve:hover {
	background-color: #000;
}

/*r_side
--------------------------------------------*/
#r_side {
	width: 100px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

#side_sns .s_sns {
	position: absolute;
	right: 35px;
	bottom: 90px;
}

/*ドロワーメニュー*/
.wrap .open_menu .open_in {
	width: 300px;
	padding: 60px 50px 0 50px;
}

/*サイドメニューコンテンツ*/
.open_menu {
    background: rgba(255,255,255,.95);
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
}

.open_menu { 
	position: fixed;
	height: 100%;
    right : -100%;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	z-index: 999;
}
.open_menu.active {
    right : 0px;
}

/*ハンバーガー*/
.menu_btn {
    width: 60px;
    height: 60px;
    position: fixed;
    right :0;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    margin: 20px; 
}
.menu_btn:before,
.menu_btn:after,
.menu_btn span {
    display: block;
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.menu_btn span {
    height: 3px;
    background-color: #000;
    top: calc(50% - 1.5px);
}
.menu_btn:before {
    content: "";
    top: calc(35% - 4px);
    border-top: 3px solid #000;
}
.menu_btn:after {
    content: "";
    width: 35%;
    right: 8px;
    bottom: calc(35% - 4px);
    border-bottom: 3px solid #000;
}
.menu_btn.on span {
    display: none;
}
.menu_btn.on:before {
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.menu_btn.on:after {
    width: 50%;
    right: 5px;
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}

/*sidemenu sns*/
#menu_sns {
	margin-bottom: 30px;
}

#menu_sns>p {
	width: 97px;
	font-size: 13px;
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 15px;
	border-bottom: 1px solid #222;
}

#menu_sns .s_sns li {
	margin-right: 15px;
}

/*sidemenu*/
.side_nav1 {
	margin-bottom: 10px;
}

.side_nav1 li {
	color: #222;
	font-size: 31px;
	margin-bottom: 8px;
}
.side_nav1 li a {
	color: #222;
	transition: 0.5;
}

.side_nav1 li:hover a {
	color: #a08237;
}

/*sidemenu tel*/
.open_menu .tel {
	font-size: 35px;
	margin-bottom: 15px;
}

.open_menu .tel a {
	color: #a08237;
	pointer-events: none;
}

/*sidemenu reserve*/
#r_side .reserve {
	width: 250px;
	margin-left: 0;
	margin-bottom: 20px;
	background-color: #a08237;
}

#r_side .reserve a {
	padding: 15px 10px;
}

#r_side .reserve:hover {
	background-color: #be9b41;
}

/*sidemenu navi bottom*/
.side_nav2 li {
	margin-top: 10px;
}

.side_nav2 li:hover {
	text-decoration: underline;
}

/*main visual
--------------------------------------------*/
#mainv {
	position: relative;
	padding: 100px;
}

.main_copy {
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 335px;
	z-index: 200;
	text-align: center;
}
#image1 {
	background: url(../img/top/main_bk1.jpg) no-repeat center center;
}
#image2 {
	background: url(../img/top/main_bk2.jpg) no-repeat center center;
}
#image3 {
	background: url(../img/top/main_bk3.jpg) no-repeat center center;
}
#image1,
#image2,
#image3 {
	height: 750px;
	background-size: cover;
}

.bx-wrapper {
	width: 100%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.bx-viewport {
    overflow: visible!important;
    width: 100%!important;
    margin:auto;
	text-align:center;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #c8c8c8;
  /*padding-top: 20px;*/
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #c8c8c8;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-controls-direction {
	display: none;
}

.bx-controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 999;
}

/*content
--------------------------------------------*/
#top_content h2 {
	font-size: 42px;
	text-align: center;
	letter-spacing: 2px;
}

/*campaign============*/
#campaign h2 {
	padding-left: 5px;
	text-align: left;
	position: relative;
	z-index: 1;
}

.campaign_post {
	margin-top: -13px;
	position: relative;
}

.campaign_post h3 {
	font-size: 16px;
	text-align: center;
	padding: 23px 10px;
	background-color: #f0ebe6;
}

#campaign .btn {
	width: 140px;
	position: absolute;
	right: 0;
	margin-top: -15px;
	padding: 6px 0px;
}

#campaign .bk1:hover {
	color: #a08237;
}

/*section1============*/
#sec1 {
	padding: 80px 0 100px;
}

#sec1 h2 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

/*section2============*/
#sec2 {
	padding: 100px 0;
	background: url(../img/top/sec2_bk.jpg) no-repeat center bottom #dedee0;
	background-size: cover;
	position: relative;
}

#sec2:after {
	content: url(../img/top/sec2_bk2.png);
	position: absolute;
	right: 0;
	top: -50px;
}

#sec2 h2 {
	margin-bottom: 20px;
}

.sec2_list ul.flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

.sec2_list li {
	width: 370px;
}

.sec2_list li dt {
	font-size: 24px;
	text-align: center;
	margin: 20px 0 10px;
}

.sec2_list li .btn {
	width: 140px;
	margin-top: 20px;
}

.sec2_course {
	margin-top: 75px;
	padding: 35px 20px;
	background-color: #fff;
}

.sec2_course ul.flex {
	justify-content: center;
}

.sec2_course li {
	width: 280px;
	margin: 0px 15px;
}

/*section3============*/
#sec3 {
	padding: 100px 0;
}

#sec3>div.inbox {
	position: relative;
}

#sec3 h2 {
	padding-bottom: 40px;
}

#sec3 .inbox .btn {
	width: 140px;
	position: absolute;
	top: 18px;
	right: 0;
}

/*sec3_photo_slider------*/
#photo_slider {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}

#photo_slider * {
	margin: 0;
	padding: 0;
}


#photo_slider ul {
	display: inline-block;
}

#photo_slider li {
	width: 260px;
	height: 250px;
	float: left;
	overflow: hidden;
	position: relative;
}

#photo_slider li .thumb {
	width: 250px;
	height: 250px;
}

/* .photo_hover {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(160,130,55,.8);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
}

#photo_slider li:hover .photo_hover {
	opacity: 1;
}

#photo_slider li .photo_hover>div {
	position: absolute;
	left: -180%;
	width: 180px;
	top: 24%;
	right: 0;
	margin: auto;
	-webkit-transition: .3s;
	transition: .5s;
}

#photo_slider li:hover .photo_hover>div {
  left: 0;
}

#photo_slider li:hover .photo_hover>div {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

#photo_slider li .day {
	font-size: 12px;
	margin-bottom: 5px;
}

#photo_slider li .btn {
	width: 120px;
	padding: 5px 0px;
	margin-top: 15px;
	border: 1px solid #fff;
} */

/*section4============*/
#sec4 {
	padding-bottom: 70px;
	background: url(../img/top/sec4_bk.jpg) no-repeat right bottom;
}

#sec4 div.flex {
	justify-content: space-between;
}

.sec4_box {
	margin-right: 40px;
}

#sec4 h2 {
	font-size: 28px;
	text-align: left;
	margin-bottom: 15px;
}

#sec4 .btn {
	width: 280px;
	margin-top: 30px;
}

/*section5============*/
#sec5 {
	padding: 70px 0 100px 0;
}

#sec5 .inbox2 {
	position: relative;
}

#sec5 div.flex {
	justify-content: space-between;
}

.insta_lt {
	width: 392px;
	height: 190px;
	top: 0;
	left: 0;
	padding: 50px 20px;
	box-sizing: border-box;
	border: 4px solid #a08237;
	position: absolute;
	text-align: center;
	background-color: #fff;
}

.insta_lt p {
	display: inline-block;
	text-align: left;
	padding-left: 70px;
	background: url(../img/top/tp-insta_icon.png) no-repeat center left;
}

.insta_lt .btn {
	width: 140px;
	margin: auto;
	margin-top: 20px;
}

#insta {
	width: 800px;
	margin-left: -8px;
}

.insta ul {
	overflow: hidden;
}

#insta div.sbi_item {
	width: 187px !important;
	height: 190px;
}

#insta div.sbi_item img {
	max-width: 100%;
}

#sbi_images .sbi_item:nth-child(1),
#sbi_images .sbi_item:nth-child(2) {
	float: right;
}

#sbi_images .sbi_item:nth-child(3) {
	clear: both;
}

#sbi_images .sbi_item:nth-child(3),
#sbi_images .sbi_item:nth-child(4),
#sbi_images .sbi_item:nth-child(5),
#sbi_images .sbi_item:nth-child(6) {
	float: left;
}


.insta_rt {
	width: 392px;
	height: 392px;
	padding: 5px;
	box-sizing: border-box;
	background: url(../img/top/insta_img-rt.jpg) no-repeat center;
}

.insta_rt>div {
	position: relative;
	text-align: center;
	padding: 135px 10px;
	border: 1px solid #fff;
}

.insta_rt-txt1 {
	font-size: 42px;
	font-weight: 500;
}

.insta_rt .btn {
	width: 140px;
	right: 0;
	bottom: 0;
	position: absolute;
}

/*section6============*/
#sec6 {
	padding-bottom: 120px;
}

#sec6 div.inbox {
	position: relative;
}

#sec6 h2 {
	margin-bottom: 20px;
}

.tp_news article {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d7d2cd;
}

.tp_news article a {
	overflow: hidden;
	display:block;
}

.tp_news article .thumb {
	float: left;
	width: 200px;
	height: 140px;
	background-color: #ccc;
}

.tp_news article .tp_news-rt {
	width: 750px;
	float: right;
	margin-top: 12px;
}

.tp_news article.arr2 a::before {
	top: 38%;
	right: 2px;
	width: 45px;
	background-color: #a08237;
}

.tp_news article.arr2 a::after {
	top: 36.5%;
	right: 0;
	border-color: transparent #a08237;
}

.tp_news article:hover.arr2 a::before {
	width: 120px;
}

.day_ctg {
	font-size: 14px;
	margin-bottom: 10px;
}

.day_ctg li {
	margin-right: 15px;
}

.day_ctg li:nth-child(2),
.day_ctg li:nth-child(3) {
	color: #222;
	width: 70px;
	text-align: center;
	background-color: #e6e6e6;
}

.tp_news article h3 {
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#sec6 .btn {
	width: 140px;
	position: absolute;
	top: 15px;
	right: 0;
}

/*footer
--------------------------------------------*/
#footer {
	overflow: hidden;
}

.f_cta {
	padding: 25px 0;
	background-color: #a08237;
}

.f_cta div.flex,
.f_bottom div.flex {
	justify-content: space-between;
	align-items: center;
}

.f_contact {
	float: left;
	font-size: 24px;
	font-weight: 500;
	margin: 6px 0px;
	position: relative;
}

.f_contact a {
	display: block;
	padding-right: 100px;
	transition: 0.5s;
}

.f_contact:hover a {
	color: #fff;
}

.f_contact.arr2 a::before {
	width: 45px;
	top: 50.9%;
	right: 0;
	background-color: #000;
}
.f_contact.arr2 a::after {
	right: 0;
	border-color: transparent #000;
	border-width: 4px 0px 4px 9px;
}

.f_contact:hover.arr2 a {
	color: #000;
}

.f_contact:hover.arr2 a::before {
	width: 85px;
}

#footer .tel {
	color: #222;
	font-size: 32px;
	padding-left: 20px;
	background-image: url(../img/common/f_tel_icon.png);
}
#footer .reserve {
	width: 250px;
	background-color: #222;
}
#footer .reserve a {
	padding: 13px 10px;
}

#footer .reserve:hover {
    background-color: #000;
}

.f_info {
	text-align: center;
	padding: 70px 0 50px;
	border-bottom: 1px solid #d7d2cd;
}

.f_logo {
	margin-bottom: 25px;
}

.f_bottom {
	padding: 6px 0;
	font-size: 12px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.f_navi li {
	margin-right: 20px;
}

.f_navi li a,
.f_copy a {
	color: #222;
}

/*下層
--------------------------------------------*/
/*下層共通--------------------*/
#page_ttl-wp {
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
	padding: 240px 0px 110px;
	background: url(../img/common/page_ttlbk.jpg) no-repeat center bottom;
}

.page_ttl {
	font-size: 64px;
	line-height: 110%;
	font-family: 'EB Garamond', serif;
}

.page_txt {
	font-size: 21px;
	font-family: 'Noto Serif JP', serif;
}

#breadcrumb {
	font-size: 14px;
	margin-top: 12px;
}

#breadcrumb li {
	float: right;
	margin-left: 5px;
	padding-left: 12px;
	background: url(../img/common/arrow.png) no-repeat center left;
}
#breadcrumb li:last-child {
	background: none;
}

#breadcrumb li a {
	color: #a08237;
}

#content {
	padding: 90px 0px 100px;
}

.cmn_ttl1,
.cmn_ttl2,
.editor h2 {
	color: #a08237;
	font-family: 'Noto Serif JP', serif;
}

.cmn_ttl1 {
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.cmn_ttl2,
.editor h2 {
	font-size: 22px;
	position: relative;
	padding: 5px 20px 6px;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
	background-color: #f0ebe6;
}

.editor h2 {
	font-size: 20px;
}

.cmn_ttl2::after,
.editor h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -2px;
	background-color: #a08237;
}

.cmn_ttl3,
.editor h3 {
	color: #a08237;
	font-size: 20px;
	margin-bottom: 15px;
	padding: 10px 15px 8px 35px;
	border-bottom: 1px solid #d7d2cd;
	background: url(../img/common/ttl_img1.png) no-repeat center left 5px;
}

li.cmn_ttl3 a {
	color: #a08237;
	position: relative;
}
li.cmn_ttl3 a::before,li.cmn_ttl3 a::after {
	    content: "";
    transition: 0.5s;
    position: absolute;
}
li.cmn_ttl3 a::before {
    width: 15px;
    height: 1px;
    right: -30px;
    top: 50%;
    background-color: #a08237;
}

li.cmn_ttl3 a::after {
    top: 40%;
    border-width: 3.5px 0px 3.5px 7px;
        right: -37px;
    border-style: solid;
    border-color: transparent #a08237;
}


.cmn_table dl {
	border-bottom: 1px solid #d7d2cd;
}

.cmn_table dt,
.cmn_table dd {
	vertical-align: top;
	display: table-cell;
	box-sizing: border-box;
}

.cmn_table dt {
	width: 150px;
	color: #a08237;
	text-align: left;
	padding: 15px 20px;
}

.cmn_table dd {
	width: 830px;
	padding: 15px 20px;
}

.box_mb80 {
	margin-bottom: 80px;
}

.box_mb100 {
	margin-bottom: 100px;
}

.cmn_wp {
	background-color: #f5f5f5;
	border: 5px solid #f0f0f0;
}

.cmn_in {
	border: 1px solid #fff;
}

.close {
    width: 35px;
    height: 35px;
    font-size: 32px;
    font-weight: bold;
    top: -15px;
    right: -10px;
    text-align: center;
    border-radius: 50%;
	position: absolute;
	cursor: pointer;
    background-color: #fff;
}

.close span {
    margin-top: -9px;
    display: block;
}

/*site_map
--------------------------------------------*/
#site_map li {
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	background-color: #f0ebe6;
}

#site_map li::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -2px;
	background-color: #a08237;
}

#site_map li a {
	color: #a08237;
	display: block;
	padding: 10px 15px;
}

/*privacy
--------------------------------------------*/
#privacy dl {
	margin-bottom: 60px;
}

/*contact
--------------------------------------------*/
.cont_txt {
	text-align: center;
	margin-bottom: 35px;
}

#contact dt {
	width: 200px;
	vertical-align: top;
}

#contact dt span {
	font-size: 12px;
	color: #ff0a0a;
}

#contact dd {
	width: 780px;
	padding: 12px 30px;
	vertical-align: middle;
}

#contact dd input,
#contact dd textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
}

#contact dd textarea {
	width: 720px !important;
	height: 200px;
}

.contact_btn {
	margin-top: 50px;
	text-align: center;
}

.contact_btn li {
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px;
}

.contact_btn li [type="submit"],
.contact_btn li [type="button"] {
	width: 260px;
	font-size: 18px;
	color: #fff;
	border: none;
	display: block;
	margin: auto;
	padding: 20px 0;
	background: #222;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
}

/*salon
--------------------------------------------*/
.salon_img {
	margin-top: 40px;
}

.salon_img ul.flex {
	justify-content: space-between;
}

#salon_creater .cmn_wp {
	margin: 25px 0px;
}

#salon_creater .cmn_in {
	padding: 10px 30px 30px;
}

#salon_creater .cmn_in p {
	text-align: justify;
}

#salon_creater .btn {
	width: 420px;
	margin-top: 30px;
}

.salon_info {
	margin-bottom: 60px;
}

.salon_sns li {
	position: relative;
	margin-right: 10px;
	padding-right: 15px;
	text-decoration: underline;
}

.salon_sns li a {
	color: #222;
}

.salon_sns li::before {
	content: "/";
	position: absolute;
	right: 0;
}

.salon_sns li:last-child::before {
	content: "";
}

.salon_map iframe {
	width: 100%;
	height: 450px;
}

/*menu
--------------------------------------------*/
.menu_link ul.flex {
	margin-top: 15px;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.menu_link li {
	width: 300px;
	text-align: center;
	margin-top: 25px;
	transition: 0.5s;
	background-color: #a08237;
	border: 1px solid #a08237;
}

.menu_link li a {
	color: #fff;
	display: block;
	position: relative;
	padding: 17px 15px 26px;
}

.menu_link li a::after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 50%;
	border-style: solid;
	border-width: 8px 6px 0px 6px;
	border-color: #fff transparent;
}

.menu_link li:hover {
	background-color: #fff;
}

.menu_link li:hover a {
	color: #a08237;
}

.menu_link li:hover a::after {
	border-color: #a08237 transparent;
}


.acd-check,.acd-label{
    display: none;
}

.menu_course {
	margin-top: 50px;
	padding: 50px 60px 35px;
	border: 8px solid #f0ebe6;
	background-color: #fff;
	position: relative;
}
.menu_box.flex,
.menu_course .flex {
	justify-content: space-between;
}

.menu_course::before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	top: -8px;
	left: -8px;
	background: url(../img/menu/course_txt.png) no-repeat center
}

.menu_txt {
	width: 500px;
}

.price_ttl {
	color: #fff;
	width: 125px;
	padding: 5px 0px 7px;
	margin: 20px 0px -20px 20px;
	text-align: center;
	background-color: #222;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}

.price_ttl2 {
	font-size: 30px;
	text-align: center;
	margin: -20px 0px -60px 40px;
}

#gel .price_ttl2 span {
	display: none;
}

.menu_txt .cmn_wp {
	margin-bottom: 20px;
}

.menu_txt .cmn_in {
	padding: 25px 35px 10px;
}

.menu_price li {
	margin-bottom: 5px;
}

.menu_price li:last-child {
	border-bottom: none;
}

.nail_art {
	padding: 0px 25px;
	margin-bottom: 35px;
}

.nail_art li {
	width: 230px;
	text-align: center;
}

.nail_art li .txt1 {
	margin-bottom: 20px;
}

.nail_art li .txt1 span {
	font-size: 26px;
	display: block;
	line-height: 120%;
}

.nail_art li .txt2 {
	color: #fff;
	padding: 5px 5px;
	margin-top: 20px;
	border-radius: 17.5px;
	background-color: #969696;
}

.nail_color {
	align-items: center;
}

.nail_color p {
	width: 500px;
}

#gel .menu_box {
	margin-bottom: 30px;
}

#menu_speed .btn {
	width: 300px;
	margin-top: 40px;
}

#other .cmn_ttl1,
#item .cmn_ttl1 {
	font-size: 42px;
}

#other .box1 {
	margin-bottom: 50px;
}

.other_list li {
	margin-bottom: 14px;
	padding: 0px 0px 14px 25px;
	border-bottom: 1px solid #d7d2cd;
	background: url(../img/common/ttl_img2.png) no-repeat left top 4px;
}

#other .box2 {
	justify-content: space-between;
	flex-wrap: wrap;
}

#other .box2>div {
	width: 465px;
	margin-top: 30px;
}

#other .box2>div:nth-child(-n+2) {
	margin-top: 0px;
}

.item_post.flex,
.item_post .flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

.item_post article {
	width: 465px;
	margin-top: 45px;
}

.item_post article:nth-child(-n+2) {
	margin-top: 0px;
}

.item_post article .thumb {
	width: 200px;
	height: 200px;
	float: left;
	margin: 0px 25px 15px 0px;
}

/*speed
--------------------------------------------*/
#speed_step1 {
	margin-top: 55px;
}

.step1_course ul.flex {
	margin: 30px 0px;
	justify-content: space-between;
}

.step1_course li {
	width: 300px;
	text-align: center;
}

.step1_course li .cmn_in {
	padding: 0px 40px 25px;
}

.step1_course li .num {
	color: #a08237;
	font-size: 42px;
	padding-top: 5px;
	margin: -10px 0px 5px;
	background: url(../img/speed/course.png) no-repeat center top;
}

.step1_course li dl {
	font-size: 20px;
}

.step1_course li dt {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #d7d2cd;
}

.step1_course li dd {
	color: #a08237;
}

.tab_list {
	margin-bottom: 40px;
	background: url(../img/speed/line.png) no-repeat center bottom;
}

.tab_list li {
	width: 150px;
	margin-right: 10px;
	text-align: center;
	border-radius: 8px 8px 0px 0px;
	background-color: #b4b4b4;
}

.tab_list li a {
	color: #fff;
	display: block;
	padding: 6px 10px;
}

.tab_list li.select {
	background-color: #a08237;
}

.speed_design ul.flex {
	flex-wrap: wrap;
}

.speed_design li {
	width: 180px;
	margin: 35px 20px 0px 0px;
	text-align: center;
}

.speed_design li:nth-child(5n) {
	margin-right: 0px;
}

.speed_design li:nth-child(-n+5) {
	margin-top: 0px;
}

.speed_design li .thumb {
	width: 180px;
	height: 180px;
}

.speed_design li p {
	color: #8c8c8c;
	font-size: 14px;
	margin-top: 8px;
}

/*gallery
--------------------------------------------*/
#gallery ul.flex {
	flex-wrap: wrap;
}

#gallery li {
	width: 215px;
	margin: 40px 40px 0px 0px;
}

#gallery li:nth-child(-n+4) {
	margin-top: 0px;
}

#gallery li:nth-child(4n) {
	margin-right: 0px;
}

#gallery li .thumb {
	width: 215px;
	height: 215px;
}

.zoom {
	cursor: pointer;
}

.zoom::before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	right: 8px;
	bottom: 8px;
	z-index: 999;
	background: url(../img/common/zoom_icon.png) no-repeat center;
}

.zoom:hover img {
	opacity: 0.8;
}

.iziModal {
	max-width: 800px !important;
}

.modal_in {
	padding: 20px;
}

.modal_img {
	width: 500px;
	height: 500px;
}

.modal_txt {
	width: 300px;
	margin-left: 20px;
}

.modal_ttl {
	color: #a08237;
	padding: 5px 15px;
	margin-bottom: 15px;
	background-color: #f0ebe6;
}

/*画像サイズ設定========*/
.thumb {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.thumb img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@supports ( object-fit: cover ) {
    .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.editor img {
    max-width: 100%;
    height: auto;
}


/*pagenavi==========*/
  /*archive*/
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 5px 10px !important;
    border-color: #a08237 !important;
    background-color: #fff;
  }

  .wp-pagenavi a:hover,
  .wp-pagenavi span.current {
    border: 1px solid #be9b41 !important;
  }

  /*single*/
  .page_btn {
    width: 100%;
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px dotted #ccc;
  }

  .page_btn a {
    color: #333;
  }

  .page_btn .left a {
    float: left;
  }

  .page_btn .right a {
    float: right;
  }

  #pagerlist {
    clear: both;
    width: 100%;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-top: 30px;
  }

/*404================*/
.not_found {
    text-align: center;
}

.found_map {
	margin-top: 80px;
	text-align: left;
}

.found_map li  {
	font-size: 15px;
	background-color: transparent;
	border-bottom: 1px dotted #8c8c8c;
}

.found_map li:first-child {
	border-top: 1px dotted #8c8c8c;
}

.found_map li a {
	color: #5c5c5c;
	display: block;
	padding: 14px 20px;
}
/**/
#top_content #sec2 .sec2_list{
width: 800px;
margin: 0 auto;
}
