@charset "UTF-8";

/* 大きいPC画面用 */
@media screen and (min-width:1685px){
.tsujyo-pc{ display: none; }
.big-pc{ display: block; }
}/* ここまで */



@media screen and (max-width: 1125px) { /*ウィンドウ幅が最大1125pxまでの場合に適用*/
	
/* ===================================================================
　共通
==================================================================== */
/* PCとSPの表示切り替え */
.pc-none{ display: block; }
.sp-none{ display:none; }
	
	
/* レスポンシブ調整 外側 */
.inner,
.inner1000,
.inner900{
	width: 100%!important;
	min-width: 100%!important;
	max-width: 999px!important;
	margin: 0 auto;	
}
.inner800{
	width: 100%!important;
	min-width:  80.5%!important;
	max-width: 80.5%!important;
	margin: auto!important;	
}
.inner-80p{
	width: 80.5%;
	max-width: 999px;
	margin: 0 auto 40px;
}

/*　レスポンシブ調整 内側　*/
#page .inner,
#single .inner{
	width: 100%!important;
	min-width:  85%!important;
	max-width: 85%!important;
	margin: auto!important;	
}
#page #archive #left .inner {
	width: 100%!important;
	min-width:  100%!important;
	max-width: 100%!important;
	margin: 0 auto!important;	
}
#page #page-contents .inner{
	margin: 0 auto 40px!important;	
}
	
pre { white-space: pre-wrap; }
img{ max-width: 100%; }
iframe{ max-width:100%; }

body, html {
	/*height: 100%;*/
	margin:0;
	padding:0;
}
body{
	font-size: 14px; 
	line-height: 1.6;
}
.pagenavi{
	margin-bottom:20px;
	text-align: center;	
}
div.vegas_item {
    height: 70vh;
}


	
/* ===================================================================
　汎用クラス
==================================================================== */	
.cal3 li {
    float: none;
    width: 95%;
    margin: 0 auto 35px;
	  clear: both;
    overflow: hidden;
}
.cal3 li:nth-child(3n) {
    margin-right: auto;
}	
	
	
/* ===================================================================
　汎用ボタン
==================================================================== */
/*btn04*/
.btn04 a{
	font-size: 14px;
}
.btn04 a span:before,
.btn04 a span:after {
	right: 10px;
}
.btn04 a span:before {
	width: 20px;
}
	
	
/* ===================================================================
　ハンバーガーメニュー
==================================================================== */
.hamburger {
    top:20px;
    right:25px;
}
.peke{
	top: 4%;
	right: 5%;
}
.drawr {
	min-width: auto;
	width:100%;
	padding:30px 0 100px 0;
	border-left: 0;
	background-color: #fff;
}
.drawr .logo-ham{
	text-align: center;
	margin-bottom:20px;
}	
ul#drawrcontents li{
	font-size: 13px;
	letter-spacing: 0.01em;
}
ul#drawrcontents li a {
	padding:10px 0 40px;
}
ul#drawrcontents li a:after{
	bottom: 12px;
	height:20px;
	width:20px;
}	


	
/* ===================================================================
　ヘッダー
==================================================================== */
header,
.is-fixed{
	height: 75px;
}
.is-fixed {
    position: static;
    z-index: 10;
    background: none;
    border-bottom: none;
}
header .logo{
	padding:27px 0 0 0;
	float: none;
  position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
header .logo img{
	width: 146px;
}	
	

	
/* ===================================================================
　スライド
==================================================================== */

	
/* スライド上に重ねる要素01（キャッチコピー、横並びボタン） */
.on_slide_wrap-01{
	width: 80.5%;
	max-width: 999px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 99;
}
.on_slide_wrap-01 h2{
	font-size: 2rem;
	margin: 0 0 30px 0;
}
.on_slide_wrap-01 ul.on_slide_btn li{
	display: block;
	width: 80.5%;
	max-width: 400px;
	margin: 0 auto 10px;
	font-size: 14px;
}
.on_slide_wrap-01 ul.on_slide_btn li a{
	padding: 16px; 
}
.on_slide_wrap-01 ul.on_slide_btn li a span:before,
.on_slide_wrap-01 ul.on_slide_btn li a span:after {
	right: 10px;
}
.on_slide_wrap-01 ul.on_slide_btn li a span:before {
	width: 20px;
}


	
.on_slide_wrap-02{
	z-index: 99;
}
	
/* ===================================================================
　フローティングメニュー
==================================================================== */
.floating{
    width: 100%;
    bottom: 0;
    left: 0;
    float: left;
    top: auto;
}	
	

.floating ul li img{
    height: auto;
    width: 16px;
    margin: 0 5px 0 0;
}
	


.floating ul li {
    background-color: #002e73;
    color: #fff;
    width: 50%;
    height: 57px;
	display: inline-block;
	float: left;	
}

.floating ul li:nth-child(2) {
    background-color: #000;
    color: #fff;
    width: 50%;
    height: 57px;
	display: inline-block;
}
	
	
	
.floating ul li:nth-child(2) a{
	line-height: 1.1;
    font-size: 1.15vw;
    font-weight: bold;
    padding-left: 3.5vw;
	padding-top: 3%;
    position: relative;
}

	
	
		
.floating ul li a{
    color: #fff;
    line-height: 61px;
    font-family: "Europa-Bold","europa";
    font-size: 4.5vw;
    width: 50vw;
    padding: 0 6vw;
    display: flex;
}
.floating ul li:nth-child(2) a{
	font-size: 15px;
    line-height: 57px;
    text-align: center;
	font-family: "Hiragino Kaku Gothic W6 JIS2004",sans-serif;
    padding: 2px;
	display: inline-block;
}	

.floating ul li a.float-contact:before{
	content: "";
	position: absolute;
    width: 1vw;
    height: 1vw;
    left: 15px;
    top: 19px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
.floating ul li a.float-contact:before {
    content: none;
}








	
	
/* ===================================================================
　index
==================================================================== */
#index {
	font-size: 13px;
 	line-height: 2.1;
	letter-spacing: 0.2em;
}
#index h2{
	font-size:19px;
	margin-bottom:30px;
	line-height: 150%;
}
#index h2 span{
	font-size:16px;
	margin: 6px 0 0;
	line-height: 140%;
}
#index h3{
	font-size:15px;
	margin:10px 0;
}

#index p{
	line-height: 20px!important;
}

.obi{
	position: relative;
}
	

/* ===================================================================
　News Ticker
==================================================================== */	
	


/* ===================================================================
　section#index-sec-01
==================================================================== */
	
section#index-sec-01:before {
    width: 43vw;
    top: -95%;
    right: 4vw;
}
	
section#index-sec-01 {
    padding: 50px 0 0 0;
}
section#index-sec-01 .inner900{
	min-width:  80.5%!important;
	max-width: 80.5%!important;
}
#index section#index-sec-01 li{
	margin-bottom:20px;
}	
#index-sec-01 .thumb{
	float: left;
	width: 45%;
	margin-bottom: 0;
	position: relative;
	overflow: hidden;
}
#index-sec-01 .thumb img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}
	
section#index-sec-01 p.subtitle {
    font-size: 15px;
}
	
section#index-sec-01 div.contact-wrap {
    display: block;
	margin-bottom: 0;
}
section#index-sec-01 div.contact-wrap div.img-container {
    width: 100%;
	height: 180px;
}
section#index-sec-01 div.contact-wrap div.img-container img{
    width: auto;
	height: 180px;
	min-width: 100%;
	max-width: 100%;
}
	
section#index-sec-01 div.contact-wrap div.txt-wrap {
    width: 100%;
    height: auto;
    padding: 21px 30px;
}
	
	
section#index-sec-01 div.contact-wrap div.txt-wrap a {
    padding: 14px 10px;
    font-size: 14px;
}
	
section#index-sec-01 div.contact-wrap div.allow {
    bottom: 4px;
    margin: 0 0 0 23px;
}
	
	
#index-sec-01 .thumb .ico-new{
  top: -10px;
  left: -62px;	
	width: 100px;
	height: auto;
	padding: 33px 0 8px;
	font-size: 14px;
}
#index-sec-01 .thumb .event-close{
	max-width: 270px;
}
#index-sec-01 .thumb .event-close p{
	width: 70%;
	max-width: 130px;
	font-size: 11px;
}

	
#index-sec-01 .cat-title-wrap{
	float: right;
	width: 51%;
	padding: 0 10px 0 0;
}
#index-sec-01 .cat{
	font-size: 10px;
	margin-bottom: 24px;
}
#index-sec-01 .cat:after{
	content: '';
	width: 30px;
	bottom: -8px;
}
#index-sec-01 .title a:after{
   width: 8px;
   top: 6%;
   right: -8px;
   height: 8px;
}	
#index-sec-01 h3 {
	font-size: 19px!important;
  line-height: 140%;
	margin-bottom: 20px;
	text-align: center;
}

#index section#index-sec-01 h2 {
    font-size: 19px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

section#index-sec-01 div.contact-wrap div.txt-wrap p {
    font-size: 13px;
    margin-top: 21px;
	text-align: center;
}
	
	
	
/* ===================================================================
　section#index-sec-reason
==================================================================== */	
	
section#index-sec-reason {
    overflow: hidden;
    display: block;
    padding: 40px 10%;
}

section#index-sec-reason div.img-container {
    width: 100%;
    margin: 0 auto;
}
section#index-sec-reason div.txt-wrap {
    width: 100%;
    height: auto;
    position: initial;
    left: 0;
    margin-top: 20px;
    padding: 0px;
    z-index: 1;
	transform: none;
}
section#index-sec-reason div.txt-wrap h2 {
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
	}
	
section#index-sec-reason div.txt-wrap p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.8;
}
	
section#index-sec-reason div.txt-wrap a {
    padding: 14px 20px;
    font-size: 15px;
}
section#index-sec-reason div.allow {
    margin: 0 0 0 37px;
}
	
	
	
	
/* ===================================================================
　section#index-sec-works
==================================================================== */	
section#index-sec-works {
	width: 100%;
	margin: 0 0 30px 0;
	}
section#index-sec-works div.btn-flow,
section#index-sec-service div.btn-flow {
    display: block;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 0.07em;
    line-height: 1;
    padding: 1.2em 1em;
    width: 100%;
    text-align: center;
    margin: 5px 0;
    border: 1px solid #3e3a39;
}
	
section#index-sec-works .obi-btn,
section#index-sec-service .obi-btn {
    display: none;
}
#index section#index-sec-service .col2 li {
	height: auto!important;
	}
	
#index .works-archive {
    overflow: hidden;
	margin-bottom: 0;
}
section#index-sec-works {
    padding: 30px 0 20px 0;
}
#index section#index-sec-works h2 {
  font-size: 29px;	
    margin: 0 0 30px 0;
}
	
#index section#index-sec-works li {
    width: 50%;
    /*height: 219px!important;*/
    float: left;
    margin: 0 auto 30px auto;
    overflow: hidden;
}
	
#index section#index-sec-works li img {
    height: auto;
}
/* ===================================================================
　section#index-sec-02
==================================================================== */
section#index-sec-02 {
	width: 90%;
	margin: auto;
  padding: 30px 0 30px 0;
	position: relative;	
}
section#index-sec-01 .obi-btn{
	bottom: 30px;
	right:9%;
	font-size: 14px;
}
section#index-sec-01 .obi-btn a:after{
   content: "";
   position: absolute;
   border-right: 1px solid #3e3a39;
   border-top: 1px solid #3e3a39;
   width: 8px;
   top:30%;
   right: -10px;
   height: 8px;
   transform: rotate(45deg);
	cursor: pointer;
}	
section#index-sec-02 .obi-btn{
	right: 20px;
	font-size: 14px;
}	
	
	
#index section#index-sec-02 h2{
	font-size:20px;
    text-align: center;
    letter-spacing: 2px;
}
section#index-sec-02 ul{
	margin: 20px auto 20px;
	font-size: 14px;
}
section#index-sec-02 ul li{
	position: relative;
	border-bottom:1px solid #3e3a39;
	padding: 1.2em 2em;
}
section#index-sec-02 ul li .date,
section#index-sec-02 ul li .cat,
section#index-sec-02 ul li .title {
	line-height: 165%;
}
section#index-sec-02 ul li .date,
section#index-sec-02 ul li .cat{
	margin-bottom: 7px;
}
section#index-sec-02 ul li .title a:after{
   top:45%;
}		
	
	
	
section#index-sec-03 {
    padding: 25px 0 20px 0;
    text-align: center;
}
#index section#index-sec-03 .col3{
	margin:25px 0 0 0;
}
#index section#index-sec-03 ul{
	margin: 10px 0 0;
}
#index section#index-sec-03 li{
	width:49%;
	float: left;
	height: 126px!important;
	margin:0 0 2px 2px;
}
#index section#index-sec-03 li img {
    width: 100%;
    height: 125px;
    object-fit: cover;
}
	
	
section#index-sec-03 ul li a{
	color: #000;
}
section#index-sec-03 ul li .title a:after{
   content: "";
   position: absolute;
   border-right: 1px solid #3e3a39;
   border-top: 1px solid #3e3a39;
   width: 8px;
   top:40%;
   right: 2%;
   height: 8px;
   transform: rotate(45deg);
	cursor: pointer;
}	

	
	
	
	
	
	

/* ===================================================================
　section#index-sec-service
==================================================================== */

section#index-sec-service div.txt-wrap div.allow:after {
    content: none;
	}
	
section#index-sec-service div.txt-wrap div.allow {
	width: 0;
}	
#index section#index-sec-service div.service-caption p {
    margin: 26px auto 30px auto;
    font-weight: 700;
    font-size: 13px;
}
	
section#index-sec-service ul.price li img{
	height: 100%!important;
	}
#index section#index-sec-service li img{
	height: calc(80.5vw/3*2);
	}
#index section#index-sec-service li .thumb{
	height: calc(80.5vw/3*2);
	}
section#index-sec-service li {
    width: 100%!important;
    margin: 0 auto 30px auto;
    float: none;
}
#index section#index-sec-flow h2,
#index section#index-sec-service h2 {
    font-size: 29px;
}
section#index-sec-service h2 span {
	font-size:16px;
	margin: 6px 0 0;
	line-height: 140%;
}

#index section#index-sec-service h3 {
    margin-top: 10px;
	font-size: 14px;
}
	
#index section#index-sec-service .inner-80p{
	margin-bottom: 0;
	}
#index section#index-sec-service .btn04 a{
	margin-bottom: 30px!important;
	margin-top: 0!important;
	}
#index section#index-sec-service p {
    font-size: 14px;
}
#index section#index-sec-flow li::after {
content: none;
}
	
	.service-archive {
width: 100%;
	}
/* ===================================================================
　section#index-sec-flow
==================================================================== */
section#index-sec-flow {
     width: 100%; 
}
	
#index section#index-sec-flow .flowwrap {
	width: 93%;
    padding: 20px;
    margin: 0 auto;
	height: 88px;
	text-align: left;
}
	
#index section#index-sec-flow .flowwrap .flow-title {
	display: inline-block;
	}
#index section#index-sec-flow .flowwrap .number {
    font-size: 20px;
    display: inline-block;
	vertical-align: unset;
	margin-right: 10px;
	}
	
	
#index section#index-sec-flow li::after {
	content: "";
    position: absolute;
    height: 20px;
    top: 100px;
    left: 50%;
    border-left: 1px solid #323232;
    border-bottom: 0;
	}
	
#index section#index-sec-flow li:nth-child(4)::after {
    content: "";
    position: absolute;
    height: 20px;
    top: 100px;
    left: 50%;
    border-left: 1px solid #323232;
    border-bottom: 0;
}
#index section#index-sec-flow li {
    width: 100%;
    height: 100px!important;
    float: left;
    margin: 0 auto 30px auto;
    position: relative;
    overflow: visible;
}
	#index section#index-sec-flow h3{
		margin-top: 0;
	}
/* ===================================================================
　section#index-sec-left,
　section#index-sec-right
==================================================================== */
section#index-sec-left,
section#index-sec-right{
	position: static;	
  padding: 30px 0 0 0;
}
.txtArea{
	position: static;
	width: 80.5%;
	margin: 0 auto 30px;
	padding: 0;
}
#index-sec-right .txtArea{
	right: auto;
}
#index .txtArea h2{
	font-size: 18px;
	margin: 0 0 20px 0;
}
.txtArea .txt{
	text-align: left;
   margin-bottom: 30px;
}
.imgArea {
	position: static;
	top: auto;
	width: 100%;
	height: auto;
}
.imgArea img {
	position: static;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index-sec-left .imgArea { right: auto; }
#index-sec-left .imgArea img { left: auto; }
#index-sec-right .imgArea { left: auto; }
#index-sec-right .imgArea img { right: auto; }


	

/* ===================================================================
　section#index-sec-event
==================================================================== */
section#index-sec-event {
  padding: 30px 0 0 0;
}
section#index-sec-event ul{
	display: block;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
section#index-sec-event ul:after,
section#index-sec-event ul:before{
	width: 100%;
}
section#index-sec-event ul li{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 20px;
}
section#index-sec-event ul li:nth-of-type(2n){
	margin: 0 0 20px 0;	
}
section#index-sec-event ul li:last-of-type{
	margin: 0 0 0 0;	
}	


section#index-sec-event ul li .thumb {
    position: relative;
    width: 30%;
    margin: 0 20px 0 0;
    height: auto;
    background: #EEE;
  float: left;
}
section#index-sec-event ul li .thumb:before {
    content: "";
    display: block;
    padding-top: 100%;
}
section#index-sec-event ul li .thumb img {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;
}

section#index-sec-event ul li .date{
  font-size: 13px;
}
section#index-sec-event ul li .date,
section#index-sec-event ul li .title{
  display: block;
  padding-right: 0;
  line-height: 165%;
}
section#index-sec-event ul li .title{
  margin: 10px 0;
}
section#index-sec-event ul li .cat{
	display: inline-block;
	padding-right: 0;
}
section#index-sec-event ul li .cat a{
  display: inline-block;
  border: 1px solid #3e3a39;
  padding: 3px 10px;
  text-align: center;
  line-height: 140%;
  margin-right: 10px;
  font-size: 13px;
}
section#index-sec-event ul li .cat a:hover{
  background: #000;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
  transition: all .3s;
}
section#index-sec-event ul li .title a:after{
   display: none;
}	

	
	

/* ===================================================================
　section#index-sec-accent-img
==================================================================== */
section#index-sec-accent-img img{
	width: 100%;
	height: 290px;
	object-fit: cover;
}


/* ===================================================================
　Instagram
==================================================================== */
/*instagram	*/
#index-sec-01 .instagram{
	margin: 0 0 30px 0;
}
#index-sec-01 .follow_btn {
    display: none;
}	
#sb_instagram #sbi_load{
	margin: 30px auto 20px auto; 
}	
	
/* ===================================================================
　フッター
==================================================================== */
	
/* ===================================================================
　footer section#footer-sec-01
==================================================================== */
section#footer-sec-01 {
	width: 100%;
	height: 100%;
	background: #eceef0;	
}
section#footer-sec-01 .inner-80p{
	position: static;	
	overflow: hidden;
	width: 100%;
  margin: 0 auto;	
}
.footer-sec-01-left{
	width: 100%;
	height: auto;	
	max-height: 220px;
	background-size: cover;	
}

section#footer-sec-01 .footer-sec-01-left img {
    position: static;
}
	
section#footer-sec-01 .footer-sec-01-left p {
    top: 30%;
    font-size: 1.01rem;
}
	
.footer-sec-01-left p{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);	
	width: 80.5%;		
	font-size: 14px;
	text-align: center;
}
.footer-sec-01-right .holiday-line{
	display: inline-block;
    height: 20px;
    border-right: 1px solid #3e3a39;
    width: 7px;
    margin-right: 5px;
	}
.footer-sec-01-right{
    position: static;
    right: auto;
    top: auto;
    transform: translate(0,0);
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border: 0;
    background: #E8E5DF;
}
.footer-sec-01-right h2{
	font-size: 15px;
	line-height: 2;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc9c8;	
	letter-spacing: .05em;
}
.footer-sec-01-right .lead{
	margin-bottom: 10px;
	font-size: 13px;
}
.footer-sec-01-right .tel{
	margin-bottom: 12px;	
}
.footer-sec-01-right .tel span.tel-01{
	font-size: 18px;
}
.footer-sec-01-right .tel span.tel-02{
	font-size: 23px;
}

.btn04-footer a span.footer-arrow {
    line-height: 1.3;
}
.btn04 a {
    margin: 10px auto;
	text-align: center;
	}
/* ===================================================================
　footer section#footer-sec-02
==================================================================== */
.footer-in {
	width: 100%;
  max-width: 100%;	
	margin: 0 auto;
}
.footer-sec-02-in {
	width: 95%;
	max-width: auto;
	padding: 20px 0 0;
	display: block;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.footer-sec-02-in:after,
.footer-sec-02-in:before{
	width: 100%;
}
#footer .box-right{
	display: none;
	}

#footer .box-left-wrap .logo{
	width: 50%;
	margin: 0 auto;
	}
#footer .box-left-wrap{
	display: block;
	text-align: center;
	padding: 0;
	width: 40%;
	margin: 0 auto;
}	
	#footer .box-left {
	 float: none; 
    padding: 0;
}
#footer-sns ul li{
  	display: inline-block;
    font-size: 18px;
	margin-right:0;
}
	
#footer .logo img {
    margin-bottom: 8px;
}
#footer-sns ul li a {
    position: relative;
    display: block;
    width: 18px;
}
.chui {
    padding: 20px 0 60px;
	}
.chui p{
	width: 90%;
	margin: 0 auto;	
}
.chui p:last-child {
    margin: 5px auto 0px;
}
	


	

	
	
	
} /* ウィンドウ幅が最大1125pxまでの場合に適用 ここまで¨*/





/* スマホの中でも限られたウィンドウサイズ以下に対して適用したい場合はココ */
@media screen and (min-width:0px) and (max-width:600px){
}/* ここまで */

