html{
	font-size: 62.5%
}

body{
	margin: 0;
	font-family: メイリオ, Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	-webkit-text-size-adjust: 100%;
	background-color: #000000;
}

#clear{
	clear: both;
}



/* ========== id_ここから ========== */
#container{
	width: 100%;
}

@media screen and (min-width: 1366px){
.container_box{
	width: 1300px;
	margin: 0 auto;
}
.container_box02{
	max-width: 2000px;
	margin: 0 auto;
}
.container_left{
	width: 1366px;
	margin-left:  auto;
}
.container_right{
	width: 1366px;
	margin-right:  auto;
}
}

hr{
	border:5px solid #176E09;
	/*margin: 0 auto ;
	background: #176E09;
	margin-top:10px;*/
}
@media screen and (min-width: 1366px){
hr{
	width: 150px;
	border:5px solid #176E09;
	margin: 0 auto ;
	background: #176E09;
	margin-top:10px;
}
}
/* 一番上のメニュー */
#header{
	background-color: #F5EEE4;
	height: 180px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 50;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.menu_button{
	float: right;
	/*height: 90px;
	width: 200px;*/
	position: fixed;
	top: 0;
	right: 0;
	z-index: 60;
}

.menu_button > .btn{
	width: 180px;
    border-radius: 0;
    z-index: 60;
    /* padding: 25px 0; */
    text-align: center;
    font-weight: bold;
    background  : linear-gradient(to bottom, #917e00, #deb308, #917e00);
    height: 180px;
    margin: 0;
}

.logo{
    height: 160px;
    width: 355px;
    position: fixed;
    margin: 0 48px 0;
    background-image: url(img_2/logo.png);
    background-size: cover;
    background-position: center;
    z-index: 60;
    top: 8px;
    left: 25%;
}

.menu_btn{
	float: right;
	height: 160px;
	width: 208px;
	margin:  auto;
	position: fixed;
	top: 10px;
	right: 8px;
	z-index: 60;
}

.btn{
	height: 80px;
	width: 180px;
	margin-top: 52px;
	z-index: 60;
	border-radius: 70px;
	background-color:#15C449;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.btn a{
	font-size: 42px;
    position: relative;
    z-index: 8;
    text-decoration: none;
}

.btn a p{
	font-size: 35px;
	color: white;
	font-weight: bold;
	padding:19px 10px 10px 31px;
}

.menu_button_img{
	text-align: center;
	position: static;
    z-index: 7;
}

.phone{
	width: 58px;
    margin-top: 27px;
}

@media screen and (min-width: 1024px){
#header{
	height: 120px;
}
.rogo{
	height: 60px;
	width: 500px;
	margin-top:5px;
}
.rogo_img{
	height: auto;
	width: 100%;
	margin: 15px 0;

}
.rogo_bottom{
	margin: 0;
}
.menu_btn{
	float: right;
	height: 160px;
	width: 208px;
	margin:  auto;
	position: fixed;
	top: -20px;
	right: 8px;
	z-index: 60;
}

.btn{
	height: 90px;
	width: 190px;
	margin-top: 0;
	border-radius: 50px;
}

.btn a p{
	font-size: 35px;
	color: white;
	padding: 10px auto;
	font-weight: bold;
	text-align:center;
	padding:19px 10px;
}
.menu_button{
	float: right;
    height: 90px;
    width: 180px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
}

.menu_button > .btn{
	width: 180px;
    border-radius: 0;
    z-index: 60;
    /* padding: 25px 0; */
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to bottom, #917e00, #deb308, #917e00);
    height: 180px;
    margin: 0;
}
.phone {
    width: 58px;
    margin-top: 27px;
}
.btn a {
    font-size: 42px;
    position: relative;
    z-index: 8;
    text-decoration: none;
}
}

@media screen and (min-width: 1366px){
.menu_button_pc{
	float: right;
	height: 90px;
	width: 180px;
	position: fixed;
	top: 0;
	right: 146px;
	z-index: 60;
}

.menu_button_pc > .btn{
	width: 325px;
    border-radius: 0;
    z-index: 60;
    padding: 25px 0; 
    text-align: center;
    font-weight: bold;
    background: linear-gradient(to bottom, #917e00, #deb308, #917e00);
    height: 69px;
    margin: 0;
}
.btn a{
	font-size: 24px;
	position: relative;
    z-index: 8;
    text-decoration: none;
}
.menu_button_img {
    text-align: left;
    position: static;
    z-index: 61;
    margin-top: -61px;
}
.phone {
    width: 27px;
    margin-left: 28px;
}
}
/* 一番上のメニュー ここまで　*/

/* 上部空白を消す */
#firstview{
	overflow: hidden;
}
@media screen and (min-width: 1024px){
	#firstview{
		padding-top: 180px;
		margin-bottom: 0;
		overflow: hidden;
	}
}

/* ========== スライド用 ========== */
.swiper-container {
    width: 100%;
    max-width: 1400px;
}
.swiper-slide img{
	width: 100%;
}

@media screen and (min-width: 1024px){
	.firstview_pc{
		height: auto; /*表示したい大きさ*/
	    position: relative;
	    width: 100%; /*表示したい大きさ、height と合わせる*/
		padding-bottom: 45%;
		overflow: hidden;
	}

	.firstview_pc img {
	    animation: show 15s infinite;
	    -webkit-animation: show 15s infinite;
	    width: 100%;
		height: auto;
		object-fit: cover;
	    opacity: 0;
	    position: absolute; /*画像を全て重ねる*/
	}
	/*アニメーション*/

	@keyframes show {
	   	0% { opacity: 0 }
		   5% { opacity: 1 }
		  39% { opacity: 1 }
		  44% { opacity: 0 }
	 }

	@-webkit-keyframes show {
		   0% { opacity: 0 }
		   5% { opacity: 1 }
		  39% { opacity: 1 }
		  44% { opacity: 0 }
	}

	/*各画像のアニメーションの開始時間をずらす*/
	.firstview_pc img:nth-of-type(1) {
	    animation-delay: 0s;
	    -webkit-animation-delay: 0s;
	}
	.firstview_pc img:nth-of-type(2) {
	    animation-delay: 5s;
	    -webkit-animation-delay: 5s;
	}
	.firstview_pc img:nth-of-type(3) {
	    animation-delay: 10s;
	    -webkit-animation-delay: 10s;
	}
}
@media screen and (min-width: 1366px){
	#firstview{
		padding-top: 120px;
		margin-bottom: 0;
	}

	.firstview_pc{
		height: auto;
	    position: relative;
	    width: 100%;
	    padding-bottom: 52%;
	    margin: 0 auto;
	}
}
@media (max-width: 1023px){
	/*.firstview_pc{
		display: none;
	}*/

	.swiper-container {
	    width: 100%;
	    max-width: 2000px;
	}
	.swiper-slide img{
		width: 100%;
		padding-top: 180px;
	}
}

@media screen and (max-width: 1365px){
.firstview_pc{
	display: none;
}
.menu_button_pc{
	display: none;
}
}

@media screen and (min-width: 1365px){
.swiper-container{
	display: none;
}
.menu_button{
	display: none;
}
}

/* ========== スライド_ここまで ========== */

/* ------- top_top ここから ------- */

#top_top{
	width: 100%;
}

.top_img1{
	width: 100%;
}

.top_img2{
	width: 100%;
}

@media screen and (min-width: 1024px),(orientation:landscape){
#top_top{
	width: 100%;
}

.top_img1{
	width: 100%;
}

.top_img2{
	width: 100%;
}
}


@media screen and (min-width: 1366px),(orientation:landscape){
#top_top2{
	width: 100%;
}

.top_img1{
	width: 100%;
}

.top_img2{
	width: 100%;
	margin-top: 35px;
}
}

/* ------- top_top ここまで ------- */

/* ------- SERVICE ここから ------- */

#service{
	height: auto;
    overflow: hidden;
    padding: 177px 0px 0px 0px;
    background: #1A1A1A;
}

.service_title{
	width: 100%;
}

.service_top{
	width: 100%;
}

.service_en{
	text-align: center;
    font-size: 75px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    margin: 0 auto;
    color: #ffffff;
    width: 100%;
    padding: 150px 0 20px 0;
    height: 115px;
}

.service_line{
	background-color:#FD007D;
	border-color:#FD007D;
	width: 215px;
	padding: 3px;
    margin-top: 25px;
}

.text-fadein.active span:before {
  width: 0%;
}

/* ライン */
.about_hr{
  width:200px;
  height:10px;
  opacity:0.5;
  margin:0 auto -90px;
  background:#DDB19B;
  transition: all 1s;
  animation: anim 1s forwards;
}
@keyframes anim {
  0% {
  transform: translateY(200px);
  }
  100% {
  transform: translateY(0px);
  }
}

.service_left_img1{
	width: 150px;
	height: auto;
    float: left;
    margin-left: 130px;
	background-size: cover; 
}

.service_rigth_img1{
	width: 150px;
	height: auto;
    float: left;
    margin-right: 110px;
	background-size: cover; 
}

.service_01{
    margin: 0 0 115px;
    text-align: center;
}

.service_02{
	margin: 0 0 110px;
	text-align: center;
}

.service_03{
	margin: 0 0 60px;
	text-align: center;
}

.service_04{
	margin: 0 0 110px;
	text-align: center;
}

.service_05{
	margin: 0 0 105px;
	text-align: center;
}

.service_06{
	margin: 0 0 35px;
	text-align: center;
}

.service_end_img{
	width: 100%;
	z-index: 4;
}

.service_detail01{
	color:white;
	z-index: 2;
}

.service_detail02{
	color:white;
	z-index: 2;
	margin-top: -155px;
}

.service_detail03{
	color:white;
	z-index: 2;
	margin-top: -140px;
}

.service_detail04{
	color:white;
	z-index: 2;
	margin-top: -140px;
}

.service_detail_title2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 79px;
    padding-left: 55px;
}

.service_line2{
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin: 0 480px 0 0;
    border-radius: 20px;
}

.service_line3{
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin: 0 340px 0 0;
    border-radius: 20px;
}

.service_line4{
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin: 0 495px 0 0;
    border-radius: 20px;
}

h1 {
  text-align: center;
}
section {
  padding: 1px 0 0;
}
.left_service {
  text-align: left;
}
.center {
  text-align: center;
}
.right_service {
  text-align: right;
}
.scroll-animation-obj_2 {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}
.scroll-animation-hop_2 {
  transform: translate(0,60px);
}
.scroll-animation-left_2 {
  transform: translate(-120px,0);
}
.scroll-animation-right_2 {
  transform: translate(120px,0);
}

.service_02,
.service_03,
.service_04,
.service_05,
.service_06{
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}

.service_02.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_03.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_04.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_05.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_06.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_img{
	min-height: 595px;
}

.re_img{
	width: 92%;
	z-index: 1;
}

/*.service_01 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_02 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_03 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_04 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_05 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_06 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}*/

.service_p{
	text-align: justify;
	padding: 0 71px;
	font-size:41px;
	color: #ffffff;
}

.service_p1{
	text-align: justify;
	padding: 0 71px;
	font-size:41px;
	color: #ffffff;
}

.service_p2{
	text-align: justify;
	padding: 0 71px;
	font-size:41px;
	color: #ffffff;
}

.service_p3{
	text-align: justify;
	padding: 0 71px;
	font-size:40px;
	color: #ffffff;
}

.service_p4 {
    text-align: justify;
    padding: 0 71px;
    font-size: 40px;
    color: #ffffff;
}

#service_button_top{
	margin: 90px 0 0 0;
}

#service_button_top2{
	margin: 30px 0 155px;
}

.service_button{
	height: 95px;
	width: 93%;
	margin: 0 auto;
	text-align: center;
	border-radius: 45px;
	font-weight: bold;
	background-color: #E42384;
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.service_button > a{
	text-decoration: none;
}

.service_button > a > p{
	font-size: 54px;
	color: white;
	padding-top: 9px;
}

.beforeafter_img{
	width: 100%;
	background-size: cover;
	padding-top: 150px;
}

.service_end{
	color: #ffffff;
    margin: 79px auto;
    width: 90%;
    font-size: 45px;
}


@media screen and (max-width: 1365px){
.service_pc_all{
	display: none;
}
.service_sita_pc{
	display: none;
}
.recommend_pc{
	display: none;
}
.message_pc{
	display: none;
}
}

@media screen and (min-width: 1364px){
.service_sp_all{
	display: none;
}
.service_sita_sp{
	display: none;
}
.recommend_sp{
	display: none;
}
.message_sp{
	display: none;
}
}


@media screen and (min-width: 1024px),(orientation:landscape){
#service{
	height: auto;
    overflow: hidden;
    padding: 177px 0px 0px 0px;
    background: #1A1A1A;
}

.service_title{
	width: 100%;
}

.service_top{
	width: 100%;
}

.service_en{
	text-align: center;
    font-size: 75px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    margin: 0 auto;
    color: #ffffff;
    width: 100%;
    padding: 150px 0 20px 0;
    height: 115px;
}

.service_line{
	background-color:#FD007D;
	border-color:#FD007D;
	width: 215px;
	padding: 3px;
    margin-top: 25px;
}

.text-fadein.active span:before {
  width: 0%;
}

/* ライン */
.about_hr{
  width:200px;
  height:10px;
  opacity:0.5;
  margin:0 auto -90px;
  background:#DDB19B;
  transition: all 1s;
  animation: anim 1s forwards;
}
@keyframes anim {
  0% {
  transform: translateY(200px);
  }
  100% {
  transform: translateY(0px);
  }
}

.service_left_img1{
	width: 150px;
	height: auto;
    float: left;
    margin-left: 130px;
	background-size: cover; 
}

.service_rigth_img1{
	width: 150px;
	height: auto;
    float: left;
    margin-right: 110px;
	background-size: cover; 
}

.service_01{
    margin: 0 0 115px;
    text-align: center;
}

.service_02{
	margin: 0 0 110px;
	text-align: center;
}

.service_03{
	margin: 0 0 60px;
	text-align: center;
}

.service_04{
	margin: 0 0 110px;
	text-align: center;
}

.service_05{
	margin: 0 0 105px;
	text-align: center;
}

.service_06{
	margin: 0 0 35px;
	text-align: center;
}

.service_end_img{
	width: 100%;
	z-index: 4;
}

.service_detail01{
	color:white;
	z-index: 2;
}

.service_detail02{
	color:white;
	z-index: 2;
	margin-top: -125px;
}

.service_detail03{
	color:white;
	z-index: 2;
	margin-top: -140px;
}

.service_detail04{
	color:white;
	z-index: 2;
	margin-top: -140px;
}

.service_detail_title2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 79px;
    padding-left: 55px;
}

.service_line2{
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin: 0 480px 0 0;
    border-radius: 20px;
}

.service_line3{
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin: 0 340px 0 0;
    border-radius: 20px;
}

.service_line4{
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin: 0 495px 0 0;
    border-radius: 20px;
}

h1 {
  text-align: center;
}
section {
  padding: 1px 0 0;
}
.left_service {
  text-align: left;
}
.center {
  text-align: center;
}
.right_service {
  text-align: right;
}
.scroll-animation-obj_2 {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}
.scroll-animation-hop_2 {
  transform: translate(0,60px);
}
.scroll-animation-left_2 {
  transform: translate(-120px,0);
}
.scroll-animation-right_2 {
  transform: translate(120px,0);
}

.service_02,
.service_03,
.service_04,
.service_05,
.service_06{
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}

.service_02.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_03.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_04.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_05.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_06.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_img{
	min-height: 595px;
}

.re_img{
	width: 92%;
	z-index: 1;
}

/*.service_01 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_02 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_03 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_04 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_05 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_06 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}*/

.service_p{
	text-align: justify;
	padding: 0 71px;
	font-size:41px;
	font-weight: bold;
	color: #ffffff;
}

.service_p1{
	text-align: justify;
	padding: 0 71px;
	font-size:41px;
	font-weight: bold;
	color: #ffffff;
}

.service_p2{
	text-align: justify;
	padding: 0 71px;
	font-size:41px;
	font-weight: bold;
	color: #ffffff;
}

.service_p3{
	text-align: justify;
	padding: 0 71px;
	font-size:40px;
	font-weight: bold;
	color: #ffffff;
}

.service_p4 {
    text-align: justify;
    padding: 0 71px;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}

#service_button_top{
	margin: 90px 0 0 0;
}

#service_button_top2{
	margin: 30px 0 155px;
}

.service_button{
	height: 95px;
	width: 93%;
	margin: 0 auto;
	text-align: center;
	border-radius: 45px;
	font-weight: bold;
	background-color: #E42384;
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.service_button > a{
	text-decoration: none;
}

.service_button > a > p{
	font-size: 54px;
	color: white;
	padding-top: 9px;
}

.beforeafter_img{
	width: 100%;
	background-size: cover;
	padding-top: 150px;
}

.service_end{
	color: #ffffff;
    margin: 79px auto;
    width: 90%;
    font-size: 45px;
}
}

@media screen and (min-width: 1366px),(orientation:landscape){
#service{
	max-width: 1366px;
    height: auto;
    overflow: hidden;
    padding: 177px 0px 0px 0px;
    background: #1A1A1A;
    margin: 0 auto;
}

.service_title{
	width: 100%;
}

.service_top{
	width: 58%;
}

.service_en{
	text-align: center;
    font-size: 75px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    margin: 0 auto;
    color: #ffffff;
    width: 100%;
    padding: 150px 0 20px 0;
    height: 115px;
}

.service_line{
	background-color:#FD007D;
	border-color:#FD007D;
	width: 215px;
	padding: 3px;
    margin-top: 25px;
}

.text-fadein.active span:before {
  width: 0%;
}

/* ライン */
.about_hr{
  width:200px;
  height:10px;
  opacity:0.5;
  margin:0 auto -90px;
  background:#DDB19B;
  transition: all 1s;
  animation: anim 1s forwards;
}
@keyframes anim {
  0% {
  transform: translateY(200px);
  }
  100% {
  transform: translateY(0px);
  }
}

.service_left_img1{
	width: 150px;
	height: auto;
    float: left;
    margin-left: 130px;
	background-size: cover; 
}

.service_rigth_img1{
	width: 150px;
	height: auto;
    float: left;
    margin-right: 110px;
	background-size: cover; 
}

.service_01{
    margin: 0;
    text-align: center;
}

.service_02{
	margin: 0 0 110px;
	text-align: center;
}

.service_03{
	margin: 0 0 60px;
	text-align: center;
}

.service_04{
	margin: 0 0 110px;
	text-align: center;
}

.service_05{
	margin: 0 0 105px;
	text-align: center;
}

.service_06{
	margin: 0 0 35px;
	text-align: center;
}

.service_end_img{
	width: 100%;
	z-index: 4;
}

.service_detail01{
	color:white;
	z-index: 2;
}

.service_detail02{
	color: white;
    z-index: 2;
    margin-top: 0;
    float: left;
    width: 50%;
}

.service_detail03{
	color:white;
	z-index: 2;
	margin-top: -140px;
}

.service_detail04{
	color:white;
	z-index: 2;
	margin-top: -140px;
}

.service_detail_title2 {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 60px;
    padding-left: 0;
    margin-top: 50px;
}

.service_detail_title3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 60px;
    padding-left: 0;
    margin-top: 50px;
}

.service_detail_title4 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 60px;
    padding-left: 0;
    margin-top: 50px;
}

.service_line2{
    width: 50%;
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin: 10px auto 0;
    border-radius: 20px;
}

.service_line3{
    width: 60%;
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin: 10px auto 0;
    border-radius: 20px;
}

.service_line4{
    width: 43%;
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin: 10px auto 0;
    border-radius: 20px;
}

h1 {
  text-align: center;
}
section {
  padding: 1px 0 0;
}
.left_service {
  text-align: left;
}
.center {
  text-align: center;
}
.right_service {
  text-align: right;
}
.scroll-animation-obj_2 {
  opacity: 0;
  transition: all 0.5s ease 0.5s;
}
.scroll-animation-hop_2 {
  transform: translate(0,60px);
}
.scroll-animation-left_2 {
  transform: translate(-120px,0);
}
.scroll-animation-right_2 {
  transform: translate(120px,0);
}

.service_02,
.service_03,
.service_04,
.service_05,
.service_06{
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}

.service_02.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_03.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_04.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_05.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_06.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.service_img{
	min-height: 595px;
}

.re_img{
	width: 50%;
    z-index: 1;
    float: left;
}

.re_img2{
	width: 50%;
    z-index: 1;
    float: right;
}
/*.service_01 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_02 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_03 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_04 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_05 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}

.service_06 > img{
	width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    z-index: 8;
    position: relative;
}*/

.service_p{
	text-align: justify;
    padding: 0 23px 0;
    font-size: 27px;
    color: #ffffff;
    float: left;
    width: 46%;
}

.service_p1{
	text-align: justify;
    padding: 0 23px 0;
    font-size: 27px;
    color: #ffffff;
    float: left;
    width: 46%;
}

.service_p2{
	text-align: justify;
	padding: 0 71px;
	font-size:41px;
	color: #ffffff;
}

.service_p3{
	text-align: justify;
	padding: 0 71px;
	font-size:40px;
	color: #ffffff;
}

.service_p4 {
    text-align: justify;
    padding: 0 71px;
    font-size: 40px;
    color: #ffffff;
}

#service_button_top{
	margin: 90px 0 0 0;
}

#service_button_top2{
	margin: 30px 0 155px;
}

.service_button{
	height: 95px;
	width: 93%;
	margin: 0 auto;
	text-align: center;
	border-radius: 45px;
	font-weight: bold;
	background-color: #E42384;
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.service_button > a{
	text-decoration: none;
}

.service_button > a > p{
	font-size: 54px;
	color: white;
	padding-top: 9px;
}

.beforeafter_img{
	width: 100%;
	background-size: cover;
	padding-top: 150px;
}

.service_end{
	color: #ffffff;
    margin: 79px auto;
    width: 90%;
    font-size: 45px;
}
}
/* -------service ここまで ------- */

/* -------service_sita ここから ------- */

#service_sita {
    width: 100%;
    background-color: #000000;
    padding: 180px 0 30px 0;
}

.service_s1_naka{
	color: #ffffff;
    font-size: 38px;
    padding: 75px;
}

.service_s1_naka2{
	color: #ffffff;
    font-size: 38px;
    padding: 75px;
}

.service_s1_naka3{
	color: #ffffff;
    font-size: 38px;
    padding: 75px;
}

.service_sita_detail02{
	color: white;
    text-align: right;
    margin-bottom: 20px;
    background: linear-gradient(to right, #000000, #3a0000, #3a0000);
}

.service_sita_detail03{
	color: white;
	width: 80%;
    text-align: left;
    margin-bottom: 20px;
    background  : linear-gradient(to right, #3a0000, #3a0000, #000000);
}

.service_sita_detail04{
	color: white;
    text-align: right;
    margin-bottom: 20px;
    background: linear-gradient(to right, #000000, #3a0000, #3a0000);
}



@media screen and (min-width: 1024px),(orientation:landscape){
#service_sita {
    width: 100%;
    background-color: #000000;
    padding: 180px 0 30px 0;
}

.service_s1_naka{
	color: #ffffff;
    font-size: 38px;
    padding: 75px;
}

.service_s1_naka2{
	color: #ffffff;
    font-size: 38px;
    padding: 75px;
}

.service_s1_naka3{
	color: #ffffff;
    font-size: 38px;
    padding: 75px;
}

.service_sita_detail02{
	color: white;
    text-align: right;
    margin-bottom: 20px;
    background: linear-gradient(to right, #000000, #3a0000, #3a0000);
}

.service_sita_detail03{
	color: white;
    text-align: left;
    margin-bottom: 20px;
    background  : linear-gradient(to right, #3a0000, #3a0000, #000000);
}

.service_sita_detail04{
	color: white;
    text-align: right;
    margin-bottom: 20px;
    background: linear-gradient(to right, #000000, #3a0000, #3a0000);
}
}

@media screen and (min-width: 1366px),(orientation:landscape){
#service_sita {
    max-width: 1366px;
    width: 100%;
    height: 290px;
    background-color: #000000;
    padding: 80px 0 0 0;
    margin: 0 auto;
}

.service_s1_naka{
	color: #ffffff;
    font-size: 21px;
    padding: 75px;
}

.service_s1_naka2{
	color: #ffffff;
    font-size: 21px;
    padding: 75px;
}

.service_s1_naka3{
	color: #ffffff;
    font-size: 21px;
    padding: 75px;
}

.service_sita_detail02{
	color: white;
    text-align: center;
    margin-bottom: 20px;
    width: calc(100% / 3 );
    float: left;
    background: linear-gradient(to right, #000000, #3a0000, #3a0000);
}

.service_sita_detail03{
	color: white;
	width: 80%;
    text-align: center;
    margin-bottom: 20px;
    width: calc(100% / 3 );
    float: left;
    background: linear-gradient(to right, #000000, #3a0000, #3a0000);
}

.service_sita_detail04{
	color: white;
    text-align: center;
    margin-bottom: 20px;
    width: calc(100% / 3 );
    float: left;
    background: linear-gradient(to right, #000000, #3a0000, #3a0000);
}
}

/* ------- service_sita ここまで ------- */


/* ------- tochu ここから ------- */

#tochu{
	width: 100%;
	padding-top: 30px;
}
.tochu_img{
	width: 100%;
}

.tochu_top_naka{
	color: #ffffff;
    font-size: 51px;
    text-align: center;
    margin: 30px auto 85px;
    font-family: 'Noto Serif JP', serif;
}

#tochu_button_top{
	width: 86%;
	margin: 120px auto 85px;
}

.tochu_button{
    text-align: center;
    background-color: #A70000;
    overflow: hidden;
    margin: 60px auto;
    padding: 5px;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.tochu_button > a{
	text-decoration: none;
}

.tochu_button > a > p{
    font-size: 55px;
    color: white;
    padding-top: 42px;
    font-family: 'Noto Serif JP', serif;
    height: auto;
    overflow: hidden;
    margin: 10px;
    border: 5px solid #000000;
    padding: 17px;
}

@media screen and (min-width: 1024px),(orientation:landscape){
#tochu{
	width: 100%;
	padding-top: 30px;
}
.tochu_img{
	width: 100%;
}

.tochu_top_naka{
	color: #ffffff;
    font-size: 51px;
    text-align: center;
    margin: 30px auto 85px;
    font-family: 'Noto Serif JP', serif;
}

#tochu_button_top{
	width: 86%;
	margin: 120px auto 85px;
}

.tochu_button{
    text-align: center;
    background-color: #A70000;
    overflow: hidden;
    margin: 60px auto;
    padding: 5px;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.tochu_button > a{
	text-decoration: none;
}

.tochu_button > a > p{
    font-size: 55px;
    color: white;
    padding-top: 42px;
    font-family: 'Noto Serif JP', serif;
    height: auto;
    overflow: hidden;
    margin: 10px;
    border: 5px solid #000000;
    padding: 17px;
}
}



@media screen and (min-width: 1366px),(orientation:landscape){
#tochu{
	width: 100%;
    padding-top: 30px;
    max-width: 1366px;
    margin: 0 auto;
    height: 500px;
}
.tochu_img{
    float: left;
    width: 50%;
}

.tochu_top_naka{
	color: #ffffff;
    font-size: 43px;
    text-align: center;
    margin: 200px auto 85px;
    font-family: 'Noto Serif JP', serif;
    float: left;
    width: 50%;
}

#tochu_button_top{
	width: 39%;
	margin: 120px auto 85px;
	max-width: 1366px;
}

.tochu_button{
    text-align: center;
    background-color: #A70000;
    overflow: hidden;
    margin: 60px auto;
    padding: 5px;
    filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.tochu_button > a{
	text-decoration: none;
}

.tochu_button > a > p{
    font-size: 32px;
    color: white;
    padding-top: 42px;
    font-family: 'Noto Serif JP', serif;
    height: auto;
    overflow: hidden;
    margin: 10px;
    border: 5px solid #000000;
    padding: 5px;
}
}

/* ------- service_sita ここまで ------- */

/* ------- top ここから ------- */

#top{
    height: auto;
    overflow: hidden;
    padding: 180px 0 0 0;
    background-color: #1A1A1A;
}

.top_img{
    width: 82%;
    margin-left: 16px;
    background-image: url(img_2/top_obi.png);
    background-size: cover;
    position: relative;
    z-index: 6;
}

.top{
	margin-bottom: 115px;
}

.top_top{
	text-align: center;
}

.top_1_img{
	width: 100%;
    margin-top: -95px;
    position: static;
    z-index: 5;
}

.top_naka{
	text-align: center;
    font-size: 41px;
    padding: 10px 30px 0;
    color: #ffffff;
    margin-top: 47px;
}

.top_title{
	width: 100%;
	margin: 0 auto;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.top_en{
	text-align: center;
    font-size: 65px;
    margin: 0 auto;
    padding-top: 35px;
    color: #ffffff;
    font-weight: bold;
}

.service_line5{
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin-left: 256px;
    margin-right: 256px;
    margin-top: 0;
    border-radius: 20px;
}


@media screen and (max-width: 1365px){
	#top_top2{
		display: none;
}
}

@media screen and (min-width: 1364px){
	#top_top{
		display: none;
}
}

@media screen and (min-width: 1024px),(orientation:landscape){
#top{
    height: auto;
    overflow: hidden;
    padding: 180px 0 0 0;
    background-color: #1A1A1A;
}

.top_img{
    width: 82%;
    margin-left: 16px;
    background-image: url(img_2/top_obi.png);
    background-size: cover;
    position: relative;
    z-index: 6;
}

.top{
	margin-bottom: 115px;
}

.top_top{
	text-align: center;
}

.top_1_img{
	width: 100%;
    margin-top: -95px;
    position: static;
    z-index: 5;
}

.top_naka{
	text-align: center;
    font-size: 47px;
    padding: 10px 30px 0;
    color: #ffffff;
    margin-top: 47px;
}

.top_title{
	width: 100%;
	margin: 0 auto;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.top_en{
	text-align: center;
    font-size: 65px;
    margin: 0 auto;
    padding-top: 35px;
    color: #ffffff;
    font-weight: bold;
}

.service_line5{
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin-left: 256px;
    margin-right: 256px;
    margin-top: 0;
    border-radius: 20px;
}
}

@media screen and (min-width: 1366px),(orientation:landscape){
#top{
    height: 695px;
    overflow: hidden;
    padding: 80px 0 0 0;
    background-color: #1A1A1A;
    max-width: 1366px;
    margin: 0 auto;
}

.top_img{
    width: 47%;
    margin-left: 16px;
    background-image: url(img_2/top_obi.png);
    background-size: cover;
    position: relative;
    z-index: 6;
    float: left;
}

.top{
	margin-bottom: 115px;
}

.top_top{
	text-align: center;
}

.top_1_img{
	width: 50%;
    margin-top: -95px;
    position: static;
    z-index: 5;
    float: left;
    margin-left: 110px;
}

.top_naka{
	text-align: center;
    font-size: 28px;
    padding: 0;
    color: #ffffff;
    margin-top: 47px;
    width: 41%;
    float: left;
}

.top_title{
	width: 100%;
	margin: 0 auto;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.top_en{
    text-align: center;
    font-size: 50px;
    margin: -37px auto 0;
    padding-top: 0;
    color: #ffffff;
    font-weight: bold;
    width: 41%;
    float: left;
}

.service_line5{
    background-color: #A70000;
    border-color: #A70000;
    padding: 1px;
    margin-left: 108px;
    margin-right: 0;
    margin-top: 0;
    border-radius: 20px;
    width: 25%;
    float: left;
}
}

/*------- top ここまで--------*/

/* ------- recommend ここから ------- */

#recommend{
	height: auto;
    overflow: hidden;
    padding: 180px 0px 0px 0px;
}

.recommend_title{
	width: 100%;
}

.recommend_top{
	width: 100%;
}

.recommend_en{
	text-align: center;
    font-size: 75px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    margin: 0 auto;
    color: #ffffff;
    width: 100%;
    padding: 150px 0 20px 0;
    height: 115px;
}

.recommend_top{
	text-align: center;
}

.re_1_img{
	width: 100%;
	margin-top: 55px;
	background-size: cover; 
}

/*.title{
	text-align: center;
    font-size: 45px;
    color: #ffffff;
}*/

.title2{
	text-align: center;
    font-size: 60px;
    color: #ffffff;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

.recommend{
	margin-bottom: 115px;
}

.recommend_top_naka{
	text-align: justify;
    color: #ffffff;
    font-size: 39px;
    margin: 50px auto;
    width: 90%;
}

.recommend_top_naka2{
	color: #ffffff;
    margin: 43px 48px 0;
    text-align: justify;
    font-size: 39px;
}

.recommend_top_naka3{
	color: #ffffff;
    margin: 43px 48px 0;
    text-align: justify;
    font-size: 39px;
}

.recommend_top_naka4{
	color: #ffffff;
    margin: 43px 43px 0 43px;
    text-align: justify;
}

.recommend_top_naka5{
	color: #ffffff;
    margin: 43px 43px 0 43px;
    text-align: justify;
}

.recommend_01{
	height: auto;
	overflow: hidden;
	width: 100%;

}

.recommend_02{
	height: auto;
	overflow: hidden;
	width: 100%;

}

.recommend_03{
	height: auto;
	overflow: hidden;
	width: 100%;
    margin-top: 125px;
}

.recommend_04{
	height: auto;
	overflow: hidden;
	width: 100%;

}

.recommend_detail01{
	width: 52%;
	float: right;
	text-align: center;
	color:white;
	position: relative;
    z-index: 8;
    margin-top: -435px;
}

.recommend_detail02{
	width: 58%;
	float: left;
	text-align: left;
	color:white;
	margin-top: 200px;
	position: relative;
    z-index: 8;
}

.recommend_detail03{
	width: 50%;
	float: left;
	text-align: center;
	color:white;
	margin-top: 7%;
}

.recommend_detail04{
	width: 50%;
	float: left;
	text-align: center;
	color:white;
	margin-top: 143px;
}

.recommend_detail_title {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 55px;
	font-weight: bold;
}

.recommend_detail_title2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 52px;
    font-weight: bold;
    padding-left: 39px;
}

.recommend_title2{
	margin-top: 110px;
}

.recommend_detail_body{
	text-align: left;
	font-size: 34px;
	color:white;
}

.recommend_img01{
	width: 61%;
    text-align: center;
    background-image: url(img_2/ryouri1_1.png);
    background-size: cover;
    margin-top: 7%;
    height: 480px;
    position: static;
    z-index: 7;
}

.recommend_img02{
	width: 61%;
    float: right;
    text-align: center;
    background-image: url(img_2/ryouri2_2.png);
    background-size: cover;
    height: 480px;
    margin-top: -500px;
    position: static;
    z-index: 7;
}

.recommend_img03{
	width: 50%;
	float: left;
	text-align: center;
	background-image: url("img_2/ryouri3.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 7%;
	height: 480px;
}

.recommend_img04{
	width: 50%;
	float: left;
	text-align: center;
	background-image: url("img/recommend_4_1.png");
	background-position: center;
	background-size: cover;
	height: 480px;
}

.recommend_img05{
	width: 40%;
	float: left;
	text-align: center;
	background-image: url("img/5p.jpg");
	background-position: center;
	background-size: cover;
	margin-top: 7%;
	height: 480px;
}

.recommend_line{
    background-color: #A70000;
    border-color: #A70000;
    width: 90%;
    padding: 2px;
    margin-bottom: 30px;
    border-radius: 20px;
}


.recommend_line2{
	background-color: #A70000;
    border-color: #A70000;
    width: 75%;
    padding: 2px;
    margin-bottom: 30px;
    border-radius: 20px;
    margin-right: 108px;
}

.recommend_line3{
	background-color: #A70000;
    border-color: #A70000;
    width: 690px;
    padding: 2px;
    margin-bottom: 0;
    border-radius: 20px;
    margin-right: 0;
    margin: 0 auto 0;
}

#recommend > label{
	text-align: center;
	display: block;
}

.recommend_01,
.recommend_02,
.recommend_03,
.recommend_04{
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}

.recommend_01.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.recommend_02.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.recommend_03.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.recommend_04.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 1024px),(orientation:landscape){
#recommend{
	height: auto;
    overflow: hidden;
    padding: 180px 0px 0px 0px;
}

.recommend_title{
	width: 100%;
}

.recommend_top{
	width: 100%;
}

.recommend_en{
	text-align: center;
    font-size: 75px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    margin: 0 auto;
    color: #ffffff;
    width: 100%;
    padding: 150px 0 20px 0;
    height: 115px;
}

.recommend_top{
	text-align: center;
}

.re_1_img{
	width: 100%;
	margin-top: 55px;
	background-size: cover; 
}

/*.title{
	text-align: center;
    font-size: 45px;
    color: #ffffff;
}*/

.title2{
	text-align: center;
    font-size: 60px;
    color: #ffffff;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

.recommend{
	margin-bottom: 115px;
}

.recommend_top_naka{
	text-align: justify;
    color: #ffffff;
    font-size: 41px;
    margin: 50px auto;
    width: 90%;
}

.recommend_top_naka2{
	color: #ffffff;
    margin: 43px 48px 0;
    text-align: justify;
    font-size: 39px;
}

.recommend_top_naka3{
	color: #ffffff;
    margin: 43px 48px 0;
    text-align: justify;
    font-size: 39px;
}

.recommend_top_naka4{
	color: #ffffff;
    margin: 43px 43px 0 43px;
    text-align: justify;
}

.recommend_top_naka5{
	color: #ffffff;
    margin: 43px 43px 0 43px;
    text-align: justify;
}

.recommend_01{
	height: auto;
	overflow: hidden;
	width: 100%;

}

.recommend_02{
	height: auto;
	overflow: hidden;
	width: 100%;

}

.recommend_03{
	height: auto;
	overflow: hidden;
	width: 100%;
    margin-top: 125px;
}

.recommend_04{
	height: auto;
	overflow: hidden;
	width: 100%;

}

.recommend_detail01{
	width: 52%;
	float: right;
	text-align: center;
	color:white;
	position: relative;
    z-index: 8;
    margin-top: -435px;
}

.recommend_detail02{
	width: 58%;
	float: left;
	text-align: left;
	color:white;
	margin-top: 200px;
	position: relative;
    z-index: 8;
}

.recommend_detail03{
	width: 50%;
	float: left;
	text-align: center;
	color:white;
	margin-top: 7%;
}

.recommend_detail04{
	width: 50%;
	float: left;
	text-align: center;
	color:white;
	margin-top: 143px;
}

.recommend_detail_title {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 55px;
	font-weight: bold;
}

.recommend_detail_title2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 52px;
    font-weight: bold;
    padding-left: 39px;
}

.recommend_title2{
	margin-top: 110px;
}

.recommend_detail_body{
	text-align: left;
	font-size: 34px;
	color:white;
}

.recommend_img01{
	width: 61%;
    text-align: center;
    background-image: url(img_2/ryouri1_1.png);
    background-size: cover;
    margin-top: 7%;
    height: 480px;
    position: static;
    z-index: 7;
}

.recommend_img02{
	width: 61%;
    float: right;
    text-align: center;
    background-image: url(img_2/ryouri2_2.png);
    background-size: cover;
    height: 480px;
    margin-top: -462px;
    position: static;
    z-index: 7;
}

.recommend_img03{
	width: 50%;
	float: left;
	text-align: center;
	background-image: url("img_2/ryouri3.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 7%;
	height: 480px;
}

.recommend_img04{
	width: 50%;
	float: left;
	text-align: center;
	background-image: url("img/recommend_4_1.png");
	background-position: center;
	background-size: cover;
	height: 480px;
}

.recommend_img05{
	width: 40%;
	float: left;
	text-align: center;
	background-image: url("img/5p.jpg");
	background-position: center;
	background-size: cover;
	margin-top: 7%;
	height: 480px;
}

.recommend_line{
    background-color: #A70000;
    border-color: #A70000;
    width: 90%;
    padding: 2px;
    margin-bottom: 30px;
    border-radius: 20px;
}


.recommend_line2{
	background-color: #A70000;
    border-color: #A70000;
    width: 75%;
    padding: 2px;
    margin-bottom: 30px;
    border-radius: 20px;
    margin-right: 108px;
}

.recommend_line3{
	background-color: #A70000;
    border-color: #A70000;
    width: 690px;
    padding: 2px;
    margin-bottom: 0;
    border-radius: 20px;
    margin-right: 0;
    margin: 0 auto 0;
}

#recommend > label{
	text-align: center;
	display: block;
}

.recommend_01,
.recommend_02,
.recommend_03,
.recommend_04{
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}

.recommend_01.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.recommend_02.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.recommend_03.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.recommend_04.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
}

@media screen and (min-width: 1366px),(orientation:landscape){
#recommend{
	max-width: 1366px;
    height: auto;
    overflow: hidden;
    padding: 95px 0px 0px 0px;
    margin: 0 auto;
}

.recommend_title{
	width: 58%;
}

.recommend_top{
	width: 100%;
}

.recommend_en{
	text-align: center;
    font-size: 75px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: bold;
    margin: 0 auto;
    color: #ffffff;
    width: 100%;
    padding: 150px 0 20px 0;
    height: 115px;
}

.recommend_top{
	text-align: center;
}

.re_1_img{
	width: 100%;
	margin-top: 55px;
	background-size: cover; 
}

/*.title{
	text-align: center;
    font-size: 45px;
    color: #ffffff;
}*/

.title2{
	text-align: center;
    font-size: 60px;
    color: #ffffff;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}

.recommend{
	margin-bottom: 115px;
}

.recommend_top_naka{
	text-align: justify;
    color: #ffffff;
    font-size: 39px;
    margin: 50px auto;
    width: 90%;
}

.recommend_top_naka2{
	color: #ffffff;
    margin: 43px 0 0;
    text-align: justify;
    font-size: 22px;
}

.recommend_top_naka3{
	color: #ffffff;
    margin: 43px 0 0;
    text-align: justify;
    font-size: 22px;
}

.recommend_top_naka4{
	color: #ffffff;
    margin: 43px 0 0;
    text-align: justify;
    font-size: 22px;
}

.recommend_top_naka5{
	color: #ffffff;
    margin: 43px 43px 0 43px;
    text-align: justify;
}

.recommend_01{
	height: auto;
	overflow: hidden;
	width: calc(92% / 3 );
    float: left;
    margin-top: 0;
    margin-left: 20px;
}

.recommend_02{
	height: auto;
	overflow: hidden;
	width: calc(92% / 3 );
    float: left;
    margin-top: 0;
    margin-left: 35px;

}

.recommend_03{
	height: auto;
	overflow: hidden;
	width: calc(92% / 3 );
    float: left;
    margin-top: 0;
    margin-left: 35px;
}

.recommend_04{
	height: auto;
	overflow: hidden;
	width: 100%;

}

.recommend_detail01{
	width: 100%;
	float: none;
	text-align: center;
	color:white;
	position: relative;
    z-index: 8;
    margin-top: 55px;
}

.recommend_detail02{
	width: 100%;
	float: none;
	text-align: center;
	color:white;
	margin-top: 55px;
	position: relative;
    z-index: 8;
}

.recommend_detail03{
	width: 100%;
	float: none;
	text-align: center;
	color:white;
	margin-top: 55px;
	position: relative;
    z-index: 8;
}

.recommend_detail_title {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 36px;
	font-weight: bold;
	margin-top: 92px;
}

.recommend_detail_title2 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 36px;
    font-weight: bold;
    padding-left: 0;
}

.recommend_detail_title3 {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 36px;
    font-weight: bold;
    padding-left: 0;
    margin-top: 89px;
}

.recommend_title2{
	margin-top: 110px;
}

.recommend_detail_body{
	text-align: left;
	font-size: 34px;
	color:white;
}

.recommend_img01{
	width: 100%;
    text-align: center;
    background-image: url(img_2/recommend_pc1.png);
    background-size: cover;
    margin-top: 0;
    height: 420px;
    position: static;
    z-index: 7;
    float: none;
}

.recommend_img02{
	width: 100%;
    text-align: center;
    background-image: url(img_2/recommend_pc2.jpg);
    background-size: cover;
    margin-top: 0;
    height: 420px;
    position: static;
    z-index: 7;
    float: none;
}

.recommend_img03{
	width: 100%;
    text-align: center;
    background-image: url(img_2/recommend_pc3.jpg);
    background-size: cover;
    margin-top: 0;
    height: 420px;
    position: static;
    z-index: 7;
    float: none;
}

.recommend_line{
    background-color: #A70000;
    border-color: #A70000;
    width: 90%;
    padding: 2px;
    margin-bottom: 30px;
    border-radius: 20px;
}


.recommend_line2{
	background-color: #A70000;
    border-color: #A70000;
    width: 75%;
    padding: 2px;
    margin-bottom: 30px;
    border-radius: 20px;
    margin-right: auto;
    margin-top: 10px;
}

.recommend_line3{
	background-color: #A70000;
    border-color: #A70000;
    width: 75%;
    padding: 2px;
    margin-bottom: 30px;
    border-radius: 20px;
    margin-right: auto;
    margin-top: 10px;
}

#recommend > label{
	text-align: center;
	display: block;
}

.recommend_01,
.recommend_02,
.recommend_03,
.recommend_04{
	opacity: 0;
	transform : translate(0, 50px);
	transition : all 1500ms;
}

.recommend_01.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.recommend_02.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.recommend_03.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.recommend_04.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
}
/* ------- recommend ここまで ------- */


/* ------- MENU ここから ------- */

#menu{
    overflow: hidden;
    padding: 177px 0px 0px 0px;
}

.menu_title{
	width: 100%;
}

.menu_top{
	width: 100%;
}

.menu_box{
	color: #ffffff;
    width: 90%;
    margin: 0 auto;
    background-color: #3A0000;
}

.menu_box_naka{
	width: 95%;
    font-size: 42px;
    margin: 0 auto;
    padding-top: 380px;
    margin-top: -300px;
    padding-bottom: 85px;
}

@media screen and (min-width: 1024px),(orientation:landscape){
#menu{
    overflow: hidden;
    padding: 177px 0px 0px 0px;
}

.menu_title{
	width: 100%;
}

.menu_top{
	width: 100%;
}

.menu_box{
	color: #ffffff;
    width: 90%;
    margin: 0 auto;
    background-color: #3A0000;
}

.menu_box_naka{
	width: 95%;
    font-size: 42px;
    margin: 0 auto;
    padding-top: 380px;
    margin-top: -300px;
    padding-bottom: 85px;
}
}

@media screen and (min-width: 1366px),(orientation:landscape){
#menu{
    max-width: 1366px;
    overflow: hidden;
    padding: 177px 0px 0px 0px;
    margin: 0 auto;
}

.menu_title{
	width: 100%;
}

.menu_top{
	width: 58%;
}

.menu_box{
	color: #ffffff;
    width: 96%;
    margin: 0 auto;
    background-color: #3A0000;
}

.menu_box_naka{
	width: 95%;
    font-size: 23px;
    margin: 0 auto;
    padding-top: 290px;
    margin-top: -220px;
    padding-bottom: 85px;
    text-align: center;
}
}


/* ------- MENU ここまで ------- */

/* ------- message ここから ------- */

#message{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 180px;
    background-color: #1A1A1A;
}

.message_title{
	width: 100%;
}

.message_img{
	width: 100%;
}

.message_img_top{
	text-align: center;
}

.message_nakami_title{
	font-size: 68px;
    margin: 87px 50px 0;
    line-height: 1.2;
    color: #DFB308;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}

.message_nakami{
	text-align: justify;
	font-size: 44px;
	margin: 75px 50px 100px;
	line-height: 1.8;
	color: #ffffff;
}

/*.message_background{
	height: 1935px;
}*/

#message_button_top{
	margin: 155px 0 155px;
}

.message_button{
	height: 137px;
	width: 82%;
	margin: 0 auto;
	text-align: center;
	border-radius: 45px;
	font-weight: bold;
	background-color: #FD007D;
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.message_button > a{
	text-decoration: none;
}

.message_button > a > p{
	font-size: 54px;
	color: white;
	padding-top: 30px;
}

strong {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  font-size: 45px;
  margin: 10px;
}

strong:before, strong:after {
  content:'';
  width: 55px;
  height: 40px;
  position: absolute;
  display: inline-block;
}

strong:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

strong:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}

@media screen and (max-width: 1365px){
.message_pc_all{
	display: none;
}
}

@media screen and (min-width: 1024px),(orientation:landscape){

#message{
	max-width: 1366px;
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 180px;
    background-color: #1A1A1A;
}

.message_title{
	width: 100%;
}

.message_img{
	width: 100%;
}

.message_img_top{
	text-align: center;
}

.message_nakami_title{
	font-size: 68px;
    margin: 87px 50px 0;
    line-height: 1.2;
    color: #DFB308;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}

.message_nakami{
	text-align: justify;
	font-size: 44px;
	margin: 75px 50px 100px;
	line-height: 1.8;
	color: #ffffff;
}

/*.message_background{
	height: 1935px;
}*/

#message_button_top{
	margin: 155px 0 155px;
}

.message_button{
	height: 137px;
	width: 82%;
	margin: 0 auto;
	text-align: center;
	border-radius: 45px;
	font-weight: bold;
	background-color: #FD007D;
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.message_button > a{
	text-decoration: none;
}

.message_button > a > p{
	font-size: 54px;
	color: white;
	padding-top: 30px;
}

strong {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  font-size: 45px;
  margin: 10px;
}

strong:before, strong:after {
  content:'';
  width: 55px;
  height: 40px;
  position: absolute;
  display: inline-block;
}

strong:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

strong:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}
}

@media screen and (min-width: 1366px),(orientation:landscape){

#message{
	width: 100%;
	max-width: 1366px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 180px;
    background-color: #1A1A1A;
}

.message_title{
	width: 100%;
}

.message_img{
	width: 100%;
}

.message_img_top{
	text-align: center;
}

.message_nakami_title{
	font-size: 47px;
    margin: 87px 50px 0;
    line-height: 1.2;
    color: #DFB308;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
}

.message_nakami{
	text-align: justify;
	font-size: 19px;
	margin: 75px 0 100px;
	line-height: 1.8;
	color: #ffffff;
}

.message_pc_all{
	width: 80%;
    margin: 0 auto;
}
/*.message_background{
	height: 1935px;
}*/

#message_button_top{
	margin: 155px 0 155px;
}

.message_button{
	height: 137px;
	width: 82%;
	margin: 0 auto;
	text-align: center;
	border-radius: 45px;
	font-weight: bold;
	background-color: #FD007D;
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.message_button > a{
	text-decoration: none;
}

.message_button > a > p{
	font-size: 54px;
	color: white;
	padding-top: 30px;
}

strong {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  font-size: 45px;
  margin: 10px;
}

strong:before, strong:after {
  content:'';
  width: 55px;
  height: 40px;
  position: absolute;
  display: inline-block;
}

strong:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top:0;
  left: 0;
}

strong:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom:0;
  right: 0;
}
}
/* ------- message ここまで ------- */

/* ------- お問い合わせ ここから ------- */
#contact{
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 170px 0 50px;
}

.contact_title{
	margin: 70px auto ;
}

.contact_img {
    width: 400px;
    height: auto;
	margin: 200px auto 55px;
}

.tel_all{
	color: #DFB308;
	text-align: center;
	margin-bottom: 145px;
	font-family: 'Noto Serif JP', serif;
}

.tel{
	font-size: 65px;
}

.tel_sita{
	font-size: 40px;
}

.table_1{

}

.contact_img_top{
	text-align: center;
}

.text-fadein.active span:before {
  width: 0%;
}

/* ライン */
.contact_hr{
  width:740px;
  height:30px;
  opacity:0.2;
  margin-bottom:-50px;
  background:#9E9082;
  transition: all 1s;
  animation: anim 1s forwards;
}
@keyframes anim {
  0% {
  transform: translateX(-900px);
  }
  100% {
  transform: translateX(0px);
  }
}

.tgt_contact {
	text-align: left;
	font-size: 100px;
	font-family:cooper-black-std, serif;
	color: #9E9082;
	margin:-100px 115px -50px;
    animation-duration: 1s;
}


.rogo_contact{
	height: 210px;
	width: 260px;
	margin: 0 auto;
	background-image: url("img/rogo.jpg");
	background-size: cover;
	margin-bottom:50px;
}

.access{
	font-size: 30px;
	margin: 0 20px 0 auto;
	table-layout: auto;
	width: 90%;
}

.access span{
	color: red;
}

.contant_table{
	margin: 50px auto 0;
	color: #ffffff;
	border-collapse: collapse;
}

.u_u{
	color: #BB2723;
}

td{
	padding: 25px;
	text-align: left;
	vertical-align: top;
	font-size:41px;
	border-bottom: 1px solid #DFB308;
}

.access_td{
	font-size:41px;
}

.access_td1{
	font-size:41px;
	border-bottom: none;
}

.table_span{
	color: red;
}

@media screen and (min-width: 1024px),(orientation:landscape){
#contact{
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	padding: 170px 0 50px;
}

.contact_title{
	margin: 70px auto ;
}

.contact_img {
    width: 400px;
    height: auto;
	margin: 200px auto 55px;
}

.tel_all{
	color: #DFB308;
	text-align: center;
	margin-bottom: 145px;
	font-family: 'Noto Serif JP', serif;
}

.tel{
	font-size: 65px;
}

.tel_sita{
	font-size: 40px;
}

.table_1{

}

.contact_img_top{
	text-align: center;
}

.text-fadein.active span:before {
  width: 0%;
}

/* ライン */
.contact_hr{
  width:740px;
  height:30px;
  opacity:0.2;
  margin-bottom:-50px;
  background:#9E9082;
  transition: all 1s;
  animation: anim 1s forwards;
}
@keyframes anim {
  0% {
  transform: translateX(-900px);
  }
  100% {
  transform: translateX(0px);
  }
}

.tgt_contact {
	text-align: left;
	font-size: 100px;
	font-family:cooper-black-std, serif;
	color: #9E9082;
	margin:-100px 115px -50px;
    animation-duration: 1s;
}


.rogo_contact{
	height: 210px;
	width: 260px;
	margin: 0 auto;
	background-image: url("img/rogo.jpg");
	background-size: cover;
	margin-bottom:50px;
}

.access{
	font-size: 30px;
	margin: 0 20px 0 auto;
	table-layout: auto;
	width: 90%;
}

.access span{
	color: red;
}

.contant_table{
	margin: 50px auto 0;
	color: #ffffff;
	border-collapse: collapse;
}

.u_u{
	color: #BB2723;
}

td{
	padding: 25px;
	text-align: left;
	vertical-align: top;
	font-size:41px;
	border-bottom: 1px solid #DFB308;
}

.access_td{
	font-size:41px;
}

.access_td1{
	font-size:41px;
	border-bottom: none;
}

.table_span{
	color: red;
}
}

@media screen and (min-width: 1366px),(orientation:landscape){
#contact{
	margin: 0 auto;
	max-width: 1366px;
	height: auto;
	overflow: hidden;
	padding: 170px 0 50px;
}

.contact_title{
	margin: 70px auto ;
}

.contact_img {
    width: 400px;
    height: auto;
	margin: 200px auto 55px;
}

.tel_all{
	color: #DFB308;
	text-align: center;
	margin-bottom: 145px;
	font-family: 'Noto Serif JP', serif;
}

.tel{
	font-size: 65px;
}

.tel_sita{
	font-size: 40px;
}

.table_1{

}

.contact_img_top{
	text-align: center;
}

.text-fadein.active span:before {
  width: 0%;
}

/* ライン */
.contact_hr{
  width:740px;
  height:30px;
  opacity:0.2;
  margin-bottom:-50px;
  background:#9E9082;
  transition: all 1s;
  animation: anim 1s forwards;
}
@keyframes anim {
  0% {
  transform: translateX(-900px);
  }
  100% {
  transform: translateX(0px);
  }
}

.tgt_contact {
	text-align: left;
	font-size: 100px;
	font-family:cooper-black-std, serif;
	color: #9E9082;
	margin:-100px 115px -50px;
    animation-duration: 1s;
}


.rogo_contact{
	height: 210px;
	width: 260px;
	margin: 0 auto;
	background-image: url("img/rogo.jpg");
	background-size: cover;
	margin-bottom:50px;
}

.access{
	font-size: 30px;
	margin: 0 20px 0 auto;
	table-layout: auto;
	width: 90%;
}

.access span{
	color: red;
}

.contant_table{
	margin: 0 25px 0 15px;
	color: #ffffff;
	border-collapse: collapse;
	table-layout: fixed;
	float: left;
	width: 46%;
}

.u_u{
	color: #BB2723;
}

td{
	padding: 10px 0 10px 0;
	text-align: left;
	vertical-align: top;
	font-size:31px;
	border-bottom: 1px solid #DFB308;
}

.access_td{
	font-size: 27px;
    width: 170px;
    padding: 10px 0 10px 0;
}

.access_td1{
	font-size:27px;
	padding: 10px 0 0 0;
}

.table_span{
	color: red;
}
}

/* ------- お問い合わせ ここまで ------- */


/* ------- MAP ここから ------- */
.map{
	width: 86%;
    font-size: 40px;
    line-height: 1.6;
    margin: 85px auto 0;
}

.map span{
	color: red;
}

.map_tittle{
	font-size: 80px;
	text-align: center;
	margin-bottom:20px;
}

#map_button_top{
	margin: 0 0 105px;
}

.map_button{
	height: 180px;
	width: 82%;
	margin: 0 auto;
	text-align: center;
	border-radius: 100px;
	background-color: #DB5C67;
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.map_button > a{
	text-decoration: none;
}

.map_button > a > p{
	font-size: 60px;
	color: white;
	padding-top: 42px;
}

@media screen and (min-width: 1024px),(orientation:landscape){
.map{
	width: 86%;
    font-size: 40px;
    line-height: 1.6;
    margin: 85px auto 0;
}

.map span{
	color: red;
}

.map_tittle{
	font-size: 80px;
	text-align: center;
	margin-bottom:20px;
}

#map_button_top{
	margin: 0 0 105px;
}

.map_button{
	height: 180px;
	width: 82%;
	margin: 0 auto;
	text-align: center;
	border-radius: 100px;
	background-color: #DB5C67;
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.map_button > a{
	text-decoration: none;
}

.map_button > a > p{
	font-size: 60px;
	color: white;
	padding-top: 42px;
}
}



@media screen and (min-width: 1366px),(orientation:landscape){
.map{
	width: 50%;
    font-size: 40px;
    line-height: 1.6;
    margin: 20px auto 0;
    float: left;
}

.map span{
	color: red;
}

.map_tittle{
	font-size: 80px;
	text-align: center;
	margin-bottom:20px;
}

#map_button_top{
	margin: 0 0 105px;
}

.map_button{
	height: 180px;
	width: 82%;
	margin: 0 auto;
	text-align: center;
	border-radius: 100px;
	background-color: #DB5C67;
	filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.161));
}

.map_button > a{
	text-decoration: none;
}

.map_button > a > p{
	font-size: 60px;
	color: white;
	padding-top: 42px;
}
}

/* ------- MAP ここまで ------- */


/* ========== ハンバーガーメニュー ========== */

*:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
	padding:20px;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: 0;
}
/* menu */
.cp_offcm02 {
	position: fixed;
	z-index: 7;
	left: -500px;
	top: 145px;
	overflow-y: hidden;
	width: 500px;
	height: 100%;
	color: #ffffff;
	background-color: #A79000;
	-webkit-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
		-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cp_offcm02 li {
	display: block;
	margin-right: 0;
	height: 130px;
	margin: 0;
	color: #FFFFFF;
	border-bottom: 8px dotted white;/*drawer内ライン色*/
	font-size: 5vw;
	text-align: center;
}
.cp_offcm02 a {
	color:black;
	line-height: 150px;
}
.cp_offcm02 li:hover {
	background-color: #37BEC8;/*drawer内選択時色*/
}
/* menu toggle */
.cp_mobilebar {
	display: block;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 25px;
	width: 100%;
	height: 180px;
	background-color: #000000;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cp_menuicon {
	display: block;
	position: relative;
	width:80px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
}
.cp_menuicon > span {
	display: block;
	position: absolute;
	top: 55%;
	margin-top: -0.3em;
	width: 100%;
	height: 8px;
	border-radius: 50px;
	background-color: #A79000;/*真ん中ボーダー色*/
	-webkit-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
}
.cp_menuicon > span:before, .cp_menuicon > span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	border-radius: 50px;
	background-color: #A79000;/*上下ボーダー色*/
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}
.cp_menuicon > span:before {
	-webkit-transform: translateY(-0.6em);
	transform: translateY(-2.2em);/*上ボーダー間隔*/
}
.cp_menuicon > span:after {
	-webkit-transform: translateY(0.6em);
	transform: translateY(2.2em);/*下ボーダー間隔*/
}
#cp_toggle02:checked + .cp_mobilebar .cp_menuicon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cp_toggle02:checked + .cp_mobilebar span:before,
#cp_toggle02:checked + .cp_mobilebar span:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#cp_toggle02:checked ~ .cp_offcm02 {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
#cp_toggle02:checked ~ .cp_container {
	-webkit-transform: translateX(250px);
	transform: translateX(250px);
}

.link_box{
    font-size: 50px;
    background-color: transparent;
    color: #fff;
    border: 0px;
    padding: 5px 110px;
    outline: none;
}

.link_box a:hover {
    color: #C3BB93;
}
	#cp_toggle02 {
		display: none;
	}

@media screen and (min-width: 1366px),(orientation:landscape){
	.cp_cont {
		height: 0;
	}
	/* menu */
	.cp_offcm02 {
		position: fixed;
		z-index: 59;
		left: 0;
		visibility: visible;
		overflow: auto;
		width: 100%;
		height: 120px;
		padding-top: 0;
		text-align: center;
		opacity: 1;
		top: 0;
		background-color: #000000;
	}
	.cp_offcm02 nav, .cp_offcm02 ul {
	    width: 960px;
	    height: auto;
	    margin: 0 235px 0 auto;
	    padding: 0;
	}
	.cp_offcm02 li {
		display: inline-block;
		margin-right: -6px;
		border: none;
		color: #ffffff;
		font-size: 25px;
		height: 70px;
		margin-top: 40px;
	}
	.cp_offcm02 a {
		line-height: 80px;
		display: block;
		height: 70px;
		padding: 0 10px;
		-webkit-transition: background-color .3s ease-in;
		transition: background-color .3s ease-in;
		/*height: 80px;*/
	}
	.cp_offcm02 li:hover {
		background-color: green;/*drawer内選択時色*/
	}
	.cp_offcm02 a:hover {
		background-color: #B2C685;
		color:black;
	}
	/* menu toggle */
	#cp_toggle02 {
		display: none;
	}
	.cp_mobilebar {
		display: none;
	}
	/* content */
	.cp_container {
		position: relative;
		top: 0px;
		margin-top: 0;
		padding: 35px auto;
		-webkit-transition: transform .3s ease-in;
		transition: transform .3s ease-in;
	}
	.cp_content {
		margin: 0 auto;
		padding: 20px;
		height: 70px;
		text-align: center;
	}
	.logo{
		width: 17%;
	    max-width: 320px;
	    z-index: 60;
	    position: fixed;
	    top: 0;
	    left: 100px;
	    margin: 0;
	    height: 110px;
	    top: 4px;
	    left: 155px;
	    transform: translate(-50%, 0);
	    -webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
}
.link_box{
    font-size: 25px;
    background-color: transparent;
    color: #fff;
    border: 0px;
    padding: 10px 0;
    outline: none;
}
}

@media screen and (min-width: 1366px){
.link_box{
    font-size: 25px;
    background-color: transparent;
    color: #fff;
    border: 0px;
    padding: 10px 0;
    outline: none;
}
}
/* 一番上のメニュー ここまで　*/


#menu_button{
	position: fixed;
	top: 0;
	height: 150px;
	width: 150px;
	margin: 15px 5px;
	background-image: url("img/menu_button3.png");
}

@media screen and (min-width: 1024px),(orientation:landscape){
#menu_button{
	height: 110px;
	width: 110px;
	margin:5px;
	background-size: cover;
}

.drawer-menu-item{
	font-size: 30px;
}
}
/*ボタン装飾*/
#reservation{
	padding: 30px 0;
	margin:30px 0;
}

.button {
    display: block;
    position: relative;
    width: 50%;/*ボタンの幅*/
    padding: 30px 0;
    margin: 20px auto;
    background-color: #176E09;/*ボタンの色*/
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);/*影の色(rgbaの値を変更)*/
    border-radius: 70px;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.button:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn2 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

@media screen and (min-width: 1024px),(orientation:landscape){
#reservation{
	padding: 30px 0;
	margin:30px 0;
}

.button {
    display: block;
    position: relative;
    width: 50%;/*ボタンの幅*/
    padding: 30px 0;
    margin: 20px auto;
    background-color: #176E09;/*ボタンの色*/
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);/*影の色(rgbaの値を変更)*/
    border-radius: 70px;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.button:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn2 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
}


@media screen and (min-width: 1366px),(orientation:landscape){
#reservation{
	padding: 30px 0;
    margin: 30px auto;
    max-width: 1366px;
}

.button {
    display: block;
    position: relative;
    width: 50%;/*ボタンの幅*/
    padding: 30px 0;
    margin: 20px auto;
    background-color: #176E09;/*ボタンの色*/
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);/*影の色(rgbaの値を変更)*/
    border-radius: 70px;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.button:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.button::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s;
    animation: shiny-btn2 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn2 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
}

/* ------- ボタン装飾ここまで ------- */



