/*
Theme Name: hiroshima_hgp
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure , button
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
font-weight: normal;
vertical-align: baseline;
background: transparent;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{-webkit-appearance: none;border-radius: 0;}
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');
body {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  font-family: 'Noto Sans JP','source-han-sans-cjk-ja',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}
article, footer, header, menu, nav, section {display: block;}
ul {list-style: none; }
a {margin: 0;color: inherit;padding: 0;font-size: 100%;text-decoration: none;vertical-align: baseline;background: transparent;    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;}
a:link{transition: .3s;}
a:link:hover{opacity: 0.7;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0; }
em, b {font-style: normal; }
img {max-width: 100%;vertical-align: bottom; height: auto;}
hr {display: block;height: 1px;margin: 0;padding: 0;border: 0;outline: 0; }
input, select {vertical-align: middle;}
.mincho{font-family: source-han-serif-japanese, sans-serif;font-style: normal;}
.en{font-family: adobe-garamond-pro, serif;font-style: normal;}
::selection {
  background: #9c3540;
  color: #fff;
}
::-moz-selection {
  background: #9c3540;
  color: #fff;
}
/* *:not(input):not(textarea){
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-webkit-touch-callout: none;
unselectable="on";
} */

div#ajax-response{
  display: none;
}

.cookieinfo{
  background: rgba(0, 0, 0, 0.7);
}
.no_point{
  pointer-events: none !important;
}
body.body_fix{
  position: fixed;
  width: 100%;
  top: 0px;
}
@media print {
  body {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}
@media print and (-ms-high-contrast: none) {
  body {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
}
.sec_inner{
  max-width: 1240px;
  width: 100%;
  padding: 0px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.sec_inner.w-1100{
  max-width: 1100px;
}
.sec_inner.w-1000{
  max-width: 1000px;
}
.main_content{
  position: relative;
  padding-top: 101px;
  display: block;
}
ul.tag_wrap02 li {
    margin-right: 10px;
}
.tag_btn {
  border: 2px solid #992f3b;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 50px;
  color: #992f3b;
  background: #fff;
  display: block;
  margin: 5px 0;
}
.tag_btn:hover{
  background: #992f3b;
  color:#fff !important;
  opacity: 1 !important;
}
@media screen and (max-width:1000px){
  .main_content{
    padding-top: 75px;
  }
}
@media screen and (max-width:767px){
  body {
    font-size: 13px;
  }

  .sec_inner{
    padding: 0px 10px;
    box-sizing: border-box;
  }
}


/* language */
.lang_on,.lang_off{
  text-align: center;
  display: block;
  user-select: none;
}
.lang_on{
  padding-right:7px;
  cursor: context-menu;
}
.lang_off {
  padding-left:7px;
  color: #888;
  pointer-events: auto!important;
}
.lang_off:hover{
  color: #992f3b;
}
.lang_sp a {
  line-height: 0;
}
li.lang_sp a {
  line-height: 1.5em !important;
  height: 20px;
}
li.lang_sp a:first-child{
  padding-right:10px;
  border-right: 1px solid #fff;
}
li.lang_sp {
  padding: 15px 8px !important;
  box-sizing: border-box;
}
/*//////////////////////////////
  top_header
//////////////////////////////*/
.top_header{
  height: 80px;
  padding: 10px 20px;
  border-bottom: 1px solid #d0d0d0;
  transition: 300ms;
}
.top_header .logo{
  font-size: 18px;
  letter-spacing: 0.1em;
}
header{
  width: 100%;
  height: auto;
  background-color: #fff;
  transition: 0.5s;
  position: fixed;
  z-index: 500;
}
.top_header.hd_shadow {
  padding: 0px 20px;
  box-shadow: 0 0 6px rgba(0, 0, 1, 0.5);
}
.head_gnavi_wrap {
  top: calc(50% - 10px);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  font-size: 14px;
}
.head_gnavi_wrap ul li{
  margin-right: 20px;
}
.hover_link01 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.hover_link01 a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #992f3b;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 200ms ease-in-out;
}
.hover_link01 a:hover{
  color: #992f3b;
  transition: 500ms;
}
.hover_link01 a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.mainvisual_btn_wrap .btn01:hover span{
  border-bottom:1px solid #fff;
  box-sizing: border-box;
}
.mainvisual_btn_wrap .btn01 span {
  border-bottom: 1px solid #fff0;
  box-sizing: border-box;
  transition: 300ms;
}
.mainvisual_btn_wrap .btn01{
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.mainvisual_btn_wrap .btn01:last-child{
  border-right: initial;
}

/* slider */
.bxslider {
		position: relative;
	}
	.bxslider ul {
		opacity: 0;
	}
	.bxslider a {
		transition: 0.4s;
	}
	.bxslider .bx-pager {
		position: absolute;
		bottom: 26px;
		left: 0;
		width: 100%;
		height: 0px;
		text-align: center;
		display: inline;
	}
	.bxslider .bx-pager-item {
		display: inline;
		padding: 0 20px;
	}
	.bxslider .bx-pager-item a {
		background: rgba(0,0,0,1);
		display: inline-block;
		width: 16px;
		height: 16px;
		text-indent: -200%;
		overflow: hidden;
		border-radius: 50%;
	}
	.bxslider .bx-pager-item a:hover {
		background: rgba(0,0,0,0.6);
	}
	.bxslider .bx-pager-item a.active {
		background: rgba(160,160,160,1);
	}
	.bx-loading:before,
	.bx-loading:after,
	.bx-loading {
	  border-radius: 50%;
	  width: 1em;
	  height: 1em;
	  -webkit-animation-fill-mode: both;
	  animation-fill-mode: both;
	  -webkit-animation: load7 1.8s infinite ease-in-out;
	  animation: load7 1.8s infinite ease-in-out;
	}
	.bx-loading {
	  color: #000;
	  font-size: 10px;
	  position: absolute;
	  top: 40%;
	  left: 50%;
	  text-indent: -100%;
	  -webkit-transform: translateZ(0);
	  -ms-transform: translateZ(0);
	  transform: translateZ(0);
	  -webkit-animation-delay: -0.16s;
	  animation-delay: -0.16s;
	}
	.bx-loading:before {
	  left: -3.5em;
	  -webkit-animation-delay: -0.32s;
	  animation-delay: -0.32s;
	}
	.bx-loading:after {
	  left: 3.5em;
	}
	.bx-loading:before,
	.bx-loading:after {
	  content: '';
	  position: absolute;
	  top: 0;
	}
  .bxslider.rel,.example.bxslider3 {
   height: 50vh;
   max-height: 435px;
}
	@-webkit-keyframes load7 {
	  0%,
	  80%,
	  100% {
	    box-shadow: 0 2.5em 0 -1.3em;
	  }
	  40% {
	    box-shadow: 0 2.5em 0 0;
	  }
	}
	@keyframes load7 {
	  0%,
	  80%,
	  100% {
	    box-shadow: 0 2.5em 0 -1.3em;
	  }
	  40% {
	    box-shadow: 0 2.5em 0 0;
	  }
	}
.bxslider3 {
  overflow: hidden;
}
.bxslider3 .bxslider {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
.bxslider3 ul li img {
	width: 100%;
	height: auto;
}
.bxslider3 ul li {
	opacity: 0.5;
}
.bxslider > ul {
    height: 430px;
}
.bxslider3 ul li.active {
	opacity: 1;
}
.bxslider3 .bx-viewport {
	overflow: visible !important;
}
.bx-pager .bx-default-pager{
  display: none;
}
a.bx-prev,a.bx-next{
  position: absolute;
  top: 50%;
  left: -20px;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 80px;
}
a.bx-next {
  left:auto;
  right:-20px;
  background: rgba(0, 0, 0, 0.5);
}
a.bx-next:before,a.bx-prev:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    top: calc(50% - 12px);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    background-image:url(./assets/img/top/slider_arrow.png);
    background-size: 25px;
}
a.bx-prev:before{
  transform: rotate(-180deg);
}

/* 241213追記 */
.main_visual._new_ {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.main_visual._new_ .s_main_visual {
	margin: 0 0 200px;
	height: 440px;
	overflow: hidden;
}

.main_visual__inner {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
	position: relative;
}

.main_visual._new_ .bxslider3 .bxslider {
	/*max-width: 100%;
	width: 100%;
	margin: 0;*/
	/*width: 100% !important;
	max-width: none !important;*/
	margin: 0 !important;
	max-width: 100%;
  max-height: 100%;
	height: 440px;
}

.main_visual._new_ .bxslider3 {
  max-height: 100%;
	height: 440px;
}

.main_visual._new_ .bxslider3 ul .active ,
.main_visual._new_ .bxslider3 ul li {
	 opacity: 1 !important;
	background: #DB8688;
}

.main_visual._new_ .bxslider3 ul li {
	margin: 0 40px;
	background: #E97D7E;
}

.main_visual._new_ .bxslider3 ul li a {
	height: 440px;
	display: block;
}

.main_visual._new_ .bxslider3 ul li img {
	/*width: 100%;
	height: 100%;
	object-fit: cover;*/
	max-width: 100%!important;
	height: auto !important;
}


/* search box */
input#s-box {
  border: 1px solid #d3d3d3;
  padding: 6px 10px;
}
button#s-btn-area {
  border-top: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 6px 10px;
  width: 40px;
  cursor: pointer;
}
#s-btn img {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 20px;
  height: 20px;
}
.head_gnavi_wrap ul li:last-child{
margin-right: 0;
}
.top_language_box {
height: 25px;
}
.head_sns_list li{
margin-right: 15px;
}
.head_sns_list li:last-child{
  margin-right: 0;
}

.globalheader ul{
  height: 85px;
}
.globalheader li a{
  font-size: 4vw;
}
.globalheader li span{
  color: #fff;
  display: block;
}
.globalheader li a p{
  position: relative;
  line-height: 4em;
}
.globalheader ul li {
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width:1400px){
  .head_gnavi_wrap{
    width: 600px;
  }
  .head_gnavi_wrap ul li{
    margin-right: 10px;
  }
  .search_sns_wrap.flex_list{
    display: block;
  }
  .search_sns_wrap .mr20{
    margin-right: 0 !important;
  }
  ul.head_sns_list.flex_list.center {
    justify-content: flex-end;
  }
}

/* 241213追記 */
.head_gnavi_wrap._hnav_ {
	max-width: 950px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: auto !important;
}

@media screen and (max-width:1400px){
	.head_gnavi_wrap._hnav_ {
		flex-wrap: wrap;
  }
}

.head_gnavi_wrap._hnav_ .flex_list {
}

@media screen and (max-width:1400px){
	.head_gnavi_wrap._hnav_ .flex_list {
		margin-right: 20px;
  }
}

.head_gnavi_wrap._hnav_ .flex_list .middle {
  margin-right: 25px;
}

@media only screen and (min-width: 767px) and (max-width: 1520px) {
	.head_gnavi_wrap._hnav_ .flex_list .middle {
		font-size: 12px;
		margin-right: 8px;
	}
}

.header-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width:1400px){
	.header-right {
		margin-top: 10px;
  }
}

.header-btn {
  position: relative;
  margin-right: 15px;
  box-sizing: border-box;
  line-height: 1.4em;
  background: url(./assets/img/common/bg_ptn02.png);
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.header-btn::before{
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
	background: url("./assets/img/common/ico_arrow_white.svg") no-repeat;
  background-size: contain;
  right: 15px;
}

.header-btn__link {
  width: 100%;
  height: 100%;
  padding: 18px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 200ms;
  border: 1px solid #404040;
	color: #fff;
	min-width: 150px;
}

@media screen and (max-width:1400px){
	.header-btn__link {
		height: 40px;
  }
}

.header-btn__link:hover {
  border: 1px #992F3B solid;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(64, 64, 64, 0.4);
  color: #fff;
}

.header-btn-sns {
}

.header-btn-sns__item {
	margin: 0 15px 0 0;
	width: 48px;
}

@media screen and (max-width:1400px){
	.header-btn-sns__item {
		width: 40px;
  }
}

.header-btn-sns__item:last-child {
	margin: 0;
}

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

  .top_header{
    padding: 10px;
  }
  .top_header .logo{
    font-size: 15px;
    width: 180px;
  }
  .top_header h1{
    width: 150px;
  }
  .head_gnavi_wrap{
    font-size: 12px;
    width: 540px;
    left: -40px;
  }
}

@media screen and (max-width:1000px){
  .top_header{
    display: none !important;
  }
  input#s-box{
    width: 100%;
    background: #fff;
    padding: 13px 10px;
  }
  button#s-btn-area{
    background: #fff;
    width: 50px;
  }
  form#form{
    width: 100%;
  }
}
@media screen and (max-width:767px){
  .bxslider.rel, .example.bxslider3 {
      height: 38vh;
      max-height: 435px;
  }
  .bxslider > ul {
      height: 300px;
  }
  a.bx-next{
    right: 10px;
  }
  .s_main_visual img, .bxslider3 ul li img, .bxslider3 .bxslider {
    width: 100% !important;
    max-width: 640px !important;
}
  a.bx-prev{
    left: 10px;
  }

  #top_head input#s-box{
    width: 100%;
  }
  .mainvisual_btn_wrap{
    display: none !important;
  }
}
/*//////////////////////////////
  SP_navi
//////////////////////////////*/
.globalheader{
  display: none;
}
.sp_header{
  height: 75px;
  border-bottom: 1px solid #d0d0d0;
}
.sp_search{
  background: #752f37;
  padding: 20px 0;
  margin-bottom: 10px;
  border-top: 1px solid #75242d;
  border-bottom: 1px solid #75242d;
}
.topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  width: auto;
  height: auto;
  text-align: center;
}
#front_page02 .scroll_box{
  z-index: 500;
}
.globalnav_btn{
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 57px;
  height: 55px;
  z-index: 101;
}
.body_fix .globalnav_btn{
  background: #992f3b;
}
.fix-scroll .globalnav_btn{
  right: 40px;
}
.globalnav_btn span {
  position: absolute;
  display: block;
  top: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background-color: #888;
}
.globalnav_btn span::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 0;
  width: 30px;
  height: 3px;
  background-color: #888;
  transition: .3s;
}
.menu_txt{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 17px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  color: #888;
  text-align: center;
}
body.body_fix .menu_txt{color:#fff;}

.globalnav_btn span::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: 0;
  width: 30px;
  height: 3px;
  transition: .3s;
  background: #888;
}
.open .globalnav_btn span {
  background-color: #992f3b;
  width: 25px;
}
.open .globalnav_btn span::before{
  top: 0;
  left: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #fff;
}
.open .globalnav_btn span::after {
  bottom: -1px;
  left: 0;
  width: 30px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #fff;
}
.sp-menu{
  background-color:#992f3b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow: scroll;
}
.sp-menu li{
  position: relative;
  transition: .5s;
}
.sp-menu a{
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  display: block;
  position: relative;
}
.sp-menu li .spmenu_acc_btn{
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
}
.sp-menu li .spmenu_acc_btn::before {
  content: '';
  top: calc( 50% - 1px);
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
}
.sp-menu li .spmenu_acc_btn::after {
  content: '';
  top: calc( 50% - 1px);
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.5s;
  position: absolute;
}
.sp-menu li.acc_open{
  background-color: #888;
}
.sp-menu li.acc_open .spmenu_acc_btn::before {
  background-color: #000;
}
.sp-menu li.acc_open .spmenu_acc_btn::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.sp-menu li.acc_open .menu_acc li{
  background-color: #666;
}
.menu_acc li a{
  padding: 0 40px;
}
.menu_acc li:last-child{
  border: 0;
}
.active,.globalheader ul li.anker_hover a{
  position:relative;
  display: block;
}
.globalheader .flex_list{
  padding: 0 10px;
}
.sp-menu-wrapper {
  padding: 80px 0 60px 0;
  box-sizing: border-box;
}
.spheader_link_line{
  border-bottom: 1px solid #b75c67;
  margin: 0 0 40px 0;
}
@media screen and (min-width:500px){
.body_fix .globalnav_btn{
    background: #992f3b;
    right: 20px;
    transition: 300ms;
}
}
@media screen and (max-width:1000px){
  .globalheader{
    display: block;
    height: 75px;
  }
  .sp_snslink .list{
    margin-right: 20px;
  }
  .sp_snslink .list:last-child{
    margin-right: 0px;
  }
  .globalheader ul li{
    text-align: left;
    height: auto;
    padding-bottom: 0;
  }
  .default_box01 .left img, .default_box02 .left img {
    width: 100%;
}
  .globalheader li a{
    font-size: 18px;
  }
  .globalheader ul li a{
   line-height: 1.5em;
  }
  .spheader_link a {
    padding: 17px 0;
    border-bottom: 1px solid #b75c67;
  }
  .globalheader ul{
    height: auto;
  }
  .sp_snslink{
    height: 13px;
    top: 10px;
  }C
}
@media screen and (max-width: 767px) {
.sp_snslink{
  top:27px;
  height: 24px;
}
.sp_snslink .list{ margin-right: 15px;}
.sp_snslink .list:last-child{ margin-right: 0px;}
.globalheader li a{
  font-size:15px;
}
.sp-head_catch{
  position: absolute;
  width: 36vw;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
a.rel.sp_sns_ico {
  padding: 0;
  text-decoration: none;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  border-radius: 2.5px;
  width: 28px;
  height: 28px;
  }

.sp_sns_ico img{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.lower_main{
  padding-top: 65px;
}
.globalheader h1{
  max-width: 180px;
  width: 100%;
  font-weight: 500;
  font-size: 15px;
}
.active a:after,.globalheader ul li.anker_hover:hover a:after,.globalheader ul li.anker_hover a:after{
  bottom: -19px;
}

header{
  left: 0;
  max-width: none;
  box-sizing: border-box;
  height: 75px;
  background: #fff;
  position: fixed;
  box-shadow: 0 0 3px rgba(0, 0, 1, 0.3);
}

}
@media screen and (max-width: 530px) {
  .sp-head_catch{
    display: none;
  }
}
/*//////////////////////////////
  footer
//////////////////////////////*/
footer{
  margin-top: 170px;
  background: #fff;
  margin-top: 80px;
  border-top: 1px solid #ccc;
  padding: 25px 0 0 0;
  background: #992f3b;
}
.footlinks_list{
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.footlinks_list li {
  width: calc(25% - 20px);
  position: relative;
  margin-right: 26px;
  margin-bottom: 20px;
  box-sizing: border-box;
  line-height: 1.4em;
  background: url(./assets/img/common/bg_ptn01.png);
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.footlinks_list li::before{
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: url(./assets/img/common/arrow_img01.png) no-repeat;
  background-size: 13px;
  right: 15px;
}
.footlinks_list li a{
  width: 100%;
  height: 100%;
  padding: 18px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 200ms;
  border: 1px solid #333333;
}
.footlinks_list li a:hover {
  border: 1px #c3c3c3 solid;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(119, 119, 119, 0.4);
  color: #992f3b;
}
.footlinks_list li:nth-child(4n){
  margin-right: 0;
}
.logo_area {
  width: 230px;
}
.logo_area .txt02{
  font-size: 18px;
  font-weight: normal;
}
.foot_nav{
  width: 100%;
  margin-top: 30px;
  padding: 35px 0 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #753038;
  border-top: 1px solid #753038;
}
.foot_nav .column {
  margin-right: 25px;
  margin-bottom: 25px;
}

.foot_nav .column:first-child{
  width:21%;
}
.foot_nav .column:nth-child(2){
  width:30%;
}
.foot_nav .column:last-child{
  width:34%;
}

.foot_nav .column:last-child{
  margin-right: 0;
}

.foot_nav .colum{
  max-width: 300px;
  width: 100%;
}
.foot_nav ul li {
  padding-right: 20px;
  font-size: 12px;
}
.footsub_link li.line{
  border-right: 1px solid #fff;
  margin-right: 10px;
}
.footsub_link #language_box a{
  color:#fff;
}
.footsub_link #language_box a.lang_off {
  padding-left: 10px;
  padding-right: 10px;
  color: #888;
}
.footsub_link #language_box a.lang_off:hover {
  color: #fff;
}

ul.footnavi_link li{
    letter-spacing:1px;
}
ul.footnavi_link > li{
    padding:2px 0 0 0;
}

ul.footnavi_link .more_list {
    padding: 0 0 0 15px;
    box-sizing:border-box;
}

.more_list li {
    position: relative;
}
.more_list li a{
    color:rgba(255, 255, 255, 0.8);
}

.more_list li:before {
    position: absolute;
    width: 7px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    content: "";
    top: 50%;
    left: -12px;
}

/* 241213追記 */
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-top__right {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.footer-top-btn {
	margin: 0 25px 0 0;
	position: relative;
	box-sizing: border-box;
	line-height: 1.4em;
	background: url(./assets/img/common/bg_ptn01.png);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-top-btn::before {
	position: absolute;
	content: "";
	width: 13px;
	height: 13px;
	background: url(./assets/img/common/arrow_img01.png) no-repeat;
	background-size: 13px;
	right: 15px;
}

.footer-top-btn__link {
	min-width: 240px;
	height: 100%;
	padding: 18px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: 200ms;
	border: 1px solid #333;
}

.footer-top-btn__link:hover {
  border: 1px #c3c3c3 solid;
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 rgba(119, 119, 119, 0.4);
  color: #992f3b;
}

.footer-top-sns {
}

@media screen and (max-width:1200px){
  .foot_nav .column {
    width: calc(50% - 20px);
    margin-right: 0;
    margin-bottom: 30px;
  }
  .foot_nav ul li {
    padding-right: 10px;
  }
  .footlinks_list li {
    width: calc(33.33% - 14px);
    margin-right: 20px;
  }
  .footlinks_list li:nth-child(4n){
    margin-right: 20px;
  }
  .footlinks_list li:nth-child(3n){
    margin-right: 0px;
  }
}
.foot_sp_bnr{
  display: none
}
.pagetop {
position: fixed;
right: 0px;
opacity: 0;
z-index: 1000;
}
.pagetop.active01 {
  opacity: 1;
}
.sp_openbtn{
  display: none;
}

@media screen and (min-width:767px){



  .footnavi_link{
    display: block !important;
  }
}

@media screen and (max-width:1000px){
.footlinks_list li {
  width: calc(50% - 20px);
}
.footlinks_list li:nth-child(4n),.footlinks_list li:nth-child(3n){
  margin-right: 20px;
}

.low_content .flex_list_sp{
  display: block;
}
.low_content .foot_logo {
  width: 200px;
}

.low_content .logo_area .txt02{
  font-size: 20px;
  letter-spacing: 2px;
}
.low_content .logo_area .txt01{
  padding-bottom: 5px;
}
.low_content footer,footer{
  margin-top: 10px;
  padding: 25px 0 0 0;
}
.low_content .foot_nav ul li {
  padding-bottom: 10px;
}
.low_content .logo_area,.foot_nav,.foot_sns{
  margin: 0 0 30px 0;
}
}

@media screen and (max-width:767px){
  .footer_logo {
  width: 100px;
}
  .foot_nav .column:first-child,
  .foot_nav .column:nth-child(2),
  .foot_nav .column:last-child{
    width:100%;
  }
  .foot_sp_link > a{
    width: 100%;
    display: block;
  }
  .foot_nav .column {
    width: 100%;
    margin-bottom: 0;
  }
  .foot_sp_link{
    position: relative;
  }

  .sp_openbtn{
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff24;
    position: absolute;
    right: 0;
    top: 0;
  }
  .head.sp_openbtn{
    height: 100%
  }
  .sp_openbtn:before {
    position: absolute;
    content: "";
    width: 9px;
    right: 14px;
    top: calc(50% - 8px);
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    transition: .3s;
  }
  .sp_openbtn.open:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
  }

  .column .foot_sp_link a {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 10px 0;
    font-size: 13px;
  }

  .footnavi_link{
    display: none;
  }
  .foot_sp_bnr{
    display: block;
    padding: 0px 10px 40px 10px ;
    box-sizing: border-box;
    text-align: center;
    }
.footlinks_list li {
  width: 100%;
  margin-right: 0;
}
.footlinks_list li:nth-child(4n),.footlinks_list li:nth-child(3n){
  margin-right: 0px;
}
.foot_logo {
  width: 200px;
}

.logo_area .txt02{
  font-size: 20px;
  letter-spacing: 2px;
}
.logo_area .txt01{
  padding-bottom: 5px;
}
footer{
  margin-top: 10px;
  padding: 25px 0 0 0;
}
.foot_nav ul li {
  padding-bottom: 7px;
}
.logo_area,.foot_nav,.foot_sns{
  margin: 10px 0 20px 0;
}
}

/*//////////////////////////////
  contents
//////////////////////////////*/
/* main_visual */
.mvbox_left{
  margin: 0 0 0 0;
}
.main_visual {
  height: calc(100vh - 100px);
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.mvboxright_txt01{
  background: #222;
  text-align: center;
  letter-spacing: 2px;
}
.mvbox_right {
  top: 120px;
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  z-index: 100;
}
.catchcopy{
  background: #992f3b;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1;
  padding: 5px 12px;
}
.mainvisual_btn_wrap {
  width: 100%;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.6);
  margin-top: 20px;
  background: #fff;
}
.pickup{
  width: 120px;
  background: #992f3b;
  text-align: center;
  padding: 23px 10px;
  color: #fff;
  box-sizing: border-box;
}
.mainvisual_btn_wrap .btn01{
  width: 33.33%;
  padding: 20px 10px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  transition: 100ms;
}
.mainvisual_btn_wrap .btn01:hover{
  color: #992f3b;
}
.mainvisual_btn_wrap .btn01:last-child{
  border-right: 0px solid #fff;
}
.tag_link_a a {
    margin-right: 10px;
}

.news_eye_catching {
  max-width: 140px;
  width: 100%;
  height: 95px;
  margin-right: 20px;
  overflow: hidden;
}
p.news_deta_cat {
  background: #992f3b;
  padding: 0px 5px;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width:1000px){
  .mainvisual_btn_wrap .btn01{
    font-size: 14px;
  }
}
.mainvisual_btn_wrap .btn01 {
}

/* 241213追記 */
.main-visual-block {
	position: relative;
	margin: 0 0 40px;
	padding: 0 0 40px;
	max-width: 950px;
	font-family: "Shippori Mincho";
	font-size: 19px;
	font-weight: 400;
	line-height: 200%;
	letter-spacing: 0.95px;
}

.main-visual-block::after {
	position: absolute;
	left: 0;               
	bottom: 0;             
	margin: auto;   
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #992F3B 0%, #F3C1C7 19.67%, #992F3B 51.5%, #F3C1C7 75.67%, #992F3B 100%);
	content: "";
}

.main-visual-block__ttl {
	font-size: 56px;
	line-height: 1.0;
	font-weight: 300;
}

.main-visual-block__ttl .color_red ,
.main-visual-block__ttl .__big {
	font-size: 80px;
	font-weight: 400;
}

/* index-pickup */
.index-pickup {
	max-width: 1260px;
	margin: 0 auto 45px;
	padding: 0 30px;
	position: relative;
	z-index: 2;
}

.index-pickup__ttl {
	padding: 5px 80px 5px 15px;
	display: inline-block;
	margin: 0 0 35px;
	background: #992F3B;
	color: #fff;
	position: relative;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}

.index-pickup__ttl::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #992F3B transparent transparent transparent;
	border-width: 40px 40px 0 0;
	content: "";
	position: absolute;
	right: -40px;               
	top: 0;             
}

.index-pickup__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0 50px;
}

.index-pickup__link {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.index-pickup__link::after {
	position: absolute;
	bottom: 20px;
	right: 0;
	content: "";
	background: url("./assets/img/top/ico_arrow_pickup.svg") 0 0 no-repeat;
	width: 48px;
	height: 48px;
	background-size: cover;
	transition: all .3s;
}

.index-pickup__link:hover::after {
	width: 64px;
	height: 64px;
}

.top-news._top-bg_ {
	position: relative;
}

.top-news._top-bg_::before {
	border-radius: 8000px 8000px 0 0 / 1000px 1000px 0 0;
	background-color: #f5f3f3;
	content: "";
	width: 100%;
	height: 100px;
	display: inline-block;
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 1;
}


/* top_news */

.top_news{
  margin: -60px 0 0 0;
  padding: 80px 0 0 0;
}
.news_list{
  width: calc((100% / 2) - 15px);
  background: #fff;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
}
.newslist_right{
  width: calc(100% - 160px);
  max-width: 390px;
}
.top_news_eye_catching{
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 20px 0;
  height: 300px;
}
.tag_wrap{
  height: 43%;
  line-height: 1.2em;
  font-size: 13px;
}
.tag_wrap a{
color:#444444;
}
.default_box01 .right,.default_box02 .right {
  width: 640px;
}
.default_box01 .left {
  width: calc( 100% - 670px);
  margin-right: 30px;
}
.default_box02 .left {
  width: calc(100% - 690px);
  margin-left: 30px;
}
.main_content .txtshadow{
  text-shadow: 0 1px 2px #fff;
}
.toptag_wrap {
  border: 1px solid #afafaf;
  padding: 20px;
}
.toptag_wrap h3 {
  min-width: 180px;
  font-size: 28px;
  font-weight: bold;
  font-style: italic;
}
.tag-list li {
  margin: 0 15px 10px 0;
}
@media screen and (max-width:1200px){

  .toptag_wrap h3 {
    font-size: 25px;
  }
  .news_eye_catching {
    width: calc(100% - 300px);
    min-width: 80px;
    margin-right: 10px;
  }
  .newslist_right {
    width: 100%;
    max-width: 100%;
  }
  .tag_wrap{
    height: auto;
  }
}
@media screen and (max-width:1000px){
  .top_news_eye_catching{
    height: 200px;
  }
  .default_box01 .right,.default_box02 .right {
    width: 480px;
  }
  .default_box01 .left {
    width: calc( 100% - 510px);
    margin-right: 30px;
  }
  .default_box02 .left {
    width: calc( 100% - 510px);
    margin-left: 30px;
  }
  .toptag_wrap h3 {
    font-size: 22px;
  }
}
@media screen and (max-width:767px){
  .top_news_eye_catching{
    height: 200px;
  }
  .news_list{
    width: 100%;
  }
  .tag-list li{
    font-size: 14px;
  }
  .toptag_wrap h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main_visual{
    margin-top: 25px;
    padding: 0 10px;
  }
  .abs.mvbox_right{
    position: static;
    margin-top: 20px;
    width: 180px;
    transform: translateY(0);
    -webkit- transform: translateY(0);
  }

  .newslist_right .tag_wrap{
    display: none;
  }
  .main_visual{
    height: auto;
  }
  .top_news{
    margin: 0 !important;
    padding: 0 !important;
  }
  .news_eye_catching {
  width: 115px;
  max-width: 100%;
  margin-bottom: 5px;
  height: 75px;
  }
  .line12_sp {
    line-height: 1.2em;
  }
  p.news_deta_cat{
    margin: 0 0 0 10px;
    display: inline-block;
    font-size: 11px;
  }
  .tag_wrap{
    padding-top: 5px;
  }
}
.wpcf7-form-control.wpcf7-select{
  border: 1px solid #ccc;
  width: 100%;
  height: 54px;
}
/* mv-full */
.main_visual {
  height: calc(100vh - 160px);
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.s_main_visual{
  text-align: center;
  margin: 20px 0;
  overflow: hidden;
}
.s_main_visual img ,.bxslider3 ul li img,.bxslider3 .bxslider{
    width: calc(70vh - 40px );
}
.vh10{
  font-size: 1vh;
}
.vh15{
  font-size: 1.5vh;
}
.vh23{
  font-size: 2.3vh;
}
.vh45{
  font-size: 4.5vh
}
.vh50{
  font-size: 5vh
}

.top_news{
  margin: -30px 0 0 0;
  padding: 80px 0 0 0;
}
.mainvisual_btn_wrap {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1200px){
  .s_main_visual img ,.bxslider3 ul li img,.bxslider3 .bxslider{
      width: calc(70vh - 60px );
  }
}
@media screen and (max-width: 767px){
  .s_main_visual{
        margin: 40px 0 0 0;
  }
  .main_visual {
      height: auto;
      margin-top: 0;
      padding: 40px 10px;
  }
}
/* top_bnr */
.top_bnr li{
max-width: calc(50% - 15px);
width: 100%;
box-shadow: 0 0 8px 0 rgba(119, 119, 119, 0.5);
}
.bnr_title {
line-height: 1;
}
.bnr_title span {
display: block;
}
.txt_area{
padding: 30px 20px 30px 20px;
}

@media screen and (max-width:767px){
  .txt_sub01{
    line-height: 1.3em;
    font-size: 12px;
  }
  .top_bnr li{
    max-width: 100%;
    width: 100%;
    box-shadow: 0 0 8px 0 rgba(119, 119, 119, 0.5);
    margin: 0 0 40px 0;
  }
  .top_bnr li:last-child{
    margin: 0 0 0 0;
  }

  .top_bnr li img{
    width: 100%;
  }
  .txt_area {
    padding: 20px 10px 20px 10px;
  }
}

@media screen and (max-width:1400px){
  .pagetop{
    width: 260px;
  }
}
@media screen and (max-width:1000px){

}

.anker{
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width:767px){
  .pagetop{
    display: none
  }
  .anker{
    padding-top: 85px;
    margin-top: -85px;
  }
}



/* hiroshimas */
.kyokasho{
  font-family: UDDigiKyokasho R;font-size: 26px;}
.meirio{
font-size: 24px!important;
}
@media screen and (max-width:767px){
  .kyokasho {
    font-size: 18px;
}
  .meirio{
  font-size: 18px!important;
  }
}
