@charset "UTF-8";
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root {
  font-family: Meiryo, sans-serif;
}

/* CSS Document */
/* -------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body {
    padding: 0 0 0 0;
  }
}

a {
  color: #1a1a1a;
}

.contents {
  padding: 0 0 0 0;
}

.map .contents {
  background-image: url(../img/map/map_back.jpg);
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .contents {
    padding: 0 0 0 0;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.visible-sp {
  display: block !important;
}

.visible-pc {
  display: none !important;
}

@media screen and (min-width: 767px) {
  .visible-sp {
    display: none !important;
  }
  .visible-pc {
    display: block !important;
  }
}

.ban {
  animation-name: ban;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
}

.ban02 {
  animation-name: ban;
  animation-duration: 0.35s;
  animation-fill-mode: forwards;
}

@keyframes ban {
  0% {
    opacity: 0;
    transform: scale(2.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.scfade {
  animation-name: scfade;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes scfade {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadein {
  animation-name: fadein;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .inner {
    overflow: hidden;
  }
}

.vegas-animation-kenburns {
  animation-name: kenburns;
  animation-duration: 3s;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.6);
  }
}

.slide__wrap {
  height: 650px;
  overflow: hidden;
  position: relative;
}

.slide__wrap .slide {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .slide__wrap {
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  .slide__wrap .slide {
    width: 100%;
  }
  .slide__wrap .slide img {
    height: 300px;
  }
  .slide__wrap .slide .vegas-slide-inner {
    background-position: center;
  }
}

.sl00 img {
  animation-name: chscale;
  animation-duration: 60s;
  animation-delay: 0;
  animation-iteration-count: none;
  animation-timing-function: linear;
  transform: scale(1);
}

@keyframes chscale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.8);
  }
}

.slide__cp {
  font-size: 4.9rem;
  color: #fff;
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 1;
  letter-spacing: 2px;
  line-height: 1.75;
}
.slide__cp01
{
	max-width: 560px;
	margin: 0 auto;
	padding-top: 80px;
}
@media screen and (max-width: 767px) {
	.slide__cp01
{
	max-width: 80%;
	margin: 0 auto;
	padding-top: 0;
}
}
@media screen and (max-width: 1024px) {
  .slide__cp {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .slide__cp {
    font-size: 2.0rem;
    letter-spacing: 0;
  }
}

.slide__cp02 {
  font-size: 3rem;
  padding: 100px 0 0 0;
}

@media screen and (max-width: 1024px) {
  .slide__cp02 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .slide__cp02 {
    font-size: 1.8rem;
    padding: 30px 0 0 0;
  }
}

.itoshima__lead {
  max-width: 1024px;
  margin: 0 auto;
  padding: 72px 10px 72px;
  position: relative;
}

.itoshima__lead_main {
  font-size: 4.9rem;
  letter-spacing: 1px;
  line-height: 1.5;
  margin: 0 0 40px;
  z-index: 100;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .itoshima__lead {
    padding: 40px 20px 30px;
  }
  .itoshima__lead_main {
    font-size: 3.4rem;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .itoshima__lead {
    padding: 32px 15px 32px;
  }
  .itoshima__lead_main {
    font-size: 2.1rem;
    margin: 0 0 10px;
    letter-spacing: 0;
  }
}
.sec02 {
    background-color: #fff2e4;
    margin: 0 0 0 0;
    padding: 90px 0 0;
}
@media screen and (max-width: 767px) {
	.sec02 {
    padding: 64px 0 16px;
}
}
.itoshima__lead_sub {
  font-size: 18px;
  line-height: 1.8;
  z-index: 3;
  position: relative;
  z-index: 100;/*重なり順の設定大きい数字程上になる*/
}
.sec02__title span {
    position: relative;
    background-color: #fff2e4;
    padding: 0 8px;
    z-index: 1;
}
.sec02__title {
    width: 1000px;
    text-align: center;
    font-size: 2.4rem;
    color: #da5753;
    margin: 0 auto 60px;
    position: relative;
}
@media screen and (max-width: 1024px) {
	.sec02__title {
    width: 100%;
}
}
@media screen and (max-width: 768px) {
	.sec02__title {
    width: 100%;
}
}
.sec02__title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #da5753;
}
.sec02__items {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.sec02__item {
    width: 33.33%;
    /*opacity: 0;*/
}
@media screen and (max-width: 700px){
.sec02__items {
    width: auto;
    display: block;
}
}
@media screen and (max-width: 1240px){
.sec02__lineup {
    padding: 0 20px;
}
}	
@media screen and (max-width: 767px){
.sec02__title {
    width: auto;
    margin: 0 auto 40px;
}	
}
@media screen and (max-width: 700px){
.sec02__items {
    width: auto;
    display: block;
}
}
@media screen and (max-width: 1240px){
.sec02__items {
    width: auto;
    padding: 0 20px;
}
}
@media screen and (max-width: 767px){
.sec02__item {
    width: auto;
    margin: 0 0 30px;
}
}
.sec04 {
    background-color: #f6f2f0;
    padding: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
	.sec04 {
    padding: 0 0 40px 0;
}
}
.sec04__title {
    /*margin: 0 auto 32px;*/
}
.sec04__title img {
	max-width: 530px;
    margin: 0 auto;
    position: relative;
    top: -74px;
}
@media screen and (max-width: 767px) {
	.sec04__title img {
	max-width: 90%;
    margin: 0 auto;
    position: relative;
    top: -52px;
}
}
.sec04__title h2{
	text-align: center;
	font-size: 64px;
}
.fade01 {
    animation-name: fade01;
    animation-duration: 0.8s;
    animation-delay: 0;
    animation-fill-mode: forwards;
}
.sec04__item01 img {
    margin: 0 auto 64px;
    width: 100%;
}
@media screen and (max-width: 767px) {
	.sec04__item01 img {
    margin: 0 auto 24px;
    width: 100%;
}
}
.white_space{
	height: 188px;
}
@media screen and (max-width: 750px) {
	.white_space{
	height: 90px;
}
}
.pege_btn{
	width: 800px;
	margin: 0 auto;
}
.pege_btn_txt{
	font-size: 20px;
	text-align: center;
	margin-top: 24px;
}
@media screen and (max-width: 768px) {
	.pege_btn{
	width: 90%;
	margin: 0 auto;
}
	.pege_btn_txt{
	font-size: 14px;
	text-align: center;
	margin-top: 16px;
}
}
@media screen and (max-width: 1024px) {
  .itoshima__lead_sub {
    font-size: 1.6rem;
  z-index: 100;/*重なり順の設定大きい数字程上になる*/
  }
}

@media screen and (max-width: 767px) {
  .itoshima__lead_sub {
    font-size: 1.4rem;
  z-index: 100;/*重なり順の設定大きい数字程上になる*/
  }
}

.itoshima__lead_fig {
  position: absolute;
  top: -156px;
	width: 43%;
  /*right: -180px;*/
  right: 0px;
  z-index: 99;/*重なり順の設定大きい数字程上になる*/
}

@media screen and (max-width: 1024px) {
  .itoshima__lead_fig {
    width: 44%;
    position: absolute;
    top: -67%;
    right: 15px;
    z-index: 99;/*重なり順の設定大きい数字程上になる*/
  }
}

@media screen and (max-width: 768px) {
  .itoshima__lead_fig {
    width: 42%;
    position: absolute;
    top: -36%;
    right: 0%;
    z-index: 99;/*重なり順の設定大きい数字程上になる*/
  }
}
@media screen and (max-width: 767px) {
  .itoshima__lead_fig {
    width: 38%;
    position: absolute;
    top: -16%;
    right: 0%;
    z-index: 99;/*重なり順の設定大きい数字程上になる*/
  }
}
.itoshima__pict01 {
  max-width: 1024px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1024px) {
  .itoshima__pict01 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .itoshima__pict01 {
    padding: 0;
    margin: 0 0 20px;
  }
}

.blk01 {
  max-width: 1000px;
  margin: 0 auto 64px;
  display: flex;
  justify-content: space-between;
}
.navbar-brand img{
	width: 54px;
	margin: 2px 12px;
}
@media screen and (max-width: 1024px) {
  .blk01 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .blk01 {
    padding: 0 15px;
    display: block;
    margin: 0 0 32px;
  }
}

.blk01__pict {
  width: 560px;
}

@media screen and (max-width: 1024px) {
  .blk01__pict {
    width: 63.47656%;
  }
}

@media screen and (max-width: 767px) {
  .blk01__pict {
    width: 100%;
    margin: 0 0 8px;
  }
}

.blk01__sentence {
  width: 388px;
  font-size: 1.8rem;
  line-height: 1.75;
  /*padding: 0 0 0 40px;*/
}

@media screen and (max-width: 1024px) {
  .blk01__sentence {
    padding: 0 10px 0 2.5%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .blk01__sentence {
    padding: 5px 0 0;
    font-size: 1.6rem;
    width: 100%;
  }
}

.blk01.blk01_left {
  flex-direction: row-reverse;
}

.blk01.blk01_left .blk01__sentence {
  /*padding: 0 40px 0 0;*/
}
.main_catch h2{
	text-align: center;
	font-size: 48px;
	line-height: 1.6em;
	margin: 0 0 64px 0;
}
@media screen and (max-width: 768px) {
	.main_catch h2{
	font-size: 36px;
}
}
@media screen and (max-width: 767px) {
	.main_catch h2{
	font-size: 24px;
	line-height: 1.4em;
	margin: 0 0 24px 0;
}
}
@media screen and (max-width: 1024px) {
  .blk01.blk01_left {
    flex-direction: row-reverse;
  }
  .blk01.blk01_left .blk01__sentence {
    padding: 0 2.5% 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .blk01.blk01_left {
    flex-direction: row-reverse;
  }
  .blk01.blk01_left .blk01__sentence {
    padding: 0;
  }
}

.itoshima__image_sea_wrap {
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .itoshima__image_sea_wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .itoshima__image_sea_wrap {
    padding: 0 10px;
  }
}

.itoshima__image_sea {
  max-width: 1024px;
  position: relative;
  padding-top: 49%;
  height: 0;
}

.itoshima__image_sea01 {
  width: 53.61328%;
  position: absolute;
  top: 0;
  left: 0;
}

.itoshima__image_sea02 {
  width: 53.61328%;
  position: absolute;
  top: 135px;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .itoshima__image_sea02 {
    top: 30%;
  }
}

@media screen and (max-width: 767px) {
  .itoshima__image_sea {
    max-width: 1024px;
    position: relative;
    padding-top: 0;
    height: auto;
  }
  .itoshima__image_sea01 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    margin: 0 0 10px;
  }
  .itoshima__image_sea02 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: auto;
  }
}

.itoshima__lead.itoshima__lead_st01 {
  padding: 90px 10px 20px;
}

.itoshima__lead.itoshima__lead_st01 .itoshima__lead_main {
  margin: 0 0 40px;
}

.itoshima__lead.itoshima__lead_st01 .itoshima__lead_sub {
  font-size: 1.8rem;
  width: 69%;
  line-height: 2;
}

.itoshima__lead.itoshima__lead_st01 .itoshima__lead_fig {
  position: absolute;
  top: 140px;
  right: -105px;
}

@media screen and (max-width: 1024px) {
  .itoshima__lead.itoshima__lead_st01 {
    padding: 90px 20px 20px;
  }
  .itoshima__lead.itoshima__lead_st01 .itoshima__lead_main {
    margin: 0 0 20px;
  }
  .itoshima__lead.itoshima__lead_st01 .itoshima__lead_sub {
    font-size: 1.6rem;
    width: 60%;
    line-height: 2;
  }
  .itoshima__lead.itoshima__lead_st01 .itoshima__lead_fig {
    width: 33%;
    top: 21%;
    right: 2%;
  }
}

@media screen and (max-width: 767px) {
  .itoshima__lead.itoshima__lead_st01 {
    padding: 30px 10px 20px;
  }
  .itoshima__lead.itoshima__lead_st01 .itoshima__lead_main {
    margin: 0 0 20px;
  }
  .itoshima__lead.itoshima__lead_st01 .itoshima__lead_sub {
    font-size: 1.2rem;
    width: 60%;
    line-height: 1.6;
  }
  .itoshima__lead.itoshima__lead_st01 .itoshima__lead_fig {
    width: 40%;
    top: 26%;
    right: -2%;
  }
}

.itoshima__copy {
  font-size: 4.8rem;
  text-align: center;
  line-height: 1.6;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .itoshima__copy {
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.6;
    padding: 80px 0;
  }
}

@media screen and (max-width: 767px) {
  .itoshima__copy {
    font-size: 2rem;
    text-align: center;
    line-height: 1.6;
    padding: 20px 0;
    letter-spacing: 0;
  }
}

.cat01 {
  margin: 0 auto 130px;
}

@media screen and (max-width: 767px) {
  .cat01 {
    margin: 0 auto 10px;
  }
}

.cat01__lead {
  max-width: 1024px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .cat01__lead {
    margin: 0 auto 30px;
  }
}

.cat01__inner {
  background: #fef2d2;
  width: 78.61328%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 20px 0;
  max-width: 1024px;
  margin: 0 40px 0 auto;
}

@media screen and (max-width: 1024px) {
  .cat01__inner {
    padding: 10px 30px 20px 0;
    margin: 0 7% 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .cat01__inner {
    display: block;
    padding: 10px;
    margin: 0 auto 0 auto;
    width: 95%;
  }
}

.cat01__lead_pict {
  width: 50.31056%;
  margin: -50px 0 0 -150px;
}

.cat01__lead_sentence {
  width: 63.35404%;
  margin: -42px 0 0 0;
}

.cat01__lead_sentence h2 {
  font-size: 4.8rem;
  margin: 0 0 10px;
  text-align: right;
}

.cat01__lead_sentence p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.cat01__lead_sentence01 {
  font-size: 3.2rem;
  display: block;
  margin: 0 0 20px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .cat01__lead_pict {
    margin: -8% 0 0 -10%;
  }
  .cat01__lead_sentence {
    padding: 0 0 0 20px;
  }
  .cat01__lead_sentence h2 {
    font-size: 3.8rem;
  }
  .cat01__lead_sentence p {
    font-size: 1.6rem;
  }
  .cat01__lead_sentence01 {
    font-size: 2.4rem;
	font-weight:bold;
  }
}

@media screen and (max-width: 767px) {
  .cat01__lead_pict {
    margin: 0 auto 10px;
    width: 70%;
  }
  .cat01__lead_sentence {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
    line-height: 1.6;
  }
  .cat01__lead_sentence h2 {
    font-size: 1.6rem;
    text-align: left;
    margin: 0  0 5px;
	font-weight:bold;
	text-align:center;
  }
  .cat01__lead_sentence p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .cat01__lead_sentence01 {
    font-size: 1.4rem;
   /* margin: 0 0 5px;*/
	font-weight:bold;
	text-align:center;
    margin: 0 0 0 0;
  }
}

.blk01.blk01_ws .blk01__pict {
  width: 58.59375%;
}

.blk01.blk01_ws .blk01__sentence {
  width: 41.40625%;
}

@media screen and (max-width: 767px) {
  .blk01.blk01_ws .blk01__pict {
    width: 100%;
  }
  .blk01.blk01_ws .blk01__sentence {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.cat01__cp {
  max-width: 1024px;
  margin: 0 auto 50px;
}
.itoshima__bk {
  max-width: 150px;
  margin: 0 auto 80px;
}


@media screen and (max-width: 767px) {
  .cat01__cp {
    margin: 0 auto 50px;
  }
  .itoshima__bk {
  max-width: 15%;
  margin: 0 auto 50px;
}

}

.cat01__lead_sentence02 {
  display: block;
  font-size: 3.2rem;
  text-align: left;
  padding: 5px 0 8px;
}

@media screen and (max-width: 767px) {
  .cat01__lead_sentence02 {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    margin: 0;
	font-weight:bold;
  }
}

.item__main {
  position: relative;
  margin: 0 0 55px;
}

@media screen and (max-width: 767px) {
  .item__main {
    position: relative;
    margin: 0 0 20px;
  }
}

.item__main_inner {
  max-width: 1024px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1024px;
}

@media screen and (max-width: 1024px) {
  .item__main_inner {
    width: auto;
  }
}

.item__main_cp {
  position: absolute;
  top: 40px;
  right: 3%;
  z-index: 1;
  width: 11.66667%;
}

@media screen and (max-width: 767px) {
  .item__main_cp {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 40px;
  }
}

.item__lead_p01 {
  color: #f39700;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .item__lead_p01 {
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0px;
    margin: 0 0 15px;
  }
}

.item__lead_p02 {
  font-size: 4.9rem;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 35px;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .item__lead_p02 {
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 10px;
    padding: 0 10px;
  }
}

.item__lead_p03 {
  font-size: 1.8rem;
  line-height: 1.7;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 50px 50px;
}

@media screen and (max-width: 767px) {
  .item__lead_p03 {
    font-size: 1.4rem;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0 10px 20px;
  }
}

.item01__main {
  position: relative;
}

.item01__main_cp {
  width: 41.50391%;
  position: absolute;
  max-width: 425px;
  top: 40px;
  left: 2%;
}

@media screen and (max-width: 767px) {
  .item01__main_cp {
    width: 55%;
    top: 10px;
    left: 10px;
  }
}

.item01__lead {
  padding: 40px 10px;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .item01__lead {
    padding: 10px 10px;
    margin: 0 auto;
  }
}

.item01__l {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  max-width: 1024px;
}

@media screen and (max-width: 1024px) {
  .item01__l {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 40px;
    padding: 0 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .item01__l {
    display: block;
    margin: 0 auto 20px;
    padding: 0 10px;
  }
}

.item01__l_sentence {
  width: 52.73438%;
  font-size: 1.8rem;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .item01__l_sentence {
    width: 56%;
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .item01__l_sentence {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 0 10px;
  }
}

.item01__l_sentence.item01__l_sentence_w {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .item01__l_sentence.item01__l_sentence_w {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 0;
  }
}

.item01__l_img {
  width: 41.60156%;
}

@media screen and (max-width: 1024px) {
  .item01__l_img {
    width: 41.60156%;
  }
}

@media screen and (max-width: 767px) {
  .item01__l_img {
    width: 100%;
  }
}

.item__cv {
  background: #fdebd1;
  max-width: 1024px;
  margin: 0 auto 90px;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .item__cv {
    margin: 0 auto 30px;
    display: block;
    padding: 0 0 10px 0;
  }
}

.item__cv_img {
  padding: 20px;
  width: 32.8125%;
}

@media screen and (max-width: 767px) {
  .item__cv_img {
    padding: 20px;
    width: 100%;
  }
}

.item__cv_sentence {
  padding: 20px 20px 20px 0;
  width: 67.1875%;
}

.item__cv_sentence a:hover img {
	border: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
     position:relative;
     top:3px;
     left:3px;
	 }


@media screen and (max-width: 767px) {
  .item__cv_sentence {
    padding: 20px 20px;
    width: 100%;
  }
}

.item__cv_sentence_p01 {
  font-size: 3.25rem;
  margin: 0 0 15px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .item__cv_sentence_p01 {
    font-size: 2rem;
    margin: 0 0 10px;
    line-height: 1.3;
    text-align: center;
  }
}

.item__cv_sentence_p02 {
	color: #e60012;
	font-size: 4.0rem;
	font-weight: bold;
  max-width: 500px;
  margin: 0 0 20px auto;
}

@media screen and (max-width: 767px) {
  .item__cv_sentence_p02 {
	color: #e60012;
	font-weight: bold;
    max-width: 250px;
    margin: 0 auto 20px;
    line-height: 1.3;
	font-size: 3.5rem;
    text-align: center;
  }
}

.item__cv_sentence_link {
  display: block;
  }

.item__cv_sentence_link img {
  max-width: 500px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .item__cv_sentence_link {
    display: block;
    text-align: center;
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 10px 0;
  }
  .item__cv_sentence_link img {
    max-width: 500px;
    margin: 0 auto;
  }
}

.item02__main {
  position: relative;
}

.item02__main_cp {
  position: absolute;
  top: 40px;
  right: 3%;
  max-width: 693px;
  width: 67.67578%;
}

@media screen and (max-width: 767px) {
  .item02__main_cp {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70%;
  }
}

.totop.on {
  display: block;
  opacity: 1;
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.totop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  opacity: 0;
  transition: 0.25s;
  width: 60px;
  height: 60px;
  background: #333;
  display: block;
  border-radius: 60px;
  display: none;
  transition: 0.2s;
  opacity: 0;
  z-index: 100;
}

.totop:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/arrow_top_scroll.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 9px;
}

@media screen and (max-width: 750px) {
  .totop {
    bottom: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  .totop:before {
    width: 20px;
    height: 8px;
  }
}
.copyright{
	text-align: center;
	color: white;
	padding: 8px 0 40px 0;
}
#footer{
	background-color: black!important;
}
.white_space a{
	font-size: 24px;
	text-align: center;
	border: 1px solid black;
	padding: 24px 48px;
	display: block;
	margin: 48px auto 0;
	width: 330px;
}
@media screen and (max-width: 750px) {
	.white_space a{
	font-size: 18px;
	width: 75%;
}
}
.sec02__item:hover, .pege_btn:hover{
	opacity: 0.7!important;
}
.all_item{
	margin: 80px auto;
}
@media screen and (max-width: 750px) {
	.all_item{
	margin: 40px auto;
}
}

/* =========================
   うなぎ用CSS
========================= */
.sec04__title {
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
  top: -40px;
}

.shop_label {
  font-size: 2.3rem;
  letter-spacing: 0.12em;
  color: #8b1e1e;
  margin-bottom: 12px;
  font-weight: bold;
}

.shop_no {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.18em;
  color: #fff;
  background: #8b1e1e;
  padding: 15px 40px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.shop_name {
  font-size: 5.6rem;
  line-height: 1.4;
  color: #2f2a25;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sec04__title {
    top: -24px;
    margin-bottom: 12px;
    padding: 0 16px;
  }

  .shop_label {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .shop_no {
    font-size: 1.1rem;
    padding: 7px 14px;
    margin-bottom: 12px;
  }

  .shop_name {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.shop_products {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0 10px;
}

.product_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product_card {
  background: #fff;
  border: 1px solid #dddddd;
}

.product_card a {
  display: block;
  height: 100%;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.product_card a:hover {
  opacity: 0.85;
}

.product_thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.product_info {
  padding: 14px 14px 16px;
}

.product_name {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  min-height: 3.2em;
}

.product_price_row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
  margin: 0 0 16px;
}

.product_badge {
  display: inline-block;
  margin: 0;
  padding: 6px 10px;
  background: #b33a32;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.product_price {
  margin: 0;
  color: #222;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
}

.price_num {
  font-size: 26px;
}

.price_yen {
  margin-left: 2px;
  font-size: 14px;
}

.product_btn_wrap {
  margin: 0;
}

.product_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background: #333;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
}

.product_btn::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background: #fff;
  color: #333;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shop_products {
    margin: 0 auto 40px;
    padding: 0 15px;
  }

  .product_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .product_info {
    padding: 10px 10px 12px;
  }

  .product_name {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.5;
    min-height: 3em;
  }

  .product_price_row {
    gap: 6px;
    margin: 0 0 12px;
  }

  .product_badge {
    padding: 5px 8px;
    font-size: 10px;
  }

  .price_num {
    font-size: 20px;
  }

  .price_yen {
    font-size: 12px;
  }

  .product_btn {
    height: 42px;
    font-size: 13px;
  }

  .product_btn::after {
    width: 18px;
    height: 18px;
    margin-left: 8px;
    font-size: 13px;
  }
}

.lineup_card {
  display: block;
  text-decoration: none;
  color: #222;
}

.lineup_card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lineup_card__text {
  padding: 18px 10px 8px;
  text-align: center;
}

.lineup_card__sub {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #4a4038;
  font-weight: bold;
}

.lineup_card__title {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.3;
  color: #111;
  font-weight: bold;
}

.lineup_card__arrow {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 50%;
  background: #de5f5f;
  color: #fff;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
}

.lineup_card:hover {
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .lineup_card__text {
    padding: 14px 10px 4px;
  }

  .lineup_card__sub {
    font-size: 14px;
    margin: 0 0 8px;
  }

  .lineup_card__title {
    font-size: 24px;
    margin: 0 0 14px;
  }

  .lineup_card__arrow {
    width: 44px;
    height: 44px;
    font-size: 28px;
    line-height: 44px;
  }
}

/* =========================
   うなぎ用CSS 小話用
========================= */
.unagi_column {
  background: #f8f4ee;
  padding: 70px 0 80px;
}

.unagi_column__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.unagi_column__head {
  text-align: center;
  margin-bottom: 40px;
}

.unagi_column__label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 14px;
  background: #8b1e1e;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.12em;
}

.unagi_column__title {
  margin: 0 0 16px;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #2f2a25;
  font-weight: bold;
}

.unagi_column__lead {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #5b5148;
}

.unagi_column__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.unagi_column__card {
  background: #fff;
  border: 1px solid #e5ddd4;
}

.unagi_column__image img {
  display: block;
  width: 100%;
  height: auto;
}

.unagi_column__body {
  padding: 24px 24px 26px;
}

.unagi_column__card_title {
  margin: 0 0 14px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #2f2a25;
  font-weight: bold;
}

.unagi_column__text {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #4f463f;
}

.unagi_column__note {
  margin: 14px 0 0;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #7a6f66;
}

@media screen and (max-width: 767px) {
  .unagi_column {
    padding: 50px 0 56px;
  }

  .unagi_column__inner {
    padding: 0 15px;
  }

  .unagi_column__head {
    margin-bottom: 28px;
  }

  .unagi_column__title {
    font-size: 2.4rem;
  }

  .unagi_column__lead {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }

  .unagi_column__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .unagi_column__body {
    padding: 18px 16px 20px;
  }

  .unagi_column__card_title {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
  }

  .unagi_column__text {
    font-size: 1.5rem;
    line-height: 1.85;
  }

  .unagi_column__note {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.doyo_dates {
  margin: 32px 0 0;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #e5ddd4;
}

.doyo_dates__title {
  margin: 0 0 20px;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  color: #2f2a25;
}

.doyo_dates__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.doyo_dates__item {
  padding: 16px 14px;
  background: #f8f4ee;
  border-radius: 6px;
}

.doyo_dates__season {
  margin: 0 0 8px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #8b1e1e;
}

.doyo_dates__date {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #4f463f;
}

@media screen and (max-width: 767px) {
  .doyo_dates {
    margin-top: 24px;
    padding: 20px 16px;
  }

  .doyo_dates__title {
    font-size: 2rem;
    margin-bottom: 16px;
  }

  .doyo_dates__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .doyo_dates__item {
    padding: 14px 14px;
  }

  .doyo_dates__season {
    font-size: 1.6rem;
  }

  .doyo_dates__date {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
