@charset "utf-8";

/*=======================================================================

 Responsive(responsive.css)
 
========================================================================*/


@media screen and (max-width: 1220px) {
  #header .header_inner {
    margin-left: 32px;
    margin-right: 32px;
  }
  #header .hd_unit {
    column-gap: 16px;
  }
  #header form.google-top input.search {
    width: 190px;
  }

}
@media screen and (max-width: 1100px) {
  #header form.google-top input.search {
    width: 150px;
  }

}
@media screen and (max-width: 1060px) {
  #header form.google-top input.search {
    width: 120px;
  }

}



@media screen and (max-width: 1024px) {
	
  #header form.google-top input.search {
    width: 250px;
  }

/*----------------------------------------------------------------------
 Common
----------------------------------------------------------------------*/
	body {
		line-height: 1.65;
	}
	a {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}


/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
  #header .header_inner {
    min-height: 88px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  #header .site_id img {
		width: auto;
		height: 48px;
  }
  #header .hd_font_size {
    display: none;
  }

  .search_box input {
		-webkit-appearance: none;
		border-radius: 0;
  }
	
/*----------------------------------------------------------------------
 Contents 
----------------------------------------------------------------------*/
  #content {
    padding-bottom: 80px;
  }
  #content .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }


/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
  #footer .inner {
    width: 100%;
  }
  #footer .footer_nav {
    padding-bottom: 30px;
  }
  #footer .footer_link ul li {
    margin: 0 5px;
  }
  
/*----------------------------------------------------------------------
 Pagetop
----------------------------------------------------------------------*/
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
	.pagetop a {
		width: 50px;
		height: 50px;
    padding-top: 18px;
	}
  .pagetop a img {
    width: 20px;
  }
  
  
/*----------------------------------------------------------------------
 common
----------------------------------------------------------------------*/
  .pc_only,
  .sp_only {
    display: none;
  }
  .tb_sp_only,
  .tb_only {
    display: inherit;
  }
    
/*----------------------------------------------------------------------
 h1 - h6
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
 TOP
----------------------------------------------------------------------*/
  #content .mv {
    margin-bottom: 40px;
  }
  #content .bg::before {
		top: 0px;
    font-size: 160px;
  }
  #content .about h1 {
    font-size: 3rem;
  }
  #content .about h1 small {
    font-size: 3rem;
  }
  #content p {
    font-size: 1.125em;
  }
  #content .information {
    width: 90%;
    margin: 72px auto;
    padding: 40px 24px;
  }
  #content .information dl {
    gap: 8px 32px;
  }
  #content .information dt {
    width: 150px;
    font-size: .875rem;
  }
  #content .information dd {
    width: calc(100% - 182px);
    margin-bottom: 24px;
    font-size: 1.25rem;
  }

  #content .entry {
    width: 90%;
  }

  #content .form_btn a {
    width: 560px;
		padding: 24px 24px 28px;
		font-size: 1.5rem;
  }
  #content .form_btn a:hover {
    background-position: 0;
    transform: scale(1);
  }
	
	
}


@media screen and (max-width: 767px) {
  .pc_only,
  .tb_only,
  .pc_tb_only {
    display: none;
  }
  .sp_only {
    display: inherit;
  }
  
/*----------------------------------------------------------------------
 Header
----------------------------------------------------------------------*/
  #header .header_inner {
    min-height: 72px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  #header .site_id img {
		width: auto;
		height: 40px;
  }
	
  #header .hd_unit {
    column-gap: 16px;
  }
  #header .hd_search {
    display: none;
  }
  #header .sp_search {
		padding: 16px;
		background: #eee;
  }
  #header .sp_search .hd_search {
    display: inherit;
		text-align: center;
  }
  #header .sp_search .hd_search form.google-top input.search {
    width: 60%;
  }
	
  #header .toggle-search-button {
    display: inherit;
    cursor: pointer;
  }
  #header .search_box {
		padding: 16px;
		background: #eee;
  }
  #header .search_box .hd_search {
    display: inherit;
		text-align: center;
  }
  #header .search_box .hd_search form.google-top input.search {
    width: 60%;
  }


/*----------------------------------------------------------------------
 Contents
----------------------------------------------------------------------*/
  #content {
		padding-bottom: 48px;
  }
  #content .inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }


/*----------------------------------------------------------------------
 Footer
----------------------------------------------------------------------*/
  #footer .footer_nav {
		padding: 0;
    text-align: left;
  }
  #footer .footer_nav li {
    display: block;
		margin: 0;
    padding: 0;
  }
  #footer .footer_nav li a {
		display: block;
    padding: 20px 32px 20px 16px;
		
  }
  #footer .footer_nav li+li {
    border-left: 0;
		border-top: 1px solid #ccc;
  }

  #footer .copyright {
    padding: 24px 16px 16px;
    line-height: 1.2;
  }
  
/*----------------------------------------------------------------------
 Pagetop
----------------------------------------------------------------------*/
  .pagetop {
    bottom: 10px;
    right: 10px;
  }


	/* common */
  .icon_window::after {
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }


	/* top */
  #content .mv {
    margin-bottom: 40px;
  }
  #content .bg::before {
		top: -30px;
		left: calc(50% + 198px);
    font-size: 200px;
    transform: rotate(90deg); 
    transform-origin: 0 0;
  }
  #content .about h1 {
		margin-bottom: 32px;
    font-size: 1.75rem;
  }
  #content .about h1 small {
		display: inline-block;
    font-size: 1.75rem;
		line-height: 1.1;
  }
  #content p {
    font-size: 1rem;
  }
  #content p {
    text-align: left !important;
  }

  #content .information {
    width: 100%;
    margin: 40px auto;
    padding: 32px 16px;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
  }
  #content .information dt {
    width: 100%;
    font-size: .75rem;
  }
  #content .information dd {
    width: 100%;
    margin-bottom: 24px;
    font-size: 1rem;
  }
  #content .information dd span {
    font-size: 1.5rem;
  }
	
  #content .entry {
    width: 100%;
  }
  #content .entry.visitor {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #aaa;
  }

  #content .entry h2 {
    font-size: 1.75rem;
		line-height: 1.2;
  }
  #content .entry p,
  #content .entry li {
    font-size: .875rem;
		line-height: 1.5;
  }
	
	
  #content .form_btn a {
    width: 96%;
		padding: 24px 40px 28px;
		font-size: 1.125rem;
  }
  #content .form_btn a::after {
    width: 24px;
    height: 24px;
    right: 24px;
  }
	



	/* sub */
  #content.sub {
    margin-top: 16px;
  }
  #content.sub .bg::before {
      left: calc(50% - 300px);
      font-size: 160px;
      transform: rotate(0deg);
  }
  #content.sub h1 {
		margin-bottom: 40px;
    font-size: 2rem;
  }
  #content.sub h1 small {
    font-size: 2rem;
  }


  /* koubo */
  #content .koubo {
    padding: 16px;
  }




	/* errors */
  #content.errors .form_btn {
    margin-top: 40px;
  }
  #content.errors .form_btn a {
    width: 88%;
  }



  
}