@charset "UTF-8";

html, body {
    font-family: "Yu Gothic", "YuGothic", "游ゴシック", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
}

body {
    line-height: 1;
    color: #333;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

audio:not([controls]), [hidden] {
    display: none;
}

@media(min-width: 1022px) {
    .sp_hide {
        display:block;
    }

    .pc_hide {
        display: none;
    }
}

@media(max-width: 1024px) {
    .pc_hide {
        display:block;
    }

    .sp_hide {
        display: none;
    }
}

p {
    line-height: 1.5em;
    margin-bottom: 3%;
    font-size: 14px;
}

span.bold{
  font-weight: bold;
}

img{
    width:100%;
}

.width{
    width:80%;
    margin:0 auto;
}

section {
    padding: 5% 10%;
}
@media(max-width:1546px){
  section{
    padding: 5%;
  }
}

.textbox{
    width: 80%;
    margin: 5% auto;
}


/*////////////////////////////////////////////////////////////
nev
/////////////////////////////////////////////////////////////*/
/* for Scroll Fix Header */

	header{
		width:100%;
		text-align: center;
	}

.fix-header {
	background-color:#fff;
	line-height: 66px;
	top: -66px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:15px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
  border-bottom: 2px solid #ffe631;
	}

  .fix-header-contents {
      width: 80%;
      margin: 0 auto;
      padding:0;
  }

  .fix-header ul {
      list-style-type: none;
      padding: 0;
      text-align: right;
  }

  .fix-header li {
      float: none;
      display: inline-block;
      margin: 0;
      margin-right: 4%;
      text-align: center;
  }

.fix-header li a,.fix-header li a:visited{
	color: #000;
	text-decoration: none;
}

@media(min-width:1580px) {
  .fix-header li a,.fix-header li a:visited{
    font-size: 0.8em;
  }
}

@media(max-width:1163px) {
  .fix-header li a,.fix-header li a:visited{
    font-size: 0.8em;
  }
}

.fix-header li a:hover{
    color: #6d90ac;
    transition-duration: .5s;
    text-decoration: none;
}

#fix-header-logo{
	float:left;
}

#fix-header-logo img{
width:54px;
}

#fix-header-menus{
	float:right;
	text-align: right;
  width: 90%;
}

li.icon {
    width: 2%;
    margin-right: 2%;
}

#scroll-fix-menu img {
    width: 100%;
  }

#scroll-fix-menu .current-menu-item img{
   border-bottom:2px solid #0f142a;
}

#scroll-fix-menu a img:hover{
  opacity: 0.8;
	transition: 0.6s;
}

/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

	nav{
		width:100%;
		background-color: #646464;
	}
	.nav-container{
		width:800px;
		margin: 0 auto;
	}

	nav ul{
		padding:0;
		list-style: none;
	}

	nav ul li{
		float:left;
		margin:10px 30px 10px 0;
	}

	nav ul li a,nav ul li a:visited{
		color: #fff;
		text-decoration: none;
	}

	article{
		width:800px;
		margin:20px auto ;
	}

  .hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #ffe631;
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #6491af;
  padding: 1em 0;
  text-decoration :none;
}

nav.globalMenuSp.active {
  opacity: 100;
  padding: 15% 0;
  visibility: visible;
}

@media(max-width:1164px){

}
/*////////////////////////////////////////////////////////////
header
/////////////////////////////////////////////////////////////*/

.toplogo{
    width: 10%;
    margin: 2% 7%;
}

.header_img img {
  width: 70%;
}

.header_img {
    text-align: center;
    margin: 5% 0;
}


/*////////////////////////////////////////////////////////////
news
/////////////////////////////////////////////////////////////*/

.news{
  padding-bottom: 0;
}

.news dl a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #000;
}

.news a:hover {
  color: #6491af;
  transition: 0.8s;
}

.news dt {
    width: 25%;
}

dt {
    font-size: 14px;
    letter-spacing: 0.05em;
}

dd {
    padding-bottom: 30px;
}

/*--label--*/

.label {
    color: #fff;
    margin-right: 16px;
    display: inline-block;
    width: 100px;
    padding: 4px 0;
    text-align: center;
}

.label-info {
    background: #6491af;
}

.label-start{
    background: #EB9821;
}

.label-end {
    background: #7B7B7B;
}

.label-event{
    background: #EBD114;
}


/*////////////////////////////////////////////////////////////
youtube
/////////////////////////////////////////////////////////////*/

iframe {
    width: 80%;
    height: 500px;
}

.video{
  text-align: center;
}

.youtube{
  padding-bottom: 0;
}

.youtube p{
  text-align: center;
}

.pagetop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 1000;
}

.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #6491af;
    border-radius: 50%;
    line-height: 50px;
}

.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}


/*////////////////////////////////////////////////////////////
about
/////////////////////////////////////////////////////////////*/

.photosnap {
    width: 50%;
    margin: 5% auto;
    margin-top: 5%;
}

.title {
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.3em;
    margin: 0;
    padding-bottom: 40px;
}

#about p{
  text-align: center;
}

.city_img {
    width: 50%;
    margin: 10% auto;
}

.more {
    width: 70%;
    margin: 5% auto;
    text-align: center!important;
}


/*////////////////////////////////////////////////////////////
HIKONE
/////////////////////////////////////////////////////////////*/

#goodrootshikone{
    background: #ffe631;
}

.title_img{
    width: 40%;
    margin: 0 auto;
}

.tree{
    width: 60%;
    margin: 10% auto;
    margin-top: 5%;
}

.meaning {
    margin: 10% 0;
}

#information{
  background: #f6f6f6;
}

.icon{
  width: 3%;
}

.col-sm-4 .icon{
  width: 10%;
  margin-bottom: 10%;
}

.sns_three {
    margin: 10% 0;
}

#information .title_img{
  width: 30%;
}

.p-noteEmbed .note-embed {
    background: #ffffff;
    border: none!important;
    width: 100%;
    max-width: 500px;
    word-wrap: break-word;
}

.note {
    margin-top: 5%;
}

.note iframe{
    width: 100%;
    height: 200px;
    border: none;
}

.balloon {
  position: relative;
  border-bottom: 2px solid #525252;
  padding: 10px;
  width: 40%;
  text-align: center;
  margin: 0 auto;
}

.balloon:before,
.balloon:after {
content: "";
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
}

.balloon:before {
border: 12px solid transparent;
border-top: 12px solid #525252;
}

.balloon:after {
border: solid 14px transparent;
border-top: solid 14px #ffffff;
margin-top: -5px;
}

.balloon p {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    margin-bottom: 5%;
    font-weight: bold;
    letter-spacing
}

.underline{
    background: linear-gradient(transparent 50%, #ffe631 70%);
}

.hikonyan {
    width: 8%;
    margin: 0 auto;
}

.two_cullum {
    width: 49%;
    display: inline-block;
    margin-top: 6%;
}

.two_cullum .btn, .two_cullum a.btn, .two_cullum button.btn {
    font-size: 1.2em;
}

.two_cullum a.btn-border span {
    color: #000;
    background: #b1cee1;
}

.CPM {
    background: #fff;
    padding: 5% 0;
    border: 3px dotted #6491af;
    border-radius: 30px;
    padding-bottom: 10%;
}

.story {
    width: 33%;
    margin: 3% 0;
    display: inline-block;
}

.sns_three .btn, .sns_three a.btn, .sns_three button.btn {
    font-size: 1.2em;
}

.sns_three .button_a{
  margin-top: 10%;
}

.instagram{
  text-align: center;
}

.facebook {
    text-align: center;
    vertical-align: top;
}

/*button*/
input {
    width: 80%;
    margin: 0 auto;
}

.button {
    width: 50%;
    margin: 0 auto;
}

.insta{
    width: 49%;
    display: inline-block;
    margin: 10% 0;
    margin-bottom: 0;
}

.insta .icon img{
  width: 6%;
}

.insta .icon{
  margin: 5% 0;
}

.insta .button{
    width: 90%;
    margin: 10% auto;
    margin-left: 4%;
}

.fb{
    width: 49%;
    display: inline-block;
    margin: 10% 0;
    margin-bottom: 0;
}

.fb .icon img{
  width: 6%;
}

.fb .icon{
  margin: 5% 0;
}

.fb .button{
    width: 90%;
    margin: 10% auto;
    margin-left: 2%;
}


/*////////////////////////////////////////////////////////////
group
/////////////////////////////////////////////////////////////*/
#group{
  width: 70%;
  margin: 0 auto;
  padding-top: 160px;
}

#group h1{
  padding-bottom: 0;
}

#group .textbox p{
    text-align: center;
}

.col-sm-4 {
    width: 33%;
    display: inline-block;
}

.col-sm-4 h1{
  font-size: 1.2em;
  margin-bottom: 0;
}

img.line {
    width: 70%;
    margin-top: 2%;
}

.col-sm-4 .textbox p{
    text-align: left!important;
}

.sns_three .col-sm-4{
    vertical-align: top;
}

.img {
    width: 30%;
    margin: 10% auto;
}

.button{
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background: #ffe631;
    padding: 3% 0;
    border-radius: 20px;
    color: #000;
    font-size: 1.2em;
}

.button:hover{
    background: #6491af;
    transition-duration: .8s;
    color: #fff;
}

a{
  text-decoration: none;
}

.cullum_btn .button{
  width: 80%;
  letter-spacing: 0.1em;
  padding: 5% 0;
  margin: 10% auto;
}

.cullum_btn .button p{
  margin: 0;
  margin-bottom: 2%;
}

/*////////////////////////////////////////////////////////////
companey info
/////////////////////////////////////////////////////////////*/

section.companey{
    background: #fff;
    padding-top: 0;
    padding-bottom: 1%;
}

.co_logo {
    width: 14%;
    margin: 0;
    display: inline-block;
    vertical-align: sub;
}

.detail {
    width: 75%;
    display: inline-block;
    margin: 0 5%;
}

section.companey .textbox{
    width: 56%;
    margin: 5% auto;
}

.border{
    width: 80%;
    margin: 0 auto;
}

#form iframe{
  width: 100%;
  border: none;
  height: 1000px;
}

/*instra*/
.insta iframe{
  width:100%;
  height: 340px;
}

.fb iframe{
  width:100%;
  height: 340px;
}

.button_a{
  text-align: center;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  margin-bottom: 12px;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  width: 350px;
}

a.btn-border span {
  position: relative;
  display: block;
  padding: 1.25rem 3rem;
  color: #000;
  border: 2px solid #000;
  border-radius: 0.5rem;
  background: #ffe631;
}

a.btn-border:before {
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 98.9%;
  height: 14px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-top: 1px solid #000;
  border-radius: 0 0 0.5rem 0.5rem;
  background-image: -webkit-repeating-linear-gradient(
    135deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-image: repeating-linear-gradient(
    -45deg,
    #000,
    #000 1px,
    transparent 2px,
    transparent 5px
  );
  background-size: 7px 7px;

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;
}

a.btn-border:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
}

a.btn-border:hover:before {
  bottom: -5px;
}

a.btn-border:active {
  -webkit-transform: translate(0, 7px);
  transform: translate(0, 7px);
}

a.btn-border:active:before {
  bottom: -1px;
}

.pen a.btn-border span{
  background:#dee4e8!important;
}

.good a.btn-border span{
  background:#ffaa31!important;
}

.button_a p{
  margin: 0;
}

.cullum_btn {
    margin-top: 10%;
}

.more .btn,
.more a.btn,
.more button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.more a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #fff;
}

.more a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 2px dashed #333;
  border-radius: 0.5rem;
}

.more a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

.more a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

.more a.btn-border-shadow--color {
  border-radius: 0;
  background: #ffe631;
}

.more a.btn-border-shadow--color:before {
  border-radius: 0;
}

.btn_icon {
    width: 10%;
    vertical-align: middle;
    margin-right: 5%;
}
/*////////////////////////////////////////////////////////////
footer
/////////////////////////////////////////////////////////////*/
.copyright {
    text-align: center;
    color: #333;
    background: #ffe631;
    margin: 0;
}

.copyright p {
    margin: 0;
    font-size: 14px;
    padding: 0.5%;
}

/*////////////////////////////////////////////////////////////
フォームメーラー
/////////////////////////////////////////////////////////////*/
.formmailer{
}

#form {
    width: 70%;
    margin: 0 auto;
    padding: 5%;
}

#form h1 {
    text-align: center;
    margin-bottom: 3%;
}

p.subtitle {
  text-align: center;
}

.Form-Item-Label-Required{
    background: #ffe631;
    padding: 1% 2%;
    border-radius: 10px;
    display: inline-block;
    font-size: 0.8em;
}

.item{
    width: 17%;
    display: inline-block;
    font-size: 1em;
    margin-left: 1%;
    font-weight: bold;
}

.agree{
    width: 30%;
}

.detail{
  width: 63%;
  display: inline-block;
}

.detail input {
    background: #eee;
    border: none;
    height: 30px;
    width: 42%!important;
    border-radius: 10px;
    margin: 0 2%;
    vertical-align: top;
    padding-left: 2%;
}

.detail_long{
    display: inline-block;
    vertical-align: top;
    width: 61%;
    margin: 0 5%;
}

.detail_long input {
    background: #eee;
    border: none;
    height: 30px;
    width: 95%!important;
    border-radius: 10px;
    margin: 0 2%;
    vertical-align: top;
    margin-bottom: 2%;
    padding-left: 2%;
}

.detail_long p{
  margin-bottom: 0;
}

.textarea {
    display: inline-block;
    vertical-align: top;
    margin-left: 14%;
    width: 66%;
}

textarea {
    background: #eee!important;
    border: none;
    width: 90%;
    border-radius: 10px;
    height: 200px;
}

input.agree{
  width: 5%;
}

#form a{
  color: #6491af;
}


#form a:hover{
  color: #ffe631;
  transition-duration: .5s;
}

.submit {
    text-align: center;
    margin: 5% 0;
    margin-bottom: 0;
}

.submit input.submit_btn {
    width: 50%!important;
    padding: 2%!important;
    border-radius: 10px!important;
    background: #b1cee1;
    border: none;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: .2em;
}

.submit input.submit_btn:hover {
    background: #ffe631;
    transition-duration: .8s;
}

.form_detail {
    margin-top: 5%;
}

/*////////////////////////////////////////////////////////////
PC 15in以下
/////////////////////////////////////////////////////////////*/

@media(max-width:1546px){
  section{
    padding: 5%;
  }

  .minibox {
    width: 90%;
}

  .checkbox {
      margin-left: 5%;
  }

  .our_fam .gray_box{
    width: 100%;
  }

  .our_fam .yellow_box{
    width: 100%;
  }

  .text {
    width: 15%;
  }
}

@media(max-width:1582px){
  section {
    padding: 5%;
  }

  .fix-header-contents {
    width: 90%;
  }

  #group {
    width: 90%;
  }

  .cullum_btn a.btn-border {
    width: 90%;
  }

  .textbox {
    width: 90%;
    margin: 5% auto;
  }

  .sns_three a.btn-border {
    width: 95%;
  }

  .fix-header li {
    margin-right: 2%;
    font-size: 0.8em;
  }

}


/*////////////////////////////////////////////////////////////
スマホ
/////////////////////////////////////////////////////////////*/

@media(max-width:600px){

  section.our_fam {
    padding-top: 10%;
  }

  .toplogo {
    width: 30%;
  }

  .title {
    width: 70%;
    margin: 10% auto;
  }

  .insta {
    display: block;
  }

  .fb {
    display: block;
  }

  .swiper-container {
      height: 400px;
  }

  .swiper-container .swiper-slide .swiper-slide-content {
    position: absolute;
    top: 35%;
  }

  .swiper-slide img {
    height: 600px;
  }

  .swiper-container .swiper-slide .swiper-slide-content {
    position: absolute;
    top: 10%;
    width: 50%!important;
  }

  .swiper-slide-content.swiper-slide-content-1 img {
    width: 100%!important;
    height: auto!important;
  }

  .swiper-slide-content.swiper-slide-content-2 img {
    width: 100%!important;
    height: auto!important;
  }

  .swiper-slide-content.swiper-slide-content-3 img {
    width: 100%!important;
    height: auto!important;
  }

  .textbox {
    width: 90%;
    margin-top: 15%;
  }

  .title {
    width: 70%;
    margin: 10% auto;
    font-size: 22px;
    line-height: 1.5em;
  }

  .photosnap {
    width: 100%;
  }

  section.about p {
    text-align: left;
    font-size: 18px;
  }

  .city_img {
    width: 100%;
    margin: 15% auto;
  }

  .more {
    width: 100%;
    margin: 10% auto;
    text-align: center;
  }

  .title_img {
    width: 100%;
  }

  .tree {
    width: 100%;
    margin: 10% auto;
    margin-top: 15%;
  }

  p{
    font-size: 18px;
  }

  section.information .title_img {
    width: 70%;
    margin-bottom: 15%;
  }

  .icon img {
      width: 10%;
  }

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

.button {
    width: 100%;
  }

  .insta .icon img {
    width: 10%;
  }

  .insta {
  width: 100%;
  margin: 15% auto;
  }

  .insta .button {
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
  }

  .fb .icon img {
    width: 5%;
  }

  .fb iframe {
      width: 100%;
    }

  .fb {
  width: 100%;
  margin: 15% auto;
   }

  .fb .button {
    width: 100%;
    margin: 5% auto;
    margin-left: 0;
  }

  .border {
      width: 100%;
    }

  section.companey .textbox {
    width: 100%;
    margin: 10% auto;
  }

  .co_logo {
      width: 20%;
      margin: 0 auto;
      display: block;
      vertical-align: sub;
  }

.detail {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.companey h1 {
    font-size: 20px;
}

section {
    padding:5%;
}

#fix-header-logo {
    float: none;
}

#fix-header-menus {
    float: none;
    text-align: center;
    height: 100px;
}

.fix-header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.fix-header li {
    float: none;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 30%;
}

.fix-header-contents {
    width: 80%;
  }

  #scroll-fix-menu img {
      padding-bottom: 5px;
      border-bottom: 2px solid #fff;
      width: 30%;
  }

  img.fb_icon{
    width: 30%!important;
  }

  #fix-header-logo img {
    width: 40px;
  }

  .fix-header{
    height: 150px;
  }

  .col-sm-4 {
      width: 100%;
      margin: 5% 0;
    }

  #group {
    width: 90%;
  }

  a.btn-border {
      width: 100%;
  }

  .textbox {
    width: 100%;
  }

  #information .title_img {
    width: 80%;
  }

  .icon {
    width: 100%;
  }

  .col-sm-4 .icon {
    width: 100%;
  }

  .hikonyan {
    width: 30%;
  }

  .balloon {
    width: 85%;
  }

  .two_cullum {
    width: 100%;
    margin-top: 15%;
  }

  iframe {
    width: 100%;
    height: fit-content;
  }

  #about p {
    text-align: left;
  }

  .title {
    width: 100%;
    letter-spacing: 0;
  }

  .col-sm-4 h1 {
    font-size: 1em;
  }

  .button_a {
      margin-bottom: 5%;
  }

  .col-sm-4 .icon {
      margin-bottom: 5%;
  }

  .underline {
    background: linear-gradient(transparent 50%, #ffe631 0%);
  }

  .button_a p {
    margin: 0;
    font-size: 0.8em;
  }

  .two_cullum a.btn-border {
    width: 90%;
  }

  .two_cullum a.btn-border span {
    padding: 5% 0;
  }

  li.icon {
      width: 10%!important;
      display: inline-block;
      margin-right: 10%;
  }

  ul.list_icon{
    width: 80%!important;
    margin: 0 auto!important;
    margin-right: 5%!important;
  }

  li.last{
    margin-right: 0!important;
  }

  li.icon img {
      width: 100%;
  }

  img.fb_icon {
      width: 100%!important;
  }

  nav.globalMenuSp.active {
    opacity: 100;
    padding: 42% 0;
    z-index: 10000;
  }

  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    background: #6491af;
  }


  .hamburger.active span:nth-child(1) {
    background: #6491af;
  }

  .hamburger{
    background: #ffe631;
    z-index: 100000;
  }

  .list_icon{
    padding: 5% 0;
  }

  #form {
    width: 90%;
  }

  .Form-Item-Label-Required {
    padding: 4% 5%;
  }

  .detail input {
    width: 36%!important;
  }

  .item {
    width: 79%;
  }

  .detail_long {
    width: 100%;
    margin: 0;
  }

  .textarea {
    margin-left: 0;
    width: 100%;
  }

  textarea {
    width: 100%;
  }

  .agree {
    width: 79%;
    margin-bottom: 10%;
  }

  .submit input.submit_btn {
    width: 90%!important;
    padding: 5% 2%!important;
  }

  .detail_long input {
    background: #eee;
    border: none;
    height: 30px;
    width: 100%!important;
    border-radius: 10px;
    margin: 0;
    vertical-align: top;
    margin-bottom: 2%;
  }

  .sns_three .btn, .sns_three a.btn, .sns_three button.btn {
    font-size: 1em;
  }

  .companey p{
    font-size: 16px;
  }

  .detail input {
    width: 43.6%!important;
    height: 40px;
    padding-left: 13px;
    margin: 0;
  }

  .detail_long input {
    height: 40px;
    padding-left: 0;
  }

  .item {
    width: 77%;
  }

  input.agree {
    width: 5%;
    margin-right: 2%;
  }

  #form{
    padding:0;
    width: 100%;
  }

  .submit{
    margin-top: 10%;
  }

  input[type="submit"] {
  	-webkit-appearance: none;
  	border-radius: 0;
  }

  .youtube p{
    text-align: left;
  }

  #group h1{
    padding-bottom: 40px;
  }

}

@media(max-width:380px){
  .insta iframe {
      width: 100%;
      height: 170px;
      margin-bottom: 5%;
  }

  .item {
    width: 77%;
  }

  .detail input {
    width: 43%!important;
}
}

@media(width:375px){
  .insta iframe {
      width: 100%;
      height: 200px;
      margin-bottom: 5%;
  }
}

@media (width: 414px){
  .insta iframe {
      width: 100%;
      height: 220px;
      margin-bottom: 5%;
  }
}

/*////////////////////////////////////////////////////////////
タブレット
/////////////////////////////////////////////////////////////*/

@media(min-width:601px) and (max-width:1024px){

  .story {
    width: 32%;
  }

  section.information .title_img {
    width: 40%;
}

.co_logo {
    width: 14%;
    margin: 0 auto;
    display: block;
}

  section.companey .textbox {
      width: 80%;
      margin: 5% auto;
  }

  .swiper-container{
    height: auto!important;
  }

  .meaning {
      margin: 0 auto;
      width: 50%;
      background: #f6f6f6;
      padding: 0 25%;
  }

  .col-sm-4 {
    width: 100%;
  }

  .button_a {
    margin-bottom: 15%;
  }

  #information .title_img {
      width: 50%;
  }

  #impormation.textbox {
      width: 100%;
    }

  .two_cullum {
    width: 100%;
    display: inline-block;
    margin-top: 10%;
  }

  .two_cullum .button_a {
    margin-bottom: 0;
  }

  img.line {
    width: 50%;
  }

  .balloon {
    width: 50%;
  }


    li.icon {
        width: 10%!important;
        display: inline-block;
        margin-right: 10%;
    }

    ul.list_icon{
      width: 80%!important;
      margin: 0 auto!important;
      margin-right: 5%!important;
    }

    li.last{
      margin-right: 0!important;
    }

    li.icon img {
        width: 100%;
    }

    img.fb_icon {
        width: 100%!important;
    }

    nav.globalMenuSp.active {
      opacity: 100;
      padding: 42% 0;
      z-index: 10000;
    }

    .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
      background: #6491af;
    }


    .hamburger.active span:nth-child(1) {
      background: #6491af;
    }

    .hamburger{
      background: #ffe631;
      z-index: 100000;
    }

    .list_icon{
      padding: 5% 0;
    }

    .instagram iframe {
        width: 100%!important;
    }

    .detail {
      width: 100%!important;
      margin: 0;
    }

    .detail input {
      width: 41%!important;
    }

    .item {
    width: 31%;
  }

  .detail_long {
    width: 100%;
    margin: 0;
  }

  .textarea {
    margin-left: 0;
    width: 100%;
  }

  textarea {
    width: 100%;
  }

  .agree {
    width: 84%;
  }

  .submit input.submit_btn {
    padding: 5%!important;
  }

  .submit {
    margin: 10% 0;
  }
}



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

thanks page

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

header.thanks_header {
    width: 100%;
    text-align: center;
    background: #ffe631;
}

.thanks_top {
    width: 35%;
    margin: 0 auto;
    padding-top: 2%;
}

.thanks_detail {
    background: #ffe631;
    padding-top: 2%;
    margin-bottom: 5%;
}

.thanks_detail .textbox {
    background: #fff;
    padding: 5%;
    width: 60%;
    margin: 0 auto;
    border-radius: 30px;
    text-align: center;
}

.thanks_detail .textbox p{
  text-align: center;
}

.thanks_detail h1 {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  text-align: center;
}

.thanks_detail h1:before,
.thanks_detail h1:after {
  font-family: 'Font Awesome 5 Free';
  line-height: 1;
  position: absolute;
  top: calc(50% - .5em);
  color: #eb6100;
}

.thanks_detail h1:before {
  left: 0;
  content: '\f101';
}

.thanks_detail h1:after {
  right: 0;
  content: '\f100';
}

.tel{
  margin: 5% 0;
}

.tel a {
    color: #6491af;
    font-size: 1.5em;
}

.tel a:hover{
  color: #eb6100;
  transition-duration: .5s;
}

.fa-phone, .fa-envelope {
    margin-right: 2%;
}

.back a.btn-border {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 1%;
    font-size: 1.2em;
    width: 300px;
}

.back a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  border-radius: 0 50% 50% 0;
  background: #000;
}

.back a.btn-border:hover:before {
  font-family: 'Font Awesome 5 Free';
  left: 47%;
  font-weight: bold;
  line-height: 30px;
  width: 30px;
  height: 30px;
  content: '\f061';
  -webkit-transform: translateX(460%) translateY(.5rem);
  transform: translateX(460%) translateY(.5rem);
  color: #fff;
  border-radius: 50%;
}

.back {
    text-align: center;
    margin: 5% 0;
    margin-bottom: 0;
}


@media(max-width:1000px){
  .news dt {
    float: none;
    margin-right: 0;
    margin-bottom: 8px;
    width: 100%;
  }

  .news dd {
    width: 100%;
    padding-bottom: 16px;
    margin: 0;
    margin-top:8px;
  }

  .label {
    color: #fff;
    margin-right: 16px;
    display: inline-block;
    width: 100px;
    text-align: center;
  }

  #group h1 {
    padding-bottom: 40px;
  }

  #group{
    padding-top: 80px;
  }

  .sub h1{
    padding-bottom: 0px!important;
  }
}


@media(max-width:480px){
  .thanks_top {
    width: 100%;
  }

  .back a.btn-border {
    padding: 5%;
    width: 200px;
  }

  .back {
    margin: 15% 0;
  }

  .thanks_detail .textbox {
    padding: 0;
    width: 100%;
  }

  .padding_box {
    padding: 5%;
  }

  .thanks_detail .textbox p {
    text-align: left;
  }

  .tel {
    margin: 15% 0;
  }

  #group{
    padding-top: 80px;
  }

  .sub h1{
    padding-bottom: 0px!important;
  }

}
