/*body*/
body{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","serif";
}

/*共通*/
.gothic{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#sub_page{
  background-color: #fff;
}

/*aside*/
aside{
  background-color: #e80531;
  width: 100%;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  text-shadow: 1px 1px 4px #8c0335;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
aside .center{
  font-size:0;
  max-width: 1050px;
}

aside a{
  text-decoration: none;
  color: #fff;
}

aside .right_box :hover{
  text-decoration: none;
  color: #fff;
  opacity: 0.85;
}
.font12{
  font-size: 12px;
}

.font30{
  font-size: 30px;
  display: block;
  margin-bottom: 1em;
}

.font35{
  font-size: 35px;
  display: block;
}

.font20{
  font-size: 20px;
  display: block;
}
aside {
  width: 100%;
}
aside a {
  display: inline;
}
aside .center {
  display: flex;
  align-items: center;
  padding: 5px;
  font-size: 0;
  width: calc(100% - 10px);
}
aside .left{
  width: 50%;
  display: inline-block;
  text-align: center;
  border: 5px solid #fff;
  padding: 15px;
  text-align: center;
}

aside .right{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 49%;
  text-align: center;
}

aside .right_box {
  display: inline-block;
  width: 27%;
}
aside .right_box.wide {
  width: 40%;
}
aside .right_box.btnLine img {
  vertical-align: -4px;
}

i{
  font-size: 50px;
  margin-bottom: 10px;
}

/*ボタン*/
.button{
  background-color: #004ca0;
  border: 1px solid #004ca0;
}

.button:hover{
  color: #004ca0;
}

/*header*/
header{
  opacity: 1;
  background-color: #004ca0;
}

.logo{
  width: 30%;
  padding-top: 1.5%;
}

.logo img{
  width: 70%;
}

/*ナビ*/
.nav{
  width: 69%;
  vertical-align: bottom;
}

.navbar li{
  width: 13%;
}

.navbar li:last-child{
  margin-left: 0;
}

.en
,.ja{
  color: #fff;
  font-weight: bold;
}

.nav h3{
  margin-right: 16px;
}

.ja {
  font-size: 12px;
}

/*index*/
.top_main{
  top: 100px;
}

#news{
  background-color: #fff;
}

.concept{
  background-color: #c89f62;
}

.product_frame{
  background: #004CA0;
}


figure.snip1353{
  max-width: 252px;
}

figure.snip1353{
  margin: 0 5px !important;
  vertical-align: top;
}

figure.snip1353:nth-child(4){
  /* margin-right: 0; */
}

figure.snip1353:nth-child(3){
  /* margin-right: 14px;
  margin-left: 14px; */
}

/*footer*/
footer{
  background-color: #004ca0;
  margin-bottom: 127px;
}

.footer_logo img{
  width: 80%;
}

.footer_nav .en{
  display: none;
}

.footer_nav .ja{
  display: block;
  opacity: 1;
  font-weight: normal;
}

.footer_nav li a:hover .ja{
  opacity: 0.5;
}

/*about*/
.message{
	background: url("../images/message_bg.jpg") no-repeat 30% center /cover;
	height: auto;
}
.message_box p{
  text-shadow:
    white 1px 1px 2px, white -1px -1px 2px,/*右下、左上*/
    white -1px 1px 2px, white 1px -1px 2px,/*右上、左下*/
    white 2px 1px 2px, white  2px -1px 2px,/*右、左*/
    white -1px 2px 2px, white 1px 0 0;/*上、下*/
    ;
  line-height: 1.8;
  font-size: 18px;
  color:#444;
}
.ceo{
  display: none;
}

.message h2{
  text-shadow: none;
}

.name{
  padding: 10px;
}
.name::before{
  content: ' ';
    position: absolute;
    width: 9em;
    height: 6em;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    left: 0;
    top: 0;
}

.name .ceo
,.name .white_mini
,.message h3{
  text-shadow: 1px 1px 1px #000;
}

.woman{
	background: url("../images/woman_bg.jpg") no-repeat center center /cover;
	height: auto;
}

.message:first-of-type{
  margin-bottom: 3em;
}

.sub_main{
  margin-bottom: 6em;
}

#sub_page .product {
    background: none;
}
.fee
,.map_area
,.terms{
  padding-top: 0;
}

dt{
  background-color: #004ca0;
  padding: 1em 2em;
  color: #fff;
}

dd{
  background-color: #f2f2f2;
  padding: 2em;
}

.terms p{
  line-height: 2em;
}

iframe{
  width: 100%
}


/*contact*/
.contact .contact_title{
  letter-spacing: 3px;
}

/*contents_detail*/
.title_comment p{
  text-align: left;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  line-height: 2em;
}

.scene_details .sub_main{
  margin-bottom: 0;
}

.scene_details .title_comment{
  padding-top: 4em;
  margin-bottom: 6em;
}

.scene_details .title_comment h3{
  line-height: 2em;
}

/*staff*/
.staff_frame{
  max-width: 1050px;
  margin: 0 auto;
}

.staff_box{
  width: 100%;
  margin-bottom: 6em;
}

.staff_img{
  width: 60%;
  display: inline-block;
}

.staff_img img{
  width: 80%;
}

.staff_right{
  width: 40%;
  display: inline-block;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;

}

.staff_right{
  vertical-align: top;
}

.staff_right h2{
  text-align: center;
  padding-top: 2em;
}

.staff_box p{
  font-size: 16px;
  padding-bottom: 2em;
}

.font14{
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 2em;
}

/*スマホ*/
@media (max-width: 769px){
  /*共通*/
  .sub_main{
    margin-bottom: 3em;
  }

  .sub_button{
    width: 300px;
  }

  /*スマホメニュー*/
  header{
    height: 100px;
  }
  .logo{
    min-width: 250px;
    top: 14px;
    left: 12px;
    text-align: left;
  }

   .logo img{
     width: 80%;
   }

   .nav_btn{
     top: 10px;
   }

  .nav_btn span{
    border: 1px solid #fff;
    width: 70%;
    border-radius: 0;
  }

  .nav_btn span:nth-child(1){
    top: 14px;
  }

  .nav_btn span:nth-child(3){
    bottom: 18px;
  }

  /*active*/
  .en
  ,.ja{
    color: #4d4d4d;
  }

  .en{
    font-size: 24px;
  }

  .ja{
    font-size: 14px;
  }

  .nav_sp li{
    padding: 0.7em 1em !important;
    border-bottom: none;
  }

  .nav_sp li:first-of-type{
    padding-top: 3em !important;
  }

  .nav_wrap.active li
  ,.nav_wrap.active li:first-child{
    border-bottom: none;
  }

  .nav_wrap.active .nav_sp{
    top: 100px;
  }

  .nav_btn.active span:nth-of-type(1){
    transform: translateY(14px) rotate(-315deg) scale(.8);
  }

  .nav_btn.active span:nth-of-type(2){
    display: none;
  }

  .nav_btn.active span:nth-of-type(3){
    transform: translateY(-12px) rotate(315deg) scale(.8);
  }

  /*aside*/
  .font30{
    font-size: 16px;
  }

  .font35{
    font-size: 20px;
  }

  .font20{
    font-size: 16px;
  }

  i{
    font-size: 30px;
  }

  aside{
    /* padding: 13px 0 0; */
  }

  aside .center {
    flex-wrap: wrap;
  }

  aside .left{
    /* max-width: 469px; */
    width: 100%;
    vertical-align: middle;
    margin-bottom: 15px;
    padding: 5px 0 0;
  }
  aside .left span {
    display: inline-block;
    font-size: 14px !important;
  }
  aside .left span:first-child {
    margin-right: 10px;
  }

  aside .right{
    align-items: baseline;
    /* max-width: 300px;; */
    width: 100%;
    vertical-align: middle;
  }
  aside .right img {
    width: 22px;
    vertical-align: -4px;
  }
  aside .right .fas {
    margin-bottom: 0;
    font-size: 21px;
  }
  aside .right .font20 {
    display: inline-block;
    line-height: 1;
    vertical-align: 2px;
    margin-left: 8px;
    font-size: 12px;
  }

  aside .left .font35,
  aside .left .font30{
    font-size: 16px;
    margin: 0;
    font-weight: bold;
  }
  aside .right .font14 {
    line-height: 1;
    font-size: 10px;
  }


  /*index*/
  .top_main{
    top: 0;
  }

  figure.snip1353:nth-child(1){
    margin-right: 0;
    margin-bottom: 2px;
  }

  figure.snip1353:nth-child(3){
    margin: 0;
  }

	figure.snip1353{
		margin: 0 0.5% !important;
		width:49%;
		display: inline-block;
		vertical-align: top;
	}

  /*footer*/
  footer{
    margin-bottom: 107px;
  }
  .footer_left {
      width: 100%;
      margin: 0;
      text-align: center;
  }
  .footer_logo img {
    width: 50%;
  }
  .footer_frame{
    padding-top: 40px;
  }

  .footer_logo{
  }

  .footer_right{
    display: none;
  }

  .copyright{
    padding-top: 0;
  }

  .copy{
    font-size: 14px;
  }

  .link img {
      margin-top: 10px;
      width: 100%;
  }
  /*about*/
  .overview{
    margin: 0;
  }

  .message{
    background: none;
  }

  .ceo{
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .name{
    bottom: 0;
    top: -110px;
    right: 10%;
  }

  .message_frame{
    padding-bottom: 0;
  }


  /*staff*/
  .staff_img{
    width: 100%;
    text-align: center;
    margin-bottom: 3em;
  }

  .staff_right{
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .staff_box:nth-child(2){
    margin-bottom: 0;
  }

  /* contents */
  .scene_details .title_comment img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  /*contact*/
  .contact .main_btn{
    margin-top: 1em;
    padding-bottom: 1em;
  }

  figure.snip1353 figcaption {
    top: 0px;
  }
  input,textarea{
    border-color: #ccc;
  }
  .iframe_box iframe {
    width: 94vw;
    height: 50vh;
  }
  iframe{
    margin: 0 1vw;
  }
  #sub_page .product {
    background-color: #fff;
  }
  @media screen and (min-width:770px) and ( max-width:1100px) {
    aside .left .font35,
    aside .left .font30{
      font-size: 14px;
    }
  }

}
@media (max-width: 1025px){
  figcaption h2,figcaption p{
    opacity: 1 !important;
    color:#fff;
    text-shadow: 1px 1px 1px #000;
  }
}

.wid_full{
  margin: 0 auto;
  width: 100%;
}
.special_banner{
  max-width: 800px;
}


/*--------------------------------------------
 Cosutom
----------------------------------------------*/
.sp {
  display: none;
}
.mb0 {
  margin-bottom: 0px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb60 {
  margin-bottom: 60px!important;
}
.mb70 {
  margin-bottom: 70px!important;
}
.mb80 {
  margin-bottom: 80px!important;
}
.mb90 {
  margin-bottom: 90px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.mb110 {
  margin-bottom: 110px!important;
}
.mb120 {
  margin-bottom: 120px!important;
}
.mb130 {
  margin-bottom: 130px!important;
}
.mb140 {
  margin-bottom: 140px!important;
}
.mb150 {
  margin-bottom: 150px!important;
}
.mb160 {
  margin-bottom: 160px!important;
}
.mb180 {
  margin-bottom: 180px!important;
}
.mb200 {
  margin-bottom: 200px!important;
}

.head.type1 {
  position: relative;
  line-height: 2em;
  margin-bottom: 1.5em;
  padding-left: 24px;
  text-align: left;
  font-size: 25px;
}
.head.type1::before {
  position: absolute;
  top: calc(18px);
  left: 0;
  display: block;
  content: "";
  width: 15px;
  height: 14px;
  border-radius: 50%;
  background-color: #004ca0;
}
.floatBox {
  margin-bottom: 40px;
}
.fl {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
.fr {
  float: right;
}
.cols2,
.cols3,
.cols4 {
  display: flex;
  flex-wrap: wrap;
}
.cols2 > *,
.cols3 > *,
.cols4 > * {
  margin-right: 40px;
  margin-bottom: 40px;
}
.cols2 > *:nth-child(2n),
.cols3 > *:nth-child(3n),
.cols4 > *:nth-child(4n) {
  margin-right: 0;
}
.cols2 > * {
  width: calc((100% - (40px * 1)) / 2);
}
.cols3 > * {
  width: calc((100% - (40px * 2)) / 3);
}
.cols4 > * {
  width: calc((100% - (40px * 3)) / 4);
}
.cols2.rev {
  flex-flow: row-reverse;
}
.cols2.rev > *:nth-child(odd) {
  margin-right: 0;
}
.cols2.rev > *:nth-child(even) {
  margin-right: 40px;
}

.frameCover {
  aspect-ratio: 16 / 9;
}
.frameCover iframe {
  width: 100%;
  height: 100%;
}

.footerFixed {
  position: fixed;
  right: 0;
  bottom: 90px;
  z-index: 100;
}
.footerFixed a {
  display: inline-block;
  padding: 13px 10px;
  opacity: 0.9;
  background-color: #FFF;
  box-shadow: 1px 1px 6px #999;
  border-radius: 10px 0 0 10px;
  text-align: center;
  transition: all 0.2s;
}
.footerFixed a:hover {
  padding-right: 25px;
  opacity: 1;
}
.footerFixed img {
  width: 33px;
  margin-bottom: 4px;
}
.footerFixed span {
  display: block;
  line-height: 1.4;
  font-weight: 500;
  font-size: 14px;
  color: #111;
}

#bnSdgs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px;
}
#bnSdgs .image {
  margin-right: 40px;
}
#bnSdgs .image img {
  max-width: 300px;
  width: 100%;
}
#bnSdgs .text {
  font-size: 20px;
}
#bnSdgs .text p {
  line-height: 1.6;
}

.pageNavi {
  justify-content: space-evenly;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 20px 0;
}
.pageNavi li {
  width: auto;
  margin-bottom: 0;
}
.pageNavi li a {
  position: relative;
  display: block;
  padding-right: 20px;
  transition: all 0.2s;
  color: #000;
}
.pageNavi li a:hover {
  color: #337ab7;
}
.pageNavi li a:after {
  position: absolute;
  top: calc(50% - 7.5px);
  right: 0;
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.pageNavi li a:hover:after {
  border-top: 1px solid #337ab7;
  border-right: 1px solid #337ab7;
}

/* about */
.detailsImage img {
  max-width: 100%;
  height: auto;
}

/* form */
.formContact {
  width: 100%;
  margin-top: 40px;
  text-align: left;
}
.formContact .head {
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 16px;
}
.formContact .fmLine {
  margin-bottom: 40px;
}
.formContact .fmLine.multipleFields input:nth-child(1) {
  margin-right: 2%;
}
.formContact input,
.formContact textarea {
  border: solid 1px #999;
}
.formContact input.required,
.formContact textarea.required {
  border: solid 1px indianred;
}
.formContact input[type="text"],
.formContact textarea {
  -webkit-appearance: none;
}
.formContact input {
  display: inline-block;
  height: auto;
  width: 49%;
  padding: 7px 10px;
  box-sizing: border-box;
}
.formContact label {
  margin-right: 20px;
  cursor: pointer;
}
.formContact label input {
  width: auto;
}
.formContact label input[type="radio"].required {
  position: relative;
  border: 1px solid indianred;
  border-radius: 50%;
  height: 15px;
  left: 0;
  width: 14.5px;
  margin: 0;
  padding: 0;
  appearance: none; /* デフォルトのスタイルを消す */
}
.formContact label input[type="radio"].required:before {
  background-color: indianred;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 8px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}
/* チェックされたらラジオボタン内側を表示 */
.formContact label input[type="radio"].required:checked::before {
  opacity: 1;
}
.formContact textarea {
  padding: 7px 10px;
  box-sizing: border-box;
}
.formContact .submit {
  text-align: center;
}
.formContact .req {
  margin-left: 5px;
  color: #e80531;
}
.formContact .hiddenArea {
  padding-top: 10px;
}
.formContact .submit input {
  padding: 15px;
  border-radius: 5px;
  background-color: #e80531;
  border: none;
  -webkit-appearance: none;
  transition: all 0.2s;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
}
.formContact .submit input:hover {
  opacity: 0.7;
}

@media (max-width: 1050px){
  .sub_main > .inner {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .formContact {
    box-sizing: border-box;
  }


  .footerFixed {
    right: 0;
    bottom: 142px;
  }
  .footerFixed a {
    padding: 10px 9px;
  }
  footerFixed img {
    width: 26px;
    margin-bottom: 0px;
  }
  .footerFixed span {
    font-size: 12px;
  }

  /* about */
  .cols2 > .shop_details + iframe {
    margin-left: 0;
  }
}

@media (max-width: 768px){
  .fl_none_tab {
    float: none;
    margin-right: 0;
  }
  .pc {
    display: none;
  }
}

@media (max-width: 520px){
  #bnSdgs {
    /* display: block; */
    margin: 40px 20px;
  }
  #bnSdgs .image {
    text-align: center;
    margin-right: 20px;
    max-width: 140px;
  }
  #bnSdgs .text {
    font-size: 14px;
  }

  .sp {
    display: initial;
  }
  .mb0_sp {
    margin-bottom: 0px!important;
  }
  .mb10_sp {
    margin-bottom: 10px!important;
  }
  .mb20_sp {
    margin-bottom: 20px!important;
  }
  .mb30_sp {
    margin-bottom: 30px!important;
  }
  .mb40_sp {
    margin-bottom: 40px!important;
  }
  .mb50_sp {
    margin-bottom: 50px!important;
  }
  .mb60_sp {
    margin-bottom: 60px!important;
  }
  .mb70_sp {
    margin-bottom: 70px!important;
  }
  .mb80_sp {
    margin-bottom: 80px!important;
  }
  .mb90_sp {
    margin-bottom: 90px!important;
  }
  .mb100_sp {
    margin-bottom: 100px!important;
  }
  .mb110_sp {
    margin-bottom: 110px!important;
  }
  .mb120_sp {
    margin-bottom: 120px!important;
  }
  .mb130_sp {
    margin-bottom: 130px!important;
  }
  .mb140_sp {
    margin-bottom: 140px!important;
  }
  .mb150_sp {
    margin-bottom: 150px!important;
  }
  .mb160_sp {
    margin-bottom: 160px!important;
  }
  .mb180_sp {
    margin-bottom: 180px!important;
  }
  .mb200_sp {
    margin-bottom: 200px!important;
  }
  .cols1_sp {
    display: block;
  }
  .cols1_sp > * {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 40px;
  }
  .cols2_sp,
  .cols3_sp,
  .cols4_sp {
    display: flex;
    flex-wrap: wrap;
  }
  .cols2_sp > *,
  .cols3_sp > *,
  .cols4_sp > * {
    margin-right: 40px!important;
    margin-bottom: 40px;
  }
  .cols2_sp > *:nth-child(2n),
  .cols3_sp > *:nth-child(3n),
  .cols4_sp > *:nth-child(4n) {
    margin-right: 0!important;
  }
  .cols2_sp > * {
    width: calc((100% - (40px * 1)) / 2)!important;
  }
  .cols3_sp > * {
    width: calc((100% - (40px * 2)) / 3)!important;
  }
  .cols4_sp > * {
    width: calc((100% - (40px * 3)) / 4)!important;
  }
  .head.type1 {
    margin-bottom: 1.2em;
    font-size: 23px;
  }
  .head.type1::before {
    top: calc(16px);
  }

  .formContact .fmLine:not(.multipleFields) input[type="text"],
  .formContact input[type="tel"],
  .formContact textarea {
    width: 100%;
  }
  .formContact .submit input {
    padding: 10px;
    font-size: 16px;
  }

  .pageNavi {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
  }
  .pageNavi li {
    margin-bottom: 10px;
  }
  .pageNavi li a {

  }
  .pageNavi li a:after {
    right: 0;
  }

}
