@charset "utf-8";

/*********************************************
 clearfix のみ初めに定義しています
*********************************************/
/*.clearfix {
	zoom:1;
}*/
.clearfix:after {
	content:"";
	display: block;
	clear: both;
}

html { font-size: calc(18px + 0.25vw) }

body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #444;
	font-size: 15px;
	line-height: 2;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}

img {
    margin: 10px 0;
	vertical-align: bottom;
}

ul,ol {
	margin: 0px;
	padding: 0 20px;
    list-style: none;
}

a {
  text-decoration: none;
}  


/*
==========================================================
　ヘッダー
==========================================================
*/


header{
	width: 1280px;
	margin: 0 auto;
}



header .home{
    width: 100%;
	/*height: 100vh;*/
    padding-top: 66.640625%;
    background: url(img/topimg.jpg) no-repeat;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



/*	
.logo {
    position: absolute;
    right: 520px;
    bottom: 280px;
}
*/



#logo {
	width: 1280px;
    position: absolute;
	top: 0;
	margin: 0 auto -10px;
	text-align:center;
    background:rgba(255,255,255,0.55);
}

.logo-text{
	font-size: 50px;
	font-weight:bold;
	color: #fff;
	padding: 0;
	text-align:center;
}

.logo-text a{
	color: #444;
}


.global-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.global-nav li {
  position: relative;
  list-style: none;
}
.global-nav li a {
  display: block;
  width: 320px;
 /* width: 256px;*/
  height: 50px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 3.3;
  background: #FDC702;
  transition: 0.5s;
  text-decoration: none;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.global-nav > li:hover > a {/*layer-1*/
  color: orange;
  background: #FEEFBC;
}
.global-nav > li li:hover > a {/*layer-2*/
  color: orange;
  background: #FEEFBC;
}
.global-nav li ul {
  top: 50px;
  left: -20px;
  position: absolute;
}
.global-nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.global-nav li ul li a {
  font-size: 12px;
  border-top: 1px solid #eee;
}
.global-nav li:hover > ul > li {
  overflow: visible;
  height: 40px;
}





/*
==========================================================
　メインカラム
==========================================================
*/

#wrap{
	clear: both;
	padding: 35px 0;
}

#content{
	width: 1180px;
	margin: 0 auto;

}


section {
	margin-bottom: 60px;
	padding: 0 30px;
}

.policy{
	padding: 0 100px;
}
	
.inlineframe {
	background-color: #fff;
	height: 200px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}	

.list li {
	float: left;
	list-style: none;
	margin: 10px 15px 15px 10px;
}

.list li:last-child {
	margin-right: 0;
}

.list li p {
	text-align: center;
}


/*
==========================================================
　フッター
==========================================================
*/

footer{
	clear:both;
    width: 100%;
	margin: 0 auto;
    padding: 20px 0;
}


#footer-logo {
	text-align: center;
	margin: 10px 0;
}

#copy{
    text-align:center;
	/*font-size: 9px;*/
}




/*
=========================================================
　h指定
=========================================================
*/

h1{
	font-size:12px;
	padding:3px 0;
}

h2{
	font-size: 20px;
}

h3{
	margin: 20px 0 5px;
}


.title01{
    margin: 1.5em 0.5em;
    /*padding: 0.5em 0 0.2em 1.2em;
    border: 2px solid #FDC702;
    background-color: #FDC702;*/
    border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
    padding: .5em 1.5em;
    background-color: #FDC702;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.title02{
    margin-top: 10px;
    padding: .25em 0 .25em .75em;
    border-left: 6px solid #F56D0A;
}

.title03 {
    margin:  2em 0 1em;             /* デフォルトCSS打ち消し */
    border-top:  solid #F56D0A;  /* 線指定 */
    border-bottom:  solid #F56D0A;  /* 線指定 */
    padding: 0.5em 0 0.5em 0.6em;/*上下の余白*/
    /* margin-bottom: 15px;    周りの余白指定 */
}

.title04 {
  position: relative;
  padding: 0.6em 0 0.6em 1em;
  margin: 20px 0;
  background: #FEEFBC;
}

.title04:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #FEEFBC;
  width: 0;
  height: 0;
}


/*
=========================================================
　box指定
=========================================================
*/


.box{

   float:left;/* 横並びにする */

   /* ボタンのスタイル */
   margin:10px;
   padding:10px;
}

/* float left解除 */
.clear{clear:both;}


/*
.box:last-child {
	float:left;
	display:inline;
	padding: 0px 0px 5px 20px;
    background-color: #ffffff;
}*/

.box2{
	float:left;
	display:inline;
	padding: 0 20px 5px 0;
}


/*
=========================================================
　テーブルの指定
=========================================================
*/


.type01 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
 
.type01 td {
  border: 1px solid #dbe1e8;  
  text-align: left;
  padding: 8px;
}
 
.type01 th {
  background: #F5F4EE;
  border: 1px solid #dbe1e8;  
  text-align: left;
  padding: 8px 10px;
}

.type01 th.title {
  background: #FC905E;
}

.icon{
	text-align:center;
 	margin: 10px auto 20px;
}


/*
=========================================================
　ボタン
=========================================================
*/

.btn {text-align:center;}


.btn-form {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #c58668;
 }


.btn-form:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}


/*
=========================================================
　iframe指定
=========================================================
*/

.iframe-content {
   position: relative;
 width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 70%;
}


/* --------------------------------------------------
  フォント系の指定
-------------------------------------------------- */

.style1 {font-weight:bold;}

.style2 {text-align: center;}

.style3 {text-align: right;}

.style4 {color: #D90000;}

.style-size1 {font-size: 180%;}

.style-size2 {font-size: 120%;}

.style-size3 {font-size: 90%;}

.style-size4 {font-size: 7px;}

.style-size5 {font-size: 220%;}

hr.style1 {
	border-top: 1px solid #221814;
    margin: 25px 0 5px;
}

hr.style2 {
	border-top: 1px solid #221814;
    margin: 5px 0px;
}

.white {color: #fff;}
.orange {color: #F56D0A;}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

br.sp{
  display: none;
}

/* --------------------------------------------------
  マージン・パディングを入れる
-------------------------------------------------- */

/* Top */
.pg-t3 { padding-top: 3px !important; }
.mg-t50 { margin-top: 50px !important; }

.mg-t70 { margin-top: 70px !important; }

/* bottom */
.mg-b30 { margin-bottom: 30px !important; }

.mg-b50 { margin-bottom: 50px !important; }


/* padding
----------------------------------------------------------*/
/* Left */
.pd-l30 { padding-left: 30px !important; }

/* top */
.pd-t70 { padding-top: 70px !important; }


/* --------------------------------------------------
  画像系の指定
-------------------------------------------------- */
.img_right {
	float: right;
	margin: 5px 0px 0px 15px;
	padding: 0px;
}



/*
=================================
page-top
=================================
*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
    z-index: 30;
}

#page-top a {
    /*background: #666;*/
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 10px 0;
    text-align: center;
    display: block;
    /*border-radius: 5px;*/
}

#page-top a:hover {
    text-decoration: none;
    /*background: #999;*/
}


#itemWrap{
  padding: 5px 0;
  text-align: center;  
}

#itemWrap > ul{
  display: flex;
  flex-wrap: wrap;
  max-width: 1180px;
  margin: 0 auto;
}

#itemWrap > ul li{
  width: 30%;
  /*padding: 0 10px 0 0;*/
  padding: 10px;
}

#itemWrap > ul li img{
  width: 100%;
  vertical-align: bottom;
}

#itemWrap > ul li p{
  letter-spacing: 1px;
  width: 100%;
  /*padding: 5px 0;*/
  background-color: #fff;
  /*margin-bottom: 10px;
  font-size: 13px;*/
}

/*#itemWrap > ul li a{
  display: block;
  padding: 5px 0;
  border: 1px solid #111;
  color: #111;
}*/





/* iPadサイズ以上
------------------------------------------------------------*/
@media screen and (min-width:977px) {

.boxsh {
   display:none;
}

.cp_cont {
   display:none;
}


   img.miniimage { display: none; }  /* miniを非表示 */
   img.bigimage  { display: inline; } /* bigを表示 */


a[href^="tel:"]{
    pointer-events: none;
  }

}	


/* iphoneサイズ未満
------------------------------------------------------------*/
@media screen and (max-width:976px){
	

header{
	width: 100%;
}

#logo {
	width: 100%;
}

.logo-text{
	font-size: 30px;
}

#content{
	width: 100%;
}

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

.global-nav {	
	display:none;
}

.boxpc {
   display:none;
}


#itemWrap > ul li{
   width: 100%;
  }

.style-size1 {font-size: 140%;}

   img.miniimage { 
    display: block;
    width: 100%;
} /* miniを表示 */
   img.bigimage  { display: none; }  /* bigを非表示 */


  .type01 {
    width: 100%;
  }
  .type01 tr,
  .type01 th,
  .type01 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }


  br.sp{
    display: block;
  }

*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	/*height: 65vh;*/
	position: absolute;
	top: -30px;
	right: -10px;
	display: inline-block;
}
.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #40545E;
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #ffffff;
    font-weight: bold;
	border-bottom: 1px solid #ffffff;
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	padding: 0.5em;
	cursor: pointer;
	-webkit-transition: 0.5s transform;
	        transition: 0.5s transform;
	-webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	        transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em;
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}

.cp_menu > ul > li label{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  text-align: center;
  padding: 10px 20px;
}

.cp_menu > ul > li label p{
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 0;
}

.cp_menu > ul > li input[type="checkbox"]{
  display: none;
}

.cp_menu > ul > li ul{
  display: none;
}

.cp_menu > ul > li input[type="checkbox"]:checked ~ ul{
  display: block;
}

.cp_menu ul ul li{
  width: 100%;
  margin-bottom: 1px;
  background-color: #607D8B;
}

.cp_menu ul ul li:last-of-type{
  margin-bottom: 0;
}

.cp_menu ul ul li a{
  border-bottom: none;
  padding: 10px 20px;
}

.cp_menu ul ul li a p{
  color: #fff;
  padding-bottom: 0;
  font-weight: bold;
}

.cp_menu ul ul li a i{
  color: #fff;
}

.cp_menu ul li a:hover{
  opacity: 1;
}

/* youtube
------------------------------------------------------------*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



}