@charset "UTF-8";
/*!
Theme Name:株式会社海道
Description:熊本県天草市の株式会社海道は、熊本・天草・牛深産の魚介類の卸しや加工をメインに行っている水産加工会社です。
Theme URI:https://www.kaidou0216.co.jp
Version: 1.0
License:株式会社海道
License URI:https://www.kaidou0216.co.jp
*/



/*****************************************

リセットCSSここから

******************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1rem=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  min-width: 1100px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.7;
  background-color: #111A2B;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }

  main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}


@media screen and (max-width: 767px) {
  #wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }
}

.content01 {
  max-width: 1020px;
  width: 100%;
  padding: 0 10px;
  /*100*/
  margin: 0 auto;
  position: relative;
}

.common_flex {
  display: flex;
  justify-content: space-between;
}

.common_txt {
  width: 560px;
}

.common_img {
  max-width: 400px;
  width: 100%;
}

.common_img img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.block {
  display: block;
}


@media screen and (max-width: 767px) {
  .common_flex {
    flex-direction: column;
    align-items: center;
  }

  .common_txt {
    width: 100%;
    margin-bottom: 20px;
  }

}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
th,
td,
dt,
dd,
p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*下層の文字色はTOPの文章で統一*/
}





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

  li,
  tt,
  tr,
  dt,
  dd {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.4rem;
  }



}


/****************************************

リンク指定&オンマウス時のアクション

*****************************************/

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

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

a img.img_opacity {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.7;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}



/*---------------　電話　-------------------------*/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}



/****************************************

pcヘッダー

*****************************************/
@media print,
screen and (min-width: 768px) {

  #sp_header,
  #sp_navi,
  #toggle,
  .sp_header_box {
    display: none;
  }
}


/****************************************

spヘッダー

*****************************************/

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

  img {
    width: 100%;
    height: auto;
  }

  #toggle {
    position: fixed;
    /*bodyに対しての絶対位置指定です*/
    right: 10px;
    top: 15px;
    width: 40px;
    height: 40px;
    padding: 7px 5px;
    background: #1c8ed9;
    cursor: pointer;
    z-index: 9999;
  }

  #toggle div {
    position: relative;
  }

  #toggle span {
    display: block;
    position: absolute;
    left: 2px;
    /*#navToggle div に対して*/
    width: 25px;
    height: 3px;
    background: #FFF;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }

  #toggle span:nth-child(1) {
    top: 1px;
  }

  #toggle span:nth-child(2) {
    top: 11px;
  }

  #toggle span:nth-child(3) {
    top: 21px;
  }

  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }

  .open_navi #toggle span {
    background: #FFF;
  }

  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    -ms-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }

  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }

  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    -ms-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }

  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #1748a7;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }

  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }

  #sp_navi .menu .menu-item a {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    cursor: pointer;
    color: #fff;
    margin: -1px auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }

  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    /* color: #F12823; */
    text-decoration: none;
  }

  /* #sp_navi .menu-item a:hover{
    color: #F12823;
  } */
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }

  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #fff;
    background: #4aa4e2;
  }

  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }

  /* #sp_navi .sub-menu li a:hover {
    color: #F12823;
    background: none;
  } */
  #sp_navi .menu-item-has-children {
    position: relative;
  }

  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }

  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }


}


/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
  *zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
  list-style-type: none;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

#g_navi .menu>li {
  position: relative;
  text-align: center;
}

#g_navi .menu>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#g_navi .menu>li>a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* #g_navi .menu>li>a img {
  margin-bottom: 17px;
} */

#g_navi .menu>li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

#g_navi .menu li ul li {
  width: 100%;
}

#g_navi .menu li ul li a {
  display: block;
  width: 170px;
  padding: 12px 5px;
  background: #4aa4e2;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

#g_navi .menu li ul li a:link,
#g_navi .menu li ul li a:visited {
  color: #fff;
}

#g_navi .menu li ul li a:hover,
#g_navi .menu li ul li a:active {
  /* background: rgba(221, 221, 221, 0.8); */
  background: #1748a7;
  color: #fff;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}



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

/****************************************

トップ　メインビジュアル

*****************************************/
.top_mv {
  position: relative;
  width: 100%;
  background: url(images/top_mv.png) no-repeat center top;
  width: 100%;
  height: 0;
  padding-top: 1000px;
}

@media print,
screen and (min-width: 768px) {
  #sp_header {
    display: none;
  }
}

#top_header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(images/header_top_bg.jpg) no-repeat center bottom;
  background-size: cover;
}


#page_header {
  width: 100%;
  margin: 0 auto;
  position: relative;
}


.header_logo_flex {
  width: 1020px;
  margin: 0 auto;
  padding: 0 10px 100px 10px;
  position: relative;
  /* align-items: center; */
}


.header_address figure {
  width: 450px;
  margin-left: auto;
}

.header_address figure img {
  width: 100%;
  height: auto;
}


.header_text {
  color: #D2D2D2;
  font-size: 11px;
  text-align: right;
  padding-top: 3px;
  margin-bottom: 8px;

}


/*hoverした際のアニメーション*/
.header_line a:hover::after {
  -webkit-animation: arrow .5s;
  animation: arrow .5s;
}

@-webkit-keyframes arrow {
  50% {
    right: 15px;
  }

  100% {
    right: 20px;
  }
}

@keyframes arrow {
  50% {
    right: 15px;
  }

  100% {
    right: 20px;
  }
}


.sp_span {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_span {
    display: initial;
  }

  #top_header {
    background-image: none;
  }

  .header_logo_flex {
    display: block;
    width: 100%;
    padding-bottom: 80px;
  }

  .header_address {
    display: none;
  }


  .top_mv {
    background: url(images/sp_main_bg.jpg) no-repeat center center;
    width: 100%;
    height: 0;
    padding-top: 150px;
    background-size: cover;
  }

  .top_mv_img img {
    position: relative;
    width: 190% !important;
    top: 0;
    left: -45%;
  }

}




@media print,
screen and (min-width: 768px) {
  .metaslider .flex-control-nav {
    bottom: 40px !important;
  }


  .teaser_box {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
  }

  .teaser_box:after {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: 0;
    left: 0;
    width: 1480px;
    height: 400px;
    background: url(images/slider_box_bg.svg) top 16px left 18px no-repeat, -o-repeating-linear-gradient(right, #1E1C99, #1E1C99 2px, #27259D 2px, #27259D 4px);
    background: url(images/slider_box_bg.svg) top 16px left 18px no-repeat, repeating-linear-gradient(-90deg, #1E1C99, #1E1C99 2px, #27259D 2px, #27259D 4px);
  }

  .teaser_txt {
    position: absolute;
    z-index: 2;
    top: calc(50% + 12px);
    left: 145px;
  }

  .teaser_txt img {
    width: auto;
    height: auto;
  }

  .teaser_txt img:last-child {
    display: block;
    margin-top: 12px;
    padding-left: 2px;
  }

  .teaser {
    position: relative;
    width: calc(100% - 440px);
    height: 400px;
    margin-left: 440px;
    overflow: hidden;
  }

  .teaser img {
    position: absolute;
    width: 1480px !important;
    height: auto;
    top: 0;
    right: 0;
  }
}



/****************************************

メインビジュアル　下層ページ

*****************************************/
.page_mv {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.page_mv_img {
  position: relative;
  width: 100% !important;
  height: auto;
}


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



}


/****************************************

content 共通設定

*****************************************/
main#top_main {
  position: relative;
  width: 100%;
  margin: 0 auto 120px;
}

main#page_main {
  position: relative;
  width: 100%;
  margin: 0 auto 120px;
}





@media screen and (max-width: 767px) {
  main#top_main {
    margin: 0 auto 50px;
  }

  main#page_main {
    margin: 0 auto 50px;
  }

  main#top_main::before {
    width: 25vw;
    background-size: contain;
    top: -40px;
    height: 100px;
  }
}

main#single_main {
  width: 920px;
  margin: 0 auto 100px;
}

.breadcrumb_area {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto 25px;
  position: relative;
  z-index: 99;
}

.breadcrumb_area .breadcrumb p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: inherit;
  text-align: right;
}

.breadcrumb_area .breadcrumb p a {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: inherit;
}

.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb_area .breadcrumb p a:hover::after {
  width: 100%;
}



@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    margin: 10px auto 20px;
    padding-right: 10px;
  }

  .breadcrumb_area .breadcrumb p,
  .breadcrumb_area .breadcrumb p a {
    font-size: 1.3rem;
    text-align: left;
  }
}


/********************************************

獲れたて、朝獲りの魚を最短でお届け トップ用

*********************************************/
.top_box01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 530px;
  width: 1000px;
}

.top_box01_title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(images/title01.png);
  background-repeat: no-repeat;
  width: 610px;
  height: 80px;
  background-position: left top;
  margin-bottom: 10px;
}

.top_box01_text {
  width: 470px;
}

.top_box01_text p {
  line-height: inherit;
  font-size: 14px;
}


.top_box01_btn {
  width: 470px;
  height: 50px;
  margin-top: 60px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
  background: url(images/bnr01.png) no-repeat left top;
}

.top_box01_btn:hover {
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
  background: url(images/bnr01_on.png) no-repeat left top;
}


.top_box01_btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.top_box01_btn a img {
  width: 100%;
  height: auto;
}

.top_box01 figure {
  display: none;
}




@media screen and (max-width: 767px) {
  .top_box01 {
    width: 100%;
    padding: 0 10px;
    position: relative;
    left: 0;
    transform: inherit;
    top: 0;
    background: url(images/sp_content_img02.png) no-repeat left 30% top;
    background-size: cover;
  }

  .top_box01_text {
    width: 100%;
}

.top_box01_title {
  width: 100%;
  background-size: contain;
  height: 50px;
}


.top_box01_btn {
    width: 100%;
    margin-top: 30px;
    background-size: contain;
}

.top_box01 figure {
  display: block;
  max-width: 695px;
  width: 100%;
  margin: 20px auto 0;
}

.top_box01 figure img {
  width: 100%;
  height: auto;
}



}


/****************************************

天草牛深ブランドの鮮魚を朝獲り トップ用

*****************************************/
.top_box02 {
  width: 1020px;
  padding: 20px 10px 0 10px;
  margin: 0 auto 30px;
  position: relative;
}

.top_box02_title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(images/title02.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 40px;
  background-position: left top;
  margin-bottom: 10px;
}

.top_common_flex {
  display: flex;
  justify-content: space-between;
}

.top_box02_list {
  width: 490px;
  display: flex;
  background: url(images/bg01.jpg) no-repeat right top;
}

.top_common_item {
  width: 230px;
}

.top_common_item02 {
  width: 260px;
  padding: 17px;
}


.top_common_img {
  width: 490px;
  display: flex;
  justify-content: space-between;
}

.top_common_img li {
  width: 235px;
}

.top_common_img li:first-child {
  margin-right: 20px;
}

.top_common_img li img {
  width: 100%;
  height: auto;
}



@media screen and (max-width: 767px) {
  .top_box02 {
    width: 100%;
    padding: 0 10px;
    margin-top: 50px;
}

.top_box02_title {
  background: url(images/sp_top_title01.png) no-repeat center center;
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
  background-size: contain;
}

.top_common_flex {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.top_common_item02 p {
  font-size: 15px;
}

.top_box02_list {
  width: 100%;
  display: flex;
  background: none;
  flex-direction: column;
  align-items: center;
}

.top_box02_list .top_common_item02 {
  width: 230px;
  padding: 10px;
  background: url(images/sp_title_bg03.png) no-repeat center center;
  background-size: cover;
  border: 1px solid #CDAC68;
}

.top_common_img {
  max-width: 490px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.top_common_img li:first-child {
  margin-right: 0;
  margin-bottom: 10px;
}

}


/****************************************

水揚げしてすぐ加工、抜群の鮮度！ トップ用

*****************************************/
.top_box03 {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto 30px;
}

.top_box03_title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(images/title03.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 40px;
  background-position: left top;
  margin-bottom: 10px;
}


.top_box03_list {
  width: 490px;
  display: flex;
  background: url(images/bg02.jpg) no-repeat right top;
}


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

  .top_box03_title {
    background: url(images/sp_top_title02.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 30px;
    margin-bottom: 25px;
}

.top_box03 .top_common_flex {
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}

.top_box03_list {
  width: 230px;
  display: flex;
  background: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top_box03_list .top_common_item02 {
  background: url(images/sp_title_bg01.png) no-repeat center center;
  background-size: cover;
  width: 230px;
  padding: 10px;
  border: 1px solid #CDAC68;
}


}

/****************************************

鮮度の良さに加え、豊富な種類 トップ用

*****************************************/
.top_box04 {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto 0;
}

.top_box04_title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(images/title04.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 40px;
  background-position: left top;
  margin-bottom: 10px;
}

.top_box04_list {
  width: 490px;
  display: flex;
  background: url(images/bg03.jpg) no-repeat right top;
}



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

.top_box04_list {
  width: 230px;
  display: flex;
  background: none;
  flex-direction: column;
  align-items: center;
}

.top_box04_title {
  background: url(images/sp_top_title03.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 30px;
  background-position: left top;
  margin-bottom: 25px;
}

.top_box04_list .top_common_item02 {
  width: 230px;
  background: url(images/sp_title_bg03.png) no-repeat center center;
  background-size: cover;
  border: 1px solid #CDAC68;
  padding: 10px;
}

}

/****************************************

bottom_area 共通 トップ用

*****************************************/
.bottom_area {
  width: 1020px;
  padding: 0 10px;
  margin: 30px auto 0;
}

.bottom_area_inner {
  width: 100%;
  margin-bottom: 40px;
}

.bottom_title {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(images/title05.jpg);
  background-repeat: no-repeat;
  width: 1000px;
  height: 70px;
  background-position: left top;
  margin-bottom: 10px;
}



.bottom_list_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bottom_item {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 320px;
  height: 140px;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.bottom_item:first-child {
  background: url(images/bnr02.jpg) no-repeat;
}

.bottom_item:first-child:hover {
  background: url(images/bnr02_on.jpg) no-repeat;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.bottom_item:nth-child(2) {
  background: url(images/bnr03.jpg) no-repeat;
}

.bottom_item:nth-child(2):hover {
  background: url(images/bnr03_on.jpg) no-repeat;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.bottom_item:last-child {
  background: url(images/bnr04.jpg) no-repeat;
}

.bottom_item:last-child:hover {
  background: url(images/bnr04_on.jpg) no-repeat;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}


.bottom_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.bottom_item a img {
  width: 100%;
  height: auto;
}


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

  .bottom_title {
    background: url(images/sp_bottom_title01.png) no-repeat center center;
    width: 100%;
    height: 25px;
    margin-bottom: 25px;
    background-size: contain;
}

  .bottom_list_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }

  .bottom_item:nth-child(2) {
    margin-top: 20px;
  }

  .bottom_item:nth-child(3) {
    margin-top: 20px;
  }

  .bottom_area_inner {
    margin-bottom: 30px;
  }

}



/****************************************

bottom_area 熊本県天草牛深の海の幸を全国へ。

*****************************************/

.bottom_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.bottom_box01 {
  width: 490px;
  background: url(images/bottom_area_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 17px 35px 10px 35px;
}

.bottom_box01_h2 {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(images/bottom_area_title.png) no-repeat center center;
  width: 100%;
  height: 41px;
  background-size: contain;
  margin-bottom: 10px;
}

.bottom_area_mv {
  width: 430px;
  margin: 0 auto 15px;
}

.bottom_area_mv img {
  width: 100%;
  height: auto;
}

.bottom_box01 p {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff, 0 0 5px #fff ,0 0 5px #fff;
  margin-bottom: 10px;
}


.bottom_box01_btn_list {
  position: relative;
}

.bottom_box01_btn_list::after {
  position: absolute;
  content: "";
  background: url(images/bottom_area_cat.png) no-repeat;
  width: 101px;
  height: 81px;
  right: -10px;
  bottom: 0;
}

.bottom_box01_btn_item {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 418px;
  height: 50px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bottom_box01_btn_item:first-child {
  margin-bottom: 17px;
  background: url(images/bottom_area_bnr01.png) no-repeat;
}

.bottom_box01_btn_item:first-child:hover {
  background: url(images/bottom_area_bnr01_on.png) no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bottom_box01_btn_item:last-child {
  margin-bottom: 0px;
  background: url(images/bottom_area_bnr02.png) no-repeat;
}

.bottom_box01_btn_item:last-child:hover {
  background: url(images/bottom_area_bnr02_on.png) no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bottom_box01_btn_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.bottom_box01_btn_item a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .bottom_flex {
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.bottom_area_mv {
  width: 100%;
}

.bottom_box01 {
  max-width: 490px;
  width: 100%;
  padding: 20px 10px;
}

.bottom_box01_btn_list::after {
  display: none;
}

.bottom_box01_btn_item:first-child, .bottom_box01_btn_item:last-child {
  width: 100%;
  background-size: cover;
  background-position: center center;
}


}



/****************************************

bottom_area News&Topics～新着情報～

*****************************************/

.bottom_box02 {
  width: 490px;
  background: url(images/top_news_bg06.jpg) no-repeat bottom center;
  background-size: cover;
}

.bottom_box02_h2 {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(images/title06.png) no-repeat left top;
  width: 490px;
  height: 70px;
}


.news_list {
  width: 100%;
  height: 350px;
  overflow-y: scroll;
  padding: 0 50px 20px 30px;
  margin: 0 auto;
}

.news_list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}

.news_item_title {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 2px 0 0 25px;
  margin-bottom: 10px;
  background: url(images/title07.png) no-repeat left top;
  color: #fff;
}

.news_list li p a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news_list li p a:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #F0D979;
}



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

  .bottom_box02_h2 {
    width: 100%;
    background-size: contain;
}

  .news_list {
    width: 100%;
    padding: 0 10px 15px 15px;
    margin: 0 auto;
  }

  .news_list p, .news_list li p a  {
    font-size: 1.5rem;
  }


}




/****************************************

bottom_area 各種リンク

*****************************************/
.bottom_info {
  width: 100%;
  height: 200px;
  background: url(images/bottom_info_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

.bottom_info_list {
  position: absolute;
  width: 960px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.bottom_info_item {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 310px;
  height: 40px;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.bottom_info_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.bottom_info_item a img {
  width: 100%;
  height: auto;
}



.item01 {
  z-index: 10;
  background: url(images/bottom_info_btn01.jpg) no-repeat;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.item01:hover {
  background: url(images/bottom_info_btn01_on.jpg) no-repeat;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.bottom_info::after {
  position: absolute;
  content: "";
  background: url(images/bottom_info_fish01.png) no-repeat;
  width: 102px;
  height: 62px;
  left: 300px;
  bottom: 40px;
  z-index: 1;
}

.item02 {
  background: url(images/bnr08.jpg) no-repeat;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.item02:hover {
  background: url(images/bnr08_on.jpg) no-repeat;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.item03 {
  background: url(images/bottom_info_btn03.jpg) no-repeat;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.item03:hover {
  background: url(images/bottom_info_btn03_on.jpg) no-repeat;
  -webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.item03::after {
  position: absolute;
  content: "";
  background: url(images/bottom_info_fish02.png) no-repeat;
  width: 118px;
  height: 52px;
  right: -22px;
  bottom: 21px;
  z-index: 10;
}


.bottom_box03 {
  width: 490px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bottom_box03 figure {
  width: 235px;
}

.bottom_box03 figure:nth-child(n+3) {
  margin-top: 20px;
}

.bottom_info_img {
  display: none;
}

@media screen and (max-width: 767px) {
  .bottom_info {
    height: auto;
    background: none;
}

.bottom_info_img {
  display: block;
  width: 100%;
}

.bottom_info_img img {
  width: 100%;
  height: auto;
}

.bottom_info_list {
  position: inherit;
  max-width: 310px;
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  left: inherit;
  bottom: inherit;
  transform: inherit;
}

.bottom_info_item:not(:first-child) {
  margin-top: 15px;
}

.bottom_info::after {
  width: 80px;
  height: 50px;
  background-size: contain;
  left: 0;
  bottom: 0;
  top: -65px;
  z-index: 1;
}

.item03::after {
  display: none;
}


.bottom_box03 {
  width: 100%;
  margin-top: 30px;
}

.bottom_box03 figure {
  width: 48%;
}


}
/****************************************

gmap マップ　

*****************************************/

iframe {
  vertical-align: top;
}


@media screen and (max-width: 767px) {
  .access_map {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
  }

  .access_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


}


/****************************************

content下層用

*****************************************/

/* フレックス設定 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}


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

  .flex_r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }

}


/****************************************

02 代表挨拶 greeting 下層

*****************************************/
.greeting_box_wrap {
  width: 100%;
}

.greeting_box01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.greeting_box01_title {
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  color: #CCAC66;
  line-height: 46px;
  background: url(images/title09.jpg) no-repeat left top;
  margin-bottom: 20px;
  padding: 0 0 4px 90px;
}

.greeting_box01_text {
  width: 670px;
  margin-bottom: 50px;
  background: url(images/bg09.jpg) no-repeat 200px 85px;
}

.greeting_box01_text p {
  font-size: 13px;
  line-height: inherit;
}

@media screen and (max-width: 767px) {
  .greeting_box01 {
    flex-direction: column-reverse;
}

.greeting_box01_text {
  width: 100%;
  margin-bottom: 0;
  background: url(images/bg09.jpg) no-repeat right;
  margin-top: 25px;
}

.greeting_box01 figure {
  max-width: 300px;
  margin: auto;
}


.greeting_box01 figure img {
  width: 100%;
  height: auto;
}

.greeting_box02 {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.greeting_box02 figure {
  max-width: 320px;
  width: 100%;
}

.greeting_box02 figure:not(:first-child){
  margin-top: 20px;
}

.greeting_box02 figure img {
  width: 100%;
  height: auto;
}


}

/***********************************************

03 お取り引きの流れ まなびや flow　下層

***********************************************/
.greeting_box01 {
  width: 100%;
}

.flow_box01 p {
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 20px;
}

.flow_img01 {
  width: 100%;
  margin-bottom: 50px;
}

.flow_box01 figure img {
  width: 100%;
  height: auto;
}

.flow_box01_flex {
  width: 100%;
}

.flow_box01_flex figure {
  width: 320px;
}

.flow_box01_flex figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .flow_box01_flex {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .flow_box01_flex figure {
    max-width: 320px;
    width: 100%;
  }

  .flow_box01_flex figure:not(:first-child){
    margin-top: 20px;
  }

  .flow_box01_flex figure img {
    width: 100%;
    height: auto;
  }


}


/****************************************************

04 商品紹介 product　下層

*****************************************************/
.product_box01 {
  width: 100%;
  margin-bottom: 25px;
}

.product_box01 p {
  font-family: inherit;
  font-size: 14px;
}

.product_bold {
  font-weight: bold;
}

p.product_gold {
  margin-bottom: 20px;
  color: #d0b57e;
  font-weight: bold;
}

.product_article_wrap {
  width: 100%;
}


.product_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}

.product_flex::after {
  content: "";
  display: block;
  width: 320px;
}

.product_article {
  width: 320px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.product_article_title {
  max-width: 320px;
  width: 100%;
  order: 2;
}

.product_article_title a {
  display: block;
  background: url(images/title10.jpg) no-repeat left top;
  padding: 2px 0 0 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  font-size: 17px;
  font-weight: bold;
  line-height: 38px;
  color: #000;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product_article_title a:hover {
  color: #7D500B;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product_article figure {
  order: 1;
  max-width: 320px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.product_article figure img {
  image-rendering: -webkit-optimize-contrast;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}


@media screen and (max-width: 767px) {
  .product_article {
    width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
    align-items: center;
}

.product_article figure {
  margin-bottom: 15px;
}

.product_flex, .product_article:last-child {
  margin-bottom: 0;
}


}

/****************************************

05 水揚げ表 landing　下層

*****************************************/
.landing_box01 {
  width: 100%;
  margin: 0 auto 50px;
}

.landing_box01 p {
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 14px;
}

.landing_box01 figure {
  width: 1000px;
}

.landing_box01 figure img {
  width: 100%;
  height: auto;
}

.landing_text {
  margin-top: 10px;
}

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

}

/****************************************

06 加工場 processing　下層用

*****************************************/
.processing_box01 {
  width: 100%;
  margin: 0 auto 50px;
}

.processing_slider {
  max-width: 1000px;
  width: 100%;
}

.processing_slider p {
  text-align: center;
}


.processing_box01 p {
  font-family: inherit;
  font-size: 14px;
}

/* .processing_box01 p:last-child {
  margin-bottom: 20px;
} */

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


}

/****************************************

07 お知らせ   news  下層

*****************************************/
.news_box01 {
  margin: 30px auto 0;
}

.news_article {
  padding-bottom: 40px;
  border-bottom: 1px solid #2F4877;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.news_text {
  width: 650px;
}

.news_box01_title {
  padding: 2px 60px 0 70px;
  background-image: url(images/sp_news_title_bg.jpg);
  background-repeat: repeat;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.news_box01_title::before {
  position: absolute;
  content: "";
  background: url(images/sp_news_title.jpg) no-repeat;
  background-size: contain;
  width: 53px;
  height: 28px;
  left: 10px;
  top: 6px;
}

.news_box01_title::after {
  position: absolute;
  content: "";
  background: url(images/sp_news_title_news.jpg)no-repeat;
  background-size: contain;
  width: 43px;
  height: 11px;
  right: 11px;
  top: 13px;
}

p.news_btn {
  width: 80px;
  margin-left: auto;
  margin-right: 30px;
  margin-top: 30px;
}

p.news_btn a {
  display: block;
  width: 100%;
}

p.news_btn a:hover {
  opacity: 0.7;
}

.news_article figure {
  max-width: 320px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}


.news_article figure img {
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}



@media screen and (max-width: 767px) {
  .news_article {
    width: 100%;
    flex-direction: column;
    align-items: center;
}

  .news_text {
    width: 100%;
}

  .news_box01_title {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 60px 8px 70px;
  }



  p.news_btn {
    margin: 20px auto 30px;
  }


}


/****************************************

08 メールフォーム mail 下層用

*****************************************/
.mail_box01 {
  margin-bottom: 20px;
}


p.mail_tel a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

p.mail_tel a:hover {
  text-decoration: underline;
  color: #F0D979;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mail_box02 {
  text-align: center;
  background: #263A60;
  padding: 34px 40px;
  margin-bottom: 50px;
  border: 2px solid #6888C4;
}

.mail_box02_tlt {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 10px;
}

.mail_box02 p {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}


@media screen and (max-width: 767px) {
  .mail_box01 p {
    font-size: 14px;
  }

  .mail_box02 {
    padding: 20px 13px;
}

  .mail_box02 p {
    text-align: left;
  }

}


/****************************************

09 会社概要 summary 下層用

*****************************************/
.summary_box01 {
  width: 100%;
  margin-bottom: 20px;
}

.summary_box01 p {
  line-height: inherit;
}

.summary_box01 a {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.summary_box01 a:hover {
  text-decoration: underline;
  color: #F0D979;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


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

}







/****************************************

single.php

*****************************************/
#single_box {
  /* width: 100%; */
  margin-bottom: 30px;
}


#single_box h1.single_tit {
  color: #B59A62;
  font-size: 26px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  margin-bottom: 20px;
}

.single_text {
  font-size: 14px;
  margin-bottom: 20px;
}


.single_text p {
  text-align: left;
}

#single_box img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.nav-below {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 540px;
  margin: 70px auto 0;
  padding: 15px 10px;
}

.nav-below li {
  color: #FFF;
  font-size: 1.5rem;
  list-style: none;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-below li a:link,
.nav-below li a:visited {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-below li a:hover,
.nav-below li a:active {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-below p a {
  color: #fff;
  text-decoration: underline;
  padding: 0 10px 0 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-below p a:hover {
  color: #F0D979;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

a.page-numbers {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px rgba(34, 14, 9, 0.1);
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

a.page-numbers:hover {
  color: #B59A62;
}

.pager .current {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px rgb(26, 18, 18);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.3rem;
  color: #333333;
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-bottom: 0px;
  }

  #single_box h1.single_tit {
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 13px;
  }

  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }

  .single_text p {
    font-size: 1.5rem;
    padding-top: 25px;
    padding-left: 0;
  }

  .nav-below {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin-top: 30px;
    padding: 0px;
    text-align: center;
  }

  .nav-below li {
    font-size: 1.4rem;
  }
}


/****************************************

ボタン

*****************************************/
/* .common_btn {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-family: "NotoSansJP";
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #FFFFFF;
  background: #72543D;
  border-radius: 50px;
  border: 1px solid #72543D;
  padding: 10px 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.common_btn:hover {
  color: #72543D;
  background: #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.common_btn::after {
  content: '';
  position: absolute;
  top: 38%;
  right: 20px;
  width: 6px;
  height: 14px;
  background: url(images/common_btn_icon.png) no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
} */

/* .common_btn:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;

} */


/*hoverした際のアニメーション*/
/* .common_btn:hover::after {
  -webkit-animation: arrow .5s;
  animation: arrow .5s;
} */

/* @-webkit-keyframes arrow {
  50% {
    right: 15px;
  }

  100% {
    right: 20px;
  }
}

@keyframes arrow {
  50% {
    right: 15px;
  }

  100% {
    right: 20px;
  }
} */



.common_tlt {
  font-size: 2.2rem;
  font-weight: bold;
  color: #5A3D2C;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 0 10px 20px 20px;
  margin-bottom: 25px;
  background-image: url(images/top_activities_title.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}

.common_tlt02 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #5A3D2C;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 0 10px 20px 20px;
  margin-bottom: 30px;
  background-image: url(images/top_club_tlt.png);
  background-repeat: repeat-x;
  background-position: bottom left;
}



@media screen and (max-width: 767px) {
  .common_tlt {
    font-size: 2rem;
    padding: 0 0 17px 0;
    margin-bottom: 20px;
  }
}

/*---------------　表 table　-----------------*/

.table01 {
  border: 1px solid #CCC;
  margin-bottom: 50px;
  width: 100%;
}

.table01 tr th {
  font-weight: 400;
  text-align: left;
  width: 40%;
  /*400px*/
  padding: 10px 20px;
  border: 1px solid #6888C4;
  background: #263A60;
  line-height: inherit;
  color: #fff;
  vertical-align: inherit;
}

.table01 tr td {
  font-weight: 400;
  width: 60%;
  /*600px*/
  padding: 10px 20px;
  border: 1px solid #6888C4;
  line-height: inherit;
  color: #fff;
  vertical-align: inherit;
}

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

  .table01 tr th,
  .table01 tr td {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 1.6rem;
  }
}


/*---------------　長さ　-----------------*/



/****************************************

txt設定

*****************************************/
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}



@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .mb60 {
    margin-bottom: 30px;
  }

  .mb80 {
    margin-bottom: 40px;
  }

  .mb100 {
    margin-bottom: 100px;
  }

}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

.line_break02 {
  padding-top: 20px;
}

@media print,
screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .line_break {
    padding-top: 20px;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 2rem;
}

.small {
  font-size: 1.4rem;
}

.red {
  color: #D80700;
}

/* 位置 */
@media print,
screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}

/****************************************

img

*****************************************/
.img200 {
  width: 200px;
}

.img360 {
  width: 360px;
}

.img380 {
  width: 380px;
}

.img420 {
  width: 420px;
}

.img_radius {
  border-radius: 10px;
}

/* 画像ホバー時にマスクとキャプションを表示 */
figure.mask {
  position: relative;
  overflow: hidden;
}

figure.mask p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 125, 212, 0.6);
  /* border-radius: 10px; */
  color: #FFF;
  font-size: 1.5rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  outline: 1px solid transparent;
}

figure.mask:hover p {
  opacity: 1;
}

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

  .img200,
  .img380,
  .img420 {
    width: auto;
  }

  .img360 {
    max-width: 360px;
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
  }

  .img360 img {
    image-rendering: -webkit-optimize-contrast;
  }

}

/****************************************

トップページタイトル

*****************************************/
.h_logo {
  max-width: 370px;
  width: 100%;
  position: absolute;
  top: 20px;
}

.h_logo a {
  display: block;
}

.h_logo a img {
  width: 100%;
  height: auto;
}

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

  .h_logo img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/****************************************

下層ページタイトル

*****************************************/
.headline {
  width: 100%;
  background: url(images/title08.jpg) no-repeat left top;
  height: 40px;
  margin-bottom: 30px;
}

.headline span {
  display: block;
  padding-left: 120px;
  font-size: 23px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
  line-height: 40px;
}





@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 25px;
  }

  .headline span {
    font-size: 20px;
  }




}



/****************************************

footer

*****************************************/
#footer {
  width: 100%;
  background: url(images/footer_bg.jpg) no-repeat;
  background-size: cover;
  padding: 74px 0 85px 0;
  position: relative;
}

.footer_content {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer_logo {
  max-width: 255px;
  width: 100%;
  margin-right: 40px;
}

.footer_logo a {
  display: block;
  width: 100%;
}

.footer_logo a img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.footer_sitemap {
  width: 450px;
}

.footer_sitemap p {
  color: #000000;
  font-size: 15px;
}

.site_map {
  display: flex;
  flex-wrap: wrap;
}

.site_map p, .site_map p a {
  color: #000000;
  font-size: 15px;
  line-height: inherit;
}

.site_map p a {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.site_map p a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #927810;
}

.copyright {
  color: #000000;
  font-size: 15px;
  line-height: inherit;
}

.pc_pagetop {
  position: absolute;
  top: -104px;
  right: 0px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url(images/bnr10.jpg);
  background-repeat: no-repeat;
  width: 170px;
  height: 20px;
  background-position: left top;
  margin-bottom: 10px;
}

.pc_pagetop:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-image: url(images/bnr10_on.jpg);
}

.pc_pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}


#sp_footer {
  display: none;
}

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

  #footer {
    padding: 30px 10px;
  }

  #sp_footer {
    display: block;
  }


  .pc_pagetop {
    display: none !important;
  }

  .footer_content {
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: center;
  }


  .footer_logo {
    max-width: 150px;
    width: 100%;
    margin: 0 0 25px 0;
  }

  .footer_sitemap {
    width: 100%;
    margin: 0 auto;
  }

  .footer_sitemap p {
    font-size: 14px;
    text-align: center;
  }

  .site_map {
    display: none;
  }

  .footer_span {
    display: block;
  }


  .copyright {
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 1rem;
  }

  /****************************************

フローティングバナー

*****************************************/
  .sp_bana {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    z-index: 4;
  }

  .sp_bana div:not(:last-child) {
    border-right: 1px solid #fff;
  }

  .sp_bana div {
    position: relative;
    width: calc(100% / 3);
    background: rgb(17 26 43);
    border-top: 1px solid #fff;
  }


  .sp_bana div:nth-child(3) {
    background: #1c8ed9;
  }

  .sp_bana div img {
    width: auto;
    margin-bottom: 5px;
    width: 25px;
    height: auto;
  }


  .sp_bana a {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
  }

  .sp_bana div p {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.06em;
  }


}

/****************************************

Contact Form7

*****************************************/
/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
  margin-top: 20px;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px #6888C4 solid;
  /* border-radius: 5px; */
  background-color: #439bdb;
  color: #f8f8f8;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ddd !important;
  background-color: #ddd !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type=submit]:hover {
  -webkit-box-shadow: 0 0 1px 1px rgba(67, 155, 219, 0.5);
  box-shadow: 0 0 1px 1px rgba(67, 155, 219, 0.5);
  background-color: #fff;
  color: rgb(67, 155, 219);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #6888C4 solid;
  -webkit-box-shadow: 0 0 2px 2px rgba(67, 155, 219, 0.5);
  box-shadow: 0 0 2px 2px rgba(67, 155, 219, 0.5);
}

.wpcf7-text {
  width: 400px;
}

.form_txt {
  text-align: center;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #DF7626;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 4px solid #439bdb;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}

.wpcf7 .form_input input[type=checkbox]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]+span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type=checkbox]+span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #ccc;
  border-right: 3px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span {
  color: #439bdb;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span:before {
  opacity: 1;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 2px 2px rgba(67, 155, 219, 0.5);
  box-shadow: 0 0 2px 2px rgba(67, 155, 219, 0.5);
  background-color: #ccc;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked+span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}

.wpcf7 .form_input input[type=radio]+span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]+span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #cc0000;
  border-radius: 50%;
  background-color: #fefefe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]+span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]:checked+span:before {
  -webkit-box-shadow: 0 0 2px 2px rgba(67, 155, 219, 0.5);
  box-shadow: 0 0 2px 2px rgba(67, 155, 219, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked+span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #439bdb;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #439bdb;
  border-right: 1px solid #439bdb;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #439bdb;
  border-right: 1px solid #439bdb;
  color: rgb(136, 186, 202);
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #439bdb;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fefefe;
  background-image: -o-linear-gradient(left, rgba(67, 155, 219, 0.7), rgba(67, 155, 219, 0.7));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(67, 155, 219, 0.7)), to(rgba(67, 155, 219, 0.7)));
  background-image: linear-gradient(90deg, rgba(67, 155, 219, 0.7), rgba(67, 155, 219, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, outline 0.2s ease;
  -o-transition: border-color 0.2s ease, outline 0.2s ease;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #439bdb solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(67, 155, 219, 0.3);
  box-shadow: 0 0 1px 1px rgba(67, 155, 219, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #439bdb solid;
  -webkit-box-shadow: 0 0 1px 1px rgba(67, 155, 219, 0.3);
  box-shadow: 0 0 1px 1px rgba(67, 155, 219, 0.3);
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

div.wpcf7-validation-errors {
  border: 2px solid #6888C4;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }

  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }

  .wpcf7-submit {
    width: 100%;
  }

  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 30px;
  }

  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }

  .form_row .form_input {
    width: 100%;
  }

  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }

  .ajax-loader {
    width: auto;
  }

  .wpcf7-response-output {
    font-size: 1.5rem;
  }
}

/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
