@charset "utf-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  font-size: 19px;
  font-weight: 450;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #231815;
  background: #fff;
}
a {
  color: #000;
  text-decoration: none;
  transition: 0.5s;
}
a:hover, .active {
  text-decoration: none;
  opacity: 0.5;
  transition: 0.5s;
}


a:active, a:focus, input:active, input:focus {
  outline: 0;
}
a.red {
  color: #C30D23;
}
.min {
  font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
}
p {
  letter-spacing: 2px;
  line-height: 160%;
}
table {
  line-height: 160%;
}
.cen {
  text-align: center;
}
.lef {
  text-align: left;
}
.rig {
  text-align: right;
}
.top_10m {
  margin-top: 10px;
}
.top_20m {
  margin-top: 20px;
}
.top_30m {
  margin-top: 30px;
}
.top_40m {
  margin-top: 40px;
}
.top_50m {
  margin-top: 50px;
}
.top_60m {
  margin-top: 60px;
}
.top_70m {
  margin-top: 70px;
}
.top_80m {
  margin-top: 80px;
}
.top_90m {
  margin-top: 90px;
}
.top_100m {
  margin-top: 100px;
}
.bot_10m {
  margin-bottom: 10px;
}
.bot_20m {
  margin-bottom: 20px;
}
.bot_30m {
  margin-bottom: 30px;
}
.bot_40m {
  margin-bottom: 40px;
}
.bot_50m {
  margin-bottom: 50px;
}
.bot_60m {
  margin-bottom: 60px;
}
.bot_70m {
  margin-bottom: 70px;
}
.bot_80m {
  margin-bottom: 80px;
}
.bot_90m {
  margin-bottom: 90px;
}
.bot_100m {
  margin-bottom: 100px;
}
.bot_110m {
  margin-bottom: 110px;
}
.bot_120m {
  margin-bottom: 120px;
}
.bot_130m {
  margin-bottom: 130px;
}
.rig_10m {
  margin-right: 10px;
}
.rig_20m {
  margin-right: 20px;
}
.rig_30m {
  margin-right: 30px;
}
.lef_10m {
  margin-left: 10px;
}
.lef_20m {
  margin-left: 20px;
}
.lef_30m {
  margin-left: 30px;
}

.ma40 {
  margin-top: 40px;
}
.pl20 {
  padding-left: 20px;
}
.pl40 {
  padding-left: 40px;
}
.pl70 {
  padding-left: 70px;
}

.notxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 1px;
  font-size: 1px;
}
.ind_01 {
  padding-left: 1em;
  text-indent: -1em;
}
.ind_02 {
  padding-left: 2em;
  text-indent: -2em;
}
.ind_03 {
  padding-left: 3em;
  text-indent: -3em;
}
.ind_04 {
  padding-left: 4em;
  text-indent: -4em;
}
.ind_05 {
  padding-left: 5em;
  text-indent: -5em;
}
.gray {
  height: 2px;
  background-color: #ccc;
  border: 0;
}
.line_g {
  height: 2px;
  background-color: #ccc;
  border: 0;
}
.line_o {
  height: 2px;
  background-color: #E95412;
  border: 0;
}
.pc_blc {
  display: none;
}
.sp_blc {
  display: block;
}
@media only screen and (max-width: 820px) {
  .pc_blc {
    display: block;
  }
  .sp_blc {
    display: none;
  }
}
body {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.top_h1 {
  opacity: 0;
  animation-duration: 2s;/* アニメーション時間 */
  animation-delay : 0.5s;/* 変化開始の時間 */
  animation-name: fadeIn_h1;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
  animation-fill-mode: forwards; /*これで値を保持*/
}
@keyframes fadeIn_h1 {
  0% {
    opacity: 0;
	transform: translateY(30px);
  }
  
  100% {
    opacity: 1;
	transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn_h1 {
  0% {
    opacity: 0;
	transform: translateY(30px);
  }

  100% {
    opacity: 1;
	transform: translateY(0);
  }
}

.top_h1_txt {
  opacity: 0;
  animation-duration: 2s;/* アニメーション時間 */
  animation-delay : 1.0s;/* 変化開始の時間 */
  animation-name: fadeIn_h1_txt;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
  animation-fill-mode: forwards; /*これで値を保持*/
}
@keyframes fadeIn_h1_txt {
  0% {
    opacity: 0;
	transform: translateY(30px);
  }
  
  100% {
    opacity: 1;
	transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn_h1_txt {
  0% {
    opacity: 0;
	transform: translateY(30px);
  }

  100% {
    opacity: 1;
	transform: translateY(0);
  }
}

.top_h2_txt {
  opacity: 0;
  animation-duration: 2s;/* アニメーション時間 */
  animation-delay : 1.5s;/* 変化開始の時間 */
  animation-name: fadeIn_h2;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
  animation-fill-mode: forwards; /*これで値を保持*/
}
@keyframes fadeIn_h2 {
  0% {
    opacity: 0;
	transform: translateY(30px);
  }
  
  100% {
    opacity: 1;
	transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn_h2 {
  0% {
    opacity: 0;
	transform: translateY(30px);
  }

  100% {
    opacity: 1;
	transform: translateY(0);
  }
}

/* footer
------------------------------------------------------------*/
#foot {

  clear: both;
  max-width: 100%;
  margin: 0px auto 0 auto;
  padding: 0px 0 20px 0;
  text-align: center;
  font-size: 12px;
}

#foot .inner {
  width: 1280px;
  margin: 0 auto;
}

#foot .sitemap{
	/*min-height: 200px;*/
	text-align: left;
    font-size: 16px;
	padding: 50px 50px 0px 50px;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	
}

#foot .sitemap .foot_lef{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#foot .sitemap .foot_rig .foot_smile{
	display: flex;
	flex-wrap:wrap;
	justify-content:end;
	margin: 0 0 40px 0;
}

#foot .sitemap .foot_rig .foot_smile_sp{
	display:none;
}

#foot .sitemap .foot_rig .card_txt{
    margin: 0 20px 0 0;
}

#foot .sitemap .foot_rig .card_txt p.txt_01{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin: 0 ;
}

#foot .sitemap .foot_rig .card_txt p.txt_02{
	font-size: 12px;
	color: #fff;
	margin:0 0 10px 0 ;
}

#foot .sitemap .foot_rig .card_img{
	
}

#foot .sitemap h3{
	font-size: 23px;
	color: #fff;
	margin: 0 0 15px 0;
}
#foot .sitemap a{
	color: #fff;
	font-size: 18px;
}

#foot .sitemap a.arrow{
	padding: 0 0 0 20px;
	background: url("../images/foot/ico_arrow.jpg") 0px 0px  no-repeat;
}

#foot .sitemap p{
	margin: 0 0 15px 0;
}

#foot .sitemap ul{

}

#foot .sitemap ul li{
	line-height: 270%;
	    margin: 0 30px 0 0;
}

#foot .copy {
  clear: both;
  float: none;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

#foot .foot_kasou{
margin: 0 auto;
}

#foot .foot_kasou ul{
	display: flex;
	margin: 0 0 20px 0px;
}


/*
ピックアップバナー追加
*/

.picup_bnr{
	position: relative;
	
}

.picup_bnr .bnr_01{
	position: fixed;
	bottom: 200px;
	right: 20px;
}

.picup_bnr .bnr_02{
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.picup_bnr .bnr_03{
	position: fixed;
	bottom: 190px;
	right: 20px;
}



.picup_bnr a img {
  transition: transform 0.3s ease;
}

.picup_bnr a:hover {
  opacity: 1 !important;
}

.picup_bnr a:hover img {
  transform: scale(1.1);
}


.box_w1p{
	margin: 0 0 20px 0;
	padding:10px 0 50px 0;
}

.box_w1p_in{
	max-width:500px;   /* ここはデザインの上限として */
  margin: 0 auto;
  padding: 0 1rem;    /* スマホ時の左右の余白 */
  text-align: left;
}

.box_w1p_in p{
	font-size: 14px;
	font-weight: normal;
}

.box_w1p_in p.iten{
	font-size: 12px;
	margin: 10px 0 0 0;
}

.dl-flex {
  display: grid;
  grid-template-columns:60px 1fr; /* モバイルでは1列 */
  row-gap: 0.5em;
  margin: 20px 0 20px 0;
}

.dl-flex dt {
  
  margin-bottom: 0.2em;
  text-align: left;
  font-size: 14px;
}

.dl-flex dd {
  margin: 0 0 0 0;
  font-size: 14px;
}

/* 画面幅が600px以上になったら横並びに */
@media (min-width: 600px) {
  .dl-flex {
    grid-template-columns: 70px 1fr;
    row-gap: 0.5em;
    column-gap: 1em;
	        margin: 10px 0 20px 0;
  }

  .dl-flex dt {
    margin: 0;
    text-align: left;
    align-self: start;
  }

  .dl-flex dd {
    margin: 0;
  }
}


.box_ope .box_w1p h2{
	    color: rgba(255, 120, 0, 1.0);
    font-size: 30px;
    margin: 30px auto;
}

.box_ope .box_w1p .box_w1p_txt{
	width: 60%;
	margin: 0 auto 50px auto;
}

.box_ope .box_w1p .box_w1p_txt p{
	font-weight: 100;
	font-size: 18px;
}
@media only screen and (max-width: 820px) {
.box_ope .box_w1p h2{
	    color: rgba(255, 120, 0, 1.0);
    font-size: 20px;
    margin: 20px auto;
}

.box_ope .box_w1p .box_w1p_txt{
	width: 90%;
	margin: 0 auto 50px auto;
}

.box_ope .box_w1p .box_w1p_txt p{
	font-weight: 100;
	font-size: 14px;
}
}

.cdtbl {
	width: 873px;
	border: 1px solid #ccc;
	line-height: 1.5em;
	margin: 0 auto 0px auto;
	padding: 0 0 50px 0;
}
.cdtbl th, .cdtbl td {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}
.cdtbl th {
	width: 150px;
	background: #eee;
}
.cdtbl td {
	text-align: left;
	font-size:14px;
}

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

.picup_bnr{
	display: none;	
}

.cdtbl {
	width: 90%;
	border: 1px solid #ccc;
	line-height: 1.5em;
	margin: 0 auto 0px auto;
	padding: 0 0 50px 0;
}

.cdtbl th {
	width: 20%;
	background: #eee;
	font-size: 14px;
}

}


/* パンくずリスト
------------------------------------------------------------*/
.breadcrumb{
display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 30px 0 20px 0;
  margin: 0 0 50px 0;
  border-bottom: 1px #960A00 solid;
}

.breadcrumb li{
	font-size: 19px;
}

.breadcrumb li a{
text-decoration: underline;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "＞";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

@media only screen and (max-width: 820px) {
.breadcrumb{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 15px 0 15px 0;
  margin: 0 auto 50px auto;
  width: 90%;
  line-height: 140%;
}

.breadcrumb li{
	font-size: 13px;
}

}

/* 共通パーツ
------------------------------------------------------------*/
h3 {
  font-size: 40px;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.next {
  float: none;
  page-break-before: always;
}
section {
  clear: both;
  float: none;
}

section .cont_bg{
	/*background: -webkit-linear-gradient(#fffefe, #feefec);
    background: -o-linear-gradient(#fffefe, #feefec);
    background: linear-gradient(#fffefe, #feefec);*/	
	background: #fff3f1;
}

section .inner {
  /*width: 100%;*/
  width: 1280px;
  margin: 0 auto;
  padding: 0 0 10px 0;
}

section .bg_o {
  background: #EA5415;
}
section .line_o {
  border-bottom: 1px #EA5415 solid;
}
section .bg_w {
  background: #fff;
}
section .bg_y {
  background: #FFFBEF;
}
section .cont {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 50px 0;
}
/*見出し*/
h2.single {
  padding: 50px 0 50px 0;
}
h2.twin {
  padding: 0px 30px 0px 0;
}
h2.busi {
  width: 400px;
}
h2.busi_300 {
  width: 300px;
}

.line_tit{
	display: flex;
	align-items: center;
	color:#0075C4;
	font-size: 32px;
	margin: 50px 0 50px 0;
}

.line_tit:before,
.line_tit:after {
    content: "";
    height: 8px;
    flex-grow: 1;
    background-color: #009FE9;
}

.line_tit:before {
    margin-right: 2rem;
}

.line_tit:after {
    margin-left: 2rem;
}

@media only screen and (max-width: 820px) {
  .line_tit{
	font-size: 26px;
}

}


.logo_under{
	width: 22%;
    margin: 0px auto 30px auto;
    padding: 50px 0 0 0;
}

.top_photo h1.logo_under_news{
	width: 22%;
    margin: 0px auto 30px auto;
    padding: 50px 0 0 0;
}

/*flex*/
section .flex {
  display: -webkit-flex;
  display: flex;
}
section .jc_spar {
  justify-content: space-around;
}
section .jc_spbet {
  justify-content: space-between;
}

section .js_rig {
  justify-content: flex-end;
}

section .ai_cen {
  align-items: center;
}



/*-----------------------------------------------------*/
/*header*/
header{
	position: relative;
	background: rgba(255,120,0, 1.0);
	width: 100%;
	min-height: 100px;
	z-index: 50;
}

header.other{
	position: relative;
	background: #8f0d0e;
	width: 100%;
	min-height: 100px;
	z-index: 50;
}

.pc_head{
	display: flex;
	justify-content:space-around;
	padding: 10px 0 20px 0;
}

.logo_area{
	/*background: #fff;
	width: 270px;
	height: 75px;*/
	padding: 10px 0 0 0;
}

.logo_area img{
	height: 65px;
}


.pc_head ul{
	list-style: none;
	display: flex;
	margin: 15px 0 0 0;
}

.pc_head ul li{
  text-align: left;
  height: 100%;
  font-size: 17px;
  line-height: 160%;
  margin-right: 10px;
}

.pc_head ul li a{
	padding:0px;
 /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 100%);*/
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
}

.pc_head ul li a:hover{
	 background-position: -100% 0;
  color: #fff;
  opacity: 0.5;
}

.pc_head ul li img{
	height: 100%;
	max-height: 50px;
	width: 100%;
	margin: 10px 0 0 0;
}

.pc_head ul li.tel img{
	height: 100%;
	max-height: 65px;
	width: 100%;
	margin: 0 0 0 20px;
}


.nav_sub{
	background: #fff;
	height: 30px;  
	text-align: center;
	display:flex;
	justify-content: center;
 align-items: center;
 border-bottom: 1px solid #e5e5e5;
}

.nav_sub ul{
display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.nav_sub ul li{
	    margin: 0 50px;
		font-size: 12px;
}
/*menu*/
.menu_box {
  background: #fff;
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.menu {
  position: absolute;
  right: -1px;
  top: -160px;
  width: 120px;
  height: 112px;
  z-index: 99;
  background: url("../images/top/menu_open.png") top center;
}
.menu.active {
  background: url("../images/top/menu_close.png") top center;
  opacity: 1.0;
}
/*gnav*/
.gnav {
  background: rgba(0, 117, 196, 0.9);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 0;
}
.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}
/*gnav panel_menu*/
.panel_menu {
  width: 760px;
  margin: 0 auto;
}
.panel_menu .panel_in {
 /* display: flex;*/
}
.panel_menu .panel_in .left {
  width: 150px;
}
.panel_menu .panel_in .right {
  width: 600px;
}
.panel_menu .panel_in .right .panel_sub {
  display: flex;
  margin: 10px 0 20px 15px;
  color: #fff;
}
.panel_menu .panel_in .right .panel_sub a {
  margin: 0 10px 0 0;
  font-size: 19px;
  color: #fff;
}
/*page-top*/

#page-top {
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  border-radius: 50px;
}

.page-top-in{
	display:flex;
	justify-content: center;
 align-items: center;width: 80px;
    height: 80px;
}


#page-top p {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  background: none;
  behavior: url(PIE.htc);
  text-decoration: none;
  color: #250246;
}

#page-top p a {
  color: #fff;
}
#page-top p a:hover {
  color: #fff;
}
#page-top p:hover {
  color: #fff;
}
#page-top p.bnr:hover {
  background: none;
}
#move-page-top {
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

@media only screen and (max-device-width: 480px) {

#page-top {
  width: 60px;
  height: 60px;
 right: 10px;
    bottom: 20px;
}

.page-top-in{
	width: 60px;
    height: 60px;
}

#move-page-top {
  font-size: 11px;
  line-height: 15px;
}

.nav_sub ul li{
	    margin: 0 10px;
		font-size: 14px;
}
}

/* パワポデザイナー ヘッダ周り
------------------------------------------------------------*/

.main_intro{
	background: url("../images/head_bg.png");
	background-size: cover;
    background-attachment: fixed;
    background-position: center center;
	padding: 80px 0 80px 0;
}

.main_intro h2{
	text-align: center;
    margin: 0px auto;
    width:60%;
}

.main_intro h2 img{
    width: 100%;
}

@media only screen and (max-width: 820px) {
.main_intro{
	background: url("../images/head_bg.png");
	background-size: cover;
    /*background-attachment: fixed;*/
    background-position: center center;
	padding: 40px 0 50px 0;
}

.main_intro h2{
	text-align: center;
    margin: 0px auto;
    width:90%;
}

}


/* パワポデザイナー about
------------------------------------------------------------*/
.box_about{
	margin: 80px 0 0 0;
	padding: 30px 0 0 0;
}

.box_about h2{
	background: #FF7800;
    color: #fff;
    text-align: center;
    font-size: 50px;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 30px 0;
}

.box_about h2 img{
	width: 100%;
}

.box_about .about_list{
    margin: 0 auto;
    width: 80%;
	text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.box_about p.about_txt{
	text-align: center;
    margin: 60px auto 50px auto;
    width: 100%;
    max-width: 1000px;
}

.box_about p.about_txt img{
	width: 100%;
}

.box_voice{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.box_voice h2{
	text-align: center;
    margin: 0px auto 50px auto;
    width:80%;
	max-width: 1200px;
}

.box_voice h2 img{
	width: 100%;
}

.box_voice .voice_list{
    margin: 0 auto 50px auto;
    width: 100%;
	max-width: 1200px;
	text-align: center;
    display: flex;
   justify-content: center;
    align-items: center;
	flex-wrap:wrap;
}
.box_voice .voice_list p{
	width: 100%;
	max-width: 480px;
	margin: 0 10px 30px 10px;
}
.box_voice .voice_list img{
	width: 100%;
}


.box_results{
	background: url("../images/results_bg.png") top center no-repeat;
	padding: 100px 0 100px 0;
	margin: 0 0 60px 0;
}

.box_results .list{
	background: #fff;
    width: 65%;
    margin: 0 auto;
    padding: 50px 20px;
	max-width: 1100px;
}

.box_results2{
	background: none;
	padding: 100px 0 50px 0;
	margin: -190px 0 50px 0;
}

.box_results2 .list{
	background: #fff;
    width: 65%;
    margin: 0 auto;
    padding: 50px 20px;
	max-width: 1100px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius: 20px;
}



/* カルーセルの外枠 */
.voice_carousel {
  width: 300px;
  height: 200px;
  display: flex;    /* 子要素を横に並べる */
  overflow: hidden; /* はみ出た部分は表示しない */
  margin: 0 auto 30px auto;   /* 水平方向中央寄せ */
}
/* カルーセル内の画像 */
.voice_carousel img {
  margin: 0;
  padding: 0;
  display: block; /* imgタグの改行のすき間を消すため */
}
/* スクロールアニメーションのキーフレーム */
@keyframes scroll {
  /* 初期位置は1個目の画像が左端 */
  0% { margin-left: 0; }      
  /* 1個分左の位置に進めて2個目の画像を左端にする */
  20% { margin-left: -100%; }
  /* 少しの間上と同じ位置 */  
  25% { margin-left: -100%; }
  /* 2個分左の位置に進めて3個目の画像を左端にする */
  45% { margin-left: -200%; }
  /* 少しの間上と同じ位置 */  
  50% { margin-left: -200%; }
  /* 以降は上と同様に繰り返し */
  70% { margin-left: -300%; }
  75% { margin-left: -300%; }
  95% { margin-left: -400%; }
  100% { margin-left: -400%; }
}
/* カルーセルの子要素にスクロールアニメーションを設定 */
.voice_carousel > :first-child {
  animation-name: scroll;    /* キーフレーム名 */
  animation-duration: 15s;  /* 再生時間全体は20秒 */
  animation-delay: 2s;      /* 読込直後から遅延無しで開始 */
  animation-iteration-count: infinite;  /* 無限に繰り返す */
}

@media only screen and (max-width: 820px) {
.box_about{
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}

.box_about h2{
	background: #FF7800;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin: 30px auto 40px auto;
    padding: 20px 0;
}

.box_about h2 img{
	width: 100%;
}

.box_about .about_list{
    margin: 0 auto;
    width: 95%;
	text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.box_about p.about_txt{
	text-align: center;
        margin: 20px auto 0px auto;
        width: 90%;
        max-width: 800px;
}


.box_voice{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.box_voice h2{
	text-align: center;
    margin: 0px auto 25px auto;
    width:100%;
	max-width: 1200px;
}

.box_voice h2 img{
	width: 100%;
}

.box_voice .voice_list{
    margin: 0 auto 0px auto;
    width: 90%;
	text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
	flex-wrap:wrap;
}
.box_voice .voice_list p{
	width: 100%;
	max-width: 500px;
	margin: 0 0 30px 0;
}
.box_voice .voice_list img{
	width: 100%;
}

.box_results{
	background: url("../images/results_bg.png") top center no-repeat;
	padding: 30px 0 30px 0;
	margin: 0 0 50px 0;
}

.box_results .list{
	background: #fff;
    width: 85%;
    margin: 0 auto;
    padding: 20px 10px;
	max-width: 1100px;
}
.box_results2{
	padding: 30px 0 30px 0;
	margin: -50px 0 10px 0;;
	
}

.box_results2 .list{
	background: #fff;
    width: 85%;
    margin: 0 auto;
    padding: 20px 10px;
	max-width: 1100px;
}

}


/* パワポデザイナー プラン
------------------------------------------------------------*/


.box_plan{
	margin: -200px 0 0 0;
	padding: 200px 0 0 0;
}

.box_plan h2{
	text-align: center;
    margin: 30px auto 50px auto;
    width:20%;
	max-width: 380px;
}

.box_plan h2 img{
	width: 100%;
}

.box_plan .plan_list{
    margin: 0 auto 50px auto;
    width: 70%;
	max-width: 1200px;
	text-align: center;
    display:block;
}
.box_plan .plan_list p{
	width: 100%;
	/*max-width: 500px;*/
	margin: 0 0 30px 0;
}
.box_plan .plan_list img{
	width: 100%;
}

.box_plan .plan_list .option{
	width: 550px;
	margin: 60px auto 0 auto;
}

.event {
 
     text-align: center;
    margin: 0px auto 30px auto;
    width: 100%;
    max-width: 650px;
}

.box_plan .ai_option{
		text-align: center;
		    background: rgba(255, 120, 0, 1.0);
	    margin: 140px auto 0 auto;
}

.box_plan .ai_option .in{
		
}
.box_plan .ai_option .logo{
		margin: 0 auto;
}
.box_plan .ai_option .logo img{
	margin: -80px 0 0 0;
	width: 200px;
}
.box_plan .ai_option .optionmenu{
	display: flex;
    width: 100%;
    margin: -30px auto -50px auto;
	padding: 0 0 100px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.box_plan .ai_option .optionmenu p{
		width: 30%;
}


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

.box_plan h2{
	text-align: center;
    margin: 30px auto 20px auto;
    width:100%;
	max-width: 474px;
}

.box_plan h2 img{
	width: 35%;
}

.box_plan .plan_list{
    margin: 0 auto 20px auto;
    width: 90%;
	max-width: 1200px;
	text-align: center;
    display:block;
}
.box_plan .plan_list p{
	width: 100%;
	/*max-width: 500px;*/
	margin: 0 0 30px 0;
}
.box_plan .plan_list img{
	width: 100%;
}


.box_plan .plan_list .option{
	width: 90%;
	margin: 0 auto;
}
	

.box_plan .ai_option{
		text-align: center;
		    background: rgba(255, 120, 0, 1.0);
	    margin: 140px auto 0 auto;
}

.box_plan .ai_option .in{
		width: 90%;
        margin: 0 auto;
}
.box_plan .ai_option .logo{
		margin: 0 auto;
}
.box_plan .ai_option .logo img{
	margin: -80px 0 0 0;
	width: 200px;
}
.box_plan .ai_option .optionmenu{
	display: block;
    width: 100%;
    margin: 0px auto -80px auto;
	padding: 0 0 100px 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.box_plan .ai_option .optionmenu p{
		width: 90%;
	margin: 0 auto;
}	

}
/* パワポデザイナー other
------------------------------------------------------------*/

.box_other{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.box_other h2{
	text-align: center;
    margin: 0px auto 50px auto;
    width:100%;
	max-width: 310px;
}

.box_other h2 img{
	width: 100%;
}

.box_other .other_list{
	margin: 0 auto 50px auto;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    display: flex;
   justify-content:space-around;
    align-items: normal;
    flex-wrap: wrap;
}
.box_other .other_list p{margin: 0 0 40px 0;}

.box_other .other_list p img{}

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


.box_other{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.box_other h2{
	text-align: center;
    margin: 0px auto 20px auto;
    width:100%;
	max-width: 474px;
}

.box_other h2 img{
	width: 70%;
}

.box_other .other_list{
	margin: 0 auto -30px auto;
    width: 90%;
    max-width: 1000px;
    text-align: center;
    display: flex;
    justify-content:space-between;
    align-items: normal;
    flex-wrap: wrap;
}
.box_other .other_list p{margin: 0 0 40px 0;}

.box_other .other_list p img{}
}

/* パワポデザイナー CASES
------------------------------------------------------------*/

.box_cases{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.box_cases h2{
	text-align: center;
    margin: 0px auto 50px auto;
    width:100%;
	max-width: 1366px;
}

.box_cases h2 img{
	width: 100%;
}

.box_cases .cases_list{
	margin: 0 auto 50px auto;
    width: 100%;
    max-width: 800px;
    text-align: center;
    display: block;
    justify-content:space-between;
    align-items: normal;
    flex-wrap: wrap;
}
.box_other .other_list p{margin: 0 0 70px 0; width: 40%;}

.box_other .other_list p img{}

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


.box_cases{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.box_cases h2{
	text-align: center;
    margin: 0px auto 10px auto;
    width:100%;
	max-width: 1366px;
}

.box_cases h2 img{
	width: 100%;
}

.box_cases .cases_list{
	margin: 0 auto 50px auto;
    width: 90%;
    max-width: 1000px;
    text-align: center;
    display: block;
    justify-content:space-between;
    align-items: normal;
    flex-wrap: wrap;
}
.box_other .other_list p{margin: 0 0 40px 0;}

.box_other .other_list p img{}


}


/* パワポデザイナー WORKS
------------------------------------------------------------*/

.box_works{
	margin: 0 0 60px 0;
	padding: 30px 0 0 0;
}

.box_works h2{
	text-align: center;
    margin: 0px auto 20px auto;
    width:100%;
	max-width: 1366px;
}

.box_works h2 img{
	width: 100%;
}

.box_works .works_list{
	margin: 0 auto 50px auto;
	padding: 0 0 100px 0;
    width: 100%;
    max-width: 800px;
    text-align: center;
    display: block;
    justify-content:space-between;
    align-items: normal;
    flex-wrap: wrap;
}


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


.box_works{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.box_works h2{
	text-align: center;
    margin: 0px auto 10px auto;
    width:100%;
	max-width: 1366px;
}

.box_works h2 img{
	width: 100%;
}

.box_works .works_list{
	margin: 0 auto 50px auto;
	padding: 0 0 0px 0;
    width: 90%;
    max-width: 1000px;
    text-align: center;
    display: block;
    justify-content:space-between;
    align-items: normal;
    flex-wrap: wrap;
}

}

/* パワポデザイナー FLOW
------------------------------------------------------------*/

.box_flow{
	margin: -150px 0 70px 0;
    padding: 150px 0 40px 0;
    background: #F1F1F1;
}

.box_flow h2{
	text-align: center;
    margin: 20px auto 20px auto;
    width:100%;
	max-width: 1366px;
}

.box_flow h2 img{
	width: 100%;
	max-width: 376px;
}

.box_flow .flow_list{
	margin: 0 auto 50px auto;
    width: 100%;
    max-width: 800px;
    text-align: center;
    display: block;
    justify-content:space-between;
    align-items: normal;
    flex-wrap: wrap;
}

.box_flow .flow_list p{
margin: 0 0 30px 0;

}

.box_flow .flow_list p img{
	width: 100%;
	/*max-width: 376px;*/
}
@media only screen and (max-width: 820px) {


.box_flow{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.box_flow h2{
	text-align: center;
    margin: 0px auto 20px auto;
    width:100%;
	max-width: 1366px;
}

.box_flow h2 img{
	width: 100%;
	max-width: 200px;
}

.box_flow .flow_list{
	margin: 0 auto 50px auto;
	padding: 0 0 30px 0;
   
        width: 90%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
}

.box_flow .flow_list p{
margin: 0 0 10px 0;
width: 48%;
}

}


/* パワポデザイナー FAQ
------------------------------------------------------------*/

.box_faq{
	margin: -150px 0 0 0;
    padding: 150px 0 0 0;
	background: #F1F1F1
}

.box_faq h2{
	text-align: center;
    margin: 20px auto 25px auto;
    width:100%;
	max-width: 1200px;
}

.box_faq h2 img{
	width: 100%;
	max-width: 340px;
}

.box_faq .faq_list{
    margin: 0 auto 50px auto;
    width: 100%;
	max-width: 900px;
	text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
	flex-wrap:wrap;
}
.box_faq .faq_list p{
	width: 30%;
	max-width: 500px;
	margin: 0 0 30px 0;
}
.box_faq .faq_list img{
	width: 100%;
}

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



.box_faq{
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
}

.box_faq h2{
	text-align: center;
    margin: 0px auto 25px auto;
    width:100%;
	max-width: 1200px;
}

.box_faq h2 img{
	width: 100%;
	max-width: 200px;
}

.box_faq .faq_list{
    margin: 0 auto 0px auto;
    width: 90%;
	text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
}
.box_faq .faq_list p{
	width: 48%;
	max-width: 500px;
	margin: 0 0 30px 0;
}
.box_faq .faq_list img{
	width: 100%;
}


}


/* パワポデザイナー OPE
------------------------------------------------------------*/

.box_ope{
	margin: 0px 0 0 0;
    padding: 0px 0 0 0;
	background: #F1F1F1
}

.box_ope h2{
	text-align: center;
    margin: 0px auto 25px auto;
    width:100%;
	max-width: 1200px;
}

.box_ope h2 img{
	width: 100%;
	max-width: 160px;
}

.box_ope .ope_list{
    margin: 0 auto 50px auto;
    width: 100%;
	max-width: 1200px;
	text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
	flex-wrap:wrap;
}
.box_ope .ope_list p{
	width: 30%;
    max-width: 200px;
	margin: 0 0 30px 0;
}
.box_ope .ope_list img{
	width: 100%;
}

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



.box_ope{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
}

.box_ope h2{
	text-align: center;
    margin: 0px auto 25px auto;
    width:100%;
	max-width: 1200px;
}

.box_ope h2 img{
	width: 100%;
	max-width: 160px;
}

.box_ope .ope_list{
    margin: 0 auto 0px auto;
    width: 90%;
	text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
}
.box_ope .ope_list p{
	width: 48%;
	max-width: 500px;
	margin: 0 0 30px 0;
}
.box_ope .ope_list img{
	width: 100%;
}


}


/* パワポデザイナー 制作事例
------------------------------------------------------------*/


.box_production_case{
	margin: 30px auto 100px auto;
	padding: 0px 0 0 0;
	width: 100%;
	max-width: 1300px;
}

.box_production_case h2{
	background: #FF7800;
	font-size: 38px;
	color: #fff;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 0 30px 0;
	line-height: 160%;
}

.box_production_case p.anime{
	font-size: 16px;
	    padding: 0 20px;
}

.box_production_case .example{
	display: flex;
	justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
	margin: 0 0 60px 0;
}
.box_production_case .example .example_lef{
	width: 49%;
}

.box_production_case .example h3{
	font-size: 32px;
	margin: 0 0 5px 0;
}

.box_production_case .example .sub_txt{
	font-size: 16px;
	color: #FF7800;
	margin: 0 0 10px 0;
}

.box_production_case .example .sub_menu{
	display: flex;
	justify-content: flex-start;
    align-items: start;
    flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.box_production_case .example .sub_menu .set{
	display: flex;
	justify-content: flex-start;
    align-items: start;
    flex-wrap: wrap;
	font-size: 12px;
}

.box_production_case .example .sub_menu .set .set_01{
	background: #FF7800;
	border-radius: 30px;
	color: #fff;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 0;
}

.box_production_case .example .sub_menu .set .set_02{
	margin: 0 10px 0 0;
}

.box_production_case .example .read_txt{
	font-size: 16px;
}

.box_production_case .example .example_rig{
	width: 49%;
}


/* カルーセルの外枠 */
.box_production_case .example .example_rig .example_carousel {
  width: 637px;
  height: 358px;
  display: flex;    /* 子要素を横に並べる */
  overflow: hidden; /* はみ出た部分は表示しない */
  margin: 0 auto;   /* 水平方向中央寄せ */
}
/* カルーセル内の画像 */
.box_production_case .example .example_rig .example_carousel img {
  margin: 0;
  padding: 0;
  display: block; /* imgタグの改行のすき間を消すため */
}
/* スクロールアニメーションのキーフレーム */
@keyframes scroll {
  /* 初期位置は1個目の画像が左端 */
  0% { margin-left: 0; }      
  /* 1個分左の位置に進めて2個目の画像を左端にする */
  20% { margin-left: -100%; }
  /* 少しの間上と同じ位置 */  
  25% { margin-left: -100%; }
  /* 2個分左の位置に進めて3個目の画像を左端にする */
  45% { margin-left: -200%; }
  /* 少しの間上と同じ位置 */  
  50% { margin-left: -200%; }
  /* 以降は上と同様に繰り返し */
  70% { margin-left: -300%; }
  75% { margin-left: -300%; }
  95% { margin-left: -400%; }
  100% { margin-left: -400%; }
}
/* カルーセルの子要素にスクロールアニメーションを設定 */
.box_production_case .example .example_rig .example_carousel > :first-child {
  animation-name: scroll;    /* キーフレーム名 */
  animation-duration: 15s;  /* 再生時間全体は20秒 */
  animation-delay: 2s;      /* 読込直後から遅延無しで開始 */
  animation-iteration-count: infinite;  /* 無限に繰り返す */
}



.ppt_sample{
	background: none;
	border-radius: 10px;
	width: 85%;
	margin:0 auto 50px auto;
    padding: 20px 20px 20px 20px;
}

.ppt_sample h3,
.ppt_sample p{
	color: #FF7800;
}

.ppt_sample h3{
	text-align: center;
	font-size: 30px;
}

.ppt_sample p.sub{
	text-align: right;
	font-size: 11px;
}

.ppt_sample .in{
	display: flex; flex-wrap:wrap; justify-content:space-around; padding: 30px 20px 0px 20px;
}

.ppt_sample .in p{
	margin: 0 0 20px 0;
}

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

.box_production_case{
	margin: 30px auto 100px auto;
	padding: 0px 0 0 0;
	width: 100%;
	max-width: 1300px;
}

.box_production_case h2{
	background: #FF7800;
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 0 30px 0;
	line-height: 160%;
}

.box_production_case .example{
	display: block;
	justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
	margin: 0 0 60px 0;
}
.box_production_case .example .example_lef{
	width: 90%;
    margin: 0 auto;
}

.box_production_case .example h3{
	        font-size: 32px;
        margin: 0 0 5px 0;
        line-height: 160%;
}

.box_production_case .example .sub_txt{
	font-size: 16px;
	color: #FF7800;
	margin: 0 0 10px 0;
}

.box_production_case .example .sub_menu{
	display: block;
	justify-content: flex-start;
    align-items: start;
    flex-wrap: wrap;
	margin: 0 0 20px 0;
}

.box_production_case .example .sub_menu .set{
	display: flex;
	justify-content: flex-start;
    align-items: start;
    flex-wrap: wrap;
	font-size: 12px;
	        margin: 0 0 15px 0;
}

.box_production_case .example .sub_menu .set .set_01{
	background: #FF7800;
	border-radius: 30px;
	color: #fff;
	padding: 0 10px 0 10px;
	margin: 0 10px 0 0;
}

.box_production_case .example .sub_menu .set .set_02{
	margin: 0 10px 0 0;
}

.box_production_case .example .read_txt{
	font-size: 16px;
	        margin: 0 0 10px 0;
}

.box_production_case .example .example_rig{
	width: 100%;
}

.box_production_case .example .example_rig .example_carousel {
  width: 342px;
  height: 212px;
  display: flex;    /* 子要素を横に並べる */
  overflow: hidden; /* はみ出た部分は表示しない */
  margin: 0 auto;   /* 水平方向中央寄せ */
}


.ppt_sample{
	width: 85%;
    padding: 20px 10px 20px 10px;
}



.ppt_sample h3{
	text-align: center;
	font-size: 18px;
}

.ppt_sample p{
	text-align: center;
	font-size: 10px;
}


.ppt_sample p.sub{
	text-align: center;
	font-size: 10px;
}

.ppt_sample .in{
	display: flex; flex-wrap:wrap; justify-content:space-around; padding: 30px 0px 0px 0px;
}

.ppt_sample .in p{
	width: 47%;
	margin: 0 0 20px 0;
}


}

/* パワポデザイナー　お問い合わせ汎用
------------------------------------------------------------*/
.lead_contact{
	background: #3C3C3C;
    padding: 60px 0 60px 0;
    margin: 50px 0 100px 0;
}

.lead_contact a{
	/*background: #fff;*/
    border-radius: 15px;
    margin: 0 auto;
    display: block;
    width: 40%;
    /*height: 80px;*/
	
}

.lead_contact a img{
	width: 100%;
}
.lead_contact .sub{
	display: flex;
	width: 80%;
	margin: 0 auto 30px auto;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.lead_contact .sub p{
	width: 30%;
}

.lead_contact .sub a{
	width: 100%;
}

.lead_contact a:hover {
  opacity: 1 !important;
}

.lead_contact a img {
  transition: transform 0.3s ease, opacity 0.3s ease;

}

.lead_contact a:hover img {
  transform: scale(1.1); /* 10%拡大 */
  opacity: 1;
}

.lead_contact .lead_contact_sub{
	display: flex;
	width: 100%;
	margin: 0 auto;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.lead_contact_sub .btn{
	width: 48%;
}

.lead_contact .lead_contact_sub .a{
	width: 100%;
}


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

.lead_contact{
	background: #3C3C3C;
    padding: 40px 0 40px 0;
    margin: 30px 0 60px 0;
}
.lead_contact a{
	/*background: #fff;*/
    border-radius: 15px;
    margin: 0 auto;
    display: block;
    width: 80%;
    /*height: 80px;*/
	
}

.lead_contact_sub{
	display: flex;
	width: 90%;
	margin: 0 auto;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
}

.lead_contact_sub .btn{
	width: 48%;
}

.lead_contact .sub{
	display: flex;
	width: 90%;
	margin: 0 auto 30px auto;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

.lead_contact .sub p{
	width: 48%;
}

.lead_contact .sub a{
	width: 100%;
}

}



/* トップページ
------------------------------------------------------------*/



.top_photo {
  min-height: 900px;
  /*background:#fff url("../images/top/top_bg.jpg") top center;*/
      box-shadow: 0px 10px 10px -15px rgb(0 0 0 / 50%);
	  margin: 0 0 0px 0;
	  
}

.top_photo_in{
	width: 100%;
	padding: 0 0 40px 0;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.top_photo h1 {
  padding: 16% 0 30px 0px;
  text-align: center;
}

.top_photo h1 img{
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.80);
width: 320px;
}

p.top_tit{
	font-size: 24px;
	text-align: center;
	line-height: 180%;
	letter-spacing: 20px;
	margin: 0 0 90px 0;
	
}

.vacancy_slid{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}


.top_cont{
background: -webkit-linear-gradient(#a91700, #560000);
background: -o-linear-gradient(#a91700, #560000);
background: linear-gradient(#a91700, #560000);
	
}

.top_cont .inner{
	max-width: 1280px;
    margin: 0 auto;
	padding: 60px 0 60px 0;
}

.top_cont .inner h2{
	text-align: center;
	margin: 0 auto 30px auto;
}


.top_cont .inner .top_news_box{
	margin: 0 auto;
	display: flex;
    justify-content:center;
    align-items: start;
	flex-wrap:wrap;
	width: 920px;
}

.top_cont .inner .top_news_box .block_news{
	width: 30%;
	max-width: 260px;
	padding: 10px 10px;
	margin: 0 0 30px 0;
}

.top_cont .inner .top_news_box .block_news .thumb{
	width: 100%;
    height: 260px;
    text-align: center;
    overflow: hidden;
	margin: 0 0 15px 0;
}

.top_cont .inner .top_news_box .block_news .thumb img{
	width: 100%;
}

.top_cont .inner .top_news_box .block_news .news_cat{
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: 1px #fff solid;
	width: 140px;
	margin: 0 auto 10px auto;
}

.top_cont .inner .top_news_box .block_news .news_cat a{
	color: #fff;
}

.top_cont .inner .top_news_box .block_news .news_day{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.top_cont .inner .top_news_box .block_news .news_txt{
	text-align: left;
	color: #fff;
	font-size: 20px;
}


.top_cont .inner .top_shop_box{
	margin: 0 auto;
	display: flex;
    justify-content:flex-start;
    align-items: start;
	flex-wrap:wrap;
	width: 920px;
}

.top_cont .inner .top_shop_box .block_shop{
	width: 17%;
	max-width: 220px;
	padding: 10px 10px;
	margin: 0 0 0px 0;
}

.top_cont .inner .top_shop_box .block_shop div{
	width: 100%;
    height: 100%;
	min-height: 160px;
    text-align: center;
    overflow: hidden;
	margin: 0 0 0px 0;
display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.box_btn{
	margin: 0 auto;
    padding: 50px 0 120px 0;
}

.box_btn .btn_link{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 50px;
    margin: 0px auto;
    padding: 0px;
    background: none;
	border: 1px #fff solid;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 0px;
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.box_btn .btn_link:hover{
	 background: #fff;
	 color: #000;
	 border: 1px #fff solid;
}

.top_photo_slid{
	display: block;
}


.top_photo_slid_sp{
	display: none;
}


@media only screen and (max-width: 820px) {
.top_photo_slid{
	display: none;
}

.top_photo_slid_sp{
	display: block;
}


}


/*イベント＆ニュース
------------------------------------------------------------*/
.box_news{
	float: none;
	clear: both;
}

.box_news .block_news{
	margin: 0 auto 80px auto;
	width: 980px;
	display: flex;
	justify-content: flex-start;
    align-items: start;
    
}

.box_news .block_news .news_lef{
	width: 30%;
}

.box_news .block_news .news_lef_detail{
	width: 50%;
}


.box_news .block_news .news_rig{
	width: 70%;
	padding: 0 0 0 50px;
	
}

.box_news .block_news .news_rig_detail{
	width: 50%;
	padding: 0 0 0 50px;
	
}


.box_news .block_news .cat_day{
	display: flex;
	margin: 0 0 15px 0;
}

.box_news .block_news .cat_day .day_txt{
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 20px;
}

.box_news .block_news .news_img{
	width: 100%;
	margin: 0 auto;
}

.box_news .block_news .news_img_detail{
	width: 100%;
	margin: 0 auto;
}

.box_news .block_news .name{
	font-size: 22px;
	margin: 0 0 10px 0;
}

.box_news .block_news h2{
	font-size: 36px;
	color: #FF4614;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 160%;
}

.box_news .block_news .txt{
	font-size: 18px;
	margin: 0 0 10px 0;
	
}
.box_news .block_news .btn{
	margin: 50px 0 0 0;
}

.box_news .block_news .btn_news_detail{
	background:#333333;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	
}

.news_btn_box{
	width: 40%;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
.news_btn_box .btn_news_shop{
	background:#333333;
	color: #fff;
	border: 1px solid #333;
	font-size: 20px;
	margin: 0 0 30px 0;
	padding: 10px 20px;
	width: 100%;
    display: block;
	text-align: center;
}

.news_btn_box .btn_news_back{
	background:#fff;
	color: #333;
	border: 1px solid #333;
	font-size: 20px;
	padding: 10px 20px;width: 100%;
    display: block;
	text-align: center;
}



@media only screen and (max-width: 820px) {
.box_news{
	float: none;
	clear: both;
}

.box_news .block_news{
	margin: 0 auto 80px auto;
	width: 90%;
	display:block;
    
}

.box_news .block_news .news_lef,
.box_news .block_news .news_lef_detail{
	width: 100%;
	margin: 0 0 30px 0;
}

.box_news .block_news .news_rig,
.box_news .block_news .news_rig_detail{
	width: 100%;
	padding: 0 0 0 0px;
	
}

.box_news .block_news .cat_day{
	display: flex;
	margin: 0 0 15px 0;
}

.box_news .block_news .cat_day .cat_ico{
	width: 35%;
}
.box_news .block_news .cat_day .day_txt{
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 20px;
	    font-size: 18px;
}

.box_news .block_news .news_img{
	width: 60%;
	margin: 0 auto;
}

.box_news .block_news .news_img_detail{
	width: 100%;
	margin: 0 auto;
}

.box_news .block_news .name{
	font-size: 17px;
	margin: 0 0 10px 0;
	text-align: center;
}

.box_news .block_news h2{
	font-size: 24px;
	color: #FF4614;
	font-weight: bold;
	margin: 0 0 20px 0;
	line-height: 160%;
}

.box_news .block_news .txt{
	font-size: 14px;
	margin: 0 0 10px 0;
	
}
.box_news .block_news .btn{
	margin: 20px 0 0 0;
}

.box_news .block_news .btn_news_detail{
	background:#333333;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
	display: block;
    width: 60%;
	margin: 0 auto;
	
}


.news_btn_box{
	width: 80%;
	margin: 0 auto;
	padding: 0 0 80px 0;
}
.news_btn_box .btn_news_shop{
	background:#333333;
	color: #fff;
	border: 1px solid #333;
	font-size: 14px;
	margin: 0 0 30px 0;
	padding: 10px 20px;
	width: 80%;
    display: block;
	text-align: center;
}

.news_btn_box .btn_news_back{
	background:#fff;
	color: #333;
	border: 1px solid #333;
	font-size: 14px;
	padding: 10px 20px;
	width: 80%;
    display: block;
	text-align: center;
}


}

/*アクセス
------------------------------------------------------------*/
.box_access{
	float: none;
	clear: both;
	margin: 0 auto 80px auto;
    width: 980px;
}


.box_access .entrance{
	width: 80%;
	margin: 0 auto 20px auto;
	text-align: center;
}


.box_access h2{
	font-size: 33px;
	color: #FF4614;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.box_access h3{
	font-size:25px;
	color: #000;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000;
	padding: 0 0 20px 0;
    margin: 50px 0 20px 0;
}

.box_access h4{
	text-align: left;
	padding: 0px 0 0px 0;
    margin: 50px 0 20px 0;
}

.box_access .toho{
	font-size:25px;
	color: #FF4614;
	font-weight: bold;
}

.box_access .root{
	margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
}

@media only screen and (max-width: 820px) {
.box_access{
	float: none;
	clear: both;
	margin: 0 auto 50px auto;
    width: 90%;
}


.box_access .entrance{
	width: 60%;
	margin: 0 auto;
}

.box_access h2{
	font-size: 24px;
	color: #FF4614;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
}

.box_access h3{
	font-size:22px;
	color: #000;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #000;
	padding: 0 0 20px 0;
    margin: 50px 0 20px 0;
}

.box_access h4{
	text-align: left;
	padding: 0px 0 0px 0;
    margin: 50px 0 20px 0;
}

.box_access .toho{
	font-size:14px;
	color: #FF4614;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.box_access .root{
	margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
}
}



/*フロアガイド
------------------------------------------------------------*/
.box_floor{
	float: none;
	clear: both;
	margin: 0 auto 80px auto;
    width: 100%;
}

.box_floor h2{
	font-size: 33px;
	color: #FF4614;
	font-weight: bold;
	text-align: center;
	/*background: #fff;*/
}

.box_floor .block_floor_shop{
	margin: 0 auto 80px auto;
    padding: 50px 30px 30px 30px;
    width: 980px;
	background: #fff;
	box-sizing:border-box;
	position: relative;
}

.box_floor .block_floor_shop .kukaku{
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
	font-size: 70px;
    color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}

.col_b1f .kukaku{
	background: #FF6446;
}

.col_b2f .kukaku{
	background: #0064B4;
}


.box_floor .block_floor_shop .floor_shop_01{
	display: flex;
    justify-content: flex-start;
    align-items: start;
	margin: 0 0 20px 0;
	
}

.box_floor .block_floor_shop .floor_shop_01 h3{
	width: 360px;
	margin: 0 20px 0 0;
	
}

.box_floor .block_floor_shop .floor_shop_01 .name{
	width: 55%;
}

.box_floor .block_floor_shop .floor_shop_01 .cat{
	text-align: center;
	margin: 0 0 20px 0;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
}

.col_b1f .cat{
	background: #FF6446;
}

.col_b2f .cat{
	background: #0064B4;
}


.box_floor .block_floor_shop .floor_shop_01 h4{
	font-size: 30px;
    font-weight: bold;
	margin: 0 20px 0 0;
    line-height: 160%;
	
}

.box_floor .block_floor_shop .floor_shop_02{
	display: flex;
    justify-content: space-between;
    align-items: start;
	padding: 40px 0 0 0;
	position: relative;
}

.col_b1f .floor_shop_02{
	 border-top: 1px #FF6446 solid;
}

.col_b2f .floor_shop_02{
	 border-top: 1px #0064B4 solid;
}

.box_floor .block_floor_shop .floor_shop_02 .data{
	margin: 0 0 0 0;
}

.box_floor .block_floor_shop .floor_shop_02 .data .day{
	font-size: 16px;
	margin: 0 0 30px 0;
}

.box_floor .block_floor_shop .floor_shop_02 .data .time{
	border: 1px #000 solid;
    border-radius: 50px;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    width: 70px;
    text-align: center;
    background: #fff;
    margin: 0 0 10px 0;
}

.box_floor .block_floor_shop .floor_shop_02 .data .tel{
	font-size: 32px;
	font-weight: bold;
}

.col_b1f .tel a{
	color: #FF6446;
}

.col_b2f .tel a{
	color: #0064B4;
}

.box_floor .block_floor_shop .floor_shop_02 .data .tel img{
	    margin: 0 10px 0px 0;
}

.box_floor .block_floor_shop .floor_shop_02  .btn_shop_detail{
	position: absolute;
    bottom: 0;
    right: 0;
}

.box_floor .block_floor_shop .floor_shop_02  .btn_shop_detail .btn{
	
}

.box_floor .block_floor_shop .floor_shop_02  .btn_shop_detail .btn .btn_news_detail{
	background: #333333;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
}


/*タブ*/
.box_floor ul{
	width:950px;
	margin:40px auto 50px auto;
	display: flex;
}

.box_floor ul li {
    
    list-style-type: none;
    width: 50%;
}
 
.box_floor ul li a {
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 20px 0 0 0;
    text-align: center;
    width: 100%;
	height:41px;
    background:#D2D2D2;
}

.box_floor ul li a:hover{
     background:#FF6446;
	 transition: 0.3s;
}
 
.box_floor ul li a.current {
     background:#FF6446;
	 transition: 0.3s;
}

.box_floor ul li.b2f a:hover{
     background:#0064B4;
	 transition: 0.3s;
}
 
.box_floor ul li.b2f a.current {
     background:#0064B4;
	 transition: 0.3s;
}
 
.box_floor #contents{
    clear:both;
	width: 950px;
	margin:0 auto;
}
 
.box_floor #contents div {
    /*padding: 0 0 5% 0;
	text-align: center;*/
}
 
@media only screen and (max-width: 820px) {

.box_floor{
	float: none;
	clear: both;
	margin: 0 auto 80px auto;
    width: 90%;
}

.box_floor h2{
	font-size: 24px;
	color: #FF4614;
	font-weight: bold;
	text-align: center;
}


.box_floor .block_floor_shop{
	margin: 0 auto 80px auto;
    padding: 50px 30px 30px 30px;
    width: 100%;
	background: #fff;
	box-sizing:border-box;
	position: relative;
}

.box_floor .block_floor_shop .kukaku{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	font-size: 40px;
    color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}

.col_b1f .kukaku{
	background: #FF6446;
}

.col_b2f .kukaku{
	background: #0064B4;
}


.box_floor .block_floor_shop .floor_shop_01{
	display: block;
    justify-content: flex-start;
    align-items: start;
	margin: 0 0 20px 0;
	
}

.box_floor .block_floor_shop .floor_shop_01 h3{
	width: 100%;
	margin: 0 20px 0 0;
	
}

.box_floor .block_floor_shop .floor_shop_01 .name{
	width: 100%;
}

.box_floor .block_floor_shop .floor_shop_01 .cat{
	text-align: center;
	margin: 0 0 20px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.col_b1f .cat{
	background: #FF6446;
}

.col_b2f .cat{
	background: #0064B4;
}


.box_floor .block_floor_shop .floor_shop_01 h4{
	font-size: 20px;
    font-weight: bold;
	margin: 0 20px 0 0;
    line-height: 160%;
	
}

.box_floor .block_floor_shop .floor_shop_02{
	display: block;
    justify-content: space-between;
    align-items: start;
	padding: 40px 0 0 0;
	position: relative;
}

.col_b1f .floor_shop_02{
	 border-top: 1px #FF6446 solid;
}

.col_b2f .floor_shop_02{
	 border-top: 1px #0064B4 solid;
}

.box_floor .block_floor_shop .floor_shop_02 .data{
	margin: 0 0 30px 0;
}

.box_floor .block_floor_shop .floor_shop_02 .data .day{
	font-size: 14px;
	margin: 0 0 15px 0;
}

.box_floor .block_floor_shop .floor_shop_02 .data .tel{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.col_b1f .tel{
	color: #FF6446;
}

.col_b2f .tel{
	color: #0064B4;
}
.box_floor .block_floor_shop .floor_shop_02  .btn_shop_detail{
	position: relative;
    bottom: 0;
    right: 0;
}

.box_floor .block_floor_shop .floor_shop_02  .btn_shop_detail .btn{
	text-align: center;
}

.box_floor .block_floor_shop .floor_shop_02  .btn_shop_detail .btn .btn_news_detail{
	background: #333333;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
}

/*タブ*/
.box_floor ul{
	width:100%;
	margin:40px auto 50px auto;
	display: flex;
}


.box_floor ul li a {
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
    width: 100%;
	height:30px;
    background:#D2D2D2;
}


.box_floor #contents{
    clear:both;
	width: 100%;
	margin:0 auto;
}

.box_floor #contents div img.map{
    width: 320px;
}
 


}



/*ショップ
------------------------------------------------------------*/
.box_shop{
	float: none;
	clear: both;
	margin: 0 auto 80px auto;
    width: 100%;
}

.box_shop h2{
	font-size: 33px;
	color: #FF4614;
	font-weight: bold;
	text-align: center;
}

.box_shop .teikyu{
	font-size: 24px;
	color: #FF4614;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px 0;
}

.box_shop h2.b2f{
	font-size: 33px;
	color: #0064B4;
	font-weight: bold;
	text-align: center;
}

.box_shop .teikyu_b2f{
	font-size: 24px;
	color: #0064B4;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px 0;
}


.box_shop .shop_box_list{
	margin:30px auto 60px auto;
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-wrap: wrap;
    width: 920px;
}

.box_shop .shop_box_list .block_shop{
	width: 25%;
    max-width: 210px;
    padding: 10px 10px;
    margin: 0 0 30px 0;
}

.box_shop .shop_box_list .block_shop .name{
	display: flex;
	margin: 0 0 10px 0;
}

.box_shop .shop_box_list .block_shop .name .kukaku{
	font-size: 14px;
	color: #fff;
	padding: 0 0 0 0;
    width: 20px;
    height: 20px;
    text-align: center;
}

.box_shop .shop_box_list .block_shop .name .cat{
	background: none;
	font-size: 12px;
	padding: 0 0 0 10px;
}

.box_shop .shop_box_list .block_shop h4{
	font-weight: 400;
	font-size: 14px;
	min-height: 45px;
	line-height: 160%;
    margin: 0 0 5px 0;
}

.box_shop .shop_box_list .block_shop .shop_logo_img{
	width: 210px;
   
    height: 210px;
	 background: #fff;
	 box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
	     display: flex;
    justify-content: center;
    align-items: center;
}

.box_shop .shop_box_list .block_shop .shop_logo_img img{
		
}

.box_shop .shop_box_detail{
	float: none;
	clear: both;
}

.block_shop_detail{
	display: flex;
    justify-content:space-between;
    align-items: start;
	width: 980px;
	margin: 0 auto 50px auto;
}

.shop_hr{
	margin: 0 auto 80px auto;
    border-top: 1px solid #FF4614;
    width: 80%;
    text-align: center;
}

.shop_hr_b2f{
	margin: 0 auto 80px auto;
    border-top: 1px solid #0064B4;
    width: 80%;
    text-align: center;
}


.block_shop_detail .sp_photo{
	display: none;
}

.block_shop_detail .box_shop_detail_lef{
	width: 70%;
}

.block_shop_detail .box_shop_detail_lef .logo_tit{
	display: flex;
    justify-content: flex-start;
    align-items: start;
	    margin: 0 0 10px 0;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .logo_img{
	margin: 0 30px 20px 0;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .logo_img img{
	width: 160px;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .tit_txt{
	    padding: 20px 0 0 0;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .tit_txt .name .cat{
	background: none;
	font-size: 26px;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .tit_txt .name{
display: flex;
    justify-content: flex-start;
    align-items: start;
	    margin: 0 0 10px 0;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .tit_txt .name .kukaku{
	font-size: 30px;
	color: #fff;
	width: 40px;
    height: 40px;
    text-align: center;
	    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 10px 0 0;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .tit_txt h4{
	font-size: 30px;
}

.block_shop_detail .box_shop_detail_lef .main_txt{
	font-size: 18px;
	margin: 0 0 20px 0;
}

.block_shop_detail .box_shop_detail_lef .data{

	font-size: 16px;
}

.block_shop_detail .box_shop_detail_lef .data .day{
	margin: 0 0 20px 0;
}

.block_shop_detail .box_shop_detail_lef .data .time{
	    border: 1px #000 solid;
    border-radius: 50px;
    font-size: 14px;
    padding: 5px 20px 5px 20px;
    width: 70px;
    text-align: center;
    background: #fff;
	margin: 0 0 10px 0;
}

.block_shop_detail .box_shop_detail_lef .data .tel{
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: bold;
}

.block_shop_detail .box_shop_detail_lef .data .tel a{
color: #FF4614;
}

.block_shop_detail .box_shop_detail_lef .data .tel a.b2f{
color: #0064B4;
}


.block_shop_detail .box_shop_detail_lef .data .tel img{
	margin: 0 10px 0px 0;
}

.block_shop_detail .box_shop_detail_rig{
	width: 25%;
}

.block_shop_detail .box_shop_detail_rig .shop_photo{
	
}

.block_shop_detail .box_shop_detail_rig .shop_photo img{
	width: 240px;
}

.block_shop_detail .box_shop_detail_rig .shop_btn_box{
	    margin: 20px 0 0px 0;
}

.block_shop_detail .box_shop_detail_rig .shop_btn_box .btn{
    width: 240px;
    background: #333333;
	text-align: center;
	padding: 10px 0;
}

.block_shop_detail .box_shop_detail_rig .shop_btn_box .btn .btn_news_detail{
	 text-align: center;
    color: #fff;
    font-size: 20px;
    
}


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

.box_shop{
	float: none;
	clear: both;
	margin: 0 auto 30px auto;
    width: 100%;
}

.box_shop h2{
	font-size: 33px;
	color: #FF4614;
	font-weight: bold;
	text-align: center;
}

.box_shop .teikyu{
	font-size: 20px;
	color: #FF4614;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px 0;
}

.box_shop h2.b2f{
	font-size: 33px;
	color: #0064B4;
	font-weight: bold;
	text-align: center;
}

.box_shop .shop_box_list{
	margin:30px auto 60px auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    width: 90%;
}

.box_shop .shop_box_list .block_shop{
	width: 45%;
    max-width: 210px;
    padding: 10px 5px;
    margin: 0 0 15px 0;
}

.box_shop .shop_box_list .block_shop .name{
	display: flex;
	margin: 0 0 10px 0;
}

.box_shop .shop_box_list .block_shop .name .kukaku{
	font-size: 14px;
	color: #fff;
	padding: 0 0 0 0;
    width: 20px;
    height: 20px;
    text-align: center;
}

.box_shop .shop_box_list .block_shop .name .cat{
	background: none;
	font-size:9px;
	padding: 3px 0 0 4px;
}

.box_shop .shop_box_list .block_shop h4{
	font-weight: 100;
	font-size: 14px;
	min-height: 45px;
	line-height: 160%;
    margin: 5px 0 5px 0;
}

.box_shop .shop_box_list .block_shop .shop_logo_img{
	width: 100%;
    height: 100%;
    min-height: 150px;
	 background: #fff;
	 box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
	     display: flex;
    justify-content: center;
    align-items: center;
}

.box_shop .shop_box_list .block_shop .shop_logo_img img{
		
}


.box_shop .shop_box_detail{
	float: none;
	clear: both;
}

.block_shop_detail{
	display: block;
    justify-content:space-between;
    align-items: start;
	width: 90%;
	margin: 0 auto;
}

.block_shop_detail .sp_photo{
	display: block;
	margin: 0 0 30px 0;
}

.block_shop_detail .sp_photo img{
	width: 100%;
}

.block_shop_detail .box_shop_detail_lef{
	width: 100%;
}

.block_shop_detail .box_shop_detail_lef .logo_tit{
	display: flex;
    justify-content: space-between;
    align-items: start;
	flex-direction: row-reverse;
	margin: 0 0 20px 0;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .logo_img{
	margin: 0 0px 0px 0px;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .logo_img img{
	width: 100px;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .tit_txt{
padding: 0px 0 0 0;	
}

.block_shop_detail .box_shop_detail_lef .logo_tit .tit_txt .name .cat{
	background: none;
	font-size: 14px;
	padding: 5px 0 0 0;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .tit_txt .name{
display: flex;
    justify-content: flex-start;
    align-items: start;
	    margin: 0 0 10px 0;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .tit_txt .name .kukaku{
	font-size: 20px;
	color: #fff;
	width: 30px;
    height: 30px;
    text-align: center;
	    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 10px 0 0;
}

.block_shop_detail .box_shop_detail_lef .logo_tit .tit_txt h4{
	font-size: 18px;
}

.block_shop_detail .box_shop_detail_lef .main_txt{
	font-size: 14px;
	margin: 0 0 20px 0;
}

.block_shop_detail .box_shop_detail_lef .data{

	font-size: 16px;
}

.block_shop_detail .box_shop_detail_lef .data .day{
	margin: 0 0 20px 0;
	font-size: 12px;
}

.block_shop_detail .box_shop_detail_lef .data .tel{
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}


.block_shop_detail .box_shop_detail_lef .data .tel a{
color: #FF4614;
}

.block_shop_detail .box_shop_detail_lef .data .tel img{
	width: 35px;
	margin: 0 10px 0px 0;
}

.block_shop_detail .box_shop_detail_rig{
	width: 100%;
}

.block_shop_detail .box_shop_detail_rig .shop_photo{
	display: none;
}

.block_shop_detail .box_shop_detail_rig .shop_photo img{
	width: 240px;
}

.block_shop_detail .box_shop_detail_rig .shop_btn_box{
	    margin: 20px 0 50px 0;
}

.block_shop_detail .box_shop_detail_rig .shop_btn_box .btn{
   width: 60%;
    margin: 0 auto;
    background: #333333;
	text-align: center;
	padding: 10px 0;
}

.block_shop_detail .box_shop_detail_rig .shop_btn_box .btn .btn_news_detail{
	 text-align: center;
    color: #fff;
    font-size: 16px;
    
}


}

/* ショップ詳細
------------------------------------------------------------*/
.shop_about{
	float: none;
    clear: both;
    margin: 0 auto 50px auto;
    width:980px;
	
    padding: 0 20px 50px 20px;
	background: -webkit- linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    background: -o- linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    background:  linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}


.shop_about .shop_about_main{
	width: 100%;
	margin: 0 auto 30px auto;
}

.shop_about .shop_about_main .shop_about_main_head{
	display: flex;
    justify-content: flex-start;
    align-items: start;
}

.shop_about .shop_about_main .shop_about_main_head .kukaku{
	font-size: 50px;
	font-weight: bold;
    color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
	z-index: 5;
}

.shop_about .shop_about_main .shop_about_main_head .cat{
	font-size: 16px;
	font-weight: bold;
    color: #fff;
    height: 20px;
	border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
	padding: 5px 10px;
}


.shop_about .shop_about_main .shop_about_main_slid{
	margin: -30px 0 0 0;
}

.shop_about .shop_about_main .shop_about_main_slid img{
	width: 100%;
}

.shop_about .shop_about_tit{
	display: flex;
    justify-content: flex-start;
    /*align-items: start;*/
    margin: 0 0 30px 0;
}

.shop_about .shop_about_tit .tit_logo{
	width: 160px;
}

.shop_about .shop_about_tit .tit_txt{
	width: 100%;
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop_about .shop_about_tit .tit_txt h2{
	font-size: 38px;
	line-height: 160%;
}

.shop_about .main_txt{
	font-size: 23px;
    margin: 0 0 60px 0;
}

.shop_about .shop_about_recommend{
	margin: 0px auto 40px auto;
    display: flex;
    justify-content:center;
    align-items: start;
    flex-wrap: wrap;
    width:100%;
}

.shop_about .shop_about_recommend .menu_detail{
	width: 30%;
	padding: 0 10px;
}

.shop_about .shop_about_recommend .menu_detail .menu_photo{
	margin: 0 0 10px 0;
}

.shop_about .shop_about_recommend .menu_detail .menu_tit{
	font-size: 20px;
    margin: 0 0 10px 0;
    min-height: 65px;
}

.shop_about .shop_about_recommend .menu_detail .menu_txt{
	font-size: 16px;
	margin: 0 0 10px 0;
	min-height: 100px;
}

#shop-a .shop_about_recommend .menu_detail .menu_txt{
	min-height: 50px;
}

#shop-b .shop_about_recommend .menu_detail .menu_txt{
	min-height: 130px;
}

#shop-c .shop_about_recommend .menu_detail .menu_txt{
	min-height: 50px;
}

#shop-d .shop_about_recommend .menu_detail .menu_txt{
	min-height: 50px;
}

#shop-e .shop_about_recommend .menu_detail .menu_txt{
	min-height: 50px;
}
#shop-f .shop_about_recommend .menu_detail .menu_txt{
	min-height: 80px;
}

#shop-g .shop_about_recommend .menu_detail .menu_txt{
	min-height: 50px;
}
#shop-h .shop_about_recommend .menu_detail .menu_txt{
	min-height: 50px;
}

.shop_about .shop_about_recommend .menu_detail .menu_price{
	text-align: right;
	font-size: 20px;
	
}

.shop_about .shop_about_hr {
    margin: 0 auto 40px auto;
    border-top: 1px solid #FF4614;
    width: 100%;
    text-align: center;
}

.shop_about .tel{
	display: flex;
    justify-content: center;
    align-items: start;
	margin: 0 0 10px 0;
}

.shop_about .tel p{
	margin: 0 0 20px 0;
    font-size: 45px;
    font-weight: bold;
	text-align: center;
}

.shop_about .tel img{
	margin: 0 10px 0px 0;
	    vertical-align: middle;
}

.shop_about .tel p a{
	color: #FF4614;
}

.shop_about .tel p a.b2f{
	color: #0064B4;
}

.shop_about .shop_about_data{
	display: flex;
    justify-content: flex-start;
    align-items: start;
    margin: 0 0 30px 0;
}

.shop_about .shop_about_data .box_lef{
	
}

.shop_about .shop_about_data .box_lef p{
	border: 1px #000 solid;
	border-radius: 50px;
	font-size: 14px;
	padding: 5px 20px 5px 20px;
	min-width: 60px;
    text-align: center;
	background: #fff;
}

.shop_about .shop_about_data .box_rig{
	
}

.shop_about .shop_about_data .box_rig p{
	font-size: 20px;
	padding: 0px 0px 5px 20px;
}

.shop_about .shop_about_info{
	display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
	margin: 0px auto 30px auto;
}

.shop_about .shop_about_gourmetsite{
	display: flex;
    justify-content:center;
    align-items: start;
    flex-wrap: wrap;
	width: 80%;
    margin: 0px auto 30px auto;
}

.shop_about .shop_about_gourmetsite p{
	margin: 0 15px;
}

.shop_about .shop_about_floors{
	display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.shop_about_btn_shop_detail{
	display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
	margin: 0 0 50px 0;
}

.shop_about_btn_shop_detail .btn{
	width: 240px;
    background: #333333;
    text-align: center;
    padding: 10px 0;
}

.shop_about_btn_shop_detail .btn .btn_news_detail{
	text-align: center;
    color: #fff;
    font-size: 20px;
}

.shop_about .shop_about_map{
	width: 920px;
	margin: 50px auto 0 auto;
}

.shop_about .shop_about_map h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 10px auto;
}

.shop_about .shop_about_map .map_desc{
	text-align: center;
	margin: 30px auto 50px auto;
	font-size: 14px;
}

@media only screen and (max-width: 820px) {
.shop_about{
	float: none;
    clear: both;
    margin: 0 auto 50px auto;
    width:100%;
	
    padding: 0 0px 50px 0px;
	background: -webkit- linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    background: -o- linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
    background:  linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}


.shop_about .shop_about_main{
	width: 100%;
	margin: 0 auto 30px auto;
}

.shop_about .shop_about_main .shop_about_main_head{
	display: flex;
    justify-content: flex-start;
    align-items: start;
}

.shop_about .shop_about_main .shop_about_main_head .kukaku{
	font-size: 40px;
	font-weight: bold;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
	z-index: 5;
}

.shop_about .shop_about_main .shop_about_main_head .cat{
	font-size: 10px;
	font-weight: bold;
    color: #fff;
    height: 15px;
	border-radius: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
	padding: 5px 10px;
}


.shop_about .shop_about_main .shop_about_main_slid{
	margin: -10px 0 0 0;
}

.shop_about .shop_about_main .shop_about_main_slid img{
	width: 100%;
}

.shop_about .shop_about_tit{
	display: flex;
    justify-content: flex-start;
    /*align-items: start;*/
    margin: 40px auto 30px auto;
    flex-direction: row-reverse;
    width: 90%;
}

.shop_about .shop_about_tit .tit_logo{
	width: 110px;
}

.shop_about .shop_about_tit .tit_txt{
	width: 100%;
    text-align: left;
    display: flex;
    justify-content: left;
    align-items: center;
}

.shop_about .shop_about_tit .tit_txt h2{
	font-size: 20px;
	line-height: 160%;
}

.shop_about .main_txt{
	font-size: 16px;
    margin: 0 auto 30px auto;
	width: 90%;
}

.shop_about .shop_about_recommend{
	margin: 0px auto 40px auto;
    display: block;
    justify-content:space-between;
    align-items: start;
    flex-wrap: wrap;
    width:90%;
}

.shop_about .shop_about_recommend .menu_detail{
	width: 100%;
	padding: 0 0;
	margin: 0 0 30px 0;
}

.shop_about .shop_about_recommend .menu_detail .menu_photo{
	margin: 0 0 10px 0;
}

.shop_about .shop_about_recommend .menu_detail .menu_tit{
	    font-size: 15px;
    margin: 0 0 10px 0;
    min-height: auto;
}

.shop_about .shop_about_recommend .menu_detail .menu_txt{
	font-size: 14px;
	margin: 0 0 10px 0;
	min-height: auto;
}


.shop_about .shop_about_recommend .menu_detail .menu_price{
	text-align: right;
	font-size: 16px;
	
}

.shop_about .shop_about_hr {
    margin: 0 auto 40px auto;
    border-top: 1px solid #FF4614;
    width: 100%;
    text-align: center;
}

.shop_about .tel{
	display: flex;
    justify-content: center;
    align-items: start;
	margin: 0 0 30px 0;
}

.shop_about .tel p{
	margin: 0 0 20px 0;
    font-size: 30px;
    font-weight: bold;
	text-align: center;
}

.shop_about .tel img{
	margin: 0 10px 0px 0;
	    vertical-align: middle;
		width: 38px;
}

.shop_about .tel p a{
	color: #FF4614;
}

.shop_about .shop_about_data{
	display: flex;
    justify-content: flex-start;
    align-items: start;
   margin: 0 auto 20px auto;
    width: 90%;
}

.shop_about .shop_about_data .box_lef{
	
}

.shop_about .shop_about_data .box_lef p{
	border: 1px #000 solid;
	border-radius: 50px;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	min-width: 60px;
    text-align: center;
	background: #fff;
}

.shop_about .shop_about_data .box_rig{
	
}

.shop_about .shop_about_data .box_rig p{
	font-size: 14px;
	padding: 0px 0px 5px 20px;
}

.shop_about .shop_about_info{
	display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
	margin: 30px auto 30px auto;
}
.shop_about .shop_about_info p{
	width: 30%;
}
.shop_about .shop_about_info img{
	width: 100%;
}

.shop_about .shop_about_gourmetsite{
	display: flex;
    justify-content: space-evenly;
    align-items: start;
    flex-wrap: wrap;
	width: 70%;
    margin: 0px auto 30px auto;
}

.shop_about .shop_about_floors{
	display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.shop_about .shop_about_floors p{
	width: 85%;
	margin: 0 auto;
}

.shop_about_btn_shop_detail{
	display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
	margin: 0 0 50px 0;
}

.shop_about_btn_shop_detail .btn{
	width: 60%;
    background: #333333;
    text-align: center;
    padding: 10px 0;
}

.shop_about_btn_shop_detail .btn .btn_news_detail{
	text-align: center;
    color: #fff;
    font-size:16px;
}

.shop_about .shop_about_map{
	width: 90%;
	margin: 50px auto 0 auto;
}

.shop_about .shop_about_map h3{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 10px auto;
}

.shop_about .shop_about_map .map_desc{
	text-align: left;
	font-size: 14px;
	margin: 30px auto 50px auto;
}


	
}






/*ipad 
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .menu_box {
    width: 100%;
  }
}
@media only screen and (min-width:801px) and (max-width:1024px) {
  .top_menu {
    display: none;
  }
  #foot .inner {
    width: 100%;
  }
  section .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#price{
	min-height: 500px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 22px;
  }
  .ipad_none {
    display: none;
  }
  .menu_box {
    width: 100%;
  }
  
  #price{
	min-height: 600px;
}

}

/*SP  SP対応
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 820px) {
  section {
    padding-top: 0px;
    position: relative;
  }
  section .inner {
    width: 100%;
    margin: 0 auto;
  }
  section .inner p {
    font-size: 14px;
  }
  section .cont {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }
  
  
  /* トップページ
------------------------------------------------------------*/
  .top_photo {
    min-height: 280px;
    height: 100%;
	/*background: #fff url(../images/top/top_bg.jpg) top center no-repeat;*/
    background-size: contain;
    margin: 0 0 0px 0;
	box-shadow: 0px 10px 10px -15px rgb(0 0 0 / 50%);
	background-size: cover;
  }
  
.top_photo_in{
	width: 100%;
	margin: 0 auto;
}
  .top_photo h1 {
        padding: 160px 0 30px 0;
    width: 50%;
    margin: 0 auto;
  }
  
  p.top_tit {
    font-size: 24px;
    text-align: center;
    line-height: 180%;
    letter-spacing: 10px;
    margin: 0 0 40px 0;
}

.vacancy_slid{
	width: 70%;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
 

.top_cont{

}

.top_cont .inner{
	max-width: 1280px;
    margin: 0 auto;
	padding: 30px 0 50px 0;
}

.top_cont .inner h2{
	text-align: center;
	margin: 0 auto 30px auto;
	width: 80%;
}


.top_cont .inner .top_news_box{
	margin: 0 auto;
	display: flex;
    justify-content:center;
    align-items: start;
	flex-wrap:wrap;
	width: 100%;
}

.top_cont .inner .top_news_box .block_news{
	width: 42%;
	max-width: 210px;
	padding: 10px 10px;
	margin: 0 0 30px 0;
}

.top_cont .inner .top_news_box .block_news .thumb{
	width: 100%;
    height: 160px;
	max-height: 300px;
    text-align: center;
    overflow: hidden;
	margin: 0 0 15px 0;
}

.top_cont .inner .top_news_box .block_news .thumb img{
	width: 100%;
}

.top_cont .inner .top_news_box .block_news .news_cat{
	text-align: center;
	color: #fff;
	font-size: 12px;
	border: 1px #fff solid;
	width: 100px;
	margin: 0 auto 10px auto;
}

.top_cont .inner .top_news_box .block_news .news_day{
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin: 0 0 5px 0;
}

.top_cont .inner .top_news_box .block_news .news_txt{
	text-align: left;
	color: #fff;
	font-size: 16px;
}

.box_btn{
	margin: 0 auto;
    padding: 10px 0 30px 0;
}

.box_btn .btn_link{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 50px;
    margin: 0px auto;
    padding: 0px;
    background: none;
	border: 1px #fff solid;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 10px;
    text-decoration: none;
    color: #fff;
    border-radius: 0px;
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.box_btn .btn_link:hover{
	 background: #fff;
	 color: #000;
	 border: 1px #fff solid;
}




.top_cont .inner .top_shop_box{
	margin: 0 auto;
	display: flex;
    justify-content:center;
    align-items: start;
	flex-wrap:wrap;
	width: 100%;
}

.top_cont .inner .top_shop_box .block_shop{
	width: 42%;
	max-width: 220px;
	padding: 10px 10px;
	margin: 0 0 0px 0;
}

.top_cont .inner .top_shop_box .block_shop div{
	width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
	margin: 0 0 0px 0;
}




.top_flow{
	margin: 50px 0 10px 0;
}

.top_flow .tit{
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	margin: 0 auto 40px auto;
}

.top_flow .tit h2{
	font-size: 45px;
    margin: 0 0 40px 0;
}

.top_flow .flow_detail{
	width: 90%;
    margin: 0 auto;
    padding: 30px 5px;
}



.top_bnr {
  display: block;
  width: 80%;
  margin: 50px auto 0 auto;
  padding: 0 0 0 0;
}

.top_bnr a img{
	margin: 0 0 20px 0;
}






  /*footer
------------------------------------------------------------*/
  #foot {
  	height: 100%;
    padding: 0px 0px 20px 0;
    font-size: 12px;
  }
  #foot .inner {
    width: 95%;
  }
#foot .sitemap{
	
}

#foot .sitemap{
	min-height: 200px;
	text-align: left;
    font-size: 16px;
	padding: 40px 10px 0px 10px;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	
}

#foot .sitemap .foot_lef{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin: 0 0 30px 0;
}

#foot .sitemap .foot_rig .foot_smile{
	display: none;
}

#foot .sitemap .foot_rig .foot_smile_sp{
	display: block;
	margin: 0 0px 20px 0;
}

#foot .sitemap .foot_rig .card_txt{
    margin: 0 20px 0 0;
}

#foot .sitemap .foot_rig .card_txt p.txt_01{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	margin: 0 ;
}

#foot .sitemap .foot_rig .card_txt p.txt_02{
	font-size: 12px;
	color: #fff;
	margin:0 0 10px 0 ;
}

#foot .sitemap .foot_rig .card_img{
	
}

#foot .sitemap h3{
	font-size: 18px;
	color: #fff;
	margin: 0 0 5px 0;
}
#foot .sitemap a{
	color: #fff;
	font-size: 16px;
}

#foot .sitemap a.arrow{
	padding: 0 0 0 20px;
	background: url("../images/foot/ico_arrow.jpg") top left no-repeat;
}

#foot .sitemap p{
	margin: 0 0 15px 0;
	font-size: 12px;
	text-align: left;
}

#foot .sitemap ul{

}

#foot .sitemap ul li{
	line-height: 270%;
	    margin: 0 30px 0 0;
}

#foot .copy {
  clear: both;
  float: none;
  color: #fff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
  
  #foot .copy {
    clear: both;
    float: none;
    margin: 20px 0 0 0;
    padding: 15px 0 20px 0;
    text-align: center;
  }
  
  #foot .foot_kasou{
margin: 0 0 0 0;
}

#foot .foot_kasou ul{
	display: block;
}

  /* 共通パーツ SP
------------------------------------------------------------*/

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*iPad 縦横 */
  .panel_menu .panel_in {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  
   .panel_menu .panel_in li{
  	list-style: none;
    border-left: 5px #fff solid;
    border-bottom: 1px #fff solid;
    color: #fff;
    padding: 5px 0 10px 10px;
	margin: 0 0 15px 0;
  }
  
  .panel_menu .panel_in li a{
  	color: #fff;
  }
  
  .panel_menu .panel_in .left {
    width: 100%;
  }
  .panel_menu .panel_in .right {
    width: 100%;
  }
  .top_photo {
    min-height: 430px;
    height: 100%;
	 background: url("../images/top/top_back.png") top left no-repeat;
    background-size: cover;
  }
  .top_photo h3 {
    width: 75%;
    margin: 0 auto;
    padding: 80px 0 0 0;
  }
  .head_about {
    padding: 320px 0 50px 0;
    background-size: contain;
  }
 
}
@media only screen and (max-device-width: 480px) {
  /* スマホ用のCSS */
  /*-----------------------------------------------------*/
   
  /*header SP*/
  .pc_head{
	display: flex;
	justify-content:left;
		width: 50%;
		margin: 0 auto;
		padding: 0 0 0 0;
}

.logo_area{
	/*background: #fff;
	height: 65px;*/
    padding: 0 0 0 0;
	margin: 0 0 0 0;
}

  
  /*menu SP*/
  .menu_box {
   /* position: inherit;
    width: 100%;*/
	
}
  }


.menu {
    /*position: absolute;
    right: 10px;
    top: 10px;*/
    width: 60px;
    height: 60px;
    z-index: 99;
    background: url("../images/menu_open_sp.png") top center;
	margin: 70px 15px 0 0;
  }
  .menu.active {
    background: url("../images/menu_close_sp.png") top center;
    opacity: 1.0;
  }
  /*gnav SP*/
  .gnav {
    background: rgba(255, 121, 0, 0.7);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    top: 0;
  }
  .gnav__wrap {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }
  /*gnav panel_menu*/
  .panel_menu {
    width: 90%;
    margin: 0 auto;
  }
  .panel_menu .panel_in {
    display: block;
  }
  
  .panel_menu .panel_in li{
  text-align: center;
  	list-style: none;
    color: #fff;
    padding: 5px 0 10px 10px;
	margin: 0 0 15px 0;
  }
  
  .panel_menu .panel_in li a{
  	color: #fff;
  }
  
  .panel_menu .panel_in .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .panel_menu .panel_in .right {
    width: 100%;
  }
  .panel_menu .panel_in .right .panel_sub {
    display: flex;
    margin: 5px 0 5px 10px;
    color: #fff;
  }
  .panel_menu .panel_in .right .panel_sub p {
    max-height: 24px;
  }
  .panel_menu .panel_in .right .panel_sub a {
    margin: 0 0 0 0;
    font-size: 12px;
    color: #fff;
  }
  .panel_menu .panel_in .right .panel_sub a img {
    vertical-align: top;
    max-width: 108px;
  }
  
  .logo_under {
    width: 65%;
    margin: 0px auto 30px auto;
    padding: 20px 0 0 0;
}
  
  .top_photo h1.logo_under_news{
    width: 65%;
    margin: 0px auto 30px auto;
    padding: 20px 0 0 0;
}
  
  

/*
トップ　理由・メリット
*/
.box_merits{
	margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.box_merits h2{
	    margin: 0 auto 50px auto;
    padding: 0 0 0 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
	        line-height: 160%;
}


.box_merits .merits_point{
	margin: 0 auto 0px auto;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.box_merits .merits_point .merits_point_detail{
	width: 30%;
	margin: 0 0 50px 0;
}

.box_merits .merits_point .merits_point_detail h3{
	font-size: 20px;
    font-weight: bold;
    color: #FF7800;
    margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #FF7800;
}

.box_merits .merits_point .merits_point_detail p{
	font-size: 14px;
	letter-spacing: 1px;
    margin: 0 0 10px 0;
	font-weight: bold;
}
.box_merits .merits_point .merits_point_detail ul li{
	font-size: 12px;
    line-height: 200%;
}

.box_merits .merits_point .merits_point_detail p.set_01{
    background: #FF7800;
    border-radius: 30px;
    color: #fff;
    width: 20%;
    padding: 0 10px 0 10px;
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 12px;
}


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

.box_merits{
	margin: 40px 0 0 0;
    padding: 0 0 0 0;
}

.box_merits h2{
	    margin: 0 auto 50px auto;
    padding: 0 0 0 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}


.box_merits .merits_point{
	margin: 0 auto 50px auto;
    max-width: 90%;
    display: block;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.box_merits .merits_point .merits_point_detail{
	width: 100%;
	margin: 0 0 40px 0;
}

.box_merits .merits_point .merits_point_detail h3{
	font-size: 16px;
    font-weight: bold;
    color: #FF7800;
    margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #FF7800;
}

.box_merits .merits_point .merits_point_detail p{
	font-size: 12px;
    margin: 0 0 10px 0;
	font-weight: bold;
}
.box_merits .merits_point .merits_point_detail ul li{
	font-size: 12px;
    line-height: 200%;
	padding-left:1em;
text-indent:-1em;
}

.box_merits .merits_point .merits_point_detail p.set_01{
    background: #FF7800;
    border-radius: 30px;
    color: #fff;
    width: 20%;
    padding: 0 10px 0 10px;
    margin: 0 10px 0 0;
    text-align: center;
    font-size: 12px;
}

}



/* パワポデザイナー AI活用
------------------------------------------------------------*/

.ai_main_intro{
	background: url("../images/ai/ai_main_bg.png");
	background-size: cover;
    background-attachment: fixed;
    background-position: center center;
	padding: 80px 0 80px 0;
}

.ai_main_intro h2{
	text-align: center;
    margin: 0px auto;
    width:60%;
}

.ai_main_intro h2 img{
    width: 100%;
}

.box_ai{
	margin: 0 0 0 0;
    padding: 30px 0 0 0;
}

.box_ai p{
	text-align: center;
    width: 80%;
    max-width: 1200px;
	margin: 0 auto;
}

.box_ai p img{
}
  
.box_tips{
	margin: 0 auto;
    padding: 30px 0 0 0;	
}

.box_tips .tips_main{
	width: 80%;
	margin:  30px auto 30px auto;
}

.box_tips .tips_read{
	font-size: 25px;
	text-align: center;
	margin: 0 0 50px 0;
}

.box_tips .tips_list{
	    width: 80%;
    margin: 0 auto;
	display: flex;
	    text-align: center;
flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.box_tips .tips_list p{
	width: 40%;
}

.box_tips .tips_list p img{
		width: 100%;
}

.box_hikaku{
	margin: 0 auto;
    text-align: center;	
	    width: 80%;
}

.box_hikaku h2{
	background: #FF7800;
	color: #fff;
	text-align: center;
	font-size: 30px;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 20px 0;
}

.box_hikaku p{
	font-size: 20px;
	text-align: center;
}

.box_hikaku p.hikaku01{
	width: 90%;
	margin:50px auto 100px auto;
	}
	
.box_hikaku .hikaku02{
	margin: 0 auto 50px auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
	}

.box_hikaku .hikaku02 div{
	width: 100%;
    max-width: 500px;
    margin: 0 0 30px 0;
}

.box_hikaku .hikaku02 div img{
	width: 100%;
}

	
.box_hikaku .first{
	margin: 50px auto 50px auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
	}

.box_hikaku .first div{
	width: 30%;
    max-width: 500px;
    margin: 0 0 30px 0;
}

.box_hikaku .first div img{
	width: 100%;
}

.box_solution{
	margin: 0 0 0 0;
    padding: 30px 0 0 0;
}

.box_solution p{
	text-align: center;
    width: 90%;
    max-width: 1200px;
	margin: 0 auto;
}

.box_solution p img{
}
  

@media only screen and (max-width: 820px) {
.ai_main_intro{
	background: url("../images/ai/ai_main_bg.png");
	background-size: cover;
    /*background-attachment: fixed;*/
    /*background-attachment: fixed;*/
    background-position: center center;
	padding: 40px 0 50px 0;
}

.ai_main_intro h2{
	text-align: center;
    margin: 0px auto;
    width:90%;
}

.box_ai p img{
    width: 100%;
}
	
	
.box_tips{
	width: 90%;
	margin: 0 auto;
    padding: 30px 0 0 0;	
}

.box_tips .tips_main{
	width: 100%;
	margin:  30px auto 30px auto;
}
	
.box_tips .tips_read{
    font-size: 18px;
    text-align: left;
    margin: 0 0 20px 0;
}

.box_tips .tips_list{
	    width: 100%;
    margin: 0 auto;
	display: block;
	    text-align: center;
flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.box_tips .tips_list p{
	width: 100%;
}

.box_tips .tips_list p img{
		width: 100%;
}


.box_hikaku{
	margin: 50px auto 0 auto;
    text-align: center;	
	    width: 100%;
}

.box_hikaku h2{
	background: #FF7800;
        color: #fff;
        text-align: center;
        font-size: 20px;
        width: 100%;
        margin: 20px auto 20px auto;
        padding: 20px 0;
}

.box_hikaku p{
	font-size: 11px;
	text-align: center;
}

.box_hikaku p.hikaku01{
	width: 100%;
        margin: 20px auto 40px auto;
	}
	
.box_hikaku .hikaku02{
	margin: 0 auto 50px auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
	}

.box_hikaku .hikaku02 div{
	width: 90%;
    max-width: 500px;
    margin: 0 0 0px 0;
}

.box_hikaku .hikaku02 div img{
	width: 100%;
}

.box_hikaku .first{
	margin: 30px auto 50px auto;
    width: 100%;
    max-width: 1200px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
	}

.box_hikaku .first div{
	width: 90%;
    max-width: 500px;
    margin: 0 0 30px 0;
}

.box_hikaku .first div img{
	width: 100%;
}
.box_solution p img{
    width: 100%;
}
	

}



@media print {
    body{
		 zoom: 0.68;
        -webkit-print-color-adjust: exact;
        top:0 !IMPORTANT;
        left:0 !IMPORTANT;
        width:172mm !IMPORTANT;
        height:251mm !IMPORTANT;
    }
}
